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

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

.header-main {
    background-color: #ffffff;
    background-image: linear-gradient(0deg, #ffffff 0%, #bbecff 100%);
}

.header:not(.transparent) .header-bottom-nav.nav > li > a:hover, .header:not(.transparent) .header-bottom-nav.nav > li.active > a, .header:not(.transparent) .header-bottom-nav.nav > li.current > a, .header:not(.transparent) .header-bottom-nav.nav > li > a.active, .header:not(.transparent) .header-bottom-nav.nav > li > a.current {
	    background:rgb(2, 172, 239);
}

#menu-item-78 i {
	font-size:16px;
}
a.nav-top-link {
    border-right: 1px solid rgb(2, 172, 239);
    padding: 0 15px !important;
}
a.nav-top-link:before
 {
    width: 1px;
    height: 100%;
    content: "";
    position: absolute;
    right: -2px;
    background-color: white;
    top: 0;
}
/* About Us Section */

.about-us-section .about-box .col-inner {
	background: #bbecff !important;
	padding:8px;
}

.about-box > .col-inner:hover::before, .about-box > .col-inner:hover::after {
    width: 50%;
    height: 50%;
    background-color: #02acef;
}

.about-box > .col-inner::before {
    right: -2px;
    top: -2px;
}

.about-box > .col-inner::after {
    left: -2px;
    bottom: -2px;
}

.about-box > .col-inner::before, .about-box > .col-inner::after {
    content: "";
    height: 4px;
    width: 40px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}

.about-box h5 {
	color:#111;
}

/* Single Product Page  */
#product-sidebar {
    padding: 20px 0 0 10px;
}
.product-title.product_title.entry-title {
	color:#111;
}

.box-blog-post .is-divider,.post-sidebar .widget .is-divider, #secondary .widget .is-divider, #product-sidebar .widget .is-divider, #shop-sidebar .widget .is-divider,.sidebar-wrapper .widget .is-divider  {
    display: none;
}
.post-sidebar, .page-right-sidebar .large-3 {
    padding: 0 15px !important;
}

.sidebar-wrapper .widget-title, #secondary .widget-title, #product-sidebar .widget-title, #shop-sidebar .widget-title {
    display: block;
    text-align: center;
    background-color: #02acef;
    padding: 8px 5px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 15px;
}
.post-sidebar .widget, #secondary .widget, #product-sidebar .widget, #shop-sidebar .widget {
    background-color: #f7f7f7;
    margin-bottom: 10px;
}
.post-sidebar .widget ul, #secondary .widget ul, #product-sidebar .widget ul, #shop-sidebar .widget ul {
    padding: 0 10px !important;
    font-size: 15px !important;
}

.product .content-row .large-9 {
    border: none !important;
    padding: 0 10px 0 15px;
}
.product-main {
    padding: 20px 0 0 0;
}

/* Prod Tabs  */
.product-tabs {
    background-color: #f1f1f1;
    text-align: center;
}
.product-footer .nav li {
    margin: 0;
}
.product-footer .nav>li.active>a {
    background-color: #e6e6e6;
}

.product-footer .nav a {
    padding: 10px 30px 5px;
}
.srpw-ul li {
    margin-left: 0 !important;
}

/* Related Prod */
.product-small .col-inner {
    border: 1px solid #fc0;
} 

/* Contact */
.tab-chinhanh li {
    padding: 0px 5px;
    margin-left: 12px !important;
}
/* Footer */
.company-name {
	font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color:#02acef;
}

.absolute-footer {
	display:none;
}

.blog-archive .post-item .is-divider {
    display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .lienhe-info .icon-box-img {
        margin: 0 auto;
    }
	    .lienhe-info .icon-box {
        display: block;
        text-align: center;
    }
	.lienhe-info .icon-box-text {
        padding: 10px 0 0 !important;
    }
	    #logo img {
        max-height: 70px;
    }

}