.home .header-01 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: #000000a6;
}

.home .fix {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 300 !important;
    -webkit-transition: position 0.8s;
    -o-transition: position 0.8s;
    transition: position 0.8s;
    -webkit-animation: affix-menu 1s;
    animation: affix-menu 1s;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.header-01 {
    padding: 10px 0;
    background-color: #000000a6;
}

.header-01 > .container > .row > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.typing-container {
    font-size: 6.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    border-right: 2px solid var(--color-highlight);
    width: 0;
    animation: typing 6s steps(30, end) infinite, blink 0.7s step-end infinite;
}

@keyframes typing {
    0% {
        width: 0;
    }

    100% {
        width: 23ch;
    }
}

@keyframes blink {
    0%, 100% {
        border-color: transparent;
    }

    50% {
        border-color: var(--color-highlight);
    }
}

.cus-swiper-slide-main {
    position: relative;
}

.cus-swiper-slide-main:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000038;
}

.section-home-02 {
    margin: 90px 0;
}

.box-about-home-02 .info-about-right .item {
    display: flex;
    height: 56px;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
    margin-left: 30px;
}

.box-about-home-02 .info-about-right .item:nth-child(2n) {
    background: #F3F4F6;
}

.box-about-home-02 .info-about-right .item span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
}

.box-about-home-02 .info-about-right .item span>svg {
    margin-right: 10px;
}

.about-thumb img {
    width: 90%;
    height: 100%;
}

.about-thumb {
    position: relative;
    /*box-shadow: rgba(0, 0, 0, 0.05) 5px 15px 60px 0px;*/
    z-index: 1;
}

.about-thumb::after {
    content: "";
    height: 100%;
    left: 25px;
    opacity: 0.2;
    position: absolute;
    top: 25px;
    width: 90%;
    z-index: -1;
    border-width: 10px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
    transition: 0.4s;
}

.about-thumb:hover::after {
    top: 0px;
    left: 0px;
    z-index: 1;
}

.about-thumb > .img-about::after {
    content: "";
    height: 100%;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: 0px;
    width: 90%;
    background: none 0px 0px repeat scroll rgb(0, 0, 0);
    transition: 1s;
}

.about-thumb:hover .img-about::after {
    opacity: 0.6;
}

.info-about-right {
    padding-left: 17px;
    position: relative;
    border-left: 5px solid rgb(0, 178, 45);
    border-radius: 15px;
    border-color: #00B22D;
}

.info-about-right::after, .info-about-right::before {
    content: "";
    height: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    background: none 0px 0px repeat scroll rgb(0, 178, 45);
    border-radius: 40px;
}

.info-about-right::before {
    left: -22px;
}

.slogan-landing {
    font-size: 18px;
}

.icon-ly-lich i {
    font-size: 30px;
    background-color: var(--color-highlight);
    color: white;
    padding: 13px;
    border-radius: 3px;
}

.cus-flex-ly-lich {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.section-home-03 {
    background: rgb(244, 249, 252);
    padding: 90px 0;
}

.bg-nd-ly-lich {
    background-color: white;
    margin-bottom: 45px;
    padding: 30px;
    border-radius: 3px;
    position: relative;
}

.name-ly-lich {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: black;
}

.mota-ly-lich {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize;
    color: rgb(53, 53, 53);
}

.sonam-ly-lich {
    color: white;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    background: var(--color-highlight);
    padding: 6px 18px;
    border-radius: 3px;
}

.trai-phai-ly-lich > div:nth-child(1) .bg-nd-ly-lich {
    text-align: right;
    margin-right: 50px;
}

.trai-phai-ly-lich > div:nth-child(1) .bg-nd-ly-lich:before {
    position: absolute;
    content: '';
    top: 0;
    right: -40px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--color-highlight);
}

.trai-phai-ly-lich > div:nth-child(2) .bg-nd-ly-lich {
    margin-left: 50px;
}

.trai-phai-ly-lich > div:nth-child(2) .bg-nd-ly-lich:before {
    position: absolute;
    content: '';
    top: 0;
    left: -40px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: var(--color-highlight);
}

.circle-container {
    position: relative;
    width: 160px;
    height: 160px;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: conic-gradient(#00ff88 0%, #222 0%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.2s linear;
}

.percent {
    position: absolute;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 2.5rem;
}

.swiper-wrap-ky-nang {
    background-color: rgb(244, 249, 252);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.swiper-wrap-ky-nang:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 5px 15px 20px 0px;
    transform: translateY(-5px);
    background: rgb(255, 255, 255);
}

.section-home-04 {
    margin: 90px 0 60px 0;
}

.swiper-tile-ky-nang {
    color: white;
    font-weight: 500;
    font-size: 22px;
    left: 52%;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 36%;
    width: 45%;
    z-index: 1;
    background: var(--color-highlight);
    border-radius: 3px;
    overflow: hidden;
}

.swiper-tile-ky-nang::before {
    content: "";
    height: 40px;
    position: absolute;
    right: -25px;
    top: 5px;
    transform: rotate(-45deg);
    width: 40px;
    z-index: -2;
    background: rgb(244, 249, 252);
}

.cus-collapsed-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 12px;
    font-size: 18px;
    background-color: var(--color-highlight);
    color: white;
    font-weight: 500;
    border-radius: 5px;
}

.card-collapse .show {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 0 0px 10px 10px;
    padding: 15px 10px;
    border-top: 0;
}

.card-collapse .collapsed i:before {
    content: "\2b";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
}

.card-collapse {
    margin-bottom: 20px;
}

.section-home-05 {
    background: rgb(244, 249, 252);
    padding: 90px 0;
}

.bg-video-html {
    background-size: cover;
    background-position: revert;
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
}

.watch-video i {
    position: absolute;
    width: 70px;
    height: 70px;
    font-size: 35px;
    text-align: center;
    display: inline-block;
    line-height: 70px;
    left: 50%;
    top: 50%;
    color: rgb(41, 41, 41);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgb(255, 255, 255);
}

.section-home-06 {
    margin: 90px 0;
}

.article-item .inner-content {
    /* background-color: #f4f9fc; */
    padding: 20px 20px 20px 20px;
}

.bg-form-map-home {
    position: relative;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0px 90px 0;
}

.bg-form-map-home:after {
    background: #000000b8;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.bg-form-map-home .title-section {
    color: white;
}

.bg-form-home {
    position: relative;
    padding: 20px;
    border-radius: 3px;
    z-index: 1;
    background-color: #0000005e;
    height: 100%;
}

.bg-form-home label {
    color: white;
    font-size: 17px;
}

.bg-form-home .form-control {
    border: 1px solid var(--color-highlight);
    background-color: transparent;
    height: auto;
    padding: 12px;
    border-radius: 3px;
}

.bg-form-home textarea {
    height: 100px !important;
}

.bg-form-home .btn-submit {
    width: 100%;
    border-radius: 3px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.copy-right {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #2f2f2f;
}

footer {
    background: #000;
    color: white;
}

@media (max-width: 768px) {
    .typing-container {
        font-size: 2.3rem;
        margin-bottom: 10px;
    }

    .swiper-slide--description {
        font-size: 1.6rem;
        margin-bottom: 1.5rem;
        letter-spacing: 1.2px;
    }

    .header-01 {
        padding: 2px 0;
    }

    .section-home-02 {
        margin: 40px 0;
    }

    .about-thumb {
        margin-bottom: 45px;
    }

    .title-section {
        font-size: 2.5rem;
    }

    .info-about-right::after, .info-about-right::before {
        width: 2px;
    }

    .info-about-right::before {
        left: -10px;
    }

    .info-about-right {
        padding-left: 8px;
        border-left: 2px solid rgb(0, 178, 45);
    }

    .section-home-03 {
        padding: 40px 0 10px 0;
    }

    .bg-nd-ly-lich {
        margin-bottom: 30px;
        padding: 20px;
    }

    .cus-flex-ly-lich {
        margin-bottom: 30px;
    }

    .trai-phai-ly-lich > div:nth-child(1) .bg-nd-ly-lich {
        text-align: left;
        margin-right: auto;
        margin-left: 50px;
    }

    .trai-phai-ly-lich > div:nth-child(1) .bg-nd-ly-lich:before {
        right: auto;
        left: -40px;
    }
    
    .section-home-04 {
        margin: 40px 0 20px 0;
    }
    
    .circle-container {
        width: 120px;
        height: 120px;
    }
    
    .swiper-tile-ky-nang {
        font-size: 18px;
        line-height: 45px;
        top: 33%;
    }
    
    .section-home-05 {
        padding: 40px 0;
    }
    
    .bg-video-html {
        height: 230px;
        margin-bottom: 30px;
    }
    
    .section-home-06 {
        margin: 40px 0;
    }
    
    .entire-map {
        padding-top: 60%;
    }
    
    .bg-form-map-home {
        padding: 50px 0px 50px 0;
    }
    
    .name-ly-lich {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    .mota-ly-lich {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
}
