@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);
@charset "UTF-8";
@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;
  --background-main: #31698E;
  --background-orange: #FAAB3B;
  --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(--background-main);
}

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

/* Apply font-1 to all text-containing elements within ck-content */
.ck-content h1, .ck-content h2, .ck-content h3, .ck-content h4, .ck-content h5, .ck-content h6,
.ck-content p, .ck-content span, .ck-content div, .ck-content a,
.ck-content ul, .ck-content ol, .ck-content li,
.ck-content strong, .ck-content b, .ck-content em, .ck-content i,
.ck-content small, .ck-content mark, .ck-content del, .ck-content ins, .ck-content sub, .ck-content sup,
.ck-content blockquote, .ck-content cite, .ck-content q,
.ck-content code, .ck-content pre, .ck-content kbd, .ck-content samp,
.ck-content table, .ck-content th, .ck-content td, .ck-content caption,
.ck-content label, .ck-content input, .ck-content textarea, .ck-content select, .ck-content option,
.ck-content button, .ck-content legend, .ck-content fieldset {
  font-family: var(--font-1), sans-serif !important;
}

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

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(--background-main) !important;
}

.calendar-table td.active {
  background: #BDD9F8 !important;
  border-radius: 5px !important;
  color: var(--background-main) !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(--background-main);
}

.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-1);
  color: #000000;
  position: relative;
  margin-bottom: 0px;
}

.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%;
  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;
}
header .header-top .content-header-top .left-header-top p a {
  background: var(--background-orange);
  position: relative;
  font-family: var(--font-1);
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--white);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  border-radius: 8px;
  padding: 5px 10px 5px 40px;
}
header .header-top .content-header-top .left-header-top p a img {
  position: absolute;
  top: 6px;
  left: 12px;
  transform: translate(0%, -50%);
  animation: oscillate-rotation 1s ease-in-out infinite;
  transition: all 0.5s;
}
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(--background-main);
  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(--background-main);
  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 #EFEFEF;
  background-color: var(--white);
}
header .header-bottom .content-header-bottom {
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .content-header-bottom .logo a {
  width: 242px;
  height: 70px;
  display: block;
}
header .header-bottom .content-header-bottom .logo a img {
  max-width: 100%;
  max-height: 100%;
}
header .header-bottom .content-header-bottom .content-header-bottom-right {
  display: flex;
}
header .header-bottom .content-header-bottom .content-header-bottom-right .menu-header-bottom {
  width: calc(100% - 44px);
  padding: 0px 18px;
}
header .header-bottom .content-header-bottom .cart-header {
  width: 44px;
  display: grid;
  align-items: center;
  justify-content: center;
}
header .header-bottom .content-header-bottom .cart-header a {
  background: #E9F1FA;
  height: 44px;
  border-radius: 50%;
  width: 44px;
  display: grid;
  align-items: center;
  justify-content: center;
}
header .header-bottom .content-header-bottom .cart-header a:hover {
  background: var(--background-main);
}
header .header-bottom .content-header-bottom .cart-header a:hover svg path {
  fill: var(--white);
}
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 {
  padding: 28px 0px;
}
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: #E9F1FA;
  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 10px;
  margin: 0px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17.5px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
  position: relative;
  padding-left: 30px;
}
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:hover {
  background: var(--background-main);
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li a:hover span {
  color: var(--white);
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li a:hover span .icon-bottom path {
  fill: var(--white);
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li a:hover span .icon-menu path {
  fill: var(--white);
}
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: 150.5px;
  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(5, 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: 600;
  font-size: 24px;
  line-height: 17.5px;
  vertical-align: middle;
  margin-bottom: 30px;
  color: var(--background-main);
  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 {
  padding: 0px;
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub .col-item-menu ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 17.5px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--color-main);
  background: unset;
  border: unset;
  box-shadow: unset;
  display: unset;
  position: relative;
}
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(--color-main);
}
header .header-bottom .content-header-bottom .menu-header-bottom ul li .menu-sub .content-menu-sub .col-item-menu ul li a:hover:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  background: var(--color-main);
  width: 0%;
  animation: hover-menu-sub 0.2s ease-out forwards;
}
header .header-bottom .content-header-bottom .icon-menu-mobile {
  display: none;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 5px;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile .list-line-menu {
  display: grid;
  gap: 10px;
  width: 30px;
  height: 30px;
  line-height: 130%;
  position: relative;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile .list-line-menu .line-menu {
  margin-bottom: 0px;
  height: 2px;
  width: 100%;
  background-color: var(--background-main);
  position: relative;
  z-index: 1;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile .list-line-menu .line-menu2 {
  transition: width 0.3s ease;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile:hover .list-line-menu .line-menu2 {
  width: 55%;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile .border-animate {
  position: absolute;
  top: -6px;
  left: -6px;
}
header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile .border-animate rect {
  stroke-dasharray: 38 122; /* 38px sáng, 122px trống */
  stroke-dashoffset: 0;
  animation: borderRun 2s linear infinite;
}
@keyframes borderRun {
  to {
    stroke-dashoffset: -160; /* -chu vi (38*4=152, + bo góc ~160) */
  }
}
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(--background-main);
}
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 svg {
  width: 15px;
}
header .menu-mobile .list-menu-mobile li a span svg path {
  fill: #fff;
}
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: 230px;
  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: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  vertical-align: middle;
}
footer .footer-top .left-footer ul {
  margin-top: 10px;
  margin-bottom: 28px;
  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: 500;
}
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: 500;
  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: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}
footer .footer-top .right-footer .menu-footer .col-item .fanpage {
  margin-top: 10px;
}
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;
}

.evaluate .evaluate-slider {
  margin-top: 25px;
}
.evaluate .swiper-slide .item-evaluate {
  border-radius: 12px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
}
.evaluate .swiper-slide .item-evaluate img {
  border-radius: 12px;
  max-width: 100%;
  width: 100%;
}
.evaluate .swiper-slide .item-evaluate .info {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  padding: 0px 18px;
}
.evaluate .swiper-slide .item-evaluate .info .content-info {
  padding: 12px 16px;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
  border: 1px solid #FFFFFF;
  background: rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(24px);
  border-radius: 16px;
}
.evaluate .swiper-slide .item-evaluate .info .content-info p {
  margin-bottom: 0px;
}
.evaluate .swiper-slide .item-evaluate .info .content-info .summary-evaluate {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
}
.evaluate .swiper-slide .item-evaluate .info .content-info .title-evaluate {
  margin-top: 8px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* khoảng cách giữa chữ và line */
}
.evaluate .swiper-slide .item-evaluate .info .content-info .title-evaluate::before, .evaluate .swiper-slide .item-evaluate .info .content-info .title-evaluate::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--white); /* hoặc #fff */
}
.evaluate .swiper-slide .item-evaluate .info .content-info .title-evaluate span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  color: #000000;
  position: relative;
  z-index: 1;
  background: unset;
}

@media (max-width: 1360px) {
  .new-hot .new-hot-swiper {
    margin-top: 20px;
  }
}

.item-news {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  transition: box-shadow 0.3s ease;
}
.item-news .image-new {
  position: relative;
  display: block;
  overflow: hidden;
}
.item-news .image-new img {
  max-width: 100%;
  transition: transform 0.4s ease;
  width: 100%;
}
.item-news .image-new .date {
  position: absolute;
  top: 24px;
  left: 24px;
  border-radius: 8px;
  overflow: hidden;
}
.item-news .image-new .date .text-date-1 {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  background: var(--background-orange);
  padding: 4px 9.5px;
  color: var(--white);
}
.item-news .image-new .date .text-date-2 {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18.2px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0px;
  background: var(--background-main);
  color: var(--white);
}
.item-news .info {
  padding: 15px 20px;
}
.item-news .info .type {
  padding: 6px 0px;
}
.item-news .info .type span {
  background: var(--background-orange);
  font-family: var(--font-3);
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  vertical-align: middle;
  color: var(--white);
  border-radius: 5px;
  padding: 6px 16px;
}
.item-news .info .title-new {
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 62px;
  margin-top: 10px;
}
.item-news .info .summary {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.1px;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 74px;
}
.item-news:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.item-news:hover .image-new img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .item-news .info .title-new {
    font-size: 16px;
  }
  .item-news .item-news .info {
    padding: 10px;
  }
}

.title-home-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-home-flex .btn-more a {
  border: 1px solid var(--background-orange);
  width: 110px;
  height: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--background-orange);
  border-radius: 8px;
  display: grid;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.title-home-flex .btn-more a:hover {
  color: var(--background-main);
  border: 1px solid var(--background-main);
}

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

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

.swiper-wrapper-container {
  position: relative;
}
.swiper-wrapper-container .swiper-button-prev {
  left: -55px !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: -55px !important;
  width: 45px;
  height: 45px;
}
.swiper-wrapper-container .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
@media (max-width: 1512px) {
  .swiper-wrapper-container .swiper-button-prev {
    left: -40px !important;
    width: 40px;
    height: 40px;
  }
  .swiper-wrapper-container .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -40px !important;
  }
}
@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;
  }
}

.container-swiper {
  max-width: 1325px;
  position: relative;
}
.container-swiper .swiper {
  padding: 15px 12px;
}
.container-swiper .swiper-button-prev {
  left: -55px !important;
  width: 45px;
  height: 45px;
}
.container-swiper .swiper-button-prev:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.container-swiper .swiper-button-next {
  right: -55px !important;
  width: 45px;
  height: 45px;
}
.container-swiper .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
@media (max-width: 1512px) {
  .container-swiper .swiper-button-prev {
    left: -40px !important;
    width: 40px;
    height: 40px;
  }
  .container-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -40px !important;
  }
}
@media (max-width: 1360px) {
  .container-swiper .swiper {
    padding: 0px;
  }
  .container-swiper .swiper-button-prev {
    left: 0px !important;
    width: 35px;
    height: 35px;
  }
  .container-swiper .swiper-button-next {
    width: 35px;
    height: 35px;
    right: 0px !important;
  }
}

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

.item-1 {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 12px;
  transition: box-shadow 0.3s ease;
  padding: 10px;
  background: var(--white);
  position: relative;
}
.item-1 .time-down {
  z-index: 0;
  position: absolute;
  top: 31px;
  left: 0px;
  width: 100px;
  height: 33px;
  background: #C33340;
  border-top-left-radius: 12px;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
}
.item-1 .time-down .content-time-down {
  display: grid;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
}
.item-1 .time-down .content-time-down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 0px;
}
.item-1 .bg-time-down1 {
  z-index: 1;
  position: absolute;
  top: 64px;
  left: 0px;
  width: 11.5px;
  height: 13px;
  background: #7C1D26;
  border-radius: 50px 0px 0px 50px;
  margin-bottom: 0px;
}
.item-1 .bg-time-down2 {
  position: absolute;
  top: 63px;
  left: 0px;
  width: 11.5px;
  height: 7px;
  background: #C33340;
  margin-bottom: 0px;
}
.item-1 .a-image {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.item-1 .a-image img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
  transition: transform 0.4s ease;
}
.item-1 .bg-item {
  background: var(--white);
  padding: 19px 12px 16px 12px;
  border-radius: 0px 0px 10px 10px;
}
.item-1 .title-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 40px;
}
.item-1 .title-item:hover {
  color: var(--background-main);
}
.item-1 .download {
  margin-top: 10px;
  padding: 7px 0px;
}
.item-1 .download a {
  background: var(--background-main);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  border-radius: 8px;
  padding: 7px 12px;
}
.item-1 .info-item {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.item-1 .info-item p {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  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 .depart-single-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-1 .info-item .depart-single-line span {
  color: #083EB4;
}
.item-1 .info-item .date-item {
  position: relative;
  display: flex;
  padding-left: 22px;
}
.item-1 .info-item .date-item img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-1 .info-item .date-item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20.8px;
  vertical-align: middle;
  width: 115px;
  padding-left: 0px;
}
.item-1 .info-item .date-item .input-form {
  width: calc(100% - 115px);
  position: relative;
}
.item-1 .info-item .date-item .input-form p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 2px 15px 2px 15px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 0px;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #FFE2B8;
  background: url(/images/icon-bottom-item-date-tour.svg?9b20d0171fd883429d332c48ab64e700) no-repeat top 8px right 10px;
  color: #2D2F39;
}
.item-1 .info-item .date-item .input-form ul {
  padding: 0px 0px;
  z-index: 3;
  background: var(--white);
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  list-style-type: none;
}
.item-1 .info-item .date-item .input-form ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--background-main);
}
.item-1 .info-item .date-item .input-form ul li a {
  text-align: left;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2D2F39;
}
.item-1 .info-item .date-item .input-form ul li:last-child {
  border-bottom: 0px;
}
.item-1 .info-item .item-clock-count {
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.item-1 .info-item .item-clock-count .seats span {
  font-weight: 500;
  color: var(--background-orange);
}
.item-1 .price-button {
  margin-top: 10px;
  justify-content: space-between;
  align-items: end;
}
.item-1 .price-button .price-item {
  display: grid;
  gap: 5px;
}
.item-1 .price-button .price-item p {
  margin-bottom: 0px;
}
.item-1 .price-button .price-item .price-old {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
}
.item-1 .price-button .price-item .price-old span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: var(--background-orange);
}
.item-1 .price-button .price-item .price {
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
  vertical-align: middle;
  color: #C33340;
}
.item-1 .price-button .price-item .price span {
  text-decoration: underline;
}
.item-1 .price-button .button-item {
  padding: 7px 0px;
}
.item-1 .price-button .button-item a {
  background: var(--background-orange);
  padding: 7px 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;
  color: var(--white);
  text-transform: uppercase;
}
.item-1 .price-button .button-item a:hover {
  background: var(--background-main);
}
.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-1-2 .info-item .item-clock-count {
  display: grid !important;
  gap: 10px;
}

.item-2 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  background: var(--white);
  display: flex;
  padding: 8px;
  border-radius: 20px;
}
.item-2 .image-item {
  width: 390px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}
.item-2 .image-item img {
  max-width: 100%;
  border-radius: 12px;
  width: 100%;
  transition: transform 0.4s ease;
}
.item-2 .image-item:hover img {
  transform: scale(1.1);
}
.item-2 .right-item {
  width: calc(100% - 390px);
  padding: 10px 20px 0px 25px;
}
.item-2 .right-item .title-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  height: auto;
  min-height: 42px;
}
.item-2 .right-item .title-item:hover {
  color: var(--background-main);
}
.item-2 .right-item .download {
  margin-top: 10px;
  padding: 7px 0px;
}
.item-2 .right-item .download a {
  background: var(--background-main);
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  color: var(--white);
  border-radius: 8px;
  padding: 7px 12px;
}
.item-2 .right-item .info-item {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}
.item-2 .right-item .info-item p {
  position: relative;
  padding-left: 22px;
  margin-bottom: 0px;
  font-weight: 500;
  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 span {
  color: #083EB4;
}
.item-2 .right-item .info-item .depart-single-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.item-2 .right-item .info-item .depart-single-line span {
  color: #083EB4;
}
.item-2 .right-item .info-item .date-item {
  position: relative;
  display: flex;
  padding-left: 22px;
}
.item-2 .right-item .info-item .date-item img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.item-2 .right-item .info-item .date-item .text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20.8px;
  vertical-align: middle;
  width: 115px;
  padding-left: 0px;
}
.item-2 .right-item .info-item .date-item .input-form {
  width: calc(100% - 115px);
  position: relative;
}
.item-2 .right-item .info-item .date-item .input-form p {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  padding: 2px 15px 2px 15px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 0px;
  font-weight: 400;
  border-radius: 100px;
  border: 1px solid #FFE2B8;
  background: url(/images/icon-bottom-item-date-tour.svg?9b20d0171fd883429d332c48ab64e700) no-repeat top 8px right 10px;
  color: #2D2F39;
}
.item-2 .right-item .info-item .date-item .input-form ul {
  padding: 0px 0px;
  z-index: 3;
  background: var(--white);
  position: absolute;
  top: 28px;
  left: 0px;
  width: 100%;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  list-style-type: none;
}
.item-2 .right-item .info-item .date-item .input-form ul li {
  list-style-type: none;
  border-bottom: 1px solid var(--background-main);
}
.item-2 .right-item .info-item .date-item .input-form ul li a {
  text-align: left;
  padding: 5px 15px;
  display: block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #2D2F39;
}
.item-2 .right-item .info-item .date-item .input-form ul li:last-child {
  border-bottom: 0px;
}
.item-2 .right-item .info-item .item-clock-count {
  gap: 40px;
}
.item-2 .right-item .info-item .item-clock-count .seats span {
  font-weight: 500;
  color: var(--background-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: 5px;
}
.item-2 .right-item .price-button .price-item p {
  margin-bottom: 0px;
}
.item-2 .right-item .price-button .price-item .price-old {
  font-weight: 500;
  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: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-decoration: line-through;
  color: var(--background-orange);
}
.item-2 .right-item .price-button .price-item .price {
  font-weight: 700;
  font-size: 22px;
  line-height: 28.6px;
  vertical-align: middle;
  color: #C33340;
}
.item-2 .right-item .price-button .price-item .price span {
  text-decoration: underline;
}
.item-2 .right-item .price-button .button-item {
  padding: 7px 0px;
}
.item-2 .right-item .price-button .button-item a {
  background: var(--background-orange);
  padding: 7px 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);
  text-transform: uppercase;
}
.item-2 .right-item .price-button .button-item a:hover {
  background: var(--background-main);
}
.item-2 .right-item .price-button .button-item .advise {
  background: #FF0000;
  margin-right: 15px;
}
.item-2:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1200px) {
  .item-2 .image-item {
    display: flex;
    align-items: center;
    width: 350px;
  }
  .item-2 .right-item {
    width: calc(100% - 350px);
    padding: 10px;
  }
}
@media (max-width: 1120px) {
  .item-2 {
    display: grid;
    gap: 10px;
  }
  .item-2 .image-item {
    width: 100%;
  }
  .item-2 .right-item {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .item-2 .right-item {
    padding: 0px;
  }
  .item-2 .right-item .price-button {
    margin-top: 10px;
  }
  .item-2 .right-item .price-button .button-item .advise {
    margin-right: 10px;
  }
  .item-2 .right-item .price-button .button-item a {
    padding: 7px 10px;
  }
  .item-2 .right-item .price-button .button-item a span {
    font-size: 12px;
  }
}

.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(--background-main);
}
.pagination-page ul li .active {
  color: var(--white);
  background: var(--background-main);
}
.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(--background-main);
}

.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 .content-video {
  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;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #EFEFEF;
}
.breadcrumb ul {
  padding-left: 0px;
  margin-bottom: 0px;
  align-items: center;
  list-style-type: none;
}
.breadcrumb ul li {
  display: inline-block;
  margin-right: 15px;
  list-style-type: none;
}
.breadcrumb ul li:last-child {
  margin-right: 0px;
}
.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(--background-main);
}
.breadcrumb ul li span {
  font-family: var(--font-3);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  color: #31698E;
}
.breadcrumb ul .icon-breadcrumb {
  height: 23px;
}

.modalSuccess .modal-dialog {
  max-width: 550px;
  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: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: var(--background-main);
}
.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: 15px;
  margin-bottom: 0px;
}
.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(--background-orange);
  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: 100%;
    width: 100%;
    padding: 0px 12px;
  }
  .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;
  }
}

.modalSuccess2 .modal-dialog {
  max-width: 1140px;
}
@media (max-width: 1140px) {
  .modalSuccess2 .modal-dialog {
    max-width: 100%;
    width: 100%;
    padding: 0px 12px;
  }
}

.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(--background-main);
}
.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(--background-main);
  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(--background-main);
  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(--background-main);
}
.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?217cc759507cf63c01c0efceadf487f1) no-repeat top 4px left;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--background-main);
}
.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 {
    padding: 12px 0px;
  }
  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 .content-header-bottom-right .cart-header {
    display: none;
  }
  header .header-bottom .content-header-bottom .menu-header-bottom {
    display: none;
  }
  header .header-bottom .content-header-bottom .icon-menu-mobile {
    display: flex;
  }
  header .header-bottom .content-header-bottom .icon-menu-mobile #btnMenuMobile {
    display: grid;
  }
  .main {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
@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) {
  footer .footer-top .left-footer .name-company {
    font-size: 16px;
  }
  footer .footer-top .right-footer .menu-footer .col-item .title-menu {
    font-size: 16px;
  }
  footer .footer-top .left-footer .hotline-support .content-hotline .hotline {
    font-size: 18px;
  }
  .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;
  }
}
@media (max-width: 600px) {
  .modalSuccess .modal-dialog .modal-content .modal-body {
    padding: 12px;
  }
  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;
  }
  .tour-home3 .item-1 {
    border: 1px solid rgba(0, 0, 0, 0.2509803922);
  }
  .new-hot .item-news {
    border: 1px solid rgba(0, 0, 0, 0.2509803922);
    box-shadow: unset;
  }
}
@keyframes oscillate-rotation {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(0deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(0deg);
  }
  50% {
    transform: rotate(0deg) scale(1) skew(0deg);
  }
  100% {
    transform: rotate(0deg) scale(1) skew(0deg);
  }
}
@keyframes hover-menu-sub {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.error.error-message {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.new4.nd-page img[style*="text-align: left"],
.new4.nd-page img[style*="float: left"] {
  display: block;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
  float: none;
}
.new4.nd-page img[style*="text-align: center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  float: none;
}
.new4.nd-page img[style*="text-align: right"],
.new4.nd-page img[style*="float: right"] {
  display: block;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
  float: none;
}
.new4.nd-page p[style*="text-align: left"] img,
.new4.nd-page p[style*="text-align: center"] img,
.new4.nd-page p[style*="text-align: right"] img {
  max-width: 100%;
  height: auto;
}
.new4.nd-page p[style*="text-align: left"] {
  text-align: left;
}
.new4.nd-page p[style*="text-align: left"] img {
  display: inline-block;
  margin: 0;
}
.new4.nd-page p[style*="text-align: center"] {
  text-align: center;
}
.new4.nd-page p[style*="text-align: center"] img {
  display: inline-block;
  margin: 0 auto;
}
.new4.nd-page p[style*="text-align: right"] {
  text-align: right;
}
.new4.nd-page p[style*="text-align: right"] img {
  display: inline-block;
  margin: 0;
}
.new4.nd-page div[style*="text-align: left"] {
  text-align: left;
}
.new4.nd-page div[style*="text-align: left"] img {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page div[style*="text-align: center"] {
  text-align: center;
}
.new4.nd-page div[style*="text-align: center"] img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page div[style*="text-align: right"] {
  text-align: right;
}
.new4.nd-page div[style*="text-align: right"] img {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.new4.nd-page figure {
  margin: 15px 0;
}
.new4.nd-page figure.image.image-style-block-align-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page figure.image.image-style-block-align-left img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image.image-style-block-align-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page figure.image.image-style-block-align-right img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.new4.nd-page figure.image:not(.image-style-block-align-left):not(.image-style-block-align-right) {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page figure.image:not(.image-style-block-align-left):not(.image-style-block-align-right) img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image-style-align-left, .new4.nd-page figure[style*="text-align: left"] {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page figure.image-style-align-left img, .new4.nd-page figure[style*="text-align: left"] img {
  margin-left: 0;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image-style-align-center, .new4.nd-page figure[style*="text-align: center"] {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page figure.image-style-align-center img, .new4.nd-page figure[style*="text-align: center"] img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.new4.nd-page figure.image-style-align-right, .new4.nd-page figure[style*="text-align: right"] {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page figure.image-style-align-right img, .new4.nd-page figure[style*="text-align: right"] img {
  margin-left: auto;
  margin-right: 0;
  display: block;
}
.new4.nd-page figure img {
  max-width: 100%;
  height: auto;
}
.new4.nd-page figure figcaption {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  margin-top: 8px;
  text-align: inherit;
}
.new4.nd-page img.image-style-block-align-left {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.new4.nd-page img.image-style-block-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.new4.nd-page img.image-style-block-align-right {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.new4.nd-page p:has(img):not([style*=text-align]) {
  text-align: center;
}
.new4.nd-page p:has(img):not([style*=text-align]) img {
  display: inline-block;
  margin: 0 auto;
}

.social-actions {
  position: fixed;
  top: 50%;
  right: 20px; /* hoặc bao nhiêu tùy bạn */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 12px; /* khoảng cách giữa các icon */
  z-index: 9999; /* đảm bảo nổi trên cùng */
}
.social-actions a img {
  width: 48px; /* hoặc theo kích thước icon bạn */
  height: 48px;
  border-radius: 50%; /* nếu icon là hình tròn */
  transition: transform 0.3s;
}
.social-actions a img:hover {
  transform: scale(1.1);
}
