:root {
  --primary-color: #b86932;
  --secondary-color: #fff;
  --web-color: #082a29;
}
/* font-family: "UTM Times"; */
/* @font-face {
  font-family: "UTM Times";
  font-weight: 400;
  src: url(../../fonts/UTMTimes.ttf);
}
@font-face {
  font-family: "UTM Times";
  font-weight: 700;
  src: url(../../fonts/UTMTimesBold.ttf);
}
 font-family: UTM Copperplate; */
/*
@font-face {
  font-family: "UTM Copperplate";
  font-weight: 400;
  src: url(../../fonts/UTMCopperplate.ttf);
}
@font-face {
  font-family: "UTM Copperplate";
  font-weight: 700;
  src: url(../../fonts/UTMCopperplateB.ttf);
} */
@font-face {
  font-family: "Play";
  src: url("../fonts/update/Play-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Play";
  src: url("../fonts/update/Play-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/update/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

.title_home {
  /* font-family: "UTM Copperplate"; */
}
.title_color_gradient {
  background: linear-gradient(
    90deg,
    #dfae5b 0%,
    #ddb15a 31%,
    #fafacf 62%,
    #edd087 100%
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-img {
  position: relative;
  display: block;
}

.c-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.parallax {
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Chỉ áp dụng background-attachment: fixed cho non-iOS devices */
@supports not (-webkit-touch-callout: none) {
  .parallax {
    background-attachment: fixed;
  }
}
.content_parallax {
  background: url(../images/BG_s6.png) no-repeat;
  background-size: 100% 100%;
}
.row-dashed::before {
  border-left: 1px dashed #ddd;
  content: " ";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  border-color: #5e1237;
}
.row-dashed::after {
  border-bottom: 1px dashed #ddd;
  bottom: -1px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  border-color: #5e1237;
}
._0zzi {
  position: absolute;
  /* width: 100%; */
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  margin: 0 !important;
  z-index: 2;
}
.css_img_full img {
  width: 100%;
}
.text-custom {
  background: linear-gradient(#b57f5d, #edbf91);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mySwiperValue .swiper-wrapper .swiper-slide .img_background::before {
  content: "";
  position: absolute;
  background: url(../images/BG_overlay_s11.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
.section_value {
  /* background: url(../images/BG-Section4.jpg) no-repeat; */
  background-size: cover;
}
.SwiperPrivilege-pagination .swiper-pagination-bullet,
.SwiperVideo-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 4px;
  width: 40px;
  margin: 0 5px;
  opacity: 0.4;
  transition: opacity 0.3s;
  cursor: pointer;
  display: inline-block;
  border: 3px solid #fff;
}
.SwiperPrivilege-pagination .swiper-pagination-bullet-active,
.SwiperVideo-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}
.swiper-value-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.swiper-value-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}
.SwiperUtilities-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 4px;
  width: 40px;
  margin: 0 5px;
  opacity: 0.4;
  transition: opacity 0.3s;
  cursor: pointer;
  display: inline-block;
  border: 3px solid #4c1830;
}
.SwiperUtilities-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #4c1830;
}
.SwiperPrivilegeSmall .swiper-slide-thumb-active {
  background: url(../images/arr_active.png) no-repeat;
  background-size: 100% 100%;
}
.img_video:after {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background: url(../images/play.png) no-repeat;
  background-size: 4.375rem;
  background-position: center center;
}
.social-fixed-mobile {
  display: none;
}
.SwiperAboutBig .swiper-slide img {
  height: 100%;
}
.SwiperBannerHome .swiper-wrapper .swiper-slide::before {
  content: "";
  height: 100px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(var(--web-color), transparent);
  z-index: 1;
}
.menu_header {
  margin: 0 -0.75rem;
}
.main-header .main-menu-header .menu-header-desktop > ul > li:first-child a {
  padding-left: 0;
}
.logo-header img {
  max-width: 92px;
}
.logo_popup {
  max-width: 122px;
}
.img_fixed .logo-header img {
  opacity: 1;
  scale: 1;
  animation: animate-in-and-out 1s;
  max-width: 147px;
}
.main-header.fixed {
  animation: slow-down 1s;
  z-index: 100;
}
.main-popup-regis form input::placeholder {
  color: #c2c5cd;
}
.cs-line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@keyframes animate-in-and-out {
  0% {
    opacity: 0;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slow-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.section_story .content_story_img {
  max-width: 80px;
}

@media only screen and (max-width: 480px) {
  .content_parallax {
    background: rgba(255, 244, 240, 0.9058823529);
    /* border-radius: 30% 30% 0 0; */
  }
  .img-banner {
    padding-top: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .social-fixed-now,
  .btn-bao-gia {
    display: none;
  }
  .footer {
    margin-bottom: 3rem;
  }
  .social-fixed-mobile {
    background: white;
    width: 100%;
    border-radius: 0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 998;
    padding: 5px;
    display: block;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
  }
  .social-fixed-mobile ul li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
    padding: 5px;
  }
  .social-fixed-mobile a {
    padding: 0;
    font-size: 10px;
    line-height: 5px;
    color: #080808;
  }
  .social-fixed-mobile .item-call span {
    box-shadow: none;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-zalo-mobile span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .social-fixed-mobile p {
    text-align: center;
  }
  .btn-map span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .social-fixed-mobile .item-call p {
    position: relative;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
  }
  .btn-messenger span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .social-fixed-mobile .btn-hotline span {
    display: block;
    font-size: 25px;
    width: 45px;
    height: 45px;
    margin: auto;
    line-height: 45px;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .social-fixed-mobile .btn-hotline span img {
    width: 85%;
    margin-top: -6px;
  }
  .btn-messenger span img {
    width: 85%;
    border-radius: 50%;
    margin-top: -6px;
  }
  .social-fixed-mobile img {
    background-size: contain;
    width: 36px;
    height: 36px;
  }
  .social-fixed-mobile .item-call span img {
    display: inline-block;
    width: 27px;
    object-fit: contain;
  }
  .btn-zalo-mobile span img {
    width: 85%;
    border-radius: 50%;
    margin-top: -6px;
  }
  .btn-map span img {
    width: 85%;
    border-radius: 50%;
    margin-top: -6px;
  }
  .btn-call,
  .btn-zalo {
    display: none;
  }
  .mySwiperValue .swiper-wrapper .swiper-slide .img_background {
    padding-top: 140%;
  }
}
@media only screen and (max-width: 1024px) {
  .img_background img {
    min-height: 500px;
    object-fit: cover;
  }
  .content_story {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-header img {
    max-width: 65px;
  }
  .main-about .ct-about {
    padding: 15px 0;
  }
  .img_story {
    position: relative;
    display: block;
    padding-top: 50%;
  }

  .img_story img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .section_privilege::after {
    content: "";
    position: absolute;
    max-width: 600px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    /* background: url(../images/Bs7G.png) no-repeat; */
    background-size: 100% 100%;
    z-index: 1;
  }
  .lg\:cs-w-\[45\%\] {
    width: 45%;
  }
  .section_story::after {
    content: "";
    position: absolute;
    max-width: 525px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: url(../images/bg_story.png) no-repeat; */
    background-size: 100% 100%;
    z-index: 1;
  }
  .content_story {
    z-index: 2;
  }
  .lg\:cs-w-\[45\%\] {
    width: 45%;
  }
  .lg\:cs-w-1\/3 {
    width: 33.33%;
  }
  .lg\:cs-w-2\/3 {
    width: 66.67%;
  }
  .lg\:cs-w-2\/5 {
    width: 40%;
  }
  .lg\:cs-w-3\/5 {
    width: 60%;
  }
  .lg\:cs-h-auto {
    height: auto;
  }
  .lg\:cs-h-full {
    height: 100%;
  }
  .img_story img {
    height: 100%;
  }
}
@media screen and (min-width: 1228px) {
  .section_story::after {
    max-width: 640px;
  }
}
@media screen and (min-width: 1280px) {
  .section_story .content_story_img {
    max-width: 200px;
  }
  .xl\:cs-w-\[27\%\] {
    width: 27%;
  }
  .section_story::after {
    max-width: 800px;
  }
}
@media screen and (min-width: 1706px) {
  .section_story::after {
    max-width: 975px;
  }
}

html,
body,
.main-header .main-menu-header .menu-header-desktop ul li a,
.s-content *,
.main_content {
  font-family: "Play", sans-serif;
}

.title_story,
.title_home,
.title_subdivision {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.com-section {
  background: var(--web-color);
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 0;
}

.img-contain img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.button-css {
  border-color: rgba(213, 181, 121, 1);
  border-radius: 3px;
  border-style: solid;
  color: rgba(25, 80, 51, 1);
  font-size: 14px;
  font-weight: bold;
  background: rgba(213, 181, 121, 1);
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-pulse {
  animation-name: pulse;
  -webkit-animation-name: pulse;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}

@media (max-width: 576px) {
  .main-header .main-menu-header {
    max-width: fit-content;
  }
  .img_fixed .logo-header img {
    max-width: 65px;
    scale: 1;
    animation: none;
  }
}

@media (max-width: 991px) {
  .bg-over-menu {
    right: 0;
    width: 100%;
  }
}

.close-menu-btn {
  position: absolute;
  top: 0;
  right: 0.5rem;
  cursor: pointer;
}

.section-chinhsachbanhang {
  background: #f5f5f5;
  padding: 2rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .section-chinhsachbanhang {
    padding: 1rem;
    margin-top: 0;
  }
}
