/*
* header Coder Cuong Cao

*/

@import 'font.css';

header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    height: 93px;
    background: linear-gradient(180deg, #007847 0%, #AAC942 100%);
}

.logo-compa {
    z-index: 999;
    top: -27px;
    left: -57px;
    transition: all .2s;
}

.wp-header-top .grid.wide {
    position: relative;
    max-width: 1160px;
}

a.logo-fix-compa {
    display: none;
}

.logo-compa img {
    position: relative;
    /* display: none !important; */
}

.logo-compa canvas {
}

header .bottom.active .logo-compa:before {
    background: #fff;
    width: 100%;
    height: 107px;
}

.logo-compa:before {
    /* content: ""; */
    position: absolute;
    border-radius: 50px;
}

.wp-header-bottom {
    width: 100%;
    height: 77px;
    position: relative;
}

.LHeaderContent h3 {
    color: #FFF;
    font-family: QuicksandB;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.TitleContactHeader a {
    color: #FFF;
    font-family: 'QuicksandB';
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-right: 13px;
}

.WRightHeaderContent {
    display: flex;
    align-items: center;
}

.WTopContentHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 133px;
}

header .bottom.active .logo-compa {
    top: 25px;
}

.WidgetTopHeaderHome {
    padding: 15px 0;
}

.logo-compa canvas {
    display: block;
    /* width: 100% !important; */
    /* height: 100% !important; */
}

.LogoHomeHeader {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .bottom .grid.wide {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 4px 17px 0px rgba(114, 114, 114, 0.25);
}

header .bottom.active .grid.wide {
    box-shadow: none;
}

.search-block > a.btn-search {
    background: #ffffff !important;
    width: 50px;
    height: 33px !important;
    position: absolute !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    top: 23px;
    right: 16px;
    border: 1px solid #90DBFE;
    border-radius: 0 7px 7px 0 !important;
    font-size: 20px !important;
    padding: 0 !important;
}

    .search-block > a.btn-search svg {
    }

header .top {
    width: 100%;
    height: 36px;
    position: relative;
    z-index: 9;
}

    header .top .container {
        width: 100%;
        float: right;
    }


    header .top .left span {
        font-size: 14px;
        color: #ffffff;
    }

    header .top .left p {
        font-family: helveNeueBold;
        font-size: 18px;
        margin: 0;
        margin-top: 4px;
        text-transform: uppercase;
    }

    header .top .right {
        display: flex;
        align-items: center;
        float: right;
        height: 100%;
    }

header .bottom.active {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 989999999999999;
    -webkit-box-shadow: 0 4px 12px 1px #bbbbbb7d;
    box-shadow: 0 4px 12px 1px #bbbbbb7d;
    background-color: rgb(255 255 255 / 95%);
}

    header .bottom.active .container .nav-cate .item {
        background-color: #fff;
        color: #0d5598;
    }

header .bottom.ac-1 .container .nav li a {
    transform: translateY(0px);
    font-size: 17px;
}

header .top .right .item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 13px;
    position: relative;
    margin: 0 calc(20px/2);
    font-family: nutitoRe;
    float: right;
    font-family: 'roboR';
    color: #fff;
}

    header .top .right .item:last-child {
        margin-right: 0;
        margin-left: 4px;
    }

    header .top .right .item img {
        margin-right: 5px;
    }

    header .top .right .item .item-text {
        color: #ffffff;
        font-size: 13px;
        text-transform: uppercase;
        font-family: 'MonM';
        padding-right: 5px;
    }

span.num-hotline {
    font-family: 'MonM';
    font-size: 17px;
    color: #ffffff;
}

ul.drop-down1-tour li.have-sub2-tour a span {
    color: #333;
    font-family: 'NEUEL';
}

ul.drop-down1-tour > li.have-sub2-tour {
    border-bottom: 1px dashed #009bd5;
    margin: 0 10px !important;
}

    ul.drop-down1-tour > li.have-sub2-tour:last-child {
        border-bottom: none;
    }

    ul.drop-down1-tour > li.have-sub2-tour:first-child {
        border-top: 1px solid #009bd5;
    }

li.have-sub2-tour > a {
    font-weight: normal !important;
    border-radius: unset !important;
    padding: 0 !important;
    display: block !important;
    font-size: 16px !important;
}

header .top .right .item .item-text:nth-child(3) {
    border-right: 2px solid #fff;
    padding-left: 5px;
    padding-right: 12px;
}

header .top .right .item:nth-child(2) .item-text {
    border-right: 0;
}

.widget-search {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: -26px;
    top: 0;
    transition: all .3s;
}

.icon-search {
    position: relative;
    top: 2px;
}

.widget-search.search-block input.search {
    opacity: 1;
    visibility: visible;
}

.widget-search.search-block {
    top: 15px;
}

.icon-search i {
    color: #6D6B6B;
    font-size: 14px;
    font-weight: 600;
}

.icon-search:hover {
    cursor: pointer;
}

input.search {
    width: 247px;
    height: 33px;
    background: #eeeeee;
    border: none;
    outline: none;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    bottom: -56px;
    right: 16px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #90DBFE;
    background: #fff;
    box-shadow: 0px 4px 7px 0px rgba(89, 176, 212, 0.25) inset;
}

    input.search[type="text"] {
        color: #333;
    }

input::placeholder {
    color: #505050;
    font-size: 13px;
    font-family: NSB;
}

.btn-search {
    position: relative;
    top: 2px;
    cursor: pointer;
    display: none !important;
}

header .bottom {
    position: absolute;
    height: 77px;
    width: 100%;
    transition: all ease .2s;
    z-index: 2;
    bottom: 0;
}


    header .bottom.active {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 989999999999999;
        -webkit-box-shadow: 0 4px 12px 1px #bbbbbb7d;
        box-shadow: 0 4px 12px 1px #bbbbbb7d;
        background-color: rgb(255 255 255 / 95%);
    }

        header .bottom.active .btn-book-home-header a {
            width: 128px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        header .bottom.active a.logo-fix-compa {
            display: block;
        }



            header .bottom.active a.logo-fix-compa canvas {
                display: block;
                width: 84% !important;
                /* height: 50% !important; */
                top: 7px;
                /* left: -89px; */
            }

    header .bottom.ac-1 .container .nav li a {
        transform: translateY(0px);
        font-size: 17px;
    }

    header .bottom .container {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        header .bottom .container .btn-menu-respon {
            position: relative;
            cursor: pointer;
            height: 100%;
            z-index: 9999999999;
            display: none;
            pointer-events: all;
        }

            header .bottom .container .btn-menu-respon.active {
                pointer-events: none;
            }

            header .bottom .container .btn-menu-respon .decor {
                position: relative;
                cursor: pointer;
                font-size: 26px;
                pointer-events: none;
                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;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
                background: var(--2, linear-gradient(180deg, #0C7844 0%, #53C858 100%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }

            header .bottom .container .btn-menu-respon.active .decor {
                -webkit-transform: translateX(-40px);
                -ms-transform: translateX(-40px);
                transform: translateX(-40px);
                opacity: 0;
            }

            header .bottom .container .btn-menu-respon.active::after {
                -webkit-transform: translateX(40px);
                -ms-transform: translateX(40px);
                transform: translateX(40px);
                opacity: 0;
            }

            header .bottom .container .btn-menu-respon.active::before {
                -webkit-transform: translateX(40px);
                -ms-transform: translateX(40px);
                transform: translateX(40px);
                opacity: 0;
            }

            header .bottom .container .btn-menu-respon::after {
                content: unset;
                position: absolute;
                width: 30px;
                pointer-events: none;
                border-radius: 40px;
                height: 6px;
                top: 33px;
                background-color: #039cd5;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

            header .bottom .container .btn-menu-respon::before {
                /* content: 'unset'; */
                pointer-events: none;
                position: absolute;
                width: 30px;
                border-radius: 40px;
                height: 6px;
                bottom: 33px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                background-color: #039cd5;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

    header .bottom.active .container .btn-menu-respon::before {
        background-color: #009bd5;
    }

    header .bottom.active .container .btn-menu-respon .decor {
        color: #8fd951;
    }

    header .bottom.active .container .btn-menu-respon::after {
        background-color: #009bd5;
    }

    header .bottom .container .logo {
        z-index: 99;
        /* left: -6px; */
        bottom: -4px;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all ease .3s;
        position: absolute !important;
    }

        header .bottom .container .logo:after {
            content: "";
            position: absolute;
            width: 277px;
            height: 183px;
            left: -74px;
            z-index: -1;
            background: url(/Design/img/logo-shadow.png) no-repeat;
        }

    header .bottom.active .container .logo {
        margin: 0;
        bottom: -20px;
    }

    header .bottom .container .help-name {
        position: absolute;
        color: #fff;
        left: 160px;
        font-size: 26px;
        height: 100%;
        font-family: helveNeueBold;
        transition: all linear .2s;
    }

        header .bottom .container .help-name:hover {
            color: var(--tt-default-color);
        }

    header .bottom .container .logo img {
        position: absolute;
        left: -27px;
    }

    header .bottom .container .logo .img-chinh {
        width: 100% !important;
        height: 100% !important;
    }

    header .bottom.active .container .logo canvas {
        width: 120px;
    }

    header .bottom .container .logo.animate__animated.animate__zoomInDown {
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
    }

    header .bottom .container .nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

        header .bottom .container .nav li {
            position: relative;
            height: 100%;
        }

            header .bottom .container .nav li:before {
                content: '';
                position: absolute;
                width: 0;
                height: 3px;
                background-color: rgba(83, 200, 88, 0.80);
                top: calc(100% + 2px);
                -webkit-transition: all ease .3s;
                -o-transition: all ease .3s;
                transition: all ease .3s;
            }

.DecorIconResHeader {
    position: relative;
    top: -1px;
}

header .bottom .container .nav li:hover:before {
    width: 100%;
}
header .bottom .container .nav li:hover:nth-child(8):before{
    content:none;
}
header .bottom .container .nav li:last-child {
    padding-right: 18px;
}

header .bottom .container .nav li.have-sub2 {
    list-style: none;
    width: 100%;
}

header .bottom .container .nav li:nth-child(1) a {
}

header .bottom.active .container .nav li:nth-child(1) a {
    /* color: #6e6e6e; */
}

header .bottom .container .nav li::hover:last-child a {
    background: #fff;
    /* border-radius: 5px; */
}

header .bottom .container .nav li.have-sub2 a {
    font-size: 16px;
    /* color: #333; */
    display: block;
    width: 100%;
}

header .bottom .container .nav li a {
    height: 40px;
    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;
    white-space: nowrap;
    color: #00406C;
    font-family: QuicksandB;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 0 14px;
    border-radius: 7px;
}

    header .bottom .container .nav li a:hover {
        /* background: #8FD951; */
        /* color: #fff; */
    }

header .bottom .container .nav li:first-child a {
    border-right: unset;
}

header .bottom .container .nav li a span {
    position: relative;
    z-index: 1;
    cursor: pointer;
    line-height: 39px;
}

.wigdetMenuMainSide {
    height: 69px;
}

li.have-sub2-tour > a.item > span {
    color: #00406C;
    font-family: 'QUICKSANDB';
}

header .bottom .container .nav > li > a > span {
    transition: all ease .2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .bottom .container .nav li:last-child .widget-search-header {
    padding: 0 15px;
}

.left-header-top {
    display: flex;
    align-items: center;
    float: left;
    height: 100%;
    padding-left: 230px;
}

    .left-header-top h3 a {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        font-family: InterR;
    }

.boxlan a {
}

a.lan-ru.lan-ac {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.158px;
    height: 23.158px;
    background: linear-gradient(180deg, #FEE690 0%, #FCB574 100%);
    border-radius: 50px;
    margin-right: 5px;
}

    a.lan-ru.lan-ac span {
        color: #E9770F;
        font-family: NeueR;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        position: relative;
        top: -2px;
    }

.boxlan a:hover {
}

.widget-register-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 132px;
    height: 42px;
    flex-shrink: 0;
    border-radius: 5px;
    background: #AAC942;
}

    .widget-register-header > a {
        color: #FFF !important;
        font-family: QuicksandB !important;
        text-transform: uppercase !important;
        padding: 0 5px !important;
    }

.boxlan {
    width: 59px;
    height: 28px;
    display: flex;
    align-items: center;
    border-radius: 46px;
    background: #fff;
    padding: 2px;
}

a.lan-en {
    width: 23.158px;
    height: 23.158px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50px;
}

    a.lan-en span {
        color: #78726C;
        font-family: NeueR;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        position: relative;
        top: -2px;
    }

    a.lan-en:hover span {
        color: #E9770F;
    }

    a.lan-en:hover {
        background: linear-gradient(180deg, #FEE690 0%, #FCB574 100%);
    }

i.iconMapHeader {
    font-size: 16px;
    color: #fed501;
    margin-right: 5px;
}

header .bottom .container .nav li:last-child a span img {
    position: relative;
    top: 2px;
}



header .bottom .container .nav li.have-sub2 a:hover::before {
    background-color: unset; /* color: #333; */ /* z-index: -4; */
    transition: unset;
    opacity: 0;
}

header .bottom.active .container .nav li a::before {
    height: 239%;
}

header .bottom .container .nav li a:hover::before {
    opacity: 1;
    width: 100%;
}

header .bottom .container .nav > li.have-sub2 a::before {
    background: transparent;
}

header .bottom .container .nav li a:hover i {
    color: #fff;
    z-index: 99;
}

header .banner {
    position: relative;
    padding-top: 50px;
    height: auto;
    user-select: none;
    background-color: #fff;
}

    header .banner .cate-product {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        background-color: var(--default-color-1);
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        -webkit-transform: translateX(-22px);
        -ms-transform: translateX(-22px);
        transform: translateX(-22px);
    }

        header .banner .cate-product .container {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            header .banner .cate-product .container .decor-1 {
                left: -34px;
            }

            header .banner .cate-product .container .decor-2 {
                right: -34px;
            }

            header .banner .cate-product .container .decor-item {
                position: absolute;
                height: 100%;
            }

        header .banner .cate-product a {
            position: relative;
            color: #222222;
            font-size: 16px;
            padding: 10px calc(29px / 2);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            z-index: 1;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
        }

            header .banner .cate-product a:hover {
                color: #fff;
            }

            header .banner .cate-product a::before {
                content: '';
                position: absolute;
                right: 0;
                background-color: #fff;
                width: 1px;
                height: 16px;
                opacity: .3;
                -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                transform: translateY(2px);
            }

            header .banner .cate-product a:last-child:before {
                display: none;
            }

    header .banner .swiper-slide {
        position: relative;
    }

        header .banner .swiper-slide .grid.wide {
            position: absolute;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }

        header .banner .swiper-slide .content {
            position: absolute;
            z-index: 2;
            pointer-events: all;
            width: 38%;
            left: 103px;
            -webkit-transform: translateY(-57px);
            -ms-transform: translateY(-57px);
            transform: translateY(-57px);
        }

            header .banner .swiper-slide .content h3 {
                font-family: barlowCB;
                font-size: 20.66px;
                color: #c01120;
                -webkit-transform: translateX(-90px);
                -ms-transform: translateX(-90px);
                transform: translateX(-90px);
                opacity: 0;
                -webkit-transition: all linear .4s;
                -o-transition: all linear .4s;
                transition: all linear .4s;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

            header .banner .swiper-slide .content span {
                font-family: barlowCB;
                font-size: 31.18px;
                color: #fff;
                line-height: calc(100% + 3px);
                text-shadow: 2px 0 6px #000000;
                display: block;
                -webkit-transform: translateX(-90px);
                -ms-transform: translateX(-90px);
                transform: translateX(-90px);
                opacity: 0;
                -webkit-transition: all linear .4s;
                -o-transition: all linear .4s;
                transition: all linear .4s;
                -webkit-transition-delay: .3s;
                -o-transition-delay: .3s;
                transition-delay: .3s;
            }

    header .banner .swiper-slide-active .content h3 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    header .banner .swiper-slide-active .content span {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

.list {
    display: block;
    margin-top: 10px;
}

    .list a {
        display: block;
    }


/*Menu dropdown*/
ul.main-menu li.have-sub:hover ul.drop-down {
    display:block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(8%,-1px);
    -moz-transform: translate(8%,-1px);
    -ms-transform: translate(8%,-1px);
    -o-transform: translate(8%,-1px);
    transform: translate(8%,-1px);
}

ul.main-menu li.have-sub-tour:hover ul.drop-down-tour {
    display: block;
    -webkit-transform: translate(8%,-1px);
    -moz-transform: translate(8%,-1px);
    -ms-transform: translate(8%,-1px);
    -o-transform: translate(8%,-1px);
    transform: translate(8%,-1px);
}

ul.drop-down {
    position: absolute;
    padding: 0;
    margin: 0;
    /* left: 0; */
    top: 100%;
    opacity: 0;
    background: #fff;
    width: max-content;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 6px #99999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(8%,30px);
    -moz-transform: translate(8%,30px);
    -ms-transform: translate(8%,30px);
    -o-transform: translate(8%,30px);
    transform: translate(8%,30px);
    /* background: #fff; */
    width: max-content;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 6px #99999999;
    z-index: 999999;
    display: none;
    border: 1px solid #FFF;
    padding: 8px 9px 7px 9px;
    opacity: 1;
    background: rgb(255 255 255);
}

ul.drop-down-tour {
    position: absolute;
    padding: 0;
    margin: 0;
    /* left: 0; */
    top: 100%;
    opacity: 0;
    background: #fff;
    width: max-content;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 6px #99999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(8%,30px);
    -moz-transform: translate(8%,30px);
    -ms-transform: translate(8%,30px);
    -o-transform: translate(8%,30px);
    transform: translate(8%,30px);
    /* background: #fff; */
    width: max-content;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 6px #99999999;
    z-index: 999999;
    display: none;
    border: 1px solid #FFF;
    padding: 8px 9px 7px 9px;
    opacity: 1;
    background: rgb(255 255 255);
}

ul.drop-down li {
    position: relative;
    float: none;
}

    ul.drop-down li a {
        border-top: none;
        width: 150px;
        text-transform: lowercase;
    }

    ul.drop-down li:hover {
        color: #ffffff;
    }


.accent {
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #e10a16;
    color: #fff;
    position: absolute;
    transition: 0.3s ease;
    z-index: 0;
}

.animate {
    width: 100%;
    transition: 0.3s ease;
}


/* Bottom header */

ul.main-menu {
    margin-bottom: 0;
}

    ul.main-menu li {
        /* border-bottom: 2px solid transparent; */
        position: relative;
    }

        ul.main-menu li:hover {
            cursor: pointer;
        }

    ul.main-menu > li {
        /* padding: 26px 0px; */
    }

ul.drop-down > li {
    line-height: 30px;
}



.posi-dropdown {
    visibility: visible !important;
    top: 70px !important;
    transition: all linear 0.1s;
}


.posi-dropdown1 {
    display: block !important;
    padding: 0;
    margin: 0;
    z-index: 1;
    background: #fff;
    width: max-content;
    border-radius: 0 0 5px 5px;
    transition: all linear 0.2s;
    box-shadow: 2px 4px 6px #99999999;
}

ul.main-menu > li.have-sub > i {
    position: absolute;
    left: 46%;
    z-index: 1;
    bottom: 17px;
    width: 9px;
    height: 6px;
    background: url(/Design/img/iconDrop.png) no-repeat;
}

ul.main-menu > li.have-sub-tour > i {
    position: absolute;
    left: 46%;
    z-index: 1;
    bottom: 17px;
    width: 9px;
    height: 6px;
    background: url(/Design/img/iconDrop.png) no-repeat;
}

ul.drop-down > li:hover > a {
    transition: all linear 0.3s;
    color: #fff;
}


ul.drop-down1 > li > a {
    font-size: 16px;
    color: #0912c3;
    font-family: Asap-Regular;
    text-transform: capitalize;
    padding: 0 13px;
}

header .bottom .container .nav li.have-sub2:hover .drop-down1 {
    opacity: 1;
    visibility: visible;
    top: 0;
}

ul.drop-down1 {
    position: absolute;
    left: 100%;
    top: 18px;
    opacity: 0;
    visibility: hidden;
    width: max-content;
    background: #fff;
    padding-left: 0;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

    ul.drop-down1 li {
        text-align: center;
    }

ul.drop-down > li > a {
    font-size: 16px;
    color: #0912c3;
    font-family: Asap-Regular;
    text-transform: capitalize;
    padding: 0 13px;
}

.btn-contact-home-header a {
    font-size: 16px;
    color: #fff;
    background: #90ce4e;
    padding: 4px 13px;
    border-radius: 5px;
    text-transform: uppercase;
}

    .btn-contact-home-header a:hover {
        background: #fff;
        color: #90ce4e;
    }

.btn-contact-home-header {
    margin-left: 12px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wp-header-top {
    background: #009bd5;
    /* background-size: cover; */
}

.btn-book-home-header a {
    font-size: 18px;
    color: #fff;
    border: 1px solid #e8e2df;
    background: #ffc506;
    padding: 10px 16px;
    font-family: InterR;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all linear .2s;
}

    .btn-book-home-header a i {
        padding-right: 3px;
    }

    .btn-book-home-header a:hover {
        background: #019bd5;
        color: #fff;
        border: 1px solid #019bd5;
    }

.left-header-top img {
    padding-right: 5px;
    position: relative;
    top: -4px;
}

@media (min-width: 1450px) {
}

@media (max-width: 1239px) {
    .logo-compa {
        position: absolute !important;
        left: 5px !important;
        /* width: 20% !important; */
        /* height: 80% !important; */
    }

    header .bottom.active .logo-compa {
        top: 0;
    }

        header .bottom.active .logo-compa:before {
            content: unset;
        }

    .logo-compa canvas {
        /* width: 100%; */
        /* height: 100%; */
    }
}

@media (min-width: 1024px) and (max-width: 1239px) {
    .left-header-top h3 {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
    }

    header .top .right .item {
        font-size: 13px;
    }



    header .bottom.ac-1 .container .nav li a {
        font-size: 14px !important;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 95px;
        right: auto;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 95px;
        left: auto;
    }

    ul.construction-list li .contrustion .help-bottom {
        height: 19% !important;
    }

    ul.construction-list li .contrustion:after {
        height: 25% !important;
    }

    ul.construction-list li .contrustion .help-bottom .center {
        display: block;
        padding: 0 67px 10px 14px !important;
    }

    ul.construction-list li .contrustion:before {
        font-size: 15px;
        right: 26px;
        bottom: 12px;
        color: #fff;
        width: 30px;
        height: 30px;
    }

    .list-pro.all .pro-heading h3 {
        font-size: 22px;
    }

    .wp-name-pro-title p {
        font-size: 15px;
    }
}

@media (min-width: 1499px) {
}


/*Menu Tour*/
.mn1 {
    float: left;
    height: 100%;
    background-image: url('/Design/bg-li.png?v=1');
    background-repeat: no-repeat;
    background-position: left center;
}

.home.mn1 {
    background: none;
}

.mn1.havesub a.mna1:before {
    content: "";
    width: 9px;
    height: 5px;
    background-image: url('/Design/nav-after.png?v=1');
    position: absolute;
    bottom: 15px;
    left: calc((100% - 9px) / 2 );
}

.mn1 a.mna1:after {
    content: "";
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    transition: 0.5s;
}

.mna1 {
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 26px 10px;
    height: 16px;
    overflow: hidden;
    position: relative;
    font-weight: bold;
}

    .mn1:hover .mna1, .mna1.active {
        color: #000;
    }

.mn1.havesub:hover a:before, .mn1.havesub a.active:before { /*background-image:url('/Design/nav-afterh.png')*/
}

.mn1:hover a:after, .mn1 a.active:after {
    left: 0;
    right: 0;
}

.home.mn1 .mna1 {
    text-indent: -1000px;
    height: 100%;
    width: 30px;
    background-image: url('/Design/icon-home.png?v=1');
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0;
}

    .home.mn1 .mna1.active, .home.mn1:hover .mna1 {
        background-image: url('/Design/icon-homeh.png?v=1');
    }

.menusubf1 {
    position: absolute;
    top: 100%;
    padding: 0;
    margin: auto;
    display: none;
    width: 270px;
    z-index: 9999;
    background-color: #ef569f;
    left: 0; /* box-shadow: 1px 2px 3px #fff; */
}

.mn1.relative:nth-child(n+5) .menusubf1 {
    left: inherit;
    right: 0;
}

.menusubf1.menufull {
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    padding: 20px;
}

.menufull3.menusubf1 {
    width: 60%;
}

.mn2 {
    display: block;
    overflow: hidden;
}

.menusubf1.menufull .mn2 {
    width: 16%;
    float: left;
    margin-left: 2%;
}

    .menusubf1.menufull .mn2:first-child {
        margin-left: 0;
    }

    .menusubf1.menufull .mn2 a.mn2a {
        text-transform: uppercase;
        border-bottom: 1px solid #ddd;
        padding: 10px 0px;
        border-top: none; /* font-size: 16px; */
        font-weight: bold;
        color: yellow; /* text-align: center; */
        border-radius: 4px 4px 0 0;
        height: 20px;
    }

.menusubf1.menufull.menufull3 .mn2 a.mn2a { /* font-size: 16px; */ /* text-align: left; */ /* height: 20px; */
}

.menusubf1.menufull.menufull3 .mn2 {
    width: 28%;
}

    .menusubf1.menufull.menufull3 .mn2:nth-child(2) {
        width: 40%;
    }

.menusubf1.menufull5 .mn2 {
    width: 14%;
    float: left; /* text-align: center; */
}

    .menusubf1.menufull5 .mn2:nth-child(2) {
        width: 23%; /* text-align: left; */
    }

    .menusubf1.menufull5 .mn2:nth-child(3) {
        width: 20%; /* text-align: left; */
    }

    .menusubf1.menufull5 .mn2:nth-child(4) {
        width: 16%;
    }

    .menusubf1.menufull5 .mn2:nth-child(5) {
        width: 19%; /* text-align: left; */
    }

.mn2a {
    display: block;
    color: #fff;
    padding: 11px 20px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-weight: normal;
    transition: 0.3s; /* height: 20px; */
}

.mn2:first-child .mn2a {
    border: none;
}

.mn2:hover .mn2a { /* background-color:#fff; */
    font-weight: bold;
    font-size: 16.4px;
}

.mn1:hover .menusubf1 {
    display: block;
}

.menusubf2 {
    width: 100%;
    padding: 0;
    margin: auto;
    padding-top: 10px;
}

.mn3 {
    display: block;
    overflow: hidden;
}

.mn3a {
    display: block;
    color: #fff;
    border-top: 1px dashed #ddd;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 3px;
    font-weight: normal;
    transition: 0.3s; /* height: 20px; */
}

.mn3:first-child .mn3a {
    border: none;
}

.menusubf1.menufull.menufull5 .mn2:hover a.mn2a,
.menusubf1.menufull.menufull3 .mn2:hover a.mn2a { /*background-color: #ffa60f;*/
}

.mn3:hover .mn3a {
    font-weight: bold;
    font-size: 16.4px;
}
/*End*/
.widget-register-header:hover {
    background: rgb(12 120 68);
}
