@import url(bootstrap.min.css);

#loader {
    z-index: 9999;
    display: block;
    position: fixed;
    text-align: center;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 15%;
    color: #ed1c24;
    color: #fff;
    text-align: center;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .6);
    font-size: 32px;
    line-height: 42px;
}
a,
a:active,
a:hover,
a:focus,
a:visited,
[onclick],
.btn,
.btn:active,
.btn:hover,
.btn:focus,
.btn:visited,
button,
button:active,
button:hover,
button:focus,
button:visited {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
    transition: all 0.3s ease-in-out;
}
input{
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}
p{
    margin: 0 0 10px;
}
span[style] {
    font-family: inherit !important;
    font-size: inherit !important;
}

img {
    max-width: 100%;
    height: auto;
}
.fa-phone{
    transform: rotate(90deg);
    margin-right: .3rem;
}
.img img {
    width: 100%;
}

html,
body {
   font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #555e69;
}

.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper{
    width: 100%;
    position: relative;
}
.container{
    width: 62.5%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: none;
}
.sec{
    width: 100%;
    position: relative;
}
.header{
    z-index: 2;
}
.top_head{
    background: rgba(1,99,163,0.6);
    font-size: 0.7777777777777778em;
    -webkit-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.075);
}
.menu_social{
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_social li{
    display: inline-block;
    min-width: 2.222222222222222rem;
    text-align: center;
    border-right: 1px solid #fff;
    position: relative;
    color:  #fff; 
}
.menu_social li:first-child{
    padding: 0 0.5555555555555556rem;
    border-left: 1px solid #fff;
}
.menu_social li:hover{
    color: #ff9c00;
}
.menu_social li a{
    line-height: 2.222222222222222rem;
    display: block;
}
.menu_tool{
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_tool li{
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 0 0.2777777777777778rem;
    color:  #fff;
    line-height: 2.222222222222222rem;
}
.menu_tool li a{
    line-height: 2.222222222222222rem;
    display: block;
}
.menu_tool li:hover{
    color: #ff9c00;
}
.menu_tool li:hover span{
    color: #fff;
}
.main_head {
    background-color: #f8f8f8;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
}
.logo{
    height: 5.555555555555556rem;
}
.logo_img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.logo_img img{
    width: 4.8rem;
    height: auto;
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
#lang_choice_1{
    background: no-repeat;
    border: none;
    color: #fff;
    margin-left: 0.5rem;
    cursor: pointer;
}
#lang_choice_1:hover{
    color: #ff9c00;
}
#lang_choice_1 option{
    color: #000;
}
.nav-ul{
    list-style: none;
    margin-bottom: 0;
    position: relative;
}
.nav-ul ul{
    margin-bottom: 0;
}
.nav-ul li{
    display: inline-block;
    height: 5.555555555555556rem;
}
.nav-ul li>a{
    padding: 0 .7rem;
    color: #000;
    font-size: 0.8888888888888889em;
    font-weight: 600;
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 5.555555555555556rem;
}
.nav-ul li>a:after{
    content: "";
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #ff9c00;
    height: 2px;
    width: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.nav-ul li a:hover{
    color: #ff9c00;
}
.nav-ul li .sub-menu li a:hover{
    color: #ff9c00;
}
.nav-ul li.active>a{
    color: #fff;
}
.nav-ul li a:hover:after,.nav-ul li.active a:after{
    width: 40%;
}
.menu-item-has-children{
    position: relative;
}
.sub-menu {
    position: absolute;
    z-index: 1;
    width: 20rem;
    top: 5.611111111111111rem;
    left: 0;
    display: block;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all .4s ease-in-out !important;
    transition: all .4s ease-in-out !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.185, 1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(1200px) rotateX(-90deg);
    transform: perspective(1200px) rotateX(-90deg);
    padding-left: 0;
}
.menu-item-has-children:hover>.sub-menu {
    background-color: #f4f0f0;
    -webkit-transform: perspective(1200px) rotateX(0deg);
    transform: perspective(1200px) rotateX(0deg);
    padding-left: 0;
}
.sub-menu li {
    width: 100%;
    float: left;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    height: auto;
}
.sub-menu li a{
    line-height: 1.5;
    text-transform: none;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}
.sub-menu li>a:after{
    display: none;
}
.navbar-toggle {
    padding: 0;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
    position: relative;
    border: solid 1px transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    outline: none;
    z-index: 2;
    display: none
}
.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    width: 40px;
    height: 6px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    -ms-border-radius: 1px;
    background-color: #ff9c00;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}
.navbar-toggle.open .icon-bar:nth-child(1) {
    -webkit-transform: translate(-1px, 12px) rotate(-225deg);
    transform: translate(-1px, 12px) rotate(-225deg)
}
.navbar-toggle.open .icon-bar:nth-child(2) {
    opacity: 0
}
.navbar-toggle.open .icon-bar:nth-child(3) {
    -webkit-transform: translate(0px, -10px) rotate(216deg);
    transform: translate(0px, -10px) rotate(216deg);
}
.header.sticky .main_head{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(255, 255, 255,.9);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    padding: 0;
}
.sticky .nav-ul li>a:hover,.sticky .nav-ul li.active>a{
    color: #ff9c00;
}
.sticky .nav-ul li>a:after{
    background-color: #ff9c00;
}
.banner{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* background-attachment: fixed;
    margin-top: -7.777777777777778rem; */
    padding: 7.777777777777778rem 0;
    text-align: center;
    z-index: 1;
    min-height: 30rem;
}
.banner_home{
    height: 100vh;
    /* background-image: url('../images/mountain.jpg'); */
}
video#bgVideo {
    position: absolute;
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%;
    z-index: -1;
    object-fit: fill;
}
.banner_group{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.group_title{
    padding: 2.777777777777778rem 0 3.888888888888889rem;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    margin: 0px;
}
.banner_tt{
    background: -webkit-linear-gradient(left, #fff 0%, #fff 15%, #fff 35%, #fff 50%, #fff 85%, #ff9c00 90%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 15%, #fff 35%, #fff 50%, #fff 85%, #ff9c00 90%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: color-text 5s infinite;
    font-size: 5rem;
    line-height: 1;
}
@-moz-keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 26.38888888888889rem 0;
    }
}
@keyframes color-text {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 26.38888888888889rem 0;
    }
}
.sub_banner {
    font-size: 1.388888888888889em;
}

.group_btn{
    display: inline-block;
    width: 100%;
}
.group_btn .btn_web {
    width: 12.22222222222222rem;
}
.btn_web {
    height: 2.222222222222222rem;
    background-color: transparent;
    position: relative;
    text-align: center;
    color: #ff9c00 !important;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.7777777777777778em;
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.7);
    border-image: initial;
    border-radius: 50px;
    padding: 0.2777777777777778rem 0px;
    overflow: hidden;
}


.btn_web .icons {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    text-align: center;
    color: #ff9c00;
    background-color: rgba(255, 255, 255, 0.6);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    transition: all 0.5s ease 0s;
}

.btn_all .btn_web{
    border: 1px solid #c3c3c3;
    padding: .3rem 1.5rem 0.2777777777777778rem 1.5rem;
    height: 1.666666666666667rem;
    color: #3c3c3c !important;
    margin-right: 1rem;
    margin-top: 1.5rem;
}
.btn_all .btn_web span {
    line-height: 1.2rem;
}
.btn_book_home.btn_all .btn_web{
    padding-top: .4rem;
}
.btn_all .btn_web:hover{
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
}
.fa-long-arrow-right:before {
    content: "\f178";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.group_btn .btn_web:hover .icons {
    left: 10rem;
    background-color: rgb(255, 255, 255);
}
.btn_web span{
    line-height: 1.7rem;
}
.form_booking{
    margin-top: -2.777777777777778rem;
    z-index: 1;
    font-size: .9em !important;
}
.form_menu{
    text-align: center;
}
.form_menu .nav-tabs{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.nav-tabs{
    border-bottom: none;
}
.form_booking .nav-tabs .nav-link{
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form_menu .nav-tabs .nav-link{
    background-color: #222222;
    height: 2.777777777777778rem;
    line-height: 2.777777777777778rem;
    color: #fff;
    padding: 0 1.5rem;
    font-weight: 700;
}
.form_menu .nav-tabs .nav-link.active{
    background-color: #ff9c00;
    color: #222;
}
.form_menu .nav-tabs .nav-link .img_diden{
    display: none !important;
}
.form_menu .nav-tabs .nav-link span{
    display: inline-block;
    vertical-align: middle;
}
.form_menu .nav-tabs .nav-link img{
    width: 25px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin-right: .5rem;
}
.form_menu .nav-tabs .nav-link.active .img_diden{
    display: inline-block !important;
}
.form_menu .nav-tabs .nav-link.active .img_show{
    display: none !important;
}
.form_booking .tab-content{
    background-color: #ff9c00;
    width: 70%;
    margin: 0 auto;
    border-radius: 5px;
}
.tab_content_child{
    width: 100% !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    padding-top: 1rem;
}
.form_booking .tabs_content{
    padding: 1.111111111111111rem;
}
.nav_child1{
    padding: .5rem 3rem;
    border-radius: 5px !important;
    background-color: rgb(249, 174, 56);
}
.nav_child1.active{
    background-color: #222 !important;
    color: #fff !important;
}
.radio-inline{
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}
.nav_child2{
    padding: 0;
}
.nav_child2.active{
    background-color: transparent !important;
}
.nav_child2 label{
    margin-bottom: 0;
    position: relative;
    padding: 0 1rem 0 1.5rem;
    cursor: pointer;
}
.nav_child2 label:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #fff;
    top: 49%;
    left: 0;
    border-radius: 100%;
    transform: translate(0,-50%);
}
.nav_child2.active label:before{
    background-color: #222;
}
.tab_content_child form{
    position: relative;
}
.main_form{
    width: 100%;
    position: relative;
    padding: .5rem 0;
}
.width_50{
    width: 50%;
}

.lb_form{
    display: block;
    font-weight: 700;
    margin-bottom: .5rem;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

.row_form_detail{
    margin: 0 -15px;
    position: relative;
}
.set_padding{
    padding: 0 15px;
}
.ip_select .btn-group{
    width: 100% !important;
    height: 50px;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option{
    vertical-align: middle;
}
.ip_select .dropdown-menu .text{
    height: auto;
}
.row_form_detail input{
    height: 50px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 0 10px;
}
.row_form_detail input::-webkit-input-placeholder {
  color: #555e69 !important;
}
.row_form_detail input::-moz-placeholder {
  color: #555e69 !important;
}
.row_form_detail input:-ms-input-placeholder {
  color: #555e69 !important;
}
.row_form_detail input:-moz-placeholder {
  color: #555e69 !important;
}
.width_33{
    width: calc(100%/3);
}
.form_tool{
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
}
.dropdown-toggle::after{
    vertical-align: middle !important;
}
.form_tool .btn_b{
    width: 25%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
}
.form_tool input{
    width: 40%;
    background-color: transparent;
    padding: 0;
    text-align: center;
}
.form_tool_note{
    display: block;
    text-align: center;
}
.width_30{
    width: 30%;
}
.width_25{
    width: 25%;
}
.form_main_submit{
    height: 50px;
    border: 1px solid #fff;
    color: #555e69;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 40%;
    position: absolute;
    right: 0;
    bottom: 5px;
}
.form_main_submit:hover{
    background-color: #ccc;
}
#multi_city .date_lb{
    opacity: 0;
}
.btn_circle{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border:  1px solid #fff;
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #fff;
    text-align: center;
    padding-top: 2.5px;
    cursor: pointer;
}
.width_100{
    width: 100%;
}
.btn_relative{
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 1.5rem;
    left: 50%;
    transform: translate(-50%,0);
}
.form_link{
    display: block;
    text-align: center;
    margin-top: .5rem;
}




















.list_btn{
    text-align: center;
    z-index: 1;
    margin-top: -1.3rem !important;
}
.list_btn .btn_all .btn_web{
    margin-top: 0 !important;
}
.flights_hotels{
    background-image: url("../images/flights_hotels.gif");
    background-position: center center;
    background-size: cover;
}
.gofl_travel{
    background-image: url("../images/gofl_travel.gif");
    background-position: center center;
    background-size: cover;
}
.charter_flights{
    background-image: url("../images/charter_flights.gif");
    background-position: center center;
    background-size: cover;
}
.tour_holiday{
    background-image: url("../images/tour_holiday.gif");
    background-position: center center;
    background-size: cover;
}

.text_hidden{
    display: none;
    transition: all .3s ease-in-out;
}
.group_btn .btn_web:hover .text_hidden{
    display: block;
}
.group_btn .btn_web:hover .text_show{
    display: none;
}
.row_info{
    padding: 5.555555555555556rem 0;
}
.row_info_img{
    text-align: center;
}
.title_normal{
    margin-bottom: 1.1111111111111111rem;
}
.title_normal p{
    color: #6e747c;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1em;
}
.title_normal p span{
    position: relative;
    display: inline-block;
    margin-right: 3.333333333333333rem;
    line-height: 1;
    font-weight: 600;
    color: #0056b3;
}

.title_normal p span:after{
    content: '';
    width: 3rem;
    height: 2px;
    position: absolute;
    bottom: 0.1rem;
    right: -3.333333333333333rem;
    background-color: #ff9c00;
}
.title_normal h2{
    color: #434a54;
    font-size: 1.666666666666667em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: 5px;
}
.title_normal h2 img{
    width: 80%;
    height: auto;
}
.reason .title_normal h2 img{
    width: 40%;
}
.reason .item img{
    max-width: 5.555555555555556rem;
    height: auto;
}
.info_content{
    font-size: 0.8333333333333333em;
    color: #555e69;
}
.info_list{
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.info_list p{
    margin-bottom: 0;
    font-size: .8em;
}
.info_tbl{
    width: calc(100%/3);
    float: left;
    padding: 15px;
}
.tbl_icon{
    width: 3.888888888888889rem;
    height: 3.888888888888889rem;
    border-radius: 100%;
    border: 1px solid #007bff;
    display: block;
    float: left;
    padding: .8rem;
    vertical-align: middle;
}
.tbl_icon img{
    width: 100%;
    height: auto;
}
.tbl_icon_txt{
    float: none;
    padding-left: 4.3rem;
    vertical-align: middle;
    padding-top: .7rem;
}
.tbl_icon_txt br{
    display: none;
}
.tbl_icon_txt_tt{
    display: block;
    font-size: 1.3em;
    text-transform: uppercase;
}
.tbl_icon_txt_sub{
    font-size: .9em;
}

.div_all{
    background-image: url('../images/bg-section-tour-1.jpg');
    background-repeat: repeat;
    background-position: center center;
    background-size: 62.5%;
    background-attachment: fixed;
    padding: 3.611111111111111rem 0;
}
.list .title_normal{
    margin-bottom: 3rem;
}
.list_foreign{
    margin-top: 2rem;
}
.list_cate{
    display: block;
    margin-bottom: 1rem;
    text-align: center;
}
.list_cate a{
    display: inline-block;
    position: relative;
    padding: .5rem .6rem .5rem .5rem;
    font-size: .9em;
}
.list_cate a:hover{
    color: #007bff;
}
.list_cate a:after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 30%;
    transform: translate(0,-50%);
    background: #555e69;
}
.list_cate a:last-child:after{
    display: none;
}
.slider_web{
    width: calc(100% + 1.666666666666667rem);
    margin-left: -0.8333333333333333rem;
    margin-right: -0.8333333333333333rem;
}
.slider_web .item{
    margin: 0.8333333333333333rem;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.6);
    overflow: hidden;
}
.slider_web .slick-arrow{
    width: 2.777777777777778rem;
    height: 2.777777777777778rem;
    line-height: 2.777777777777778rem;
    text-align: center;
    border: 2px solid #ff9c00;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease;
    color: transparent;
    opacity: 1;
    z-index: 1;
}
.slider_web .slick-arrow:hover{
    opacity: 1;
}
.slider_web .slick-prev{
    left: -3.611111111111111rem;
}
.slider_web .slick-arrow:before{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ff9c00 !important;
    font-size: 30px;
}
.slider_web .slick-prev:before{
    content: '\f104';
    font-family: "Font Awesome 5 Pro";
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1 !important;
}
.slider_web .slick-next{
    right: -3.611111111111111rem;
}
.slider_web .slick-next:before{
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
}
.slider_web .slick-dots{
    bottom: -2rem;
}
.slider_web .slick-dots li button{
    background-color: transparent;
    border: 2px solid #ff9c00;
    border-radius: 100%;
}
.slider_web .slick-dots li button:before{
    display: none;
}
.slider_web .slick-dots li.slick-active button{
    background-color: #ff9c00;
}
.image_wrap{
    position: relative;
}
.link_img{
    display: block;
    position: relative;
    overflow: hidden;
}
.link_img img{
    width: 100%;
    transition: all .3s ease-in-out;
}
.link_img span{
    font-size: 1.111111111111111em;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%,0);
    width: 85%;
    text-align: center;
}
.link_img span:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -.3rem;
    background-color: #ff9c00;
    width: 0;
    height: 2px;
    transition: all .3s ease-in-out;
}
.link_img:hover span{
    color: #ff9c00;
}
.link_img:hover span:after{
    width: 100%;
}
.link_img:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.label_sale{
    position: absolute;
    z-index: 10;
    top: 0.8333333333333333rem;
    right: 0.8333333333333333rem;
    height: 1.888888888888889rem;
    text-align: center;
    padding: 0.2777777777777778rem 0.8333333333333333rem;
    cursor: pointer;
    background-color: #ff9c00;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #3c3c3c;
    
}
.label_sale p{
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 0.8888888888888889em;
}
.link_img:hover .label_sale .list_sale_text,.link_img:hover .label_sale .list_sale_number {
    transform: translateY(-1.3rem);
    -webkit-transform: translateY(-1.3rem);
    -moz-transform: translateY(-1.3rem);
    -ms-transform: translateY(-1.3rem);
    -o-transform: translateY(-1.3rem);
}
.list_detail{
    margin: 0;
    width: 100%;
    display: table;
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    display: none;
}
.list_detail li{
    width: 1%;
    position: relative;
    padding: 0;
    display: table-cell;
    border-right: 1px solid #e9e9e9;
    font-size: 0.8333333333333333em;
}
.list_detail li:last-child{
    border-right: none;
}
.list_detail li a{
    display: block;
    padding: 0.6666666666666667rem 0;
    position: relative;
}
.list_detail li a:hover{
    background-color: #ff9c00;
}
.list_content{
    padding: 2.222222222222222rem;
    text-align: center;
    background-color: #fff;
}
.list_tt{
    margin-bottom: 0.8333333333333333rem;
}
.list_tt .price{
    color: #ff9c00;
    font-size: 1.666666666666667em;
    font-weight: 700;
    display: inline-block;
}
.list_tt .for_price{
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.8333333333333333em;
}
.text{
    font-size: 0.8333333333333333em;
    height: 5rem;
    overflow: hidden;
}
.group_btn_tours{
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: table;
    padding: 0;
    margin: 1rem auto 0;
    font-size: 0.8333333333333333em;
}
.group_btn_tours a{
    color: #fff;
    padding: 0.2222222222222222rem 1.388888888888889rem;
    display: table-cell;
    background-color: #4d4d4d;
}
.group_btn_tours a:hover{
    background-color: #ff9c00;
    color: #555e69;
}
.group_btn_tours .left_btn{
    /* padding-left: 1.388888888888889rem;
    border-right: 1px solid #797979; */
    border-radius: 50px;
}
.group_btn_tours .right_btn{
    padding-right: 1.388888888888889rem;
    border-radius: 0 50px 50px 0;
}

.list .btn_all{
    text-align: center;
}
.list .btn_all .btn_web{
    margin-right: 0;
    margin-top: 3rem;
}
.reason{
    padding: 0;
}
.reason .title_normal{
    margin-bottom: 3.611111111111111rem;
}
.reason .item{
    text-align: center;
}
.reason .item h3{
    font-size: 1.111111111111111em;
    font-weight: 700;
    color: #000;
    margin: .7rem 0;
}
.reason .item div{
    margin: 0;
    font-size: 0.8888888888888889em;
}
.customer_say{
    background-image: url('../images/bg_customer.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-attachment: fixed;
    z-index: 1;
    /* display: none; */
}
.customer_say .title_normal{
    margin: 0;
    padding-top: 2.555555555555556rem;
    padding-bottom: 0rem;
}
.customer_say .title_normal p,.customer_say .title_normal h2{
    color: #fff ;
}
.customer_slider{
    top: 2.666666666666667rem;
}
.customer_slider .item{
    text-align: center;
}
.customer_slider .slick-arrow{
        border: 2px solid #fff;
}
.customer_slider .slick-arrow:before{
    color: #fff !important;
}
.customer_img img{
    width: 100%;
}
.customer_content{
    background-color: #fff;
    padding: 0 1.666666666666667rem 1.666666666666667rem 1.666666666666667rem;
}
.avarta{
    border-radius: 50%;
    width: 5.555555555555556rem;
    height: 5.555555555555556rem;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    top: -3rem;
    margin-bottom: -2rem;
}
.avarta img{
    object-position: center center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.name{
    text-transform: capitalize;
    color: #ff9c00;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 1em;
}
.address{
    text-transform: capitalize;
    margin-bottom: 0;
    color: #555e69;
    font-size: 0.8888888888888889em;
}
.description{
    padding-top: 1.5rem;
    color: #555e69;
    font-size: 0.8888888888888889em;
}
.news{
    padding: 6.666666666666667rem 0 5.555555555555556rem; 
}
.new_slider .item{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
}
.new_img{
    width: 58%;
    position: relative;
    overflow: hidden;
}
.new_slider .new_img img{
    height: 25rem;
    object-fit: cover;
    object-position: center;
}
.new_img a{
    display: block;
}
.new_img a img{
    width: 100%;
}
.new_info{
    width: 42%;
    padding: 0 0.8333333333333333rem 0 1.666666666666667rem;
}
.new_tt{
    font-size: 1.333333333333333rem;
    text-transform: uppercase;
    color: #434a54;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
}
.new_tt:hover{
    color: #ff9c00;
}
.new_menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.new_menu li{
    display: inline-block;
    padding: 0 1rem 0 .8rem;
    position: relative;
    font-size: 0.8888888888888889em;
}
.new_menu li:first-child{
    padding-left: 0;
}
.new_menu li:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 1px;
    height: 80%;
    background-color: #ccc;
}
.new_menu li:last-child:after{
    display: none;
}
.new_description{
    font-size: 0.8888888888888889em;
    padding-top: 1.5rem;
}
.new_slider .slick-dots{
    width: auto;
    right: -5rem;
    top: 50%;
    transform: rotate(-90deg) translate(0,-50%);
    bottom: auto;
}
.partner{
    padding-bottom: 3rem;
}
.partner .title_normal{
    text-align: center;
}
.partner_slider{
    padding: 1rem 0;
}
.partner_slider .item{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
}
.partner_slider .item a{
    display: block;
    height: 3.888888888888889rem;
    position: relative;
    /* border: 1px solid #ccc; */
    overflow: hidden;
}
.partner_slider .item a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    height: auto;
}
.bg_normal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0,0);
    display: block;
}
.partner_slider .item a:hover .bg_normal{
    display: none;
}
.partner_slider .item a:hover img{
    transform: translate(-50%,-50%) scale(1.2);
}
.web_sale{
    background-image: url('../images/mountains.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10rem 0;
}
.sale_left{
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    padding: 3.5rem;
}

.sale_left h2{
    mix-blend-mode: overlay;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
    font-size: 4.444444444444444em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.3;
}
.sale_left h2 span{
    display: block;
    font-size: 1.7em;
    line-height: 1;
}
.sale_right{
    width: 60%;
    float: right;
}
.text_salebox{
    display: table;
    width: 28.88888888888889rem;
    margin: 0 auto;
}
.text_left{
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.sale_box{

}
.sale_box_top{
    display: inline-block;
    position: relative;
}
.sale_box_top .number{
    font-size: 5em;
    color: #ff9c00;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    display: inline-block;
}
.sup_1{
    color: #ff9c00;
    font-weight: 900;
    font-size: 2.222222222222222em;
    position: absolute;
    top: 0.5555555555555556rem;
    left: 100%;
    display: block;
    line-height: 1;
}
.sup_2{
    font-weight: 900;
    font-size: 2em;
    text-transform: uppercase;
    position: absolute;
    bottom: 0.4444444444444444rem;
    left: 100%;
    display: block;
    line-height: 1;
    color: #fff;
}
.text_sale{
    font-size: 4.166666666666667em;
    color: #fff;
    font-weight: 900;
    margin: 0;
    line-height: 3.055555555555556rem;
    text-transform: uppercase;
}
.text_right{
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 1.111111111111111rem;
    padding-top: 0.7222222222222222rem;
}
.sale_title{
    font-size: 1.111111111111111rem;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 0.2777777777777778rem 0;
    display: inline-block;
    line-height: 1.333333333333333rem;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.text_right .btn_all .btn_web{
    color: #fff !important;
}
.text_right .btn_all .btn_web:hover{
    color: #3c3c3c !important;
}
.proud_num{
    padding: 5.555555555555556rem 0;
}
.proud_num .title_normal{
    text-align: center;
}
.wrapper_tours{
    position: relative;
    float: left;
    width: 100%;
}
.content_tours{
    color: #000;
    display: inline-block;
    width: 25%;
    text-align: center;
    float: left;
    position: relative;
}
.wrapper_icon_thin {
    display: block;
    position: relative;
    margin: 0 auto 0.5555555555555556rem auto;
    line-height: 1;
}
.wrapper_icon_thin:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #515151;
    width: 15.57777777777778rem;
    right: -7.769444444444444rem;
    top: .5rem;
    pointer-events: none;
}
.wrapper_icon_thin i {
    font-size: 1em;
    color: #515151;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.tours_title {
    font-size: 1.333333333333333em;
    margin-bottom: 0.8333333333333333rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.tours_txt{
    font-size: 1em;
}
.wrapper_thin:hover i {
    color: #ff9c00;
}
.wrapper_thin:hover .tours_title {
    color: #ff9c00;
}
.content_tours:last-child .wrapper_icon_thin:before {
    height: 0;
    width: 0;
}

.footer{
    background-color: #0163a3;
    color: #fff;
    padding: 5rem 0 0;
}
.logo_foot{
    text-align: center;
    width: 8.333333333333333rem;
    margin: 0 auto 1.5rem;
    display: none;
}
.foot_sigup{
    font-size: 0.7777777777777778em;
}
.input_group{
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    z-index: 1;
}
.input_group .es-field-wrap label{
    width: 100%;
    margin-bottom: 0;
}
.input_group .es_txt_email{
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    height: 33px;
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
    padding: 6px 12px;
    font-size: 13px;
    color: #555;
}
.es_textbox_button{
    border-radius: 5px;
    background-color: #ff9c00;
    border: 1px solid #ff9c00;
    color: #fff;
    font-size: 0.8em;
    padding: 0.2rem 1rem;
    cursor: pointer;
}
.widget{
    padding: 15px;
}
.widget form{
    margin-top: 1.5rem;
}
.input_group_btn_custom{
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    position: relative;
}
.btn_email{
    background-color: #ff9c00;
    color: #121212;
    line-height: 33px;
    text-align: center;
    padding: 0 14px;
    width: 39px;
    font-size: 14px;
    border: none;
    border-radius: 0 !important;
}
.payment{
    display: block;
    margin: 1rem 0 0;
    text-align: center;
}
.payment a{
    display: inline-block;
    opacity: .7;
    width: 2.611111111111111rem;
}
.payment a.dmca{
    width: 5.555555555555556rem;
}
.payment a:hover{
    opacity: 1;
}
.bo_cong_thuong{
    display: block;
    text-align: center;
    margin: 1rem auto 0;
    width: 5.833333333333333rem;
}
.widget_tt{
    font-size: 1em;
    text-transform: capitalize;
    margin-bottom: 1.5rem;
    font-weight: 700;
}
.list_unstyled{
    margin: 0;
    text-align: left;
    padding: 0;
    list-style: none;
}
.list_unstyled li{
    border: none;
    width: 100%;
    padding: 0;
}
.list_unstyled li a{
    display: block;
    color: #fff;
    position: relative;
    padding: .5rem 0 0.5rem 1.111111111111111rem;
    font-size: 0.7777777777777778em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_unstyled li a:hover{
    color: #ff9c00;
}
.list_unstyled li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100%;
}
.end_foot{
    background-color: #121212;
    color: #fff;
    font-size: .9em;
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    text-align: center;
    line-height: 1;
}
.banner_page{
    padding: 4rem 0;
    background-image: url('../images/bg_all.jpg');
}
.banner_page .banner_group{
    /* top: 60%; */
}
.contact_bn{
    background-image: url('../images/lien_he.jpg');
}
.breadcrumb_web{
    margin:30px 0;
    padding:0;
    background:transparent;
    list-style: none;
}

.breadcrumb_web li:after{
    content: "";
    background-color:#808080;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.breadcrumb_web li{
    font-size:16px;
    color:#808080!important;
    display: inline-block;
    padding: 0 .5rem;
    position: relative;
}

.breadcrumb_web li:first-child{
    padding-left: 0;
}
.breadcrumb_web li:last-child:after{
    display: none;
}
.breadcrumb_web li.active{
    color: #ff9c00!important;
}
.form_contact{
    padding: 2.777777777777778rem 2.222222222222222rem;
    background-color: rgba(0, 90, 149, .7);
}
#map{
    height: 30rem;
    display: none;
}
.map{
    margin-top: 3rem;
}
.main_contact{
    padding-bottom: 1.5rem;
}
.form_tt{
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 0.5555555555555556rem 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
.form_note{
    font-style: italic;
    margin: 0 0 1.944444444444444rem 0;
    text-align: center;
    font-size: .8em;
    color: #fff;
}
.form_contact form .main_form span{
    display: block;
}
.main_form br{
    display: none;
}
.group_btn input{
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: .4rem 2rem .3rem;
    line-height: 1;
    cursor: pointer;
}
.group_btn input:hover{
    background-color: transparent;
    color: #fff;
}
.form_contact form span input,.form_contact form span textarea{
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-left: 20px;
    border: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
}
.form_contact form span textarea{
    height: 100px;
}
*::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
}
*::-moz-placeholder {
  color: #fff;
  font-style: italic;
}
*:-ms-input-placeholder {
  color: #fff;
  font-style: italic;
}
*:-moz-placeholder {
  color: #fff;
  font-style: italic;
}
.form_contact .btn_web{
    border: 1px solid rgba(0, 90, 149, .7);
    background-color: rgba(0, 90, 149, .7);
}
.form_contact .group_btn{
    text-align: center;
}
.office{
    margin-bottom: 2rem;
}
.ct_info_tt{
    color: #005a95;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
}
.ct_info_note{
    font-size: 0.8888888888888889em;
}
.ct_info_tt1{
    font-size: 1.333333333333333em;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1rem 0;
}
.ct_txt{
    font-size: 0.8em;
    margin: 5px 0;
}
.ct_txt i{
    display: inline-block;
    min-width: 1.5rem;
}
.ct_txt span{
    display: inline-block;
    padding-right: 10px;
}
.ct_txt a{
    color: #005a95;
}
footer .ct_txt a{
    color: #fff;
}
.list_tour .title_normal {
    margin-bottom: 2rem;
}
.list_tour .item{
    width: calc(100%/3 - 1.666666666666667rem);
    float: left;
}
.list_tour_foreign{
    margin-top: 3rem;
}
.list_post{
    padding-bottom: 1rem;
}
.list_post .item{
    padding: 15px;
}
.list_post_img{
    display: block;
    overflow: hidden;
}
.list_post_img img{
    height: 13.88888888888889rem;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.list_post_img:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.list_post_link {
    margin: 1rem 0 .5rem;
    display: block;
    color: #333 !important;
    font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    height: 3rem;
    overflow: hidden;
}
.list_post_link:hover{
    color: #005a95 !important;
}
.date{
    font-size: 0.8888888888888889em;
}
.list_post_des{
    font-size: 0.8888888888888889em;
    height: 5.3rem;
    overflow: hidden;
}
.single_slider.slider_web{
    width: 100%;
    margin: 0;
}
.single_slider.slider_web .item {
    margin: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0);
}
.single_slider .slick-slide img{
    width: 100%;
    height: 22.22222222222222rem;
    object-fit: cover;
    object-position: center center;
}
.single_slider.slider_web .slick-prev {
    left: 15px;
}
.single_slider.slider_web .slick-next {
    right: 15px;
}
.single_tt{
    font-size: 1.4em;
    margin-bottom: 1rem;
    color: #005a95;
    font-weight: 700;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ccc;
}
.box_price{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.box_price .single_price {
    float: left;
    background: #eee;
    border: 1px solid #ccc;
    height: 2.777777777777778rem;
    width: 60%;
    text-align: center;
}
.single_dt{
    margin: .5rem 0;
}
.support{
    font-size: .9em;
}
.single_dt strong{
    display: inline-block;
    min-width: 5rem;
}
.space{
    display: inline-block;
    min-width: .5rem;
}
.single_price {
        color: #f70303;
    font-weight: 700;
    font-size: 1.5em;
}
.single_price span,.single_btn span{
    display: block;
    line-height: 2.9rem;
}
.single_btn{
    float: left;
    height: 2.777777777777778rem;
    width: 40%;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    background: #fbae17;
    text-align: center;
    line-height: 2.9rem;
}
.single_content{
    padding: 2rem 0;
}
.single_content p{
    font-size: .9em;
}
.single_content .tab-content{
    padding-top: 2rem;
}
.single_content h2{
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.single_content table{
    width:50%;
    margin-bottom: 1rem;
}
.backtop{
    background: #0078af;
    color: #FFF !important;
    height: 40px;
    padding-top: 5px;
    width: 40px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    z-index: 999;
}
.back_hidden {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
}
.single_detail .banner_page{
    height: 7.777777777777778rem;
    padding: 0;
    min-height: auto;
    margin-bottom: 1.5rem;
}
.single_main{
    padding-bottom: 2.1rem;
}
.single_main h1{
    font-size: 2em;
    color: #0163a3;
    font-weight: 700;
    margin-bottom: .5rem;
}
.single_main img{
    width: 100%;
}
.single_text{
    font-size: .9em;
    padding-top: 1.5rem;
}
.sidebar .list_post h3{
    font-size: 1.4em;
    text-transform: uppercase;
    color: #0163a3;
    font-weight: 700;
    margin-bottom: .5rem;
}
.sidebar .list_post .item{
    padding: 7.5px 0;
    border-bottom: 1px solid #ccc;
}
.sidebar .list_post .item:last-child{
    border: none;
}
.sidebar .list_post_link{
    margin: 0;
    font-size: .8em;
    height: auto;
}
.page_tour{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.sb_link_img{
    display: block;
    margin-bottom: 1.5rem;
}
.sidebar .list_post{
    margin-bottom: 1.5rem;
}
.banner_slider{
    width: 100%;
    height: 38.88888888888889rem;
    background: url('../images/bn_slider_bg.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.banner_slider.slider_web .item{
    margin: 0;
    position: relative;
}
.banner_slider.slider_web{
    margin: 0;
}
.bn_img_link{
    display: block;
}
.banner_slider.slider_web .slick-prev {
    left: 3rem;
}
.banner_slider.slider_web .slick-next {
    right: 3rem;
}
.banner_slider .item img{
    width: 100%;
    height: 40.88888888888889rem;
    object-position: center center;
    object-fit: cover;
}
.banner_slider .item.slick-slide {
  width: auto;
  height: 38.88888888888889rem !important;
  transition: transform .4s;
  position: relative; 
}
.banner_slider .item.slick-slide {
  transform: scale(0.7)  translate(640px);
}
.banner_slider .item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}
.banner_slider .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}
.banner_slider .item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}
.banner_slider .item.slick-slide.slick-center {
  transform: scale(1);
  z-index: 30;
}
.banner_slider .slick-center:after {
  opacity: 0;
}
/* .bn_info_box{
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    display: none;
} */
.bn_info_div{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.banner_slider .slick-center .bn_info_div{
    display: block;
}
.bn_link_tt{
   font-size: 2em;
   color: #fff;
   /* text-transform: uppercase; */
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.5rem 1rem;
    text-align: center;
}
.bn_link_tt:hover{
    color: #ff9c00;
}
.lang_vi{
    display: none;
}
html[lang="vi"] body .lang_vi {
    display: block;
}
html[lang="vi"] body .lang_en {
    display: none;
}
.farmstay .list_post .item{
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.slider_farmstay.slider_web .slick-next {
    right: 1rem;
}
.slider_farmstay.slider_web .slick-prev {
    left: 1rem;
}
.farmstay .list_post .row:nth-child(2n) .item_img{
    order: 1;
}
.farmstay .list_post .row:nth-child(2n) .item_info{
    order: 0;
}
.slider_farmstay .item img{
    height: 24.44444444444444rem;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.list_post .item .item{
    padding: 0;
}