/* Minification failed. Returning unminified contents.
(13,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(18,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(87,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(169,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(187,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(205,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(214,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(227,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(250,32): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(287,28): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
(321,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(332,21): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(363,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(366,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(370,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(375,32): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(383,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(404,21): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(415,25): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(423,29): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(466,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(518,21): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(526,25): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(533,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(550,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(581,17): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(601,32): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(621,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(644,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(657,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(674,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(688,32): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(709,28): run-time error CSS1039: Token not allowed after unary operator: '-sub-color'
(731,23): run-time error CSS1039: Token not allowed after unary operator: '-main-font'
(745,17): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(801,21): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(813,32): run-time error CSS1039: Token not allowed after unary operator: '-main-color'
(855,32): run-time error CSS1039: Token not allowed after unary operator: '-gray-color'
 */

/*----------------------------------
infor-home
----------------------------------*/
.information-home {
    background-color: #000;
    padding: 3.75em 0 2.5em;
}

.infor-home h3 {
    font-size: 1.625rem;
    font-weight: bold;
    color: var(--main-color);
    line-height: 2.5rem;
}

.information-home .infor-home i {
    color: var(--main-color);
    font-size: 0.75rem !important;
    display: inline-block;
}

.information-home .infor-home h3 i {
    position: relative;
    bottom: 10px;
}

.infor-home {
    padding: 15px
}

    .infor-home p {
        color: #fff;
        text-overflow: ellipsis;
        max-height: 176px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
    }

.information-home .infor-home p i {
    position: relative;
    bottom: 5px;
    left: 10px;
}

.information-home-img {
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

    .information-home-img .news-i-img {
        /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
	height: auto; */
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-position: center;
        background-size: cover;
    }

/*.information-home-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: none;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }*/

.infor-wrap {
    background-color: var(--gray-color);
}
/*----------------------------------
home-service
----------------------------------*/
.service-wrap .owl-carousel .owl-stage-outer {
    overflow: initial;
}

.service-wrap .header-info {
    margin-bottom: 80px;
}

.service-wrap {
    overflow: hidden;
}

.owl-item.active > .card-service {
    opacity: 0.6;
}

.owl-item.center > .card-service {
    opacity: 1;
    position: relative;
    top: -25px;
}

.owl-item.active.center .card-service {
    opacity: 1;
    position: relative;
    top: -25px;
}

.banner-card {
    width: 1100px;
    position: relative;
    height: 300px;
    overflow: hidden;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
}
/* .arrow-card::before{
    content: "";
    border-bottom: 30px solid var(--sub-color);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none
} */
.owl-item.active.center .card-service .banner-card,
.owl-item.active.center .card-service .arrow-card::before {
    display: block;
}

.owl-item.active.center .card-service .card-service-wrapper {
    height: 200px;
}

.owl-item.active.center .card-service-infor .infor-des {
    font-size: 22px;
}
/* .home-service .owl-nav button.owl-next{
	position: absolute !important; 
	top: 30% !important;
	right: 0%;
}
.home-service .owl-nav button.owl-prev{
	position: absolute !important; 
	top: 30% !important;
	left: 0%;
} */
.service-wrap .owl-nav button.owl-prev,
.service-wrap .owl-nav button.owl-next {
    font-size: 16px !important;
    font-weight: 900 !important;
    color: #000 !important;
    font-weight: bold;
    background-color: var(--sub-color) !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    bottom: 30px;
}

.card-service {
    background-color: transparent;
    margin-bottom: 30px;
}

.card-service-wrapper {
    position: relative;
    width: 100%;
    height: 150px;
    display: block;
    background-color: var(--sub-color);
}

.card-service-img .img-ct {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: inline-block !important;
    max-width: 80%;
    max-height: 80%;
    width: auto !important;
    height: auto;
}

.card-service-infor {
    padding: 10px 15px 15px;
    display: block;
    background-color: var(--sub-color);
}

.card-service .p-15 {
    padding-left: 0px;
}

.card-service-infor .infor-des {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bolder;
    text-align: center;
    background-color: #000;
    padding: 5px
}

.card-service-infor p {
    margin-bottom: 0;
}

.card-service-infor .infor-title {
    font-size: 16px;
    font-family: var(--main-font);
    font-weight: 900;
    line-height: 22px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
    height: 44px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*----------------------------------
home-service
----------------------------------*/

.hair-style {
    padding: 40px 0;
}

    .hair-style .nav-pills {
        background-color: var(--sub-color);
        border-radius: 0;
    }

        .hair-style .nav-pills .nav-link {
            border-radius: 0;
            color: #000;
            font-weight: 900;
            padding: 0.7rem 1rem;
        }

            .hair-style .nav-pills .nav-link::after {
                content: '';
                height: 3px;
                width: 100px;
                display: block;
                background-color: transparent;
                position: relative;
                top: 5px;
                left: 50%;
                transform: translate(-50%,0);
            }

            .hair-style .nav-pills .nav-link.active,
            .hair-style .nav-pills .show > .nav-link {
                background-color: transparent;
                color: #000;
                padding-bottom: 5px;
                margin-bottom: 10px;
            }

                .hair-style .nav-pills .nav-link.active::after,
                .hair-style .nav-pills .show > .nav-link::after {
                    background-color: #000;
                }

.tab-content > .active {
    background-color: var(--gray-color);
    padding: 15px 20px;
}

.hair-n-lg-img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    display: block;
}

    .hair-n-lg-img .img-ct {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
    }

.load-more {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: block;
    text-align: right;
    margin-top: 10px;
}

    .load-more i {
        margin-left: 5px;
        display: inline-block;
    }

    .load-more:hover {
        color: var(--main-color);
    }

.hair-style .tab-child .nav-pills {
    background-color: #000;
    margin-top: 20px;
    padding: 5px;
}

    .hair-style .tab-child .nav-pills .nav-link {
        border-radius: 0;
        color: var(--sub-color);
        font-weight: 900;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border: 2px solid #000;
        display: flex;
    }

        .hair-style .tab-child .nav-pills .nav-link img {
            width: 40px;
            height: auto;
        }

        .hair-style .tab-child .nav-pills .nav-link p {
            margin-bottom: 0;
            margin-left: 5px;
        }

.hair-style .tab-child .nav-link::after {
    content: '';
    height: 0;
    width: 0;
    display: block;
    background-color: transparent;
    position: static;
}

.hair-style .tab-child .nav-link.active,
.hair-style .tab-child .show > .nav-link {
    background-color: transparent;
    color: var(--sub-color);
    padding-bottom: 10px;
    margin-bottom: 0;
    border: 2px solid var(--sub-color);
}

.tab-child .tab-content {
    background-color: var(--sub-color);
}

    .tab-child .tab-content > .active {
        padding: 0;
        background-color: var(--sub-color);
    }

.hair-n-lg-img {
    margin-top: 20px;
}

#pills-0 {
    background-color: var(--sub-color);
}

.tab-child .load-more {
    color: #000;
}

.tab-child .hair-n-lg-img {
    border: 3px solid #000;
}
/*----------------------------------
home-service
----------------------------------*/
/*----------------------------------
banner-middle
----------------------------------*/
.banner-middle {
    position: relative;
}

    .banner-middle .banner-md-ct {
        color: var(--sub-color);
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 100;
    }

        .banner-middle .banner-md-ct a {
            font-size: 34px;
            color: var(--sub-color);
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .banner-middle .banner-md-ct a:hover {
                color: var(--main-color);
                -moz-transition: all 0.3s;
                -o-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

        .banner-middle .banner-md-ct h3 {
            font-size: 24px;
            margin-top: 20px;
        }
/*----------------------------------
banner-middle
----------------------------------*/
/*----------------------------------
home-nav-pill
----------------------------------*/
.home-nav-pill {
    padding: 40px 0 0;
}
/*----------------------------------
home-slider-video
----------------------------------*/
.home-slider-video {
    padding: 40px 0 40px;
}

.product-main {
    margin-bottom: 15px;
    position: relative;
}

.product-img-wrapper {
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 5px;
    overflow: hidden;
}

.product-img {
    width: 100%;
    height: 100%;
    background-color: var(--sub-color);
    background-position: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .product-img::before {
        content: "";
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.6);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.product-main:hover .product-img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

    .product-main:hover .product-img::before,
    .product-main:focus .product-img::before {
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.product-infor-wrapper {
    padding: 20px 0 0;
}

    .product-infor-wrapper .product-title {
        font-size: 16px;
        margin-bottom: 10px;
        max-height: 44px;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: bold;
        color: var(--sub-color);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

        .product-infor-wrapper .product-title:hover,
        .product-infor-wrapper .product-title:focus {
            color: var(--main-color);
        }

.quickview {
    display: block;
    width: 40px;
    height: 40px;
    background-color: var(--sub-color);
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    display: none;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    .quickview i {
        font-size: 12px;
        color: var(--main-color);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.product-main:hover .quickview,
.product-main:focus .quickview {
    display: block;
}

.home-slider .owl-nav button.owl-next {
    position: absolute !important;
    top: 30% !important;
    right: -5%;
}

.home-slider .owl-nav button.owl-prev {
    position: absolute !important;
    top: 30% !important;
    left: -5%;
}

.home-slider .owl-nav [class*=owl-]:hover {
    background-color: transparent !important;
}

.home-slider .owl-nav button.owl-prev, .home-slider .owl-nav button.owl-next {
    font-size: 40px !important;
    font-weight: 900 !important;
    color: var(--sub-color) !important;
}
/*----------------------------------
home-news
----------------------------------*/
.home-news-lg {
    display: block;
}

.home-n-lg-img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    display: block;
}

    .home-n-lg-img .img-ct {
        width: 100%;
        height: 100%;
        background-color: var(--sub-color);
        background-size: cover;
        background-position: center;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.home-news-lg:hover .img-ct,
.home-news-lg:focus .img-ct {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.home-n-lg-infor {
    padding: 15px;
    background-color: var(--sub-color);
    position: relative;
    top: -35px;
    -webkit-box-shadow: 0 30px 50px rgba(0,0,0,.03);
    box-shadow: 0 30px 50px rgba(0,0,0,.03);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.home-news .home-n-lg-infor {
    height: 155px;
}
/* .home-news-lg:hover:hover .home-n-lg-infor, 
.home-news-lg:hover:focus .home-n-lg-infor{
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,.09);
    box-shadow: 0 20px 40px rgba(0,0,0,.09);
} */
.home-n-lg-infor .infor-title {
    font-size: 18px;
    font-family: var(--main-font);
    text-align: left;
    max-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    color: #000;
}

.home-news-lg:hover .infor-title,
.home-news-lg:focus .infor-title {
    color: var(--main-color);
}

.home-n-lg-infor .infor-des {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    line-height: 20px;
    max-height: 57px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-news-sm {
    margin-bottom: 30px;
    background-color: var(--sub-color);
}

.home-n-sm-img {
    width: 100%;
    height: 170px;
    display: block;
    position: relative;
    overflow: hidden;
}

    .home-n-sm-img .img-ct {
        width: 100%;
        height: 100%;
        background-color: var(--sub-color);
        background-size: cover;
        background-position: center;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.home-n-sm-wrapper:hover .img-ct,
.home-n-sm-wrapper:focus .img-ct {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.home-n-sm-infor {
    padding: 15px 15px 0 0;
    display: block;
    background-color: var(--sub-color);
}

.home-news-sm .p-15 {
    padding-left: 0px;
}

.home-n-sm-infor .infor-des {
    margin-bottom: 0;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-n-sm-infor .infor-title {
    font-size: 16px;
    font-family: var(--main-font);
    text-align: left;
    max-height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    color: #000;
}

.home-n-sm-infor:hover .infor-title {
    color: var(--main-color);
}

.home-n-sm-infor .infor-date {
    color: #747c8f;
    font-size: 13px;
}
/*----------------------------------
home-news
----------------------------------*/
/*----------------------------------
h-product
----------------------------------*/

.h-product h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 45px 0;
}

.h-product .h-pr-img {
    display: block;
    width: 100%;
    height: 230px;
    position: relative;
    margin-bottom: 25px;
}

    .h-product .h-pr-img img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: inline-block !important;
        max-width: 100%;
        max-height: 100%;
        width: auto !important;
        height: auto;
    }

.h-product .h-pr-txt {
    color: #000;
}

    .h-product .h-pr-txt p {
        margin-bottom: 10px;
    }

    .h-product .h-pr-txt .h-pr-ttl {
        font-size: 18px;
        font-weight: bold;
    }

    .h-product .h-pr-txt .h-pr-ct {
        font-family: 'UTMGothic';
        font-size: 22px;
        color: var(--main-color);
    }

.h-product .owl-theme .owl-nav {
    display: none;
}

.h-product .owl-theme .owl-dots {
    margin-top: 30px;
}

    .h-product .owl-theme .owl-dots .owl-dot.active span, .h-product .owl-theme .owl-dots .owl-dot:hover span {
        background-color: var(--main-color);
    }

    .h-product .owl-theme .owl-dots .owl-dot span {
        background-color: #daceae;
    }

.card-service .banner-card {
    position: relative;
}
/*----------------------------------
h-product
----------------------------------*/
@media screen and (max-width: 991px) {
    .home-slider .owl-nav button.owl-next {
        right: -10%;
    }

    .home-slider .owl-nav button.owl-prev {
        left: -10%;
    }
}

@media screen and (max-width: 768px) {

    .information-home-img {
        height: 200px;
    }

        .information-home-img .news-i-img {
            display: none;
        }

        .information-home-img img {
            display: inline-block;
        }

    .infor-wrap {
        background-color: transparent;
    }

    .infor-home {
        background-color: var(--gray-color);
    }

        .infor-home h3 {
            font-size: 16px;
            line-height: 22px;
        }

    .card-service .banner-card {
        width: 100%;
    }
    /*.owl-item.active.center .card-service .banner-card,
    .owl-item.active.center .card-service .arrow-card::before {
        display: none;
    }*/
}

@media screen and (max-width: 544px) {

    .home-slider .owl-nav button.owl-prev {
        left: 0;
    }

    .home-slider .owl-nav button.owl-next {
        right: 0;
    }
}

