body {
    font-family: "-apple-system, BlinkMacSystemFont, &quot;Segoe UI&quot;, Roboto, Oxygen-Sans, Ubuntu, Cantarell, &quot;Helvetica Neue&quot;, sans-serif",sans-serif;
    overflow-x: hidden;
}

.header-main {
    background: url(https://vangchuan.vn/templates/fashion01/assets/media/background/banner-top.jpg) right no-repeat;
    background-size: cover;
}

.header-main>.container>.row {
    align-items: center;
}

/*info company*/

.info-company__title {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
}

.info-company__desc {
    color: var(--white);
    font-weight: bold;
    font-size: 16px;
}

.info-company__mst {
    color: var(--white);
}

/*end info company*/

/*btn mua hang detai product*/
.contact-detail .btn-contact{
    background-color: var(--color-main);
    color: var(--white);
    display: inline-block;
    border-radius: 5px;
    padding: 10px;
}
.text-uppercase{
    text-transform: uppercase !important;
}
/*btn mua hang detai product*/

/*phone header*/

.phone-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.phone-header__icon {
    margin-right: 10px;
}

.phone-header__icon i {
    border-radius: 50%;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 23px;
    color: var(--white);
    background-color: red;
    animation-name: stretch;
    animation-duration: 1.2s;
    animation-timing-function: ease-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-name: tada;
}

.phone-header__number {
    color: var(--yellow);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.phone-header__number span {
    color: var(--red);
}

/*end phone header*/

/*search*/

.search-section input {
    border-radius: 45px 0 0 45px;
}

.search-section .btn-submit {
    border-radius: 0 45px 45px 0;
    font-size: 18px;
    color: var(--black);
    background: var(--white);
}

/*end search*/

/*menu*/

.menu-main {
    background: var(--light);
}

@media (min-width: 1025px) {
    .menu-vertical .menu-section {
        background: var(--color-main);
    }
    
    .menu-section .entry-menu.dropdown ul {
        left: calc(100% + 0px);
    }
    
    body.home .menu-vertical ul.entry-menu {
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    
    .menu-vertical ul li {
        width: 100%;
    }
    
    .menu-vertical .menu-section > ul > li.has-child > a {
        width: 100%;
        color: var(--white);
        padding: 0 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .menu-vertical .menu-section ul.entry-menu {
        width: 100%;
        background: var(--white);
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
        padding: 0;
    }
    
    .menu-section .entry-menu.dropdown li:hover > ul {
        border: 0;
        box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    }
    
    .menu-vertical .menu-section .menu-link {
        padding: 7px 35px 7px 10px;
        border-top: 1px solid #ececec;
    }
    
    .menu-vertical .menu-section .dropdown li:first-child .menu-link {
        border-top: 0;
    }
    
    .menu-vertical .menu-section .child-indicator {
        right: 10px;
    }
}

.menu-horizontal .menu-section > ul > li {
    margin-right: 0;
}

.menu-horizontal .menu-section > ul > li a {
    padding: 0 10px;
    border-radius: 45px;
    display: inline-block;
}

.menu-horizontal .menu-section > ul > li a:hover,
.menu-horizontal .menu-section > ul > li a.active {
    color: var(--white) !important;
    background: var(--color-main);
}
/*end menu*/

/*slider*/
.slider__item {
    position: relative;
}

.slider__block {
    height: 54vh;
    max-height: 400px;
    overflow: hidden;
}

.slider__block button.slick-arrow {
    top: 25%;
}

.slider__item img {
    height: 100%!important;
}

.slider__content {
    position: absolute;
    top: 16%;
    left: 12%;
}

.slider__title {
    color: var(--white);
    font-size: 36px;
    font-weight: 600;
}

.slider__description {
    color: var(--white);
    font-size: 16px;
}
/*end slider*/

.hight-light>.row {
    align-items: center;
}

.hight-light img {
    height: 42px;
    width: auto;
}

.hight-light .entry-content {
    border: 1px dashed var(--gray);
    padding: 5px;
    border-radius: 11px;
    text-align: center;
    background: var(--light);
}

.hight-light .entry-content:hover {
    background: var(--color-main);
}

.hight-light .entry-content:hover .inner-content h4 {
    color: var(--white);
}

.hight-light .inner-content {
    flex: 1;
}

/*title*/
.section-title {
    position: relative;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.section-title b {
    display: block;
    -ms-flex: 1;
    flex: 1;
    height: 2px;
    background-color: var(--color-main);
}

.section-title-main {
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    padding: 8px 20px;
    color: var(--color-main);
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
}

span.section-title-main:before {
    content: "";
    background: url(https://vangchuan.vn/templates/fashion01/assets/media/icons/logo.jpg) no-repeat;
    width: 34px;
    height: 34px;
    display: inline-block;
    background-size: 34px;
    margin-bottom: -6px;
    margin-right: 10px;
    border-radius: 5px;
}
/*end title*/

/*menu grid*/
.menu-grid__item {
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: var(--white);
    height: 100%;
}

.menu-grid__item:hover {
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 22%);
}

.menu-grid__item img {
    width: 100%;
}

.menu-grid__item span {
    padding: 15px 10px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: var(--black);
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 16px;
}
/*end menu grid*/

/*product*/
.product-item {
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: transform .3s,box-shadow .3s,background-color .3s,color .3s,opacity .3s;
    background: var(--white);
}

.product-item:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 10%);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.product-item .inner-content {
    padding: 10px 15px;
    border-top: 1px solid #e2e2e2;
}

.product-item .product-title {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.2;
    height: 20px;
    margin-bottom: 10px!important;
}

.product-item .inner-image {
    margin-bottom: 0;
}

.product-image-detail .inner-image img {
    object-fit: contain;
}
/*end product*/

/*about us*/
.about__img {
    width: 100%;
}

.about-section {
    background: var(--color-main);
    padding-bottom: 30px;
}

.about__arrow-down {
    width: 100%;
    height: 0;
    border-left: 30vw solid transparent;
    border-right: 70vw solid transparent;
    border-top: 30px solid var(--white);
    margin-bottom: 30px;
}

.about__title {
    color: var(--white);
    background-size: 243px;
    padding-bottom: 22px;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: url(https://vangchuan.vn/templates/fashion01/assets/media/icons/border-title-03.png) no-repeat center bottom;
    background-size: 243px;
}

.about__desc {
    color: var(--white);
    font-size: 16px;
}

.about__button {
    background-color: #360404;
    border-radius: 5px;
    color: var(--white);
    display: inline-block;
    letter-spacing: .03em;
    font-weight: 600;
    border: 1px solid transparent;
    transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
    padding: 4px 12px;
    float: right;
}

.about__button:hover {
    color: var(--white);
    background-color: #270202;
}
/*end about us*/

/*testimonial*/
.testimonial {
    box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    border-radius: 20px;
    background: var(--white);
    padding: 15px;
    margin: 30px 0;
}

.testimonial__title {
    color: var(--black);
    background-size: 243px;
    padding-bottom: 22px;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto',sans-serif;
    text-transform: uppercase;
    text-align: center;
    background: url(https://vangchuan.vn/templates/fashion01/assets/media/icons/border-title-03.png) no-repeat center bottom;
    background-size: 243px;
}

.testimonial__avatar {
    margin-top: 10px;
}

.testimonial__avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.testimonial__stars {
    text-align: center;
    font-size: 18px;
    color: var(--color-main);
    margin-top: 10px;
}

.testimonial__desc {
    font-size: 16px;
    text-align: justify;
    font-style: italic;
}

.testimonial__info {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

.testimonial__name {
    font-weight: 600;
}
/*end testimonial*/

/*why choose*/
.why-choose {
    margin: 30px 0;
}

.why-choose__list li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
}
/*end why choose*/

/*news*/
.news-list .article-item .inner-content {
    text-align: center;
}

.news-list .view-grid .article-item .inner-content .is-divider {
    margin-left: auto;
    margin-right: auto;
}

.news-list .article-item .inner-image {
    padding-top: 60%;
}

.is-divider {
    margin-top: .5em;
    margin-bottom: .5em;
    height: 2px;
    width: 100%;
    max-width: 30px;
    display: block;
    background-color: rgba(0,0,0,.1);
}

@media (min-width: 768px) {
   .news-list .view-list .article-item {
        display: flex;
    }
    
    .news-list .view-list .article-item .inner-image {
        width: 174px;
        padding-top: 18%;
    }
    
    .news-list .view-list .article-item .inner-content {
        flex: 1;
        text-align: left;
        margin-left: 15px;
    } 
}
/*rnd news*/

/*search*/
.search-section form {
    position: relative;
}

.search-section form .wrap-suggestion {
    position: absolute;
    background: #fff;
    z-index: 10;
    border-radius: 5px;
}
/*end search*/

/*footer*/
.bg-footer {
    font-size: 14px;
    color: white;
    background: url(https://vangchuan.vn/templates/fashion01/assets/media/background/bg-footer.png) var(--color-main) no-repeat;
    background-size: cover;
}

.footer-info__title {
    font-size: 14px;
}

.footer-info__list ul {
    list-style: none;
    padding-left: 0;
}

.footer-info__list ul li {
    margin-bottom: 10px;
}

.title-footer {
    font-size: 18px;
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
}

.footer-menu-section ul li a {
    color: var(--light);
}

.footer-menu-section ul li a:hover {
    color: var(--white);
}

.bg-copyright {
    background: #500002;
    border-top: 1px solid var(--white);
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: var(--white);
    margin: 4px 0;
}
/*end footer*/

/*Btn lien he*/

#socials{
    display: inline-block;
    position: fixed;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: 100;
    width: 40px;
}
#socials a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #007fff;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
/*Btn lien he*/
.catepro-section {
    position: relative;
}
.catepro-section .title-cate {
    width: 100%;
    color: var(--white);
    padding: 0 12px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--color-main);
    line-height: 60px;
    height: 60px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}
.catepro-section .title-cate span {
    display: inline-block;
    margin-left: 3px;
}
.catepro-section .menu-cate {
    position: absolute;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: opacity 0.05s ease;
    transition: opacity 0.05s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    width: 100%;
    background: var(--white);
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%);
    z-index: 12;
}
body.home .catepro-section .menu-cate {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.catepro-section .categories-section {
    margin-bottom: 0;
}
.catepro-section .categories-section a {
    padding: 7px 10px;
    border-top: 1px solid #ececec;
}

.catepro-section .categories-section li {
    margin: 0;
}
.catepro-section:hover .menu-cate{
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.bg-breadcrums {
    background: white;
}
.object-contain {
    object-fit: contain !important;
}
.product-image-detail .slider-thumbs .thumb-item img {
    height: 100%;
}
/*Responsive*/
@media (max-width: 1199px) {
    .info-company {
        text-align: center;
        margin-top: 10px;
    }
    
    .info-company__title {
        font-size: 22px;
        color: var(--color-main);
        line-height: 1.3;
    }
    
    .info-company__desc {
        color: var(--color-main);
        line-height: 1.2;
        font-size: 13px;
    }
    
    .info-company__mst {
        color: var(--color-main);
    }
    
    html {
        overflow-x: hidden;
    }
    
    body.is-mobile {
        margin-bottom: 0;
    }
    
    .section-title-main {
        font-size: 18px;
    }
    
    .about__title {
        font-size: 18px;
    }
    
    .testimonial__title {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .search-section .btn-submit{
        background-color: var(--color-main);
        color: var(--white);
    }
}
@media (max-width: 767px) {
    .slider__block {
        height: 62vh;
    }
    
    .hight-light .inner-content h4 {
        font-size: 12px;
    }
    
    .about__img {
        margin-top: 15px;
    }
    
    .about__arrow-down {
        border-left: 50vw solid transparent;
        border-right: 50vw solid transparent;
    }
}

@media (max-width: 480px) {
    .info-company__title{
        font-size: 17px;
    }
    .slider__block {
        height: 30vh;
    }
    
    .slider__block button.slick-arrow {
        top: 10%;
    }
    
    .out-stock, .onsale, .featured {
        line-height: 16px;
        padding: 0 4px;
        font-size: 10px;
        margin-bottom: 2px;
    }
    
    .menu-grid__item span {
        font-size: 12px;
    }
    
    .article-title-detail {
        font-size: 24px;
    }
}