/*
Theme Name: VMTA
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'UTM Helve';
    src: url('fonts/UTM Helve.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Helve';
    src: url('fonts/UTM HelveBold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'UTM Helve';
    src: url('fonts/UTM Helve_Italic.ttf') format('truetype');
    font-style: italic;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('fonts/MYRIADPRO-REGULAR.OTF') format('opentype');
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: '#9Slide03 IcielSamsung Sharp Bo';
    src: url('fonts/%239Slide03%20IcielSamsungSharpSans-Bold-UTF8.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

p {
    margin-bottom: 10px;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'UTM Helve', Arial, sans-serif;
    font-size: 20px;
    text-align: justify;
}

h1,
h2 {
    font-family: '#9Slide03 IcielSamsung Sharp Bo', 'UTM Helve', Arial, sans-serif;
    font-weight: 700;
}

h3,
h4,
h5,
h6,
nav,
.nav,
.header-nav,
.mobile-nav,
button,
.button,
.btn {
    font-family: 'UTM Helve', Arial, sans-serif;
}

#masthead .header-inner {
    max-width: 1400px;
}

.logo-left .logo,
#masthead .flex-grow {
    margin-right: 35px;
}

#masthead .header-nav {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}

.header-nav>li>a {
    font-family: UTM Helve;
    font-weight: bold;
    font-size: 21px;
    color: #FFFFFF;
    color: rgb(255, 255, 255);
}

#masthead .html .button,
.btn-default {
    font-family: UTM Helve !important;
    font-weight: bold !important;
    font-size: 21px !important;
    text-transform: uppercase !important;
    color: #FFFFFF !important;
    color: rgb(255, 255, 255) !important;
    background-color: #077572 !important;
    display: flex !important;
    align-items: center;
    min-height: unset;
    line-height: 1 !important;
    padding: 5px 15px !important;
    border-radius: 4px;
}

.btn-default,
.banner-hero .text-center .btn-default {
    max-width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
}

.banner-hero img {

    opacity: 20%;
}

.font-sharp-bo,
.font-sharp-bo * {
    font-family: '#9Slide03 IcielSamsung Sharp Bo', 'UTM Helve', Arial, sans-serif;
}

.font-utm-helve,
.font-utm-helve * {
    font-family: 'UTM Helve', Arial, sans-serif;
}

.fs-85,
.fs-85 * {
    font-size: 85px !important;
}

.fs-80,
.fs-80 * {
    font-size: 80px !important;
}

.fs-45,
.fs-45 * {
    font-size: 45px !important;
}

.fs-50,
.fs-50 * {
    font-size: 50px !important;
}

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

.line-height-13,
.line-height-13 * {
    line-height: 1.3;
}

.fw-bold,
.fw-bold * {
    font-weight: bold;
}

.fs-25,
.fs-25 * {
    font-size: 25px;
}

.fs-27,
.fs-27 * {
    font-size: 27px;
}

.mw-60 {
    max-width: 60%;
}

.banner-bg :is(img, picture, video) {
    object-position: top center;
}

.m-0,
.m-0 * {
    margin: 0 !important;
}

.text-0b7f7c,
.text-0b7f7c * {
    color: #0b7f7c !important;
}

.mb-0,
.mb-0 * {
    margin-bottom: 0 !important;
}

.bg-0b7f7c {
    background-color: #0b7f7c;
}

.bg-11a4a6 {
    background-color: #11a4a6;
}

.mw-fit-content {
    max-width: fit-content;
}

.text-sodo-1 {
    padding: 15px 20px;
    text-align: center;
    border-radius: 12px;
    margin: 0 auto;
}

.text-sodo-1 * {
    margin: 0;
}

.fs-30,
.fs-30 * {
    font-size: 30px;
}

.column-grid-4>.col-inner {
    display: flex;
    gap: 20px
}

.text-sodo-2 p {
    font-size: 20px;
    margin-top: 5px;
}

.ss-doitac .section-bg.fill img {
    opacity: 10%;
}

.fs-40,
.fs-40 * {
    font-size: 40px;
}

.image-full-height>.col-inner>.img,
.image-full-height>.col-inner>.img * {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.ss-bando .image-full-height>.col-inner>.img,
.ss-bando .image-full-height>.col-inner>.img * {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ss-bando.ss-doitac .section-bg.fill img {
    opacity: 20%;
}

.ss-join-lm input,
.ss-join-lm input:focus,
.ss-join-lm textarea {
    background: #0b7f7c;
    outline: none;
    border: none;
}

.ss-join-lm input::placeholder,
.ss-join-lm textarea::placeholder {
    color: #FFFFFF;
    opacity: 1;
    font-family: 'UTM Helve', Arial, sans-serif;
}

.ss-join-lm .btn-default {

    margin-left: 0 !important;
    border-radius: 8px;
    padding: 10px 40px !important
}

span.wpcf7-spinner {
    display: None;
}

.ss-join-lm textarea {
    min-height: 150px;
}

.ss-join-lm input {
    min-height: 57px;
}

.absolute-footer {
    display: none;
}

footer .ss-footer .fill img {
    opacity: 20%;
    transform: scale(1.5);
}

.text-white,
.text-white * {
    color: #FFFFFF;
}

.line-height-1,
.line-height-1 * {
    line-height: 1;
}

footer .ux-menu-title {
    min-height: unset !important
}

.row-icon-social>.col>.col-inner {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

.row-icon-social>.col>.col-inner .icon-box-center .icon-box-img {
    margin: 0;
    height: 60px !important;
    width: auto !important;
}

.wpcf7-response-output {
    display: none;
}

footer button.cf7-btn {
    margin: 0;
    padding: 0;
    border: none;
    min-height: unset;
    position: absolute;
    right: 10px;
    opacity: 0;
    fill: #FFFFFF;
}

footer button.cf7-btn svg {
    color: #FFFFFF;
}

footer .wpcf7-form>p {
    display: flex;
    align-items: center;
}

footer .wpcf7-form input,
footer .wpcf7-form input:focus {
    margin: 0;
    border-radius: 12px;
    background: transparent;
}

footer .wpcf7-form input::placeholder {
    color: white;
}

footer .wpcf7-form>p:hover button.cf7-btn {
    opacity: 1;
}

footer .column-footer-info .ux-menu-title {
    text-transform: initial;
}

.ux-menu-link__link {
    min-height: unset !important;
    color: white;
    text-align: left;
}

footer .column-footer-info .row .medium-8 .row>.col {
    flex-basis: auto;
    max-width: fit-content;
}

footer .column-footer-info .row .medium-8 .row {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.col-mxh .ux-menu-title {
    justify-content: flex-end
}

footer .column-footer-info .row .medium-8 .row:after {
    content: none;
}

.ss-fitler-20 .fill img {
    opacity: 20%;
}

.ss-fitler-15 .fill img {
    opacity: 15%;
}

.bg-0acbc7 {
    background-color: #0acbc7;
}

.fs-35,
.fs-35 * {
    font-size: 35px;
}

.fs-54,
.fs-54 * {
    font-size: 54px;
}

.ss-cta-contact .btn-default {
    margin: 0 auto !important;
}

.ss-cta-contact .fill img {
    transform: scale(2);
}

.col-border-right {
    position: relative;
}

.col-border-right:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.7);
    transform: scaleX(0.5);
    transform-origin: right;
}


.page-wrapper {
    padding-top: 0
}

/* UI With Style - top section */

.vmta-ui-top-news {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.vmta-ui-top-news-left {
    display: flex;
    flex-direction: column;
}

.vmta-ui-top-news-right {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.vmta-ui-featured-card,
.vmta-ui-small-card,
.vmta-ui-post-card {
    margin: 0;
}

.vmta-ui-featured-card {
    position: relative;
}

.vmta-ui-featured-thumb,
.vmta-ui-small-thumb,
.vmta-ui-post-thumb {
    display: block;
    overflow: hidden;
    background: #d4eceb;
}

.vmta-ui-featured-thumb img,
.vmta-ui-small-thumb img,
.vmta-ui-post-thumb img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.vmta-ui-featured-thumb img {
    aspect-ratio: 16 / 10;
}

.vmta-ui-featured-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 16px 14px;
    background: linear-gradient(180deg, rgba(7, 117, 114, 0.05) 0%, rgba(7, 117, 114, 0.88) 88%, rgba(7, 117, 114, 0.95) 100%);
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.vmta-ui-featured-cat,
.vmta-ui-post-cat {
    color: #0a7f7c;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.vmta-ui-featured-cat,
.vmta-ui-featured-cat a {
    color: #d2fffc;
}

.vmta-ui-featured-title {
    margin: 0 0 4px;
    font-size: 31px;
    line-height: 1.15;
}

.vmta-ui-featured-title a,
.vmta-ui-featured-excerpt {
    color: #fff;
}

.vmta-ui-featured-excerpt {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.vmta-ui-small-grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.vmta-ui-small-thumb img {
    aspect-ratio: 16 / 10;
}

.vmta-ui-small-title {
    margin: 5px 0 0;
    font-size: 15px;
    line-height: 1.3;
    background: #69ccc7;
    padding: 15px;

}

.vmta-ui-small-title a {
    color: #064744;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.vmta-ui-small-excerpt {
    margin: 4px 0 0;
    font-size: 12px;
    line-height: 1.35;
    color: #0a5f5d;
}

.vmta-ui-news-heading {
    margin: 0 0 20px;
    color: #0b7f7c;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 1;
    font-family: 'UTM Helve', Arial, sans-serif;
}

.vmta-ui-news-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    flex: 1;
}

.vmta-ui-news-list li {
    padding: 10px 14px;
    line-height: 1.2;
    font-size: 19px;
    font-family: 'UTM Helve', Arial, sans-serif;
    margin: 0;
}

.vmta-ui-news-list li.is-highlight {
    background: #0b7f7c;
}

.vmta-ui-news-list a {
    color: #0b7f7c;
    font-weight: 700;
}

.vmta-ui-news-list li.is-highlight a {
    color: #fff;
}

.vmta-ui-news-list time {
    color: #69ccc7;
    font-size: 12px;
    opacity: 0.85;
}

.vmta-ui-post-grid-wrap {
    margin-top: 60px;
}

.vmta-ui-post-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.vmta-ui-post-thumb img {
    aspect-ratio: 16 / 10;
}

.vmta-ui-post-title {
    margin: 6px 0 0;
    line-height: 1.3;
    font-family: "UTM Helve", Arial, sans-serif;
}

.vmta-ui-post-title a {
    color: #0b7f7c;
}

.vmta-ui-post-excerpt {
    margin: 4px 0 0;
    color: #0b7f7c;
    line-height: 1.45;
    font-family: "UTM Helve", Arial, sans-serif;
}

.vmta-ui-post-meta {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.vmta-ui-post-more,
.vmta-ui-post-meta time {
    color: #0b7f7c;
    font-weight: 400;
    font-family: "UTM Helve", Arial, sans-serif;
}

.vmta-ui-post-date-author,
.vmta-ui-post-author,
.vmta-ui-post-separator {
    color: #0b7f7c;
    font-weight: 400;
    font-family: "UTM Helve", Arial, sans-serif;
}

span.vmta-ui-post-author {
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .vmta-ui-top-news {
        grid-template-columns: 1fr;
    }

    .vmta-ui-news-heading {
        font-size: 38px;
    }

    .vmta-ui-featured-title {
        font-size: 30px;
    }

    .vmta-ui-featured-excerpt,
    .vmta-ui-news-list li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .vmta-ui-top-layout {
        padding: 14px;
    }

    .vmta-ui-small-grid,
    .vmta-ui-post-grid {
        grid-template-columns: 1fr;
    }

    .vmta-ui-featured-title {
        font-size: 24px;
    }

    .vmta-ui-featured-excerpt,
    .vmta-ui-small-title,
    .vmta-ui-news-list li,
    .vmta-ui-post-title {
        font-size: 16px;
    }

    .vmta-ui-post-grid {
        grid-template-columns: 1fr;
    }
}

.page-numbers {
    margin-top: 20px !important;
}

.nav-pagination>li>.current,
.nav-pagination>li>a:hover,
.nav-pagination>li>span:hover {
    background-color: #0b7f7c !important;
    border-color: #0b7f7c !important;
    color: white !important;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    background-color: transparent !important;
    border-color: #0b7f7c !important;
    color: #0b7f7c !important;
    border-radius: 12px !important;
}

.vmta-default-post-only-layout .vmta-ui-post-grid-wrap {
    margin-top: 0;
}

.vmta-default-post-only-layout .vmta-ui-post-separator,
.vmta-default-post-only-layout .vmta-ui-post-author {
    display: none;
}

/* Single post layout */


.vmta-single-body {
    margin: 0 auto;
}

.vmta-single-entry {
    background: #fff;
    padding: 18px 14px;
}

.vmta-single-entry>*:first-child {
    margin-top: 0;
}

.vmta-single-entry img {
    width: 100%;
    height: auto;
}

.vmta-single-entry h2,
.vmta-single-entry h3 {
    color: #0b7f7c;
    margin-top: 14px;
    margin-bottom: 8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.vmta-single-entry h2 {
    font-size: 25px;
}

.vmta-single-entry p,
.vmta-single-entry li {
    color: #0b7f7c;
    line-height: 1.55;
    font-family: 'UTM Helve', Arial, sans-serif;
}

.vmta-related-posts {
    margin-top: 16px;
    background: #fff;
    padding: 14px;
}

.vmta-related-posts h2 {
    margin: 0 0 25px;
    color: #0b7f7c;
    text-transform: uppercase;
    font-size: 60px;
    font-family: "9Slide03 IcielSamsung Sharp Bo", 'UTM Helve', Arial, sans-serif;
}

.vmta-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.vmta-related-card {
    margin: 0;
}

.vmta-related-thumb {
    display: block;
    background: #cfeaea;
}

.vmta-related-thumb img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
}

.vmta-related-card h3 {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.35;
}

.vmta-related-card h3 a {
    color: #0b7f7c;
    text-transform: uppercase;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.vmta-related-excerpt {
    margin: 8px 0;
    font-size: 14px;
    color: #0b7f7c;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.vmta-related-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding-top: 8px;
    font-size: 14px;
    font-family: "UTM Helve", Arial, sans-serif;
}

.vmta-read-more {
    color: #087977;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.vmta-read-more:hover {
    color: #0b7f7c;
}

.vmta-related-date {
    color: #0b7f7c;
}

@media (max-width: 900px) {
    .vmta-related-grid {
        grid-template-columns: 1fr;
    }
}

.vmta-single-body .wp-caption {
    width: 100% !important;
    border-radius: 20px;
    overflow: hidden;
}

.vmta-single-entry hr {
    height: 5px;
    background: #0b7f7c;
    opacity: 1;
}

.fs-72,
.fs-72 * {
    font-size: 72px !important;
}

.line-height-15,
.line-height-15 * {
    line-height: 1.5 !important;
}

.ss-gt .text-center .btn-bg-white,
.ss-start-with-us .btn-bg-white {
    background-color: #fff !important;
    color: #0b7f7c !important;
    margin-right: 15px !important;
}

.ss-gt .btn-default,
.ss-start-with-us .btn-default {
    display: inline-block !important;
}

.ss-who-are .icon-box {
    align-items: center;
}

.column-gia-tri>.col-inner {
    display: flex;
    gap: 30px;
}

.icon-box p {
    text-align: justify;
}

.column-gia-tri .icon-box-img {
    margin-top: 15px;
}

.column-gia-tri .icon-box {
    position: relative;
}

.column-gia-tri .icon-box:not(:last-child):after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    transform: scaleX(0.5);
    transform-origin: right;
}

.column-gia-tri .icon-box h3 {
    text-transform: uppercase;
}

.ss-working .column-gia-tri .icon-box:not(:last-child):after {
    background: #0a7f7c;
    width: 2px;
}

.text-khacbiet p {
    position: relative;
    padding-left: 30px;
    margin: 10px 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.text-khacbiet p::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    color: #1aa3a3;
    border-radius: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mw-50 {
    max-width: 50%;
}

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

.hero-yt>.col-inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.hero-yt>.col-inner .icon-box p,
.column-info-service>.col-inner .icon-box p {
    text-align: left;
}

.hero-yt>.col-inner .icon-box {
    align-items: center;
}

.column-info-service>.col-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.column-info-service>.col-inner .icon-box {
    max-width: fit-content;
    align-items: center;
}

.column-info-service {
    padding-top: 30px;
    background: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: -3px 0px 15px 5px rgba(11, 127, 124, 0.47);
}

blockquote,
dl,
figure,
form,
ol,
p,
pre,
ul {
    margin-bottom: 10px;
}

.letter-spacing-0,
.letter-spacing-0 * {
    letter-spacing: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.column-with-gp>.col-inner {
    background: #f5ffff;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.text-heading {
    padding: 10px 20px;
    background: #0b7f7c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.column-content-icon>.col-inner {
    display: flex;
    gap: 20px;
    padding: 20px 30px;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}

.column-content-icon .icon-box-img {
    max-height: 60px;
    width: auto;
    justify-content: center;
    display: flex;
}

.column-content-icon .icon-box-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 60px;
}

.flex-1 {
    flex: 1;
}

.row-justify {

    justify-content: space-between;
}

.column-position {
    position: absolute;
    max-width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.column-quote>.col-inner {
    padding: 20px 40px;
    background: #0a7f7c;
}

.colum-img-box .box {
    background: #f5ffff;
    border-radius: 12px;
}

.colum-img-box .box img {
    border-radius: 12px;
}

.colum-img-box .box .box-text {
    padding-bottom: 12px;
}

.column-donvi .icon-box-img,
.column-donvi .icon-box-img .icon-inner {
    width: 60px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-donvi .icon-box-img .icon-inner img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.column-donvi .icon-box:not(:last-child):after {
    content: ">";
    font-size: 20px;
    top: 50%;
    color: #0a7f7c;

}

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li.active>a,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: white;
}

/* Form tư vấn */

.column-form-tuvan>.col-inner {
    background: #0b7f7c;
    padding: 20px;
    border-radius: 16px;
}

.row-form-tuvan>.col.large-8 {
    max-width: 63%;
    flex-basis: 63%;
}

.row-form-tuvan>.col.large-4 {
    max-width: 37%;
    flex-basis: 37%;
}

.column-chill-form>.col-inner {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.vmta-form input,
.vmta-form input:focus,
.vmta-form textarea {
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 0;
    box-shadow: none;
    border-bottom: 1px solid #0b7f7c;
    margin-bottom: 10px;
    font-size: 20px;
}

.vmta-form input::placeholder,
.vmta-form textarea::placeholder {
    color: #0b7f7c;
    opacity: 1;
}

.vmta-form textarea {
    min-height: 100px;
}

.form-field--checkbox {
    margin-top: 10px;
}

.form-field--checkbox p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    color: #0b7f7c;
}

.form-field--checkbox .wpcf7-list-item {
    margin: 0 !important
}

.form-field--checkbox input {
    width: 30px;
    height: 30px;
    border: 1px solid #0b7f7c;
    border-radius: 4px;
    margin: 0 !important;
}

.vmta-form input[type="submit"] {
    background: #0b7f7c;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    margin: 0;
    margin-top: 20px;
}

.column-chill-form .hero-yt>.col-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.column-chill-form .hero-yt>.col-inner .icon-box {
    max-width: calc((100% - 10px) / 2);
    align-items: center;
    line-height: 1;
    gap: 10px;
}

.column-chill-form .hero-yt>.col-inner .icon-box-left .icon-box-img+.icon-box-text {
    padding: 0 !important;
}

.column-chill-form .hero-yt>.col-inner img {
    margin: 0;
    padding: 0
}

.column-chill-form .hero-yt>.col-inner .icon-box .icon-inner,
.column-chill-form .hero-yt>.col-inner .icon-box .icon {
    display: flex;

}

.fs-55,
.fs-55 * {
    font-size: 55px !important;
}

.column-thanhtuykhoa .icon-box .icon-box-img,
.column-thanhtuykhoa .icon-box .icon-box-img * {
    height: 60px !important;
    object-fit: contain;
}

.column-thanhtuykhoa {
    padding: 30px !important;
    margin-bottom: -185px;
}

.ss-chitiet-kitich .icon-box {
    max-width: calc((100% - 60px) / 3);
    width: 100%;
}

.ss-chitiet-kitich .icon-box:not(:last-child):after {
    background: #0a7f7c;
    width: 4px;
}

.ss-chitiet-kitich .icon-box:not(:first-child) {
    padding-left: 20px;
}

.ss-chitiet-kitich .column-gia-tri .icon-box-img {
    margin-top: 0;
}

.ss-chitiet-kitich .btn-default.is-outline {
    background: transparent !important;
    color: #0b7f7c !important;
    border-color: #0b7f7c !important;

}

.ss-chitiet-kitich .btn-default {
    display: inline-block !important;
    min-width: 300px !important;
}

.column-vmta-baochung .icon-box {
    align-items: center;
}

.column-vmta-baochung.column-gia-tri .icon-box-img {
    margin-top: 0 !important;
}

.column-vmta-baochung.column-gia-tri .icon-box-text {
    padding-left: 10px;
}

.column-vmta-baochung {
    margin: 0 !important;
}

.ss-start-my-life .text-box {
    margin-left: auto !important;
    margin-top: 0 !important;
    left: auto;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%) !important;
}

.rvp-recently-viewed {
    display: flex;
    gap: 30px;
}

.fs-60,
.fs-60 * {
    font-size: 60px !important;
}

.rvp-recently-viewed .vmta-ui-post-title a {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.rvp-recently-viewed .vmta-ui-post-excerpt {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.vmta-sp-item {
    max-width: calc((100% - 60px) / 6);
    width: 100% !important;
}

.vmta-sp-icon {
    aspect-ratio: 16 / 9;
    width: auto !important;
    background: #0b7f7c !important;
}

.column-nk>.col-inner {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.column-nk>.col-inner>.box {
    max-width: calc((100% - 100px) / 3);
    width: 100%;
    margin: 0 !important;
}

.column-nk>.col-inner>.box .box-image,
.column-nk>.col-inner>.box .box-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 45px;
    object-position: center;
    aspect-ratio: 4 / 3;
}

.column-nk-hd>.col-inner>.box {
    max-width: calc((100% - 50px) / 2);
}

.column-nk-hd>.col-inner>.box .box-image,
.column-nk-hd>.col-inner>.box .box-image img {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}

.column-nk-hd>.col-inner>.box .box-text {
    padding: 10px 0;
}

.column-nk-hd .btn-default {
    display: inline-block !important;
    margin-left: 0 !important;
}

.column-nk-hd .btn-default.is-outline {
    background: transparent !important;
    color: #0b7f7c !important;
    border-color: #0b7f7c !important;
}

.ss-doitac .gallery-item {
    aspect-ratio: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    border: 1px solid #0b7f7c;
    background: white;
}

.ss-doitac .row .gallery {
    margin-left: auto;
    margin-right: auto;
}

.ss-doitac .gallery-item img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1200px) {
      html,
    body,
    button,
    input,
    select,
    textarea {
        font-size: 16px;
    }
    .header-nav>li>a {
        font-size: 14px !important;
    }
 .logo-left .logo, #masthead .flex-grow {
    margin-right: 15px;
    width:140px !important;
}
    .row.row-collapse {
        padding: 0 10px !important;
    }

    .fs-80,
    .fs-80 *,
    .fs-72,
    .fs-72 * {
        font-size: 60px !important;
    }

    .fs-50,
    .fs-50 *,
    .fs-60,
    .fs-60 * {
        font-size: 30px !important;
    }
    .text-box .text-box-content {
        padding: 30px 20px !important;
    }
    .md-x50.md-y50 {
        transform: translate(0, 0) !important;
        top: 0;
        left: 0;
    }
    .banner {
        padding-top: 400px !important;
    }
    .ss-hero:not(.ss-start-with-us,.ss-thanhtuyk) .banner:not(.ss-start-my-life){
        padding-top: 90vh !important;
    }
    .ss-hero.ss-thanhtuyk .banner{
        padding-top: 0 !important;
        min-height: 600px !important;
    }
    .column-position {
            max-width: 350px;
    }
}
@media  screen and (max-width: 1024px) {
   
    .header-nav>li>a {
        font-size: 13px !important;
    }
    #masthead .html .button, .btn-default {
            font-size: 16px !important;
    }
    .row.row-collapse {
        padding: 0 10px !important;
    }

    .fs-80,
    .fs-80 *,
    .fs-72,
    .fs-72 * {
        font-size: 40px !important;
    }

    .fs-50,
    .fs-50 *,
    .fs-60,
    .fs-60 *,.fs-54, .fs-54 * {
        font-size: 30px !important;
    }
    .text-box .text-box-content {
        padding: 30px 20px !important;
    }
    .logo-left .logo, #masthead .flex-grow {
    margin-right: 15px;
    width:120px !important;
} .ss-start-with-us .banner {
            padding-top: 350px !important;
}
 footer .column-footer-info .row .medium-8 .row>.col {
        flex-basis: 100%;
        max-width: 100%;
    }

    footer .column-footer-info .row .medium-8 .row {
        flex-wrap: wrap;
    }

    .col-mxh .ux-menu-title {
        justify-content: flex-start;
    }

    .row-icon-social>.col>.col-inner {

        justify-content: flex-start;
    }

    .row-icon-social>.col>.col-inner .icon-box-center .icon-box-img,
    .row-icon-social>.col>.col-inner .icon-box-center .icon-box-img img {
        max-height: 40px !important;
        height: 100% !important;
        width: auto !important;
    }
}
@media screen and (max-width: 834px) {
    .ss-thanhtuyk .banner {
           min-height: 600px;
    }
    .column-gia-tri .icon-box {
    position: relative;
    max-width: calc((100% - 30px) / 2 );
    width:100%;
} 
.column-gia-tri > .col-inner {
    flex-wrap: wrap;}
    .ss-working .column-gia-tri .icon-box:not(:last-child):after {
        content:none;
    }

    .column-position {
        max-width: 50%;
        margin: 0 auto;
        position: relative;
        left: auto;
        top: auto;
        transform: translate(0, 0);
    }  .row-form-tuvan>.col.large-4,
    .row-form-tuvan>.col.large-8 {
        max-width: 100%;
        flex-basis: 100%;
    }
      .nav>li>a>i.icon-menu {
        color: white;
    }
}
@media screen and (max-width:768px) {

    .column-gia-tri .icon-box {
        position: relative;
        max-width: 100%;
        width: 100%;
    }

    .fs-85,
    .fs-85 *,
    .fs-72,
    .fs-72 * {
        font-size: 30px !important;
    }

    .fs-25,
    .fs-25 *,
    .fs-35,
    .fs-35 * {
        font-size: 18px !important;
    }

    .fs-20,
    .fs-20 * {
        font-size: 16px !important;
    }

    .fs-60,
    .fs-60 *,
    .fs-55,
    .fs-55 *,
    .fs-54,
    .fs-54 * {
        font-size: 20px !important;
        line-height: 1.4 !important;
    }

    .text-box .text-box-content {
        padding: 20px 10px !important;
    }

    .mw-60,
    .mw-50 {
        max-width: 100%;
    }

    #masthead .html .button,
    .btn-default {
        font-size: 16px !important;
    }

    .section {
        padding: 60px 0 !important;
        min-height: unset !important;
    }

    .ss-hero {
        padding: 0 !important;
    }

    .fs-80,
    .fs-80 * {
        font-size: 28px !important;
    }

    .row.row-collapse>.col {
        padding: 0 10px !important
    }

    .column-grid-4>.col-inner {
        flex-wrap: wrap;
    }

    .ss-tongquan .row.row-collapse>.col.column-grid-4 {
        padding: 0 !important;
    }

    .column-grid-4 .text-sodo-1 {
        max-width: 100% !important;
        width: 100%;
    }

    .fs-40,
    .fs-40 *,
    .fs-45,
    .fs-45 *,
    .fs-50,
    .fs-50 * {
        font-size: 24px !important;
    }

   

  

    .ss-hero .btn-default {
        max-width: 100% !important;
        width: 100%;
        margin: 10px 0 0 !important;
    }

    .column-gia-tri>.col-inner {
        flex-direction: column;
    }

    .column-gia-tri .icon-box:not(:last-child):after {
        content: none;
    }

    .column-gia-tri .icon-box-img {
        width: 100px !important;
        margin-top: 0 !important;
    }

    .rvp-recently-viewed {

        gap: 15px;
        flex-wrap: wrap;
    }

    .ss-start-my-life .text-box {
        width: 100% !important;
    }

    .ss-chitiet-kitich .icon-box {
        max-width: 100%;
    }

    .ss-chitiet-kitich .icon-box:not(:first-child) {
        padding-left: 0
    }

    .ss-chitiet-kitich .column-gia-tri .icon-box-img {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .ss-chitiet-kitich .column-gia-tri .icon-box p {
        text-align: center;
    }

    .ss-thanhtuyk .text-box {
        top: 0;
        left: 0;
        transform: translate(0, 0);
        overflow: hidden;
    }

    .column-thanhtuykhoa {
        margin: 0;
        padding: 15px !important;
        max-width: 95%;
    }

    .column-thanhtuykhoa .icon-box .icon-box-img,
    .column-thanhtuykhoa .icon-box .icon-box-img * {
        height: 40px !important;
    }

    .ss-thanhtuyk .banner {
        padding-top: 440px;
    }

    .column-info-service>.col-inner {

        gap: 20px;
    }

    .column-info-service>.col-inner .icon-box {
        max-width: calc((100% - 20px) / 2);
        flex-direction: column;
    }

    .mb-pd-0 {
        padding-bottom: 0 !important;
    }


    .column-quote>.col-inner {
        padding: 20px;
    }

  

    .row.row-collapse>.col.column-chill-form {
        padding: 0 !important;
    }

    .vmta-form input,
    .vmta-form input:focus,
    .vmta-form textarea,
    .form-field--checkbox p,
    .rvp-recently-viewed .vmta-ui-post-title a {
        font-size: 16px;
    }

    .vmta-sp-item {
        max-width: calc((100% - 24px) / 3);
    }

    .column-nk>.col-inner {
        gap: 20px;
    }

    .column-nk>.col-inner>.box {
        max-width: 100%;
        ;
    }

    .column-nk>.col-inner>.box p {
        text-align: center;
    }

    .vmta-ui-featured-overlay {
        position: relative;
        height: auto;
        background: #69ccc7
    }
}