/*--------------------------------------------------------------------------
|  Header
--------------------------------------------------------------------------*/
.language-switch {
    display: flex;
    align-items: center;
}

.language-switch>li {
    list-style: none;
}

.language-switch>li>a>img {
    width: 30px;
    height: 20px;
    object-fit: cover;
}

.language-switch>li>a {
    margin-left: 5px;
}
.bg-main{
background:var(--bg-main);
}
.text-black {
    color: var(--black);
}
.pt-40{
    padding-top: 40px;
}
.pt-50{
    padding-top: 50px;
}
.pt-60{
    padding-top: 60px;
}
.pt-70{
    padding-top: 70px;
}

.pt-80{
    padding-top: 80px;
}

.pb-40{
    padding-bottom:40px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-70{
    padding-bottom: 70px;
}

.setting-menu {
    height: 143px;
    background: url(/templates/fashion03/assets/media/bg-menu.png) no-repeat center;
    color: #fff;
    transition: all 0.8s ease;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.setting-menu .logo-section {
    position: relative;
    top: 20px;
}

.setting-menu .menu-section > ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/*--------------------------------------------------------------------------
|  Main
--------------------------------------------------------------------------*/

.topbar-section .language-switch a.language-picker {
    color: var(--white) !important;
    display: flex;
    align-items: center;
}

.topbar-section .language-switch a.language-picker img {
    height: 16px;
}
.setting-menu>.container>.row>div:nth-child(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.setting-menu>.container>.row>div:nth-child(3)>div:nth-child(1) {
    flex: 1 1;
}
.section-text-01.home-1 {
    max-width: 960px;
    margin: 0 auto;
}

.section-text-01.home-1 .title-section {
    font-size: 5.2rem;
    font-family: 'Freight_Big_Book';
    margin-bottom: 20px;
}
.desc-section {
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.section-text-01.home-1 a.btn.btn-submit, .section-review .link-modal {
    padding: 0 30px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white);
    background: #000;
    overflow: hidden;
    position: relative;
    border: 0;
    height: 50px;
    line-height: 50px;
}
.section-module-01{
    background: #f4f4f4;
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-module-02 {
    background: #323439;
    padding: 70px 0;
}
.list-category-product-img .title-section {
    color: var(--white);
}

.list-category-product-img .desc-section {
    color: var(--white);
}
/*category*/


.item-title-category {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.list-category-product .img_category:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000042;
    z-index: 1;
}

.item-title-category .name a {
    font-size: 40px;
    font-family: 'Freight_Big_Book';
    color: var(--white);
}
.item-title-category .name  {
transition: all .35s ease-in-out;
    }
.item-title-category .info {
    max-width: 400px;
    opacity: 0;
    height: 0;
}
.item-title-category:hover .info {
    transition: all .35s ease-in-out;
    opacity: 1;
    padding-top: 20px;
    height:auto;
}

.item-title-category .info .description {
    color: var(--white);
}

.item-title-category .info a.read-more {
    padding: 13px 30px;
    background: var(--color-main);
    color: var(--white);
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Freight_Big_Book';
    line-height: 1.2;
    margin-top: 10px;
}

/*category*/

/*form*/
.section-form {
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: bottom;
    padding: 8em 0;
}
.content-form .info .des {
    margin-bottom: 20px;
}

.content-form .info .title {
    font-size: 37px;
    line-height: 1.5;
    font-weight: 600;
    font-family: 'Freight_Big_Book';
    margin-bottom: 40px;
}

.content-form .info .form {
    max-width: 200px;
}

.content-form .info .form .form-group {
    padding-bottom: 25px;
}

.content-form .info .form .form-group .form-control {
    background: #ddd0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 1px;
    color: var(--white);
    height: 27px;
}
.content-form .info .form .form-group .form-control::placeholder { 
  color: var(--white);
}

.content-form .info .form .form-group span.btn.btn-submit {
    background-color: transparent;
    outline-color: unset;
    border: 1px solid #fff;
    padding: 6px 16px;
    border-radius: 5px;
    font-size: 16px;
    color: var(--white);
}
.content-form .info .note {
    font-size: 11px;
}
/*form*/

/*chia-se*/
.section-review {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 60px;
    padding-right: 60px;
    border: 1px solid #ddd;
}
.section-review .title-section span {
    background: var(--white);
    position: relative;
    padding: 0 30px;
    display: inline-block;
}

.section-review .title-section {
    margin-top: -20px;
    margin-bottom: 50px;
    color: var(--black);
    position: relative;
}

.section-review .title-section span:before {
    display: inline-block;
    content: '';
    height: 40px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    margin: 0 30px 0 30px;
    left: -30px;
}

.section-review .title-section span:after {
    display: inline-block;
    content: '';
    height: 40px;
    width: 1px;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #ddd;
    position: absolute;
    -webkit-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    transform: skew(-40deg);
    margin: 0 30px 0 30px;
    top: 0;
    right: -30px;
}

.section-review .item {
    text-align: center;
}

.section-review .item .name {
    font-size: 25px;
    font-style: italic;
    margin-bottom: 10px;
}

.section-review .item .address {
    font-size: 25px;
    margin-bottom: 15px;
}
.section-review .item .img {
    width: 223px;
    height: 155px;
    margin: 0 auto 10px;
    border-radius: 49%;
    overflow: hidden;
}

.section-review .item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.section-review .item .address span.time {
    padding-left: 25px;
    position: relative;
}

.section-review .item .address span.time:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 13px;
    height: 6px;
    width: 6px;
    background: var(--black);
    border-radius: 50%;
}

.section-review .item .description {
    font-size: 20px;
    margin-bottom: 3rem;
}
.section-review .link-modal {
    display: inline-block;
    margin-bottom: -30px;
}

/*chia-se*/
/*--------------------------------------------------------------------------
|  Footer
--------------------------------------------------------------------------*/
footer {
    background-color: #bdbebf;
}
.title-footer {
    font-size: 12px;
}

.footer-menu-section>.list-unstyled>li>a {
    color: #323439 !important;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
}

.footer-menu-section>.list-unstyled>li {
    margin-bottom: 8px !important;
    line-height: 1.2;
}
.footer-copy {
    background-color: #c3c3c3;
    padding: 20px 0;
}

.copyright span:last-child {
    font-size: 18px;
    padding-left: 10px;
}


/*danh-muc-san-pham*/
.section-module-02-page {
    padding-left: 70px;
    padding-right: 70px;
}



.list-category-product-page .list-category-product {
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.list-category-product-page .list-category-product .name, .product-item .inner-content {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(140,4,4,.34);
    /* height: 3.5rem; */
    line-height: 3.5rem;
}

.list-category-product-page .list-category-product .name a, .product-item .inner-content .product-title a {
    color: var(--white);
    font-size: 15px;
}

.list-category-product-page .list-category-product .img_category img, .product-item .inner-image img {
    transition: all 1s;
}

.list-category-product-page .list-category-product:hover .img_category img, .product-item:hover .inner-image img {
    transform: scale(1.1);
}
.list-category-product-page .title-section, .list-category-product-page .desc-section {
    color: var(--white);
}

/*danh-muc-san-pham*/

/*GT*/

.section-we-are .title-section {
    margin-bottom: 40px;
    color: var(--black);
    font-size: 50px;
}

.section-we-are  .info {
    font-size: 1.6rem;
    text-align: justify;
}
.section-why .item {
    padding: 40px 30px;
    text-align: center;
    background-color: #f1f1f1;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.section-why .item .img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    left: 100%;
    z-index: 0;
}

.section-why .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-why .item:hover .img {
    opacity: .9;
    left: 0;
}

.section-why .item .info {
    position: relative;
    z-index: 2;
}

.section-why .item .info .name {
    font-size: 24px;
    font-family: 'Freight_Big_Book';
    margin-bottom: 1rem;
}

.section-why .item:hover .info {
    color: var(--white);
}

.section-why .item:hover .info:before {
    position: absolute;
}

.section-why .item .img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000085;
}
.section-why .item .info .description {
    overflow: hidden;
    height: 245px;
}
.section-about-team {
    background: #f4f4f4;
}
.section-team>.row>div:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
}

.section-team>.row>div:nth-child(1) .item {
    max-width: calc(33.33333% - 20px);
    margin: 0 auto;
}

.section-team .item .img {
    height: 200px;
    width: 200px;
    text-align: center;
    margin: 0  auto 15px;
}

.section-team .item {
    text-align: center;
    margin-bottom: 30px !important;
}

.section-team .item .img img {
    border-radius: 50%;
}

.section-team .item .info .name {
    font-family: 'Freight_Big_Book';
    font-size: 25px;
}

.section-team .item .info  .description_short {
    margin-bottom: 10px;
}
.section-why .title-section, .section-team .title-section {
    color: var(--black);
}

/*GT*/

/*danhsach*/
.section-list-acticle article.article-item {
    border-bottom: 1px solid #d6d1d1;
    padding-bottom: 2.5rem;
}

.section-list-acticle article.article-item .inner-image .ratio-16-9 {
    padding-top: 45%;
}

article.article-item .inner-image {
    margin-bottom: 2rem;
}

.article-item .inner-content .article-title {
    text-align: center;
    font-size: 2.5rem;
}

.article-item .inner-content .article-title a {
    color: var(--black);
    font-family: 'Freight_Big_Book';
}

.article-item .inner-content a.btn.btn-submit-1 {
    border: 1px solid #464646;
    border-radius: 20px;
    color: #464646;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.article-item .inner-content .post-date {
    text-align: center;
    margin-bottom: 1rem;
}
.section-form-page {
    border: 1px solid #b9b9b9;
}

.section-form-page .title-form, .section-news-small .title-small {
    padding: 2rem;
    border-bottom: 1px solid #dee2e6;
    font-size: 2.5rem;
    font-family: 'Freight_Big_Book';
    line-height: 1;
}

.section-form-page .info-top {
    border-bottom: 1px solid #dee2e6;
    padding: 2rem;
}

.section-form-page .info-top .form-group {
    margin-bottom: 2rem;
}

.section-form-page .info-top .form-group .form-control {
    background: #efefef;
    border-radius: 5px;
    border: 1px solid #ced4da;
    height: 38px;
    line-height: 38px !important;
}
.section-form-page .form-bottom {
    padding: 2rem;
}

.section-form-page .form-bottom span.btn.btn-submit {
    display: block;
    background: var(--black);
    border-color: var(--black);
    text-transform: uppercase;
}

.section-form-page .form-bottom span.btn.btn-submit:hover {
    background: none;
    color: var(--black);
}
.section-form-page .info-top p.note {
    font-size: 12px;
}
.section-form-page .info-top .form-group label {
    font-weight: 400;
}
.view-small article.article-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.view-small article.article-item .img-left {
    flex: 0 0 30%;
    max-width: 30%;
}

.view-small article.article-item .img-left .inner-image {
    margin-bottom: 0;
}

.view-small article.article-item  .inner-content {flex: 1 1;padding-left: 15px;}

.view-small article.article-item .inner-content .article-title {
    font-size: 15px;
    text-align: left;
    margin-bottom: 0.2rem;
}

.view-small article.article-item .inner-content  .post-date {
    text-align: left;
    margin-bottom: 0;
}
.section-news-small {
    border: 1px solid #b9b9b9;
}

.section-news-small .view-small {
    padding: 2rem;
}

.section-news-small .view-small article.article-item:last-child {
    margin-bottom: 0;
}
.description-category_info .title-section {
    color: var(--white);
}

.description-category_info  .desc-section {
    margin-bottom: 0;
    color: var(--white);
}

/*chi-tiet-san-pham*/
body.product_detail {
    /* padding-top: 170px; */
}
.product-detail-head {
    background-color: #dcdcdc;
    padding: 15px;
}
.product-detail-head .product-title-detail {
    font-size: 3.5rem;
    font-family: 'Freight_Big_Book';
}
.product-content-detail .note {
    padding: 20px;
    background: #f3f3db;
    border: 1px solid #f5dba1;
    color: #1e1e1e;
}

.product-content-detail .note a {
    color: var(--black);
    font-weight: 700;
}
.product-content-detail .lich-trinh {
    margin-bottom: 15px;
}
.detail-content-product .title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Freight_Big_Book';
    font-size: 2.5rem;
}
.title-article-detail {
    font-family: 'Freight_Big_Book';
}
.section-banner-page .swiper-slide img {
    height: 25vw;
}
/*chi-tiet-san-pham*/
.share-buttons>a.share-button:last-child .share-button-secondary-content, .share-buttons>a.share-button:last-child .share-button-primary {
    background: #fb0000;
}
.share-buttons>a.share-button:nth-child(2) .share-button-secondary-content, .share-buttons>a.share-button:nth-child(2) .share-button-primary {
    background: #338eef;
}

.share-buttons>a.share-button:nth-child(1) .share-button-secondary-content, .share-buttons>a.share-button:nth-child(1) .share-button-primary {
    background: #007bff;
}

.section-form-chia-se .title-section {
    color: var(--white);
    margin-bottom: 40px;
}
.section-form-chia-se .form-group {
    margin-bottom: 2rem;
}

.section-form-chia-se .form-group input.form-control, .section-form-chia-se .form-group textarea.form-control {
    background: none;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding: 0;
}

.section-form-chia-se .form-group input.form-control::placeholder, .section-form-chia-se .form-group textarea.form-control::placeholder { 
  color: var(--white);
}

.section-form-chia-se .form-group span.btn.btn-submit {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 15px;
}

.section-form-chia-se .form-group span.btn.btn-submit:hover {
    background: var(--black);
    border: 1px solid var(--black);
    color: var(--white);
}

.section-form-chia-se .form-group:last-child {
    margin-bottom: 0;
    margin-top: 30px;
}
/*--------------------------------------------------------------------------
|  Responsive
--------------------------------------------------------------------------*/
@media (min-width:1200px){
    .section-list-product>.row {
        margin-right: -30px;
        margin-left: -30px;
    }
    
    .section-list-product>.row>div {
        padding-right: 30px;
        padding-left: 30px;
    }
    .list-category-product-page>.row {
        margin-right: -30px;
        margin-left: -30px;
    }
    
    .list-category-product-page>.row>div {
        padding-right: 30px;
        padding-left: 30px;
    }

}
@media (min-width:992px){
    .list-category-product-img>.row>div:nth-child(3), .list-category-product-img>.row>div:nth-child(5) {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .list-category-product-img>.row>div:nth-child(3)  .list-category-product .img_category, .list-category-product-img>.row>div:nth-child(5) .list-category-product .img_category {
        padding-top: 37.5%;
    }

}
@media (max-width:1200px){
    .header-menu-mb {
        background: #323439;
    }
    .logo-section img {
        height: 6rem;
    }
    .logo-section img {
        height: 6rem;
    }
    .item-title-category .info {
        opacity: 1;
        height: auto;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .list-category-product-page .list-category-product {
        margin-bottom: 10px;
    }
    body.product_detail {
        padding-top: 0;
    }
}


@media (max-width:992px){
    .section-text-01.home-1 .title-section {
        font-size: 3.2rem;
    }
    
    .section-module-01,.section-module-02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .section-text-01.home-1 a.btn.btn-submit, .section-review .link-modal {
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
    
    .desc-section {
        font-size: 14px;
    }
    
    .title-section {
        font-size: 2.8rem;
    }
    
    .desc-section {
        margin-bottom: 0;
    }
    .section-module-03 {
        padding-bottom: 40px;
        padding-top: 50px;
    }
    .section-review .title-section {
        font-size: 2.4rem;
    }
    .section-module-03 {
        padding-bottom: 60px;
        padding-top: 50px;
    }
    .section-review .title-section {
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
    
    .section-review {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .section-review .item .name {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .section-review .item .address {
        font-size: 17px;
        margin-bottom: 15px;
    }
    
    .section-review .item .description {
        font-size: 14px;
    }
    .section-form {
        padding: 4em 0;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .copyright span {
        font-size: 10px !important;
    }
    .section-module-02-page {padding-left: 15px;padding-right: 15px;}
    
    .list-category-product-page .list-category-product .name a, .product-item .inner-content .product-title a {
        font-size: 13px;
    }
    .section-we-are .title-section {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .section-why .item .info .description {
        height: auto;
    }
    
    .section-why .item {
        margin-bottom: 15px;
        height: auto;
    }
    
    .section-team>.row>div:nth-child(1) .item {
        max-width: 100%;
    }
    
    .section-about-team {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    .section-about-page-01 {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    
    .section-about-page-02 {
        padding-bottom: 30px;
    }
    .section-news-01>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .article-item .inner-content .article-title {
        font-size: 1.6rem;
    }
    .section-module-02 .list-category-product-img {
        padding: 0 15px;
    }
    .product-content-detail {
        padding-top: 20px;
    }
    
    .product-detail-head .product-title-detail {
        font-size: 2.5rem;
    }
    .detail-content-product {
        margin-bottom: 20px;
    }
}

.section-dt-ct .stk-top {
    position: -webkit-sticky;
    position: sticky;
    top: 93px;
}
.header-page-title {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header-page-title .name {
    padding-top: 130px;
    font-size: 25px;
    color: var(--white);
    position: relative;
    z-index: 2;
}

.header-page-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000005c;
}

.detail-content-product  table {
    max-width: 100%;
}

.detail-content-product img {
    max-width: 100%;
    height: auto;
}
