/**
 * 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: #0396ff;
    --oldcolor: #e6f4ff;
    --hover: #ff5e14;
    --pricecolor: #0396ff;
}

body {

    background: #fff;
    font-family: 'SamsungOne', arial, sans-serif;
}

.hidden{
    display: none;
}
.list-content .item:before{
    content: '';
    background: url(../images/tick.png) no-repeat;
    width: 40px;
    height: 40px;
}
.section_step .block-content .item .number:before {
    background: #0396ff;
}
.header-nav>ul.item_big>li.nav-item:hover>a {
    color: #0396ff;
}
.header-nav>ul.item_big>li.nav-item>a.caret-down:after {
    margin-left: 10px;
}
img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
    height: auto;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.search-header .search-smart .header-search-form button {
    top: 2px;
}
.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;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.ui-datepicker-buttonpane::before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    background: yellow;
    border: 1px solid #333;
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding-top: 30px !important;
    position: relative;
}
.ui-datepicker-buttonpane::after {
    display: block;
    margin-top: 5px;
    float: left;
    position: absolute;
    top: 0;
    left: 30px;
}
.btnAnimated {
    background-color: rgba(18, 78, 136,1);
    color: #777;
    border: none;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin-top: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    cursor: pointer;
    float: left;
	border-radius: 20px;
	color:#fff;
    font-weight: normal;
}
.btn-group .btnAnimated strong{
	color:#fff;
}
.btnAnimated.active {
    background-color: #fff;
    color: rgba(221, 50, 40, 1);
    cursor: not-allowed!important;
}
.btnAnimated.active strong {
    color: rgba(221, 50, 40, 1);
}
.title-muave .btn-group {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(18, 78, 136,1);
    border: 2px solid rgba(18, 78, 136,1);
    border-radius: 20px;
    margin-left: 20px;
}
.title-muave{
    background: var(--maincolor);
    color: #fff;
    display: inline-flex;
    align-items: center;
    height: 50px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 0 15px;
    cursor: pointer;
    font-weight: bold;
    margin-left: 30px;
    font-family: SamsungSharpSans,arial,sans-serif;
}
.blog-padding {
    padding-bottom: 30px
}

.margin-bottom-10 {
    margin-bottom: 10px
}

.position-sticky {
    position: sticky;
    top: 0
}
.box-image{
    transition: opacity .3s,transform .3s,background-color .3s;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(#fff,#000);
}
.box-text {
    padding-bottom: 1.4em;
    padding-top: 0.7em;
    position: absolute;
    width: calc( 100% - 20px );
    padding:0px 20px 10px 20px;
    margin-top: -100px;
    transition: .3s;
    
}
.img-box-home{
    margin-bottom: 80px;
}
.box-text h3{
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 10px;
}
.img-box-home .icon-box-text {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    border-radius: 10px;
    padding: 40px 20px 40px 20px;
    margin-top: -40px;
    margin-bottom: 0;
}
.img-box-home .icon-box-img {
    background: #9d0505;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    padding: 10px;
    border-radius: 10px;
    min-height: 65px;
    margin: 0 auto 1em;
    max-width: 100%;
    position: relative;
    z-index: 5;
}
.img-box-home .text-hover {
    display: none;
    animation-name: floatbottom;
    animation-duration: .3s;
}
@keyframes floatbottom { 0% {clip-path: inset(0 0 100%0);}100% {clip-path: inset(0 0 0 0);}}
.last-reset :last-child {
    margin-bottom: 0;
}
.img-box-home:hover .text-hover {
    display: block;
}
.img-box-home:hover .box-text {
    margin-top: -130px;
    transition: .3s;
}
@media (max-width: 849px)
{
.img-box-home .text-hover {
    display: block;
}
.img-box-home{
    margin-bottom: 120px;
}
}
.section_customer_reviews .block-content .customer-review-swiper .swiper-slide .thumb img {
    margin: 0 auto;
}

.mnv-subdate {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
} 
.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}
.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mnv-subdate li {
	width: auto;
    padding: 0 10px;
    margin-right: 1px;
	display: inline-block;
	float: left;
	text-align: center;
    position: relative;
}
.full_screen{
    cursor: pointer;
}
.mnv-subdate li span {
	color: #fff !important;
	font-size: 12px;
	display: block;
	line-height: 13px;
	padding: 5px 3px;
    white-space: nowrap;
    cursor: pointer;
}
.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}
.mnv-subdate li.active span
{
    color: #fff !important;
}
.mnv-subdate li {
	background: #88b2ac;
}
.mnv-subdate li.active {
	background: #9d66f4;
}

.mnv-subdate li.active a {
	color: #2483b3;
}
@media (max-width:991px) {
    .coach_title{
        font-size: 11px;
        padding-right: 30px !important;
    }
    #lich-chay-tau #route_id{
        max-width: 150px;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        overflow: hidden;
    }
}
.price {
    color: red;
    font-weight: bold;
}
.sec_right{
    background: #e6f4ff;
    padding: 15px;
    border-radius: 16px;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.05);
    margin-bottom: 30px;
}
.sec_right .block-title {
    font-size: 25px;
    font-weight: bold;
    color: var(--pricecolor);
}
.sec_right .counpon {
    position: relative;
    padding-bottom: 10px;
    border-top: 1px solid rgba(43,47,51,0.1);
    border-bottom: 1px solid rgba(43,47,51,0.1);
    padding-top: 15px;
    margin-bottom: 15px;
}
.margin-top-20{
    margin-top: 20px;
}
button.fill_search {
    width: 100%;
    border: initial;
    height: 40px;
    background: var(--maincolor);
    border-radius: 10px;
    color: var(--oldcolor);
    border: 1px solid var(--maincolor);
}
.swiper-slide {
    margin-bottom: 10px;
}
#form-steps input[type='text'].required, #form-steps input[type='password'].required, #form-steps input[type='email'].required, #form-steps input[type='number'].required, #form-steps input[type='search'].required, #form-steps input[type='tel'].required, #form-steps input[type='time'].required, #form-steps input[type='url'].required, #form-steps input[type='url'].required, #form-steps textarea.required, #form-steps select.required {
    background-image: none;
}
a.btn-default{
    color: #333;
}
.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;
}
.header-nav>ul.item_big>li.nav-item>a {
    font-weight: bold;
}
.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5;
}
header.header .header-middle {
    padding: 3px 0 0 0;
}
.section_whychoose {
    margin-top: -57px;
    padding-top: 65px;
    padding-bottom: 10px;
}
.nd-tour-search-index {
    margin-bottom: 0;
}
.nd-tour-search-index .nd-main-search .group-search .group-search-content select, .nd-tour-search-index .nd-main-search .group-search .group-search-content input{
    font-weight: bold;
}
@media (max-width: 767px)
{
    .nd-tour-search-index {
        margin-top: 0px;
    }
    .muave_column tbody{
        font-size: 0.8em;
    }
}
.section_favorite_travel {
    margin-bottom: 0;
}
.red_bold {
    color: red;
    font-weight: bold;
}
.menu-header-bottom ul {
  display:flex;
}

.menu-header-bottom ul li {
  position:static;
}

.menu-header-bottom ul li .menu .name {
  font-style:normal;
  font-weight:600;
  font-size:12px;
  line-height:1.8;
  text-transform:uppercase;
  min-height:33px;
}

.menu-header-bottom ul li .menu .name a {
  color:#007292;
  text-decoration:none;
}

.menu-header-bottom ul li .sub-menu {
  background-color:#FFFCF3;
  display:none;
  margin-top:5px;
  position:absolute;
  width:100%;
  left:0;
  border-top:3px solid rgba(219,164,16,1);
}

.menu-header-bottom ul li .menu .name.active a {
  color:rgba(123,90,4,1);
}

.menu-header-bottom ul li .sub-menu ul li {
  flex-basis:auto;
  padding:24px 20px;
  text-align:left;
}

.menu-header-bottom ul li .sub-menu ul li {
  font-family:'OpenSans';
  font-style:normal;
  font-weight:400;
  font-size:12px;
  line-height:16px;
  letter-spacing:.02em;
}

.menu-header-bottom ul li .sub-menu ul li a {
  color:#000;
}

.menu-header-bottom ul li .sub-menu ul li a:hover {
  text-decoration:underline;
  text-underline-position:under;
}

.menu-header-bottom .menu.triangle::after {
  content:'';
  width:0;
  height:0;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-bottom:8px solid rgba(219,164,16,1);
  position:relative;
}

.menu-header-bottom .icon img {
  width:30px;
  height:30px;
  object-fit:cover;
}

  .menu-header-bottom ul.mobile li .sub-menu {
    width:calc(100% - 20px);
    left:10px;
    margin-top:8px;
  }
  .menu-header-bottom {
    margin:0;
  }
  .menu-header-bottom ul.desktop {
    display:none;
  }
  .menu-header-bottom ul.mobile {
    display:flex;
    margin:0;
  }
  .menu-header-bottom ul.mobile li {
    flex-basis:33.333%;
    padding:5px;
    border-radius:3px;
  }
  .menu-header-bottom ul.mobile li .menu {
    background-image:url(../images/pattern_vang.svg);
    background-repeat:repeat;
    background-size:200%;
    background-color:#FFFCF3;
    border-radius:3px;
    height:110px;
  }
  .menu-header-bottom ul.mobile li .menu .box-content {
    height:105px;
  }
  .menu-header-bottom ul.mobile li .menu .icon {
    padding-top:20px;
    text-align:center !important;
    margin-bottom:10px;
  }
  .menu-header-bottom ul.mobile li .menu .name {
    text-align:center;
  }
  .menu-header-bottom ul.mobile li .sub-menu ul {
    display:flex;
  }
  .menu-header-bottom ul.mobile li .sub-menu ul li {
    padding:18px 0 18px 15px;
    min-width:33.333%;
  }
  .menu-header-bottom ul.mobile li .menu.triangle::after {
    left:calc(50% - 8px);
    bottom:4px;
  }
  ul.mobile li .sub-menu.menu-drop {
    display:block !important;
    height:auto;
  }
.show_info .module-mailchimp .bg{
    padding: 10px;
    margin: 5px 0;
    height: 110px;
    overflow: hidden;
}
.show_info p{
    font-size: 14px;
    line-height: 1.8;
    
}
.show_info p strong{
    font-weight: bold;
    color: greenyellow;
}
a.show_info_more{
    color: greenyellow;
    font-weight: bold;
    margin-top: 5px;
    font-size: 14px;
}
.show_info .module-mailchimp .block-title p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.7;
}
.show_info h2{
    font-size: 13px !important;
}
.block-product{
    position: relative;
}
a.view-more {
    font-size: 16px;
    color: var(--maincolor);
    position: absolute;
    top: -80px;
    right: 0;
}
a .info.info-1 h3 {
    font-size: 25px !important;
    color: #fff;
}
.mnv-list-calender thead{
    background: #d5c4f0;
    font-family: SamsungSharpSans,arial,sans-serif;
}
.slise_text{
    border-top: 1px solid var(--maincolor);
}
.mnv-item-tht{
    position: absolute;
    z-index: 1;
}
.mnv-item-tht h3 span {
    position: relative;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: normal;
    padding-right: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0px;
    background: var(--maincolor);
    padding: 5px 20px 1px;
}
.mnv-item-tht h3 span::after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    right: -18px;
    content: "";
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 19px solid var(--maincolor);
}
.banner-marquee{
    height: 38px;
    line-height: 38px;
}
.lang_icon{
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    background: #fff;
    padding: 5px 1px 1px 5px;
    
}








