@import url(https://fonts.googleapis.com/css2?family=Lexend+Deca:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&family=Roboto+Flex:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap);
@font-face {
  font-family: "SVN-Product Sans";
  src: url("/font/SVN-Product-Sans-Regular.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --color-main: #000000;
  --color-name-item: #1F1F1F;
  --color-neutral: #434345;
  --white: #fff;
  --orange: #F79020;
  --green: #80C343;
  --green-fresh: #80C343;
  --font-1: "Roboto Flex", sans-serif;
  --font-2: "Roboto Flex", sans-serif;
  --font-3: "Roboto Flex", sans-serif;
}

/* Background */
.bg-white {
  background-color: var(--white);
}

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

body {
  font-family: var(--font-1);
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
  color: var(--color-main);
}

.main {
  padding-bottom: 60px;
  padding-top: 160px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.text-main {
  color: var(--color-main);
}

.container {
  max-width: 1295px;
  padding: 0px;
}
@media (max-width: 1325px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px 10px;
  }
}

.hidden {
  display: none;
}

ul {
  padding-left: 0px;
}

.mg-top {
  margin-top: 60px;
}

.month {
  color: var(--orange) !important;
}

.calendar-table td.active {
  background: #A1F852 !important;
}

.swiper .swiper-pagination {
  border-bottom: 35px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 4px;
  border: unset;
  background: var(--white);
  border-radius: 7px;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--orange);
}

.swiper-wrapper-pd2 {
  padding: 0px 2px;
}

.title-page {
  font-weight: 700;
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 0;
  vertical-align: middle;
  font-family: var(--font-3);
  color: var(--orange);
  padding-bottom: 6px;
  position: relative;
}
.title-page:before {
  content: "";
  background-color: var(--orange);
  width: 163px;
  height: 2px;
  left: 0px;
  bottom: 0px;
  position: absolute;
}

.summary-page {
  margin-top: 20px;
  font-family: var(--font-3);
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
}

.swiper-container {
  overflow: hidden;
}

.swiper-slide .inner-item img {
  max-width: 100%;
  border-radius: 10px;
}
.swiper-slide .inner-item .bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 10px;
}
.swiper-slide .inner-item .a-about {
  display: block;
  position: relative;
}
.swiper-slide .inner-item .a-about .title-about {
  z-index: 3;
  position: absolute;
  bottom: 24px;
  left: 0px;
  text-align: center;
  width: 100%;
  padding: 0px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  text-align: center;
  font-family: var(--font-3);
  color: var(--white);
  margin-bottom: 0px;
}
.swiper-slide .inner-item-about {
  gap: 20px !important;
}

.swiper-pagination-bullet {
  border: 2px solid var(--color-main);
  background: transparent;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.swiper-pagination-bullet .swiper-pagination-bullet {
  border: 2px solid #fff;
}
.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #fff;
}

header {
  z-index: 100;
  position: fixed;
  width: 100%;
}
header .header-top .content-header-top {
  align-items: center;
  justify-content: space-between;
  padding: 11px 0px;
}
header .header-top .content-header-top .left-header-top {
  gap: 24px;
  display: flex;
  align-items: center;
}
header .header-top .content-header-top .left-header-top p {
  margin-bottom: 0px;
  align-items: center;
  position: relative;
  padding-left: 28px;
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--white);
}
header .header-top .content-header-top .left-header-top p img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
}
header .header-top .content-header-top .right-header-top {
  display: flex;
  justify-content: end;
  gap: 18px;
}
header .header-top .content-header-top .right-header-top .inner-menu ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 18px;
}
header .header-top .content-header-top .right-header-top .inner-menu ul li {
  padding-right: 19px;
  position: relative;
}
header .header-top .content-header-top .right-header-top .inner-menu ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(0%, -50%);
}
header .header-top .content-header-top .right-header-top .inner-menu ul li a span {
  font-family: var(--font-1);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
}
header .header-top .content-header-top .right-header-top .inner-user {
  display: grid;
  align-items: center;
  padding-right: 19px;
  position: relative;
}
header .header-top .content-header-top .right-header-top .inner-user:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.4);
  transform: translate(0%, -50%);
}
header .header-top .content-header-top .right-header-top .inner-user a {
  background: unset;
  height: auto;
  display: block;
  padding: 0px;
  border: unset;
}
header .header-top .content-header-top .right-header-top .inner-user a:focus {
  outline: unset;
  box-shadow: unset !important;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn {
  background: #FFF9F1;
  border-radius: 100px;
  padding: unset;
  border: unset;
  padding: 2px 7px 3px;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn span {
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  position: relative;
  padding-left: 30px;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn span img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn:after {
  content: unset;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn:focus {
  outline: unset;
  box-shadow: unset;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown-menu .dropdown-item {
  padding: 6px 12px;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown-menu .dropdown-item span {
  font-family: var(--font-1);
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  position: relative;
  padding-left: 30px;
}
header .header-top .content-header-top .right-header-top .inner-lang .dropdown-menu .dropdown-item span img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
header .header-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2509803922);
  background-color: var(--white);
}
header .header-bottom .content-header-bottom {
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
header .header-bottom .content-header-bottom .logo a {
  width: 165px;
  height: 85px;
  display: block;
}
header .header-bottom .content-header-bottom .logo a img {
  max-width: 100%;
  max-height: 100%;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: flex;
  gap: 16px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li a {
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  background: #FFF9F2;
  display: block;
  border-radius: 9999px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li a span {
  display: block;
  padding: 13.5px 0px 13.5px 20px;
  margin: 0px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  position: relative;
  padding-left: 40px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li a span .icon-menu {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .a-menu-sub span .icon-bottom {
  margin-left: 3px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2509803922);
  position: absolute;
  width: 100%;
  top: 160px;
  left: 0px;
  background: var(--white);
  padding: 40px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub .col-item-menu .title-sub-menu {
  font-weight: 700;
  font-size: 24px;
  line-height: 17.5px;
  vertical-align: middle;
  margin-bottom: 30px;
  color: var(--orange);
  text-transform: uppercase;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub .col-item-menu ul {
  display: grid;
  gap: 16px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub .col-item-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 17.5px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--color-main);
  background: unset;
  border: unset;
  box-shadow: unset;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub .col-item-menu ul li a:hover {
  color: var(--orange);
}
header .header-bottom .content-header-bottom .icon-menu-mobile {
  display: none;
}
header .menu-mobile {
  width: 70%;
  position: fixed;
  top: 107px;
  left: 0px;
  height: calc(100% - 107px);
  overflow: scroll;
}
header .menu-mobile .list-menu-mobile {
  margin-bottom: 0px;
  padding: 10px 0px;
  background: var(--orange);
}
header .menu-mobile .list-menu-mobile li a {
  display: block;
  padding: 10px 15px;
}
header .menu-mobile .list-menu-mobile li a span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--white);
}
header .menu-mobile .list-menu-mobile li a span img {
  margin-right: 8px;
}
header .menu-mobile .list-menu-mobile li .toggle-submenu {
  position: relative;
  padding: 10px 30px 10px 15px;
}
header .menu-mobile .list-menu-mobile li .toggle-submenu .icon-arrow {
  position: absolute;
  top: 14px;
  right: 10px;
}
header .menu-mobile .list-menu-mobile li .btn-user {
  background: unset;
  height: auto;
  display: block;
  padding: 10px 15px;
  border: unset;
  text-align: left;
}
header .menu-mobile .list-menu-mobile li .btn-user:focus {
  outline: unset;
  box-shadow: unset !important;
}
header .menu-mobile .list-menu-mobile li .submenu {
  padding-left: 0px !important;
  list-style-type: none;
}
header .menu-mobile .list-menu-mobile li .submenu li a {
  padding: 10px 30px 10px 62px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--white);
}
header .menu-mobile .list-menu-mobile li .submenu li .submenu li a {
  padding: 10px 30px 10px 80px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--white);
}
header .menu-mobile .list-menu-mobile .has-submenu .submenu {
  display: none;
  padding-left: 20px;
}
header .menu-mobile .list-menu-mobile .icon-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}
header .menu-mobile .list-menu-mobile li.open > a .icon-arrow {
  transform: rotate(180deg);
}

footer {
  padding: 30px 0px 0px;
}
footer p, footer a, footer span, footer li {
  color: var(--white);
  margin-bottom: 0px;
}
footer .logo-footer {
  display: block;
  width: 133px;
  height: 67px;
}
footer .logo-footer img {
  max-width: 100%;
  max-height: 100%;
}
footer .footer-top {
  padding-bottom: 55px;
  display: grid;
  grid-template-columns: 4.5fr 5.5fr;
  gap: 40px;
}
footer .footer-top .left-footer .name-company {
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  vertical-align: middle;
}
footer .footer-top .left-footer ul {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 0px;
  list-style-type: none;
  display: grid;
  gap: 10px;
}
footer .footer-top .left-footer ul li {
  font-size: 18px;
  line-height: 22.5px;
  letter-spacing: 0px;
  vertical-align: middle;
  font-weight: 400;
}
footer .footer-top .left-footer ul li span {
  font-weight: 600;
}
footer .footer-top .left-footer .hotline-support {
  position: relative;
}
footer .footer-top .left-footer .hotline-support img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
footer .footer-top .left-footer .hotline-support .content-hotline {
  padding-left: 55px;
}
footer .footer-top .left-footer .hotline-support .content-hotline .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 2.75px;
}
footer .footer-top .left-footer .hotline-support .content-hotline .hotline {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  vertical-align: middle;
}
footer .footer-top .right-footer .menu-footer {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
footer .footer-top .right-footer .menu-footer .col-item .title-menu {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}
footer .footer-top .right-footer .menu-footer .col-item ul {
  margin-bottom: 0px;
  margin-top: 10px;
  list-style-type: none;
  display: grid;
  gap: 10px;
}
footer .footer-top .right-footer .menu-footer .col-item ul li {
  list-style-type: none;
  display: block;
}
footer .footer-top .right-footer .menu-footer .col-item ul li a {
  color: var(--white);
}
footer .footer-top .right-footer .menu-footer .col-item ul li a:hover {
  color: var(--white);
}
footer .footer-top .right-footer .menu-footer .mxh {
  margin-top: 20px;
}
footer .footer-top .right-footer .menu-footer .mxh ul {
  display: flex;
  gap: 14px;
  margin-bottom: 0px;
}
footer .footer-top .right-footer .menu-footer .certificate {
  margin-top: 20px;
}
footer .footer-top .right-footer .menu-footer .certificate ul {
  display: flex;
  gap: 14px;
  margin-bottom: 0px;
}
footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  padding: 18px 0px;
  display: flex;
  justify-content: end;
  gap: 25px;
  align-items: center;
}
footer .footer-bottom p a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
footer .footer-bottom p a:hover {
  color: var(--white);
}
footer .footer-bottom ul {
  list-style-type: none;
  display: flex;
  gap: 12px;
  margin-bottom: 0px;
}
footer .footer-bottom ul li {
  list-style-type: none;
  display: block;
}
footer .footer-bottom ul li img {
  display: block;
}

.main .logo-home .inner-item {
  display: grid;
  gap: 8px;
}

.modalUser .modal-dialog {
  margin: 80px auto 0px;
  background-color: #F4F4F4;
  border-radius: 16px;
  overflow: hidden;
  width: 375px;
}
.modalUser .modal-dialog .modal-content {
  background-color: #F4F4F4;
  padding: 16px;
}
.modalUser .modal-dialog .modal-content .modal-header {
  padding: 10px 0px 20px;
  border-bottom: 0px;
  display: block;
}
.modalUser .modal-dialog .modal-content .modal-header .modal-title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
}
.modalUser .modal-dialog .modal-content .modal-header .modal-summary {
  padding: 0px 25px;
  margin-top: 10px;
  font-weight: 300;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0px;
}
.modalUser .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modalUser .modal-dialog .modal-content .modal-body form {
  display: grid;
  gap: 12px;
}
.modalUser .modal-dialog .modal-content .modal-body form .input-form input {
  padding-left: 12px;
  gap: 10px;
  border-radius: 5px;
  height: 40px;
  width: 100%;
  background: var(--white);
  border: unset;
}
.modalUser .modal-dialog .modal-content .modal-body form .input-form input:focus {
  outline: unset;
}
.modalUser .modal-dialog .modal-content .modal-body form .btn-submit {
  text-align: center;
}
.modalUser .modal-dialog .modal-content .modal-body form .btn-submit button {
  width: 194px;
  height: 40px;
  background: var(--green);
  display: grid;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  color: var(--white);
  border-radius: 36px;
  border: unset;
  margin: auto;
}
.modalUser .modal-dialog .modal-content .modal-body form .btn-submit button:focus {
  outline: unset;
  box-shadow: unset;
}
.modalUser .modal-dialog .modal-content .modal-body .btn-forgot {
  margin-top: 12px;
  background: unset;
  height: auto;
  display: block;
  padding: 0px;
  border: unset;
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.5px;
  color: var(--color-main);
}
.modalUser .modal-dialog .modal-content .modal-body .btn-forgot:focus {
  outline: unset;
  box-shadow: unset !important;
}
.modalUser .modal-dialog .modal-content .modal-body .text-modal {
  margin-top: 25px;
  font-weight: 300;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 16.8px;
  letter-spacing: 0.5px;
  text-align: center;
  color: var(--color-main);
}
.modalUser .modal-dialog .modal-content .modal-body .text-modal a {
  font-weight: 500;
  color: var(--color-main);
}
.modalUser .modal-dialog .modal-content .modal-body .text-bottom {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;
  vertical-align: middle;
}
.modalUser .modal-dialog .modal-content .modal-body .text-bottom .btn-register {
  background: unset;
  height: auto;
  padding: 0px;
  border: unset;
  font-weight: 400;
  font-size: 14px;
  line-height: 16.8px;
  letter-spacing: 0.5px;
  color: var(--orange);
  display: unset;
}
.modalUser .modal-dialog .modal-content .modal-body .text-bottom .btn-register:focus {
  outline: unset;
  box-shadow: unset !important;
}

.slidertour .swiper-slide {
  padding-bottom: 10px;
}

.swiper-wrapper-container {
  position: relative;
}
.swiper-wrapper-container .swiper-button-prev {
  left: -20px !important;
  width: 45px;
  height: 45px;
}
.swiper-wrapper-container .swiper-button-prev:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.swiper-wrapper-container .swiper-button-next {
  right: -20px !important;
  width: 45px;
  height: 45px;
}
.swiper-wrapper-container .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
@media (max-width: 1140px) {
  .swiper-wrapper-container .swiper-button-prev {
    left: -10px !important;
    width: 35px;
    height: 35px;
  }
  .swiper-wrapper-container .swiper-button-next {
    width: 35px;
    height: 35px;
    right: -10px !important;
  }
}

.slider-main {
  position: relative;
  overflow: hidden;
}

.item-1 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}
.item-1 .a-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.item-1 .a-image img {
  max-width: 100%;
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  transition: transform 0.4s ease;
}
.item-1 .a-image .time-down {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 108px;
  height: 37px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  border-radius: 0px 12px 0px 12px;
}
.item-1 .a-image .time-down p {
  font-family: var(--font-3);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  margin-bottom: 0px;
  color: var(--white);
}
.item-1 .bg-item {
  background: var(--white);
  padding: 6px 16px 16px 16px;
  border-radius: 0px 0px 10px 10px;
}
.item-1 .title-item {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.15px;
  vertical-align: middle;
  height: 38px;
  color: var(--color-name-item);
}
.item-1 .info-item {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.item-1 .info-item p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-1 .info-item p img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-1 .info-item p span {
  font-weight: 700;
  color: #5B5B5B;
}
.item-1 .info-item .depart span {
  color: #083EB4;
}
.item-1 .info-item .date-item span {
  padding: 3px 5px;
  color: #80C343;
  border: 0.5px solid #80C343;
  border-radius: 3px;
  font-weight: 400;
}
.item-1 .info-item .item-clock-count {
  gap: 20px;
}
.item-1 .info-item .item-clock-count .seats span {
  color: var(--orange);
}
.item-1 .price-button {
  margin-top: 10px;
  justify-content: space-between;
  align-items: end;
}
.item-1 .price-button .price-item {
  display: grid;
  gap: 10px;
}
.item-1 .price-button .price-item p {
  margin-bottom: 0px;
}
.item-1 .price-button .price-item .price-old {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-1 .price-button .price-item .price-old span {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #F93131;
}
.item-1 .price-button .price-item .price {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  color: var(--orange);
}
.item-1 .price-button .button-item a {
  border: 1px solid var(--green);
  padding: 8px 12px;
  border-radius: 5px;
}
.item-1 .price-button .button-item a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
  color: var(--green);
}
.item-1 .price-button .button-item a span img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-1:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.item-1:hover a {
  overflow: hidden;
}
.item-1:hover a img {
  transform: scale(1.1);
}

.item-2 {
  display: flex;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: box-shadow 0.3s ease;
}
.item-2 .left-item {
  width: 400px;
  overflow: hidden;
}
.item-2 .left-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.item-2 .right-item {
  width: calc(100% - 400px);
  padding: 10px 20px;
}
.item-2 .right-item .title-item {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.15px;
  vertical-align: middle;
  height: 38px;
  color: var(--color-name-item);
}
.item-2 .right-item .info-item {
  margin-top: 10px;
}
.item-2 .right-item .info-item p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-2 .right-item .info-item p img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-2 .right-item .info-item p span {
  font-weight: 700;
  color: #5B5B5B;
}
.item-2 .right-item .info-item .depart {
  margin-top: 10px;
}
.item-2 .right-item .info-item .depart span {
  color: #083EB4;
}
.item-2 .right-item .info-item .date-item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.item-2 .right-item .info-item .date-item p {
  width: 140px;
  padding-left: 25px;
  position: relative;
}
.item-2 .right-item .info-item .date-item p img {
  position: absolute;
  top: 10px;
  left: 0px;
}
.item-2 .right-item .info-item .date-item .list-date-scroll {
  width: calc(100% - 140px);
}
.item-2 .right-item .info-item .date-item .list-date-scroll .list-date {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 100%;
}
.item-2 .right-item .info-item .date-item .list-date-scroll .list-date span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  color: var(--green);
  white-space: nowrap;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0px 5px;
  border: 0.5px solid #80C343;
  border-radius: 3px;
  font-weight: 400;
  background: var(--white);
}
.item-2 .right-item .info-item .date-item .list-date-scroll .list-date .active {
  background: var(--green);
  color: var(--white);
}
.item-2 .right-item .info-item .date-item .list-date-scroll .list-date.dragging {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.item-2 .right-item .info-item .date-item .list-date-scroll .list-date::-webkit-scrollbar {
  display: none;
}
.item-2 .right-item .info-item .item-clock-count {
  margin-top: 10px;
}
.item-2 .right-item .info-item .depart-scroll span {
  flex: 0 0 auto;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.item-2 .right-item .info-item .item-clock-count {
  gap: 20px;
}
.item-2 .right-item .info-item .item-clock-count .seats span {
  color: var(--orange);
}
.item-2 .right-item .price-button {
  margin-top: 10px;
  justify-content: space-between;
  align-items: end;
}
.item-2 .right-item .price-button .price-item {
  display: grid;
  gap: 10px;
}
.item-2 .right-item .price-button .price-item p {
  margin-bottom: 0px;
}
.item-2 .right-item .price-button .price-item .price-old {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-2 .right-item .price-button .price-item .price-old span {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #F93131;
}
.item-2 .right-item .price-button .price-item .price {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  color: var(--orange);
}
.item-2 .right-item .price-button .button-item {
  padding: 8px 0px;
}
.item-2 .right-item .price-button .button-item a {
  background: var(--green);
  padding: 8px 12px;
  border-radius: 5px;
}
.item-2 .right-item .price-button .button-item a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  position: relative;
  color: var(--white);
}
.item-2:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.item-2:hover .left-item {
  overflow: hidden;
}
.item-2:hover .left-item img {
  transform: scale(1.1);
}
@media (max-width: 1120px) {
  .item-2 {
    display: block;
  }
  .item-2 .left-item {
    width: auto;
  }
  .item-2 .right-item {
    width: auto;
    padding: 10px 12px;
  }
}

.item-3 {
  display: flex;
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: box-shadow 0.3s ease;
}
.item-3 .left-item {
  width: 280px;
  overflow: hidden;
}
.item-3 .left-item img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.item-3 .right-item {
  width: calc(100% - 280px);
  padding: 10px 20px;
}
.item-3 .right-item .title-item {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.15px;
  vertical-align: middle;
  height: 38px;
  color: var(--color-name-item);
}
.item-3 .right-item .info-item {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.item-3 .right-item .info-item p {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-3 .right-item .info-item p img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-3 .right-item .info-item p span {
  font-weight: 700;
  color: #5B5B5B;
}
.item-3 .right-item .info-item .depart span {
  color: #083EB4;
}
.item-3 .right-item .info-item .date-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.item-3 .right-item .info-item .date-item span {
  padding: 3px 5px;
  color: #80C343;
  border: 0.5px solid #80C343;
  border-radius: 3px;
  font-weight: 400;
}
.item-3 .right-item .info-item .item-clock-count {
  gap: 20px;
}
.item-3 .right-item .info-item .item-clock-count .seats span {
  color: var(--orange);
}
.item-3 .right-item .price-button {
  margin-top: 10px;
  justify-content: space-between;
  align-items: end;
}
.item-3 .right-item .price-button .price-item {
  display: grid;
  gap: 10px;
}
.item-3 .right-item .price-button .price-item p {
  margin-bottom: 0px;
}
.item-3 .right-item .price-button .price-item .price-old {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-3 .right-item .price-button .price-item .price-old span {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #F93131;
}
.item-3 .right-item .price-button .price-item .price {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  color: var(--orange);
}
.item-3 .right-item .price-button .button-item {
  padding: 8px 0px;
}
.item-3 .right-item .price-button .button-item a {
  background: var(--green);
  padding: 8px 12px;
  border-radius: 5px;
}
.item-3 .right-item .price-button .button-item a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  position: relative;
  color: var(--white);
}
.item-3:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.item-3:hover .left-item {
  overflow: hidden;
}
.item-3:hover .left-item img {
  transform: scale(1.1);
}
@media (max-width: 1280px) {
  .item-3 .right-item .info-item .date-item {
    display: block;
  }
  .item-3 .right-item .info-item .date-item span {
    display: inline-block;
    margin-bottom: 3px;
  }
}
@media (max-width: 1120px) {
  .item-3 {
    display: block;
  }
  .item-3 .left-item {
    width: auto;
  }
  .item-3 .right-item {
    width: auto;
  }
}

.item-4 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  transition: box-shadow 0.3s ease;
}
.item-4 .a-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}
.item-4 .a-image img {
  height: 209px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  border-radius: 12px 12px 0px 0px;
  width: 100%;
  transition: transform 0.4s ease;
}
.item-4 .a-image .time-down {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 108px;
  height: 37px;
  display: grid;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  border-radius: 0px 12px 0px 12px;
}
.item-4 .a-image .time-down p {
  font-family: var(--font-3);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  margin-bottom: 0px;
  color: var(--white);
}
.item-4 .bg-item {
  background: var(--white);
  padding: 6px 16px 16px 16px;
  border-radius: 0px 0px 10px 10px;
}
.item-4 .title-item {
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0.15px;
  vertical-align: middle;
  height: 38px;
  color: var(--color-name-item);
}
.item-4 .info-item {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.item-4 .info-item p {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-4 .info-item p img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-4 .info-item p span {
  font-weight: 700;
  color: #5B5B5B;
}
.item-4 .info-item .depart span {
  color: #083EB4;
}
.item-4 .info-item .date-item span {
  padding: 3px 5px;
  color: #80C343;
  border: 0.5px solid #80C343;
  border-radius: 3px;
  font-weight: 400;
}
.item-4 .info-item .item-clock-count {
  gap: 20px;
}
.item-4 .info-item .item-clock-count .seats span {
  color: var(--orange);
}
.item-4 .price-button {
  margin-top: 10px;
  justify-content: space-between;
  align-items: end;
}
.item-4 .price-button .price-item {
  display: grid;
  gap: 10px;
}
.item-4 .price-button .price-item p {
  margin-bottom: 0px;
}
.item-4 .price-button .price-item .price-old {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-4 .price-button .price-item .price-old span {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: #8d8d8d;
}
.item-4 .price-button .price-item .price {
  font-weight: 700;
  font-size: 23px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  color: var(--orange);
}
.item-4 .price-button .button-item a {
  border: 1px solid var(--orange);
  padding: 8px 12px;
  border-radius: 5px;
}
.item-4 .price-button .button-item a span {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  position: relative;
  color: var(--orange);
}
.item-4:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.item-4:hover a {
  overflow: hidden;
}
.item-4:hover a img {
  transform: scale(1.1);
}

.customer-home .swiper {
  margin-top: 25px;
}
.customer-home .swiper .swiper-slide {
  border: 1px solid rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
}
.customer-home .swiper .swiper-slide .inner-item {
  display: flex;
}
.customer-home .swiper .swiper-slide .inner-item .left-item {
  width: 200px;
}
.customer-home .swiper .swiper-slide .inner-item .left-item img {
  width: 100%;
}
.customer-home .swiper .swiper-slide .inner-item .right-item {
  padding: 20px;
  width: calc(100% - 200px);
}
.customer-home .swiper .swiper-slide .inner-item .right-item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 0px;
}
.customer-home .swiper .swiper-slide .inner-item .right-item .rate {
  margin-top: 10px;
}
.customer-home .swiper .swiper-slide .inner-item .right-item .summary {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  color: #737373;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 147px;
}
.customer-home .swiper .swiper-button-next {
  width: 45px;
  right: 10px;
}
.customer-home .swiper .swiper-button-next img {
  border-radius: 1000px;
}
.customer-home .swiper .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.customer-home .swiper .swiper-button-prev {
  width: 45px;
  left: 10px;
}
.customer-home .swiper .swiper-button-prev:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.customer-home .swiper .swiper-button-prev img {
  border-radius: 1000px;
}
@media (max-width: 1024px) {
  .customer-home .swiper .swiper-slide .inner-item .right-item {
    padding: 10px;
  }
}

.pagination-page {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.pagination-page ul {
  margin-bottom: 0px;
  display: flex;
  gap: 12px;
  list-style-type: none;
}
.pagination-page ul li {
  list-style-type: none;
}
.pagination-page ul li span, .pagination-page ul li a {
  font-weight: 500;
  font-size: 15.29px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--color-neutral);
  height: 35px;
  width: 35px;
  background: var(--white);
  border-radius: 100px;
  display: grid;
  align-items: center;
  justify-items: center;
}
.pagination-page ul li span:hover, .pagination-page ul li a:hover {
  color: var(--white);
  background: var(--green);
}
.pagination-page ul li .active {
  color: var(--white);
  background: var(--green);
}
.pagination-page ul li .curent-pagination {
  border: 1.09px solid #E8E8E8;
  background: #F9F9FA;
}

.nd-page {
  border: unset;
  padding: 20px 20px 20px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
}
.nd-page img {
  max-width: 100%;
  width: 100%;
}
.nd-page p {
  margin-bottom: 10px;
}
.nd-page a {
  color: var(--color-main);
}
.nd-page ul {
  line-height: 170%;
  padding-left: 15px;
}
@media (max-width: 600px) {
  .nd-page {
    padding-left: 10px;
  }
}
.nd-page h3, .nd-page h4, .nd-page h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--orange);
}

.nd-page-info {
  font-weight: 400;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  margin-top: 15px;
}
.nd-page-info p {
  color: #737373;
  padding-left: 12px;
  position: relative;
  line-height: 130%;
}
.nd-page-info ul {
  padding-left: 0px;
  list-style-type: none;
}
.nd-page-info ul li {
  color: #737373;
  padding-left: 12px;
  position: relative;
}
.nd-page-info ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0px;
  width: 5px;
  height: 5px;
  background-color: #737373;
  border-radius: 50%;
}

.video-home {
  padding: 25px 0px;
  background: url(/images/image-home-cooperate.png?c52d51e4a95818a2d8a7f05ed7854dd6) no-repeat top left;
  background-size: cover;
}
.video-home .content-video {
  width: 1065px;
  margin: auto;
  position: relative;
}
.video-home .content-video img {
  border-radius: 10px;
  max-width: 100%;
}
.video-home .content-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  height: 95px;
}
@media (max-width: 1024px) {
  .video-home .content-video {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .video-home {
    padding: 0px;
  }
}
@media (max-width: 600px) {
  .video-home {
    margin-top: 30px !important;
  }
  .video-home .content-video .play {
    width: 44px;
    height: 44px;
  }
}

.banner-page {
  position: relative;
}
.banner-page .image-banner img {
  max-width: 100%;
  width: 100%;
}
.banner-page .title-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 0px;
}
.banner-page .title-banner span {
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  font-weight: 700;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  background: unset;
  border-radius: 16px;
  padding: 12px 30px;
  text-align: center;
  display: flex;
}
@media (max-width: 600px) {
  .banner-page .title-banner span {
    font-size: 18px;
    line-height: 130%;
  }
}
.banner-page .bg {
  position: absolute;
  bottom: -50px;
  left: 0px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1140px) {
  .banner-page .bg {
    bottom: -25px;
  }
}
@media (max-width: 600px) {
  .banner-page .bg {
    bottom: 0px;
  }
}
@media (max-width: 600px) {
  .banner-page {
    overflow: hidden;
  }
  .banner-page .image-banner {
    margin: 0px -400px;
  }
}

.breadcrumb {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  background-color: unset;
  padding: 0.75rem 0rem 0px;
}
.breadcrumb ul {
  padding-left: 0px;
  display: flex;
  margin-bottom: 0px;
  gap: 15px;
  align-items: center;
  list-style-type: none;
}
.breadcrumb ul li {
  list-style-type: none;
}
.breadcrumb ul li a {
  font-family: var(--font-3);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: var(--color-main);
}
.breadcrumb ul li a:hover {
  color: var(--orange);
}
.breadcrumb ul li span {
  font-family: var(--font-3);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
}

.modalSuccess .modal-dialog {
  max-width: 1140px;
  margin: 40px auto 20px;
  border-radius: 20px;
}
.modalSuccess .modal-dialog .modal-content {
  border-radius: 20px;
}
.modalSuccess .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.modalSuccess .modal-dialog .modal-content .modal-body .image-logo {
  width: 165px;
  height: 80px;
  display: flex;
  margin: auto;
}
.modalSuccess .modal-dialog .modal-content .modal-body .image-logo img {
  max-width: 100%;
  max-height: 100%;
}
.modalSuccess .modal-dialog .modal-content .modal-body .modal-title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--orange);
}
.modalSuccess .modal-dialog .modal-content .modal-body .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-top: 18px;
}
.modalSuccess .modal-dialog .modal-content .modal-body .btn-success-modal {
  text-align: center;
  margin-top: 27px;
}
.modalSuccess .modal-dialog .modal-content .modal-body .btn-success-modal a {
  background: var(--green);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  margin: auto;
}
@media (max-width: 1140px) {
  .modalSuccess .modal-dialog {
    max-width: 90%;
  }
  .modalSuccess .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 20px;
  }
  .modalSuccess .modal-dialog .modal-content .modal-body .text {
    font-size: 16px;
  }
  .modalSuccess .modal-dialog .modal-content .modal-body .text br {
    display: none;
  }
}

.tourSuccess .modal-dialog {
  max-width: 1140px;
  margin: 40px auto 20px;
  border-radius: 20px;
}
.tourSuccess .modal-dialog .modal-content {
  border-radius: 20px;
}
.tourSuccess .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .image-logo {
  width: 165px;
  height: 80px;
  display: flex;
  margin: auto;
}
.tourSuccess .modal-dialog .modal-content .modal-body .image-logo img {
  max-width: 100%;
  max-height: 100%;
}
.tourSuccess .modal-dialog .modal-content .modal-body .modal-title {
  margin-top: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--orange);
}
.tourSuccess .modal-dialog .modal-content .modal-body .text-success-modal {
  font-weight: 400;
  font-size: 18px;
  line-height: 178%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  margin-top: 18px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info .item .p1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  vertical-align: middle;
  margin-bottom: 16px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info .item .p2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 0px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info-hotel {
  padding: 0px 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 16px;
  background: var(--white);
  padding: 20px;
  display: flex;
  margin-top: 35px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 {
  box-shadow: unset;
  width: 275px;
  padding-right: 30px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 .image img {
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 ul {
  list-style-type: none;
  margin-top: 20px;
  display: grid;
  gap: 8px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #737373;
  position: relative;
  padding-left: 25px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 ul li img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 .item {
  margin-top: 16px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 .item p {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.5px;
  vertical-align: middle;
  margin-bottom: 0px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 .item .p2 {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 {
  box-shadow: unset;
  width: calc(100% - 550px);
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding: 0px 35px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 .title-product {
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 10px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 .address {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 .address img {
  margin-right: 5px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 ul {
  padding-left: 0px;
  list-style-type: none;
  display: grid;
  gap: 5px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 ul li {
  font-weight: 400;
  font-size: 12px;
  line-height: 16.8px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  position: relative;
  padding-left: 23px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 ul li img {
  position: absolute;
  top: -1px;
  left: 0px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 {
  box-shadow: unset;
  width: 275px;
  padding-left: 30px;
  display: grid;
  gap: 20px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 .item p {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  color: var(--orange);
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 .item ul {
  margin-top: 10px;
  display: grid;
  gap: 5px;
  list-style-type: none;
}
.tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 .item ul li {
  text-align: right;
  color: #00072B;
}
.tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 35px;
  margin-top: 25px;
}
.tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  vertical-align: middle;
  align-items: center;
}
.tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal p span {
  padding-left: 23px;
  background: url(/images/hotline.svg?c37819edcdcf6c31b557a2c06822ee02) no-repeat top 4px left;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
}
.tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal a {
  background: var(--green);
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: var(--white);
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-transform: uppercase;
}
@media (max-width: 1140px) {
  .tourSuccess .modal-dialog {
    max-width: 90%;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .modal-title {
    font-size: 20px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .text {
    font-size: 16px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .text br {
    display: none;
  }
}
@media (max-width: 1024px) {
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 900px) {
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 {
    display: block;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item1 {
    width: 100%;
    padding-right: 0px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item2 {
    margin: 20px 0px;
    padding: 20px 0px;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 0px;
    border-right: 0px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 {
    width: 100%;
    padding-left: 0px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 .item p {
    text-align: left;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 .item3 .item ul li {
    text-align: left;
  }
}
@media (max-width: 700px) {
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info2 {
    padding: 12px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal {
    display: block;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal p {
    margin-bottom: 20px;
    justify-content: center;
    text-align: center;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .btn-success-modal a {
    margin: auto;
  }
  .tourSuccess .modal-dialog {
    max-width: 95%;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body {
    padding: 20px 10px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info {
    grid-template-columns: 1fr;
    padding-left: 0px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info .item .p1 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .tourSuccess .modal-dialog .modal-content .modal-body .list-info .item .p2 {
    font-size: 18px;
  }
}

@media (max-width: 1140px) {
  header .header-top .content-header-top {
    padding: 7px 0px;
  }
  header .header-top .content-header-top .left-header-top p {
    font-size: 12px;
  }
  header .header-top .content-header-top .right-header-top .inner-menu {
    display: none;
  }
  header .header-top .content-header-top .right-header-top .inner-user {
    display: none;
  }
  header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn {
    padding: 0px 7px 0px;
  }
  header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn span {
    font-size: 12px;
    padding-left: 25px;
    line-height: 130%;
  }
  header .header-top .content-header-top .right-header-top .inner-lang .dropdown .btn span img {
    width: 18px;
  }
  header .header-bottom .content-header-bottom .logo a {
    height: 44px;
  }
  header .header-bottom .content-header-bottom .logo a img {
    max-height: 100%;
  }
  header .header-bottom .content-header-bottom .menu-header-bottom {
    display: none;
  }
  header .header-bottom .content-header-bottom .icon-menu-mobile {
    display: block;
  }
  .main {
    padding-top: 107px;
  }
}
@media (max-width: 992px) {
  .title-page {
    font-size: 24px;
    line-height: 130%;
  }
  .summary-page {
    line-height: 130%;
    font-size: 16px;
  }
  footer .footer-top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .mg-top {
    margin-top: 40px;
  }
  header .header-top .content-header-top .left-header-top {
    gap: 15px;
  }
  header .header-top .content-header-top .left-header-top p {
    font-size: 10px;
    padding-left: 24px;
  }
}
@media (max-width: 600px) {
  footer .footer-top .right-footer .menu-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  footer .footer-top .right-footer .menu-footer .mxh {
    margin-top: 0px;
  }
  footer .footer-top {
    padding-bottom: 30px;
  }
  footer .footer-bottom p {
    display: none;
  }
  footer .footer-top .left-footer ul li {
    line-height: 150%;
    font-size: 16px;
  }
}
/* YouTube Video Component Styles */
.youtube-video-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.youtube-background {
  transition: all 0.3s ease;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.youtube-background:hover {
  transform: scale(1.02);
}
.youtube-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  border-radius: 8px;
}
.youtube-background:hover::before {
  background: rgba(0, 0, 0, 0.1);
}
.youtube-background:focus {
  outline: 2px solid #80C343;
  outline-offset: 2px;
}

.youtube-play-button {
  transition: all 0.3s ease;
  z-index: 10;
}
.youtube-play-button:hover {
  transform: translate(-50%, -50%) scale(1.15);
}
.youtube-play-button:active {
  transform: translate(-50%, -50%) scale(1.05);
}
.youtube-play-button:focus {
  outline: 2px solid #80C343;
  outline-offset: 4px;
  border-radius: 50%;
}
.youtube-play-button svg {
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
  transition: all 0.3s ease;
}
.youtube-play-button svg:hover {
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.6));
}

.youtube-iframe {
  transition: opacity 0.3s ease;
  border-radius: 8px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .youtube-play-button svg {
    width: 70px;
    height: 70px;
  }
  .youtube-video-container {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 480px) {
  .youtube-play-button svg {
    width: 60px;
    height: 60px;
  }
  .youtube-background:hover {
    transform: scale(1.01);
  }
}
/* Loading state */
.youtube-video-container.loading .youtube-background {
  opacity: 0.7;
}
.youtube-video-container.loading .youtube-play-button {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
