/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.13.1
*/
/* Css header */
#logo h1 {
    margin-bottom: 0;
}
.nav-dropdown-has-border .nav-dropdown{
    margin-top:8px;
    padding: 0;
    border: 0;
}
.nav-dropdown-has-arrow li.has-dropdown:before,.nav-dropdown-has-arrow li.has-dropdown:after{
    display: none;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
    margin:0;
    padding-left: 10px;
}
.header-nav-main {
    gap: 30px;
}
.header-main .nav > li > a {
    font-size: 16px;
    font-weight: 500;
}

.title h2 {
    /* font-family: commerceB,sans-serif; */
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 48px;
}
.line-title {
    display: inline-block;
}
.line-title h2 {
    font-size: 1.75rem;
    color: #000;
    border-bottom: 2px solid #cfcdce;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 2rem;
}
.line-title h2:after {
    position: absolute;
    height: 2px;
    width: 35%;
    content: "";
    left: 0;
    bottom: -2px;
    background-color: #cb0e12;
}
.btn-evaluate {
    border-radius: 99px;
    background-color: #cb0e12;
    border: 1px solid #cb0e12;
}
.btn-evaluate:hover {
    border-radius: 99px;
    background-color: #fff;
    color: #cb0e12;
    box-shadow: none;
    border: 1px solid #cb0e12;
}
.load-more {
    text-transform: none!important;
    color: #fff;
}

.box-img {
    background-color: #f7f7f7;
}
.box-img .title-box {
    padding: 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 195px;
}
.img-box {
    width: 100%;
    height: 255px;
}
.img-box img {
    width: 100%;
}

/* ưu điểm */
.icon-box-home {
    padding: 20px;
    border: 1px solid;
    height: 180px;
    align-items: center;
}
/* Điều kiện */
.text-secondary {
    font-weight: 700;
    color: #00327e;
}
.box-condition {
    margin-top: 1rem;
}
/* Chương trình */
.table-wrap {
    overflow-x: auto!important;
    overflow-y: hidden;
}
.program-table table, .program-table table tr, .program-table table td, .program-table table th {
    border: 1px solid rgba(52,100,127,.32);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    vertical-align: top;
    text-align: center;
    padding: 10px;
}
.program-table table {
    display: table;
}
.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #909090;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}
table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
}
.program-table table thead tr th:first-child {
    font-weight: 500;
    font-size: 16px;
}
.program-table table thead tr th:first-child, .program-table table tbody tr th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.program-table select {
    margin-bottom: 0;
}
.program-table table tbody tr th {
    background: #f8f9fa;
    color: #2e2a2b;
    text-align: left;
    font-weight: 700;
    font-size: 16px;
    text-transform: inherit;
}
td {
    color: #000;
}
.program-table table tbody tr td p {
    margin-bottom: 0;
    text-align: left;
}
.program-table table tbody ul, .program-table table tbody ol {
    text-align: left;
    margin: 0;
}

/* Quy trình  */
.process-wrap {
    position: relative;
    margin-bottom: 5rem;
}
.process-wrap:after {
    position: absolute;
    content: "";
    height: 105%;
    width: 2px;
    background-color: #00327e;
    top: -1%;
    left: 6.45rem;
}
.process-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.5rem;
}
.process-icon {
    width: 5rem;
    height: 5rem;
    border: 2px solid #00327e;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem;
}
.process-icon img {
    margin: auto;
}
.process-icon:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #00327e;
    border-radius: 100%;
    left: calc(100% + 21px);
    top: calc((100% - 10px)/2);
}
.process-steps {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 1.5rem;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px dashed #969696;
    padding: 1rem 0 1rem 1.5rem;
    -ms-flex-positive: 2;
    flex-grow: 2;
    max-width: 65%;
}
.process-step {
    text-align: center;
    font-weight: 700;
}
.text-primary {
    color: #cb0e12!important;
    margin-bottom: 0 !important;
}
.process-step span {
    background-color: #00327e;
    padding: 0.5rem 2rem;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
}
.process-des {
    font-weight: 500;
    margin-left: 1rem;
    padding: 0 1rem;
}
.process-des h3 {
    font-size: 1rem;
    margin-bottom: 0;
}
.process-des p {
    margin-bottom: 0;
}
.process-des ul {
    list-style: disc;
    margin-bottom: 0;
}
.process-des ul li {
    margin-bottom: 0;
}
.col .btn-white:hover {
    background-color: #cb0e12 !important;
    color: #fff !important;
    border: 2px solid #fff;
}
/* bài viết  */
.blog-post-home .box-text {
    border-bottom: 1px solid;
}
.blog-post-home .post-title {
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    height: 62px;
}
.blog-post-home .post-meta {
    font-size: 13px;
}
.blog-post-home .is-divider {
    display: none;
}
.blog-post-home p {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 70px;
}
/* footer */
.contact-footer {
    padding: 0 !important;
}
.contact-social {
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.contact-social p {
    margin-bottom: 0;
}
.social-group , .download-group {
    display: flex;
    margin: 0;
}
/* .social-group ul, .download-group ul {
    margin: 0 !important;
} */
.social-group li, .download-group li {
    list-style: none;
    margin-bottom: 0;
}
.border-footer {
    border-bottom: 1px solid #fff;
}
.footer-title h3 {
    font-size: 14px;
    margin-bottom: 24px;
}
.menu-footer .widget {
    padding: 0;
}
.menu-footer .widget ul li {
    border-top: none;
}
.menu-footer .widget .menu a {
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
}
.menu-footer .widget .menu a:hover {
    text-decoration: underline;
}
.absolute-footer {
    padding-top: 0;
}
.copyright-footer p {
    font-size: 12px;
    font-weight: 100;
    line-height: 18px;
}
/* Tìm hiểu */
/* .img-learn {
    width: 70%;
} */
/* form */
.form-contact-home .col {
    padding-bottom: 0;
}
.form-contact-home .select-resize-ghost, .form-contact-home .select2-container .select2-choice, .form-contact-home .select2-container .select2-selection, .form-contact-home input[type=date], .form-contact-home input[type=email], .form-contact-home input[type=number], .form-contact-home input[type=password], .form-contact-home input[type=search], .form-contact-home input[type=tel], .form-contact-home input[type=text], .form-contact-home input[type=url], .form-contact-home select, .form-contact-home textarea {
    height: 3.125rem;
    box-shadow: none;
 }
 .form-contact-home input[type=email]:focus, .form-contact-home input[type=number]:focus, .form-contact-home input[type=password]:focus, .form-contact-home input[type=search]:focus, .form-contact-home input[type=tel]:focus, .form-contact-home input[type=text]:focus, .form-contact-home select:focus, .form-contact-home textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f46467;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(203,14,18,.25);
}
.form-contact-home .wpcf7-submit {
    background-color: #cb0e12;
    color: #fff;
    min-width: 10.3125rem;
    min-height: 2.3125rem;
    border: 2px solid #cb0e12;
    font-size: 1rem;
    border-radius: 20px;
}
.form-contact-home .wpcf7-submit:hover {
    background-color: #fff;
    color: #cb0e12;
    box-shadow: none;
}
.form-contact-home .wpcf7-spinner {
    display: none;
}
.row-contact {
    border: 1px solid;
    padding: 24px;
}
.row-contact .col {
    padding-bottom: 0;
}
/* btn float contact */
.float-contact {
    position: fixed;
    display: flex;
    z-index: 999;
    right: 20px;
    bottom: 0;
}
.float-contact .hotline-sticky , .float-contact .register-sticky{
    padding: 5px 20px;
    background: #cb0e12;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.float-contact a, .float-contact h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 500;
}
.float-contact a:hover {
    color: #fff;
}
.float-contact .evaluate-sticky {
    padding: 5px 20px;
    background-color: #00327e;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-to-top {
    bottom: 50px;
}
@media only screen and (max-width: 64em) {
    .box-img .title-box {
        height: 300px;
        padding: 10px;
    }
    .copyright-footer {
        text-align: left;
    }
}
@media only screen and (max-width: 48em) {
    .section-contact {
        padding: 15px;
    }
    .row-contact {
        padding: 10px;
    }
    .program-table .table {
        width: 900px;
    }
    .process-row {
        margin-bottom: 0;
    }
    .process-icon {
        display: none;
    }
    .process-step span {
        font-size: .8125rem;
        padding: 0.2rem 1rem;
    }
    .process-steps {
        margin-left: 0;
        position: relative;
        max-width: unset;
        padding-left: 1rem;
    }
    .process-des {
        padding: 0;
        margin-left: 1.5rem;
    }
     .process-wrap:after {
        left: 0;
    }
    /* footer */
    .contact-social {
        flex-wrap: wrap;
    }
    .float-contact {
        width: 100%;
        right: 0;
    }
    .float-contact .hotline-sticky , .float-contact .register-sticky{
        padding: 5px;
        width: 25%;
    }
    .float-contact .evaluate-sticky {
        padding: 5px;
        width: 50%;
    }
    .float-contact a, .float-contact h5 {
        font-size: 12px;
    }
}