body {
    min-width: initial;
}

.container {
    max-width: 1230px;
    width: 100%;
}

.noidung img {
    max-width: 100%;
    width: auto;
    height: auto;
}

#block-toolbar,
#block-mmenu {
    display: none;
    background: url('../images/bg-menu.jpg');
}

/*mmenu*/
.mmenu-show {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    position: relative;
    width: 100%;
    height: 40px;
    align-items: center;
}

.mmenu-nav {
    position: relative;
}


.mmenu-nav a {
    display: block;
    position: relative;
    padding: 7px 0;
}

.mmenu-nav a span {
    width: 30px;
    height: 3px;
    display: block;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mmenu-nav a::before,
.mmenu-nav a::after {
    position: absolute;
    content: '';
    background: inherit;
    width: 25px;
    height: 3px;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.mmenu-nav a::before {
    top: 0;
}

.mmenu-nav a::after {
    bottom: 0;
}

.mmenu-nav a:hover::before {
    width: 30px;
}

.mmenu-nav a:hover::after {
    width: 28px;
}

.mmenu-nav a:hover span {
    width: 25px;
}

.mmenu-search {
    position: relative;
    margin: 0;
    overflow: hidden;
    display: block;
    flex-grow: 1;
    max-width: 250px;
}

.mmenu-search form {
    border: none !important;
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.mmenu-search input {
    border-radius: 5px;
    text-indent: 10px;
    right: 0px;
    top: 0;
    color: #000;
    font-size: 12px;
    width: 100%;
    height: 33px;
    line-height: 30px;
    margin-left: 0px;
    font-weight: normal;
    border: none;
}

#keyword {
    border-radius: 5px;
}

#btnSearch {
    width: 17px;
    height: 17px;
    border: none;
}

.bg_input input {
    border: 1px solid #cecece;
    width: 310px;
    margin: 0px;
    height: 27px;
    line-height: 27px;
    color: #a3a3a3;
    background: none;
    outline: none;
    padding-left: 10px;
    font-size: 13px;
}

.mmenu-icon {
    position: absolute;
    right: 10px;
    top: 7px;
    height: auto;
    line-height: initial;
}

.mmenu-icon i {
    color: #000;
    font-size: 18px;
}

/*end mmenu*/
#block-toolbar {
    width: 100%;
    bottom: 0;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    padding: 8px 0;
    box-shadow: 0px -1px 2px #8e8b8b;
}

.toolbar-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toolbar-box li {
    text-align: center;
    flex-grow: 1;
}

.toolbar-box li a {
    display: block;
}

.toolbar-box li a img {
    height: 24px;
    width: auto;
    -webkit-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.toolbar-box li a span {
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    display: none;
}

/*media*/
/*Responsive default*/
.resBox {
    margin: 0 -15px;
}

.resCol {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width: 1200px) {
    .resBox {
        margin: 0 -10px;
    }

    .resCol {
        padding: 0 10px;
        margin-bottom: 20px;
        width: 25%;
    }

    .container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .resCol {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 768px) {
    .resBox {
        margin: 0 -5px;
    }

    .resCol {
        padding: 0 5px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 580px) {
    .resCol {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .resBox {
        margin: 0 -2.5px;
    }

    .resCol {
        padding: 0 2.5px;
        margin-bottom: 5px;
    }
}

/*end Responsive default*/
/*===================================*/
/*Responsive Pagein*/
@media screen and (max-width: 992px) {
    .inSanpham-aside {
        display: none;
    }

    .inSanpham-img {
        width: 40%;
    }

    .inSanpham-text {

        width: calc(60% - 20px);
    }

    .flipper-col {
        width: calc(100% / 3)
    }
}

@media screen and (max-width: 768px) {
    .inNews-date {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
    }


    .inNews-text h3 {
        width: 100%;
        padding: 0;
    }

    .flipper-col {
        width: calc(100% / 2)
    }

    .inSanpham-img,
    .inSanpham-text,
    .inSanpham-col,
    .inContact-col {
        width: 100% !important;
    }

    .inSanpham-img {
        max-width: 400px;
        margin: 0 auto;
    }

    .inNews-col,
    .inVideo-col {
        width: 50%;
    }
}

@media screen and (max-width: 580px) {

    .right-pro-detail,
    .left-pro-detail {
        width: 100%;
    }

    .inNews-col,
    .inAlbum-col {
        width: 50%;
    }

    .inNews-col {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .inNews-box {
        margin: 0 -5px;
    }
}

@media screen and (max-width: 450px) {

    .flipper-col,
    .inVideo-col {
        width: 100%;
    }

    .inNews-date {
        transform: scale(1);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
}

/*end Responsive Pagein*/
/*===================================*/
@media screen and (max-width: 1200px) {

    .header-time,
    .header-email i,
    .header-hotline i {
        display: none;
    }

    .header-email p,
    .header-hotline p {
        width: 100%;
    }

    .header-hotline {
        min-width: auto
    }

    .header-info>div:last-child {
        flex-direction: column;
        justify-content: center;
        justify-items: center;
        align-content: center;
    }
}

@media screen and (max-width: 992px) {
.inProduct-aside,
    .fast-ads,
    .header-info {
        display: none
    }
.inProduct-show,
    .fast-paging {
        width: 100%;
    }

    .header-mid .box {

        justify-content: space-around;
    }

    .menu-search {
        margin: 0 10px;
    }
}

@media screen and (max-width: 768px) {

    #messages-facebook,
    .btn-zalo,
    .btn-phone,
    #block-menu {
        display: none;
    }

    #block-toolbar,
    #block-mmenu {
        display: block;
    }

    .merge-video,
    .merge-news {
        width: 100%
    }

    #footer {
        margin-bottom: 40px;
    }

    .copyright-text {
        text-align: center;
    }

    .merge-news {
        margin-bottom: 20px;
    }

    .cart-fixed {
        bottom: 110px;
    }
}

@media screen and (max-width: 580px) {

    .header-social {
        display: none;
    }

    .footer-company,
    .footer-policy,
    .footer-map,
    .footer-facebook,
    .video-play,
    .video-list {
        width: 100%;
    }
.inProduct-show .product-col,
    .fast-paging .product-col {
        width: 50%;
    }

    .mail-title {
        margin-bottom: 70px;
    }

    .video-list .slick-list {
        height: initial !important;
        margin: 0 -5px;
    }

    .video-col {
        margin: 0 5px;
    }

    .video-list {
        padding: 10px;
    }

    .footer-top .box>div {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {
    .news-text p {
        display: none;
    }

    .mail-form textarea,
    .mail-form input {
        width: 100%;
        margin-bottom: 10px;
    }

    #block-merge,
    #block-service,
    #block-fast,
    .protop-box {
        padding: 20px 0
    }

    .propage-title {
        padding: 10px;
        margin-bottom: 30px;
    }

    .container-pagelist,
    #block-pagelist {
        padding: 5px 0;
    }
}