/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com/
Author:               UX-Themes
Author URI:           http://www.uxthemes.com/
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.15.6
Requires at least:    5.0.0
Requires PHP:         5.6.20
WC requires at least: 4.4.0
Text Domain:          flatsome
License:              http://themeforest.net/licenses
License URI:          http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.product-short-description {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0;
    position: relative;
    line-height: 24px;
    float: none;
    font-size: 15px; 
    background: #f5f9fa;
    margin-bottom: 13px;
}
.section__news .section-title-main span {
    font-size: 20px;
    color: #003586;
    text-transform: uppercase;
    font-weight: 400;
    border: 0;
    padding: 0;
    margin: 0;
    padding-left: 50px;
    background: url(https://hoanglam.vn/wp-content/uploads/2023/09/news-1.png)left center no-repeat;
    display: block;
    background-size: 40px;
    line-height: 40px;
}
.section-title-center {
    z-index: 1000;
    margin: 6 0 6px;
    height: 70px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://karofichinhhang.vn/Content/Display/images/heading.png);
}



/*
fomr__lienhe
*/
.section__form .large-5,
.section__form .large-7 {
    padding-bottom: 0;
}
.section__form form {
    margin-bottom: 0 !important;
}
.section__form {
    padding: 0 !important;
}

.fomr__lienhe {

    overflow: hidden;
    background: #fff;
    padding: 20px;

}
.fomr__lienhe h4 {
font-size: 25px;    font-weight: 700;
    color: #222222;
    margin-bottom: 30px !important;    
}

.form__lh__inner {
    overflow: hidden;
    clear: both;
}
.form__lh__inner .left__lh {
    float: left;
    width: 49%;
}
.form__lh__inner .right__lh {
    float: right;
    width: 49%;
}
.form__lh__inner label {
    color: #333;
    font-size: 16px;
}
.form__lh__inner  label span {
    color: red;
}
.form__lh__inner input {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    box-shadow: 0 0 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    padding: 8px 15px 8px 18px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #c2c2c2;
}
.form__lh__inner p {
   /* position: relative; */
}
/*.form__lh__inner p:after {
      top: 46px;
    left: 15px;
    position: absolute;
    font-family: "fontawesome";
    font-weight: 900;
    color: #7f7f7f;  
}
.name__form:after {
    content: "\f007";

}
.phone__form:after {
    content: "\f095";
    -webkit-transform: rotate(85deg);
    -ms-transform: rotate(85deg);
    transform: rotate(85deg);
}
.address__form:after {

    content: "\f041";
}
.email__form:after {
    content: "\f0e0";
}*/
.form__lh__inner input[type='submit'] {
    background: #000;
    color: #fff;
}
.fomr__ct {
    clear: both;
    overflow:hidden;
}
.wpcf7-spinner {
    display: none !important;
}

.section__form .box__left p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}




@media only screen and (max-width: 420px) {

}