
/*===================== STYLE GLOBAL OF WEBSITE ===========================*/
:root{
    --color-primary : #2D2E83;
    --color-secondary : #36A9E1;
    --color-blue-ciel : #B5E7FF;
    --color-blue-opac : #F6FCFF;
    --color-white : #ffffff ;    
    --color-black : #000000 ;    
}

body, html {
    scroll-behavior: smooth;
    background: #f7f8fb;
}

/*===================== HEADER OF WEBSITE ===========================*/

header .web{
    height: 4.6875vw;
    background: var(--color-white);
    padding: 0.677083vw 2.708333vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .mobile {
    display: none;
}

header .content-header-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
header .content-header-logo img{
    width: 3.33333vw;
    height: 3.33333vw;
}

header .content-header-between {
    display: flex;
    gap: 3.333333vw;
    align-items: center;
    justify-content: center;
}
header .content-header-between li {
    list-style: none;
}
header .content-header-between li a{
    text-transform: uppercase;
    color: var(--color-primary);
    font-size: 0.833333vw;
    font-family: var(--font-lemon);
}

header .content-header-right {
    display: flex;
    justify-content: center;
    gap: 2.083333vw;
    align-items: center;
    padding: 0.625vw 0.916145vw;
    background: var(--color-primary);
    border-radius: 11px;
}
header .content-header-right .title-action {
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 0.833333vw;
    font-family: var(--font-lemon);
}
header .content-header-right .btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625vw;
    
}
header .content-header-right .btn-download a{
    border-radius: 6px;
    background: var(--color-white);
    padding: 0.590625vw 1.04166vw;
    color: var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.572916vw;
    font-weight: bold;
    cursor: pointer;
    font-size: 1vw;
}
header .content-header-right .btn-download a img {
    width: 0.947395vw;
    height: 1.1520833vw;
}
    
/*===================== FOOTER OF WEBSITE ===========================*/

footer#footer {
    /* height: 19.53125vw ; */
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 3;
    background: white;
}
footer#footer .content-top{
    /* height: 13.8541vw ; */
    padding: 3.229166vw 5.46875vw;
    display: flex;
    justify-content: space-between;
    gap: 8.177083vw;
}
footer#footer .content-top .left {
    display: flex;
    gap: 4.375vw;
    width: 52.60416vw;
}
footer#footer .content-top .left img.logo{
    width: 3.33333vw;
    height: 3.33333vw;
}
footer#footer .content-top .left .list-items {
    display: flex;
    gap: 2.291666vw;
}
footer#footer .content-top .left .list-items .row-col{
    display: flex;
    flex-direction: column;
    gap: 0.98958vw;
}
footer#footer .content-top .left .list-items .row-col span ,
footer#footer .content-top .left .list-items .row-col li a{
    color: var(--color-primary);
    text-transform: uppercase;
    font-family: var(--font-lemon);
    font-size: 0.8333vw;
    font-weight: 700;
    text-wrap: nowrap;
}
footer#footer .content-top .left .list-items .row-col li {
    list-style: none;
}
footer#footer .content-top .left .list-items .row-col li a{
    font-weight: 500;
}
footer#footer .content-top .left .list-items .row-col li.visitPage {
    width: 13.6979vw;
}
footer#footer .content-top .left .list-items .row-col li.visitPage a{
    text-wrap: wrap;
}

footer#footer .content-top .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 28.38541vw; */
}
footer#footer .content-top .right .content-footer-top {
    display: flex;
    justify-content: center;
    gap: 1.083333vw;
    align-items: center;
    padding: 0.625vw 0.916145vw;
    background: var(--color-primary);
    border-radius: 11px;
}
footer#footer .content-top .right .content-footer-top .title-action {
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 0.833333vw;
    font-family: var(--font-lemon);
    text-wrap: nowrap;
}
footer#footer .content-top .right .content-footer-top .btn-download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625vw;
    
}
footer#footer .content-top .right .content-footer-top .btn-download a{
    border-radius: 6px;
    background: var(--color-white);
    padding: 0.590625vw 1.04166vw;
    color: var(--color-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.572916vw;
    font-weight: bold;
    cursor: pointer;
    font-size: 1vw;
}
footer#footer .content-top .right .content-footer-top .btn-download a img {
    width: 0.947395vw;
    height: 1.1520833vw;
}
footer#footer .content-top .right .content-footer-top .btn-download a span {
    text-wrap: nowrap;
}

footer#footer .content-top .right .content-footer-bottom {
    display: flex;
    gap: 1.5625vw;
    margin-top: 2.55208vw;
}
footer#footer .content-top .right .content-footer-bottom a {
    background: white;
    border-radius: 50%;
    border: 2px solid var(--color-primary);
    display: flex; 
    align-items: center; 
    justify-content: center; 
    width: 4.4479vw;
    height: 4.4479vw;
    padding: 1vw;
    overflow: hidden;
    cursor: pointer;
}
footer#footer .content-top .right .content-footer-bottom a i{
    /* width: 100%;  */
    height: auto;
    display: block;
    color: var(--color-primary);
}

footer#footer .content-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-primary);
    padding: 2.26562vw 0;
}
footer#footer .content-bottom span {
    color: #E4F3FB;
    font-family: var(--font-lemon);
    text-align: center;
    text-wrap: nowrap;
    font-size: 0.833333vw;
}

/* BUTTON FIXED */

.floating-button-action {
    position: fixed;
    bottom: 4vw;
    right: 4vw;
    background: #60d569;
    padding: 0.7vw 0.9vw;
    z-index: 100;
    border-radius: 50%;
    box-shadow: inset 0px -4px 4px #2c8332, 0px -3px 11px #969696;
    cursor: pointer;
    animation: showButton 2s linear;
    transition: all .5s ease-in-out;
    transform: scale(1);
}
.floating-button-action i {
    color: var(--color-white);
    font-size: 3vw;
    /* display: flex; */
    transition: all .5s ease-in-out;
    transform: scale(1);
}

.floating-button-action:hover {
    transform: scale(0.8);
}

@keyframes showButton {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width:768px) {
    
    /*===================== SECTION HEADER -- CONTACT OF WEBSITE ===========================*/

    header .web {
        display: none;
    }
    header .mobile{
        height: 22vw;
        background: var(--color-white);
        padding: 1.677083vw 8.708333vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    header .content-header-logo img {
        width: 13.33333vw;
        height: 13.33333vw;
    }
   
    header .mobile .toggle-bars {
        font-size: 7vw;
        display: none;
    }
    header .mobile .toggle-bars.active {
        display: block;
    }

    header .mobile .content-header-between.list-items{
        display: none;
        list-style-type: none;
        position: fixed;
        top: 22vw;
        right: 0;
        height: 100vh;
        width: 55vw;
        /* width: 250px; */
        z-index: 999;
        background-color: #ffffff45;
        backdrop-filter: blur(30px);
        box-shadow: -10px 0 10px rgba(255, 255, 255, 0.2);
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 2em;
        padding-left: 1em;
        padding-top: 1em;
    }
    header .mobile .content-header-between.list-items.active{
        display: flex;
        animation: openMenu .5s linear;
        transition: all .5s ease-out;
    }
    @keyframes openMenu {
        0% {
            opacity: 0;
            transform: translateX(-50%);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    header .mobile .content-header-between li{
        width: 100%;
    }
    header .content-header-between li a {
        font-size: 3.833333vw;
        font-weight: 500;
    }
    header .content-header-right {
        flex-direction: column;
        width: 100%;
        gap: 3.083333vw;
        background: transparent;
        justify-content: flex-start;
        align-items: flex-start;
    }
    header .content-header-right .title-action {
        color: var(--color-primary);
        font-size: 3.833333vw;
    }
    header .content-header-right .btn-download {
        flex-direction: column;
        align-items: flex-start;
        gap: 4.625vw;
        margin-left: 5vw;
    }
    header .content-header-right .btn-download a {
        padding: 0.590625vw 1.04166vw;
        gap: 3.572916vw;
        font-size: 4vw;
    }
    header .content-header-right .btn-download a img {
        width: 5.947395vw;
        height: 7.152083vw;
    }

    /*===================== SECTION FOOTER -- CONTACT OF WEBSITE ===========================*/

    footer#footer .content-top {
        padding: 4.229166vw 5.46875vw;
        flex-direction: column;
    }
    footer#footer .content-top .left {
        gap: 5.375vw;
        width: 100%;
        flex-direction: column;
    }
    footer#footer .content-top .left img.logo {
        width: 22.33333vw;
        height: auto;
    }
    footer#footer .content-top .left .list-items {
        flex-wrap: nowrap;
        flex-direction: column;
    }
    footer#footer .content-top .left .list-items .row-col span, 
    footer#footer .content-top .left .list-items .row-col li a {
        font-size: 3.8333vw;
        line-height: 10vw;
    }
    footer#footer .content-top .left .list-items .row-col li.visitPage {
        width: auto;
    }
    footer#footer .content-top .left .list-items .row-col {
        flex-direction: column;
        flex: 1 0 0%;
        gap: 0.98958vw;
    }
    footer#footer .content-top .right .content-footer-top {
        justify-content: space-around;
        padding: 3.625vw 5.916145vw;
        flex-direction: column;
        align-items: flex-start;
        gap: 3vw;
    }
    footer#footer .content-top .right .content-footer-top .title-action {
        font-size: 4.833333vw;
    }
    footer#footer .content-top .right .content-footer-top .btn-download {
        flex-direction: column;
        align-items: flex-start;
        gap: 3.625vw;    
    }
    footer#footer .content-top .right .content-footer-top .btn-download a {
        border-radius: 6px;
        padding: 0;
        width: 54vw;
        height: 12vw;
        gap: 0.572916vw;
        font-size: 4vw;
    }
    footer#footer .content-top .right .content-footer-top .btn-download a img {
        width: 6.947395vw;
        height: 6.152083vw;
    }
    footer#footer .content-top .right .content-footer-bottom {
        display: flex;
        justify-content: center;
        gap: 5.5625vw;
    }
    footer#footer .content-top .right .content-footer-bottom a {
        padding: 7vw;
    }
    footer#footer .content-top .right .content-footer-bottom a i {
        font-size: 7vw;
    }
    footer#footer .content-bottom {
        padding: 7.26562vw 0;
    }
    footer#footer .content-bottom span {
        font-size: 5.833333vw;
    }

    .floating-button-action {
        bottom: 13vw;
        right: 6vw;
        padding: 2.7vw 2.9vw;
    }
    .floating-button-action i {
        font-size: 8vw;
    }

}