body {
    color: #000000;
    overflow-x: hidden;
    font-family: 'Lato-Regular';
}




.list-lang {
    display: inline-block;
    position: relative;
    float: right;
}

    .list-lang a {
        cursor: pointer;
    }

        .list-lang a:hover {
            color: #fff;
        }

    .list-lang span {
        font-size: 13px;
    }

    .list-lang img {
        width: 20px;
        height: 12px;
    }

.drop-list-lang {
    /* display: none; */
    float: right;
}

    .drop-list-lang li {
        text-align: right;
        float: left;
        /* width: 100%; */
        margin: 0;
        background: #115ea0;
        margin-left: 10px;
        padding: 5px 5px;
    }

    .drop-list-lang a {
        float: right;
        font-family: 'Averta-Regular';
        color: #fff;
        font-size: 12px;
    }


.list-lang:hover .drop-list-lang {
    /* display: block !important; */
    /* position: absolute; */
    /* min-width: 93px; */
    /* z-index: 999; */
    /* right: 13px; */
}

.list-search {
    float: left;
    text-align: left;
    width: 100%;
}

.top-header {
    float: left;
    width: 100%;
    background: #0d7c49;
    padding: 3px 0;
    /* padding-top: 10px; */
}

.list-top-inline {
    float: left;
    display: flex;
    width: 100%;
    /* margin-top: 32px; */
}

.list-top-inline-item {
    display: inline-block;
    font-family: 'QUICKSAND-REGULAR';
    font-size: 14px;
    margin-right: 75px;
    color: #fff;
}

    .list-top-inline-item i {
        font-size: 16px;
        color: #fff;
    }

    .list-top-inline-item:last-child {
        margin-right: 0;
    }


.slogan-cpn {
    text-align: left;
    float: left;
    width: 100%;
    margin: 18px 0;
}

    .slogan-cpn h3 {
        font-family: 'Nunito-Bold';
        font-size: 22px;
        color: #3d588f;
        text-transform: uppercase;
        margin: 0;
    }

    .slogan-cpn p {
        margin: 0;
        font-family: 'Nunito-Bold';
        font-size: 15px;
        margin-left: 135px;
    }

.mobile-search {
    color: #000000;
    padding: 0;
    display: block;
    position: relative;
    border-radius: 50%;
    margin: 20px auto 0;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 52px;
    padding-bottom: 10px;
}

.top-categories-search-main {
    /* position: absolute; */
    /* top: auto; */
    /* right: 4px; */
    /* min-width: 290px; */
    /* z-index: 9; */
    /* display: none; */
}

.list-search:hover .top-categories-search-main {
    display: block;
}

.btn-searchs {
    /* background: black; */
}

.header-home .btn-searchs a {
    color: white !important;
}

body {
    /* font-family: 'QUICKSAND-REGULAR'; */
    /* font-family: 'OpenSans-Regular'; */
}

.copy-text {
    text-align: left;
}

.bq-text {
    text-align: right;
}

.map-box {
    position: relative;
}

.if-maps {
    max-height: 160px;
    max-width: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
}

.company-info {
    /* background-color: #ed1c09; */
    /* padding: 21px; */
    /* padding-bottom: 66px; */
}

    .company-info h3 {
        /* text-align: center; */
        /* font-size: 18px !important; */
        /* margin-bottom: 10px !important; */
        /* font-family: 'Averta-Semibold'; */
    }

        .company-info h3:after {
            content: "";
            position: absolute;
            bottom: 4px !important;
            left: 0px;
            height: 1px;
            margin: 0 auto !important;
            right: 0;
            width: 70px;
            background-color: white;
        }

.list-menu-style {
}

    .list-menu-style a {
        padding-left: 15px !important;
        position: relative;
    }

        .list-menu-style a:before {
            position: absolute;
            font-family: FontAwesome;
            content: "\f111";
            color: white;
            font-size: 9px;
            left: 0;
            top: 5px;
        }

.section_about .section-head h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

    .section_about .section-head h2:before {
        position: absolute;
        content: "";
        background: url(../images/i-line.png) no-repeat;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        max-width: 210px;
    }

.about-types {
    padding: 5px 25px 0;
}

    .about-types p {
        font-size: 17px;
        margin-bottom: 35px;
        color: #464646;
    }

        .about-types p:last-child {
            margin: 0 !important;
        }

.section_product .section-head h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

.new-home-section .section_product .section-head h2:before {
    /* background: url(../images/line1.png) no-repeat; */
}

.section_product .section-head h2:before {
    position: absolute;
    content: "";
    background: #004aad;
    height: 5px;
    width: 100%;
    top: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px;
    display: block;
    max-width: 91px;
    z-index: 9;
}



.section_project .section-head h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #5472ae;
}

    .section_project .section-head h2:before {
        position: absolute;
        content: "";
        background: url(../images/i-line.png) no-repeat;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        max-width: 210px;
    }

.pro-content .contact-price {
    color: #ed1c09 !important;
    /* background: #b40000; */;
    font-family: 'ROBOTO-MEDIUM';
}

.section_project .tab-projects .blog-item-thumbnail {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.project-items-tr {
    position: relative;
    width: 100%;
    float: left;
}

.know-more {
    font-size: 15px;
    width: 136px;
    height: 42px;
    line-height: 42px;
    background: #435b8b;
    border: 1px solid white;
    display: block;
    margin: 15px auto -30px;
}

.title-home span {
    color: #cf1818;
    font-size: 32px;
    font-family: 'Averta-Semibold';
    line-height: 31px;
}

.title-home {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    /* line-height: 24px; */
    /*  */
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
    color: #121212;
    /* font-family: 'Averta-Semibold'; */
    font-family: 'Averta-Regular';
}

    .title-home:before {
        position: absolute;
        content: "";
        background: #cf1818;
        height: 64px;
        width: 100%;
        top: 0;
        left: 0;
        /* right: 0; */
        margin: 0 auto;
        display: block;
        /* border-radius: 100px; */
        z-index: 9;
        max-width: 14px;
    }



.new-one {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    /* box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%); */
    /* padding: 5px; */
    /* border: 1px solid #fff; */
    margin-bottom: 5px;
    padding-bottom: 5p;
}

.new-one-img {
    float: left;
    width: 100%;
    position: relative;
}

    .new-one-img img {
        width: 100%;
    }


.new-one-date {
    color: white;
    font-size: 13px;
    /*  */
    font-family: 'Averta-Regular';
    position: absolute;
    top: 0;
    background: #0d7c49a6;
    padding: 5px 10px;
    text-align: center;
}

    .new-one-date .m-new {
        color: #fefefe;
        font-family: 'Averta-Light';
        font-size: 15px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .new-one-date .day-new {
        color: #fefefe;
        font-family: 'Averta-Semibold';
        font-size: 20px;
        margin-bottom: 0;
        line-height: 20px;
    }

.new-one-title {
    margin: 5px 0;
    /* font-family: 'Nunito-Bold'; */
    height: 40px;
    margin-bottom: 20px;
}



.new-one-desc {
    font-size: 14px;
    color: #fefefe;
    display: block;
    /*  */
    /* font-family: 'Averta-Light'; */
    /* font-family: 'Averta-Regular'; */
    font-family: 'ROBOTO-REGULAR';
}

.new-two {
    float: left;
    width: 100%;
    margin: 0 0 12px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 14px;
}

.new-two-img {
    float: left;
    width: 100%;
    max-width: 160px;
    margin-right: 12px;
}

.new-two-content {
    /* padding-bottom: 11.5px; */
    /* border-bottom: 1px solid #b7b7b7; */
}

.new-two-date {
    font-size: 12px;
    color: #878787;
}

.new-two-title {
    margin: 2px 0 0px 0;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
}

    .new-two-title a {
        font-size: 14px;
        color: #5472ae;
    }

.new-two-desc {
    font-size: 13px;
    color: #3a3737;
}



.new-readmore {
    font-size: 13px;
    /* width: 130px; */
    /* height: 42px; */
    font-family: 'ROBOTO-REGULAR';
    line-height: 42px;
    /* background: #435b8b; */
    border: 1px solid white;
    /*  */
    /* text-transform: uppercase; */
    display: block;
    /* margin: 35px auto 0; */
    color: #b40000;
    /* text-align: right; */
    /* font-family: 'Averta-Regular'; */
}

.header_menu.is-sticky {
    background: #0d7c49;
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 9999;
    /* padding: 0 14%; */
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 40%);
    -webkit-transform: translate3d(0,30px,1px) !important;
    transform: translate3d(0,30px,1px) !important;
    -webkit-transition: opacity 2s ease,-webkit-transform 2s ease !important;
    transition: opacity 2s ease,-webkit-transform 2s ease !important;
    transition: transform 2s ease,opacity 2s ease !important;
    transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease !important;
}

.new-readmore:hover {
    color: #b40000 !important;
}

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

.mes-sucess {
    color: blue;
    font-size: 15px;
}

.sup-img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dbdbdb;
}

.list-blogs {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    /* border: 1px solid #ececec; */
    /* padding: 10px; */
}

.blogs-rights {
}

.aside-item .heading {
    float: left;
    width: 100%;
}

.header_menu.is-sticky {
    /*background: #b40000;*/
    /* position: fixed; */
    /*top: -30px;
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 9999;
	padding: 0 14%;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-transform: translate3d(0,30px,1px) !important;
	transform: translate3d(0,30px,1px) !important;
	-webkit-transition: opacity 2s ease,-webkit-transform 2s ease !important;
	transition: opacity 2s ease,-webkit-transform 2s ease !important;
	transition: transform 2s ease,opacity 2s ease !important;
	transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease !important;*/
}


.price {
    /* font-size: 15px; */
    /* font-weight: bold; */
    /* color: red; */
    /* font-family: 'OpenSans-Bold'; */
    /* line-height: 14px; */
    /* float: left; */
    /* padding-right: 5px; */
}

.section_product .section-head h2:hover {
    /* color: #1a1a1a; */
    /* background: #FEE5A2; */
    /* background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%); */
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    /* background: linear-gradient(0deg, #cba54a 0%, #FEE5A2 100%); */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
}

    .section_product .section-head h2:hover:before {
        /* background: url(../images/line-gold.png) no-repeat; */
    }

.title-home:hover {
    /* color: #1a1a1a; */
    /* background: #FEE5A2; */
    /* background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%); */
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    /* background: linear-gradient(0deg, #cba54a 0%, #FEE5A2 100%); */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
}

    .title-home:hover:before {
        /* background: url(../images/line-gold.png) no-repeat; */
    }


.section_about .section-head:hover h2 {
    font-weight: bold;
    font-size: 24px;
    color: #1a1a1a;
    margin: 0 0 12px;
    background: #FEE5A2;
    background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: linear-gradient(0deg, #cba54a 0%, #FEE5A2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

    .section_about .section-head:hover h2:before {
        position: absolute;
        content: "";
        background: url(../images/line-gold.png) no-repeat;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        max-width: 210px;
    }

.mntr {
    list-style: none;
    margin: 0px;
    text-align: right;
}

    .mntr li {
        display: inline-block;
        padding-left: 30px;
        color: #fff;
    }


#nav {
    float: left;
}

.menumain .menusub a {
    color: #fff;
    font-size: 14px;
}

.menumain .menusub {
    position: absolute;
    z-index: 10;
    background: #0d7c49;
    top: 100%;
    width: 265px;
    display: none;
    border-right: 1px solid #36a010;
}

.menumain:hover {
    cursor: pointer;
}

    .menumain:hover .menusub {
        display: block;
    }

.menumain .menusub li {
    float: none;
    border: none;
    padding: 0 11px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #258d5d;
}

.menumain .menur li a {
    display: block;
}

.menumain .menusub li span {
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
}

    .menumain .menusub li span > img {
        display: block;
        margin: auto;
        height: 25px;
    }

.menumain .menur li:hover, .menumain .menur li.active {
    background: #3daa13;
}


.prca {
    /* float: left; */
    width: 100%;
    text-align: center;
    /* padding-left: 5px; */
    margin-top: 11px;
    display: flex;
    justify-content: center;
}

.pro-action {
    float: right;
    width: 15%;
    margin-top: 12px;
    display: none;
}

.pro-content h4 {
    margin-bottom: 10px;
}

.prca {
    font-weight: bold;
}

#cate-product .blc {
    margin-bottom: 20px;
}





.list-lang {
    display: inline-block;
    position: relative;
    float: right;
}

    .list-lang a {
        cursor: pointer;
    }

        .list-lang a:hover {
            color: #fff;
        }

    .list-lang span {
        font-size: 13px;
    }

    .list-lang img {
        width: 20px;
        height: 12px;
    }

.drop-list-lang {
    /* display: none; */
    float: right;
}

    .drop-list-lang li {
        text-align: right;
        float: left;
        /* width: 100%; */
        margin: 0;
        background: #115ea0;
        margin-left: 10px;
        padding: 5px 5px;
    }

    .drop-list-lang a {
        float: right;
        font-family: 'Averta-Regular';
        color: #fff;
        font-size: 12px;
    }


.list-lang:hover .drop-list-lang {
    /* display: block !important; */
    /* position: absolute; */
    /* min-width: 93px; */
    /* z-index: 999; */
    /* right: 13px; */
}

.list-search {
    float: left;
    text-align: left;
    width: 100%;
}

.top-header {
    float: left;
    width: 100%;
    background: #E8CD56;
    padding: 3px 0;
    /* padding-top: 10px; */
}

.list-top-inline {
    float: left;
    display: flex;
    width: 100%;
    /* margin-top: 32px; */
}

.list-top-inline-item {
    display: inline-block;
    font-family: 'QUICKSAND-REGULAR';
    font-size: 14px;
    margin-right: 75px;
    color: #fff;
}

    .list-top-inline-item i {
        font-size: 16px;
        color: #fff;
    }

    .list-top-inline-item:last-child {
        margin-right: 0;
    }


.slogan-cpn {
    text-align: left;
    float: left;
    width: 100%;
    margin: 18px 0;
}

    .slogan-cpn h3 {
        font-family: 'Nunito-Bold';
        font-size: 22px;
        color: #3d588f;
        text-transform: uppercase;
        margin: 0;
    }

    .slogan-cpn p {
        margin: 0;
        font-family: 'Nunito-Bold';
        font-size: 15px;
        margin-left: 135px;
    }

.mobile-search {
    color: #000000;
    padding: 0;
    display: block;
    position: relative;
    border-radius: 50%;
    margin: 20px auto 0;
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 52px;
    padding-bottom: 10px;
}

.top-categories-search-main {
    /* position: absolute; */
    /* top: auto; */
    /* right: 4px; */
    /* min-width: 290px; */
    /* z-index: 9; */
    /* display: none; */
}

.list-search:hover .top-categories-search-main {
    display: block;
}

.btn-searchs {
    /* background: black; */
}

.header-home .btn-searchs a {
    color: white !important;
}

body {
    /* font-family: 'QUICKSAND-REGULAR'; */
    /* font-family: 'OpenSans-Regular'; */
    background: #fff;
}

.copy-text {
    text-align: left;
}

.bq-text {
    text-align: right;
}

.map-box {
    position: relative;
}

.if-maps {
    max-height: 160px;
    max-width: 100%;
    float: left;
    width: 100%;
    overflow: hidden;
}

.company-info {
    /* background-color: #ed1c09; */
    /* padding: 21px; */
    /* padding-bottom: 66px; */
}

    .company-info h3 {
        /* text-align: center; */
        /* font-size: 18px !important; */
        /* margin-bottom: 10px !important; */
        /* font-family: 'Averta-Semibold'; */
    }

        .company-info h3:after {
            content: "";
            position: absolute;
            bottom: 4px !important;
            left: 0px;
            height: 1px;
            margin: 0 auto !important;
            right: 0;
            width: 70px;
            background-color: white;
        }

.list-menu-style {
}

    .list-menu-style a {
        padding-left: 15px !important;
        position: relative;
    }

        .list-menu-style a:before {
            position: absolute;
            font-family: FontAwesome;
            content: "\f111";
            color: white;
            font-size: 9px;
            left: 0;
            top: 5px;
        }

.section_about .section-head h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
}

    .section_about .section-head h2:before {
        position: absolute;
        content: "";
        background: url(../images/i-line.png) no-repeat;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        max-width: 210px;
    }

.about-types {
    padding: 5px 25px 0;
}

    .about-types p {
        font-size: 17px;
        margin-bottom: 35px;
        color: #464646;
    }

        .about-types p:last-child {
            margin: 0 !important;
        }

.section_product .section-head h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

.new-home-section .section_product .section-head h2:before {
    /* background: url(../images/line1.png) no-repeat; */
}

.section_product .section-head h2:before {
    position: absolute;
    content: "";
    background: #004aad;
    height: 5px;
    width: 100%;
    top: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100px;
    display: block;
    max-width: 91px;
    z-index: 9;
}



.section_project .section-head h2 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #5472ae;
}

    .section_project .section-head h2:before {
        position: absolute;
        content: "";
        background: url(../images/i-line.png) no-repeat;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        max-width: 210px;
    }

.pro-content .contact-price {
    color: #E8CD56 !important;
    /* background: #b40000; */
    font-family: 'ROBOTO-MEDIUM';
    font-family: 'Exo2-SemiBold';
}

.section_project .tab-projects .blog-item-thumbnail {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.project-items-tr {
    position: relative;
    width: 100%;
    float: left;
}

.know-more {
    font-size: 15px;
    width: 136px;
    height: 42px;
    line-height: 42px;
    background: #435b8b;
    border: 1px solid white;
    display: block;
    margin: 15px auto -30px;
}

.title-home span {
    color: #cf1818;
    font-size: 32px;
    font-family: 'Averta-Semibold';
    line-height: 31px;
}

.title-home {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 20px;
    text-transform: uppercase;
    /* line-height: 24px; */
    /*  */
    font-weight: bold;
    padding-left: 20px;
    text-align: left;
    color: #121212;
    /* font-family: 'Averta-Semibold'; */
    font-family: 'Averta-Regular';
}

    .title-home:before {
        position: absolute;
        content: "";
        background: #cf1818;
        height: 64px;
        width: 100%;
        top: 0;
        left: 0;
        /* right: 0; */
        margin: 0 auto;
        display: block;
        /* border-radius: 100px; */
        z-index: 9;
        max-width: 14px;
    }



.new-one {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    /* box-shadow: 1px 1px 4px 2px rgb(138 138 145 / 80%); */
    /* padding: 5px; */
    /* border: 1px solid #fff; */
    margin-bottom: 5px;
    padding-bottom: 5p;
}

.new-one-img {
    float: left;
    width: 100%;
    position: relative;
}

    .new-one-img img {
        width: 100%;
        border-radius: 10px;
        border-radius: 10px 10px 0px 0px;
    }

.new-one-contents {
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    padding: 10px;
    /* background: #fff; */
    float: left;
}

.new-one-date {
    color: white;
    font-size: 13px;
    /*  */
    font-family: 'Averta-Regular';
    position: absolute;
    top: 0;
    background: #0d7c49a6;
    padding: 5px 10px;
    text-align: center;
}

    .new-one-date .m-new {
        color: #fefefe;
        font-family: 'Averta-Light';
        font-size: 15px;
        margin-bottom: 0;
        line-height: 20px;
    }

    .new-one-date .day-new {
        color: #fefefe;
        font-family: 'Averta-Semibold';
        font-size: 20px;
        margin-bottom: 0;
        line-height: 20px;
    }

.new-one-title {
    margin: 5px 0;
    /* font-family: 'Nunito-Bold'; */
    height: 60px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 29px;
    -webkit-line-clamp: 2;
    /* height: 33px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

    .new-one-title a {
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        font-family: 'Exo2-SemiBold';
    }

        .new-one-title a:hover {
            color: #ED3237;
            text-decoration: underline;
        }

.desc-one-new {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: 'Exo2-Regular';
}

.new-one-desc {
    font-size: 14px;
    color: #fefefe;
    display: block;
    /*  */
    /* font-family: 'Averta-Light'; */
    /* font-family: 'Averta-Regular'; */
    font-family: 'ROBOTO-REGULAR';
}

.new-two {
    float: left;
    width: 100%;
    margin: 0 0 12px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 14px;
}

.new-two-img {
    float: left;
    width: 100%;
    max-width: 160px;
    margin-right: 12px;
}

.new-two-content {
    /* padding-bottom: 11.5px; */
    /* border-bottom: 1px solid #b7b7b7; */
}

.new-two-date {
    font-size: 12px;
    color: #878787;
}

.new-two-title {
    margin: 2px 0 0px 0;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
}

    .new-two-title a {
        font-size: 14px;
        color: #5472ae;
    }

.new-two-desc {
    font-size: 13px;
    color: #3a3737;
}

.new-home-section {
    /* background-image: url(../images/b_ground.jpg); */
    /* padding: 45px 0 50px; */
    padding-bottom: 55px;
    /* background: #f6f6f6; */
    float: left;
    width: 100%;
    margin-top: 25px;
}

.new-readmore {
    font-size: 13px;
    /* width: 130px; */
    /* height: 42px; */
    font-family: 'ROBOTO-REGULAR';
    line-height: 42px;
    /* background: #435b8b; */
    border: 1px solid white;
    /*  */
    /* text-transform: uppercase; */
    display: block;
    /* margin: 35px auto 0; */
    color: #b40000;
    /* text-align: right; */
    /* font-family: 'Averta-Regular'; */
}

.header_menu.is-sticky {
    background: #fff;
    position: fixed;
    top: -30px;
    left: 0;
    width: 100%;
    opacity: 1;
    z-index: 9999;
    /* padding: 0 14%; */
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 40%);
    -webkit-transform: translate3d(0,30px,1px) !important;
    transform: translate3d(0,30px,1px) !important;
    -webkit-transition: opacity 2s ease,-webkit-transform 2s ease !important;
    transition: opacity 2s ease,-webkit-transform 2s ease !important;
    transition: transform 2s ease,opacity 2s ease !important;
    transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease !important;
}

.new-readmore:hover {
    color: #b40000 !important;
}

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

.mes-sucess {
    color: blue;
    font-size: 15px;
}

.sup-img {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #dbdbdb;
}

.list-blogs {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    /* border: 1px solid #ececec; */
    /* padding: 10px; */
}

.blogs-rights {
}

.aside-item .heading {
    float: left;
    width: 100%;
}

.header_menu.is-sticky {
    /*background: #b40000;*/
    /* position: fixed; */
    /*top: -30px;
	left: 0;
	width: 100%;
	opacity: 1;
	z-index: 9999;
	padding: 0 14%;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-transform: translate3d(0,30px,1px) !important;
	transform: translate3d(0,30px,1px) !important;
	-webkit-transition: opacity 2s ease,-webkit-transform 2s ease !important;
	transition: opacity 2s ease,-webkit-transform 2s ease !important;
	transition: transform 2s ease,opacity 2s ease !important;
	transition: transform 2s ease,opacity 2s ease,-webkit-transform 2s ease !important;*/
}

.price {
    font-size: 18px;
    /* line-height: 38px; */
    color: #E8CD56;
    font-family: 'Exo2-SemiBold';
    width: 100%;
    float: left;
    display: block;
}

.product-list .price {
    font-size: 32px;
    line-height: 38px;
    color: #E8CD56;
    font-family: 'Exo2-SemiBold';
    width: 100%;
    float: left;
    display: block;
}

.section_product .section-head h2:hover {
    /* color: #1a1a1a; */
    /* background: #FEE5A2; */
    /* background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%); */
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    /* background: linear-gradient(0deg, #cba54a 0%, #FEE5A2 100%); */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
}

    .section_product .section-head h2:hover:before {
        /* background: url(../images/line-gold.png) no-repeat; */
    }

.title-home:hover {
    /* color: #1a1a1a; */
    /* background: #FEE5A2; */
    /* background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%); */
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    /* background: linear-gradient(0deg, #cba54a 0%, #FEE5A2 100%); */
    /* -webkit-background-clip: text; */
    /* color: transparent; */
}

    .title-home:hover:before {
        /* background: url(../images/line-gold.png) no-repeat; */
    }


.section_about .section-head:hover h2 {
    font-weight: bold;
    font-size: 24px;
    color: #1a1a1a;
    margin: 0 0 12px;
    background: #FEE5A2;
    background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: linear-gradient(0deg, #cba54a 0%, #FEE5A2 100%);
    -webkit-background-clip: text;
    color: transparent;
}

    .section_about .section-head:hover h2:before {
        position: absolute;
        content: "";
        background: url(../images/line-gold.png) no-repeat;
        height: 20px;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        max-width: 210px;
    }

.mntr {
    list-style: none;
    margin: 0px;
    text-align: right;
}

    .mntr li {
        display: inline-block;
        padding-left: 30px;
        color: #fff;
    }

.menumain {
    /* width: 285px; */
    /* height: 50px; */
    /* background: #ee0600; */
    /* text-transform: uppercase; */
    /* font-size: 16px; */
    /* display: block; */
    /* color: #fff; */
    position: relative;
    float: left;
    /* line-height: 50px; */
    /* font-weight: bold; */
    /* filter: drop-shadow(10px 0px 30px rgba(0, 0, 0, 0.15)) drop-shadow(-10px 0px 30px rgba(0, 0, 0, 0.15)); */
    /* margin-top: -10px; */
    /* border-radius: 5px 5px 0px 0px; */
    /* overflow: hidden; */
    /* background: #E8CD56; */
    /* box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3); */
    /* border-radius: 7px; */
}

#nav {
    float: left;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.menumain .menusub a {
    color: #fff;
    font-size: 14px;
}

.menumain .menusub {
    position: absolute;
    z-index: 10;
    background: #0d7c49;
    top: 100%;
    width: 265px;
    display: none;
    border-right: 1px solid #36a010;
}

.menumain:hover {
    cursor: pointer;
}

    .menumain:hover .menusub {
        display: block;
    }

.menumain .menusub li {
    float: none;
    border: none;
    padding: 0 11px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #258d5d;
}

.menumain .menur li a {
    display: block;
}

.menumain .menusub li span {
    width: 20px;
    display: inline-block;
    position: absolute;
    left: 8px;
    top: 8px;
}

    .menumain .menusub li span > img {
        display: block;
        margin: auto;
        height: 25px;
    }

.menumain .menur li:hover, .menumain .menur li.active {
    background: #3daa13;
}

.menumain > p {
    background: #E8CD56;
    box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    background: #E8CD56;
    box-shadow: 0px 2px 5px -1px rgba(50, 50, 93, 0.25), 0px 1px 3px -1px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    width: 285px;
    font-size: 16px;
    line-height: 19px;
    /* p3 */
    color: #FFFFFF;
    font-family: 'Exo2-SemiBold';
    text-transform: uppercase;
    padding: 14px 20px;
    margin-bottom: 0;
    position: relative;
}

    .menumain > p img {
        margin-right: 21px;
    }

    .menumain > p > i {
        margin-right: 21px;
        margin-left: 15px;
    }

.prca {
    /* float: left; */
    /* width: 100%; */
    /* text-align: center; */
    /* padding-left: 5px; */
    margin-top: 0;
    display: block;
    /* justify-content: center; */
}

.pro-action {
    float: right;
    width: 15%;
    margin-top: 12px;
    display: none;
}

.pro-content h4 {
    margin-bottom: 10px;
}

.prca {
    font-weight: bold;
}

#cate-product .blc {
    margin-bottom: 60px;
}

.menumain > p:before {
    content: "\f0d7";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 18px;
    height: 10px;
    width: 10px;
    color: #fff;
}

#nav .thamgia-btn {
}

    #nav .thamgia-btn a {
        background: #E8CD56;
        border-radius: 30.5px;
        padding: 14px 24px;
        font-size: 16px;
        line-height: 19px;
        color: #1253A0;
        margin-left: 30px;
    }

        #nav .thamgia-btn a:hover {
        }

.ftmenu-item {
}

    .ftmenu-item h4 {
        font-family: 'Lato-Bold';
        font-style: normal;
        font-size: 20px;
        padding-left: 15px;
        position: relative;
        margin-bottom: 25px;
        display: block;
    }

        .ftmenu-item h4:before {
            position: absolute;
            content: "";
            width: 2.59px;
            height: 25px;
            background: #1253A0;
            border-radius: 2px;
            left: 0;
            top: 0;
        }

.ft-list {
}

    .ft-list li {
        display: block;
        margin-bottom: 22px;
    }

    .ft-list a {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #525252;
        display: block;
        padding-left: 16px;
        position: relative;
    }

        .ft-list a:hover {
        }

        .ft-list a:before {
            position: absolute;
            content: "";
            width: 7px;
            height: 7px;
            background: #525252;
            border-radius: 50%;
            left: 0;
            top: 6px;
        }

.company-info {
}

    .company-info img {
        margin: auto;
        display: block;
        margin-bottom: 17px;
    }

    .company-info h4 {
        font-family: 'Lato-Bold';
        font-style: normal;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        /* P1 */

        color: #1253A0;
        margin-bottom: 24px;
    }

    .company-info ul {
    }

    .company-info li {
        font-family: 'Lato-Bold';
        font-style: normal;
        font-size: 16px;
        color: #525252;
        display: block;
        margin-bottom: 20px;
        padding-left: 36px;
    }

    .company-info a {
    }

    .company-info li:nth-child(1) {
        background: url(../images/ift1.svg) left center no-repeat;
    }

    .company-info li:nth-child(2) {
        background: url(../images/ift2.svg) left center no-repeat;
    }

    .company-info li:nth-child(3) {
        background: url(../images/ift3.svg) left center no-repeat;
    }

.about-st {
    padding: 78px 0 81px;
    background: url(../images/bg-about.svg) no-repeat;
    background-size: cover;
}

.aboute-info {
}

    .aboute-info h2 {
        font-style: normal;
        font-size: 32px;
        line-height: 38px;
        /* P1 */
        color: #1253A0;
        font-family: 'Lato-Bold';
        display: block;
        margin-bottom: 17px;
        padding-bottom: 17px;
        background: url(../images/line-ab.svg) left bottom no-repeat;
        margin-top: 0;
    }

    .aboute-info b {
        color: black;
    }

    .aboute-info p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: justify;
    }

.aboute-img {
}

    .aboute-img img {
    }

.readmore-e {
    display: block;
}

    .readmore-e a {
        background: #1253A0;
        border-radius: 35px;
        padding: 12px 33px;
        color: white;
        margin-top: 17px;
        display: inline-block;
    }

.av1-item {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 61px;
}

.av1-thumb {
    margin-bottom: 18px;
}

    .av1-thumb img {
    }

.av1-content {
}

.av1-title {
    font-style: normal;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */ text-align: center;
    /* P1 */ color: #1253A0;
    font-family: 'Lato-Bold';
    background: url(../images/lline-hoa.svg) bottom center no-repeat;
    padding-bottom: 21px;
    margin-bottom: 10px;
}

.av1-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.av1 {
    padding-top: 57px;
}

.khicong-st {
    background: url(../images/bg-khicong.svg) no-repeat;
    background-size: cover;
    padding: 62px 0 29px;
}

.khicong-item {
    background: linear-gradient(25deg, #D2AB00 0%, #F9DC60 100%);
    border-radius: 10px;
    background: linear-gradient(25deg, #D2AB00 0%, #F9DC60 100%);
    border-radius: 10px;
    text-align: center;
    padding: 25px 29px;
    margin-bottom: 60px;
}

.khicong-title {
    margin-bottom: 8px;
    height: 55px;
    display: flex;
    /* min-width: 100%; */
    justify-content: center;
    background: #BA851F;
    border-radius: 5px;
    align-items: center;
    padding: 10px;
}

.khicong-thumb {
    margin-bottom: 8px;
}

    .khicong-thumb img {
        width: 100%;
    }

.khicong-desc {
    margin-bottom: 16px;
    COLOR: WHITE;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.khicong-readmore {
    display: block;
}

    .khicong-readmore a {
        background: #FFFFFF;
        border-radius: 40px;
        padding: 12px 32px;
        display: inline-block;
    }

.khicong-heading {
    font-style: normal;
    font-family: 'Lato-Bold';
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 34px;
    background: url(../images/line-khicong.svg) center bottom no-repeat;
    padding-bottom: 24px;
}

.khicong-title a {
    font-style: normal;
    font-family: 'Lato-Bold';
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}



.custom-rkhicong .col:nth-child(1) .khicong-item {
}

.custom-rkhicong .col:nth-child(1) .khicong-title {
}

.custom-rkhicong .col:nth-child(2) .khicong-item {
    background: linear-gradient(25deg, #D25800 0%, #F9A960 100%);
}

.custom-rkhicong .col:nth-child(2) .khicong-title {
    background: #D06B21;
}

.custom-rkhicong .col:nth-child(3) .khicong-item {
    background: linear-gradient(25deg, #D20058 0%, #F960A0 100%);
}

    .custom-rkhicong .col:nth-child(3) .khicong-item .khicong-title {
        background: #FFAED5;
    }

.custom-rkhicong .col:nth-child(4) .khicong-item {
    background: linear-gradient(25deg, #00D23B 0%, #60F96F 100%);
}

    .custom-rkhicong .col:nth-child(4) .khicong-item .khicong-title {
        background: #49BC4E;
    }

.custom-rkhicong .col:nth-child(5) .khicong-item {
}

    .custom-rkhicong .col:nth-child(5) .khicong-item .khicong-title {
    }

.custom-rkhicong .col:nth-child(6) .khicong-item {
    background: linear-gradient(25deg, #D25800 0%, #F9A960 100%);
}

    .custom-rkhicong .col:nth-child(6) .khicong-item .khicong-title {
        background: #D06B21;
    }

.custom-rkhicong .col:nth-child(7) .khicong-item {
    background: linear-gradient(25deg, #D20058 0%, #F960A0 100%);
}

    .custom-rkhicong .col:nth-child(7) .khicong-item .khicong-title {
        background: #FFAED5;
    }

.custom-rkhicong .col:nth-child(8) .khicong-item {
    background: linear-gradient(25deg, #00D23B 0%, #60F96F 100%);
}

    .custom-rkhicong .col:nth-child(8) .khicong-item .khicong-title {
        background: #49BC4E;
    }

.lydo-heading {
    display: flex;
    align-items: center;
}

    .lydo-heading h3 {
        font-style: normal;
        font-family: 'Lato-Bold';
        font-size: 32px;
        line-height: 38px;
        color: #000000;
        position: relative;
        z-index: 9;
        padding-left: 42px;
    }

        .lydo-heading h3:before {
            position: absolute;
            content: "";
            width: 168.5px;
            height: 204.87px;
            background: url(../images/icon-lydo.svg) no-repeat;
            z-index: -1;
            margin: auto;
            left: 0;
            top: 0;
            bottom: 0;
        }

    .lydo-heading b {
        color: #1253A0;
    }

.lydo-item {
    display: flex;
    margin-bottom: 62px;
}

.lydo-thumb {
    min-width: 64px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    position: relative;
}

    .lydo-thumb:before {
        position: absolute;
        content: "";
        height: 65px;
        width: 1px;
        background: #000000;
        right: -20px;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    .lydo-thumb img {
    }

.lydo-title {
    align-items: center;
    display: flex;
    padding-left: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.lydo-st {
    padding: 70px 0 10px;
}

.bloghot-heading {
    font-style: normal;
    font-size: 32px;
    line-height: 38px;
    /* P1 */
    color: #1253A0;
    font-family: 'Lato-Bold';
    text-align: center;
    display: block;
    margin-bottom: 39px;
}

.bloghot-item {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0.5px rgb(0 0 0 / 18%);
    margin: 20px 5px;
}

.bloghot-thumb {
}

    .bloghot-thumb img {
    }

.bloghot-content {
    padding: 15px 21px;
}

.bloghot-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    /* P1 */ color: #1253A0;
    margin-bottom: 5px;
}

.bloghot-title {
    display: block;
    margin-bottom: 7px;
}

    .bloghot-title a {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        color: #000000;
        font-family: 'Lato-Bold';
    }

        .bloghot-title a:hover {
        }

.bloghot-description {
    margin-bottom: 15px;
}

.bloghot-read {
    background: url(../images/icon-read.svg) left center no-repeat;
    padding-left: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    color: #1253A0;
}

    .bloghot-read a {
    }

        .bloghot-read a:hover {
        }

.bloghot-st {
    padding: 87px 0;
}

.khachhang-st {
    border-top: 1px solid #000000;
    padding: 53px 0;
    margin-bottom: 92px;
}

.khachhang-heading {
    text-align: center;
}

    .khachhang-heading h2 {
        font-style: normal;
        font-size: 32px;
        line-height: 38px;
        /* P1 */
        color: #1253A0;
        font-family: 'Lato-Bold';
        margin-bottom: 13px;
        margin-top: 0;
    }

    .khachhang-heading p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        margin-bottom: 53px;
    }

.khachhang-item {
}

.khachhang-thumb {
    margin-bottom: 21px;
}

    .khachhang-thumb img {
        width: auto !important;
        display: block;
        margin: 0 auto;
    }

.khachhang-title {
    font-style: normal;
    font-family: 'Lato-Bold';
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */
    /* P1 */ color: #1253A0;
    text-align: center;
    margin-bottom: 11px;
}

.khachhang-desc {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
}

.banner-st {
    padding: 17px 0;
}

    .banner-st img {
        width: 100%;
    }

.tuvan-st {
}

.tuvan-heading {
    font-style: normal;
    font-size: 32px;
    line-height: 38px;
    /* P1 */

    color: #1253A0;
    text-align: center;
    font-family: 'Lato-Bold';
    margin: 0 0 10px;
}

.tuvan-description {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    margin: 0 0 20px;
}

.tuvan-img {
    min-height: 348px;
    position: relative;
}

    .tuvan-img img {
        position: absolute;
        top: -164px;
    }

.tv-form {
}

.tvform-heading {
}

    .tvform-heading h3 {
        font-style: normal;
        font-size: 24px;
        line-height: 29px;
        /* identical to box height */
        color: #FFFFFF;
        font-family: 'Lato-Bold';
        margin-top: 16px;
    }

    .tvform-heading p {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }

.tuvan-bg {
    background: url(../images/bg-tuvan.svg) no-repeat;
    background-size: cover;
    padding: 47px 0 50px;
}

.your-ip {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #807D7D;
    height: 42px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-bottom: 12px;
    display: block;
    border: none;
    width: 100%;
    padding: 12px 20px;
}

    .your-ip::placeholder {
    }

.button-send {
    background: #E8CD56;
    border-radius: 5px;
    font-style: normal;
    font-size: 16px;
    height: 42px;
    font-family: 'Lato-Bold';
    color: #1253A0 !important;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 42px;
    border: none;
}

#contact-form .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
