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

    .art-vmenublock, .art-block {margin-right: 10px}

    .art-sheet-tr, .art-sheet-tl, .art-sheet-br, .art-sheet-bl, .art-sheet-tc, .art-sheet-bc, .art-sheet-cr, .art-sheet-cl {background:none;background-color: #F9FAFB;width: auto;left: 0;right: 0;top: 0;bottom: 0;height: auto;display: none;position: static;}
    .art-sheet-body {padding: 0;overflow: hidden;}
    .art-sheet-cc {position: static}

    .art-block-tc, .art-block-bc, .art-block-tr, .art-block-tl, .art-block-br, .art-block-bl, .art-block-cr, .art-block-cl {display: none;height: auto;width: auto;}
    .art-block-cc {position: static;width: auto;height: auto;}

    .marquee .art-block-body {border: 1px solid #ccc;border-radius: 5px;line-height: normal;padding: 12px 10px;}

    .art-block-body {border-radius: 5px;border: 1px solid #ccc;}
    .art-blockheader .l, .art-blockheader .r {position: static;display: none;width: 100%;height: 100%}
    .art-blockheader h3.t {
        background: linear-gradient(to bottom, rgba(29, 102, 187, 0.81), rgba(9, 91, 206, 0.72), rgba(29, 102, 187, 0.69));
        border-radius: 5px;
        padding: 3px 10px;
    }

    .art-footer-body {background: linear-gradient(to bottom, rgba(29, 102, 187, 0.81), rgba(9, 91, 206, 0.72), rgba(29, 102, 187, 0.69))}
    .art-footer-t, .art-footer-r, .art-footer-l, .art-footer-b {position: static;width: 100%;height: 100%;background: none;}

    .art-blockheader {height: auto;margin-bottom: 5px;}

    #art-page-background-glare {
        min-width: initial;
        position: initial;
        background: none;
        width: 100%;
        height: 100%;
    }
    #art-page-background-glare-image {position: initial;background: none;width: 100%;height: 100%;}
    div.art-header-center {width: auto}
    #art-main {
        position: static;
        overflow: initial;
        width: 100%;
        height: 100%;
    }

    .art-sheet {
        width: 98%;
        border: 1px solid #eee;
        box-shadow: 0 0 2px #eee;
        border-radius: 2px;
        margin-top: 5px;
        background-color: #F9FAFB;
    }

    /******************/
    .art-datelang {
        position: static;
        background: none;
        height: 0;
    }
    .art-ngonngu {
        color: #fff;
        position: absolute;
        top: 2px;
        right: 50px;
    }
    .art-ngonngu .clock {}
    .art-date {
        position: absolute;
        top: 45px;
        right: 50px;
        padding-right: 0;
        padding-top: 0;
        z-index: 9999;
    }
    .art-date * {color: #fff !important;}
    /******************/
    div.art-header {
        position: static;
        overflow: inherit;
        height: auto;
        background: linear-gradient(to right, #095BCE, #74AED1);
        /*background-color: white;*/
    }
    div.art-header-png {}
    div.art-header-png > img {
        display: none;
    }
    div.art-header-png a {
        display: inline-block;
        /* height: 1px; */
    }
    div.art-header-png a > img {
        position: static;
        height: 80px;
        padding: 5px 5px 3px 5px;
    }
    /******************/
    .art-nav-l, .art-nav-r {display: none}
    /******************/
    #pull{display: inline-block;position: absolute;top: 0;right: 0;width: 25px;height: 20px;padding: 8px;background-color: #eee;}
    #pull:after {
        content: '';
        display: block;
        width: 25px;
        height: 2px;
        background: #095BCE;
        box-shadow: 0 6px 0 #095BCE, 0 12px 0 #095BCE, 0 18px 0 #095BCE;
        transition: all .3s ease-out;
    }
    #pull:hover:after {
        background: #861C11;
        box-shadow: 0 6px 0 #861C11, 0 12px 0 #861C11, 0 18px 0 #861C11;
    }
    .mfc-nav {
        height: 0;
    }
    .mfc-nav ul {display:none;position:absolute;top: 40px;right: 0;z-index:10001;width: 100%;border-top: 1px solid transparent;}
    .mfc-nav ul li {
        float:none;
        background: rgba(47, 97, 127, .95);
        border-bottom: 1px solid rgba(255,255,255,.2);
        width: 100%;
        border-right: none;
    }
    .mfc-nav ul li:hover {background-color: #861C11}
    .mfc-nav ul li a{display:block;color: #fff;}
    .mfc-nav ul li > a .t {text-transform: uppercase}
    .mfc-nav ul ul li {/* background: rgba(40, 40, 40,.85); */}
    .mfc-nav ul ul {position: static;}
    .mfc-nav ul ul {width: 100%}
    /******************/
    .art-content-layout-row {
        display: block;
    }
    .art-content-layout .art-sidebar1 {
        display: block;
        float: left;
    }
    .art-content {
        width: calc(100% - 240px);
        float: right;
        display: block !important;
    }
    .art-content-layout .art-sidebar2 {
        display: block;
        float: right;
        width: calc(100% - 240px);
    }
    /******************/
    .art-blockcontent-body ul li {margin-bottom: 7px}
    .marquee {}
    .marquee .art-blockcontent-body {padding: 0}
    .marquee .art-blockcontent-body p {margin: 0}
    /******************/
    .login-box {
        top: 60px;
        right: 190px;
        z-index: 9999;
    }
/*}

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

    /************************/
    .art-content-layout .art-sidebar1, .art-content, .art-content-layout .art-sidebar2 {
        width: 100%;
    }
    #left-banner, .link {}
    #left-banner, .logos {display: none}
    .art-date {
        top: 60px;
        right: 15px;
    }
    /*.art-datelang {font-size: 85%}*/
    /************************/
    .mfc-btn {display: inline-block;border: none;outline: none;margin: 10px 10px 10px 20px;cursor: pointer;padding: 10px 20px;color: #fff;font-weight: bold;text-transform: uppercase;border-radius: 5px;background: linear-gradient(to bottom, rgba(29, 102, 187, 0.81), rgba(9, 91, 206, 0.72), rgba(29, 102, 187, 0.69));}
    .mfc-btn span {display: inline-block;margin-right: 10px;}
    .mfc-btn:hover {background-color: #71ADD0}
    .art-vmenublock {display: none}

    .art-content-sidebar2 {width: 100%;display: block !important;}
    .art-home-list li a {line-height: 17px;}
}

@media screen and (max-width: 539px) {
    .albums {display: block}
    .albums .item_holder {
        max-width: none;
        width: calc(100% - 20px);
    }
    .art-date {
        top: 30px;
        right: 50px;
    }
    .login-box {
        right: 15px;
    }
}

/**************************/
/**************************/
@media (min-width: 768px) {
    
    /*.art-sheet {width: 750px;}*/
}

@media (min-width: 992px) {

   /* .art-sheet {width: 976px;}*/
}
/**************************/