@charset "UTF-8";
/* font */
@font-face {
  font-family: roboto-regular;
  src: url("fonts/opensans/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: cerebri-sans-regular;
  src: url("fonts/CerebriSans-Regular.woff2") format("woff2"), url("fonts/CerebriSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --base-color: rgb(248, 159, 50);
  --primary-color: #213382 ;
  --secondary-color: rgb(116,68,49);
  --third-color: rgb(244, 215, 180);
  --dark-gray: #232323;
  --medium-gray: #58574B;
  --very-light-gray: #eceff1;
}

.accordion {
  --bs-accordion-active-bg: rgb(248, 159, 50) !important;
  --bs-accordion-btn-focus-border-color: #fff !important;
  --bs-accordion-border-color: #fff !important;
  --bs-accordion-border-width: 0 !important;
  --bs-accordion-btn-focus-box-shadow: none !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.bg-secondary-color {
  background-color: var(--secondary-color);
}

.bg-third-color {
  background-color: rgb(244, 215, 180);
}

/* bg gradient color */
.bg-gradient-pink-orchid {
  background-image: linear-gradient(to right top, #e958a1, #e15aae, #d15ec7, #c561db, #bf63e5);
}

.bg-dark-haiti {
  background-color: #2e2b39;
}

.bg-floral-white {
  background-color: #fff8e7;
}

.bg-licorice-blue {
  background-color: #585d72;
}

.bg-black-pearl-blue {
  background-color: #232530;
}

.bg-black-pearl-blue-dark {
  background-color: #1f212a;
}

.bg-linen {
  background-color: #fdedea;
}

.bg-oxford-blue {
  background-color: #262D38;
}

.page-stick-link {
  background-color: var(--base-color);
}

.page-stick-link:hover {
  background: var(--very-light-gray);
  color: var(--base-color) !important;
}

.text-justify {
  text-align: justify;
}

/* ===================================
   HAGL Style header
====================================== */
.hagl-header {
  position: relative;
  width: 95%;
  top: 0px;
  z-index: 9999;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.hagl-header .navbar {
  position: relative !important;
}

header.sticky.sticky-active .hagl-navbar {
  position: fixed !important;
  top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.hagl-navbar {
  background-color: #fff;
  width: 100%;
  position: absolute !important;
  top: 16px !important;
  left: 0;
  z-index: 999;
  padding-left: 0px;
  padding-right: 0px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
}
.hagl-navbar .navbar {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

/*--- top menu --*/
.top-menu {
  position: relative;
  top: 0;
}

.top-menu-span {
  background-color: var(--base-color);
  transition: background-color 0.3s ease;
}

.top-menu-svg {
  color: var(--base-color);
  transition: color 0.3s ease;
}

.top-menu .nav-link:hover svg {
  color: var(--secondary-color);
}

.top-menu .nav-link:hover span {
  background-color: var(--secondary-color);
}

.hagl-nav .main-menu-navbar .nav-item .nav-link {
  color: var(--black) !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.hagl-nav .main-menu-navbar .nav-link:hover {
  color: var(--base-color);
}

.main-menu-navbar .multi-column-dropdown li {
  padding: 5px;
}
.main-menu-navbar .multi-column-dropdown li a {
  font-weight: 500 !important;
  color: var(--dark-gray) !important;
  opacity: 1 !important;
}

.main-menu-navbar .multi-column-dropdown li:hover {
  background-color: var(--secondary-color);
  color: var(--base-color) !important;
  border-radius: 0.5rem;
}
.main-menu-navbar .multi-column-dropdown li:hover a {
  color: var(--base-color) !important;
}

@media (min-width: 768px) {
  .main-menu-navbar .nav-item {
    margin-bottom: -7px;
  }
  .main-menu-navbar .multi-column-dropdown {
    padding: 20px 20px 20px !important;
    display: none;
    border-radius: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .main-menu-navbar .multi-column-dropdown {
    padding: 0 !important;
    display: none;
  }
  .main-menu-navbar .multi-column-dropdown .col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .hagl-navbar .navbar {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  .main-menu-navbar .multi-column-dropdown li {
    padding: 7px !important;
  }
  .hagl-nav .navbar-collapse.show {
    margin-top: 5px !important;
  }
}
/* header */
.header-icon .icon > a {
  font-size: 20px;
}

.navbar .btn.btn-switch-text.btn-medium > span {
  padding: 10px 25px;
  font-size: 14px;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  border-radius: 0;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
  font-size: 29px;
  width: 28px;
  margin-right: 12px;
}

.navbar .navbar-nav .dropdown .dropdown-menu a,
.navbar .navbar-nav .dropdown .dropdown-menu a:hover,
.navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
  color: var(--white);
  font-weight: 500;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  font-size: 16px;
  line-height: 28px;
  padding: 18px 25px 20px 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a {
  opacity: 0.6;
}

/* media query responsive */
@media (max-width: 1700px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 1600px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1350px) {
  header .navbar-brand img {
    max-height: 28px;
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1300px) {
  header .navbar-brand img {
    max-height: 28px;
  }
  .navbar .navbar-nav .nav-link {
    padding-left: 9px;
    padding-right: 9px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding: 10px 45px;
    margin-bottom: 0;
    margin-right: -15px;
  }
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a, .navbar-full-screen-menu-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    font-size: 17px;
    line-height: normal;
    display: flex;
    align-items: center;
  }
  [data-mobile-nav-style=modern] .navbar-modern-inner .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
    font-size: 26px;
  }
}
/* ---- Style cho phan vung page title ---*/
@media (min-width: 768px) {
  .hagl-page-titles h1 {
    font-size: 48px !important;
    font-weight: 700;
  }
  .hagl-page-titles p {
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .hagl-page-titles h1 {
    font-size: 30px !important;
    font-weight: 700;
  }
  .hagl-page-titles p {
    font-size: 15px !important;
    line-height: 20px;
    font-weight: 700;
  }
}
/** style cho cac title moi muc **/
.section-title {
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 5px;
}

.section-title h3 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--base-color);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 28px;
  bottom: -13px;
  left: calc(50% - 13px);
  background: var(--base-color);
  border: 10px solid #FFFFFF;
  border-radius: 28px;
}

.section-title.text-center::before {
  left: 25%;
}

/* Datatable */
table.dataTable[table-type=table-quy] td:nth-child(1) {
  width: 40%;
}

table.dataTable[table-type=table-quy] th:nth-child(1) {
  width: 40%;
}

@media (max-width: 768px) {
  table.dataTable[table-type=table-quy] th:nth-child(1) {
    width: 40%;
  }
}
/* Thiết lập chiều rộng cố định cho cột đầu tiên khi ở chế độ responsive */
.px200 {
  width: 200px;
  max-width: 200px;
  word-wrap: break-word;
}

/*--- lich su phat trien ---*/
.image-card-box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border: none;
}
.image-card-box:hover {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.4);
  transform: scale(1.03);
}
.image-card-box .timeline {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}
.image-card-box .timeline::before {
  content: "";
  background: #C5CAE9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline {
  position: relative;
  margin-left: 50px;
  margin-right: 50px;
}
.timeline::before {
  content: "";
  background: #C5CAE9;
  width: 5px;
  height: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-item {
  width: 100%;
  margin-bottom: 20px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right;
  margin-right: 130px;
  box-shadow: 15px 15px 10px 0px rgba(0, 0, 0, 0.3);
  /* padding: 10px 0px 10px 30px; */
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto;
  left: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 0;
}
.timeline-item:nth-child(even) .timeline-content .timeline-img-header {
  position: relative;
  margin-left: 0px;
  margin-top: 0px;
}
.timeline-item:nth-child(even) .timeline-content .timeline-img-header img {
  height: 200px;
  width: 100%;
}
.timeline-item:nth-child(even) .timeline-content .main-caption {
  top: 0;
  left: 0;
  text-align: left;
  margin-left: 0px;
  padding-right: 0px;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  left: -15px;
  border-width: 10px 15px 10px 0;
  border-color: transparent #C5CAE9 transparent transparent;
}
.timeline-item::after {
  content: "";
  display: block;
  clear: both;
}

.timeline-content {
  position: relative;
  width: 35%;
  margin-left: 130px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  border-radius: 10px;
  background: var(--very-light-gray);
  box-shadow: -15px 15px 10px 0px rgba(0, 0, 0, 0.3);
}
.timeline-content::after {
  content: "";
  position: absolute;
  border-style: solid;
  width: 0;
  height: 0;
  top: 30px;
  right: -15px;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #C5CAE9;
}
.timeline-content .timeline-img-header {
  position: relative;
  margin-right: 0px;
  margin-top: 0px;
}
.timeline-content .timeline-img-header img {
  height: 200px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.timeline-content .main-caption {
  position: relative;
  text-align: right;
  top: 0;
  right: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--base-color);
}
.timeline-content .main-caption h5 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.25rem !important;
}
.timeline-content .main-caption p {
  color: var(--black);
}

.timeline-content .main-caption::after {
  position: absolute;
  bottom: 0;
  content: "";
  background: var(--base-color);
  /* background: #fff; */
  width: 100%;
  height: 3px;
  left: 0;
  margin-right: 5px;
}

.timeline-content .sub-caption {
  font-size: large;
  color: var(--black);
}

.timeline-content .date {
  background: var(--base-color);
  display: inline-block;
  color: #fff !important;
  padding: 10px;
  font-weight: bolder;
  position: absolute;
  top: 0;
  right: 0;
  border-top-right-radius: 10px;
}

.timeline-img {
  width: 30px;
  height: 30px;
  background: var(--base-color);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-top: 25px;
  margin-left: -15px;
}

blockquote {
  margin-top: 30px;
  color: var(--secondary-color);
  border-left-color: #3F51B5;
  padding: 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #3F51B5;
}

.timeline-item .timeline-img-header {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .timeline {
    margin-left: 5px;
    margin-right: 5px;
  }
  .timeline::before {
    left: 20px;
  }
  .timeline .timeline-img {
    left: 20px;
  }
  .timeline .timeline-content {
    max-width: 100%;
    width: auto;
    margin-left: 70px;
  }
  .timeline-item:nth-child(even) .timeline-content {
    float: none;
    margin-right: 0;
  }
  .timeline-item:nth-child(odd) .timeline-content {
    box-shadow: 15px 15px 25px 0px rgb(243, 196, 138);
  }
  .timeline-item:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 30px;
    left: -15px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #f5f5f5 transparent transparent;
  }
}
/* page su menh tam nhin */
.process-step-style-11:hover .process-step-icon-wrap {
  background-color: var(--secondary-color);
  background-image: none;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 650ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* card danh muc  catelogy-card*/
.page-submenu .widgets-icons {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15px;
  padding: 5px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  /* background: linear-gradient(45deg, #c9832d, var(--primary)) !important; */
  font-size: 20px;
  color: var(--blue);
  visibility: hidden;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.page-submenu :hover .widgets-icons {
  visibility: visible;
  opacity: 1;
}

/*---- Nhan su page -------*/
.nhan-su-item img {
  transition: all 0.3s ease-in-out;
  outline: 0px solid var(--primary-color);
}
.nhan-su-item :hover img {
  outline: 5px solid var(--primary-color);
}

.nhan-su-modal {
  max-height: 400px;
  overflow-y: auto;
}

.nhan-su-detail_content h5 {
  color: var(--base-color);
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.nhan-su-detail_content p {
  color: var(--black);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.nhan-su-detail_content ul > li {
  list-style: disc;
  font-size: 1.25rem;
  color: var(--black);
}
.nhan-su-detail_content ul li > h6 {
  font-weight: bold;
  margin-bottom: 0;
  color: var(--black);
  font-size: 1rem;
}

.nhan-su-detail_info_img img {
  width: 60%;
  height: auto;
  border-radius: 50%;
}

.nhan-su-detai_info_name {
  font-size: 20px;
  margin-top: 25px;
  text-transform: capitalize;
  color: var(--primary-color);
}

.nhan-su-detail_info_title {
  font-size: 1rem;
  margin-top: 10px;
  color: var(--black);
}

.nhan-su-chu-chot-style01 {
  box-shadow: 0 20px 20px var(--base-color);
}

/* ----Page phat trien ben vung---*/
.nn-tuan-hoan-phu-pham-animate {
  position: absolute;
  top: 300px;
  left: 0px;
}

.small {
  width: 18px;
  height: 18px;
}

.follow-path {
  position: absolute;
  top: 15px;
  left: 25px;
}

.square {
  pointer-events: none;
  font-size: 14px;
  background-color: #000;
}

/** truyen thong **/
.truyen-thong li {
  margin-right: 20px;
}
.truyen-thong li:first-child {
  padding-left: 0;
}
.truyen-thong li:last-child {
  padding-right: 0;
}
.truyen-thong li a {
  color: var(--medium-gray);
  border-bottom: 2px solid transparent;
}
.truyen-thong li:hover a, .truyen-thong li:focus a, .truyen-thong li.active a {
  color: var(--base-color);
  border-color: var(--base-color);
}

/** pagination **/
.pagination-style-01 .page-item.active .page-link {
  background: var(--base-color) !important;
}

/*--image-box */
.image-box-style1 {
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
}
.image-box-style1 .card {
  border-radius: 10px;
  border: none;
}
.image-box-style1 .image-box-body {
  background-color: var(--base-color);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.image-box-style1 img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media screen and (max-width: 576px) {
  .image-box-style1 .image-box-body {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .image-box-style1 img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
/* image-box-style2 */
.image-box-style2-noidung h4,
.image-box-style2-noidung h5,
.image-box-style2-noidung h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 1.25rem;
  margin-bottom: 0.25rem;
  color: #000;
}
.image-box-style2-noidung ul li {
  list-style: disc;
}

.video-box-style2 {
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  padding-right: 0;
  border-radius: 10px;
}
.video-box-style2 .card {
  border-radius: 10px;
  border: none;
}
.video-box-style2 .image-box-body {
  background-color: var(--base-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.video-box-style2 video {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 576px) {
  .video-box-style2 .image-box-body {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .video-box-style2 video {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }
}
/* -- dung-chung- image-box-style-5-mota */
.image-box-style5-noidung-phai .image-box-style5-bg {
  background-color: var(--base-color);
  margin-left: -100px;
  z-index: 1;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung {
  padding: 15px;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h1,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h2,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h3,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h4 {
  padding-left: 10%;
  font-weight: bolder;
  color: var(--primary-color);
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h1 {
  font-size: 40px;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h2,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h3,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h4,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h5,
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung h6 {
  font-size: 34px;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung ul {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #000;
  /* Loại bỏ bullet points */
  width: 100%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li::before {
  content: "•";
  color: #000;
  font-size: 16px;
  margin-right: 5px;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li {
  text-align: left;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(1) {
  padding-left: 10%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(2) {
  padding-left: 9%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(3) {
  padding-left: 7%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(4) {
  padding-left: 7%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(5) {
  padding-left: 6%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(6) {
  padding-left: 5%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(7) {
  padding-left: 4%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(8) {
  padding-left: 3%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(9) {
  padding-left: 2%;
}
.image-box-style5-noidung-phai .image-box-style5-bg .image-box-style5-noidung li:nth-child(10) {
  padding-left: 1%;
}

.image-box-style5-noidung-trai .image-box-style5-hinh-anh {
  margin-left: -10%;
}
.image-box-style5-noidung-trai .image-box-style5-hinh-anh img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.image-box-style5-noidung-trai .image-box-style5-bg {
  background-color: var(--base-color);
  z-index: 1;
  clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung {
  padding: 20px;
}
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h1,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h2,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h3,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h4 {
  padding-right: 10%;
  padding-left: 5%;
  font-weight: bolder;
  color: var(--primary-color);
}
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h1 {
  font-size: 40px;
}
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h2,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h3,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h4,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h5,
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung h6 {
  font-size: 34px;
}
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung ul {
  padding-right: 15%;
  margin: 0;
  list-style: none;
  color: #000;
  /* Loại bỏ bullet points */
  width: 100%;
}
.image-box-style5-noidung-trai .image-box-style5-bg .image-box-style5-noidung li::before {
  content: "•";
  color: #000;
  font-size: 16px;
  margin-right: 5px;
}

.image-box-style5-noidung-giua .image-box-style5-hinh-anh {
  margin-top: -150px !important;
}
.image-box-style5-noidung-giua .image-box-style5-noidung h1,
.image-box-style5-noidung-giua .image-box-style5-noidung h2,
.image-box-style5-noidung-giua .image-box-style5-noidung h3,
.image-box-style5-noidung-giua .image-box-style5-noidung h4,
.image-box-style5-noidung-giua .image-box-style5-noidung h5 {
  font-weight: bolder;
  color: var(--primary-color);
  margin-bottom: 0;
}

@media screen and (max-width: 576px) {
  .image-box-style5-noidung-trai .image-box-style5-hinh-anh {
    margin-top: 10px;
    margin-left: 0;
  }
  .image-box-style5-noidung-trai img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .image-box-style5-noidung-phai .image-box-style5-hinh-anh {
    margin-bottom: 10px;
  }
  .image-box-style5-noidung-phai .image-box-style5-bg {
    margin-left: 0px;
  }
  .image-box-style5-noidung-giua .image-box-style5-hinh-anh {
    margin-top: 0 !important;
  }
}
/* --page he-thogn-quan-tri */
.he-thong-quan-tri-dinh-kem .row:nth-child(even) {
  flex-direction: row-reverse;
  /* Đảo ngược thứ tự cho hàng chẵn */
}

/* -- tin tuc card */
.tin-tuc-item {
  transition: transform 0.3s ease;
}
.tin-tuc-item:hover .tin-tuc-card {
  transform: scale(1.05);
}

.tin-tuc-card {
  border: none;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
.tin-tuc-card .card-img-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
}
.tin-tuc-card .card-body {
  background-color: #fff;
  padding: 16px 24px 24px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.tin-tuc-card .card-date {
  font-size: 14px;
  line-height: 21px;
  margin: 0px 0px 16px;
}
.tin-tuc-card .card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin: 0px 0px 8px;
}
.tin-tuc-card .card-text {
  font-size: 16px;
  flex-grow: 1;
  line-height: 1.5;
}

/*-- co dong --- */
.co-dong-category .card {
  background-color: var(--third-color);
}

.co-dong-category:nth-child(2n) .card {
  background-color: var(--base-color);
}

.danh-muc-item .card {
  box-shadow: none;
  transition: box-shadow 0.5s ease;
}

.danh-muc-item:hover .card {
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.danh-muc-doc-item:hover .danh-muc-doc-content {
  background-color: var(--base-color);
  color: #fff;
}

.dt-scroll-head .table-border-10px {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.dt-scroll-body .table-border-10px {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

.dt-container > .table-border-10px {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.btn-search {
  background: #fff;
  border-radius: 0;
  border: 0;
  color: var(--base-color);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.btn-search:hover {
  background: white;
  color: var(--base-color);
}

select[name=table-loc-nam] {
  border: 0;
}

input[name=table-tim-kiem-input] {
  border: 0;
}

/* -- Page tuyen dung */
.text-truncate-2-row {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-width: 100%;
  white-space: pre-wrap;
}

.tuyen-dung-mo-ta-cong-viec {
  color: #000;
}
.tuyen-dung-mo-ta-cong-viec p {
  margin-bottom: 10px;
}

.tuyen-dung-yeu-cau-cong-viec {
  color: #000;
}
.tuyen-dung-yeu-cau-cong-viec p {
  margin-bottom: 10px;
}

.tuyen-dung-lien-he {
  color: #000;
  font-size: 16px;
}

/* Page San pham*/
.san-pham-slider {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-box-shadow: -7px 10px 111px -33px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -7px 10px 111px -33px rgba(0, 0, 0, 0.75);
  box-shadow: -7px 10px 111px -33px rgba(0, 0, 0, 0.75);
  background: linear-gradient(90deg, rgb(167, 162, 244) 0%, rgb(112, 112, 143) 35%, rgb(166, 149, 13) 100%, rgb(0, 212, 255) 100%);
}

.juice-wrapper {
  width: 90px;
  height: 120px;
  padding-bottom: 10px;
  z-index: 1;
}

.juice-wheel {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  position: absolute;
  right: -250px;
  bottom: -250px;
  transform: rotate(-45deg);
  transition: transform 1s;
  z-index: 1;
}

.juice-wheel img {
  width: 320px;
}

.dynamic-juice-1 {
  position: absolute;
  top: -550px;
  right: 125px;
}

.dynamic-juice-2 {
  position: absolute;
  transform: rotate(90deg);
  right: -350px;
  top: 0px;
}

.dynamic-juice-3 {
  position: absolute;
  transform: rotate(180deg);
  bottom: -550px;
  right: 50px;
}

.dynamic-juice-4 {
  position: absolute;
  transform: rotate(-90deg);
  top: 30px;
  left: -290px;
}

.fruits-wheel {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  position: absolute;
  top: -600px;
  left: -480px;
  transform: rotate(-45deg);
  transition: transform 1s;
  z-index: 0;
}

.fruits-wheel img {
  width: 650px;
  opacity: 40%;
}

.dynamic-fruits-1 {
  position: absolute;
  transform: rotate(90deg);
  bottom: -500px;
  left: 10px;
}

.dynamic-fruits-2 {
  position: absolute;
  transform: rotate(180deg);
  bottom: 200px;
  left: -580px;
}

.dynamic-fruits-3 {
  position: absolute;
  transform: rotate(100deg);
  top: -450px;
  left: 90px;
}

.dynamic-fruits-4 {
  position: absolute;
  bottom: 120px;
  right: -600px;
}

/* modal dang ky mua san pham - page chuoi */
.dang-ky-san-pham-modal {
  max-height: 500px;
  overflow-y: auto;
}