/*
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;
    padding-top: 20px !important;
}
.section .col {
    padding-bottom: 10px !important;
}
.hot-line {
    color: #2a7f49;
    font-size: 30px;
}
.hot-line .fa-tty:before {
    content: "\f1e4";
    font-family: fontawesome;
}
.fa-tty {
    margin-right: 10px;
}
.section-gioi-thieu img {
    border: 3px double #2a7f49;
    border-radius: 20px 20px 0;
}
#wide-nav > .flex-row > .flex-left {
    width: 100%;
}
.tieu-de {
    text-align: center;
    width: 100%;
}
.tieu-de h2 {
    position: relative;
    margin-bottom: 20px;
}
.tieu-de h2::before {
    content: "";
    position: absolute;
    border-bottom: #2a7f49 3px double;
    bottom: 30%;
    left: 25%;
    width: 50%;
}
.tieu-de h2 a {
    background: #2a7f49;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    transform: skew(-22.5deg);
    font-size: 20px;
    font-weight: 700;
}
.tieu-de a span {
    display: inline-block;
    transform: skew(22.5deg);
}
.intro-text {
    text-align: justify !important;
}
li.tab a {
    padding: 10px;
}
li a::before {
    height: 0 !important;
}
li a span:hover{
    color: red;
}
li.active a span {
    color: #2a7f49;
}
li.tab:not(:last-child) a::after {
    width: 1px;
    height: calc(100% - 10px);
    background: #dedede;
    content: "";
    position: absolute;
    right: -5px;
}

.f-header {
    background: #8CCECA;
    padding: 15px 15px 35px;
    margin-bottom: 20px;
    position: relative;
}
.f-header::before {
    content: " ";
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px 0;
    left: 25%;
    bottom: 0;
    width: 0;
    height: 0;
    border-color: #ebebeb transparent;
}
.f-img {
    width: 150px;
    border-radius: 20px 20px 0;
    float: left;
    border: 3px solid #fff;
    overflow: hidden;
    margin-right: 15px;
}
.f-content p {
    background: #fff;
    padding: 10px;
    font-size: 15px;
}
.f-info h3 {
    font-size: 15px;
}
.col-2 .f-header {
    background: #E1D9A5;
}
.col-3 .f-header {
    background: #B1D37B;
}
.section-chia-se .col.post-item {
    padding-bottom: 0;
}
.footer-secondary.pull-right {
    display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media only screen and (max-width: 750px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.tieu-de h2 {
    text-align: left;
}

.tieu-de h2::before {
    left: 0;
    width: 100%;
}

}