/*
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.   ***************/

.s_tab_center_home .nav-left{
    justify-content: center;
}
.tabbed-content  .nav-left{
    padding-bottom: 15px;
}
.text_55, .text_55 > *{
font-weight: 400;
font-size: 55px;
line-height: 76px;
}
.video-button-wrapper .button{
    color: #fff !important;
    border-color: #000 !important;
    background-color: #000 !important;
}
.pb0{
    padding-bottom: 0 !important;
}
.search-box_home .flex-row .flex-col.flex-grow{
    order: 2;
}
.search-box_home .flex-row .flex-col.flex-grow input{
    padding-left: 50px;
}
.search-box_home .flex-row .flex-col{
    order: 1;
    position: relative;
    z-index: 10;   
}
.search-box_home .flex-row .flex-col button{
    position: relative;
    right: -50px;
}
.row_bg_grey{
    background-color: #F8F8F8;
    padding: 24px !important;
    padding-bottom: 0 !IMPORTANT;
    border-radius: 16px;
}
.row_bg_grey .post-item .col-inner{
    padding: 15px;
    background-color: #fff;
    border-radius: 12px;
}   
.row_bg_grey .post-item .col-inner img{
    border-radius: 8px;
}   
.btn_xemthem_bg_0 span{
    padding: 13px 40px;
    font-size: 16px;
    font-weight: 400;
}
.btn_xemthem_bg_0{
    padding: 0;
}
.r_tab_blog_home .nav-line>li.active>a:before{
    display: none;
}
.r_tab_blog_home .nav-line>li:hover>a:before {
    display: none;
}
.r_tab_blog_home .nav-line>li:hover>a{
    background-color: #273BCD;
    color: #fff;
}
.r_tab_blog_home .nav-line>li>a{
    border: 1px solid #273BCD;
    padding: 8px 24px;
    border-radius: 30px;
    color: #273BCD;
    font-size: 14px;
    font-weight: 400;
}
.r_tab_blog_home .nav-line>li.active>a{
    background-color: #273BCD;
    color: #fff;
}

.text_top_head p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}
.btn_kham_pha span{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid;
}
.btn_kham_pha .icon-angle-right::before{
    content: "";
    background-image: url(http://coolmate.amlab.vn/wp-content/uploads/2025/07/SVG-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 12px;
    display: block;
}
.post-item .post-meta{
    color: #A3A3A3; 
    font-size: 14px;
    line-height: 35px;
    font-weight: normal;
}
.border_8_img img{
    border-radius: 8px;
}
@media only screen and (max-width: 48em) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
.text_55, .text_55 > * {
        font-size: 28px;
        line-height: 36px;
}
.s_ft_mb .accordion-title{
    border: none;
    padding-left: 0;
}
.s_ft_mb .ux-menu-link__link{
    border :none !important;
}
.s_ft_mb .toggle{
    right: 0;
    left: unset !important;
}
.s_ft_mb .accordion-title{
	font-size:13px;
	font-weight:600px;
}
.s_ft_mb  .icon-angle-down::before{
    content: "";
    background-image: url(/wp-content/uploads/2025/06/icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 14px;
    height: 14px;
}
.amlab_flex_center .col-inner{
    padding: 35px 30px;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
.amlab_flex_center .stack_footer_icon_social>* {
    --stack-gap: 0px !important;
}
.row_bg_grey.mb .flickity-prev-next-button{
    display: none;
}
.row_bg_grey.mb{
    padding: 10px 0px !important;
}
/* Thêm class vô dùm cái */
/* .row-slider .flickity-slider>.col{
    max-width: 85% !important;
} */
.section_slider .section-content>.row{
    margin: 0 15px !important;
}
.row_bg_grey{
    margin: 0 15px !important;
}
.post-item .box-text .post-title {
    font-size: 18px !important;
}
.text_top_head p{
    white-space: nowrap;    
    overflow: hidden;        
    text-overflow: ellipsis
}
.tabbed-content .nav-left {
    padding-bottom: 15px;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
}
.amlab_center_slider  .col{
    flex-basis: 50%;
    max-width: 50%;
}
.amlab_center_slider  .col.is-selected{
    padding: 0 0 30px 0;
}
.amlab_center_slider .flickity-prev-next-button{
    display: none;
}
.amlab_center_slider .img_inline {
    position: absolute;
    bottom: 18px;
}
.home .text_large, .text_large>*{
    text-align: center;
}
  
.row_bg_grey{
    margin: 0;
}
.search-box_home .flex-row .flex-col {
right: 0;
}
.r_tab_blog_home.center .nav-left{
    text-align: center;
}
}