/*
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.   ***************/
.customform .col {
    padding: 0 5px;
}
.customform input {
    width: 100%;
    border-radius: 20px;
    box-shadow: none;
    border: none;
}
.archive  .box-blog-post .box-text {
    padding: 10px 20px;
}
.archive  .box-blog-post {
    border: 1px solid #ddd;
}
h1.page-title {
    font-size: 30px;
    margin: 30px 0px !important;
}
.archive .large-10.col {
    flex-basis: 100%;
    max-width: 100%;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ddd;
}
li.html.custom.html_topbar_left {
    font-weight: bold;
    color: #ec2623;
}
.hang ul li {
    width: 100%;
    padding: 0 5px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}
.hang ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.hang ul li img {
    margin: 0 !important;
    padding: 0;
    width: 100%;
}
.desc-gt {
    overflow-y: scroll;
    height: 300px;
    text-align: justify;
    padding-right: 30px;
}
.nangluc-icon .box-image img {
    width: 70px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}
.nangluc-icon .box-image {
    position: relative;
    width: 134px !important;
    height: 134px;
    background: url(/wp-content/uploads/2025/09/tc.png) center center no-repeat;
    margin: 0px auto;
}
.nangluc-icon .box-text {
    background: #fff;
    border-radius: 10px;
    margin-top: -40px;
    z-index: -1;
    padding-top: 44px;
}
.nangluc-icon h3.name_tt.text-split {
    color: #287144;
}
.nangluc-icon h2.des_t {
    font-size: 45px;
}
.nangluc-icon .box:hover img {
    transition: all 0.5s;
    transform: rotateY(180deg);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}