/*
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.   ***************/


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


}
.header-nav >li>a {
    padding: 10px;
    color: #000;
}
li.hlmenu {
    background: #0066cc;
}
li.hlmenu a, li.hlmenu a:hover {
    color: #fff !important;
}
li.hlmenu a i {
    margin: 0 5px;
}
.s-tab h4 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 3px 3px #ccc;
    color: #0066cc;
}
.s-tab .nav-pills>li>a {
	border-radius: 0;
}
.section-title b {
    background-color: transparent;
}
.mb-0>div,.mb-0{
	margin-bottom: 0;
	padding-bottom: 0;
}
.section-title-center span.section-title-main:after {
    width: 200px;
    content: '';
    background: url(images/bg2.png);
    background-size: contain;
    height: 9px;
    text-align: center;
    display: block;
    margin: -5px auto 11px;
    clear: both;
    opacity: .59;
}
.sllogo img {
	height: 100px;
	object-fit: contain;
	margin: 0 auto;
}
.sec0n .icon-box.featured-box {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
    border: 1.5px solid #f0f0f0;
    padding: 10px;
}
h3.accordion_title {
    text-align: center;
    font-size: 26px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
h3.accordion_title:after{
	width: 200px;
    content: '';
    background: url(images/bg2.png);
    background-size: contain;
    height: 9px;
    text-align: center;
    display: block;
    margin: -5px auto 11px;
    clear: both;
    opacity: .59;
}
ins .woocommerce-Price-amount.amount {
    font-size: 115%;
    color: red;
}
.woocommerce-tabs ul.product-tabs.nav>li>a {
    background: #0066cc;
    color: #fff;
}
.woocommerce-tabs ul.product-tabs.nav>li.active>a, .woocommerce-tabs ul.product-tabs.nav>li:hover>a {
    background: green;
    border-top-color: #0066cc;
}
.top-block .title {
    display: block;
    margin-bottom: 50px;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.top-block .contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.top-block .contact-info .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 1 30%;
}
.top-block .contact-info .item>i {
    margin-bottom: 15px;
    color: #059445;
    font-size: 72px;
}

.top-block .contact-info .item .text {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.top-block .contact-info .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}
.top-block .contact-info .item .info .wzSetting-input {
    line-height: 30px;
    font-size: 16px;
    text-align: center;
}
.lh-form {
    position: relative;
    margin-top: 30px;
}
.lh-form >.wpcf7 {
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 30px 25px;
    width: 300px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 5px #2e353b;
}
.list-dichvu .pricing-table .items {
    padding: 10px 15px;
}
.list-dichvu .price {
    display: none;
}
.content-accor {
    display: none;
}
.title-accor {
    color: #0066cc;
    cursor: pointer;
    font-weight: 700;
}
.list-dichvu .title {
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-dichvu .pricing-table-items a.button.primary {
    margin-top: 0 !important;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.list-dichvu .pricing-table-items {
    min-height: 440px;
    position: relative;
}
@media(max-width: 849px) {
    .list-dichvu .pricing-table-items {
        min-height: unset;
    }
    .list-dichvu .pricing-table-items>a {
        margin-top: 20px!important;
        position: unset;
        transform: unset;
    }
}
.wpcf7-spinner {
    display: none;
}
.page-id-185 #main {
    background-image: url(images/bg.png);
    background-size: cover;
    background-position: bottom;
}