:root {
    --green-color: #2DA842;
    --black-color: #4d4d4f;
    --grey-color: #a0a1a0;
    --white-color: #fff;
    --orange-color: #ffc000;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000
}

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-weight: 300;
}

header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 1;
    padding: 30px 0;
    transition: all .4s;
}

.logo img {
    height: 40px;
    width: auto;
}

.logo_fixed {
    /*opacity: 0;*/
    margin-right: auto;
    /*visibility: hidden;*/
    display: none;
    transition: all .2s;
}

.wrap_header_bottom.fixed .logo_fixed {
    /*opacity: 1;*/
    /*visibility: visible;*/
    display: inline-flex;
}

.wrap_header_bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    padding: 0 0 30px;
    background: #333;
    width: 100%;
}

.language {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.language a {
    color: #fff;
}

.banner_home video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header_search form {
    margin-left: auto;
    width: 400px;
    display: flex;
    position: relative;
}

.input_search {
    width: 100%;
    border: none;
    border-radius: 0;
    font-size: 14px;
    height: 38px;
}

.input_search::placeholder {
    text-align: right;
}

.header_search button {
    width: 38px;
    height: 38px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4e4e50;
}

.header_search button i {
    transform: rotate(90deg);
    color: #fff;
    font-size: 13px;
}

.btn_search {
    width: 40px;
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.header_menu>ul>li {
    padding: 10px 30px;
    position: relative;
}

.header_menu>ul>li:last-child {
    background: var(--green-color);
    margin-left: 80px;
}

.header_menu>ul>li:last-child>a {
    color: #fff;
}

.header_menu>ul>li>a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.header_menu>ul>li>ul>li, .header_menu>ul>li>ul>li>ul>li, .header_menu>ul>li>ul>li>ul>li>ul>li {
    padding: 10px 15px;
    transition: all .4s;
}

.header_menu>ul>li>ul>li>a, .header_menu>ul>li>ul>li>ul>li>a, .header_menu>ul>li>ul>li>ul>li>ul>li>a {
    transition: all .4s;
}

.header_menu>ul>li>ul>li:hover, .header_menu>ul>li>ul>li>ul>li:hover, .header_menu>ul>li>ul>li>ul>li>ul>li:hover {
    background: var(--green-color);
}

.header_menu>ul>li>ul>li:hover>a, .header_menu>ul>li>ul>li>ul>li:hover>a, .header_menu>ul>li>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

.banner_home {
    border-bottom: 1px solid #ddd;
}

.text-color {
    color: var(--green-color);
}

img {
    width: 100%;
    object-fit: cover;
}

.product_desc {
    margin: 0.5rem 0;
}

.view_more {
    background: var(--green-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    margin-top: 1rem;
    font-weight: 600;
}

.news_title, .product_name {
    font-size: 1.5rem;
    color: #fff;
}

.news_title {
    color: #333;
    font-size: 1.2rem;
}

.news_tag a {
    color: var(--black-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 10px;
    border: 1px solid var(--black-color);
    border-radius: 10px;
    padding: 2px 25px;
    font-size: 13px;

}

.view_news {
    color: var(--green-color);
    font-weight: 500;
}

.news_info {
    border: 1px solid var(--grey-color);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.news_img {
    overflow: hidden;
    width: 100%;
    display: block;
}

.news_img img {
    transition: all .4s;
}

.news_item:hover img {
    transform: scale(1.1);
}

.footer_title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer_content * {
    margin-bottom: 5px;
}

.footer_social {
    margin-top: 15px;
}

footer {
    background: #333;
    padding: 80px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

footer * {
    color: #fff;
}

.footer_logo {
    margin-top: 60px;
    display: block;
}

.footer_logo img {
    height: 65px;
    width: auto;
}

.copyright {
    color: var(--grey-color);
}

.banner_text {
    position: absolute;
    bottom: 10vh;
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_home .view_more {
    width: fit-content;
}

.banner_future {
    margin: 100px 0;
}

.banner_info {
    position: absolute;
    right: 0;
    top: -5vh;
    border: 1px solid var(--black-color);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 40px;
}

.text-justify, .text-justify * {
    text-align: justify;
}

.product_item {
    position: relative;
}

.product_info {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 15px;
    background: transparent;
    z-index: 1;
    color: #fff;
    bottom: 0;
    left: 0;
}

.learn_more {
    padding: 5px 25px;
    border-radius: 10px;
    width: fit-content;
    background: var(--green-color);
}

.home_banner_middle {
    margin: 60px 0;
}

.banner_item a {
    position: relative;
    display: block;
}

.banner_md_info {
    position: absolute;
    padding: 20px 40px;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
    width: 100%;
    height: 100%;
}

.product_item:hover .product_info {
    display: none;
}

.product_item:hover .banner_md_info {
    background: rgba(0,0,0,.5);
    opacity: 1;
    visibility: visible;
}

.bg-grey {
    background :var(--black-color);
}

.target {
    padding: 120px 0 250px;
}

.target .text_desc {
    letter-spacing: 0.05rem;
}

.target_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.target_block {
    margin-bottom: 300px;
}

.target_item_wrap {
    background: #fff;
    padding: 25px 35px 50px;
    border-radius: 35px;
    border: 1px solid var(--black-color);
    width: 90%;
    height: 100%;
    margin: 0 auto;
}

.target_item_wrap img {
    width: 110px !important;
    height: 110px !important;
    display: block;
    margin: 0 auto 15px;
    border-radius: 50%;
}

.target_name {
    font-weight: 700;
    display: block;
    font-size: 1.12rem;
    margin: 0 20px 20px;
}

.dev_item {
    margin-bottom: 35px;
}

.dev_item>p {
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
}

.dev_item i {
    font-size: 1rem;
    transition: all .4s;
}

.dev_item i.rotate {
    transform: rotate(180deg);
}

.dev_image img {
    border-radius: 50px;
}

.dev_image a {
    display: block;
}

.wrap_image:first-child img {
    height: 280px;
}

.expert_item_wrap {
    width: 90%;
    margin: 0 auto;
}

.expert_info {
    padding: 20px;
}

.expert_name {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 10px;
    display: block;
}

.expert_info p {
    margin-bottom: 0;
}

.paginator span {
    background: transparent;
    color: var(--black-color);
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--black-color);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px;
    cursor: pointer;
    transition: all .4s;
}

.paginator span:before {
    font-family: "Font Awesome 5 Pro";
}

.paging-first:before {
    content: "\f100";
}

.paging-previous:before {
    content: "\f104";
}

.paging-next:before {
    content: "\f105";
}

.paging-last:before {
    content: "\f324";
}

.paginator span.current, .paginator span:hover {
    color: #fff;
    background: var(--black-color);
}

.w-fit-content {
    width: fit-content;
}

.list-faq>ul>li {
    margin-bottom: 15px;
}

.list-faq>ul>li>ul>li {
    margin-bottom: 10px;
}

.list-faq>ul>li>a {
    font-weight: 700;
    margin-bottom: 5px;
    display: flex;
    font-size: 16px;
}

.list-faq>ul>li>a>i {
    margin-right: 8px;
}

.list-faq>ul>li>a>i {
    transition: all .4s;
    height: fit-content;
    margin-top: 5px;
}

.list-faq>ul>li>a>i.rotate {
    transform: rotate(180deg);
}

.list-faq>ul>li>a+div {
    padding-left: 20px;
}
.list-faq>ul>li>a+div p{
    text-align: justify;
}
.coaching_item_wrap {
    border: 1px solid #000;
    border-radius: 50px;
    padding: 35px;
    height: 100%;
}

.stt {
    color: var(--green-color);
}

.form_register {
    border: 1px solid var(--black-color);
    border-radius: 25px;
    padding: 50px;
}

.form_register label {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.form_input {
    margin-bottom: 15px;
    border: none;
    background: #eee;
    outline: none !important;
    box-shadow: none !important;
    height: 35px;
    width: 100%;
    padding: 10px;
}

.form_item label sup {
    color: red;
}

textarea.form_input {
    height: auto;
}

.input_checkbox {
    margin-right: 5px;
    margin-top: 4px;
}

.table-content {
    /*padding: 20px 15px;*/
    /*border: 1px solid var(--black-color);*/
    /*height: 100%;*/
    padding-right: 15px;
}

.table-content a {
    font-weight: 700;
    margin: 5px 0;
    display: block;
    color: #000;
}

.table-content>ul>li>ul>li>a {
    font-size: 14px;
    margin: 10px 0;
    color: var(--green-color);
    font-weight: 400;
}

.table-content>ul>li>ul>li>a:before {
    content: "\f058";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    color: #ccc;
    margin-right: 10px;
    font-weight: 600;
}

.table-content>ul>li {
    margin-bottom: 15px;
    position: relative;
}

.table-content>ul>li>i {
    position: absolute;
    left: 0;
    top: 3px;
    cursor: pointer;
}

.table-content>ul>li>ul {
    padding-left: 15px;
}

.table-content {
    position: sticky;
    top: 120px;
}

.open-all, .close-all {
    border: none;
    background: transparent;
    color: var(--green-color);
    display: inline-block;
    margin-right: 5px;
    outline: none !important;
}

.list-contact {
    padding: 35px;
    height: 100%;
    display: flex;
    align-items: center;
}

.list-contact ul li {
    margin: 15px 0;
}

.list-contact ul li a {
    color: #fff;
    white-space: nowrap;
}

.list-contact ul li a i {
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.banner_home img {
    height: 100vh;
}

.target {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_title {
    height: 84px;
    display: block;
}
ul.language a {
    text-transform: uppercase;
    font-size: 18px;
}

.language a:before {
    content: "/";
    padding: 0 10px;
}

.language li:first-child a:before {
    display: none;
}

.banner_home:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .3);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
span.sbvn-text {
    color: var(--green-color);
    font-weight: 700;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
    transition: all .2s;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: solid 1px #d9d9d9;
    appearance: none;
    box-shadow: 0 0 0 10px var(--green-color) inset;
}

.form-item input {
    display: inline-block;
}

input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    display: block;
    position: absolute;
    color: #fff;
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.list_partner.owl-carousel .owl-nav button.owl-prev, .list_partner.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--green-color);
}

.list_partner.owl-carousel .owl-nav button.owl-prev {
    left: -30px;
}

.list_partner.owl-carousel .owl-nav button.owl-next {
    right: -30px;
}

.breadcrumb ul li:last-child a {
    color: var(--green-color);
}


.header_language {
    display: flex;
    align-items: center;
}

.header_language>i {
    color: #999;
    font-size: 24px;
}
.wpcf7-response-output,.screen-reader-response p {
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
}
.wpcf7-submit {
    background: var(--green-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border: none;
    /* width: fit-content; */
}

.form_register>p {
    text-align: left;
    display: flex;
    justify-content: flex-start;
}

.form-item input[type="checkbox"] {
    vertical-align: top;
    margin-top: 5px;
    margin-right: 5px;
}

.form-item span {
    display: block;
}

.form-item .input_checkbox label>span {
    margin-right: 10px;
    display: inline-block;
    width: calc(100% - 30px);
    font-weight: 300;
}

.form-item .input_checkbox label>span span {
    display: inline-block;
}

.form_item br, .form_checkbox br {
    display: none;
}

.banner_text_wrap .h1 {
    text-align: left;
}

.coaching_desc {
    text-align: justify;
}

@media (min-width: 992px) {
    .dev_image:not(.project-wrap .dev_image) {
        display: flex;
        align-items: flex-end;
    }
    .header_menu>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .header_menu>ul>li>ul {
        position: absolute;
        top: 100%;
        left: 0;
        background: #fff;
        width: 220px;
        z-index: 2;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }
    .header_menu ul li {
        position: relative;
    }
    .header_menu>ul>li>ul>li>ul {
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        width: 220px;
        z-index: 2;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: all .4s;
    }
    .header_menu>ul>li:hover>ul, .header_menu>ul>li>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .w-52 {
        width: 52% !important;
    }
    .w-40 {
        width: 40% !important;
    }
    .w-60 {
        width: 60% !important;
    }
    .w-63 {
        width: 63% !important;
    }
    .mt-60 {
        margin-top: 60px !important;
    }
    .mt-80 {
        margin-top: 80px !important;
    }
    .mb-120 {
        margin-bottom: 120px !important;
    }
    .mb-60 {
        margin-bottom: 60px !important;
    }
    .mb-80 {
        margin-bottom: 80px !important;
    }
    .w-86 {
        width: 86% !important;
        margin: 0 auto;
    }
    .wrap_image_big img {
        height: calc(500px + 4.5rem);
    }
    .header_menu>ul>li>ul>li:hover>a>.sbvn-text, .header_menu>ul>li>ul>li>ul>li:hover>a>.sbvn-text, .header_menu>ul>li>ul>li>ul>li>ul>li:hover>a>.sbvn-text {
        color: #fff !important;
    }
    .intro_info {
        position: relative;
    }
    .banner_info .view_more {
        position: absolute;
        bottom: 0;
    }
    .header_menu>ul>li:first-child {
        padding-left: 0;
    }
    .wrap_header_bottom.fixed .header_language {
        margin-left: 45px;
    }
    .header_language {
        gap: 15px;
    }
}

@media (min-width: 1024px) and (max-width: 1367px) {
    .target_item_wrap {
        padding: 25px 25px 50px;
    }
    .target_description {
        font-size: 14px;
    }
    .list-contact {
        padding: 15px;
    }
}

@media (max-width: 991px) {
    .header_menu {
        display: block;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: #333;
        margin: 0;
        transform: translateX(-100%);
        transition: all .4s;
    }
    .header_menu.active {
        transform: translateX(0);
    }
    .language {
        justify-content: flex-start !important;
        padding: 10px 15px 10px 30px;
    }
    .logo_fixed {
        height: fit-content;
        margin: 30px; 
        opacity: 1;
        visibility: visible;
        displaY: block;
    }
    /*.header_menu>ul {*/
    /*    flex-direction: column;*/
    /*}*/
    .header_menu>ul>li:last-child {
        margin-left: 0;
    }
    .close-menu {
        position: absolute;
        right: 30px;
        top: 30px;
        font-size: 18px;
    }
    .banner_home img {
        height: 100vh;
    }
    .banner_text {
        width: 90%;
    }
    .header_search form {
        width: 100%;
    }
    .banner_info {
        position: unset;
        margin-top: 30px;
    }
    .banner_future {
        margin: 30px 0;
    }
    .header_search {
        margin-top: 15px;
    }
    .target_block {
        margin-bottom: 500px;
    }
    .faq .product_info .product_name {
        font-size: 26px !important;
    }
    .form_register {
        padding: 20px;
    }
    .form_item:first-child .form_input {
        margin-bottom: 0;
    }
    .mb-6 {
        margin-bottom: 5rem !important;
    }
    .target_block {
        margin-top: 30px;
        margin-bottom: 60px !important;
    }
    .wrap_image:first-child img {
        height: 280px !important;
    }
    .faq .dev_image {
        margin-top: 120px;
    }
    .product_name {
        font-size: 1.25rem;
    }
    .product_desc {
        font-size: 13px;
    }
    .home_program {
        margin: 30px 0;
    }
    .community, .home_development {
        margin-bottom: 30px;
    }
    #wpadminbar {
        display: none !important;
    }
    .header_menu ul li {
        position: relative;
    }
    .header_menu ul li i {
        position: absolute;
        right: 0;
        top: 2px;
    }
    .header_menu>ul>li>i {
        right: 30px;
    }
    .header_menu ul li a {
        color: #fff;
    }
    .header_menu ul li i {
        color: #fff;
        float: right;
    }
    .header_menu>ul>li>ul, .header_menu>ul>li>ul>li>ul {
        display: none;
        margin-top: 10px;
    }
    footer * {
        text-align: center;
    }
    .footer_social {
        justify-content: center;
        gap: 60px !important;
    }
    footer>.row>div {
        order: 1;
    }
    footer .row>div.copyright {
        order: 2;
    }
    .footer_logo {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .footer_social {
        margin-bottom: 20px;
    }
    .wrap_footer_item {
        width: 100%;
    }
    .wrap_image_big {
        margin-top: 15px;
    }
    .home_partner {
        margin-bottom: 30px;
    }
    .faq {
        margin-top: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home_development {
        margin-top: 280px !important;
    }
}
@media (max-width: 2650px){
    .intro_info h2 {
        font-size: 26px;
    }
}
@media (max-width: 1420px){
    .intro_info h2 {
        font-size: 24px;
    }
}
@media (max-width: 1200px){
    .intro_info h2 {
        font-size: 22px;
    }
}