:root {
  --maincolor: rgba(16, 37, 63, 1);
  --subcolor: #ffffff;
  --textcolor: rgba(132, 132, 132, 1);
  --fontMain: "Inter-Regular", serif;
  --fontMedium: "Inter-Medium", serif;
  --fontSemiBold: "Inter-SemiBold", serif;
  --fontBold: "Inter-Bold", serif;
}

* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  font-family: var(--fontMain);
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  line-height: 1.6;
  font-weight: normal;
  color: #606060;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-family: var(--fontBold);
}

a {
  text-decoration: none;
  color: currentColor;
}

b,
strong {

  font-family: var(--fontMain);

}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}

a img {
  display: block;
}

#page {
  /* background: url(/uploaded/pic-cat/background.jpg) center top repeat-y; */
  background: #f1f1f1f1;
  background-size: 100% auto;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.c,
.c5,
.c10,
.c15,
.c20,
.c30,
.c3,
.c2,
.c80 {
  clear: both;
}

.c {
  height: 0px;
}

.c3 {
  height: 3px;
}

.c4 {
  height: 4px;
}

.c5 {
  height: 5px;
}

.c10 {
  height: 10px;
}

.c15 {
  height: 15px;
}

.c20 {
  height: 20px;
}

.c30 {
  height: 30px;
}

.c50 {
  height: 50px;
}

.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

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

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

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.text-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.text-line-6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.text-line-7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.text-line-8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.text-line-10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.text-line-12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
}

.text-center {
  margin: auto;
  text-align: center;
}

.search-pc {
  display: block;
  margin-left: 10px;
}



.submit-search-pc {
  float: left;
  color: #737373;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 20px;
}

.icon-search {
  position: relative;
  width: 50px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}

.icon-search i {
  color: #333;
}

.search-pc {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  z-index: 11;
  transition: all .5s ease-in-out;
  display: none;
  line-height: 100vh;

}

.closeX {
  color: #FFF;

  position: absolute;
  top: -50px;

}

.search-pc .kw {
  width: 100%;
  height: 35px;
  border: solid 1px #CCC;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: rgba(0, 0, 0, 0.25);

  border-radius: 25px;
  background: #FFF;
}

.search-pc ::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.search-pc .fa {
  color: rgb(25 25 25 / 70%);
}

#searchformtab {
  position: relative;
}

.searchpc .search-icon {
  position: absolute;
  color: #333;
  bottom: 15px;
  right: 15px;
}

#searchformtab input {

  color: #0a0a0a;
  padding: 9px 25px 10px 30px;
  height: 45px;
  /* max-width: 500px; */
  border-radius: 9px;
  border: 1px solid #767070;
  background-color: #FFF;

}

#searchformtab input::placeholder {
  color: #484848;
}

.search-icon {
  color: #FFF;
}

.search-mobile {
  width: 100%;
  position: relative;
  display: none;
}

.search-mobile input {
  width: 100%;
  height: 30px;
}

.m-search-icon {
  position: absolute;
  right: 10px;
  top: 6px;
  color: #ef5994;
}

.header {
  background: linear-gradient(90deg, #022D53 15.83%, #186E3D 100%);
  width: 100%;
  z-index: 11;
  width: 100%;
  overflow: visible;
  /* box-shadow: 0px 0px 5px #9d9dd9; */
  transition: all .5s ease-in-out;
}

header.header-fixed {
  position: fixed;
  background: #fbfbfb;
  border-bottom: 1px solid #d3d2d2;
  z-index: 14;
}


.header-fixed .logo {
  margin-top: 0px;
  max-width: 150px;
}

.logo {
  float: left;

  width: 100%;
}

.logo img,
.logo-mobile img {
  display: block;
  padding: 5px;
}

.logo-mobile {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
}

.menubar {

  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



.nav {
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  max-width: 1200px;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.nav>li {
  list-style: none;
  display: inline-block;
  position: relative;
  float: left;
  /* font-size: 15px; */
  font-weight: normal;
}

.nav li:first-child {
  border-left: none;
}




.nav>li>a {
  text-decoration: none;
  color: var(--subcolor);
  display: inherit;
  padding: 0 15px;
  /* font-size: 24px; */
  /* font-family: var(--fontMain); */
  font-family: var(--fontMedium);
  /* line-height: 85px; */
  text-align: center;
  position: relative;
  /* text-transform: uppercase; */
  transition: all .5s ease-in-out
}

/* .nav>li>a:hover {
  background-color: var(--maincolor);
  color: #FFF;
}

.nav>li.active a {
  background-color: var(--maincolor);
  color: #FFF;
} */

.nav>li>a img {
  margin-right: 8px;
}

.nav li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 290px;
  text-align: left;
  color: #0a0a0a;
  padding: 0px;
  box-shadow: 0px 0px 5px #9d9dd9;
  z-index: 9;
  display: none;
  font-weight: normal;
  background: #FFF;
  text-transform: initial;
  border-radius: 5px;

}

.nav li:hover ul {
  display: block;
}

.nav li ul>li {
  width: 100%;
  list-style: none;
  float: left;
  text-align: left;
  border: none !important;
  text-transform: initial;
  line-height: normal;
  position: relative;
}

.nav li ul>li a {
  padding: 0px 10px;
  display: block;
  color: var(--textcolor);
  line-height: 18px;
  text-transform: uppercase;
  padding: 11px 10px;


}

.nav li ul ul {
  left: 100%;
  top: -1px;
}

.nav>li.active ul li a {
  background-color: #FFF;
  color: var(--textcolor)
}


.mega-menu-item {

  line-height: initial !important;
  border-bottom: solid 1px #0a0a0a;

}

.mega-menu-item a {
  color: #fff;
}

.mega-menu-item:hover,
.nav>li.active ul li:hover a {
  background: var(--maincolor);
}

.mega-menu-item:hover a,
.nav>li.active ul li:hover a {
  color: #FFF;
}

.mega-menu-item:hover li {
  background: #FFF;
}

.mega-menu-item:hover li a,
.nav>li.active ul li:hover li a {
  color: var(--textcolor);
  background: #FFF;
}

.mega-menu-item-link:hover {}

.mobile-bar {
  background-color: #fff;
  width: 100%;
  padding: 3px;
}

.lang-flag {
  float: right;
  /* margin-top: 2px; */
  border: none;
  margin-left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
}

.burger {
  width: 60px;
  float: right;
}

.burger div {
  width: 40px;
  height: 3px;
  margin-bottom: 10px;
  background: var(--maincolor);
  float: right;
}

.burger div:nth-last-child(1) {
  margin-bottom: 0px;
}

.crumb {
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 0px;
  font-size: 12px;
}

.crumb-bg {
  background-color: #fff;
}

.crumb a {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-family: var(--fontSemiBold);
  text-align: center;
}

.crumb a:first-child {
  padding-left: 0;
}

.crumb a:last-of-type {
  color: #333;


}


/*  */

.menuleft {
  padding: 0px;
  margin: 0px;
  color: #58595b;
  background: #E5F1EE;
  border: solid 1px #eee;
}

.menuleft .title {
  background: var(--subcolor);
  color: #FFF;
  padding: 10px 15px;
  font-size: 17px;
  font-family: var(--fontMain);


}

.menuleft .fa {
  font-size: 10px;
  float: right;
}

.menuleft ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.menuleft li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  border-bottom: solid 1px #eee;
}

.menuleft li:last-child {
  border-bottom: none;
}

.menuleft li a:hover {
  color: var(--subcolor);
}

.menuleft li a {
  color: #0a0a0a;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-family: var(--fontMain);

}

.menuleft>.actived {
  background: #eee;
}

.menuleft>.actived>a {
  color: #0a0a0a;
  font-family: var(--fontMain);
}

.menuleft .actived ul {
  background: #eee;
  display: block;
}

.menuleft .actived .actived a {
  color: #244294;
}

.menuleft li ul {
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  background: #eee;
  display: none;
}

.menuleft li ul li {
  padding-left: 0px;
  list-style-type: square;
}

.menuleft li ul li a {
  border-bottom: none;
  padding: 8px 0px;
  font-size: 14px;
  color: #0a0a0a;
}

.menuleft-icon {
  padding-right: 8px;
}



#button-btt {
  position: fixed;
  right: 10px;
  bottom: 70px;
  color: #0059bd;
  background: #ccc;
  padding: 10px;
  opacity: 0.8;
  z-index: 10;
}

#button-btt a {
  color: #fff;
}

.view-detail {
  display: block;
  color: #fff;
  background: #244294;
  padding: 10px 30px;
  box-shadow: 0px 0px 3px #999;
  float: left;
}





.menutab {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: var(--maincolor);
  align-items: center;
  border-bottom: 2px solid #e4e4e4;
  padding: 8px 0px;
}

.menutab-item {


  text-align: center;
  background-color: transparent;
  color: #fff;
  border: 2px solid transparent;
  position: relative;

}

.menutab-item.active {
  width: 100%;
}

.menutab-item:nth-child(1) {
  padding-left: 0px;
}

.menutab-item a {

  font-size: 18px;

  text-transform: uppercase;
  color: #FFF;

  transition: all .5s ease-in;
  padding: 15px 15px;
  position: relative;

}

.menutab-item a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;

}

.menutab-item.actived a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: --var(maincolor);
  position: absolute;
  bottom: 0px;
  left: 0px;

}



.tab-item:last-child {
  border-right: none;
}

.menutab-item:hover :before {
  width: 100%
}

.menutab-item a:hover :before .menutab .actived :before {
  width: 100%
}


.tab-bar {
  /* background: #e1e1e1; */
  position: relative;
  display: flex;
  align-items: center;
}

.tab-bar-wrapper {
  padding-right: 40px;
}

.tab-title {
  margin: 0px;

  font-size: 16px;
  color: #484848;
  text-transform: uppercase;
  padding: 10px 0 26px;
  display: block;
  float: left;
}

.tab-title:nth-child(2) {
  padding: 10px 40px 26px;
}



/* .tab-active {
  position: relative;
  color: #ffa200;
}

.tab-active::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #ffa200;
  border: solid 1px #ffa200;
  left: 0;
}

.tab-bar::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #176078;
  border: solid 1px #176078;

} */

/* #tabs-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0px;
} */

/* #tabs-nav li {

  list-style: none;
  text-align: center;
  color: var(--subcolor);
  margin: 5px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #FFF;
}

#tabs-nav li.active a {
  color: var(--subcolor);
  font-family: var(--fontMain);

} */


/*Modal*/
.blocker {
  z-index: 111 !important;
}

.modal {
  max-width: 100% !important;
  padding: 0px !important;
  border-radius: 20px !important;
}

.modal a.close-modal,
.modal-close {
  opacity: 0;
  display: none;
}

.modal-overlay {
  opacity: 0;

  position: fixed;
  top: 0;
  left: 0;
  z-index: 112;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}

.modal-box {
  display: none;
  position: fixed;
  z-index: 113;
  width: 100%;
  border-bottom: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  max-width: 1000px;
  background: #fff;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.modal-body {
  padding: 10px 20px;
  /* position: absolute; */

  /* width: 60%;
  height: 100%;
  z-index: 1111;
  background: #FFF;
  display: none;
  min-width: 400px;
  min-height: 400px;
  top: 0px;
  left: 50%;

  transform: translate(-50%); */
}

.modal-box header,
.modal-box .modal-header {
  padding: 1.25em 1.5px;
  border-bottom: 1px solid #ddd;
}

.modal-box header h3,
.modal-box header h4,
.modal-box .modal-header h3,
.modal-box .modal-header h4 {
  margin: 0;
}

.modal-box .modal-body {
  padding: 10px 20px;
}

.modal-box footer,
.modal-box .modal-footer {
  padding: 1px;
  border-top: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.02);
  text-align: right;
  padding: 8px;
}

a.close {
  line-height: 1;
  font-size: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  color: #bbb;
}

a.close:hover {
  color: #222;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  transition: color 1s ease;
}

.msgbox {
  color: #ccc;
}

.img-shine {
  position: relative;
  overflow: hidden;
  display: block;
}

.img-shine:after {
  content: "";
  position: absolute;
  top: -50%;
  left: -60%;
  width: 20%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0) 100%);
}

/* Hover state - trigger effect */
.img-shine:hover:after {
  opacity: 1;
  left: 130%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: ease;
}

.error {
  border: solid 1px red !important;
}

.btn {
  padding: 8px 15px;
  color: #222;
  background-color: var(--subcolor);
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background-color 1s ease;
  -moz-transition: background-color 1s ease;
  transition: background-color 1s ease;

}

.btn:hover {
  background-color: var(--maincolor);
  color: #fff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

/* Active state */
.img-shine:active:after {
  opacity: 0;
}


.menu-mobile {
  display: block;
  float: right;
  color: #000;
  font-size: 30px;
  margin-left: auto;
}

.menu-mobile-item {
  display: block;
  float: left;
  margin-top: 5px;
  color: #fff;
  margin-left: 10px;
}

#simplePagerNav {
  display: flex;
  justify-content: center;
}

.pagination {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.page {
  display: none;
}

.pagination-item {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: #FFF;
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}


.pagination-item__clicked {
  text-decoration: none;
  color: #fff;
  font-size: 18px;

  display: inline-block;
  min-width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: var(--maincolor);
  margin: 0 5px;
  border: 2px solid #b3b3b3;

}

.pagination-item-icon {
  font-size: 20px;

  color: #176078;
}


#loadMoreProduct {
  display: block;
  background: #ddd;
  color: #244294;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  width: 220px;
}


.form-title {
  font-family: var(--fontMain);
  font-size: 24px;
  text-align: center;
  width: 100%;
}


.sendmail__btn {
  background: var(--maincolor);
  text-align: center;
  padding: 15px;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  height: 50px;
}

::placeholder {
  color: #f1f2f2;
  opacity: 1;
  /* Firefox */
}

.line {
  border-bottom: 1px solid var(--maincolor);
}


.line-w {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.Tocct {
  border: 1px solidvar(--maincolor);
  margin-top: 30px;
  border-radius: 25px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}

.longPageTOC {
  font-size: 20px;
  background: #fff;

  text-transform: uppercase;
}

.TOCShowHide.hideTOC {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #00b8ce;
}

.longPageNavigationDiv {
  padding: 10px;
  padding-right: 20px;
  width: 100%;
}

.longPageNavigationDiv a {
  color: #0a0a0a;
}

.longPageNavigationDiv ul {
  padding-left: 20px;
}

.longPageNavigationDiv ul li {
  list-style: none;
  padding: 2px 0px;
}

.longPageNavigationDiv ul .toc-heading3 {
  padding-left: 20px;
}

.form-group {
  padding: 10px 0px;
  border-bottom: dotted 1px #ccc;
}

.btn-dangnhap {
  background-color: var(--maincolor);
  color: #FFF;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
}

/* home */
.slidehome {
  position: relative;
}

.slidehome-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
  color: #303030;
  color: #FFF;
  max-width: 800px;
  text-align: center;
}

.slidehome-title {
  font-family: var(--fontBold);
  font-size: 40px;
  text-transform: uppercase;
}

.search-form {
  position: relative;
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
  box-shadow: 1px 5px 9px #0000002e;
}

.search-mobile-bar {
  float: right;
  width: 200px;
  position: relative;
  margin-right: 10px;
  margin-top: 5px;
}

.search-mobile-bar .kw {
  width: 100%;
  height: 30px;
  border: solid 1px #eee;
  padding: 0px 10px;
  outline: none;
  float: left;
  color: #0a0a0a;
  border-radius: 25px;
  background: #fff;
}

.submit-search-mobile {
  float: right;
  color: var(--maincolor);
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 25px;
}

.header-mobile {
  background: #fff;
  border-bottom: solid 2px #2c9fcb;
}

.cart-mobile {
  position: relative;
  margin-right: 10px;
  margin-top: 10px;
  width: 40px;
  float: right;
}

.cart-mobile span {
  position: absolute;
  right: -5px;
  top: -5px;
  font-size: 11px;
  background: #244294;
  color: #fff;
  display: block;
  padding: 1px 4px;
  border-radius: 50%;
}

.kw-mobile {
  width: 94%;
  height: 30px;
  border: none;
  border-radius: 20px;
  margin: 0px 10px;
  margin-bottom: 0px;
  color: #0a0a0a;
  padding-left: 5px;
}

.mobile-footer-bar {
  position: fixed;
  bottom: 0px;
  padding: 5px;
  width: 100%;
  background: #fff;
  box-shadow: 0px -1px 3px #244294;
  z-index: 9999;
}

.btn-xemthem {
  display: inline-flex;
  align-items: center;
  font-family: var(--fontSemiBold);
  padding: 5px 30px;
  background: var(--maincolor);
  color: #fff;
  border: 1px solid var(--maincolor);
  border-radius: 999px;
  text-decoration: none;
  transition: all .35s ease;
}

.btn-xemthem i {
  font-size: 18px;
  transition: transform .35s ease;
}

.btn-xemthem:hover {
  background: transparent;
  color: #111;
}

.btn-xemthem:hover i {
  transform: translateX(5px);
}

.btn-all {
  text-align: center;
  padding: 10px 25px;
  line-height: 20px;
  color: #030303;
  border: 1px solid var(--maincolor);
}


.search-form input::placeholder {
  color: #909090;
  font-family: var(--fontMain);
  font-size: 18px;
  height: 50px;
}

.search-form input {
  border: none;
  outline: none;

  margin-bottom: 0px;
  padding-left: 35px !important;

  font-family: var(--fontMain);

}

.search-form .search-icon--input {
  color: #909090;
}

.search-form select {
  outline: none;
  width: 100%;
  font-family: var(--fontMain);

  height: 50px;
  border-radius: 5px;
  border: 1px solid #a0a0a0;
  font-size: 20px;
}

input:focus-visible,
select:focus-visible {
  border: 1px solid #a0a0a0
}

.btn-search {
  background: var(--maincolor);
  color: #FFF;
  width: 100%;
  padding: 12px;
  max-width: 200px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}


.homecat-title,
.home-tour-title {
  font-size: 36px;
  color: var(--maincolor);
  font-family: var(--fontSemiBold);
  position: relative;
  margin: 0px;
  line-height: 1.2;
}

/* .pagecat-title {
  font-size: 30px;
  color: var(--textcolor);
  font-weight: 700;
  position: relative;
  margin: 0px;

} */

/* .homecat-title::before {
  content: "";
  width: 70px;
  height: 2px;
  background-color: var(--maincolor);
  position: absolute;
  left: 0px;
  bottom: 5px;
} */

.homecat-intro {
  margin: auto;
  font-family: var(--fontIntro);
  color: var(--textcolor);
}

.pagecat-title {
  text-align: left;
  color: var(--textcolor);
  font-family: var(--fontBold);
  position: relative;
  font-size: 35px;
  margin: 0px;
  line-height: 1.3;
}

.footer {
  position: relative;

  color: rgba(255, 255, 255, 0.85);

  background:
    linear-gradient(rgba(13, 43, 71, 0.96),
      rgba(13, 43, 71, 0.96)),
    url("/uploaded/footer/footer-bg.png") center bottom / cover no-repeat;
}


.footer-title {
  color: #fff;

  font-size: 22px;
  font-family: var(--fontSemiBold);

  text-transform: uppercase;
}


.footer-contact {
  font-size: 16px;
  line-height: 1.7;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;

  margin-bottom: 7px;
}

.footer-contact-item i {
  width: 14px;
  min-width: 14px;

  margin-top: 4px;

  color: #fff;

  font-size: 10px;
}

.footer-contact-item span {
  flex: 1;
}


/* MENU */

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu li {
  position: relative;

  margin-bottom: 9px;
  padding-left: 12px;

  list-style: none;
}

.footer-menu li::before {
  content: "•";

  position: absolute;
  left: 0;
  top: 0;

  color: #fff;
}

.footer-menu li a {
  color: rgba(255, 255, 255, 0.82);

  font-size: 16px;
  line-height: 1.5;

  text-decoration: none;

  transition: 0.3s;
}

.footer-menu li a:hover {
  color: #f5a33a;
}


/* SOCIAL */

.footer-social {
  max-width: 300px;
}

.footer-facebook {
  max-width: 270px;
}

.footer-facebook img {
  display: block;
}

.footer-certified img {
  display: block;

  max-width: 150px;
  height: auto;
}


/* LINE */

.footer-line {
  width: 100%;
  height: 1px;

  background: rgba(255, 255, 255, 0.12);
}

/* BOTTOM */

.footer-bottom {
  padding-top: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
}

.footer-bottom-menu {
  display: flex;
  align-items: center;
}

.footer-bottom-menu a {
  position: relative;

  padding: 0 10px;

  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;
  text-decoration: none;

  text-transform: uppercase;
}

.footer-bottom-menu a+a::before {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 1px;
  height: 10px;

  background: rgba(255, 255, 255, 0.3);

  transform: translateY(-50%);
}

.footer-bottom-menu a:hover {
  color: #fff;
}

/* =========== */
.star-rate {
  background: url(/images/star-rate.png) right top no-repeat;
  height: 30px;
  width: 100%;
  background-size: auto;
  width: 35%;
}

.star-1 {
  background-position-y: -106px;
}

.star-2 {
  background-position-y: -80px;
}

.star-3 {
  background-position-y: -50px;
}

.star-4 {
  background-position-y: -25px;
}

.star-5 {
  background-position-y: 0px;
}

.img-poster {
  position: relative;
}

.img-poster img {
  display: block;
}

.poster-content {
  position: absolute;
  width: 100%;
  max-width: 800px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%);
  text-align: center;
  color: #FFF;
}


.slide-btn-next {
  position: absolute;
  right: -15px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);

}

.slide-btn-prev {
  position: absolute;
  left: -5px;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translate(0px, -50%);
  line-height: 45px;
  background-color: #FFF;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  color: var(--textcolor);

}

.flex-start {
  justify-content: flex-start !important;
}

.creatdate {
  color: #8a8a8a;
  text-transform: uppercase;
}

.menufooter {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}


/*=========trang chủ========= */
.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}


/* tài khoản */

.header-account {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #f5ad3d;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}

.header-account i {
  font-size: 12px;
}


/* hotline */

.header-hotline {
  min-width: 225px;
  height: 60px;

  padding: 5px 15px 5px 9px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  color: #fff;
  text-decoration: none;

  background: linear-gradient(100deg,
      #f8ab3c 0%,
      #f47d38 50%,
      #f23b36 100%);

  border: 1px solid #fff;
  border-radius: 35px;

  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
}

.header-hotline-icon {
  width: 38px;
  height: 38px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 2px solid #fff;
  border-radius: 50%;

  font-size: 18px;
}

.header-hotline-info {
  text-align: center;
  line-height: 1.05;
}

.header-hotline-phone {
  font-size: 21px;
  font-family: var(--fontBold);
}

.header-hotline-time {
  margin-top: 4px;
  font-size: 13px;
  font-family: var(--fontMedium);
}

.home-search-tour {
  position: relative;
  z-index: 5;
  margin-top: -38px;
}

.tour-search-form {
  max-width: 950px;
  margin: auto;
  padding: 16px;
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255);
  border: 9px solid rgb(239 234 234 / 97%);
  border-radius: 22px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.13);
}

.tour-search-item {
  flex: 1;
}

.tour-search-item select {
  width: 100%;
  height: 43px;

  padding: 0 15px;

  color: #555;
  background: #fff;

  border: 1px solid #ccc;
  border-radius: 20px;

  outline: none;
}

.tour-search-submit button {
  height: 43px;
  padding: 0 28px;

  color: #fff;
  background: #37ad65;

  border: 0;
  border-radius: 22px;

  font-family: var(--fontBold);
  cursor: pointer;
}

.home-benefit {
  padding: 35px 0 50px;
  color: #fff;
}

.home-benefit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.home-benefit-icon {
  font-size: 30px;
}

.home-benefit-title {
  font-size: 18px;
  font-family: var(--fontBold);
}

.home-benefit-desc {
  margin-top: 3px;
  font-size: 12px;
  opacity: 0.9;
}

.sale-wrapper {
  background: url('/uploaded/pic-cat/hot.png'), rgba(243, 244, 246, 1);
  /* padding-bottom: 113px; */
  padding-bottom: 80px;
}

.home-deal-tour {
  position: relative;
}

.home-section-title-deal {
  width: fit-content;
  margin: auto;
  font-family: var(--fontBold);
  font-size: 24px;
  padding: 8px 20px;
  color: #e95431;
  background: #fff;
  border-radius: 7px;
  text-align: center;
}

.home-deal-slider {
  position: relative;
}

.home-deal-prev,
.home-deal-next {
  position: absolute;
  z-index: 5;
  top: 50%;

  width: 28px;
  height: 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;

  border: 1px solid #fff;
  border-radius: 50%;

  cursor: pointer;
}

.home-deal-prev {
  left: -45px;
}

.home-deal-next {
  right: -45px;
}


/* =====================================================
   TOUR CARD
===================================================== */

.home-tour-wrapper .cell-1-4 {
  margin-bottom: 25px;
}

.tour-card {
  height: 100%;
  overflow: hidden;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.09);
}

.tour-card-image {
  display: block;
  overflow: hidden;
}

.tour-card-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.tour-card:hover .tour-card-image img {
  transform: scale(1.05);
}

.tour-card-content {
  padding: 15px;
}

.tour-card-name a {
  min-height: 44px;

  color: #182433;
  font-size: 15px;
  font-family: var(--fontBold);
  line-height: 1.45;

  text-decoration: none;
}

.tour-card-info {
  color: #888;
  font-size: 12px;
  line-height: 1.9;
}

.tour-card-info i {
  width: 17px;
}

.tour-card-bottom {
  padding-top: 10px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-top: 1px solid #eee;
}

.tour-card-price {
  color: #ed3c39;
  font-size: 15px;
  font-family: var(--fontBold);
}

.tour-card-more {
  padding: 5px 10px;

  color: #249b5b;

  border: 1px solid #249b5b;
  border-radius: 15px;

  font-size: 11px;
  text-decoration: none;
}

.slider-home-deal,
.slider-feedback {
  padding-bottom: 35px !important;
}

.home-deal-pagination .swiper-pagination-bullet,
.feedback-pagination .swiper-pagination-bullet {
  width: 22px;
  border-radius: 10px;
  height: 7px;
  margin: 0 4px !important;
  opacity: 1;
  background: rgb(255, 255, 255);
}

.home-deal-pagination .swiper-pagination-bullet-active,
.feedback-pagination .swiper-pagination-bullet-active {
  width: 22px;
  border-radius: 10px;
  background: rgba(252, 194, 82, 1);
}

.home-tour-wrapper {
  background: #f5f6f8;
}

.home-tour-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-tour-tabs {
  display: flex;
  gap: 7px;
}

.home-tour-tabs a {
  padding: 6px 15px;

  color: #777;
  background: #fff;

  border-radius: 15px;

  font-size: 12px;
  text-decoration: none;
}

.home-tour-tabs a.active {
  color: #fff;
  background: #2eb361;
}

/* =====================================================
   DESTINATION
===================================================== */

.home-destination {
  background: #fff;
}

.destination-grid {
  display: grid;

  grid-template-columns:
    repeat(4, 1fr);

  grid-template-rows:
    251px 251px;

  gap: 15px;
}

.destination-item {
  position: relative;

  display: block;
  overflow: hidden;

  border-radius: 12px;
}

.destination-item::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.65),
      rgba(0, 0, 0, 0));
}

.destination-item img {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: cover;

  transition: 0.4s;
}

.destination-item:hover img {
  transform: scale(1.05);
}

.destination-content {
  position: absolute;
  z-index: 2;

  left: 15px;
  bottom: 15px;

  color: #fff;
}

.destination-content strong {
  display: block;
  font-size: 17px;
}

.destination-content span {
  display: block;
  margin-top: 4px;

  font-size: 11px;
}


/* cách ghép hình giống mẫu */

.destination-item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.destination-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1/3;
}

.destination-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.destination-item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.destination-item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
}

.destination-item:nth-child(6) {
  grid-column: 4;
  grid-row: 1/3;
}

/* =====================================================
   FEEDBACK
===================================================== */
.home-feedback {
  position: relative;

  background:
    linear-gradient(rgba(247, 248, 249, 0.93),
      rgba(247, 248, 249, 0.93)),
    url("/uploaded/pic-cat/bg-feedback.jpg") center / cover no-repeat;
}

.feedback-item {
  position: relative;

  min-height: 250px;
  padding: 22px;

  background: #fff;

  border-radius: 10px;

  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.08);
}

.feedback-head {
  position: relative;

  display: flex;
  align-items: center;
  gap: 10px;
}

.feedback-avatar {
  width: 45px;
  height: 45px;

  overflow: hidden;
  border-radius: 50%;
}

.feedback-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feedback-name {
  font-size: 14px;
  font-family: var(--fontBold);
}

.feedback-star {
  margin-top: 3px;

  color: #f59a2e;
  font-size: 20px;
}

.feedback-quote {
  position: absolute;

  top: -20px;
  right: -28px;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: #ff962f;

  border-radius: 50%;

  font-size: 15px;
}

.feedback-content {
  color: #777;
  background: rgba(243, 244, 246, 1);
  padding: 15px;
  font-size: 14px;
  border-radius: 10px;
  line-height: 1.7;
}

/* =====================================================
   NEWS
===================================================== */

.home-news {
  background: #fff;
}




.home-news-card {
  overflow: hidden;

  background: #fff;
  border: 1px solid #cccccc6e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);

  border-radius: 10px;
}

.home-news-image {
  display: block;
  overflow: hidden;
}

.home-news-image img {
  height: 230px;

  display: block;
  object-fit: cover;
}

.home-news-content {
  padding: 15px;
}

.home-news-content h3 {
  margin: 0;
}

.home-news-content h3 a {
  color: #18354e;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.home-news-date {
  color: #999;
  font-size: 11px;
}

.home-news-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.home-news-small {
  display: flex;
  gap: 12px;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #cccccc6e;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.home-news-small-image {
  width: 120px;
  min-width: 120px;
}

.home-news-small-image img {
  width: 100%;
  display: block;
  object-fit: cover;

  border-radius: 7px;
}

.home-news-small-content>a {
  color: var(--maincolor);

  font-family: var(--fontSemiBold);
  line-height: 1.5;

  text-decoration: none;
}

/* =====================================================
   NEWSLETTER
===================================================== */

.home-newsletter {
  background: #fff;
}

.home-newsletter-box {
  max-width: 1000px;
  margin: auto;
  position: relative;
  top: 80px;
  z-index: 5;
  padding: 25px 80px;

  color: #fff;
  background: #12ba61;

  border: 8px solid rgba(255, 255, 255, 0.23);
  border-radius: 15px;

  text-align: center;
}

.home-newsletter-box h2 {
  margin: 0;

  color: #fff;
  font-size: 24px;
}

.home-newsletter-intro {
  font-size: 13px;
}

.home-newsletter-form {
  position: relative;

  max-width: 650px;
  margin: auto;
}

.home-newsletter-form input {
  width: 100%;
  height: 42px;

  padding: 0 120px 0 20px;

  border: none;
  border-radius: 25px;

  outline: none;
}

.home-newsletter-form button {
  position: absolute;

  right: 4px;
  top: 4px;

  height: 34px;
  padding: 0 25px;
  font-family: var(--fontBold);
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(270deg, #FCC252 -18.4%, #EF383B 100%);

  border: 0;
  border-radius: 18px;

  cursor: pointer;
}

/* ==================trang  tour=============== */
/* ========================================
   TOUR LIST
======================================== */

.itemtour {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.itemtour:hover {
  border-color: #ddd;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}


/* ========================================
   TOUR IMAGE
======================================== */

.itemtour .tour-image {
  overflow: hidden;
}

.itemtour .tour-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.itemtour .tour-image img {
  display: block;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.itemtour:hover .tour-image img {
  transform: scale(1.04);
}


/* ========================================
   TOUR INFO
======================================== */

.tour-info {
  padding: 20px;
}


/* ========================================
   TOUR NAME
======================================== */

.tour-name {
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.4;
  font-family: var(--fontBold);
}

.tour-name a {
  color: var(--maincolor);
  text-decoration: none;
  transition: color 0.2s ease;
}

.tour-name a:hover {
  color: #236717;
}

.tour-name>span {
  margin-left: 5px;
}


/* ========================================
   TOUR INFORMATION
======================================== */

.tour-router {
  color: #555;
  font-size: 14px;
}

.tour-router span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5;
}

.tour-router i {
  width: 18px;
  margin-right: 4px;
  color: var(--maincolor);
  text-align: center;
}


/* ========================================
   HOTEL
======================================== */

.hotel-info {
  display: flex;
  align-items: center;
}

.hotel-info .hotel-label {
  margin-bottom: 0;
  white-space: nowrap;
}

.hotel-info .star-rate {
  margin-left: 8px;
}


/* ========================================
   PRICE + ACTION
======================================== */

.tour-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}


/* PRICE */

.tour-price-box {
  margin-top: 10px;
  min-width: 180px;
  align-items: center;
}

.tour-price {
  margin-bottom: 4px;
  color: var(--maincolor);
}

.price {
  margin-bottom: 3px;

  color: #999;
  font-size: 14px;
}

.price s {
  color: #999;
}

.pricekm {
  color: #e53935;
  font-size: 27px;
  line-height: 1.2;
  font-family: var(--fontBold);
}


/* ========================================
   BUTTON
======================================== */

.tour-action {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tour-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 110px;
  height: 42px;
  padding: 0 16px;

  border-radius: 7px;

  font-size: 14px;
  font-family: var(--fontSemiBold);
  text-decoration: none;

  transition: all 0.25s ease;
}


/* BOOK */

.btn-book {
  background: var(--maincolor);
  color: #fff !important;
  border: 1px solid var(--maincolor);
}

.btn-book:hover {
  background: #1b5013;
  border-color: #1b5013;
}


/* DETAIL */

.btn-detail {
  background: #fff;
  color: var(--maincolor) !important;
  border: 1px solid var(--maincolor);
}

.btn-detail:hover {
  background: var(--maincolor);
  color: #fff !important;
}


/* ========================================
   LOAD MORE
======================================== */

#loadMoreProduct {
  display: block;

  width: fit-content;
  margin: 25px auto;
  padding: 11px 28px;

  border: 1px solid #236717;
  border-radius: 7px;

  color: #236717;
  font-size: 14px;
  font-family: var(--fontSemiBold);

  text-decoration: none;

  transition: all 0.25s ease;
}

#loadMoreProduct:hover {
  background: #236717;
  color: #fff;
}


/* ========================================
   PAGING
======================================== */

#pagingProduct {
  margin-top: 20px;
}


.tour-filter {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
}

.tour-filter-title {
  padding: 16px 18px;
  margin: 0;

  background: var(--maincolor);
  color: #fff;

  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.tour-filter-group {
  padding: 18px;
  border-bottom: 1px solid #eee;
}

.tour-filter-group:last-child {
  border-bottom: 0;
}

.tour-filter-heading {
  margin: 0 0 14px;

  color: #222;
  font-size: 15px;
  font-weight: 700;
}

.tour-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 10px;

  color: #555;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.tour-filter-option:last-child {
  margin-bottom: 0;
}

.tour-filter-option input {
  width: 16px;
  height: 16px;
  margin: 0;

  accent-color: var(--maincolor);
}

.tour-filter-select {
  width: 100%;
  height: 42px;
  padding: 0 12px;

  border: 1px solid #ddd;
  border-radius: 6px;

  background: #fff;
  color: #444;
  font-size: 14px;
  outline: none;
}

.tour-filter-select:focus {
  border-color: var(--maincolor);
}

.tour-filter-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tour-filter-btn {
  width: 100%;
  height: 42px;

  border: 0;
  border-radius: 6px;

  background: var(--maincolor);
  color: #fff;

  font-size: 14px;
  font-weight: 600;

  cursor: pointer;
  transition: .25s;
}

.tour-filter-btn:hover {
  background: #1b5013;
}



/* ---------------chi tiết tour---------- */

/* ============================================
   GALLERY (Swiper)
   ============================================ */
.gallery-top {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
  background: #f2f2f2;
}

.gallery-top .swiper-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.gallery-thumbs {
  width: 100%;
}

.gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.gallery-thumbs .swiper-slide-thumb-active,
.gallery-thumbs .swiper-slide:hover {
  opacity: 1;
  border-color: #0f9447;
}

.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  transform: scale(0.6);
}

/* ============================================
   TOUR INFO PANEL
   ============================================ */
.tour-detail-name {
  font-size: 24px;
  font-weight: 700;
  color: #002d4b;
  line-height: 1.3;
  margin: 0;
}

.tour-router {
  background: #f7f9fa;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 15px 18px;
}

.tour-router span {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: #444;
}

.tour-router span i {
  width: 18px;
  color: #0f9447;
  margin-right: 6px;
}

.tour-router span b,
.tour-router span strong {
  color: #002d4b;
}

.tour-price-box-detail {
  margin-top: 20px;
  padding: 20px;
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.tour-price-label {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 5px;
}

.tour-price-current {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #e11d48;
}

.tour-price-current span {
  font-size: 13px;
  font-weight: 400;
  color: #6b7280;
}

.tour-price-old {
  margin-top: 4px;
  font-size: 14px;
  color: #9ca3af;
}

.tour-price-note {
  margin-top: 10px;
  font-size: 12px;
  color: #6b7280;
}

.tour-price-action {
  margin-top: 18px;
}

.btn-book-tour-main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border-radius: 8px;
  background: #0f9447;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none !important;
  transition: .2s ease;
}

.btn-book-tour-main:hover {
  background: #0b7939;
}

/* ============================================
   TABS
   ============================================ */
.tour-detail-tab {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #0f9447;
  background: #fff;
}

.tour-item-tab {
  padding: 10px 22px;
  cursor: pointer;
  font-family: var(--fontSemiBold);
  color: #666;
  background: #fff;
  border-radius: 6px 6px 0 0;
  margin-right: 4px;
  transition: all 0.2s ease;
}

.tour-item-tab:hover {
  background: #e6f5ec;
  color: #0f9447;
}

.tour-item-tab.tab-active {
  background: #0f9447;
  color: #fff;
  display: block !important;
}

.content-tab-detail-tour {
  padding-top: 10px;
}

.tab-content-tour {
  display: none;
  line-height: 1.7;
  color: #444;
  font-size: 15px;
}

/* =========================
   TOUR ROUTER ACCORDION
========================= */

.tour-router {
  width: 100%;
}

.tour-router-item {
  border-bottom: 1px solid #e5e7eb;
}

.tour-router-line {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 64px;
  padding: 15px 20px;
  border: 0;
  background: #fff;
  cursor: pointer;
  text-align: left;
  transition: all 0.25s ease;
}

/* Hover */

.tour-router-line:hover {
  background: #f8fafc;
}

/* Ngày */

.tour-router-day {
  flex: 0 0 70px;
  font-size: 14px;
  font-weight: 700;
  color: #e31e24;
  text-transform: uppercase;
}

/* Tên */

.tour-router-name {
  flex: 1;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  line-height: 1.5;
}

/* Icon */

.tour-router-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  color: #555;
  transition: transform 0.3s ease, background 0.3s ease;
}

.tour-router-icon i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

/* Content */

.tour-router-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  transition:
    grid-template-rows 0.35s ease,
    opacity 0.25s ease;
}

.tour-router-content>* {
  min-height: 0;
}

/* Phần content thật */

.tour-router-content {
  padding: 0 20px 0 90px;
}

.tour-router-content-inner {
  min-height: 0;
}

/* Khi active */

.tour-router-item.active {
  background: #fafafa;
}

.tour-router-item.active .tour-router-content {
  grid-template-rows: 1fr;
  opacity: 1;
  padding-top: 0;
  padding-bottom: 20px;
}

.tour-router-item.active .tour-router-icon {
  background: #e31e24;
  color: #fff;
}

.tour-router-item.active .tour-router-icon i {
  transform: rotate(180deg);
}

.tour-router-item.active .tour-router-line {
  color: #e31e24;
}

.tour-router-thumb {
  flex: 0 0 85px;
  width: 85px;
  height: 55px;
  overflow: hidden;
  border-radius: 7px;
}

.tour-router-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.tour-router-line:hover .tour-router-thumb img {
  transform: scale(1.05);
}

/* ================================
   LỊCH KHỞI HÀNH
================================ */

.tour-departures {
  margin-top: 25px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

/* Tiêu đề */
.tour-departures-title {
  padding: 15px 20px;
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

/* Một lịch */
.departure-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
  border-bottom: 1px solid #edf0f2;
  transition: background .2s ease;
}

.departure-item:last-child {
  border-bottom: 0;
}

.departure-item:hover {
  background: #fafafa;
}

/* Khu vực ngày */
.departure-date {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.departure-date-box {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 105px;
}

.departure-day {
  font-size: 13px;
  color: #6b7280;
}

.departure-date-box strong {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

/* Mũi tên */
.departure-arrow {
  font-size: 20px;
  color: #9ca3af;
}

/* Giá */
.departure-price {
  white-space: nowrap;
  font-size: 17px;
  font-weight: 700;
  color: #e11d48;
}


.departure-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  height: 38px;
  padding: 0 16px;
  border-radius: 7px;
  background: rgb(15, 148, 71);
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all .2s ease;
}

.departure-booking:hover {
  background: #be123c;
  transform: translateY(-1px);
}

/* =========================================
   TOUR BOOKING
========================================= */

.tour-book-box {
  margin-top: 25px;
  padding: 30px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
}


/* Intro */

.tour-booking-intro {
  margin-bottom: 28px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================
   STEP
========================================= */

.tour-book-step {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tour-book-step>span {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  flex-shrink: 0;

  border-radius: 50%;

  background: #0f9447;
  color: #fff;

  font-size: 13px;
  font-weight: 700;
}

.tour-book-step strong {
  display: block;

  color: #1f2937;
  font-size: 16px;
  font-weight: 700;
}

.tour-book-step small {
  display: block;

  margin-top: 2px;

  color: #9ca3af;
  font-size: 12px;
}

.tour-book-step-second {
  margin-top: 30px;
}


.tour-book-line {
  height: 2px;
  margin-top: 12px;
  margin-bottom: 22px;

  background: #0f9447;
}


/* =========================================
   GRID
========================================= */

.tour-book-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.tour-book-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}


/* =========================================
   INPUT
========================================= */

.book-cell {
  width: 100%;
}

.book-cell label {
  display: block;

  margin-bottom: 7px;

  color: #374151;

  font-size: 14px;
  font-weight: 600;
}

.book-cell label em {
  margin-left: 3px;

  color: #e11d48;

  font-style: normal;
}


.book-cell input,
.book-cell textarea {
  box-sizing: border-box;

  width: 100%;

  border: 1px solid #d1d5db;
  border-radius: 7px;

  background: #fff;

  color: #111827;

  font-family: inherit;
  font-size: 14px;

  outline: none;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}


.book-cell input {
  height: 44px;
  padding: 0 13px;
}


.book-cell textarea {
  min-height: 130px;

  padding: 12px 13px;

  resize: vertical;
}


.book-cell input::placeholder,
.book-cell textarea::placeholder {
  color: #9ca3af;
}


.book-cell input:focus,
.book-cell textarea:focus {
  border-color: #0f9447;

  box-shadow: 0 0 0 3px rgba(15, 148, 71, .08);
}


/* =========================================
   GROUP
========================================= */

.tour-book-group {
  margin-bottom: 20px;
}

.tour-book-group-title {
  margin-bottom: 12px;

  color: #374151;

  font-size: 14px;
  font-weight: 600;
}


/* =========================================
   NGÀY KHỞI HÀNH
========================================= */

.book-departure-date {
  max-width: 50%;

  margin-bottom: 20px;
}


/* =========================================
   YÊU CẦU
========================================= */

.book-request {
  margin-top: 5px;
}


/* =========================================
   SUBMIT
========================================= */

.tour-book-submit {
  margin-top: 25px;

  text-align: center;
}

.btn-book-tour {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 220px;
  height: 46px;

  padding: 0 25px;

  border-radius: 8px;

  background: #0f9447;

  color: #fff;

  font-size: 15px;
  font-weight: 700;

  cursor: pointer;

  transition: all .2s ease;
}

.btn-book-tour:hover {
  background: #0b7939;

  transform: translateY(-1px);
}

.tour-book-submit .msgbox {
  margin-top: 12px;
}
