@media (min-width: 1200px){
    .menu__list--top li {
        position: relative;
    }
}
@media (min-width: 1025px){
    .large-up--hide {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .menu__list--top li .menu__content {
        position: absolute;
        left: 0;
        top: 100%;
        transform-origin: 0 0 0;
        min-width: 100%;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease 0s;
        padding-left: 0;
    }

    .menu__list--top li:hover .menu__content {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

    .container-menu {
        background-color: #fff;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .15);
        border-radius: 11px;
        padding: 0;
    }

    .menu__list--third {
        background: #fff;
        position: absolute;
        z-index: 999;
        min-width: 200px;
        margin-top: 15px;
        opacity: 0;
        visibility: hidden;
        -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        -o-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        -ms-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .menu__list--top .menu__list--second li .menu__list--third {
        left: 100%;
        top: 0;
        margin-left: 1px;
        margin-top: 0px;
    }
    .menu__list--top .menu__list--second li .menu__list--third li{
        padding-right: 25px;
    }

    .menu__list--top .menu__list--second li:hover > .menu__list--third {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }

    .menu__list--top .menu__list--second li {
        padding-top: 10px;
        padding-left: 15px;
    }

    .menu__list--top .menu__list--second li:last-child {
        padding-bottom: 10px;
    }
    .menu__list--top .menu__list--second li a{
        position: relative;
    }
    .menu__list--top .menu__list--second li>a:after{
        position: absolute;
        bottom: -1px;
        left: 0;
        content: "";
        width: 0;
        height: 0.01rem;
        background: #000;
        transition: all .3s;
    }
    .menu__list--top .menu__list--second li:hover>a:after{
        width: 80%;
    }
}
@media (min-width: 768px) {
    .border-ticker {
        width: 938px;
        height: 404px;
    }
}
@media only screen and (max-width: 1024px){
    .site_menu {
        display: none;
    }
    .header_right{
        display: none;
    }
    .logo_header img {
        max-width: 120px;
    }
    .mobile-nav-wrapper {
        width: 270px;
        height: 100%;
        position: fixed;
        left: -270px;
        top: 0;
        z-index: 999;
        background-color: #fff;
        box-shadow: 0 0 5px #0000004d;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .header-inner {
        min-height: 50px;
        height: auto;
    }
    #hamburger-icon {
        opacity: 1;
        visibility: visible;
    }
    #hamburger-icon {
        display: block;
    }
    a#hamburger-icon {
        cursor: pointer;
        position: absolute;
        transform: translateY(-50%);
        top: 25px;
    }
    .logo_header {
        max-width: 100%;
        min-width: 40px;
        text-align: center;
    }
    .header-right-menu{
        position: absolute;
        right: 0px;
        top: 25px;
        transform: translateY(-50%);
        justify-content: end;
    }
    .header-right-menu .header-search, .header-cart, .header_user{
        margin-right: 15px;
    }
    .mobile-nav-wrapper #nav-menu {
        overflow: auto;
        height: 100%;
    }
    .mobile-nav-wrapper.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .mobile-nav-wrapper .closemobileMenu {
        color: #000;
        background-color: #eee;
        position: absolute;
        top: 15px;
        right: -50px;
        cursor: pointer;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
    }
    body.menuOn .modalOverly {
        display: block;
        opacity: .3;
    }
}
@media only screen and (max-width: 767px){
    .site-nav.style--sidebar {
        width: 320px;
    }
    .site-nav.style--sidebar .site-nav-container {
        width: 100%;
    }
    #site-search {
        display: none;
    }
    .site-nav.style--sidebar .site-nav-container-last {
        padding-top: 40px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .hamburger-menu .bar {
        top: 5px;
    }
    .fix-breadcrumb .name-product h1{
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .product-hot{
        padding-top: 0;
    }
    .hot-product-wrap{
        padding-top: 20px;
    }
    .rn-item{
        flex-wrap: wrap;
    }
    .rn-item img{
        width: 100%;
    }
    .rn-desc {
        margin: 15px 0 0;
    }
    .border-ticker{
        background-size: cover;
        padding: 20px 12px 50px;
    }
    .item-border .background-item .name-item{
        font-size: 19px;
    }
    h3.album-name{
        font-size: 50px;
        line-height: 50px;
    }
    .album-content, .time-line{
        font-size: 14px;
    }
    .info_title .uni-item__btn{
        width: 100px;
        height: 30px;
        font-size: 14px;
    }
    .list-ab .owl-dots{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }
    .list-ab .album-contact{
        display: block;
    }
    .album-content , .button-share_btn{
        display: none;
    }
    .article-pages img{
        height: 100% !important;
    }
}
@media only screen and (max-width: 450px){
    .footer-social{
        position: fixed;
        bottom: 0;
        background: #FFE7EA;
        right: 0;
        z-index: 99;
        margin: 0;
        list-style: none;
        border-radius: 40px;
    }
    .footer-social li {
        text-align: center;
        margin-bottom: 0;
    }
    .footer-social img {
        width: auto;
        height: 36px;
    }
    .footer-social span {
        font-size: 12px;
        color: #111;
        display: block;
    }
    .footer-social li.f-list-banner{
        width: 28px;
    }
    .f-sale-coupon{
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        background: #FFE7EA;
        border-radius: 30px;
        border: 2px solid #fff;
    }
    .footer-social li{
        position: relative;
        padding: 10px 5px;
    }
    .footer-social li:before{
        content: '';
        position: absolute;
        bottom: 0;
        width: 80%;
        height: 2px;
        background: #fff;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-social li:nth-child(n+3){
        display: none;
    }
    .news-1{
        margin-bottom: 10px;
    }
    .rn-img{
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)* .3);
        padding-left: calc(var(--bs-gutter-x)* .3);
        margin-top: var(--bs-gutter-y);
    }
    .rn-desc{
        padding-right: calc(var(--bs-gutter-x)* .3);
        padding-left: calc(var(--bs-gutter-x)* .3);
        margin-top: var(--bs-gutter-y)
    }
    .news-homepage .rn-item:nth-child(2){
        flex-direction: row-reverse;
    }
    .form-contact .form-group{
        width: 100%;
    }
    .title-company, .title-policy{
        padding-bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .title-company h2, .title-policy h2{
        margin: 0;
        min-height: 35px;
        line-height: 35px;
    }
    .toogle-list{
        padding-top: 20px;
        display: none;
    }
    .toogle-title.active i{
        transform: rotate(180deg);
    }
    #hamburger-icon i{
        color: #fff;
    }
    .footer-coupon{
        bottom: 50%;
        transform: translateY(-50%);
    }
    .footer-coupon .f-bg-img a{
        padding: 10px;
    }
    .footer-coupon .f-bg-img img{
        max-width: 50px;
    }
    .footer-social li.chevron-up ,.footer-social li.chevron-down{
        padding: 0;
    }
    .footer-social li.chevron-up:before,
    .footer-social li.chevron-down:before,
    .footer-social li:nth-child(5):before{
        content: none;
    }
}
@media only screen and (max-width: 340px){
    .header-search{
        display: none;
    }

}