html:not(#__):not(#___) .cadmin label {
  max-height: 24px;
  display: block;
}
html:not(#__):not(#___) .cadmin .btn-primary {
  min-width: 100px;
}

#main-content {
  min-height: calc(100vh - 318px);
}

.portlet .portlet-content {
  padding: 0;
}

.fixed-top-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.header-top .container-fluid {
  position: relative;
  z-index: 1;
}

.header-top {
  background-color: #1a6fe2;
  color: #fff;
  padding: 8px 152px 8px 0;
  width: 100%;
  /* Đảm bảo nó nằm trên menu */
  min-height: 80px;
  position: relative;
}

.portlet {
  margin-bottom: 0 !important;
}

.page-editor__layout-viewport__resizer .portlet {
  margin-bottom: 10px !important;
}

.main-content-row .col-md-6,
.main-content-col {
  flex: 0 0 56%;
  min-width: 0;
  padding-left: 6px;
  padding-right: 6px;
  max-width: 56%;
}

.main-content-row .col-md-3,
.sidebar-col {
  flex: 0 0 22%;
  max-width: 22%;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 1601px) {
  .header-top {
    padding: 8px 0 8px 0;
  }
}
.header-top::before {
  content: "";
  background-image: url("../images/header-laco.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 160px;
  z-index: 0;
}

.header-logo-slogan {
  display: flex;
  align-items: center;
}

.header-logo-slogan img {
  width: 70px;
  height: auto;
  margin-right: 15px;
}

.header-text h1 {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.header-text p {
  font-size: 17.5px;
  font-weight: 100;
  margin-bottom: 0;
  opacity: 0.9;
  letter-spacing: 1px;
}

.header-text h1,
.header-text p {
  color: #fff;
}

a.col-logo:hover {
  text-decoration: none;
}

/* --- Responsive CSS --- */
/* Máy tính bảng và các thiết bị nhỏ hơn */
@media (max-width: 1150px) {
  .header-top {
    padding: 8px 20px 8px 0;
  }
  .header-text h1 {
    font-size: 24px;
  }
  .header-text p {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .header-logo-slogan {
    padding-left: 0;
  }
  .header-logo-slogan img {
    width: 52px;
    margin-right: 5px;
  }
  .header-text h1 {
    font-size: 20px;
  }
  .header-text p {
    font-size: 13px;
  }
}
/* Điện thoại di động */
@media (max-width: 991.98px) {
  .fixed-top-container {
    max-width: 100vw;
  }
  .header-top::before {
    display: none;
  }
  .header-top {
    min-height: unset;
    padding: 2px 0px;
  }
  .main-menu-nav {
    border: none;
  }
  .header-logo-slogan img {
    width: 42px;
    margin-right: 5px;
  }
  .header-text h1 {
    font-size: 16px;
  }
  .header-text p {
    font-size: 12px;
  }
  /* Ẩn banner trên màn hình rất nhỏ để tiết kiệm không gian */
  .col-banner {
    display: none;
  }
}
.header-banner {
  min-width: 430px;
  min-height: 66px;
}

div#topBannerConfigPopup {
  z-index: 2003 !important;
}

.panel-body .button-holder.dialog-footer {
  margin-bottom: 60px !important;
  position: unset !important;
}

.col-banner .antrenweb {
  display: block !important;
}

.col-banner {
  width: 470px;
  height: 56px;
}

.col-banner .banner-image-text {
  color: #fff;
}