/*
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.   ***************/
.section{
	padding-bottom: 0 !important;
}
.section-slider {
    padding-top: 0 !important;
}
a.hot-line {
    font-size: 22px;
    border: 3px solid #d6a10f;
    padding: 10px 20px;
    color: #024d2f;
    display: inline-block;
    font-family: Impact;
    background: url(./images/i-phone.png) 10px center no-repeat #fff;
    padding-left: 65px;
}
h2.tieu-de {
    text-align: center;
    border-bottom: 1px solid #d6a10f;
    display: inline-block;
    position: relative;
    float: none;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
h2.tieu-de::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 0 0 1px #d6a10f, inset 0 0 0 2px #d6a10f;
    bottom: -7px;
    margin-left: -8px;
}
.tieu-de strong {
    color: #d6a10f;
    font-size: 32px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 15px;
}
li.tab {
    padding: 7px 25px;
    background: #fff;
    border: 1px solid #977f54;
}
li.tab:hover {
    background: #977f54;
}
li.tab.active {
    background: #024d2f;
}
li.active span {
    color: #fff;
}
.section-tong-quan ul ,.section-mat-bang ul {
    list-style: none;
}
a.phone {
    height: 70px;
    display: inline-block;
    background: url(./images/ico-hotline.png) no-repeat left center;
    font-size: 25px;
    font-family: Impact, sans-serif;
    color: #ff0000;
    line-height: 66px;
    padding-left: 167px;
    font-weight: normal;
    margin-top: 40px;
}
a.dang-ky {
    height: 57px;
    width: 252px;
    background: url(./images/bt-dangky.png) no-repeat center center;
    padding-left: 20px;
    line-height: 57px;
    font-size: 19px;
    float: right;
    text-transform: uppercase;
    color: #fff;
    margin-top: 20px;
}
.absolute-footer {
    display: none;
}
@media only screen and (max-width: 640px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
a.phone {
    font-size: 15px;    
}

}
@media only screen and (max-width: 540px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
a.phone {
    font-size: 15px;    
}

a.dang-ky {
    float: left;
    margin-top: 0;
}

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


}