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

/* .form-lienhe-bentrai {
    background-color: rgb(51, 51, 51);
} */

h3.entry-title {
    font-family: "Public Sans", sans-serif !important;
}

a.btn.btn-primary {
    font-family: "Noto Sans", sans-serif !important;
}

.section-lienhe {
    border: 2px solid rgb(233, 206, 173);
}

/* Äá»‹nh dáº¡ng chung cho cÃ¡c trÆ°á»ng form */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-field {
    border: none;
    /* Loáº¡i bá» viá»n */
    border-bottom: 1px solid rgb(51, 51, 51);
    /* ThÃªm viá»n dÆ°á»›i nháº¹ */
    box-shadow: unset;
    width: 100%;
    box-sizing: border-box;

    /* Ná»n trong suá»‘t */
    outline: none;
    /* Loáº¡i bá» viá»n khi focus */
}

.social-icons.follow-icons.icon-footer-right.full-width.text-left {
    margin-left: 158px;
}

h1.entry-title {
    text-align: left;
}

#ez-toc-container a:hover {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-field {
    border: none;
    border-bottom: 1px solid rgb(51, 51, 51);
    box-shadow: unset;
    width: 100%;
    box-sizing: border-box;
    outline: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
    width: 34%;
    border-radius: 31px;
    border-color: #e9cead;
}

/* Hiá»‡u á»©ng khi focus vÃ o trÆ°á»ng form */

/* Äá»‹nh dáº¡ng radio button vÃ  text */
.wpcf7 label {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

.bold-label {
    font-weight: bold;
    /* LÃ m chá»¯ in Ä‘áº­m */
    margin-bottom: 10px;
    /* ThÃªm khoáº£ng cÃ¡ch dÆ°á»›i náº¿u cáº§n */
}

/* Äá»‹nh dáº¡ng nÃºt gá»­i */
.form-submit {
    display: block;
    width: 100%;
    /* Chiá»u rá»™ng Ä‘áº§y Ä‘á»§ */
    padding: 12px;
    font-size: 1rem;
    color: #fff;

    /* MÃ u xanh dÆ°Æ¡ng */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease-in-out;
}

/* Hiá»‡u á»©ng hover cho nÃºt gá»­i */
.form-submit:hover {
    background-color: rgb(108, 106, 100);
    /* Xanh dÆ°Æ¡ng Ä‘áº­m hÆ¡n khi hover */
}

/* Khoáº£ng cÃ¡ch giá»¯a cÃ¡c control */
.control {
    margin-bottom: 20px;
    /* ThÃªm khoáº£ng cÃ¡ch giá»¯a cÃ¡c hÃ ng */
}


.col-lien-he-cha {
    overflow: hidden;
    border-radius: 32px;
    border: 2px solid #e9cead;
}

#ez-toc-container {
    border-color: #e9cead;
    border-radius: 23px;
}

.col-full-height .col-inner {
    height: 100%;
}

.form-lienhe-bentrai .col-inner {
    padding: 30px;
    border: 2px solid #e9cead;
}

.form-lienhe-benphai .col-inner {
    padding-top: 30px;

}

.entry-content.single-page {
    margin-top: -56px;
}

hr {
    border-width: 2px;
    /* Äá»™ dÃ y cá»§a Ä‘Æ°á»ng viá»n */
    margin: 16px 0;
    width: 50%;
    opacity: .1;
    border-color: rgb(0, 0, 0);
    /* MÃ u Ä‘Æ°á»ng viá»n */
    border-style: solid;
    /* Kiá»ƒu Ä‘Æ°á»ng viá»n */
}

.ld-course-list-items .ld_course_grid {
    display: flex;
    padding-right: 58px;
    padding-bottom: 43px;
}

#ez-toc-container .ez-toc-js-icon-con {
    display: none;
}

.related-post a {
    width: 100%;
    display: block;
}


.related-post a img {
    max-width: 100% !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}