﻿
*,
::before,
::after {
    box-sizing: border-box;
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}


body {
    margin: 0;
}

hr {
    height: 0; /* 1 */
    color: inherit; /* 2 */
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp,
pre {
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0; /* 1 */
    border-color: inherit; /* 2 */
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
select { /* 1 */
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

.khl-flex-between {
    display: flex;
    justify-content: space-between
}

.header {
    position: fixed;
    z-index: 50;
    height: 4rem;
    width: 100%;
    --tw-bg-opacity: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 640px) {
    .header {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.header .main {
    width: 100%;
}

@media (min-width: 640px) {
    .header .main {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .header .main {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .header .main {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .header .main {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .header .main {
        max-width: 1536px;
    }
}

.header .main {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.main .hose-khl {
    padding-left: 330px;
    padding-top: 20px;
}

.header .main .content-container {
    display: flex;
    height: 4rem;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 0.5rem;
}

.header .main .logo {
    position: absolute;
    left: 70px;
    height: 9rem;
    --tw-bg-opacity: 1;
    transition: all 0.5s;
}

    .header .main .logo img {
        height: 100%;
        width: 100%;
    }

.header .main .hide {
    height: 5.5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.header .main .show {
    height: 4rem;
}

.header .main .left {
    display: inline-flex;
}

.header .main .right {
    margin-left: 0px;
    display: flex;
    align-items: center;
}

    .header .main .right .input-search {
        color: #666;
        font-size: 15px;
        line-height: 48px;
        padding: 0 20px;
        border: solid #0e73ba 1px;
        width: 300px;
        height: 43px;
        font-weight: 400;
        background-color: #fff;
        box-shadow: none;
        opacity: .8;
        border-radius: 5px;
        transition: all .3s ease-in-out;
    }

@media (min-width: 640px) {
    .header .main .right {
        margin-left: 1rem;
        display: flex;
        align-items: center;
    }
}

.header .main .right button {
    border-top: 1px solid #0873ba;
    border-bottom: 1px solid #0873ba;
    transition: all 0.3s ease-in-out;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgba(8, 115, 186, var(--tw-text-opacity));
}

    .header .main .right button:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

    .header .main .right button:hover {
        background-color: #0571b8;
        border: 1px solid #bfdfee;
    }

.header .main .right .search-icon {
    cursor: pointer;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgba(8, 115, 186, var(--tw-text-opacity));
}

    .header .main .right .search-icon:hover {
        --tw-text-opacity: 1;
        color: rgba(147, 197, 253, var(--tw-text-opacity));
    }

@media (min-width: 640px) {
    .header .main .right .search-icon {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

.header .main .code-ck {
    white-space: nowrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgba(8, 115, 186, var(--tw-text-opacity));
}

@media (min-width: 640px) {
    .header .main .code-ck {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.scroll-top {
    pointer-events: none;
    position: fixed;
    right: 0.75rem;
    bottom: 3rem;
    z-index: 20;
    height: 3.5rem;
    width: 3.5rem;
    cursor: pointer;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(8, 115, 186, var(--tw-bg-opacity));
    padding: 1.5rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 500ms;
}

    .scroll-top.active {
        pointer-events: auto;
        opacity: 1;
    }

.dialog {
    display: none;
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    background-color: #444;
    color: #fff;
    background: url(/wp-content/uploads/2024/09/bg-menu.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position-x: right;
    z-index: 1000;
}

    .dialog.show {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .dialog .menu-container ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media (min-width: 768px) {
    .dialog .menu-container ul {
        align-items: flex-end;
    }
}

.dialog .menu-container ul li {
    padding: 1.4vh 4vw;
    transform: translateY(-100%);
}

    .dialog .menu-container ul li a {
        font-size: 3vw;
        line-height: 1.2;
        font-weight: 500;
        text-transform: uppercase;
        color: #fff;
        font-style: italic;
    }

@media (min-width: 768px) {
    .dialog .menu-container ul li a {
        font-size: 3.33333vw;
        line-height: 1.2;
    }
}

@media (min-width: 1024px) {
    .dialog .menu-container ul li a {
        font-size: 2.85714vh;
        line-height: 1.2;
    }
}

.dialog .menu-container ul li a {
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

    .dialog .menu-container ul li a:hover {
        --tw-text-opacity: 1;
        color: rgba(0, 154, 255, var(--tw-text-opacity));
    }

.dialog .img {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 15vw;
    height: 7.125vw;
    z-index: 10;
}

    .dialog .img img {
        width: 100%;
        height: 100%;
    }

.dialog .exit {
    position: absolute;
    top: 4rem;
    right: 2rem;
    padding: 1em 1.5em;
    background: red;
    /* default color */
    /* "to left" / "to right" - affects initial color */
    background: linear-gradient(to left, transparent 50%, #009aff 50%) right;
    background-size: 200%;
    transition: 0.3s ease-out;
    text-transform: uppercase;
}

    .dialog .exit:hover {
        background-position: left;
    }

    .dialog .exit i {
        padding-left: 0.5rem;
    }

.dialog .menu {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .dialog .menu {
        justify-content: flex-end;
    }
}

.about-us {
    background-image: url(https://images.unsplash.com/photo-1508385082359-f38ae991e8f2?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=987&q=80);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    background-position: 50% 0px;
}

    .about-us .content-main {
        width: 100%;
    }

@media (min-width: 640px) {
    .about-us .content-main {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .about-us .content-main {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .about-us .content-main {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .about-us .content-main {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .about-us .content-main {
        max-width: 1536px;
    }
}

.about-us .content-main {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 80rem;
    padding-top: 24rem;
    padding-bottom: 24rem;
}

.about-us .img-cover {
    height: 100%;
    width: 100%;
    background-image: url(../../cdnkhaihoanland.com/web/thump/W1950H1097-17ccf1da-cf03-407a-9fe3-64b57c1388bf_v%3D0.0.28.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 56.25vw;
}

.about-us .text-box {
    margin-top: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

    .about-us .text-box .title-main {
        text-align: center;
    }

        .about-us .text-box .title-main h2 {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 700;
            text-transform: uppercase;
            --tw-text-opacity: 1;
            color: rgba(5, 113, 184, var(--tw-text-opacity));
        }

        .about-us .text-box .title-main p {
            font-size: 1rem;
            line-height: 1.5rem;
            font-weight: 700;
            --tw-text-opacity: 1;
            color: rgba(5, 113, 184, var(--tw-text-opacity));
        }

        .about-us .text-box .title-main:after {
            content: "";
            display: inline-flex;
            width: 90%;
            --tw-bg-opacity: 1;
            background-color: rgba(5, 113, 184, var(--tw-bg-opacity));
            height: 1px;
        }

    .about-us .text-box .des-text {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

        .about-us .text-box .des-text p {
            font-size: 0.875rem;
            line-height: 1.25rem;
            font-weight: 400;
            --tw-text-opacity: 1;
            color: rgba(0, 0, 0, var(--tw-text-opacity));
        }

.about-value {
    background-image: linear-gradient(135deg,#0097ea,#004e91);
}

    .about-value .content-center {
        width: 100%;
    }

@media (min-width: 640px) {
    .about-value .content-center {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .about-value .content-center {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .about-value .content-center {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .about-value .content-center {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .about-value .content-center {
        max-width: 1536px;
    }
}

.about-value .content-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

    .about-value .content-center .text-value {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-width: 48rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: left;
    }

    .about-value .content-center .title-main {
        margin-top: 1.25rem;
        text-align: center;
    }

        .about-value .content-center .title-main h2 {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 700;
            text-transform: uppercase;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

        .about-value .content-center .title-main:after {
            content: "";
            margin-top: 1rem;
            margin-bottom: 1rem;
            display: inline-block;
            width: 100%;
            --tw-bg-opacity: 1;
            background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
            height: 1px;
        }

    .about-value .content-center p {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 400;
    }

.about-partner {
    background-image: url(../assets/pictures/catalog/background/5_v%3D0.0.28.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .about-partner .context-center {
        width: 100%;
    }

@media (min-width: 640px) {
    .about-partner .context-center {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .about-partner .context-center {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .about-partner .context-center {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .about-partner .context-center {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .about-partner .context-center {
        max-width: 1536px;
    }
}

.about-partner .context-center {
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 80rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

    .about-partner .context-center .title-main {
        text-align: center;
    }

    .about-partner .context-center .center-img {
        padding: 1.25rem;
    }

.about-lead {
    background-image: url(../assets/pictures/catalog/background/5_v%3D0.0.28.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .about-lead .context-center {
        width: 100%;
    }

@media (min-width: 640px) {
    .about-lead .context-center {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .about-lead .context-center {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .about-lead .context-center {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .about-lead .context-center {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .about-lead .context-center {
        max-width: 1536px;
    }
}

.about-lead .context-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

    .about-lead .context-center .title-main {
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }

        .about-lead .context-center .title-main h2 {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 700;
            text-transform: uppercase;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

    .about-lead .context-center .img-center {
        display: grid;
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 0.5rem;
    }

        .about-lead .context-center .img-center .inner-big {
            grid-column: span 12 / span 12;
            display: flex;
            align-items: center;
            justify-content: center;
        }

@media (min-width: 640px) {
    .about-lead .context-center .img-center .inner-big {
        grid-column: span 12 / span 12;
    }
}

.about-lead .context-center .img-center .inner-big .member-photo {
    margin-left: auto;
    margin-right: auto;
    width: 14rem;
    text-align: center;
}

.about-lead .context-center .img-center .inner-big .team-desc {
    width: 14rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

    .about-lead .context-center .img-center .inner-big .team-desc .member-info {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

        .about-lead .context-center .img-center .inner-big .team-desc .member-info .member-name {
            font-size: 0.75rem;
            line-height: 1rem;
            font-weight: 700;
        }

        .about-lead .context-center .img-center .inner-big .team-desc .member-info .member-position {
            font-size: 10px;
            line-height: 1rem;
        }

.about-lead .context-center .img-center .inner-small {
    grid-column: span 6 / span 6;
    display: flex;
    justify-content: center;
}

@media (min-width: 640px) {
    .about-lead .context-center .img-center .inner-small {
        grid-column: span 4 / span 4;
    }
}

@media (min-width: 1024px) {
    .about-lead .context-center .img-center .inner-small {
        grid-column: span 2 / span 2;
    }
}

.about-lead .context-center .img-center .inner-small .member-photo {
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
    text-align: center;
}

    .about-lead .context-center .img-center .inner-small .member-photo img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

.about-lead .context-center .img-center .inner-small .team-desc {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

    .about-lead .context-center .img-center .inner-small .team-desc .member-info {
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

        .about-lead .context-center .img-center .inner-small .team-desc .member-info .member-name {
            font-size: 0.75rem;
            line-height: 1rem;
            font-weight: 700;
        }

        .about-lead .context-center .img-center .inner-small .team-desc .member-info .member-position {
            font-size: 10px;
            line-height: 1rem;
        }

.about-business {
    background-image: url(../assets/pictures/catalog/background/5_v%3D0.0.28.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .about-business .context-center {
        width: 100%;
    }

@media (min-width: 640px) {
    .about-business .context-center {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .about-business .context-center {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .about-business .context-center {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .about-business .context-center {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .about-business .context-center {
        max-width: 1536px;
    }
}

.about-business .context-center {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

.about-business .content-main {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

    .about-business .content-main .name {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: 700;
        text-transform: uppercase;
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.about-business .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.about-business .swiper-slide {
    text-align: center;
    width: 100%;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-business .show-partner {
    position: relative;
    cursor: pointer;
}

    .about-business .show-partner:after {
        content: "";
        position: absolute;
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        left: 5px;
        top: 5px;
        pointer-events: none;
        border: 1px solid #0571b8;
    }

.about-business .pic-partner {
    transition: all 0.3s ease-in-out;
}

.about-business .swiper-bottom {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.25rem;
}

.about-business .swiper-navigation {
    position: relative;
    top: 0px;
    width: 100%;
}

.about-business .swiper-pagination {
    top: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.about-business .swiper-button-next,
.about-business .swiper-button-prev {
    position: absolute;
    border-width: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 27px 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.about-business .swiper-button-next, .about-business .swiper-button-prev {
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgba(23, 119, 194, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(5, 113, 184, var(--tw-bg-opacity));
}

.about-business .swiper-button-prev {
    transform: rotate(180deg);
    left: 20%;
}

.about-business .swiper-button-next {
    right: 20%;
}

.about-video {
    background-image: url(../assets/pictures/catalog/background/8_v%3D0.0.28.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

    .about-video .box-section {
        width: 100%;
    }

@media (min-width: 640px) {
    .about-video .box-section {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .about-video .box-section {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .about-video .box-section {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .about-video .box-section {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .about-video .box-section {
        max-width: 1536px;
    }
}

.about-video .box-section {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
}

    .about-video .box-section .content-main {
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center;
    }

        .about-video .box-section .content-main .heading {
            font-size: 1.25rem;
            line-height: 1.75rem;
            font-weight: 700;
            text-transform: uppercase;
            --tw-text-opacity: 1;
            color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

        .about-video .box-section .content-main .swiper-container {
            width: 100%;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            margin-top: 2rem;
            margin-bottom: 2rem;
        }

        .about-video .box-section .content-main .swiper-slide {
            text-align: center;
            width: 100%;
            /* Center slide text vertically */
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .about-video .box-section .content-main .show-partner {
            margin-left: auto;
            margin-right: auto;
            width: 66.666667%;
        }

        .about-video .box-section .content-main .pic-video {
            transition: all 0.3s ease-in-out;
            height: 12rem;
        }

@media (min-width: 640px) {
    .about-video .box-section .content-main .pic-video {
        height: 20rem;
    }
}

@media (min-width: 768px) {
    .about-video .box-section .content-main .pic-video {
        height: 24rem;
    }
}

.about-video .box-section .content-main .title-pic {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .about-video .box-section .content-main .title-pic h3 {
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 500;
        text-transform: none;
    }

.about-video .box-section .content-main .view-video {
    position: absolute;
    top: 33.333333%;
    left: 50%;
    height: 3.5rem;
    width: 3.5rem;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}

@media (min-width: 640px) {
    .about-video .box-section .content-main .view-video {
        top: 40%;
    }
}

.about-video .box-section .content-main .view-video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2024/09/player.svg) no-repeat 60%/60%;
    border-radius: 50%;
}

.about-video .box-section .content-main .swiper-bottom {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1.25rem;
}

.about-video .box-section .content-main .swiper-navigation {
    position: relative;
    top: 0px;
    width: 100%;
}

.about-video .box-section .content-main .swiper-pagination {
    top: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.about-video .box-section .content-main .swiper-button-next,
.about-video .box-section .content-main .swiper-button-prev {
    position: absolute;
    border-width: 1px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: 27px 15px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.about-video .box-section .content-main .swiper-button-next, .about-video .box-section .content-main .swiper-button-prev {
    border-radius: 9999px;
    --tw-border-opacity: 1;
    border-color: rgba(23, 119, 194, var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgba(5, 113, 184, var(--tw-bg-opacity));
}

.about-video .box-section .content-main .swiper-button-prev {
    transform: rotate(180deg);
    left: 20%;
}

.about-video .box-section .content-main .swiper-button-next {
    right: 20%;
}

.footer {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    padding-bottom: 1rem;
}

    .footer .social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.25rem;
    }

        .footer .social a {
            margin-top: 0.375rem;
            margin-bottom: 0.375rem;
        }

    .footer .copyright {
        text-align: center;
        font-size: 10px;
        line-height: 1rem;
        font-weight: 300;
        text-transform: uppercase;
        color: #999;
    }


/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
    display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

fieldset {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.5; /* 2 */
}


body {
    font-family: inherit;
    line-height: inherit;
}

*,
::before,
::after {
    box-sizing: border-box; /* 1 */
    border-width: 0; /* 2 */
    border-style: solid; /* 2 */
    border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

button,
[role="button"] {
    cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
    outline: auto;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
    color: inherit;
    text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block; /* 1 */
    vertical-align: middle; /* 2 */
}

img,
video {
    max-width: 100%;
    height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
    display: none;
}

*, ::before, ::after {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}

html,
body {
    height: auto;
}

body {
    background: linear-gradient(0deg, #0073b5, #bfdfee);
}

h2 {
    font-size: 1.375rem;
    line-height: 1.4;
}

h3 {
    text-transform: uppercase;
}

p {
    font-size: 0.875rem;
    line-height: 1.6;
    font-weight: 400;
}

.number {
    margin: auto;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
}

@media (min-width: 1024px) {
    .number {
        font-size: 3rem;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgba(0, 154, 255, var(--tw-text-opacity));
    }
}

.jobs-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.jobs-des {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
}

.title-big {
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 300;
    text-transform: uppercase;
}

.title-main {
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .title-main {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 768px) {
    .title-main {
        font-size: 2.8vw;
        line-height: 1.4;
    }
}

@media (min-width: 1024px) {
    .title-main {
        font-size: 2.5vw;
        line-height: 1.4;
    }
}

.title-main {
    line-height: 1.4;
}

.title-main-1 {
    font-size: 1.375rem;
    line-height: 1.4;
}

@media (min-width: 640px) {
    .title-main-1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 768px) {
    .title-main-1 {
        font-size: 2.8vw;
        line-height: 1.4;
    }
}

@media (min-width: 1024px) {
    .title-main-1 {
        font-size: 2.05vw;
        line-height: 1.4;
    }
}

.title-des {
    font-size: 19px;
    line-height: 2;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .title-des {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 768px) {
    .title-des {
        font-size: 1.375rem;
        line-height: 1.4;
    }
}

.title-contact {
    font-size: 19px;
    line-height: 2;
    font-weight: 300;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .title-contact {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .title-contact {
        font-size: 1.375rem;
        line-height: 1.4;
    }
}

.title-contact {
    line-height: 2;
}

.content {
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
}

@media (min-width: 640px) {
    .content {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .content {
        width: 100%;
        text-align: left;
    }
}

/* info*/

#info {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    background-image: url(../../cdnkhaihoanland.com/web/thump/W1950H1097-78fc8aa5-e40b-41f5-97c7-127a43d3ae0e_v%3D0.4.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

@media (min-width: 640px) {
    #info {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

@media (min-width: 768px) {
    #info {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
}

@media (min-width: 1280px) {
    #info {
        display: flex;
        height: 100vh;
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        padding-left: 6vw;
    }
}

.title {
    grid-column: 1/6;
    grid-row: 1;
}

    .title::before {
        content: "â€œ";
        position: absolute;
        top: -40px;
        font-size: 80px;
        line-height: 1;
        color: #fff;
        font-style: inherit;
    }

    .title::after {
        content: "";
        display: inline-block;
        position: relative;
        width: 80px;
        height: 1px;
        background-color: #fff;
        margin: 15px 0;
    }

/* business*/

#business {
    background: linear-gradient(135deg, #0097ea, #004e91);
    padding: 60px 24px 40px;
    position: relative;
}

@media (min-width: 1280px) {
    #business {
        height: 100vh;
        width: 100vw;
        padding: 0px;
    }
}

.business-img {
    height: 14rem;
    width: 14rem;
    border-radius: 9999px;
    border-width: 4px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgba(33, 157, 229, var(--tw-border-opacity));
    -o-object-fit: cover;
    object-fit: cover;
    --tw-shadow: 0 20px 30px rgba(0,0,0,.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
    .business-img {
        height: 18.75rem;
        width: 18.75rem;
    }
}

@media (min-width: 768px) {
    .business-img {
        height: 14rem;
        width: 14rem;
    }
}

@media (min-width: 1024px) {
    .business-img {
        height: 16vw;
        width: 16vw;
    }
}

@media (min-width: 1280px) {
    .business-img {
        height: 14vw;
        width: 14vw;
    }
}

.business-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .business-right {
        flex-direction: row-reverse;
        gap: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.business-right {
    max-width: 100%;
}

.box-right {
    margin-bottom: 1.5rem;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

@media (min-width: 768px) {
    .box-right {
        align-items: flex-end;
    }
}

@media (min-width: 1280px) {
    .box-right {
        max-width: 48rem;
    }
}

.box-right {
    max-width: 700px;
}

#jobs {
    background: linear-gradient(180deg, #004e91, #0097ea);
}

#contact {
    padding: 0px 24px 40px;
    background: linear-gradient(0deg, #004e91, #0097ea);
}

    #contact .container {
        align-items: center
    }

    #contact ul {
        padding-top: 30px;
    }

    #contact p {
        color: #fff;
        padding-left: 5px;
        font-size: 1.05rem;
    }

    #contact span {
        color: #fff;
        padding-left: 5px;
        font-size: 1.05rem;
    }

    #contact a {
        color: #fff;
        padding-left: 5px;
        font-size: 1.05rem;
    }

    #contact li {
        margin-top: 0px;
        margin-bottom: 0px;
    }

.subcrible form {
    display: flex;
    align-items: center;
}

.input-subscribe input[type="text"] {
    color: #0571b8;
    line-height: 40px;
    height: 40px;
    border-radius: 0;
    opacity: 1;
}

.input-text input[type="text"] {
    color: #666;
    font-size: 15px;
    line-height: 48px;
    padding: 0 20px;
    border: none;
    width: 100%;
    height: 43px;
    font-weight: 400;
    background-color: #fff;
    box-shadow: none;
    opacity: .8;
    border-radius: 0;
    transition: all .3s ease-in-out;
}

.input-subscribe {
    border: none;
    padding-top: 10px;
}

.subcrible {
    margin-left: 20px;
    padding-top: 50px;
}

.input-subscribe button {
    border: solid 0.5px #fff;
    height: 43px;
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 10px 13px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #0571b8;
    font-weight: 700;
    cursor: pointer;
}

.logo-footer {
    vertical-align: middle;
    background: url(/wp-content/uploads/2024/09/logo2.svg) no-repeat 50%;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    object-fit: contain;
}

.left-box-footer, .logo-footer {
    position: relative;
    display: block;
}

.left-box-footer {
    width: 350px;
}

.license {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

    .license img {
        display: block;
        height: auto;
        width: 150px;
    }

#news {
    padding: 190px 24px;
}

.job::before {
    content: "â€œ";
    position: absolute;
    top: -40px;
    font-size: 80px;
    line-height: 1;
    color: #fff;
    font-style: inherit;
}

.job::after {
    content: "";
    display: inline-block;
    position: relative;
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin: 15px 0;
}

.des {
    grid-column: 1/8;
    grid-row: 2;
}

.box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
}

    .box-overlay span {
        border-radius: 50%;
        background: linear-gradient(100deg, rgba(5, 113, 184, 0), #035397);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.foreground {
    fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377;
    stroke: CurrentColor;
    stroke-width: 1.5;
    transform-origin: 50% 50%;
}

.responsive-youtube {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    height: 0;
}

    .responsive-youtube iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    line-height: 30px !important;
    font-size: 12px !important;
    color: #000 !important;
    opacity: 1 !important;
    background: white !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #007aff !important;
}

.swiper-slide-active .slider-item-content > * {
    transform: translateY(0px);
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    top: 25% !important;
}

.swiper-pagination {
    position: absolute;
    width: 100% !important;
    text-align: center;
    top: 50%;
}

#contact ul img {
    width: 32px;
}

@media screen and (max-width: 765px) {
    .swiper-pagination-bullet {
        width: 18px !important;
        height: 18px !important;
        text-align: center;
        line-height: 18px !important;
        font-size: 12px !important;
        color: #000 !important;
        opacity: 1 !important;
        background: white !important;
    }

    .swiper-pagination-bullet-active {
        color: #fff !important;
        background: #007aff !important;
    }
}

@media screen and (min-width: 768px) {
    .swiper-button-next,
    .swiper-button-prev {
        top: 30% !important;
    }

    .elements {
        top: 0px;
        padding: 10px;
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: center;
        gap: 0.5rem;
    }

    .swiper-pagination-bullet {
        width: 25px !important;
        height: 25px !important;
        text-align: center;
        line-height: 25px !important;
        font-size: 12px !important;
        color: #000 !important;
        opacity: 1 !important;
        background: white !important;
    }

    .swiper-pagination-bullet-active {
        color: #fff !important;
        background: #007aff !important;
    }
}

@media screen and (min-width: 1024px) {
    .elements {
        top: 0px;
        padding: 10px;
        position: relative;
        z-index: 3;
        display: flex;
        justify-content: center;
        gap: 0.5rem;
    }
}

.animation-zoom {
    -webkit-animation: zoom-in-zoom-out 30000ms ease infinite;
    animation: zoom-in-zoom-out 30000ms ease infinite;
}

.header-scroll-top {
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    /*! box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); */
    height: 96px;
}

.top-1rem {
    margin-top: 1rem;
}

@media only screen and (max-width: 810px) {
    .header .main .logo {
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        height: 5rem;
        /*        left: 30%;*/
    }

    .main .hose-khl {
        padding-left: unset;
        padding-top: unset;
    }

    .header {
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    }

    .container.mx-auto {
        flex-direction: column;
    }

    .left-box-footer {
        padding-top: 30px;
    }

    .top-1rem {
        margin-top: unset;
    }
}
