@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .sr-new-title {
       font-size:13px;
    }
    .sr-new-title {
        font-size: 13px !important;
    }

    h1, .h1 {
        font-size: 20px;
    }

    #huongdanBox a {
        font-size: 14px;
    }

    .icon-finde {
        padding-top: 10px;
        display: inline-block;
        padding-right: 60px;
        float: right;
    }

    .top-face {
        right: 31px !important;
    }

    .top-info li {
        margin-left: 14px;
        font-weight: bold;
    }

    .custom-cers .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .custom-cers1 .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .top-face {
        right: 66px;
    }

    .top-info {
        text-align: left !important;
    }

    .top-phone {
        margin-right: 0 !important;
        margin-top: 5px;
        padding-left: 0 !important;
    }

    .col-xs-6 {
        width: 50%;
    }

    .menus-stick.scroll {
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        background: white;
        box-shadow: 3px 0px 5px 0px rgb(0 0 0);
        left: 0;
        margin: 0 auto;
        right: 0;
        padding: 10px 0;
    }

    .logo {
        float: left;
    }

    .box-footerses .icon-ft:first-child {
        text-align: right;
        padding-right: 8px;
    }

    .box-footerses .fa-map-marker-alt {
        margin-right: 2px;
    }

    .intro-page-box {
        padding: 40px 0;
    }

    .menu-bar-e.scroll {
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        background: white;
        left: 0;
        margin: 0 auto;
        right: 0;
    }

    .top-info li + li:before {
        display: none !important;
    }

    .menu-item:before {
        display: none !important;
    }

    .entry-content img {
        height: auto !important;
        max-width: 100% !important;
    }

    .box-product .h3 {
        margin-bottom: 15px;
        font-size: 13px;
        margin-top: 10px;
        min-height: 36px;
    }

    .sr-item {
        border: none !important;
        margin-bottom: 25px;
    }

    .btn-lg {
        font-size: 14px;
    }


    .display-4, .display-6, .display-7, .h6, h6 {
        font-size: 1.5rem;
        min-height: 36px;
    }

    h3, .h3 {
        font-size: 16px;
    }

    #intro-page {
        /* padding: 65px 0; */
        background: white;
    }

    .about-boxs .box-about {
        padding-right: 10px;
        text-align: justify;
        padding-left: 10px;
    }

    .site-nav .menu > li > a {
        line-height: unset;
    }

    .site-nav .menu > li {
        position: relative;
        padding: 10px;
        display: block;
    }

    .top-bar {
        padding-bottom: 5px;
    }

    .top-email {
        margin-right: 0;
        padding-left: 28px;
    }

    .top-phone {
        margin-right: 0;
        padding-left: 28px;
    }

    .top-info {
        display: block;
        padding-top: 3px;
        text-align: center;
        position: relative;
        padding-left: 0;
    }

        .top-info:before {
            display: none;
        }

    .top-address {
        background: none;
        padding-left: 0;
        padding-top: 6px;
        text-align: center;
    }

    .hidden-xs {
        display: none !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .site-nav li.menu-item-has-children:after {
        content: ' ';
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        position: absolute;
        top: 2.3rem;
        right: 0.5rem;
        transform: rotateZ( -135deg );
        transition: all 0.3s ease 0s;
    }

    .top-phone {
        display: inline-block;
        font-weight: 400;
        padding-left: 0;
    }

    .top-info li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin-right: 0;
    }



        .top-info li + li:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 1px;
            background: #fff600;
            top: 1px;
            left: 0;
            visibility: hidden;
        }

    .site-nav .menu > li {
        border-bottom: 1px solid #FFC10E;
        /* padding: 1rem 1rem 1rem 0; */
        margin-right: 0;
        width: 100%;
        position: relative;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 991px) and (max-width: 1024px) {
}

@media screen and (min-width: 1024px) and (max-width: 1190px) {
    .top-phone {
        display: inline-block;
        font-weight: 400;
        padding-left: 16px;
    }

    .top-email {
        display: inline-block;
        margin-right: 35px;
        padding-left: 16px;
    }

    .top-info li {
        list-style-type: none;
        display: inline-block;
        position: relative;
        margin-right: 12px;
    }

    .top-face {
        background: url(../images/top-face.png) no-repeat;
        width: 30px;
        height: 14px;
        position: absolute;
        height: 33px;
        top: 4px;
        cursor: pointer;
        right: 6px;
    }

    .menu-phone {
        display: none !important
    }

    .site-nav .menu > li {
        position: relative;
        padding: 0 15px;
        display: inline-block;
    }

        .site-nav .menu > li > a {
            font-weight: 600;
            text-transform: uppercase;
            display: block;
            color: #4a7dbc;
            line-height: 68px;
            font-size: 0.9rem;
            transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -webkit-transition: all 0.3s ease 0s;
        }
}

@media screen and (min-width: 1200px) {

    .icon-finde {
        padding-top: 10px;
        display: inline-block;
        padding-left: 21px;
    }

    .sub-menu .menu-item:hover:before {
        display: none
    }

    .site-nav .sub-menu {
        display: none;
        position: absolute;
        z-index: 12;
        top: 100%;
        left: 0;
        min-width: 15rem;
        white-space: nowrap;
        background: #0092ef;
    }

    .box-product .h3 {
        margin-bottom: 0;
        font-size: 15px;
        margin-top: 10px;
        min-height: 44px;
    }

    .sr-new-title {
        font-size: 15px;
    }

    .site-nav .menu > li > a {
        font-weight: 600;
        text-transform: uppercase;
        display: block;
        color: #4a7dbc;
        line-height: 62px;
        font-size: 15px;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

    .box-product {
        min-height: 250px;
    }

    .sr-contents {
        padding: 0 32px;
    }

    .site-nav .menu > li:first-child {
        /* padding-left: 0; */
    }

    .no-padding-pc {
        padding: 0;
    }
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
}

    .d_page b {
        background-color: #e72c2d;
        border-color: #e72c2d;
        color: #fff;
        margin-right: 8px;
        width: 45px;
        height: 45px;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 400;
        display: inline-block;
        line-height: 45px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
        font-size: 17px;
        color: #b5b0b0;
        border: 1px solid #b5b0b0;
        text-decoration: none;
        overflow: visible;
    }

        .d_page a:hover {
            background-color: #e72c2d;
            border-color: #e72c2d;
            color: #fff;
        }

.hidden {
    display: none !important;
}

.res-table {
    overflow-x: auto;
}
