
body {
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    font-family: 'Questrial',Arial,sans-serif;
    color: #555;
    font-weight: 400;
    font-size: 14px;
}
img{
    max-width: 100%;
}
ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
a {
    color: #000000;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #f85c5c;
    text-decoration: none;
}
a.btn{
    color: #000;
    border: 1px solid #E2E2E2;
    background: none;
    background: #fff;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 15px;
    transition: all 0.3s ease 0s;
}

.btn-default {
    padding: 0 15px;
    border: 0;
    font-size: 14px;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}



.btn-primary,
a.btn-primary {
    background: #E2E2E2;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease;
    z-index: 2;
    border: 1px solid #E2E2E2;
    border-radius: 0;
}

.btn:hover,
.btn-primary:hover {
    background: #000;
    color: #fff;
    transition: all 0.3s ease;
}


p {
    margin: 0 0 20px;
    line-height: 1.8;
}


.form-control {
    padding: 5px 20px;
    height: 50px;
    width: 100%;
    font-size: 13px;
    margin: 0px 0;
    border: 1px solid #E2E2E2;
    outline: none;
    font-weight: 500;
    box-shadow: none;
    border-radius: 0px;
    color: #555;
    background: #fff;
}

.form-control-wrapper {
    margin-top: 5px;
    margin-bottom: 15px;
}


/*//////////////////// NAVIGATION BAR ////////////////////*/
.mean-container .mean-nav ul li a { 
    padding:14px 5%; 
    border-top: 1px solid #e8e8e8;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing:0px;
    font-weight: 600;
    color: #504e50;
    font-size: 12px;

}
.mean-container a.meanmenu-reveal {top:16px; }
.mean-container a.meanmenu-reveal>span,
.mean-container a.meanmenu-reveal>span:before,
.mean-container a.meanmenu-reveal>span:after {
    background: #000;
}
.mean-container .mean-nav ul li a.mean-expand {
    border: 1px solid #e8e8e8;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #c3c1be;
     padding:14px 10%; 
}
.mean-container .mean-nav ul li a:hover,
.mean-container .mean-nav ul li.active a {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.3);
}

.mean-container .mean-nav {
    background: #fff;
    margin-top: 84px;
    position: absolute;
    z-index: 10;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px -2px rgba(0,0,0,.1);
}
.menu_mobile_v1 { 
    margin-bottom: 0px;
    background: #fff;
    z-index: 999;
    padding: 0 30px;
}
.mobile_logo { z-index: 1; top: 10px; padding-left: 30px; }

#desktop-nav {
    padding:0px;
}
.navbar.main-nav {
    min-height:32px;
    margin: 0px;
    border: 0;
    border-radius: 0;
    padding: 0px;
}
.navbar-nav {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.navbar-nav>li>a {
    /*font-family: "Open Sans";*/
    text-transform: uppercase;
    line-height: 25px;
    letter-spacing: 1.4px;
    font-weight: 600;
    font-style: normal;
    color: #504e50;
    font-size: 12px;

}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a,
.navbar-nav>li:hover>a{
    color: #000;
    background: none;
}
.navbar-nav>li.active:hover>a,
.navbar-nav>li:hover>a.active {
    color: #000;
}

.navbar-nav>li.active a:after,
.navbar-nav>li>a:hover:after {
    width: 50%;
    background: #3A3A3A;
}
.navbar-nav>li>a:after {
    content: '';
    position: relative;
    top: 9px;
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .2s ease, background-color .2s ease;
}

li.dropdown:hover>.dropdown-menu {
    display: block;
    margin: 0;
    border: 1px solid rgba(128, 128, 128, 0.40);
    box-shadow: none;
    padding: 0;
}
.dropdown-submenu.pull-left {float: none; width: 100%;}
.dropdown-submenu.pull-left>.dropdown-menu {width: 100%;}
.dropdown.pull-left .dropdown-menu {left: auto;right: 0;}
.navbar-nav .dropdown-menu {
    border: none;
    border-radius: 0px;
    background: #fff;
    color: #252525;
    
}

.dropdown-menu>li>a {
    display: block;
    padding: 15px 20px;
    color: #000;
    font-family: "Open Sans";
    text-transform: uppercase;
    letter-spacing: 1.4px;
    font-weight: 600;
    font-size: 11px;
}
.dropdown-menu>li>a:hover {
    transition: all 0.15s ease;
    background:rgba(212, 210, 210, 0.3);
    color: #000;
}

.nav-shop >li>a { font-size: 14px; padding: 0 10px; }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { background: none; }

.header-main {
    background: white;
    height: 115px;
    display: table;
    transition: all .6s ease;
    width: 100%;
}
.header-left-block {
    display: table-cell;
    vertical-align: middle;
    width: 39%;
    text-align: right;
}
.header-center-block {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}
.header-right-block {
    display: table-cell;
    vertical-align: middle;
    width: 39%;
    text-align: left;
}
.header-right-block .main-nav {
    float: left;
}

.header-cart-icon-wrapper {
    display: inline-block;
    position: relative;
}
.header-cart-icon {
    display: inline-block;
    position: relative;
    top: 17px;
    margin: 0 13px;
    width: 25px;
    height: 25px;
    background-image: url(../../themes/fnail01k/assets/images/cart.svg);
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.cart-counter {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #9D8980;
    border-radius: 50%;
    text-align: center;
    padding: 2px 6px;
    font-size: 10px;
    color: white;
    line-height: 14px;
}

/*===================================================================================*/
/*  MAIN
/*===================================================================================*/
.imgrps {
    max-width: 100%;
    height: auto;
}
.art-main {
    position: relative;
    padding: 0;
}
.header { position: relative; }
.header-top { 
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding: 10px 0 5px;
}
.headtop-social img {
    width: 32px;
    height: 32px;
    margin: 0 5px 5px 0;
}
.headtop-left { margin-top: 5px; }
.header .container {position: relative;}

.logo  { margin:13px 0 0;}
.pmain { margin: 0;}
.mTitle {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-variant-ligatures: common-ligatures;
    margin: 0 0 10px;
}
.sub-title {
    color: #252525;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 16px;
}
.in-container {
    padding: 50px 0 0;
}
.in-content {
    line-height: 1.8;
    font-size: 13px;
    padding-bottom: 20px;
}
.in-content p { line-height: 2.2;}
.in-content-full {
    padding-left: 0px;
}
h2 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: normal;
    color: #303030;
    font-size: 16px;
    position: relative;
    text-align: left;
     margin: 15px 0;
}
h3 {
    padding: 0;
    margin: 0 0 15px;
    line-height: 1.4;
    color: #787878;
    font-size: 14px;
    text-shadow: 0 1px 1px #fff; 
}

h4{
    line-height: 14px;
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
}
h5 {
    margin: 10px 0 0;
    font-size: 15px;
}

.page-heading{
    position: relative;
    background: rgba(255, 25, 25, 0) url(../../themes/fnail01k/assets/images/working-hours.jpg)center center no-repeat fixed;
    background-size: cover;
}
.page-heading::before {
    background: rgba(238, 13, 95, 0.52) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.page-title {
    color: #fff;
    padding: 0;
    margin: 15px 0;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    position: relative;
}

/*===================================================================================*/
/*  PAGE
/*===================================================================================*/
.sp-buttons{
    position: absolute;
    left: -45px;
    top: 20%;
    width: auto;
}
.sp-buttons:before {
    content: '';
    width: 1px;
    padding: 0;
    height: 80px;
    background: #CFCFCF;
    bottom: 110%;
    position: absolute;
}
.sp-buttons:after {
    content: '';
    width: 1px;
    padding: 0;
    height: 175px;
    background: #CFCFCF;
    top: 130%;
    position: absolute;
}
.sp-buttons .sp-button:last-child { margin-bottom: 0; }
.sp-button {
    border-radius: 0;
    background: rgba(125, 125, 125, 0.26);
    border:0;
    display: block;
    margin: 0 0 15px;
    width: 14px;
    height: 14px;
}
.sp-selected-button{
    background:rgb(157, 137, 128);
}
.section { margin-bottom: 50px; }

.title-center {
    text-align: center;
    margin-bottom: 100px;
}
.title-center .icon{
    font-size: 2.15em;
    color: #2A2A2A;
}
.title-center h2 { text-align: center; }
.sub-title {
    font-family: 'Questrial', sans-serif;
    line-height: 15px;
    letter-spacing: 3.2px;
    font-weight: 400;
    font-style: normal;
    color: #9D8980;
    font-size: 10px;
}
.title-center h2:before {
    left: 0px;
    right: 0px;
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70%;
    margin: 0 auto;
}
.title-center h2 span {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.products-list .item { margin-bottom: 50px; }
.products-list .thumb { position: relative; }
.products-list .item h2{
    padding: .8em 0;
    margin: 0;
    font-size: 1em;
}
.products-list .price {
    font-size: 0.9em;
    color: #000;
    z-index: 100;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
}
.products-list .price del {
    display:inline-block;
    margin-right: 6px;
    opacity: .5;
}
.products-list .price ins {
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
}

.products-list .onsale {
    top: 0;
    right: 0;
    left: auto;
    min-height: 3em;
    min-width: 3em;
    padding: 0.2em 0.7em;
    z-index: 10;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    margin: 5px;
    background-color: #FFFFFF;
    color: #636363;
    font-size: 0.9em;
    -webkit-font-smoothing: antialiased;
}
.products-list .item:hover .product-icons {
    height: 50px;
    opacity: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-icons {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 5;
    height: 0px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
}
.product-icons .col {
    position: relative;
    bottom: 0;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 33.33%;
    width: calc(100% / 3);
    background: white;
    display: inline-block;
}
.product-icons .col1 {
    background-image: url(../../themes/fnail01k/assets/images/eye.svg);
    background-size: 24px 33px;
    background-position: center;
    background-repeat: no-repeat;
}
.product-icons .col2 {
    background-image: url(../../themes/fnail01k/assets/images/bag.svg);
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
}
.product-icons .col3 {
    background-image: url(../../themes/fnail01k/assets/images/heart.svg);
    background-size: 17px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.products-list .secondary-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.products-list .item:hover .secondary-image {
    opacity: 1;
}

.section-partner .item:hover { 
    opacity: 0.5; 
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}


.title-left { margin-bottom: 50px }
.title-left h3 {
    line-height: 1em;
    font-size: 12px;
    margin: 0;
    font-family: 'Questrial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.title-left h3:before {
    left: 0px;
    right: 0px;
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 70%;
    margin: 0 auto;
}
.title-left h3 span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.box-title {
    z-index: 8;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: rgb(20, 20, 20);
    background-color: rgb(255, 255, 255);
    border: 2px solid rgb(193, 193, 193);
    padding: 27px;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    border-radius: 0px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.sale-box {text-align: center; }
.sale-box h3{
    font-family: "Playfair Display";
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}
.box-sub-text {
    font-family: 'Questrial', sans-serif;
    line-height: 15px;
    letter-spacing: 3.2px;
    font-weight: 400;
    font-style: normal;
    color: #9D8980;
    font-size: 10px;
}
a.sale-link {
    color: #666;
    background-color: #FFF;
    font-size: 14px;
    padding: 14px 20px;
    border:1px solid rgba(0,0,0,.1);
    margin-top: 30px;
    display: inline-block;
    transition: all .6s ease;
}
a.sale-link:hover {background: #f0f0f0; color: #5e5e5e; }
.section-sale .row{
    display: flex;
}
.sale-col { 
    background-color: #fcfcfc;  
    display: flex; 
    align-items: center;
    text-align: center;
    justify-content: center;
}


.title-page { margin-bottom: 50px }
.title-page  h2 {
    line-height: 1em;
    font-size: 16px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.title-page  h2:before {
    left: 0px;
    right: 0px;
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
}
.title-page  h2 span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}


/*===================================================================================*/
/*  SIDEBAR
/*===================================================================================*/
.art-sidebar-box { 
    margin: 0 0 60px;
    border: 1px solid #E2E2E2;
    padding: 5px 20px 20px;
    overflow: visible;
}
.art-sidebar-name { text-align: center; }
.sidebar-social {text-align: left;}
.art-sidebar-content .col-2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    line-height: 1.4;
}
.art-sidebar-content .col-2 i { font-size: 18px; color: #781414; }
.timeopen .art-sidebar-content .col-2 {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 12px;
}
.art-sidebar-content .col-2 .col-left {
    float: left;
    overflow: hidden;
    font-weight: bold;
}
.art-sidebar-content .col-2 .col-right {padding-left: 50px; }
.timeopen .art-sidebar-content .col-2 .col-right {padding-left: 80px;}
.art-sidebar-box h3 {
    position: relative;
    display: inline;
    top: -20px;
    padding: 0 20px;
    background: white;
    font-family: "Playfair Display";
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
    font-size: 16px;
}

.sidebar-hotphone {
    color: #333;
    font-size: 13px;
    font-weight: bold;
}
.art-sidebar-box iframe ,
.art-sidebar-content iframe {width: 100%; }
.art-sidebar-box ul { padding: 0; margin: 0; margin-left: 15px; list-style: none; }
.art-sidebar-box li { margin-bottom: 10px; }
.art-sidebar-box li a {color: #777777;font-size: 12px;}

.art-sidebar-box li:before {
    content: '';
    border-top: 2px solid #dfdfdf;
    padding: 4px;
    position: relative;
    top: 14px;
    left: -8px;
}
/*===================================================================================*/
/*  GALLERY
/*===================================================================================*/
.list-gallery { padding: 0px; }
.list-gallery .row { margin: 0 -5px; }
.list-gallery .col-xs-6 { padding: 0 5px; }


.gallery-wrap { display: flex; justify-content: space-between; flex-wrap: wrap; }
.gallery-item { 
    margin-bottom: 10px; 
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;

}
.gallery-item span {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.gallery-item:after {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: relative;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 0.2s ease-out;
    position: absolute;
    left: 0; top: 0;
    z-index: 0;
}
.gallery-item:hover:after {display: block;}
.gallery-item:hover .gallery-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}
.gallery-item .gallery-info { text-align: center; }
.gallery-item .icon {
    z-index: 1;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.gallery-item:hover .icon {
    bottom: 0px;
    color: #000;
    opacity: 1;
    visibility: visible;
}
.gallery-item h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 60%;
    z-index: 1;
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}



/*.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    height: 200px;
    transition: all 0.5s ease;
    background-color: #fff;
}
.gallery-item>span {
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    transition: transform 0.5s ease;
}
.gallery-item span:hover {
    transform: scale(1.1);
}*/
.pagination>li>a.hover-main-color,
.pagination>li>span.hover-main-color {
    color: #000;
    margin-left: 1px;
}
.pagination>li.active>a.hover-main-color,
.pagination>li.active>span.hover-main-color,
.pagination>li>a:hover.hover-main-color,
.pagination>li>span:hover.hover-main-color {
    background-color: #000;
    color: #fff;
    border: 1px solid #ccc;
}

/*===================================================================================*/
/*  BOOKING
/*===================================================================================*/

.item-booking {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.group-select select option {
    color: #515151;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select optgroup {
    font-weight: 700;
    color: #E94E75;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select .fa-calendar {
    position: absolute;
    margin-top: 0px;
    right: 25px;
    top: 45px;
    font-size: 18px;
}
.box_register .btn_submit_login { margin-top: 40px;}
.popup_main_area .border_right {border-right: 1px solid #dedede;}
.box_register .btn_login_social {text-align: center;align-items: center;}

.group-select {
    margin-right: 0;
    position: relative;
    margin-bottom: 15px;
}
.group-select label {
    float: left;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
    min-height: 24px;
}
.btn-search {
    width: 100%;
    text-transform: uppercase;
    outline: none;
}
.staff-avatar {padding: 0;}
.staff_service_v1 {display: inline-block;}
.staff_service_v1 {margin-top: 15px;overflow: hidden;}
.staff_service_v1 h4 {margin-top: 0; font-weight: 700;}
.time_work_staff_v1 ul {
    margin-top: 20px;
    padding-left: 0;
}
.time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.time_work_staff_v1 ul li a {
    color: #000;
    padding: 10px;
    background: #ebebeb;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    display: inline-block;
}
.content-shop-booking,#box_person,
.time_work_staff_v1 {padding-bottom: 30px;}
.white-popup {
    position: relative;
    padding: 0;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.popup_main_area {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
    color: #333;
}
.box_account_v1 .modal_form_header {
    min-height: 16.43px;
    padding: 5px 15px 15px;
    border-bottom: 1px solid #655353;
    background: #000000;
    color: #fff;
}
#send_booking .input-box {margin-bottom: 5px;}


/*===================================================================================*/
/*  CART
/*===================================================================================*/

.table-mobile-collapse{
    display: table;
    border:1px solid gray;
    border-spacing: 0;
    border-collapse: collapse;
}
.thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
    display: none;
}
.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-row{
    border:inherit;
    vertical-align: inherit;
}
.table-head{

    padding: 15px;
    border:inherit;
    vertical-align: inherit;
}
.table-data{
    padding: 15px;
    padding-top: 0;
    vertical-align: inherit;
}

.table-responsive{

}
.cart-wrraper{
    font-family: "Poppins", sans-serif;
    background-color:#ffffff;
    color: #333;
}

.cart-product-image-cell{
    display: flex;
    padding-top: 15px;
    padding-bottom: 0;
}

.table-cart{
    background-color:#f7f7f7;
    border:none;
    margin-bottom:0;
}
.table-cart .thead .table-head{
    background-color: #121212;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}
.table-cart .tbody .table-data{
    display: block;
    vertical-align: top;
}
.table-cart .tbody .table-row:last-child .table-data{
    border-bottom: none;
}
.table-cart p{
    margin-bottom: 0;
}
.quantity-label{
    display: inline-block;
}
.table-cart .form-control{
    margin-top: 10px;
}
.cart-product-image-cell{
    vertical-align: top;
}
.table-cart .tbody .table-data.quantity-cell,
.table-cart .tbody .table-data.price-cell,.table-cart .tbody .table-data.total-change-cell{
    display: inline-block;
    vertical-align: bottom;
    padding-left: 15px;
}

.table-cart .tbody .table-data.price-cell{
    min-width: 273px;
}
.total-change-cell{
    padding-left: 15px;
}
.total-change-cell>p.total_change:before{
    display: inline-block;
    position: relative;
    content: "Total:";
    font-weight: normal;
    margin-right: 15px;
    color:#000;
}
.cart-product-image{
    width: 72px;
    height: 72px;
    margin-right: 15px;
}
.cart-product-image>img{
    width: 100%;
    height: auto;
}
.cart-product-name{
    margin-top: 0;
    font-weight: bold;
}
.form-control.form-control-sm{
    width: 80px;
    display: inline-block;
}

.total_change{
    color: #ff0000;
    font-weight: bold;
    text-align: right;

}
.total-amount{
    text-align: right;
    color: #ff0000;
    font-weight: bold;
    font-size: 18px;
}
.total-amount-label{
    text-align: right;
    display: none;
}
.total-amount:before{
    display: inline-block;
    position: relative;
    content: "Amount:";
    font-weight: normal;
    margin-right: 15px;
    color:#000;
    padding-top: 15px;
}
.total-amount-cell{
    padding:0;
}

.table-row{
    border-bottom: 2px solid #ffffff;
}
.cart-product-image,.cart-product-description{
    display: inline-block;
    vertical-align: top;
    
}


/* FORM CART */
.cart img {
    margin: 0 auto 25px auto;
    text-align: center;
    display: block
}
.cart .form_cart {margin-bottom: 30px}
.cart .form_cart a {
    display: table;
    margin: 10px auto 25px auto;
    padding: 15px 65px;
    font-size: 15px;
    cursor: pointer
}
.cart .form_cart p {font-size: 14px;}
.cart .order {
    margin-top: 15px;
    background:#fff;
    border-radius: 3px;
    color: #222;
    padding-bottom: 10px;
    border: 1px solid #E2E2E2;
}
.cart .order .inner {padding: 15px 20px 0px 20px}
.cart .order .inner ul li {
    clear: both;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: table;
    width: 100%
}
.cart .order .inner ul li .frame_img {
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 15px
}
.cart .order .inner ul li .frame_img img {width: 60px;background: #fff}
.cart .order .inner ul li .name_product {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 63%;
    overflow: hidden;
    float: left;
}
.cart .order .inner ul li .name_product p {font-size: 15px}
.cart .order .inner ul li .name_product span {
    color: #858585;
    font-size: 13px;
    margin-right: 5px
}
.cart .order .inner ul li .name_product small {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block
}
.cart .order .subtotal {padding: 0px 20px 15px 20px}
.cart .order .subtotal ul li {padding: 3px 0px}
.cart ul {margin-top: 15px;list-style: none;padding-left: 0;}
.cart .order .total ul {padding: 15px 20px;}
.cart .order .total ul li span { color: #000;font-size: 24px;}
.cart .note { margin: 15px 0px}
.cart .note p {font-size: 14px;margin: 0;}
h2.timr {margin: 0;margin-bottom: 20px;}
.box_cart {margin: 30px auto;}
ul.list_form li {margin: 5px 0;}
h4.sanb {font-size: 18px;font-style: italic;}
.inner .price, .subtotal span,.total span {font-weight: bold;}
.fl-flex-label label {font-weight: normal;}
.white-popup {clear: both;overflow: hidden;}

.cards-item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.cards-item .cards-item-image {
    transition: transform 0.25s ease;
    margin-bottom: 20px;
}
.cards-item:hover .cards-item-image {transform: scale(1.05);}
.book_appoin_btn { margin-top: 20px; }

/*===================================================================================*/
/*  CONTACT
/*===================================================================================*/
.maps  { margin-bottom: 30px; }
.maps iframe{
    border: 0;
    height: 400px;
}
.contact-info { color: #777;}

.contact-info h4 {
    margin: 0;
    font-size: 20px;
}
.contact-info p {
    color: #6e6b61;
    font-size: 14px; 
    line-height: 1.4;
    margin: 0 0 20px;
}
.contact-form .form-group{
    margin-bottom: 0;   
}
.btn-submit { margin-top: 20px; }
.contact-form .form-control{
    padding: 16px;
    min-height: 64px;
}

.contact-social { padding-top: 20px; }
.contact-map { margin-bottom: 30px; }
.contact-info h3,
.contact-form h3 {
    color: #000;
    font-size: 16px;
    padding: 0;
}
.contact-form textarea { padding: 20px;}
.contact-form label {
    font-weight: normal;
    color: #555;
}
.contact-map iframe { max-width: 100%; }
.login_form_area .box_area_login_v1 {
    background-color: #fff;
    padding: 30px;
    text-align: center;
    align-items: center;
}
.box_area_login_v1 h2.section_title {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}
.btn_login_social {margin-top: 20px;}
.btn_login_social span,
.btn_login_social i {
    color: #fff !important;
    font-weight: 500;
    font-size: 16px;
}
.btn_login_social span {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}
.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    padding: 7px 25px;
    line-height: 35px;
}
.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
    padding: 7px 35px;
    line-height: 35px;
}
.btn_submit_login { margin-bottom: 30px;}
.btn_submit_login button.submit {
    background-color: #ffc267;
    border: 1px solid #ffc267;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 10px 30px;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
    border-radius: 3px;
}
.box_register .btn_submit_login {margin-top: 40px;}
.popup_main_area .border_right {border-right: 1px solid #dedede;}
.box_register .btn_login_social {text-align: center;align-items: center;}


.contact-name h3 {
    line-height: 1;
    margin: 0;
    color: #781414;
    font-size: 24px;
}
.contact-info .fci-row { display: table-row; }
.contact-info .fci-title,
.contact-info .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    vertical-align: top;
}
.contact-info .fci-title {
    padding-right: 15px;
    font-weight: bold;
}

/*===================================================================================*/
/*  SERVICEs
/*===================================================================================*/
.service-container { padding-top: 0; }
h1.service-name {
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #cdcdcd;
    padding-right: 15px;
    font-family: 'Playfair Display', serif;
    color: #000;
}
.price-item {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #cdcdcd;
}
.price-item h4 { font-size: 15px; }
.price-item-number {
    font-size: 18px;
    color: #000000;
    margin: 10px 0;
    font-weight: 600;
    line-height: 1.0;
}
.circle-service-image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #e2e2e2;
    display: inline-block;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.rouded-service-image {
    width: 180px;
    height: 180px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}
.service-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.top-right {text-align: left;}
.top-right a {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
}
.top-right a img {
    vertical-align: top;
    padding-top: 12px;
    padding-right: 5px;
}
.detail-price-item {
    display: flex;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
}
.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted #a9a9a9;
}
.detail-price-number {
    padding-left: 5px;
    font-size: 18px;
    color:#000000;
    font-weight: 600;
}
.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .top-right {
        text-align: right;
    }
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .circle-service-image {
        width: 250px;
        height: 250px;
    }
    .rouded-service-image {
        width: 250px;
        height: 250px;
    }
}

/*===================================================================================*/
/*  FOOTER
/*===================================================================================*/
#back-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 20;
}
#back-top a {
    width: 50px;
    height: 50px;
    background:#000;
    display: block;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.5;
    border-radius: 50%;
    text-align: center;
    color:#FFFFFF;
    line-height:50px;
}
#back-top a:hover{ opacity: 0.9;  }
.footer {
    margin-top: 60px;
    padding: 2% 0;
    background: #FCFCFC;
}
.footer-main { padding: 20px 0; }
.footer-logo { margin-bottom: 0px; }
.footer-social img {
    margin: 0 5px 5px 0;
    width: 32px;
    height: 32px;
}
.footer-copyright { 
    background: #fff;
    padding: 35px 0; 
    color: #898989;
    font-size: 12px;
}
.menu-footer {
    text-align: center;
}
.menu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-footer li {
    display: inline;
    border: 0;
    padding: 0 8px;
}
.menu-footer li a {
    font-size: 10px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 600;
    font-style: normal;
    color: #504e50;
}
.footer-social { text-align: right; }
.footer-social i{
    margin: 0 20px; 
    color: #898989;
    font-size: 14px;
}

@media (min-width: 1440px){
	.container {
	    width: 1280px;
	}
}
@media (min-width: 992px){
	.col-md-right 	{ width: 30%;}
	.col-md-left 	{ width: 70%;}
	.col-md-right.col-md-pull-8 { right:70%; }
	.col-md-left.col-md-push-4 { left:30%; }
}

@media (min-width: 990px){
	.youtube-player {
	    padding-bottom: 75.25%;
	}
} 

@media (max-width: 1200px){
	.section-slider { margin-top: 0; }
	.art-sheet {border-width: 9px; }
	.navbar.main-nav{border-width: 8px; }
	.container {
	    width: 100%;
	    padding: 0 30px;
	}
	.sp-buttons{
	    left: 35px;
	}
	.sp-buttons:before,
	.sp-buttons:after { display: none; }

}

@media (max-width: 990px){
	.art-sheet {border-width: 7px; padding: 20px; }
	.art-main { padding-top: 0; }
	.art-sidebar { padding-top: 30px; }
	.header { padding:0;  }

	.section-service .service-content { height: auto; min-height:100px; }
	.section-service-title {margin-bottom: 0;}
	.page-title { text-align: center; }

	.section-sale .row { display: block; }
	.sale-col { padding: 50px 15px; }

	.footer-main,
	.footer-social { text-align: center; }
	.menu-footer { padding: 10px 0; margin-bottom: 10px; }
	.footer-copyright { text-align: center; }


}

@media (max-width: 768px){
	.logo img { height: 100px; }
	.mTitle { font-size: 24px; }
	
	.section-welcome .section-title h2 { font-size: 2.5em; padding: 70px 0; }
	.section-service .item { margin-bottom: 50px; }
	.section-service .item-middle { margin-bottom: 50px; }
	.pmain { padding-bottom: 0; }
	.footer {background-size: cover;}
	.section-service .item h3 { font-size: 24px; }
	.ch-page { display: none; }
	.page-headline h2 { margin: 15px 0; }

	.about-gallrey img { margin-bottom: 15px; }
	.container {
	    padding: 0 15px;
	}
	.menu_mobile_v1 { padding: 0; }
	.section { margin-bottom: 30px; }

}
@media (max-width: 767px){
	.section-slider { margin-bottom: 20px; }
	.title-center h2:before { display: none; }
	.title-center { margin-bottom: 30px; }
	.products-list .item h2 { letter-spacing: 0; }
}

@media (max-width: 480px){
	.art-sheet {border-width: 3px; padding: 10px 20px; }
	.header-main {display: none;}
	.art-sidebar { padding-top:10px; }
}

@media (max-width: 380px){
}

@media (min-width: 768px){
   	li.dropdown:hover>a {}
	li.dropdown:hover>.dropdown-menu {display: block;}
	
	.cart-product-description{max-width: 130px;}	
	.table-row{border-bottom: none;}
	.total_change{text-align: left;}
	.thead {display: table-header-group;}
	.quantity-label{display: block;}
	.cart-product-image-cell{padding-bottom: 15px;}
	.total-change-cell>p.total_change:before{display: none;}
	.total-amount-label{display: block;}
	.total-amount-cell{padding:15px;}
	.quantity-label{color: rgba(0,0,0,0)}
	.table-row{
		display: table-row;
		border:inherit;
		vertical-align: inherit;
	}
	.table-head{
		display: table-cell;
		padding: 15px;
		border:inherit;
		vertical-align: inherit;
	}
	.table-data{
		display: table-cell;
		padding-top: 15px;
		border:inherit;
		vertical-align: inherit;
	}	
	.table-cart .tbody .table-data,.table-cart .tbody .table-data.quantity-cell,
	.table-cart .tbody .table-data.price-cell,.table-cart .tbody .table-data.total-change-cell{
		border-bottom:1px solid #d8d8d8;
		vertical-align: top;
		display: table-cell;
	}
	.table-cart .tbody .table-data.total-change-cell{vertical-align: bottom;}
	.quantity-cell,.price-cell{display: table-cell;}
	.total-amount{text-align: left;padding-top: 0;}
	.total-amount:before{display: none;}


}

/*
* Magnific Popup CSS Extend
* */
.mfp-bg {
  opacity: 0.3;
}
.mfp-container {
  display: flex;
  vertical-align: middle;
}
.mfp-content {
  margin: auto;
  text-align: center;
}
.mfp-content .box_account_v1, .mfp-content .box-booking-confirm {
  text-align: left;
}
.white-popup {
  position: relative;
  margin: 30px auto;
  padding: 7px;
  max-width: calc(100vw - 60px);
}
.white-popup-youtube, .white-popup-slider, .white-popup-image {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  text-align: center;
}
.white-popup.border-style {
  background-color: rgba(224, 224, 224, 0.61);
  padding: 5px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .white-popup {
    max-width: 768px;
  }
}

/* Close button inside */
.mfp-close-btn-in .mfp-close, .mfp-arrow {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close{
  margin: auto;
  padding: 0;

  box-shadow: 0 0 7px 0 #333;
  background-color: #fff;
  color: #333;

  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -15px;
  top: -15px;

  border-radius: 100%;
  text-align: center;
}

.mfp-close:hover, .mfp-close:focus{
  background-color: #fff;
}

.mfp-image-holder img.mfp-img {
  padding-top: 30px;
}

.mfp-image-holder .mfp-close {
  top: 15px;
}

/* Close button outside */
.mfp-wrap > .mfp-close {
  background-color: #fff;
  border-bottom-left-radius: 3px;
  color: #333;
  font-size: 47px;
  opacity: 0.9;
}
.mfp-wrap > .mfp-close:hover, .mfp-wrap > .mfp-close:focus {
  opacity: 1;
}
@media (max-width: 575px) {
  .mfp-wrap > .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 37px;
  }
}

/* Popup Inside Window */
.white-popup-vertical-fit {
  margin-bottom: 45px;
  max-height: calc(100vh - 75px);
}

.white-popup-vertical-fit img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(100vh - 105px);
}

/*
* Popup Image, Popup youtube
*/
.popup-image, .popup-youtube {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}

.popup-youtube .youtube-player {
  margin: auto;
  padding: 0;
  height: auto;
  overflow: auto;
}

/*
* Popup Owl Carousel
*/
.popup-slider {
  margin: auto;
  padding: 0;
  display: inline-block;
  background-color: rgba(11, 11, 11, 0.1);
  border-radius: 3px;
}
.popup-carousel {
  margin: auto;
  padding: 0;
}
.popup-carousel .item-carousel {
  list-style: none;
  margin: auto;
  padding: 0 1px;
  text-align: center;
}
.popup-carousel .item-image {
  margin: auto;
  padding: 7px;
  display: inline-block;
  background-color: #fff;
}
.popup-carousel .item-carousel img {
  width: auto;
  margin: auto;
}
.popup-carousel .owl-nav {
  margin: auto;
  padding: 0;
  display: block;
  text-align: center;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav .owl-next,
.popup-carousel .owl-nav button.owl-prev, .popup-carousel .owl-nav button.owl-next {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  margin: auto auto 15px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 27px;
  text-align: center;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transform: initial;
}
.popup-carousel .owl-nav .owl-prev, .popup-carousel .owl-nav button.owl-prev {
  margin-right: 7px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.popup-carousel .owl-nav .owl-next, .popup-carousel .owl-nav button.owl-next {
  margin-left: 7px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.popup-carousel .owl-prev:before, .popup-carousel .owl-next:before,
.popup-carousel button.owl-prev:before, .popup-carousel button.owl-next:before {
  display: none;
}
/* Datetime picker */
.timepicker .btn {
    width: auto;
    height: auto;
    line-height: 1;
    background: inherit;
    color: inherit;
    border: inherit;
    box-shadow: inherit;
}

.col-lef {
    float: left;
}

.header-top-left br {
    display: none;
}

.social-img-icons img {
    max-width: 35px;
    margin-bottom: 5px;
}

.scroll_btn {
    position: fixed;
    top: 20px;
    z-index: 100;
}

.form-group {
    position: relative
}

.add-services {
    cursor: pointer;
}

.removeButton {
    cursor: pointer;
    position: absolute;
    z-index: 10;
}

.removeButton + .row > .col-md-6:first-child label {
    margin-left: 30px;
}

.form-tooltip-error ul {
    margin: 0px;
    padding: 0px;
}

.img-info-staff a {
    display: block;
}

.img-info-staff a img {
    max-width: 100%;
}

.preview_img img {
    max-width: 100%;
}

.wpcf7-form {
    width: 100%;
}

.list_gallery_home .gallery-item {
    margin-bottom: 0px;
}

.box_img_giftcard:hover .circle_check,
.box_img_giftcard.active .circle_check {
    background-color: #07e006;
}

.box_img_giftcard.active, .box_img_giftcard:hover {
    border-color: #07e006;
}

.about-video {
    width: 100%;
    max-width: 100%;
}

#send_contact .form-group {
    margin: 5px 0px;
}

.btn_service_book a {
    margin-bottom: 10px;
}

#filter {
    margin: 20px 0px;
}

#filter li {
    display: inline-block;
    padding: 5px 10px;
}

#filter li.active, #filter li:hover {
    background: #CCC;
    border-radius: 5px;
    cursor: pointer;
}

#filter li a {
    padding: 5px 10px;
    cursor: pointer;
}

.about-video {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.about-video iframe {
    width: 100%;
    max-height: 240px;
    height: 240px;
}

.icon_info {
    width: 100%;
    line-height: 89px;
    text-align: center;
    font-size: 40px;
    border: 1px solid;
}

.icon_info:hover {
    background: #f5f5f5;
}

.contact_info_block .row {
    margin-bottom: 20px;
}

.contact_info_block .row p {
    margin: 0 0 0px;
}

.contact_info_block {
    margin-bottom: 30px;
}

.contact_info_block h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

/* thong tin custom tu size */
.circle-service-image {
    border-radius: 125px;
    display: inline-block;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.mobile_logo img {
    max-height: 80px;
}

.mobile_logo {
    z-index: 1;
    top: 5px;
    padding-left: 5px;
}

.title-center {
    margin-bottom: 30px;
}

.sale-box h3 {
    padding-top: 20px;
}

.footer {
    margin-top: 0px;
    padding: 0;
}

.menu-footer {
    padding-top: 30px;
}

.footer-social {
    padding-top: 30px;
}

.menu-footer li a {
    font-size: 12px;
}

.menu-footer {
    text-align: left;
}

.sale-box {
    text-align: center;
}

.sale-col .sale-box {
    text-align: left;
}

.sub-title {
    font-family: 'Questrial', sans-serif;
    line-height: 15px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    color: #bdbdbd;
    font-size: 10px;
    text-transform: none;
    font-size: 14px;
}

.products-list .item {
    padding: 15px;
}

.footer {
    background: #e2e2e2;
}

.box-sub-text {
    line-height: 26px;
    letter-spacing: 0px;
    color: #2a2a2a;
    font-size: 14px;
}

.sale-col {
    padding: 0 50px;
}

.btn-primary, a.btn-primary {
    background: #ffffff;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
}

.sale-box h3 {
    font-weight: 700;
    font-size: 18px;
}

.owl-carousel .carousel-nav-btn-gc .carousel-nav-left {
    padding: 5px 10px;
    height: 50px;
    width: 50px;
    background: #fff8;
}

.owl-carousel .carousel-nav-btn-gc .carousel-nav-right {
    padding: 5px 10px;
    height: 50px;
    width: 50px;
    background: #fff8;
}

/* end thong tin custom tu size */

ul.custom_address li {
    position: relative;
    padding-left: 90px;
    padding-top: 5px;
}

ul.custom_address li i {
    position: absolute;
    left: 0px;
    font-weight: 600;
}

.sale-col .sale-box {
    text-align: left;
}

.vt-time {
    line-height: 25px;
}

.vt-time .col-lef {
    width: 90px;
    font-weight: 600;
}

.site-logo a {
    display: block;
}

@media (max-width: 687px) {

}

/* Oppenhours - Contact info */
.foh-wrap,
.fci-wrap {
    display: table;
    text-align: left;
}

.foh-row,
p.foh-row,
span.foh-row,
div.foh-row,
.fci-row,
p.fci-row,
span.fci-row,
div.fci-row {
    line-height: initial;
    display: table-row;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.foh-row .foh-time,
p.foh-row .foh-time,
span.foh-row .foh-time,
div.foh-row .foh-time,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title,
.fci-row .fci-content,
p.fci-row .fci-content,
span.fci-row .fci-content,
div.fci-row .fci-content {
    display: table-cell;
    padding: 0;
    padding-bottom: 10px;
    vertical-align: top;
}

.foh-row .foh-date,
p.foh-row .foh-date,
span.foh-row .foh-date,
div.foh-row .foh-date,
.fci-row .fci-title,
p.fci-row .fci-title,
span.fci-row .fci-title,
div.fci-row .fci-title {
    padding-right: 15px;
    font-weight: bold;
}


.gallery-title {
    margin-bottom: 20px;
    padding: 10px;
    background: #ccc;
    text-align: center;
}

/* End Oppenhours - Contact info */

/*freeze footer*/
.freeze-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0 15px 15px 0;
    display: inline-block;
    z-index: 1040;
}

.freeze-footer ul li {
    list-style-type: none;
}

.freeze-footer a {
    width: 100%;
    margin-bottom: 15px;
    color: #333;
}

.freeze-footer a.btn_make_appointment {
    background-color: rgba(255, 217, 228, 0.58);
    border-color: rgba(255, 217, 228, 0.58);
}

.freeze-footer a.btn_call_now {
    background-color: rgba(255, 217, 228, 0.58);
    border-color: rgba(255, 217, 228, 0.58);
}

.freeze-footer a:hover {
    background-color: rgba(235, 171, 190, 1);
    color: #fff;
}

/*freeze header*/
.freeze-header {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 1041;
    width: 100%;
}

.freeze-header.with-bg {
    background-color: #ebfeff;
    -webkit-box-shadow: 0px 1px 1px #eee;
    -moz-box-shadow: 0px 1px 1px #eee;
    box-shadow: 0px 1px 1px #eee;
}

.freeze-header.with-bg {
    width: 100%;
}

/*Testimonials*/
.section-testimonials {
    position: relative;
    z-index: 0;
    padding: 50px 0;
    text-align: center;
}

.section-testimonials:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

.section-testimonials:after {
    content: '';
    position: absolute;
    z-index: -2;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../../themes/fnail01k/assets/images/bg-parallax1.jpg);
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.testimonials-list .item {
    padding-top: 80px;
}

.section-testimonials .testimonial-quote {
    color: #d9d9d9;
    font-size: 110px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.section-testimonials, .section-testimonials h2,
.section-testimonials p {
    color: #000;
    text-align: center;
}

.testimonials-list .name {
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.testimonials-list .owl-pagination {
    position: initial;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
}

.testimonials-list .owl-nav {
    display: inline-flex;
    margin-top: 5px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    width: 30px;
    color: #d9d9d9;
    font-size: 20px;
    margin: 0 5px;
}

.owl-nav .owl-prev {
    text-align: right;
}

.owl-nav .owl-next {
    text-align: left;
}

/*Videos*/
.video_page_v1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.video_page_v1_board {
    background: url('../../themes/fnail01k/assets/assets/images/bg_video_board.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0px;
}

.video_page_v1_board .video_page_v1_board_container {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px 0px;
}

.video-container-main, .video-container-item {
    padding-bottom: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container .video-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.video-container .video-container-overlay {
    z-index: 3;
    background: none;
    cursor: pointer;
}

.video_page_v1_board_container .title-center .icon {
    color: #fff;
}

.youtube-player.main, .youtube-player.item {
    padding-bottom: 56.25%;
}

/* Gallery */
.our_ourworking_title h2 {
    font-weight: 700;
    font-variant-ligatures: common-ligatures;
    font-size: 42px;
    text-transform: capitalize;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 40px;
}

.our_ourworking_title {
    text-align: center;
    margin: 0 27%;
}

.gallery_box_page.ourworking_v3 {
    padding-top: 20px;
    padding-bottom: 20px;
}

section#portfolio {
    background: rgba(211, 153, 219, 0.4);
}

.gallery_box_page .title-center .icon, .gallery_box_page .title-center h2:before {
    color: #fff;
}

ul#portfolio-grid {
    overflow: hidden;
    margin-bottom: 0;
}

ul#portfolio-grid > li {
    float: left;
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
}

ul#portfolio-grid li img {
    width: 100%;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

ul#portfolio-grid.five-column > li {
    width: 20%;
}

ul#portfolio-grid.four-column > li {
    margin-bottom: 15px;
    padding-top: 15px;

}

ul#portfolio-grid.three-column > li {
    width: 33.33%;
}

ul#portfolio-grid.two-column > li {
    width: 50%;
}

@media (max-width: 1199px) {
    ul#portfolio-grid.five-column > li {
        width: 25%;
    }
}

@media (max-width: 991px) {
    ul#portfolio-grid.five-column > li,
    ul#portfolio-grid.four-column > li {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    ul#portfolio-grid.five-column > li,
    ul#portfolio-grid.four-column > li,
    ul#portfolio-grid.three-column > li {
        width: 50%;
    }
}

.portfolio-item.gutter {
    margin-bottom: 20px !important;
}

.portfolio {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.portfolio .tt-overlay {
    background-color: rgba(254, 202, 47, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.portfolio:hover .tt-overlay {
    opacity: 1;
    visibility: visible;
}

.portfolio-info .project-title,
.portfolio-info .links {
    position: absolute;
    left: 0;
    color: #fff;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.portfolio-info .project-title {
    top: 60%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio:hover .portfolio-info .project-title {
    top: 35%;
    opacity: 1;
    visibility: visible;
}

.portfolio-info .links {
    top: 90%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.portfolio:hover .portfolio-info .links {
    top: 55%;
    opacity: 1;
    visibility: visible;
    color: #fff;
}

.portfolio-info .btn {
    background-color: transparent;
    border-color: #fff;
    padding: 12px 22px;
    border-radius: 20px;
}

.portfolio-info .btn:hover {
    background-color: #fff;;
    border-color: #fff;
    color: #feca2f;
}

.portfolio-container .btn.view-more {
    margin-top: 40px;
}


/* Portfolio Hover Style Two
/* ------------------------------ */

.hover-two .portfolio:hover .portfolio-info .links {
    top: 46%;
}

.hover-two .portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}

.portfolio-details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.portfolio-details li {
    display: inline-block;
    position: relative;
    bottom: -40px;
    opacity: 0;
    visibility: hidden;
    transform: translateZ(0);
}

.portfolio:hover .portfolio-details li {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    color: #feca2f;
}

.portfolio:hover .portfolio-details li:nth-child(1) {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio:hover .portfolio-details li:nth-child(2) {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.portfolio-details li a, .portfolio-details li span {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #feca2f;
}

.portfolio-details li a i, .portfolio-details li span i {
    color: #fff;
}

.portfolio-version-two .recent-project .project-link {
    bottom: 30%;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.portfolio-version-two .recent-project:hover .project-link {
    bottom: 50%;
    margin-bottom: -32px;
}

.portfolio-version-two .project-link ul li {
    display: inline-block;
}

.portfolio-version-two .project-link ul li a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 41px;
    color: #feca2f;
    margin: 0 5px;
    border: 2px solid #feca2f;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.portfolio-version-two .project-link ul li a:hover {
    background-color: #feca2f;
    border-color: transparent;
    color: #fff;
}

.featured-image-column .inner-box.sv-bg-cover {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.featured-image-column .inner-box.sv-bg-cover .image-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.featured-image-column .inner-box.sv-bg-cover .image-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
}

.portfolio.gallery-bg-cover {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
    height: unset;
}

.portfolio.gallery-bg-cover .gallery-item-box {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
    height: unset;
}


.portfolio.gallery-bg-cover .gallery-item-box .gallery-youtube-box iframe {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
    height: unset;
}

.portfolio.gallery-bg-cover .portfolio-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.portfolio.gallery-bg-cover .tt-overlay {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.portfolio.gallery-bg-cover .portfolio-info .project-title, .portfolio.gallery-bg-cover .portfolio-info .links, .portfolio.gallery-bg-cover .portfolio-details {
    width: 100%;
    position: absolute;
    z-index: 3;
}

.pointer {
    cursor: pointer;
}

.block-sub {
    padding-left: 15px;
}

/*Service*/
ul.services_item_ul_v1 {
    margin: 15px auto;
}

li.ui-state-default {
    background: #e6e6e6;
}

li.ui-state-default.list_child a {
    padding-left: 30px;
}

li.ui-state-default + li.ui-state-default {
    margin-top: 5px;
}

li.ui-state-default a {
    display: block;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    color: #000;
    padding: 15px;
}

li.ui-state-default:hover, li.ui-tabs-active, li.ui-state-active {
    background-color: #000;
}

li.ui-state-default:hover a, li.ui-tabs-active a, li.ui-state-active a {
    color: #fff;
}

li.services_item_v1 {
    border-bottom: 1px dashed #dedede;
    clear: both;
}

li.services_item_v1 + li.services_item_v1 {
    padding-top: 15px;
}

li.services_item_v1 span.name_service_v1, li.services_item_v1 span.price_service_v1 {
    font-size: 17px;
}

li.services_item_v1 span.price_service_v1 {
    color: #f00;
}

.service_price_table {
    margin-bottom: 15px;
}

.pagination .page-link {
    cursor: pointer;
}

/* Service 3 */
.faq-collapse .card {
    margin-bottom: 5px;
    text-align: left;
    background-color: #fff;
}

.faq-collapse .card-header {
    background-color: #fff;
    color: #333;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #333;
}

.card-header h5 {
    margin: 0;
    padding-left: 30px;
    position: relative;
    z-index: 1;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.card-header h5 .icon {
    position: absolute;
    z-index: 2;
    left: 0;
    font-size: 25px;
}

.card-header > h5 .icon-normal,
.card-header > h5[aria-expanded="true"] .icon-expanded {
    display: initial;
}

.card-header > h5 .icon-expanded,
.card-header > h5[aria-expanded="true"] .icon-normal {
    display: none;
}

.card-body {
    padding-top: 15px;
    background-color: #fff;
}

.card-body .service-desc {
    margin-top: -5px;
    margin-bottom: 15px;
}

.card-body .detail-item {
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 30px;
}

.detail-price-item {
    padding: 0
}

.detail-desc-item p {
    margin: 0;
}

.form-control.category_tabs {
    font-size: 17px;
}

/* Coupon */
.m-coupon-box {
    position: relative;
    z-index: 0;

    margin: 0;
    margin-bottom: 30px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-giftcards {
    margin-bottom: 30px;
}

.m-giftcards .m-coupon-box {
    margin-bottom: 15px;
}

.m-coupon-info {
    text-align: center;
}

.m-coupon-box:hover, .m-coupon-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.m-coupon-price {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 5px;
    background: rgba(207, 0, 15, 0.9);
    color: #fff;
}

.btn_payment, .mybutton .btn-next, .btn_cart_order,
.btn_payment:hover, .mybutton .btn-next:hover, .btn_cart_order:hover {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
}

li.page-item {
    cursor: pointer;
}

.list-gallery {
    margin-top: 15px;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

/* News, Table of content */
#toc_container {
    border-color: #a2a9b1;
    background-color: #f8f9fa;
}

.section-news .n-meta {
    border-color: #111;
}

.section-news .n-meta .date-d, .section-news .n-meta .date-m {
    color: #111;
}

.section-news .n-thumb a:after {
    background: rgba(0, 0, 0, 0.6);
}

.section-news .n-item:hover .n-thumb a:after {
    color: #fff;
}

.n-author, .n-author a {
    color: #aaa;
}

.box_news_details .news_content, .box_news_details .news_content p, .box_news_details .news_content span {
    color: #fff;
}

.box_news_details > h3 {
    color: #333;
}

.box_news_details blockquote {
    background-color: #f6f6f6;
    border-left-color: #464646;
    color: #666;
}

.news_comment_v1 h3.leave_comment_v1,
.box_comment_new_v1 h3.leave_comment_v1,
.search_area_bar h3.leave_comment_v1,
.recent_area_bar h3.leave_comment_v1,
.category_news_v1 h3.leave_comment_v1,
.tag_news_v1 h3.leave_comment_v1 {
    border-bottom-color: #ddd;
}

.news_comment_v1 h3.leave_comment_v1::before,
.box_comment_new_v1 h3.leave_comment_v1::before,
.search_area_bar h3.leave_comment_v1::before,
.recent_area_bar h3.leave_comment_v1::before,
.category_news_v1 h3.leave_comment_v1::before,
.tag_news_v1 h3.leave_comment_v1::before {
    background: #111 none repeat scroll 0 0;
}

.news_top_comment .msg_avatar_v1 a {
    color: #252525;
}

.news_details_title_v1 .first_title_v1 span {
    color: #666;
}

.box_comment_new_v1 .leave_form input, .box_comment_new_v1 .text_leave textarea {
    background: transparent none repeat scroll 0 0;
    border-color: #c1c1c1;
    color: #666;
}

.box_comment_new_v1 .text_leave button.submit {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.search_area_bar input[type="text"] {
    background-color: #fff;
    border-color: #d3d3d3;
    color: #666;
}

.search_area_bar button.submit {
    background-color: #111;
    border-color: #111;
    color: #fff;
}

.category_news_v1 ul li a {
    color: #333;
    border-bottom: 1px solid #f1f1f1;
}

.category_news_v1 ul li:hover a {
    color: #111
}

.tag_news_v1 ul li a {
    background-color: #e6e6e6;
    color: #252525;
}

.tag_news_v1 ul li:hover a {
    background-color: #111;
    color: #fff;
}

.section-news .nearby {
    border-color: #DEDEDE;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .news_sidebar_left {
        border-left-color: #eee;
    }
}

/* By Consent */
.consent-form .group-select, .consent-form .group-select label {
    float: none;
}

.consent-form .group-select {
    width: 100%;
    margin-bottom: 15px;
}

.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
    display: initial;
}

.form-horizontal .radio {
    padding-top: 0;
}

.consent-form2 {
    border-top-color: #333;
}

.btn_consent, .btn_consent:hover, .btn_consent:focus {
    border-color: #111;
    background: #111;
    color: #fff;
}

.white-popup {
    overflow: initial;
}

#back-top {
    bottom: 0;
    right: 15px;
}

.freeze-footer {
    bottom: 60px;
}

@media (max-width: 575px) {
    .footer-copyright {
        padding-bottom: 130px;
    }
}

.section-sale .row {
    display: block;
}

@media (min-width: 992px) {
    .section-sale > .container > .row {
        display: flex;
    }
}

/*
* Service
*/
.services-list .item {
    text-align: center;
    margin-bottom: 60px;
}

.services-list .item .thumb {
    position: relative;
    overflow: hidden;
}

.services-list .item .thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #ffffff 100%);
    pointer-events: none;

    -webkit-transform: translateY(300px);
    -moz-transform: translateY(300px);
    -o-transform: translateY(300px);
    transform: translateY(300px);
    -webkit-transition: all 0.25s cubic-bezier(0.05, 0.45, 0.4, 1);
    -moz-transition: all 0.25s cubic-bezier(0.05, 0.45, 0.4, 1);
    transition: all 0.25s cubic-bezier(0.05, 0.45, 0.4, 1);

}

.services-list .item .thumb .thumb-inner {
    display: block;
    position: relative;
    border-radius: 100% 100% 0 0;
    overflow: hidden;
    margin: 0 -80px;
    padding: 0 80px;
    transform: translateZ(0);
}

.services-list .info {
    position: relative;
    padding: 30px;
    margin-top: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.services-list h3 {
    transition: all 0.4s ease-out;
}

.services-list .icon-link {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -24px;
    margin-left: -24px;
    background-color: #f864a6;
    color: #fff;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    box-sizing: border-box;
    text-align: center;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    opacity: 0;
    visibility: hidden;
    display: inline-block;
}

.services-list .item:hover .icon-link {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -moz-transform: translateX(0px) rotate(0deg);
    -o-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
}

.services-list .item:hover .thumb:after {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.services-list .item:hover h3 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.break-row {
    float: left;
}

.m-gallery-box-wrap {
    padding: 0 10px;
    margin: 0 0 15px 0;
    overflow: initial;
}

.m-gallery-box {
    position: relative;
    margin: 0 -10px 10px;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.m-image-bg, .m-gallery-box .m-image-bg {
    width: 100%;
    height: auto;

    margin: 0;
    padding: 0;
    padding-bottom: 75%;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.m-image-bg img, .m-gallery-box .m-image-bg img {
    display: none !important;
}

.m-image-title, .m-gallery-box .m-image-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    background: rgba(3, 3, 3, 0.3);
    filter: alpha(opacity=30);
    max-height: 60px;
    padding: 5px;
    margin: 0;
    overflow: hidden;
}

.m-gallery-box:hover, .m-gallery-box:focus {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.m-image-title {
    color: #fff;
}

.square-service-image {
    margin-top: 15px;
}

.popup_main_area {
    float: none;
}

/* Booking */
.form-input-group {
    position: relative;
}

.form-input-group .form-text {
    padding-right: 45px;
}

.form-input-group .form-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 15px;
    margin-top: -9px;
}

.form-booking .group-select, .form-booking-confirm .group-select,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    margin-bottom: 15px;
}

.form-booking .btn-search, .form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    display: block;
    width: 100%;
    border-color: #ced4da;;
}

.form-booking .btn-search,
.form-booking-confirm .btn-confirm {
    background-color: #fff;
    color: #000;
}

.form-booking .btn-search:hover,
.form-booking .btn-search:focus, .form-booking-confirm .btn-confirm:hover, .form-booking-confirm .btn-confirm:focus {
    background-color: #000;
    color: #fff;
}

.form-booking-confirm .btn-cancel, .form-booking-confirm .btn-cancel:hover, .form-booking-confirm .btn-cancel:focus {
    background-color: #d7d7d7;
    border-color: #ced4da;;
    color: #333;
}

.form-booking .form-control, .form-booking .btn-search, .form-booking-confirm .btn-confirm, .form-booking-confirm .btn-cancel {
    border-radius: 0;
    min-height: 50px;
}

.form-booking .booking-service-staff.is-more {
    position: relative;
}

.form-booking .booking-service-staff .remove-services {
    position: absolute;
    z-index: 2;
    left: 15px;
    top: 0;
    min-width: 175px;
    min-height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.form-booking .booking-service-staff.is-more .booking-service label {
    padding-left: 20px;
}

.box-booking-info {
    padding-top: 30px;
}

.booking-info-title {
    position: relative;
    text-align: center;
}

.booking-info-title:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: -5px;
    height: 3px;
    width: 100px;
    margin-left: -50px;
    background-color: #ced4da;
}

.box-service-staff {
    display: flex;
    flex-wrap: wrap;
}

.service-staff {
    background-color: #f8f9fa;
    margin: 15px 15px 15px 0;
    padding: 15px 15px 15px 0;
    border-left: 3px solid #efefef;
    display: inline-flex;
}

.service-staff .service-staff-avatar {
    float: left;
    max-width: 100px;
    margin: 5px 0 15px 15px;
}

.service-staff .service-staff-avatar.no-photo {
    display: none;
}

.service-staff .service-staff-info {
    margin-left: 15px;
}

.date-info, .time-info {
    margin-bottom: 15px;
}

.time-info .time-note {
    color: #f00;
    font-size: 13px;
}

.time-info .time-items, .time-info .time-items li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.time-info .time-items li {
    padding: 5px;
    display: inline-block;
}

.time-items li > a, .time-items li > span {
    color: #333;
    font-size: 14px;
    line-height: 1;
}

.time-items li > a {
    display: inline-block;
    padding: 10px;
    margin: 0;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    background: #fff;
    text-decoration: none;
}

.time-items li > span {
    text-decoration: line-through;
}

.box-booking-confirm {
    background: #fff;
    padding: 15px;
}

@media ( max-width: 767px ) {
    .booking-confirm-title {
        font-size: 35px;
    }

    .booking-confirm-note {
        font-size: 17px;
    }
}

@media ( max-width: 575px ) {
    .booking-confirm-title {
        font-size: 20px;
    }

    .booking-confirm-note {
        font-size: 15px;
    }
}

/* Custom for this theme */
.box-booking-form {
    margin: 15px auto;
}

.form-booking .group-select, .form-booking .group-select label,
.form-booking-confirm .group-select, .form-booking-confirm .group-select label,
.form-booking .btn-search {
    float: none;
    width: 100%;
}

.box-booking-info h3, .box-booking-info h4, .box-booking-info h5 {
    margin: auto auto 15px;
    font-weight: bold;
}

.box-booking-info .time-info h5 {
    margin-bottom: 5px;
}

.box-booking-info p {
    margin: auto auto 5px;
}

.booking-info-title {
    font-size: 25px;
}

.service-staff-info h4, .date-info, .time-info {
    font-size: 17px;
}

.service-staff-info p {
    font-size: 15px;
}

.relative {
    position: relative;
}

.btn-search.btn-primary {
    margin: auto;
}

/* Booking */
.policy-booking-phone {
    font-weight: normal;
    font-style: italic;
    font-size: 13px;
}

/* Service */
.service-image {
    text-align: center;
}

.service-image img {
    display: none;
}

/* Gallery */
.gallery-item .gallery-item-box {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.gallery-item .gallery-item-box .gallery-youtube-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gallery-item .gallery-item-box .gallery-youtube-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Service */
.detail-container {
    display: flex;
    margin-bottom: 15px;
}

.detail-thumb {
    margin: 0 7px 7px 0;
    max-width: 110px;
}

.detail-no-thumb {
    display: none;
}

.detail-text {
    flex: 1;
}

/*BEG: module_gallery*/
.m-category-tab {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0 0 15px;
}

.m-category-tab li, .m-category-tab li.active, .m-category-tab li:hover {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

.m-category-tab li {
    background-color: #fff;
    color: #000;
}

.m-category-tab li.active, .m-category-tab li:hover {
    background-color: #000;
    color: #fff;
}

.pagination a {
    background-color: #fff;
    color: #111;
}

.pagination a:hover, .pagination li.active a, .pagination li.pagination_icon a i:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

ul.m-category-tab a {
    color: #111;
}

ul.m-category-tab a:hover {
    color: #fff;
}

ul.m-category-tab li.active a {
    color: #fff;
}

/*END: module_gallery*/

/*BEG: css for Gallery-Html*/
.m-gallery-box {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    margin: 5px;
}

.m-gallery-box .m-image-bg, .m-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

ul#portfolio-grid.three-column > li {
    margin-bottom: 15px;
    padding-top: 15px;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4, gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .image-bg, .m-gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .image-bg img,
.gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .image-bg, .gallery-box-wrap .col-xs-6.col-sm-6.col-md-4 .image-bg img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.m-image-bg {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-bottom: 80%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.m-image-bg img {
    display: none;
}

.m-gallery-paging.paging {
    display: flex;
    justify-content: center;
}

.youtube-wrapper {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.youtube-wrapper .youtube-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gallery-item, .gallery-item span {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.portfolio-action.text-center .btn {
    display: inline-block;
    cursor: pointer;
    margin: 5px;
    border-radius: 5px;
    border: 0.08em solid #000;
}

/*END: css for Gallery-Html*/

/*BEG: css for Home-Slider-Gallery*/
.section.section-home-gallery .owl-carousel.owl-drag .owl-item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.section.section-home-gallery .owl-carousel.owl-drag .owl-item .item {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.section.section-home-gallery .owl-carousel.owl-drag .owl-item .item .m-gallery-box {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.section.section-home-gallery .owl-carousel.owl-drag .owl-item .item .m-gallery-box .m-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.owl-gallery.owl-carousel .owl-nav {
    display: inline-flex;
    margin-top: 5px;
    justify-content: center;
    text-align: center;
    position: relative;
    width: 100%;
}

.owl-gallery.owl-carousel .owl-nav .owl-next, .owl-gallery.owl-carousel .owl-nav .owl-prev {
    width: 30px;
    color: #fff;
    font-size: 30px;
    margin: 0 5px;
}

.m-gallery-box iframe {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.owl_service_board .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/*END: css for Home-Slider-Gallery*/

/* BEG: banner-slider-video */
.sp-slide .video-item, .sp-slide .youtube-item {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 2 / 1;
    object-fit: cover;
    z-index: 9999;
}

/* END: banner-slider-video */
