/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */
 
:root {
	--mainColor: #0979fd;
	--textColor: #231f20;
	font-size: 16px;
	--main-color: #0979fd;
	--hover: #006caa;
	--text-color: #212529;
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left:auto;
  margin-right:auto;
  position:relative;
  overflow:hidden;
  list-style:none;
  padding:0;
  z-index:1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction:column;
}

.swiper-wrapper {
  position:relative;
  width:100%;
  height:100%;
  z-index:1;
  display:flex;
  transition-property:transform;
  box-sizing:content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform:translate3d(0px,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap:wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap:wrap;
  flex-direction:column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function:ease-out;
  margin:0 auto;
}

.swiper-slide {
  flex-shrink:0;
  width:100%;
  height:100%;
  position:relative;
  transition-property:transform;
}

.swiper-slide-invisible-blank {
  visibility:hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height:auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items:flex-start;
  transition-property:transform,height;
}

.swiper-container-3d {
  perspective:1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style:preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image:linear-gradient(to left,rgba(0,0,0,0.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image:linear-gradient(to right,rgba(0,0,0,0.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image:linear-gradient(to top,rgba(0,0,0,0.5),transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image:linear-gradient(to bottom,rgba(0,0,0,0.5),transparent);
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow:auto;
  scrollbar-width:none;
  -ms-overflow-style:none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display:none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align:start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type:x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type:y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next,
.swiper-button-prev {
  position:absolute;
  top:50%;
  width:calc(var(--swiper-navigation-size)/ 44 * 27);
  height:var(--swiper-navigation-size);
  margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index:10;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--swiper-navigation-color,var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity:.35;
  cursor:auto;
  pointer-events:none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family:swiper-icons;
  font-size:var(--swiper-navigation-size);
  text-transform:none !important;
  letter-spacing:0;
  text-transform:none;
  font-variant:initial;
  line-height:1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left:10px;
  right:auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content:'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right:10px;
  left:auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content:'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display:none;
}

.swiper-pagination {
  position:absolute;
  text-align:center;
  transition:.3s opacity;
  transform:translate3d(0,0,0);
  z-index:10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity:0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom:10px;
  left:0;
  width:100%;
}

.swiper-pagination-bullets-dynamic {
  overflow:hidden;
  font-size:0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform:scale(0.33);
  position:relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform:scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform:scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform:scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform:scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform:scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform:scale(0.33);
}

.swiper-pagination-bullet {
  width:8px;
  height:8px;
  display:inline-block;
  border-radius:100%;
  background:#000;
  opacity:.2;
}

button.swiper-pagination-bullet {
  border:none;
  margin:0;
  padding:0;
  box-shadow:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor:pointer;
}

.swiper-pagination-bullet-active {
  opacity:1;
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right:10px;
  top:50%;
  transform:translate3d(0px,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:6px 0;
  display:block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top:50%;
  transform:translateY(-50%);
  width:8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display:inline-block;
  transition:.2s transform,.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin:0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left:50%;
  transform:translateX(-50%);
  white-space:nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:.2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:.2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background:rgba(0,0,0,0.25);
  position:absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background:var(--swiper-pagination-color,var(--swiper-theme-color));
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  transform:scale(0);
  transform-origin:left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin:right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width:100%;
  height:4px;
  left:0;
  top:0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width:4px;
  height:100%;
  left:0;
  top:0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display:none;
}

.swiper-scrollbar {
  border-radius:10px;
  position:relative;
  -ms-touch-action:none;
  background:rgba(0,0,0,0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position:absolute;
  left:1%;
  bottom:3px;
  z-index:50;
  height:5px;
  width:98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position:absolute;
  right:3px;
  top:1%;
  z-index:50;
  width:5px;
  height:98%;
}

.swiper-scrollbar-drag {
  height:100%;
  width:100%;
  position:relative;
  background:rgba(0,0,0,0.5);
  border-radius:10px;
  left:0;
  top:0;
}

.swiper-scrollbar-cursor-drag {
  cursor:move;
}

.swiper-scrollbar-lock {
  display:none;
}

.swiper-zoom-container {
  width:100%;
  height:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}

.swiper-slide-zoomed {
  cursor:move;
}

.swiper-lazy-preloader {
  width:42px;
  height:42px;
  position:absolute;
  left:50%;
  top:50%;
  margin-left:-21px;
  margin-top:-21px;
  z-index:10;
  transform-origin:50%;
  animation:swiper-preloader-spin 1s infinite linear;
  box-sizing:border-box;
  border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
  border-radius:50%;
  border-top-color:transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform:rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  opacity:0;
  z-index:-1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function:ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events:none;
  transition-property:opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events:none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events:auto;
}

.swiper-container-cube {
  overflow:visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
  visibility:hidden;
  transform-origin:0 0;
  width:100%;
  height:100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events:none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin:100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events:auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events:auto;
  visibility:visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:100%;
  background:#000;
  opacity:.6;
  -webkit-filter:blur(50px);
  filter:blur(50px);
  z-index:0;
}

.swiper-container-flip {
  overflow:visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events:none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  z-index:1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events:none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events:auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

body {
  font-size:15px;
  font-family:'Be Vietnam Pro',sans-serif;
  line-height:1.8;
  max-width:1920px;
  margin:0 auto;
}

body:not(.body-index) {
  padding-top:80px;
  background: #f8f8f8;
}

body:not(.body-index) header.header {
  background:#FFF;
  box-shadow:0 2px 25px 0 rgba(0,0,0,0.1);
}

@media (max-width:991px) {
  body:not(.body-index) {
    padding-top:60px;
  }
}

img.lazyload {
  opacity:0;
  transition:all .2s;
}

img.lazyload.loaded {
  opacity:1;
}

svg {
  width:20px;
  height:20px;
}

a:hover {
  color:var(--main-color);
}

.form-control,
.btn {
  font-size:15px;
}

.swiper-container .swiper-button-disabled {
  display:none;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size:16px;
  font-weight:bold;
  color:#333;
}

.rounded-4 {
  border-radius:4px;
  overflow:hidden;
}

.rounded-8 {
  border-radius:8px;
  overflow:hidden;
}

.ratio1by1 {
  padding-bottom:100%;
}

.ratio2by3 {
  padding-bottom:calc(100%*3/2);
}

.ratio3by2 {
  padding-bottom:calc(100%*2/3);
}

.ratio5by4 {
  padding-bottom:calc(100%*4/5);
}

.ratio2by1 {
  padding-bottom:50%;
}

.ratio1by2 {
  padding-bottom:200%;
}

.ratio1by3 {
  padding-bottom:calc(100%*1/3);
}

.ratio1by4 {
  padding-bottom:calc(100%*1/4);
}

.ratio6by1 {
  padding-bottom:calc(100%/6);
}

.bold {
  font-weight:bold;
}

.bgc {
  background:var(--main-color);
  color:#FFF;
}

.bgc:hover {
  background:var(--hover);
  color:#FFF;
}

*[class*='ratio'] img {
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  max-width:100%;
  max-height:100%;
  width:auto !important;
  height:auto !important;
}

.scrollbar::-webkit-scrollbar-track {
  box-shadow:inset 0 0 5px #eee;
  border-radius:10px;
}

.scrollbar::-webkit-scrollbar-thumb {
  background:#ccc;
  border-radius:5px;
}

.scrollbar::-webkit-scrollbar {
  width:5px;
}

.text2line {
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.text3line {
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
  margin-top:0;
  margin-bottom:1rem;
}

.rte h1 {
  font-size:22px;
}

.rte h2 {
  font-size:20px;
}

.rte h3 {
  font-size:18px;
}

.rte h4 {
  font-size:16px;
}

.rte iframe {
  max-width:100%;
}

.rte img {
  height:auto !important;
}

.rte figure {
  text-align:center;
}

.rte figure img {
  margin-bottom:10px;
}

.rte a:not(.book-now) {
  color:#007bff;
}

.rte table {
  width:100% !important;
  margin-bottom:15px;
}

.rte table td {
  border:1px #ebebeb solid;
  padding:5px;
}

.rte table th {
  background:var(--main-color);
  color:#FFF;
  padding:5px;
}

.more-product {
  width:120px;
  font-size:16px;
  color:var(--main-color);
  background:url(more.svg) right 5px center no-repeat;
  transition:all .3s;
}

.more-product:hover {
  background-position:right center;
  text-decoration:underline;
}

.banner {
  position:relative;
  display:block;
}

.banner:before {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:1;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
}

.banner:after {
  position:absolute;
  content:'';
  width:100%;
  height:100%;
  top:0;
  left:0;
  -webkit-transition:all 0.5s ease-in-out;
  transition:all 0.5s ease-in-out;
  -moz-transition:all 0.5s ease-in-out;
  -ms-transition:all 0.5s ease-in-out;
  -o-transition:all 0.5s ease-in-out;
}

.banner:hover:before {
  right:50%;
  left:50%;
  width:0;
  background:rgba(255,255,255,0.3);
}

.banner:hover:after {
  height:0;
  top:50%;
  bottom:50%;
  background:rgba(255,255,255,0.3);
}

header.header {
  z-index:999;
  top:0 !important;
  left:0;
}

header.header .container {
  height:80px;
}

header.header .logo {
  outline:none;
  min-width:166px;
}

header.header .logo img {
  max-height:70px;
}

header.header .hotline a {
  font-size:20px;
  color:#F79321;
}

header.header .hotline a:hover {
  text-decoration:underline;
}

header.header.fix {
  background:#FFF;
  box-shadow:0 2px 25px 0 rgba(0,0,0,0.1);
}

header.header .menu-bar span {
  background:#000;
}

header.current {
  background:#FFF;
}

@media (min-width:1200px) {
  .body-index header.header-index:not(.current) .item-big>.nav-item>a {
    color:#FFF;
    position:relative;
  }
  .body-index header.header-index:not(.current) .item-big>.nav-item>a>.fa {
    border-color:#FFF;
  }
  header.header-index:not(.current) .item-big>.nav-item:hover>a {
    color:var(--main-color);
  }
  header.header-index:not(.current) .item-big>.nav-item:hover>a>.fa {
    border-color:var(--main-color);
  }
  header.header-index:not(.current) .navigation-arrows .fa {
    border-color:#FFF;
  }
}

.body-index header.header-index:not(.current) .account>a {
  color:#FFF;
}

header.header-index:not(.current) .account>a:hover {
  color:var(--main-color);
}

header.header-index:not(.current) .account>a:hover .fa.fa-caret-down {
  border-color:var(--main-color);
}

header.header-index:not(.current) .account a .fa.fa-caret-down {
  border-color:#FFF;
}

.body-index header.header-index:not(.current) .account a img {
  filter:brightness(0) invert(1);
  border-radius: 50%;
  margin-right: 10px;
}

.body-index header.header-index:not(.current) .hotline {
  color:#FFF;
}

.body-index header.header-index:not(.current) .menu-bar span {
  background:#FFF;
}

header .account>a img {
  filter:brightness(0.5);
  border-radius: 50%;
}

header .account ul {
  top:100%;
  background:#FFF;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  transition:all 0.3s;
  width:270px;
  text-align:center;
  left:50%;
  margin-left:-135px;
  box-shadow:0 2px 25px 0 rgba(0,0,0,0.1);
}

header .account ul a.login {
  background:var(--main-color);
  color:#FFF;
}

header .account ul a.login:hover {
  background:var(--hover);
}

header .account ul a span {
  color:var(--main-color);
}

header .account ul a span:hover {
  text-decoration:underline;
}

header .account ul li:nth-child(2),
header .account ul li:nth-child(3) {
  padding-top:0 !important;
}

header .account:hover ul {
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.header-nav li ul.item-small li {
  position:relative;
}

.header-nav li ul.lv-2 a {
  padding:5px 20px 5px 10px;
  display:block;
  color: #212529;
}
img {
    max-width: 100%;
    height: auto;
}
.header-nav li ul.lv-2 a:hover {
  color: var(--main-color);
}
.header-nav li ul .fa {
  right:10px;
}

.price-save {
  position:absolute;
  bottom:5px;
  right:0;
  font-size:12px;
  color:#FF3B49;
  height:25px;
  width:50px;
  text-align:center;
  line-height:25px;
}

.product-item {
  box-shadow:0 0 10px #e5e5e5;
  border-radius:10px;
  overflow:hidden;
  transition:all .3s;
}

.product-item .product-thumb img {
  transition:all .3s;
}

.product-item .product-info .product-name {
  font-size:16px;
  font-weight:bold;
  margin-bottom:12px;
  height:45px;
}

.product-item .product-info .product-meta {
  flex-wrap:wrap;
  margin-bottom:12px;
}

.product-item .product-info .product-meta span span {
  color:#76809B;
  margin-right:5px;
}

.product-item .product-info .price-box {
  font-size:18px;
  color:#ef1104;
  min-height:48px;
}

.product-item .product-info .price-box .compare-price {
  font-size:14px;
  color:#808285;
  font-weight:initial;
  text-decoration:line-through;
}

.product-item .product-info .product-count span:nth-child(2) {
  margin-left:auto;
}

.product-item .product-info .product-count b {
  color:var(--main-color);
}

.product-item .product-info .book-now {
  line-height:40px;
}

.product-item:hover {
  box-shadow:0 0 10px #898989;
}

.backtop {
  position:fixed;
  top:initial !important;
  bottom:20px;
  right:20px;
  background:#333;
  height:30px;
  width:30px;
  text-align:center;
  border-radius:30px;
  z-index:999;
  opacity:0;
}

.backtop:hover {
  background:var(--hover);
}

.backtop svg {
  width:20px;
  height:20px;
  color:#fff;
  margin-top:5px;
}

.backtop.show {
  opacity:1;
}

.footer {
  background-color:#006CAA;
  background-position:top 10px center;
  background-repeat:no-repeat;
  background-size:contain;
  color:#FFF;
  padding-top:80px;
}

.footer .mailchim {
  padding-bottom:60px;
  margin-bottom:60px;
  color:#FFF;
  border-bottom:1px dashed rgba(255,255,255,0.4);
}

.footer .mailchim .title {
  font-size:32px;
}

.footer .mailchim .mailchimp-alerts {
  margin-top:5px;
}

.footer .mailchim .newsletter-form {
  position:relative;
  width:600px;
  max-width:100%;
}

.footer .mailchim input {
  height:40px;
  outline:none;
  border:none;
  -ms-flex:0 0 calc(100% - 150px);
  flex:0 0 calc(100% - 150px);
  max-width:calc(100% - 150px);
}

.footer .mailchim button {
  border:none;
  height:40px;
  background:var(--main-color);
  color:#fff;
}

.footer .mailchim button:hover {
  background:var(--hover);
}

.footer a {
  color:#FFF;
}

.footer a:hover {
  color:#77b5ff;
}

.footer .col-info span {
  opacity:0.8;
}

.footer .title-menu {
  font-size:16px;
  margin-bottom:20px;
}

.footer .link-social a {
  margin-right:8px;
}

.footer .link-social a svg {
  width:25px;
  height:25px;
}

.footer .link-social a svg path {
  fill:#FFF;
}

.footer .link-social a:hover svg path {
  fill:#77b5ff;
}

.footer .copyright {
  border-top:1px solid rgba(255,255,255,0.4);
}

.alert {
  position:relative;
  padding:.75rem 1.25rem;
  margin-bottom:1rem;
  border:1px solid transparent;
  border-radius:.25rem;
}

.alert-heading {
  color:inherit;
}

.alert-link {
  font-weight:700;
}

.alert-dismissible {
  padding-right:4rem;
}

.alert-dismissible .close {
  position:absolute;
  top:0;
  right:0;
  padding:.75rem 1.25rem;
  color:inherit;
  border:initial;
  background:initial;
}

.alert-primary {
  color:#004085;
  background-color:#cce5ff;
  border-color:#b8daff;
}

.alert-primary hr {
  border-top-color:#9fcdff;
}

.alert-primary .alert-link {
  color:#002752;
}

.alert-secondary {
  color:#383d41;
  background-color:#e2e3e5;
  border-color:#d6d8db;
}

.alert-secondary hr {
  border-top-color:#c8cbcf;
}

.alert-secondary .alert-link {
  color:#202326;
}

.alert-success {
  color:#155724;
  background-color:#d4edda;
  border-color:#c3e6cb;
}

.alert-success hr {
  border-top-color:#b1dfbb;
}

.alert-success .alert-link {
  color:#0b2e13;
}

.alert-info {
  color:#0c5460;
  background-color:#d1ecf1;
  border-color:#bee5eb;
}

.alert-info hr {
  border-top-color:#abdde5;
}

.alert-info .alert-link {
  color:#062c33;
}

.alert-warning {
  color:#856404;
  background-color:#fff3cd;
  border-color:#ffeeba;
}

.alert-warning hr {
  border-top-color:#ffe8a1;
}

.alert-warning .alert-link {
  color:#533f03;
}

.alert-danger {
  color:#721c24;
  background-color:#f8d7da;
  border-color:#f5c6cb;
}

.alert-danger hr {
  border-top-color:#f1b0b7;
}

.alert-danger .alert-link {
  color:#491217;
}

.alert-light {
  color:#818182;
  background-color:#fefefe;
  border-color:#fdfdfe;
}

.alert-light hr {
  border-top-color:#ececf6;
}

.alert-light .alert-link {
  color:#686868;
}

.alert-dark {
  color:#1b1e21;
  background-color:#d6d8d9;
  border-color:#c6c8ca;
}

.alert-dark hr {
  border-top-color:#b9bbbe;
}

.alert-dark .alert-link {
  color:#040505;
}

@keyframes popoverTheLookDot {
  from {
    opacity:0.6;
    transform:scale(0.6);
  }
  to {
    opacity:0;
    transform:scale(1.2);
  }
}

.hotline-fix {
  position:fixed;
  top:initial !important;
  bottom:70px;
  right:12px;
  width:46px;
  height:46px;
  background:linear-gradient(156.37deg,#10B7FF 12.37%,#0075FF 91.3%);
  border-radius:50%;
  z-index:99;
  cursor:pointer;
  transition:all .3s;
}

.hotline-fix.active {
  right:-100px;
}

.hotline-fix:before {
  content:'';
  width:39px;
  height:34px;
  background:url(//bizweb.dktcdn.net/100/489/447/themes/912592/assets/icon_sp.svg?1693150188976) center no-repeat;
  display:block;
  position:absolute;
  top:6px;
  left:4px;
  z-index:99;
}

.hotline-fix:after {
  content:"";
  width:70px;
  height:70px;
  position:absolute;
  top:-12px;
  left:-12px;
  background:#0eafff;
  border-radius:50%;
  z-index:-1;
  -webkit-animation:1.2s popoverTheLookDot ease-in-out infinite;
  animation:1.2s popoverTheLookDot ease-in-out infinite;
  z-index:9;
}

.support-online-widget {
  position:fixed;
  z-index:1000;
  transition:all 0.4s ease-in-out 0s;
  right:0;
  top:50% !important;
  margin-top:-143px;
  right:-255px;
}

.support-online-widget.active {
  right:0;
}

.support-online-widget.active #supporter-info {
  box-shadow:7px 0 12px 3px #333;
}

.sidepanel img {
  max-width:100%;
}

#supporter-info {
  background:#fff;
  border-radius:10px 0 0 10px;
  float:left;
  height:auto;
  overflow:hidden;
  transition:all 0.4s ease-in-out 0s;
}

#supporter-info .close-btn {
  position:absolute;
  top:17px;
  right:5px;
  background:url(../images/close_btn.png) center no-repeat;
  background-size:10px;
  cursor:pointer;
  width:16px;
  height:16px;
  filter:invert(1);
}

#supporter-info .title {
  background:linear-gradient(117.93deg,#10B7FF 7%,#0075FF 115.09%);
  padding:15px 40px 15px 60px;
  color:#FFF;
  font-weight:bold;
  cursor:pointer;
  font-size: 14px;
}

#supporter-info .title:before {
  content:'';
  width:46px;
  height:46px;
  background:url(//bizweb.dktcdn.net/100/489/447/themes/912592/assets/title_sp.svg?1693150188976) center no-repeat;
  display:block;
  position:absolute;
  top:3px;
  left:10px;
}

.supporter {
  width:100%;
  overflow:hidden;
  padding:15px 15px 0;
}

.supporter .online {
  padding-bottom:15px;
  border-bottom:1px solid #ebebeb;
}

.supporter .support_tel {
  padding-left:25px;
  background:url(//bizweb.dktcdn.net/100/489/447/themes/912592/assets/call_sp.svg?1693150188976) left center no-repeat;
}

.supporter .online a {
  display:inline-block;
  vertical-align:top;
  width:32px;
  height:32px;
}

.supporter .online a.zalo {
  background:url(//bizweb.dktcdn.net/100/489/447/themes/912592/assets/zalo_sp.svg?1693150188976) center no-repeat;
}

.supporter .online a.facebook {
  background:url(//bizweb.dktcdn.net/100/489/447/themes/912592/assets/fb_sp.svg?1693150188976) center no-repeat;
}

.grecaptcha-badge {
  display:none !important;
}

@media (max-width:1199px) {
  body {
    font-size:14px;
  }
}

@media (min-width:1200px) {
  .header-nav {
    overflow:hidden;
    max-height:80px;
  }
  .header-nav .item-big {
    flex-wrap:wrap;
  }
  .header-nav .navigation-arrows {
    position:absolute;
    right:25px;
    top:40px;
    display:none;
  }
  .header-nav .navigation-arrows .fa {
    border-color:#000;
    width:10px;
    height:10px;
    cursor:pointer;
  }
  .header-nav .navigation-arrows .fa.prev {
    margin-right:10px;
  }
  .header-nav .navigation-arrows .fa.disabled {
    cursor:not-allowed;
    opacity:0.3;
  }
  .header-nav.overflow {
    padding-right:60px;
  }
  .header-nav.overflow .item_big {
    justify-content:initial;
  }
  .header-nav.overflow .item_big>li {
    margin-right:15px;
  }
  .header-nav li.nav-item {
    height:80px;
    display:flex;
    align-items:center;
  }
  .header-nav li.nav-item>a {
    line-height:80px;
  }
  .header-nav li.nav-item>a>.fa {
    right:-12px;
  }
  .header-nav li.nav-item>.fa {
    display:none;
  }
  .header-nav li:hover>a {
    color:var(--main-color);
  }
  .header-nav li:hover>a>.fa.fa-caret-down {
    border-color:var(--main-color);
  }
  .header-nav li ul {
    position:absolute;
    border:1px var(--main-color) solid;
    background:#FFF;
    width:200px;
    transition:all 0.3s;
    border-radius:5px;
  }
  .header-nav li ul:not(.ul-mega) {
    opacity:0;
    visibility:hidden;
  }
  .header-nav li ul.lv-2 {
    top:100%;
    left:auto;
    transform:translateY(20px);
  }
  .header-nav li ul.lv-3 {
    top:-1px;
    left:100%;
    transform:translateX(20px);
  }
  .header-nav li:hover>ul {
    opacity:1;
    visibility:visible;
  }
  .header-nav li:hover>ul.lv-2 {
    transform:translateY(0);
  }
  .header-nav li:hover>ul.lv-3 {
    transform:translateX(0);
  }
  .header-nav li.has-mega>ul {
    width:400px;
    margin-left:-200px;
    left:auto;
    overflow:hidden;
  }
  .header-nav li.has-mega>ul>li {
    display:inline-block;
    width:49.5%;
    vertical-align:top;
  }
  .header-nav li.has-mega>ul>li>a {
    font-weight:bold;
    font-size:16px;
    padding:10px 20px;
    color:#FFF;
    position:relative;
  }
  .header-nav li.has-mega>ul>li>a img {
    margin-bottom:-25px;
    margin-left:-10px;
    margin-right:-10px;
    max-width:calc(100% + 20px);
    position:relative;
    z-index:-2;
  }
  .header-nav li.has-mega>ul>li>a:before {
    content:'';
    position:absolute;
    bottom:7px;
    left:10px;
    right:10px;
    background:rgba(0,0,0,0.5);
    z-index:-1;
    height:28px;
  }
  .header-nav li.has-mega>ul>li>a:hover {
    color:#77b5ff;
  }
  .header-nav li.has-mega>ul ul {
    position:initial;
    border:none;
    transform:initial;
  }
  .header-nav li.has-mega>ul .fa {
    display:none;
  }
}

@media (min-width:767px) {
  .footer .mid-footer .title-menu svg,
  .footer .mid-footer .title-menu .Collapsible__Plus {
    display:none;
  }
}

@media (max-width:1199px) {
  .menu-bar {
    position:relative;
    width:20px;
    height:20px;
  }
  .menu-bar span {
    display:block;
    height:2px;
    width:20px;
    background-color:#000;
    border-radius:2px;
    position:absolute;
    left:0;
    -webkit-transition:-webkit-transform 0.3s;
    -webkit-transition:all 300ms ease-in-out;
    transition:all 300ms ease-in-out;
  }
  .menu-bar span:not(:last-child) {
    margin-bottom:4px;
  }
  .menu-bar span:nth-child(1) {
    top:3px;
  }
  .menu-bar span:nth-child(2) {
    top:9px;
  }
  .menu-bar span:nth-child(3) {
    top:15px;
  }
  .menu-bar.current span:nth-child(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    position:absolute;
    top:9px;
  }
  .menu-bar.current span:nth-child(2) {
    opacity:0;
  }
  .menu-bar.current span:nth-child(3) {
    -webkit-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    position:absolute;
    top:9px;
  }
  .hotline svg {
    transform:translateY(-2px);
  }
  .navigation-arrows {
    display:none;
  }
  .header-nav li {
    position:relative;
  }
  .header-nav li.nav-item>a>.fa {
    display:none !important;
  }
  .header-nav li.has-mega>ul>li>a img {
    display:none;
  }
  .header-nav {
    background-color:#fff;
    height:100%;
    position:fixed;
    top:60px !important;
    left:0;
    z-index:99999;
    width:100%;
    transform:translateX(-100%);
    visibility:hidden;
    transition:transform 0.5s cubic-bezier(0.645,0.045,0.355,1),visibility 0.5s cubic-bezier(0.645,0.045,0.355,1);
    box-shadow:none;
    touch-action:manipulation;
  }
  .header-nav.current {
    visibility:visible;
    transform:translateX(0);
  }
  .header-nav .item-big {
    overflow-y:auto;
    max-height:100vh;
    height:100vh;
  }
  .header-nav .item-big .nav-item {
    position:relative;
  }
  .header-nav .item-big .nav-item a {
    color:#333;
    height:unset;
    line-height:35px;
    display:block;
    padding-top:0;
    padding-bottom:0;
  }
  .header-nav .item-big .nav-item .fa {
    visibility:visible;
    position:absolute;
    right:5px;
    top:0;
    width:30px;
    height:35px;
    line-height:35px;
    text-align:center;
    display:inline-block;
    transform:initial;
    border:none;
    margin:0;
  }
  .header-nav .item-big .nav-item .fa:before {
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#333 transparent transparent transparent;
    display:inline-block;
    top:50%;
    transform:translateY(-50%);
    right:10px;
    transition:0.5s;
  }
  .header-nav .item-big .nav-item .item_small {
    padding-left:10px;
  }
  .header-nav .item-big .nav-item .item_small li {
    position:relative;
  }
  .header-nav .item-big .nav-item .item_small ul {
    padding-left:10px;
  }
  .header-nav .item-big .nav-item .item_small ul li {
    position:relative;
  }
  .header-nav .item-big .nav-item .item_small ul li .fa-caret-down {
    visibility:visible;
    position:absolute;
    right:5px;
    top:0;
    width:30px;
    height:35px;
    line-height:35px;
    text-align:center;
    display:inline-block;
  }
  .header-nav .item-big .nav-item .item_small ul li .fa-caret-down:before {
    content:"";
    position:absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width:5px 5px 0 5px;
    border-color:#333 transparent transparent transparent;
    display:inline-block;
    top:50%;
    transform:translateY(-50%);
    right:10px;
    transition:0.5s;
    margin-top:-3px;
  }
  .header-nav li>ul {
    display:none;
  }
  .header-nav li.current>a {
    color:var(--main-color) !important;
  }
  .header-nav li.current>ul {
    display:block;
  }
  .header-nav li.current .fa.current {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -os-transform:rotate(180deg);
    transition:all 0.5s;
    margin-top:0;
    color:#3ba66b;
  }
  .header-nav li.current .fa.current:before {
    border-color:var(--main-color) transparent transparent transparent;
  }
}

@media (max-width:991px) {
  header .logo img {
    max-width:200px;
  }
  header.header .container {
    height:60px;
  }
}

@media (max-width:991px) and (min-width:767px) {
  header .topbar .contact-header span {
    margin-right:10px;
  }
  header .topbar .account-header a {
    margin-left:10px;
  }
  .footer .mid-footer .col-footer {
    margin-bottom:20px;
  }
}

@media (min-width:768px) {
  .account-header {
    min-width:355px;
  }
}

@media (max-width:767px) {
  .block-title {
    font-size:24px;
  }
  header .logo img {
    max-width:180px;
  }
  header .account .text,
  header .account .time,
  header .hotline .text,
  header .hotline .time {
    display:none;
  }
  header .account>a img {
    height:27px;
    width:27px;
  }
  .header-menu .col-search-cart {
    padding-right:0;
    max-width:60px;
  }
  .header-menu .col-search-cart .block-search {
    margin-right:5px;
  }
  .footer .mailchim .title {
    font-size:18px;
    margin-bottom:10px !important;
  }
  .footer .mailchim input,
  .footer .mailchim button {
    padding:0 10px !important;
  }
  .footer .mailchim input {
    flex:0 0 calc(100% - 120px);
    max-width:calc(100% - 120px);
  }
  .footer .col-footer {
    margin-bottom:15px;
  }
  .footer .copyright {
    text-align:center;
  }
  .footer .copyright .span {
    margin-top:10px;
  }
}
.bg-gray {
  background:#f9fcff;
  padding:60px 0;
}

.bg-gray .product-item {
  background:#FFF;
}

.block-title a {
  color:var(--main-color);
}

.block-title a:hover {
  color:var(--hover);
}

.block-desc {
  color:#99A2BC;
}

.block-desc:before {
  content:"";
  width:100px;
  height:1px;
  background:#cbcbcb;
  position:absolute;
  left:50%;
  bottom:0;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -os-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}

.block-desc:after {
  content:"";
  width:50px;
  height:10px;
  width:10px;
  background:#FFF;
  border-radius:50%;
  border:1px #cbcbcb solid;
  position:absolute;
  left:50%;
  bottom:-4px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -os-transform:translateX(-50%);
  -o-transform:translateX(-50%);
}

.section_slider {
  margin-bottom:40px;
  background:#0e436a;
}

.section_slider .swiper-pagination {
  top:50%;
  bottom:auto;
  right:10px;
  width:initial;
  left:auto;
}

.section_slider .swiper-pagination .swiper-pagination-bullet {
  display:block;
  margin:0;
  background:none;
  width:initial;
  height:initial;
  opacity:0.6;
  color:#FFF;
  padding-right:20px;
  position:relative;
}

.section_slider .swiper-pagination .swiper-pagination-bullet:after {
  content:'';
  position:absolute;
  top:8px;
  right:0;
  width:12px;
  height:1px;
  background:#FFF;
}

.section_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity:1;
}

.section_slider picture {
  padding-bottom:calc(100%/2161*1007);
}

.section_slider picture img {
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

.form-search {
  position:absolute;
  bottom:150px;
  left:50%;
  transform:translateX(-50%);
  z-index:9;
  width:800px;
  max-width:calc(100% - 30px);
}

.form-search .line {
  color:#FFF;
}

.form-search .line-1 {
  font-size:36px;
}

.form-search .line-2 {
  width:900px;
  max-width:100%;
}

.form-search .form {
  padding-top:50px;
}

.form-search .form-top {
  background:#FFF;
  border-radius:8px 8px 0 0;
  width:480px;
  max-width:100%;
  margin:0 auto;
  text-transform:uppercase;
}

.form-search .form-top a {
  font-weight:500;
}

.form-search .form-top a.active {
  font-weight:bold;
}

.form-search .form-top a.active,
.form-search .form-top a:hover {
  color:var(--main-color);
  position:relative;
}

.form-search .form-top a.active:after,
.form-search .form-top a:hover:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:2px;
  background:var(--main-color);
}

.form-search .row {
  background:#FFF;
  border-radius:8px;
  padding:24px 14px;
}

@media (min-width:992px) {
  .form-search .col-fix {
    -ms-flex:0 0 calc((100% - 100%/12*7)/2);
    flex:0 0 calc((100% - 100%/12*7)/2);
    max-width:calc((100% - 100%/12*7)/2);
  }
}

.form-search .item {
  border:2px #E2E6F2 solid;
  text-align:left;
  padding:12px;
}

.form-search .item.keyword input {
  height:42px;
  width:100%;
  border:none;
  outline:none;
  color:var(--main-color);
}

.form-search .item.keyword input::placeholder {
  color:#BDC4D8;
  opacity:1;
}

.form-search .item.keyword input:-ms-input-placeholder {
  color:#BDC4D8;
}

.form-search .item.keyword input::-ms-input-placeholder {
  color:#BDC4D8;
}

.form-search .item.address {
  
}

.form-search .item .item-chose {
  background:url(../images/marker.svg) left center no-repeat;
  padding-left:38px;
  min-width:200px;
  position:relative;
  background-size: 21px;
}
.form-search .item .item-chose.date {
  background:url(../images/marker.svg) left center no-repeat;
  background-size: 21px;
  max-height: 49px;
}

.form-search .item .item-chose .chose {
  color:#BDC4D8;
  line-height:21px;
}

.form-search .item .item-chose .chose.chosed {
  color:var(--main-color);
}

.form-search .item .item-chose .list {
  display:none;
  z-index:9;
  max-height:280px;
  width:170px;
  overflow-y:auto;
}

.form-search .item .item-chose .list::-webkit-scrollbar-track {
  box-shadow:inset 0 0 5px #eee;
  border-radius:10px;
}

.form-search .item .item-chose .list::-webkit-scrollbar-thumb {
  background:#ccc;
  border-radius:5px;
}

.form-search .item .item-chose .list::-webkit-scrollbar {
  width:5px;
}

.form-search .item .item-chose .list input {
  height:30px;
  outline:none;
}

.form-search .item .item-chose .list span {
  margin-top:5px;
  cursor:pointer;
}

.form-search .item .item-chose .list>* {
  display:block;
}

.form-search .item .item-chose:hover .list {
  display:block;
}

.form-search .item .item-chose .ngaydi {
  outline:none;
  color:var(--main-color);
  width:100%;
  cursor:pointer;
}

.form-search .item .item-chose .ngaydi::placeholder {
  color:#BDC4D8;
  opacity:1;
}

.form-search .item .item-chose .ngaydi:-ms-input-placeholder {
  color:#BDC4D8;
}

.form-search .item .item-chose .ngaydi::-ms-input-placeholder {
  color:#BDC4D8;
}

.form-search .item .item-chose.destination,
.form-search .item .item-chose.date-number {
  margin-left:auto;
}

.form-search .btn-search {
  font-size:16px;
  cursor:pointer;
}

.section_about {
  margin-bottom:40px;
}

.section_about .title-1 {
  color:var(--main-color);
  font-size:20px;
}

.section_about .title-2 {
  font-size:32px;
}

.section_about .line b {
  color:var(--main-color);
  border-right:1px var(--main-color) solid;
  font-size:32px;
  padding-right:10px;
  margin-right:10px;
  width:52px;
  line-height:1;
  text-align:center;
}

.section_about .ratio {
  padding-bottom:calc(100%*935/927);
}

.section_why {
  margin-bottom:60px;
}

.content-why-book .three-reasons {
  position:relative;
  margin-top:24px;
  padding:45px 18px 16px;
  border:2px solid;
  border-radius:6px;
  text-align:center;
  background-color:#fff;
}

.content-why-book h4 {
  font-size:16px;
}

.content-why-book .wrap-icon {
  position:absolute;
  width:56px;
  left:calc(50% - 28px);
  top:-25px;
}

.content-why-book .wrap-icon-2 {
  position:absolute;
  height:70px;
  top:-35px;
  left:50%;
  transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}

.content-why-book .wrap-icon-2 img {
  height:100%;
  width:auto;
}

.content-why-book .three-reasons {
  border-color:#b1d6ff;
}

.content-why-book .three-reasons h4 {
  line-height:20px;
}

.content-why-book .three-reasons h4 a {
  color:var(--main-color);
}

.content-why-book .three-reasons h4 a:hover {
  color:var(--hover);
}

.content-why-book .three-reasons p {
  color:#638688;
}

.content-why-book .three-reasons:hover {
  border-color:var(--main-color);
}

.section_banner {
  margin-bottom:60px;
}

.section_banner .swiper-button-next,
.section_banner .swiper-button-prev {
  z-index:1;
  width:40px;
  height:80px;
  box-shadow:0 1px 12px 0 rgba(0,0,0,0.12);
  background-blend-mode:difference;
  font-size:0;
  background:rgba(0,0,0,0.3);
  background-image:none;
  background-position:center;
  background-repeat:no-repeat;
  margin-top:-40px;
}

.section_banner .swiper-button-next svg,
.section_banner .swiper-button-prev svg {
  width:14px;
  height:14px;
}

.section_banner .swiper-button-next:after,
.section_banner .swiper-button-prev:after {
  content:none;
}

.section_banner .swiper-button-next.swiper-button-disabled,
.section_banner .swiper-button-prev.swiper-button-disabled {
  background:#ededed;
}

@media (max-width:767px) {
  .section_banner .swiper-button-next,
  .section_banner .swiper-button-prev {
    background-size:11px;
    bottom:40%;
  }
}

.section_banner .swiper-button-next {
  right:0;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  background-image:url(../images/arr-r.svg);
  border-radius:5px 0 0 5px;
}

.section_banner .swiper-button-next:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .section_banner .swiper-button-next {
    right:0;
  }
}

.section_banner .swiper-button-prev {
  left:0;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  background-image:url(../images/arr-l.svg);
  border-radius:0 5px 5px 0;
}

.section_banner .swiper-button-prev:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .section_banner .swiper-button-prev {
    left:0;
  }
}

.section_banner .banner {
  padding-bottom:calc(100%*330/587);
}

.section_banner img {
  border-radius:8px;
}

.section_flash {
  margin-bottom:60px;
}

.section_flash .product-item {
  margin-bottom:20px;
}

.section_tour {
  margin-bottom:50px;
}

.section_tour .swiper-button-next,
.section_tour .swiper-button-prev {
  z-index:1;
  width:40px;
  height:80px;
  box-shadow:0 1px 12px 0 rgba(0,0,0,0.12);
  background-blend-mode:difference;
  font-size:0;
  background:rgba(0,0,0,0.3);
  background-image:none;
  background-position:center;
  background-repeat:no-repeat;
  margin-top:-40px;
}

.section_tour .swiper-button-next svg,
.section_tour .swiper-button-prev svg {
  width:14px;
  height:14px;
}

.section_tour .swiper-button-next:after,
.section_tour .swiper-button-prev:after {
  content:none;
}

.section_tour .swiper-button-next.swiper-button-disabled,
.section_tour .swiper-button-prev.swiper-button-disabled {
  background:#ededed;
}

@media (max-width:767px) {
  .section_tour .swiper-button-next,
  .section_tour .swiper-button-prev {
    background-size:11px;
    bottom:40%;
  }
}

.section_tour .swiper-button-next {
  right:0;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  background-image:url(../images/arr-r.svg);
  border-radius:5px 0 0 5px;
}

.section_tour .swiper-button-next:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .section_tour .swiper-button-next {
    right:0;
  }
}

.section_tour .swiper-button-prev {
  left:0;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  background-image:url(../images/arr-l.svg);
  border-radius:0 5px 5px 0;
}

.section_tour .swiper-button-prev:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .section_tour .swiper-button-prev {
    left:0;
  }
}

.section_tour .swiper-button-next {
  right:10px;
  opacity:0;
}

.section_tour .swiper-button-prev {
  left:10px;
  opacity:0;
}

.section_tour:hover .swiper-button-next,
.section_tour:hover .swiper-button-prev {
  opacity:1;
}

.section_tour .block-product {
  margin-left:-10px;
  margin-right:-10px;
}

.section_tour .swiper-slide {
  padding:10px;
}

.section_tour .more-product {
  margin-top:10px !important;
}

.section_cate {
  margin-bottom:30px;
}

.section_cate .banner {
  margin-bottom:20px;
  border-radius:8px;
  overflow:hidden;
}

.section_cate .banner:after {
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,0.05) 57.92%,#000 100%);
}

.section_cate .banner span {
  bottom:10px;
  left:50%;
  transform:translateX(-50%);
  color:#FFF;
  width:90%;
  z-index:9;
}

.section_cate .banner b {
  font-size:16px;
}

.section_blog {
  margin-bottom:40px;
}

.section_blog .swiper-button-next,
.section_blog .swiper-button-prev {
  z-index:1;
  width:40px;
  height:80px;
  box-shadow:0 1px 12px 0 rgba(0,0,0,0.12);
  background-blend-mode:difference;
  font-size:0;
  background:rgba(0,0,0,0.3);
  background-image:none;
  background-position:center;
  background-repeat:no-repeat;
  margin-top:-40px;
}

.section_blog .swiper-button-next svg,
.section_blog .swiper-button-prev svg {
  width:14px;
  height:14px;
}

.section_blog .swiper-button-next:after,
.section_blog .swiper-button-prev:after {
  content:none;
}

.section_blog .swiper-button-next.swiper-button-disabled,
.section_blog .swiper-button-prev.swiper-button-disabled {
  background:#ededed;
}

@media (max-width:767px) {
  .section_blog .swiper-button-next,
  .section_blog .swiper-button-prev {
    background-size:11px;
    bottom:40%;
  }
}

.section_blog .swiper-button-next {
  right:0;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  background-image:url(../images/arr-r.svg);
  border-radius:5px 0 0 5px;
}

.section_blog .swiper-button-next:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .section_blog .swiper-button-next {
    right:0;
  }
}

.section_blog .swiper-button-prev {
  left:0;
  visibility:visible;
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0);
  background-image:url(../images/arr-l.svg);
  border-radius:0 5px 5px 0;
}

.section_blog .swiper-button-prev:hover {
  opacity:.7;
}

@media (max-width:767px) {
  .section_blog .swiper-button-prev {
    left:0;
  }
}

.section_blog .swiper-button-next {
  opacity:0;
}

.section_blog .swiper-button-prev {
  opacity:0;
}

.section_blog:hover .swiper-button-next,
.section_blog:hover .swiper-button-prev {
  opacity:1;
}

.section_blog .item-blog h3 {
  font-size:18px;
}

.section_blog .item-blog h3 a {
  color:#333;
}

.section_blog .item-blog h3 a:hover {
  color:#0979fd;
}

.section_blog .item-blog .time-post {
  font-size:14px;
  color:#acacac;
}

.section_blog .item-blog .time-post svg {
  width:15px;
  height:15px;
  margin-top:-4px;
  margin-right:2px;
}

.section_blog .item-blog:hover img {
  opacity:0.7;
}

.section_brand {
  border-top:solid 1px #ebebeb;
  padding:20px 0;
}

.brand-swiper a {
  min-height:90px;
  display:flex;
  align-items:center;
  justify-content:center;
}

@media (min-width:1200px) {
  .section_flash .product-item .product-info .product-meta .start {
    margin-bottom:0;
  }
  .section_flash .product-item .product-info .product-meta .time {
    margin-left:auto;
  }
}

@media (max-width:1199px) {
  .form-search {
    bottom:20px;
  }
  .form-search .form {
    padding-top:20px;
  }
  .form-search .item {
    padding:12px 5px;
  }
  .content-why-book h4 {
    font-size:14px;
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .content-why-book .three-reasons p {
    min-height:60px;
  }
}

@media (max-width:991px) {
  .form-search .item {
    padding:5px;
  }
  .section_about .ratio {
    padding:0;
    height:400px;
  }
  .section_about .image img {
    max-height:400px;
  }
  .section_why .item:nth-child(1),
  .section_why .item:nth-child(2) {
    margin-bottom:20px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .section_slider picture {
    padding-bottom:80%;
  }
  .form-search .row .col-12 {
    margin-bottom:10px;
  }
  .form-search .row>div:nth-child(2n+1) {
    padding-right:5px;
  }
  .form-search .row>div:nth-child(2n) {
    padding-left:5px;
  }
}

@media (max-width:767px) {
  .section_slider picture {
    padding-bottom:130%;
  }
  .section_slider .swiper-pagination {
    display:none;
  }
  .form-search .line-1 {
    font-size:18px;
    margin-bottom:0;
  }
  .form-search .row {
    padding:14px 4px;
  }
  .form-search .row .col-12:not(:last-child) {
    margin-bottom:20px;
  }
  .form-search .form-top {
    width:276px;
  }
  .form-search .form-top a {
    font-size:12px;
  }
  .form-search .item.address {
    background-size:16px;
  }
  .form-search .item .item-chose {
    min-width:initial;
    width:220px;
    background-size:21px;
    padding-left:25px;
    font-size:12px;
  }
  .form-search .item .item-chose .ngaydi {
    font-size:12px;
    height:21px;
    width:100%;
  }
  .form-search .item .item-chose .list {
    width:120px;
  }
  .form-search .item.keyword input {
    font-size:12px;
    height:21px;
  }
  .form-search .btn-search {
    line-height:35px;
    font-size:12px;
  }
  .form-search .col-6:nth-child(3) {
    padding-right:2.5px;
  }
  .form-search .col-6:nth-child(4) {
    padding-left:2.5px;
  }
  .section_about .title-2 {
    font-size:25px;
  }
  .section_cate .col-6:nth-child(2n+1) {
    padding-right:5px;
  }
  .section_cate .col-6:nth-child(2n) {
    padding-left:5px;
  }
  .section_cate .banner {
    margin-bottom:10px;
  }
  .section_blog .time-post span {
    display:block;
  }
  .section_blog .time-post span:nth-child(1) {
    margin-bottom:5px;
  }
}
.bizweb-product-reviews-module {
  margin:0 !important;
}

.breadcrumb {
  margin:0;
  font-size:14px;
  padding:15px 0;
  border-radius:0;
  font-weight:400;
  line-height:24px;
  background-color:transparent;
  width:100%;
  text-align:left;
}

.breadcrumb li {
  display:inline;
}

.breadcrumb li>a {
  color:#99A2BC;
}

.breadcrumb li .mr_lr {
  padding:0 10px;
  color:#99A2BC;
}

.breadcrumb li .mr_lr svg {
  width:8px;
  height:8px;
  margin-top:-2px;
}

.breadcrumb li span {
  display:inline;
}

.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
  color:#000;
  font-weight:400;
  text-decoration:none;
}

.breadcrumb li a:hover {
  color:var(--main-color);
}

.breadcrumb>li+li:before {
  display:none;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-radius:50%;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-left-radius:0;
  border-bottom-left-radius:0;
  border-radius:50%;
}

.pagenav {
  position:relative;
  width:100%;
  margin-bottom:60px;
  padding-top:10px;
}

.pagenav span {
  display:inline-block;
  float:left;
  margin-right:10px;
  line-height:30px;
  font-weight:700;
}

.pagenav .pagination {
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0;
}

.pagenav .pagination a {
  display:block;
  min-width:36px;
  line-height:34px;
  text-align:center;
  border:1px solid #E2E6F2;
  border-radius:4px !important;
  padding:0;
  color:var(--text-color);
}

.pagenav .pagination li {
  margin:0 2.5px;
}

.pagenav .pagination li.active a {
  background:var(--main-color);
  color:#FFF;
  border-color:var(--main-color);
}

.pagenav .pagination li svg {
  width:8px;
}

.nav_pagi {
  display:inline-block;
  background:#fff;
  padding-left:10px;
  width:100%;
}

.nav_pagi .pagination {
  position:relative;
  z-index:1;
  padding:0 0;
  margin:0 0 30px;
  display:flex;
  align-items:center;
  justify-content:end;
  list-style:none;
}

@media (max-width:768px) {
  .nav_pagi .pagination {
    padding:0 0;
  }
}

.nav_pagi .pagination .page-link {
  font-weight:400;
  float:left;
  margin:0 2.5px;
  width:35px;
  background:transparent;
  border:solid 1px #ebebeb;
  text-align:center;
  height:35px;
  font-size:14px;
  padding:0;
  line-height:33px;
  color:#7d7d7d;
  text-decoration:none;
  border-radius:initial;
}

@media (max-width:375px) {
  .nav_pagi .pagination .page-link {
    width:27px;
    height:27px;
    line-height:27px;
  }
}

.nav_pagi .pagination .page-link.page-db {
  width:auto;
  padding:0 20px;
}

.nav_pagi .pagination .page-link:hover {
  background-color:#363636;
  color:#fff;
  background:#363636;
  font-weight:bold;
}

.nav_pagi .pagination .page-link svg {
  width:14px;
  height:14px;
  margin-top:-3px;
}

.nav_pagi .pagination .page-item.disabled .page-link {
  border:0;
  display:none;
}

.nav_pagi .pagination .page-item.active .page-link {
  background-color:#363636;
  border-color:#363636;
  background:#363636;
  color:#fff;
  display:block;
  font-weight:bold;
}
.vanphong .content-why-book .three-reasons{
    margin-top: 0;
    margin-bottom: 30px;
    padding: 10px;
    padding-bottom: 30px;
}
.vanphong .content-why-book .wrap-icon {
    bottom: -20px;
    top: unset;
    width: 40px;
    left: calc(50% - 20px);
}
.vanphong .content-why-book .wrap-icon a{
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #b1d6ff;
    line-height: 36px;
    border-radius: 50%;
    display: block;
}

.section_why.vanphong .item:nth-child(1),
.section_why.vanphong .item:nth-child(2) {
margin-bottom:0;
}
.content-why-book .three-reasons:hover .wrap-icon a {
    border-color: var(--main-color);
}
.vanphong h4{
    margin-bottom: 5px;
}
.form-search .form-control-x {
    font-size: 14px;
    color: var(--main-color);
    border: 0;
    padding: 0;
    height: 22px;
    max-width: 100%;
    background: transparent;
}
.form-search .form-control-x:focus, .form-search .form-control-x:active, .form-search .form-control-x:visited {
    border: 0;
    box-shadow: none;
    background: transparent;
}
.insLoading {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    z-index: 10000;
    display: flex;
    align-items: center;
    text-align: center;
}
p {
    margin-bottom: 5px;
}
ul {
    padding: 0;
    margin: 0;
}
.position-relative {
    position: relative!important;
}
.w-100 {
    width: 100%!important;
}
.position-fixed {
    position: fixed!important;
}
.position-absolute {
    position: absolute!important;
}
.d-none {
    display: none!important;
}
.d-block {
    display: block!important;
}
.p-2 {
    padding: 0.5rem!important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.m-auto {
    margin: auto!important;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.pl-2, .px-2 {
    padding-left: 0.5rem!important;
}
.pr-2, .px-2 {
    padding-right: 0.5rem!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.pt-3, .py-3 {
    padding-top: 1rem!important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem!important;
}
.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
.pt-2, .py-2 {
    padding-top: 0.5rem!important;
}
.ml-2, .mx-2 {
    margin-left: 0.5rem!important;
}
.mr-2, .mx-2 {
    margin-right: 0.5rem!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.h-100 {
    height: 100%!important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}
.rounded {
    border-radius: 0.25rem!important;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 10px;
    padding-left: 10px;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.h2, h2 {
    font-size: 2rem;
}
.form-control{
    height: 35px;
}
.details-product .product-top, .details-product .product-book {
    box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.1);
    background: #fff;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.rounded-8 {
    border-radius: 8px;
    overflow: hidden;
}
a.btn-default{
    color: #333;
}
.details-product .product-book:before {
    left: -13px;
}
.details-product .product-book:before, .details-product .product-book:after {
    content: "";
    position: absolute;
    top: 272px;
    width: 26px;
    height: 26px;
    background: #f3f3f3;
    border-radius: 50%;
}
.details-product .product-book:after {
    right: -13px;
}
.details-product .product-book .totalPrice {
    border-top: 2px dashed #ebebeb;
    padding-top: 20px;
}
.controls {
    position: relative;
}
.controls i {
    position: absolute;
    top: 8px;
}
.controls .form-control {
    border: none;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
    display: inline-block;
    color: #666;
    text-indent: 10px;
    border-radius: 0;
}
.p-3 {
    padding: 1rem!important;
}
.p-4 {
    padding: 1.5rem!important;
}
.details-product .product-book .totalPrice {
    border-top: 2px dashed #ebebeb;
    padding-top: 20px;
    margin-top: 30px;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem!important;
    margin-right: 1.5rem!important;
}

@media (min-width: 1200px)
{
    .header-nav .item-big {
        flex-wrap: wrap;
    }
    .mr-xl-2, .mx-xl-2 {
        margin-right: 0.5rem!important;
    }
    .d-xl-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
@media (min-width: 992px)
{
    .p-lg-4 {
        padding: 1.5rem!important;
    }
    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem!important;
    }
    .d-lg-block {
        display: block!important;
    }
}
@media (min-width: 768px)
{
    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem!important;
    }
    .p-md-3 {
        padding: 1rem!important;
    }
    .ml-md-3, .mx-md-3 {
        margin-left: 1rem!important;
    }
    .mr-md-3, .mx-md-3 {
        margin-right: 1rem!important;
    }
    .d-md-block {
        display: block!important;
    }
    .d-md-none {
        display: none!important;
    }
}

.desc-text {
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
}
.desc-text-full::after{
    display: none !important;
}
.desc-text-full{
    max-height: none;
    margin-bottom: 0;
}
.showmore {
    position: relative;
}
.btn-more{
    display: block;
    width: 100%;
    background: #f9eaaf91;
    border-radius: 0;
    margin-top: -30px;
    padding: 5px;
    color: #622ffe !important;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ticket-destop-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
}

.ticket-destop-left {
    align-items: center;
    width: 80%;
}

.ticket-destop-time {
    color: red;
    font-size: 18px;
    font-weight: bold;
}

.ticket-destop-date {
    font-size: 14px;
    color: #555;
}

.ticket-destop-route {
    font-weight: bold;
    font-size: 16px;
}

.ticket-destop-company {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.ticket-destop-middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.ticket-destop-middle .duration {
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}

.ticket-destop-middle .location {
    font-weight: bold;
    font-size: 15px;
}

.ticket-destop-middle .seat-type {
    font-size: 13px;
    color: #555;
}

.ticket-destop-route-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 5px 0;
}

.ticket-destop-dot {
    width: 8px;
    height: 8px;
    background: green;
    border-radius: 50%;
}

.ticket-destop-line {
    flex: 1;
    border-top: 2px dashed green;
}

.ticket-destop-bus-icon {
    width: 20px;
    height: 20px;
    background: green;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ticket-destop-bus-icon svg {
    fill: white;
    width: 14px;
    height: 14px;
}

.ticket-destop-right {
    text-align: center;
    width: 20%;
    position: relative;
    padding-left: 20px;
}
.ticket-destop-card .ticket-info, .ticket-destop-card .ticket-route, .ticket-destop-card .ticket-time{
    margin-bottom: 0!important;
}
.notch-top, .notch-bottom {
    content: "";
    position: absolute;
    left: 3px;
    width: 16px;
    height: 16px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: 2;
}
.notch-top{
    top: -22px;
    
}
.notch-bottom{
    bottom: -22px;
    
}

.ticket-destop-right::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    background-image: repeating-linear-gradient(to bottom, #ccc, #ccc 6px, transparent 6px, transparent 10px);
    z-index: 1;
}
.ticket-destop-price {
}

.ticket-destop-seats {
    font-size: 12px;
}

.ticket-destop-right .select-btn {
    margin-top: 5px;
    background: #19735a;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.ticket-destop-right .select-btn:hover {
    background: #145c47;
}


.ticket-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin: auto;
    margin-bottom: 15px;
}

.ticket-time {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #555;
    margin-bottom: 8px;
}

/* Route v?i dotted line */
.ticket-route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
    background: #f4f4f4;
}

.ticket-route .route-line {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.ticket-route .dot {
    width: 6px;
    height: 6px;
    background: green;
    border-radius: 50%;
}

.ticket-route .dotted {
    width: 20px;
    height: 0;
    border-top: 2px dotted green;
}

.ticket-route .arrow {
    background: green;
    color: white;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 12px;
}

.ticket-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ticket-info img {
    object-fit: cover;
    border-radius: 6px;
}

.ticket-company {
    flex: 1;
}

.ticket-company .name {
    font-size: 14px;
    font-weight: bold;
}

.ticket-company .rules {
    color: green;
    font-size: 13px;
    text-decoration: none;
}

.ticket-rating {
    font-size: 14px;
    color: #333;
}

.ticket-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
    position: relative;
    margin-top: 10px;
}

.ticket-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: repeating-linear-gradient(to right, #ccc, #ccc 6px, transparent 6px, transparent 10px);
}

/* V?t lõm bên trái */
.ticket-bottom::after,
.ticket-bottom::before {
    z-index: 1;
}

.ticket-bottom::before {
    border-radius: 10px;
}

/* Lõm trái */
.ticket-bottom .notch-left,
.ticket-bottom .notch-right {
    content: "";
    position: absolute;
    top: -8px; /* can gi?a theo chi?u d?c c?a du?ng k? */
    width: 16px;
    height: 16px;
    background: #f5f5f5; /* màu n?n ngoài */
    border-radius: 50%;
    z-index: 2;
}

.ticket-bottom .notch-left {
    left: -20px;
}

.ticket-bottom .notch-right {
    right: -20px;
}

.ticket-bottom .price {
    font-size: 14px;
}

.ticket-bottom .price span {
    color: green;
    font-weight: bold;
}

.ticket-bottom .seats {
    font-size: 13px;
    color: #777;
}

.ticket-bottom .price {
    font-size: 14px;
}
.price {
    color: red;
    font-weight: bold;
}

.trip-card {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.trip-header {
    gap: 2.5rem !important;
    align-items: flex-start !important;
    display: flex !important;
    margin-bottom: 5px;
}

.time {
  font-size: 28px;
  font-weight: 600;
}

.dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.start-dot {
  background: #008000;
}

.end-dot {
  background: #ff4b2b;
}

.duration {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.duration small {
  font-size: 11px;
  color: #aaa;
}

.trip-info {
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    color: #637280;
}
.trip-info-logo{
    width: 185px;
    margin-top: -15px;
    margin-left: -20px;
    margin-bottom: -10px;
}
.trip-info-logo img{
    border-radius: 10px 0 0 0;
}
.type {
  color: #999;
  font-size: 14px;
}

.seat {
  color: #008000;
  font-size: 14px;
  margin-left: 5px;
}

.trip-route {
  display: flex;
  justify-content: space-between;
}

.note {
  font-size: 13px;
  line-height: 1.4;
  color: #0099cc;
  width: 50%;
  margin-bottom: 5px;
  float: right;
}

.note .see-more {
  color: #ff3b30;
  cursor: pointer;
}
.seat .fa{
    color: #929393;
    margin-right: 5px;
    margin-left: 10px;
}
.trip-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eee;
  padding-top: 8px;
  position: relative !important;
  height: 50px;
}

.tabs span {
  margin-right: 15px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

.tabs span:hover {
  color: #ff6600;
}

.btn-choose {
  background: #ffe7e1;
  color: #d54c2e;
  border: none;
  padding: 0 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  z-index: 10;
  height: 32px;
    border-radius: 32px;
}
.btn-choose:hover {
    background: #0979fd;
    color: #fff;
}
.trip-route{
    flex-direction: column !important;
    width: 100% !important;
    display: flex !important
}
.trip-time{
    gap: 1rem !important;
    justify-content: space-between !important;
    align-items: center !important;
    display: flex !important
}
.time-info{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
    font-weight: 500 !important;
}
.route-info{
    align-items: center !important;
    width: 100% !important;
    display: flex !important
}
.route-line{
    border-style: dotted !important;
    border-bottom-width: 2px !important;
    flex: 1 1 0% !important;
    border: 0 solid #929393;
}
.route-time{
    color: #637280;
    line-height: 1.5;
    text-align: center;
    margin: 0 10px;
}
.route-two{
    font-weight: 400 !important;
    font-size: 13px !important;
    justify-content: space-between !important;
    display: flex !important;
    margin-top: 0t;
}
.route-one {
    flex: 1 1 0% !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}
.trip-info .price{
    color: #ef5222;
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
    text-align: end !important;
    width: 100% !important;
    margin-top: .5rem !important;
}
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}
@media (max-width:991px) {
    .note{
        width: 100%
    }
    .trip-footer:before{
        content: '';
        position: absolute;
        top: -10px;
        left: -30px;
        height: 20px;
        width: 20px;
        background: #f8f8f8;
        border-radius: 50%;
    }
    .trip-footer:after{
        content: '';
        position: absolute;
        top: -10px;
        right: -30px;
        height: 20px;
        width: 20px;
        background: #f8f8f8;
        border-radius: 50%;
    }
}














