﻿
/*RESPONSIVE*/
@media screen and (min-width:1367px) and (max-width:1920px) {
    .container {
        width: 1230px;
    }
}

@media screen and (min-width:1230px) and (max-width:1366px) {
    .container {
        width: 1230px;
    }
}

@media only screen and (min-width: 1024px) and (max-width:1199px) {
    .header-content {
        width: 75%;
    }

    .article-group .n-item .n-desc {
        max-height: 160px;
        overflow: hidden;
    }

    .box-title .text {
        font-size: 16px;
    }

    .main-menu .RadMenu .rmRootGroup .rmRootLink .rmText {
        font-size: 13px;
        padding: 13px 0;
    }

    .btn-sendFAQ {
        font-size: 15px;
    }

    .info-footer .info {
        float: right;
        width: 70%;
    }

        .info-footer .info address span {
            display: inline-block;
        }

            .info-footer .info address span > a {
                display: inline-block;
            }
}

@media screen and (min-width:993px) and (max-width:1229px) {
    .container {
        width: 95%;
    }

    .main-menu {
        height: 45px;
        overflow: hidden;
    }

        .main-menu .RadMenu .rmRootGroup .rmRootLink {
            padding: 0 5px;
        }
}

@media screen and (max-width:992px) {
    header {
        background: none;
    }

    .header-content {
        width: 100%;
    }

    .main-menu {
        min-height: 45px;
    }

    .mobile-menu {
        margin-top: 45px;
        float: left;
        position: absolute;
    }

    .info-footer .logo-footer {
        display: none;
    }

    .control-footer a {
        padding: 20px 15px 20px 25px;
        width: 48%;
    }

        .control-footer a.btn-contact {
            margin-right: 2%;
        }
}

@media screen and (min-width:667px) and (max-width:991px) {
    .faq-box-home {
        width: 50%;
    }

    .faq-home {
        width: 50%;
    }

    .faq-item .faq-desc {
        float: left;
        height: 82px;
        overflow: hidden;
    }

    .btn-sendFAQ {
        background: #ed1c24 url("images/arr_send.png") no-repeat scroll left 15px center;
        font-size: 15px;
        padding: 30px 15px 30px 40px;
    }
}

@media screen and (max-width:767px) {
    .page-content {
        padding-right: 15px;
    }

    .sidebar {
        padding-left: 15px;
    }

    .info-footer {
        margin-bottom: 25px;
        padding-right: 0;
    }

    .footer .copyrigh-content {
        width: 100%;
    }
}

@media screen and (min-width:481px) and (max-width:667px) {
    header::before {
        background: none;
        display: none;
    }

    header::after {
        width: 100%;
    }

    .header-content .sitename span {
        font-size: 15px;
    }

        .header-content .sitename span.site-vi {
            font-size: 15px;
            font-weight: bold;
        }

    .gall-item {
        width: 50%;
    }

        .gall-item .gall-content {
            text-align: center;
        }

    .faq-box-home {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:480px) {

    header::before, header::after {
        width: 100%;
    }

    .header-content .logo {
        width: auto;
    }

        .header-content .logo > a {
            padding: 10px 0;
        }

        .header-content .logo img {
            width: 85px;
        }

    .header-content .sitename {
        padding-top: 15px;
    }

        .header-content .sitename span {
            font-weight: bold;
            font-size: 13px;
        }

            .header-content .sitename span.site-vi {
                font-size: 15px;
            }

                .header-content .sitename span.site-vi.benhvien {
                    font-size: 13px;
                }

    .mobile-menu {
        position: relative;
    }

    .article-group .n-item {
        margin-bottom: 5px;
    }

        .article-group .n-item.first {
            width: 100%;
        }

            .article-group .n-item.first .image {
                width: 195px;
            }

        .article-group .n-item:not(.first) {
            padding-left: 0;
            width: 100%;
        }

    .faq-box-home {
        margin-bottom: 25px;
    }

    .btn-sendFAQ {
        margin: 0 auto;
        width: 300px;
    }

    #sendRequest .form-horizontal .control-label::before {
        top: -5px;
    }

    .box-google-search .gsc-results-wrapper-overlay {
        height: 80%;
        left: 5%;
        top: 5%;
        width: 90%;
    }

    .videoDetail #videoPlayer {
        height: 220px !important;
    }

    .gall-item .gall-content {
        text-align: center;
    }
    /*contact*/
    .map {
        height: 210px;
    }

    .contact-content .contact-info .item h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /*footer*/
    .control-footer a.btn-contact {
        background: #f5f9fb url("images/icon_mail.png") no-repeat scroll left 10px center;
    }

    .control-footer a.btn-map {
        background: #f5f9fb url("images/icon_map.png") no-repeat scroll left 10px center;
    }

    .control-footer a {
        padding: 20px 10px 20px 40px;
    }

    .main-footer {
        padding: 30px 0;
    }

    .info-footer .info address span > a {
        display: inline-block;
    }

    .footer .copyrigh-content .license:last-of-type {
        display: none;
    }

    #back-to-top span {
        bottom: 80px;
    }
}

@media screen and (min-width:320px) and (max-width:399px) {
    /*article*/
    .n-item figure {
        margin: 0 15px 0 15px;
    }

    .widget .n-item {
        margin-bottom: 15px;
    }

        .widget .n-item .n-title > a {
            color: #0c4da2;
            display: inline;
            font-family: Open Sans;
            font-size: 15px;
            font-weight: bold;
            margin-top: 0;
        }

    .control-footer a {
        padding: 20px 10px;
    }

        .control-footer a.btn-contact {
            background: none;
            font-size: 16px;
        }

        .control-footer a.btn-map {
            background: none;
            font-size: 16px;
        }
}

@media screen and (min-width:0px) and (max-width:319px) {
    .control-footer a {
        padding: 20px 10px;
    }

        .control-footer a.btn-contact {
            background: none;
            font-size: 16px;
        }

        .control-footer a.btn-map {
            background: none;
            font-size: 16px;
        }
}
