/* xong */
@media screen and (max-width: 319px) {


}

@media (min-width: 320px) and (max-width: 480px) {
    .tg_h_1 h1{
        font-size: 19px;
    }
    .popup_title{
        font-size: 18px;
    }
    .modal-body p{
        font-size: 15px !Important;
    }
    #dichvu-home{
        margin-top: 30px;
    }
    .footer_form .heading_5 {
        text-align: center;
        font-size: 17px;
        margin: 0px;
        padding: 0px;
    }
    .header_menu .menu > li > a:before{
        display: none;
    }
    .box_cc_top_4{
        position: relative;
    }
    .box_reg_top.box_reg_top_4 form{
        display: block;
    }
    .box_cc_top_4 .col-md-3{
        margin-bottom: 20px;
    }
    .swiper-button-next:after,
    .swiper-button-prev:after{
        font-size: 20px;
        color: #fff;
    }

}

@media (min-width: 481px) and (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 993px) and (max-width: 1199px) {

}