.menu-bar-mobile {
    position: fixed;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 9999999;
    box-shadow: 1px 0px 1px #ccc;
    overflow-y: scroll;
    opacity: 0;
    margin-left: -305px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.menu-bar-mobile-show{
    margin-left: 0px;
    opacity: 1;
}
.logo-menu{
    float: left;
    width: 100%;
    background: #fff;
}
.logo-menu img{
    width: 80%;
    margin-bottom: 15px;
}
.rotate-menu{
    transform:rotate(180deg);
    top: 10px !important;
}
.menu-btn-show {
    position: relative;
    width: 28px;
    height: 27px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
}
.menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #515151;
    float: left;
    margin-bottom: 5px;
}
.fixed-box .menu-btn-show .border-style{
    background: #707070;
}
.box-login-logout {
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9;
}
.boder-rotate {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 1px;
    background: #ebebeb;
    transform: rotate(30deg);
}
.box-login-logout i{
    margin-right: 6px;
}
.box-login-logout .left{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
}
@media screen and (min-width: 1200px) {
    .menu-btn-show{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .menu-btn-show{
        display: block;
    }
    .main-menu .custom_menu{
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .menu-bar-mobile{
        width: 250px;
    }
}


.menu-bar-mobile > ul > li{
    float: left;
    width: 100%;
    position: relative;
}
.menu-bar-mobile > ul > li > a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
}
.menu-bar-mobile > ul > li > a:hover{
    box-shadow: 0px 0px 2px #443333;
}

.menu-bar-mobile > ul > li > ul{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
.menu-bar-mobile > ul > li > ul >li > a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
}
.menu-bar-mobile > ul > li > ul >li > a {
    width: 100%;
    /*height: 40px;*/
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
}


/*

    1. Reset

    2. Header

    3. Content

    4. Footer

    */
/**
 * Fonts
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Stardos+Stencil');
@font-face {
    font-family: 'vladimir';
    src: url(../../themes/fnail03d/assets/fonts/vladimir.ttf) format("woff"); 
}
@font-face {
    font-family: 'utm swiss condensed';
    src: url(../../themes/fnail03d/assets/fonts/utm-swiss-condensed.ttf) format("woff"); 
}
@font-face {
    font-family: 'stencil std';
    src: url(../../themes/fnail03d/assets/fonts/stencilstd.otf) format("woff"); 
}
@font-face {
    font-family: 'uvn song sang';
    src: url(../../themes/fnail03d/assets/fonts/uvnsongsang.ttf) format("woff"); 
}
/**
 * 1.0 - Reset
 * -----------------------------------------------------------------------------
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline; 
}

body {
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
    font-family: 'Montserrat', 'Roboto', 'Roboto Light', Arial, sans-serif;
    color: #000;
    font-weight: 300;
    
}
.body-audio{
    margin-bottom: 35px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both; 
}


img {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    vertical-align: middle; 
}

a {
    text-decoration: none;
    color: #333333; 
}

a:hover {
    color: #8496b0;
    text-decoration: none; 
    cursor: pointer;
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: none; 
}

a, button, input {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s; 
}

*, *:before, *:after {
    box-sizing: border-box; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block; 
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; 
}

ul {
    list-style: none;
    padding: 0; 
}

ul:after, section:after {
    content: '';
    clear: both;
    display: block; 
}

small {
    font-size: 80%; 
}
.abs-styl{
    position: absolute;
}
.rev-styl{
    position: relative;
}
.zindex-1{
    z-index: 1;
}
.zindex-2{
    z-index: 2;
}
.zindex-3{
    z-index: 3;
}
.zindex-4{
    z-index: 4;
}
.zindex-5{
    z-index: 5;
}
.zindex-9{
    z-index: 9;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.mar-15{
    margin: 15px 0px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-bottom-15{
    margin-bottom: 15px;
}
.mar-left-15{
    margin-left: 15px;
}
.mar-right-15{
    margin-right: 15px;
}
.pad-15{
    padding: 15px 0px;
}
.pad-top-15{
    padding-top: 15px;
}
.pad-bottom-15{
    padding-bottom: 15px;
}
.pad-left-15{
    padding-left: 15px;
}
.pad-right-15{
    padding-right: 15px;
}
::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    background-color: #009846;
    position: relative;
}
.transition{
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.transition1{
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s; 
}
.transition1-5{
    transition: all 1.5s ease-in-out 0s;
    -moz-transition: all 1.5s ease-in-out 0s;
    -o-transition: all 1.5s ease-in-out 0s;
    -webkit-transition: all 1.5s ease-in-out 0s;
    -ms-transition: all 1.5s ease-in-out 0s; 
}
.transition2{
    transition: all 2s ease-in-out 0s;
    -moz-transition: all 2s ease-in-out 0s;
    -o-transition: all 2s ease-in-out 0s;
    -webkit-transition: all 2s ease-in-out 0s;
    -ms-transition: all 2s ease-in-out 0s; 
}
.transition2-5{
    transition: all 2.5s ease-in-out 0s;
    -moz-transition: all 2.5s ease-in-out 0s;
    -o-transition: all 2.5s ease-in-out 0s;
    -webkit-transition: all 2.5s ease-in-out 0s;
    -ms-transition: all 2.5s ease-in-out 0s; 
}
.transition3{
    transition: all 3s ease-in-out 0s;
    -moz-transition: all 3s ease-in-out 0s;
    -o-transition: all 3s ease-in-out 0s;
    -webkit-transition: all 3s ease-in-out 0s;
    -ms-transition: all 3s ease-in-out 0s; 
}
.transition3-5{
    transition: all 3.5s ease-in-out 0s;
    -moz-transition: all 3.5s ease-in-out 0s;
    -o-transition: all 3.5s ease-in-out 0s;
    -webkit-transition: all 3.5s ease-in-out 0s;
    -ms-transition: all 3.5s ease-in-out 0s; 
}
.transition4{
    transition: all 4s ease-in-out 0s;
    -moz-transition: all 4s ease-in-out 0s;
    -o-transition: all 4s ease-in-out 0s;
    -webkit-transition: all 4s ease-in-out 0s;
    -ms-transition: all 4s ease-in-out 0s; 
}
.mar-left{
    margin-left: -200px;
    opacity: 0;
}
.mar-right{
    margin-right: -200px;
    opacity: 0;
}
.mar-top{
    margin-top: -200px;
    opacity: 0;
}
.mar-bottom{
    margin-bottom: -200px;
    opacity: 0;
}
.abs-left{
    left: -500px;
    opacity: 0;
}
.abs-top{
    top: -500px;
    opacity: 0;
}
.abs-bottom{
    bottom: -500px;
    opacity: 0;
}
.abs-right{
    right: -500px;
    opacity: 0;
}
h2.layout-title{
    text-align: center;
    width: 100%;
    font-size: 30px;
}
h3.sub-layout-title{
    text-align: center;
    margin-top: 50px;
}
.uppercase{
    text-transform: uppercase;
}
/**
* Width
* -----------------------------------------------------------------------------
*/
.width-100{
    width: 100%;
}
.width-75{
    width: 75%;
}
.width-50{
    width: 50%;
}
.width-33{
    width: 33.33333%;
}
.width-25{
    width: 25%;
}
.width-20{
    width: 20%;
}
/** end Width */

/*font-title*/
h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
/*end font-title*/

/**
* Position
* -----------------------------------------------------------------------------
*/
.center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.left{
    float: left;
}
.right{
    float: right;
}
.pos-right{
    right: 20px;
}
.pos-left{
    /*left: 20px;*/
}
/** end Position */

/**
* Background
* -----------------------------------------------------------------------------
*/
.background-white{
    background: #ffffff;
}
.background-black{
    background: #000000;
}
.background-eb{
    background: #ebebeb;
}
.background-f9{
    background: #f9f9f9;
}
.background-42{
    background: #424242;
}
/** end Background */

/**
* Border
* -----------------------------------------------------------------------------
*/
.border-dashed-cc{
    border: 1px dashed #ccc;
}
.border-dashed-eb{
    border: 1px dashed #ebebeb;
}

.border-solid-cc{
    border: 1px solid #ccc;
}
.border-solid-eb{
    border: 1px solid #ebebeb;
}
/** end Border */

/**
* Box-shadow
* -----------------------------------------------------------------------------
*/
.box-shadow{
    box-shadow: 0px 4px 10px #ebebeb;
}
/** end Box-shadow */

/**
* Padding
* -----------------------------------------------------------------------------
*/
.pad-15{
    padding: 15px;
}
.pad-5{
    padding: 5px;
}
.pad-10{
    padding: 10px;
}
.pad-vertical-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pad-horizontal-15{
    padding-left: 15px;
    padding-right: 15px;
}
.pad-vertical-5{
    padding-top: 5px;
    padding-bottom: 5px;
}
.pad-horizontal-5{
    padding-left: 5px;
    padding-right: 5px;
}
.pad-vertical-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pad-horizontal-10{
    padding-left: 10px;
    padding-right: 10px;
}
.pad-0{
    padding: 0px;
}
/** end Padding */

/**
* Margin
* -----------------------------------------------------------------------------
*/
.mar-15{
    margin: 15px;
}
.mar-5{
    margin: 5px;
}
.mar-10{
    margin: 10px;
}
.mar-vertical-15{
    margin-top: 15px;
    margin-bottom: 15px;
}
.mar-horizontal-15{
    margin-left: 15px;
    margin-right: 15px;
}
.mar-vertical-5{
    margin-top: 5px;
    margin-bottom: 5px;
}
.mar-horizontal-5{
    margin-left: 5px;
    margin-right: 5px;
}
.mar-vertical-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.mar-horizontal-10{
    margin-left: 10px;
    margin-right: 10px;
}
.mar-0{
    padding: 0px;
}
.mar-left-10{
    margin-left: 10px;
}
.mar-right-10{
    margin-right: 10px;
}
/** end Padding */

/**
* Display
* -----------------------------------------------------------------------------
*/
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.flex{
    display: flex;
}
.ds-table{
    display: table;
    width: 100%;
}
.vertical{
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    top: 20%;
}
/** end Display */

/*effect menu 1*/
.menu-effect-1{

}
.menu-effect-1 ul{
    
}
.menu-effect-1 ul li{
    
}
.menu-effect-1 ul li a{
    border: 1px solid transparent;
}
.menu-effect-1 ul li a i{
    margin-right: 6px;
}
.menu-effect-1 ul li a:hover{
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.menu-effect-1 ul li.active a{
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
/*end effect menu 1*/

/*menu side bar mobile*/
.content-side-menu{
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
}
.shadow-mobile {
    position: absolute;
    background: rgba(0, 0, 0, 0.49);
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    cursor: pointer;
}
/*end menu side bar mobile*/

/*effect img*/
.eff-v3:hover:before, .eff-v3:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.eff-v3:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    border-top: 1px solid rgba(255, 255, 255, 0.48);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.eff-v3:after {
    border-left: 1px solid rgba(255, 255, 255, 0.48);
    border-right: 1px solid rgba(255, 255, 255, 0.48);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}
.eff-v3:before, .eff-v3:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    z-index: 1;
}
.eff-v3 {
    background-color: #000;
    overflow: hidden;
    position: relative;
}
.eff-v3 img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}
.eff-v3:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
/*end effect img*/

/**
* 2.0 - Header
* -----------------------------------------------------------------------------
*/

.welcome-text {
    font-size: 13px;
    font-family: 'Roboto', 'Roboto Light', Arial, sans-serif;
    color: #000;
    font-weight: 300;
}
.contact-link{
    font-size: 13px;
    font-family: 'Roboto', 'Roboto Light', Arial, sans-serif;
    color: #000;
    font-weight: 300;
}
/** end Header */

/**
* 3.0 - logo
* -----------------------------------------------------------------------------
*/
.logo img{
    width: 150px;
}
/** end Header */

/*Banner slider index*/
.banner-slider-index{
    float: left;
    width: 100%;
}
.tp-banner-container{
    position: relative;
}
/*end slider*/

/*main content*/
.audio-bg{
    float: left;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9999999999;
}
.audio-bg audio{
    float: left;
    width: 100%;
}
/*end main content*/

/*footer*/
.footer-2 .footer-col{
    float: left;
    width: 50%;
}
.footer-3 .footer-col{
    float: left;
    width: 33.333333%;
}
.footer-4 .footer-col{
    float: left;
    width: 25%;
}
.footer-col h2{
    font-family: "Open Sans";
    color: rgb(102, 102, 102);
}
.footer-col{
    padding-right: 7px;
    padding-left: 7px;
}
.row-7{
    margin-left: -7px; 
    margin-right: -7px;
}
.our-gallery .item-our-gallery{
    float: left;
    width: 50%;
    border: 4px solid transparent;
}
/*end footer*/

/*paginate*/
.paginate{
    float: left;
    width: 100%;
    text-align: center;
}
.paginate ul li{
    display: inline-block;
}
.paginate ul li a {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    border: 1px solid #ccc;
    margin: 0px 3px;
}
.paginate ul li.active a, .paginate ul li:hover a {
    background: #ccc;
    color: #fff;
}
/*end paginate*/

/*error alert*/
.errorMessage {
    text-align: left;
    color: red;
    font-size: 12px;
    margin-bottom: 7px;
}
.subscrible-form .errorMessage{
    display: block;
    text-align: left;
    color: red;
    font-size: 12px;
    margin-bottom: 7px;
    position: absolute;
}
/*end error alert*/
.welcome-text {
    font-size: 14px;
    font-family: 'Roboto', 'Roboto Light', Arial, sans-serif;
    color: #fff;
    font-weight: 400;
}
.contact-link {
    font-size: 14px;
    font-family: 'Roboto', 'Roboto Light', Arial, sans-serif;
    color: #fff;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
}
.layout-header-1{
    padding-top: 3px;
    padding-bottom: 3px;
}
.contact-link i{
    font-size: 21px;
    float: left;
    margin-top: 6px;
}
.contact-link p{
    margin-right: 30px;
}
.header-container{
    position: relative;
    z-index: 999;
}
.header-social{
    float: right;
}
.header-social ul li {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0px 8px;
}
.header-social ul li:last-child a{
    margin-right: 0px;
}
.header-social ul li a {
    color: #fff;
    font-size: 16px;
}
.contact-link{
    float: left;
}
.logo img {
    width: 225px;
    margin: 15px 0px;
}

.tp-leftarrow {
    z-index:100;
    cursor:pointer;
    position:relative;
    background:url(../../themes/fnail03d/assets/images/next-copy-2.png) no-repeat top left !important;
    width:40px;
    height: 80px !important;
}
.tp-rightarrow {   
    z-index:100;
    cursor:pointer; 
    position:relative;  
    background:url(../../themes/fnail03d/assets/images/next.png) no-repeat top left !important;   
    width:40px; 
    height: 80px !important;   
}

.tp-caption.large_bold_grey {
    font-size: 89px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'stencil std' !important;
}
.tp-caption.medium_thin_grey{
    text-transform: uppercase;
    color: #fff !important;
}
.main-content{
    float: left;
    width: 100%;
}
.footer{
    float: left;width: 100%;
}
/*style about-us 1*/
.bg-about-us {
    width: 100%;
    margin: 0px 0px;
    padding-bottom: 60px;
    padding-top: 0px;
}
.title-standard{
    float: left;
    width: 100%;
}
.title-standard h2 {
    color: #666;
    font-family: 'vladimir';
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    margin: 20px 0px;
    position: relative;
}
.title-standard h2:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0px;
    right: 0px;
    width: 250px;
    height: 2px;
    margin: auto;
    background: #e1e1e1;
}
.title-standard h2:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 0px;
    right: 0px;
    width: 74px;
    height: 4px;
    margin: auto;
    background: #850050;
    z-index: 99;
}
.ctn-about-us{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.ctn-about-us p{
    color: #666;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
}
.read-more{
    width: 110px;
    height: 35px;
    float: left;
    border: 1px solid #555555;
    color: #555;
    line-height: 35px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.read-more:hover{
    background: #666;
    color: #fff;
}
.business-hour{
    float: left;
    width: 100%;
}
.business-hour h2 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.business-hour ul{
    float: left;
    width: 100%;
}
.business-hour  ul li{
    width: 100%;
    float: left;
    font-size: 14px;
}
.business-hour  ul li p{
    color: #666;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}
.business-hour ul li p spam {
    width: 50px;
    float: left;
    text-transform: capitalize;
}
.business-hour  ul li p span{
    margin-left: 6px;
}
/*end about us 1*/

/*end our-services 1*/
.our-services {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000;
    padding: 0px;
    position: relative;
}
.our-services:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(10, 10, 10, 0.47);
    width: 100%;
    height: 100%;
}
.our-services .container{
    position: relative;
    z-index: 999;
}
#owl-our-services{
    float: left;
    width: 100%;
}
.our-services .title-standard h2{
    color: #fff;
}
#owl-our-services .owl-item{
    padding: 10px;
}
.item-our-services{
    float: left;
    width: 100%;
}
.img-our-services {
    float: left;
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 13px solid rgba(255, 255, 255, 0.42);
}
.img-our-services img {
    height: 100%;
    max-width: initial;
    min-width: 100%;
}
.title-our-services{
    float: left;
    width: 100%;
    text-align: center;
}
.title-our-services h2 a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}
/*end our-services 1*/

/*end gallery 1*/
.list-gallery-page-1{
    float: left;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.item-list-gallery{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.img-item-list-gallery img{
    height: 100%;
    max-width: initial;
}
.btn-item-list-gallery{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: url(../../themes/fnail03d/assets/images/bg-tran-slider.png);
}
.btn-item-list-gallery h2 a{
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
}
.btn-item-list-gallery h2 a:hover {
    color: #f9c593;
}
.img-item-list-gallery{
    float: left;
    width: 100%;
    position: relative;
    height: 100%;
}
.gallery-index{
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 100px;
    background: #fefcfd;
}
.ctn-gallery-index{
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.gallery-img-big, .gallery-img-small{
    float: left;
    height: 100%;
    width: 100%;
    overflow: hidden;
    max-height: 460px;
}
.gallery-img-big a, .gallery-img-big a img{
    float: left;
    height: 100%;
    min-width: 100%;
}
.gallery-img-small a{
    float: left;
    width: 100%;
    height: 50%;
}
.gallery-img-small a img{
    height: 100%;
    float: left;
    max-width: initial;
    min-width: 100%;
}
.gallery-img-small a:first-child{
    border-bottom: 15px solid #fff;
}
.gallery-img-small a:last-child{
    border-top: 15px solid #fff;
}
.bg-nail-gallery {
    background-position: left bottom;
    position: absolute;
    left: 0px;
    bottom: -200px;
    width: 1000px;
    height: 570px;
    background-repeat: no-repeat;
    z-index: 99;
}
.gallery-index .container{
    position: relative;
    z-index: 999;
}
/*end gallery1*/

/*contact form 1*/
.contact-form-1 {
    float: left;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    padding-bottom: 10px;
}
.bg-fefcfd{
    background: #fefcfd;
}
.ctn-contact-form-1 {
    float: left;
    width: 100%;
    padding: 30px;
    box-shadow: 0px 0px 9px #ccc;
    position: relative;
    z-index: 999;
}
.ctn-order-fixed {
    padding: 0px 10px;
    margin-top: 0px;
    float: left;
    width: 100%;
}
.style-input {
    background: #fff;
    border: none;
    margin: 7px 0px;
    border-radius: 4px;
    height: 40px;
    padding-left: 10px;
    color: #000;
    width: 100%;
    line-height: 43px;
    border: 1px solid #ddd;

}
.ctn-order-fixed .style-input:first-child{
    margin-top: 0px;
}
.style-button {
    background: #850050;
    border: none;
    margin: 7px 0px;
    border-radius: 4px;
    padding-left: 10px;
    text-transform: uppercase;
    color: #fff;
    padding: 6px 25px;
    line-height: 22px;
    float: left;
}
.style-textarea{
    min-height: 120px;
}
.subscrible {
    float: left;
    width: 100%;
    margin-top: 80px;
    background: url(../../themes/fnail03d/assets/images/bg-footer.png) no-repeat;
    height: 175px;
    background-size: 100%;
    overflow: hidden;
}
.subscrible .style-input {
    width: 100%;
    display: inline-block;
}
.subscrible .style-button {
    display: inline-block;
    float: initial;
}
.subscrible-form{
    float: left;
    width: 100%;
    margin-top: 65px;
    text-align: center;

}
.bg-contact-form {
    background-position: left bottom;
    position: absolute;
    right: 0px;
    bottom: 00px;
    width: 500px;
    height: 570px;
    background-repeat: no-repeat;
    z-index: -1;
}
.contact-form-1 .container{
    position: relative;
    z-index: 99;
}
.subscrible-form h2{
    font-family: 'uvn song sang';
    display: inline-block;
    font-size: 30px;
    margin: 0px;
}
.item-subscrible {
    width: 23.3333%;
    display: inline-block;
    margin: 0px 20px;
    position: relative;
}
.subscrible .style-button {
    display: inline-block;
    float: initial;
    margin-left: 15px;
}
.address-contact h2 {
    font-size: 20px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.address-contact ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
.map-address h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.map-address iframe{
    width: 100%;
}
.contact-page-1{
    float: left;
    width: 100%;
    padding: 20px 0px;
    overflow: hidden;
    position: relative;
    z-index: 999999999;
}
.form-input-infor{
    width: 100%;
    margin-bottom: 10px;
}
.form-input-infor h2{
    margin-top: 10px;
}
.form-input-infor p{
    font-size: 15px;
    color: #777;
}
.form-input-infor .width-50:nth-child(3n){
    clear: both;
}
/*end contact form 1*/

/*footer template 1*/

.footer-page{
    background: url(../../themes/fnail03d/assets/images/bg-trans-footer.jpg) no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
}
.logo-footer{
    padding-top: 80px;
    padding-bottom: 40px;
}
.copyright {
    padding: 10px 0px;
    color: #fff;
    background: #000;
    font-size: 12px;
    position: relative;
    padding-bottom: 10px;
}
.contact-footer {
    padding-bottom: 40px;
    position: relative;
    /*padding-top: 30px;*/
    z-index: 99;
}
.contact-footer h2{
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
    text-align: left;
}
.contact-footer p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 31px;
    text-align: left;
}
.footer-center span {
    float: left;
    width: 100%;
    color: #fff;
}
.contact-footer p spam{
    color: #ff0098;
}
.contact-footer p i{
    margin-right: 10px;
}
.background-music{
    position: absolute;
    bottom: -6px;
    width: 100%;
}
.item-footer{
    text-align: left;
}
.background-music audio{
    width: 100%;
}
.footer-center {
    width: 100%;
    margin: 20px auto;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px !important;
}
.footer-center span spam {
    width: 130px;
    float: left;
    text-align: left;
}
.list-icon {
    position: relative;
    z-index: 999;
    text-align: left;
}
.list-icon a{
    margin-top: 5px;
}
.list-icon ul li a img{
    width: 40px;
}
.list-icon a:hover{
    color: #e2096d;

}
.list-icon ul li{
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.arrow-footer {
    background: url(../../themes/fnail03d/assets/images/Shape-4.png) center bottom no-repeat;
    width: 196px;
    height: 213px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -2px;
    margin: auto;
    cursor: pointer;
}
.arrow-footer span {
    color: #fff;
    position: absolute;
    bottom: 18px;
    width: 13px;
    left: 0px;
    right: 0px;
    margin: auto;
    font-size: 25px;
    padding-top: 200px;
}
.arrow-footer span:first-child {
    bottom: 20px;
    left: 4px;
    font-size: 12px;
}
.copyright p{
    color: #424242;
    font-weight: 500;
    font-size: 14px;
}
.footer-page{
    position: relative;
}
.footer-page:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.82);
    width: 100%;
    height: 100%;
    z-index: 2;
}
/*end footer template 1*/

/*menu*/
.main-menu ul li a {
    font-size: 18px;
    font-family: 'Roboto', 'Roboto Light', Arial, sans-serif;
    font-weight: 400;

}

.main-menu ul > li > a {
    padding: 10px 0;
    float: left;
}

.main-menu ul li:hover a,.main-menu ul li.active a, .main-menu ul li.active a{
    border-bottom: 4px solid #900057;
}
.main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0 15px;
}
.main-menu ul > li > ul, .box-menu-2 {
    display: none;
    position: absolute;
    top: 100%;
    background: rgb(16, 15, 16);
    padding: 10px 0px;
    left: 0px;
    min-width: 185px;
}
.main-menu ul > li:hover > ul, .main-menu ul li:hover .box-menu-2{
    display: block;
}
.main-menu ul > li:hover > ul ul, .box-menu-3 {
    display: none;
    position: absolute;
    top: -10px;
    background: rgb(37, 25, 32);
    padding: 10px 0px;
    left: 100%;
    min-width: 170px;
    margin-left: 0px;
}
.main-menu ul > li > ul > li, .menu-item-lv2, .menu-item-lv3 {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    position: relative;
    padding: 8px 15px;

}
.main-menu ul > li > ul > li:hover, .menu-item-lv2:hover{
    background: #251920;
}
.main-menu ul > li > ul > li:hover {
    margin: 0;
}
.main-menu ul > li > ul > li .span-lv-1 {
    color: #fff;
    right: 10px;
}


.main-menu ul > li > ul > li > a, .menu-item-lv2 a{
    margin: 0px;
    padding: 0px  !important;
}
.span-lv-1 {
    position: absolute;
    right: -13px;
    top: 16px;
    color: #000;
}
.span-lv-2 {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
}
.main-menu ul > li > ul > li > a, .menu-item-lv2 a{
    margin: 0px !important;
    width: 100%; 
    float:left;
}
.main-menu ul > li > ul > li:hover > a, .main-menu ul > li > ul > li:hover > ul, .menu-item-lv2:hover .box-menu-3{
    display: block;
}

.main-menu ul > li > ul li {
    margin: 0px;
}

.box-menu-2 .menu-item-lv2:last-child, .box-menu-2 .menu-item-lv3:last-child{
    margin-bottom: 0px !important;
}
.main-menu ul > li > ul > li > a, .main-menu ul > li > ul > li > ul > li >a,  .menu-item-lv2 a, .menu-item-lv3 a {
    color: #fff !important;
    border-bottom: none !important;
    text-align: left;
    font-size: 15px !important;
    padding: 4px 0px !important;
}
 .main-menu ul > li > ul > li > ul > li:hover, .menu-item-lv3:hover {
    background: #100f10;
}



.menu-bar-mobile {
    position: fixed;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 9999999;
    box-shadow: 1px 0px 1px #ccc;
    overflow-y: scroll;
    opacity: 0;
    margin-left: -305px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.menu-bar-mobile-show{
    margin-left: 0px;
    opacity: 1;
}
.logo-menu{
    float: left;
    width: 100%;
    background: #fff;
}
.logo-menu img{
    width: 80%;
    margin-bottom: 15px;
}
.menu-bar-lv-1{
    float: left;
    width: 100%;
    position: relative;
}
.menu-bar-lv-1 a {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
}
.menu-bar-lv-1 a:hover{
    box-shadow: 0px 0px 2px #443333;
}
.menu-bar-lv-1 span {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.menu-bar-lv-2, .menu-bar-lv-3{
    position: relative;
    float: left;
    width: 100%;
    display: none;
}
.menu-bar-lv-2 a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 15px;
}
.menu-bar-lv-2 i:last-child{
    margin-right: 7px;
}
.menu-bar-lv-3 a {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 33px;
}
.rotate-menu{
    transform:rotate(180deg);
    top: 10px !important;
}
.menu-btn-show {
    position: absolute;
    width: 28px;
    height: 27px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    z-index: 9999;
    top: 125px;
}
.menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #515151;
    float: left;
    margin-bottom: 5px;
}
.fixed-box .menu-btn-show .border-style{
    background: #707070;
}
.box-login-logout {
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9;
}
.boder-rotate {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 1px;
    background: #ebebeb;
    transform: rotate(30deg);
}
.box-login-logout i{
    margin-right: 6px;
}
.box-login-logout .left{
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
}
@media screen and (min-width: 1200px) {
    .menu-btn-show{
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .menu-btn-show{
        display: block;
    }
    .main-menu ul{
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .menu-bar-mobile{
        width: 250px;
    }
}


/*end menu*/

/*header-style-2*/
.header-style-2{

}
.header-style-2 .layout-header-2{
    float: left;
}
.header-style-2 .logo img {
    width: 160px;
    margin: 15px 0px;
}
.header-style-2 .layout-header-3{
    float: right;
    margin-top: 30px;
}
.header-style-2 .main-menu ul li a {
    font-size: 16px;
    font-family: 'Roboto', 'Roboto Light', Arial, sans-serif;
    font-weight: 400;
}
/*end header-style-2*/

.banner-page-list{
    overflow: hidden;
    background-position: center center;
    background-attachment: fixed;
}
.banner-page-list h2{
    font-size: 42px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 300;
    width: 100%;
    text-align: center;
    font-family: 'vladimir';
}
.banner-page-list .container{
    position: relative;
    height: 100%;
}
/*breakcrumb*/
.breakcrumb{
    display: none;
   float: left;
    width: 100%;
    background: transparent;
    bottom: 10px;
    padding-top: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.breakcrumb a, .breakcrumb span,.breakcrumb p{
    padding: 10px 7px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', serif;
}
/*end breakcrumb*/

/*style page services 1*/
.services-style-1{
    float: left;
    width: 100%;
    margin: 30px 0px;
    position: relative;
    z-index: 999;
}
.cate-services{
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.cate-services h2 {
    float: left;
    width: 100%;
    margin: 15px 0px;
    color: #666;
    font-size: 18px;
    font-family: Roboto;
}
.cate-services ul{
    float: left;
    width: 100%;
    box-shadow: 0px 0px 5px #ccc;
}
.cate-services ul li a{
    float: left;
    width: 100%;
    margin: 0px;
    font-size: 15px;
    padding: 12px 25px;
    color: #666;
    font-family: Roboto;
    font-weight: 300;
    border-top: 1px solid #ebebeb;
}
.cate-services ul li:hover a, .cate-services ul li.active a{
    background: #900057;
    color: #fff;
}
.cate-services:after {
    content: "";
    background: url(../../themes/fnail03d/assets/images/bg-bar-services.png) center bottom no-repeat;
    background-size: 100%;
    bottom: -9px;
    left: 4px;
    width: 100%;
    position: absolute;
    height: 15px;
}
.list-services{
    float: left;
    width: 100%;
}
.item-services {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
.img-item-services{
    float: left;
    width: 180px;
    position: relative;
}
.img-item-services span.sale-off {
    position: absolute;
    top: 24px;
    right: 20px;
    height: 35px;
    width: 35px;
    background: #d59ebf;
    border-radius: 50%;
    font-size: 15px;
    white-space: nowrap;
    box-shadow: 0px 2px 3px #3f3c3e;
    color: #850050;
    padding-top: 8px;
    padding-left: 3px;
    font-family: Roboto;
    font-weight: 600;
    letter-spacing: -2px;
}
.img-item-services a{
    float: left;
    margin-right: 30px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #d59ebf;
    position: relative;
    margin-top: 25px;
}
.img-item-services img {
    position: absolute;
    min-height: 100%;
    max-width: 140%;
    left: -20%;
    top: 0%;
}
.title-item-services{
    padding-left: 210px;
}
.title-item-services h2 {
    clear: initial;
    margin-bottom: 12px;
}
.title-item-services h2 a{
    font-family: Roboto;
    font-weight: 300;
    font-size: 22px;
}
.title-item-services span.time{
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    color: #999;
}
.title-item-services p{
    font-family: Roboto;
    font-weight: 300;
    font-size: 15px;
    color: #999;
    margin-top: 5px;
}
.title-item-services p.price span{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.5px;
}
.title-item-services p.price span spam{
    font-weight: 300;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 5px;
}
.img-item-list-gallery img {
    width: initial !important;
    max-width: initial;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
    min-width: 100%;
}
.img-item-list-gallery:hover img {
    transform: scale(1.1);
}
.title-item-services .view-more {
    background: #850050;
    color: #fff;
    padding: 6px 25px 4px 25px;
    display: inline-block;
    margin-top: 15px;
    font-size: 15px;
    border-radius: 4px;
    font-family: Roboto;
    font-weight: 300;
    text-transform: uppercase;
}
/*end style page services 1*/

/*style page gallery 1*/
.gallery-style-1{
    float: left;
    width: 100%;
}
.cate-gallery {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}
.cate-gallery ul li{
    display: inline-block;
}
.cate-gallery ul li a {
        font-family: 'Prata',serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding: 10px 30px;
    color: #666;
    display: inline-block;
}
.cate-gallery ul li.active a, .cate-gallery ul li:hover a {
    background: #900057;
    color: #fff;
}
.list-gallery .col-lg-4{
    /*padding: 0px;*/
}
.item-gallery {
    float: left;
    width: 100%;
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.gallery-index .item-gallery{
    height: auto;
}
.img-item-gallery{
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    overflow: hidden;
}
.img-item-gallery img {
    max-width: 100%;
    display: block;
    margin: auto;
}
.social-item-gallery{
    top: -7px;
    right: 0;
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.77);
    text-align: center;
    border: 7px solid #900057;
    display: table;
    opacity: 0;
    transition: all .5s ease-in-out 0s;
    padding-bottom: 75%;

    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
}
.item-gallery .social-item-gallery span{
    font-size: 14px;
    color: #900057;
    text-transform: uppercase;
}

.social-item-gallery h2 a{
    text-align: center;
    color: #fff;
    float: left;
    width: 100%;
    font-size: 35px;
    margin-bottom: 90px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
}
.social-item-gallery ul li{
    display: inline-block;
    margin: 0px 6px;
}
.social-item-gallery ul li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    padding-top: 5px;
}

.item-gallery.active .social-item-gallery{
    opacity: 1;
}
.item-gallery.active .social-item-gallery span {
    color: #900057;
    text-transform: uppercase;
    font-size: 14px;
}
.item-gallery.active .social-item-gallery h2 a{
    margin-bottom: 20px;
}
.social-item-gallery h2 a {
    text-align: center;
    color: #f9a392;
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 90px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    font-family: 'Prata',serif;
    text-transform: uppercase;
}

.social-item-gallery ul li a:hover {
    color: #fff;
    background:  #8e0808;
    border: 2px solid #8e0808;
}
.list-gallery{
    float: left;
    width: 100%;
    /*margin-top: 30px;*/
    margin-bottom: 20px;
}
.gallery-index .list-gallery{
    margin-top: 10px;
    margin-bottom: 0px;
}
/*end style page gallery 1*/

/*about us 1*/
.about-us-page-1 .title-about-us {
    font-family: 'utm swiss condensed';
    color: #333333;
    font-size: 36px;
    margin-bottom: 0px;
}
.item-about-us{
    float: left;
    width: 100%;
}
.content-item-about-us{
    float: left;
    width: 50%;
}
.img-item-about-us{
    float: left;
    width: 50%;
}
.about-us-page-1 .item-about-us:nth-child(2n+1) .content-item-about-us{
    float: right;
}
.content-item-about-us p {
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    padding-right: 30px;
    margin-top: 50px;
    color: #333333;
}
.about-us-page-1 .item-about-us:nth-child(2n+1) .content-item-about-us{
    float: right;
    padding-right: 0px;
    padding-left: 30px;
}
/*end about us 1*/

/*Coupon page 1*/
.coupon-page-1{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.coupon-page-1 .item-coupon{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.coupon-page-1 .item-coupon h2{
    text-align: center;

}
/*end Coupon page 1*/

/*video page 1*/
.video-page-1{
    float: left;
    width: 100%;
    margin-top: 40px;
}
.video-page-1 .item-video{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.btn-item-video{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.btn-item-video:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.48);
}
.btn-item-video a.button-play {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background: url(../../themes/fnail03d/assets/images/play-button.png) center center no-repeat;
    z-index: 9999;
    cursor: pointer;
}
.item-video h3 {
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    color: #fff;
    padding: 15px;
    margin: 0px;
    background: rgba(0, 0, 0, 0.52);
}
.video-play{
    border-radius: 50%;
    text-align: center;
    position: relative;
    float: left;
    width: 100%;

}
.video-play:after {
    content: "";
    position: absolute;
    background: url(../../themes/fnail03d/assets/images/bg-tran-slider.png);
    top: 9px;
    right: 0px;
    left: 0px;
    width: 482px;
    height: 482px;
    border-radius: 50%;
    margin: auto;
}
.width-show-iframe{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 854px;
    height: 480px;
    z-index: 9999;
}
.show-iframe{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 854px;
    height: 480px;
    z-index: 9999;
}
.overlay{
    float: left;
    width: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transform:scale(0);
    z-index: 999999;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s; 
    background: url(../../themes/fnail03d/assets/images/bg-tran-slider.png);
}
.show-overlay{
    transform:scale(1);
    display: block;
}

.hide-video{
    opacity: 1;
}
.bt-menu-trigger {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 100;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 200;
    -webkit-transform: translateY(-100%) translateY(-20px);
    transform: translateY(-100%) translateY(-20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.bt-menu-trigger span:before, .bt-menu-trigger span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}
.bt-menu-trigger span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bt-menu-trigger span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.overlay-btn{
    content: "";
    position: absolute;
    background: url(../../themes/fnail03d/assets/images/bg-tran-slider.png) ;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
}
.show-iframe iframe{
    width: 100%;
    height: 100%;
}
.btn-play {
    position: absolute;
    background: url(../../themes/fnail03d/assets/images/play.png) no-repeat;
    height: 75px;
    width: 65px;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
}
/*end video page 1*/

/*gift-card-page-1*/
.gift-card-page-1{
    float: left;
    width: 100%;
    margin: 40px 0; 
}
.title-certifie{
    float: left;
    width: 100%;
}
.title-certifie h2{
    font-weight: 300;
    text-align: center;
    color: #111;
}
.title-certifie p{
    text-align: center;
    margin-bottom: 15px;
    color: #565656;
}
.form-input-card {
    float: left;
    width: 100%;
    margin: 15px 0px;
    text-align: center;
}
.form-input-card input{
    min-width: 650px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ebebeb;
    margin: 0px 20px;
}
.form-input-name input{
    min-width: 300px;
    height: 40px;
    padding: 0px 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ebebeb;
    margin: 0px 20px;
}
.form-input-name{
    float: left;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
}
span.note{
    float: left;
    width: 100%;
    text-align: center;
}
.add-ticket{
    float: left;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.add-ticket h2 {
    font-weight: 300;
    text-align: center;
    color: #111;
    text-transform: uppercase;
    font-size: 14px;
}
.check-ticket input{
    margin-right: 10px;
}
.check-ticket{
    font-weight: 300;
    font-size: 14px;
    color: #666;
}
.check-ticket span{
    margin: 15px 0px;
}

/*gift card 2 page*/
.gift-card-page-2{
    float: left;
    width: 100%;
}
.gift-card-step-2{
    width: 700px;
    margin: 40px auto;
}
.ctn-gift-card-step2{
    float: left;
    width: 100%;
    background: #f9f9f9;
    border:2px solid #ddd;
    border-radius: 5px;
    padding: 30px;
}
.ctn-gift-card-step2 ul li{
    float: left;
    width: 100%;
}
.gift-card-item{
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.gift-card-item label {
    float: left;
    width: 180px;
    position: absolute;
    left: 0px;
    top: 1px;
    font-weight: 600;
    font-family: Roboto;
}
.gift-card-item span{
    font-weight: 600;
    font-family: Roboto;
    float: left;
    width: 100%;
}
.gift-card-item p {
    float: left;
    padding-left: 140px;
}
.gift-card-item img{
    width: 120px;
    border:1px solid #ebebeb;
    border-radius: 5px;
}
.gift-card-paypal img{
    width: initial;
    border: none;
}
.btn-purchase{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.btn-purchase a {
    text-decoration: none;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
    color: #ffffff;
    background: #51a351;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    padding: 7px 20px;
    border-radius: 4px;
    margin: 0px 5px;
}
.btn-purchase a:hover{
    background: #347234;
}
/*end gift card 2 page*/

/*gift card 3 page*/
.gift-card-page-3{
    float: left;
    width: 100%;
}
.gift-card-step-3{
    float: left;
    width: 670px;
    padding: 20px;
    border-radius: 5px;
    border: 2px solid #999;
    margin: 30px;
}
.img-gift-step-3{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.ctn-gift-card-step-3{
    float: left;
    width: 100%;
}
.img-gift-step-3 img{
    width: 100%;
    border-radius: 5px;
}
.ctn-gift-step-3{
    float: left;
    width: 100%;
}
.img-step-3{
    float: left;
    width: 120px;
    margin-right: 30px;
}
.img-step-3 img{
    border-radius: 5px;
}
.ctn-gift-step-3 h2{
    clear: initial;
}
.ctn-gift-step-3 h2 a{
    font-size: 16px;
}
.qr-step-3{
    float: left;
    width: 100%;
}
.qr-step-3 ul{
    float: left;
    width: 300px;
    margin-top: 15px;
}
.qr-step-3 ul li p {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 400;

}
.qr-step-3 ul li p span{
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 500;
    width: 100px;
    float: left;
}
.qr-step-3 ul li p spam{
    color: red;
}
.qr-img{
    float: right;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
}
.qr-note{
    float: left;
    width: 100%;
    margin-top: 20px;
}
.qr-note p{
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
/*end gift card 3 page*/

/* .squaredFour */
.squaredFour {
    width: 20px; 
    position: relative;
    display: inline-block;
    margin-right: 7px;
}
.squaredFour label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    /*background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);*/
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredFour label:after {
    content: '';
    width: 14px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.squaredFour label:hover::after {
    opacity: 0.5;
}
.squaredFour input[type=checkbox], .squaredFour input[type=radio] {
    visibility: hidden;
}
.squaredFour input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.squaredFour input[type=radio]:checked + label:after {
    opacity: 1;
}
.squaredFour label.radio-lb{
    border-radius: 50%;
}
.wpgc_terms{
    margin: 15px auto;
    width: 500px;
    max-height: 150px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 15px;
    display: none;
}
/* end .squaredFour */
.add-ticket span{
    color: #828282;
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto;
    margin-top: 15px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.item-ticket {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.item-ticket .squaredFour {
    width: 20px;
    position: relative;
    display: inline-block;
    margin-right: 7px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.img-item-ticket{
    padding-left: 30px;
}
.img-item-ticket img{
    float: left;
    width: 100%;
    border-radius: 20px;
}
.list-ticket{
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkout-ticket{
    float: left;
    width: 100%;
    text-align: center;
}
.personalize{
    font-size: 14px;
}
.personalize span, .checkout-ticket p{
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.checkout-ticket p a{
    color: red;
}
.checkout-ticket button{
    background: -webkit-linear-gradient(top, #0cbd11 0%, #0f9a12 40%, #076d09 100%);
    background: linear-gradient(to bottom, #0cbd11 0%, #0f9a12 40%, #076d09 100%);
    width: 160px;
    height: 45px;
    border: none;
    border-radius: 4px;
    font-size: 17px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}
/*gift-card-page-1*/

/*booking*/
.white-popup {
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.content-shop-booking {
    float: left;
    width: 100%;
    margin-top: 30px;
    border-radius: 15px;
    background: #F9F9F9;
    padding: 30px;
}
.group-select select {
    color: #545554;
    font-family: Arial;
    font-size: 16px;
    padding-left: 10px;
    height: 34px;
    line-height: normal;
    border-radius: 4px;
    outline: none;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
optgroup {
    font-weight: 700;
    color: #b98656;
    height: 30px;
    float: left;
    width: 100%;
    display: table;
}
.group-select select option{
    color: #515151;
    height: 30px;
    float: left;
    width: 100%;
}
.group-select label{
    float: left;
    width: 100%;
    font-family: 'Roboto', 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 12px;
    color: rgba(0,0,0,.5);
}
.content-shop-booking{
    float: left;

    width: 100%;
}
.datepicker-days{
    padding: 10px;
}
.datepicker-days td.active:hover {
    background-color: #eb6663;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}
.old{
    color: #ccc;
    cursor: no-drop;
}
.fa-calendar{
    font-size: 21px;
    color: #444;
    margin-top: 37px;
    margin-left: 10px;
    float: left;
}
.btn-search{
    float: left;
    width: 100px;
    height: 40px;
    margin-top: 35px;
    margin-left: 30px;
    border: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #850050;
}
.group-select {
    float: left;
    width: 260px;
    margin-right: 30px;
}
.group-select select{
    width: 100%;
}
.box-date{
    margin-right: 0px;
    width: 120px;
}
.add-services{
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
    margin-bottom: 30px;
}
.add-services img{
    margin-top: -4px;
    margin-right: 6px;
}
.item-booking{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}
.removeButton {
    cursor: pointer;
    position: absolute;
    /*left: -35px;*/
    /*top: 6px;*/
}
.infor-booking{
    float: left;
    width: 100%;
    margin: 0px 0px;
    background: #fff;
}
.staff{
    float: left;
    width: 100%;
    padding: 15px;

}
.img-info-staff{
    float: left;
    max-width: 150px;
    margin-right: 15px;
}
.title-staff h2 {
    clear: none;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 6px;
    margin-top: 5px;
}
.title-staff h2 a{
    color: #666;
}
.title-staff span {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    color: #9a8b8b;
}
.info-staff{
    float: left;
    width: 50%;
    margin-bottom: 15px;
}
.time-booking{
    float: left;
    width: 100%;
    padding: 15px;
}
.time-booking p{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.am, .pm{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.am label, .pm label{
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 7px;
}
.am a, .pm a {
    float: left;
    padding: 7px 15px 5px 15px;
    background: #ebebeb;
    margin-right: 7px;
    font-size: 14px;
    margin-bottom: 7px;
    width: 100px;
}
.social-box {
    float: left;width: 100%;
    margin: 10px;
}
.social-box  ul li{
    display: inline-block;
}
.social-box  ul li a{
    background: #000;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    float: left;
    margin-right: 10px;
    text-align: center;
    padding-top: -1px;
    font-size: 15px;
}
.bg-red{
    background: red !important;
}
.bg-blue{
    background: #395C94 !important;
}
.skype{
    background: #AEDCF3 !important;
}
.pinter{
    background: #CA1E2C !important;
}
.style-2{
    display: flex;
}
.style-2 .staff {
    float: left;
    width: initial; 
    padding: 15px;
    display: flex;
}
.style-2 .info-staff {
    float: left;
    width: initial; 
    display: flex;
    min-width: 300px;
}
.style-2 .img-info-staff {
    float: left;
    max-width: 150px;
    margin-right: 15px;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #e9eaea;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 18px;
}
.modal-title {
    margin: 0;
    line-height: 21px;
    font-size: 21px;
    color: #71706e;
    letter-spacing: 1px;
}
.modal-body, .box-account{
    float: left;
    width: 100%;
}
.bg-pop-white {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
}
.box-account h2 {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    font-weight: normal;
    color: #7e7e7e;
    clear: both;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-top: 6px;
}
.border-right{
    border-right: 1px solid #ebebeb;
}
.form-input-md{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.inputbox-type1{
    float: left;
    height: 35px;
    padding-left: 10px;
    width: 100%;
}
.reset-pass{
    float: left;
    width: 100%;
}
#chkRemember{
    margin-right: 4px;
    float: left;
}
.reset-pass a {
    float: right;
    font-weight: bold;
    color: #8a0404;
}
.reset-pass span{
    float: left;
    margin-top: 2px;
}
.modal-content{
    float: left;
}
.modal-footer{
    float: left;
    width: 100%;
    background: #ebebeb;
}
.btn-close{
    border-radius: 0px;
    background: #515151;
    color: #fff;
    border:none;
}
#lnkRegister {
    float: left;
    width: 100%;
    height: 35px;
    border: none;
    background: #d67906;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.btn-close:hover {
    color: #fff;
    background-color: #635757;
    border-color: #adadad;
}
.or{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 3px;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}
.btn-login {
    float: left;
    height: 35px;
    border: none;
    background: #e04a32;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 30px;
    border-radius: 0;
    margin-left: 15px;
}
.btn-login:hover{
    background: #d67906;
    color: #fff;
}
.cont-order p {
    font-weight: bold;
    float: left;
    margin-bottom: 5px;
    margin-right: 30px;
    font-size: 15px;
}
.cont-order p span{
    font-weight: normal;
    margin-left: 5px;
}
.group-p{
    float: left;
    width: 100%;
}
.sdt-customer{
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 7px;
    margin-top: 10px;
}
.sdt-customer select{
    height: 35px;
    border: 1px solid #ccc;
    padding: 0px 15px;
    margin-right: 10px;
    float: left;
}
.sdt-customer input{
    max-width: 200px;
    border: 1px solid #ccc;
}
.comment-customer{
    float: left;
    width: 100%;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    display: flex;
}
.comment-customer label{
    margin-right: 15px;
}
.comment-customer textarea{
    border: 1px solid #ccc;
    width: 250px;
    height: 70px;
}
.note label{
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
    color: #ccc;
}
.white-popup {
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}
.social-login {
    margin: 0px auto;
    width: 300px;
    display: flex;
}
.social-login a {
    width: 50%;
    display: inline-block;
    padding: 15px;
}
.social-login a img{
}
.star-inline span{
    display: inline-block;
}

/*reviews*/
.box-review-shop{
    float: left;
    width: 100%;
    padding: 30px;
}
.add-reviews{
    float: right;
}
.add-reviews a{
    float: right;
    padding: 10px 15px;
    border:1px solid #ebebeb;
    background: rgba(99, 28, 47, 0.48);
    color: #fff;
    margin-top: 15px;
    cursor: pointer;
}
.add-reviews a i{
    margin-right: 7px;
}
.img-care-item h2{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin-bottom: 5px;
}
.box-review-shop .title-care-item{
    margin-top: 25px;
    width: 70%;
}
.user-comment .img-care-item {
    float: left;
    width: 150px;
    height: 175px;
    overflow: hidden;
    text-align: center;
}
.add-review-star{
    float: left;
    width: 100%;
}
.add-review-star label{
    font-size: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.add-review-star span{
    font-size: 20px;
}
.add-review-comment label{
    font-size: 16px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 25px;
}
.add-review-comment textarea{
    float: left;
    width: 100%;
    padding: 10px;
    min-height: 150px;
}
.content-wrap-show .shop-themes {
    float: left;
    width: 100%;
    margin: 0px 0px;
}
.bg-shop-special {
    background: #eceaea;
    background-size: 100%;
    float: left;
    width: 100%;
    background-position: 0px 0px;
    /* background-color: #5e1439; */
}
.mfp-close {
    right: 12px;
    top: 20px;
}
.btn-close {
    border-radius: 0px;
    background: #515151 !important;
    color: #fff !important;
    border: none;
    width: 80px;
    font-size: 12px;
    text-transform: uppercase;
    top: 14px;
    height: 35px;
    line-height: 35px;
    right: 30px;
}
.modal-footer, .modal-header {
    position: relative;
}
.left-ctn-book{
    float: left;
    width: 100%;
}
.btn-item-booking{
    float: left;
}
.left-ctn-book .item-booking .group-select, .left-ctn-book .item-booking .btn-item-booking{
    width: 33.333%;
    float: left;
    margin-right: 0px;
    padding-right: 30px;
    position: relative;
}
.left-ctn-book .item-booking:first-child > .group-select:after {
    content: "";
    height: 60px;
    width: 1px;
    background: #ccc;
    position: absolute;
    right: 14px;
    top: 28px;
}
.group-select label {
    float: left;
    width: 100%;
    font-family: 'Roboto', 'Roboto Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px;
    color: rgba(49, 25, 25, 0.81);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.left-ctn-book .item-booking .btn-item-booking{
    padding-right: 0px;
}
.group-select select {
    width: 100%;
    display: block;
    padding: 9px 12px;
    width: 100%;
    border: 1px solid #ccc;
    color: #454545;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 40px;
}
.box-date label {
    float: left;
    width: 100%;
    font-family: 'Roboto', 'Roboto Light', sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 12px;
    color: rgba(49, 25, 25, 0.81);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.box-date input {
    width: 100%;
    display: block;
    padding: 9px 12px;
    width: 100%;
    border: 1px solid #ccc;
    color: #454545;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    height: 40px;
}
.box-date{
    width: 100%;
}
.box-date .fa-calendar{
    position: absolute;
    margin-top: 0px;
    right: 20px;
    top: 45px;
    font-size: 18px;
    color: #ccc;
}
.btn-form-booking{
    float: left;
    width: 100%;
    text-align: center;
}
.btn-form-booking .btn-search {
    float: initial;
    width: 115px;
    height: 34px;
    margin-top: 10px;
    margin-left: 0px;
    border: none;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    background: #41AFAA;
    background: -moz-linear-gradient(top, #41AFAA 0%, #5FC8C2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41AFAA), color-stop(100%,#5FC8C2));
    background: -webkit-linear-gradient(top, #41AFAA 0%,#5FC8C2 100%);
    background: -o-linear-gradient(top, #41AFAA 0%,#5FC8C2 100%);
    background: -ms-linear-gradient(top, #41AFAA 0%,#5FC8C2 100%);
    background: linear-gradient(to bottom, #fc099b 0%,#850050 100%);
    border-radius: 18px;
}
/* end booking*/

#owl-our-services .owl-prev {
    position: absolute;
    top: 30%;
    left: -5px;
    color: #fff;
    font-size: 39px;
}
#owl-our-services .owl-next{
    position: absolute;
    top: 30%;
    right: -5px;
    color: #fff;
    font-size: 39px;
}

/*list-services style 2*/
.list-services-style-2 .item-services{
    float: left;
    width: 50%;
    border-bottom: none;
}
.news-page-stl{
    margin: 20px 0px;
}
.news-page-stl .listnews .list-item{
    float: left;
    width: 33.33333%;
    padding: 0px 15px;
    margin-bottom: 30px;
}
.news-page-stl .listnews{
    margin: 0px -15px;
}
.news-page-stl .listnews .list{
    margin-top: 50px;
    float: left;
    width: 100%;
}
.list-content-img{
    float: left;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}
.list-content-img img{
    position: absolute;
    min-width: 100%;
    height: 100%;
    max-width: initial;
}
.list-content-title{
    float: left;
    width: 100%;
}
.list-content-title a {
    color: #3d3131;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 9px;
    height: 45px;
    overflow: hidden;
}
.list-content-title a:hover{
    color: #f60124;
}
.list-content-detail{
    float: left;
    width: 100%;
}
.list-content-detail p{
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto;
    text-align: justify;
    height: 105px;
    overflow: hidden;
}
.list-content-detail span{
    float: left;
    width: 100%;
    margin-bottom: 8px;
    color: #ccc;
}
.list-content-detail span i {
    margin-right: 10px;
    margin-top: 0px;
    margin-left: 0px;
    font-size: 16px;
    color: #ccc;
}
.view-detail-news{
    float: left;
    display: inline-block;
    margin-top: 15px;
    padding: 7px 20px;
    background: #900057;
    color: #fff;
    border-radius: 4px;
}
.view-detail-news:hover{
    color: #fff;
}
.blog-wrapper h1{
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-wrapper h1 a{
}
.interview{
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.interview .fa-calendar{
    font-size: 14px;
    margin-top: 1px;
    margin-right: 10px;
    color: #aaa;
    margin-left: 0px;
}
.item-news-related .fa-calendar{
    font-size: 14px;
    margin-top: 1px;
    margin-right: 10px;
    color: #aaa;
    margin-left: 0px;
}
.interview p{
    color: #aaa;
}
.item-coupon {
    text-align: center;
    margin-bottom: 60px !important;
}
.print-me {
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    background: #ffffff;
    border: 1px solid #fa5f87;
    color: #2f2828;
}
.print-me i{
    margin-right: 8px;
}
.print-me:hover{
    text-align: center;
    display: inline-block;
    padding: 8px 15px;
    background: #fe88a0;
    border: 1px solid #fa5f87;
    color: #fff;
}
.news-page-stl .listnews-style2 .list-item{
    width: 100%;
}
.news-page-stl .listnews-style2 .list-content-img {
    float: left;
    width: 230px;
    height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    left: 0px;
}
.news-page-stl .listnews-style2 .list-content-body{
    padding-left: 260px;
}
.news-page-stl .listnews-style2 .list-content-detail p {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    font-family: Roboto;
    text-align: justify;
    height: initial;
    overflow: hidden;
}
.news-page-stl .listnews-style2 .list-content-title a {
    color: #3d3131;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    width: 100%;
    margin-bottom: 9px;
    height: initial;
    overflow: hidden;
}
.news-page-stl .listnews-style2 .view-detail-news {
    float: left;
    display: inline-block;
    margin-top: 9px;
    padding: 7px 0px;
    background: transparent;
    color: #f60124;
    border-radius: 4px;
    text-decoration: underline;
    font-style: italic;
}
.news-page-stl .listnews-style2 .view-detail-news:hover{
    color: #333;
}
.news-page-stl .listnews-style2 .list-content-title a:hover{
    color: #f60124;
}
/*end list-services style 2*/

.title-standard .description{
    text-align: center;
    font-size: 16px;
    margin-top: -10px;
}
.ctn-gallery-instagram{
    float: left;
    width: 100%;
    margin: 30px 0px;
    position: relative;
    z-index: 999;
}
.ctn-gallery-instagram ul {
    background: #fff;
    padding: 3px;
}
.ctn-gallery-instagram ul li {
    width: 14.28571428571429%;
    float: left;
    padding: 3px;
    background: #fff;
}
.ctn-gallery-instagram ul li img {
    width: 100%;
}
.content-side-menu{
    z-index: 999;
}
/*.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.mfp-close-btn-in .mfp-close{
    cursor: pointer;
}*/
#alert-box{
    opacity: 0.924224;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 60px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
}
#yj-alert{
    width: 300px;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #ccc;
    padding: 30px 20px 20px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
    font-size: 16px;
}
.yj-closeFlash{
    position: absolute;
    top: 0px;
    right: 6px;
}
.ico{display:inline-block;
     font:normal normal normal 14px/1 FontAwesome;
     font-size:inherit;
     text-rendering:auto;
     -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale;
     transform:translate(0, 0)
}
.ico-refrest:before{content:"\f021"}
#yw0_button{
    position: absolute;
    right: -22px;
    top: 13px;
}

/* services 2*/
.services-style-2{
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.title-services-2 {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    margin: 15px 0px;
    position: relative;
}
.title-services-2:after{
    content: "";
    position: absolute;
    bottom: -22px;
    left: 0px;
    width: 100%;
    height: 10px;
    background: url(../../themes/fnail03d/assets/images/mod-line.png) no-repeat;
}
.box-services-left {
    float: left;
    width: 100%;
    padding-left: 45px;
    padding-right: 50px;
}
.item-services-2 {
    float: left;
    width: 100%;
    padding-bottom: 25px;
}
.item-services-2 h3 {
    font-weight: 600;
    font-size: 20px;
    color: #ff0000;
    text-transform: uppercase;
    font-family: Open Sans;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 23px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 17px;
}
.item-services-2 ul{
    float: left;
    width: 100%;
}
.item-services-2 ul li {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-top: 5px;
}
.item-services-2 ul li p {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
}
.item-services-2 ul li p span {
    margin-left: 0px;
    font-size: 14px;
    color: #ff0101;
}
.item-services-2 ul li div {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    color: #999;
}
.item-services-2 ul li p span spam{
    text-decoration: line-through;
    font-size: 13px;
    letter-spacing: 1px;
    margin-left: 9px;
    color: #888;
}
.item-services-2 ul li a.view-more{
    padding: 4px 16px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 13px;
    max-height: 30px;
    text-transform: uppercase;
    white-space: nowrap;
}
.item-services-2 ul li a.view-more:hover{
    background: #333;
    color: #fff;
}
.table-list-services{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.item-table-services{
    float: left;
    width: 100%;
    margin-bottom: 12px;
}
.item-table-services label {
    float: left;
    width: 50%;
    color: #ff6600;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
}
.price-services {
    float: left;
    width: 100px;
    color: #ff6600;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
    line-height: 29px;
    margin-top: -5px;
}
.manicure-services{
    float: right;
    color: #ff6600;
    font-size: 14px;
    font-weight: 600;
    font-family: Open Sans;
}
.box-services-right{
    float: left;
    width: 100%;
    padding-left: 70px;
}
.banner-services-2{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.banner-services-2 img{
    width: 100%;
}
.item-services-2 ul li div p span{
    text-align: justify;
}
.sec-1-services{
    float: left;
    width: 100%;
    display: flex;
}
.sec-2-services{
    float: left;
    width: 100%;
}
.sec-1-right{
    text-align: right;
}
.item-services-2 ul li .sec-1-right p{
    margin-bottom: 10px;
}
/*end services 2*/

.mwidget{
    width: 100%;
    float: left;
}
.mwidget .mwcontent{
    width: 100%;
    float: left;
}

.module-position{
    width: 100%;
    float: left;
}
.img-item-list-gallery img {
    width: 100%;
}
.title-standard h2 {text-align: center !important;} 
.read-more{text-align: center !important;}
.item-services-2 ul li p{
    padding-left:10px; padding-right:10px; color:#828282; font-size:13px;
}

/***************fix service child ************/
li.list_child a {
    padding-left: 35px !important;
    position: relative;
}
li.list_child a:hover {
    text-decoration: none;
}

li.list_child a:before {
    position: absolute;
    content: "- ";
    top: 15px;
    left: 25px;
}

.pagination_v1 ul li {
    float: none !important;
}
/***************End fix service child***********/

@media(max-width:480px){
#owl-demo .item img,#owl-demo p{width:100% !important}
}
.abc .owl-pagination{
text-align: center;
    padding-top: 20px;
}
.abc #owl-demo .item {
    margin: 3px;
width:100%;
}
.abc .owl-item{
border:5px solid rgba(204, 204, 204, 0.47);
padding:10px;
}
#owl-demo .item img {
    display: block;
    width: 25%;
    height: auto;
    float:left;

border:10px solid rgba(255, 255, 255, 0.3);
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}
.review{
    padding-top:50px;
}
.abc .owl-item p {
   width:90%;
   text-align:center;
   color:#FFF;
   font-size:15px;
}
.abc .owl-item a {
    color: #FFF;font-size: 150%;  
}
.company_address br{
    display:none;
}

/*////////////// GALLERY ///////////////*/
.gallery-item{
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    
}
.gallery-item>span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
     background-position: top left;
    transition:transform 0.25s ease;
    padding-bottom: 75%;
}
.gallery-item:hover>span{
    transform:scale(1.1) rotate(-5deg);
}
.social-item-gallery a.gallery-item1{
    display: block;
}
.img-item{
    overflow: hidden;
}
.img-item>a>span{
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
     background-position: top left;
    transition:transform 0.25s ease;
    padding-bottom: 75%;
}
.bg-about-us{
    /*background: url('/themes/fnail03d/assets/images/img1-1488354810.png') bottom right no-repeat;*/
}
.video_intro iframe{
    width: 100%;
    height: 250px;
}


/***** Cart **********/
/* Order Page*/


.cart-table ul li:first-child {
    border-bottom: 1px solid #dedede;
    width: 100%;
}

.cart-table .ui-inputText:focus {
    border: 1px solid #00c8b4;
}

.cart-table {
    background-color: #f6f6f6;
}

.cart-table thead tr th {
    background: #fff;
    border: medium none !important;
    color: #333333;
    height: 40px;
    margin-bottom: 10px;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
}

.cart-table thead tr th.product {
    min-width: 320px;
}

.cart-table thead tr th.price {
    min-width: 100px;
}

.cart-table thead tr th.qty {
    min-width: 100px;
}

.cart-table thead tr th.add-cart {
    min-width: 250px;
}

.cart-table thead tr th.remove {
    min-width: 90px;
}

.cart-table tbody tr td {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 2px;
    padding: 10px 0;
    text-align: left;
}

.cart-table tbody tr:first-child td {
    /*padding-top: 30px;*/
}

.cart-table tbody tr:last-child td {
    padding-bottom: 5px;
    border-bottom: none;
}

.cart-table .cart-product img {
    border: 1px solid #f3f3f3;
    display: block;
    float: left;
    margin-right: 25px;
    width: 93px;
}


.cart-table .cart-product .details a {
    color: #606060;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.cart-table .cart-product .details a:hover {
    color: #7ac2d7;
    text-decoration: none;
}

.cart-table .cart-product .details p {
    margin: 0;
    font-weight: bold;
}

.cart-table .cart-price {
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.cart-table .cart-stock {
    color: #606060;
    text-transform: uppercase;
}


/*.cart-table .cart-pro-remove {
    background-color: transparent;
    border: 1px solid #999999;
    border-radius: 50%;
    color: #606060;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    outline: none;
}*/

.cart-table .cart-pro-remove:hover {
    color: #7ac2d7;
}

.cart-table .cart-pro-remove i {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-left: 35px;
}

.cart-table .ui-inputText {
    color: #333;
    transition: .3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    width: 50%;
    padding: 0.6em;
}

.cart-table-ver1 .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.cart-table-ver1 {
    background-color: #f6f6f6;
    padding-top: 15px;
    padding-left: 15px;
}

.cart-table-ver1 .table>tbody>tr>td {
    border-top: none;
}

.cart-table-ver1 .table-striped>tbody>tr:nth-child(odd)>td {
    background-color: #fff;
}

.cart-table tr:first-child td {
    background-image: none;
}

.cart-table table tr:hover td {
    background-color: transparent;
}

.cart-table p {
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}

.cart-table p.mgr_100 {
    margin-right: 100px;
}
.btn_cart_order {
    background-color: #850050;
    border-radius: 0px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato',sans-serif;
    font-variant-ligatures: common-ligatures;
    padding: 10px 20px;
    font-size: 14px;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,600,700|Open+Sans:300,400,600');

/* Header module */
img{
    max-width: 100%;
}
.bg_grey {
    background-color: #f5f5f5;
}

.nails_logo {
    height: 100px;
    line-height: 100px;
}

.heaader_top_v1 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 5px;
}

.heaader_top_v1 ul li {
    display: inline-block;
}

.heaader_top_v1 ul li a {
    color: #ffb795;
}

.heaader_top_v1 ul li+li {
    margin-left: 15px;
}

.heaader_top_v1 li.registry_ver_1 a {
    text-decoration: none;
}

.header_wrap.scroll_header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #ffc267;
    box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.heaader_top_v1 ul {
    margin-bottom: 0;
}

.heaader_top_v1 li.registry_ver_1 span.count {
    margin-left: 5px;
    background: #ffc267 none repeat scroll 0 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    position: relative;
}

.heaader_top_v1 li.registry_ver_1 .dropdown_menu_pos {
    left: auto;
    right: auto;
}

.heaader_top_v1 li.registry_ver_1 .dropdown_menu_pos.dropdown-menu.with_arrow::before {
    left: auto;
    right: 110px;
    margin: -7px 25px 0 0;
}

.heaader_top_v1 li.registry_ver_1 .dropdown-menu.with_arrow::before {
    border-bottom: 7px solid #fff;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.heaader_top_v1 li.registry_ver_1 span.count::after {
    right: 99%;
    top: 51%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 194, 103, 0);
    border-right-color: #ffc267;
    border-width: 8px;
    margin-top: -7.8px;
}

.heaader_top_v1 li.registry_ver_1 .img_user {
    width: 32px;
    height: 32px;
}

.heaader_top_v1 li.registry_ver_1 .dropdown>.dropdown-menu {
    margin-top: 15px;
    border-radius: 0;
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.15);
    margin: 1px 0 0 0;
    padding: 0;
    border: 1px solid #e9e9e9;
}

.heaader_top_v1 li.registry_ver_1 ul.head_list li {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.heaader_top_v1 li.registry_ver_1 ul.head_list li i {
    margin-right: 5px;
}

.heaader_top_v1 li.registry_ver_1 ul.head_list li+li {
    margin-left: 0;
}

.main_nav_v1 ul li a {
    color: #3e3e3e;
}

.main_menu_v1 {
    display: flex;
    justify-content: flex-end;
}

.main_menu_v1 li.drop {
    position: relative;
}

.main_menu_v1 li+li {
    margin-left: 36px;
}

.main_menu_v1>li>a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    height: 104px;
    line-height: 104px;
    text-transform: uppercase;
}

.main_menu_v1 li.drop {
    position: relative;
}

.main_menu_v1 li.drop ul.dropdown {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 200px;
    z-index: 999;
    top: 120%
}

.main_menu_v1 li.drop:hover ul.dropdown {
    opacity: 1;
    visibility: visible;
    top: 90%;
}

.main_menu_v1 ul.dropdown li {
    border-bottom: 1px solid #f4f4f4;
    display: block;
}

.main_menu_v1 ul.dropdown li a {
    background: #ffffff none repeat scroll 0 0;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 20px 6px 25px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.main_menu_v1 li.drop ul.dropdown:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
    left: 10px;
}

.main_menu_v1 .dropdown>li {
    margin: 0;
}

.main_menu_v1 li.drop ul.dropdown li:hover>a {
    background: #fafafa none repeat scroll 0 0;
    color: #222222;
}

.mobile_menu_container_v1 {
    position: relative;
}

.mobile_logo {
    align-items: center;
    display: flex;
    height: 52px;
    left: 0;
    padding-left: 15px;
    position: absolute;
    top: 0;
    z-index: 9999999;
}


/*About Homepage module*/

.ptb_90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.about_thumb_v1 {
    display: flex;
}

.about_thumb_v1 .thumb_img {
    padding-left: 25px;
    padding-top: 20px;
    position: relative;
    width: 100%;
}


/*.about_thumb_v1 .thumb_img::before {
    background: #ffc267 none repeat scroll 0 0;
    content: "";
    height: calc(100% - 80px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}*/

.about_thumb_v1 .thumb_text {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    text-align: center;
    width: 80px;
}

.about_thumb_v1 .thumb_text::before {
    background: #ffc267 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: calc(100% - 20px);
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.about_text_home_v1 {
    width: 80px;
    writing-mode: sideways-lr;
}

.about_text_home_v1 h3 {
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.about_box_right {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.05);
    padding: 90px 58px 70px;
}

.about_box_right h2 {
    text-align: center;
    font-size: 30px;
    color: #252525;
    line-height: 33px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.about_box_right p{
    font-size: 16px;
    margin-bottom: 43px;
    margin-top: 6px;
    color: #ffc267;
    text-align: center;
}

.about_box_right .about_details_home {
    padding-bottom: 38px;
}
/*
.about_box_right div > p:nth-child(n)
{
    font-size: 14px !important;
    text-align: left !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

.about_box_right div > p + p {
    margin-top: 22px;
}

.about_box_right div:last-child{
    margin-top: 5px;
    text-align: center;
}
*/
.about_box_right .about_details_home p {
    font-size: 14px;
    text-align: left;
    color: #333;
    margin-bottom: 15px;
}

.about_box_right .about_details_home p+p {
    margin-top: 22px;
}

.about_box_right .sign_writter {
    margin-top: 5px;
    text-align: center;
}

/* Service module*/

.our_service_title {
    margin-bottom: 90px;
}

.our_service_title h2.section_title,
.coupon_title h2.section_title,
.gallery_title h2.section_title,
.appoinment_title h2.section_title,
.news_trend_v1 h2.section_title,
.about_us_v1 h2,
.services_table h2.section_title,
.booking_services_v1 h2.section_title,
.booking_staff_title h2.section_title {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.our_service_title p.section_details,
.coupon_title p.coupon_deatails,
.gallery_title p.section_details,
.news_trend_v1 p.news_details {
    color: #252525;
    text-align: center;
}

.single_service_area {
    padding: 32px 44px;
    transition: all 0.3s ease 0s;
    background: #fff none repeat scroll 0 0;
    text-align: center;
}

.single_service_area:hover {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.05);
}

.single_service_area .thumb_img {
    width: 150px;
    margin: 0 auto;
    height: auto;
}

.single_service_area .thumb_img img {
    margin-top: -100px;
    margin-bottom: 11px;
    border: 8px solid rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.single_service_area .service_tit {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.single_service_area .btn_book_service {
    margin: 0 auto;
}

.single_service_area .btn_book_service a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single_service_area .btn_book_service a {
    background-color: #ffc267;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    text-decoration: none;
    margin-bottom: -15px;
    margin-left: 90px;
}

.single_service_area .btn_book_service a:hover {
    color: #fff !important;
}

.services_item_v1 .price_service_v1 {
    color: #ffc267;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    font-variant-ligatures: common-ligatures;
    font-size: 18px;
    margin-left: 5px;
}


/* Open Hours module*/

.cbox_open_hour_v1 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05), 0 10px 10px rgba(0, 0, 0, 0.05);
    padding: 90px 58px 70px;
}

.cbox_open_hour_v1 h2.section_title {
    color: #252525;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.cbox_open_hour_v1 .list_days {
    margin-top: 30px;
}

.cbox_open_hour_v1 .list_days li {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.cbox_open_hour_v1 .list_days li+li {
    margin-top: 20px;
}

.cbox_open_hour_v1 .list_days li span {
    margin-left: 10px;
}

.open_hour_thumb {
    width: 150px;
    margin: 0 auto;
    height: auto;
}

.open_hour_thumb img {
    margin-top: -150px;
    margin-bottom: 11px;
    border: 8px solid rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button_slide_book {
    opacity: 1;
    transform: translateX(0%);
    transition: all 1s ease-in-out 1.4s;
}

.button_slide_book .btn_book_open {
    padding: 0 22px;
    height: 45px;
    line-height: 45px;
    background: #ffc267 none repeat scroll 0 0;
    text-decoration: none;
    color: #fff !important;
}

.box_right_open_hour h2.section_title {
    margin-bottom: 20px;
}


/*Coupon Page module*/

.coupon_page_v1 {
}

.coupon_img_v1 {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border: 3px solid #fff;
}

.coupon_img_v1 .img_size {
    width: 100%;
}

.coupon_img_v1 img {
    webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.coupon_img_v1:hover img {
    -webkit-transform: scale(1.2) rotate(5deg);
    -ms-transform: scale(1.2) rotate(5deg);
    -o-transform: scale(1.2) rotate(5deg);
    transform: scale(1.2) rotate(5deg);
}

.content_coupon {
    position: absolute;
    top: 15%;
    right: 10%;
}

.content_coupon h3 {
    font-size: 2rem;
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.content_coupon .coupon_deal_v1 {
    font-size: 20px;
    letter-spacing: 5px;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
    color: #252525;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.coupon_code_v1 {
    margin-top: 20px;
}

.mgb-50 {
    margin-bottom: 50px;
}

.port-filter-nav {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.port-filter-nav li {
    cursor: pointer;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    transition: 0.3s;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.port-filter-nav li+li {
    margin-left: 22px;
    padding-left: 25px;
}

.port-filter-nav li.is-checked {
    color: #ffc267;
}

.pro-item:nth-child(-n+3) {
    margin-bottom: 30px;
}

.our-portfolio,
.blog-front {
    position: relative;
}

.our-hover-information,
.blog-hover-info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.our-hover-information::before,
.blog-hover-info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.our-portfolio:hover .our-hover-information::before,
.single-blog-wrap:hover .blog-hover-info::before {
    opacity: 0.5;
    visibility: visible;
}

.our-hover-action,
.blog-hover-action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.our-hover-action a,
.blog-hover-action a {
    border: 1px solid #ffc267;
    border-radius: 100%;
    display: block;
    height: 50px;
    line-height: 55px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}

.our-hover-action a i,
.blog-hover-action a i {
    color: #ffc267;
    font-size: 24px;
    line-height: 20px;
}

.our-portfolio:hover .our-hover-action a,
.single-blog-wrap:hover .blog-hover-action a {
    opacity: 1;
    visibility: visible;
}

.our-hover-action a:hover,
.blog-hover-action a:hover {
    background: #ffc267 none repeat scroll 0 0;
    border: 1px solid #ffc267;
}

.our-hover-action a:hover i,
.blog-hover-action a:hover i {
    color: #fff !important;
}

.our-port-filter-nav.our-port-filter-nav-2 {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.mgt_50 {
    margin-top: 50px;
}

.mt_40 {
    margin-top: 40px;
}

.appoinment_form .input-box {
    display: flex;
}

.appoinment_form .input-box>input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #909090;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    width: 50%;
    font-size: 14px;
    font-family: Lato;
    font-weight: 400;
}

.appoinment_form form select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    background-image: url("../../themes/fnail03d/assets/assets/img/select-option.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.appoinment_form form select option {
    padding-left: 20px;
}

.appoinment_form .input-box select {
    border: 1px solid transparent;
    color: #909090;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    margin-left: 30px;
    padding-left: 20px;
    width: 50%;
    line-height: 45px;
}

.appoinment_form .input-box>input+input {
    margin-left: 30px;
}

.appoinment_form .input-box+.input-box {
    margin-top: 30px;
}

.appoinment_inner {
    margin-top: 40px;
}

.book_appoin_btn {
    margin-top: 18px;
    margin-top: 18px;
}

.book_appoin_btn a {
    text-decoration: none;
}


/*News Trend module*/

.box_news_details ul li,
.news_trend_details ul li {
    display: inline-block;
}

.box_news_details ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #333;
    text-decoration: none;
}

.news_trend_details ul li a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #333;
    text-decoration: none;
}

.box_news_details ul li a.border_right_post,
.box_news_details ul li a i,
.news_trend_details ul li a.border_right_post,
.news_trend_details ul li a i {
    color: #bf9456;
}

.box_news_details ul li a i {
    padding-right: 5px;
    font-size: 15px;
}

.box_news_details ul li+li,
.news_trend_details ul li+li {
    margin-left: 5px;
}

.box_news_details ul li:hover a,
.news_trend_details ul li:hover a {
    color: #ffc267;
}

.box_news_details ul,
.news_trend_details ul {
    padding-bottom: 23px;
}

.box_news_details ul,
.news_trend_details ul {
    border-color: -moz-use-text-color;
    border-style: none none dashed;
    border-width: 0 0 1px;
    border-color: #dedede;
    margin-bottom: 17px;
    margin-top: 17px;
}

.box_news_details ul li a {
    color: #777777;
    font-size: 12px;
}

.news_trend_details h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
}

.news_trend_details h5 a {
    text-decoration: none;
}

.news_trend_details ul li a i {
    font-size: 13px;
    padding-right: 5px;
}

.news_trend_details ul li a {
    color: #777777;
    font-size: 12px;
    text-transform: uppercase;
}

.box_news_details .border_right_post,
.news_trend_details .border_right_post {
    position: relative;
}

.box_news_details .border_right_post::after {
    border: 1px solid #ffc267;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 3px;
}

.box_news_details ul li a,
.news_trend_details ul li a {
    padding-right: 10px;
}

.news_trend_details ul li {
    margin-top: 20px;
}

.news_hover_action a {
    border: 1px solid transparent;
    display: block;
    height: auto;
    line-height: 0;
    width: auto;
}

.news_trend_details .border_right_post::after {
    border: 1px solid #ffc267;
    content: "";
    height: 10px;
    position: absolute;
    right: -10px;
    top: 3px;
}

.news_trend_details .read_more {
    font-size: 12px;
    display: block;
    padding-bottom: 23px;
}

.news_trend_details .read_more {
    text-decoration: none;
    color: #777777;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: 400;
}

.news_trend_details a.read_more:hover {
    color: #ffc267;
}

.news_hover_action>a i {
    font-size: 70px;
}

.news_hover_action a:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #ffc267;
}

.news_trend_title a {
    display: block;
    font-size: 13px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.news_trend_thumb img {
    width: 100%;
    height: 228px;
}

.news_post_date {
    display: flex;
    justify-content: space-between;
}

.news_post_date li {
    color: #909090;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
}

.news_post_date li i {
    color: #909090;
    margin-right: 6px;
}

.news_post_date li span {
    color: #909090;
}

.news_trend_details {
    border: 1px solid #dfdfdf;
    padding: 27px 20px 10px;
    background-color: #f7f7f7;
}

.news_front {
    position: relative;
}

.news_hover_info {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.news_hover_info::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: -1;
}

.single_news_trend:hover .news_hover_info::before {
    opacity: 0.5;
    visibility: visible;
}

.news_hover_action {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.news_hover_action a {
    border: 1px solid #ffc267;
    border-radius: 100%;
    display: block;
    height: 50px;
    line-height: 55px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 50px;
}

.news_hover_action a i {
    color: #ffc267;
    font-size: 24px;
    line-height: 20px;
}

.single_news_trend:hover .news_hover_action a {
    opacity: 1;
    visibility: visible;
}

.news_hover_action a:hover {
    background: #ffc267 none repeat scroll 0 0;
    border: 1px solid #ffc267;
}

.news_hover_action a:hover i {
    color: #fff !important;
}

.newsletter_area_v1 {
    position: relative;
    bottom: -60px;
}

.newsletter_v1_inner {
    margin: 0 15px;
    background-color: #ffc267 !important;
}

.newsletter_v1_inner .newsletter_tile {
    font-size: 23px;
    font-weight: 700;
    height: 120px;
    line-height: 120px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.nws_input_box {
    height: 120px;
    line-height: 120px;
}

.nws_input_box input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #eeeeee;
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 1px;
    padding-left: 10px;
    width: 100%;
    outline: none;
}

.newsletter_v1_inner .sing_up_btn {
    align-items: center;
    display: flex;
    height: 120px;
    justify-content: flex-end;
}

.newsletter_v1_inner .sing_up_btn button {
    border: none;
    outline: none;
}


/*Footer module*/

.footer_top_v1 {
    padding-top: 130px;
    background-color: #131313;
    padding-bottom: 80px;
}

.single_footer_widget p {
    color: #fff;
}

.footer_logo_v1 {
    margin-bottom: 14px;
}

.single_footer_widget .social_icon {
    display: flex;
    margin-top: 44px;
}

.single_footer_widget .social_icon li a {
    border: 1px solid #a4a4a4;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 27px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    color: #fff;
}

.single_footer_widget .social_icon li+li {
    margin-left: 14px;
}

.single_footer_widget h5 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.single_footer_widget ul {
    margin-top: 43px;
}

.single_footer_widget ul li {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.single_footer_widget p.line_top {
    margin-top: 40px;
}

.footer_address_area_v1 {
    margin-top: 45px;
}

.single_address_v1 {
    color: #fff;
    display: flex;
}

.single_address_v1 .footer_icon_v1 {
    margin-top: 5px;
}

.single_address_v1 .footer_icon_v1 a {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    color: #ffc267;
    height: 30px;
    line-height: 28px;
    margin-right: 14px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: block;
}

.footer_address_v1 p {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.single_footer_widget .box_fanpage_fb {
    margin-top: 10px;
}


/*Services module*/

.breadcrumbs_area {
    padding-top: 100px;
    padding-bottom: 100px;
}

h2.page_title {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
}

.breadcrumbs>ul li {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.breadcrumbs>ul li a {
    color: #f8c12c;
    padding-right: 17px;
    position: relative;
    text-decoration: none;
}

.breadcrumbs ul li a::after {
    background-color: #5b5b5b;
    content: "";
    font-size: 8px;
    height: 15px;
    margin-left: 11px;
    position: absolute;
    right: 5px;
    top: 0;
    transform: rotate(33deg);
    width: 1.5px;
}

#working-hours {
    background: rgba(0, 0, 0, 0) url("../../themes/fnail03d/assets/assets/img/working-hours.jpg") no-repeat scroll center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
}

.parallex {
    color: #fff !important;
    position: relative;
    z-index: 44;
}

.section-padding {
    padding: 120px 0;
}

.parallex::before {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.open_timings {
    padding-top: 30px;
}

/*
.open_timings ul>li {
    background: #d6b161 none repeat scroll 0 0 !important;
    color: #fff !important;
    display: inline-block !important;
    float: left !important;
    height: 200px !important;
    margin-right: 22px !important;
    text-align: center !important;
    width: 140px !important;
}

.work_timings .icon-set {
    position: relative;
}
*/

.open_timings p:nth-child(odd) {
    font-size: 36px;
    line-height: 136% !important;
    margin-top: 70px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.open_timings li {
    background: #d6b161 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    height: 200px;
    margin-right: 22px;
    text-align: center;
    width: 140px;
}

.open_timings .icon-set {
    position: relative;
}

.open_timings .days {
    font-size: 36px;
    line-height: 136% !important;
    margin-top: 70px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
}

.open_timings .day-time {
    font-family: "Open Sans", sans-serif;
}

.open_timings p:nth-child(even) {
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.icon-set i {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px !important;
    margin-top: -16px;
}

.work_timings .closed {
    background: #343434 none repeat scroll 0 0 !important
}

.services_item_v1 a {
    text-decoration: none;
    font-size: 16px;
    color: #252525;
}

.services_item_v1 .btn_2 {
    padding: 0 15px !important;
    color: #fff !important;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.services_item_v1 {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
}

.services_item_v1 .line_item_v1 {
    display: flex;
}

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

.box_book_price ul li:nth-child(2) {
    border-top: 1px dashed #dedede;
}

.box_book_price ul li:first-child {
    float: right;
    border-bottom: 0;
}

.box_book_price ul li:last-child {
    border-bottom: none;
}

.services_item_v1 .line_item_v1 .just_start_line {
    width: 100%;
}

.services_table {
    padding-bottom: 90px;
}

.ui-tabs .ui-tabs-nav {
    margin: 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    white-space: nowrap;
    margin-bottom: 4px
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .3em 1em;
    text-decoration: none
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    padding: 13.5px 0!important;
    border-radius: 2px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background-color: #ffc267 !important;
}

.ui-dialog,
.ui-menu,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor:focus,
li.ui-state-default.ui-corner-left:focus {
    outline: 0
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .3em 1em;
    text-decoration: none
}

.ui-state-active a {
    color: #fff !important;
    width: 100%;
}

.ui-state-default a {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #e6e6e6;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
    background: #ffc267;
}

.breadcrumb-image {
    background: rgba(255, 25, 25, 0) url(../../themes/fnail03d/assets/assets/img/working-hours.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}


/*About module*/

.about_us_v1 {
    padding-top: 90px;
}

.about_us_v1 h2 {
    margin-bottom: 40px !important;
}

.about_us_v1 p {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
}


/*Contact module*/

.contact_us_v1 {
    padding-top: 90px;
    padding-bottom: 60px;
}

.contact_us_v1 .form-group {
    margin-bottom: 20px;
}

.contact_us_v1 .form-control,
.booking_nails_v1 .form-control,
.booking_nails_v1 .group_select select {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 15px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.contact_us_v1 button {
    border: 0;
    outline: none;
}

.hs-btn.btn_contact {
    color: #fff !important;
}

.contact_info>ul>li {
    backface-visibility: hidden;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
    width: 100%;
}

.contact_info>ul strong {
    color: #232323;
    display: block;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.contact_info>ul p {
    margin-top: -5px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 28px;
}

.contact_info>ul p:last-child {
    margin-bottom: 0;
}

.contact_info .btn_contact {
    padding-bottom: 50px;
}

#map {
    height: 400px;
}

.thumb_img_appoiment .pdf_0 {
    padding-left: 0;
}

.service_gallery li a {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.tab_gallery ul.service_gallery {
    padding-top: 0;
}

.tab_gallery .service_gallery li.ui-corner-left {
    margin-bottom: 15px;
}

ul.service_gallery li {
    float: left;
}

.tab_gallery ul.service_gallery {
    padding-top: 0
}

.tab_gallery ul.service_gallery li img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.tab_gallery li img:hover {
    opacity: .85
}


/*Gallery module*/

.gallery_box_page {
    padding-top: 90px;
}

#portfolio {
    background: #fafafa none repeat scroll 0 0;
}

/*End Filter Transparent Style*/

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

ul#portfolio-grid li img {
    width: 100%;
}

ul#portfolio-grid>li {
    float: left;
    display: block;
    height: auto;
}


/*Five Column Portfolio*/

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


/*Four Column Portfolio*/

ul#portfolio-grid.four-column>li {
    width: 25%;
}


/*Three Column Portfolio*/

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


/*Two Column Portfolio*/

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%;
    }
}

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

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

.portfolio {
    position: relative;
    overflow: hidden;
}


/* Portfolio overlay default
/* ------------------------------ */

.portfolio .tt-overlay {
    background-color: rgba(0, 0, 0, 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: #d6b161;
}

.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: #d6b161;
}

.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: #d6b161;
}

.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 {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #d6b161;
}

.portfolio-details li a 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: #d6b161;
    margin: 0 5px;
    border: 2px solid #d6b161;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

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

.info {
    margin-top: 10px;
    color: #616161;
}

.info span {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}

.info a.like {
    color: #616161;
}

.info a.like i,
.info a.like:hover {
    color: #d6b161;
}

.portfolio-version-two.alter-bg .info span {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

.portfolio-version-two .recent-project .tt-overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.portfolio-version-two.alter-bg .recent-project .tt-overlay {
    background-color: rgba(44, 62, 80, 0.8);
}

.portfolio-version-two.alter-bg .recent-project .project-link {
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.9);
}


/*Magnific Popup CSS*/

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.75;
}

.mfp-bottom-bar {
    display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-arrow-right::after,
.mfp-arrow-left::after {
    font-family: 'FontAwesome';
    border: none !important;
    color: #fff;
    font-size: 65px;
    -webkit-transition: .5s;
    transition: .5s;
}

.mfp-arrow-right::after {
    content: "\f105" !important;
}

.mfp-arrow-left::after {
    content: "\f104" !important;
}

.mfp-arrow-right::before,
.mfp-arrow-left::before {
    border: none !important;
}

.mfp-arrow {
    height: 60px;
}

.mfp-arrow::before,
.mfp-arrow::after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
    margin-top: 15px;
    top: -1px !important;
}

img.mfp-img {
    /*padding: 40px 0px 0;*/
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.95);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

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

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

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

.portfolio:hover .portfolio-details li:nth-child(1) {
    transition: all 0.3s ease 0s;
}

.portfolio:hover .portfolio-details li:nth-child(2) {
    transition: all 0.5s ease 0s;
}

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

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

.control-two .carousel-control {
    background-color: rgba(255, 255, 255, 0.4);
    background-image: none;
    color: #202020;
    font-size: 30px;
    height: 60px;
    line-height: 58px;
    margin-top: -25px;
    opacity: 0;
    text-shadow: none;
    top: 50%;
    visibility: hidden;
    width: 30px;
}

.control-two:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}

.control-two:hover .carousel-control:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #d6b161;
}

.portfolio-nav {
    padding: 40px 0;
}

.portfolio-nav a {
    color: #a7a7a7;
    margin-right: 20px;
}

.portfolio-nav a:hover {
    color: #d6b161;
}

.project-overview {
    padding-top: 90px;
}

.single-project-section.alter .project-overview {
    padding: 0;
}

.project-overview h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.project-overview p {
    margin-bottom: 25px;
}

.quick-overview .btn {
    margin-top: 20px;
    text-transform: uppercase;
}

.portfolio-meta li {
    color: #666;
    margin: 15px 0;
}

.portfolio-meta li {
    margin: 15px 0;
}

.portfolio-meta li span {
    color: #202020;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 130px;
}

.portfolio-meta li a {
    color: #a7a7a7;
    margin-right: 10px;
}

.portfolio-meta li a:hover {
    color: #d6b161;
}

@media (max-width: 991px) {
    .project-overview {}
    .quick-overview {
        margin-top: 30px;
    }
    .single-project-section.alter .project-overview {
        padding-bottom: 90px;
    }
}

.portfolio-info h3.project-title {
    color: #fff;
    font-size: 24px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    margin-bottom: 0;
}

.portfolio-info a {
    text-decoration: none;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}


/*Booking module*/

.booking_services_v1 .booking_col_v1 {
    padding-top: 90px;
}

.booking_nails_v1 .icon-calendar {
    position: absolute;
    margin-top: 0px;
    right: 25px;
    top: 9px;
    font-size: 18px;
}

.booking_nails_v1 .hs-btn.btn_services_v1 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    width: 100%;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
}

.booking_nails_v1 .form-control,
.booking_nails_v1 .group_select select {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    outline: none;
    padding: 9px 12px;
}

.booking_nails_v1 .group_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    background-color: #fff;
    background-image: url("../../themes/fnail03d/assets/assets/img/select-option.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.booking_nails_v1 .removeButton i {
    color: #f56a50;
    font-size: 16px;
}

.booking_services_v1 h2.section_title {
    margin-bottom: 45px;
}

.newletter_new_booking.newsletter_v1_inner {
    margin: 0;
}

.book_gallery_v1.gallery_box_page {
    padding-top: 0;
}

.box_staff_bg {
    background-color: #fff;
    padding: 20px;
    margin-top: 50px;
}

.box_staff_inner_v1 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.booking_staff_title {
    text-align: center;
}

.booking_staff_title p.staff_us {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    line-height: 40px;
    margin-bottom: 0;
}

.pagination_v1 {
    margin-top: 50px;
    clear: both;
}

.pagination_v1 ul li {
    display: inline-block;
}

.pagination_v1 ul li+li {
    margin-left: 15px;
}

.pagination_v1 a:hover,
.pagination_v1 li.active a,
.pagination_v1 li.pagination_v1_icon a i:hover {
    background-color: #464646;
    border: 1px solid #464646;
    color: #ffc267;
}

.pagination_v1 a {
    border: 1px solid #c1c1c1;
    height: 40px;
    line-height: 37px;
    transition: all 0.3s ease 0s;
    width: 40px;
    display: inline-block;
    text-decoration: none;
    color: #3e3e3e;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
}


/*news module*/

.box_news_details {
    margin-top: 20px;
}

.box_news_details>h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-family: 'Open sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    color: #333;
}

.box_news_details blockquote {
    background-color: #f6f6f6;
    border-left: 2px solid #464646;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin: 23px 0;
    padding: 14px 50px;
    font-family: 'Open sans', sans-serif;
}

.news_comment_v1 {
    margin-top: 60px;
}

.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: 1px solid #ddd;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
    font-family: 'Open sans', sans-serif;
}

.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: #ffc267 none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition: all 0.4s ease 0s;
    width: 40px;
}

.news_top_comment .msg_avatar_v1 {
    display: inline-block;
    float: left;
    text-align: center;
}

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

.news_top_comment .msg_avatar_v1 img {
    border-radius: 100%;
    width: 100%;
}

.news_details_title_v1 {
    padding-left: 90px;
}

.news_details_title_v1 .first_title_v1 h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
    text-transform: capitalize;
    font-family: 'Open sans', sans-serif;
}

.news_details_title_v1 .first_title_v1 span {
    font-family: 'Open sans', sans-serif;
    color: #666666;
    display: block;
    margin-bottom: 7px;
}

.news_top_comment.middle_comment {
    margin: 32px 0 33px 90px;
}

.box_comment_new_v1 {
    margin-top: 60px;
}

.box_comment_new_v1 .leave_form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    outline: none;
}

.box_comment_new_v1 .text_leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 165px;
    margin-bottom: 30px;
    padding: 20px;
}

.box_comment_new_v1 .text_leave button.submit {
    background-color: #ffc267;
    border: 1px solid #ffc267;
    color: #fff;
    font-size: 12px;
    line-height: inherit;
    padding: 7px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    outline: none;
}

.search_area_bar>form {
    position: relative;
}

.search_area_bar input[type="text"] {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #666666;
    height: 40px;
    line-height: 28.8px;
    margin: 0;
    outline: medium none;
    padding: 5px 48px 5px 15px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 100%;
    outline: none;
}

.search_area_bar button.submit {
    background-color: #ffc267;
    border: 1px solid #ffc267;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 45px;
    outline: none;
    color: #fff;
}

.recent_area_bar {
    margin-top: 60px;
    margin-bottom: 60px;
}

.recent_area_bar .signle_post_v1 {
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
}

.signle_post_v1 .img_post_rc_v1 {
    display: inline-block;
    float: left;
    width: 34%;
}

.signle_post_v1 .txt_post_rc_v1 {
    display: inline-block;
    padding-left: 15px;
    width: 66%;
}

.signle_post_v1 .txt_post_rc_v1 h3 {
    margin-top: 0;
    font-family: 'Open sans', sans-serif;
    font-size: 20px;
}

.signle_post_v1 .txt_post_rc_v1 h3 a {
    text-decoration: none;
}

.category_news_v1 ul li a {
    color: #252525;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
    border-bottom: 1px solid #f1f1f1;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

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

.category_news_v1 ul li a::before {
    color: rgb(68, 68, 68);
    content: "\E80C";
    font-family: 'fontello';
    font-size: 13px;
    line-height: 12px;
    margin-left: 0px;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

.tag_news_v1 {
    margin-top: 60px;
}

.tag_news_v1 ul li {
    float: left;
    margin: 0 8px 8px 0;
}

.tag_news_v1 ul li a {
    background-color: #e6e6e6;
    border-radius: 2px;
    color: #252525;
    display: block;
    font-size: 14px;
    line-height: 24px;
    opacity: 1;
    padding: 8px 15px;
    text-transform: capitalize;
    transition: all 0.2s linear 0s;
    text-decoration: none;
    font-variant-ligatures: common-ligatures;
    font-family: 'Open sans', sans-serif;
}

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


/*login module*/

.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-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 16px;
}

.btn_login_social .btn_facebook_v1 {
    background: #3B5998;
    padding: 7px 25px;
}

.btn_login_social .btn_gplus_v1 {
    background: #dd4b39;
    padding: 7px 35px;
}

.submit_name_psw {
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 0;
    padding-bottom: 0;
}

.submit_name_psw>form {
    position: relative;
}

.submit_name_psw input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 16px;
    height: 35px;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    outline: none;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.submit_name_psw {
    margin-top: 30px;
}

.btn_submit_login {
    margin-bottom: 30px;
}

.btn_submit_login button.submit {
    background-color: #850050;
    border: 1px solid #850050;
    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;
}


/*inner booking module*/

.info_inner_booking {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.info_inner_booking .staff_service_v1 {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.staff_service_v1 .info_staff {
    float: left;
    max-width: 150px;
    margin-right: 15px;
}

.staff_service_v1 .details_staff h2 {
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    text-transform: uppercase;
}

.staff_service_v1 .details_staff p {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
}

.time_work_staff_v1 {
    clear: both;
}

.time_work_staff_v1 ul li {
    display: inline-block;
}

.time_work_staff_v1 ul li+li {
    margin-left: 15px;
}

.time_work_staff_v1 ul li a {
    padding: 7px 15px 5px 15px;
    background: #ebebeb;
    margin-right: 7px;
    font-size: 14px;
    margin-bottom: 7px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.time_work_staff_v1 label,
.time_work_staff_v1 h3 {
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
    text-transform: uppercase;
}

.time_work_staff_v1 ul {
    margin-top: 20px;
}

.white-popup {
    position: relative;
    padding: 20px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
}

.time_work_staff_v1 .time_am_v1,
.time_work_staff_v1 .time_pm_v1 {
    margin-top: 30px;
}

.modal-body,
.modal_form_header {
    float: left;
    width: 100%
}

.box_account_v1 {
    position: relative;
}

.box_account_v1 .modal_form_header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #e9eaea;
}

.modal_form_header h4 {
    margin: 0;
    line-height: 21px;
    font-size: 21px;
    color: #71706e;
    letter-spacing: 1px;
    font-family: 'Open Sans', sans-serif;
}

.mfp-close {
   /* right: 20px !important;
    top: 25px !important;*/
}

.popup_main_area {
    background: #fff;
    padding: 15px;
    float: left;
    width: 100%;
}

.box_login h2,
.box_register h2 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-weight: bold;
    font-size: 25px;
}

.popup_main_area .box_login input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c1c1c1;
    color: #666666;
    font-size: 14px;
    height: 35px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.popup_main_area .box_login .form_input_1 {
    margin-top: 40px;
}

.box_register .form_input_3 a {
    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;
}

.txt_login a {
    color: #ffc267 !important;
}


/*booking copy module css*/

.content-shop-booking {
    float: left;
    width: 100%;
    padding: 20px 30px;
}

.group-select select {
    color: #545554;
    font-family: Arial;
    font-size: 16px;
    padding-left: 10px;
    height: 34px;
    line-height: normal;
    border-radius: 4px;
    outline: none;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.group-select input {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: auto;
    padding: 10px 12px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.group-select {
    position: relative;
}

.group-select .icon-calendar {
    position: absolute;
    margin-top: 0px;
    right: 10px;
    top: 40px;
    font-size: 18px;
}

.group-select optgroup {
    font-weight: 700;
    color: #b98656;
    height: 30px;
    float: left;
    width: 100%;
}

.group-select select option {
    color: #515151;
    height: 30px;
    float: left;
    width: 100%;
}

.group-select label {
    float: left;
    width: 100%;
    font-family: 'Open Sans', 'Roboto Light', sans-serif;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 8px;
    color: #333;
}

.content-shop-booking {
    float: left;
    width: 100%;
}


.group-select {
    float: left;
    width: 260px;
    margin-right: 30px;
}

.group-select select {
    width: 100%;
}

.box-date {
    margin-right: 0px;
    /*width: 300px;*/
}

.add-services {
    float: left;
    width: 100%;
    font-size: 15px;
    margin-top: 15px;
    cursor: pointer;
}

.add-services img {
    margin-top: -4px;
    margin-right: 6px;
}

.item-booking {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.removeButton {
    cursor: pointer;
    position: absolute;
    /*left: -35px;*/
    /*top: 6px;*/
    z-index: 1;
}
.removeButton + .group-select>label{
    margin-left: 30px;
}
.infor-booking {
    float: left;
    width: 100%;
    margin: 30px 0px;
    /*padding: 15px;*/
    background: #fff;
}
.services-book-inpage {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
}

.services-book-inpage .content-shop-booking {
    padding: 0px;
}

.group-select select {
    width: 100%;
    background: #fff;
    border-radius: 0px;
    height: 43px;
    border: 1px solid #e1e1e1;
    color: #999;
    font-size: 14px;
}

#serviceForm {
    float: left;
    width: 100%;
    position: relative;
}

.left-ctn-book {
    float: left;
    width: 100%;
}

.keyword_search {
    margin-top: 30px;
}

.search_title_for h4 {
    display: inline-block;
    font-weight: 500;
    color: #3e3e3e;
}

.search_title_for .tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.search_title_for .tags li {
    float: left;
}

.search_title_for .tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.search_title_for .tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.search_title_for .tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.search_title_for .tag:hover {
    background-color: #ffc267;
    color: white;
}

.search_title_for .tag:hover::after {
    border-left-color: #ffc267;
}

.search_title_for .tags li {
    padding-top: 10px;
}

.search_title_for .tags li.title_search {
    margin-top: 3px;
    margin-right: 5px;
}

.search_title_for .tags li.title_search span {
    font-weight: 600;
    color: #3e3e3e;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.search_title_for i {
    color: #ffc267;
}

.news_hover_action .icon-play {
    margin-left: 5px;
}

.post_video_user .media-left img {
    max-width: none;
    width: 80px;
    border-radius: 50%;
}

.post_video_user .name_author h4 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
}

.author_post_desc .post_title h4 {
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 24px;
}

.author_post_desc span+span {
    margin-left: 15px;
}

.button_sign .btn_sign {
    width: 100%;
    padding: 10px;
    border: 0;
}

.button_sign .color_sign_in {
    background-color: #3b88c8;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.button_sign .color_sign_up {
    background-color: #fa5066;
    font-family: 'Open Sans', sans-serif;
    font-variant-ligatures: common-ligatures;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
.padding_15{
    padding: 15px;
    display: flex;
}
.mb-15 {
    margin-bottom: 15px;
}

.please-choose{
    margin-top: 10px;
    padding: 5px 10px;
    text-align: left;
    font-size: 20px;
}
#send_contact_main .form-group{
    position: relative;
}
.scroll_btn{
    position: fixed;
    top: 0px;
    z-index: 1001;
}

@media (max-width: 768px) {
    .tp-caption.large_bold_grey {
        font-size: larger !important;
    }
}

.menu-bar-mobile > ul > li span {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    cursor: pointer;
}

.menu-bar-mobile > ul > li ul {
    position: relative;
    float: left;
    width: 100%;
    display: none;
    padding-left: 15px;
}

.menu-bar-mobile > ul > li ul ul {
    padding-left: 30px;
}

.menu-bar-mobile > ul > li ul li { float: left; width: 100%; position: relative; padding: 5px 0;}


.b-loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 20px;
    height: 20px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-width: 1599px) {
    .item-services-2 ul li p {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #e6dede;
    }
}
@media screen and (min-width: 1400px) {

}
@media screen and (max-width: 1399px) {
    .ctn-contact-form-1 iframe{
        width: 100%;
        float: left;
    }
    .contact-link span{
        color: #fff;
    }
    .banner-page-list {
        overflow: hidden;
        background-position: center center;
        background-attachment: fixed;
        width: 100%;
    }
}
@media screen and (max-width: 1280px) {

}
@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1200px) {
    .header-container .layout-header-2 {
        float: left;
        width: 100%;
    }
    .header-container .layout-header-3 {
        float: left;
        position: absolute;
    }
    .logo img {
        width: 160px;
        margin: 15px 0px;
    }
    .menu-btn-show {
        display: block;
        margin-top: 0px;
        margin-right: 0px;
    }
    .bg-about-us {
        width: 100%;
        padding-right: 50%;
        float: left;
        width: 100%;
        background-size: 47% !important;
    }
    .layout-header-1{
        margin: 0px;
    }
    .list-services-style-2 .item-services {
        float: left;
        width: 50%;
        border-bottom: none;
    }
    .list-services-style-2 .img-item-services {
        float: left;
        width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: 30px;
    }
    .list-services-style-2 .img-item-services a {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        margin-right: 0px;
        overflow: hidden;
        border: 5px solid #d59ebf;
        position: relative;
        margin-top: 25px;
        display: inline-block;
        float: initial;
    }
    .list-services-style-2 .img-item-services span.sale-off {
        position: absolute;
        top: 24px;
        right: 105px;
    }
    .list-services-style-2 .title-item-services {
        padding-left: 0px;
        text-align: center;
    }
    .menu-btn-show {
        position: absolute;
        width: 28px;
        height: 27px;
        float: left;
        margin-right: 15px;
        cursor: pointer;
        z-index: 9999;
        top: 30px;
    }
}
@media screen and (max-width: 1024px) {
    .gallery-index{
        overflow: hidden;
    }
    .header-container {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
    }
    #owl-our-services{
        margin: 20px 0px;
    }
    #owl-our-services .owl-prev {
        position: absolute;
        top: 26%;
        left: -15px;
        color: #fff;
        font-size: 63px;
    }
    #owl-our-services .owl-next {
        position: absolute;
        top: 26%;
        right: -15px;
        color: #fff;
        font-size: 63px;
    }
    .bg-about-us {
        width: 100%;
        padding-right: 40% !important;
        float: left;
        width: 100%;
        background-size: 47% !important;
    }
    .bg-nail-gallery {
        background-position: left bottom;
        position: absolute;
        left: 0px;
        bottom: -100px;
        width: 1000px;
        height: 570px;
        background-repeat: no-repeat;
        z-index: 99;
        background-size: 65%;
    }
    .ctn-gallery-instagram ul li {
        width: 20%;
        float: left;
        padding: 3px;
        background: #fff;
    }
    .content-item-about-us p{
        padding-right: 0px;
    }
}
@media screen and (max-width: 992px) {
    .news-page-stl .listnews .list-item {
        float: left;
        width: 50%;
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .logo-menu img {
        width: 65%;
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .title-item-services .view-more {
        float: left;
    }
    .bg-contact-form{
        display: none;
    }
    .ctn-contact-form-1 .col-sm-6{
        width: 100%;
    }
    .contact-form-1 {
        float: left;
        width: 100%;
        background: #fefcfd;
        padding: 10px 0px;
        position: relative;
        z-index: 9999;
    }
    .ctn-gallery-index .flex{
        display: block;
    }
    .ctn-gallery-index .col-sm-5, .ctn-gallery-index .col-sm-7{
        width: 100%;
        margin-bottom: 15px;
    }
    .gallery-img-big, .gallery-img-small {
        float: left;
        height: 100%;
        width: 100%;
        overflow: hidden;
        max-height: initial;
    }
    .gallery-img-small a{
        float: left;
        width: 50%;
        height: 210px;
    }
    .gallery-img-small a:first-child{
        border: none;
        border-right: 15px solid #fff;

    }
    .gallery-img-small a:last-child{
        border: none;
        border-left: 15px solid #fff;
        display: none;
    }
    .bg-about-us {
        width: 100%;
        padding-right: 50%;
        float: left;
        width: 100%;
        background-size: 47% !important;
    }
    .gallery-img-big a, .gallery-img-big a img {
        float: left;
        height: initial;
        min-width: 100%;
    }
    .content-item-about-us {
        float: left;
        width: 100%;
        padding: 0px;

        margin-bottom: 30px;
    }
    .img-item-about-us {
        float: left;
        width: 100%;
    }
    .about-us-page-1 .item-about-us:nth-child(2n+1) .content-item-about-us {
        float: right;
        padding: 0px;

        margin-bottom: 30px;
    }


    .banner-page-list {
        overflow: hidden;
        background-position: center center;
        background-attachment: fixed;

    }
    .breakcrumb{
        bottom: 0px;
    }
    .banner-page-list h2 {
        bottom: inherit;
        font-size: 35px;
        margin-top: 60px;
    }

    .show-iframe, .width-show-iframe{
        width: 97%;
        height: 300px;
    }
    .logo-menu{
        text-align: center;
    }
    .subscrible {
        background-size: 100% !important;
    }
    .news-page-stl .listnews-style2 .list-item {
        width: 100%;
    }
    .news-page-stl .listnews-style2 .list-content-detail p {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: 300;
        font-family: Roboto;
        text-align: justify;
        height: 87px;
        overflow: hidden;
    }
    .list-services-style-2 .title-item-services .view-more {
        float: initial;
    }
    .list-services-style-2 .img-item-services span.sale-off {
        position: absolute;
        top: 22px;
        right: 49px;
    }
    .left-ctn-book .item-booking .group-select, .left-ctn-book .item-booking .btn-item-booking {
        width: 100%;
        float: left;
        margin-right: 0px;
        padding-right: 0px;
        margin-bottom: 30px;
        position: relative;
    }
    .left-ctn-book .item-booking:first-child > .group-select:after {
        content: "";
        height: 60px;
        width: 1px;
        background: #ccc;
        position: absolute;
        right: 14px;
        top: 28px;
        display: none;
    }
    .infor-booking{
        display: block !important;
    }
    .item-services-2 ul li {
        float: left;
        width: 100%;
        display: block; 
        margin-bottom: 20px;
        padding-bottom:10px;
    }
    .item-services-2 {
        float: left;
        width: 100%;
        border-bottom:none;
        padding-bottom: 25px;
    }
    .box-services-left{
        padding: 0px;
    }
    .capcha {
        position: relative;
        width: 95%;
    }
    .submit_name_psw{
        padding-left: 0px;
        padding-right: 0px;
    }
    .login_form_area .box_area_login_v1{
        padding: 0px;
    }
    .subscrible-form {
        margin-top: 0px;
    }
     .subscrible {
        background-position: 2px -20px;
    }
}

@media screen and (max-width: 900px) {

}
@media screen and (max-width:850px) {
    .subscrible-form h2 {
        font-family: 'uvn song sang';
        display: inline-block;
        font-size: 30px;
        margin: 0px;
        width: 100%;
        margin-bottom: 15px;
    }
    .subscrible {
        float: left;
        width: 100%;
        margin-top: 0px;
        height: initial;
    }
    .subscrible .item-subscrible {
        width: 60%;
        display: inline-block;
        margin: 10px 20px;
    }
    .subscrible .style-button {
        display: inline-block;
        float: initial;
        display: block;
        text-align: center;
        width: 120px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .banner-page-list h2 {
        bottom: inherit;
    }
    .breakcrumb{
        bottom: 0px;
    }
    .ctn-gallery-instagram ul li {
        width: 25%;
        float: left;
        padding: 3px;
        background: #fff;
    }
    .list-gallery {
        margin-top: 30px; 
        margin-bottom: 30px; 
    }
    .gallery-index {
        padding-top: 20px;
     padding-bottom: 0px; 
    }
    .title-standard h2 {
        margin: 0px;
    }
}
@media screen and (max-width : 767px) {
    .bg-about-us {
        width: 100%;
        padding-right: 0%;
        float: left;
        width: 100%;
        background-size: 100% !important;
    }
    .form-input-card label, .form-input-card input{
        margin-bottom: 10px;
    }
    .form-input-card input {
        min-width: 95%;
    }
    .form-input-name input {
        min-width: 95%;
        margin-bottom: 15px;
    }
    .banner-page-list h2 {
        bottom: inherit;
        margin-top: 35px;
    }
    .breakcrumb{
        bottom: 50px;
    }
    .contact-page-1{
        padding: 20px 0;
    }
    .gift-card-step-2 {
        width: 93%;
        margin: 40px auto;
    }
    .bg-nail-gallery {
        background-position: left bottom;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 1000px;
        height: 570px;
        background-repeat: no-repeat;
        z-index: 99;
        background-size: 35%;
    }
    .news-page-stl .listnews .list {
        margin-top: 0px; 
        float: left;
        width: 100%;
    }
    .news-page-stl .listnews-style2 .list-content-detail p {
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: 300;
        font-family: Roboto;
        text-align: justify;
        height: initial;
        overflow: hidden;
    }
    .list-services-style-2 .img-item-services span.sale-off {
        position: absolute;
        top: 22px;
        right: 96px;
    }
    .header-container .layout-header-2 {
        float: left;
        width: 100%;
        margin: 0px;
    }
    .bg-about-us, .gallery-index, .subscrible{
        margin-top: 0px;
    }
    .box-services-left{
        padding: 0px;
    }
    .item-services-2 ul li p {
        float: left;
        width: 100%;
        font-size: 14px;
        color: #e6dede;
    }
    .time-booking ul li span{
        display: none;
    }
   
}
@media screen and (max-width : 700px) {
    .tp-rightarrow, .tp-leftarrow {
        background-size: 21px !important;
        height: 44px !important;
    }
    .left-ctn-book{
        float: left;
        width: 100%;
    }
    .gift-card-step-3 {
        float: left;
        width: 86%;
        padding: 20px;
        border-radius: 5px;
        border: 2px solid #999;
        margin: 30px;
    }
}
@media screen and (max-width : 640px) {
    .menu-btn-show {
        position: absolute;
        width: 28px;
        height: 27px;
        margin-right: 15px;
        cursor: pointer;
        z-index: 9999;
        top: 30px;
        right: 0px;
    }
}
@media screen and (max-width : 620px) {
    .book-btn-care {
        float: left;
        width: 100%;
        padding: 0 15px;
    }
    .group-select {
        float: left;
        width: 100%;
        margin-right: 30px;
    }
    .box-date {
        margin-right: 0px;
        width: 100%;
    }
    .left-ctn-book{
        float: left;
        width: 100%;
    }
}
@media screen and (max-width : 600px) {
    #owl-our-services .owl-item {
        padding: 0px;
    }
    #owl-our-services {
        margin: 20px 0px;
    }
    .img-our-services {
        float: left;
        width: 100%;
        height: initial;
        margin-bottom: 10px;
        overflow: hidden;
        border: 13px solid rgba(255, 255, 255, 0.42);
    }
    .ctn-about-us p {
        color: #666;
        font-size: 14px;
        line-height: 26px;
        font-weight: 400;
        text-align: justify;
    }
    .ctn-contact-form-1 {
        float: left;
        width: 100%;
        padding: 20px 15px;
        box-shadow: 0px 0px 9px #ccc;
        position: relative;
        z-index: 999;
    }
    .contact-footer {

        padding: 10px;
        padding-bottom: 100px;
        position: relative;
        z-index: 99;
    }
    .img-item-services {
        width: 180px;
        margin-right: 0px;
        text-align: center;
        margin: 0 auto;
        height: 220px;
        float: initial;
        margin-bottom: 15px;
    }
    .title-item-services {
        padding-left: 0px;
        text-align: center;
    }
    .title-item-services .view-more {
        float: initial;
    }
    .coupon-page-1 .col-xs-6{
        width: 100%;
    }
    .subscrible .item-subscrible {
        width: 90%;
        display: inline-block;
        margin: 10px 20px;
    }
    .img-our-services img {
        height: initial;
        max-width: initial;
        min-width: 100%;
        max-height: 301px;
    }
    .about-us .container{
        padding: 0px;
    }
    .about-us .ctn-about-us{
        padding: 0px 15px;
    }
    .about-us .business-hour{
        padding: 0px 15px;
    }
    .bg-about-us {
        width: 100%;
        padding-right: 0% !important;
        float: left;
        width: 100%;
        background-size: 100% !important;
        margin-bottom: 0px;
    }
    .contact-form-1 .container {
        position: relative;
        z-index: 99;
        padding: 0px;
    }
    .ctn-order-fixed {
        padding: 0px 0px;
        margin-top: 0px;
        float: left;
        width: 100%;
    }
   
    .ctn-gallery-instagram ul li {
        width: 33.333333%;
        float: left;
        padding: 3px;
        background: #fff;
    }
    .content-shop-booking {
        float: left;
        width: 100%;
        margin-top: 30px;
        border-radius: 15px;
        background: #F9F9F9;
        padding: 15px;
    }
    .btn_login_social a{
        width: 100%;

    }
    .btn_login_social .btn_facebook_v1{
        margin-bottom: 15px;
    }
    .container {
        padding-right: 15px; 
        padding-left: 15px; 
    }
}

@media screen and (max-width : 560px) {
    .gallery-img-small a {
        float: left;
        width: 100%;
        height: initial;
        margin-bottom: 30px;
    }
    .gallery-img-small a:first-child, .gallery-img-small a:last-child{
        border: none;
    }
    .ctn-gift-step-3 h2 {
        clear: initial;
        float: left;
    }
    .qr-img{
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .qr-img img{
        width: 100%;
    }
    .list-services-style-2 .img-item-services span.sale-off {
        position: absolute;
        top: 22px;
        right: 46px;
    }
    .box-services-left {
        float: left;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .item-services-2 ul li a.view-more {
        padding: 4px 16px;
        display: inline-block;
        border: 1px solid #ccc;
        font-size: 13px;
        text-transform: uppercase;
        float: right;
    }
    .item-services-2 ul li {
        float: left;
        width: 100%;
        display: block;
        margin-bottom: 15px;
        position: relative;
    }
}


@media screen and (max-width : 500px){
    .business-hour ul li {
        width: 100%;
        float: left;
    }
    .cate-gallery ul li {
        display: inline-block;
        width: 100%;
        margin-bottom: 30px;
    }
    .video-page-1 .col-xs-6{
        width: 100%;
    }
    .img-item-video img{
        width: 100%;
    }

    .list-ticket .col-xs-6{
        width:100%;
    }
    .btn-search {
        float: left;
        width: 100%;
        height: 33px;
        margin-top: 33px;
        margin-left: 0px;
        border: none;
        color: #fff;
        text-transform: uppercase;
    }
    .list-services-style-2 .item-services {
        float: left;
        width: 100%;
        border-bottom: none;
    }
    .list-services-style-2 .img-item-services span.sale-off {
        position: absolute;
        top: 22px;
        right: 33%;
    }
}

@media screen and (max-width: 440px) {
    .list-gallery .col-xs-6{
        padding-right: 7px;
        padding-left: 7px;
    }
    .form-input-infor .width-50{
        width: 100%;
        padding-bottom: 0px;
    }
    .list-gallery-page-1 .col-xs-6{
        padding-right: 7px;
        padding-left: 7px;
    }
    .news-page-stl .listnews .list-item {
        float: left;
        width: 100%;
        padding: 0px 15px;
        margin-bottom: 30px;
    }
    .list-content-img {
        float: left;
        width: 100%;
        height: initial;
        overflow: initial;
        position: relative;
        margin-bottom: 10px;
    }
    .list-content-img img {
        position: relative;
        min-width: 100%;
        height: initial;
        max-width: 100%;
    }
    .news-page-stl .listnews-style2 .list-content-img {
        float: left;
        width: 100%;
        height: initial;
        overflow: initial;
        position: relative;
        margin-bottom: 10px;
        left: 0px;
    }
    .news-page-stl .listnews-style2 .list-content-body {
        padding-left: 0px;
    }
    .list-services-style-2 .img-item-services span.sale-off {
        position: absolute;
        top: 22px;
        right: 28%;
    }
    .footer-center span spam {
        width: 113px;
        float: left;
        text-align: left;
    }
}	
@media (max-width: 420px) {

    .am a, .pm a {
        float: left;
        padding: 7px 5px 5px 5px;
        background: #ebebeb;
        margin-right: 0px;
        font-size: 14px;
        margin-bottom: 0px;
        /* width: 33.3333%; */
        border: 5px solid #fff;
        text-align: center;
    }
}


@media (max-width: 640px) {

}

@media (max-width: 500px) {

}
/*
* 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;
}
/*
* 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;
}

.main-menu {
    margin: 7px 0px;
}

.header-social .dropdown-menu {
    max-width: 200px;
}

.header-social li.registry_ver_1 .dropdown_menu_pos {
    left: auto;
    right: 50px;
}

.header-social li.registry_ver_1 .dropdown_menu_pos::before {
    left: auto;
    right: 0px;
    margin: -7px 25px 0 0;
    border-bottom: 7px solid #fff;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.header-social li.registry_ver_1 ul.head_list li {
    display: list-item;
    padding: 5px 10px;
    margin: 0px 0px;
}

.header-social li.registry_ver_1 a {
    text-decoration: none;
    font-size: 15px;
}

.header-social li.registry_ver_1 ul.head_list li i {
    margin-right: 5px;
}

.header-social li.registry_ver_1 ul.head_list li a {
    color: #333333;
    font-size: 14px;
}

.hs-btn.btn-light {
    background: #850050 none repeat scroll 0 0;
    color: #fff;
}

.giftcards-btn-add {
    height: 32px !important;
    font-size: 15px !important;
    padding: 5px 10px !important;
    line-height: 23px !important;
}

.hs-btn {
    background: #fff none repeat scroll 0 0;
    /*color: #606060 !important;*/
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding: 0 46px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 2;
}

hs-btn::before {
    background: #151515 none repeat scroll 0 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.news-page-stl {
    padding-top: 30px;
}

.box-news-right .title-page h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    color: #4473a7;
    text-transform: uppercase;
    margin-top: 0px;
}

.box-news-right .title-page h2 a {
    color: #0e0e0e;
    font-family: 'CALI MT regular';
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 9px;
    border-bottom: 4px solid #f9a392;
    position: relative;
    z-index: 999;
}

.box-news-right .title-page h2 span.right-initial {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #171515;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    border-radius: 5px;
}

.news-hot {
    float: left;
    width: 100%;
}

.item-news-hot {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.img-news-hot {
    float: left;
    width: 35%;
    overflow: hidden;
    padding-right: 15px;
}

.news-hot-content {
    float: right;
    width: 65%;
}

.item-news-hot h2 {
    clear: inherit;
    font-size: 16px;
    margin-bottom: 7px;
    color: #000;
    margin-top: 0px;
    line-height: 22px;
}

.item-news-hot h2 a {
    color: #000;
    font-family: 'CALI MT bold';
    font-weight: 300;
}

.item-news-hot span {
    color: #666;
    font-size: 13px;
}

.item-news-hot span i {
    margin-right: 6px;
}

.description-news-hot {
    color: #666;
    margin-top: 8px;
}

.item-news-hot span i.fa-calendar, .interview i.fa-calendar {
    font-size: 12px;
    margin-top: 4px;
    margin-left: 0px;
    float: left;
}

.interview i.fa-calendar {
    margin-right: 10px;
}

.ctn-detail-news {
    float: left;
    width: 100%;
    margin: 30px 0px;
}

.blog_entry .title-site h1 a {
    font-family: 'Prata', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 23px;
}

#send_contact .form-group {
    position: relative;
}

.btn-primary-extends {
    background-color: #850050 !important;
    border-color: #850050 !important;
}

.btn-primary-extends:hover, .btn-primary-extends:visited, .btn-primary-extends:active {
    background-color: #f6917d !important;
    border-color: #f6917d !important;
}

p.title_giftcard {
    font-weight: bold;
    text-align: center;
    font-size: 26px;
    margin: 10px;
    color: #444343;
}

p.des_giftcard {
    text-align: center;
    margin-bottom: 20px;
}

.alert.alert-aquamarine {
    border: 1px solid #43ca43;
    border-radius: inherit;
    background: #b3fb9b;
}

.form-control-wrapper {
    position: relative;
}

.tp-banner-img {
    width: 100%;
    height: 1px;
    overflow: hidden;
}

.tp-banner-img img {
    width: 100%;
    height: auto;
}

.address_info > li {
    padding-left: 100px;
    position: relative;
    padding-bottom: 10px;
}

.address_info > li > spam {
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: bold;
}

.address_info spam {
    text-transform: capitalize;
}

.item-footer.business-hour span {
    color: #fff;
}

.item-footer .address_info > li {
    padding-left: 25px;
}

.item-footer .address_info > li i.fa {
    position: absolute;
    top: 0px;
    left: 0px;
}

.table_openhour {
    text-align: left;
    width: 100%
}

.table_openhour tr td {
    padding: 5px;
}

.img-item-gallery a.fancybox img {
    transition: transform 0.25s ease;
}

.img-item-gallery a.fancybox img:hover {
    transform: scale(1.1) rotate(-5deg);
}

.time-booking ul li {
    float: left;
    display: block;
    margin-bottom: 10px;
}

.time-booking ul li span {
    padding: 7px 15px 5px 15px;
    margin-right: 7px;
    font-size: 14px;
}

.item-booking label {
    padding-bottom: 5px;
}

.banner-page-list {
    background-image: url(../../themes/fnail03d/assets/images/slide_01.jpg)
}

.google-map {
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}

.order .total ul li {
    clear: both;
}

.order .total ul li:before {
    display: table;
    content: " ";
    margin-bottom: 10px;
}

.about-us-page-1 {
    margin-bottom: 20px;
}

.main-content-page {
    margin: 20px 0px;
}

.btn-booking {
    background: #900057;
    color: #fff;
}

.main-content-gallery {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .cart-table .ui-inputText {
        width: 90%;
    }

    .btn_cart_order {
        margin-top: 10px;
    }

    .time-booking ul li span {
        display: none;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: normal;
    }

    .social-item-gallery, .item-gallery.active .social-item-gallery {
        display: none;
        opacity: 0;
    }

    .item-gallery {
        margin-bottom: 14px;
    }
}

/*CSS LOGO*/
.menu-btn-show {
    right: 0;
    top: 37px;
}

.header-container .layout-header-2 {
    padding: 0px;
}

.header-container .logo, .logo-menu {
    height: 120px;
    line-height: 100px;
    padding: 10px
}

.header-container .logo img, .logo-menu img {
    margin: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.layout-header-2 .logo {
    text-align: center;
}

.header-container .logo {
    display: flex;
    width: 100%;
    margin: auto;
}

.logo a {
    display: block;
    flex: 1;
}

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

@media (min-width: 768px) {
    .menu-btn-show {
        top: 41px;
    }
}

@media (min-width: 992px) {
    .layout-header-1 {
        height: 42px;
    }

    .menu-btn-show {
        top: 85px;
    }

    .header-container .logo, .logo-menu {
        height: 100px;
        line-height: 80px;
    }

    .logo-menu {
        margin-top: 42px;
    }
}

@media (min-width: 1200px) {
    .menu-btn-show {
        top: 90px;
    }

    .header-container .logo, .logo-menu {
        height: 100px;
        line-height: 80px;
    }
}

@media (max-width: 768px) {
    .layout-header-2 .logo {
        text-align: left;
    }

    .header-container .layout-header-2 {
        max-width: 85%;
    }
}

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

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

.freeze-footer a {
    width: 100%;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 10px;
    line-height: 1;
    font-size: 17px;
    height: auto;
}

.freeze-footer a.btn_make_appointment {
    background-color: #850050;
    border-color: #850050;
}

.freeze-footer a.btn_call_now {
    background-color: #850050;
    border-color: #850050;
}

.freeze-footer a:hover {
    border-color: #fff;
    color: #ffffff;
}

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

.freeze-header.with-bg {
    background-color: #fff;
    -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%;
}

.header-container {
    z-index: 1021;
}

.contact-page-1 {
    z-index: 1020;
}

@media (min-width: 992px) {
    .main-menu ul {
        display: block;
    }

    .header-container .layout-header-3 {
        float: none;
        position: static;
    }
}

.content-side-menu, body, .header-container {
    z-index: 2;
}

.banner-slider-index {
    position: relative;
    z-index: 1;
}

.item-booking {
    z-index: 3;
}

.footer-page:after {
    z-index: 0;
}

.contact-footer {
    z-index: 1;
}

.menu-bar-mobile > ul > li ul li {
    padding: 0;
}

.menu-bar-mobile ul > li {
    position: relative;
    z-index: 1;
}

.menu-bar-mobile ul > li.dropdown-toggle > a, .menu-bar-mobile ul > li.menu-bar-toggle > a {
    position: relative;
    z-index: 1;
}

.menu-bar-mobile ul > li.dropdown-toggle > span.btn-toggle, .menu-bar-mobile ul > li.menu-bar-toggle > span.btn-toggle {
    position: absolute;
    z-index: 2;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    background: #e1e1e1;
    width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.gallery-owl .item-gallery {
    margin: 0 auto;
}

.gallery-owl .owl-pagination {
    text-align: center;
    padding-top: 15px;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #242424;
}

.gallery-index {
    padding-bottom: 30px;
}

.sp-buttons {
    margin-top: -60px;
    padding-bottom: 29px;
}

.gallery-owl .owl-buttons {
    text-align: center;
    padding-top: 15px;
}

.gallery-owl .owl-buttons .owl-prev, .gallery-owl .owl-buttons .owl-next {
    display: inline-block;
    padding: 0 10px;
    margin: 0 5px;
    font-size: 20px;
    background-color: #eee;
}

/* Booking */
.booking-container {
    padding: 30px 0;
}

.booking-container .item-booking {
    width: auto;
    margin-bottom: auto;
}

.email-booking .multi select {
    height: 208px;
}

.email-booking .group-select optgroup, .email-booking .group-select option {
    height: auto;
    white-space: normal;
}

.sms-booking #btn_search_booking .btn-search {
    height: 40px;
    line-height: 1;
    background-color: #850050;
    color: #fff;
}

.sms-booking .item-booking.is-more {
    position: relative;
    z-index: 0;
}

.sms-booking .item-booking .remove-services {
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.sms-booking .item-booking.is-more .booking-service label {
    padding-left: 30px;
}

.sms-booking .item-booking .remove-services, .sms-booking .add-services {
    font-size: 17px;
}

#booking_info {
    padding-top: 30px;
}

#booking_info .note-time {
    color: red;
    font-style: italic;
}

.box_account_v1 {
    background: #fff;
}

.smsBookingConfirm .btn {
    margin-bottom: 15px;
}

.booking-container .group-select, .white-popup.style-2 .group-select {
    float: none;
    width: auto;
    margin: auto auto 15px;
}

.booking-container .item-booking, .booking-container .add-services {
    float: none;
    width: auto;
}

.booking-container .add-services {
    display: inline-block;
}

.booking-container .btn-search {
    float: none;
    width: 100%;
    margin: 0;
}

.booking-container .item-booking.is-more .booking-service label {
    padding-left: 30px;
}

.booking-container .time_work_staff_v1 ul li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.booking-container .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-variant-ligatures: common-ligatures;
    display: inline-block;
}

.booking-container .time_work_staff_v1 ul li + li {
    margin-left: 0;
}

.white-popup.style-2 .box_account_v1 .modal_form_header {
    background-color: #850050;
}

.white-popup.style-2 .modal_form_header h4 {
    color: #fff;
    font-size: 17px;
}

.white-popup.style-2 p {
    margin-bottom: 15px;
}

.white-popup.style-2 .btn {
    min-height: 40px;
    color: #fff;
}

.btn.btn_cancel {
    background-color: #d7d7d7;
}

.btn.btn_confirm {
    background-color: #850050;
}

#booking_info {
    position: relative;
}

/* 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 .btn-search:hover, .form-booking .btn-search:focus,
.form-booking-confirm .btn-confirm, .form-booking-confirm .btn-confirm:hover, .form-booking-confirm .btn-confirm:focus {
    background-color: #850050;
    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: 43px;
}

.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 */
.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%;
}

.form-booking .group-select, .form-booking .group-select label,
.form-booking-confirm .group-select, .form-booking-confirm .group-select label,
.form-booking .btn-search, .form-booking .add-services {
    margin: auto auto 15px;
}

.remove-services {
    font-size: 15px;
}

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

.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;
}

/*news module*/
.section-news .n-meta {
    border-color: #900057;
}

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

.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: #900057 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: #900057;
    border-color: #900057;
    color: #fff;
}

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

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

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

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

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

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

.section-news .nearby {
    border-color: #DEDEDE;
}

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

.section-news {
    margin-bottom: 30px;
}

.consent-btn, .consent-btn:hover, .consent-btn:focus {
    padding: 10px 15px;
    border: 1px solid #333;
}

.btn_consent, .btn_consent:hover, .btn_consent:focus {
    display: block;
    width: 100%;
    border: 1px solid #333;
    background: #850050;
    color: #fff;
}

.consent-btn:hover, .send_consent .btn_consent:hover {
    box-shadow: 0px 0px 3px #ddd;
}

.send_consent .relative {
    position: relative;
}

.send_consent .group-select, .send_consent .group-select label {
    float: none;
    width: 100%;
}

.send_consent .group-select, .consent-form p, .consent-form2 p {
    margin-bottom: 15px;
}

.pagination_v1 {
    margin-bottom: 30px;
}

/* Coupon */
.promotion-item-description {
    padding: 15px;
}

.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;
}

.m-coupon-price {
    background-color: rgba(207, 0, 15, 0.9);
    color: #fff;
}

.btn.coupon-btn-add, .mybutton .btn-next, .btn_payment {
    background: #850050;
    color: #fff;
}

.block-Payment .group-select {
    width: auto;
    float: none;
    margin: auto auto 15px;
}

.modal-content {
    float: none;
}

/* Open hour - Contact info */
.foh-wrap,
.fci-wrap {
    display: inline-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: 1.5;
    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;
    text-transform: initial;
}

.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;
}

/*Service*/
.service-line {
    padding-bottom: 15px;
}

.service-image-wrap {
    text-align: center;
}

.service-image {
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    max-width: 240px;
}

.service-image.circle {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid;
}

.service-image.square {
    border: 3px solid;
}

.service-image-bg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    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;
}

.service-image-bg img {
    display: none !important;
}

.service-name {
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid;
}

.service-desc {
    font-weight: normal;
    margin: -15px 0 15px;
}

.detail-price-item {
    display: flex;
    width: 100%;
    padding: 0 0 15px;
}

.detail-desc-item {
    margin: -15px 0 15px;
}

.detail-price-dots {
    height: 15px;
    flex: 1;
    border-bottom: 1px dotted;
}

.detail-price-number {
    padding-left: 5px;
    font-weight: bold;
}

.detail-price-name {
    padding-right: 5px;
    font-size: 15px;
    font-weight: bold;
}

.detail-price-number span {
    padding: 3px;
}

.detail-price-number .old {
    text-decoration: line-through;
    font-size: 90%;
}

.service-name, .service-desc, .detail-price-item, .detail-desc-item, .detail-price-dots,
.detail-price-number, .detail-price-name, .detail-price-number span, .detail-price-number .old {
    min-height: 1px;
}

.service-list-sub {
    padding-left: 15px;
}

.service-btn-group {
    padding-top: 15px;
    padding-bottom: 15px;
}

.service-btn-group .btn {
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .service-image-left.service-image-wrap {
        text-align: left;
    }

    .service-image-right.service-image-wrap {
        text-align: right;
    }

    .service-image.circle {
        max-width: 320px;
    }

    .service-image.square {
        max-width: 100%;
    }
}

/* Service */
.service-list-container {
    padding: 30px 0;
}

.service-image {
    border-color: #fec168
}

.service-name {
    color: #fec168;
}

.detail-item .detail-price-item {
    padding: 0 0 15px;
}

.book247-style-1 {
    padding: 15px 0;
}

.tp-caption.large_bold_grey {
    left: 0 !important;
    width: 100%;
    text-align: center;
    white-space: normal;
}

.detail-price-number span {
    padding: 0;
}

.detail-price-number .old {
    cursor: initial;
    color: #333;
}

/* Back to top */
#back-to-top {
    position: fixed;
    z-index: 1021;
    bottom: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 17px;
    background-color: #000;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    opacity: 0.5;
}

#back-to-top:hover {
    opacity: 0.9;
}

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

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

.detail-thumb {
    margin: auto 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: 20px 0;
    margin: 0;
}

.m-category-tab li {
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    margin: 5px;
    border-radius: 0px;
    border: 1px solid #900057;
    color: #900057;
    background-color: #fff;
}

@media (max-width: 575px) {
    .m-category-tab li {
        width: auto;
    }
}

.m-category-tab li.active, .m-category-tab li:hover {
    background-color: #900057;
    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*/
.cate-gallery-mobile .form-group {
    margin: 0;
    padding: 30px 15px 0 15px;
}

.section-news .main-content-gallery .container {
    display: contents;
}

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 {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 5px;
}

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

.gallery-owl.owl-carousel.gallery-slider .owl-item,
.gallery-owl.owl-carousel.gallery-slider .owl-item .item,
.gallery-owl.owl-carousel.gallery-slider .owl-item .item .img-item-gallery,
.gallery-owl.owl-carousel.gallery-slider .owl-item .item .img-item-gallery .img-item {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.m-gallery-box-wrap .col-md-4.col-sm-6.col-xs-6 .item-gallery .social-item-gallery,
.gallery-owl.owl-carousel.gallery-slider .owl-item .item .social-item-gallery {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    top: 0;
    display: flex;
    text-align: center;
    justify-content: center;
}

.m-gallery-box-wrap .col-md-4.col-sm-6.col-xs-6 .item-gallery .social-item-gallery .vertical,
.gallery-owl.owl-carousel.gallery-slider .owl-item .item .social-item-gallery .vertical {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    top: 33%;
}

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

.youtube-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper iframe {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.youtube-wrapper .youtube-inner {
    display: flex;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ytp-cued-thumbnail-overlay-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.gallery-owl .item-gallery {
    margin: 0 auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.m-gallery-box-wrap .col-lg-3.col-md-3.col-sm-4.col-xs-6.check-height {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    padding: 0;
    margin: 0;
}

.m-gallery-box-wrap .col-lg-3.col-md-3.col-sm-4.col-xs-6.check-height .m-gallery-box {
    margin: 0;
    padding: 2px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.m-gallery-box-wrap .col-lg-3.col-md-3.col-sm-4.col-xs-6.check-height .m-gallery-box .m-image-bg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    background-size: cover;
}

.m-gallery-box-wrap .col-lg-3.col-md-3.col-sm-4.col-xs-6.check-height .m-gallery-box .m-image-bg img {
    display: none;
}

.portfolio-action .btn_view_more {
    padding: 15px;
    justify-content: center;
    text-align: center;
    float: none;
}

.portfolio-action .btn_view_more:hover {
    background: #111111;
    color: #fff;
}

/*END: css for Gallery-Html*/
