/* <=== vhbookinpg ===> */
.vhbookinpg .bkpadd{
    padding: 40px 0 65px;
}
.vhbookinpg .scpadd{
    padding: 25px 0 45px;
}
.tptabmenus{
    margin-bottom: 30px;
}
.sltabmenus .slick-track{
    margin: 0;
}
.sltabmenus .slick-list{
    border-radius: 10px;
}
.sltabmenus .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    background-image: url('../images/eearow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    z-index: 2;
    transition: unset;
}
.sltabmenus .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.sltabmenus .slick-prev{
    transform: translateY(-50%) rotate(180deg);
    left: -15px;
}
.sltabmenus .slick-next{
    right: -15px;
}
.ittabmenus a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    min-height: 45px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 3.5px 5px 5.5px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
    overflow: hidden;
}
.ittabmenus.active a{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
.tpbookinmm{
    padding: 35px 40px 65px;
    background-color: var(--colorwh);
    border-radius: 20px;
}
.tpbookinmm .mmtitle{
    margin-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
.tpbookinmm .mmtitle, .tpbookinmm .mmtitle h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.tpbookinmm .mmcapts{
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
}
.tpbookinmm .mmtitle, .tpbookinmm .mmcapts{
    color: var(--colorff);
}
.tpbookinmm .mmconts .fmpadd{
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px 0;
}
.tpbookinmm .ctgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 25px 0;
}
.tpbookinmm .ctgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itbookinma{
    height: 100%;
}
.itbookinma .vtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--colorwm);
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.itbookinma .vconts{
    padding: 25px 30px;
    background-color: var(--colorwl);
    border-radius: 10px;
}
.itbookinma.vitem1 .vconts{
    padding-bottom: 41px;
}
.itbookinma .fmgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 -10px;
}
.itbookinma .fmgrip.vmargin{
    margin: 0 -45px;
}
.itbookinma .fmgrip.vmargin > div{
    padding: 0 45px;
}
.itbookinma .fmgrip > div{
    padding: 0 10px;
}
.itbookinma .fmgrip .mcol{
    width: 100%;
}
.itbookinma .fmgrip .hcol{
    width: 50%;
}
.itbookinma .fmgroup{
    position: relative;
}
.itbookinma .fmgroup > input{
    height: 40px;
    border: none;
    border-bottom: 1px solid var(--color77);
    color: var(--colorff);
    width: 100%;
    background-color: transparent;
    font-size: 15px;
}
.itbookinma .fmgroup > textarea{
    height: 60px;
    border: none;
    border-bottom: 1px solid var(--color77);
    color: var(--colorff);
    width: 100%;
    background-color: transparent;
    font-size: 15px;
    resize: none;
} 
.itbookinma .fmgroup > label{
    position:absolute;
    left: 2px;
    top: 50%;
    transform:translateY(-50%);
    font-size: 15px;
    color: var(--colorff);
    pointer-events:none;
    transition:.2s ease;
}
.itbookinma .fmgroup .fmlable{
    margin-bottom: 10px;
}
.itbookinma .fmgroup .fmlable label{
    font-size: 15px;
    color: var(--colorff);
    display: block;
    margin-bottom: 0;
}
.itbookinma .fmgroup .fmlable label span{
    color: var(--colorwm);
}
.itbookinma .ipcheck{
    display: flex;
    flex-wrap: wrap;
    gap: 12px 29px;
}
.itbookinma .fmgroup > label span{
    color: var(--colorwm);
}
.itbookinma .fmgroup > input:focus + label,
.itbookinma .fmgroup > input:not(:placeholder-shown) + label{
    opacity:0;
    visibility:hidden;
}
.itbookinma .fmgroup > input::placeholder{
    color:transparent;
}
.itbookinma .fmgroup .vdtext{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--colorab);
    right: 0;
    padding: 0 10px;
    pointer-events: none;
    z-index: 1;
}
.chosen-container{
    background-color: transparent;
}
.chosen-container-single .chosen-single{
    border: none;
    height: 40px;
    border-bottom: 1px solid var(--color77);
    background-color: transparent;
    color: var(--colorff)!important;
    font-size: 15px;
}
.chosen-container-single .chosen-single span{
    display: flex;
    align-items: center;
    align-content: center;
}
.chosen-container-single .chosen-single span .requi{
    color: var(--colorwm);
    margin-left: 5px;
}
.chosen-container .chosen-drop{
    max-width: 190px;
    right: 0;
}
.wselect .chosen-container .chosen-drop{
    max-width: 300px;
}
.vmycheck{
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    color:var(--colorff);
    display: flex;
    align-items: center;
    align-content: center;
}
.vmycheck input{
	display: none;
}
.vmycheck:before{
	content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
	top: 54%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: transparent;
	border-radius: 3px;
	border: 1px solid var(--colorff);
    font-size: 10px;
}
.vmycheck.active:before{
	background-color: var(--colorwm);
    border-color: var(--colorwm);
    color: var(--colorwh);
}
.itbookinmb .vtitle{
    text-transform: uppercase;
    color: var(--colorwm);
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    cursor: pointer;
}
.itbookinmb .vtitle span{
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.itbookinmb .vtitle span::before{
    content: '\f078';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
    font-size: 16px;
}
.itbookinmb.active .vtitle span::before{
    transform: translateY(-50%) rotate(180deg);
}
.itbookinmb .vconts{
    padding: 30px;
    background-color: var(--colorwl);
    border-radius: 10px;
    display: none;
    margin-top: 10px;
}
.itbookinmb .mbitem{
    padding-bottom: 12px;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--color77);
    display: flex;
    gap: 5px 20px;
    justify-content: space-between;
}
.itbookinmb .mbitem:last-child{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.itbookinmb .vquant{
    display: flex;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--colorwo);
}
.itbookinmb .vquant input{
    width: 40px;
    height: 30px;
    border: none;
    text-align: center;
    background-color: transparent;
    font-size: 15px;
    color: var(--colorff);
}
.itbookinmb .vquant button{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--colorff);
    border: none;
    position: relative;
}
.itbookinmb .vquant button::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 2px;
    background-color: var(--color00);
    border-radius: 25px;
}
.itbookinmb .vquant button.plbutton::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 14px;
    background-color: var(--color00);
    border-radius: 25px;
}
.vcheckbox{
    position: relative;
    margin-bottom: 14px;
}
.vcheckbox label{
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    color: var(--colorff);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.vcheckbox input{
    width: 1px;
    height: 1px;
    border: none;
    top: 0px;
    left: 0;
    -webkit-appearance: checkbox!important;
    margin-left: 0;
}
.vcheckbox input[type=checkbox] {
    position: absolute;
    cursor: pointer;
}
.vcheckbox input[type=checkbox]::before{
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: transparent;
    border-radius: 3px;
    border: 1px solid var(--colorff);
    font-size: 10px;
}
.vcheckbox input[type=checkbox]:checked::before{
    background-color: var(--colorwm);
    border-color: var(--colorwm);
    color: var(--colorwh);
}
.vcheckbox a{
    text-decoration: underline;
    color: var(--colorff);
    display: inline-block;
    margin-left: 5px;
}
.vtoolform .tlgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.vtoolform .fmbuton button, .vtoolform .fmbuton a{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    min-width: 180px;
    background-color: var(--colorwp);
    color: var(--colorff);
    border-radius: 10px;
    border: none;
}
.vtoolform .fmbuton button .bimg, .vtoolform .fmbuton a .bimg{
    margin-right: 16px;
}
.vtoolform .fmbuton button:hover, .vtoolform .fmbuton a:hover{
    background-color: var(--colorwm);
}
.tpbookinhh{
    text-align: center;
}
.tpbookinhh .hhtitle{
    padding: 0 5px;
    margin-bottom: 10px;
}
.tpbookinhh .hhtitle, .tpbookinhh .hhtitle h2{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.tpbookinhh .hhthumb{
    margin-bottom: 20px;
}
.tpbookinhh .hhlinks a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 10px 30px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
    overflow: hidden;
}
.tpbookinhh .hhlinks a:hover{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
/* <=== vhbookinpg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhbookinpg ===> */
    .vhbookinpg .bkpadd{
        padding: 30px 0 60px;
    }
    .vhbookinpg .scpadd{
        padding: 25px 0 65px;
    }
    .ittabmenus a{
        font-size: 13px;
    }
    .tpbookinmm .ctgrip > div{
        width: 100%;
    }
    .tpbookinmm .mmtitle, .tpbookinmm .mmtitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpbookinmm .mmcapts{
        font-size: 14px;
        line-height: 22px;
    }
    .tpbookinmm{
        padding: 30px 20px 40px;
    }
    .itbookinma .vconts{
        min-height: auto;
        padding: 25px 20px 25px;
    }
    .itbookinma .vtitle{
        font-size: 18px;
        line-height: 30px;
    }
    .itbookinma .fmgroup > input, .itbookinma .fmgroup > label{
        font-size: 14px;
    }
    .itbookinmb .vtitle{
        font-size: 18px;
        line-height: 30px;
    }
    .itbookinmb .vtitle span{
        padding-right: 20px;
    }
    .itbookinmb .vtitle span::before{
        font-size: 14px;
    }
    .itbookinmb .vconts{
        padding: 28px 20px 30px;
    }
    .vmycheck{
        font-size: 14px;
    }
    .itbookinmb .vquant input{
        font-size: 14px;
    }
    .itbookinma .fmgrip.vmargin{
        margin: 0 -20px;
    }
    .itbookinma .fmgrip.vmargin > div{
        padding: 0 20px;
    }
    .tpbookinmm .ctgrip{
        gap: 20px 0;
    }
    .tpbookinhh .hhtitle, .tpbookinhh .hhtitle h2{
        font-size: 20px;
        line-height: 30px;
    }
    .tpbookinhh .hhlinks a{
        font-size: 14px;
    }
    /* <=== vhbookinpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhbookinpg ===> */
    .vtoolform .tlgrip > div{
        width: 100%;
    }
    .vtoolform .fmrecap {
        text-align: center;
    } 
    .vtoolform .fmbuton button, .vtoolform .fmbuton a{
        width: 100%;
        font-size: 14px;
    }
    .itbookinma .ipcheck{
        gap: 12px 10px;
    }
    .itbookinma .ipcheck > div{
        min-width: 40%;
    }
    .itbookinma .ipcheck.vchange > div{
        min-width: 30%;
    }
    .itbookinma .fmgrip .hcol{
        width: 100%;
    }
    /* <=== vhbookinpg ===> */
}
