@media(max-width:767px) {
    html{
        height: -webkit-fill-available;
    }
    a:not(.btn):hover {
        opacity: 1;
    }

    body {
        font-size: 1.3rem;
    }

    body .header-main .main-menu {
        background-image: url(../images/index/bg-main-menu.png);
        background-size: contain;
        background-position: center top 30px;
        background-repeat: no-repeat;
        flex: unset;
        margin-left: 0;
    }

    .header-main .logo-left .logo {
        width: 265px;
        position: relative;
        z-index: 1;
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
        margin: 0;
    }

    .header-main .main-menu {
        position: fixed;
        width: 100vw;
        flex-direction: column;
        top: 0;
        padding: 0;
        margin-top: 0px;
        padding-top: 100px;
        color: #000;
        background: #fff;
        right: -150vw;
        transition: right 0.5s;
        justify-content: start;
        display: block;
        height: 100vh;
        max-height: 100%;
    }

    header .main-menu {
        overflow-y: hidden;
    }

    body.menu-open header:before {
        display: none;
    }

    .menu-open .header-main .main-menu {
        right: 0;
        z-index: 10;
        overflow: hidden;
        margin-right: 0;
    }

    nav.navbar.nav-main {
        overflow: scroll;
        height: 100%;
        padding-bottom: 250px;
    }

    .menu-open .header-main .main-menu::after {
        content: "Menu";
        font-size: 2.4rem;
        font-family: 'Aleo', serif;
        font-style: italic;
        font-weight: 600;
        position: absolute;
        top: 45px;
        left: 50%;
        transform: translateX(-50%);
        color: #0072BD;
    }
    .header-wrapper .header-main .main-menu .nav>li.current>a{
        color: #2FC5F7;
    }
    body section {
        position: relative;
        transition: opacity 0.5s;
    }

    body.menu-open section {
        opacity: 0;
    }

    .header-wrapper .header-main .main-menu .nav {
        flex-direction: column;
        width: 100%;
    }

    .header-wrapper .header-main .content-left {
        width: 100%;
    }
    .header-wrapper .header-main .main-menu .nav>li:first-child{
        margin-top: 20px;
    }
    .header-wrapper .header-main .main-menu .nav>li {
        width: 100%;
        margin: 0;
        padding: 0 22px;
        margin-top: 30px;
        text-align: center;
    }

    .header-wrapper .header-main .main-menu .nav>li>a {
        width: fit-content;
        color: #0072BD;
        font-size: 1.8rem;
        text-align: left;
        font-weight: 500;
        margin: 0;
        background-color: #fff;
        text-align: center;
        padding-bottom: 0;
    }
    .banner-home{
        min-height: 406px;
    }
    /* .header-wrapper .header-main .main-menu .nav>li>a::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        width: 7px;
        height: 12px;
        mask-image: url(../images/index/icon-right.svg);
        mask-size: contain;
        mask-repeat: no-repeat;
        mask-position: center;
        -webkit-mask-image: url(../images/index/icon-right.svg);
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        background-color: #00A591;
        left: unset;
    } */

    html.menu-open {
        overflow: hidden;
    }

    /* .header-wrapper .header-main .main-menu .nav>li:nth-child(1) {
        border-top: 1px solid #000000;
    } */

    .header-top-right {
        display: none;
    }

    .header-inner {
        min-height: 60px;
    }
    .header-wrapper{
        padding-bottom: 0;
    }
    .header-top.flex-row {
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0;
        padding-top: 14px;
    }

    #logo .btn-header a {
        flex-direction: column;
        align-items: center;
        font-size: 1.1rem;
    }

    #logo .btn-header a img {
        padding-right: 0;
        width: 29px !important;
        margin-bottom: 3px;
    }

    .main-menu-cs {
        position: static;
        transform: none;
    }

    body.menu-open header {
        z-index: 9;
    }



    a.scroll {
        font-size: 0.8rem;
        top: -15px;
    }

    .box-scroll::after {
        height: 80px;
    }

    @keyframes pathmove {
        0% {
            height: 0;
            top: 0px;
            opacity: 0;
        }

        30% {
            height: 80px;
            opacity: 1;
        }

        100% {
            height: 0;
            top: 80px;
            opacity: 0;
        }
    }

    .footer-copyright {
        padding: 14px 0;
    }

    .footer-logo {
        max-width: 283px;
        margin: 0 auto;
    }

    .footer-wrap {
        margin-top: 0;
    }

    

    #go-top.show {
        right: 12px;
    }

    

    .breadcrums {
        display: none;
    }

    

    .page-anchor {
        padding-left: 20px;
        padding-right: 20px;
        display: none;
    }

    ul.list-anchor li {
        width: calc(50% - 9px);
        margin-right: 18px;
        margin-bottom: 18px;
    }

    ul.list-anchor li:nth-child(2n) {
        margin-right: 0;
    }

    ul.list-anchor li a {
        font-size: 1.3rem;
        padding: 0px 23px 0px 11px;
        border: 1px solid #009b85;
        line-height: 1.1;
        height: 38px;
    }

    ul.list-anchor li a::after {
        width: 12px;
        height: 6px;
        right: 12px;
    }


    .banner-home-left {
        width: calc(100% - 95px);
        padding-right: 0;
        left: 30px;
        top: 150px;
        transform: none;
    }
    a.btn.btn-footer{
        max-width: 182px;
        min-height: 43px;
        padding-left: 38px;
    }
    footer a.btn.btn-footer{
        max-width: 162px;
    }
    .box-link-fix {
        bottom: 0;
        left: 0;
        display: flex;
        width: 100vw;
        top: unset;
        height: 70px;
        z-index: 12;
    }
    
    a.link-fixed {
        width: 50%;
        padding: 10px 10px 12px;
        height: 70px;
        border-radius: 0;
        font-size: 1.6rem;
        justify-content: center;
        align-items: center;
    }
    
    a.link-fixed span {
        writing-mode: unset;
    }
    
    a.link-fixed img {
        width: 21px;
        margin-bottom: 8px;
    }
    
    a.link-fixed span br {
        display: none;
    }
    
    a.link-fixed:nth-child(2) img {
        width: 26px;
        margin-bottom: 8px;
    }
    .banner-home-right {
        width: calc(100% - 30px);
    }
    .slide-item-img{
        -webkit-mask-image: url(../images/index/mask-sm.png);
    mask-image: url(../images/index/mask-sm.png);
    }
    .banner-home-left:after {
        width: 90px;
        height: 387px;
        left: 14px;
        background-image: url(../images/index/after-text-sm.png);
        top: -131px;
        bottom: auto;
    }
    #banner-home::after{
        width: 100%;
        height: 524px;
    }
    ul.slick-dots li{
        width: 11px;
        height: 11px;
        margin: 0 4px;
    }
    
    #main-slider button.slide-arrow.slick-arrow{
        width: 7px;
        height: 12px;
        bottom: 0;
    }
    ul.slick-dots{
        margin-right: 21vw;
        justify-content: flex-end;
        margin-top: 15px;
    }
    #main-slider button.slide-arrow.prev-arrow{
        left: calc(50% + 10px);
    }
    #main-slider button.slide-arrow.next-arrow{
        left: calc(50% + 110px);
    }
    .home-message{
        padding-left: 13px;
        padding-right: 13px;
        padding-bottom: 125px;
    }
    .box-img-message {
        display: flex;
        justify-content: space-between;
        margin: 0 -15px;
        align-items: flex-start;
    }
    
    .img-home-message {
        width: calc(25% - 6px);
    }

    .img-home-message:nth-child(2n) {
        margin-top: 25px;
    }

    .main-title h2 {
        font-size: 2.7rem;
    }
    
    .main-title p {
        font-size: 1.5rem;
        padding-top: 3px;
    }
    .p-sm-0{
        padding-left: 0;
        padding-right: 0;
    }
    .home-message::after{
        height: 116px;
    }
    .home-envi::after{
        height: 33px;
        top: -29px;
    }
    .home-envi::before{
        height: 33px;
        bottom: -29px;
    }
    .img-home-envi:after{
        display: none;
    }
    .home-envi{
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-envi-top {
        font-size: 1.5rem;
        height: 35px;
        border-radius: 13px 13px 0 0;
    }
    
    .box-envi-bottom {
        padding: 15px 27px 13px 20px;
        border-radius: 0 0 13px 13px;
    }
    
    .box-envi-bottom img {
        width: 60px;
    }
    
    .box-envi-text {
        padding-left: 25px;
    }
    
    .box-envi-bottom p {
        font-size: 1.2rem;
        line-height: 1.58;
        min-height: 76px;
        margin-bottom: 8px;
    }
    
    .box-envi-text a {
        font-size: 1.2rem;
        padding-right: 30px;
    }
    
    .box-envi-text a:after {
        width: 21px;
        height: 6px;
    }
    a.btn.btn-main {
        max-width: 203px;
        min-height: 45px;
        font-size: 1.5rem;
        padding-left: 55px;
        border-radius: 23px;
    }
    .img-home-depart:after{
        display: none;
    }
    .home-depart{
        padding-left: 15px;
        padding-right: 15px;
    }
    .box-home-cs {
        width: 300px;
        right: 50%;
        transform: translateX(50%);
        padding: 28px 20px;
        border-radius: 15px;
    }
    .home-depart .main-title::after {
        width: 248px;
        height: 75px;
        right: auto;
        left: -30px;
        background-image: url(../images/index/bg-text-sm.png);
    }
    .box-home-top {
        display: flex;
        padding-bottom: 13px;
        margin-bottom: 15px;
    }
    
    .box-home-top img {
        width: 39px;
        margin-left: 15px;
    }
    
    .box-home-top>div {
        flex: 1;
        padding-left: 18px;
        text-align: left;
    }
    .slide-home-img{
        padding: 0 8px;
    }
    .pt-sm-280{
        padding-top: 280px;
    }
    .box-slide-home-bottom{
        padding: 25px 0;
    }
    .home-bottom{
        background-image: url(../images/index/bg-home-bot-sm.png);
        background-position: center top;
    }
    footer{
        padding-bottom: 70px;
    }
    .box-flex-footer{
        flex-direction: column;
    }
    .box-text-footer{
        width: 100%;
    }
    #go-top a{
        width: 40px;
        height: 40px;
    }
    a.btn.btn-footer::after{
        width: 16px;
        height: 16px;
        right: 28px;
    }
    header a.btn.btn-footer{
        font-size: 1.5rem;
    }
    #go-top a span{
        width: 14px;
        height: 7px;
    }
    .home-envi .container::after {
        width: 76px;
        height: 122px;
        left: 15px;
        top: -65px;
        z-index: 1;
    }
    .box-home-envi{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .show-popup #go-top{
        z-index: 3;
    }
    
    .slide-depart:not(.slick-initialized){
        display: flex;
        max-height: 630px;
        overflow: hidden;
    } 
    
    .page-department .page-header .page-header-img::after {
        background-image: url(../images/department/bg-page-depart-sm.png);
    }
	
	.grecaptcha-badge {
		bottom: 120px !important;
	}
    #loading .loading-inner img{
        width: 65vw;
    }
  
}
@media (min-width: 380px) and (max-width: 450px) {
    .box-text-envi{
        top: 300px;
    }
    .envi-03::after{
        height: 540px;
    }
}