@font-face {
    font-family: avo;
    src: url(/Styles/font/SVN-Avo.ttf);
}

@font-face {
    font-family: avoB;
    src: url(/Styles/font/SVN-Avo-bold.ttf);
}

@font-face {
    font-family: ice;
    src: url(/Styles/font/UniSansHeavy.otf);
}

@font-face {
    font-family: muli;
    src: url(/Styles/font/Muli-Light.ttf);
}

@font-face {
    font-family: muliB;
    src: url(/Styles/font/Muli-Bold.ttf);
}

@font-face {
    font-family: helv;
    src: url(/Styles/font/UTM-HelvetIns.ttf);
}

@font-face {
    font-family: may;
    src: url(/Styles/font/UTM_Sharnay.ttf);
}

@font-face {
    font-family: hongha;
    src: url(/Styles/font/UVNHongHaHep_B.ttf);
    font-weight: normal;
}

@font-face {
    font-family: picture;
    src: url("/Styles/font/SVN-Motion Picture.ttf");
    font-weight: normal;
}

@font-face {
    font-family: amper;
    src: url("/Styles/font/SVN-Amperzand.ttf");
    font-weight: normal;
}

@font-face {
    font-family: scipt;
    src: url("/Styles/font/SVN-HAPTIC SCRIPT.OTF");
    font-weight: normal;
}

@font-face {
    font-family: capital;
    src: url("/Styles/font/CapitalisTypOasis.ttf");
    font-weight: normal;
}

@font-face {
    font-family: ber;
    src: url("/Styles/font/SVN-Berkshire Swash.ttf");
    font-weight: normal;
}

@font-face {
    font-family: lober;
    src: url("/Styles/font/VNF-LOBSTER.ttf");
    font-weight: normal;
}

@font-face {
    font-family: aleo;
    src: url("/Styles/font/SVN-ALEO REGULAR.OTF");
    font-weight: normal;
}

@font-face {
    font-family: caslon;
    src: url("/Styles/font/VNF-ACaslonPro-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfb;
    src: url("/Styles/font/SFUFuturaBold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfbo;
    src: url("/Styles/font/SFUFuturaBook.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfh;
    src: url("/Styles/font/SFUFuturaHeavy.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfl;
    src: url("/Styles/font/SFUFuturaLight.ttf");
    font-weight: normal;
}

@font-face {
    font-family: sfr;
    src: url("/Styles/font/SFUFuturaRegular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: BarlowB;
    src: url("/Styles/font/LitteMuiNe/Barlow/Barlow-Bold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: BarlowSB;
    src: url("/Styles/font/LitteMuiNe/Barlow/Barlow-SemiBold.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Barlow;
    src: url("/Styles/font/LitteMuiNe/Barlow/Barlow-Regular.ttf");
    font-weight: normal;
}

@font-face {
    font-family: BarlowL;
    src: url("/Styles/font/LitteMuiNe/Barlow/Barlow-Light.ttf");
    font-weight: normal;
}

@font-face {
    font-family: BarlowM;
    src: url("/Styles/font/LitteMuiNe/Barlow/Barlow-Medium.ttf");
    font-weight: normal;
}

@font-face {
    font-family: tuv;
    src: url("/Styles/font/LitteMuiNe/TUV-DOMAINE-REGULAR.TTF");
    font-weight: normal;
}

@font-face {
    font-family: 'Anybody';
    src: url('font/ksBienNho/static/Anybody-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Anybody-BoldItalic';
    src: url('font/ksBienNho/static/Anybody-BoldItalic.ttf') format('truetype');
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes translateWelcome1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    75% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes translateWelcome2 {
    0% {
        transform: translateX(-50%);
        opacity: 0;
    }

    75% {
        transform: translateX(-50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes TranslateXProject1 {
    0% {
        transform: translateX(1000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes TranslateXProject2 {
    0% {
        transform: translateX(3000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes TranslateXProject3 {
    0% {
        transform: translateX(5000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes itemTranslateShow {
    0% {
        opacity: 0;
        transform: translateX(300px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes itemTranslateShow2 {
    0% {
        opacity: 0;
        transform: translateX(-1000px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes fadeAvatardown {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes itemRemoveShow {
    0% {
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-1000px);
    }
}

@keyframes itemHover {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes Rotate360 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes phone-icon {
    0% {
        transform: translate3d(0px, 0, 0);
    }

    2% {
        transform: translate3d(2px, 0, 0);
    }

    4% {
        transform: translate3d(-2px, 0, 0);
    }

    6% {
        transform: translate3d(2px, 0, 0);
    }

    8% {
        transform: translate3d(-2px, 0, 0);
    }

    10% {
        transform: translate3d(2px, 0, 0);
    }

    12% {
        transform: translate3d(-2px, 0, 0);
    }

    14% {
        transform: translate3d(2px, 0, 0);
    }

    16% {
        transform: translate3d(-2px, 0, 0);
    }

    18% {
        transform: translate3d(2px, 0, 0);
    }

    20% {
        transform: translate3d(-2px, 0, 0);
    }

    22% {
        transform: translate3d(2px, 0, 0);
    }

    24% {
        transform: translate3d(-2px, 0, 0);
    }

    26% {
        transform: translate3d(2px, 0, 0);
    }

    28% {
        transform: translate3d(-2px, 0, 0);
    }

    30% {
        transform: translate3d(2px, 0, 0);
    }

    32% {
        transform: translate3d(-2px, 0, 0);
    }

    34% {
        transform: translate3d(2px, 0, 0);
    }

    36% {
        transform: translate3d(-2px, 0, 0);
    }

    38% {
        transform: translate3d(2px, 0, 0);
    }

    40% {
        transform: translate3d(-2px, 0, 0);
    }

    42% {
        transform: translate3d(2px, 0, 0);
    }

    44% {
        transform: translate3d(-2px, 0, 0);
    }

    46% {
        transform: translate3d(0em, 0, 0);
    }
}

@keyframes phone-inner {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    33.3333% {
        opacity: 0 -webkit-transform: translate3d(0, 0, 0) scale(1);
        transform: translate3d(0, 0, 0) scale(1);
    }

    66.6666% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0) scale(0);
        transform: translate3d(0, 0, 0) scale(0);
    }
}

@keyframes phone-outer {
    0% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: .4;
        transform: translate3d(0, 0, 0) scale(1);
    }

    33.3333% {
        -webkit-transform: translate3d(0, 0, 0) scale(2);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(2);
    }

    66.6666% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

body {
    margin: 0;
    padding: 0;
    font-family: 'BarlowL';
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, strong, b, th { /* font-family: 'sfr'; */
}

#ShowMenu {
    display: none;
}

.container {
    width: 96%;
    margin: auto;
    box-sizing: border-box;
    max-width: 1200px;
}

.clearfm * {
    margin: 0;
    padding: 0;
    border: none;
    text-decoration: none;
    list-style: none;
    color: inherit;
    line-height: 1.4;
}

img, input, iframe, select {
    border: none;
    outline: none;
}

table {
    border-collapse: collapse;
}

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

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.postImg {
    overflow: hidden;
    position: relative;
}

.btnCloseRoom {
    position: absolute;
    top: 2px;
    left: 3px;
    cursor: pointer;
}

    .btnCloseRoom svg {
        width: 22px;
        height: 22px;
    }

        .btnCloseRoom svg path {
            fill: #fff;
            transition: all .3s;
        }

    .btnCloseRoom:hover svg path {
        fill: #ef9b11;
    }

.postImg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.postImg:hover img {
    transform: scale(1.1);
}

.service-item.lidv .postImg img {
    width: auto;
    height: auto;
    min-height: inherit;
}

.product-img {
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .product-img img {
        height: 100%;
        width: auto;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        transition: transform .5s;
    }

.product-list li:hover .product-img img {
    transform: scale(1.2) rotate(5deg);
}

.desc {
    margin-bottom: 0;
    color: #585858;
    font-family: 'BARLOW';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.list-article-category .item:hover .desc {
    color: #fff;
}

.message {
    font-size: 15px;
    color: #4f4f4f;
}

.background-white {
    background-color: #fff;
}

.red {
    font-size: 15px;
    color: red;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.detail {
    font-size: 16px;
    color: #111; /* margin-top:16px; */ /* overflow:hidden; */
    text-align: justify;
}

    .detail * {
        font-family: 'Barlow' !important;
        max-width: 100% !important;
    }

    .detail table {
        width: 100% !important;
    }

    .detail td { /* width:48% !important; */ /* padding:1%; */
    }

    .detail img {
        max-width: 100% !important;
        cursor: zoom-in;
        height: auto !important;
    }

    .detail a {
        color: #51bf0f;
        text-decoration: none;
    }

.error {
    color: red;
    font-size: 15px;
}

.img {
    display: block;
}

    .img img {
        width: auto;
        height: 100%;
        min-width: 100%;
    }

.imgW img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.block {
    display: block;
}

.btopnone {
    border-top: none !important;
}

.overHide {
    /* overflow: hidden; */
}

.mtop10 {
    margin-top: 10px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mtop40 {
    margin-top: 40px !important;
}

.mtop50 {
    margin-top: 50px !important;
}

.list-article-category {
}

.slidedv {
    margin-top: 0px;
    position: relative;
    width: 73%;
    float: right;
    padding-top: 120px;
    padding-bottom: 55px;
}

    .slidedv ul {
        margin: auto;
        padding: 0;
        display: block;
        width: 100%;
    }

.pager {
    clear: both;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}

    .pager span, .pager a {
        background-color: #51bf0f;
        display: inline-block;
        text-align: center;
        width: 25px;
        margin-right: 3px;
        border-radius: 4px;
        color: #fff;
        border: 1px solid #fff;
        padding-bottom: 2px;
    }

        .pager a:hover {
            background-color: #f7ce0f;
            color: #fff;
        }

    .pager span {
        background-color: #1e1e1e;
        color: #fff;
    }

.transparent {
    background-color: transparent;
}

.boxes .contain {
    overflow: hidden;
    margin-top: 30px;
}

.service-default.boxes .contain {
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

.inline-block {
    display: inline-block;
}

.relative {
    position: relative;
}

.info {
    font-size: 14px;
    color: #b2b2b2;
    margin-top: 11px;
    overflow: hidden;
    font-family: segoe ui;
    padding-left: 5px;
}

    .info span, .info a {
        display: inline-block;
        margin-right: 10px;
    }

        .info a:hover {
            color: #ee0a0a;
        }

    .info a {
        color: #111;
    }

        .info span:last-child, .info a:last-child {
            ;
            margin-right: 0;
        }

    .info span > span, .info span > iframe {
        width: 127px !important;
        height: 20px !important;
    }

    .info .cat:before {
        content: "\f0c9";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .views:before {
        content: "\f06e";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .comments:before {
        content: "\f0e5";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

    .info .share {
        float: right;
    }

    .info .date:before {
        content: "\f073";
        font-family: fontawesome;
        color: #b2b2b2;
        display: inline-block;
        margin-right: 6px;
    }

.breadcrums a {
    color: #000;
}

    .breadcrums a:hover {
        color: #b19b72;
    }

.breadcrums {
    float: right;
}

.share { /* margin-top:10px; */
}

.width49 {
    width: 49%;
    float: left;
}

    .width49 + .width49 {
        float: right;
    }

.binhluanfb {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

    .binhluanfb .fb-comments {
        width: 100%;
    }

.fb-comments iframe {
    width: 100% !important;
}

@media only screen and (max-width :467px) {
    .desc { /* font-size:13px; */ /* height:55px; */
    }

    .boxes .contain {
        margin-top: 15px;
    }

    .width49 {
        width: 100%;
        float: none;
    }

    .breadcrums {
        display: none;
    }
}

.title-cat {
    font-size: 25px;
    font-family: aleo;
    text-transform: uppercase;
    color: #333333;
    background-color: #dabf97;
    position: relative;
}

    .title-cat .link {
        position: absolute;
        right: 0;
        font-size: 14px;
        text-transform: none;
        top: 0;
    }

        .title-cat .link a {
            color: #b10019;
            text-decoration: none;
            display: inline-block;
            padding: 8px 20px;
            position: relative;
            padding-right: 40px;
        }

            .title-cat .link a:after {
                content: "\f105";
                font-family: fontawesome;
                position: absolute;
                right: 15px;
                top: 11px;
                border: 1px solid #b10019;
                width: 14px;
                text-align: center;
                border-radius: 100%;
            }

    .title-cat span {
        position: relative;
        display: inline-block;
        padding-right: 13px;
        padding-left: 15px;
        background-color: #f6f6f6;
    }

        .title-cat span:before {
            content: "";
            position: absolute;
            height: 100%;
            border-left: 4px solid #dabf97;
            left: 0;
        }

.reservation {
    margin-top: 30px;
}

    .reservation h3 {
        font-size: 30px;
        text-align: center;
        color: #133a50;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin: 0;
    }

    .reservation p {
        padding: 0 10%;
        text-align: center;
        font-size: 18px;
        color: #454545;
        margin: 0;
        margin-top: 10px;
    }

    .reservation .formReservation {
        overflow: hidden;
        margin-top: 10px;
    }

    .reservation .leftForm {
        float: left;
        width: 48%;
    }

    .reservation .rightForm {
        float: right;
        width: 48%;
    }

    .reservation h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #0579a2;
        margin: 0;
        margin-top: 20px;
    }

    .reservation .textbox {
        margin-top: 10px;
        font-size: 16px;
        color: #424242;
    }

    .reservation label {
        color: #0579a2;
        font-size: 13px;
    }

    .reservation .button {
        margin-top: 20px;
    }

    .reservation .txt {
        border: 1px solid #c3c3c3;
        padding: 8px 2%;
        width: 100%;
        border-radius: 5px;
        box-sizing: border-box;
        margin: 5px 0;
        outline: none;
    }

    .reservation .txtM {
        height: 100px;
    }

    .reservation .btn {
        background: #dabf97;
        border: none;
        color: #fff;
        font-size: 15px;
        padding: 8px;
        width: 80px;
        border-radius: 5px;
        outline: none;
        cursor: pointer;
    }

    .reservation .textbox {
        position: relative;
    }

    .reservation .subcontain {
        position: relative;
    }

        .reservation .subcontain .loadding {
            background-color: rgba(255,255,255,.6);
            background-image: url(../Design/cho.gif);
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            width: 100%;
            height: 100%;
            z-index: 5;
        }

.list-comment {
    display: block;
    padding: 0;
    margin: auto;
    list-style: none;
}

    .list-comment img {
        width: 100%;
    }

    .list-comment p {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .list-comment .item {
        overflow: hidden;
        margin-top: 20px;
        border-bottom: 1px dashed #a1a1a1;
        padding-bottom: 20px;
    }

        .list-comment .item .img {
            width: 100px;
            height: auto;
            float: left;
        }

        .list-comment .item .text {
            width: 85%;
            float: right;
        }

        .list-comment .item .text-comment {
            width: 82%;
            float: right;
        }

        .list-comment .item .customer {
            font-size: 14px;
            color: #0579a2;
            border-bottom: 1px solid #dfdfdf;
            padding-bottom: 6px;
            margin-top: 5px;
        }

        .list-comment .item .noidung {
            margin-top: 10px;
            font-size: 14px;
            color: #4f4f4f;
        }

            .list-comment .item .noidung p {
                margin: 6px 0;
                font-size: 14px;
                color: #4f4f4f;
            }

        .list-comment .item .date {
            font-size: 13px;
            color: #9f9f9f;
            margin-top: 3px;
        }

.anwser-comment {
    overflow: hidden;
    margin-top: 20px;
    padding: 20px 2%;
    background-color: #f1f1f1;
}

.anwser-content {
    padding: 10px 2%;
    background-color: #fff;
}

.title-anwser-comment {
    padding: 8px 20px;
    margin: 0;
    color: #0579a2;
    font-size: 16px;
    font-weight: bold;
}

.ui-datepicker table {
    width: 100%;
    font-size: 14px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-decoration: none;
    width: 38px;
    height: 38px;
    /* text-align: center; */
    /* vertical-align: middle; */
    /* border-spacing: 0 2px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.15);
    overflow: hidden;
    -webkit-transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;
    transition: width .3s ease-out,height .3s ease-out,max-height .3s ease-out;
}

.ui-datepicker {
    width: max-content;
    padding: 10px;
}

    .ui-datepicker .ui-datepicker-buttonpane {
        display: none;
    }

.ui-widget-content {
    color: #aaa;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #ededed;
}

.language {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.language-top {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 40px;
}

    .language-top span {
        margin: 0 5px;
        color: #FFF;
        font-family: Barlow;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .language-top i {
        font-size: 13px;
        color: #fff;
    }

.language-drop {
    display: flex;
    position: absolute;
    flex-direction: column;
    top: calc(100% + -12px);
    background-color: #fff;
    padding: 5px 17px;
    right: 0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0px #0000003b;
    transform: translateY(25px);
    opacity: 0;
    pointer-events: none;
    visibility: visible;
    transition: 0.9s cubic-bezier(.3,2,.3,1);
    z-index: 1;
    width: max-content;
}

.language:hover .language-drop {
    transform: translateY(14px);
    opacity: 1;
    pointer-events: all;
}

.language-drop a.item {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

    .language-drop a.item span {
        margin-left: 4px;
        font-family: 'Barlow';
    }

        .language-drop a.item span:hover {
            color: #AD8458;
        }

/*Header*/
.header-drop-search {
    box-shadow: 0 0 10px 0 #33333324;
    transition: transform .3s ease-in-out;
}

    .header-drop-search .input {
        width: 100%;
        background-color: #fff;
        padding: 15px 0px;
        display: flex;
        position: fixed;
        align-items: center;
        height: 50px;
        top: 0;
        z-index: 7;
        left: 0;
        pointer-events: none;
        visibility: hidden;
        transform: translateY(-162%);
        transition: all 0.5s ease;
    }

    .header-drop-search input {
        position: relative;
        width: 100%;
        height: 100%;
        border: 1px solid #3333332e;
        padding: 0 14px;
        font-size: 15px;
        border-right: none;
        outline: none;
        margin-left: 25px;
    }

    .header-drop-search.show .input {
        visibility: visible;
        transform: none;
        pointer-events: all;
        transition: all 0.5s ease;
    }

    .header-drop-search .input a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        border: 1px solid #3333332e;
        color: #333;
        width: 50px;
        background-color: #00235826;
        transition: all linear .2s;
    }

        .header-drop-search .input a:hover {
            opacity: .7;
        }

    .header-drop-search .input-drop {
        width: 100%;
        max-height: 333px;
        overflow-x: hidden;
        overflow-y: overlay;
        background-color: #fff;
        display: none;
    }

        .header-drop-search .input-drop.show {
            display: block;
        }

        /* width */
        .header-drop-search .input-drop::-webkit-scrollbar {
            width: 7px;
        }

        /* Track */
        .header-drop-search .input-drop::-webkit-scrollbar-track {
            background: #f1f1f1;
        }

        /* Handle */
        .header-drop-search .input-drop::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 0px;
        }

            /* Handle on hover */
            .header-drop-search .input-drop::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

    .header-drop-search .input-drop-item a {
        color: #333;
        font-size: 18px;
        padding: 4px 12px;
        font-family: 'ArimaBlack';
        width: 100%;
        display: block;
        transition: all linear .2s;
        display: none;
    }

        .header-drop-search .input-drop-item a.show {
            display: block;
        }

        .header-drop-search .input-drop-item a:hover {
            background-color: #fafafa;
        }

.BtnCloseHeader {
    width: 22px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333;
    border: 1px solid #333;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 15px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

    .BtnCloseHeader:hover {
        border-radius: 15px;
        background: #006634;
    }

/*End*/

/*Booking*/

.home-booking-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    transform: translateY(-107px);
    user-select: none;
    padding: 0 33px;
    border-radius: 7px;
    background: #FFF;
    height: 84px;
    padding-left: 23px;
    box-shadow: 0px 4px 29.5px 0px rgba(115, 122, 131, 0.20);
}

    .home-booking-container .sub {
        position: absolute;
        bottom: -66px;
        left: 0;
        display: flex;
        align-items: center;
        display: none;
    }

        .home-booking-container .sub .decor {
            display: flex;
            align-items: center;
        }

        .home-booking-container .sub .decor-item {
            width: 36px;
            height: 36px;
            position: relative;
            border-radius: 50%;
            bottom: unset;
            top: unset;
            background-color: #96A38F;
        }

            .home-booking-container .sub .decor-item:nth-child(1) {
                background-color: rgb(150 163 143 / 30%);
                transform: translateX(0);
            }

            .home-booking-container .sub .decor-item:nth-child(2) {
                background-color: rgb(150 163 143 / 50%);
                transform: translateX(-9px);
            }

            .home-booking-container .sub .decor-item:nth-child(3) {
                background-color: rgb(150 163 143 / 80%);
                transform: translateX(-18px);
            }

        .home-booking-container .sub span {
            display: block;
            font-family: 'avertaSTD';
            color: #737A83;
            font-size: 16px;
            font-weight: 100;
            line-height: 17.6px;
            margin-left: -9px;
        }

        .home-booking-container .sub a {
            color: var(--default-color-1);
            line-height: 17.6px;
            font-family: 'avertaSTD';
            font-size: 15px;
            margin-left: 6px;
            transition: all linear .3s;
            background-color: #fff;
            padding: 10px 18px;
            border-radius: 55px;
            background-color: var(--default-color-1);
            color: #fff;
        }

            .home-booking-container .sub a:hover {
                opacity: .8;
            }

.home-booking-form .text {
    display: flex;
    margin-right: 29px;
}

    .home-booking-form .text img {
        height: fit-content;
        transform: translateY(1px);
    }

.home-booking-form .text-content {
    padding-left: 11px;
}

.form-item-drop {
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #fff;
    border: 1px solid #3333332e;
    border-radius: 5px;
    pointer-events: none;
    transform: translateY(25px);
    opacity: 0;
    transition: 0.8s cubic-bezier(.3,2,.3,1);
    display: flex;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 0 10px 0 #3333333b;
}

    .form-item-drop.active {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
    }

.home-booking-form .text-content h3 {
    margin: 0;
    color: #005893;
    font-family: 'BarlowSB';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.home-booking-form .text-content h4 {
    margin: 0;
    margin-top: 2px;
    color: #62BBE7;
    font-family: 'BarlowM';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.home-booking-form {
    display: flex;
    align-items: center;
}

    .home-booking-form .form-item.customer {
        flex: 1;
        flex-direction: column;
        align-items: unset;
        padding-right: 0;
    }

    .home-booking-form .form-item:hover img {
        filter: invert(25%) sepia(99%) saturate(1420%) hue-rotate(194deg) brightness(84%) contrast(116%);
    }

.home-booking-btn {
    cursor: pointer;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

    .home-booking-btn .container {
        position: relative;
        border-radius: 0px 7px 7px 0px;
        background: linear-gradient(180deg, #33A4D2 0%, #0053A6 135.23%);
        user-select: none;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all linear .2s;
        height: 100%;
        width: 93px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }

        .home-booking-btn .container .img-1 {
            perspective: 300px;
            transition: transform 500ms ease;
            transform-origin: top center;
            transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
        }

        .home-booking-btn .container .decor {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            height: 100%;
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
            background-color: var(--default-color-2);
            transition: transform 700ms ease, top 700ms ease;
            transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
            perspective: 300px;
            transform-origin: bottom center;
        }

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.decor {
    pointer-events: none;
}

.home-booking-form .form-item {
    display: flex;
    position: relative;
    justify-content: center;
    width: 160px;
    padding: 0 31px;
    border-left: 1px solid rgb(5 161 229 / 30%);
    display: flex;
    align-items: center;
    padding-right: 25px;
}

    .home-booking-form .form-item img {
        width: 21px;
        margin-right: 18px;
    }

    .home-booking-form .form-item.customer .btn {
        position: absolute;
        right: 12px;
        display: flex;
        align-items: center;
        z-index: 9;
    }

    .home-booking-form .form-item.customer .btn-item i {
        line-height: 100%;
    }

    .home-booking-form .form-item.customer .btn-item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border: 2px solid #05A1E5;
        border-radius: 50%;
        cursor: pointer;
        color: #05A1E5;
        line-height: 100%;
        font-size: 10px;
        margin: 0 3px;
        transition: all linear .2s;
    }

        .home-booking-form .form-item.customer .btn-item:hover {
            #727A82;
            background-color: #05A1E5;
            color: #fff;
        }

    .home-booking-form .form-item:last-child::before {
        display: none;
    }

    .home-booking-form .form-item::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 48px;
        background-color: #D5E2EF;
        right: 0;
        display: none;
    }

    .home-booking-form .form-item:first-child {
        margin-left: 0;
        width: 303px;
        padding-left: 0;
    }

    .home-booking-form .form-item h3 {
        margin: 0;
        color: #737A83;
        font-family: 'BarlowM';
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

.home-booking-form .form-item-input {
    display: flex;
    width: 100%;
    margin-top: 2px;
    flex-direction: column;
}

.form-item-input {
    position: relative;
    z-index: 5;
}

.home-booking-form .form-item-input .error-contact {
    position: absolute;
    opacity: 1;
    background-color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 11px;
    font-weight: bold;
    box-shadow: 0 3px 5px 0px #ff00002e;
    top: calc(83%);
}

.home-booking-form .form-item-input input {
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    margin-top: 4px;
    color: #005892;
    font-family: 'BarlowM';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

    .home-booking-form .form-item-input input::placeholder {
        color: #005892;
        font-size: 16px;
        font-family: 'BarlowM';
    }

.form-item-drop span {
    padding: 8px 12px;
    transition: all linear .2s;
    user-select: none;
    font-size: 15px;
    white-space: nowrap;
    font-family: 'BarlowM';
}

    .form-item-drop span:hover {
        color: #fff;
        background: linear-gradient(180deg, #33A4D2 0%, #0053A6 135.23%);
        cursor: pointer;
    }

.home-booking-form .form-item-input img {
    transform: translateY(-8px);
}