/***********FONT CHỮ************/

@font-face {
    font-family: 'Material Symbols Outlined';
    font-style: normal;
    src: url(../fonts/Material/material-symbols-outlined.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Rounded';
    font-style: normal;
    src: url(../fonts/Material/material-symbols-rounded.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Symbols Sharp';
    font-style: normal;
    src: url(../fonts/Material/material-symbols-sharp.woff2) format('woff2');
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-rounded {
    font-family: 'Material Symbols Rounded';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-symbols-rounded {
    font-variation-settings:
        'wght' 300
}

.material-symbols-rounded.filled {
    font-variation-settings:
        'FILL' 1
}

@font-face {
    font-family: 'Mulish Regular';
    src: url(../fonts/Mulish/Mulish-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Mulish Medium';
    src: url(../fonts/Mulish/Mulish-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Mulish Semi Bold';
    src: url(../fonts/Mulish/Mulish-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Mulish Bold';
    src: url(../fonts/Mulish/Mulish-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Mulish Extra Bold';
    src: url(../fonts/Mulish/Mulish-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: 'Mulish Black';
    src: url(../fonts/Mulish/Mulish-Black.ttf);
    font-weight: 900;
}

@font-face {
    font-family: 'Open Sans Regular';
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans Medium';
    src: url(../fonts/Open_Sans/OpenSans-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: 'Open Sans Semi Bold';
    src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: 'Open Sans Bold';
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: 'Open Sans Extra Bold';
    src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
    font-weight: 800;
}

body {
    font-family: 'Open Sans Regular';
    font-style: normal;
}

/***********SCROLL BAR************/

*::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 20px;
}

*::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 20px;
    border: 8px solid transparent;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #979595;
}

/***********SETUP MAIN CSS************/

ul, li {
    margin: 0; 
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
    object-fit: contain;
    object-position: 50% 50%;
}

h2, h4, h6 {

}

b, strong {
    font-family: 'Mulish Bold';
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

:root {
    --text: #273564;
    --body: #273564;
}

p {
    font-family: 'Open Sans Regular';
    color: #273564;
    line-height: 1.5;
}

strong {
    font-family: 'Open Sans Bold';
}

/* body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
} */

body section {
    margin-bottom: 60px;
}

@media screen and (max-width: 1024px) {
    body section {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    body section {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    body section {
        margin-bottom: 20px;
    }
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer { 

}

.f-space-between {
    display: flex;
    justify-content: space-between;
}

.f-justify-content-center {
    display: flex;
    justify-content: center;
}

.f-full-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.f-end {
    justify-content: flex-end;
}

/***********CONTAINER SETTING************/

@media screen and (min-width: 1921px) {
    html[lang="vi-VN"] .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1730px) {
    html[lang="vi-VN"] .container {
        max-width: 1650px;
    }
}

@media screen and (max-width: 1729px) and (min-width: 1367px) {
    html[lang="vi-VN"] .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (min-width: 1240px) {
    .container {
        max-width: 1344px;
    }
}

@media screen and (max-width: 1240px) and (min-width: 1118px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 991px) and (min-width: 871px) {
    .container {
        max-width: 900px;
    }
}

@media screen and (max-width: 870px) {
    .container{
        max-width: 850px;
    }
}

@media screen and (max-width: 800px) {
    .container{
        max-width: 740px;
    }
}

/*BACK TO TOP*/

/* .back-to-top {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 15px;
    border: 2px solid;
    border-color: #FFB24A;
    background: transparent;
    font-family: 'Material Symbols Rounded';
    display: none;
    z-index: 2000;
} */

.back-to-top a::after {
    content: 'north';
    color: #FFB24A;
    font-size: 24px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400 !important;
}

/*BACK TO TOP v2*/

/* .back-to-top {
    place-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 18px;
    right: 15px;
    border: 2px solid;
    border-color: rgb(255, 178, 74);
    background: #FFB24A;
    font-family: 'Material Symbols Rounded';
    z-index: 2000;
}

.back-to-top #back-to-top-value {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    background-color: var(--white);
    border-radius: 50%;
} */

/* BACK TO TOP v3 */
.anim-scroll-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.anim-scroll-to-top {
    z-index: 2000;
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: none;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(255, 178, 74,0.2);
    opacity: 0;
    visibility: hidden;
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}
.anim-scroll-to-top svg.progress-circle path {
    stroke: #FFB24A;
    stroke-width: 4;
    box-sizing: border-box;
}
.anim-scroll-to-top svg path {
    fill: none;
}
.anim-scroll-to-top::after {
    position: absolute;
    content: "north";
    font-family: "Material Symbols Rounded";
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #FFB24A;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -moz-transition: all 300ms ease-out 0s;
    -webkit-transition: all 300ms ease-out 0s;
    -ms-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

/***********SCROLL BAR OPTION************/

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: #BADEFF;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: #00396e;
    border-radius: 10px;
}

html {
    scroll-behavior: smooth;
}

/****FIREFOX SCROLL BAR****/

*:-webkit-scrollbar {
    width: 6px;
}

*:-webkit-scrollbar-track {
    background: #BADEFF;
    border-radius: 10px;
}

*:-webkit-scrollbar-thumb {
    background: #BADEFF;
    border-radius: 10px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #005EB6 transparent;
}



