body {
    background: #F8F8F8;
    color: #343843;
    /* position: relative; */
    font-family: 'Roboto';
    line-height: 26px;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url('data:image/svg+xml;utf8,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.5" d="M1 1L5.5 5.5L10 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 16px;
    background-size: 14px 8px;
    border-radius: 2px;
    margin-right: 11px;
}

a:hover {
    text-decoration: none;
}

.pointer {
    cursor: pointer;
}

.rotate-90 {
    transform: rotate(90deg);
}
img{
    max-width: 100%;
}
*,
button:focus {
    outline: 0;
}

.fw-normal {
    font-weight: normal !important;
}

.dropdown-toggle::after {
    height: 6px;
    width: 6px;
    border: 1px solid white;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
}

.header-top {
    height: 44px;
    background: #1A2B48;
    padding-top: 7px;
    position: relative;
    z-index: 999;
}

.header-top a {
    margin-right: 24px;
}

.header-top button {
    border: 1px solid #FFFFFF;
    border-radius: 150px;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: white;
    background: transparent;
    padding: 5px 20px;
    cursor: pointer;
}

.header-menu {
    background: rgba(255, 255, 255, 0.9);
    height: 55px;
    padding: 0px 0;
    /* position: sticky; */
    /* top: -1px; */
    z-index: 990;
    position: relative;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.header-top a.btn-login,
.header-top .dropdown a.dropdown-toggle {
    color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.header-menu-inner {
    display: flex;
    justify-content: space-between;
}

.header-menu .logo {
    height: 47px;
}

.nav-menu {
    display: flex;
}

.nav-menu .nav-menu-item {
    padding: 17px 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    cursor: pointer;
    color: #343843;
    position: relative;
    /* background: white; */
    /* display: inline-block; */
}

.nav-menu .nav-menu-item:hover .sub-menus {
    max-height: 300px;
    transition: all .3s ease-in-out;
    overflow: auto;
}

.sub-menus {
    position: absolute;
    top: 55px;
    left: 0;
    min-width: 650px;
    max-width: 100%;
    background: white;
    max-height: 0;
    overflow: hidden;
}

.sub-menus.sub-menus-short {
    min-width: 300px;
    padding-left: 15px;
    padding-right: 15px;
}

.sub-menus.sub-menus-short a:first-child {

    margin-top: 20px;

}

.sub-menus p {

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 24px;
    padding-top: 11px;
}

.sub-menus a {
    font-weight: 300;
    font-size: 18px;
    display: block;
    margin-bottom: 19px;
    color: #343843;
    line-height: 21px;
}

.sub-menus a.active,
.sub-menus a:hover {
    color: #FF9332;
}

.nav-menu .nav-menu-item:hover {
    background: #C4C4C430;
}

.nav-menu .nav-menu-item .link {
    color: #343843;
    flex: 1;
}

.nav-menu .nav-menu-item.active .link {
    color: #FF9332;
}

.banner {
    height: 520px;
    position: relative;
    /* display: contents; */
}

.banner .home-banner {
    position: absolute;
    width: 100%;
}

.banner .banner-img {
    height: 520px;
    background-position: center;
    background-size: cover;
}

.banner .banner-content {
    position: absolute;
    width: 100%;
    z-index: 997;
    bottom: 100px;
}

.banner.tour {
    padding-top: 55px;
}

.banner .banner-highlight {
    position: absolute;
    width: 100%;
    z-index: 997;
    bottom: 200px;
    text-align: center;
}

.banner .banner-highlight h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #fff;
}

.banner .banner-visa-from-to {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .banner-visa-next {
    margin: 0 20px;
}

.banner .banner-visa-next img {
    margin-top: -5px;
}

.banner .banner-visa-date {
    color: #fff;
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}


/* 
.banner h1 {
    color: #FFFFFF;
    font-weight: 200;
    font-size: 80px;
    line-height: 94px;
    text-align: center;
}

.banner h1 b {
    display: block;
    font-weight: 500;
    color: white;
    margin-bottom: 16px;
}
 */

.banner .banner-brand {
    width: 414px;
    height: 110px;
    background: #0005;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 123px;
}

.banner .banner-brand h3 {
    font-weight: 500;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    margin: 0;
    margin-right: 10px;
}

.banner .banner-brand h3 a {

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #FF9332;
}

.banner .banner-brand>div {
    align-items: center;
    justify-content: center;
    display: flex;

    width: 122px;
    height: 82px;
    background: white;
    padding: 0 11px;
}

.banner .banner-text-section{
    padding: 14px 20px;
    margin-top: 25px;
    margin-bottom: 123px;
    text-align: center;
}
.banner .banner-text-h1{
    font-size: 69px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
}
.banner-text-h1 .text-thin{
    font-weight: 100;
}
.banner-text-h1 .text-bold{
    font-weight: 500;
}
.banner .banner-text{
    font-weight: 300;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.banner .input-search {
    max-width: 100%;
    width: 852px;
    display: flex;
    height: 60px;
    background: #FFFFFF;
    border-radius: 204px;
    margin: 0 auto;
}

.banner .input-search img {
    width: 20px;
    margin: auto 20px;
}

.banner .input-search input {
    width: 100%;
    border: 0;

    font-style: italic;
    font-weight: 200;
    font-size: 16px;
    line-height: 19px;
}

.banner .input-search input:focus {
    outline: 0;
}

.banner .suggest {
    color: white;
    margin: 0 auto;
    margin-top: 11px;
    max-width: 100%;
    width: 852px;
    padding-left: 50px;
}

.banner .suggest a {

    color: white;
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    text-decoration: underline;
    line-height: 16px;
    cursor: pointer;
}

.page {
    padding-top: 75px;
}

.page .sub-title {

    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 13px;
}

.page h3 {

    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.page .underline {
    height: 11px;
    width: 83px;
    margin: 0 auto;
    background: url(../img/underline.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.page-menu {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page-menu a {

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 44px;
    display: inline-block;
    color: #343434;
}

.page-menu a.active {
    font-weight: 500;
    color: #FF9332;
}

.book-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 15px;
    display: block;
}
.book-item:hover .book-item-btn {
    opacity: 1;
    transition: all 0.1s ease-in;
}

.book-item-fav {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
}

.book-item-img {
    position: relative;
    max-height: 200px;
}

.book-item-promo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: white;

    height: 50px;
    width: 50px;

    font-weight: 500;
    font-size: 12px;
    padding-top: 8px;
    line-height: 14px;
    padding-left: 5px;
    background-image: linear-gradient(to bottom right, #FF9332 0%, #FF9332 50%, transparent 50%, transparent 100%);
}

.book-item-img>img {
    object-fit: cover;
    object-position: center;
    height: 200px;
    width: 100%;
}

.book-item-btn {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    opacity: 0;
    height: 100%;
    padding-top: 110px;
    background: #0005;
}

.book-item-btn a,
.book-item-btn button {
    display: block;
    height: 30px;
    background: #FF9332;
    border-radius: 103px;
    border: 0;

    font-size: 14px;
    line-height: 16px;
    text-align: center;

    color: #FFFFFF;
    width: 150px;
    margin: 0 auto;
    cursor: pointer;
}

.book-item-btn a {
    padding-top: 6px;
    cursor: pointer;
}

.book-item-btn img {
    display: inline-block !important;
}

.book-item-location {

    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    padding: 9px;
    padding-bottom: 4px;
    margin: 0;
}

.book-item-location img {
    margin-right: 6px;
    vertical-align: top;
    display: inline-block !important;
}
.user-logged .dropdown-menu{
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    margin-top: 11px;
}
.user-logged .dropdown-menu a{
    padding-left: 10px;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    color: #343843;
}
.avatar-block .avatar{
    border-radius: 50%;
    max-width: 30px;
}
.avatarimg{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90px;
    z-index: 99;
}
.avatarimg.active{
    display: block;
}
.avatar-block .custom-file .nameFile{
    position: absolute;
    top: -70px;
    color: #fff;
    left: 0;
}
.avatar-block .custom-file{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.user-logged .dropdown-menu a:last-child{
    border-top: 1px solid #ccc;
}
.book-item h4 {
    font-size: 18px;
    line-height: 21px;
    margin: 4px;
    margin-left: 9px;
    color: #343843;
    font-weight: 400;
}

.book-item-rate {
    display: flex;
    align-items: center;

    font-weight: 300;
    font-size: 12px;
    margin-left: 9px;
    line-height: 14px;
}

.book-item-rate span {
    margin-left: 5px;
}

.book-item-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 9px;
    padding-top: 0px;
}

.book-item-footer.align-flex-end {
    justify-content: end;
}

.book-item-time {
    padding-bottom: 2px;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.book-item-time img {
    display: inline-block !important;
    vertical-align: top;
}

.book-item-price p {

    font-weight: 200;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    margin: 0;
    text-decoration: line-through;
}

.book-item-price h5 {

    font-weight: 500;
    font-size: 18px;
    margin: 0;
    line-height: 21px;
    text-align: right;
    color: #FF9332;
    white-space: nowrap;
}

.book-item-price span{
    font-weight: 200;
    font-size: 12px;
    line-height: 14px;
    margin-right: 5px;
}

#top-location {
    overflow: hidden;
    margin-top: 67px;
}

.location-item {
    position: relative;
    height: 350px;
    margin: 0 17.5px;
}
.location-item:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46.35%, #000000 100%);*/
    z-index: 8;
}
.list-toplocation .locaction-item-btn{
    z-index: 9;
}
.list-toplocation .location-item .location-item-bottom{
    background: none;
    z-index: 9;
}
.list-toplocation{
    margin: 60px 0;
}
.list-toplocation .location-item{
    margin-left: 0;
    margin-right: 0;
}
.list-toplocation .location-item:hover .location-item-bottom{
    bottom: 0;
    transform: translateY(0);
}
.list-toplocation .location-item .location-item-bottom{
    text-align: center;
}
.list-toplocation .location-item .location-item-bottom p{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}
.list-toplocation .location-item .location-item-bottom p.location-item-sub{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: inherit;
}
.list-toplocation .location-item .location-item-price{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #FF9332;
    margin-bottom: 10px;
}
.list-toplocation .location-item .location-item-sub{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}
.location-item img {
    object-fit: cover;
    object-position: center;
    height: 350px;
    width: 100%;
    /* width: 225px; */
}

.location-item .location-item-top {
    position: absolute;
    top: 0;
    padding: 11px 18px;
    width: 100%;
}
.popular .location-item .location-item-bottom{
    display: none;
}
.location-item .location-item-bottom {
    position: absolute;
    background: #0005;
    width: 100%;
    padding: 11px 18px;
    bottom: 0;
}
.location-item:hover .location-item-bottom{
    bottom: 50%;
    transform: translateY(-50%);
    background: none;
    text-align: center!important;
    z-index: 999;
    display: block!important;
}
.popular .location-item:hover .location-item-bottom{
    bottom: 40%;
    transform: translateY(-40%);
    background: none;
    text-align: center!important;
    z-index: 999;
    display: block!important;
}
.top-location-tour .location-item:hover .location-item-bottom{
    display: none!important;
}
.top-location-tour .location-item .item-detail p{
    margin-top: 10px;
}
.popular .location-item .locaction-item-btn .item-detail{
    margin-top: 50px;
}
.popular .location-item .location-item-top p{
    text-transform: uppercase;
}
.popular .location-item p.location-item-sub{
    font-size: 14px;
}
.popular .location-item p.location-item-price{
    font-size: 18px;
}
.location-item:hover .location-item-top{
    z-index: 999;
}
.location-item:hover .locaction-item-btn{
    display: flex;
}

#top-location .location-item:hover .location-item-bottom{
    display: none;
}
.locaction-item-btn{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.location-item .item-detail p{
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom:0;
    display: block;
    text-align: center;
}
.list-qa li{
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}
.list-qa li:before{
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('../img/icon-list.svg') no-repeat;
    top: 5px;
}
.list-qa li a{
    font-family: "Roboto";
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    padding-left: 20px;
}
.list-qa li a:hover{
    text-decoration: none;
    color: #FF9332;
}
.btn-detail{
    display: block;
    height: 30px;
    background: #FF9332;
    border-radius: 103px;
    border: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    width: 150px;
    margin: 0 auto;
}
.btn-detail:hover{
    color: #fff;
    text-decoration: none;
}
.bg-overlay{
    background: rgba(0, 0, 0, 0.5);
}
.location-item p {
    margin: 0;
    display: block;
    color: white;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.location-item p.location-item-sub {

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.location-item p.location-item-price {
    color: #FF9332;
}

.quangcao {
    margin-top: 60px;
}

.news {
    padding-top: 60px;
}

.news-item {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 15px;
}

.news-item h5 {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    margin-top: 6px;
    text-align: left;
}

.news-item .img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

.news-item-location {

    font-size: 12px;
    line-height: 14px;
    color: #FF9332;
}

.news-item-location img {
    display: inline-block !important;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.news-item-content {
    padding: 9px 11px;
}

.news-item-content p {

    font-size: 14px;
    line-height: 16px;
    opacity: 0.5;
}

.news-item-content a {
    font-size: 12px;
    line-height: 14px;
    color: #FF9332;
    display: block;
    text-align: right;
}

.customer-item {
    position: relative;
    margin: 0 15px;
}

.customer-item-rate img {
    display: inline-block !important;
}

.customer-item-content {
    margin-top: 20px;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 30px;

}

.customer-item-content::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 33px;
    top: 29px;
    left: -10px;
    background: url(../img/quote.svg);


}

.customer-item-content::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 36px;
    left: 15px;
    border-top: 20px solid white;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.customer-item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin: 0;


}

.more-content {
    background: #1A2B48;
    padding: 51px 23px;
    min-height: 390px;
}

.more-content p {
    color: white;

    font-size: 18px;
    line-height: 21px;
}

.more {
    padding-bottom: 150px;
}

footer {
    background: #FF9332;
    padding: 50px 0;
}

footer h4 {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

footer ul {
    padding-inline-start: 20px;
    list-style: none;
}

footer ul li::before {
    content: "\2022";
    color: white;
    font-weight: bold;
    display: inline-block;
    margin-left: -20px;
    margin-top: -5px;
    position: absolute;
}


footer a {

    font-size: 14px;
    line-height: 16px;
    display: block;
    margin-bottom: 21px;

    color: #FFFFFF;
}

footer a:hover {
    color: #ffffff;
}

footer p {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;

    color: #FFFFFF;
}

footer strong {

    font-weight: 500;
}

footer button {

    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 159px;
    width: 100%;
    background: transparent;


    font-weight: 300;
    font-size: 14px;
    line-height: 16px;

    color: #FFFFFF;
    height: 30px;
    margin: 20px 0;

}

footer button:hover {
    background: white;
    color: #FF9332;
    cursor: pointer;
}

footer input {
    margin-top: 20px;
    appearance: none;
    border: 0;
    border-bottom: 1px solid white;
    background: none;
    height: 30px;
    width: 100%;
    display: block;

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;

    color: white;

}

footer input::placeholder {
    color: white;
}

.slick-dots {
    list-style: none;
    text-align: center;
    padding-inline-start: 0;
    display: none;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    font-size: 0;

    width: 12px;
    height: 12px;
    appearance: none;
    border: 0;
    padding: 0;
    border-radius: 10px;
    margin: 11px;
}

.slick-dots li.slick-active button {
    background: #FF9332;

}

.page .slick-list {
    margin: 0 -15px;
}


.login {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 74px 10px;
}

.login .form {
    width: 520px;
    /* min-height: 735px; */
    background: #FFFFFF;
    padding: 17px;
    margin: 0 auto;
    max-width: 100%;
}

.login h3 {

    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-align: left;
}

.login p.login-sub {

    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    min-height: 58px;
    opacity: 0.5;
}

.login .btn-google,
.login .btn-facebook {

    height: 40px;
    width: 100%;
    background: #1877F2;
    border-radius: 98px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    padding-left: 0;
    padding-right: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}

.login .btn-google {
    background: #EA4335;
    padding-left: 10px;
}

.login .btn-google img,
.login .btn-facebook img {
    margin-right: 5px;
    height: 20px;
    width: 20px;
}

.login .login-or {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    /* opacity: 0.5; */
    text-align: center;
    margin-top: 37px;
    color: #34384350;
    position: relative;
    background: white;
    z-index: 2;
    padding: 0 20px;
    display: inline-block;
}

.login .login-or-line {
    margin-top: -25px;
    margin-bottom: 35px;
    z-index: 1;
    position: relative;
}

.login .tabs {
    display: flex;
}

.login .tabs .tab {
    flex: 1;
    display: flex;
    text-align: center;

    font-weight: 300;
    font-size: 18px;
    align-items: center;
    line-height: 21px;
    justify-content: center;
    height: 40px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.login .tabs .tab img.img-active {
    display: none;
}

.login .tabs .tab.active {
    color: #FF9332;
    border-color: #FF9332;
    font-weight: 500;
}

.login .tabs .tab.active img {
    display: none;
}

.login .tabs .tab.active img.img-active {
    display: inline-block;
}

.login .input-group,
.comp-login .input-group{
    display: flex;
    border-bottom: 0.5px solid #00000030;
    margin-top: 30px;
    align-items: center;
}

.login .input-group select,
.login .input-group input,
.comp-login .input-group input,
.comp-login .input-group select{
    /* width: 100%; */
    flex: 1;
    border: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.login input[type=checkbox] {
    height: 23px;
    width: 23px;
    font-size: 23px;
}

.btn {
    height: 50px;
    border-radius: 98px;
    font-size: 18px;
    border: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}



a.btn {
    padding-top: 16px;
}

.btn.btn-primary,
.login .btn-submit {
    background: #FF9332;
    color: #FFFFFF;
    width: 200px;
}

.login .btn-submit {
    height: 40px;
    width: 100%;
    display: block;
    margin-bottom: 17px;
}

.btn.btn-xs {

    height: 29px;

    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    width: auto;
}

.btn.btn-sm {
    height: 41px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    /* width: auto; */
}

.btn.btn-block {
    width: 100%;
}


.btn.btn-outline-primary,
.login .btn-submit-outline {

    font-weight: normal;
    background: transparent;
    border: 1px solid #FF9332;
    color: #FF9332;
}
.btn-outline-red{
    font-weight: normal;
    background: transparent;
    border: 1px solid #F50C12;
    color: #F50C12;
}
.btn-outline-red:hover{
    color: #F50C12;
}
.btn.btn-wishlist{
    padding-top: 10px;
}
.login .login-foot {
    text-align: center;
    margin-top: 41px;
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}

.login .login-foot a {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    text-decoration: underline;
}

.login a {

    color: #343843;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.login label {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0;
    vertical-align: top;
    line-height: 23px;
}

.tabs {
    display: flex;
}

.tabs .tab {
    height: 40px;
    width: 160px;
    background: #fff5;
    text-align: center;
    padding-top: 12px;
    margin: 0;

    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}

.tabs .tab.active {
    background: white;
    color: #FF9332;
}

.form-search.stick-top {
    position: fixed;
    top: 0;
    width: 1110px;
    box-shadow: 5px 5px 5px #ccc2;
}

.form-search {
    background: white;
    height: 60px;
    display: flex;
    align-items: center;
}

.form-search .form-item {
    padding: 0px;
    border-left: 1px solid #C4C4C4;
    flex: 1;
}

.form-search .form-item:first-child {
    border: 0;
    width: 150px;
}
.form-search .form-item{
    position: relative;
}
.select2-container {
    height: 35px;
    width: 100% !important;
    padding-left: 14px;
    padding-right: 14px;
}

.select2-container--default .select2-selection--single {
    border: 0;
    height: 35px;
    padding-top: 2px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 300;
    font-size: 14px;
}

.select2-dropdown {
    min-width: 250px;
    width: 268px;
}

.select2-container--default .select2-results__group {

    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    background: #34384310;
}

.select2-container--open .select2-dropdown {
    /* left: -24px; */
    top: 10px;
}

.form-search .form-item-group {
    display: flex;
    align-items: center;
    height: 41px;
    width: 100%;
    position: relative;
}

.form-search .form-item-group img {
    height: 14px;
    top: 12px;
    position: absolute;
    z-index: 999;
    left: 6px;
}
.form-search .form-item-group select {
    font-weight: 500;
    font-size: 18px;
    border: 0;
    padding: 10px;
    display: block;
}

.form-search .form-item-group input.datepicker {
    font-weight: 300;
    border-bottom: 0;
}

.form-search .form-item-group input {
    border: 0;
    border-bottom: 1px solid #C4C4C4;
    font-weight: 300;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px 22px;
    line-height: 21px;
}

.form-search .form-item:last-child {
    border: 0;
}

.form-search .form-item label {
    white-space: nowrap;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 15px;

}

.modal .form-search {
    height: auto;
}

.input-quantity button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    width: 25px;
    height: 25px;
    background: #FF9332;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border: 0;
    color: white;
    border-radius: 13px;
    margin: 0 10px;
    cursor: pointer;
}

.input-quantity {
    text-align: center;
    width: 200px;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    padding: 7px 0;
    margin: 0 -10px;
}

.result-tour {
    padding-top: 26px;

}

.result-tour h2 {
    margin: 0;
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 34px;
}

.tour-item {
    margin-top: 25px;
    display: flex;
    min-height: 225px;
    background: white;
}

.tour-item-img {
    width: 316px;
    min-width: 316px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tour-item-content {
    padding: 13px;
    flex: 1;
}

.tour-item-content p {

    font-weight: 300;
    font-size: 14px;
    color: #000000;
    margin-bottom: 9px;
    line-height: 16px;
}

.tour-item-content p img {
    vertical-align: top;
}

.tour-item-content button {
    width: 200px;
}

.tour-item-name {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.tour-item-price {

    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #FF9332;
    margin-bottom: 18px;

}

.tour-item-location {
    margin-bottom: 5px;
}

.tour-item-location img {
    vertical-align: top;
}

.filter-item {
    padding: 12px 19px;
    margin-top: 22px;
    background: white;
    padding-right: 30px;
}

.filter-item h4, .filter-item-price h4 {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 10px;
}

.filter-item label {

    font-size: 14px;
    line-height: 16px;
}

.filter-item input[type=radio] {
    height: 16px;
    width: 16px;
}

.filter-item input[type=checkbox] {
    height: 15px;
    width: 15px;
    margin-right: 10px;
    vertical-align: middle;
}

.filter-item input[type=range] {
    width: 100%;
}

#slider-range {
    margin-top: 15px;
}

.filter-item .ui-widget.ui-widget-content {
    height: 3px;
}

.filter-item .ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #FF9332;
    border: 0;

}
.filter-item .title-22{
    font-size: 14px; 
    margin: 0; 
}
.title-car-result{
    font-size: 18px;
    margin: 15px 0px 15px 5px;
    font-weight: 500;
}
.filter-tour .filter-content{
    padding:15px;
}
.filter-tour .filter-content .filter-item{
    padding: 1px 28px 12px 5px;
    margin-top: 1px;
}
.filter-tour .filter-content .filter-item-price{
    padding: 1px 2px 12px 5px;
    margin-top: 1px;
}
.filter-tour .filter-content .filter-item-price .ui-widget.ui-widget-content{
   height: 3px;
}
.filter-item-price .ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    border-radius: 5px;
    background: #FF9332;
    border: 0;
}
.filter-tour .btn{
    height: 40px;
}
.ui-slider-horizontal .ui-slider-range {
    border: 0;
    height: 3px;
    background: #FF9332;
}

#searchModal .modal-dialog {
    max-width: 1120px;
    margin-top: 170px;

}

.detail-banner {
    height: 450px;
    margin-bottom: 33px;
}

.detail-banner img {
    height: 450px;
    object-fit: cover;
}

.home-banner .slick-dots,
.detail-banner .slick-dots {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.home-banner .slick-dots li button,
.detail-banner .slick-dots li button {
    border: 1px solid white;
    background: transparent;
}

.home-banner .slick-dots li.slick-active button,
.detail-banner .slick-dots li.slick-active button {
    background: white;
}

.tour-detail {
    padding-top: 16px;
    background: #F8F8F8;
}

.detail-tour-map {
    margin-top: 29px;
}

.tour-detail hr {
    margin-left: 0;
    margin-right: 0;
    margin-top: 35px;
    margin-bottom: 35px;

    color: #343843;
}

.tour-detail h4 {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 19px;
    position: relative;
}
.tour-detail li,
.tour-detail p {

    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}


.tour-detail-content ul {
    padding-inline-start: 20px;
    list-style: none;
}

.tour-detail-content ul li::before {
    content: "\2022";
    color: #1A2B48;
    font-weight: bold;
    display: inline-block;
    margin-left: -16px;
    margin-top: 0px;
    position: absolute;
}


.tour-detail strong {
    font-weight: 500;

}

.tour-detail h4::before {
    content: '';
    position: absolute;
    top: 24px;
    width: 20px;
    height: 2px;

}

.tour-detail-location {

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 7px;
}

.tour-detail-name {
    margin-bottom: 0;

    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}

.tour-detail-rate img {
    height: 17px;
    width: 17px;
}

.table-tour {
    border: 0;
}


.table-tour td {
    background: white;
}

.table-tour th {
    padding: 0; 
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.table-tour tr {
    border: 0;
    border-color: #f8f8f8;
}

.table-tour tbody tr {
    border-top: 10px solid #f8f8f8
}

.table-tour td {
    vertical-align: middle;

    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.tour-book {
    position: sticky;
    top: 80px;
    background: #FFFFFF;
    padding: 0;
}
.frm-sticky{
    position: sticky;
    top: 80px;
}
.line-tour{
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}
.tour-book .tour-title{
    margin-bottom: 10px;
    width: 100%;
}
.tour-book .tour-title.line-tour{
    border-bottom: 0;
    background: #FF9332;
    padding: 11px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.tour-book h5 {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    padding-left: 7px;
    margin-bottom: 7px;
}

.tour-book-total {
    display: flex;
    justify-content: space-between;
    padding: 1px 7px;
    margin-bottom: 12px;
    margin-top: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.tour-book .btn-sm-sp {
    height: 41px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    background-color: #FFFFFF;
    color: #FF9332; 
    border: 1px solid;
}
.tour-book-total p {
    margin: 0;
}

.tour-book-total p:last-child,
.tour-book-total .total-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FF9332;
}
.tour-book-total .total-price.tlg{
    font-size: 24px;
}
.tour-book-price-single{
    display: flex;
    justify-content: space-between;
    padding: 1px 7px;
    margin-bottom: 12px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #000000;
}
.tour-book-price-single p{
    margin-bottom: 0;
}
.tour-book-price-single .total-price{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #7B7B7B;
    text-decoration: line-through;
}
.tour-book-time {
    background: white;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 5px 12px 15px 12px;
}

.tour-book-time span {
    flex: 1;
}

.tour-book-price {
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 7px;
    align-items: center;
    width: 100%;

}
.tour-book h3.title-book-car{
    background:#FF9332;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: left;
    padding: 15px 11px;
}
.tour-book-prices {
    padding-bottom: 12px;
    background: white;
    padding-left: 15px;
    padding-right: 15px;
}
.tour-book .action-tour{
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 12px;
}
.tour-book-price input {
    text-align: center;
    width: 22px;
    border: 0;
    margin: 0 16px;
    border-bottom: 0.5px solid #00000030;
}

.tour-book-price button {
   appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    flex: 0 0 20px;
    height: 20px;
    background: #FF9332;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border: 0;
    color: white;
    border-radius: 13px;
    margin: 0 4px;
    cursor: pointer;
}
.tour-book-price p {
    margin: 0;
    width: 68px; 
    text-align: left;
}
.tour-book-price p:last-child {
    width: 101px;
    color: #FF9332;
    font-weight: 500;
    margin-right: -6px; 
}
.text-tour-package {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
    color: #15CF74;
}
.text-tour-package-end {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
    color: #F50C12; 
}
.text-tour-price {
    color: #FF9332; 
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 16px;
}
.btn.btn-xs{
    width: 115px;
    float: right;
}
.title-map{
    ont-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-top: 40px; 
    margin-bottom: -10px !important;
    position: relative;
}
.review-block-tour{
    background: #fff;
    padding: 16px 14px;
}
.review-block-tour h3{
    font-size: 14px;
    font-weight: 500; 
    text-align: left;
}
.review-block-tour .progress{
    margin-top: 10px;
    margin-bottom: 28px; 
    background: #E5E5E5; 
    height: 4px;
}
.review-block-tour .progress-primary .progress-bar {
    background: #50545E;
}
.review-block-tour .percen-view{
    padding-right: 20px;
}
.review-btn button{
    height: 40px !important;
    font-size: 18px;
}
.revew-pl{
    margin-top: 5px; 
    margin-right: 21px;
    font-size: 14px; 
}
#addreview-tour .form-group .form-control:placeholder{
    opacity: 0.3;
}
#addreview-tour .form-group .form-control{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
}
.tour-related .title-tour {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    text-align: left;
    margin-top: 40px; 
    margin-bottom: 30px;
}
.total-point-tour{
    font-weight: 900;
    font-size: 72px;
    line-height: 84px;
    color: #50545E;
}
.total-review{
    font-size: 12px; 
    line-height: 14px;
    color: #50545E;
}
.tour-related .book-item-price p {
    font-size: 12px; 
    text-align: left;
}
.tour-related .book-item-price h5 {
    font-size: 24px; 
}
.tour-related .book-item-location {
    margin-top: 10px; 
    margin-bottom: -5px;
}
.tour-related h4 {
    margin-bottom: 4px;
}
.hotel-detail {
    background: #F8F8F8;
    padding-top: 16px;
}

.hotel-detail p {

    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.hotel-detail strong {
    font-weight: 500;
}

.hotel-detail-warning {
    padding: 30px;
    background: rgba(255, 147, 50, 0.2);
    margin-bottom: 32px;
    margin-top: 18px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
}

.hotel-detail-warning img {
    margin-right: 20px;
}

/* .hotel-detail hr {
    margin-left: -15px;
    margin-right: -15px;
} */

.hotel-detail-warning p {
    margin: 0;
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
}

.hotel-detail-warning p strong {
    font-weight: 500;
}

.hotel-detail h4 {

    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.hotel-detail .hotel-detail-label {
    font-weight: 500;
    font-size: 18px;
    color: #343843;
}
.btn.btn-buynow{
    line-height: 9px;
}
.hotel-detail-book {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FFFFFF;
    margin-bottom: 33px;
    margin-top: 33px;
}

.hotel-detail-book label {

    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.hotel-detail-book p {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
}

.hotel-detail-book h5 {

    padding-top: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FF9332;
}

.hotel-detail-book .col-md-4 {
    padding-left: 50px;
}

.hotel-detail-book button {
    margin-top: 20px;
}

.room-detail {
    padding-bottom: 10px;
    padding-top: 35px;
    /* border-bottom: 1px solid #34384330; */
    margin-top: 10px;
}
.border-b{
    padding-bottom: 22px;
    margin-bottom: 35px;
    border-bottom: 1px solid #34384330;
}
.room-detail .col-md-4.pl-md-0{
    position: relative;
}
@keyframes scaling{
    0%, 100%{
      transform: scale(0.2);
      background-color: #fff;
    }
    40%{
      transform: scale(1);
      background-color: #44c8fc;
    }
    50%{
      transform: scale(1);
      background-color: #FF9332;
    }
}
.dot-loading{
    height: 10px;
    width: 10px;
    border-radius:50%;
    transform: scale(0);
    background-color:red;
    animation: scaling 2.5s ease-in-out infinite;
    display: inline-block;
    margin:.5rem;
    text-align: center;
}
.dot-loading:nth-child(0){
    animation-delay:0s;
}
.dot-loading:nth-child(1){
    animation-delay:0.2s;
}
.dot-loading:nth-child(2){
    animation-delay:0.4s;
}
.dot-loading:nth-child(3){
    animation-delay:0.6s;
}
.dot-loading:nth-child(4){
    animation-delay:0.8s;
}
.dot-loading:nth-child(5){
    animation-delay:1s;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2100;
    top:0;
    left: 0;
}
.loading .inner-loading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.loading .inner-loading img{
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
}

.loading .inner-loading p{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
@media screen and (min-width: 992px){
    .room-detail .room-detail-img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        z-index: 95;
        opacity: 1;
        right: 0;
    }
}

.legal-block{
    width: 100%;
}
.input-group .custom-selected{
    min-width: 80px;
    border:0;
    border-bottom: 1px solid #cccc;
    background-position-y: 7px;
}
.room-detail .room-detail-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: black;
    margin-bottom: 8px;
}
.discount-block{
    padding-top: 20px;
}
.room-detail .room-detail-view {
    color: black;
    max-width: 100%;

    font-style: italic;
    font-size: 14px;
    width: 316px;
    line-height: 16px;
    text-align: center;
    display: block;
    margin-top: 7px;
    cursor: pointer;
}

.room-detail .room-detail-info {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    padding-left: 40px;
    line-height: 1.3;
}

.room-detail .room-detail-info img {
    position: absolute;
    left: 15px;
}

.room-detail .room-detail-promo {

    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FF9332;
    margin-bottom: 15px;
}

.room-detail .room-detail-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FF9332;
    margin-bottom: 0;
}

.room-detail .room-detail-price-raw {
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    text-decoration: line-through;
    margin-bottom: 0;
    padding-bottom: 10px;

}

.room-detail .room-detail-note {

    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin-bottom: 33px;
}

.hotel-detail-summary {
    padding: 0;
    background: #FFFFFF;
    position: sticky;
    top: 80px;
    padding-bottom: 15px;
}
.heading-edit-book{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.hotel-booking-content{
    padding-left: 11px;
    padding-right: 11px;
}
.profile-page{
    margin: 36px 0;
}
.avatar-block{
    border-bottom: 0.5px solid rgba(255 255 255 / 30%);
}
.avatar-block .img-avatar{
    margin: 0 auto; 
    margin-top: 52px; 
    width: 157px;
    height: 157px;
    background: #EBEBEB;
    border-radius: 50%;
    position: relative;
}
.img-avatar img.avatar{
    position: absolute;
    top:  50%;
    left:  50%;
    transform: translate(-50%,-50%);
    max-width: 120px;
}
.img-avatar .text-avatar{
    position: absolute;
    top:  50%;
    left:  50%;
    transform: translate(-50%,-50%);
    font-weight: 900;
    font-size: 96px;
    text-align: center;
    color: #FF9332;
}
.img-avatar .text-avatar.hiddentext{
    display: none;
}
.icon-update-avatar{
    position: absolute;
    right: 5px;
    bottom: 0px;
    background: #fff;
    width: 21px;
    height: 21px;
    border: 0;
    border-radius: 100%;
    padding: 0;
    left: inherit;
}
.icon-update-avatar img{
    position: absolute;
    top:  50%;
    left:  50%;
    transform: translate(-50%,-50%);
    max-width: 15px;
}
.profile-title{
   text-align: center;
   color: #FFFFFF;
}
.profile-title h4{
    margin-top: 6px; 
    margin-bottom: 0;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    color: #FF9332;
}
.profile-title h3{
    font-size: 18px;
    line-height: 21px;
}
.profile-title p{
    margin-top: 5px; 
    margin-bottom: 0; 
    font-size: 12px;
    line-height: 14px;
}
.profile-title .btn{
    width: 218px; 
    height: 40px;
    border-radius: 70px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.profile-title .btn .btn-primary{
    width: 218px; 
    height: 40px;
    border-radius: 70px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.profile-title a.btn{
    margin-top: 19px;
    margin-bottom: 30px; 
    padding-top: 12px; 
}
.profile-menu{
    margin-top: 5px; 
    font-size: 14px;
    line-height: 16px;
}
.profile-menu ul{
    list-style: none;
    margin: 0;
    padding: 0; 
    margin-bottom: 20px; 
}
.profile-menu ul.submenu{
    margin-left:  20px;
    padding-top:  20px;
    border-bottom: 0;
    margin-bottom: 0; 
}
.profile-menu ul.submenu-history{
    margin-left:  20px;
    padding-top:  20px;
    border-bottom: 0;
    margin-bottom: 0; 
}
.profile-menu ul.submenu li:last-child{
    padding-bottom: 0;
}
.profile-menu ul.submenu-history li:last-child{
    padding-bottom: 0;
}
.profile-menu ul.submenu li a{
    color:  #fff;
}
.profile-menu ul.submenu-history li a{
    color:  #fff;
}
.profile-menu ul li{
    padding-bottom: 20px; 
}
.profile-menu ul li a:hover span{
    color:  #FF9332;
}
.profile-menu ul li span{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px; 
    color: #FFFFFF;
}
.profile-menu ul li span:first-child{
    width:  20px;
}
.profile-menu .profile-line{
    margin: 0;
    padding: 0; 
    background: rgba(255 255 255 / 30%);
}
.profile-menu .active span, .profile-menu .submenu .active{
    color: #FF9332;
}
.profile-block .cover-block{
    position: relative;
}
.profile-block .cover-block img{
    width: 816px; 
    height: 300px;
}
.profile-block .cover-block .edit-cover-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    padding: 12px 20px;
    border-radius: 70px;
    background-color: #ffffff;
    color: #FF9332;
    font-size: 14px;
}
.profile-block .cover-block .edit-cover-btn img{
    height: 12px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.profile-block h3{
    padding-top: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}
.profile-block .form-group, .form-control, .selectType{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.profile-block .form-group .form-check-input{
    margin-top: 0.1rem;
}
.profile-block .form-control, .selectType{
    font-weight:normal;
    background: none;
}
.profile-block .form-group label:before{
    content: ":";
    position: absolute;
    right: 0;
}
.profile-block .form-group .select2-container--default .select2-selection--single {
    background: none;
    border: 0;
    border-bottom: 1px solid #cccc;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}
.profile-block .select2-container{
    padding-left: 0;
    padding-right: 0;
}
.profile-block .select2-container--open .select2-dropdown {
    left: 0;
    top: 10px;
}
.profile-block .form-group .select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: normal;
    font-size: 14px;
    padding-left: 12px; 
}
.profile-block .form-group .btn, .profile-page #details-account-banking .btn {
    margin: 0 auto; 
    margin-top: 30px; 
    width: 218px;
    height: 40px;
    background: #FF9332;
    border-radius: 70px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.profile-page #details-account-banking table {
    width: 100%;
    text-align: center;
}

.profile-block .pass-err{
    padding-top: 5px;
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #F50C12;
}
.profile-block .pass-end{
    padding-top: 5px;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #15CF74;
}
.profile-wallet-coin-info{
    background-color: #FFF8F1;
    padding: 20px 0;
}
.profile-wallet-coin-label{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #1877F2;
    margin-bottom: 15px;
}
.profile-wallet-coin-total{
    font-weight: 900;
    font-size: 40px;
    line-height: 47px;
    color: #1877F2;
}
.profile-wallet-coin-bag{
    display: block;
    max-width: 100%;
    margin-left: 20%;
}
.profile-wallet-package-btn{
    display: block;
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #1877F2;
    padding: 13px 10px;
    background-color: #FBBF96;
}
.profile-wallet-package-btn img{
    margin-left: 10px;
}

.package-icon{
    height: 30px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}
.package-control-field:before{
    content: ''!important;
}

.package-control-field {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 15px;
    min-height: 16px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid #FF9332;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05)
}
.package-control-field .checkmark {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border: 1px solid #F67B21;
    border-radius: 100%;
    margin-right: 33px;
}
.package-control-field .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 20px;
    height: 20px;
    background-color: #F67B21;
    border: 1px solid #F67B21;
    border-radius: 100%;
}
.package-control-field:hover .checkmark {
    background-color: #0C2A5E;
}
.package-control-field:hover .checkmark:after {
    border-color: #0C2A5E;
}
.package-control-field input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.package-control-field input[type='radio']:checked ~ .checkmark {
    background-color: #0C2A5E;
    border-color: #0C2A5E;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}
.package-control-field input[type='radio']:checked ~ .checkmark:after {
    display: block;
}

.profile-wallet-pay-price{
    background: #FFFFFF;
    border: 1px solid #1877F2;
    padding: 15px 12px;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    color: #1877F2;
}
.profile-wallet-pay-price .pw-price-number{
    font-size: 32px;
    color: #FF1400;
    vertical-align: middle;
}

.profile-wallet-pay-method{
    padding: 15px;
    background-color: #ffffff;
    margin-top: 15px;
}
.pw-pay-method-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    text-align: center;
}
.pw-pay-method-package{
    margin-top: 15px;
}

.pmc-label-2{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.pmc-icon{
    max-width: 30px;
    height: auto;
    display: block;
    margin-right: 10px;
}
.paymethod-control-field:before{
    content: ''!important;
}
.paymethod-control-field {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 15px;
    min-height: 16px;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: #FFFFFF;
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05)
}
.paymethod-control-field .checkmark-border {
    display: none;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 2px solid #FF9332;
}
.paymethod-control-field .checkmark {
    position: relative;
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border: 1px solid #F67B21;
    border-radius: 100%;
    margin-right: 10px;
}
.paymethod-control-field .checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
}
.paymethod-control-field:hover .checkmark {
    background-color: #F67B21;
}
.paymethod-control-field:hover .checkmark:after {
    border-color: #F67B21;
}
.paymethod-control-field input[type='radio'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.paymethod-control-field input[type='radio']:checked ~ .checkmark {
    background-color: #F67B21;
    border-color: #F67B21;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}
.paymethod-control-field input[type='radio']:checked ~ .checkmark:after {
    display: block;
}

.paymethod-control-field input[type='radio']:checked ~ .checkmark-border {
    display: block;
}

.pmu-info-item{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.pmu-info-item .pmu-info-s{
    float: right;
}
.pmu-info-item .pmu-info-l{
    width: 112px;
    float: left;
}
.pmu-info-item .pmu-info-r{
    font-weight: 500;
    margin-left: 147px;
}

.form-check-field:before{
    content: ''!important;
}
.form-check-field {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    min-height: 16px;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.form-check-field .fcf-checkmark {
    position: relative;
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    border: 1px solid #F67B21;
    border-radius: 100%;
    margin-right: 10px;
}
.form-check-field .fcf-checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 100%;
}
.form-check-field:hover .fcf-checkmark {
    background-color: #F67B21;
}
.form-check-field:hover .fcf-checkmark:after {
    border-color: #F67B21;
}
.form-check-field input[type='radio'],
.form-check-field input[type='checkbox']{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.form-check-field input[type='radio']:checked ~ .fcf-checkmark,
.form-check-field input[type='checkbox']:checked ~ .fcf-checkmark {
    background-color: #F67B21;
    border-color: #F67B21;
    filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.25));
}
.form-check-field input[type='radio']:checked ~ .fcf-checkmark:after,
.form-check-field input[type='checkbox']:checked ~ .fcf-checkmark:after {
    display: block;
}

.walletCompanyNumber{

}

.form-check-field-sub{
    font-weight: 200;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-left: 18px;
}

.profile-page .form-group .form-control{
    border: 1px solid #cccc;
}

.wallet-history-section{

}

.wallet-history-item{
    border-top: 1px solid #343843;
    border-bottom: 1px solid #343843;
    margin-bottom: -1px;
    padding: 7px 10px;
}

.wallet-history-box{

}

.wallet-history-dot{
    width: 15px;
    height: 15px;
    background-color: #C4C4C4;
    border-radius: 100%;
    float: left;
}
.wallet-history-pd{
    margin-left: 30px;
}
.wallet-history-price{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 5px;
}
.wallet-history-date{
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.wallet-history-km{
    font-size: 16px;
    line-height: 19px;
    color: #FF9332;
}
.wallet-history-coin{
    font-weight: 900;
    font-size: 20px;
    line-height: 23px;
    color: #1877F2;
    display: flex;
    height: 100%;
    align-items: center;
}

.checkbox-control-field:before{
    content: ''!important;
}
.checkbox-control-field {
    display: block;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 48px;
    width: 48px;
}
.checkbox-control-field .checkbox-control-checkmark {
    display: block;
    position: relative;
    height: 48px;
    width: 48px;
    background-image: url(../img/ic-status-uncheck.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.checkbox-control-field .checkbox-control-checkmark:after {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-image: url(../img/ic-status-check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.checkbox-control-field input[type='radio'],
.checkbox-control-field input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkbox-control-field input[type='radio']:checked ~ .checkbox-control-checkmark:after,
.checkbox-control-field input[type='checkbox']:checked ~ .checkbox-control-checkmark:after {
    display: block;
}

@media (max-width: 991px) {
    .wallet-history-km{
        margin-left: 30px;
        margin-top: 10px;
    }
}

.list-like .book-item{
    margin: 0; 
}
.list-like .book-item .book-item-btn{
    padding-top: 100px; 
}
.list-like .book-item .book-item-img, .book-item-img>img{
    height: 180px;
}
.profile-block .not-verify{
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.icon-update-file img{
    margin-top: -5px;
    margin-right: 5px; 
}
.icon-update-file{
    background: none;
    width: 115px;
    height: 30px;
    border: 0.5px solid #FF9332;
    box-sizing: border-box;
    border-radius: 74px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FF9332;
}
.history-book table thead{
    background: #FF9332;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.history-book table thead th, .history-book table tbody tr {
    vertical-align: middle;
    font-weight: normal; 
}
.history-book{
    font-size: 14px;
    line-height: 16px;
}
.history-book .status-not{
    font-weight: 500;
    color: #FF9332;
}
.history-book .status-yet{
    font-weight: 500;
    color: #15CF74;
}
.history-book .status-off{
    font-weight: 500;
    color: #F50C12;
}
.history-book .no-booking{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
@media screen and (min-width: 992px){
    .heading-edit-book{
        background: #FF9332;
        color: #fff;
        padding: 15px 11px;
    }
}
.hotel-booking-content input,
.tour-book-time input{
    border: 0;
}
.tour-book-time input{
    margin-left: 5px;
}
.hotel-detail-summary .text-hotline{
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 10px;
}
.select-people{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #cccc;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.select-people .input-quantity{
    text-align: left;
    display: flex;
    margin-left: 10px;
}
.select-people .input-quantity button{
    width: 20px;
    height: 20px;
    line-height: 14px;
}
.select-people .input-quantity span:first-child{
    min-width: 65px;
    display: block;
}
.hotel-booking-content .text-1{
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}
.hotel-booking-content input::placeholder,
.tour-book-time input::placeholder{
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #444;
}
.hotel-booking-content input,
.tour-book-time input{
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000
}
.heading-edit-book span{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.car-detail-summary .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.hotel-detail-summary strong {
    font-weight: 500;
}

.hotel-detail-summary p {
    margin-bottom: 5px;
}

.hotel-detail-summary li {
    margin-bottom: 11px;
}

.hotel-detail-summary p,
.hotel-detail-summary li {

    font-weight: 300;
    font-size: 14px;
    line-height: 16px;

    color: #000000;

}

.hotel-detail-summary button.btn {
    width: 200px;
}

.hotel-detail-summary ul {
    padding-inline-start: 20px;
}
.boook-item-information{
    padding: 9px;
}

.result-search .book-item-price p{
    text-align: left;
}
.result-search .book-item{
    margin-bottom: 30px;
    margin-left:0;
    margin-right: 0;
}
.result-search .book-item .book-item-fav{
    margin-top: 5px;
    margin-right: 5px;
}
.result-search .book-item-btn{
    z-index: 2;
}
.boook-item-information .item-ic{
    flex:  0 0 50%;
    max-width:  50%;
    margin-bottom: 10px;
}
.boook-item-information span,
.boook-item-information p{
    font-size: 12px;
    display: block;
}
.boook-item-information p{
    margin-top: 15px;
}
.result-search .book-item-price h5{
    font-size: 24px;
}
.pagination .page-item.disabled a{
    background: none;
    border:0;
}
.pagination li{
    padding: 0 2px;
}
.pagination li.active a{
    color: #FF9332;
}
.pagination .page-item a{
    border:0;
    background: none;
    font-size: 14px;
    color: #000;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
}
.pagination .page-item a img{
    margin-top: -2px;
}
.btn-backtoptop{
    width:60px;
    padding:10px; 
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:40px;
    display:none;
}
.fz-14{
    font-size: 14px;
    color: #000;
    display: block;
    margin-right: 10px;
    margin-bottom: 0;
}
.custom-selected{
    text-align-last:center;
}
.room-detail .custom-selected{
    font-weight: 600;
}
.custom-selected option{
    text-align: center;
}
.nav-detail{
    position: sticky;
    top:0;
    z-index: 1020;
}
.menu-detail.fixed{
    background: #fff;
}
.nav-detail ul{
    display: flex;
    margin: 0;
    padding:0;
}
.menu-detail.fixed li{
    padding-top: 15px;
}
.nav-detail ul li{
    list-style: none;
    padding-right: 78px;
    padding-bottom: 15px;
}
.nav-detail ul li:last-child{
    padding-right:0;
}
.nav-detail ul li a{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
}
.nav-detail ul li.active a{
    color: #FF9332;
}
.avatar-review{
    width: 70px;
    height: 70px;
    background: #4762A8;
    border-radius: 100%;
}
.avatar-review span{
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}
.review-item{
    margin-bottom: 47px;
}
.form-group .form-control{
    border:0;
    border-bottom: 1px solid #cccc;
    border-radius: 0;
}
.profile-page .form-group .form-control{
    background: none;
}
.form-group .form-control
#addreview .item-review .custom-selected{
    min-width: 50px;
    border:0;
    border-bottom: 1px solid #ccc;
    background-position-y: 9px;
}
#addreview {
    margin-top: 20px;
}
.description ul{
    margin:0;
    padding:0;
}
.description ul li{
    list-style: none;
    position: relative;
    margin-left: 28px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
}
.description ul li:before{
    content:"";
    background: url('../img/ic-checklist.svg') no-repeat;
    position: absolute;
    top:4px;
    left: -28px;
    width: 12px;
    height: 12px;
    background-size: cover;
}
.bg-color-today{
    background-color: #15CF74;;
}
.bg-color-booked{
    background-color:#F50C12;
}
.bg-color-empty{
    background-color: #fff;
    border: 1px solid #ccc;
}
.item-status{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.table-calendar table{
    width: 100%;
    margin-top: 20px;
}
.table-calendar table th,
.table-calendar table td{
    text-align: center;
}
.item-status span:first-child{
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.custom-control-label::after,
.custom-control-label::before{
    width: 22px;
    height: 22px;
}
.custom-control-label{
    padding-top: 5px;
    padding-left: 5px;
}
#overview hr{
    margin-left: -15px;
    margin-right: -15px;
}
.room-detail .custom-checkbox .custom-control-input:checked~.custom-control-label::after{
    background-image: url('../img/ic-check.svg');
    width: 38px;
    background-size: contain;
    top: 2px;
    left: -28px;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color: inherit;
}
.room-detail .custom-control-input:checked~.custom-control-label::before{
    border: 0.5px solid #FF9332;
}
.custom-checkbox .custom-control-label::before{
    background: none;
    border: 0.5px solid #FF9332;
}
.page h3.title-section{
    margin-top: 30px; 
    font-weight: 500;
    font-size: 18px;
    color: #343843;
    text-align: left;
}
.policy-block{
    background: #fff;
    padding: 20px 14px;
}
.page .policy-block h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
    text-align: left;
}
.page .policy-block p,
.card-block span{
    font-size: 14px;
    color: #343843;
}
.card-block{
    margin-right: 20px;
    margin-bottom: 20px;
}
.card-block:last-child{
    margin-right: 0;
}
.review-block{
    background: #fff;
    padding: 16px 14px;
    font-size: 14px;
}
.total-point{
    color: #FF9332;
    font-size: 12px;
    margin-right: 10px;
}
.review-block .progress{
    height: 4px;
}
.progress-primary .progress-bar{
   background: #FF9332 
}
.heading-review{
    margin-bottom: 16px;
}
.heading-review span:last-child{
    color: #343843;
    font-size: 12px;
}
.progress{background-color:#F8F8F8}
.page .review-block h3{
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #343843;
}
.car-detail-content .legal-block h3.title-section{
    margin-top: 1px; 
}
.car-detail-content .maps h3.title-section{
    margin-top: 1px; 
}

.car-related{
    margin-bottom: 70px; 
}
.car-related h4{
    font-size: 18px;
    line-height: 21px;
    margin: 4px;
    margin-left: 9px;
    color: #343843;
    font-weight: 400;
}
.car-related .title-car {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    text-align: left;
    margin-bottom: 35px;
    margin-top: 40px; 
}
.car-item .title-car-item-l{
    flex: 0 0 70%;
    max-width: 100%;
}
.car-item .book-item-location{
    display: flex;
    justify-content: space-between;
}
.book-item-location span img{
    margin-top: 3px;
}
.select2-container{
    width: 100%!important;
}
.book-item-location .title-car-item-r{
    flex: 0 0 50%;
    max-width: 100%;
    font-size: 9px; 
    color: #15CF74; 
    margin-top: 0;
    margin-left: 0; 
}
.car-item-information {
    padding: 9px;
}
.car-item-information .item-ic {
    flex: 0 0 50%;
    max-width: 60%;
}
.car-item-information span, .car-item-information p {
    font-size: 12px;
    display: block;
}
.car-item-information span {
    margin-left: 5px; 
}
.car-related .book-item-price h5{
    font-size: 23px; 
}
.car-related .book-item-price p{
    font-size: 12px; 
    float: left;
}
.car-detail-summary {
    padding: 0;
    background: #FFFFFF;
    position: sticky;
    top: 80px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.car-detail-summary .btn-edit-ks{
    float: right;
}
.car-detail-summary .form-item-group{
    font-size: 14px;
    display: flex;
    position: relative;
}
.car-detail-summary .form-item-group img{
    position: absolute;
    z-index: 999;
    top: 3px;
}
.car-detail-summary .select2-container{
    margin-top: -5px;
}
.car-detail-summary .form-item-group input{
    margin-left: 5px;
    padding-left: 20px;
    padding-right: 20px;
}
.car-detail-summary .select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none;
}
.car-detail-summary .select2-container--default .select2-selection--single .select2-selection__arrow{
    background-image: url('data:image/svg+xml;utf8,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.5" d="M1 1L5.5 5.5L10 1" stroke="black" stroke-linecap="round" stroke-linejoin="round"/> </svg>');
    background-repeat: no-repeat;
    background-position: 0 12px;
}
.total-price-car{
    margin-bottom: 25px;
    margin-top: 20px; 
    border-top: 1px solid #cccc;
}
.total-price-car .item-infor{
    margin-top: 15px;
}
.total-price-car .item-infor span {
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #343843;
}
.total-price-car .item-infor span:nth-child(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FF9332;
}
.car-detail-summary .text-hotline {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 10px;
}
.hotel-detail .review-block p.progress-label{
    margin-bottom:0;
}
.hotel-detail .review-block .progress{
    margin-bottom: 16px;
}
.supported-block .supported-mess-header i{
    font-size: 76px;
    display: block;
    margin-right: 15px;

}
.supported-block .supported-mess-header{
    font-weight: 500;
    color: #15CF74;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}
.content-mess p{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
}
.supported-block .btn.btn.btn-primary{
    max-width: 110px;
}
.modal-content{
    position: relative; 
}
.model-close{
    position: absolute;
    right:0;
    z-index: 999;
    top: -20px;
}
.form-contact .form-group label:before {
    content: ":";
    position: absolute;
    right: 0;
}
.form-contact h3{
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #343843;
}
.form-contact .form-group{
    font-size: 14px;
    line-height: 16px;
    color: #343843;
}
.form-contact .form-group .form-control {
    background: none;
}
.form-contact .content-contact{
    margin-top: -16px;
}
.form-contact textarea{
    min-height: 192px;
    line-height: 48px;
    background-image: linear-gradient(transparent, transparent calc(48px - 1px), #cccc 0px) !important;
    background-size: 100% 48px !important;
}
.form-contact .btn{
    margin-top: 25px; 
    height: 40px;
    background: #FF9332;
    border-radius: 73px;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;

}
.form-contact .contact-err{
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #F50C12;
}
.contact-map{
    margin-top: 55px; 
}
.contact-map h3{
    margin-bottom: 25px; 
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #343843;
}
.contact-map p{
    font-size: 18px;
    line-height: 21px;
    color: #343843;
}
.contact-map span{
    padding-left: 15px;
}
@media screen and (min-width: 992px){
    .hotel-related{
        margin-top: 40px;
    }
    .list-qa li{
        display: inline-block;
        width: 49%;
    }
    .filter-sticky{
        position: sticky;
        top: 20px;
        left: 0;
        overflow-y: scroll;
        min-height: 200px;
        padding: 20px 16px 9px;
        background-color: #fff;
        border-radius: 6px;
        flex-shrink: 0;
        margin-top: 22px;
        
    }
}
.vh-100{
    height: 100vh;
}
.hotel-related .title-hotels{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    text-align: left;
    margin-bottom: 20px;
}
.text-note{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #F50C12;
    margin-top: 10px;
    margin-bottom: 20px;
}
section .card-body{
    border:0;
    border-radius: 0;
}
.page .review-content{
    background: #fff;
    padding: 14px;
    position: relative;
}
.page .review-content:before{
    content:"";
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    left: -15px;
    top: 20px;
}
.hotel-detail-rate img{
    width: 18px;
}
.review-wrapper{
    margin-top: 20px;
}
.btn.btn-book-now{
    line-height: 12px;
}
@media screen and (max-width: 991px){
    .list-toplocation{
        margin: 30px 0;
    }
    .form-contact .form-group label:before {
        content: "";
    }
    .btn.btn-book-now{
        line-height: 16px;
    }
    .avatar-block .img-avatar{
        width: 180px;
        height: 180px;
    }
    .avatarimg{
        max-width: 130px;
    }
    .icon-update-avatar{
        right: 15px;
    }
}
.review-item:last-child{
    margin-bottom: 0;
}
.hotel-related{
    margin-bottom: 40px;
}
.page .review-content h3.name{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
    text-align: left;
    margin-bottom:0;
}
.page .review-content .datetime{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #343843;
}
.page .review-content p{
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
}
.filter-sticky.scroll-pane{
    border-radius: 0;
}
.filter-sticky .jspDrag{
    background: #EBEBEB;
    width: 5px;
    left: -2px;
}
.filter-sticky .jspTrack{
    width: 1px;
    background: #EAEAEA;
}
.filter-sticky .jspVerticalBar{
    background: none;
    width: 6px;
}
.item-infor{
    margin-bottom: 14px;
}
.item-infor span{
    width:  50%;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #343843;
}
.item-infor span.text-number-night{
    color: #FF9332;
}
.information-booking{
    margin-top: 8px;
    padding:  10px;
}
.item-information{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #343843;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.item-information span{
    flex: 1;
}
.page h3.title-hotels-1{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    margin-top: 9px;
    text-align: left;
}
.infor-1{
    border-bottom: 0.5px solid #ccc;
}
.infor-1.total-price-book{
    border-bottom: 0;
}
.item-infor span:nth-child(2){
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FF9332;
    text-align: right;  
}
.subtotal-book.border-b-0{
    border-top: 0.5px solid #ccc;
    border-bottom: 0;
    padding-top: 15px;
}
.subtotal-book, .total-price-book{
    margin-top: 10px;
}
.subtotal-book .item-infor span:nth-child(2){
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FF9332;
}
.total-price-book{

}
.total-price-book .item-infor span{
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #343843;
}
.total-price-book .item-infor span:nth-child(2){
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #FF9332;
}
.extras-content table tr td:nth-child(2){
    color: #FF9332;
    font-size: 14px;
    font-weight: 500;
}
.extras-content table tr td{
    padding-bottom: 15px;
}
.loginsuccess{
    color: #F50C12;
    font-size: 16px;
    font-weight: 500;
    padding: 30px;
}
.payment-block .nav-tabs.custom-tab-payment .nav-item{
    width: 50%;
    margin-bottom:0;
}
.payment-block  .content-request{
    padding-bottom: 20px;
    display: none;
    transition: all 1s ease-in-out;
    overflow: hidden;
}
.payment-block  .content-request.active{
    display: block;
}
.payment-block  .content-request textarea{
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.payment-block .tab-pane#userbook{
    background: #fff;
}
.payment-block .comp-login{
    margin-left:0;
    margin-right: 0;
}
.payment-block .nav-tabs.custom-tab-payment .nav-item a.active{
    background: #FF9332;
    color: #fff;
    font-weight: 500;
}
.payment-block .nav-tabs.custom-tab-payment{
    border:1px solid #FF9332;
}
.payment-block .nav-tabs.custom-tab-payment .nav-item a{
    background: none;
    background: none;
    border:0;
    border-radius: 0;
    font-size:18px;
    text-align: center;
    color: #343843;
}
.extras-content table tr th{
    padding-top: 10px;
    padding-bottom: 10px;
}

.submit-block {
    margin-top: 42px;
}
.submit-block span{
    margin-top: 10px;
    font-weight: 300;
    font-size: 18px;
    color: #000000;
}
.submit-block span a{
    color: #000;   
}
.submit-block label{
    display: table-cell;
    width: 825px;
    height: 53px;
    vertical-align: middle;
    padding-left: 33px;
    background: rgba(255, 147, 50, 0.2);        
}
.submit-block .policy-block{
    background: rgba(255, 147, 50, 0.2);
    padding: 18px 19px;
}
.submit-block .btn{
    width: 825px;
    height: 50px;
    background: #FF9332;
    border-radius: 57px;
    color: #fff;
    margin-top: 36px;       
}
.custom-tab-1 .nav-link .icon-login{

}
.custom-tab-1 .nav-link.active .icon-login{

}
.payment-block .tab-content .tab-pane form{
    padding-bottom: 30px;
}
.extras-block{
    margin-top: 21px;
}
.title-2,
.payment-gate .title-gate,
.information-booked .title-booked{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    margin-bottom: 11px;
    text-align: left;
}
.information-booked .title-booked{
    margin-bottom: 20px;
}
.information-booked{
    margin-top: 29px;
}
.information-booked .item-booked{
    margin-bottom: 10px;
}
.label-booked{
    flex: 0 0 25%;
    padding-right: 15px;
}
.data-booked{
    
    text-align: left;
    font-weight: 600;
}
.tab-content .tab-pane form,
.extras-content{
    /* background-color: #fff; */
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #343843;
}
.custom-switch .custom-control-label::before{
    background:  #C4C4C4;
    width: 35px;
    height: 15px;
    border-radius: 43px;
}
.custom-switch .custom-control-label::after{
    width: 13px;
    height: 13px;
    background: #FFF;
    top:  5px;
    left: -35px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::before{
    background:  #15CF74;
    border-color: #15CF74;
    width: 35px;
    height: 15px;
    border-radius: 43px;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
    top:  5px;
    left:  -27px;
}
.success-box{
    min-height: 40px;
    margin-bottom: 25px;
}
.success-box .content{
    padding-left: 60px;
    background: #fff;
}
.success-box .content h4{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.success-box .icon{
    flex: 0 0 40px;
    min-height: 40px;
    text-align: center;
    position: relative;
}
.success-box .icon span{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.success-box.failed{
    background: #F50C12;
    color: #F50C12
}
.success-box.success{
    background: #15CF74;
    color: #15CF74;
}
.success-box.warning{
    background: #FF9332;
    color: #FF9332;
}
.warning-mess p{
    margin-bottom: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
}
.warning-mess{
    background: rgba(255, 147, 50, 0.2);
    padding: 16px;
    margin-bottom: 20px;
}
.action-payment{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.action-payment .btn{
    margin-bottom: 15px;
}
.action-payment .btn-outline-primary{
    margin-right: 15px;
}
.item-gate{
    display: flex;
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 10px;
}
.item-gate:hover{
    cursor: pointer;
}
.information-banking{
    border-top: 1px solid #ccc;
    padding-top: 18px;
    margin-top: 23px;
}
.item-line{
    display: flex;
    flex: 0 0 100%;
    margin-bottom: 5px;
    font-size: 14px;
}
.item-line .label-name{
    flex: 0 0 35%;
    position: relative;
    margin-right: 10%;
}
.item-line .label-name:before{
    content: ":";
    position: absolute;
    right: 0;
}
.item-line .data-banking{
    font-weight:  700;
}
.details-account-banking{
    max-width: 400px;
    margin: 0 auto;
}
.item-gate.active{
    border: 2px solid #FF9332;
}
.item-gate .custom-control-inline{
    margin-right: 5px;
}
.item-gate .thumb-img{
    margin-right: 5px;
}
.item-gate .information-gate p{
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
}
.item-gate .information-gate p strong{
    font-weight: 600;
}

.extras-content table tr td:first-child,
.extras-content table tr th:first-child{
    width: 45%;
}
.coupon-block{
    margin-top: 26px;
}
.coupon-content{
    color: #343843;
    background-color: #FFFFFF;
}
.coupon-content label{
    margin-left: 22px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
}
.coupon-content .promo-text{
    margin-top: 18px;
    font-style: italic;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
}
.coupon-block button{
    min-width: 100px;
    height: 22px;
    background: #FF9332;
    border-radius: 57px;
    font-weight: 300;
    font-size: 14px;
    line-height: 10px;
    color: #FFFFFF;
    padding: 0;
}
.payment-gate,
.information-booked{
    background: #fff;
    padding: 16px;
}

.custom-new-ui .custom-control-input:checked~.custom-control-label::before{
    border-color: #FF9332;
    background-color: #FF9332;
}
.custom-new-ui  .custom-control-label::before{
    border: 0.5px solid #FF9332;
}
.item-account{
    display: flex;
    margin-bottom: 22px;
}
.item-account:last-child{
    margin-bottom: 0;
}
.item-account .label-account{
    flex: 0 0 25%;
    position: relative;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 30px;
    color: #343843;
    font-size: 16px;
}
.item-account .data-account{
    color: #343843;
    font-size: 16px;
    text-transform: uppercase;
}
.item-account .label-account:before{
    content:":";
    position: absolute;
    right:0;
}
.account-information{
    background: #fff;
    padding: 40px 40px 0 40px;
}
.form-information{
    padding-top: 30px;
}
.account-information .form-information{
    padding-top: 0;
}
.account-information .form-information .form-row{
    margin-left: 0;
}
.account-information .form-information .form-row .title-22{
    margin-left: 0;
}
.item-number-room{
    width: 100%;
}
.item-number-room span{
    display: block;
    margin-right: 5px;
    width: 30px;
}
.item-number-room .detail-room h4{
    font-weight: 500;
    font-size: 12px;
    color: #343843;
    margin-bottom: 0;
}
.item-number-room .detail-room{
    flex: 0 0 54%;
}
.item-number-room .detail-room p{
    font-weight: 300;
    font-size: 12px;
    color: #343843;
}
.item-number-room .price{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FF9332;
    margin-left: auto;
}
.boook-item-information .thumb-img{
    min-width: 16px;
    max-width: 16px;
}
.top-0{
    top:20px;
}
.frm-payment{
    border-top: 1px solid #ccc;
    margin-top: 23px;
    padding-top: 20px;
}
.modal-header{
    border-bottom: 0;
}
.modal-footer{
    border-top: 0;
}
.modal-header .close{
    position: absolute;
    right: 10px;
    top:5px;
}
.modal-title{
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}
.item-chinhsach .card-block{
    margin-bottom: 34px;
}
.item-chinhsach ul{
    padding:0;
    margin:0;
}
.item-chinhsach ul li{
    margin:0;
    padding:0;
    padding-bottom: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    list-style: none!important;
}
.item-chinhsach ul li i{
    font-size: 12px;
    color: #15CF74;
    display: block;
    margin-right: 5px;
}
.item-chinhsach.not-include-block ul li i{
    color: #F50C12;
}
.item-chinhsach ul li span{
    color: #000000;
}
.item-chinhsach ul li:before{
    content:"";
}
.action-viewmore {
    display: block;
    text-align: center;
    width: 100%;
}
.wrapper-chinhsach{
    height: 240px;
    overflow: hidden;
    margin-top: 20px;
}
.action-viewmore .view{
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    cursor: pointer;
}
.action-viewmore .viewless{
    display: none;
}
#modalSupport .modal-md{
    max-width: 550px;
}
#modalSupport .modal-content{
    padding-left: 10px;
    padding-right: 10px;
}
#modalSupport .modal-body{
    padding-top:0;
}
#modalSupport .actions{
    margin: 20px 0;
    display: flex;
}
#modalSupport .actions  .btn{
    flex: 0 0 48.5%;
    margin-right: 10px;
}
#modalSupport .actions  .btn:last-child{
    margin-left: 10px;
    margin-right: 0;
}
.page .data-timeline-tour .title-lichtrinh {
    font-weight: 500;
    font-size: 18px;
    color: #343843;
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
}
.item-timeline .item-date{
    margin-right: 20px;
}
.item-timeline .item-date span{
    display: block;
    font-weight: 500;
    color: #FF9332;
    font-size: 21px;
}
.data-timeline-tour .collapse{
    margin-bottom: 20px;
}
.description-detail img,
.description-detail p img{
    width: 100%!important;
    height: auto!important;
}
.btn-show-more{
    color: #FF9332;
    display: block;
    margin-bottom: 20px;
    text-align: right;
}
.description-detail .btn-show-more{
    margin-bottom: 0;
    margin-top: 20px;
}
.btn-show-more:hover{
    color: #FF9332;
}
.item-timeline .item-date span.text-date{
    
}
.item-timeline .item-date span.number-date{
    font-size: 36px;
}
.item-timeline .item-date span.timeline-img{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.item-timeline .item-date span img{
    display: block;
    text-align: center;
    margin-left: 12px;
}
.title-lichtrinh span{
    font-size: 18px;
}
.title-lichtrinh span:first-child{
    margin-right: 5px;
}
.thongtin-khachhang .form-control::placeholder{
    color: #343843;
    opacity: 0.5
}
.thongtin-khachhang p{
    padding-left: 22px;
    padding-top: 19px;
    line-height: 16px;
    margin-bottom: 15px;
    color: #343434;
}
.table-tour a.btn{
    padding-top: 6px;
}
.left-sidebar{
    background: #1A2B48;
    padding: 15px;
    height: 100%;
}

.input-quantity-number{
    min-width: 16px;
    text-align: center;
    display: inline-block;
    min-width: 20px;
}
@media screen and (min-width: 992px){
    .reg-supplier .form-group .form-control{
        padding-left: 5px;
        padding-right: 5px;
    }

}
.reg-supplier .txt-supplier, .frm-supplier{
    margin-top: 105px;
    margin-bottom: 130px; 
}
.reg-supplier h3, .subtitle-supplier{
    
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    color: #FF9332;
    text-align: left; 
}
.reg-supplier .tabs .tab {
    height: 40px;
    width: 145px;
    background: #fff5;
    text-align: center;
    padding-top: 12px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
}
.reg-supplier .tabs .tab.active {
    background: white;
    color: #FF9332;
}
.reg-supplier .text-supplier{
    margin-top: 30px; 
    
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: left;
}
.reg-supplier .form form{
    
    background: #FFFFFF;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
    margin-top: 0; 
    padding-bottom: 19px;
}
.reg-supplier .tab-content{
    padding-left: 15px;
    padding-right: 15px;
}
@media screen and (min-width: 992px){
    
    .reg-supplier h3, .subtitle-supplier{
        max-width: 542px;
    }
    .reg-supplier .text-supplier{
        max-width: 526px;
    }
    .reg-supplier .form form{
        max-width: 438px;
    }  
}
.reg-supplier .tabs .tab {
    height: 40px;
    width: 146px;
    background: none;
    text-align: center;
    padding-top: 12px;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
    color: #FFFFFF;
}
.reg-supplier .tabs .tab.active {
    font-weight: bold; 
    background: white;
    color: #FF9332;
}
.text-red{
    color: #f00;
    text-align: center;
}
/* .reg-supplier .form-group label {
    margin-left: 20px;
} */
.reg-supplier .form-group label:before {
    content: ":";
    position: absolute;
    right: 0;
}
.reg-supplier .form-group .btn {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px; 
    width: 100%;
    height: 40px;
    background: #FF9332;
    border-radius: 70px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.reg-supplier .form-row p{
    font-style: italic;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #F50C12;
}
#modalSupplier .modal-body, #modalContact .modal-body{
    padding-bottom: 0;
}
#modalSupplier .modal-body span, #modalContact .modal-body span{
    margin-left: 15px; 
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #15CF74;
}
#modalSupplier .modal-body p, #modalContact .modal-body p{
    margin-top: 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #343843;
    margin-bottom: 5px;
}
#modalSupplier .modal-footer, #modalContact .modal-footer{
    padding-top: 0;
    padding-bottom: 20px; 
}
#modalSupplier .modal-footer .btn, #modalContact .modal-footer .btn{
    width: 111px;
    height: 40px;
    background: #FF9332;
    border-radius: 67px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.info-supplier{
    margin-top: 55px; 
}
.title-info h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}
.step-block{
    position: relative;
    margin-top: 45px; 
}


.profile-block .custom-file .custom-file-label:before{
    content:"";
}
.custom-file .custom-file-input{
    cursor: pointer;
}
.custom-file .custom-file-label:after{
    content:"";
    display: none;
}
.step-block.step-1:before,
.step-block.step-3:before{
    width:  50%;   
}
.step-block.step-3:before{
    left: 0;
    rightt:  inherit;
}
.box-content{
    padding:  0 16px;
    margin-top: 50px; 
    
}
.box-content h3{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.box-content p{
    margin-top: 30px; 
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}
.step-block .fas{
    display: none;
}
@media screen and (min-width: 992px){
    .step-block:before{
        content: "";
        height:  3px;
        width:  100%;
        position: absolute;
        right: 0;
        bottom: 7px;
        background:  #15CF74;
        z-index: 1;
    }
    .step-block .fas{
        display: block;
        text-align: center;
        width:  20px;
        height:  20px;
        color: #15CF74;
        background: #fff;
        border-radius: 100%;
        font-size: 21px;
        margin:  0 auto;
        position: relative;
        z-index: 99;
    }
}

.btn-supplier {
    text-align: center;
    margin-top: 75px;
}
.btn-supplier .btn{
    width: 783px;
    height: 40px;
    background: #FF9332;
    border-radius: 70px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.boook-item-information span img{
    max-width: 12px;
    margin-right: 5px;
}
.frm-supplier .select2-container{
    border-bottom: 1px solid #cccc;
    height: 38px;
}
@media screen and (min-width: 992px){
    .success-box.failed{
        border-right: 1px solid #F50C12
    }
    .success-box.warning{
        border-right: 1px solid #FF9332
    }
    .success-box.success{
        border-right: 1px solid #15CF74
    }
    .success-box .content{
        min-height: 38px;
        width: 99%;
    }
    .success-box .content h4{
        padding-top: 8px;
    }
    .payment-block .form-information .form-group{
        margin-bottom: 32px;
    }
    .action-search-block{
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .title-22{
        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        margin-left: 15px;
        margin-right: 10px;
        color: #343843;
    }
    .tab-content .form-row{
        margin: 0px 22px 0px 22px;
    }
    .extras-content{
        padding-left: 22px;
    }
    .extras-content table {
        margin-bottom: 34px;
    }
    .extras-content table tr td,
    .extras-content table tr th{
        width:  33.333%;
    }
    .extras-content table tr th:last-child{
        text-align: right;
        padding-right: 71px;
    }
    .extras-content table tr td:last-child{
        text-align: right;
        padding-right: 71px;
    }
    .extras-content table {
        table-layout:fixed;
        width:99%;
    }   
    .nav-menu .nav-menu-item{
        padding:0;
    }
    .nav-menu .nav-menu-item a.link{
        padding: 17px 30px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px){
    .avatar-block .img-avatar{
        width: 120px;
        height: 120px;
    }
    .profile-title a.btn{
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) {
    .reg-supplier .form-group label:before{
        content:"";
    }
    .footer-last img{
        margin-bottom: 10px;
    }
    .reg-supplier .txt-supplier,
    .frm-supplier{
        margin-bottom: 0px;
        
    }
    .frm-supplier .select2-container{
        border-bottom: 1px solid #cccc;
        height: 38px;
    }
    .frm-supplier .select2-container .select2-selection--single .select2-selection__rendered{
        padding-left: 0;
    }
    .frm-supplier{
        margin-top: 40px;
    }
    .bg-supplier{
        background-size: cover;
        padding-bottom: 30px;
    }
    /* .reg-supplier .form-group label{
        margin-left: 15px;
    } */
    .car-detail-content .maps{
        padding-left:0;
        padding-right:0;
    }
    .profile-block .form-group label:before{
        display: none;
    }
    .text-name-type{
        display: inline-block;
        min-width: 80px;
    }
    .book-item-footer{
        width: 100%;
    }
    .tour-book-price button{
        flex: 0 0 30px;
        height: 30px;
    }
    .input-quantity-number{
        display: inline-block;
        min-width: 15px;
        text-align: center;
    }
    .form-search .form-item-group img{
        top: 17px;
        left: 8px;
    }
    .form-search .select2-container--default .select2-selection--single{
        padding-top: 3px;
    }
    .form-search .select2-container--default .select2-selection--single .select2-selection__arrow{
        top: 5px;
    }
    .item-review .custom-selected{
        padding-left: 5px;
        padding-right: 5px;
        width: 86%;
        min-height: 40px;
        background-position: center 26px;
    }
    .form-search .form-item-group .input-quantity{
        width: 100%;
    }
    .select2-container .select2-selection--single .select2-selection__rendered{
        padding-left: 10px;
    }
    .wrapper-chinhsach{
        height: 450px;
        overflow: hidden;
    }

    .review-item{
        margin-left: -15px;
        margin-right: -15px;
    }
    .information-booked .item-booked{
        display: block!important;
        margin-bottom: 15px;
    }
    .account-information .form-information .form-row .title-22{
        padding-left: 0;
    }
    .form-information .title-22{
        padding-left: 15px;
    }
    .account-information{
        padding-left: 20px;
        padding-right: 20px;
    }
    .account-information .label-account{
        font-size: 14px;
    }
    .account-information .data-account{
        font-size: 14px;
    }
    .success-box.failed{
        border: 1px solid #F50C12;
    }
    .success-box.success{
        border: 1px solid #15CF74;
    }
    .success-box.warning{
        border: 1px solid #FF9332;
    }
    
    .success-box .content{
        padding-left: 20px;
    }
    .extras-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .popular .location-item img {
        width: 225px;
    }
    .review-block{
        margin-bottom: 40px;
    }
    .legal-block{
        margin-top: 20px;
    }
    .hotel-related .book-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .btn-datngay{
        margin-left: 15px;
        margin-right: 15px;
    }
    .maps{
        padding-left: 15px;
        padding-right: 15px;
    }
    #overview hr{
        margin-left: 0;
        margin-right: 0;
    }
    .room-detail .room-detail-title{
        margin-top: 20px;
    }
    .hotel-related{
        margin-top: 20px;
    }
    .menu-detail{
        display: none;
    }
    .action-search-block{
        display: none;
    }
    .mt-m-5{
        margin-top: 40px;
    }
    .result-search .book-item{
        width: 100%;
    }
    .slick-dots {
        display: block;
    }

    .header-top {
        height: 50px;
        padding-top: 12px;
    }

    .header-top button {
        font-size: 14px;
        line-height: 16px;
        height: 25px;
    }

    .header-menu {
        padding-top: 11px;
        height: 65px;
        z-index: 998;
    }

    .header-menu .logo {
        height: 40px;
    }

    .nav-menu {
        display: none;
    }

    .page.more {
        display: none;
    }

    .header-menu-inner {
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .menu-mobile {
        position: absolute;
        left: 14px;
    }

    .banner {
        padding-top: 0px;
        /* padding-bottom: 24px; */
        min-height: auto;
    }

    .page {
        padding-top: 24px;
    }

    .page h3 {

        font-size: 24px;
        line-height: 28px;
    }

    .header-top a {
        margin-right: 10px;

    }

    .header-top a.btn-login,
    .header-top .dropdown a.dropdown-toggle {

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

    }

    .page-menu {
        white-space: nowrap;
        overflow: auto;
    }

    .page-menu a {
        font-size: 16px;
        line-height: 19px;
        margin-right: 26px;
        padding-bottom: 10px;
    }

    .tour-related .book-item {
        margin: 0 15px;
        width: auto;
    }
    .car-related .book-item {
        margin: 0 15px;
        width: auto;
    }
    .book-item {
        margin: 0 15px;
        width: 255px;
    }

    .news-item {
        margin: 0 5px;
        width: 350px;
    }

    .footer-last {
        width: 80%;
    }

    footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .page .slick-list {
        margin: 0;
    }

    .nav-menu .nav-menu-item {
        padding-left: 16px;
        padding-right: 16px;
        background: white;
    }

    .nav-menu .nav-menu-item .link {
        /* display: inline-block; */
        /* margin-left: 24px; */
        /* display: flex; */
    }

    .nav-menu .nav-menu-item:hover {
        background: white;
    }

    .nav-menu .nav-menu-item .sub-menus,
    .nav-menu .nav-menu-item:hover .sub-menus {
        max-height: initial !important;
        min-width: auto;
        position: relative;
        top: 0;
        padding-top: 20px;
        display: none;
    }

    .sub-menus.sub-menus-short {
        min-width: auto;
        top: 0;
        max-width: auto;
        padding-top: 20px;
    }

    .sub-menus.sub-menus-short a:first-child {
        margin-top: 0;
    }

    .sub-menus p {
        display: none;
    }

    .sub-menus a {
        margin-bottom: 9px;
        padding-left: 18px;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        width: 235px;
        background: white;
        left: 0;
        max-height: calc(100vh - 100px);
        overflow: auto;
    }

    .banner .banner-brand {
        width: 100%;
        position: absolute;
        bottom: 0;
        background: white;
        margin: 0;
        height: 50px;
        left: 0;
    }

    .banner .banner-img {
        position: relative;
    }

    .home-banner .slick-dots {
        bottom: 50px;

    }

    .detail-banner .slick-dots {
        bottom: 0px;
    }

    .banner .banner-brand h3 {
        flex: 1;
        color: #343843;

        font-size: 14px;
        line-height: 16px;
    }

    .banner .banner-brand>div {
        height: 50px;
    }

    .banner .banner-brand h3 a {

        font-size: 14px;
        line-height: 16px;
        display: block;
    }

    .nav-menu::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0004;
        z-index: -1;
        pointer-events: none;
    }

    .nav-menu .nav-menu-header {
        padding: 32px 0;
        text-align: center;
        background: #FF9332;
        position: sticky;
        top: -1px;
        z-index: 1;

    }

    .nav-menu img {
        margin-right: 14px;
        width: 18px;
        /* position: absolute; */
    }

    .nav-menu img:last-child {
        margin-right: 0;
        margin-left: 24px;
    }

    .nav-menu .nav-menu-header .btn-close {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .nav-menu .nav-menu-header h3 {

        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: white;
        margin: 0;
    }

    .nav-menu a {
        display: block;
        width: 100%;
        background: white;
    }

    .header-top button {
        padding: 4px 12px;
    }

    .login .form {
        padding: 20px;
    }

    .form-search {
        flex-direction: column;
    }

    .form-search .form-item {
        width: 100%;
        border: 0;
    }

    .form-search .form-item label {
        margin: 0;
        display: none;
    }

    .form-search .form-item button {
        /* margin: 0 auto; */
        /* display: block; */
    }

    .input-quantity {
        margin: 0 5px;
        text-align: left;
    }
    .form-search .form-item-group input.datepicker{
        padding-left: 24px;
    }
    .tour-item {
        flex-direction: column;
        margin-left: -15px;
        margin-right: -15px;
    }

    .tour-item-img {
        width: calc(100% - 28px);
        height: 225px;
        margin: 14px;
        margin-bottom: 0;
    }

    .btn {
        height: 40px;
        font-size: 14px;
        line-height: 16px;
    }

    a.btn {
        padding-top: 12px;
    }

    .filter-tour {
        display: none;
        position: fixed;
        z-index: 2500;
        top: 80px;
        right: 0;
        background: #F8F8F8;
        min-width: 235px;
        max-height: calc(100vh - 150px);
        overflow: auto;
    }

    .filter-tour-header .close {
        float: left;
    }

    .filter-tour-header {
        position: sticky;
        top: 0;
        text-align: center;
        background: #FF9332;
        padding: 14px 10px;
        z-index: 4;
    }

    .filter-tour-header p {

        font-weight: 500;
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
        margin: 9px 0 23px 0;
    }

    .filter-tour-header button {

        height: 25px;
        border: 1px solid #FFFFFF;
        border-radius: 98px;

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

        color: #FFFFFF;
        width: 47%;
        background: transparent;

    }

    .filter-content {
        margin-top: -22px;
        background: #F8F8F8;
    }

    .filter-tour-bg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #0004;
        z-index: -1;
    }

    .result-tour h2 {

        font-size: 18px;
        line-height: 21px;
        margin-bottom: 12px;
    }

    .tour-detail .detail-banner {
        margin-left: -15px;
        margin-right: -15px;
        height: 350px;
        margin-bottom: 23px;
    }

    .table-tour {
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }

    .table-tour tbody td,
    .table-tour thead th {
        padding-left: 23px;
    }

    .tour-detail .detail-banner img {
        height: 350px;
    }

    .tour-detail hr {
        margin-left: 0;
        margin-right: 0;
        margin-top: 33px;
        margin-bottom: 24px;
    }

    .detail-tour-map {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: 200px;
    }

    .room-detail .room-detail-view,
    .room-detail .room-detail-img {
        width: 100%;
    }

    .hotel-detail-book .col-md-3 {
        text-align: center;
    }

    .banner .banner-content {
        position: relative;
        padding-top: 47px;
        bottom: auto;
    }

    .banner-visa .banner-content {
        padding-top: 30px;
    }

    .banner-visa .banner-highlight {
        position: relative;
        padding-top: 47px;
        bottom: auto;
    }

    .banner-visa .banner-highlight h3 {
        font-size: 30px;
    }

    .form-search {
        height: auto;
    }

    .form-search .form-item:first-child,
    .form-search .form-item-group,
    .form-search .form-item {
        width: 100%;
    }

    .form-search .form-item-group {
        height: 50px;
        border-bottom: 0.5px solid #0003;
    }

    .tabs .tab {
        width: 100px;
    }
    .card-block{
        width: 100%; 
    }
    .title-car-result, .car-line{
        margin-bottom: 10px;
        display: none;
    }
    .filter-tour .filter-content .filter-item {
        padding: 15px 5px 12px 5px;
        margin-top: 1px;
    }
    .reg-supplier .form-group .btn {
        width: 100%; 
    }
    .list-like .book-item{
        width: 100%;
    }
}
@media screen and (min-width:767px ) and (max-width: 1023px){
    .select-people .input-quantity{
        margin-left: 0;
    }
}
@media screen and (max-width: 480px){
    .action-payment .btn{
        flex: 0 0 100%;
    }
    .item-gate{
        flex: 0 0 100%;
    }
}

/* combo */
.location-grid-item{
    margin: 0 17.5px;
}
.location-grid-item-box{
    position: relative;
}
.location-grid-item-box:before{
    content:"";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 46.35%, #000000 100%);
    z-index: 8;
}
.location-grid-item-img{
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.location-grid-item-bottom{
    position: absolute;
    background: #0005;
    width: 100%;
    padding: 11px 18px;
    bottom: 0;
    z-index: 9;
}
.location-grid-item-bottom p {
    margin: 0;
    display: block;
    color: white;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.location-grid-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    align-items: center;
    justify-content: center;
    display: none;
}
.location-grid-item-detail{

}
.location-grid-item-box:hover .location-grid-btn {
    display: flex;
}
.location-grid-item-box:hover .location-grid-item-bottom {
    display: none !important;
}
.location-grid-item-box .location-grid-item-detail p{
    font-family: "Roboto";
    font-weight: 300;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    text-align: center;
    color: #ffffff;
}
.book-lists .book-item{
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
.book-lists .combo-item{
    width: 100%;
}
.boook-item-information .item-isv{
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 10px;
    text-align: center;
}
.boook-item-information .item-isv .thumb-img{
    min-width: 28px;
    max-width: 28px;
}
.boook-item-information .item-isv span img{
    max-width: 28px;
    width: 28px;
    margin-right: 0;
}
/* end -/- combo */

.detail-collapse-block{
    margin-bottom: 20px;
}
.tour-detail-header{
    margin-bottom: 50px;
}
.combo-block .policy-block{
    background: rgba(185, 239, 189, 0.2);
    padding: 18px 19px;
    margin-top: 20px;
}

.detail-collapse-head{
    background-color: #FFF8F1;
    padding: 35px 20px 10px 35px;
}

.detail-collapse-title{
    color: #000000;
    line-height: 30px;
    font-size: 36px;
    font-weight: 400;
    margin: 0;
}
.detail-collapse-title span{
    display: inline-block;
    vertical-align: middle;
}
.detail-collapse-title span img{
    width: 32px;
    display: block;
}
.detail-collapse-arrow{
    display: inline-block;
    background: #D7D7D7;
    border-radius: 20px;
    padding: 8px 19px;
    vertical-align: middle;
}
.detail-collapse-arrow img{
    display: block;
}
.detail-collapse-more{
    color: #71AD71;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.detail-collapse-desc{
    color: #71AD71;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}
.detail-collapse-body{
    background: #FFFFFF;
    border: 1px solid #1877F2;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    padding: 40px 15px;
}

.detail-collapse-arrow:not(.collapsed) .detail-collapse-arrow-down{
    display: none;
}
.detail-collapse-arrow.collapsed .detail-collapse-arrow-up{
    display: none;
}
.flight-location{
    color: rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 24px;
}
.flight-location span{
    display: block;
}
.flight-timer{
    font-size: 24px;
}
.flight-timer span{
    display: block;
}
.flight-timer-ti{
    color: rgba(52, 56, 67, 0.5);
}
.flight-timer-txt{
    color: rgba(113, 173, 113, 0.5);
}
.flight-timer-hr{
    border: 1px solid #7B7B7B;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.flight-timer-hr:before, .flight-timer-hr:after{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    top: -5px;
}
.flight-timer-hr:before{
    background-color: #C4C4C4;
    left: -5px;
}
.flight-timer-hr:after{
    background-color: #000000;
    right: -5px;
}
.flight-company{
    color: rgba(255, 20, 0, 0.5);
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
}
.flight-simple-total{

}
.flight-si-total-t{
    font-weight: 100;
    font-size: 24px;
    color: rgba(255, 20, 0, 0.5);
    margin-bottom: 5px;
}
.flight-si-total-t span{
    color: #FF1400;
}
.flight-si-total-h{

}
.flight-si-total-p{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #F67B21;
    margin-top: 5px;
}
.flight-si-total-p span{
    display: inline-block;
    border-top: 2px solid #7B7B7B;
}
.flight-simple-space{
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.flight-f-head{
    border-bottom: 1px solid #D7D7D7;
    padding-bottom: 10px;
}
.flight-f-location{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #1877F2;
}
.flight-f-time{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #1877F2;
}
.flight-f-from-to{
    padding: 15px 0 25px 0;
    margin-bottom: 10px;
}
.flight-f-lc{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #F67B21;
}
.flight-f-arrow{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    position: relative;
}
.flight-f-arrow:after{
    content: '';
    display: block;
    background-image: url(../img/flight-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    height: 24px;
    width: 160px;
    position: absolute;
    top: 100%;
    right: -25px;
}
.flight-timeline{

}
.flight-timeline-t{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0,0,0,0.5);
}
.flight-timeline-bold{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: rgba(0,0,0,0.5);
}
.flight-timeline-normal{
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(52,56,67,0.5);
}
.flight-timeline-main{
    border-left: 2px solid #7B7B7B;
    margin-left: 30px;
    padding-left: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
.flight-timeline-main:before, .flight-timeline-main:after{
    content: '';
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: -9px;
}
.flight-timeline-main:before{
    background-color: #C4C4C4;
    top: 0;
}
.flight-timeline-main:after{
    background-color: #000000;
    bottom: 0;
}
.flight-timeline-start{
    transform: translateY(-6px);
}
.flight-timeline-inner{
    padding-top: 10px;
    padding-bottom: 10px;
}
.flight-timeline-proc{
    float: left;
}
.flight-timeline-proc-img{

}
.flight-timeline-proc-img img{
    margin: auto;
    display: block;
    width: 34px;
}
.flight-timeline-proc-1{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: rgba(52,56,67,0.5);
}
.flight-timeline-proc-2{
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
    color: rgba(52,56,67,0.5);
}
.flight-panel{
    padding: 22px 30px;
    background: #FBFBFB;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    box-shadow: 10px 10px 50px 10px rgba(0, 0, 0, 0.05);
    border-radius: 20px;

    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: rgba(52,56,67,0.5);
}
.flight-pl-list{
    position: relative;
    min-height: 34px;
    margin-bottom: 10px;
}
.flight-pl-list-img{
    max-width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.flight-pl-list-m{
    margin-left: 45px;
}
.flight-pl-name{
    float: left;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: rgba(255,20,0,0.5);
}
.flight-pl-company{
    float: right;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: rgba(52,56,67,0.5);
}
.flight-pl-code{
    margin-top: 10px;
}
.flight-panel hr{
    margin-top: 10px;
    margin-bottom: 10px;
}
.flight-f-foot{
    border-top: 1px solid #D7D7D7;
    margin-top: 15px;
    padding-top: 15px;
}
.flight-f-total-t{
    font-weight: 100;
    font-size: 24px;
    color: rgba(255, 20, 0, 0.5);
    margin-bottom: 5px;
}
.flight-f-total-t span{
    color: #FF1400;
}
.flight-f-total-p{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #F67B21;
    margin-top: 5px;
}

.combo-detail .room-details{
    padding-left: 15px;
}
.combo-detail .room-detail {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}
.combo-detail .hotel-detail-label{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
}
.combo-detail{
    padding-top: 16px;
}
.img-full{
    width: 100%;
}
.hotel-img-review-list .img-full{
    margin-bottom: 10px;
}
.sidebar-order{

}
.sidebar-order hr{
    margin-top: 5px;
    margin-bottom: 5px;
}
.sidebar-item{
    padding: 5px 10px;
}
.sidebar-item .item-information{
    margin-bottom: 0;
}
.order-head-title{
    border-bottom: 0;
    background: #FF9332;
    padding: 11px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.order-price-single {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #000000;
}
.order-price-single .total-price {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #7B7B7B;
    text-decoration: line-through;
}
.sidebar-text-hotline{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    display: block;
    margin-top: 10px;
}
.page h3.sidebar-title-1{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #343843;
    text-align: left;
    margin-bottom: 0;
}
@media screen and (max-width: 767px){
    .detail-collapse-head {
        padding: 10px 10px 10px 10px;
    }
    .detail-collapse-title {
        font-size: 18px;
        font-weight: 500;
    }
    .detail-collapse-more{
        display: none;
    }
    .flight-location {
        font-size: 18px;
        font-weight: 500;
    }
    .flight-timer {
        font-size: 18px;
    }
    .flight-company {
        font-size: 24px;
    }
    .flight-si-total-t {
        font-size: 14px;
    }
    .flight-si-total-p {
        font-size: 24px;
    }
    .detail-collapse-body {
        padding: 10px 5px;
    }
    .flight-f-location {
        font-size: 18px;
    }
    .flight-f-time {
        font-size: 16px;
    }
    .flight-f-lc {
        font-size: 16px;
    }
    .flight-f-arrow {
        font-size: 16px;
    }
    .flight-f-arrow:after{
        width: 112px;
    }
    .flight-timeline-proc {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .flight-pl-name {
        font-size: 16px;
    }
    .flight-pl-company {
        font-size: 14px;
    }
    .flight-panel{
        font-size: 16px;
    }
    .flight-f-total-t {
        font-size: 18px;
    }
    .flight-f-total-p{
        font-size: 22px;
    }
}

/* Visa form */
.visa-section {
    padding-bottom: 100px;
}
.visa-form {
    margin-top: 30px;
    padding: 20px 15px;
    background: #FFFFFF;
    box-shadow: 0px 17px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.visa-form .form-group {
    margin-bottom: 25px;
}
.visa-form label {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #7B7B7B;
}
.visa-form .input-group {
    position: relative;
    overflow: hidden;
}
.visa-form .input-group > img {
    position: absolute;
    left: 25px;
    top: 50%;
    margin-top: -12px;
    width: 20px;
    height: 20px;
}
.visa-form .form-visa-field {
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    padding: 25px 25px 25px 50px;
    width: 100%;
}

.visa-form .btn-primary {
    width: 100%;
    border-radius: 5px;
}

.visa-form-info {
    padding: 28px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.visa-form-info h3 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
}