#header {
	position: relative;
	padding-top: 1.2rem;
}
.wrapper-header__top {
  padding-bottom: 1.2rem;
  font-size: 1.3rem;
  border-bottom: 1px solid var(--color_divider)
}
.wrapper-header__main {
  border-bottom: 1px solid var(--color_divider)
}
.header-top .search {
  position: relative;
  margin-left: 2.4rem;
}
.header-top input[name="search"] {
  padding: 1rem 1.6rem;
  padding-left: 4.8rem;
  border-radius: var(--radius_df);
  border: none;
  background: rgba(246, 247, 249, 1);
  color: var(--color_quaternary);
  outline: none;
  min-width: 310px;
}
.header-top .input-group-btn {
  position: absolute;
  top: .8rem;
  left: 1.6rem;
}
.header-top__right .header-item:first-child {
  margin-right: 2.4rem;
}
.header-top__right .header-item img {
  margin-right: .4rem;
}
.header-top__right .header-item .language img {
  margin-right: 0;
}

.header-top__right .header-item.header-select {
  margin: 0 2.4rem;
  padding: 0 2.4rem;
  border-left: 1px solid rgba(208, 213, 221, 1);
  border-right: 1px solid rgba(208, 213, 221, 1)
}
.header-top__right .header-item .language {
/*  margin-left: 1.5rem;*/
  display: inline-flex;
  align-items: center;
}
.header-top__right .header-item .language img {
  width: 28px;
  height: 20px;
}
.header-top__right .header-item .language a {
  display: inline-flex;
}
.header-top__right .header-item .language a + a {
  margin-left: .8rem
}
.header-top__right .header-hotline  span {
  display: inline-flex;
  margin-right: .4rem;
}
.header-main {
  font-size: 1.4rem;
}
.header-main__left {
  width: calc(100% - 138px);
}
.header-main .header-category {
  width: 200px;
  height: 52px;
}
.header-main__right {
  width: 138px;
}
.header-main .header-category > span {
  display: inline-flex;
  cursor: pointer;
}
.header-main .header-category > span:first-child {
  margin-right: .8rem
}
.header-main .header-category > span:last-child {
  margin-left: .8rem
}
.header-menu {
  margin-left: 2.4rem;
  width: calc(100% - 215px);
}
.header-menu ul {
  display: flex;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: auto;
}
.header-menu ul li:not(:first-child) {
  margin-left: 2.4rem;
}
.header-menu ul li:last-child {
  display: none;
}

.header-menu ul::-webkit-scrollbar {
  border:1px solid #d5d5d5;
  height:5px
}
.header-menu ul::-webkit-scrollbar {
  width: 5px;
}
.header-menu ul::-webkit-scrollbar-track {
  border-radius:0;background:#eee
}
.header-menu ul::-webkit-scrollbar-thumb{
  border-radius:0;background:#b0b0b0
}
.header-top__right .header-hotline .btn-default {
  padding: .4rem 1.6rem;
}
.header-main__right .header-contact .btn-default {
  display: block;
}
.header-category__box {
  width: fit-content;
  border-radius: var(--radius_df);
  padding: .5rem 1.6rem;
  cursor: pointer;
}
.header-category.active .header-category__box {
  background: rgba(242, 244, 247, 1); 
}
#search .input-group-btn button {
  background: unset;
  border: none;
}
select[name="category_id"],
select[name="category_id"]:focus,
select[name="category_id"]:hover,
select[name="category_id"]:active,
select[name="category_id"]:focus-visible {
  border: none;
  outline: none;
}
select[name="category_id"] {
  max-width: 100px;
  margin-left: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header_search ul.dropdown-menu .row span[data-target="product"] {
  line-height: 1.5;
}
.wrapper-menu__dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
}
.menu-dropdown {
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: var(--radius_md);
  display: none;
}
.menu-dropdown .menu-dropdown__block {
  max-width: 250px;
}
.menu-dropdown .menu-dropdown__block ul {
  position: relative;
  min-height: 400px;
  background: #fff;
  border-top-left-radius: var(--radius_md);
  border-bottom-left-radius: var(--radius_md);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}
.menu-dropdown .menu-dropdown__block ul li:not(:last-child) {
  border-bottom: 1px solid var(--color_divider);
}
.menu-dropdown__main {
  position: relative;
  padding: 1.6rem 2.4rem;
}
.menu-dropdown__main span {
  display: block;
}
.menu-dropdown__main span:not(:last-child) {
  margin-bottom: .4rem;
}
.menu-dropdown__sub {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 510px;
  height: 400px;
  background: #fff;
  border-top-right-radius: var(--radius_md);
  border-bottom-right-radius: var(--radius_md);
  box-shadow: 15px 0px 38px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 15px 0px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 15px 0px 15px 0px rgba(0, 0, 0, 0.06);
  border-left: 1px solid var(--color_divider);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2.4rem;
}
.menu-dropdown__sub::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
.menu-dropdown__sub::-webkit-scrollbar-track {
  margin-top: 2.4rem;
  margin-bottom: 1rem;
}
.menu-dropdown__sub::-webkit-scrollbar-thumb {
  background-color: rgba(228, 231, 236, 1);
}
.menu-dropdown__sub--title {
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--color_divider);
}
.menu-dropdown__sub--main img {
  border-radius: var(--radius_df);
  height: 95px;
  object-fit: cover;
}
.menu-dropdown__sub--name {
  margin-top: 1.2rem;
  margin-bottom: .2rem;
}
.menu-dropdown__main.has-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  display: none;
  z-index: 2;
}
.menu-dropdown .menu-dropdown__block ul li:hover .menu-dropdown__sub {
  display: block;
}
.menu-dropdown .menu-dropdown__block ul li:hover {
  background: var(--color_primary);
}
.menu-dropdown .menu-dropdown__block ul li:hover .menu-dropdown__main {
  position: relative;
}
.menu-dropdown .menu-dropdown__block ul li:hover .menu-dropdown__main.has-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  background: var(--color_divider);
  width: 1px;
  height: 100%;
  z-index: 1;
}
.menu-dropdown .menu-dropdown__block ul li:first-child:hover {
  border-top-left-radius: var(--radius_md);
}
.menu-dropdown .menu-dropdown__block ul li:hover span {
  color: #fff;
}
.menu-dropdown__main:hover:before,
.menu-dropdown__main.active:before {
  display: block;
}
.menu-dropdown__sub--main .col-xl-4 {
  margin-bottom: 1.6rem;
}
.menu-dropdown__row .menu-dropdown__sub--main .col-xl-4 {
  margin: 0;
}
.menu-dropdown__row--list {
  display: flex;
  flex-wrap: wrap;
}
.menu-dropdown__row--list a {
  margin-right: 1.6rem;
  margin-bottom: .6rem;
}
.menu-dropdown__row--list a:last-child {
  margin-right: 0;
}

@media(min-width: 1200px) {
  	.logo {
    	display: flex;
    	align-items: center;
  	}
  	.header-menu ul li {
	  position: relative;
	}
	.header-menu ul li:before {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 0;
	  height: .2rem;
	  background: var(--color_primary);
	  transition: .5s all;
	}
	.header-menu ul li:hover:before {
	  width: 100%;
	}

	.vtour-subtitle {
		max-width: 70%;
	}
}

.vtour-title,
.vtour-subtitle {
  margin-bottom: 2.4rem;
}
.section-swiper .vtour-title {
	margin-bottom: .9rem;
}
.grid-tour [class^="col"] {
  height: 100%;
}
.grid-tour [class^="col"].mt {
  margin-top: 2.4rem;
}
.grid-tour .btn-more {
  margin-top: 2.4rem;
}
.slide-tour .btn-more {
  margin-top: 2.4rem;
}
.swiper-container-horizontal .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: 100%;
  bottom: 0;
}
.swiper .swiper-container-horizontal {
  padding: 1.5rem 0 5rem 0;
}
.swiper-container-horizontal .swiper-pagination-bullets span {
  background: var(--color_tertiary);
}
.swiper-container-horizontal .swiper-pagination-bullets span:not(:last-child) {
  margin-right: .6rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}
.tour-card {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--radius_md);
}
.tour-card__img {
  position: relative;
  text-align: center;
}
.tour-card__img--main {
  width: 100%;
  border-top-left-radius: var(--radius_df);
  border-top-right-radius: var(--radius_df);
  object-fit: cover;
  aspect-ratio: 3/2;
}
.tour-card__icon--hot {
  position: absolute;
  top: -8px;
  left: 2.4rem;
}
.tour-card__main {
  padding: 1.8rem;
}
.tour-card__name {
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
}
.tour-card__price--main {
  color: rgba(218, 48, 48, 1)
}
.tour-card__price--old {
  text-decoration: line-through;
  margin-left: .4rem;
}
.tour-card__time {
  margin: 1.2rem 0;
  min-height: 72px;
}
.tour-card__time--right,
.tour-card__time--left{
  background: rgba(102, 112, 133, 0.08);
  padding: 0 .8rem;
  border-radius: var(--radius_df)
}
.tour-card__time--left {
  background: rgba(152, 183, 255, 1);
  margin-right: .8rem;
  margin-bottom: .8rem;
}
.tour-card__time--right {
  margin-right: .8rem;
  margin-bottom: .8rem;
}
.tour-card__time--right svg {
  margin-right: .2rem;
}
.tour-card__time--right img {
  max-width: 20px;
  max-height: 20px;
}
.tour-card__review--total {
  background: var(--color_green);
  border-radius: var(--radius_df);
  padding: .1rem 1rem;
}
.tour-card__review--total span:first-child {
  margin-right: .5rem
}
.tour-card__review--text {
  margin: 0 .8rem;
  color: var(--color_green);
}
.tour-card__tag {
  position: absolute;
  left: 16px;
  bottom: 20px;
}
.tour-card__tag .tour-card__interested {
  margin: 0 0 .4rem 0!important;
}
.tour-card__interested,
.tour-card__discount {
  background: rgba(48, 167, 218, 1);
  padding: 0 1rem;
  border-radius: var(--radius_df);
  width: fit-content;
}
.tour-card__interested--count,
.tour-card__discount--day{
  background: #fff;
  padding: .2rem;
  border-radius: var(--radius_sm);
}
.tour-card__discount {
  background: rgba(218, 48, 48, 1);
}
.tour-card__interested--count,
.tour-card__discount--day {
  line-height: 1.425;
}
.tour-card__sub-icon {
  position: absolute;
  right: 16px;
  bottom: 20px;
}
.tour-card__sub-icon span {
  padding: .4rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  width: 31px;
  height: 31px;
}
.tour-card__sub-icon span img {
  max-width: 23px;
  max-height: 23px;
}
.tour-card__sub-icon span + span {
  margin-top: .4rem;
}
.section-tour__layout--2 .tour-card__name {
  margin: 0;
}
.section-tour__layout--2 .tour-card__place {
  margin: 1.2rem 0 1.2rem 0;
}
.section-tour__layout--2 .tour-card__place span {
  display: block;
}
.section-tour__layout--2 .tour-card__review {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.section-tour__layout--2 .tour-card__review--total {
  background: var(--color_green);
}
.section-tour__layout--2 .tour-card__review--text {
  color: var(--color_green);
}
.tour-card__wishlist {
  position: absolute;
  top: 18px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 100%;
}
.place-tour__item {
	width: 100%;
	height: 572px;
	background-size: cover;
	background-position: center;
  	clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  	object-fit: cover;
  	color: #fff;
  	position: relative;
}
.place-tour__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.place-tour__content {
  position: absolute;
  left: 50%;
  bottom: 3.5rem;
  width: 325px;
  text-align: center;
  transform: translateX(-65%);
}
.place-tour__name {
  font-size: 3.2rem;
  font-weight: 700;
}
.place-tour__count {
  padding: .4rem .8rem;
  margin: 1.2rem 0;
  display: inline-block;
  border-radius: var(--radius_df);
  background: var(--color_primary);
}
.place-tour__btn {
  display: none;
}
.place-tour__btn .btn-default {
  color: #fff;
  background: rgba(255, 255, 255, 0.17);
  border: none;
}
.place-tour__btn .btn-default svg path {
  fill: #fff;
}
.place-tour__item:hover .place-tour__btn {
  display: block;
}

/* Feedback */
.swiper-feedback .swiper-slide {
  opacity: 0.6
}
.swiper-feedback .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.feedback-item {
	position: relative;
  background: rgba(246, 247, 249, 1);
  border-radius: var(--radius_df);
  padding: 2.2rem;
}
.feedback-icon {
  position: absolute;
  top: 1.5rem;
  left: 3.5rem;
}
.feedback-left {
  text-align: center;
}
.feedback-left img {
  margin: 0 auto;
  margin-bottom: .8rem;
}

.feedback-tag__item {
  background: rgba(102, 112, 133, 0.08);
  padding: .2rem .8rem;
  border-radius: var(--radius_df);
  margin-right: .4rem;
}
.feedback-tag__item:last-child {
  margin-right: 0;
}
.feedback-tag__item svg {
  margin-right: .4rem;
}
.feedback-star {
  margin-bottom: .6rem;
}
.feedback-content {
  margin: 2.4rem 0;
}
.feedback-btn {
  text-decoration: underline;
}
.customer__feedback .feedback1__list{
  display:flex;
  flex-wrap:wrap;
  --gap: 8px;
  --columns: 4;
  gap: var(--gap);
}
.feedback1__item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  position:relative;
}
.feedback1__item:nth-child(1),
.feedback1__item:nth-child(2){
  --columns:2;
}
.feedback1__item img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.feedback1__item .show-bg-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  display: table;
}

.feedback1__item:hover .show-bg-text{
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.8s;
}
.feedback1__item .show-bg-text .content {
  display: table-cell;
  vertical-align: middle;
}
.feedback1__item .show-bg-text .content .title {
  color: #ffffff;
  padding: 0 40px;
  font-weight:600
}
.feedback1__item .show-bg-text .content a {
  border: 1px solid #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
}
.section-title {
  text-align:center;
  margin-bottom:30px;
}
.section-title .heading__title{
  font-size:26px;
  color:var(--main_color);
  margin-bottom:10px
}
.customer__feedback{
  margin:30px 0;
}
@media (max-width: 767px){
  .customer__feedback .feedback1__list{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    --columns: 1;
  }
  .customer__feedback .feedback1__list .feedback1__item{
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    padding-bottom: 20px;
  }
  .feedback1__item:nth-child(1), .feedback1__item:nth-child(2){
    --columns: 1;
  }
}
.feedback2__list{
  --gap: 30px;
  --columns: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.feedback2__item {
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display:flex;
  flex-wrap:wrap;
  gap:30px;
}
.feedback2__item__left{
  /* width:200px; */
  border-radius: 50%;
  overflow: hidden;
  width: 130px;
  height: 130px;
}
.feedback2__item__left .thumb {
  height: 100%;
}
.feedback2__item__right{
  flex:1;
  position: relative;
}
.customer-right-top {
  position: relative;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 10px;
  padding-bottom: 5px
}
.customer-right-top img{
  position: absolute;
  top: 0px;
  margin:0;
}
.customer-right-top h5{
  margin-left: 35px;
  color: var(--main_color);
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.customer-right-mid {
  margin-bottom: 15px;
}
.customer-right-mid .title-customer-mid {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.customer-right-bot{
  color:#000;
}
.customer-right-bot p {
  font-size: 17px;
  margin-bottom: 0px;
  font-weight:bold;
}
.customer-right-bot span {
  width: 230px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
}
.customer-right-bot{
  position: relative;
  padding-bottom: 15px;
}
.logo-c {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 65px;
}
.logo-c img {
  width: 100%;
  height: 100%;
  object-position: center;
  margin:0;
}
.feedback2__item__left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin:0;
}
.customer__feedback .view__all{
  padding: 10px 50px;
  background: #ff9933;
  overflow: hidden;
  color: #ffffff;
  border: 1px solid #ff9933;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
  margin-top: 30px;
}
.customer__feedback .view__all:hover{
  background: #ffa838;
}
@media(max-width:767px){
  .feedback2__list{
    --columns:1;
  }
  .feedback2__item{
    flex-direction: column;
  }
  .feedback2__item__left {
    margin: 0 auto;
}
}
.feedback2__item:hover{
  transition: 0.5s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.feedback2__item{
  padding: 15px;
  margin-top: 5px;
  border-radius: 5px;
}
.customer__feedback__enterprise{
  background: rgba(0, 0, 0, 0.03);
  padding:40px 0;
}
.feedback3__list{
  --gap: 30px;
  --columns: 2;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
.feedback3__item{
  width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}


.item-customer-i {
  background: #ebebeb82;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  padding: 20px;
}

.item-customer-i:hover {
  transition: 0.5s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
}

.item-customer-i .customer-top {
  position: relative;
  margin-bottom: 10px;
}

.item-customer-i .customer-top a {
  text-decoration: none;
}

.item-customer-i .customer-top img {
  position: absolute;
  margin:0;
}

.item-customer-i .customer-top h5 {
  color: var(--main_color);
  font-weight: bold;
  height: 40px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  margin-left: 40px;
}

.item-customer-i .customer-top h5:hover {
  color: #00506C;
}

.item-customer-i .customer-mid {
  margin-bottom: 15px;
}

.item-customer-i .customer-mid .title-customer-mid {
  height: 58px;
  display: -webkit-box;
  line-height: 20px;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.item-customer-i .customer-mid span {
  font-size: 14px;
  color: #666666;
}

.item-customer-i .customer-mid span a {
  color: #00759a;
  text-decoration: none;
}

.item-customer-i .customer-mid span a:hover {
  text-decoration: underline;
}

.item-customer-i .customer-bot .image-individual-customer {
  width: 70px;
  height: 70px;
}

.item-customer-i .customer-bot .image-individual-customer img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin:0;
}

.item-customer-i .customer-bot .customer-bot-content {
  padding-top: 10px;
  color: #02a0d4;
  font-weight: bold;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-i .customer-bot .customer-bot-content {
    padding-left: 35px;
    padding-right: 0;
    padding-top: 5px;
  }
}

.item-customer-i .customer-bot .customer-bot-content a {
  width: 100%;
  text-decoration: none;
  color: #02a0d4;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .item-customer-i .customer-bot .customer-bot-content a {
    display: block;
  }
}

.item-customer-i .customer-bot .customer-bot-content .p1 {
  margin: 0 5px;
}

.item-customer-i .customer-bot .customer-bot-content .p2 {
  font-weight: 100;
}

.item-customer-i .customer-bot .customer-bot-content .star {
  color: #ff9933;
}
@media(max-width:767px){
.feedback3__list{
    --columns: 1;
}
}
/* End Feedback */

/* Partner */
.partner-row:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr var(--w_partner) var(--w_partner) 1fr 1fr var(--w_partner);
}
.partner-row:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr var(--w_partner) 1fr 1fr var(--w_partner) 1fr var(--w_partner);
}
.partner-row:nth-child(3) {
  display: grid;
  grid-template-columns: var(--w_partner) 1fr 1fr var(--w_partner) 1fr 1fr var(--w_partner);
}
.partner-row:nth-child(4) {
  display: grid;
  grid-template-columns: 1fr var(--w_partner) 1fr 1fr var(--w_partner) 1fr var(--w_partner);
}
.partner-item {
  height: 173px;
  border: 1px solid var(--color_divider);
  border-top: 0;
}
.partner-row:nth-child(1) .partner-item {
  border-top: 1px solid var(--color_divider);
}
.partner-item:not(:first-child) {
  border-left: 0;
}
.partner-item__text {
  position: relative;
}
.partner-item__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid var(--color_divider);
  transform: translateY(-50%);
}
.partner-item__text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -12px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid var(--color_divider);
  transform: translateY(-50%);
}
.partner-item:first-child:before,
.partner-item:last-child:after {
  display: none
}
/* End Partner */

.news-tour .btn-default {
  padding: 1rem 1.2rem
}
.news-tour .news-tour__img img {
  width: 100%;
  border-radius: var(--radius_md);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.news-tour .news-tour__name {
  margin: 1.6rem 0;
}
.news-tour .news-tour__main {
  margin-bottom: 2.4rem;
}
.news-tour .news-tour__info svg {
  margin-right: .4rem;
  width: 16px;
  height: 16px;
  transform: translateY(-1px);
}
.news-tour .news-tour__date {
  margin-right: .8rem;
}
.news-tour__layout--row .news-tour__img {
  float: left;
  margin-right: 1.6rem;
}
.news-tour__layout--row .news-tour__img img {
  max-width: 166px;
  border-radius: var(--radius_md);
}
.news-tour__layout--row .news-tour__card {
  margin-bottom: 1.7rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid var(--color_divider);
  overflow: hidden;
}
.news-tour__layout--row .news-tour__card:last-child {
  border: none;
}
.news-tour__layout--row .news-tour__name {
  margin-top: 0;
}
.news-tour .news-tour__bottom .col-xl-4:last-child .news-tour__card {
  border-bottom: none;
}
#footer {
  background: linear-gradient(180deg, #29424C 0%, #164B62 100%);
  color: #fff;
}
.footer-top {
  padding: 6rem 0;
}
.footer-center {
  padding: 4.5rem 0;
}
.footer-bottom {
  padding: 4rem 0 3rem 0
}
.footer-top,
.footer-center {
  border-bottom: 1px solid var(--color_divider);
}
.footer-title {
  margin-bottom: 2.4rem;
}
#footer ul li:not(:last-child) {
  margin-bottom: 1.6rem
}
#footer ul li span {
  margin-left: .4rem;
  opacity: .8;
}
#footer ul li span:hover {
  opacity: 1;
}
.footer-item svg {
  margin-right: .8rem;
  transform: translateY(-1px);
}
.footer-address {
  margin-bottom: 1rem;
}
.footer-address span:last-child,
.footer-phone span:last-child {
  opacity: .8;
}
.footer-bottom {
  opacity: .5;
}
.footer-certified {
  margin-bottom: 4rem;
}
.footer-certified li,
.footer-payment li {
  margin-bottom: 0!important;
}
.footer-certified li:not(:last-child){
  margin-right: 1.8rem;
}
.footer-payment .footer-title {
  font-style: italic;
  margin-bottom: 1.6rem;
  opacity: .8;
}
.footer-payment li:not(:last-child) {
  margin-right: 1.5rem;
}
.icon-left svg {
  margin-right: .4rem;
  margin-top: -.5rem;
}
.pagination {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  justify-content: center;
}
.pagination li + li {
  margin-left: .8rem;
}
.pagination li span,
.pagination li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--color_divider);
  border-radius: var(--radius);
  font-size: var(--fz_body_2);
  font-weight: 600;
}
.pagination li.active span,
.pagination li:hover a {
  background: var(--color_primary);
  color: #fff;
  border-color: var(--color_primary);
  cursor: pointer;
}
.breadcrumb {
  margin: 1.8rem 0;
}
.breadcrumb ul {
  flex-wrap: wrap;
}
.breadcrumb-banner {
  background: rgba(242, 244, 247, 1)
}
.breadcrumb-banner .body-2 {
  margin-top: 2.4rem!important;
  max-height: 160px;
  overflow: hidden;
}
@media(min-width: 1200px) {
  .breadcrumb-banner .body-2 {
    max-width: 770px;
    margin: 0 auto;
    text-align: center;
  }
}
@media(max-width: 1400px) {
  .breadcrumb-banner .body-2 {
    max-height: 155px;
  }
}
@media(max-width: 767px) {
  .breadcrumb-banner .body-2 {
    max-height: 160px;
  }
}
.breadcrumb-banner > div {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
.wrapper-category .heading-3 {
  margin-top: 4.6rem;
  margin-bottom: 3.4rem;
}
.newsletter-content-module input,
.newsletter-content-module select,
.newsletter-content-module textarea {
  padding: 1rem 1.6rem!important;
  border-radius: var(--radius_df)!important;
  border: none!important;
  background: rgba(246, 247, 249, 1)!important;
  outline: none!important;
  font-size: var(--fz_body_2)!important;
  margin-top: .5rem!important;
}
.layout-checkout-booking .booking__info__form {
  max-width: 100%!important;
}
.layout-checkout-booking .booking__title .number {
  background: var(--main_color)!important
}
.layout-checkout-booking .booking__title .title {
  color: var(--color_text)!important;
}

/* Responsive */
@media(min-width: 1024px) {
  .header-top .logo {
    max-width: 100px;
    height: auto;
  }
  .header-top .logo img {
    object-fit: none;
  }
}
@media(min-width: 1200px) {
  .wrapper-menu__mb {
    display: none;
  }
}
@media(min-width: 1400px) {
	.news-tour__layout--row .news-tour__img img {
		height: 125px;
	}
}
@media(min-width: 1500px) {
  .feedback-right {
    position: relative;
    padding-left: 3.5rem;
  }
  .feedback-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 80px;
    background: var(--color_divider);
  }
}
@media(max-width: 1700px) {
  :root {
    --w_partner: 300px;
  }
}
@media(max-width: 1600px) {
  :root {
    --w_partner: 255px;
  }
}
@media(max-width: 1400px) {
  :root {
    --w_partner: 200px;
  }
  .header-top input[name="search"] {
    min-width: unset;
    max-width: 250px;
  }
}
@media(max-width: 1200px) {
  :root {
    --w_partner: 150px;
  }
  .header-menu {
    width: calc(100% - 65px);
  }
	.news-tour__layout--row .news-tour__img img {
		height: 94px;
	}

  .wrapper-menu__mb {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    z-index: 9999;
    transform: translateX(-100%);
    transition: .6s all;
  }
  .wrapper-menu__mb.active {
    transform: translateX(0);
  }
  .menu-mb__main {
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 1.2rem;
  }
  .menu-mb__main [class^="menu-mb__list--parent"],
  [class^="menu-mb__item--parent"],
  .menu-mb__main--content {
    display: none;
  }
  .menu-mb__main [class^="menu-mb__list--parent"].active,
  [class^="menu-mb__item--parent"].active,
  .menu-mb__main--content.active {
    display: block;
  }
  .menu-mb__bottom {
    padding: 0 1.2rem;
  }
  .menu-mb__bottom a {
    width: 100%;
    margin-top: .8rem;
    margin-bottom: 2rem;
  }
  .menu-mb__top--right .header-hotline .btn-default {
    padding: .2rem 1.2rem;
  }
  .menu-mb__top--right .header-hotline .btn-default img {
    margin-right: .2rem;
  }
  .menu-mb__top--right .header-hotline .btn-default span:nth-child(2) {
    margin: 0 .5rem;
  }
  .menu-mb__top > div:first-child {
    padding: 1.6rem 1.2rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid var(--color_divider);
  }
  .menu-mb__top .search {
    margin-left: 0;
    margin-bottom: .8rem;
    padding: 0 1.2rem;
  }
  .menu-mb__top input[name="search"] {
    max-width: 100%;
    width: 100%;
  }
  .menu-mb__list--parent {
    border-bottom: 1px solid var(--color_divider);
  }
  .menu-mb__list--parent ul {
    display: flex;
    padding: 0 1.2rem;
  }
  .menu-mb__list--parent ul li {
    display: inline-block;
    text-align: center;
    width: 50%;
    padding: 1.6rem 0;
  }
  .menu-mb__list--parent ul li.active {
    border-bottom: 1px solid var(--color_primary);
    color: var(--color_primary);
  }
  .menu-mb__list--slide {
    margin: 1.2rem 0;
  }
  .menu-mb__list--slide .swiper-slide > div {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 1.2rem 1.6rem;
    border: 1px solid var(--color_divider);
    border-radius: var(--radius);
  }
  .menu-mb__list--slide .swiper-slide > div .body-3{
    padding: .2rem .4rem;
    margin-left: .8rem;
    background: rgba(102, 112, 133, 0.08);
    border-radius: var(--radius_md);
  }
  .menu-mb__list--slide .swiper-slide > div.active {
    background: rgba(242, 244, 247, 1);
    border-color: rgba(242, 244, 247, 1);
  }
  .menu-mb__list--slide .swiper-slide > div.active .body-3 {
    background: var(--color_primary);
    color: #fff;
  }
  .menu-mb__list--slide .swiper-slide > div.active span:first-child {
    color: var(--content_secondary)
  }
  .menu-mb__list--slide .swiper .swiper-container-horizontal {
    padding: 0;
  }
  .menu-mb__main .col-6 {
    margin-top: 1.6rem;
  }
  .menu-mb__main .col-6:nth-child(1),
  .menu-mb__main .col-6:nth-child(2) {
    margin-top: 0;
  }
  .menu-mb__close {
    display: inline-block;
    margin-right: 1.6rem;
  }
  .menu-mb__main--img {
    margin: 1.6rem 0;
  }
  .menu-mb__main--img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .menu-mb__main .menu-dropdown__row--list a {
    font-size: var(--fz_body_1);
    padding: .8rem 1.2rem;
    margin-right: .8rem;
    margin-bottom: 1rem;
    border: 1px solid var(--color_divider);
    border-radius: var(--radius);
  }
  .menu-mb__main .col-12 + .col-12 {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid var(--color_divider);
  }
  .menu-mb__list--main li {
    padding: 1.8rem 0;
  }
  .menu-mb__list--main li + li {
    border-top: 1px solid var(--color_divider);
  }
  .menu-mb__list--main li svg{
    margin-right: .5rem;
  }
  .menu-mb__list--main li img {
    margin-right: 1rem;
  }
}
@media(max-width: 1024px) {
  .header-top__right .header-item.header-select {
    border: none;
    padding: 0;
    margin: 0;
  }
  .header-currency {
    transform: translateY(2px)
  }
  .header-top__bar--icon {
    margin-right: 2rem;
  }
  .home-slider img {
    aspect-ratio: 2 / 3;
    object-fit: cover;
  }
  .content-slider {
    width: 100%;
    padding: 1.6rem;
  }
  .content-slider h1 {
    white-space: unset;
  }
  .content-slider__input .input-group-btn__submit a {
    width: 102px;
  }
  .content-slider__input input {
    min-width: unset;
    padding-left: 6rem;
    padding-right: 14rem;
  }
  .content-slider__input .input-group-btn {
    left: 20px;
    border: none;
    padding: 0;
  }
}
@media(max-width: 767px) {
  .section {
    margin-bottom: 5rem;
  }
  .vtour-title,
  .vtour-subtitle {
    margin-bottom: 1.6rem;
  } 
  .place-tour__item {
    height: 282px;
  }
	.feedback-right {
    margin-top: 5rem;
		text-align: left;
	}
	.feedback-tag {
		justify-content: flex-start;
		margin-top: 2rem;
	}
  .place-tour__name {
    font-size: var(--font_size);
    font-weight: 500;
    line-height: 2.4rem;
  }
  .place-tour__content {
    position: absolute;
    left: 50%;
    bottom: 3.5rem;
    width: 325px;
    text-align: center;
    transform: translateX(-58%);
  }
  .place-tour .swiper .swiper-container-horizontal {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .feedback-tour .vtour-subtitle {
    font-size: var(--font_size);
  }
  .partner-tag .swiper {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem);
  }
  .partner-tag .swiper-partner {
    padding: 0;
  }
  .partner-tag__item.active {
    background: rgba(242, 244, 247, 1);
    border-color: transparent;

  }
  .partner-item {
    height: 87px;
    border-radius: var(--radius_md);
    border-top: 1px solid var(--color_divider);
    margin-top: 1.6rem;
    padding: 0 1.2rem;
  }
  .partner-tag__item {
    text-align: center;
    padding: .8rem 1.6rem;
    border: 1px solid var(--color_divider);
    border-radius: var(--radius_df);
  }
  .partner-content__main {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .partner-content__main.active {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  .news-tour__card {
    display: flex;
    margin-bottom: 1.7rem;
    padding-bottom: 1.7rem;
    border-bottom: 1px solid var(--color_divider);
  }
  .news-tour__card .news-tour__img {
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 1.6rem;
  }
  .news-tour__card .news-card__detail {
    flex: 0 0 55%;
    max-width: 55%;
  }
  .news-tour .news-tour__name {
    margin-top: 0;
  }
  .news-tour .col-xl-6:not(:first-child) {
    margin-top: 4rem;
  }
  .news-tour__layout--row .news-tour__img img {
    max-width: unset;
    height: auto;
  }
  .footer-top, .footer-center {
    padding: 4rem 0;
    padding-bottom: 0;
  }
  .footer-title {
    margin-bottom: 1.2rem;
  }
  .footer-item {
    margin-bottom: 2.4rem;
  }
  .footer-item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-item ul li {
    margin-right: 1.6rem;
    margin-bottom: .8rem!important;
  }
  .footer-item ul li svg {
    display: none;
  }
  .footer-bottom {
    padding: 2rem 0;
  }
  .footer-bottom .col-xl-6:last-child div {
    text-align: left;
  }
}
@media(max-width: 480px) {
  .home-banner {
    margin-top: -12rem;
  }
  .about-us__item {
    text-align: center;
  }
  .about-us .about-us__item--icon {
    margin-right: 0;
  }
  .about-us .about-us__item--icon img {
    height: 40px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
    .col-lg-478 {
        width: 47.8%;
    }
}
@media (min-width: 1200px) {
    .col-lg-522 {
        width: 52.2%;
    }
}
.row_8 {
    margin: 0 -8px
}

.row_7 {
    margin: 0 -7px
}

.name_album {
    text-align: center;
    font-size: 14px;
    color: #007cc3;
    font-weight: 700;
    margin: 0
}

.name_album a {
    color: #00699b;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 20px;
    padding: 5px 5px
}

.box_album {
    overflow: hidden;
    margin-bottom: 10px
}

.slider_album .owl-nav {
    display: block!important;
    margin-top: 0px!important;
    position: absolute;
    top: -70px;
    right: 0
}
@media(max-width:991px){
    .slider_album .owl-nav {
        top: -45px;
    }
}
.slider_album .owl-dots{
    display: none!important
}

.slider_album .owl-nav button {
    width: 36px;
    height: 36px;
    float: left;
    border-radius: 3px!important;
    background: #ffffff!important;
    margin: 0px!important;
    padding: 0px!important;
    margin-left: 6px!important;
    border: 2px solid #969696 !important;
    position: relative;
    font-size: 40px !important;
    display: flex !important;
    justify-content: center;
}
.slider_album .owl-nav button span{
    color: #969696;
    display: block;
}
.about-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-image-box {
    position: relative;
    display: block;
    max-width: unset;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px
}

.about-image-box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 1
}

.about-image-box .inner-box {
    position: relative;
    display: block;
    z-index: 2
}

.about-image-box .inner-box img {
    width: 100%
}

.about-image-box .inner-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about-image-box .inner-box .overlay .box {
    display: table;
    width: 100%;
    height: 100%
}

.about-image-box .inner-box .overlay .box .icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.about-image-box .inner-box .overlay .box .icon img {
    width: auto
}

.about-image-box .text-box {
    position: relative;
    display: block;
    padding-top: 33px;
    padding-bottom: 52px;
    padding-right: 20px;
    margin-right: 60px;
    z-index: 1
}

.about-image-box .text-box:before {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-family: 'icomoon';
    content: "\e939";
    color: #ebebeb;
    font-size: 70px;
    line-height: 70px;
    transform: perspective(1200px) rotateX(180deg) translateZ(0);
    z-index: -1
}

.about-image-box .text-box p {
    color: var(--text_color);
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 17px
}

.about-image-box .text-box h3 {
    color: #3a3a3a;
    font-size: 18px;
    font-weight: 600
}

.about-image-box .text-box h3 span {
    color: var(--main_color);
    font-size: 15px;
    font-weight: 400;
    font-family: 'Raleway'
}

.about-text {
    position: relative;
    display: block;
    padding-left: 100px
}

.about-text .sec-title {
    padding-bottom: 44px
}

.about-text .inner-content {
    position: relative;
    display: block
}

.about-text .inner-content .text {
    display: block;
    padding-bottom: 26px
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.sec-title p {
    color: var(--main_color);
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.sec-title .title.about-text__title {
    color: #19558b;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
}
@media(max-width:767px){
    .about-text {
        padding-left: 0px
    }
    .sec-title .title.about-text__title {
        font-size: 2.8rem;
        line-height: 3.6rem;
    }
    .about-text .sec-title {
        padding-bottom: 20px;
    }
}
.product-detail__content img{
    width: auto;
    height: auto;
}