.d-none {
    display: none !important;
}

.header-nav li a {
    color: #2d2d2d
}

.header-nav li a.button {
    color: white
}

#top-bar {
    background: linear-gradient(90deg, var(--color-2), var(--fs-color-primary));
    padding: 8px 0;
}

.head-qc {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.custom.html_topbar_right {
    border: 2px solid rgb(255, 255, 255, 0.5);
    background: #2ba91c61;
    border-radius: 50px;
}

.custom.html_topbar_right a {
    padding: 4px 10px;
    font-weight: unset !important;
    display: inline-block;
}

.custom.html_topbar_right a.gt-current-lang {
    background: rgb(0 0 0 / 30%);
    border-radius: 50px;
}

.custom.html_topbar_right img {
    margin-right: 5px;
    width: 15px
}

a.glink span {
    font-size: 12px !important;
    margin: 0 !important;
    color: #fff;
}

.flickity-page-dots .dot.is-selected {
    background-color: #c0d047;
}

.header-search .header-button a {
    width: 30px;
    height: 30px;
    display: block;
    border: 0;
    background: var(--color-2);
}

a.glink.gt-current-lang img {
    margin: 0;
}

.flickity-page-dots .dot {
    border: 3px solid #5BC13E;
}


.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
    z-index: 0;
}

.lines .line {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.lines .line::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;

    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
    -webkit-animation: run 7s 0s infinite;
    animation: run 7s 0s infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.lines .line:nth-child(1) {
    margin-left: -25%;
}

.lines .line:nth-child(1)::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.lines .line:nth-child(3) {
    margin-left: 25%;
}

.lines .line:nth-child(3)::after {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.banner-main .section-content.relative {
    position: static !important;
}

#search-lightbox input#s::placeholder {
    color: #000
}

#search-lightbox input#s {
    background: #fff !important;
    color: #000;
    font-size: 16px;
    min-height: 48px;
}

#search-lightbox button.ux-search-submit {
    background: var(--fs-color-primary) !important;
    width: auto;
    height: auto;
    min-width: unset;
    min-height: unset;
    top: -2px;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 4px;
}

.searchform-wrapper.form-flat .flex-col:last-of-type {
    margin: 0;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.blog-du-da .box-text {
    display: none
}

.blog-du-da .flickity-page-dots {
    opacity: 1;
    bottom: -20px;
}

.blog-du-da .flickity-prev-next-button {
    margin-top: 0 !important
}

.blog-du-da .post-item .col-inner {
    padding: 10px;
    background: white;
    border-radius: 10px;
}


.flickity-prev-next-button {
    width: 40px !important;
    height: 30px !important;
    color: #fff !important;
    background: #D6D6D6 !important;
    border: none;
    border-radius: 5px !important;
    min-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-du-da .flickity-prev-next-button:hover {
    background: var(--fs-color-primary) !important;
}

.blog-du-da .col {
    padding-bottom: 0;
}

.blog-sec-2>.col-inner {
    padding: 20px;
    background-color: white;
    border-radius: 10px;
}

.blog-title h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
}

.blog-title h3:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 1px;
    bottom: -1px;
    background-color: var(--fs-color-primary)
}

.blog-right .box-text .box-text-inner {
    display: flex;
    flex-direction: column-reverse
}

.blog-right .box-blog-post {
    border-radius: 0;
    box-shadow: unset;
    margin-bottom: 10px;
}

.blog-right .box-blog-post .box-text .box-text-inner .post-meta {
    order: unset;
}

.blog-right .box-text .box-text-inner .is-divider {
    display: none
}

.blog-right .box-text .box-text-inner .post-title {
    font-size: 14px;
}

.blog-right .post-item {
    padding-bottom: 3px
}

.blog-right .post-item .box-text {
    padding: 1.5rem;
    padding-top: 11.5px;
    padding-bottom: 14px;
    border: 0;
}

.blog-sec-2 .blog-right .post-item .box-text .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    order: unset;
    margin: 0;
}

.img-banner {
    position: relative
}

.img-absolute {
    position: absolute
}

.shape-1 {
    top: 20%;
    left: -25%;
    animation: hu__hu__ infinite 3s ease-in-out;
}

.shape-2 {
    top: 0%;
    right: -12%;

    animation: hu__hu__ infinite 3.4s ease-in-out;
}

.shape-3 {
    bottom: 0;
    left: -10%;

    animation: hu__hu__ infinite 3.8s ease-in-out;
}

.shape-5 {
    bottom: 10%;
    left: -10%;

    animation: hu__hu__ infinite 3.8s ease-in-out;
}

.shape-4 {
    bottom: 0;
    right: -15%;
    animation: hu__hu__ infinite 4.2s ease-in-out;
}

.shape-6 {
    bottom: 0;
    right: 0%;
    animation: hu__hu__ infinite 4.2s ease-in-out;
}

.shape-7 {
    bottom: 0;
    right: 0%;
    animation: hu__hu__ infinite 3.2s ease-in-out;
}

@keyframes hu__hu__ {
    50% {
        transform: translateY(15px)
    }
}


.vct-title h2 {
    height: auto;
    line-height: 1.3;
    font-size: 36px;
    font-weight: 800;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--color-2), var(--fs-color-primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.vct-title h3 {
    padding: 0 15px;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.home-short-des {
    font-size: 18px;
    color: #2d2d2d;
}

.home-vct {
    background: linear-gradient(90deg, var(--color-2), var(--fs-color-primary));
    padding: 5px 38px;
    border: none
}

.home-vct.is-outline {
    background: unset;
}

.video-btn-cus .video-button-wrapper {
    display: inline-block;
    width: max-content;
}

.video-btn-cus .video-button-wrapper a {
    background-color: var(--fs-color-primary);
    border-color: var(--color-2);
    position: relative
}

.video-btn-cus .video-button-wrapper i {
    color: white
}

.video-btn-cus .video-button-wrapper a:after {
    content: "Xem Video";
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    top: 0px;
    width: max-content;
    margin-left: 20px;
    text-transform: capitalize;
    color: #262F5A;
    transition: .5s
}

.video-btn-cus .video-button-wrapper:hover a {
    background: var(--color-2)
}

.video-btn-cus .video-button-wrapper:hover a:after {
    color: var(--fs-color-primary)
}



.box-animation {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 460px;
    overflow: visible;
    margin: 100px 0;
}

.img-animation {
    float: right;
    display: grid;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: auto;
    max-width: fit-content
}

.logo-main-dn {
    width: 160px;
}

.img-animation img,
.img-animation div {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center
}

.timeline-diwe {
    margin-top: 40px
}

.timeline-diwe-card .main-card {
    display: flex;
    width: fit-content;
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    -webkit-box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    border-radius: 10px;
    transform: translate(262px, -170px);
    -webkit-transform: translate(262px, -170px);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.timeline-diwe .img-timeline img {
    filter: blur(2px);
    -webkit-filter: blur(2px);
}


.timeline-diwe-card .main-card .card-text {
    margin-left: 10px;
}

.timeline-diwe-card .main-card h4 {
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-2);
    text-transform: capitalize;
}

.timeline-diwe-card .main-card p {
    font-size: 14px;
    color: #747474;
    text-transform: uppercase;
}

.timeline-diwe-card .main-card p span {
    font-size: 14px;
    color: #aeaeae;
    text-transform: none;
    font-weight: 600;
    color: #262f5a;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #aeaeae;
}

.timeline-diwe-card .main-card img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}

.timeline-diwe ul li {
    list-style: none;
    width: fit-content;
    position: absolute;
    padding: 15px 20px;
    box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    -webkit-box-shadow: 0 23px 62px 0 rgb(13 52 79 / 10%);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.timeline-diwe ul li p {
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    padding-left: 16px;
}

.timeline-diwe ul li h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 0;
}

.timeline-diwe ul li:nth-child(1) {
    transform: translate(625px, -235px);
    -webkit-transform: translate(625px, -235px);
    padding: 15px 20px;
}

.timeline-diwe ul li:nth-child(1) p {
    color: #4bcffa;
}

.timeline-diwe ul li:nth-child(1) p:before {
    background: #4bcffa;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}


.timeline-diwe ul li:nth-child(2) {
    transform: translate(700px, -87px);
    -webkit-transform: translate(700px, -87px);
}

.timeline-diwe ul li:nth-child(2) p {
    color: #fe5d7a;
}

.timeline-diwe ul li:nth-child(2) p:before {
    background: #fe5d7a;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.timeline-diwe ul li:nth-child(3) {
    transform: translate(957px, -235px);
    -webkit-transform: translate(957px, -235px);
}

.timeline-diwe ul li:nth-child(3) p {
    color: #fddb2a;
}

.timeline-diwe ul li:nth-child(3) p:before {
    background: #fddb2a;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.timeline-diwe.container {
    padding-top: 70px;
}

.timeline-content .timeline-year img {
    width: 70px;
    height: 70px;
}

@keyframes outer--circle-spin {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.outer--circle {
    animation-name: outer--circle-spin;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    align-self: center;
    justify-self: center;
    width: 95%;
    height: auto;
    position: relative
}

@keyframes outer--item--spin {
    to {
        transform: rotate(1turn) translateX(230px) rotate(0turn)
    }
}

.item-logo-1 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -16s
}

.item-logo-2 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -14s
}

.item-logo-3 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -12s
}

.item-logo-4 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -10s
}

.item-logo-5 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -8s
}

.item-logo-6 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -6s
}

.item-logo-7 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -4s
}

.item-logo-8 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: -2s
}

.item-logo-9 {
    transform: rotate(0turn) translateX(230px) rotate(1turn);
    animation: outer--item--spin 18s infinite linear;
    animation-delay: 0s
}

.item-logo-main {
    width: 250px;
    height: 250px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.box--inner-one {
    width: 280px;
    height: 280px;
    border: 1px solid var(--fs-color-primary);
    border-radius: 50%;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.box-animation-one {
    width: 290px;
    height: 290px;
    background-color: transparent;
    border: 15px solid var(--fs-color-primary);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-radius: 50%;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: innner--circle-spin-left 15s infinite linear
}

.box--inner-two {
    width: 316px;
    height: 316px;
    border: 2px dashed var(--fs-color-primary);
    border-radius: 50%
}

.box-animation-two {
    width: 337px;
    height: 337px;
    border: 15px solid var(--fs-color-primary);
    opacity: .3;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-radius: 50%;
    animation: innnerCircleSpinRight 15s infinite linear
}

@keyframes innner--circle-spin-left {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes innnerCircleSpinRight {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

.block-left {
    position: absolute;
    left: 0;
    z-index: 3;
    height: 100%;
    top: -40px;
    left: 20px;
}

.block-left .col-inner {
    background: #fff;
    padding: 20px 35px 20px 20px;
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 20px;
}

.block-left .col-inner {
    position: absolute;
    left: 0;
    z-index: 3;
    height: calc(100% + 15px);
    top: 0px;
}


.block-left:before {
    content: "";
    background: var(--color-2);
    box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    position: absolute;
    border-radius: 20px;
    width: 100%;
    top: -20px;
    bottom: 45px;
    left: -20px;
    z-index: 2;
    height: 100%
}

.block-left h3 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    padding-bottom: 1rem
}

.block-left p {
    padding: 0 15px;
    font-size: 18px;
    margin: 0;
}

.block-right {
    background: #ffffeb;
    width: calc(100% - 180px);
    margin-left: 180px;
    padding: 30px 28px 30px 0px;
    border-radius: 20px;
    padding-left: calc(45% - 85px);
}

.ss-canvas .section-content {
    position: unset !important;
}

.ss-canvas div#rnpb-692d37add9afb {
    position: absolute;
    overflow: hidden;
    background: rgb(0 107 75 / 90%);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 446px;
    z-index: -1;
}

.ss-canvas img.bg {
    height: 100%;
    max-height: 446px;
}

.row.doanh-nghiep {
    -webkit-box-shadow: 0 5px 62px 0 rgb(2 55 102 / 9%);
    border-radius: 5px;
    padding: 50px;
    background-color: white;
    margin-top: 50px;
}

.ss-canvas {
    background: #fff !important;
}

.col-icon-custom .icon-box-img {
    width: 80px !important;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    height: 80px;
}

.col-icon-custom .icon-box h3 {
    font-size: 42px;
    margin: 0;
    line-height: 1;
}

.col-icon-custom .icon-box {
    align-items: center;
}

.doanh-nghiep .box-image {
    height: 80px;
    line-height: 80px;
    border-radius: 5px;
    padding: 0px 10px;
}

.doanh-nghiep .box-shadow-1 {
    -webkit-box-shadow: 0 5px 20px 0 rgb(2 55 102 / 15%);
}

.doanh-nghiep .slider-wrapper {
    -webkit-box-shadow: 0 5px 55px 0 rgb(2 55 102 / 3%);
    margin-bottom: 30px
}

.doanh-nghiep .slider-wrapper .flickity-page-dots {
    bottom: -25px;
    opacity: 1
}

.doanh-nghiep i {
    font-size: 10px;
    margin-right: 5px;
    color: #262f5a;
}

.doanh-nghiep h4 {
    text-align: center;
    margin-top: 45px;
    text-transform: uppercase;
    font-size: 24px;
    color: #2d2d2d
}

.col-icon-custom .icon-box-img img,
.col-icon-custom .icon-box-img svg {
    padding: 0;
}

.row-kh>.col>.col-inner {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #f5f5f5;
}

.row-kh h3 {
    color: var(--fs-color-primary);
    margin: 0
}

.row-kh .row p {
    color: #6d6d6d
}

.sub-title {
    font-size: 14px;
    color: var(--color-2);
    font-weight: bold
}
.row-kh-slider {
    text-align:center
}
.row-kh-slider .flickity-slider{
    text-align:left
}
.row-kh-slider .flickity-prev-next-button {
    position:unset;
    display: inline-block;
    margin:  10px;
    
}
.row-kh-slider .flickity-page-dots{
    display:none 
}
.xe-2,
.xe-3 {
    bottom: 0%;
    left: 0;
}

.xe-1 {
    top: -20%;
    left: 0;
    animation: myfirst 18s linear infinite;
}

.xe-3 {
    animation: myfirst 22s linear infinite;
}

.xe-2 {
    animation: myfirst 30s linear infinite;
}

@keyframes myfirst {
    0% {
        left: -25%
    }

    to {
        left: 100%
    }
}

.home-sec-3 h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
    background: linear-gradient(90deg, #61c73f, #1f8538);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: initial;
}

.home-sec-3 .open-video {
    width: 82px;
    height: 82px;
    background: radial-gradient(rgb(34 166 75 / 80%) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    margin: 10px auto;
    box-shadow: 0px 0px 25px 3px #e7ffd5;
    -webkit-box-shadow: 0px 0px 25px 3px #e7ffd5;
    line-height: 75px;
    border: 0;
}

.home-sec-3 .open-video:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 1);
    top: -25%;
    left: -25%;
    background: rgba(198, 16, 0, .1);
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
        box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none;
    }
}

.home-sec-3 {
    position: relative;
    overflow: hidden
}

.home-sec-3 .open-video:hover {
    border-color: #4CB76E
}

.home-sec-3 h4 {
    background: #61C63F;
    padding: 5px 15px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
}

@media (max-width: 850px) {

    .video-btn-cus .video-button-wrapper a:after,
    .home-vct {
        font-size: 12px
    }

    .ss-canvas div#rnpb-692d37add9afb {
        max-height: 100%;
    }

    .ss-canvas img.bg {
        max-height: 100%;
    }

    .row.doanh-nghiep {
        padding: 20px;
    }
}

@media (max-width: 550px) {
    .block-left {
        position: inherit;
        height: auto;
        left: auto;
        top: auto
    }

    .block-right {
        width: 100%;
        margin-left: 0;
        padding: 30px 28px;
    }

    .block-left .col-inner {
        position: inherit;
        top: 0;
        left: auto
    }

    .block-left:before {
        width: 90%;
        top: -10px;
        bottom: 45px;
        left: 5px;
        z-index: 2;
        height: 90%;
    }

    .vct-title h3 {
        font-size: 24px;
        padding: 0;
    }

    .block-left p {
        padding: 0
    }

    .col-icon-custom .icon-box-img {
        width: 40px !important;
        padding: 2px;
        height: 40px;
    }

    .col-icon-custom .icon-box h3 {
        font-size: 22px;
    }

}