/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media screen and (min-width: 360px){
    #btn_menu_mobile {
	    width: 30px;
	    position: absolute;
	    top: 40px!important;
	    left: 10px;
	}
	#btn_menu_mobile .line_mn {
	    display: block;
	    width: 100%;
	    line-height: 10px;
	}
	#btn_menu_mobile span {
	    display: inline-block;
	    width: 100%;
	    height: 4px;
	    background: #2b296a;
	}
    .header-t .logo {
        padding-right: 20px;
        float: right;
        margin-bottom: 10px;
    }
    .header-t .logo img {
        width: 160px;
    }
    .box-s2 .text {
        width: 95%;
    }
    .mm {
        display: none !important;
    }
    .text-s1 h1, .tit-s2 h2, .tit-s5 h2 {
        font-size: 23px;
        line-height: 40px;
    }

}
@media screen and (min-width: 375px){
}
@media screen and (min-width: 411px){
}
@media screen and (max-width: 575.98px){
    .sc-tuvanmoi {
        width: 100%;
    }
    #sc-tvm_gbt a {
        height: 35px;
        width: 45%;
    }
    #sc-tvm_gbt a {
        height: 35px;
        width: 45%;
    }
}
@media screen and (min-width: 768px){
    #s1 .box-1 {
        display: flex;
        flex-wrap: wrap;
    }
    .box-s5 {
        display: flex;
        flex-wrap: wrap;
    }
    .img-s5 {
        width: 100%;
    }
	.box-cm-s52 {
        width: 100%;
    }
    .box-f-2 {
        margin-top: 60px;
    }
    .main-f-2 {
        margin-bottom: 15px;
    }
    .fix-phone{
		position: fixed;
    z-index: 999;
    bottom: 35%;
    right: 0px;
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    padding: 25px 10px 10px;
    box-shadow: -5px 0px 10px #8888887d;
    border-radius: 15px 0px 0 15px;
    border: 1px solid #2db58f;
    text-align: right;
    transition: all .2s ease-in-out 0s;
	}
	.fix-phone .col{
		padding: 0;
	}
	.fix-phone a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		margin-bottom: 10px;
		border-radius: 50%;
	}
	.fix-phone i{
		filter: brightness(0) invert(1);
	}
}
@media screen and (min-width: 992px){
    .footer {
        width: 100%;
    }
    .menu {
        display: inline-block;
        width: 100%;
    }
    .menu ul li{
        display: inline-block;
        padding: 10px;
        position: relative;
    }
    .menu ul li a {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        color: #fff;
    }
    .menu ul li ul.c2 {
        display: none;
        position: absolute;
        z-index: 998;
        top: 70px;
        border-radius: 20px;
        min-width: 100%;
        left: -30px;
        text-align: left;
        width: 270px;
        background: #fff;
        box-shadow: 0px 4px #B3B3B3;
    }
    .menu ul li ul.c2 li {
        display: block;
        margin-left: 20px;
        border-bottom: 1px solid #ededed;
    }
    .menu ul li ul.c2 li a{
        display: block;
        font-weight: normal;
        font-size: 16px;
        color: #000;
        text-transform: none;
    }
    .menu ul li:hover ul.c2 {
        display: block;
    }
    .mm {
        display: inline-block !important;
    }
    .box-header {
        margin: 25px 0;
        float: right;
    }
    .box-header ul li {
        display: inline-block;
        text-align: center;
        margin: 0 10px;
    }
    .box-header ul li a img {
        width: 36px;
        margin-right: auto;
        margin-left: auto;
    }
    .box-header ul li a {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    #menu {
        background: #2db58f;
        line-height: 50px;
    }
    .text-s1 h1 {
        font-size: 37px;
    }
    .header-t .logo {
        float: left;
    }
    .box-s2 .text {
        width: 90.5%;
    }
    .p55 {
        padding: 5px;
    }
    .box-du-an {
        margin-bottom: 0;
    }
    .text-s1 h1, .tit-s2 h2, .tit-s5 h2 {
        line-height: 65px;
        font-size: 30px;
    }
}
@media screen and (min-width: 1200px){

}
@media (max-width: 767px) { 
}