@media (min-width:1700px){
   header .container, .pd-container .container{
        width: 100%;
        max-width: 1770px;
    } 
}
@media (min-width:1400px){
    .nh-category>.container {
        max-width: 1440px;
    }
}
@media (min-width:1024px){
    .home header {
        position: absolute;
        width: 100%;
        z-index: 1;
        border-bottom: 0;
    }
}

header {
    border-bottom: 1px solid var(--border);
}
a:hover {
    text-decoration: none !important;
}
.container {
    max-width: 1470px;
}
.home .logo-section img {
    filter: none;
}
.logo-section img {
    height: 220px;
    filter: invert(1);
    object-fit: contain;
}
.btn-action-header.btn_love {
    float: right;
}
.home .btn-action-header.btn_love a {
    color: var(--white);
}
.btn-action-header.btn_love a {
    color: var(--black);
}
.img_category {
    border-radius: 50%;
    overflow: hidden;
}
.item-title-category a {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-main);
}


.deal-section>.container {
    display: flex;
    justify-content: flex-end;
}

.deal-section .item_right .title-01-deal {
    letter-spacing: .3em;
    line-height: 24px;
}

h3.title-deal {
    line-height: 60px;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 400;
}

._link a, .read-more {
    display: inline-block;
    line-height: 43px;
    height: 46px;
    text-transform: uppercase;
    color: var(--white);
    background:  var(--color-main);
    letter-spacing: .1em;
    border: 2px solid #22222200;
    padding: 0 20px;
    font-weight: 400;
}
._link a:hover, .read-more:hover {
    background: var(--color-hightlight) !important;
    color: var(--white);
}
.title-section:after {
    content: '';
    background-image: url(/templates/fashion01/assets/media/brand/img-title.png);
    width: 100px;
    height: 34px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -43px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.item_banner .info_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
}

.inner-content .star-rating {
    display: table;
    margin: 0 auto;
}
.item_banner .info_content .title-deal {
    color: var(--white);
}

.item_banner .info_content .title-03-deal {
    color: var(--white);
    max-width: 400px;
    display: table;
    margin: 0 auto;
}

.item_banner .info_content ._link a {
    border: 2px solid var(--white);
    color: var(--white);
    background: none;
}
.box-testimonials .img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.item-testimonials .star:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Line Awesome Free';
    color: var(--yellow);
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 7px;
}
.footer_top {
    background: var(--color-hightlight);
}
.form-fm-footer .form-group {
    margin-bottom: 0;
}

.form-fm-footer .form-group input {
    height: 55px;
}
.form-fm-footer .btn_mail {
    position: absolute;
    top: 0;
    right: 0;
}
.box-bottom-slide .inner-content {
    position: absolute;
    margin: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    bottom: 0;
    text-align: center;
    border: 1px solid var(--white);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.box-bottom-slide, .box-bottom-slide .img_banner, .box-bottom-slide .img_banner img {
    height: 455px;
}

.box-bottom-slide img {
    width: 100%;
    object-fit: cover;
}
.inner-content ._link-inner a {
    display: inline-block;
    color: var(--white);
    border-bottom: 2px solid var(--white);
}
.title_email {
    color: var(--white);
}
ul.list-unstyled li {margin-right: 10px;}

.entire-info-website ul.list-unstyled {
    display: flex;
}

.entire-info-website ul.list-unstyled>li>a>i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
}
.entire-info-website.menu_footer .list-menu>ul>li {
    list-style: none;
}
.home .menu-section > ul > li > a{
    color: var(--white);
}
.text_breadcrumbs {
    display: flex;
}

.text_breadcrumbs a, .text_breadcrumbs h1 span {
    color: var(--white);
    font-weight: 400;
}

.home .entire-action-header .btn-action-header {
    color: var(--white);
}
.orderby-section {
    border: 1px solid #000;
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
}
.img_category:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.list_category:hover .img_category:before, .list_category:hover .img_category:after {
    opacity: 1;
    visibility: visible;
}

.img_category img {
    transition: 1.1s;
}

.list_category:hover .img_category img {
    transform: scale(1.1);
}
.img_category:after{
    content: "";
    background-position: 50%;
    background: url(/templates/fashion01/assets/media/template/plus-cate.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.category-slide_home .slick-prev {
    left: 15px;
}
.category-slide_home .slick-next {
    right: 15px;
}

.category-slide_home .slick-arrow:before {
    width: 39px;
    height: 39px;
    background: var(--color-hightlight);
    border-radius: 50%;
    color: var(--white);
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.category-slide_home .slick-slider:hover .slick-prev {
    left: 0;
}

.category-slide_home .slick-slider:hover .slick-next {
    right: 0;
}

.category-slide_home .slick-slider .slick-arrow {
    top: calc(50% - 67px);
}
.item-testimonials:before, .form-send-contact .title-contact:before {
    background: url(/templates/fashion01/assets/media/template/screenshot_2-removebg-preview.png) no-repeat;
    width: 78px;
    height: 64px;
    position: absolute;
    top: 0;
    content: '';
    background-size: contain;
    transform: translatex(-50%);
    left: 50%;
}
.form-send-contact .title-contact:before {
    background: url(/templates/fashion01/assets/media/template/screenshot_4-removebg-preview.png) no-repeat;
    background-size: contain;
}
.form-send-contact {
    background: var(--color-main);
}
.form-send-contact .title-contact {
    color: var(--white);
}

.form-send-contact .form-group input, .form-send-contact .form-group textarea {
    height: 50px;
    background: none;
    border: 1px solid var(--color-text);
}

.form-send-contact .form-group .btn-submit {
    width: 100%;
    background: var(--color-text);
}
.text-contact>i {
    font-size: 23px;
    padding: 10px;
    border-width: 1px;
    border: 1px solid var(--border);
}
.product-detail-head .text_breadcrumbs a, .product-detail-head .text_breadcrumbs h1 span {
    color: var(--black);
}
.entire-cart .love {
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--border);
    flex: 0 0 50px;
}
.btn-cart-love {
    flex: 1;
}
.product-content-detail .add-buy-now {
    background: var(--color-hightlight);
}
.slider-thumbs {
    margin: 0 -10px;
}
.box-product-slide .slick-arrow {
    top: calc(50% - 92px);
}

.new-list-smail>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.new-list-smail {
    border-bottom: 1px solid var(--border);
}
.new-list-smail .inner-image {
    padding-top: 30%;
}
.new-list-smail .inner-content h4.article-title {
    font-weight: 400;
    line-height: 40px;
}
.post-date_small {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid var(--black);
}

.post-date_small:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 56px;
    background: var(--black);
    top: 50%;
    left: calc(50% - 28px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 50% 100%;
}
.post-date_small span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: var(--black);
}
.post-date_small span:last-child {
    font-size: 11px;
    text-align: right;
    line-height: 25px;
    height: 20px;
}
.new-list-smail .read-more {
    height: 40px;
    line-height: 40px;
    border: 0;
}
.article-category-detail .article-category a {
    font-size: 16px;
    color: var(--color-hightlight);
}
.search_news .btn-submit {
    background: none;
    color: var(--black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.search_news .input-group input {
    width: 100%;
}
.article-detail .social-share .list-social .btn-social a i {
    border: 1px solid #e3e3e3;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.form-fm-footer .btn_mail .btn-submit {
    height: 55px;
    line-height: 55px !important;
}
.price, .item_banner .info_content .title-03-deal,footer, .title-03-deal, .article-content{
    font-family: "OpenSans",  sans-serif;
}
.view-small .article-item .inner-content .article-title {
    font-weight: 400;
    color: var(--black);
}
.brand-section .slick-arrow {
    top: 50%;
    transform: translatey(-50%);
}

.img-slide-thumb {
    height: 170px;
    max-height: 170px;
    width: 415px;
    margin: 0 auto;
}

.img-slide-thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>ul {
    display: block;
}
.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>ul>li>a {
    padding: 5.5px 35px 5.5px 0px;
}

.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>a.menu-title {
    position: relative;
}

.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>a.menu-title:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 1px;
    background: var(--color-hightlight);
    bottom: -5px;
}
.menu-section ul li.has-child ul.entry-menu li.container-menu ul>.has-child {
    margin-bottom: 15px;
}
div#quick-view-modal .product-image-detail .inner-image {
    padding-top: 100%;
}
@media (min-width:1200px){
    .menu-section ul {
        margin: 0 auto;
        display: table;
    }
    .deal-section.banner_link {
        padding: 170px 0;
    }
    .product-category-section>.row>div:nth-child(2) {
        flex: 0  0 26%;
        max-width: 26%;
    }
    
    .product-category-section>.row>div:nth-child(1), .product-category-section>.row>div:nth-child(3) {
        flex: 0 0 37%;
        max-width: 37%;
    }
    .deal-section .item_right {
        width: 750px;
    }
}

@media (max-width: 1200px){
    .setting-menu{
        background: var(--black);
    }
    .home .menu-section > ul > li > a {
        color: var(--black);
    }
    .box-bottom-slide, .box-bottom-slide .img_banner, .box-bottom-slide .img_banner img {
        height: 225px;
    }
    .deal-section.banner_link .item_right {
        width: 500px;
    }
    .brand-section .brand-item {
        margin: 0 5px;
    }
    
    .brand-section .slick-list {
        margin: 0px -5px;
    }
    .entire-action-header .btn-action-header {
        color: var(--white);
    }
    .logo-section img {
        filter: none;
    }
    .product-detail-head .product-content-detail {
        padding-left: 0 !important;
        padding-top: 20px !important;
    }
    
    .text_breadcrumbs {
        display: contents;
    }
}
@media (min-width:1024px) and (max-width:1200px){
    .deal-section.banner_link h3.title-deal {
        font-size: 28px !important;
        margin-top: 10px !important;
    }
    .slider-section, .slider-section .item img {
        height: 540px;
    }
    .box-testimonials .description {
        font-size: 25px !important;
    }
    .item_banner .info_content .title-deal {
        font-size: 27px !important;
        line-height: 38px;
    }
    .product-detail-head .product-content-detail{
        padding-top: 0 !important;
    }
}
@media (min-width:576px) and (max-width:1200px){
    .nh-testimonials {
        background-position-x: center;
    }
    
    .deal-section.banner_link h3.title-deal {
        line-height: 30px;
        margin-bottom: 5px;
    }
    
    .deal-section.banner_link {
        padding: 80px 0;
    }
    
    .deal-section.banner_link .item_right .title-01-deal {
        margin-bottom: 5px;
    }
    .nh-testimonials>.container>.row>div {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .new-list-smail .inner-content {
        padding-left: 20px;
    }
    
    .new-list-smail .inner-content .article-entry-info {
        display: none;
    }
    .new-list-smail .inner-content h4.article-title {
        font-size: 21px !important;
        line-height: 30px;
    }
    .new-list-smail .inner-content .article-description {
        height: 45px;
        overflow: hidden;
    }
}
@media (max-width:992px){
    .item_banner .info_content .title-deal {
        line-height: 30px;
        margin-bottom: 5px !important;
    }
    
    .item_banner .info_content ._link a {
        margin-top: 15px !important;
    }
    .box-product-slide .slick-arrow {
        top: calc(50% - 116px);
    }
    .category-slide_home .slick-slider .slick-arrow {
        top: calc(50% - 60px);
    }
    .category-slide_home .slick-arrow:before {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    
    .category-slide_home .slick-prev {
        left: -10px;
    }
    
    .category-slide_home .slick-next {
        right: -10px;
    }
     .deal-section.banner_link .item_right {
        width: 350px;
        max-width: 100%;
    }
    .title-section:after {
        width: 80px;
        height: 27px;
        bottom: -30px;
    }
    .form-fm-footer .btn_mail .btn-submit {
        padding: 0 14px !important;
        font-size: 12px;
    }
    .nh-news-list>.container>.row>div:nth-child(1) {
        order: 2;
    }
    
    .nh-news-list>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_details>.row>div:nth-child(2) {
        order: 3;
    }
    
    .news_details>.row>div {
        flex: 0  0 100%;
        max-width: 100%;
    }
}
@media (max-width:576px){
    .box-bottom-slide, .box-bottom-slide .img_banner {
        margin-bottom: 15px;
    }
    
    .product-category-section>.row>div:nth-child(3) .box-bottom-slide {
        margin-bottom: 0;
    }
    
    .deal-section.banner_link {
        padding: 100px 0;
        background-position: right;
    }
    .deal-section.banner_link .item_right  h3.title-deal {
        margin-bottom: 0;
        line-height: 27px;
    }
    .item_banner .info_content .title-deal {
        margin-top: 0 !important;
        line-height: 40px;
    }
    .nh-testimonials {
        padding: 40px 0;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title_email {
        margin-bottom: 20px;
    }
    .product-status {
        font-size: 11px;
    }
    .box-product-slide .slick-arrow {
        top: calc(50% - 100px);
    }
    .new-list-smail>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .new-list-smail .inner-image {
        padding-top: 67%;
        margin-bottom: 20px !IMPORTANT;
    }
    article.article-detail .social-share {
        justify-content: flex-start !important;
    }
    .img-slide-thumb {
        height: 60px;
        max-height: 60px;
        width: 160px;
    }
}