/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: "Roboto";
    src: url(fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: "Roboto-Bold";
    src: url(fonts/RobotoCondensed-Bold.ttf);
} 

@font-face {
    font-family: "OpenSans-SemiBold";
    src: url(fonts/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: "palab";
    src: url(fonts/palab.ttf);
}

:root{
    --family :"Roboto";
}
:root{
    --family-bold :"Roboto-Bold";
}
:root{
    --family-palab :"palab" ;
}

:root {
    --color: #7db536;
}


body{
    font-size: 15px !important;
    font-family: var(--family);
    overflow: hidden;
    color: rgb(68, 68, 68);
}
h1,h2,h3,h4,h5,h6,p,ul,li{
    color: rgb(68, 68, 68);
    font-family: var(--family);
}

/*******************************************************/

p.category.uppercase.is-smaller.no-text-overflow.product-cat.op-7,
.is-divider,
.entry-category,
a.quick-view.quick-view-added {
    display: none;
}

.html_topbar_right h2 {
    color: #fff;
    font-size: 30px;
    font-family: var(--family-palab) !important;
}

.html_topbar_left span {
    color: #fff;
    font-size: 18px;
}

input#woocommerce-product-search-field-0 {
    background: #f9f9f9;
}
li.html.custom.html_topbar_right {
    position: absolute;
    left: 16%;
}

.lang-item a img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;
    border-radius: 50%;
}
.header-bottom-nav > li {
    padding: 0px 8px;
}
.header-bottom-nav > li a {
  font-weight: 600 !important;
  font-size: 16px;
  font-family: var(--family) !important;
}



.nav-dropdown-default {
    padding: 0px;
    text-transform: uppercase;
}
.nav-dropdown  li {
    border-bottom: 2px solid #eaeaea;
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a { 
    padding: 5px 10px;
    display: block;
    border-bottom: 0px;
    color: var(--color)!important;
    font-weight: 400 !important;
   /* text-transform: uppercase !important;*/
    font-family: var(--family) !important;
}


.nav-dropdown-default .nav-column li:hover,
.nav-dropdown.nav-dropdown-default>li:hover{
    background: var(--color)!important;
}

.nav-dropdown-default .nav-column li:hover>a,
.nav-dropdown.nav-dropdown-default>li:hover>a {
    color: #fff !important; 
}
.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before {
    display: none;
}
.nav-dropdown>li.nav-dropdown-col{display:block}
.nav-dropdown{border:1px solid #ddd; padding:0;margin-top: 5%;}
.nav-dropdown .nav-dropdown-col>a, .nav-dropdown li a{font-weight:normal !important; text-transform:none !important;font-size:18px; font-weight:500}
.nav-dropdown .nav-dropdown-col>ul li:hover{background:var(--color)}
.nav-dropdown-default>li:hover>a, .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.nav-dropdown-default>li:hover{background:#fbae3c}
.nav-dropdown-default>li>a{border-bottom:0 !important}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-30px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:black}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}

/********************************************************************/

.title-home h3 {
    font-size: 30px;
    color: rgb(68, 68, 68);
    font-family: var(--family-bold) !important;
}

.title-home .bottom {
    height: 3px;
    width: 100px;
    background: #f2de31;
}

.button.primary {
    color: var(--color);
    font-family: var(--family-Semibold) !important;
}

h5.post-title:hover {
    color: var(--color) !important;
}



.product-small.box {
    border: 1px solid #eaeaea;
}
.product-small.box img {
    height: 200px;
}

p.product-title a {
    color: #000;
    font-family: var(--family-bold);
    margin-bottom: 10px;
    overflow: hidden;
    height: 35px;
}

.product-small.box:hover {
   border: 1px solid var(--color);
}
.product-small.box:hover p.product-title a{
    color: var(--color);
}

.product-link a {
    background: var(--color);
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
}

.product-small.box:hover .product-link a {
    background: #fff;
    color: var(--color);
    border: 1px solid var(--color);
}
.product-small.box:hover .price-wrapper .amount {
    color: var(--color);
}
.price-wrapper {
    margin: 10px 0px;
}
.price-wrapper a{
    color: #000;
    font-family: var(--family-bold) !important;
}
.price-wrapper .amount {
    color: #f00;
    margin-left: 10px;
}



.sec-2 p,
.sec-1 p {
    font-size: 18px;
    text-align: justify;
    color: rgb(68, 68, 68);
    font-family: var(--family) !important;
}

.sec-1 .box-text h4{
    text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    font-family: var(--family-bold) !important;
}

.sec-2 .box-text{
    background: #577021b8;
    height: 100%;
    display: none;
} 

.sec-2 .box-blog-post:hover .box-text{
    display: block !important; 
}

.sec-2 .box-text h5.post-title.is-large {
    position: absolute;
    left: 5px;
    top: 85px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}

.title-congtrinh h2 {
  font-size: 20px;
  color: rgb(68, 68, 68);
  text-transform: uppercase;
  font-family: var(--family-bold) !important;
}

.sec-3 .cot-4-3 .img-inner {
  margin-top: 65px;
}

.sec-4 p {
    font-size: 16px;
}

.tab-wrapper ul {
    padding: 0px;
    margin-top: -16px;
}


.tab-wrapper ul li {
    float: left;
    list-style: none;
    width: 100%;
    margin-bottom: 13px;
}
.tab-wrapper ul li img {
    height: 75px;
    float: left;
    margin-right: 10px;
    width: 110px;
}
.tab-wrapper ul li.active img {
    border: 2px solid var(--color);
}
.tab-wrapper .description {
    overflow: hidden;
    height: 55px;
}

.box-about-content .item {
    border: 1px solid var(--color);
}
.box-about-content .item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.box-about-content .post-content {
    padding: 0px 10px;
}
.box-about-content .post-content h3 a {
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-family: var(--family-bold) !important;
}
.box-about-content .post-content h3:hover a {
    color: var(--color);
}

.box-about-content .description {
    height: 50px;
    overflow: hidden;
}
.box-about-content .description p {
  color: #bdbdbd;
}
.box-about-content a.link-next i {
    margin-left: 10px;
}
.box-about-content a.link-next {
    color: var(--color);
    margin-bottom: 5px;
    display: inline-block;
}
.box-about-content a.link-next:hover {
    background: var(--color);
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.table-tt {
     border: 1px solid var(--color);
}

.table-tt td {
    border: 1px solid var(--color);
    text-align: center;
    height: 70px;
    color: rgb(68, 68, 68);
    font-size: 18px;
    font-family: var(--family) !important;
}

.table-tt th {
    color: rgb(68, 68, 68);
    font-size: 13px;
    text-align: center;
    background: #98da45;
    height: 50px;
    border: 1px solid var(--color);
    font-family: var(--family-bold) !important;
}

.page-wrapper strong,
.page-wrapper h1,
.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper h5{
    color: #000;
    font-family: var(--family-bold) !important;
}
.page-wrapper .page-inner{
    color: #000;
    text-align: justify;
    font-family: var(--family) !important;
}

/*****************************************************/

.row-divided>.col+.col:not(.large-12) {
    border-left: 0px solid #ececec;
}

.badge-inner {
    color: var(--color) !important;
}


.blog-archive .box-blog-post.box-text-bottom {
    border: 1px solid #eaeaea;
    border-radius: 10px;
}

.post_related h3 {
    background: var(--color);
    color: #fff;
    padding: 10px;
   
    text-transform: uppercase;
    font-family: var(--family-bold) !important;
}

.post_related .image-cover,
.blog-archive .image-cover {
    padding-top: 75% !important;
}

.blog-archive .box-text{
    padding: 10px;
    background: #f1f1f1;
}
.post_related .box-text-bottom {
    padding: 10px;
    border: 1px solid #eaeaea;
}
.post_related h5.post-title,
.blog-archive h5.post-title{
    overflow: hidden;
    height: 45px;
    color: #000;
    font-family: var(--family-Semibold) !important;
}

.entry-content.single-page {
    text-align: justify;
    color: #000;
    font-family: var(--family) !important;
}

.widget-title {
    background: var(--color);
    color: #fff;
    display: block;
    padding: 15px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: var(--family-bold) !important;
}
.col-first .textwidget,
#product-sidebar .textwidget,
.category-page-row .textwidget,
.post-sidebar .textwidget {
    padding: 10px;
}


#mvcwid,
.col-first .textwidget,
#product-sidebar .textwidget,
.category-page-row .textwidget,
.post-sidebar .textwidget ,
.widget_product_categories ul,
.widget_categories ul {
    border: 1px solid #eaeaea;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.widget_product_categories ul li,
.widget_categories ul li {
    padding-left: 10px;
}
.widget_product_categories ul li a,
.widget_categories ul li a {
    color: #000;
    font-family: var(--family)!important;
}
span.count {
    margin-right: 10px;
}
.widget_product_categories ul li:hover,
.widget_categories ul li:hover {
    background: var(--color);
    color: #fff;
}
.widget_product_categories ul li:hover a,
.widget_categories ul li:hover a {
    color: #fff;
}

.title-tt,
.widget-bottom {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 10px;
}

.title-tt h3 {
    font-family: var(--family-bold)!important;
    color: var(--color);
    font-size: 30px;
    text-align: center;
}
p.phone {
    color: #f00;
}

p.phone i,
.title-tt h3 i {
    margin-right: 10px;
}
.title-small h5 {
    color: #000;
    font-family: var(--family-Semibold);
}

.col-divided {
    border-right: 0px solid #ececec;
}

#product-sidebar {
    padding: 0px;
    margin:0px;
}

.product-main .button.primary {
    background: var(--color);
    color: #fff;
    margin-top: 15px;
    border-radius: 15px;
    font-family: var(--family-bold)!important;
}
.product-main .button:hover{
    background: #fff !important;
    color: var(--color) !important;
    border: 1px solid var(--color) !important;
}

.product-footer .woocommerce-tabs {
    border-top: 0px solid #ececec;
}

.nav-tabs>li>a {
    color: #000;
    font-size: 15px;
    font-family: var(--family-bold)!important;
}
.nav-tabs>li.active>a {
    border-top-color: transparent;
    background-color: #ddd;
}

.tab-panels {
    text-align: justify;
    color: #000;
    font-family: var(--family) !important;
}
.wpcf7-submit {
    background: var(--color) !important;
    padding: 0px 30px !important;
    border-radius: 10px !important;
    font-family: var(--family-bold) !important;
}


/*****************************************************/

.widget li+li {
    border-bottom: 0px;
}

.footer-1 .widget-title {
    background: transparent !important;
    color: var(--color) !important; 
    margin-bottom: 20px;
    font-size: 22px;
    padding: 0px !important;
    display: inline-block;
    font-family: var(--family-bold) !important;
}
.footer-1 ul li a,
.footer-1 p {
  font-size: 17px;
  color: #504f4f;
  font-weight: 500;
}
.footer-1 p span {
    float: right;
}
.footer-1 h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-family: var(--family-bold) !important;
}
.footer-1 .widget_text {
    text-align: center;
}


.footer-1 .textwidget p {
    margin-bottom: 6px;
}
.absolute-footer {
    display: none;
}


@media only screen and (max-width: 767px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .header-button .button.round {
        background: #fff;
        color: var(--color) !important;
    }
    .html_topbar_right h2 {
        font-size: 15px;
    }
    .blog-archive .post-item {
        width: 33.3% !important;
        float: left;
    }
    li.html.custom.html_topbar_right {
        text-align: center;
        position: initial;
    }
    .tab-wrapper ul li {
        margin-bottom: 20px !important;
        margin: 0px;
    }
    .tab-wrapper .description {
        padding: 0px 10px;
        height: 70px;
    }

}


@media only screen and (max-width: 500px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

    .blog-archive .post-item {
        width: 50% !important;
        float: left;
    }

    .header-button a {
        background: var(--color);
        color: #fff !important;
        font-size: 20px !important;
    }
    .sidebar-menu.no-scrollbar {
        background: var(--color);
        font-family: var(--family-bold) !important;
    }
    .sidebar-menu.no-scrollbar li .toggle i{
        color: #fff;
    }
    .sidebar-menu.no-scrollbar li a {
        color: #fff;
        font-family: var(--family-bold) !important;
    }
    .sidebar-menu.no-scrollbar li ul.children{
        background: #fff;
    }
    .sidebar-menu.no-scrollbar li ul.children li a {
        color: var(--color);
        font-family: var(--family) !important;
    }


}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}