/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}

.logo-compa {
    position: absolute !important;
    left: 0;
    z-index: 999;
}

    .logo-compa canvas, .logo-compa img {
        position: relative;
        left: 1px;
        top: 12px;
    }

span.number-QuocHai-header i {
    font-size: 17px;
    color: #90ce4e;
    padding-right: 5px;
    position: relative;
    top: 1px;
    padding-right: 12px;
}
span.number-QuocHai-header i:after{
	content:"";
	position:absolute;
	width: 81%;
	height: 100%;
	border-radius: 2px;
	z-index:-1;
	background: #FFF;
	left: -3px;
}
a.logo-compa:before {
    content: "";
    position: absolute;
    width: 132px;
    height: 125px;
    background: url(/Design/img/XayDungQuocHai/Logo/decorLogo.png) no-repeat;
    top: 4px;
    left: -17px;
}

.search-block a.btn-search {
    background: #96d057 !important;
    width: 50px;
    height: 33px;
    position: relative !important;
    right: -197px;
    top: -33px;
    border: 1px solid #333;
}

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

    header .top .container {
        width: 100%;
        /* display: flex; */
        align-items: center;
        justify-content: space-between;
        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%;
        text-align: right;
        padding-right: 127px;
    }

        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: #fffdfd;
                padding-right: 5px;
            }

                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 {
    position: absolute;
    top: 28px;
    right: 14px;
    display: none;
    z-index: 99999999999999;
}

.icon-search {
    position: relative;
}

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

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

    .icon-search i {
        color: #90ce4e;
        background: #ffffff;
        width: 34px;
        height: 34px;
        border-radius: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

.search-block {
    display: block;
}

input.search {
    width: 247px;
    height: 33px;
    background: rgb(51 51 51 / 90%) !important;
    border: none;
    outline: none;
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

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

input::placeholder {
    color: #fff;
    font-size: 12px;
}

.btn-search {
    position: absolute;
    right: 7px;
    top: 8px;
    color: #747474;
    cursor: pointer;
}

header .bottom {
    position: absolute;
    height: 50px;
    width: 100%;
    background-color: #96d057;
    -webkit-box-shadow: 0 4px 12px 1px #ddd3d37d;
    box-shadow: 0 4px 12px 1px #ddd3d37d;
    transition: all ease .2s;
    z-index: 2;
    top: 70px;
}

    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 .bottom.ac-2 .container .nav li a {
        /* transform: translateY(0); */
        color: #0d488c;
    }

    header .bottom.help-cl .container .nav li a {
        color: #fff;
    }

    header .bottom .container {
        position: relative;
    }

        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;
                width: 40px;
                height: 6px;
                border-radius: 40px;
                background-color: #fff;
                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;
            }

            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: '';
                position: absolute;
                width: 30px;
                pointer-events: none;
                border-radius: 40px;
                height: 6px;
                top: 32px;
                background-color: #fff;
                -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: '';
                pointer-events: none;
                position: absolute;
                width: 30px;
                border-radius: 40px;
                height: 6px;
                bottom: 31px;
                -webkit-transition: all linear .2s;
                -o-transition: all linear .2s;
                transition: all linear .2s;
                background-color: #fff;
                -webkit-transition-delay: .2s;
                -o-transition-delay: .2s;
                transition-delay: .2s;
            }

    header .bottom.active .container .btn-menu-respon::before {
        background-color: #90ce4e;
        top: 18px;
    }

    header .bottom.active .container .btn-menu-respon .decor {
        background-color: #90ce4e;
    }

    header .bottom.active .container .btn-menu-respon::after {
        background-color: #90ce4e;
        top: 42px;
    }

    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 .logo-fix-compa{
}
    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%;
        float: left;
        padding-left: 158px;
        /* padding-right: 122px; */
        /* width: 100%; */
        justify-content: space-between;
        width: 100%;
    }

    header .bottom.active .container .nav {
        padding: 0;
    }

    header .bottom .container .nav li {
        position: relative;
        height: 100%;
        padding: 0 3px;
    }
.number-QuocHasi-header a{
    color: #FFF;
}
.number-QuocHasi-header a {
    color: #FFF;
    transition: 0.25s ease;
}
.wp-header-top{
    margin-top: -4px;
}
.number-QuocHasi-header a:hover {
    color: #96d057; /* d?i sang m?u n?i b?t khi hover */
}
.number-QuocHasi-header:hover {
    background: #0b4a90; /* d?i m?u n?n khi hover */
}
.number-QuocHasi-header{
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 15px;
    gap: 6px;
    background: #093c76;
    padding: 6px;
    color: #96d057;
    border-radius: 27px;
    padding: 6px 14px;
    transition: 0.25s ease;
}
        header .bottom .container .nav li.have-sub2 {
            list-style: none;
            width: 100%;
        }





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

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

        header .bottom .container .nav li a {
            position: relative;
            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;
            font-size: 16px;
            color: #ffffff;
            text-transform: inherit;
            padding: 7px 15px;
            font-family: roboM;
            border-radius: 5px;
        }

            header .bottom .container .nav li a span {
                position: relative;
                z-index: 1;
                cursor: pointer;
                font-size: 19px;
            }

.widget-info-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.left-header-top {
    /* display: flex; */
    /* align-items: center; */
    /* float: left; */
    height: 100%;
    /* text-align: left; */
    /* padding-left: 132px; */
}

a.logo-compaGreemHouse {
    position: absolute !important;
    right: 0;
    z-index: 999;
    top: -3px;
}

.left-header-top h3, header .top .right h3 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-family: 'roboR';
    margin: 0;
    padding-left: 163px;
}

span.number-QuocHai-header, span.number-QuocHai-header a {
    font-size: 15px;
    color: #ffffff;
    font-family: roboR;
}

span.nameQuocHai {
    font-family: roboBlack;
    color: #90ce4e;
}

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

header .bottom .container .nav li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* transition: all linear .3s; */
    cursor: pointer;
    opacity: 0;
    border-radius: 5px;
    background-color: #90ce4e;
}

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

header .bottom .container .nav li a:hover span {
    color: #fff;
}

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

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: 47px;
    height: auto;
    user-select: none;
    background-color: #96d057;
}

    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 {
    visibility: visible;
    top: 50px;
}

ul.drop-down {
    position: absolute;
    padding: 0;
    visibility: hidden;
    margin: 0;
    left: 0;
    top: 105px;
    z-index: 1;
    background: #96d057;
    width: max-content;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 6px #99999999;
    transition: all .1s;
}

    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 {
            background: #90ce4e;
            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 {
    display: flex;
    margin-bottom: 0;
    position: relative;
    float: right; /* padding: 26px 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: 50%;
    cotent: none;
    bottom: 10px;
    width: 9px;
    height: 6px;
    background: url(/Design/img/iconDrop.png) no-repeat;
    bottom: 4px;
}


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 {
    display: block;
}

ul.drop-down1 {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    width: 74%;
    background: #fff;
    padding-left: 0;
    border-radius: 0 0 5px 5px;
}

    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;
}

@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;
    }

    .logo-compa {
        position: absolute !important;
        left: 0 !important;
    }

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

    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;
    }
}

a.menuHomeHeader {
    padding-left: 0 !important;
}
