/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.ux-doi-tac{background: url("https://dichvuytetw.com/wp-content/uploads/2025/11/footer-Group1.webp") bottom no-repeat; background-color: #192273;border-radius: 30px; padding: 60px 30px 0px;}
.ux-doi-tac h2{padding-top: 25px; line-height: 1.5; font-size: 24px;}
.ux-goi-dich-vu .box{background: #E7EBFA;border-radius: 15px;overflow: hidden;}
.ux-goi-dich-vu .box-text-inner{padding: 10px 20px 30px;}
.ux-banner-head h3{font-size: 30px;line-height: 50px; color: #258F45; font-weight: bold;}
.ux-banner-head h3 span{background: #258F45; padding: 3px 10px; color: #fff;}
.ux-danh-gia .ux-danh-gia-col-2{background: #e7ebfa; border-radius: 15px;margin-bottom: 25px !important;}
/* Tùy chỉnh dấu gạch chéo thành gạch ngang trong testimonial Flatsome */
.testimonial-name-divider {
 display: none;
}
.testimonial-name{position: relative; padding-right: 40px;}
.testimonial-name:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    width: 11px;
    height: 1px;
    background-color: #4a4a4a;
}
.wp-block-table table tr:first-child td:first-child{width: 5%;height: 60px;}
.wp-block-table table tr:first-child td:nth-child(2){width: 35%;}
.wp-block-table table tr:first-child td{text-align: center;}
.wp-block-table table tr td[colspan="3"]{background: green;color: #fff;height: 50px;border: 1px solid green;}
.ux-danh-gia-col-1 .col-inner{border-radius: 15px; overflow: hidden;}
.ux-page-lien-he-col-2{padding-left: 60px;}
.ux-page-lien-he-col-2 .col-inner{border: 1px solid #ccc;border-radius: 20px;padding: 45px 45px;box-shadow: 0px 0px 30px #ccc;}
.f-heading h3{font-size: 28px;}
.f-heading p{margin-bottom: 25px;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.ux-banner-head h3 {
    font-size: 25px;
    line-height: 40px;
    font-weight: bold;
}
.ux-banner-head p{font-size: 14px;}
}