﻿.search-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(7, 41, 77, 0.5);
    z-index: 999;
    display: none;
}

.header-menu-mobile a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 73px;
    position: absolute;
    top: 0;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
}



/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    .hideshowalbum {
        display: none;
    }

    .fixalbumdetail {
        width: 100%;
    }

    .header-menu-mobile {
        text-align: center;
    }

    .fullcontainer {
        padding-top: 0;
    }

    .topfooter {
        background: #be1e2d;
        color: #FFF;
        min-height: 90px;
    }

    .copyright ul li {
        border-color: #FFF;
    }

        .copyright ul li a {
            color: #FFF;
        }

    .bottomfooter, .copyright {
        width: calc(50% - 20px);
        float: left;
        padding: 10px;
    }

    .cssmenu {
        display: none !important;
    }

    header {
        height: 75px;
    }

    .menumobile {
        height: 75px;
        background: url('../img/bg-head.png') no-repeat center bottom;
        display: block;
    }

    .header-site, .menu-footer, #cssmenu {
        display: none !important;
    }

    .header-menu-mobile > img {
        width: 260px;
        padding-top: 10px;
    }

    .fullcontent {
        padding: 0 10px;
    }

    .topfooter .info {
        display: initial;
    }

    .banner-left img {
        width: 100%;
    }

    .ltstop3 ul li {
        margin: 0;
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 20px;
    }

        .ltstop3 ul li a:first-child {
            width: 35%;
            float: left;
        }

        .ltstop3 ul li img {
            height: auto;
            float: left;
            margin-right: 10px;
        }

        .ltstop3 ul li .chuyenmuc {
            padding: 0; /* overflow: AUTO; */
            display: block;
            width: calc(65% - 10PX);
            float: right;
        }

            .ltstop3 ul li .chuyenmuc p:last-child a {
                width: 100% !important;
            }

    .box-new-home .right img {
        width: 40%;
    }

    .skdslider .slide-desc a {
        font-size: 15px !important;
    }

    .contentContainer .newsItem img {
        width: 84px;
    }

    .detailnew .detail table {
        width: 450px !important;
    }

    .detailnew .detail img {
        width: 450px !important;
        height: auto !important;
    }

    .newsTool {
        display: none;
    }

    .box-new-home .right div.title a {
        font-size: 14px !important;
    }
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .header-menu-mobile {
        text-align: center;
    }

    .cssmenu {
        display: none !important;
    }

    header {
        height: 75px;
    }

    .menumobile { /*height: 75px;*/
        background: url('../img/bg-head.png') no-repeat center bottom;
        display: block;
    }

    .header-site, .menu-footer, #cssmenu {
        display: none !important;
    }

    .header-menu-mobile > img {
        width: 260px;
        padding-top: 10px;
    }

    .fullcontent {
        padding: 20px 10px;
    }

    .full-left {
        width: 100%;
    }

    .full-right {
        display: none;
    }

    .topfooter .info {
        display: initial;
    }

    .bottomfooter {
        width: calc(100% - 20px);
        padding: 10px;
    }

    .copyright {
        width: calc(100% - 20px);
        padding: 10px;
    }

        .copyright ul li {
            border-color: #FFF;
        }

            .copyright ul li a {
                color: #FFF;
            }

    .banner-left img {
        width: 100%;
    }

    .ltstop3 ul li {
        margin: 0;
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 20px;
    }

        .ltstop3 ul li a:first-child {
            width: 35%;
            float: left;
        }

        .ltstop3 ul li img {
            height: auto;
            float: left;
            margin-right: 10px;
        }

        .ltstop3 ul li .chuyenmuc {
            padding: 0; /* overflow: AUTO; */
            display: block;
            width: calc(65% - 10PX);
            float: right;
        }

            .ltstop3 ul li .chuyenmuc p:last-child a {
                width: 100% !important;
            }

    .box-new-home .right img {
        width: 40%;
    }

    .skdslider .slide-desc a {
        font-size: 15px !important;
    }

    .contentContainer .newsItem img {
        width: 84px;
    }

    .detailnew .detail img {
        width: 300px;
    }

    .newsTool {
        display: none;
    }

    .topfooter {
        background: #be1e2d;
        color: #FFF;
        min-height: auto;
    }

    .fixalbumdetail {
        width: 100%;
    }

    .box-top3 ul li img {
        height: auto;
    }

    .box-new-home .left {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .box-new-home .right {
        width: 100% !important;
    }

        .box-new-home .right div.title a {
            font-size: 14px !important;
        }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 0px) and (max-width: 480px) {
    .header-menu-mobile {
        text-align: center;
    }

    .cssmenu {
        display: none !important;
    }

    header {
        height: 75px;
    }

    .menumobile {
        height: 75px;
        background: url('../img/bg-head.png') no-repeat center bottom;
        display: block;
    }

    .header-site, .menu-footer, #cssmenu {
        display: none !important;
    }

    .header-menu-mobile > img {
        width: 260px;
        padding-top: 10px;
    }

    .fullcontent {
        padding: 0 10px 20px 10px;
    }

    .full-left {
        width: 100%;
    }

    .full-right {
        display: none;
    }

    .topfooter .info {
        display: initial;
    }

    .bottomfooter {
        width: calc(100% - 20px);
        padding: 10px;
    }

    .copyright {
        width: calc(100% - 20px);
        padding: 10px;
    }

    .banner-left img {
        width: 100%;
    }

    .ltstop3 ul li {
        margin: 0;
        width: 100%;
        height: auto;
        border: none;
        margin-bottom: 20px;
    }

        .ltstop3 ul li a:first-child {
            width: 35%;
            float: left;
        }

        .ltstop3 ul li img {
            height: auto;
            float: left;
            margin-right: 10px;
        }

        .ltstop3 ul li .chuyenmuc {
            padding: 0; /* overflow: AUTO; */
            display: block;
            width: calc(65% - 10PX);
            float: right;
        }

            .ltstop3 ul li .chuyenmuc p:last-child a {
                width: 100% !important;
            }

    .box-new-home .right img {
        width: 30%;
    }

    .skdslider .slide-desc a {
        font-size: 15px !important;
    }

    .contentContainer .newsItem img {
        width: 84px;
    }

    .detailnew .detail img {
        width: 300px !important;
        height: auto !important;
    }

    .detailnew .detail table {
        width: 70% !important;
    }

    .newsTool {
        display: none;
    }

    .fullcontainer {
        padding-top: 0;
    }

    .topfooter {
        background: #be1e2d;
        min-height: 178px;
        color: #FFF;
    }

    .copyright ul li a {
        color: #FFF;
    }

    .copyright ul li {
        border-color: #FFF;
    }

    .fixalbumdetail {
        width: 100%;
    }

    .box-top3 ul li img {
        height: auto;
    }

    .hideshowalbum {
        display: none;
    }

    .box-new-home .left {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .box-new-home .right {
        width: 100% !important;
    }

        .box-new-home .right div.title a {
            font-size: 14px !important;
        }
}

@media (min-width: 0px) and (max-width: 320px) {
    .header-menu-mobile > img {
        width: 220px;
    }

    .box-new-home .left {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .box-new-home .right {
        width: 100% !important;
    }

        .box-new-home .right div.title a {
            font-size: 14px !important;
        }
}