.wrapper {
    max-width: 1230px;
    width: 100%;
}

.album-index,
.news-index,
.feedback-index,
.container-album,
.container-about {
    overflow: hidden;
}

.border-product {
    height: auto;
    min-height: unset;
}

.gia-sp strong a {
    color: #fff;
    transition: .3s;
}

.gia-sp strong:hover a {
    color: yellow;
}

.menu-mobi {
    display: none;
    position: sticky;
    top: -90px;
    z-index: 9;
}

.menu-mobi .top {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    gap: 15px;
}

.menu-mobi .top a {
    display: block;
    flex-shrink: 0;
}

.menu-mobi .top a img {
    max-width: 70px;
    max-height: 70px;
}

.menu-mobi .top p {
    font-size: 34px;
    font-family: iCielBCGrindstoneDisplay-Regular;
    color: var(--main-color);
    text-shadow: 3px 1px 0 #ffbc34;
    text-transform: uppercase;
    line-height: 1;
}

.slick__video .slick-dots {
    position: absolute;
    bottom: 0;
}

@media (max-width: 1230px) {

    .menu-desktop .divRight,
    .section-slider .divRight,
    .col-about-left {
        display: none;
    }

    .menu-desktop .divLeft,
    .section-slider .divLeft,
    .col-about-right {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .content-about,
    .cover-img-about {
        flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        max-width: 48%;
    }

    .widget_newsletter-inside::after {
        display: none;
    }

    .widget_newsletter-inside {
        background: #f3f1e3;
        border-radius: 10px;
        padding: 35px;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .widget_newsletter-inside {
        text-align: center;
    }

    #form-nhan-tin,
    .widget_newsletter-inside p {
        width: 100%;
        margin: 0;
    }

    .nav-menu,
    .more-album,
    .menu-desktop,
    .border-product:before,
    .sub1-sp,
    .sub2-sp,
    .sub-header,
    .content-about::after,
    .sub1-feedback,
    .sub2-feedback,
    .sub3-feedback,
    .col-about-right>p::after {
        display: none;
    }

    .mt_137px,
    .mt-137px {
        margin: 0;
        margin-bottom: 26px;
    }

    .menu-mobi {
        display: block;
    }
}

@media (max-width: 767px) {

    .name-header-bottom h3,
    .col-about-right>h3 {
        font-size: 50px;
    }

    .name-header-bottom p {
        font-size: 30px;
    }

    .col-info>h3 {
        font-size: 40px;
    }

    .cover-img-about,
    .box-sp:after {
        display: none;
    }

    .content-feedback {
        padding: 0 15px;
    }

    .content-about {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }

    .header-container h3 {
        font-size: 45px;
    }

    .border-product {
        padding: 0;
    }

    .gia-sp {
        transform: scale(0.7) translateY(-15%) translateX(-15%);
    }

    .widget_newsletter-inside {
        padding: 15px;
    }

    .col-info,
    .col-policy,
    .col-social {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #form-nhan-tin button {
        width: 70px;
        font-size: 12px;
    }
}

/* Mmenu */
.menu-res {
    height: 55px;
    z-index: 999;
    background: var(--color-primary);
    position: sticky;
    display: none;
    top: 0
}

.logo_mmenu img {
    max-height: 50px;
}

.menu-bar-res {
    height: 55px;
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--color-mmenu);
}

#menu {
    display: none;
}

#hamburger {
    display: block;
    width: 45px;
    height: 23px;
    position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.mm-slideout {
    z-index: unset;
}

/* Search Responsive */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: #ec2d3f;
    background: #ffffff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ec2d3f;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-res .search-grid p {
    float: left;
    width: 35px;
    height: 38px;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 0px;
    font-size: 17px;
    display: block;
    color: #ec2d3f;
    line-height: 40px;
    text-align: center;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    outline: none;
    border: none;
    color: #ec2d3f;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #313131;
}

.search-res .search-grid input:-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input::-moz-placeholder {
    color: #313131;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #313131;
}