/* Chứng chỉ - Style */
.certificate-item {
   padding: 0 0;
}
.certificate-item-cat-grid {
   margin-top: 30px;
}
.certificate-item-cat-grid:first-child {
   margin-top: 0;
}
@media screen and (min-width: 768px) {
   .certificate-item-cat-grid:nth-child(2) {
      margin-top: 0;
   }
}
.certificate-item .img-scale img {
   -o-object-fit: contain;
   object-fit: contain;
}
.certificate-item .caption {
   position: relative;
   padding-top: 20px;
}
.certificate-item .caption:before {
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
   z-index: 11;
   background: var(--main-color);
   width: 30px;
   height: 3px;
   content: "";
}
@media (min-width: 1280px) {
   .certificate-item .image {
       margin-bottom: 35px;
   }
   .certificate-item .caption {
       padding-top: 30px;
   }
}

/* Chứng chỉ - Style */



/* Cơ sở hạ tầng */
.infrastructure-item .row {
   margin-right: -15px;
   margin-left: -15px;
}
.infrastructure-item:nth-child(odd) .row {
   -webkit-box-orient: vertical;
   -webkit-box-direction: reverse;
   -ms-flex-direction: row-reverse;
   flex-direction: row-reverse;
}
.infrastructure-item + .infrastructure-item{
   margin-top: 30px;
}
.infrastructure-item .header-title-bd-left {
   border-left: 5px solid #bbb;;
}
.infrastructure-image,
.infrastructure-content {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   width: 100%;   
   margin-bottom: 30px;
}
@media (min-width: 1280px) {
   .infrastructure-image {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%; 
      margin-bottom: 0;
   }
   .infrastructure-content {
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;  
   }
}
/* Cơ sở hạ tầng */
.equipment-name {
   display: block;
   margin-bottom: 5px;
}

/* Tầm nhìn - Style */
.content-vision-page .blockquote-vision-page {
   padding: 30px 30px;
   background-color: var(--bg-1-color);
   border-radius: 5px;
 }
 .content-vision-page:nth-child(1) .blockquote-vision-page {
   border-right: 5px solid #bbb;
 }
 .content-vision-page:nth-child(2) .blockquote-vision-page {
   border-left: 5px solid #bbb;
 }
 .content-vision-page:nth-child(3) .blockquote-vision-page {
   border-right: 5px solid #bbb;
 }
.core-value-section .row {
   margin-left: -30px;
   margin-right: -30px;
}
.core-value-col {
   position: relative;
   padding-right: 30px;
   padding-left: 30px;
   width: 100%;
}
.core-value-col {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.core-value-col {
   margin-bottom: 30px;
}
.core-value-col:nth-child(3) {
   margin-bottom: 0;
}
/* .core-value-title-container {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}
.core-value-title-inner {
   position: relative;
   height: 100%;
}
.core-value-title-inner:after{
   content:'';
   background: #000;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   opacity: 0.6;
   margin: auto;
} */
/* .core-value-title {
   position: relative;
   z-index: 2;
   height: 100%;
}
.core-value-title .core-value-content {
   position: absolute;
   top: 0; 
   bottom: 0; 
   left: 0; 
   right: 0;
   margin: auto;
   height: fit-content;
} */
@media screen and (min-width: 1024px) {
   .core-value-col {
      margin-bottom: 0;
   }
   .core-value-col:nth-child(1),
   .core-value-col:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 150px);
      flex: 0 0 calc(50% - 150px);
      max-width: calc(50% - 150px);
   }
   .core-value-col:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
      flex: 0 0 300px;
      max-width: 300px;
   }
   .core-value-item {
      width: 240px;
   }
   .core-value-item .img-scale {
      border-radius: 50%;
   }
   .core-value-title-inner:after{
      border-radius: 50%;
   }
}
@media screen and (min-width: 1280px) {
   .core-value-col:nth-child(1),
   .core-value-col:nth-child(3) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 180px);
      flex: 0 0 calc(50% - 180px);
      max-width: calc(50% - 180px);
   }
   .core-value-col:nth-child(2) {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
      flex: 0 0 360px;
      max-width: 360px;
   }
   .core-value-item {
      width: 300px;
   }
}
/* Tầm nhìn - Style */
#show-hide-certificate-btn:hover {
   cursor: pointer;
}
.management-certificate {
   display: none;
}
.management-certificate .row {
   margin-top: 20px;
}
.management-certificate .image-with-rectangle img {
   border: 1px solid var(--main-1-color);
}
.certificate-img {
   margin-bottom: 30px;
}
@media (min-width: 576px) {
   .certificate-img {
      margin-bottom: 0;
   }
}
.certificate-img .img-scale {
   border: 1px solid #ddd;
}



/* Đối tác - Style */
.partner-section .row{
   margin-right: 0;
   margin-left: 0;
}
.partner-image-container {
   width: 120px;
   margin: auto;
}
.partner-item {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;  
}
.partner-item {
   padding: 30px 10px 30px;
}
/*Border Partner Item*/
.partner-item:first-child {
   border-top: 1px solid var(--table-style-border-color);
}
.partner-item:nth-child(2) {
   border-top: 1px solid var(--table-style-border-color);
}
.partner-item:nth-child(odd) {
   border-left: 1px solid var(--table-style-border-color);
   border-right: 1px solid var(--table-style-border-color);
   border-bottom: 1px solid var(--table-style-border-color);
}
.partner-item:nth-child(even) {
   border-right: 1px solid var(--table-style-border-color);
   border-bottom: 1px solid var(--table-style-border-color);
}
.partner-title {
   padding-top: 20px;
}
/*Border Partner Item*/
 @media screen and (min-width: 768px) {
   .partner-item {
      -ms-flex: 0 0 33.3333%;
      flex: 0 0 33.3333%;
      max-width: 33.3333%;  
   }
   .partner-item:nth-child(odd) {
      border: none;
   }
   .partner-item:nth-child(even) {
      border: none;
   }   
   .partner-item:first-child {
      border-top: 1px solid var(--table-style-border-color);
   }
   .partner-item:nth-child(2) {
      border-top: 1px solid var(--table-style-border-color);
   }
   .partner-item:nth-child(3) {
      border-top: 1px solid var(--table-style-border-color);
   }
   .partner-item:nth-child(3n+1) {
      border-left: 1px solid var(--table-style-border-color);
      border-right: 1px solid var(--table-style-border-color);
      border-bottom: 1px solid var(--table-style-border-color);
   }
   .partner-item:nth-child(3n+4) {
      border-left: 1px solid var(--table-style-border-color);
      border-right: 1px solid var(--table-style-border-color);
      border-bottom: 1px solid var(--table-style-border-color);
   }   
   .partner-item:nth-child(3n-1) {
      border-right: 1px solid var(--table-style-border-color);
      border-bottom: 1px solid var(--table-style-border-color);
   }
   .partner-item:nth-child(3n+0) {
      border-right: 1px solid var(--table-style-border-color);
      border-bottom: 1px solid var(--table-style-border-color);
   }  
}
/* Đối tác - Style */

/* Thiết bị */
.main-equipment-item {
   position: relative;
   padding: 30px clamp(1.25rem, 1vw + 1rem, 1.875rem);
}
.main-equipment-item-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   z-index: 1;
   clip-path: polygon(
      35px 0%,     
      100% 0%,
      100% calc(100% - 35px),
      calc(100% - 35px) 100%,
      0% 100%,
      0% 35px);
}
.main-equipment-item .main-equipment-info {
   padding-bottom: 20px;
}
.main-equipment-info-title {
   margin-bottom: 15px;
}
.main-equipment-item-detail {
   position: relative;
   z-index: 2;
}
.main-equipment-item:not(:last-child) {
   margin-bottom: 30px;
}
/* 
.main-equipment-item:nth-child(odd) {
   background-color: var(--white-color);
}
.main-equipment-item:nth-child(even) {
   background-color: var(--bg-6-color);
} */
/* .main-equipment-item:nth-child(even) table td {
   border: 1px solid #b5b5b5 !important;
} */
.main-equipment-item .title-bt-line {
   padding-bottom: 5px;
   margin-bottom: 20px;
 }
.main-equipment-item .title-bt-line:before {   
   width: 15%;
   left: 0;
   bottom: 0;
   border-bottom: 1px solid var(--main-color); 
 }
@media screen and (min-width: 1024px) {
   .main-equipment-item .main-equipment-info {
      padding-bottom: 0;
   }
}
.equipment-table tr:first-child {
   background-color: var(--main-color);
   color: white;
}

/* Thiết bị */

/*Dịch vụ */
.service-desktop {
   display: none;
}
@media screen and (min-width: 920px) {
   .service-mobile {
      display: none;
   }
   .service-desktop {
      display: block;
   }
}

.section-service-column {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
}


@media screen and (min-width: 920px) {
   .section-service-column {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column-reverse;
      justify-content: space-between;
   }
}
@media screen and (min-width: 1280px) {
   .section-service-column {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: space-between;
   }
}








.home-service-section .row {
   margin-right: 0;
   margin-left: 0;
}
.service-item-home {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.service-item-home:nth-child(odd) {
   background-color: var(--bg-1-color);
}
.service-item-home:nth-child(even) .service-item {
   background-color: var(--white-color);
}
.all-service-button  {
   display: block;
   text-align: center;
   width: fit-content;
   height: 50px;
   line-height: 50px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;   
   padding-left: 40px;
   padding-right: 40px;
   border-radius: 5px;
   background-color: var(--main-color);
   color: var(--white-color);
}
.all-service-button i {
   margin-left: 10px;
}
.all-service-button:hover {
   background-color: var(--warning-color);
   color: var(--white-color);
}
.service-item-cat-grid {
   margin-top: 40px;
}
.service-item-cat-grid:first-child {
   margin-top: 0;
}
.service-cat [class*="col-"] {
   padding-right: 0;
   padding-left: 0;
}
.service-cat .row {
   margin-right: 0;
   margin-left: 0;
}
.service-cat .service-item-grid:nth-child(even) {
   background-color: var(--bg-1-color);
} 
.service-cat .service-item-grid:nth-child(odd) {
   background-color: var(--white-color);
}
.service-item {
   padding: 30px 50px;
}
/* .service-item .caption p {
   line-height: 1.8;
} */
.service-detail {
   position: relative;
}
.service-detail .row {
   margin-left: -30px;
   margin-right: -30px;
}
.service-detail [class*="col-"] {
   padding-right: 30px;
   padding-left: 30px;
}
/* .service-detail .full-content {
   max-height: 500px;
   overflow-y: auto;
} */
.left-bg {
   position: absolute;
   right: 0;
   top: 0;
   width: 25%;
   height: calc(100% - 150px);
   background-color: var(--main-color);
    /* background-image: radial-gradient(circle at 67% 83%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(90deg, rgb(22,131,207),rgb(7,123,215)); */
}


.service-detail-content-wrapper {
   position: relative;
   background-color: var(--white-color);
   padding: 35px clamp(1.25rem, 1vw + 1rem, 1.875rem);
   border-top-left-radius: clamp(1.875rem, 2vw + 1rem, 2.5rem);
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)), calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)) 100%, 0 100%);
}

@media screen and (min-width: 1024px) {
   .service-detail-content-wrapper {
      position: relative;
      background-color: transparent;
      padding: 0;
      border-top-left-radius: none;
      clip-path: none;
   }
}
.service-detail-title {
   margin-bottom: 20px;
   line-height: 1.4;
}
.service-detail .full-content ol {
   list-style: none;
   padding: 0;
   margin-bottom: 0 !important;
   }
.service-detail .full-content ol > li {
   position: relative;
   margin-bottom: 5px !important;
   font-weight: 500;
   text-transform: uppercase;
   color: var(--main-color);
   font-size: 20px;
   /* padding-left: 25px; */
}
/* .service-detail .full-content ol > li:before {
  content: "\f260";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -25px;
  width: 30px;
  font-size: 22px;
  font-weight: 700;
} */
.service-detail .full-content {
   margin-bottom: 20px;
 }
.service-detail .full-content ul {
   list-style: square;
   padding-left: 22px;
 }
.service-detail .full-content ul > li {
   margin-bottom: 12px;
   list-style-position: outside;
 }


.other-services-column {
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   padding: 30px;
   clip-path: polygon(
      35px 0%,       /* vát góc trên trái */
      100% 0%,
      100% calc(100% - 35px), /* vát góc dưới phải */
      calc(100% - 35px) 100%,
      0% 100%,
      0% 35px);
}
.other-services-column ul {
   list-style: none;
   padding: 0;
}
.other-services-column li {
   position: relative;
   padding: 11px 0 10px;
}
.other-services-column li:not(:last-child) {
   border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}
.other-services-column .active::before {
   content: "";
   position: absolute;
   background-color: var(--red-2-color);
   width: 5px;
   height: 80%;
   top: 50%;
   left: -30px;
   transform: translateY(-50%);
   clip-path: polygon(
      0 0, 
      calc(100% - 7px) 0, 
      100% 7px, 
      100% calc(100% - 7px), 
      calc(100% - 7px) 100%, 
      0 100%
   );
   transition: ease-in 0.5s;
}
.other-services-column a {
   display: block;
   width: 100%;
   color: var(--main-color);
   font-weight: 500;
}
.other-services-column a:hover {
   color: var(--red-2-color);
}
.other-services-column .active a {
   display: block;
   position: relative;
   padding: 0;
   color: var(--red-2-color);
}
.other-services-column .active a::before {
   position: absolute;
   content: "";
   background-color: var(--red-2-color);
   width: 7px;
   height: 7px;
   border-radius: 50%;
   top: 50%;
   transform: translateY(-50%);
   left: -15px;
}
.section-service-list-desktop {
   display: none;
}

@media screen and (min-width: 1024px) {
   .section-service-list-desktop {
      display: block;
   }
   .section-service-list-mobile {
      display: none;
   }
   .service-detail-album {
      padding-bottom: 100px;
   }

}







.solid-detail-button.view-project {
   height: 50px;
   line-height: 50px;
   padding-left: 30px;
   padding-right: 30px;
}
.service-related-project ul {
   list-style: none;
   padding: 0;
}
.service-related-project ul > li {
   margin-bottom: 20px;
   overflow: hidden;
}
.service-related-project ul > li:before {
   content: "\f105"; /* FontAwesome Unicode */
   font-family: FontAwesome;
   margin-right: 7px;
   color: var(--main-color);
}
.service-related-project ol {
   list-style: none;
   padding: 0;
}
.service-related-project ol > li {
   margin-bottom: 20px;
   overflow: hidden;
}
.service-related-project ol > li:before {
   content: "\f35a";
   font-family: FontAwesome;
   font-weight: lighter;
   margin-right: 10px;
   color: var(--main-color);
}
.service-cat .section-heading-title h2::before {
   background: var(--white-color);
}
@media screen and (min-width: 768px) {
   .service-item-home .service-item {
      background-color: var(--white-color);
   } 
   .service-item-home {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .service-item-cat-grid:nth-child(2) {
      margin-top: 0;
   }
   .service-cat .service-item-grid:nth-child(even) {
      background-color: var(--white-color);
   } 
   .service-item {
      padding: 50px 20px 50px;
      height: 100%;
   }
   .service-item {
      border: 1px solid var(--bg-1-color)
   } 
   .service-item {
      border: 1px solid var(--bg-1-color)
   } 
}
@media screen and (min-width: 1024px) {
   .service-item-home {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .service-item-cat-grid:nth-child(3) {
      margin-top: 0;
   }
}
@media screen and (min-width: 1280px) {
   .service-item-home {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
   }
}







/* Dịch vụ-Wide Style */
.service-item-wide:nth-child(odd) {
   background-color: var(--white-color);
}
.service-item-wide:nth-child(even) {
   background-color: var(--bg-6-color);
}

.service-item-wide [class*="col-"]:first-child {
   margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
   .service-item-wide [class*="col-"]:first-child {
      margin-bottom: 0;
   }
}
.service-item-wide-info {
   padding-left: 15px;
   padding-right: 15px;
}
@media screen and (min-width: 1024px) {
   .service-item-wide-info {
      padding-left: 0;
      padding-right: 0;
   }
}
.service-item-home-info {
   padding-left: 20px;
   padding-right: 20px;
}
.service-item-home-tab {
   padding: 30px 15px 100px 15px;
}
@media screen and (min-width: 768px) {
   .service-item-home-tab {
      padding: 50px 30px 100px 30px;
   }
}
@media screen and (min-width: 1024px) {
   .service-item-home-tab {
      padding: 50px 50px 50px 50px;
   }
}
/* .service-item-wide .service-item-wide-info h3 {
   border: 1px solid var(--main-color);
} */


.title-bt-line-service {
   position: relative;
   width: auto;
 }
.title-bt-line-service {
   padding-bottom: 5px;
   margin-bottom: 15px;
}
.title-bt-line-service:before {
content: "";
position: absolute;    
width: 80px;
left: 0;
bottom: 0;
z-index: 1; 
border-bottom: 1px solid var(--main-1-color); 
}
/* .title-bt-line-service::after {
content: "";
position: absolute;    
width: 100px;
left: 80px;
bottom: 0;
z-index: 1; 
border-bottom: 1px solid var(--main-1-color); 
} */
.service-short {
   margin-bottom: 30px;
}
/* .service-short p {
   line-height: 1.7;
} */
.service-short p:not(:last-child) {
   margin-bottom: 5px;
}


.solid-detail-button  {
   display: inline-block;
   text-align: left;
   width: fit-content;
   height: 40px;
   line-height: 40px;
   /* margin-left: auto;
   margin-right: auto; */
   padding-left: 20px;
   padding-right: 20px;
   border-radius: 17px;
   background-color: var(--main-color);
   color: var(--white-color);
}
.solid-detail-button i {
   margin-left: 10px;
   font-size: 15px;
}
.solid-detail-button:hover {
   background-color: var(--main-color);
   color: var(--white-color);
   cursor: pointer;
}
.solid-detail-button.home-banner-btn  {
   background-color: none;
   color: var(--white-color);
   border: 1px solid var(--white-color);
}
.solid-detail-button.home-banner-btn:hover {
   background-color: var(--main-color);
   color: var(--white-color);
}
/* Dịch vụ-Wide Style */


.service-cat-section .row {
   gap:30px 0;
}
.service-item-cat {
   position: relative;
   height: 100%;
   padding: 7px 7px 0 7px;
   /* border-top-left-radius: clamp(1.25rem, 2vw + 1rem, 2.188rem);
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)), calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)) 100%, 0 100%);
   padding: 30px clamp(1.25rem, 1vw + 1rem, 1.875rem); */
}
.service-item-cat-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   z-index: 1;
   clip-path: polygon(
      50px 0%,       /* vát góc trên trái */
      100% 0%,
      100% calc(100% - 35px), /* vát góc dưới phải */
      calc(100% - 35px) 100%,
      0% 100%,
      0% 35px);
}
.service-item-cat .image-relative-inner {
   z-index: 2;
}

.service-item-cat-info {
   position: relative;
   background-color: var(--white-color);
   width: calc(100% - 20px);
   margin-left: auto;
   margin-right: auto;
   z-index: 3;
   padding: 30px 15px 0px;
   top: -60px;
   clip-path: polygon(25px 0, 100% 0, 100% 100%, 0 100%, 0 25px);
   /* opacity: 0.95; */
}
.service-item-cat-info-title {
   margin-bottom: 10px;
}
.service-item-cat-info-short {
   margin-bottom: 10px;
}
.service-item-cat-info-short p:not(:last-child) {
   margin-bottom: 5px;
}
.service-item-cat .project-detail-button-home {
   position: absolute;
   bottom: 30px;
   left: 32px;
   z-index: 4;
}
@media screen and (min-width: 1280px) {
   .service-item-cat-info {
      width: calc(100% - 30px);
      padding: 30px 20px 20px;
   }
   .service-item-cat .project-detail-button-home {
      left: 42px;

   }
}
/* Dịch vụ */




/*Dự án */
/* .project-intro.section {
   padding-bottom: 30px;
} */
.project-category-section.section {
   padding-top: 2px;
}
.wrapper-item {
   display: flex;
   height: auto;
}
.column-item {
   max-height: 100%;
   overflow-y: auto;
}

.project-item-home {
   position: relative;
   aspect-ratio: 3/4;
}
/* @media screen and (min-width: 1440px) {
   .project-item-home {
      aspect-ratio: 3/4;
   }
} */
.home-projects-section {
   padding-bottom: 150px;
}
.project-item-home-info {
   position: absolute;
   bottom: -120px;
   left: 0;
   right: 0;
   width: calc(100% - clamp(2.188rem, 4vw + 1rem, 3.75rem));
   margin-left: auto;
   margin-right: auto;
   background-color: var(--white-color);
   border-top-left-radius: clamp(1.25rem, 2vw + 1rem, 2.188rem);
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)), calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)) 100%, 0 100%);
   padding: 30px clamp(1.25rem, 1vw + 1rem, 1.875rem);
}
@media screen and (min-width: 1440px) {
   .home-projects-section {
      padding-bottom: 0;
   }
   .project-item-home-info {
      bottom: 50px;
   }
}
.project-item-home-info-cat {
   margin-bottom: 10px;
}
.project-item-home-info-title {
   margin-bottom: 15px;
}
.project-item-home-info-time {
   margin-bottom: 10px;
}
.project-item-home-info i {
   margin-right: 5px;
}
.project-item-home-info-location {
   margin-bottom: 15px;
}

.project-item-info .list-with-icon i {
   margin-right: 5px;
   color: var(--main-color);
   font-weight: 400;
}
.project-detail-button-home {
   width: fit-content;
   padding: 8px 20px 6px;
   background-color: var(--main-color);
   color: var(--white-color);
   display: inline-block;
   /* border-top-left-radius: 12px; */
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}
.project-detail-button-home:hover,
.project-detail-button-home:active {
   background-color: var(--red-2-color);
   color: var(--white-color);
}
.project-detail-button-home i {
   margin-left: 10px;
}
.project-detail-button-home a:hover {
   color: var(--white-color);
}
.home-service-intro .project-detail-button-home,
.home-service-intro .project-detail-button-home:hover {
   background-color: var(--white-color);
   color: var(--main-color);
}



.project-item {
   position: relative;
   height: 100%;
   padding: 7px;
}
.project-item-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   z-index: 1;
   clip-path: polygon(
      30px 0%,
      100% 0%,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0% 100%,
      0% 30px);
}
.project-item .image-relative-inner {
   z-index: 2;
}
.project-item .project-item-info {
   position: relative;
   z-index: 3;
   padding-left: 10px;
   padding-right: 0px;
   padding-top: 20px;
   padding-bottom: 20px;
}
.project-item .project-title {
   margin-bottom: 15px;
   padding-bottom: 10px;
   border-bottom: 1px solid var(--bg-6-color);
}
.project-item .project-detail-button-home {
   position: relative;
   z-index: 4;
}
.project-detail-info-list {

}
.project-detail-info-list .list-with-icon i {
   font-size: 18px;
   display: inline-block;
   width: 18px;
   font-weight: 500;
}
.project-other-info-cat {
   margin-bottom: 20px;
}
/* .project-other-info-cat:before {
   content: '';
   position: absolute;
   border-left: 1px solid var(--main-color);
   border-bottom: 1px solid var(--main-color);
   width: 30px;
   height: 30%;
   left: 0;
   bottom: 0;
}
.project-other-info-cat::after {
   content: '';
   position: absolute;
   border-right: 1px solid var(--main-color);
   border-top: 1px solid var(--main-color);
   width: 30px;
   height: 30%;
   right: 0;
   top: 0;
} */
.project-item .single-list-wrap {
   margin-bottom: 20px;
}
.project-time {
   position: absolute;
   right: 0;
   top: 15px;
   padding: 3px 12px 2px;
   z-index: 10;
   list-style: none;
}
.project-time li:first-child {
   border-bottom: 1px solid var(--text-white-color);
}
/* .project-time::after {
   content: '';
   position: absolute;
   height: 100%;
   width: 100%;
   bottom: 0;
   left: 0;
   z-index: 5;
   background-color: #519325;
   opacity: 0.5;
} */
.project-category-section .row {
   margin-left: -15px;
   margin-right: -15px;
}
.project-category-section [class*="col-"] {
   padding-left: 15px;
   padding-right: 15px;
}


.image-relative-inner.project-none-image {
   display: none;
}
.home-hero-background {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/bg-home-section.jpg'); 
   background-position: center center;
}
.home-project-background {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/bg-2.jpg'); 
   background-position: center center;
}
.home-project-background:after{
   content:'';
   position:absolute;
   background-color: #000;
   opacity: 0.75;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.home-service-background {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/nen-noel-5.jpg'); 
   background-position: center center;
}
.home-service-background:after{
   content:'';
   position:absolute;
   background-color: #000;
   opacity: 0.35;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.section-footer-background {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/nen-noel-7.jpg'); 
   background-position: center center;
   background-repeat: repeat-y;
}
.section-footer-background:after{
   content:'';
   position:absolute;
   background-color: var(--main-color);
   opacity: 0.75;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}

.home-banner-background {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen7.jpg'); 
   background-position: center center;
}
.section-home-about {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen13.jpg'); 
   background-position: center center;
}
.section-home-about:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0.75;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}

.section-project-detail {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/bg-home-section.jpg'); 
   background-position: center center;
}
.section-project-detail:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0.9;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.section-service-home {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen11.jpg'); 
   background-position: center center;
}
.section-service-home:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0.5;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.section-open-letter {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen12.jpg'); 
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
}
.section-open-letter:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0.5;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}



.section-background-about-us {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/abc.jpg'); 
   background-position: center center;
}
.section-background-about-us:after{
   content:'';
   position:absolute;
   background-color: #fff;
   opacity: 0.85;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}

.section-background-white {
   position:relative;
   background-size: cover;
   background-position: center center;
}
.section-background-white:after{
   content:'';
   position:absolute;
   background-color: var(--bg-6-color);
   opacity: 0.94;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

.section-background-1 {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/bg-home-section.jpg'); 
   background-position: center center;
}
.section-background-1:after{
   content:'';
   position:absolute;
   background-color: #000;
   opacity: 0.75;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.section-background-2 {
   position:relative;
   background-size: cover;
   background-image: url('/frontend/icons/abc.jpg'); 
   background-position: center center;
}
.section-background-2:after{
   content:'';
   position:absolute;
   background-color: #000;
   opacity: 0.65;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}


/* .info-column,
.scope-column {
   position:relative;
}
.info-column:after,
.scope-column:after{
   content:'';
   position:absolute;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.info-column:after {
   background-color: var(--white-color);
   opacity: 0;
}
.scope-column:after {
   background-color: #696969;
   opacity: 0.5;
} */
/* .project-info-item {
   position:relative;
   padding: 100px 20px;
   width: 100%;
   z-index: 1;
} */





.project-info-list {
   margin-left: 0px;
   margin-right: 0px;
}
.project-info-list + .project-info-list {
   margin-top: 20px;
}
.project-info-list .left-icon {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 45px;
   flex: 0 0 45px;
   max-width: 45px;
   margin-right: 15px;
}
.project-info-list .left-icon i {
   height: 45px;
   width: 45px;
   line-height: 45px;
   text-align: center;
   font-size: 22px;
   display: inline-block;
   margin-top: 8px;
   background-color: var(--main-color);
   color: var(--white-color);  
   border-radius: 5px;
   /* border: 1px solid var(--main-color); */
}
.project-info-list.video-info-list .left-icon i {
   background-color: #ccc;
   color: var(--main-color);  
}
.project-info-list .right-info {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 calc(100% - 60px);
   flex: 0 0 calc(100% - 60px);
   max-width: calc(100% - 60px);
}
.project-info-list .right-info span {
   display: inline-block;
   width: 100%;
   margin-top: 5px;
}
.project-info-grid:not(:last-child){
   margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
   .project-info-grid:not(:last-child){
      margin-bottom: 0;
   }
}
.project-scope-container .full-content >*{
   text-align: left !important;
}

.paragraph-with-border-scope {
   display: table-cell;
   position: relative;
}

.paragraph-with-border-scope {
   padding: 20px 30px;
}
.paragraph-with-border-scope::before {
   content: '';
   position: absolute;
   top: -6px;
   left: 10px;
   height: 30%;
   width: 50%;
   border-left: 4px solid var(--main-color) ;
   border-top: 1px solid var(--main-color);
}
.paragraph-with-border-scope::after {
   content: '';
   position: absolute;
   bottom: -6px;
   right: 15px;
   height: 25%;
   width: 30%;
   border-right: 2px solid var(--main-color) ;
   border-bottom: 2px solid var(--main-color);
}
.paragraph-with-border-scope.open-letter {
   padding: 50px 40px;
   border-top: 1px solid var(--main-color);
   border-left: 15px solid var(--main-color);
   border-right: 1px solid var(--bg-1-color);
   border-bottom: 1px solid var(--bg-1-color);
}



.scope-column .title-bt-line::before {
   border-color: var(--white-color);
}
/* .scope-column p {
   margin-bottom: 10px;
   line-height: 1.8;
} */
.scope-content ul {
   --icon-space: 20px;
   list-style: none;
   padding: 0;
}
.scope-content ul > li {
   padding-left: var(--icon-space);
   padding-top: 7px;
   padding-bottom: 7px;
}
.scope-content ul > li:before {
   content: "\f105"; /* FontAwesome Unicode */
   font-family: FontAwesome;
   display: inline-block;
   margin-left: calc( var(--icon-space) * -1 );
   width: var(--icon-space);
   color: #e5e5e5;
}
.project-detail .section-heading-title h2::before {
   background: var(--white-color);
}
.project-category-button {
   display: block;
   text-align: center;
   width: fit-content;
   height: 50px;
   line-height: 50px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 50px;   
   padding-left: 40px;
   padding-right: 40px;
   border-radius: 5px;
   background-color: var(--main-color);
   color: var(--white-color);
}
.project-category-button i {
   margin-left: 10px;
}
.content-popup.project-cat-popup {
   padding: 20px !important;
}
#project-category {
   display: none;
}
.project-category {
   -ms-flex-wrap: wrap;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   margin-right: -1px;
   margin-left: -1px;
   margin-top: 10px;
}
.project-category-section .row {
   gap: 30px 0;
}
.project-category-item  {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
.project-category-item {
   position: relative;
   padding-right: 1px;
   padding-left: 1px;
   width: 100%;
   margin-bottom: 4px;
}
.project-category-item {
   margin-bottom: 2px;
}
.project-category-title {
   padding: 10px 20px 9px;
   border-radius: 3px;
   background-color: var(--white-color);
}
/* .project-item-cat-grid {
   margin-top: 30px;
} */
/* .project-item-cat-grid:first-child {
   margin-top: 0;
} */
@media screen and (min-width: 768px) {
   .image-relative-inner.project-none-image {
      display: block;
   }
   /* .project-category-section .row {
      margin-left: 0px;
      margin-right: 0px;
   } */
   /* .project-category-section [class*="col-"]:nth-child(2n) {
      padding-left: 1px;
      padding-right: 0px;
   } */

   /* .project-item-cat-grid:nth-child(2) {
      margin-top: 0px;
   }  */
   .other-projects-section .row {
      margin-left: 0px;
      margin-right: 0px;
   }
   .other-projects-section [class*="col-"] {
      padding-right: 1px;
      padding-left: 0px;
   }
   .project-category-item  {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }
   .project-category-item {
      margin-bottom: 2px;
   }
}
@media screen and (min-width: 1024px) {
   /* .project-detail .section-bottom-0 {
      padding-bottom: 100px;
   } */
   .project-scope-grid {
      margin-top: 0;
   }
   .project-category-item  {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
   }  
}
@media screen and (min-width: 1280px){
   .project-category-item  {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
   }
   /* .project-item-cat-grid:nth-child(3) {
      margin-top: 0px;
   }  */
   /* .project-category-section [class*="col-"] {
      padding-left: 0px;
      padding-right: 1px;
   }
   .project-category-section [class*="col-"]:nth-child(2n) {
      padding-left: 0px;
      padding-right: 1px;
   }
   .project-category-section [class*="col-"]:nth-child(3n) {
      padding-right: 0px;
   } */
   .project-category-button:hover {
      background-color: var(--warning-color);
      color: var(--white-color);
      cursor: pointer;
   }
}
@media screen and (min-width: 1440px){
   .other-projects-section {
      margin-top: 0;
   }   
}
.single-image-section .row {
   margin-left: 0;
   margin-right: 0;
}
/* Dự án */



/* .btn-introduce {
   margin-top: 30px;
}

.btn-introduce .color-red {
   background-color: var(--bg-1-color);
   color: var(--main-color) !important;
   border: 1px solid var(--warning-color);
   height: auto;
}

.btn-introduce .color-red:hover {
   background: var(--warning-color);
   transition: .5s ease;
   color: #fff !important;
}

.btn-introduce .color-blue {
   background-color: var(--bg-1-color);
   color: var(--main-color) !important;
   border: 1px solid var(--main-1-color);
   height: auto;
}

.btn-introduce .color-blue:hover {
   background: var(--main-1-color);
   transition: .5s ease;
   color: var(--white-color) !important;
}

.btn-introduce a {
   text-decoration: none;
   padding: 0px 65px 0px 20px;
   position: relative;
   display: inline-block;
   background: #fff;
   margin-right: 15px;
   height: 45px;
   line-height: 43px;
}

.btn-introduce a .btn-blue {
   position: absolute;
   padding: 0px 0;
   background: var(--main-1-color);
   color: #fff;
   right: 0;
   top: 0px;
   width: 35px;
   height: 43px;
}
.btn-introduce a .btn-blue:before {
   content: "";
   display: block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 10px 45px 0;
   border-color: transparent var(--main-1-color) transparent transparent;
   position: absolute;
   top: 0;
   right: 35px;
}

.btn-introduce a .btn-red {
   position: absolute;
   padding: 0px 0;
   background: var(--warning-color);
   color: #fff;
   right: 0;
   top: 0;
   width: 35px;
   height: 43px;
}

.btn-introduce a .btn-red:before {
   content: "";
   display: block;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 0 15px 45px 0;
   border-color: transparent var(--warning-color) transparent transparent;
   position: absolute;
   top: 0;
   right: 35px;
} */





/* Aboutus page */
.open-letter-section {
   border-bottom: 1px solid #ddd;
}
.about-section-grid:first-child,
.about-section-grid-letter:first-child {
   display: none;
}
@media screen and (min-width: 1024px){
   .about-section-grid-letter:first-child {
      display: block;
      position: relative;
   }  
}
@media screen and (min-width: 1280px){
   .about-section-grid:first-child {
      display: block;
      position: relative;
   }  
}
.about-section-grid-letter .img-column-wraper {
   width: 100%;
   height: 100%;
   position: relative;
   overflow: hidden;
}
.img-column-container {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   flex-wrap: wrap;
   height: 100%;
}
.open-letter-item-left {
   width: 100%;
   height: calc(50% - 20px);
   background-position: top left;
}
/* .img-column-container {
   width: 100%;
   position: absolute;
   top: 0;
   left: 0;
   height: auto;
} */
/* .img-column {
   border: 2px solid #ddd; 
   border-radius: 50px; 
   padding: 20px 0
} */
.about-section-item-first {
   margin-left: 0px;
   margin-right: 0px;
}
.about-section-item-first:not(:last-child) {
   margin-bottom: 30px;
}
.about-section-item-first:last-child {
   margin-bottom: 0;
}
/* .project-info-list + .project-info-list {
   margin-top: 20px;
} */
.about-section-item-first .left-icon {
   display: none;
}
@media screen and (min-width: 576px){
   .about-section-item-first .left-icon {
      display: block;
   }
}
.about-section-item-first .i-wrap {
   padding: 5px;
   background-color: var(--main-color);
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   height: 70px;
}
.about-section-item-first .left-icon i {
   height: 60px;
   width: 60px;
   line-height: 60px;
   text-align: center;
   font-size: 30px;
   display: inline-block;
   background-color: var(--main-color);
   color: var(--white-color);  
   border-radius: 50%;
   border: 1px solid var(--white-color);
}
.about-section-item-first .right-info {
   -webkit-box-flex: 0;
   -ms-flex: 0 0 100%;
   flex: 0 0 100%;
   max-width: 100%;
}
@media screen and (min-width: 576px){
   .about-section-item-first .left-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
      flex: 0 0 70px;
      max-width: 70px;
      margin-right: 15px;
      position: relative;
      height: auto;
   }
   .about-section-item-first .right-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 85px);
      flex: 0 0 calc(100% - 85px);
      max-width: calc(100% - 85px);
   }
}

@media screen and (min-width: 1024px){
   .about-section-item-first .i-wrap {
      height: 80px;
   }
   .about-section-item-first .left-icon i {
      height: 70px;
      width: 70px;
      line-height: 70px;
      font-size: 34px;
   }
   .about-section-item-first .left-icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px;
   }
   .about-section-item-first .right-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 95px);
      flex: 0 0 calc(100% - 95px);
      max-width: calc(100% - 95px);
   } 
}



.about-section-item-first .right-info span {
   display: inline-block;
   margin-top: 0;
   margin-bottom: 5px;
}
/* .about-section-item-first .right-info p {
   line-height: 1.7;
   margin-bottom: 10px;
} */
/* .about-section-item-first .right-info p:last-child {
   margin-bottom: 0;
} */
.view-detail-aboutus  {
   display: block;
   text-align: center;
   width: fit-content;
   height: 48px;
   line-height: 48px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 30px;   
   padding-left: 30px;
   padding-right: 30px;
   border-radius: 5px;
   background-color: var(--main-1-color);
   color: var(--white-color);
}
.view-detail-aboutus i {
   margin-left: 10px;
}
.view-detail-aboutus:hover {
   background-color: var(--warning-color);
   color: var(--white-color);
}

.section-vision-mission {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen1.png'); 
   background-position: center center;
}
.section-vision-mission:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}

.section-source {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen3.png'); 
   background-position: center center;
}
.section-source:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}


.section-core-value {
   position:relative;
   background-color: #222222;
   background-size: cover;
   background-image: url('/frontend/icons/nen13.jpg'); 
   background-position: center center;
}
.section-core-value:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0.8;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}
.section-source {
   position:relative;
   /* background-color: #222222; */
   /* background-size: cover;
   background-image: url('/frontend/icons/nen2.png'); 
   background-position: center center; */
}
.section-source:after{
   content:'';
   position:absolute;
   background-color: var(--white-color);
   opacity: 0.3;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
}


.section-above {
   position:relative; 
   z-index: 1
}


.vision-mission-item:not(:last-child) {
   margin-bottom: 30px;
}
.vision-mission-item:last-child {
   margin-bottom: 0;
}
/* .vision-mission-item p {
   line-height: 2;
   margin-bottom: 15px;
} */
.title-bt-line-vision {
   position: relative;
   width: auto;
 }
 .title-bt-line-vision {
    padding-bottom: 2px;
    margin-bottom: 15px;
 }
 .title-bt-line-vision:before {
   content: "";
   position: absolute;    
   width: 80px;
   left: 0;
   bottom: 0;
   z-index: 1; 
   border-bottom: 1px solid #519325; 
 }
 .title-bt-line-vision::after {
   content: "";
   position: absolute;    
   width: 100px;
   left: 80px;
   bottom: 0;
   z-index: 1; 
   border-bottom: 1px solid var(--white-color); 
 }

.tamnhin-sumenh{
   border-top: 1px solid var(--white-color);
   padding-top: 10px;
   margin-top: 5px; 
   position: relative;}
.tamnhin-sumenh::before {
   content: '';
   position: absolute;
   background: #519325;
   width: 100px;
   height: 1px;
   top: -1px;
}
/* .tamnhin-sumenh p {
   line-height: 1.7;
   margin-bottom: 20px;
} */


.core-value-column {
   width: 100%;
}
.core-value-column:not(:last-child) {
   margin-bottom: 50px;
}
.core-value-item-aboutus h2 {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 7px;
 }
 .core-value-item-aboutus h2 span {
   margin: 0 15px;
 }
 .core-value-item-aboutus h2:before,
 .core-value-item-aboutus h2:after {
   background: #ddd;
   height: 1px;
   flex: 1;
   content: '';
 }
 .core-value-item-aboutus h2.left:after {
   background: none;
 }
 .core-value-item-aboutus h2.right:before {
   background: none;
 }
 .core-value-icon {
   margin-bottom: 20px;
   text-align: center;
 }
 .core-value-icon img {
   width: 75px;
 }
 @media screen and (min-width: 768px) {
   .core-value-icon img {
      width: 85px;
    }
}
@media screen and (min-width: 1280px) {
   .core-value-icon img {
      width: 95px;
    }
}
.source-item-grid:not(:last-child) {
   margin-bottom: 50px;
}
@media screen and (min-width: 1280px) {
   .source-item-grid:not(:last-child) {
      margin-bottom: 0;
   }
}
.source-item {
   height: 100%;
}



.title-bt-line-source {
   position: relative;
   width: auto;
 }
 .title-bt-line-source {
    padding-bottom: 2px;
    margin-bottom: 15px;
 }
 .title-bt-line-source:before {
   content: "";
   position: absolute;    
   width: 75px;
   left: 0;
   bottom: 0;
   z-index: 1; 
   border-bottom: 1px solid var(--main-color); 
 }
 .title-bt-line-source::after {
   content: "";
   position: absolute;    
   width: 100px;
   left: 80px;
   bottom: 0;
   z-index: 1; 
   border-bottom: 1px solid var(--white-color); 
 }





.tilesWrap {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-align: center;
   height: 100%;
}
.tilesWrap li {
	display: inline-block;
	width: 100%;
   height: 100%;
	min-width: 200px;
	/* max-width: 230px; */
	padding: 80px 20px 40px;
	position: relative;
	vertical-align: top;
	margin: 0;
	/* font-family: 'helvetica', san-serif; */
	min-height: 25vh;
	background: var(--white-color);
	border: 1px solid #252727;
	text-align: left;
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.3;
	top: 50px;
	right: 10px;
   color: var(--main-color);
	transition: all 0.5s ease-in-out;
}
.tilesWrap li h3 {
	color: var(--main-1-color);
	margin-bottom: 5px;
}
.tilesWrap li p {
	font-size: 16px;
	/* line-height: 1.7; */
	/* color: #b7b7b7; */
	margin-top: 10px;
}
.tilesWrap li button {
	background: transparent;
	border: 1px solid #b7b7b7;
	padding: 10px 20px;
	color: #b7b7b7;
	border-radius: 3px;
	position: relative;
	transition: all 0.3s ease-in-out;
	transform: translateY(-40px);
	opacity: 0;
	cursor: pointer;
	overflow: hidden;
}
.tilesWrap li button:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 120%;
	background: #b7b7b7;
	top: 0;
	opacity: 0;
	left: -140px;
	border-radius: 0 20px 20px 0;
	z-index: -1;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}
.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(1.5deg, 1.5deg);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
/* .tilesWrap li:nth-child(1):before {
	background: #C9FFBF;
background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
background: linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li:nth-child(2):before {
	background: #f2709c;
background: -webkit-linear-gradient(to right, #ff9472, #f2709c);
background: linear-gradient(to right, #ff9472, #f2709c);
}
.tilesWrap li:nth-child(3):before {
	background: #c21500;
background: -webkit-linear-gradient(to right, #ffc500, #c21500);
background: linear-gradient(to right, #ffc500, #c21500);
} */
.tilesWrap li:before {
	background: #FC354C;
background: -webkit-linear-gradient(to right, var(--main-1-color), var(--bg-6-color));
background: linear-gradient(to right, var(--main-1-color), var(--bg-6-color));
}






/* Aboutus page */

/* Tin tức */
.news-detail .row {
   margin-right: -30px;
   margin-left: -30px;
}
.news-detail [class*="col-"] {
   padding-right: 30px;
   padding-left: 30px;
}
.news-detail .news-detail-meta {
   margin-bottom: 20px;
   border-bottom: 1px solid #ddd;
}

.other-news-grid {
   margin-top: 60px;
}
.news-home-big {
   border-bottom: 1px solid #ddd;
   margin-bottom: 15px;
}
.big-item {
   height: 100%;
   background-color: var(--bg-6-color);
   clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 35px);
   overflow: hidden;
}
.big-item .news-info {
   padding: 20px 20px 0 ;
}
.news-others {
   padding: 25px 20px 20px;
}

@media (min-width: 1024px) {
   .news-others {
      position: sticky;
      top: 80px;
   }
}

.news-others .news-info {
   padding: 15px 10px 15px;
}
.meta-info li {
    margin-right: 30px;
}
.flexbox-container {
    display: flex;
    flex-wrap: nowrap;
}
.news-item-home-list {
   padding: 20px 0;
   border-bottom: 1px solid #c5c5c5;
}
.news-item-home-list:first-child {
   padding-top: 0;
}
.news-item-home-list:last-child {
    border-bottom: none;
}
.news-item-home-list-image {
    flex: 0 0 0px;
}
.column-big-item {
   margin-bottom: 30px;
}
.list-item {
   height: 100%;
   padding: 30px 20px 10px;
   clip-path: polygon(
      0 0%,
      100% 0%,
      100% calc(100% - 35px),
      calc(100% - 35px) 100%,
      0% 100%,
      0% 35px);
}
.list-item .list-with-icon li {
   margin-bottom: 0;
}
.news-thumb-grid-item .news-info {
   padding: 20px 10px 20px;
}
.news-thumb-grid-item:last-child .news-info {
   padding-bottom: 0;
}
/* .item-with-thumb-section .news-thumb-grid-item:first-child {
   display: none;
} */
/* .news-category .container-wide {
   padding-left: 0;
   padding-right: 0;
} */
.item-with-thumb-section .row {
   gap: 30px 0;
}
@media screen and (min-width: 768px) {
   /* .news-thumb-grid-item .news-info {
      padding-bottom: 0;
   } */
   .news-item-home-list .news-info {
      padding-left: 25px;
   }
   .news-item-home-list-image {
      flex: 0 0 150px;
   }
}
@media screen and (min-width: 1024px) {
   .column-big-item {
      margin-bottom: 0;
   }
   .other-news-grid {
      margin-top: 0;
   }
   .news-detail .row {
      margin-right: -10px;
      margin-left: -10px;
   }
   .news-detail [class*="col-"] {
      padding-right: 10px;
      padding-left: 10px;
   }

}
@media screen and (min-width: 1280px) {
   .column-list-item {
      margin-bottom: 0;
   }
   .news-detail .row {
      margin-right: -20px;
      margin-left: -20px;
   }
   .news-detail [class*="col-"] {
      padding-right: 20px;
      padding-left: 20px;
   }
}
@media screen and (min-width: 1440px) {
   .news-detail .row {
      margin-right: -30px;
      margin-left: -30px;
   }
   .news-detail [class*="col-"] {
      padding-right: 30px;
      padding-left: 30px;
   }
}
.home-news-section .news-detail-btn {
   display: none;
}
.thumb-item {
   position: relative;
   padding: 7px 7px 30px;
   height: 100%;
}
.thumb-item:not(:last-child) {
   margin-bottom: 20px;
}
.thumb-item-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   z-index: 1;
   clip-path: polygon(
      25px 0%,
      100% 0%,
      100% calc(100% - 25px),
      calc(100% - 25px) 100%,
      0% 100%,
      0% 25px);
}
.thumb-item .news-info {
   position: relative;
   z-index: 2;
}
/* .thumb-item .meta-info {
   border-bottom: 1px solid #e5e5e5;
   margin-bottom: 10px;
}
.thumb-item .list-with-icon li:not(:last-child) {
  margin-bottom: 7px;
} */
/* Tin tức */




/* Thư viện - style */
.album-item {
   position: relative;
   height: 100%;
   padding: 7px;
}
.album-item-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   z-index: 1;
   clip-path: polygon(
      30px 0%,       /* vát góc trên trái */
      100% 0%,
      100% calc(100% - 30px), /* vát góc dưới phải */
      calc(100% - 30px) 100%,
      0% 100%,
      0% 30px);
}
.album-item .image-relative-inner {
   z-index: 2;
}
.album-detail-button {
   position: relative;
   display: block;
   text-align: center;
   width: 100%;
   /* height: 50px;
   line-height: 50px; */
   padding: 15px 10px 10px;
   margin-top: 0px;
   /* border-radius: 4px; */
   /* border-bottom-left-radius: 3px;
   border-bottom-right-radius: 3px; */
   /* background-color: var(--light-1-color); */
   color: var(--main-color);
   z-index: 3;
}
.album-detail-button:hover {
   /* background-color: var(--red-color); */
   color: var(--red-2-color);
}
/* .album-detail-button {
   border-bottom-left-radius: 10px;
   border-bottom-right-radius: 10px;
} */
.album-detail-button i {
   font-size: 18px !important;
}
.album-fancy-box-data .album-detail-button.image_btn {
   display: none;
}
.album-fancy-box-data .album-detail-button.image_btn:first-child {
   display: block;
}
.home-libraries-section .main-slide .main-button > * {
   color: var(--main-color);
}
/* .album-cat-section .row {
   margin-left: -20px;
   margin-right: -25px;
}
.album-cat-section [class*="col-"] {
   position: relative;
   padding-right: 25px;
   padding-left: 25px;
   width: 100%;
} */
.album-item-cat-grid:not(:first-child) {
   margin-top: 30px;
}

/* Thư viện - Style */
.video-detail-info {
   padding-left: 40px;
   padding-right: 40px;
}
@media screen and (min-width: 1024px) {
   .video-detail-info {
      padding-left: 20px;
      padding-right: 20px;
   }
}
.video-container {
   position: relative;
   padding-bottom: 56.25%; /* 16:9 */
   /* height: 0; */
   /* width: 100%; */
   background-color: #000;
}
.video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: calc(100% - 1px);
   height: 100%;
}
.library-desktop {
   display: none;
}
@media screen and (min-width: 768px) {
   .album-item-cat-grid:nth-child(2) {
      margin-top: 0;
   }
}
@media screen and (min-width: 1024px) {
   .library-mobile {
      display: none;
   }
   .library-desktop {
      display: block;
   }  
}
@media screen and (min-width: 1280px) {
   .album-item-cat-grid:nth-child(3) {
      margin-top: 0;
   }

   .album-detail-swiper-thumb .img-scale:hover {
      cursor: pointer;
   }
}

/* Thư viện - Style */



/* Tuyển dụng - style */
.recruitment-section .row {
   gap: 30px 0;
}
.recruitment-wrapper {
   display: flex;
   flex-wrap: wrap;
}
.recruitment-item {
   /* padding: 30px;
   border-radius: 5px; */
   /* background-color: var(--main-color); */
   padding: 30px 15px 30px;
   clip-path: polygon(
   0% 0%,
   100% 0%,
   100% calc(100% - 20px),
   calc(100% - 20px) 100%,
   0% 100%,
   0% 20px);
}
.other-careers .recruitment-item:not(:last-child) {
   margin-bottom: 30px;
}
/* .recruitment-item:last-child {
   margin-bottom: 0;
} */
.recruitment-item .desc ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style-type: none;
}
.recruitment-item .desc li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.recruitment-item .desc li + li {
    margin-top: 10px;
}
.recruitment-item .desc span {
   margin-left: 5px;
}
.recruitment-info {
   margin-bottom: 30px;
}

.content-popup-recruitment {
   padding: 30px !important;
}
.content-popup-recruitment ul {
   padding-left: 0;
   list-style-type: none;
}
.content-popup-recruitment ul li {
   margin-bottom: 15px;
}
.career-desc-item:nth-child(odd) {
   background-color: var(--bg-6-color);
}
/* .career-desc-info {
   padding-bottom: 30px;
} */
@media screen and (min-width: 1024px) {
   .career-desc-info {
      padding-bottom: 0;
   }
}
.hide {
   display: none;
}
.show {
   display: block;
}
.show-btn {
   display: block;
}
.hide-btn {
   display: none;
}


/* .service-cat-section.career-section .col-lg-6 {
   height: calc(100% - 50px);
} */
.service-cat-section.career-section .service-item-cat-info {
   top: 0;
   padding: 30px 0 40px;
   background-color: transparent;
}



/* Tuyển dụng - Style */


/* Liên hệ - Style */
.contact-department-section .row {
   gap: 30px 0;
}
.office-item {
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   height: 100%;
   position: relative;
   padding: 7px;
}
.office-item-bg {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--white-color);
   z-index: 1;
   clip-path: polygon(
      35px 0%,       /* vát góc trên trái */
      100% 0%,
      100% calc(100% - 35px), /* vát góc dưới phải */
      calc(100% - 35px) 100%,
      0% 100%,
      0% 35px);
}
.office-item .info {
   position: relative;
   z-index: 2;
   padding-left: 10px;
   padding-right: 0px;
   padding-top: 30px;
   padding-bottom: 20px;
}
.office-item .info .office-item-title {
   margin-bottom: 15px;
}
.office-item a:hover {
   color: var(--hover-color);
}
.office-item .contact-item {
   z-index: 3;
}

.bld-contact-wrapper {
   background-color: var(--white-color);
      clip-path: polygon(
      0% 0%,       /* vát góc trên trái */
      100% 0%,
      100% calc(100% - 35px), /* vát góc dưới phải */
      calc(100% - 35px) 100%,
      0% 100%,
      0% 35px);
   padding: 30px 15px;
}
@media screen and (min-width: 1280px) {
   .news-home-column {
      padding-right: 35px;
   }
   .library-home-column {
      padding-left: 35px;
   }
}
@media screen and (min-width: 1440px) {
   .news-home-column {
      padding-right: 100px;
   }
   .library-home-column {
      padding-left: 100px;
   }
}
@media screen and (min-width: 1600px) {
   .news-home-column {
      padding-right: 175px;
   }
   .library-home-column {
      padding-left: 175px;
   }
}



.banner-content-wrapper {
   display: flex;
   flex-wrap: wrap;
   padding-top: clamp(3.125rem, 10vw + 1rem, 9.375rem);
   padding-bottom: clamp(3.125rem, 10vw + 1rem, 9.375rem);
   justify-content: center;
}
   .banner-info-wrapper {
      width: 80%;
   }
@media screen and (min-width: 1024px) {
   .banner-content-wrapper {
      flex-wrap: nowrap;
      justify-content: flex-end;
   }
   .banner-logo {
      width: fit-content;
      margin-bottom: 0;
      margin-right: 30px;
   }
   .banner-info-wrapper {
      width: 50%;
   }
   .hero-animated .entry-title {
      white-space: nowrap;
      line-height: 1.2;
      margin-bottom: 30px;
      /* overflow: hidden;
      text-overflow: ellipsis; */
   }
}
.banner-logo {
   margin-bottom: 30px;
}
.logo-daitoc {
   display: flex;
   flex-wrap: wrap;
   flex-direction: column;
   justify-content: space-around;
   aspect-ratio: 1/0.65;
   padding: 15px;
   margin-left: auto;
   margin-right: auto;
   width: fit-content;
}
.logo-daitoc span {
   width: 100%;
   white-space: nowrap;
   font-size: clamp(1.875rem, 1vw + 1.5rem, 2.25rem);
}
.logo-daitoc {
   /* width: 150px;
   height: 150px; */
   border: 4px solid #ffca78;
   background: -webkit-gradient(linear,left top,left bottom,from(#f9bc60),color-stop(20.31%,#ffca78),color-stop(53.12%,#fed9b7),color-stop(76.04%,#fac96a),to(#e0ab45));
   background: linear-gradient(180deg,#f9bc60,#ffca78 20.31%,#fed9b7 53.12%,#fac96a 76.04%,#e0ab45); 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.font-noh-carbone {
   font-family: Noh Carborne;
}
.font-fair-play {
   font-family: FairPlay;
}
.font-fair-play-bold {
   font-family: FairPlayBold;
}
.hero-animated .entry-title {
   line-height: 1.4;
   margin-bottom: 30px;
   text-shadow: 2px 2px 4px #000;
   font-size: clamp(1.875rem, 1vw + 1.5rem, 2.25rem);
}
.hero-animated .entry-short {
   text-shadow: 2px 2px 4px #000;
}















.home-22 {
  padding-bottom: 0;
  padding-top: 0;
}
.home-22 .button {
  display: none;
}
.home-22 .main-title {
  margin-bottom: 15px;
}
.home-22 .background-div {
  overflow: hidden;
  background-color: #e4e8f4;
}
.home-22 .content-slide {
  display: none;
  margin-bottom: 20px;
}
.home-22 .content-slide .txt {
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
  color: #233a7a;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  text-transform: uppercase;
}
.home-22 .content-slide .txt,
.home-22 .content-slide .txt-desc {
  -o-text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-22 .content-slide .txt-desc {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 30px;
}
.home-22 .content-slide .txt-desc p {
   line-height: 1.5;
}
.home-22 #nav {
  display: none;
}
.home-22 .center {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 43%;
  left: 100%;
  transform: translate(-00%, -50%);
  z-index: 49;
}
/* .home-22 #carousel {
  width: 650px;
  height: 830px;
  padding-top: 0;
} */
.home-22 .main-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home-22 .main-slide .cloud9-item,
.home-22 .main-slide .cloud9-item .image {
  margin-right: auto;
  margin-left: auto;
  width: 280px;
}
.home-22 .main-slide .cloud9-item .image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: -1;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 50%;
  background: #fff;
  height: 280px;
}
.home-22 .main-slide .cloud9-item .image:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
}
.home-22 .main-slide .cloud9-item .image:before,
.home-22 .main-slide .cloud9-item .image img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out all;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.home-22 .main-slide .cloud9-item .image img {
  -webkit-filter: grayscale(0);
  -o-object-fit: cover;
  opacity: 1;
  filter: grayscale(0);
  object-fit: cover;
}
.home-22 .main-slide .cloud9-item .title {
  display: none;
  margin-bottom: 20px;
  color: #333;
}
.home-22 .main-slide .cloud9-item .title:hover {
  color: #233a7a;
}
.home-22 .main-slide .cloud9-item .desc {
  display: none;
  text-align: justify;
}
.home-22 .main-slide .cloud9-item.active .image img,
.home-22 .main-slide .cloud9-item:hover .image img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-22 .main-slide .cloud9-item .image:before {
  opacity: 1;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
}
.home-22 .main-slide .cloud9-item:hover .image:before {
  opacity: 1;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.home-22 .main-slide .cloud9-item:hover .title {
  color: #233a7a;
}
.home-22 .main-slide-swiper .cloud9-item .image {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.home-22 .main-slide-swiper .cloud9-item .image img {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out all;
  -o-object-fit: cover;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-22 .main-slide-swiper .cloud9-item .title {
   margin-top: 20px;
  margin-bottom: 20px;
  /* color: #333; */
}
.home-22 .main-slide-swiper .cloud9-item .desc {
  margin-bottom: 15px;
  text-align: left;
}
.home-22 .main-slide-swiper .cloud9-item .desc p {
   line-height: 1.5;
  margin-bottom: 10px;
}
.home-22 .main-slide-swiper .cloud9-item .button {
  display: block;
  margin-bottom: 20px;
}
.home-22 .main-button,
.home-22 .main-button > * {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-22 .main-button > * {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out all;
  transition: all 0.2s ease-in-out;
  margin-right: 5px;
  margin-left: 5px;
  background: #233a7a;
  width: 40px;
  height: 40px;
  color: #fff;
}
.home-22 .main-button > :hover {
  background: #5bcbf5;
}



@media (min-width: 920px) {
  .home-22 .main-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .home-22 .desc {
    margin-bottom: 30px;
  }
  .home-22 .content-slide {
    display: block !important;
  }
  .home-22 .main-slide-swiper {
    display: none !important;
  }
  .home-22 .main-slide-swiper .cloud9-item .desc {
    text-align: justify;
  }
  .home-22 .cloud9-item .button {
    margin-bottom: 0;
  }
  .home-22 .button {
    display: block;
  }
  .home-22 #carousel {
    overflow: visible !important;
  }
  .home-22 .main-slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
   .home-22 .center {
      top: 40%;
      left: 50%;
      transform: translate(-00%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
   }
   .home-22 .background-div {
      background-position: center -180px !important;
   }
}
@media (min-width: 1280px) {
  .home-22 .main-slide {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
   .home-22 .center {
      top: 42%;
      left: 50%;
      transform: translate(-00%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
   }
   .home-22 .background-div {
      background-position: 200px center !important;
   }
}
@media (min-width: 1440px) {
    .home-22 .main-slide {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
   .home-22 .center {
      top: 41%;
      left: 50%;
      transform: translate(-00%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
   }
  /* .home-22 .content-slide .txt-desc {
    -o-text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    text-overflow: ellipsis;
  } */
}
/* @media (min-width: 1600px) {
  .home-22 .background-div {
    background-position: 40% 56% !important;
  }
}
@media (min-width: 1800px) {
  .home-22 .background-div {
    background-position: 22% 56% !important;
  }
} */
@media (min-width: 1900px) {
   .home-22 .background-div {
      background-position: 250px center !important;
   }
   .home-22 .main-slide {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95);
   }
   .home-22 .center {
      top: 38%;
      left: 50%;
      transform: translate(-00%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
   }
}








.col-xl-service-left {
   padding: 0;
}
@media (min-width: 920px) {
   .col-xl-service-right {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
   }
   .col-xl-service-left {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
   }
   .home-22 #carousel {
      width: 800px;
      height: 700px;
   }
}
@media (min-width: 1280px) {
   .col-xl-service-right {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 750px;
       flex: 0 0 750px;
       max-width: 750px;
   }
   .col-xl-service-left {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 380px;
       flex: 0 0 380px;
       max-width: 380px;
   }
   .home-22 #carousel {
      width: 750px;
      height: 680px;
   }
}
@media (min-width: 1440px) {
   .col-xl-service-right {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 820px;
       flex: 0 0 820px;
       max-width: 820px;
   }
   .col-xl-service-left {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 400px;
       flex: 0 0 400px;
       max-width: 400px;
   }
   .home-22 #carousel {
      width: 820px;
      height: 700px;
   }
}
@media (min-width: 1900px) {
   .col-xl-service-right {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 900px;
       flex: 0 0 900px;
       max-width: 900px;
   }
   .col-xl-service-left {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 400px;
       flex: 0 0 400px;
       max-width: 400px;
   }
   .home-22 #carousel {
      width: 900px;
      height: 725px;
   }
}












  .home-22 .box-content-detail-wrapper {
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   margin-top: auto;
   margin-bottom: auto;
   background-color: #ffca78;
   vertical-align: bottom;
   /* height: 100%; */
  }

  .home-22 .box-content-detail {
   background-color: var(--white-2-color);
   padding: 50px 30px;
   border-top-left-radius:40px;
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 60px) 100%, 0 100%);
 }
  .home-22 .box-content-detail .solid-button a {
   width: fit-content;
  }

.circle-center {
   aspect-ratio: 1/1;
   width: 300px;
   border-radius: 50%;
   border: 5px solid var(--bg-6-color);
   background: var(--white-color) url('/frontend/icons/logo-extra.png');
   background-position: center;
   background-size: 250px auto;
   background-repeat: no-repeat;
}






.about-us-home-content-wrapper {
   position: relative;
   background-color: #519325;
   /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75%), calc(100% - 30%) 100%, 0 100%); */
}

.right-bg {
   position: absolute;
   right: 0;
   top: 0;
   width: 30%;
   height: 500px;
   background-image: radial-gradient(circle at 67% 83%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 1%,transparent 1%, transparent 5%,transparent 5%, transparent 100%),radial-gradient(circle at 24% 80%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 27%,transparent 27%, transparent 63%,transparent 63%, transparent 100%),radial-gradient(circle at 23% 5%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 26%,transparent 26%, transparent 82%,transparent 82%, transparent 100%),radial-gradient(circle at 21% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 35%,transparent 35%, transparent 45%,transparent 45%, transparent 100%),radial-gradient(circle at 10% 11%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 21%,transparent 21%, transparent 81%,transparent 81%, transparent 100%),radial-gradient(circle at 19% 61%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 20%,transparent 20%, transparent 61%,transparent 61%, transparent 100%),radial-gradient(circle at 13% 77%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 63%,transparent 63%, transparent 72%,transparent 72%, transparent 100%),radial-gradient(circle at 30% 93%, hsla(317,0%,96%,0.05) 0%, hsla(317,0%,96%,0.05) 33%,transparent 33%, transparent 82%,transparent 82%, transparent 100%),linear-gradient(90deg, rgb(22,131,207),rgb(7,123,215));
}

 .about-us-home {
   background-color: #ebeef7;
 }
 .about-us-home-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 60px;
 }
 .about-us-home-item-left {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;

  }
.about-us-home-item-left-wrapper {
   position: relative;
   background-color: var(--white-color);
   padding: 35px clamp(1.25rem, 1vw + 1rem, 1.875rem);
   border-top-left-radius: clamp(1.875rem, 2vw + 1rem, 2.5rem);
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)), calc(100% - clamp(1.875rem, 2vw + 1rem, 2.813rem)) 100%, 0 100%);
}
/* .about-us-home-item-beside-info {
   height: 500px;
   overflow-y: auto;
} */
 .about-us-home-item-right {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 100%;
       flex: 0 0 100%;
       max-width: 100%;
  }
.about-us-home-item-right-wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   gap: 30px 10px;
   width: 100%;
}
.about-us-home-item-right-wrapper {
   position: relative;
   /* background-color: var(--white-color); */
   /* padding: 30px;
   border-top-left-radius: 40px; */
   /* clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%); */
}
.number-animation {
   -ms-flex: 0 0 calc(50% - 5px);
   flex: 0 0 calc(50% - 5px);
   max-width: calc(50% - 5px);
}


/* @media (min-width: 768px) {
   .about-us-home-item-beside-info {
      height: auto;
      overflow-y: auto;
   }
} */
@media (min-width: 920px) {
   .right-bg {
      width: 25%;
      height: 100%;
   }
   .about-us-home-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 30px;
   }
   .about-us-home-item-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(65% - 30px);
      flex: 0 0 calc(65% - 30px);
      max-width: calc(65% - 30px);
   }
   .about-us-home-item-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
   }
   .about-us-home-item-left-wrapper {
      background-color: transparent;
      padding: 0;
      border-top-left-radius: 0;
      clip-path: none;
   }
   .about-us-home-item-right-wrapper {
      background-color: var(--white-color);
      padding: 40px 30px;
      border-top-left-radius: 40px;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
   }
   .number-animation {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
   }
}

@media (min-width: 1024px) {
   .about-us-home-item-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(65% - 30px);
      flex: 0 0 calc(65% - 30px);
      max-width: calc(65% - 30px);
   }
   .about-us-home-item-right {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
      flex: 0 0 35%;
      max-width: 35%;
   }
   /* .about-us-home-item-left-wrapper {
      background-color: transparent;
      padding: 0;
      border-top-left-radius: 0;
      clip-path: none;
   }
   .about-us-home-item-right-wrapper {
      background-color: var(--white-color);
      padding: 40px 30px;
      border-top-left-radius: 40px;
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%);
   } */
   .number-animation {
      -ms-flex: 0 0 calc(50% - 5px);
      flex: 0 0 calc(50% - 5px);
      max-width: calc(50% - 5px);
   }
}
/* @media (min-width: 1440px) {
   .about-us-home-content-wrapper {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50%), calc(100% - 30%) 100%, 0 100%);
   }
} */

@media (min-width: 1900px) {
 .about-us-home-item-left {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 50%;
       flex: 0 0 50%;
       max-width: 50%;
  }
 .about-us-home-item-right {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 40%;
       flex: 0 0 40%;
       max-width: 40%;
  }
   /* .about-us-home-content-wrapper {
      clip-path: polygon(0 0, 100% 0, 100% calc(100% - 75%), calc(100% - 30%) 100%, 0 100%);
   } */
}




 .info-title {
   width: 100%;
   margin-bottom: 15px;
 }
 .bottom-red-line {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   background-color: var(--red-2-color);
 }
 .about-us-home-item-beside-info-button {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   margin-top: 30px;
 }
 .about-us-home-item-beside-info-button-item {
   width: calc(50% - 10px);
 }
.about-us-home-item-beside-info-button-item .project-detail-button-home {
   width: 100%;
   padding-top: 8px;
   padding-bottom: 6px;
}
.about-us-home-item-beside-info-button-item:nth-child(2) .project-detail-button-home {
   background-color: var(--red-2-color);
}
.about-us-home-item-beside-info-button-item:nth-child(2) .project-detail-button-home:hover {
   background-color: var(--main-color);
}

.solid-button a {
   display: block;
   width: 100%;
   padding: 10px 20px 7px;
   background-color: var(--main-color);
   color: var(--white-color);
   border-top-left-radius: 12px;
   clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}
.solid-button a:hover,
.solid-button a:active {
   background-color: var(--red-2-color);
   color: var(--white-color);
}
.solid-button i {
   margin-left: 10px;
}
.about-us-home-item-beside-info-button-item:nth-child(2) .solid-button a {
   background-color: var(--red-2-color);
}
.about-us-home-item-beside-info-button-item:nth-child(2) .solid-button a:hover {
   background-color: var(--main-color);
}

.flex-center {
   display: flex;
   flex-direction: column;
   justify-content: center;
}


/* Breakcrumb */

.global-breakcrumb {
  position: relative; 
  overflow: visible;
}

.breadcrumb-zone > .breadcrumb {
  width: 100%; }

.zone-name {
  position: relative; }

.zone-name, .zone-name .zone-title {
   -webkit-box-align: center;
   -ms-flex-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   align-items: center; 
}
.zone-name .zone-title {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 12;
   padding-right: 40px;
   width: -webkit-max-content;
   width: -moz-max-content;
   width: max-content;
   height: calc(100% + 10px);
   max-height: 100px; 
}
.zone-name .zone-title:before {
  -webkit-transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-45deg);
  z-index: -1;
  background: var(--main-color);
  width: 1000%;
  height: 100%;
  pointer-events: none;
  content: ""; 
  box-shadow: 0px 2px 3px rgba(var(--color-secondary-rgb), 0.4);

}
@media (min-width: 1280px) {
  .zone-name .zone-title {
    padding-right: 65px;
    height: 80px; 
   }
}

ol.breadcrumb {
   -webkit-box-align: center;
   -ms-flex-align: center;
   -ms-flex-wrap: wrap;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-end;
   margin-left: auto;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 0;
   max-width: 50%;
   list-style: none; 
}
ol.breadcrumb {
   height: 60px;
   overflow: hidden;
}
@media (min-width: 1280px) {
   ol.breadcrumb {
      height: 70px;
   }
}
ol.breadcrumb:before {
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: 0;
   background: var(--white-color);
   width: 100%;
   height: 100%;
   pointer-events: none;
   content: ""; 
   box-shadow: 0px 2px 3px rgba(var(--color-secondary-rgb), 0.4);
   z-index: 10;
   
}
ol.breadcrumb a {
   color: #999;
   font-size: 1rem;
   font-weight: 400;
   text-align: right; 
}

ol.breadcrumb a.active {
   color: #333; 
}

ol.breadcrumb li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  padding: 0 7px; 
  visibility: hidden;
}
  

ol.breadcrumb li:first-child {
  padding-left: 0; }

ol.breadcrumb li + li:before {
  position: absolute;
  top: 0;
  left: -7px;
  color: #333;
  font-family: Material Icons;
  font-size: 16px;
  line-height: 1.3;
  content: "chevron_right"; }

@media (min-width: 1280px) {
  ol.breadcrumb {
    padding-top: 18px;
    padding-bottom: 18px;
    max-width: 70%; }
  ol.breadcrumb li {
    padding-right: 20px; }
  ol.breadcrumb li + li {
    padding-left: 20px; }
  ol.breadcrumb a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content; } 
}
/* Breakcrumb */


/* Accordion Tab */
/* .accordion-tab-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.banner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  background: #003852;
}

.accordion {
  width: 96%;
  overflow: hidden;
  background: #fafafa;
  border-radius: 10px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 600px) {
  .accordion {
    width: 100%;
    max-width: 600px;
  }
} */
.accordion-tabs {
  display: none;
}
.accordion-tabs :focus {
  outline: none;
}
.accordion-item {
   border-bottom: 1px solid #e5e5e5;
}
.accordion-item:last-child {
  border: none;
}
.accordion-item__label {
  position: relative;
  margin: 0;
  padding: 16px 20px;
  cursor: pointer;
  transition: padding 0.2s ease;
  background-color: var(--white-color);
  color: var(--main-color);
}



.accordion-item__label::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 20px;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
  transition: opacity 0.1s ease;
  border-radius: 2px;
  border: 5px solid transparent;
  border-color: transparent #e5e5e5 #e5e5e5 transparent;
}
.accordion-item__label:hover {
  background: #c1d7e2;
}
.accordion-item__container {
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
  /* aspect-ratio: 16/9; */
}
.accordion-active {
  background: var(--white-color);
  color: var(--main-color);
}
.accordion-active .accordion-item__label {
  /* padding-bottom: 0; */
  /* color: #003852; */
  color: var(--red-2-color);
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 0; */
  width: 7px;
  background-color: var(--red-2-color);
  height: 100%;
  /* margin: auto; */
  opacity: 1;
  /* transition: opacity 0.1s ease; */
  /* border-radius: 2px; */
  /* border: 5px solid transparent;
  border-color: transparent #003852 #003852 transparent; */
   clip-path: polygon(
      0 0, 
      calc(100% - 7px) 0, 
      100% 7px, 
      100% calc(100% - 7px), 
      calc(100% - 7px) 100%, 
      0 100%
   );
   transition: ease-in 0.5s;
}
.accordion-active .accordion-item__label::after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  height: auto;
  padding: 75px 20px 30px;
  opacity: 1;
}
.accordion-active .accordion-item__container p,
.accordion-active .accordion-item__container h1,
.accordion-active .accordion-item__container h2,
.accordion-active .accordion-item__container h3,
.accordion-active .accordion-item__container h4,
.accordion-active .accordion-item__container h5,
.accordion-active .accordion-item__container h6 {
  /* color: #7baac1; */
}
.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

@media (min-width: 920px) {
  .accordion-tabs {
    display: flex;
    background: #d2e2ea;
  }
  .accordion-tabs .accordion-tab {
    flex: 1;
    padding: 20px;
    font: inherit;
    border: none;
    cursor: pointer;
    color: #003852;
    background: #d2e2ea;
    transition: background 0.1s ease;
  }
  .accordion-tabs .accordion-tab:hover {
    background: #c1d7e2;
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    color: #006b99;
    background: #fafafa;
  }

  .accordion-item {
    display: none;
    min-height: 260px;
    padding: 30px;
    border: none;
    background: #fafafa;
  }
  .accordion-item__label, .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .accordion-item__label {
    margin-bottom: 20px;
  }
  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}
.citation {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: var(--citation-bg-color);
}
.citation p {
  margin: 0;
  padding: 10px;
  font-size: 12px;
  color: var(--citation-p-color);
}
.citation p a {
  color: var(--citation-a-color);
  cursor: pointer;
}
.citation p a:hover {
  color: var(--citation-a-hover-color);
}
.bg-title.home-service-intro p:not(:last-child) {
   margin-bottom: 7px;
}

.service-intro {
   margin-bottom: 20px;
}
/* Accordion Tab */