/*
Theme Name: Flatsome Child
Description: NamKiem developed for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.11.3
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

.gt-salon {
    font-size: 40px;
    margin: 0;
    color: #000;
    margin-top: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    background: url(/wp-content/uploads/2023/07/icon01.png) no-repeat left bottom;
    padding-bottom: 2rem;
}

.img-about {
	position: relative;
    margin-top: -125px;
}


.img-about { position: relative; overflow: hidden; }
.img-about::before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 1; }
.img-about::after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.img-about:hover::before, .img-about:hover::after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }
.newsleft{width: 50%;display: flex;justify-content: center;align-items: center;}

.row-uu-diem::before {
    content: "";
    background: url(/assets/image/icon02.png) no-repeat left top;
    position: absolute;
    width: 305px;
    height: 482px;
    left: 0;
    z-index: 1;
    bottom: -70px;
}

.title-main {
    margin-top: 20px;
    margin-bottom: 1.5rem;
    text-align: center;
    background: url(/assets/image/icon03.png) no-repeat bottom center;
    padding-bottom: 2rem;
    color: #333333;
    text-transform: uppercase;
}

.tab-dich-vu ul li {
    margin-left: 40px !important;
}

.form-dang-ky-qua {
    margin: auto;
    background: #fff;
    padding: 32px 51px;
}

.form-dang-ky-qua .name-dangky{
    font-size: 26px;
    font-family: 'playb';
    color: #000;
    text-align: left;
}

.form-dang-ky-qua .slogan-dangky{
    font-size: 18px;
    font-family: 'playb';
    color: #000;
    text-align: left;
}

.form-dang-ky-qua .noi-dung-form{
    margin-top: 20px !important;
    height: 40px;
    display: flex;
    width: 513px;
    margin: auto;
    justify-content: space-between;
}

.form-dang-ky-qua .newsletter-input{
    position: relative;
    height: 100%;
    width: calc(100% - 140px);
}

.form-dang-ky-qua .newsletter-button{
    width: 130px;
}

.pic-ykkh {
    width: 252px;
    margin: auto;
}

.pic-ykkh a img {
    border-radius: 125px;
}

.hover_xam { position: relative; overflow: hidden; }
.hover_xam::before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 1; }
.hover_xam::after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.hover_xam:hover::before, .hover_xam:hover::after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }
/* .newsleft{width: 50%;display: flex;justify-content: center;align-items: center;} */

.scale-img {
    width: 252px;
    height: 389px;
    display: block;
    border-radius: 125px;
}

.scale-img:hover img {
    transform: scale(1.1); /* Zoom in the image by 10% when hovering over the container */
  }

  .scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img img {
  transition: transform 0.3s; /* Adding a smooth transition to the zoom effect */
}

.info-ykkh {
    text-align: center;
    padding: 20px;
    border: 1px solid #cccccc;
    height: 175px;
    margin-top: 40px;
}


.desc-ykkh {
    -webkit-line-clamp: 4;
    font-size: 16px;
    
    font-weight: 300;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

.name-ykkh {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'playb';
    font-style: italic;
    -webkit-line-clamp: 1;
}

.header-main {
    background: url(/assets/image/bgslide.png);
    background-position-x: center;
}

.owl-dot {
    display: none !important;
}

/* .img-hover-sang  */


.img-hover-sang .img-inner {position:relative; overflow:hidden;}
.img-hover-sang .img-inner:before{position: absolute;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.img-hover-sang .img-inner:hover:before {transition: 2s;left: 100%;}

.blog-lam-dep .post-title {
    color: #000;
    font-size: 24px;
    -webkit-line-clamp: 2;
    margin: 10px 0;
    line-height: normal;
    font-family: 'playb';
    padding-bottom: 20px;
}

.blog-lam-dep .box-text-inner {
    width: 380px;
}

.blog-lam-dep .box-text-inner .button  {
    min-width: 130px;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
    background-color: black;    
}

.blog-lam-dep .flickity-button {
    /* left: -80px; */
    width: 54px;
    opacity: 1; 
}

.blog-lam-dep .flickity-prev-next-button.previous {
    left: -80px;
}

.blog-lam-dep .flickity-prev-next-button.next {
    right: -80px;
}

.blog-lam-dep .flickity-button:hover .flickity-button-icon {
    background-color: #ffffff !important;
    border: none  !important;
}

.blog-lam-dep  .flickity-button .flickity-button-icon {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.blog-lam-dep  .flickity-button .flickity-button-icon .arrow {
    fill: black !important;
}

.blog-lam-dep .box-image {
    width: 40% !important;
}

.blog-lam-dep .box-image .image-cover {
    width: 383px  !important;
}

.blog-lam-dep .box-image .image-cover:after {
    border: 3px solid #cccccc;
    content: '';
    position: absolute;
    transform: rotate(356deg);
    width: 373px;
    height: 516px;
    top: 11px;
    z-index: 7;
    left: 13px;
}

.tab-dich-vu img {
    border-radius: 134px;
}

.tab-dich-vu .is-divider {
    display: none !important;
}

.tab-dich-vu .post-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 300;
    -webkit-line-clamp: 2;
    padding-top: 5px;
}

.tab-dich-vu .image-cover {position:relative; overflow:hidden;}
.tab-dich-vu .image-cover:before{position: absolute;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.tab-dich-vu .image-cover:hover:before {transition: 2s;left: 100%;}

.header-nav.nav-right::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    left: -40px;
    background: #000;
}

.absolute-footer {
    display: none;
}

.row-footer-alt {
    max-height: 60px !important;
}

.row-footer-alt .icon{ 
    background-color: black !important;
    color: #fff !important;
}

.block-footer {
    padding-bottom: 10px !important;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.header-nav .sub-menu {
    padding: 5px !important;
}

.header-nav .sub-menu .menu-item >a{
    padding: 10px 0px 9px 0px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    text-align: left;
    color: #313131;
    border-bottom: 1px solid #ececec;
}

.header-nav .sub-menu .menu-item >a:hover{
    color: #856404;
}

.blog-archive .col.post-item {
    height: 400px;
    max-width: 25%;
}

.blog-archive .col.post-item .col-inner{
    height: 400px;
}

.blog-archive .box-text-bottom {
    height: 100%;
}

.blog-archive .box-text-bottom .box-image{
    height: 350px;
}

.blog-archive .box-text-bottom .box-image .image-cover{
    height: 350px;
    border-radius: 135px;
}

.blog-archive .box-blog-post .box-image .image-cover {
    padding-top: 80% !important;
}

.blog-archive .box-blog-post .post-title {
    font-size: 18px;
    color: #000;
    text-align: center;
    font-weight: 300;
    -webkit-line-clamp: 2;
    padding-top: 5px;
}

.blog-archive .box-blog-post .is-divider {
    display: none;
}

    .box-blog-post .image-cover {position:relative; overflow:hidden;}
    .box-blog-post .image-cover:before{position: absolute;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
    .box-blog-post .image-cover:hover:before {transition: 2s;left: 100%;}

.box-blog-post:hover img {
    transform: scale(1.1); /* Zoom in the image by 10% when hovering over the container */
}
.image-cover img {
    transition: transform 0.3s; /* Adding a smooth transition to the zoom effect */
}

.two-input p {
    display: flex;
    gap: 8px;
}

@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.row-uu-diem::before {
        display: none;
    }

    .tab-dich-vu ul li {
        margin-left: 20px !important;
    }

    .tabbed-content.tab-dich-vu {
        margin-left: 10px;
        margin-right: 10px;
    }

    .text-box-gift {
        width: 100% !important;
        padding: 10px;
    }

    .owl-stage {
        width: 700px !important;
    } 
    .owl-carousel.owl-drag .owl-item {
        width: 679px !important;
        margin-top: 15px;
    }
    .blog-archive .col.post-item {
        max-width: 80%;
        margin-top: 20px;
        margin-left: 40px;  
        margin-right: auto;
    }

}
.from_the_blog_excerpt  {
    display: none;
}
@media(max-width: 850px){

    


	
}