body {
  /*font-family: "Merriweather Sans", sans-serif;*/
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-rendering: optimizeLegibility;
  margin: 0;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: 25px !important;
}
.f-carousel__slide {
  min-height: 60px;
}

.f-carousel__slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.f-progress {
  background: var(--yellow-color) !important;
}
.fancybox__container {
  z-index: 1060 !important;
}
/*body {
    background-image: url(https://promo-theme.com/luxa/wp-content/uploads/2019/03/bg-body4.jpg);*/
/*background-image: url(../images/bg_info.jpg);*/
/*background-size: cover;*/
/*background-attachment: fixed;*/
/*background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.65);
    background-blend-mode: darken;
    background-position: center;
}*/
body.menu-open {
  overflow: hidden;
}
.fixed-bg {
  position: fixed; /* Cố định nền */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_info.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1; /* Đưa nền xuống dưới nội dung */
  background-color: rgba(0, 0, 0, 0.65);
  background-blend-mode: darken;
}
a {
  text-decoration: none;
}
.img-fluid {
  margin: 0 auto;
  display: block;
}
nav {
  background-image: linear-gradient(to right, #f9f0e1 0%, #f4f0c3 100%);
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar {
  z-index: 2;
  top: 0;
}

nav .nav-link {
  font-weight: 300;
}

.fixed-menu nav {
  background: #fff;
  animation: slideToBot linear 0.3s;
  padding: 20px 0;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  border-bottom: 0.1px solid #ccc;
}

.fixed-menu nav .nav-link {
  color: var(--text-black-color) !important;
}

.fixed-menu nav .navbar-brand {
  display: none;
}

.fixed-menu ul.navbar-nav {
  justify-content: flex-start !important;
}
/*.fixed-menu .btn-menubook-menufixed {
    display: inline-block !important;
}*/
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
  background: #fff;
}

@keyframes slideToBot {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0);
  }
}
/*button*/
/*button style 1*/

.btn-style-1 {
  color: #fff;
  /*padding: 20px 35px;*/
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-family: Graviolasoft, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  position: relative;
  cursor: pointer;
}
.btn-style-1:hover {
  color: #fff;
}
.btn-style-1 .d:before,
.btn-style-1 .d::after {
  content: "";
  position: absolute;
  height: 1.3px;
  -webkit-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  background: var(--yellow-color);
}
.btn-style-1 .d:before {
  top: 0;
  left: 45%;
  right: 10%;
}
.btn-style-1 .d:after {
  left: 10%;
  right: 65%;
  bottom: 0;
}
.btn-style-1:hover .d:before,
.btn-style-1:hover .d:after {
  left: 0;
  right: 0;
}
.btn-style-1 .d span:before,
.btn-style-1 .d span:after {
  content: "";
  position: absolute;
  width: 1.3px;
  -webkit-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: var(--yellow-color);
}
.btn-style-1 .d span:before {
  top: 0;
  left: 0;
  bottom: 70%;
}
.btn-style-1 .d span:after {
  top: 50%;
  right: 0;
  bottom: 10%;
}
.btn-style-1:hover .d span:before,
.btn-style-1:hover .d span:after {
  top: 0;
  bottom: 0;
}
/*button style 1*/

.button-primary {
  min-width: 179px;
  color: #fff;
  color: #000;
  background-color: var(--text-yellow-color);
  /*background-image: linear-gradient(to right, #f9f0e1 0%, #f4f0c3 100%);*/
  padding: 14px 30px;
  display: inline-block;
  text-decoration: none;
  /*border-radius: 25px;*/
  border-radius: 10px;
  outline: none;
  border: 1px solid var(--text-yellow-color);
  font-family: Graviolasoft, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  transition: all 0.3s ease 0s;
}

.button-primary:hover {
  border-color: var(--red-color);
  color: var(--red-color);
  background-color: transparent;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-name: push;
  animation-timing-function: linear;
}

.button-primary.btn-yellow {
  background-color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
}

.button-primary.btn-yellow:hover {
  border-color: var(--yellow-color);
  color: var(--yellow-color);
  background-color: transparent;
}
.button-primary.btn-yellow.btn-outline {
  border-color: var(--yellow-color);
  color: var(--yellow-color);
  background-color: transparent;
  font-size: 12px;
}
.button-primary.btn-yellow.btn-outline:before {
  margin-right: 10px;
  content: "\e8e2";
  font-family: "fontello";
}
.button-primary.btn-white-hover:hover {
  border-color: #fff;
  color: #fff;
}

.button-primary.not-change-color:hover {
  background-color: var(--yellow-color);
  border: 1px solid var(--yellow-color);
  /*color: #fff;*/
}
/*button*/
.navbar {
  padding-top: 40px;
}

.logo-img {
  top: -70px;
}

.nav-item:hover .nav-link {
  color: #fac122 !important;
}

.line-space {
  background-image: url("../images/line-space.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  height: 26px;
  line-height: 26px;
  width: 167px;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}

.line-space > img {
  width: 30px;
  top: -5px;
  position: relative;
}
/*footer*/
.footer::before {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_top.webp);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100% auto;
}

.footer {
  position: relative;
  background-image: url("../images/bg_info2.png");
  text-align: center;
  padding: 80px 0;
  background-position: top 20% left 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
}

.footer-text {
  color: var(--text-white-color);
  font-weight: 300;
}

.footer-text span {
  color: var(--yellow-color);
}
/*footer*/

/*Zalo Button*/
.zalo-div {
  width: 30%;
}

.zalo-contact {
  display: block;
  bottom: 49px;
  left: 108px;
  position: fixed;
  background-color: rgba(196, 196, 196, 0.75);
  color: #db1919;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 18px;
  z-index: 10000;
  font-family: Tahoma;
  letter-spacing: 1px;
}

.Phone {
  position: fixed;
  display: block;
  margin: 15px;
  bottom: 30px;
  left: 20px;
  width: 1em;
  height: 1em;
  font-size: 15vmin;
  background-color: #3498db;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0),
    0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  transform: translate3d(0, 0, 0) scale(1);
}

.phone:hover {
  background-color: #0180c7;
}

.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(../images/phone-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  animation: phone-outer 3000ms infinite;
  z-index: 1;
}

.Phone.is-animating::before {
  animation: phone-inner 3000ms infinite;
}

.Phone.is-animating::after {
  animation: phone-icon 3000ms infinite;
}

@media (min-width: 1000px) {
  .Phone.is-animating {
    transform: scale(0.5) !important;
  }
}
/*Zalo Button*/
.navbar-nav.flex-grow-1.justify-content-end {
  gap: 8px;
  text-transform: capitalize;
}

.navbar-nav.flex-grow-1.justify-content-end > .nav-item {
  position: relative;
}

.navbar-nav.flex-grow-1.justify-content-end > .nav-item::before {
  content: "";
  height: 2px;
  position: absolute;
  background-color: var(--text-yellow-color);
  display: none;
  width: 80%;
  bottom: -8px;
  left: 10%;
  right: 10%;
  animation: growth linear 0.3s;
  transform-origin: center;
  clip: unset;
}

.navbar-nav.flex-grow-1.justify-content-end > .nav-item:hover::before {
  display: block;
}

/*header*/
.header.none {
  display: none;
}

.header.bg-blackk {
  /*background-image: url(../images/bg-black.png);*/
  background-color: rgba(43, 47, 53, 0.95);
  animation: slideToBot linear 0.3s;
}

.header {
  animation: slideToBot linear 0.3s;
  position: fixed !important;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 999;
  border-radius: 10px;
}

.header:after {
  /*content: '';*/
  height: 10px;
  width: calc(100% - 30px);
  position: absolute;
  bottom: -10px;
  border-radius: 0 0 5px 5px;
  background-color: #f2f6f7;
  opacity: 0.15;
  left: 15px;
}

.header-logo-img {
  width: 100px;
  height: 123px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: top ease 0.5s;
  /*transform: scale(0.8);*/
}

.header-menu,
.header-ul {
  height: 100%;
}

.header-ul {
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-end;
  gap: 35px;
  flex-wrap: wrap;
}

.header-li {
  /*width: 30%;*/
}

.header-li,
.header-li a {
  height: 100%;
}

.header-li a {
  display: block;
  display: flex;
  align-items: center;
  color: var(--menu-text-color);
  font-weight: 300;
  text-transform: uppercase;
  text-transform: capitalize;
  letter-spacing: 1.1px;
  position: relative;
}

.header-li a:before {
  content: "";
  height: 2px;
  position: absolute;
  background-color: var(--text-yellow-color);
  display: none;
  /*width: 80%;*/
  /*bottom: -8px;*/
  left: 0;
  right: 0;
  bottom: 0;
  animation: growth linear 0.3s;
  transform-origin: center;
  clip: unset;
}

.header-li a:hover:before {
  display: block;
}

.header-action {
  padding: 10px 0;
  display: flex;
  justify-content: flex-end;
}
/*header*/
.btn-menu-mobile {
  width: 100px;
  height: 100px;
  height: 55px;
  position: relative;
}

.btn-menu-mobile:before {
  content: "\e8ba";
  font-family: "fontello";
  display: block;
  color: var(--text-primary-color);
  font-size: 35px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1001;
  text-align: right;
  transition: transform 0.3s ease, font-size 0.3s ease; /* Thêm transition */
}

.btn-menu-mobile.close:before {
  content: "\00d7";
  font-size: 50px;
  /*transform: rotate(90deg);*/ /* Xoay dấu "X" */
  transition: transform 0.3s ease, font-size 0.3s ease; /* Thêm transition */
}

.list-menu-mobile {
  background: #000;
  background-image: url(https://cdn.pixabay.com/photo/2014/06/16/23/39/black-370118_960_720.png);
  position: fixed;
  width: 0;
  height: 100vh; /* Chiều cao của menu bằng chiều cao viewport */
  bottom: 0;
  left: 0;
  transition: width 0.1s;
  overflow: hidden;
  z-index: 1000; /* Đảm bảo menu nằm trên các phần tử khác */
}

.list-menu-mobile.expanded {
  width: 100%;
}

.list-menu-mobile-video video {
  filter: brightness(70%);
  /*position: absolute;*/
  padding: 20px 30px;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
}

.mnb-head {
  height: 100px;
  margin-bottom: 25px;
  /*background-image: url("../images/bg_info.jpg");
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;*/
  /*position: relative;*/
}

.mnb-head img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 123px;
  object-fit: cover;
}

.mnb-head,
.mnb-body,
.mnb-bottom {
  z-index: 1;
  position: relative;
}

.mnb-body-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.mnb-body-li {
  /*border-bottom: 1px solid red;*/
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mnb-body-li a {
  text-decoration: none;
  display: block;
  font-size: 16px;
  padding: 15px 30px;
  color: var(--text-white-color);
  text-transform: uppercase;
}

.mnb-bottom-phone {
  padding: 25px 5px;
  color: var(--text-white-color);
}

.mnb-bottom-phone_icon {
  font-size: 18px;
}

.mnb-bottom-phone_icon:before {
  content: "\e81a";
  font-family: "fontello";
  margin-right: 15px;
  color: var(--yellow-color);
}

.mnb-bottom-phone_text {
  font-size: 18px;
  color: #fff;
}
/*footer*/
.site-footer {
  /*background-color: #26272b;*/
  /*background-image: url(../images/bg_1.png);*/
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-gray-color);
  background: rgba(26, 26, 26, 0.5);
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: var(--yellow-color);
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: var(--text-gray-color);
  padding: 4px 0;
  display: block;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}

.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
.facebook {
  background-image: url(../images/facebook.png);
  background-size: cover;
}
.twitter {
  background-image: url(../images/twitter.png);
  background-size: cover;
}
.googleplus {
  background-image: url(../images/google-plus.png);
  background-size: cover;
  background-color: rgba(255, 255, 255, 1) !important;
}
/*footer*/
/*call btn*/
.call-btn {
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 70px;
  background: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  width: 110px;
  height: 110px;
  z-index: 1000;
}

.call-btn .tel {
  position: absolute;
  top: 50%;
  left: 45px;
  color: #fff;
  font-size: 17px;
  width: 170px;
  text-align: center;
  padding-left: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 36px;
  border: 1px solid #fb0309;
  border-radius: 20px;
  background: #fb0309;
  z-index: -1;
  font-weight: bold;
  font-family: Arial;
  text-shadow: 1px 1px 2px #5f5f5f;
}

.call-btn .tada {
  background: #f5db7c;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  animation-name: tadaa;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.call-btn .tada a:before {
  content: "";
  background-image: url("../images/calling_white.png");
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

@keyframes tadaa {
  from {
    transform: rotate(-20deg);
  }

  to {
    transform: rotate(20deg);
  }
}

.call-btn .pulse {
  width: 60px;
  height: 60px;
  background: rgba(245, 219, 124, 0.6);

  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  animation-name: pulse;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

@keyframes pulse {
  from {
    width: 55px;
    height: 55px;
    margin-top: -27.5px;
    margin-left: -27.5px;
  }

  to {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
}

.call-btn .zoomIn {
  width: 80px;
  height: 80px;
  border: 2px solid #f5db7c;
  border-radius: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
  animation-name: zoomIn;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes zoomIn {
  from {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
  }

  to {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
/*call btn*/
.alert-cookie-policy {
  display: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  z-index: 1061;
}
.alert-cookie-policy .alert {
  border-radius: 0;
}
.cookie-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 320px;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
