.admin-bar #masthead {
    top: 32px !important;
}

.load_home_page path {
    animation-name: Signature;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.55, .25, .43, .96);
}

linearGradient stop {
    animation-delay: 2s;
    animation-name: Signature2;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.55, .25, .43, .96);
}

@keyframes Signature {
    to {
        stroke: rgb(223, 180, 111);
        stroke-dashoffset: 0;
    }
}

@keyframes Signature2 {
    to {
        stop-color: rgb(223, 180, 111);
    }
}

.swiper-container {
    overflow: hidden;
}

.mr-1 {
    margin-right: 10px !important;
}

.mr-2 {
    margin-right: 20px;
}

.mr-3 {
    margin-right: 30px;
}

.mr-4 {
    margin-right: 40px;
}

.mr-4 {
    margin-right: 50px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 20px;
}

.ml-3 {
    margin-left: 30px;
}

.ml-4 {
    margin-left: 40px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}

.text-center {
    text-align: center;
}

.home_sec_video, .home_sec_12, .home_sec_13 {
    background: linear-gradient(180deg, #006F54 0%, #004848 57.2%, #003C44 100%);
}

.menu.sf-menu ul li a {
    text-align: center;
}

ul.menu_wpml a {
    padding: 8px;
}

.archive #fp-nav {
    display: none !important;
}

.gfx-40 {
    width: calc(100% / 3) !important;
    margin-top: 20px !important;
}

/**pagination**/
.pagination {
    width: 100%;
    display: inline-block;
}

.pagination ul li {
    margin: 0 8px !important;
}

.pagination ul li a, .pagination ul li span {
    color: var(--color-gray);
    display: block;
    border: 0;
    max-width: 15px !important;
    height: 25px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    position: relative;
    text-align: center;
    width: 15px !important;
    min-width: 15px;
}

.pagination ul li a:before, .pagination ul li span:before {
    display: none;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: var(--primary-color);
    left: 0;
}

.pagination ul li a:hover, .pagination ul li span:hover {
    color: var(--color-gray);
    font-weight: normal !important;
    background: transparent !important;
}

.pagination ul li a:hover:before, .pagination ul li span:hover:before {
    display: block;
}

.wp-pagenavi {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    background: transparent !important;
    border: 0;
    width: 15px;
    height: 15px;
    padding: 0px;
    line-height: 15px;
    font-weight: normal;
    display: inline-block;
    text-align: center;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current, .pagination span.current {
    color: var(--color-gray) !important;
    font-weight: normal !important;
    background: transparent !important;
}

.pagination span.current:before, .wp-pagenavi span.current:before {
    display: block;
}

/**alert**/
.alert {
    position: relative;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.alert-secondary {
    color: #41464b;
    background-color: #e2e3e5;
    border-color: #d3d6d8;
}

.alert-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;;
    border-color: #badbcc !important;;
}

.alert-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb;
}

.alert-light {
    color: #636464;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf;
}

.content__project {
    margin: 40px 0 0 0;
}

.project-tab-panel {
    margin: 30px 0 0 0 !important;
}

.grid-center {
    display: flex;
    justify-content: center;
}

.project_tab ul {
    list-style: none;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.project_tab ul li a {
    border: 1px solid #DFB46F;
    width: 100%;
    padding: 10px 20px;
    border-radius: 99px;
    color: #DFB46F;
    font-weight: bold;
    text-align: center;
}

.project_tab ul li.active a, .project_tab ul li a:hover {
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%) !important;
    color: #111 !important;
}

.tab-mapplic ul {
    list-style: none;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction: column;
}

.tab-mapplic ul li a {
    border: 1px solid #DFB46F;
    width: 100%;
    padding: 10px 20px;
    border-radius: 99px;
    color: #DFB46F;
    font-weight: bold;
    display: block;
    text-align: center;
}

.tab-mapplic ul li.active a, .tab-mapplic ul li a:hover {
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%) !important;
    color: #111 !important;
}

.bl-super-contact {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 75px;
}

.bl-super-contact-icon {
    margin-bottom: 20px;
    transition: all 500ms ease;
}

.bl-super-contact-icon.hide {
    opacity: 0;
}

.bl-super-contact-icon-wrap {
    position: relative;
    width: 40px;
    height: 40px;

}

.bl-super-contact-icon-button {
    padding: 7px;
    border-radius: 50%;
}

.bl-super-contact-icon-button a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    line-height: 40px;
}


.bl-super-contact-close {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dc3545;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5px;

}

.bl-super-contact-close:hover {
    cursor: pointer;
}

.bl-super-contact-close.close {
    background-color: #333;

}

.bl-super-contact-close .close-icon {

}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text {
    background-color: #FFF;
    width: 200px;
    border-radius: 10px;
    padding: 10px;
    display: block;
    color: #000;
    bottom: calc(100% + 20px);
    top: auto;
    right: 0;
    min-height: 50px;
    display: flex;
    justify-content: center;

}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text::before {
    border-bottom: 8px solid #FFF;
    right: 10px;
    top: auto;
    bottom: -8px;
    transform: rotate(180deg);

}


.bl-contact-text {

    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    background-color: #c10404;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-top: -10px;
    display: none;
    max-width: 200px;
    box-shadow: 1px 1px 15px -5px #a7a7a7;


}

.bl-contact-text::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c10404;
    position: absolute;
    right: -6px;
    transform: rotate(90deg);
    top: 5px;
}


.bl-super-contact.left .bl-contact-text {
    left: 45px;
    right: auto;
}

.bl-super-contact.left .bl-contact-text::before {
    left: -9px;
    right: auto;
    transform: rotate(-90deg);
}

.bl-super-contact.left .bl-super-contact-icon-wrap.is-buble .bl-contact-text {
    left: 0;
    right: auto;
}


.bl-super-contact.left .bl-super-contact-icon-wrap.is-buble .bl-contact-text::before {
    left: 11px;
    right: auto;
    transform: rotate(180deg);
}

.show-text-display.bl-contact-text {
    display: block;
}

.bl-contact-text .bl-contact-text-display {
    text-wrap: nowrap;
}


.bl-super-contact-icon-wrap.is-buble .bl-contact-text .bl-contact-text-display {
    text-wrap: wrap;
}


.bl-contact-text.hidden {
    display: none;
    visibility: hidden;
}

.bl-super-contact-icon:hover .bl-contact-text {
    display: flex;
}


.bl-super-contact-close.close .open-icon {
    display: none;
}


.bl-super-contact .typing-indicator {
    display: flex;
    align-items: center;
}

.bl-super-contact .dot {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background-color: #d1d1d1;
    border-radius: 50%;
    opacity: 0.5;
    animation: blink 1.4s infinite both;
}

.bl-super-contact .dot:nth-child(1) {
    animation-delay: 0s;
}

.bl-super-contact .dot:nth-child(2) {
    animation-delay: 0.2s;
}

.bl-super-contact .dot:nth-child(3) {
    animation-delay: 0.4s;
}

.bl-contact-text .close-text {
    position: absolute;
    right: -10px;
    top: -10px;
    padding: 0;
    margin: 0;
    border: 0 none;
    line-height: 1;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #787878;
    border-radius: 50%;
    text-align: center;
    background-color: #407BFF;
    color: #FFFFFF;
    line-height: 30px;
}

@keyframes blink {
    0%, 80%, 100% {
        opacity: 0.5;
    }
    40% {
        opacity: 1;
    }
}


.ring {
    border-radius: 50%;
    background-color: #FFF;

    position: relative;
    animation: ring 1s linear infinite;
    border-radius: 50%;
}

@keyframes ring {
    0% {
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 40px;
    height: 40px;
}

.pulse img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}

.pulse::before {
    content: "";
    position: absolute;
    border: 1px solid orange;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite
}

.pulse::after {
    content: "";
    position: absolute;
    border: 1px solid ORANGE;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border-radius: 50%;
    animation: pulse 1s linear infinite;
    animation-delay: 0.3s
}

ul.button_fixed li a img {
    width: 25px;
}

a.clickFormStore {
    color: #ffff;
    text-align: center;
    padding-left: 5px;
}

a.clickFormStore p {
    margin: 0;
    color: #F9DBAC;
    font-weight: 900;
    font-size: 14px;
}

.bl-super-contact-icon-wrap a {
    padding: 0;
}

.dothi {
    padding-left: 8.25em !important;
}

.dothi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dothi-heading {
    width: 665px !important;
    padding-left: 3em !important;
    padding-right: 3em !important;
}

.section-header h3.font-text {
    text-transform: uppercase;
    background: linear-gradient(270deg, #DFB46F 31.03%, #FFD89B 50.35%, #DFB46F 73.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0rem 0.25rem 0.25rem rgba(1, 74, 69, 0.2);
    line-height: normal;
    font-family: var(--font-title-black);
    font-size: 3rem;
    margin-bottom: 1.042rem;
}

.section-header h3.font-text span {
    display: block;
}

.section-header h3.font-text span {
    padding-left: 1.25em !important;
}

.section-title {
    color: #be1e2d;
    font-family: "SVN-Rosellinda Alyamore";
    font-size: 4em;
    margin-bottom: -10px;
}

.dothi .content {
    color: #fff;
}

.dothi-list {
    width: 500px;
}

.dothi-list ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dothi-list ul li .item-wrapper {
    display: flex;
    gap: 10px;
}

.dothi-list ul li .icon {
    flex: 0 0 95px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-image: url(../images/copy_2.png);
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.dothi-list ul li .key {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.95em;
    font-weight: 500;
    padding-top: 10px;
    text-align: right;
}

.dothi-list ul li .value.big {
    font-size: 2.75em;
    font-weight: bold;
    color: #F9DBAC;
    word-break: break-word;
    white-space: initial;
}

.dothi-list ul li .value {
    font-size: 1em;
    color: #F9DBAC;
    font-family: var(--font-title-black);
}

.dothi .wrapper {
    position: relative;
    box-shadow: 0 0 0 20px rgba(220, 212, 202, 0.35), 0 0 0 40px rgba(220, 212, 202, 0.5);
    border-radius: 9999px 0 0 9999px;
    overflow: hidden;
}

.dothi .wrapper::before {
    background-image: url(../images/khu-do-thi-bg.png);
    background-size: contain;
    background-position: 35% center;
    background-repeat: no-repeat;
    content: "";
    pointer-events: none;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 165%;
    height: 160%;
}

.dothi .wrapper img {
    height: 100vh;
    object-fit: cover;
    object-position: left center;
    aspect-ratio: 16 / 9;
}

.dothi .phankhu-bg {
    width: calc(100% - 600px);
    position: relative;
    padding-left: 60px !important;
    overflow: hidden !important;
    margin-left: -60px !important;
}

.dothi .phankhu-bg .container {
    position: relative;
    z-index: 2;
    transform: translateY(0) scale(1.25);
    transform-origin: left center;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: 0
    }
}

.grid-flex {
    display: flex;
    flex-flow: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.gfx-col {
    padding: 0 10px 20px 10px;
}

.gfx_reason {
    text-align: center;
    height: 100%;
    width: 100%;
}

.gfx_reason .reason-thumbnail {
    width: 80px;
    height: 80px;
    border: 1px solid #F9DBAC;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.gfx_reason .reason-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gfx_reason .reason-content h4 {
    color: #F9DBAC;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-title-black);
    font-size: 18px;
    height: 45px;
    margin: 0 0 10px 0;
}

.gfx_reason .reason-content p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    line-height: 22px;
}

.pum-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.popmake {
    background: transparent !important;
    padding: 0 !important;
}

.contact_background #form_dk {
    width: 100% !important;
    max-width: 100%;
    padding: 40px;
}

.contact_background .wpcf7-response-output {
    display: none;
}

.popmake-close {
    top: 30px !important;
    right: 10px !important;
    background: rgba(0, 0, 0, 0.6) !important;
    color: #fff;
    width: 40px !important;
    height: 40px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px !important;
    border-radius: 50% !important;
    line-height: unset !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    background: rgba(0, 0, 0, 0.5) !important;
}

.grid-full {
    width: 85% !important;
    max-width: 85%;
}

.grid-full .group_content {
    width: 100% !important;
    max-width: 100% !important;
}

.slide-image a {
    width: 100% !important;
}

.slide-image img {
    width: 100% !important;
    height: 100vh;
    object-fit: cover;
}

.grid-container.grid-flex2 {
    flex-direction: column;
    justify-content: center;
}

.buttonContact {
    display: none;
}

.buttonContact a {
    margin-bottom: 20px !important;
}

.swiper-cs img {
    height: 70vh !important;
    object-fit: cover !important;
}

.contact_background h3.heading_h2, .contact_background .content {
    text-align: center;
}

.wrap_lydo {
    margin-top: 30px;
    position: relative;
}

.wrap_lydo .arrow_slider {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wrap_lydo .arrow_slider.prev {
    left: -7.5rem;
}

.wrap_lydo .arrow_slider.next {
    right: -7.5rem;
}

@media only screen and (max-width: 768px) {
    .wrap_lydo .arrow_slider {
        display: none;
    }

    .swiper-cs img {
        height: 380px !important;
        object-fit: cover !important;
    }

    .footer_page div#form_dk {
        display: none !important;
    }

    .buttonContact {
        display: block;
        position: fixed;
        right: 20px;
        bottom: 0px;
        z-index: 99;
    }

    .slide-image img {
        width: 100% !important;
        height: 400px;
        object-fit: cover;
    }

    .project_tab ul {
        display: block;
    }

    .project_tab ul li:not(:last-child) {
        margin-bottom: 10px !important;
    }

    .project_tab ul li a {
        display: block;
        width: 100% !important;
    }

    .project_tab ul::-webkit-scrollbar {
        height: 2px;
    }

    .grid-center {
        display: block;
        justify-content: center;
    }

    .tab-mapplic {
        margin: 30px 0 0 0;
    }

    .bl-super-contact {
        display: block;
    }

    ul.button_fixed {
        display: none;
    }

    .content.bottom {
        display: none;
    }

    .gfx-40 {
        width: 100% !important;
    }

    .dothi {
        padding: 25px !important;
        display: block !important;
    }

    .dothi .phankhu-bg {
        display: none;
    }

    .dothi-heading {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 30px;
    }

    .section-header h3.font-text span {
        padding-left: 0 !important;
    }

    .section-header h3.font-text {
        font-size: 1.8rem;
    }

    .dothi-list ul li .value.big {
        font-size: 1.2rem;
    }

    .dothi-list ul li .value.big {
        font-size: 2rem;
    }

    .dothi-list ul li .item-wrapper {
        flex-direction: row-reverse;
        justify-content: start;
    }

    .dothi-list ul li .key {
        font-size: 13px;
    }

    .dothi-list ul li .key, .dothi-list ul li .value {
        text-align: left;
    }

    .dothi-list {
        width: 100%;
    }

    .dothi-list .desc {
        text-align: right;
    }

    .project_sec_7 img {
        height: 380px;
        object-fit: cover;
    }

    ul.menu_wpml a {
        padding: 0px;
    }

    .home_sec_12 {
        padding: 40px 0 10px 0 !important;
    }

    .gfx_reason {
        margin-bottom: 30px;
    }

    .grid-container.grid-center {
        display: block;
        width: 100% !important;
    }

    .grid-center .grid-60, .grid-center .grid-20 {
        width: 100% !important;
    }

    .grid-container.grid-flex2 {
        width: 100% !important;
    }

    .project_details {
        padding: 40px 0 !important;
    }

    div#form_dk .content {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 1240px) and (max-width: 1900px) {
    .product_slide .arrow_slider_text.next {
        left: unset;
        right: 120px;
    }
}