@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Luxurious+Roman&display=swap");

/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
.section.section-banner {
  margin-top: 0;
}
.section.section-banner .swiper-container .item {
  position: relative;
}
.section.section-banner .swiper-container .item .all_content_search_banner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: 2;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-banner .swiper-container .item .all_content_search_banner {
    top: 40%;
    transform: translate(-50%, 0);
  }
}
.section.section-banner .swiper-container .item .all_content_search_banner .content_slide_banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 23.75rem) {
  .section.section-banner .swiper-container .item .all_content_search_banner .content_slide_banner {
    gap: 5px;
    flex-direction: column;
  }
}
.section.section-banner .swiper-container .item .all_content_search_banner .content_slide_banner span {
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-family: "Luxurious Roman", cursive;
  font-weight: 400;
}
.section.section-banner .swiper-container .item .all_content_search_banner .content_slide_banner span {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
@media screen and (max-width: 27.5rem) {
  .section.section-banner .swiper-container .item .all_content_search_banner .content_slide_banner span {
    font-size: 18px;
  }
}
.section.section-banner .swiper-container .item .all_content_search_banner .content_slide_banner span:nth-child(2) {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(20px, 5vw, 80px);
  font-weight: 700;
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner {
  margin-top: 50px;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-banner .swiper-container .item .all_content_search_banner .search_banner {
    margin-top: 20px;
  }
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form {
  width: 60%;
}
@media only screen and (max-width: 47.99875rem) {
  .section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form {
    width: 90%;
  }
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form::before {
  content: "\f002";
  position: absolute;
  transition: opacity 0.2s ease;
  font-size: 16px;
  color: #fff;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  font-weight: 300;
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form input {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  backdrop-filter: blur(2px);
  color: #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 14px;
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font-weight: 300;
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form button {
  font-size: 14px;
  padding: 5px 16px;
  width: fit-content;
  background: #052532;
  color: #fff;
  right: 2px;
  left: auto;
  height: 94%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
}
.section.section-banner .swiper-container .item .all_content_search_banner .search_banner .inline-search form button::before {
  content: none;
}
.section.section-banner .swiper-container .item > picture {
  display: block;
}
.section.section-banner .swiper-container .item > picture img {
  display: block;
  width: 100%;
  min-height: 300px;
}
.section.section-banner .swiper-container .item > a {
  z-index: 1;
}
.section.section-banner .swiper-container .item > a {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.section.section-banner .swiper-container .swiper-controls {
  max-width: 1280px;
  position: relative;
}
@media screen and (max-width: 23.75rem) {
  .section.section-banner .swiper-container .swiper-controls .swiper-button {
    display: none;
  }
}
.section.section-banner .swiper-container .swiper-controls .swiper-button::before {
  border: 1px solid #d1d1d1;
  color: #fff;
  border-radius: 0;
}
.section.section-banner .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  bottom: 50px;
  top: auto;
  right: 60px;
  left: auto;
}
.section.section-banner .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  bottom: 50px;
  top: auto;
  right: 0;
  left: auto;
}
.section.section-banner .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  background-color: #D49300;
}
.section-latest-news {
  position: relative;
  padding: 60px 0;
}
.section-latest-news .img_left_news {
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-latest-news .img_bottom_news {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.section-latest-news .all_content_latest_news {
  width: 80%;
  margin-left: auto;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .all_content_latest_news {
    width: 95%;
    margin: auto;
    align-items: flex-start;
    flex-direction: column;
  }
}
.section-latest-news .all_content_latest_news .section-title {
  color: #184c61;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.section-latest-news .all_content_latest_news .section-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-latest-news .all_content_latest_news .section-mota {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
}
.section-latest-news .swiper-controls {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .swiper-controls {
    position: relative;
  }
}
.section-latest-news .swiper-controls .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
.section-latest-news .swiper-controls .swiper-button-next::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  color: #000;
  border-radius: 0;
  font-size: 16px;
}
.section-latest-news .swiper-controls .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin-top: 15px;
}
.section-latest-news .swiper-controls .swiper-button-prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  color: #000;
  border-radius: 0;
  font-size: 16px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .news-list {
    width: 95%;
    margin: auto;
  }
}
.section-latest-news .news-list .swiper-container .swiper-slide {
  width: calc(30% - 0.875rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-latest-news .news-list .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-latest-news .news-list .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
@media screen and (max-width: 23.75rem) {
  .section-latest-news .news-list .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
.section-latest-news .news-list .swiper-container .swiper-slide .item {
  position: relative;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .img_post_news {
  position: relative;
  border-radius: 15px;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .img_post_news::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
  background: linear-gradient(0deg, rgba(5, 37, 50, 0.9) 0%, rgba(5, 37, 50, 0) 45.61%);
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .img_post_news a {
  position: relative;
  z-index: 1;
  width: 100%;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .img_post_news a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(5, 37, 50, 0.9) 0%, rgba(5, 37, 50, 0) 45.61%);
  border-radius: 15px;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .img_post_news a img {
  border-radius: 15px;
  width: 100%;
  aspect-ratio: 2/3;
  object-fit: cover;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .content {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  z-index: 2;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .content .title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .content .mota_post {
  color: #e4e4e4;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .content .mota_post {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-latest-news .news-list .swiper-container .swiper-slide .item .content .mota_post {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-latest-news .news-list .swiper-container .swiper-slide .item .content .xemthem_post {
  border: 0.5px solid #fff;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;
}
.section-cta {
  position: relative;
  background: #f7f7f7;
  padding: 60px 0;
}
.section-cta .title_cta {
  color: #184c61;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.section-cta .title_cta {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .title_cta {
    margin-bottom: 30px;
  }
}
.section-cta .swiper-container .swiper-slide {
  margin-right: 20px;
}
.section-cta .swiper-container .swiper-slide {
  width: calc(25% - 0.9375rem);
}
@media only screen and (max-width: 63.99875rem) {
  .section-cta .swiper-container .swiper-slide {
    width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .swiper-container .swiper-slide {
    width: calc(50% - 0.625rem);
  }
}
.section-cta .swiper-container .swiper-slide .flipper-item {
  position: relative;
}
.section-cta .swiper-container .swiper-slide .flipper-item .img {
  border-radius: 15px;
}
.section-cta .swiper-container .swiper-slide .flipper-item .img img {
  aspect-ratio: 2/3;
  border-radius: 15px;
}
.section-cta .swiper-container .swiper-slide .flipper-item .inner {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  .section-cta .swiper-container .swiper-slide .flipper-item .inner {
    width: 90%;
    text-align: center;
  }
}
.section-cta .swiper-container .swiper-slide .flipper-item .inner h3 {
  font-size: 18px !important;
  color: #fff;
  font-weight: 500 !important;
  padding: 0px 20px;
  background: rgba(0, 0, 0, 0.0901960784);
  border-radius: 8px;
  backdrop-filter: blur(2px);
}
.section-cta .swiper-container .swiper-controls .swiper-button-prev {
  left: -40px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-cta .swiper-container .swiper-controls .swiper-button-prev {
    left: 0;
  }
}
.section-cta .swiper-container .swiper-controls .swiper-button-next {
  right: -40px;
}
@media only screen and (max-width: 63.99875rem) {
  .section-cta .swiper-container .swiper-controls .swiper-button-next {
    right: 0;
  }
}
.section-cta .swiper-container .swiper-controls .swiper-pagination {
  bottom: -40px;
}
.section-customers {
  position: relative;
  padding: 60px 0;
  display: none;
}
.section-customers .section-title {
  color: #fff;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
  text-transform: uppercase;
}
.section-customers .section-title {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-customers .all_swiper_images {
  height: 100%;
}
.section-customers .all_swiper_images .mySwiperImage {
  height: 100%;
}
.section-customers .all_swiper_images .mySwiperImage .home-img {
  border-radius: 5px;
  height: 100%;
}
.section-customers .all_swiper_images .mySwiperImage .home-img img {
  aspect-ratio: 2.5/3;
  border-radius: 5px;
  width: 100%;
}
.section-customers .all_swiper_content .all_content_customer {
  background: rgba(3, 21, 29, 0.26);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 100px;
  gap: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 300;
}
@media only screen and (max-width: 47.99875rem) {
  .section-customers .all_swiper_content .all_content_customer {
    padding: 30px;
  }
}
.section-customers .all_slide_swiper_customer {
  position: relative;
  margin-top: 20px;
}
.section-customers .all_slide_swiper_customer .swiper-slide {
  position: relative;
}
.section-customers .all_slide_swiper_customer .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: all 0.5s;
}
.section-customers .all_slide_swiper_customer .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
.section-customers .all_slide_swiper_customer .swiper-slide .home-img img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 5px;
}
.section-customers .swiper-controls {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
  height: 30px;
  justify-content: flex-end;
  margin-top: 20px;
}
.section-customers .swiper-controls .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}
.section-customers .swiper-controls .swiper-button-next::after {
  content: "\f061";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
}
.section-customers .swiper-controls .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}
.section-customers .swiper-controls .swiper-button-prev::after {
  content: "\f060";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands", "Font Awesome 6 Free", sans-serif;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d1d1d1;
  color: #fff;
  border-radius: 0;
  font-size: 16px;
}
.section-description .all_description_index {
  position: relative;
}
.section-description .all_description_index:nth-child(odd) {
  background: #f7f7f7;
}
.section-description .all_description_index:nth-child(even) {
  background: #03151d;
}
.section-description .all_description_index:nth-child(even)::before {
  content: "";
  position: absolute;
  background: url("../../../assets/img/line_description.png");
  width: 180px;
  height: 100%;
  background-repeat: no-repeat;
  left: -4%;
  top: 0;
}
.section-description .all_description_index:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.section-description .all_description_index:nth-child(even) .description_index_left .inner {
  padding: 0 40px 0 140px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .all_description_index:nth-child(even) .description_index_left .inner {
    width: 95%;
    margin: auto;
    padding: 0;
    padding-bottom: 40px;
  }
}
.section-description .all_description_index:nth-child(even) .description_index_left .inner .mota-repeater {
  color: #fff;
}
.section-description .all_description_index:nth-child(even) .description_index_left .inner .title-repeater {
  color: #fff;
  text-transform: uppercase;
}
.section-description .all_description_index:nth-child(even) .description_index_left .inner .noidung-repeater {
  color: #e4e4e4;
}
.section-description .all_description_index .description_index_left .img_repeater img {
  width: 100%;
}
.section-description .all_description_index .description_index_left .inner {
  padding: 0 140px 0 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-description .all_description_index .description_index_left .inner {
    width: 95%;
    margin: auto;
    padding: 0;
    padding-bottom: 40px;
  }
}
.section-description .all_description_index .description_index_left .inner .mota-repeater {
  color: #515151;
  font-size: 16px;
  font-weight: 500;
}
.section-description .all_description_index .description_index_left .inner .title-repeater {
  color: #184c61;
  margin: 24px 0;
  font-weight: 600;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.section-description .all_description_index .description_index_left .inner .title-repeater {
  font-size: clamp(1.1875rem, 0.5875rem + 1.5vw, 1.9375rem);
  line-height: clamp(1.54375rem, 0.76375rem + 1.95vw, 2.51875rem);
}
.section-description .all_description_index .description_index_left .inner .noidung-repeater {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
.section-description .all_description_index .description_index_left .inner .link_re {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 30px;
  font-weight: 400;
  margin-top: 20px;
  font-size: 15px;
}