@font-face {
	font-family: "Inter-Regular";
	src: url("../../assets/fonts/Inter/Inter-Regular.ttf");
}
@font-face {
	font-family: "Inter-Medium";
	src: url("../../assets/fonts/Inter/Inter-Medium.ttf");
}
@font-face {
	font-family: "Inter-SemiBold";
	src: url("../../assets/fonts/Inter/Inter-SemiBold.ttf");
}
@font-face {
	font-family: "Inter-Bold";
	src: url("../../assets/fonts/Inter/Inter-Bold.ttf");
}


body{
    padding: 0;
    margin: 0;
    color: #212121;
    font-family: 'Inter-Regular';
    font-size: 16px;
}

a{
    text-decoration: none;
}

.bg-black{
    background-color: #000 !important;
}
.bg-blue-dark{
    background-color: #02044a !important;
}
.bg-gray{
    background-color: #f5f6f8;
}
.bg-green{
    background-color: #009e6b;
}
.bg-green-light{
    background-color: #f0f9f6 !important;
}
.bg-white{
    background-color: #fff !important;
}

.clearer{
    clear: both;
}

.padding-default{
    padding: 80px 0px;    
}

h1{
    font-size: 32px;
    font-family: 'Inter-Bold';
    line-height: 1.4;
}
h2{
    font-size: 28px;
    font-family: 'Inter-Bold';
    line-height: 1.4;
}
h3{
    font-size: 24px;
    font-family: 'Inter-Bold';
    line-height: 1.4;
}
h4{
    font-size: 20px;
    font-family: 'Inter-Bold';
    line-height: 1.4;
}
h5{
    font-size: 18px;
    font-family: 'Inter-Bold';
    line-height: 1.4;
}

.p-20{
    padding: 20px;
}

.pt-80{
    padding-top: 80px;
}
.pt-40{
    padding-top: 40px;
}
.pt-20{
    padding-top: 20px;
}

.pb-80{
    padding-bottom: 80px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-20{
    padding-bottom: 20px;
}

.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right;
}

.clr-white{
    color: #fff !important;
}
.clr-green{
    color: #009e6b !important;
}

.fs-18{
    font-size: 18px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-14{
    font-size: 14px !important;
}

.display-desktop{
    display: block;
}
.display-mobile{
    display: none;
}

.button {
	min-width:130px;
	height:auto;
    padding: 12px 24px;
	display:inline-block;
	text-align:center;
	border-radius:8px;
	transition:.5s ease;
	-webkit-transition:.5s ease;
	-moz-transition:.5s ease;
	-o-transition:.5s ease;
	cursor:pointer;
	text-decoration:none;
	line-height: normal;
	position: relative;
    z-index: 50;
    font-size: 16px;
    font-family: 'Inter-Medium';
}

.button-green{
    background-color: #009e6b;
    color: #fff;
    border: 2px solid #009e6b;
}

.button-green-outline{
    background-color: transparent;
    color: #009e6b;
    border: 2px solid #009e6b;
}

.button-white-outline{
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.button-orange{
    background-color: #FEB602;
    color: #000;
    border: 2px solid #FEB602;
}

header{
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    z-index: 100;
}
.box-header{
    width: auto;
    height: 80px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.box-header .left-header{
    width: 20%;
    float: left;
    font-family: 'Inter-SemiBold';
    color: #fff;
}
.box-header .left-header img{
    width: 200px;
}
.box-header .right-header{
    width: 80%;
    float: right;
}
ul.nav-header {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: right;
}
ul.nav-header li {
    display: inline-block;
    text-align: center;
    color: #fff;
    margin-left: 40px;
    font-family: 'Inter-Medium';
    letter-spacing: 0.5;
}
ul.nav-header li a{
    color: #fff;
}

ul.nav-header li img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
}

ul.nav-header li button{
    min-width: 100px;
    padding: 8px 20px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
    color: #fff;
}
.box-act-menu{
    color: #fff;
    font-size: 24px;
    text-align: right;
}

section{
    position: relative;
    overflow: hidden;
}
.box-section{
    width: auto;
    height: auto;
    position: relative;
    z-index: 50;
}
.box-section a{
    color: #009e6b;
}
.box-section a:hover{
    color: #009e6b; 
}
.box-section hr{
    width: 64px;
    opacity: 1;
    border-top: 2px solid #009e6b;
}
.box-section h3{
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Inter-SemiBold';
    line-height: 1.4;
}
.box-section h1{
    font-size: 48px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-family: 'Inter-Bold';
    line-height: 1.4;
    letter-spacing: -0.5px;
}
.box-section small{
    font-size: 16px;
    line-height: 1.8;
    display: block;
}
.box-section img{
    width: 185px;
}

.box-introduction{
    width: 100%;
    height: 100vh;
    background-image: url("../../assets/images/bg-2.jpeg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.box-introduction .overlay-introduction{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.40);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.box-content-introduction{
    width: 48%;
    height: 100vh;
    position: relative;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-content-introduction .content-introduction{
    display: flex;
    flex-direction: column; 
    color: #fff;
}
.box-content-introduction .content-introduction label{
    font-size: 16px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.box-content-introduction .content-introduction h1{
    font-size: 64px;
    font-family: 'Inter-Bold';
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}
.box-content-introduction .content-introduction small{
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
}
.box-content-introduction .content-introduction img{
    width: 185px;
    margin-top: 40px;
}


.box-page{
    width: 100%;
    height: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.box-page .overlay-page{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.40);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}
.box-content-page{
    width: 50%;
    min-height: 620px;
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
}
.box-content-page .content-page{
    display: flex;
    flex-direction: column; 
    color: #fff;
}
.box-content-page .content-page label{
    font-size: 16px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.box-content-page .content-page h1{
    font-size: 56px;
    font-family: 'Inter-Bold';
    margin-top: 20px;
    margin-bottom: 0px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}
.box-content-page .content-page small{
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 20px;
}

.box-item{
    width: auto;
    height: auto;
    margin-left: -2%;
    margin-right: -2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.box-item .list-item{
    width: 46%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0px 4px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    float: left;
    margin: 2%;
    border-radius: 12px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
    -ms-flex-line-pack: top;
    align-content: top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.box-item .list-item .icon-item{
    width: 56px;
    height: 56px;
    background-color: #009e6b;
    margin-bottom: 20px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    color: #fff;
}
.box-item .list-item h5{
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    margin-top: 10px;
    margin-bottom: 20px;
}
.box-item .list-item small{
    font-size: 16px;
    line-height: 1.8;
}


.box-items{
    width: auto;
    height: auto;
    margin-left: -1%;
    margin-right: -1%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}
.box-items .list-items{
    width: 23%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0px 4px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    float: left;
    margin: 1%;
    border-radius: 12px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: top;
    -ms-flex-pack: top;
    justify-content: top;
    -ms-flex-line-pack: top;
    align-content: top;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.box-items .list-items img{
    width: 200px;
    margin: 0 auto;
}
.box-items .list-items .icon-items{
    width: 56px;
    height: 56px;
    background-color: #f0f9f6;
    margin-bottom: 20px;
    border-radius: 100%;
    font-size: 24px;
    line-height: 56px;
    text-align: center;
    color: #009e6b;
    display: inline-block;
}
.box-items .list-items h5{
    font-size: 18px;
    font-family: 'Inter-SemiBold';
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.box-items .list-items small{
    font-size: 16px;
    line-height: 1.8;
}
.box-items .list-items small a{
    color: #009e6b;
    text-decoration: underline;
}
.box-items .list-items small a:hover{
    color: #009e6b;
}

.box-cover{
    width: auto;
    height: auto;
}

.box-cover img{
    width: 100%;
    border-radius: 24px;
}

.box-activity{
    width: auto;
    height: auto;
}
.box-activity .list-activity{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background-color: #009e6b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box-activity .list-activity .bubble-activity{
    width: 300px;
    height: 300px;
    background-color: rgba(0,0,0,.08);
    position: absolute;
    top: -150px;
    right: -150px;
    z-index: 10;
    border-radius: 100%;
}
.box-activity .list-activity .content-activity{
    padding: 20px;
    color: #fff;
    position: relative;
    z-index: 100;
    
}
.box-activity .list-activity .content-activity h3{
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 25px;
    font-family: 'Inter-SemiBold';
    line-height: 1.4;
}
.box-activity .list-activity .content-activity small{
    font-size: 18px;
    line-height: 1.6;
}
.box-activity .list-activity .overlay-activity{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.38);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}
.box-activity .list-activity .overlay-activity h5{
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-family: 'Inter-Medium';
}
.box-activity .list-activity .img-activity{
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden;
}
.box-activity .list-activity .img-activity img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.owl-carousel .owl-stage {
    display: flex;
}
.owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
}
.owl-carousel .owl-stage{display: flex;}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
    box-shadow: 0 0px 8px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(38,50,56,.08);
    color: #212121;
    font-size: 16px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background-color: #fff;
    color: #212121;
}


.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}
.owl-carousel .owl-nav button.owl-next {
	right: -25px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0;
}

footer{
    width: 100%;
    height: auto;
    background-color: #009e6b;
    padding-top: 20px;
    padding-bottom: 40px;

}
.box-menu-footer{
    width: auto;
    height: auto;
    margin-top: 40px;
}
.box-menu-footer img{
    width: 200px;
    margin-bottom: 20px;
}
.box-menu-footer h5{
    font-size: 18px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Inter-Bold';
}
.box-menu-footer i{
    font-size: 22px;
    color: #fff;
    margin-right: 10px;
}

ul.menu-footer{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.menu-footer li{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
ul.menu-footer li small{
    display: block;
    font-size: 16px;
    line-height: 1.8;
}
ul.menu-footer li a{
    color: #fff;
}
ul.menu-footer li a:hover{
    color: #fff;
}
ul.menu-footer li img{
    width: 170px;
    margin-top: 20px;
}
.box-copyright{
    border-top: 1px dotted rgba(255,255,255,1);
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
    color: #fff;
    line-height: 1.6;
}

.box-img-app{
    width: 100%;
    height: auto;
    text-align: right;
    
}
.box-img-app img{
    width: 290px;
    height: auto;
    display: inline-block;
    box-shadow: 0 0px 50px rgba(38,50,56,.06);
    -moz-box-shadow: 0px 0px 50px 0px rgba(38,50,56,.06);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(38,50,56,.06);
    border-radius: 48px;
    overflow: hidden;
    
}

.box-team{
    width: auto;
    height: auto;
}
.box-team .list-team{
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;;
}
.box-team .list-team .img-team{
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 100%;
}
.box-team .list-team .img-team img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.box-team .list-team h5{
    font-family: 'Inter-SemiBold';
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.4;
}
.box-team .list-team small{
    margin-top: 5px;
    display: block;
    font-size: 16px;
}

.accordion-item{
    background-color: #fff;
    box-shadow: unset;
    border: none;
    box-shadow: 0 0px 4px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
}
.accordion-button{
    box-shadow: 0 0px 4px rgba(38,50,56,.08);
    -moz-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(38,50,56,.08);
    margin-top: 20px;
    font-family: 'Inter-SemiBold';
    padding: 15px;
    line-height: 1.6;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    box-shadow: unset;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button span{
    width: 32px;
    height: 32px;
    background-color: #009e6b;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    margin-right: 20px;
    line-height: 32px;
}
.accordion-body{
    background-color: #f0f9f6;
    line-height: 1.8;
    padding: 15px;
}
.accordion-body a{
    color: #009e6b;
    text-decoration: underline;
}
.accordion-body a:hover{
    color: #009e6b;
}
.accordion-button::after{
    background-size: 20px;
}
.accordion-button .title-button{
    margin-right: 20px;
}

.box-connect{
    width: auto;
    height: auto;
    display: block;
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box-connect img{
    margin-bottom: 30px;
}
.box-connect span{
    width: auto;
    height: auto;
    color: #000;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box-connect span i{
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.box-connect span a{
    color: #000;
}
.box-connect span a:hover{
    color: #009e6b;
}

.box-header-help{
    width: auto;
    height: auto;
    box-shadow: 0 3px 12px #99999929;
    -moz-box-shadow: 0px 3px 12px 0px rgba(153,153,153,.16);
    -webkit-box-shadow: 0px 3px 12px 0px rgba(153,153,153,.16);
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 150;
    background-color: #fff;
    padding: 15px 0px;
}
.box-header-help img{
    width: 200px;
}

.box-intro-help{
    width: auto;
    height: auto;
}
.box-content-help{
    width: auto;
    min-height: 480px;
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
}
.box-intro-help img{
    width: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.box-content-help .content-help{
    display: flex;
    flex-direction: column; 
    color: #000;
}
.box-content-help .content-help label{
    font-size: 16px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.box-content-help .content-help h1{
    font-size: 48px;
    font-family: 'Inter-Bold';
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.25;
}
.box-content-help .content-help small{
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 1.6;
    margin-top: 20px;
}

.box-qna{
    width: auto;
    height: auto;
}
.box-qna .nav-link{
    padding: 12px 64px;
    font-size: 18px;
    font-family: 'Inter-SemiBold';
}
.box-qna .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #009e6b;
    color: #fff;
}
.box-qna .nav-pills .nav-link{
    background-color: #f0f9f6;
    color: #009e6b;
    border-radius: 0px;
}
.box-qna .nav-pills{
    display: inline-flex;
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}


.box-left-menu{
    width: auto;
    height: auto;
}
.box-left-menu a{
    display: block;
    color: #000;
    margin-bottom: 20px;
}
.box-left-menu a:hover{
    display: block;
    color: #009e6b;
}
.active-left-menu{
    color: #009e6b !important;
    font-weight: bold;
}

.box-terms{
    line-height: 1.4;
}
.box-terms .content-terms{
    line-height: 1.8;
}
.box-terms .content-terms a{
    color: #009e6b;
    text-decoration: underline;
}
.box-terms .content-terms a:hover{
    color: #009e6b;
}

/* ============================== Side Menu Mobile ----------------------------- */
.box-menu{
    height: 100%; position: fixed; top:0;
    z-index: 9999; overflow-x: hidden;
    width: 280px;
    right: -100%;
    transition: 0.5s;
    -webkit-transition:.5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    background-color: #fff;
}
.close-menu{
    cursor: pointer;
    font-size: 20px;
    color: #000;
    text-align: center;
    position: absolute;
    right: 25px;
    top:23px;
    z-index: 100;
    opacity: 0.38;
}
.close-menu:hover{
    opacity: 1;
} 
.modal-overlay-menu{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color:transparent;
    display: none
}

@media (min-width: 1400px){
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

@media (max-width: 1199px){

    .box-header .left-header img{
        width: 180px;
    }
    ul.nav-header li{
        margin-left: 20px;
    }
    .box-content-introduction{
        width: 65%;
    }
    .box-content-introduction .content-introduction h1{
        font-size: 56px;
    }

    .box-content-page .content-page h1{
        font-size: 48px;
    }

    .box-header-help img{
        width: 180px;
    }
}

@media (max-width: 991px){

    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
        padding-left: 20px;
        padding-right: 20px;
    }

    .display-desktop{
        display: none;
    }
    .display-mobile{
        display: block;
    }

    .box-header{
        height: 70px;
    }
    .box-header .left-header{
        width: 80%;
    }
    .box-header .right-header{
        width: 20%;
    }

    .box-content-introduction{
        width: 100%;
    }
    .box-content-introduction .content-introduction{
        text-align: center;
        align-items: center;
    }

    .box-item{
        margin-top: 25px;
    }
    .box-cover{
        margin-bottom: 25px;
    }

    .box-menu-footer{
        text-align: center;
    }
    .box-menu-footer i{
        margin-left: 10px;
        margin-right: 10px;
    }

    .box-introduction{
        height: unset;
        min-height: 100vh;
    }
    .box-content-introduction{
        height: unset;
        min-height: 100vh;
    }
    .box-content-introduction .content-introduction label i{
        display: none;
    }

    .box-content-page{
        width: 100%;
        min-height: 580px;
    }
    .box-content-page .content-page{
        align-items: center;
        width: 100%;
    }
    .box-content-page .content-page h1{
        text-align: center;
    }

    .box-team{
        margin-top: 40px;
    }
    .box-team .list-team{
        background-color: #f0f9f6;
        padding: 40px 20px;
    }
    .box-team .list-team .img-team{
        width: 180px;
        height: 180px;
    }

    .box-items .list-items{
        width: 100%;
        margin: 2% 0px;
    }

    .box-content-page .content-page small{
        text-align: center;
    }

    .box-img-app img{
        width: 100%;
    }

    .box-header-help img{
        margin: 0 auto;
        display: block;
    }

    .box-qna .nav-pills .nav-item{
        width: 50%;
    }
    .box-qna .nav-link{
        padding: 12px;
    }
    .box-qna .nav-pills .nav-link{
        width: 100%;
    }
    .box-qna .nav-pills{
        display: flex;
    }
   
    ul.nav-header{
        margin-top: 80px;
    }
    ul.nav-header li{
        color: #000;
        display: block;
        text-align: left;
        margin-left: 40px;
        margin-right: 40px;
        margin-top: 20px;
    }
    ul.nav-header li a{
        color: #000;
        display: block;
    }
    ul.nav-header li a:hover{
        color: #000;
        display: block;
    }
    ul.nav-header li button{
        background-color: transparent;
        color: #009e6b;
        border: 2px solid #009e6b;
        min-width: unset;
        width: 100%;
    }

}

@media (max-width: 767px){

    .box-introduction .overlay-introduction{
        background-color: rgba(0,0,0,.54);
    }
    .box-content-introduction .content-introduction h1{
        font-size: 48px;
    }

    .box-item .list-item{
        width: 100%;
    }
    
    .box-content-introduction .content-introduction label{
        letter-spacing: 5px;
    }
    .box-content-introduction .content-introduction small{
        font-family: 'Inter-Medium';
    }

    .box-content-page .content-page label{
        letter-spacing: 8px;
    }
    .box-content-page .content-page h1{
        font-size: 48px;
    }
    
}

@media (max-width: 480px){

    .box-content-introduction .content-introduction label{
        letter-spacing: 3px;
    }

    .box-content-introduction .content-introduction small{
        font-size: 20px;
    }

    .box-content-introduction .content-introduction h1{
        font-size: 40px;
    }

    .box-section h3{
        font-size: 28px;
    }
    .box-section h1{
        font-size: 40px;
    }

    .box-content-page .content-page h1{
        font-size: 40px;
    }

    .owl-carousel{
        margin-right: -20px;
    }
    
    .box-team .list-team .img-team{
        width: 150px;
        height: 150px;
    }

    .box-content-page .content-page small{
        font-size: 20px;
    }

}

@media (max-width: 360px){
    .box-content-introduction .content-introduction h1{
        font-size: 36px;
    }
    .box-content-page .content-page h1{
        font-size: 36px;
    }
    .box-content-page .content-page label{
        text-align: center;
    }
    .box-connect{
        padding: 40px 20px;
    }
    .box-section h1{
        font-size: 36px;
    }
}

