.footer-wrap_logo img.text-decoration-none:hover {
    text-decoration: none;
}

body{
    font-family: 'Nunito';
    letter-spacing: 1.5px;
}
img{
    height: auto !important;
}
.full-height {
    height: 100%;
}
a {
    color: black;
    text-decoration: none;
}
/* header */
header{
    padding: 10px 0px 0px 0px;
    position: relative;
}
#header-search_product {
    position: absolute;
    right: 10px;
    top: 60px;
    width: 310px;
    z-index: 999;
    background: #fff;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top-header {
    position: relative;
    z-index: 99999;
    width: 100%;
    left: 0;
}
.menu {
    background: #f0b900;
    height: 85px;
    font-size: 22px;
    padding: 30px 0px;
}
.has-menu:hover{
    position: relative;
}
.has-menu:hover ul{
    z-index: 9;
}
.has-menu ul {
    position: absolute;
    top: 50px;
    z-index: -1;
    color: #232323;
    visibility: visible;
    opacity: 0;
    -webkit-transform: translate(0, 7px);
    -ms-transform: translate(0, 7px);
    -o-transform: translate(0, 7px);
    transform: translate(0, 7px);
    left: 0;
    background: #8fb404;
    text-align: left;
    padding: 5px 0px 5px 0px;
    width: 250px;
    box-shadow: 7px 12px 20px 1px #00000087;
    display: none;
}
.has-menu:hover ul{
    display: block;
}
.has-menu ul a{
    border: none !important;
}
.has-menu ul li {
    list-style: none;
    padding: 5px 15px !important;
    text-align: left;
    width: 100%;
}
.has-menu ul li a:before{
    display: none;
}
.has-menu ul a{
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin-top: 5px;
    color: #585858;
}
.has-menu ul a:hover{
    color: #b9ab97;
}
.has-menu:hover ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    z-index: 9999;
}

#navbarSupportedContent ul.header-menu li:hover a {
    text-decoration: none !important;
}

#navbarSupportedContent ul.header-menu li:hover, #navbarSupportedContent ul.header-menu li.active {
    border-bottom: #FF7A00 3px solid;
}

a.btn-menu {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.blk-logo img{
    max-height: 75px;
}
.main-menu {
    position: fixed;
    right: 0;
    top: 85px;
    width: 30%;
    height: 100%;
    background-image: -webkit-linear-gradient(-12deg, #fff0 25%, #f0b900 25%);
    z-index: 99999;
    transform: translateX(100%);
    transition: all .8s ease-in-out;
}
.main-menu.open {
    transform: translateX(0%);
}
.main-menu ul li{
    list-style: none;
    text-align: right;
}
.btn-menu-close{
    display: none;
}
#navbarSupportedContent ul.header-menu {
    margin: 0px;
    float: left;
    height: 100%;
    padding: 0px;
}
.content-slide {
    top: 40%;
    color: #007bff;
    font-weight: 600;
    width: 40%;
    left: 5%;
}
.content-slide h2{
    font-family: "Roboto Slab";
    font-size: 41px;
    font-weight: 600;
    margin-bottom: 25px;
}
.content-slide a{
    font-size: 16px;
    background: #FF7A00;
    border: 1px solid #FF7A00;
    padding: 15px 30px;
    color: #fff;
    text-decoration: none;
}
.content-slide a:hover{
    background: #FFF;
    color: #FF7A00;
}
.language{
    float: right;
}
.language a {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    float: left;
    border: 1px solid #91b701;
    margin-top: 17px;
    background-color: transparent;
    transition: all 200ms ease-out;
    width: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
#choose-lang {
    background: none;
    border: none;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    float: right;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-weight: 600;
}
.language a:first-child {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-left: 14px;
}
.language a:last-child {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-right: 14px;
    border-left: none;
}
.language a.active, .language a:hover {
    color: #91b701;
    font-weight: bold;
}
#navbarSupportedContent ul.header-menu li {
    padding: 20px 15px 18px 15px;
}
ul.parent-menu.menu-top li.has-menu i{
    padding-left: 10px;
}
#navbarSupportedContent ul.header-menu li a {
    font-size: 18px;
    line-height: 40px;
    color: #000000 !important;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
}
ul.parent-menu li:first-child a:before {
    display: none;
}

.wrap-social_menus {
    display: flex;
}

.ul-social_menus {
    display: flex;
    justify-content: center;
}

.ul-social_menus li {
    transform: rotate(-90deg);
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    padding: 14px;
    font-family: 'Nunito';
}

.ul-social_menus li a {
    color: #A6A6A6;
    font-family: 'Poppins';
}

.ul-social_menus li:hover {
    background: #F2F2F2;
}

.wrap-menu_actions i, .wrap-menu_actions a{
    color: #000000 !important;
}

/* end header */
/*-------------------------------------------------------*/
/*Slider*/
.slider .carousel-inner .item {
    height: 100vh;
    background: no-repeat center center scroll;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.scroll-mouse {
    position: fixed;
    width: 100%;
    bottom: 50px;
    z-index: 99999;
}
.scroll-downs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width :34px;
    height: 55px;
}
.mousey {
    padding: 10px 13px;
    height: 45px;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
    background: #92b700;
}
.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
    color: #fff;
}
@keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(30px); opacity: 1;}
}
/*End slider*/
/*-------------------------------------------------------*/

/*Why us*/
.home-title_small {
    font-family: "Roboto Slab";
    font-size: 26px;
    color: #BFBFBF;
}

.home-title_large {
    font-size: 50px;
    font-family: 'Roboto Slab';
    color: #181C28;
    font-weight: 600;
    margin-bottom: 40px;
}
.home-title_large a {
    color: #181C28;
    text-decoration: none;
}

.home-content_summary,
.page-content_summary,
.blog-content_summary,
.blog-detail_content {
    color: #000;
}

.home-view_more {
    color: #FF7A00;
    border-bottom: 2px solid #FF7A00;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Slab";
}

.home-view_all {
    font-size: 14px;
    color: #929292 !important;
    border-bottom: 1px solid #929292;
}
.home-view_all:hover {
    text-decoration: none;
}

.home-view_more:hover {
    color: #FF7A00;
    border-bottom: 1px solid #FF7A00;
    text-decoration: none;
}

#why-us .img-1{
    width: 10%;
}
#why-us .img-2{
    width: 90%;
}
.bg-different_why_us {
    background: #F7F7F7;
    background-clip: content-box;
}
/*End Why us*/

/* Home Products */
.home-product_price span {
    padding: 10px;
    background: #F2F2F2;
    border-radius: 5px;
    float: left;
}
.home-wrap_product_item_img_price {
    border: 1px solid #BFBFBF;
    padding: 5px 5px 60px 5px;
}
.home_product_name {
    font-size: 23px;
    font-family: 'Roboto Slab';
    font-weight: 600;
    text-align: left;
}
.home_product_type {
    font-size: 16px;
    text-align: left;
    color: #000000;
}
.home_product_order,
.page-read_more {
    text-transform: uppercase;
    text-align: left;
}
.home_product_order a,
.page-read_more a {
    color: #FF7A00;
}
.home-list_product_category {
    background: #F2F2F2;
    position: relative;
}
.home-list_product_category li {
    background: #F2F2F2;
    border: none;
    padding: 20px 35px;
    cursor: pointer;
}
.home-list_product_category li a {
    color: #282828;
}
.home-list_product_category li:last-child {
    margin-bottom: 3rem;
}
.home-list_product_category li:hover {
    background: url(../../uploads/images/products/hover_vertial_home_category.png) center left no-repeat;
}
.home-list_product_category li {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 600;
}
.line_product_category {
    position: absolute;
    bottom: 0;
    width: 88%;
}
.home-list_product_category span {
    font-size: 22px;
}
.home-list_product_category i {
    font-size: 35px;
}
.home-list_product_category li:hover a {
    color: #FF7A00;
}
.wrap-home_separate {
    border-bottom: 2px solid #E6E6E6;
}
.quote-summary_content {
    font-size: 70px;
    color: #AAAAAA;
}
.home-content_comment {
    font-size: 24px;
    color: #000000;
}
.home-comment_username {
    font-size: 29px;
}
/*-------------------------------------------------------*/
/*Project*/
#project {
    background: url(../images/bg-product.png);
    background-size: cover;
    padding: 30px 0px;
}
#project .title{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#projectTab {
    border: none;
    display: inline-block;
}
#projectTab li {
    border-top: 1px solid #92b700;
    padding: 0px 15px;
}
#projectTab li.active{
    background: #92b700;
}
#projectTab li:hover{
    background: #505a27;
}
#projectTab li.active a, #projectTab li:hover a{
    background: none;
    border: none;
}
#projectTab li a{
    font-size: 25px;
    color: #fff;
}
.link-project .title-project{
    position: absolute;
    top: 10px;
    z-index: 9999;
    padding: 15px;
    color: #fff;
}
.project-item:hover .title-project, .project-item:hover .bg-black{
    display: none;
}
.project-item:hover .ico-search{
    display: block !important;
}
.bg-black{
    position: absolute;
    z-index: 999;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
}
.ico-search{
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 45%;
    text-align: center;
    display: none;
}
.ico-search i{
    background: rgba(137, 167, 22, 0.5);
    font-size: 40px;
    padding: 20px;
    color: #fff;
}
#project .btn-left {
    top: 50%;
    left: 10px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    background: rgba(116, 145, 9, 0.5);
}
#project .btn-left a, #project .btn-right a{
    color: #fff;
}
#project .btn-right {
    top: 50%;
    right: 10px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    background: rgba(116, 145, 9, 0.5);
}
/*End project*/

/*Product*/
#product {
    background: #1f2024;
    background-size: cover;
    padding: 30px 0px;
}
#product .title{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
#productTab {
    border: none;
    display: inline-block;
}
#productTab li {
    border-top: 1px solid #92b700;
    padding: 0px 15px;
}
#productTab li.active{
    background: #92b700;
}
#productTab li:hover{
    background: #505a27;
}
#productTab li.active a, #productTab li:hover a{
    background: none;
    border: none;
}
#productTab li a{
    font-size: 25px;
    color: #fff;
}
.product-list-home{
    padding: 30px 0px 0px 0px;
    border-top: 1px solid #749109;
    border-bottom: 1px solid #749109;
}
.bg-green {
    position: absolute;
    z-index: 999;
    background: rgba(116, 145, 9, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    border-radius: 10px;
}
.bg-green .ico-search{
    display: block;
    background: none;
    top: 40%;
}
.bg-green .ico-search i{
    background: none;
}
.list-product{
    position: relative;
}
.product-item:hover .bg-green{
    display: block;
}
.product-item img{
    border-radius: 10px;
}
.product-indicators {
    position: absolute;
    right: 30px;
    bottom: -14px;
    width: 190px;
    z-index: 99999;
}
.product-indicators ol.carousel-indicators {
    bottom: 0;
    background: #1f2024;
    margin: 0px;
}
.product-indicators ol.carousel-indicators li{
    width: 15px;
    height: 15px;
    margin: 0;
    background-color: #fff;
    border: none;
}
.product-indicators ol.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 0 5px 0px 0px;
    background-color: #adc940;
    border: none;
}
#product .btn-left {
    position: absolute;
    top: 43%;
    left: -50px;
    width: 50px;
    height: 50px;
    background: #92b700;
    line-height: 50px;
}
#product .btn-left a, #product .btn-right a{
    color: #fff;
    font-size: 40px;
}
#product .btn-right {
    position: absolute;
    top: 43%;
    right: -50px;
    width: 50px;
    height: 50px;
    background: #92b700;
    line-height: 50px;
}
.product-detail_title {
    font-family: 'Roboto Slab';
    font-size: 48px;
    font-weight: 600;
}
.product_detail_price {
    font-size: 58px;
    font-weight: 600;
}
.key{
    font-weight: 600;
}
.product-detail_about_title {
    font-family: "Roboto Slab";
    color: #8A8A8A;
}
.product-detail_about_sub_title {
    font-family: "Playfair Display";
    font-size: 26px;
    font-weight: bold;
}
.product-detail_about_content {
    color: #000000;
    font-family: "Roboto Slab";
}
.wrap-product_detail_about {
    background: url(../../uploads/images/products/product_detail_about_line_vertical.png) center right no-repeat;
}
.product-detail-title_description {
    font-size: 22px;
}
.product-detail_ship {
    color: #979797;
}
.product-detail_description {
    color: #000000;
}
.about-us-title{
    font-weight: 600;
}
/*end product*/
/*-----------------------*/
/*product page*/
#list-product .title{
    font-size: 60px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #92b700 !important;
    border-color: #92b700 !important;;
}
#list-product .product:hover .box{
    display: block;
}
.box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
    overflow: hidden;
    color: white;
    padding: 20px;
    display: none;
}
.box:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    pointer-events: none;
}
.box:hover:before{
    left:-50%;
    transform: skewX(-5deg);
}

.box span{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.box span:nth-child(1)
{
    transform:rotate(0deg);
}

.box span:nth-child(2)
{
    transform:rotate(90deg);
}

.box span:nth-child(3)
{
    transform:rotate(180deg);
}

.box span:nth-child(4)
{
    transform:rotate(270deg);
}

.box span:before
{
    content: '';
    position: absolute;
    width:100%;
    height: 2px;
    background: #92b700;
    animation: animate 4s linear infinite;
}

@keyframes animate {
    0% {
        transform:scaleX(0);
        transform-origin: left;
    }
    50%
    {
        transform:scaleX(1);
        transform-origin: left;
    }
    50.1%
    {
        transform:scaleX(1);
        transform-origin: right;
    }
    100%
    {
        transform:scaleX(0);
        transform-origin: right;
    }
}
/*end product page*/

/*end partner*/
.title-page,
.product-detail_another_title {
    font-size: 45px;
    font-weight: 600;
}

/* Contact us */
.title-sub_page {
    font-size: 30px;
    color: #BFBFBF;
}
.contact-left_side {
    color: #000000;
}
.contact-right_side {
    border-radius: 5px;
    border: 1px solid #000000;
    box-shadow: 1px 1px 7px 0px #000000;
}
.btn-send_contact {
    background: #FF7A00;
    text-transform: uppercase;
    color: white;
}
.btn-cancel_contact {
    background: white;
    text-transform: uppercase;
    border: 1px solid #000000;
    color: #000000;
}
.wrap-google_map p {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* About us */
#about-us .about-us-title {
    font-size: 60px;
    font-weight: bold;
    color: black;
}

/* Blog */
.blog-slider_content {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    font-size: 22px;
    color: white;
}
.blog-slider_name {
    font-size: 48px;
}
.blog-title_item {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
}
.btn-read_more {
    font-family: 'Roboto Slab';
}
.btn-read_more, .btn-order_product{
    background: #FF7A00;
    color: white;
    text-transform: uppercase;
    margin: 40px 0;
}
.blog-detail_title {
    font-size: 55px;
    line-height: 60px;
}
.blog-socials {
    font-size: 25px;
    color: #1DA1F2;
}

#detail-product{
    background: #1f2024;
    padding: 80px 15px 15px 15px;
}
#detail-product .title-product{
    font-size: 60px;
}
#detail-product .content-left{
    font-size: 30px;
    margin-top: 150px;
    padding-left: 50px;
}
#detail-product .social {
    text-align: left;
    font-size: 25px;
    border: none;
    padding-left: 50px;
}
#detail-product .detail-product-prev {
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #92b700;
    cursor: pointer;
    float: right;
    margin-right: 15px;
}
#detail-product .detail-product-next{
    font-size: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #92b700;
    cursor: pointer;
    float: right;
}
.category{
    margin-top: 70px;
}
.category .line {
    float: left;
    width: 200px;
    height: 2px;
    border-top: 2px solid #92b700;
    margin-top: 18px;
    margin-right: 15px;
}
/* Our customers */
#our_customers {
    border-top: 2px solid #E6E6E6;
}
.blog-home .blog-title_item {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
}
.our_customer_title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-top: 25px;
    font-family: 'Roboto Slab';
}
/* Footer */
footer.footer{
    background: #343a40;
    margin-top: 10px;
    color: #fff;
}
.footer-title_summary {
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 30px;
}
.footer-wrap_menu p{
    margin-bottom: 10px;
}
.footer-wrap_menu a {
    color: white;
    font-size: 16px;
}
.footer-wrap_logo img {
    width: 100%;
}
div#go-to-top {
    position: fixed;
    right: 30px;
    bottom: 90px;
    background: #92b700;
    z-index: 999999;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.social {
    text-align: center;
    border-bottom: 1px solid #92b700;
    padding-bottom: 30px;
}
.social ul{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.social ul li {
    list-style: none;
    display: inline-block;
    width: 40px;
}
.social ul li a{
    color: #fff;
}
.popup-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999;
    height: 100%;
    background: #000000bf;
}
.popup-video .body {
    margin-top: 110px;
    text-align: center;
    width: 85%;
    margin: 110px auto 0px;
}
.popup-video.show{
    animation: appear 350ms ease-in 1;
}
@keyframes appear {
    0%{
        transform: scale(0.6);
    }
    50%{
        transform: scale(0.7);
    }
    60%{
        transform: scale(0.8);
    }
    70%{
        transform: scale(0.9);
    }
    80%{
        transform: scale(1);
    }
    90%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.content-page {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    font-size: 20px;
    background-size: cover;
}
a.link-blog {
    font-family: 'UVF-Kizo';
}
.content-page .detail-blog{
    padding: 100px 15px 15px 15px;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Questrial', sans-serif;
    font-size: 17px;
    line-height: 30px;
}
.content-page .detail-blog .title-blog{
    font-size: 35px;
    font-weight: normal;
    font-family: 'roboto slab' !important;
}
.news-item h3 {
    color: #fff;
    font-size: 30px;
}
.news-item .descript-news{
    font-size: 20px;
}

/*lasted news*/
#lasted-new {
    background: #1f2024;
    padding: 30px 0px;
    margin-top: -2px;
    color: #fff;
    font-size: 30px;
}
#lasted-new .title {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.blog-item .created-at{
    bottom: -25px;
    background: #92b700;
    padding: 5px 10px;
    font-size: 25px;
    color: #fff;
    left: 15px;
}
.blog-content {
    float: left;
    width: 75%;
    margin-left: 25%;
    color: #fff;
}
.blog-content h2 {
    font-size: 25px;
    margin: 5px 0px;
    font-weight: bold;
}
.blog-content .description {
    font-size: 20px;
    color: #9a9a9a;
}
#zalo-btn {
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 999999;
    width: 40px;
    height: 40px;
}
/* For responsive here*/
@media screen and (min-width: 1200px) {
    .col-lg-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    #header-slider {
        margin-bottom: 70px;
        margin-top: 0 !important;
    }
    .parent-row_section {
        margin-bottom: 10%;
    }
    .home-view_all {
        line-height: 35px;
    }
    .home-wrap_product_item {
        margin-right: 5%;
    }
    .wrap-home_separate {
        margin-top: 4%;
        margin-bottom: 5%;
    }
    .home-content_comment {
        margin-left: 7rem !important;
    }
    .wrap-home_list_product_category {
        padding-right: 80px;
    }
}