/*
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.   ***************/
/* Áp dụng toàn bộ web */

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scrollbar-gutter: stable;
}

/* thẻ h1 */
.text_h1,
.text_h1>* {
    font-size: 32px !important;
}

/* thẻ h2 */
.text_h2,
.text_h2>* {
    font-size: 28px !important;
}

/* tiêu đề 1 */
.text_title_main,
.text_title_main>* {
    font-size: 20px !important;
    font-weight: 700;
}

.text_title_secondary,
.text_title_secondary>* {
    font-size: 18px !important;
    font-weight: 700;
}

.text_md,
.text_md>* {
    font-size: 16px !important;
}

.text_md_15,
.text_md_15>* {
    font-size: 15px !important;
}

/* text */
.text_desc,
.text_desc>* {
    font-size: 14px !important;
}

/* font weight */
.fw_600,
.fw_600>* {
    font-weight: 600 !important;
}

.fw_500,
.fw_500>* {
    font-weight: 500 !important;
}

#header .container,
#footer .section-content,
#footer .absolute-footer .container {
    max-width: 1280px !important;
}

#header .container .row,
#footer .row {
    max-width: 100% !important;
}

.text_ellip_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer .section_footer {
    justify-content: center;
}

/* footer */
#footer .amlab_footer,
#footer .absolute-footer{
    justify-content: center;
}
#footer h3{
    font-size: 20px;
    font-weight: 700;
}
#footer .ux-menu-link__link{
    min-height: 1.5em;
}
#footer p,
#footer .ux-menu-link__text,
#footer .copyright-footer{
    font-size: 14px;
    color: #000;
    line-height: 1.4;
}
#footer .icon-box{
    display: flex;
    align-items: center;
    gap: 8px;
}
#footer .col:last-child .icon-box .icon-box-img{
    margin-bottom: 0;
    min-width: 20px !important;
}

/* header */
#header .header-nav{
    gap: 2rem;
}
#header .header-nav .menu-item a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-transform: none;
}
#header .header-button-1 .button{
    background: #137fec !important;
}
#header #logo{
    width: auto;
}
#header .title_company{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    #header .container,
    #footer .section-content {
        max-width: 100% !important;
    }

    #header .container .row,
    #footer .row {
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .text_title_main,
    .text_title_main>* {
        font-size: 20px !important;
    }

    .text_title_secondary,
    .text_title_secondary>* {
        font-size: 16px !important;
        font-weight: 700;
    }

    .text_banner,
    .text_banner>* {
        font-size: 16px !important;
    }

    .text_md,
    .text_md>* {
        font-size: 14px !important;
    }

    /* text */
    .text_desc,
    .text_desc>* {
        font-size: 14px !important;
    }

}