/*
Theme Name: WEB238
Description: Web điện lạnh
Author: 123Web.vn
Author URI: https://123web.vn/
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
a.align-left {
    text-align: left;
    padding-left: 15px !important;
    margin-right: 0;
    border: none !important;
    box-shadow: none !important;
}
#dang-ky span.wpcf7-spinner {
    display: none;
}
#dang-ky {
    text-align: center;
}
#dang-ky .title {
    color: #ff0000;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}
#dang-ky .wpcf7-submit {
    margin: auto;
    border: none;
    width: 40%;
    background: #275023;
    border-bottom: 5px solid #1e381c;
}
.txtMain {
    white-space: nowrap;
    font-size: 32px;
    font-weight: bold;
    color: #ff0000;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 1px 3px 13px #000;
}
#masthead {
    background-image: url(/wp-content/themes/web238/assets/bg-footer.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: top;
}
/*** SERVICES ***/
.ss-services .box {
    border: 5px solid #d4d4d4;
}
.ss-services .box:hover {
    border: 5px solid #01adef;
}
/*** CUSTOM TITLE ***/
.container.section-title-container {
    padding-bottom: 0;
    margin-bottom: 0;
}
.section-title.section-title-center b {
    background: transparent;
}

.line-hg {
    position: relative;
    height: 15px;
    width: 160px;
    margin: 0 auto 25px;
}
.line-hg span {
    position: absolute;
    top: 7px;
    left: 50%;
    z-index: 1;
    content: "";
    background-color: #a7a5a5;
    height: 14px;
    width: 14px;
    margin-left: -7px;
    border-radius: 100%;
}
.line-hg:before {
    position: absolute;
    top: 14px;
    left: 0;
    content: "";
    background-color: #a7a5a5;
    height: 1px;
    width: 60px;
}
.line-hg:after {
    position: absolute;
    top: 14px;
    right: 0;
    content: "";
    background-color: #a7a5a5;
    height: 1px;
    width: 60px;
}
/*** END CUSTOM TITLE ***/
/*** PARTNER ***/
.ttvn-slider .col-inner {
    border: 1px solid #000;
    padding: 5px;
}
.is-divider {
    background: transparent;
}
/*** SIDEBAR ***/
span.widget-title {
	position: relative;
    width: 100%;
    background: #01adef;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.widget_categories .is-divider, .flatsome_recent_posts .is-divider {
	display: none;
}
.widget_categories ul, .widget.flatsome_recent_posts ul {
    border: 1px solid #01adef;
    border-top: 0;
    margin: 0;
    padding: 0 10px;
}
.widget_categories .widget-title:before, .flatsome_recent_posts .widget-title:before, .widget_product_categories .widget-title:before {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 16px;
    height: 12px;
    content: '';
    background: url(/wp-content/themes/web238/assets/bg-header-box-cate-b.png) no-repeat;
}
/*** FOOTER ***/
#footer section {
    background-image: url(/wp-content/themes/web238/assets/bg-footer.jpg);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	#masthead {
		background-image: none !important;
		background-color: #0e7aff;
	}
	#dang-ky {
		max-width: 100% !important;
	}
}