﻿:root {
    --font-size: 16px;
    --font-family: "Inter", serif;
    --line-height: 1.412;
    --color-1: rgba(0, 81, 250, 1);
    --color-2: rgba(232, 178, 18, 1);
    --color-3: rgba(237, 243, 249, 1);
    --color-4: #E0BED6;
    --color-5: #F49EC4;
    --color-6: #252525;
    --color-7: #fff;
    --color-8: #F39F5F;
    --color-9: #979797;
    --color-10: rgba(239, 245, 246, 1);
    --color-star: rgba(232, 178, 18, 1);
    --navbar-height: 50px;
    --swiper-navigation-size: 6rem;
}
p{
    margin-bottom:.5rem;
}
#nuttimkiem-nguyenlan{cursor:pointer}
.ff-SS {
    /*font-family: 'SourceSans3-Bold', sans-serif!important;*/
}

.bg-background{
    background-color:var(--color-7);
}
.bg-form {
    background: linear-gradient(180deg, #D5DEEB 16.5%, #497FB3 100%);
}
.bg-primary {
    background-color: var(--color-1) !important;
}
.text-primary{
    color:var(--color-1)!important;
}
.text-star {
    color:var(--color-star)!important;
}
.cl-color-3 {
    color: var(--color-3) !important;
}
.bg-color-3 {
    background-color: var(--color-3) !important;
}
.br-primary{
    border-color:var(--color-1)!important;
}
.navbar-img {
    background-color: var(--color-7);
    padding-top: 3rem;
}
    
.navbar-img-top {
    background-image: url('../img/bg-header-top.png');
    background-repeat:repeat-x;
    background-position-y:top;
    background-size:contain;
    width:100%;
    height:2.75rem;
    position:relative;
    z-index:1;
}
    .navbar-img-bottom {
        background-image: url('../img/bg-header-bottom.png');
        background-repeat: repeat-x;
        background-position: top;
        background-size: contain;
        width: 100%;
        height: 2.75rem;
    }
.navbar .navbar-nav .nav-link {
    font-size: 1rem;
}
@media (max-width: 1280px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: .8rem;
    }
}

@media (max-width: 991px) {
    .dropdown-menu {
        background-color: transparent;
        box-shadow: none !important;
    }
}
html {
    font-size: var(--font-size);
    font-weight: 400;
    height: 100%;
}
body {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: var(--line-height);
    color: var(--color-6);
    overflow-x: hidden;
    background-color: var(--color-7);
}
.logo-brand{
    height:3rem;
}
.logo-brand img{
    display:block;
    height:100%;
}
.navbar-light {
    background-color: var(--color-7);
}
.navbar-toggler {
    padding: .25rem .5rem;
    border-radius: 4px;
    margin-right: 1rem;
}
    .navbar-toggler:focus {
        box-shadow: 0 0 0 .25rem var(--color-1);
    }
.navbar-collapse{
    padding-left:2rem;
}
.footer {
    /*background-image: url('../img/footer.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size:cover;*/
    padding:4rem 0 1rem 0;
    position: relative;
}
    .bg-footer::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        background-repeat: repeat-x;
        background-position: top;
        /*background-size: 75%;*/
        height: 4rem;
        /*background-image: url('../img/footer.png');*/
        /*background-image: url('../img/bg-testimonial-top.png');*/
    }
.bg-footer,.bg-about{
    position:relative;
}
    .bg-about{
        z-index:1;
    }
    /*.bg-about::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        background-repeat: repeat-x;
        background-position: bottom;
        background-size: 75%;
        height: 4rem;
        background-image: url('../img/bg-testimonial-bottom.png');
        top: -4rem
    }*/

.btn-newletter{
    background-color:var(--color-1);
    border-radius:1rem 1rem 0 0;
    color:#fff!important;
    min-width:3.5rem;
}
.ico {
    display:inline-block;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width:1.5rem;
    height:1.5rem;
}
.ico.large{
    width:3rem;
    height:3rem;
}
    .ico.facebook {
        background-image: url('../img/ico/facebook.png');
    }
    .ico.tiktok {
        background-image: url('../img/ico/tiktok.png');
    }
    .ico.instagram {
        background-image: url('../img/ico/instagram.png');
    }
    .ico.zalo {
        background-image: url('../img/ico/zalo.png');
    }
    .ico.hotline {
        background-image: url('../img/ico/hotline.png');
    }
.ico-phone {
    background-image: url('../assets/ico/phone.png');
}
.ico-email {
    background-image: url('../assets/ico/email.png');
}
.ico-address {
    background-image: url('../assets/ico/address.png');
}
.social a {
    color: var(--color-9);
    display:inline-flex;
    padding:.35rem;
}
a:hover{
    color:var(--color-1);
}
.btn-link{
    cursor:pointer;
    color:var(--color-2);
}
    .btn-link:hover {
        color: var(--color-2);
    }
.btn-primary {
    color: #fff;
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--color-1);
    border-color: var(--color-1);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    color: #000;
    background-color: var(--color-1);
    border-color: var(--color-1);
}
    .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 .25rem rgba(216,79,47,0.5)
    }
.btn-secondary {
    background-color: var(--color-2);
    border-color: var(--color-2)
}

    .btn-secondary:hover {
        background-color: var(--color-2);
        border-color: var(--color-2)
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus {
        background-color: var(--color-2);
        border-color: var(--color-2);
        box-shadow: 0 0 0 .25rem rgba(232, 178, 18, .5)
    }

    .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
        background-color: rgba(232, 178, 18, .5);
        border-color: var(--color-2)
    }

        .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .25rem rgba(232, 178, 18, .5)
        }

    .btn-secondary:disabled, .btn-secondary.disabled {
        background-color: rgba(232, 178, 18, .5);
        border-color: var(--color-2)
    }
.btn-outline-primary {
    color: var(--color-1);
    border-color: var(--color-1)
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: var(--color-1);
        border-color: var(--color-1)
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .25rem rgba(232, 178, 18, .5)
    }

    .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
        color: #fff;
        background-color: var(--color-1);
        border-color: var(--color-1)
    }

        .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
            box-shadow: 0 0 0 .25rem rgba(232, 178, 18, .5)
        }

    .btn-outline-primary:disabled, .btn-outline-primary.disabled {
        color: var(--color-1);
        background-color: transparent
    }
.btn-sm, .btn-group-sm > .btn{
    min-height:0;
}
.testimonial-item {
    position: relative;
}
.testimonial-item-img{
    position:relative;
}
.img-shape {
    display: block;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url('../img/team-shape.png.png');
}
.ratio-9x16 {
    --bs-aspect-ratio: calc(4 / 3 * 100%)
}
.bg-img{
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
}
.rounded-4 {
    border-radius: .5rem !important;
}
.rounded-5 {
    border-radius: .75rem !important;
}
.bg-4 {
    background-color: var(--color-4);
}
@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1680px
    }
}
.fw-normal {
    /*font-family: 'Quicksand-regular';*/
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--color-1);
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--color-1);
}
.dropdown-menu  .dropdown-item{
    padding-left:2rem;
}
.dropdown-menu > .dropdown-item {
    padding-left: 1rem;
}
.tag-xanh_la,.tag-xanh_duong {
    position: relative;
    
}
.tag-xanh_la{
    z-index:2;
}
.tag-xanh_duong {
    margin-left: -48px;
    margin-top: 14px;
    z-index: 1;
}
.tag-text {
    color: #fff;
    position: absolute;
    transform: rotate(-10deg) translateY(-50%);
    left: 20px;
    top: 50%;
    font-size: 1.15rem;
}
.bg-testimonial, .bg-facilities {
    position: relative;
}
.bg-testimonial {
    /*background-color: var(--color-10);*/
    padding: 5rem 0;
}
.bg-facilities{
        z-index:1;
    }
    .bg-facilities::before, .bg-testimonial::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        background-repeat: repeat-x;
        background-position: top;
        /*background-size: 75%;*/
        height: 4rem;
    }
    .bg-facilities::before {
        /*bottom: -4rem;
        background-image: url('../img/bg-testimonial-top.png');*/
    }
.bg-testimonial::after {
        /*bottom:0;
        background-image: url('../img/bg-testimonial-bottom.png');
        background-position:bottom;*/
}
.element {
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: absolute;
    /*overflow: hidden;*/
    
}
.rainbow {
    top:10rem;
    left:0;
}
.giraffe {
    top: 10rem;
    right: 0;
}
@media (min-width: 300px) {
    .giraffe {
        top: auto;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
}
.quote{
    top:-9px;
    right:-16px;
}
.avatar{
    width:108px;
    height:108px;
    border-radius:50%;
    overflow:hidden;
}
.testimonial-item {
    color: #252525;
    margin: 1.15rem;
    height: calc(100% - 30px);
    width: 332px;
    max-height: 512px;
    gap: 0px;
    border-radius: 20px 0px 0px 0px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.owl-carousel .owl-stage{
    display:flex;
    flex-wrap:wrap;
}
.bg-team {
    padding: 5rem 0;
    background-color: #fff;
}
.team-item {
    margin: 0 1.15rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.team-text {
    flex-grow: 1;
    overflow-y: auto;
}
.team-img {
    position: relative;
    flex: none;
}
    .team-img .shape {
        position: absolute;
        width: 100%;
        left: 0;
        background-repeat: repeat-x;
        background-position:bottom;
        background-size: 101%;
        height: 6rem;
        background-image: url('../img/team-shape.png');
        bottom: -1px;
    }
.team-btn {
    display: flex;
    justify-content: end;
    flex:none;
}

.btn-info {
    color: #fff;
    background-color: var(--color-8);
    border-color: var(--color-8)
}

    .btn-info:hover {
        color: #fff;
        background-color: var(--color-8);
        border-color: var(--color-8)
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #fff;
        background-color: var(--color-8);
        border-color: var(--color-8);
        box-shadow: none
    }

    .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: var(--color-8);
        border-color: var(--color-8)
    }

        .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: none
        }

    .btn-info:disabled, .btn-info.disabled {
        color: #fff;
        background-color: var(--color-8);
        border-color: var(--color-8)
    }
.facility-item{
    position:relative;
}
.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
.ele-mid-hoz {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

.ele-mid-ver {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.ele-mid {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.fullscreen{
    width:100vw;
    height:100vh;
}
.banner {
    position: relative;
    background-color: var(--color-7);
}
.bg-banner{
    position:relative;
}
.banner-text {
    position:relative;
}
    .banner-text{
        color:#fff;
    }
    .banner-text::before {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        top: 0;
        background-color: rgba(0,0,0,.4);
        border-radius: 1rem;
        z-index:-1;
    }
@media (min-width: 992px) {
    .banner-text{
        color:#000;
    }
    .banner-text::before{
        display:none;
    }
}
@media (max-width: 375px) {
    .banner-text {
        transform: translateY(6%);
        -webkit-transform: translateY(6%);
    }
}
.bg-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    background-repeat: repeat-x;
    background-position-y: bottom;
    height: 10rem;
    background-image: url('../img/banner-bottom.png');
    bottom: -1px;
}
.list-group-disc {
    list-style-type: disc;
}

@media (max-width: 767.98px){
    .f-md-column-reverse{
        flex-direction:column-reverse;
    }
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 3rem;
    height: 4rem;
    background: rgba(0,0,0,.2);
    border-radius: 8px;
    font-size: 3rem;
    color:#fff;
}

    .testimonial-carousel .owl-nav .owl-prev:hover,
    .testimonial-carousel .owl-nav .owl-next:hover,
    .team-carousel .owl-nav .owl-prev:hover,
    .team-carousel .owl-nav .owl-next:hover {
        background: var(--color-1);
    }
.testimonial-carousel .owl-nav, .team-carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 4rem;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.bg-team, .bg-testimonial, .bg-facilities, .bg-about, .bg-banner{
    width:100%;
    overflow:hidden;
}
/*-----swiper-------*/
swiper-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

swiper-slide {
    width: auto;
    padding: 0 .25rem;
    position: relative;
    height:auto;
}
.swiper-btn-next, .swiper-btn-prev {
    position: absolute;
    top: 50%;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-10);
}

    .swiper-btn-next:hover, .swiper-btn-prev:hover {
        color: var(--color-0);
    }

.swiper-btn-prev, .swiper-rtl .swiper-btn-next {
    left: auto;
    right: 100%;
}

.swiper-button-disabled {
    color: var(--color-9) !important;
}

.swiper-btn-next, .swiper-rtl .swiper-btn-prev {
    right: auto;
    left: 100%;
}

    .swiper-btn-next.swiper-btn-disabled, .swiper-btn-prev.swiper-btn-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

/*--------------*/
.btn-gradient {
    background: linear-gradient(82.26deg, var(--color-1) 47.16%, var(--color-2) 100%);
}
.form-signin {
    width:100%;
    max-width: 481px;
    border-radius:40px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
    background-color: rgba(245, 245, 245, 1);
    padding:3rem 3rem;
}
@media (min-width: 768px) {
    .form-signin {
        padding: 3rem 3rem;
    }
}
.item-news {
    display:flex;
    flex-direction:column;
    gap:6px;
    max-width:248px;
    margin:auto;
}
.item-news.max {
    max-width: none;
}
.item-news .card-img {
    position: relative;
    overflow: hidden;
}
    .item-news .card-img.small{
        width:5.5rem;
        flex:none;
    }
    .item-news .card-img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 4px solid #ccc;
        border-radius: 9px;
    }
    .item-news.no-border .card-img::after{
        border-color:transparent;
    }
.text-2-line {
    flex: 1 1 auto;
    height: calc(2*var{--font-size}*var(--line-height));
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.value-list {
    list-style: none;
    padding: 0;
    max-width: 30rem;
    width: 100%;
    margin:0 auto;
}

    .value-list li {
        padding: 10px;
        display:flex;
        background: #f8f9fa;
        margin-bottom: 10px;
        border-radius: 5px;
        box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
        display:flex;
        align-items:center;
    }
.value-list li *:nth-child(1){
    flex:none;
    width:5rem;
    text-align:center;
}
.process-slides swiper-slide:nth-child(2n+1) .process-slides-item .row{
    flex-direction: row-reverse;
}
.process-slides-item{
    max-width:1080px;
    margin:auto;
}