body {
    min-width: initial;
}

.container {
    max-width: calc(var(--ctn-px) + 30px);
    width: 100%;
}

.noidung img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.tools__mobile,
#block__toolbar {
    display: none;
    background: var(--mm-color-background);
}

#block__mmenu {
    background: #00000073;
    display: none;
}

.tools__mobile {
    position: fixed;
    bottom: 100px;
    left: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 5px black;
    z-index: 9999;
}

.tools__mobile svg {
    width: 25px;
}

.tools__mobile ul {
    bottom: 100%;
    position: absolute;
    display: none;
}

.tools__mobile ul li {
    background: #fcd0d3;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 5px #949494;
}

.tools__mobile ul li a svg * {
    fill: #000;
}

/*mmenu*/
.mmenu__logo {
    width: 154px;
    margin: auto;
}

.mmenu__show {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    position: relative;
    width: 100%;
    height: 50px;
    align-items: center;
}

.mmenu__nav {
    position: relative;
    width: 30px;
}

.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: 30px;
    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__search {
    position: relative;
    margin: 0;
    overflow: hidden;
    display: block;
    flex-grow: 1;
    margin: 20px;
}

.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 svg {
    width: 25px;
}

.toolbar__box li a svg * {
    fill: #fff;
}

.toolbar__box li a span {
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    display: none;
}

/*media*/
/*Responsive default*/
@media screen and (max-width: 1200px) {
    .container {
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    .col__4 {
        width: calc(100%/3);
    }
}

@media screen and (max-width: 768px) {
    .tools__mobile {
        /*display: block;*/
    }

    .col__3 {
        width: calc(100%/2);
    }

    .cart-fixed {
        bottom: 100px;
    }

    #footer {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 580px) {
    .col__4 {
        width: calc(100%/2);
    }
}

@media screen and (max-width: 450px) {
    .col__2 {
        width: calc(100%);
    }
}

@media(max-width:993px) {
    .popCart {
        flex-wrap: wrap;
    }

    .popCart__box,
    .bottom-cart {
        width: 100%;
        border-right: 0px;
        padding-right: 0px;
        margin-right: 0px;
    }

    .popCart__box {
        margin-bottom: 30px;
    }
}

@media(max-width:769px) {

    .popCart__price,
    .popCart__label .popCart__quantity p:first-child {
        display: none;
    }

    .popCart__price-rp,
    .popCart__label .popCart__quantity p:last-child {
        display: block;
    }

    .popCart__quantity {
        width: 25%;
        text-align: right;
        margin-right: 0px;
    }

    .popCart__name {
        width: 65%;
    }
}

@media(max-width:441px) {
    .popCart__label {
        font-size: 12px;
    }

    .popCart__photo {
        display: none;
    }

    .popCart__photo-rp {
        display: block;
    }

    .popCart__name {
        width: 65%;
        margin-right: 5%;
    }

    .popCart__quantity {
        width: 35%;
    }

    .input-double-cart,
    .input-triple-cart {
        margin-bottom: 0px;
    }

    .input-double-cart .input-cart,
    .input-triple-cart .input-cart {
        width: 100%;
        float: none;
        margin: 0 0 0.5rem 0 !important;
    }
}

/*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);
    }

    .newsPicture-col,
    .flipper-col {
        width: calc(100% / 3);
    }

    .inNews-box {
        margin: 0 -5px;
    }
}

@media screen and (max-width: 768px) {

    .newsPicture-col,
    .flipper-col {
        width: calc(100% / 2)
    }

    .inProduct__photo,
    .inProduct__info,
    .inContact-col {
        width: 100% !important;
    }

    .inNews-col,
    .inVideo-col {
        width: 50%;
    }

    .inContact-info,
    .inContact-form {
        width: calc(50% - 5px);
    }
}

@media screen and (max-width: 580px) {

    .inContact-info,
    .inContact-form,
    .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;
    }

    .inContact-info {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {

    .newsClassic-text article,
    .newsPicture-text article {
        display: none;
    }

    .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: 1600px) {
    :root {
        --ctn: 1400;
        --ctn-px: 1400px;
    }
}

@media screen and (max-width: 1450px) {
    :root {
        --ctn: 1200;
        --ctn-px: 1200px;
    }
}

@media screen and (max-width: 768px) {

    .header__mid,
    .btn-zalo,
    .btn-phone,
    .header__top,
    #messages-facebook,
    #block__menu {
        display: none;
    }

    #block__toolbar,
    #block__mmenu {
        display: block;
    }

    .inContact__form,
    .inContact__info,
    .inStatic__criteria,
    .inStatic__main {
        width: 100%;
    }

    .copyright-text {
        text-align: center;
    }

    .footer__mid .box {
        justify-content: space-around;
    }

    .footer__counter {
        justify-content: center;
    }

    .header {
        top: 0;
        padding: 0;
    }

    #block__slideshow {
        height: calc(100vh - 40px)
    }

    .header__mid {
        right: 10px
    }

    .inContact__info {
        margin-bottom: 20px
    }
}

@media screen and (max-width: 580px) {

    .footer__company,
    .footer__policy,
    .footer__mail,
    .footer__facebook {
        width: 100%;
    }

    .footer__top .box>div {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 450px) {

    flipper-back h3,
    .flipper-front .inner h3 {
        font-size: 15px;
        text-transform: uppercase;
    }

    .flipper-back a.xt,
    .flipper-back p {
        font-size: 13px;
    }

    .inService__col:nth-child(even) {
        top: 0
    }

    .inProject__text {
        padding: 0 5px
    }

    .footer__copyright {
        position: fixed;
        bottom: 60px
    }

    .title-main h2,
    .title-main h3 {
        font-size: 15px;
        line-height: initial;
    }

    .inNews__text h3 a {
        font-size: 14px
    }
}