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

:root {
    --text-primary: #33CC99;
    --text-color: #464646;
	--border-primary: #EDFDFD;
    --width-container: 1200px;
}

html body {
    color: var(--text-color);
    font-family: "Encode Sans", sans-serif;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--text-color);
}

pre,
blockquote,
figure,
p,
dl,
ul,
ol {
    margin-bottom: 1rem;
}

a {
    color: #33CC99;
}

.header-top {
    background: linear-gradient(to right, #0a7517, #009b68);
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
}

.logo-top-header {
    height: 48px;
}

.logo-top-header .img-inner,
.logo-top-header .img-inner img {
    height: 100%;
    width: auto;
}

.nav > li > a > i.icon-search {
    color: #fff;
    font-size: 14px;
}

.header-block>div{
	display: flex;
    align-items: center;
    gap: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
}
.header-block p{
	padding-top: 12px;
}

.header-search a .icon-search::after {
    content: "Tìm kiếm";
    font-family: "Encode Sans", sans-serif;
    font-weight: normal;
    padding-left: 9px;
}

.nav-small.nav > li.html.html_topbar_left {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.location-header {
    margin-right: 22px;
}

.language-switcher a {
    color: #fff;
}

.language-switcher .current-lang {
    font-weight: bold;
}

#logo {
    display: none;
}

.header-nav-main {
    justify-content: center;
}

.header-nav-main.nav > li {
    margin-right: 35px;
}

.nav > li > a,
.nav-dropdown li {
    font-size: 16px;
    color: var(--text-color);
}

.nav > li.active > a {
    color: var(--text-primary);
    font-weight: bold;
}

.nav > li > a:hover,
.nav-column li > a:hover {
    color: var(--text-primary);
}

.banner-home {
    padding-bottom: 22% !important;
    align-items: end;
    margin-bottom: 6%;
}

.banner-home .bg {
    /* background-size: 100%!important; */
}

.banner-home .section-content {
    margin-bottom: -28%;
}

.list-box-home.row {
    max-width: 810px;
    align-items: end;
}

.list-box-home .col {
    padding: 0;
    align-content: center;
}

.list-box-home .col .col-inner {
    text-align: center;
    background-color: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    /* width: 100%; */
    height: 160px;
    padding: 18px;
    border-radius: 4px;
}

.list-box-home .col.box-highlight .col-inner {
    height: 200px;
    padding: 50px 18px 30px;
}

.list-box-home .col .col-inner p {
    margin-bottom: 0;
    line-height: normal;
    font-size: 14px;
}

.list-box-home .col .col-inner img.size-full.alignnone {
    margin-bottom: 5px;
}

.list-box-home .col strong {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 30px;
}

.box-highlight::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 62px 62px 0;
    border-color: transparent #FFDC65 transparent transparent;
    /* MÃ u vÃ ng */
    z-index: 1;
    border-radius: 4px;
}

.nha-cung-cap {
    padding-top: 80px !important;
}

.nha-cung-cap .col-inner {
    display: flex;
    flex-wrap: wrap;
}

.nha-cung-cap .col-inner .img {
    max-width: 55%;
    border-radius: 10px;
}

.nha-cung-cap .col-inner .box-ncc {
    width: 45%;
    padding: 23px 0 0 23px;
    font-weight: 400;
    line-height: normal;
}

.box-heading {
    font-size: 18px;
    line-height: 1.4;
}

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

.box-heading h2,
.box-heading h1 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--text-primary);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.box-heading p:last-child {
    margin-bottom: 0;
}

.box-heading h2:after,
.box-heading h1:after,
.nha-cung-cap.item-dv .col-inner .box-gip h4:after {
    content: "";
    background-color: var(--text-primary);
    position: absolute;
    height: 3px;
    width: 38%;
    bottom: -20px;
    left: 0;
    z-index: 2;
}

.nha-cung-cap .col-inner .box-ncc strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.nha-cung-cap .col-inner .box-gip {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    box-shadow: 0px 0px 20px 0px #00000026;
    background: #fff;
    overflow: hidden;
    width: 52%;
    position: absolute;
    right: -2%;
    bottom: 62px;
    z-index: 3;
}

.nha-cung-cap .col-inner .box-gip h3 {
    background: #cbfeff;
    padding: 13px 26px;
    color: var(--text-primary);
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 800;
}

.box-gip-content {
    padding: 12px 30px 24px;
    font-size: 20px;
    line-height: 1.4;
}

.box-gip-content p {
    margin-top: 20px;
    margin-bottom: 0;
    gap: 10px;
}

.box-gip-content ul {
    margin-bottom: 14px;
}

.box-gip-content ul li {
    margin-bottom: 2px;
}

.list-btn-box {
    display: flex;
    flex-wrap: wrap;
}

.btn-gip {
    background: #F2F2F2;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    padding: 15px 10px;
    text-align: center;
    flex: 1;
}

.btn-gip i {
    padding-right: 10px;
}

.btn-gip.btn-red {
    color: #fff;
    background: var(--text-primary);
    font-weight: 500;
    display: block;
    width: 240px;
    flex: initial;
    transition: all 0.3s ease;
    padding: 12px 16px;
    max-width: 100%;
}

.btn-gip.btn-red:hover {
    background-color: var(--text-primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(227, 27, 35, 0.3);
    color: white;
}

.btn-gip.btn-red i {
    padding-right: 0;
    padding-left: 6px;
    transition: transform 0.3s ease;
}

.btn-gip.btn-red:hover i {
    transform: translateX(3px);
}

.quy-trinh {
    text-align: center;
}

.quy-trinh .box-heading h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 16%;
}

.list-icon-qt {
    padding: 20px 0 15px;
    border-radius: 10px;
}

.list-icon-qt.icon-box-up {
    padding: 70px 0 15px;
}

.qt-gt .list-icon-qt {
    padding: 0 0 15px;
}

.qt-gt .list-icon-qt.icon-box-up {
    padding: 0 0 15px;
}

.qt-gt .list-icon-qt .icon-qt.icon-box .icon-box-img {
    margin-bottom: 0;
}

.list-icon-qt .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-icon-qt .icon-qt {
    box-shadow: 0px 0px 20px 0px #0000001A;
    position: relative;
    border-radius: 8px;
    background: white;
    overflow: hidden;
    flex: 1;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px 20px;
    line-height: normal;
    font-size: 20px;
}

.list-icon-qt .icon-qt:before,
.icon-box-small:before,
.list-icon-dv .col-inner:before,
.form-lh:before,
.qt-gt .list-icon-qt.icon-box-up .icon-qt:before,
.box-team .box-text:before,
.section-cac-vt .accordion-item .accordion-title.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #ffefbc;
    border-radius: 8px 8px 0 0;
}

.list-icon-qt .icon-qt.icon-box .icon-box-img {
    margin-bottom: 18px;
}

.list-icon-qt .icon-qt.icon-box .icon-box-img img {
    padding-top: 0;
}

.list-icon-small {
    margin-top: 20px;
}

.list-icon-small .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.icon-box-small {
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    position: relative;
    border-radius: 8px;
    background: white;
    overflow: hidden;
    width: calc(50% - 10px);
    padding: 17px;
    line-height: normal;
}

.icon-box-small .icon-box-text {
}

.icon-box-small .icon-box-text h3 {
    font-size: 18px;
}

.icon-box-small .icon-box-text p {
}

.list-theo-doi {
    margin-top: 25px;
}

.list-theo-doi ul {
    list-style: none;
    margin-bottom: 40px;
}

.list-theo-doi ul li {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-left: 16px;
}

.list-theo-doi ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    left: -20px;
    width: 26px;
    height: 26px;
    background: #edfdfd;
    color: #33cc99;
    text-align: center;
    border-radius: 8px;
}

.list-theo-doi.icon-red ul li:before {
    width: 23px;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
    background: var(--text-primary);
    color: white;
}

.list-theo-doi .btn-gip,
.cau-noi .btn-gip {
    width: 60%;
}

.cau-noi .col-inner p {
    width: 100%;
}

.danh-sach-number {
    padding-top: 50px !important;
    padding-bottom: 20px !important;
}

.icon-box-up .icon-qt {
    text-align: left;
    justify-content: start;
    align-items: start;
    padding: 20px 20px 14px;
}

.icon-qt p {
    margin-bottom: 0;
}

.icon-qt img.size-full.alignnone {
    margin-bottom: 0;
}

.list-icon-qt.icon-box-up .icon-qt:before {
    background: #ffefbc;
    height: 6px;
}

.list-icon-qt.icon-box-up .number-up {
    font-size: 2.25rem;
    margin-bottom: 0;
    font-weight: 900;
    color: var(--text-primary);
}

.list-icon-qt.icon-box-up strong {
    display: block;
}

.list-icon-qt.icon-box-up .icon-qt p:last-child {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
}

.map-global {
    position: relative;
    z-index: 20;
}

.map-global .box-heading {
    position: absolute;
    right: 0;
    top: 15%;
    width: 35%;
    text-align: right;
    font-size: 18px;
}

.map-global .box-heading h2:after {
    left: auto;
    right: 0;
    width: 30%;
}

.map-global .box-heading p:last-child {
    margin-left: auto;
}

.map-global .btn-gip.btn-red {
    margin-top: 30px;
    margin-left: auto;
}

.marker {
    position: absolute;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    background-color: var(--text-primary);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(227, 27, 35, 0.4);
    border-radius: 50%;
    z-index: 10;
    animation: pulse 2s infinite;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0px rgba(227, 27, 35, 0.7);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 15px rgba(227, 27, 35, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 30px rgba(227, 27, 35, 0);
    }
}

.info-card {
    position: absolute;
    top: -10px;
    left: 20px;
    width: 250px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 200;
}

.marker:hover .info-card {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.marker:hover .dot {
    transform: scale(1.2);
    background-color: #c01119;
    /* MÃ u Ä‘á» Ä‘áº­m hÆ¡n khi hover */
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #FFDC65;
    /* MÃ u vÃ ng */
    border-radius: 8px 8px 0 0;
}


.country-header {
    display: flex;
    align-items: center;
    padding: 12px 15px 0;
}

.flag {
    width: 24px;
    height: 16px;
    margin-right: 10px;
}

.country-name {
    font-weight: bold;
    font-size: 16px;
}

.country-details {
    padding: 0 15px 12px;
}

.country-details p {
    margin: 5px 0;
    font-size: 16px;
}

.country-header img.size-full.alignnone {
    width: 28px;
    margin-bottom: 0;
    margin-right: 12px;
}

.mang-luoi .box-heading {
    width: 55%;
    margin: 0 auto 60px;
    text-align: center;
}

.mang-luoi .box-heading h2 {
    margin-bottom: 10px;
}

.mang-luoi .box-heading h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
}

.list-flag p {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 0;
}

.list-flag p img {
    width: 60px;
    height: auto;
}

.page-link-ml {
}

.page-link-ml > div > .col-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.page-link-ml > div > .col-inner > div {
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
}

.page-link-ml > div > .col-inner .row {
    margin-top: 0;
}

.page-link-ml > div > .col-inner .row p {
    margin-bottom: 0;
}

.page-link-ml > div > .col-inner > div:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    background-color: #ffefbc;
    border-radius: 0 0 10px 10px;
}

.page-link-ml .text-box {
    width: 100% !important;
    height: 100%;
}

.page-link-ml .text-box p {
    margin: 0;
    height: 100%;
    width: 100%;
}

.page-link-ml .text-box div {
    height: 100%;
    width: 100%;
    margin: 0;
}

.page-link-ml .text-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgb(78 46 36 / 40%);
}

.end-box {
    padding: 12px 0 0;
}

.end-box p {
    margin-bottom: 0;
    padding: 0 25px 0;
    line-height: normal;
}

.end-box p strong {
    font-size: 24px;
    padding-bottom: 10px;
    display: block;
}

.section-news .box-heading {
}

.section-news .box-heading h2 {
    text-align: center;
}

.section-news .box-heading h2:after {
    width: 15%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.list-tin-tuc {
    margin-top: 60px;
}

.list-tin-tuc .row.row:not(.row-collapse) {
    margin-left: -10px;
    margin-right: -10px;
}

.list-tin-tuc .large-4 {
    padding: 0 10px 30px;
}

.list-tin-tuc .tin-tuc-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.list-tin-tuc .tin-tuc-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.list-tin-tuc .post-thumbnail {
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 57%;
}

.list-tin-tuc .post-thumbnail img {
    width: 100%;
    position: absolute;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.list-tin-tuc .tin-tuc-item:hover .post-thumbnail img {
    transform: scale(1.05);
}

.list-tin-tuc .post-content {
    padding: 15px 20px 18px;
}

.list-tin-tuc .post-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
    min-height: 80px;
}

.list-tin-tuc .post-title a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.list-tin-tuc .post-meta {
    display: flex;
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
    gap: 12px;
}

.list-tin-tuc .post-date {
}

.list-tin-tuc .time-read {
}

.list-tin-tuc .post-action {
    margin-top: 10px;
}

.list-tin-tuc .doc-ngay {
    display: inline-block;
    color: var(--text-primary);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}

.list-tin-tuc .doc-ngay:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #e31b23;
    transition: width 0.3s ease;
}

.list-tin-tuc .doc-ngay:hover:after {
    width: 100%;
}

.view-more-container {
    margin-top: 10px;
    text-align: center;
}

.view-more-container .btn-gip.btn-red {
    margin: 0 auto;
    width: 387px;
}

.section-tang-truong {
    background: #edfdfd;
    text-align: center;
    padding: 45px 0 30px !important;
}

.section-tang-truong p {
    line-height: normal;
    max-width: 610px;
    font-size: 20px;
    margin: 0 auto;
}

.section-tang-truong h2 {
    font-size: 36px;
    text-transform: uppercase;
    color: var(--text-primary);
}

.section-tang-truong .btn-gip.btn-red {
    margin: 20px auto 0;
}

.absolute-footer.dark {
    background-color: #F2F2F2;
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0;
}

.footer-gip {
    background: #F2F2F2;
    line-height: normal;
    padding-top: 60px !important;
}

.footer-gip .section-content > .row {
    border-bottom: 2px solid #D1D1D1;
}

.footer-gip .section-content > .row .col {
    display: flex;
}

.logo-slg .row .col {
    align-items: center;
}

.footer-gip .col {
    padding-bottom: 5px;
}

.footer-gip .img img {
    width: 130px;
}
.logo-and-text .col-inner{
	display: flex;
    align-items: center;
	gap: 5px;
}
.logo-and-text .col-inner .img{
	flex: none;
    width: auto !important;
}
.logo-and-text .col-inner p{
	padding-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.col-first {
}

.text-footer {
}

.text-footer .nf-form-layout .nf-field-element input {
    border-radius: 6px;
    background: transparent;
    box-shadow: none;
}

.text-footer .nf-form-layout .nf-field-element input[type="submit"] {
    color: #fff;
    background-color: #00a370;
    text-transform: unset;
    width: 100%;
    background-image: url('images/arrow-right.png');
    background-repeat: no-repeat;
    background-position: right 75px center;
    background-size: 14px 16px;
    padding-right: 45px;
}

.text-footer .nf-form-layout .nf-field-element input::placeholder {
    color: #AEAEAE;
}

.text-footer .nf-field-container {
    margin-bottom: 15px;
}

.text-footer strong {
    font-size: 18px;
    color: #00a370;
}

.text-footer i {
}

.text-footer ul {
    list-style: none;
}

.text-footer ul li {
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
}

.text-footer ul li i {
    padding-right: 10px;
}

.text-footer ul li strong {
    font-size: 14px;
    color: var(--text-color);
}

.text-footer em {
    font-weight: 700;
    font-style: normal;
}

.text-footer ul li a {
    color: #808080;
}

.col-first p {
    width: 440px;
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 0;
}

.col-first p strong {
    font-size: 24px;
    margin: 0 0 18px;
    display: inline-block;
}

.col-second,
.col-third {
    padding-top: 30px;
    position: relative;
}

.col-second:before,
.col-third:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 40%;
    left: 15px;
    background: var(--text-primary);
}

.col-second ul,
.col-third ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.col-second ul li,
.col-third ul li {
    margin: 0 0 30px;
}

.col-second ul li a {
    color: var(--text-color);
    font-weight: 700;
}

.col-second ul li a:hover {
    color: var(--text-primary);
}

.col-third {
}

.col-third ul li {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.col-third ul li i {
    margin-right: 8px;
}

.footer-gip .section-content .logo-slg {
    border: 0;
    margin-bottom: 30px;
}

.logo-slg .col {
    padding-bottom: 0;
}

.logo-slg .col p {
    margin-bottom: 0;
}

.list-social {
    margin-top: 20px;
}

ul.list-social {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

ul.list-social li {
    margin: 0;
}

ul.list-social li i {
    padding-right: 0;
    font-size: 16px;
}

ul.list-social li a {
    background: #fff;
    color: #787878;
    width: 38px;
    height: 38px;
    display: inline-flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.section-gioi-thieu {
}

.section-gioi-thieu h1 {
    font-size: 36px;
}

.section-gioi-thieu .banner {
    border-radius: 10px;
    overflow: hidden;
}

.section-gioi-thieu h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.box-quote {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color: #828282;
    line-height: normal;
    position: relative;
    width: 75%;
    margin: 50px auto 0;
}

.box-quote p {
    margin-bottom: 0;
}

.box-quote:before,
.box-quote:after {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 48px;
    height: 45px;
}

.box-quote:before {
    background-image: url("images/quote-before.png");
    top: 0;
    left: -55px;
}

.box-quote:after {
    background-image: url("images/quote-after.png");
    right: -55px;
    bottom: 0;
}

.section-tnsm {
}

.section-tnsm .box-heading {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-tnsm .box-heading.active {
    opacity: 1;
    transform: translateY(0);
}

.section-tnsm .box-heading.active h2 {
    opacity: 1;
    transform: translateY(0);
}

.section-tnsm .box-heading.active p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}

.section-tnsm .image-column {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-tnsm .image-column .img.has-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 1s ease, transform 1s ease;
    z-index: 1;
}

.section-tnsm .image-column .img.active.has-hover {
    opacity: 1;
    transform: scale(1);
    z-index: 2;
}

.section-tnsm .image-column .img.has-hover .img-inner {
    height: auto;
    max-height: 70vh;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.section-tnsm .image-column .img.has-hover .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.section-gtcl {
}

.section-gtcl .section-title-container {
    padding: 15px 15px;
    border: 0;
    background: #FFDC65;
    margin: 0 auto;
}

.section-gtcl .section-title-container.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    max-width: 100%;
}

.section-gtcl {
    max-width: 100%;
}

.section-gtcl .row > .col {
    padding: 0;
}

.section-gtcl .section-title-normal span {
    border: 0;
    padding: 0;
    margin: 0;
}

.section-gtcl .row-full-width .col-inner {
    background: #FFDC65;
    box-shadow: 0px 0px 20px 0px #00000026;
}

.section-gtcl .col-inner h3 {
    color: var(--text-primary);
    font-size: 28px;
    border: 0;
    margin: 0 auto;
    max-width: 1200px;
}

.section-gtcl .section-title span {
    text-transform: none;
}

.section-gtcl h2,
.section-giai-thuong h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-primary);
    margin-bottom: 44px;
    text-transform: uppercase;
}

.section-gtcl .col-inner > .img:not(:last-child) {
    margin-bottom: 0;
}

.text-btgt {
    position: absolute;
    color: #FFFFFF;
    width: var(--width-container);
    max-width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    font-size: 20px;
    line-height: 1.4;
}

.text-btgt p {
    margin-bottom: 0;
    width: 505px;
    max-width: 100%;
}

.timeline-container {
    max-width: 55%;
    margin: 0 auto;
    position: relative;
    padding-left: 200px;
    /* Space for year on left */
}

.timeline-container .timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-center-line {
    position: absolute;
    width: 2px;
    background-color: #D9D9D9;
    top: 0;
    bottom: 0;
    left: 200px;
    /* Line positioned right after year */
    transform: translateX(-50%);
}

.timeline-item {
    display: flex;
    margin-bottom: 100px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease;
}

.timeline-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.year-column {
    position: absolute;
    left: -150px;
    /* Position year to the left */
    width: 120px;
    text-align: left;
}

.year {
    font-size: 46px;
    font-weight: bold;
    color: var(--text-primary);
}

.content-column {
    width: 100%;
    padding-left: 30px;
}

.dot-year {
    width: 12px;
    height: 12px;
    background-color: var(--text-primary);
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 30px;
    transform: translateX(-50%);
}

.milestone {
    margin-bottom: 30px;
}

.milestone-title {
    font-weight: bold;
    color: #464646;
    font-size: 24px;
}

.milestone-value {
    font-weight: 600;
    font-size: 1.15rem;
    margin: 5px 0;
    line-height: normal;
}

.milestone-value span {
    color: var(--text-primary);
}

.milestone-desc {
    color: #333;
    font-size: 16px;
}

.spacer {
    height: 500px;
}

.section-timeline {
    margin-top: 40px;
}

.section-timeline h3 {
    font-size: 36px;
    color: var(--text-primary);
}

.section-giai-thuong {
}

.section-dich-vu {
    margin-top: 60px;
}

.section-dich-vu .col-image .col-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: end;
}

.section-dich-vu .col-image .col-inner .img:first-child {
    border-radius: 6px;
    position: absolute;
    bottom: 0;
    left: 45px;
    z-index: 2;
    width: 362px !important;
    height: 284px;
    overflow: hidden;
}

.section-dich-vu .col-image .col-inner .img:last-child {
    border-radius: 6px;
    left: 0;
    z-index: 1;
    width: 352px !important;
    height: 483px;
    margin-bottom: 67px;
    position: relative;
}

.section-dich-vu .col-image .col-inner .img:last-child:before {
    content: "";
    position: absolute;
    height: 447px;
    width: 264px;
    background: var(--text-primary);
    left: -27px;
    top: 56px;
    z-index: 1;
    border-radius: 10px;
}

.section-dich-vu .col-image .col-inner .img:last-child .img-inner {
    z-index: 1;
}

.section-dich-vu .col-image img {
    border-radius: 6px;
}

.section-dich-vu .box-heading h1:after {
    bottom: -50px;
}

.section-dich-vu .box-heading p:nth-child(2) {
    margin-top: -42px;
}

.section-dich-vu .box-heading {
    width: 95%;
}

.section-dich-vu .box-heading h1 {
    margin-bottom: 55px;
}

.list-icon-dv {
    margin-top: 15px;
}

.list-icon-dv .col-inner {
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    text-align: center;
    padding: 30px 40px 20px;
}

.list-icon-dv .col-inner img {
    margin-bottom: 0;
}

.list-icon-dv .col-inner p {
    margin-bottom: 0;
    font-size: 20px;
}

.list-icon-dv .col-inner strong {
    font-size: 36px;
    color: var(--text-primary);
    font-weight: 800;
    line-height: normal;
}

.list-icon-dv .col-inner p:first-child {
    height: 70px;
    display: block;
}

.list-icon-dv .col {
    padding: 0 10px 30px;
}

.section-dich-vu .btn-gip {
    width: 100%;
}

.section-layout-dv {
}

.section-layout-dv .box-heading {
    text-align: center;
}

.section-layout-dv .box-heading h2 {
}

.section-layout-dv .box-heading h2:after {
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15%;
}

.section-layout-dv .box-heading p:nth-child(2) {
    font-size: 20px;
    margin-top: -30px;
}

.nha-cung-cap.item-dv {
    padding-top: 0 !important;
}

.nha-cung-cap.item-dv .col-inner .box-gip {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.nha-cung-cap.item-dv .col-inner .box-gip h4 {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
}

.nha-cung-cap.item-dv .col-inner .box-gip h4:after {
    bottom: -15px;
}

.nha-cung-cap.item-dv.text-to-left .col-inner {
    justify-content: end;
}

.item-dv .box-gip-content {
    font-size: 16px;
}

.nha-cung-cap.item-dv.text-to-left .col-inner .box-gip {
    right: auto;
    left: 0;
    width: 52%;
}

.nha-cung-cap.item-dv .nha-cung-cap .col-inner .img {
}

.item-dv .btn-gip {
    padding: 11px 10px;
    font-weight: bold;
}

.item-dv table {
    margin: 15px -30px 0;
    width: calc(100% + 60px) !important;
    border: 0;
    background: #F8F8F8;
    height: auto !important;
}

.item-dv table td {
    border: 0;
    padding: 10px 30px;
    height: auto !important;
}

.item-dv table td p:first-child {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFDC65;
    border-radius: 4px;
    margin-left: 0;
}

.nha-cung-cap.item-dv .col-inner .img {
    max-width: 51%;
}

.item-dv table tr {
    height: auto !important;
}

.item-dv table td strong {
    display: block;
    color: var(--text-primary);
    font-size: 16px;
}

.item-dv table td p {
    margin-left: 50px;
    margin-top: 0;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
}

.item-dv table td p:last-child {
    min-height: 40px;
}

.item-dv table td:last-child {
    padding-left: 0;
}

.item-dv table td img.size-full.alignnone {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.item-dv .list-tbl {
}

.item-dv table tr {
    height: auto !important;
}

.item-dv .list-tbl table tr {
    height: 30px !important;
}

.item-dv .list-tbl table tr td {
    height: 30px !important;
    padding: 5px 30px;
}

.item-dv .list-tbl table td p:last-child {
    min-height: 30px;
}

.item-dv .list-tbl table td p:first-child {
    width: 30px;
    height: 30px;
}

.nha-cung-cap.item-dv.ha1 .col-inner .img {
    max-width: 64%;
}


/* Header section */
.hero-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #F2F2F2;
    padding: 60px 0;
}

.hero-content {
    width: 82%;
}

.hero-title {
    color: #33CC99;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.hero-text {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.5;
}

.btn {
    display: inline-block;
    background-color: #d00000;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #b00000;
}

.hero-image {
    width: 90%;
    display: flex;
    align-items: center;
}

.hero-image img {
    width: 100%;
    border-radius: 8px;
}

/* Main content layout */
.main-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

/* Sidebar */
.sidebar {
    width: 20%;
}

.sidebar-menu {
    list-style: none;
}

.sidebar-menu li {
    margin-bottom: 12px;
}

.sidebar-menu a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s;
}

ul.sub-categories {
    margin: 10px 0 0 18px;
}

.sidebar-menu a:hover {
    color: #33CC99;
}

/* Archive Template Styles */
.news-tag a {
    background-color: #f0f0f0;
    color: #777;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.news-tag a:hover {
    background-color: #e0e0e0;
    color: #555;
}

.sidebar-menu .active {
    color: #33CC99 !important;
    font-weight: bold;
}

.no-posts {
    padding: 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.pagination {
    text-align: center;
    margin: 30px 0;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 5px;
    min-width: 40px;
    margin: 0 4px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.pagination .page-numbers.current {
    background-color: #d00000;
    color: #fff;
    border-color: #d00000;
}

.pagination .page-numbers:hover:not(.current) {
    background-color: #f5f5f5;
}

/* News content */
.news-content {
    width: 100%;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    padding-top: 30px;
    margin-bottom: 40px;
    flex: 1;
}

.news-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #ffefbc;
    border-radius: 8px 8px 0 0;
}

.section-header {
    color: #00a370;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 30px;
    margin-bottom: 0;
}

.news-list {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 30px 20px;
}

.news-item {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
    border-bottom: 1px solid #dedede;
}

.news-item:last-child {
    border-bottom: none;
}

.news-thumbnail {
    width: 260px;
    margin-right: 20px;
}

.news-thumbnail img {
    width: 100%;
    border-radius: 5px;
}

.news-details {
    flex: 1;
}

.news-meta {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.news-tag {
    background-color: #f0f0f0;
    color: #777;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 10px;
}

.news-date {
    color: var(--text-primary);
    font-size: 13px;
    display: flex;
    align-items: center;
}

.news-date i {
    margin-right: 5px;
    color: #00a370;
}

.news-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #333;
}

.news-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 10px;
}

.news-link {
    color: var(--text-primary);
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.news-link i {
    font-size: 12px;
    margin-left: 6px;
    margin-top: 4px;
}

.news-link:hover {
    text-decoration: underline;
}

.icon-calendar {
    color: #d00000;
    font-size: 12px;
    margin-right: 5px;
}

.header-giai-phap {
    margin-top: 30px;
}

.header-giai-phap .col-inner {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
}

.header-giai-phap .box-heading .btn-gip.btn-red {
    width: 100%;
    margin-top: 30px;
}

.sec-gp {
}

.sec-gp .box-heading {
    text-align: center;
    max-width: 54%;
    margin: 0 auto;
}

.sec-gp .box-heading h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 15%;
}

.sec-gp .box-text {
    font-size: 1.2rem;
}

.sec-gp .box-image {
    margin-top: 30px;
    max-width: 250px;
}

.text-dg {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.text-dg .col-inner {
    font-size: 1.25rem;
}

.text-dg .col-inner h3 {
    font-size: 2.25rem;
    color: var(--text-primary);
    line-height: normal;
    margin-bottom: 15px;
}

.text-to-left {
    order: -1;
}

.single .page-wrapper {
    padding-top: 0;
}

.single-qa .page-wrapper {
    padding-top: 30px;
}

.banner-post {
    padding: 55px 0 0;
    background: #F2F2F2;
}

.banner-post figure {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.banner-post figure img {
    width: 100%;
}

.title-banner {
    border-bottom: 2px solid var(--text-primary);
    width: 100%;
}

.title-banner .title-blog {
    font-size: 2.25rem;
    color: var(--text-primary);
}

.title-banner .date-post {
    padding-bottom: 18px;
}

.social-share {
    padding-top: 35px;
}

.social-share p {
    margin-bottom: 0.2rem;
}

.social-share a {
    display: inline-flex;
    color: #fff;
    width: 36px;
    height: 36px;
    background: var(--text-primary);
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.4rem;
    margin-right: 12px;
}

.social-share a.facebook i {
    padding-top: 1px;
}

.middle-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.center-content {
    text-align: center;
}

.center-content .box-heading h2:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
}

.breadcrumb {
    padding-top: 10px;
}

.breadcrumb a {
    color: var(--text-primary);
}

.blog-content-des {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.blog-content-des .post-content {
    flex: 1;
    margin-left: 25px;
    background: #F2F2F2;
    padding: 25px;
    position: relative;
    max-width: calc(100% - 305px)
}

.blog-content-des .post-content a {
    color: var(--text-primary);
}

.blog-content-des .post-content:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    width: 40%;
    background-color: var(--text-primary);
    border-radius: 8px 8px 0 0;
}

.news-item:first-child {
    padding-top: 15px;
}

.news-item:last-child {
    padding-bottom: 0;
}

.post-content .news-item {
    padding: 0;
}

.list-job {
    flex: 1;
}

.job-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-left: 8px solid #FFD159;
    padding: 10px 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px #0000001A;
    margin-bottom: 16px;
    min-height: 82px;
}

.job-section {
    display: flex;
    flex-direction: column;
    margin-right: 30px;
    flex: 1;
    min-width: 0;
    text-align: left;
}

.job-section.job-position {
    min-width: 35%;
}

.job-label {
    font-size: 14px;
    color: #828282;
    margin-bottom: 4px;
}

.job-value {
    font-size: 16px;
    font-weight: bold;
    word-break: break-word;
}

.job-link a {
    color: var(--text-primary);
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
}

.filter-layout {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.load-more-section {
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}

.filter-options input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.filter-group .filter-options label {
    font-weight: normal;
    font-size: 1rem;
    line-height: normal;
    display: flex;
    align-items: center;
    color: #6B6B6B;
}

.search-bar {
    display: flex;
    margin-top: 60px;
    margin-bottom: 32px;
}

.search-bar input {
    font-size: 14px;
    margin-bottom: 0;
    height: 50px;
    box-shadow: none;
    border: 1px solid #D9D9D9;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.search-bar button {
    font-size: 16px;
    text-transform: none;
    background: var(--text-primary);
    color: #fff;
    font-weight: 500;
    min-height: auto;
    height: 50px;
    line-height: 50px;
    margin: 0;
    width: 205px;
    max-width: 100%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.section-gia-nhap {
}

.section-gia-nhap .img-inner {
    border-radius: 10px;
    overflow: hidden;
}

.section-gia-nhap ul li {
    margin-bottom: 0;
}

.section-lam-viec {
}

.section-lam-viec .img {
    margin-top: 75px;
}

.section-cac-vt .box-heading {
    text-align: center;
}

.section-cac-vt .box-heading h2:after {
    width: 16%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-cac-vt .img-inner {
    border-radius: 10px;
    overflow: hidden;
}

.section-cac-vt {
}

.section-cac-vt .col-vt-dt {
}

.section-cac-vt .col-vt-dt .col:first-child {
    padding-right: 8px;
}

.section-cac-vt .accordion-item {
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    margin-bottom: 10px;
}

.section-cac-vt .accordion-inner {
    padding: 0 20px;
    color: #000;
}

.section-cac-vt .accordion-inner table {
}

.section-cac-vt .accordion-inner table tr {
    border: 0;
}

.section-cac-vt .accordion-inner table td {
    color: #000;
    border: 0;
    font-size: 1rem;
}

.section-cac-vt .accordion-item .accordion-title {
    color: var(--text-primary);
    border: 0;
    padding: 17px 20px;
    font-size: 16px;
    font-weight: 700;
}

.section-cac-vt .accordion-item .accordion-title.active {
    background-color: transparent;
}

.section-cac-vt .accordion-item .accordion-title.active:before {
}

.section-cac-vt .accordion-item .accordion-title button {
    left: auto;
    right: 10px;
    opacity: 1;
    top: 12px;
    margin-right: 0;
}

.section-cac-vt .accordion-item .accordion-title span {
}


@media (max-width: 768px) {
    .job-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .job-section {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .job-link {
        align-self: flex-end;
    }
}

.banner-mrkd {
}

.banner-mrkd .btn-gip {
    width: 100%;
}

.sec-tttm{}
.sec-tttm .row{}
.sec-tttm .row>.col:first-child{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-tttm .btn-gip.btn-red{
    width: 85%;
    margin-top: 70px;
}

.list-icon-dv.box-tttm .col {
    padding-bottom: 0;
}

.list-icon-dv.box-tttm .col-inner {
    text-align: left;
    padding: 15px;
    height: 207px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.list-icon-dv.box-tttm .col-inner strong {
    font-size: 2rem;
    color: inherit;
    margin-bottom: 10px;
    display: block;
}

.list-icon-dv.box-tttm .col-inner p {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    display: block;
    width: 100%;
}

.list-icon-dv.box-tttm .col-inner p:first-child {
    height: auto;
}

.list-icon-dv.box-tttm .col-inner:before {
    height: 4px;
}

.bg-red-box > .col-inner {
    background: var(--text-primary);
    color: #fff;
    border-radius: 10px;
}

.bg-yl {
    background: #FFF0BC;
}

.bg-gr {
	background: #EDFDFD;
}

.width-1200 {
    max-width: 1200px !important;
}

.list-icon-dv.box-tttm .bg-red-box .col-inner:before {
    display: none;
}

.tab-box .tabbed-content {
    margin-top: 20px;
}

.tab-box .nav-tabs + .tab-panels {
    padding: 18px;
    background: #F2F2F2;
    border: 0;
}

.tab-box .nav > li > a,
.tab-box .nav-dropdown li {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.tab-box .nav-tabs > li > a {
    border: 0;
    border-radius: 5px 5px 0 0;
    background: #fff;
    height: 100%;
}

.tab-box .nav-tabs > li.active > a {
    background: var(--text-primary);
    color: #fff;
}

.tabbed-content .nav-tabs > li {
    width: 33%;
    height: 100%;
}

.heading-center {
}

.heading-center h2 {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 15px;
    color: var(--text-primary);
    line-height: normal;
    max-width: 80%;
    margin: 0 auto 30px;
}

.box-bg {
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    padding: 27px 18px 30px !important;
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.box-bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #FFDC65;
    border-radius: 0 0 8px 8px;
}

.box-bg strong {
    font-size: 1.5rem;
    color: var(--text-primary);
    display: block;
    line-height: normal;
}

.box-bg .white.button.is-outline {
    border: 1px solid var(--text-primary);
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 7px;
    color: var(--text-primary);
}

.box-bg .white.button.is-outline span,
.box-bg .white.button.is-outline i {
    color: var(--text-primary);
}

.ul-check ul {
    list-style: none;
}

.ul-check ul li {
    position: relative;
    margin-left: 0;
}

.ul-check ul li:before {
    content: '\f00c';
    position: absolute;
    display: inline-block;
    text-align: center;
    align-content: center;
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    color: var(--text-primary);
    background: #FFDCDC;
    border-radius: 6px;
}

.ul-check ul li strong {
    line-height: 40px;
    font-size: 1.25rem;
    text-indent: 50px;
    display: block;
}

.banner-lh {
    padding-bottom: 48vh !important;
}

.nf-form-fields-required {
    display: none;
}

.row-lh {
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 10px;
    overflow: hidden;
    margin-top: -20vh;
    background: #fff;
}

.form-lh {
    padding: 45px 45px 15px;
    position: relative;
}

.form-lh h1 {
    font-size: 2rem;
    text-transform: uppercase;
}

.form-lh .nf-form-cont {
    margin-top: 50px;
}

.form-lh .nf-field-label label {
    font-weight: 500;
    color: #424242;
}

.form-lh .nf-form-layout .nf-field-element input,
.form-lh .field-wrap textarea {
    border: 1px solid #909090;
    border-radius: 6px;
}

.form-lh .nf-field-element textarea {
    height: 220px;
}

.form-lh .field-wrap input[type=submit] {
    border-color: var(--text-primary);
    background: var(--text-primary);
    width: 100%;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    height: 50px;
}

.ket-noi-lh {
    background: var(--text-primary);
    padding: 45px;
}

.ket-noi-lh .col-inner {
    color: #fff;
}

.ket-noi-lh h2 {
    font-size: 2.25rem;
    color: #fff;
}

.ket-noi-lh table {
    margin-bottom: 40px;
}

.ket-noi-lh td {
    color: #fff;
    font-size: 1.25rem;
    border-bottom: 1px solid #B7B7B7;
}

.ket-noi-lh tr:last-child td {
    border: 0;
}

.ket-noi-lh td i {
    font-size: 14px;
    position: relative;
    bottom: 3px;
    padding-right: 10px;
}

.ket-noi-lh td strong {
    padding-left: 25px;
}

.ket-noi-lh .list-social strong {
    font-size: 1.25rem;
}

.ket-noi-lh .list-social i {
    color: var(--text-primary);
}

.ket-noi-lh .img {
    margin-top: 64px;
}

.job-filters {
    margin-bottom: 30px;
    width: 300px;
    margin-right: 15px;
}

.filter-form {
}

.filter-group {
    margin-bottom: 30px;
}

.filter-group > label {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
    color: var(--text-primary);
}

.filter-group select {
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    background: white;
    color: #333;
    min-height: 42px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    margin-bottom: 0;
}

.filter-group select:focus {
    outline: none;
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}

.filter-actions {
    display: flex;
    gap: 10px;
    margin-top: 0;
    line-height: normal;
}

.filter-btn,
.reset-btn {
    padding: 15px 20px;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 0;
    line-height: normal;
}

.filter-btn {
    background: var(--text-primary);
    color: white;
    box-shadow: 0 2px 4px rgba(0, 124, 186, 0.3);
    border: 1px solid var(--text-primary);
    width: 285px;
    max-width: 100%;
}

.filter-btn:hover {
    background: #fff;
    color: var(--text-primary);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 124, 186, 0.4);
}

.reset-btn {
    background: #6c757d;
    color: white;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.3);
}

.reset-btn:hover {
    background: #545b62;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.4);
    text-decoration: none;
    color: white;
}

.section-dvcb {
    background: #F4F4F4;
}

.section-dvcb .box-heading {
    font-size: 18px;
}

.section-dvcb .box-heading h2 {
    text-transform: none;
    max-width: 65%;
    font-size: 2.5rem;
}

.section-dvcb .list-theo-doi ul li {
    font-weight: 500;
    margin-bottom: 15px;
}

.section-dvcb .row > .large-6:first-child {
    display: flex;
    align-items: center;
}

.gioi-thieu-head {
    margin-top: 50px;
    text-align: center;
}

.gioi-thieu-head .box-heading {
    font-size: 18px;
    width: 990px;
    max-width: 100%;
    margin: 0 auto;
}

.gioi-thieu-head .box-heading h1:after {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20%;
}

.gioi-thieu-head p {
    text-align: justify;
    text-align-last: justify;
}

.gioi-thieu-head p strong {
    display: block;
    text-align: center;
    text-align-last: center;
}

.bld-box {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.bld-box.box-heading h2:after {
    width: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.box-team {
}

.box-team .team-member-content {
    display: none;
}

.box-team .col-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.box-team .box {
    width: calc(25% - 20px);
    margin: 0;
}

.box-team .box-image {
    border-radius: 10px;
}

.box-team .box-image img[srcset] {
    image-rendering: -webkit-optimize-contrast;
}

.box-team .box-text {
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    padding: 15px;
    position: absolute;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    border-radius: 10px;
}

.box-team .box-text h4 {
    margin: 0;
}

.box-team .box-text h4 .person-name {
    font-size: 1rem;
}

.box-team .box-text h4 .person-title {
    font-size: 1.5rem;
    opacity: 1;
    color: var(--text-primary);
    font-weight: 900 !important;
    text-transform: none;
}

.box-team .social-icons {
    display: none;
}

.section-hinh-thanh {
}

.section-hinh-thanh .box-heading {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    right: 0;
}

.section-hinh-thanh .box-heading h2:after {
    width: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/**
* Recruitment Section
 */
.single-recruit.single .page-wrapper {
    padding-bottom: 0;
    border-bottom: 1px solid #dedede;
}

.recruit-section-content {
    padding-top: 15px;
    background: #F5F4F5;
}

.recruit-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.recruit-section-content .title-blog {
    color: var(--text-primary);
    font-weight: 900;
    margin-bottom: 2rem;
}

.description-recruit {
    margin-right: 20px;
    flex: 1;
    max-width: 100%;
    word-wrap: break-word;
}

.description-recruit .recruit-content {
}

.description-recruit .recruit-content .description-recruit {
}

.description-recruit h2 {
    font-size: 1.3rem;
}

.description-recruit ul {
    padding-left: 1rem;
}

.recruit-content .form-apply-recruit {
    background: #fff;
    width: 387px;
    padding: 26px;
    border-radius: 6px;
    position: relative;
    margin-bottom: auto;
    max-width: 100%;
}

.recruit-content .form-apply-recruit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background-color: #FFDC65;
    border-radius: 8px 8px 0 0;
}

.form-apply-recruit .nf-form-layout .nf-field-element input {
    height: 40px;
    border-radius: 6px;
    max-width: 100%;
    border: 1px solid #D9D9D9;
    box-shadow: none;
}

.form-apply-recruit .field-wrap input[type=submit] {
    border-color: var(--text-primary);
    background: var(--text-primary);
    width: 100%;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
}

.form-apply-recruit .nf-after-field .nf-error-msg {
    margin-right: 0;
    font-size: 12px;
}

.form-apply-recruit .nf-field-container {
    margin-bottom: 10px;
}

.form-apply-recruit nf-field:last-child {
    margin-top: 30px;
    display: block;
}

.form-apply-recruit .label-above .nf-field-label {
    margin-bottom: 5px;
}

.form-apply-recruit .label-above .nf-field-label label {
    font-weight: 500;
    color: #6B6B6B;
}

.form-apply-recruit form {
    margin-bottom: 0;
}

.box-du-dinh {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    z-index: 3;
    left: 0;
    padding: 25px 40px;
    border-radius: 10px;
    width: 594px;
    background: #fff;
}

.z-3 {
    position: relative;
    z-index: 3;
}

.thong-tin-hi {
}

.thong-tin-hi .box-heading h2 {
    font-weight: 500;
}

.thong-tin-hi .medium-4 {
    padding-bottom: 0;
}

.giai-phap-cc .icon-box-top .icon-box-text {
    font-size: 18px;
}

.giai-phap-cc .list-icon-qt {
    padding: 0;
}

.giai-phap-cc .list-icon-qt > .col-inner {
    margin: 0 auto;
    width: 80%;
}

.gip-dac-biet .box-heading {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.gip-dac-biet .box-heading h2:after {
    width: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tbl-db {
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px #0000001A;
    border-radius: 10px;
    overflow: hidden
}

.tbl-db table {
    margin-bottom: 0;
}

.tbl-db tr {
    height: auto !important;
}

.tbl-db tr:first-child {
    font-weight: bold;
    font-size: 18px;
    background: #edfdfd;
}

.tbl-db tr:first-child td {
    color: var(--text-primary);
    padding: 15px 35px;
    border: 0;
}

.tbl-db tr:first-child td:before {
    display: none;
}

.tbl-db tr td {
    height: auto !important;
    padding: 20px 45px 20px 35px;
    position: relative;
    padding-left: 75px;
    border-right: 1px solid #ececec;
}

.tbl-db tr td strong {
    padding-bottom: 5px;
    display: inline-block;
}

.tbl-db tr td:before {
    content: "\f057";
    font-size: 16px;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    /* top: 20px; */
    left: 35px;
    color: var(--text-primary);
}

.tbl-db tr td:last-child:before {
    content: "\f058";
    color: #006C35;
}

.tbl-db tr:last-child td {
    border-bottom: 0;
}

.toi-uu-hoa {
}

.toi-uu-hoa .box-heading {
    text-align: center;
}

.toi-uu-hoa .box-heading h2 {
    width: 40%;
    margin-right: auto;
    margin-left: auto;
}

.toi-uu-hoa .box-heading h2:after {
    width: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.toi-uu-hoa .list-icon-qt {
    padding: 10px 15px 15px;
}

.toi-uu-hoa .list-icon-qt .icon-qt {
    text-align: left;
    font-size: 18px;
    padding: 60px 20px 30px;
    align-items: flex-start;
}

.toi-uu-hoa .text-to-right {
    display: flex;
}

.toi-uu-hoa .text-to-right .medium-6:first-child {
    order: 1;
}

.toi-uu-hoa .text-to-right .medium-6:last-child {
    order: 0;
}

.toi-uu-hoa .medium-6 .col-inner .img {
    border-radius: 8px;
    overflow: hidden;
}

.list-gp.list-icon-qt .icon-qt {
    align-items: flex-start;
    text-align: left;
    font-size: 16px;
    justify-content: flex-start;
    padding-top: 30px;
}

.list-gp.list-icon-qt .icon-qt table {
    border: 0;
}

.list-gp.list-icon-qt .icon-qt table tr {
}

.list-gp.list-icon-qt .icon-qt table tr td {
    color: var(--text-color);
    font-size: 18px;
    border: 0;
    padding: 0;
}

.list-gp.list-icon-qt .icon-qt table tr td p {
    margin: 0;
}

.list-gp.list-icon-qt .icon-qt table tr td:first-child {
    width: 72px !important;
    height: 72px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-gp.list-icon-qt .icon-qt table tr td:first-child:before {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    background: #FFB6B6;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.list-gp.list-icon-qt .icon-qt table tr td:first-child img {
    position: relative;
    z-index: 2;
}

.list-gp.list-icon-qt .icon-qt table tr td:last-child {
    width: auto !important;
    padding-left: 15px;
}

.list-gp.list-icon-qt .icon-qt strong {
    color: var(--text-primary);
}

.category-posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.category-posts-list .category-section {
    width: calc(100% / 2 - 14px);
}

.category-posts-list .category-section .category-title {
    font-size: 1rem;
}

.page-template-page-chu-de .container,
.single-qa .container {
    display: flex;
    flex-wrap: wrap;
}
ul.posts-list, ul.sub-categories {
    list-style: none;
    margin-bottom: 0;
}
ul.posts-list li, ul.sub-categories li {
    position: relative;
}
ul.posts-list li:before, ul.sub-categories li:before {
    content: "\f105";
    position: absolute;
    left: -1.3rem;
    top: -5px;
    font-family: 'fl-icons' !important;
    font-size: 20px;
    color: var(--text-primary);
    font-weight: bold;
}
ul.posts-list li a{
    color: var(--text-color);
}


/* sidebar-cd */
.sidebar-cd {
    width: 280px;
    background-color: #fff;
    padding: 30px 0;
}

.sidebar-cd h1 {
    color: #33CC99;
    font-size: 24px;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 30px;
}

.menu-item-cd {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: background-color 0.3s;
    border-left: 3px solid transparent;
}

.menu-item-cd.active {
}

.menu-item-cd .icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    display: flex;
    align-items: center;
}

.icon svg {
    width: 20px;
    height: 20px;
    fill: #666;
}

.menu-item-cd.active .icon svg {
    fill: #d32f2f;
}

.menu-text {
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.menu-item-cd.active .menu-text,
.menu-item-cd:hover .menu-text {
    color: #33CC99;
}

/* content-cd */
.content-cd {
    flex: 1;
    padding: 30px 40px;
}

.content-cd-header {
    margin-bottom: 30px;
}

.content-cd-header p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

.content-cd-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.content-cd-item:last-child {
    border-bottom: none;
}

.content-cd-image {
    width: 200px;
    height: 130px;
    margin-right: 20px;
    flex-shrink: 0;
}

.content-cd-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.content-cd-text {
    flex: 1;
}

.content-cd-title {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.4;
}

.content-cd-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 10px;
}

.content-cd-link {
    color: #33CC99;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
}

.content-cd-link:hover {
    text-decoration: underline;
}

.nav-uppercase > li > a {
    text-transform: none;
}

.tax-cat-qa .container {
    display: flex;
    flex-wrap: wrap;
}
.img-lsht{
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.slider-chay-muot img{
    max-height: 175px;
    width: auto;
}

.post-content ul, .post-content ol{
    padding-left: 1.5rem;
}

.ul-check table tr td{
    min-height: 52px;
    display: flex;
    align-items: center;
}

.loading-indicator, .video-frame{
    position: absolute!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    display: none;
}


@media (max-width: 1367px) {
    .img-lsht{top: 50%;}
}

@media (max-width: 1025px) {

    .box-heading h2,
    .box-heading h1 {
        font-size: 24px;
    }

    .btn-gip.btn-red {
        width: 345px;
    }

    .nha-cung-cap .col-inner .box-gip {
        bottom: 15px;
    }

    .map-global .btn-gip.btn-red {
        width: 220px;
    }

    .section-dich-vu .btn-gip.btn-red {
        width: 100%;
    }

    .list-tin-tuc .post-title {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 20px;
        min-height: 80px;
    }

    .list-tin-tuc .post-meta {
        flex-wrap: wrap;
    }

    .nha-cung-cap {
        padding-top: 130px !important;
    }

    .banner-home .section-content {
        margin-bottom: -35%;
    }

    .list-icon-dv .col-inner {
        padding: 20px 15px 20px;
    }

    .section-layout-dv .box-heading {
        margin-bottom: 30px;
    }

    .nha-cung-cap .col-inner .box-gip {
        width: 55%;
        position: initial;
    }

    .nha-cung-cap.item-dv .col-inner .img {
        max-width: calc(45% - 20px);
        margin-right: 20px;
        display: inline-flex;
        align-items: center;
        margin-bottom: 0;
    }

    .nha-cung-cap.item-dv.ha1 .col-inner .img {
        max-width: calc(45% - 20px);
    }

    .nha-cung-cap.item-dv.text-to-left .col-inner .box-gip {
        width: 55%;
        transform: none;
    }

    .nha-cung-cap.item-dv .col-inner .box-gip {
        transform: none;
    }

    .section-dvcb .box-heading h2 {
        max-width: 100%;
    }

    .danh-sach-number {
        padding-top: 0 !important;
    }

    .dot {
        display: none;
    }

    ul.list-social {
        gap: 10px;
    }

    .mang-luoi .box-heading {
        margin: 0 auto 40px;
    }

    .gioi-thieu-head p {
        text-align: center;
        text-align-last: center;
    }

    .box-team .box-text {
        width: 100%;
        bottom: 5px;
        padding: 10px;
    }

    .box-team .box-text h4 .person-title {
        font-size: 1rem;
    }

    .box-team .box-text h4 .person-name {
        font-size: 0.7rem;
    }

    .section-hinh-thanh {
        margin-top: 15px;
    }

    .section-hinh-thanh .box-heading{
        width: 100%;
    }

    .img-lsht{top: 60%;}

    .large-columns-6 .flickity-slider>.col{
        width: calc(20% - 14px);
    }
    .hero-section{
    padding: 30px 0;
    }
}

@media (max-width: 850px) {
    .col {
        padding-bottom: 15px;
    }

    #logo {
        display: block;
    }

    body .medium-logo-center .logo img {
        height: 40px;
    }

    .list-box-home.row {
        max-width: 90%;
    }

    .nha-cung-cap .col-inner .box-gip {
        position: initial;
        width: 100%;
    }

    .nha-cung-cap .col-inner .img {
        max-width: 50%;
    }

    .nha-cung-cap .col-inner .box-ncc {
        width: 50%;
    }

    .btn-gip.btn-red {
        width: 40%;
    }

    .list-icon-qt .col-inner {
        justify-content: center;
    }

    .list-icon-qt .icon-qt {
        width: calc(33.33333% - 14px);
        flex: none;
    }

    .icon-box-small {
        padding: 20px;
    }

    .list-theo-doi .btn-gip {
        width: 100%;
    }

    .cau-noi .row > .medium-6 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .cau-noi .row > .medium-6 > .col-inner {
        margin: 0 !important;
    }

    .danh-sach-number {
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }

    .list-icon-qt.icon-box-up .small-6 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .list-icon-small .col-inner {
    }

    .icon-box.icon-box-small .icon-box-img {
        position: absolute;
        width: 25px !important;
    }

    .icon-box-small .icon-box-text h3 {
        font-size: 18px;
        line-height: 26px;
        text-indent: 33px;
    }

    .list-icon-qt.icon-box-up .icon-qt {
        width: calc(25% - 15px);
    }

    .marker {
        display: none;
    }

    .mang-luoi .box-heading {
        margin-top: 30px;
        width: 100%;
    }

    .end-box {
        display: none;
    }

    .list-box-home .col strong {
        font-size: 16px;
        line-height: 30px;
    }

    .filter-form {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group {
        min-width: 100%;
    }

    .filter-actions {
        justify-content: center;
    }

    .section-dvcb .medium-6 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .map-global .box-heading {
        width: 45%;
    }

    .mang-luoi .box-heading h2:after {
        bottom: -60px;
    }

    .list-tin-tuc .post-title {
        min-height: auto;
    }

    .logo-slg.row > .col {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .logo-slg strong {
        font-size: 2rem;
    }

    .box-du-dinh {
        position: inherit;
        max-width: 100%;
    }

}

@media (max-width: 435px) {
    .nha-cung-cap .col-inner .img {
        max-width: 100%;
    }

    .nha-cung-cap .col-inner .box-gip {
        margin-top: 15px;
    }

    .nha-cung-cap .col-inner .box-ncc {
        width: 100%;
        padding: 0;
    }

    .nha-cung-cap .col-inner .box-gip h3 {
        padding: 10px 15px;
        font-size: 24px;
    }

    .box-gip-content {
        padding: 12px 15px 24px;
    }

    .box-gip-content p {
        flex-wrap: wrap;
        gap: 10px;
    }

    .btn-gip.btn-red {
        width: 100%;
    }

    .btn-gip {
        flex: none;
        width: calc(50% - 5px);
    }

    .list-icon-qt .icon-qt {
        width: calc(100% - 30px);
    }

    .list-box-home.row {
        max-width: 80%;
    }

    .list-box-home .col {
        margin-bottom: 10px;
    }

    .list-box-home .col.box-highlight {
        order: -1;
    }

    .banner-home {
    }

    .banner-home .section-content {
        margin-bottom: 0;
    }

    .nha-cung-cap {
        padding-top: 10% !important;
    }

    .list-icon-qt .col-inner {
        gap: 15px;
    }

    .list-icon-qt.icon-box-up .icon-qt {
        width: 100%;
        padding: 15px 10px;
    }

    .map-global .box-heading {
        position: initial;
        width: 100%;
    }

    .box-heading,
    .box-gip-content {
        font-size: 18px;
        padding: 25px 0;
    }

    .list-flag p {
        gap: 10px;
    }

    .page-link-ml > div > .col-inner > div {
        flex: none;
        width: calc(50% - 10px);
    }

    .logo-slg strong {
        font-size: 1.5rem;
    }

    .footer-gip .img img {
        margin-bottom: 10px;
        width: 140px;
    }

    .list-icon-qt.icon-box-up {
        padding: 30px 0 15px;
    }

    .icon-box-small {
        width: 100%;
    }

    .list-icon-small .col-inner {
        gap: 15px;
    }

    .list-icon-small .btn-gip.btn-red {
        margin-top: 15px;
    }

    .mang-luoi .box-heading h2:after {
        bottom: -7%;
    }

    .qt-gt .list-icon-qt {
        padding: 0 15px 15px;
    }

    .list-icon-qt.icon-box-up .number-up {
        font-size: 2rem;
    }

    .box-team .box {
        width: 100%;
    }

    .box-team .box-text {
        width: 90%;
        padding: 15px;
    }

    .box-team .box-text h4 .person-title {
        font-size: 1.5rem;
    }

    .section-hinh-thanh .box-heading {
        position: inherit;
        width: 100%;
    }

    .slider-chay-muot img {
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .section-dich-vu {
        margin-top: 30px;
    }

    .section-dich-vu .box-heading {
        width: 100%;
    }

    .section-dich-vu .box-heading h1 {
        margin-bottom: 0;
    }

    .section-dich-vu .box-heading h1:after {
        bottom: -10px;
    }

    .section-dich-vu .box-heading p:nth-child(2) {
        margin-top: 25px;
    }

    .section-layout-dv .box-heading h2:after {
        bottom: -15px;
        width: 38%;
    }

    .section-layout-dv .box-heading p:nth-child(2) {
        margin-top: 0;
    }

    .nha-cung-cap.item-dv.ha1 .col-inner .img {
        max-width: 100%;
        margin-right: 0;
    }

    .nha-cung-cap.item-dv.text-to-left .col-inner .box-gip {
        width: 100%;
    }

    .item-dv table td {
        padding: 10px 20px;
    }

    .item-dv table td p:last-child {
        gap: 5px;
    }

    .nha-cung-cap.item-dv .col-inner .img {
        max-width: 100%;
        margin-right: 0;
    }

    .toi-uu-hoa .box-heading h2 {
        width: 100%;
    }

    .img-lsht{
        top: 70%;
    }

    .large-columns-6 .flickity-slider>.col{
        width: 100%;
    }

    .list-icon-dv .col{
    padding: 0 15px 30px;
}
    .banner-mrkd{
        margin-top: 30px;
    }
    .banner-mrkd .middle-content{
        margin-bottom: 15px;
    }
    .tbl-db tr:first-child td{
        padding: 15px;
    }
    .tbl-db tr:first-child td p{
        margin: 0;
    }
    .tbl-db tr td{
    padding: 15px;
    position: relative;
    padding-left: 30px;
    vertical-align: top;
}
    .tbl-db tr td:before{
    left: 8px;
}
    .gip-dac-biet .box-heading{
        width: 100%;
    }
    .page-link-ml > div > .col-inner{
    justify-content: center;
}
    .text-dg .col-inner h3{
    font-size: 2rem;
}
    .mang-luoi .box-heading{
    margin: 0 auto;
}
    .list-flag{
        margin-bottom: 20px;
    }
    .heading-center h2{
        max-width: 100%;
    }
    .category-posts-list .category-section{
        width: 100%;
    }
    .hero-content{
        width: 100%;
    }
    .hero-image{
        width: 100%;
    }
    .hero-image img{
        width: 100%;
    }
    .sidebar{
        width: 100%;
    }
    .main-content{
    gap: 10px;
}
    .news-list{
    padding: 10px 15px 20px;
}
    .section-header{
    padding: 0 15px;
}
    .news-thumbnail{
        width: 100%;
        margin-right: 0;
    }
    .news-details{
        margin-top: 10px;
    }

    .title-banner .title-blog{
    font-size: 2rem;
}
    .blog-content-des .post-content{
    margin-left: 0;
    max-width: 100%;
    padding: 25px 15px;
}
    .section-lam-viec .img{
    margin-top: 10px;
}
    .row-lh{}
    .form-lh{
        padding: 30px 20px 15px;
    }
    .ket-noi-lh{
    padding: 30px 20px;
}
    .form-lh .nf-form-cont{
    margin-top: 20px;
}
    .sidebar-cd{
    width: 100%;
}
    .content-cd{
    padding: 0;
}
    .content-cd-image{
    width: 100%;
    margin-right: 0;
    height: 230px;
    margin-bottom: 15px;
}
    .sidebar-cd h1{
    padding: 0;
    margin-bottom: 10px;
}
    .menu-item-cd{
    padding: 15px 0;
}
    .content-cd-header{
    margin-bottom: 15px;
}
    .sec-tttm .btn-gip.btn-red{
        width: 100%;
        margin-top: 15px;
    }
}