/*
 * Theme Name: Theme beautysalonloc
 * Description: Theme beautysalonloc
 * Theme URI: https://thinhweb.com
 * Version: 1.5
 * Author: Thinhweb Blog
 * Author URI: https://thinhweb.com
 * Tags: basic, two-columns
 * Textdomain: thinhweb
 * Languages Folder: /languages
 */
 

@import url('./css-1.css');
@import url('./css2.css');
@import url('./css2-1.css');
@import url('./css2-2.css');
@import url('./css2-3.css');


@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star-1.eot) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face{
    font-family: quentinregular;
    src:url(../fonts/quentin-webfont.eot);
    src:url(../fonts/quentin-webfont-1.eot) format("embedded-opentype"),
        url(../fonts/quentin-webfont.woff2) format("woff2"),
        url(../fonts/quentin-webfont.woff) format("woff"),
        url(../fonts/quentin-webfont.ttf) format("truetype"),
        url(../fonts/quentin-webfont.svg) format("svg");
    font-weight:400;
    font-style:normal
}
    

/* Global Style */
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-size: 15px;
    font-family: Roboto Condensed, 'Open Sans', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2b2b2b;
    line-height: 1.6;
    background-color: #f1f1f1;
    -webkit-touch-callout: none;
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not ([controls] ) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

svg:not (:root ) {
    overflow: hidden;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

p {
    margin: 0px;
    margin-bottom: 9px;
}

input, input[type="submit"], button {
    border: 1px solid #C8C8C8;
    padding: 5px 10px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

h1, h2, h3, h4 {
    color: #333;
    line-height: 1.4;
    font-weight: bold;
}

table, table tr, table td {
    border: 1px solid #E7E7E7;
    padding: 8px;
}

figure {
    margin: 0;
    max-width: 100%;
    margin-bottom: 15px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset>:last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
}

pre {
    background-color: #515567;
    padding: 1em;
    color: #eaeaea;
}

/* --- padding --- */
.padding-top {
    padding-top: 10px;
}

.padding-left {
    padding-left: 10px;
}

.padding-bottom {
    padding-bottom: 10px;
}

.padding-right {
    padding-right: 10px;
}
/* --- margin --- */
.margin-top {
    margin-top: 10px;
}

.margin-top-lg {
    margin-top: 15px;
}

.margin-left {
    margin-left: 10px;
}

.margin-left-lg {
    margin-left: 15px;
}

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

.margin-bottom-lg {
    margin-bottom: 15px;
}

.margin-right {
    margin-right: 10px;
}

.margin-right-lg {
    margin-right: 15px;
}

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

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

.text-right {
    text-align: right;
}

.aligncenter {
    display: block;
    margin: 0px auto;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.error404 #header, .search #header, .archive #header, .page #header, .category #header, .single #header, .tag #header {
    position: relative;
}

/* logo */
.logo h1, .logo p {
    padding: 0px;
    margin: 0;
    font-size: 18px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.logo img{
    max-height:57px;
    width: auto; 
}

/* main-section */
.main-section {
    background-color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
}
/* main content */
#main-content {
    margin-top: 15px;
}

.content{
    font-size: 15px;
/*    background: white;*/
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

/* sidebar */
#sidebar {
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    padding: 10px;
    position: sticky;
    top: 0;
}

#sidebar .widget_search .search-form{
    padding: 0;
}
#sidebar .widget h3{
    display: block;
    color: #266971;
    padding-top: 5px;
    padding-bottom: 5px;
}
#sidebar .widget h3 span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
}
#sidebar .widget ul {
    margin: 0;
    padding: 0;
}
#sidebar .widget ul li {
    list-style: circle;
    color: #266971;
    font-size: 15px;
    margin-bottom: .3em;
    text-align: left;
}
#sidebar .widget>ul>li+li {
    border-top: 1px solid #ececec;
}
#sidebar .widget ul li a{
    display: inline-block;
    padding: 6px 0;
    -ms-flex: 1;
    flex: 1;
}

#header{
    padding: 18px 0;
    background-color: #f1f1f1;
}
#menu{
    width: 270px;
    display: none;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    background-color: #0C0C0C;
    z-index: 500;
    transform: translate3d(-270px,0,0);
    -webkit-transform: translate3d(-270px,0,0);
    -ms-transform: translate3d(-270px,0,0);
    -sand-transform: translate3d(-270px,0,0);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}
.act-mobile-menu {
    overflow: hidden;
}
.act-mobile-menu #menu{
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -sand-transform: translate3d(0,0,0);
    display: inline-block;
}
.basel-close-side {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    opacity: 0;
    visibility: hidden;
    z-index: 400;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.left-wrapp .basel-close-side {
    opacity: 1;
    visibility: visible;
}

.align-center {
    -webkit-align-items: center;
    align-items: center;
}

.mobile-nav ul{
    padding: 0px;
    list-style: none;
}
.mobile-nav ul li{
    display: block;
    position: relative;
}
.mobile-nav ul li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    overflow-x: hidden;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(92,92,92,.23);
}
.mobile-nav .sub-menu-dropdown ul {
    display: none;
    position: relative;
    background-color: #171717;
}
.mobile-nav .icon-sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    width: 49px;
    padding-right: 0;
    border-left: 1px solid rgba(92,92,92,.23);
    cursor: pointer;
    padding-right: 18px;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}
.mobile-nav .icon-sub-menu:after, .mobile-nav .icon-sub-menu:before {
    right: 50%;
    margin-right: -5px;
}
.mobile-nav .icon-sub-menu:before {
    transform: translateX(3px) rotate(-50deg);
    -webkit-transform: translateX(3px) rotate(-50deg);
    -moz-transform: translateX(3px) rotate(-50deg);
    -o-transform: translateX(3px) rotate(-50deg);
    -ms-transform: translateX(3px) rotate(-50deg);
    -sand-transform: translateX(3px) rotate(-50deg);
}
.mobile-nav .icon-sub-menu:after {
    transform: translateX(-4px) rotate(50deg);
    -webkit-transform: translateX(-4px) rotate(50deg);
    -moz-transform: translateX(-4px) rotate(50deg);
    -o-transform: translateX(-4px) rotate(50deg);
    -ms-transform: translateX(-4px) rotate(50deg);
    -sand-transform: translateX(-4px) rotate(50deg);
}
.mobile-nav ul li .up-icon{
    background-color: #dd3333;
}
.mobile-nav .icon-sub-menu.up-icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -sand-transform: rotate(-45deg);
}
.mobile-nav .icon-sub-menu.up-icon:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
}
.mobile-nav .sub-menu-dropdown ul:before {
    position: absolute;
    bottom: 100%;
    margin-bottom: 4px;
    left: 20px;
    font-size: 30px;
    content: "\f0d8";
    font-family: FontAwesome;
    line-height: 0;
    color: #171717;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/* widget */
.widget{
    margin-bottom: 16px;
}

/* bars */
#bars{
    display: none;
}
#menubar{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #ebebeb;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.address span{
    display: block;
}
.search-form{
    padding: 0px;
}
.search-form .search-field{
    color: #888686;
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-radius: 2rem;
    padding: 0.67rem 1rem 0.57rem;
    margin: 0.4rem 0;
    font-size: 13.005px;
    transition: color 400ms ease-in, border-color 400ms ease-in;
    height: calc(1.5em + 0.75rem + 8px);
    border-right: 0px;
    outline: 0;
}
.search-form .search-field:focus{
    box-shadow: 0 0 0;
}
.search-form button[type="submit"]{
    border: 1px solid #e1e1e1;
    border-radius: 2rem;
    color: #333;
    border-top-right-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
    height: calc(1.5em + 0.75rem + 8px);
    transition: color 400ms ease-in, border-color 400ms ease-in;
    font-size: 13.005px;
    padding: 0.47rem 1rem 0.57rem;
    margin: 0.4rem 0;
    border-left: 0px;
    outline: 0;
}
.search-form button[type="submit"]:focus{
    box-shadow: 0 0 0;
}

/* primary */
#primary{
    background-color: #f1f1f1;
    z-index: 999 !important;
}

ul.primary-menu{
    padding: 0px;
    list-style: none;
    margin: 0;
    text-align: center;
}
ul.primary-menu li{
    display: inline-block;
    position: relative;
}
ul.primary-menu li a{
    display: block;
    color: rgba(0,0,0,1);
    padding: 0px 13px;
    text-decoration: none;
    font-weight: 700;
    line-height: 50px;
    transition: all .2s;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
ul.primary-menu li ul.sub-menu{
    position: absolute;
    top: 100%;
    padding: 10px 0px;
    min-width: 260px;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 2px 5px 8px 0px rgba(0, 0, 0, 0.1);
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: none;
    z-index: 999;
}

ul.primary-menu li:hover ul.sub-menu{
    display: block;
}
ul.primary-menu li ul.sub-menu li{
    display: block;
    width: 100%;
}

ul.primary-menu li.current-menu-item ul.sub-menu li a{
    background-color: transparent;
}
ul.primary-menu li.menu-item-has-children:after, ul.primary-menu li.menu-item-has-children:before {
    bottom: -2px;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
ul.primary-menu li ul.sub-menu li>a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
    border-bottom: 1px solid #ececec;
    transition: all .2s;
    padding: 10px 0px;
    line-height: 1.3;
    font-weight: 400;
}
ul.primary-menu li ul.sub-menu li:last-child a{
    border-bottom: 0;
}
ul.primary-menu li.menu-item-has-children:hover:before{
    z-index: 999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
ul.primary-menu li.menu-item-has-children:hover:after{
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    z-index: 999;
}
ul.primary-menu>li.menu-item-has-children>a:after {
    content: "\f107";
    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;
    left: 5px;
    position: relative;
}
ul.primary-menu li ul.sub-menu li:hover a{
    color: rgba(17,17,17,0.85)
}
ul.primary-menu li ul.sub-menu li ul.sub-menu{
    top: 0;
    left: 100%;
    display: none;
}
ul.primary-menu li ul.sub-menu li:hover ul.sub-menu{
    display: block;
}
ul.primary-menu li.menu-item-has-children:hover ul.sub-menu li:before,
ul.primary-menu li.menu-item-has-children:hover ul.sub-menu li:after{
    transform: rotate(-90deg);
    position: absolute;
}
ul.primary-menu li.menu-item-has-children:hover ul.sub-menu li:before{
    top: 13px;
}
ul.primary-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu{
    top: 0;
    left: 100%;
    display: none;
}
ul.primary-menu li ul.sub-menu li ul.sub-menu li:hover ul.sub-menu{
    display: block;
}

ul.primary-menu li ul.sub-menu li.menu-item-has-children:after{
    content: "\f105";
    position: absolute;
    color: #bbb;
    right: 14px;
    top: 50%;
    margin-top: -8px;
    line-height: 14px;
    font-family: FontAwesome;
    opacity: 1;
    transform: rotate(0deg) !important;
    border: 0;
    left: 90%;
}
ul.primary-menu li ul.sub-menu li.menu-item-has-children:before{
    content: 0;
}


/* owl-slider */
#slider,.form-register{
    background-color: #fff6ef;
}
#owl-slider{
    margin-bottom: 16px;
}
#owl-slider .owl-nav{
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 0;
    width: auto;
    top: 95%;
}
#owl-slider button[type="button"] {
    background: rgba(0,0,0,.73);
    color: #fff;
    position: relative;
    bottom: 40%;
    margin: 0;
    padding: 0;
    width: 36px;
    border: none;
    cursor: pointer;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    text-shadow: none;
    line-height: 2.8em;
    vertical-align: middle;
    border-radius: 0;
    text-transform: uppercase;
    font-size: .97em;
    letter-spacing: .03em;
    
    opacity: 0;
}
#owl-slider button[type="button"]:focus{
    outline: 0;
}
#owl-slider:hover button[type="button"].owl-prev{
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}
#owl-slider:hover button[type="button"].owl-next{
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}
#owl-slider:hover button[type="button"]{
    box-shadow: none;
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#owl-slider button[type="button"]:active{
    color: #266971;
}
#owl-slider.owl-carousel.owl-theme .owl-nav .owl-next{
    right: 0;    
}
#owl-slider.owl-carousel.owl-theme .owl-nav .owl-prev{
    left: 0;
}
.dangky{
    padding: 40px 0;
}
.dangky input[type="submit"]{
    width: 100%;
    padding: 14px 28px;
    display: block;
    background-color: #000;
    position: relative;
    vertical-align: middle;
    margin: 0;
    font-family: inherit;
    font-size: 10px;
    line-height: 2em;
    letter-spacing: 2.5px;
    font-weight: 700;
    text-transform: uppercase;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    border: 1px solid transparent;
    color: #fff;
}
.dangky input[type="submit"]:after{
    content: "\f178";
    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;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}
.dangky input[type="text"],
.dangky input[type="tel"],
.dangky input[type="email"]{
    padding: 8px 0 9px 22px;
    font-size: 16px;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0;
    cursor: text;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -o-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
    font-weight: inherit;
    line-height: calc(50px - (20px - 2px));
    color: #333;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
}

/* service */
#service{
    padding: 60px 0;
}
#service .text-center{
    margin: 20px 0;
}
#service h2{
    font-family: Roboto Condensed;
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
}
#service .description {
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-size: 19px;
    font-weight: 400;
    color: #777;
    line-height: 1.526em;
    display: block;
    margin: 10px 0 0;
}
#owl-service{
    text-align: center;
}
#owl-service a{
    font-family: 'Italianno', cursive;
    font-size: 46px;
}
#owl-gallery{
    padding: 30px 0;
}

/* back to top */
a.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: 37px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 2px solid #414c5c;
    border-radius: 100%;
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #414c5c url("../images/cd-top-arrow.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 99;
}

a.cd-top.cd-is-visible, a.cd-top.cd-fade-out, .no-touch a.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

a.cd-top, a.cd-top:visited, a.cd-top:hover {
    color: #CCCCCC;
    text-decoration: none;
}

a.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

a.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: 1;
}


/* address */
.address{
    padding: 39px 0;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.address span{
    display: block;
    font-size: 12px;
    color: #858585;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.address i{
    margin-right: 10px;
}
.address img{
    margin-right: 10px;
}

.bar-sort{
    position: relative;
    display: block;
    list-style: none;
    border-top: none;
    padding: 7px 0;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.bar-sort a{
    position: relative;
    display: inline-block;
}
.icon-gio-hang {
    width: 30px;
    height: 30px;
    border: none;
    display: block;
    background-image: url(../images/icons/cart.png);
    background-size: 100%;
    margin: 0 auto 5px;
}
.bar-sort .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #79e9e0;
    font-weight: 400;
    color: #fff;
    
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.bar-sort .name_cart{
    display: none;
}

/* service */
.service{
    margin-top: 10px;
    margin-bottom: 0px;
}
.service .row .row{
    margin-left: 0px;
    margin-right: 0px;
}
.service .row .row .col-lg-3,
.service .row .row .col-lg-9{
    padding-left: 0px;
    padding-right: 0px;
}
.service a{
    display: block;
    padding: 5px 0;
}
.service strong{
    font-size: 15px;
}
.service p{
    margin-bottom: 0;
}

.related.products,
.widget_category_products,
.widget_news_post{
    margin-top: 60px;
}
.related.products > h2,
.widget_category_products h2,
.widget_news_post h2{
    text-align: center;
    margin-bottom: 35px;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.related.products > h2 > span,
.widget_category_products h2 a,
.widget_news_post h2 span{
    color: #000;
}

.related.products > h2{
    font-weight: 400;
    text-align: center;
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
}
.related.products h2:before{
    content: " ";
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    display: inline-block;
    background-color: #dd3333;
}

/* brick-item */
.brick-item .caption{
    padding: .666rem 0 15px;
    padding-bottom: 0;
    position: relative;
    z-index: 3;
    background-color: #fff;
    text-align: center;
}
.brick-item .caption h4,
.brick-item .caption h3{
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 .666rem;
    letter-spacing: 0;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
.brick-item {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
/*.brick-item:before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    content: '';
    background-color: transparent;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0);
    transition: opacity 0s ease-in;
}
.brick-item:hover:before{
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.08);
    transition: box-shadow .4s ease-in;
}*/

.product-item-price{
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: #dd3333;
}
.product-item-price ins{
    text-decoration: none;
}
.product-item-price del{
    color: #333;
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
}

.brick-item span.onsale {
    background-color: #dd3333;
    height: 50px;
    width: 50px;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    letter-spacing: 1px;
    text-transform: uppercase;
    top: 5px;
    left: 5px;
    z-index: 1;
    color: #fff;
    position: absolute;
    font-size: 14px;
    line-height: 33px;
    padding: 8px 0;
}
.item-inner{
    position: relative;
}
.brick-item .buttons-wrapper .button{
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    padding-left: 22px;
    color: #000;
    white-space: nowrap;
    font-weight: 700;
    text-transform: none;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.brick-item .buttons-wrapper .button {
    -webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,.35);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.35);
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 5;
    padding: 10px 22px 8px;
    margin-top: 1px;
    border-radius: 3rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .7px;
    background-color: #363636;
    transition: background-color .4s ease-in,box-shadow .4s ease-in;
}
.brick-item:hover .buttons-wrapper{
    bottom: 0;
}
.brick-item .caption .row{
    margin: 0;
}
.brick-item .caption .row .col-md-4,
.brick-item .caption .row .col-md-8{
    padding-left: 0px;
    padding-right: 0px;
}

/* news_post */
.owl-carousel.owl-theme .owl-nav{
    margin: 0px;
    position: absolute;
    top: 40%;
    width: 100%;
    transition: opacity .4s ease-in;
    opacity: 0;
}
.owl-carousel.owl-theme:hover .owl-nav{
    opacity: 1;
}
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next{
    position: absolute;
    color: #00d1b7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    transition: color .4s ease-in,background-color .4s ease-in,border-color .4s ease-in;
    outline: 0;
}
.owl-carousel.owl-theme .owl-nav .owl-prev{
    left: -20px;
}
.owl-carousel.owl-theme .owl-nav .owl-next{
    right: -20px;
}

/* widget-news-post */
.main-news{
    background-color: #000;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 30px 0;
}
.widget-news-post{
    margin-bottom: 30px;
}
.widget-news-post h4{
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
    color: #262626;
    font-family: Roboto Condensed;
    font-size: 22px;
    color: #333;
}
.widget-news-post h4 a{
    color: #fff;
}
.widget-news-post p{
    margin-bottom: 13px;
    color: #fff;
    font-size: 13px;
    font-family: "Poppins",Sans-serif;
}
.widget-news-post a.image{
    position: relative;
    display: block;
    order: 0;
    z-index: 2;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}
.widget-news-post a.image img{
    /*-webkit-filter: grayscale(1);
    filter: grayscale(1);*/
    transition: filter .4s ease-in;
    width: 100%;
    height: auto;
}
.widget-news-post a.image:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.widget-news-post a.image:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 1;
    background-color: rgba(255,255,255,.4);
    transition: opacity .4s ease-in;
}
.widget-news-post a.image:hover:before {
    opacity: 1;   
}
.widget-news-post a.image:after{
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10%;
    width: 32px;
    height: 32px;
    font-family: dici-icons;
    content: "\f002";
    line-height: 30px;
    color: #fff;
    opacity: 0;
    transform: translate(-50%,50%);
    transition: bottom .4s ease-in,opacity .4s ease-in;
    
    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;
    font-size: 30px;
}
.widget-news-post a.image:hover:after {
    bottom: 50%;
    opacity: 1;
}

.widget-news-post span.cat{
    border-left: 1px solid #ff6f61;
    padding-left: 6px;
    margin-left: 0px;
}
.widget-news-post span.cat a{
    color: #999;
}
.widget-news-post .the_date{
    top: 14px;
    left: 30px;
    display: block;
    background-color: #fff6ef;
    padding: 0 7px 0 5px;
    margin-bottom: 18px;
    position: absolute;
    display: block;
    z-index: 99;
}
.widget-news-post .the_date span{
    font-family: quentinregular,cursive;
    font-size: 25px;
    -webkit-transform: rotate(-4.9deg);
    -ms-transform: rotate(-4.9deg);
    transform: rotate(-4.9deg);
}
.widget-news-post p.meta{
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    line-height: 1.7em;
    color: #999;
    font-size: 12px;
}

.related-articles h4{
    font-size: 16px;
    font-weight: 400;
}

/* main-product */
.main-product{
    margin-bottom: 30px;
}

/* about */
.height-about{
    display: table;
    width: 100%;
}
.height-about img{
    width: 100%;
    height: auto;
}
.content-about{
    vertical-align:middle;
    display: table-cell;
}
.content-about h3{
    font-family: Roboto Condensed;
    font-size: 23px;
    color: #333;
    font-weight: 400;
}
.content-about p{
    font-family: Roboto Condensed;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.content-about p:first-of-type{
    font-style: italic;
    font-size: 19px;
}
.content-about .btn,
.service_menu .btn {
    color: #fff;
    background-color: #000;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 17px;
}
.content-about .btn span,
.service_menu .btn span{
    padding-right: 10px;
}
.content-about .btn:hover,
.service_menu .btn:hover {
    background-color: #262626;
    border-color: #262626;
}
.content-about .btn i,
.service_menu .btn i{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
}
.content-about .btn:hover i,
.service_menu .btn:hover i{
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.main-about-bottom{
    padding: 60px 0;
}
.main-about-bottom p{
    color: #000;
}

.footertop{
    padding: 20px 0 15px;
    background-color: #000;
}

#footer{
    padding:0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
}
#footer a{
    color: #333;
}

#footer a:hover{
    color: #000;
}
#footer h5{    
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
}
.information{
    margin-bottom: 20px;
}
.action{
    font-size: 16px;
}
.action p{
    padding-bottom: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    margin-top: 0;
    margin-bottom: 0px;
    position: relative;
}
ul.action_footer{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
ul.action_footer i{
    color: #333;
    margin-right: 8px;
}
ul.action_footer li{
    margin: 10px 0;
    font-weight: 400;
    font-size: 16px;
}
ul.action_footer li a{
    color: #333;
    font-size: 16px;
}
ul.secondary-menu{
    list-style: none;
    padding: 0px;
    padding-bottom: 20px;
}
ul.secondary-menu li a{
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 1.5px;
    line-height: 30px;
}

#fanpage{
    padding-top: 20px;
}

#social{
    margin: 15px 0;
    position: relative;
    width: 100%;
}
ul.socialList{
    list-style: none;
    padding: 0px;
    text-align: center;
}
ul.socialList li {
    display: inline-block;
    padding: 0px 3px;
}
ul.socialList li a {
    font-size: 15px;
    padding: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}
ul.socialList li a i{
    color: #fff;
}

#footernav{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #7c7d89;
    border-top: 1px solid rgba(255,255,255,.1);
}
#footernav p{
    margin: 0px;
}

/* page-wrapper */
.page-wrapper{
    
}
.page-wrapper .page-title{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: capitalize;
}
.page-wrapper #breadcrumb{
    margin-bottom: 40px;
    padding: 14px 0;
    text-align: center;
}

.page-wrapper #bread{
    margin-bottom: 40px;
    background: #F9F9F9;
    padding: 14px 0;
}
.page-wrapper #breadcrumb a,
.page-wrapper #breadcrumb span,
.page-wrapper #bread a,
.page-wrapper #bread span {
    color: #1B1919;
    margin-right: 5px;
    text-decoration: none;
    font-style: normal;
    font-family: "Roboto";
    font-size: 13px;
}
.page-wrapper #breadcrumb,
.page-wrapper #bread #breadcrumbs{
    margin-bottom: 0;
}
.page-wrapper #breadcrumb span > span > a:first-child:before,
.page-wrapper #bread #breadcrumbs span > span > a:first-child:before {
    content: "\f015";
    margin-right: 5px;
    font-family: FontAwesome;
}
.page-wrapper #breadcrumb span > span > span a:first-child:before,
.page-wrapper #bread #breadcrumbs span > span > span a:first-child:before{
    display: none;
} 

.box{
    border: 1px solid #ebebeb;
    opacity: 1;
    transform: translateY(0);
    background-color: #fff;
}
.box:before {
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    content: '';
    background-color: transparent;
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,.15);
    transition: box-shadow .4s ease-in;
}
.box .box-image img{
    width: 100%;
    height: auto;
}
.box .caption{
    margin-top: 20px;
    padding: 0 30px 30px;
}
.box .caption h2{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    text-transform: none;
    color: #262626;
}
.box .caption p {
    margin-bottom: 13px;
    color: #696969;
    font-size: 13px;
    font-family: "Poppins",Sans-serif;
}

/* wp-pagenavi */
.navigation{
    width: 100%;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
}
.navigation .wp-pagenavi {
    display: inline-block;
    list-style: none;
    padding-left: 0;
    margin: 1em;
}
.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span{
    position: relative;
    display: inline-block;
    margin: 0 5px;
    min-width: 30px;
    text-align: center;
    line-height: 39px;
    text-decoration: none;
    border: 0;
}
.navigation .wp-pagenavi a:before,
.navigation .wp-pagenavi a:after,
.navigation .wp-pagenavi span:before,
.navigation .wp-pagenavi span:after{
    position: absolute;
    z-index: 0;
    bottom: 0;
    height: 1px;
    content: "";
}
.navigation .wp-pagenavi a:before,
.navigation .wp-pagenavi span:before{
    left: 0;
    width: 0;
    transition: width .3s cubic-bezier(.455,.03,.515,.955);
    background-color: currentColor;
}
.navigation .wp-pagenavi a:hover:before,
.navigation .wp-pagenavi a.current:before,
.navigation .wp-pagenavi span:hover:before,
.navigation .wp-pagenavi span.current:before{
    width: 100%;
    transition: width .3s .1s cubic-bezier(.455,.03,.515,.955);
}
.navigation .wp-pagenavi a:after, 
.navigation .wp-pagenavi span:after {
    right: 0;
    width: 100%;
    transition: width .3s .1s cubic-bezier(.455,.03,.515,.955);
    background-color: #929292;
}
.navigation .wp-pagenavi a:hover:after, 
.navigation .wp-pagenavi a.current:after, 
.navigation .wp-pagenavi span:hover:after, 
.navigation .wp-pagenavi span.current:after {
    width: 0;
    transition: width .3s cubic-bezier(.455,.03,.515,.955);
}

/* more-link */
.more-link{
    display: inline-block;
    position: relative;
    margin-top: 26px;
    overflow: hidden;
    z-index: 5;
    border-radius: 3rem;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: .7px;
    background-color: #363636;
    padding: 8px 22px;
    transition: background-color .4s ease-in,box-shadow .4s ease-in;
}
.more-link:hover{
    color: #fff;
    background-color: #00d1b7;
}


/* calenda */
.calendar_wrap table {
    width: 100%;
    border: 0px;
}
.widget.widget_calendar #calendar_wrap caption {
    caption-side: top;
    
    text-align: center;
    color: #313131;
    font-weight: 500;
    font-size: 15px;
    background-color: #f8fafa;
    padding: 20px 20px 19px;
    margin-bottom: 10px;
}
.widget.widget_calendar #calendar_wrap thead {
    border-bottom: 1px solid #ebebeb;
}
.widget.widget_calendar #calendar_wrap thead tr{
    border: 0px;
}
.widget.widget_calendar #calendar_wrap thead tr th {
    color: #3c4a55;
    border: 0;
    font-weight: bold;
    padding: 6px;
    text-align: center;
}
.widget.widget_calendar #calendar_wrap tfoot tr {
    border: 0px;
    border-top: 1px solid #ebebeb;
}
.widget.widget_calendar #calendar_wrap tfoot #next {
    text-align: right;
}
.widget.widget_calendar #calendar_wrap tbody tr td, .widget.widget_calendar #calendar_wrap tfoot tr td {
    color: #818181;
    border: 0;
    padding: 7px;
    text-align: center;
    font-size: 13px;
    position: relative;
}
.widget.widget_calendar #calendar_wrap tfoot #prev {
    text-align: left;
}
.widget.widget_calendar #calendar_wrap tfoot #prev a, .widget.widget_calendar #calendar_wrap tfoot #next a {
    color: #00aeef;
    text-decoration: none;
}
.widget.widget_calendar #calendar_wrap tbody {
    padding-top: 20px;
}
.widget.widget_calendar #calendar_wrap tbody tr{
    border: 0;
}
.widget.widget_calendar #calendar_wrap tbody tr td a{
    text-decoration: none;
}
.widget.widget_calendar #calendar_wrap tbody tr td a:before {
    content: '\f040';
    font-family: 'FontAwesome';
    margin-right: 3px;
    font-size: 12px;
}
.widget.widget_calendar #calendar_wrap tbody tr:first-child td {
    padding-top: 20px;
}
.widget.widget_calendar #calendar_wrap #today {
    color: #00aeef;
    font-weight: bold;
}

.widget_recent_entries.widget ul,
.widget_recent_comments.widget ul,
.widget_news_post_right.widget ul {
    list-style: none;
    margin: 0;
    padding: 0px;
}
.widget_recent_entries.widget ul li,
.widget_recent_comments.widget ul li,
.widget_news_post_right.widget ul li {
    display: inline-block;
    float: none;
    clear: both;
    width: 99%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    list-style: none;
    line-height: 140%;
}
.widget_recent_entries.widget ul li a {
    display: block;
    line-height: 2;
    padding: 3px 0px;
    font-size: 13px;
    position: relative;
}

.box-image a.image{
    position: relative;
    display: block;
    order: 0;
    z-index: 2;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    max-width: 100%;
}
.box-image a.image:hover img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.box-image a.image:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 1;
    background-color: rgba(255,255,255,.4);
    transition: opacity .4s ease-in;
}
.box-image a.image:hover:before {
    opacity: 1;   
}
.box-image a.image:after{
    display: block;
    position: absolute;
    left: 50%;
    bottom: -10%;
    width: 32px;
    height: 32px;
    font-family: dici-icons;
    content: "\f002";
    line-height: 30px;
    color: #fff;
    opacity: 0;
    transform: translate(-50%,50%);
    transition: bottom .4s ease-in,opacity .4s ease-in;
    
    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;
    font-size: 30px;
}
.box-image a.image:hover:after {
    bottom: 50%;
    opacity: 1;
}

/* post_view */
ul#post_view li .post_view a{
    display: block;
    padding: 0;
}
.post_view img{
    max-width: 80px;
    margin-right: 13px;
}
.post_view h4{
    font-size: 13.995px;
    font-weight: 500;
    color: #000;
    line-height: 1.3em !important;
    display: block;
}

#sidebar .widget.widget_search label{
    display: none;
}
#sidebar .widget.widget_search .search-field {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    font-size: 13.005px;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: .3rem 1rem .3rem;
    margin: 0;
    outline: 0;
}
#sidebar .widget.widget_search .search-field:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
#sidebar .widget.widget_search button {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    padding: .3rem 1rem .3rem;
    color: #888686;
    text-align: center;
    transform: translateY(-1px);
    outline: 0;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    font-size: 13.005px;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
}
#sidebar .widget.widget_search button:focus {
    outline: 0;
    box-shadow: 0 0 0;
}
.tagcloud a{
    display: inline-block;
    padding: 4px 12px 3px;
    margin: 5px 4px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3rem;
    color: #fff;
    background-color: #000;
    transition: color .4s ease-in,background-color .4s ease-in;
}
.tagcloud a:hover{
    background-color: #00d1b7;
}
.tagcloud a:before {
    display: inline-block;
    content: "#";
}

#map {
    height: 390px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 3px;
}
#contact{
    padding-bottom: 20px;
}
#contact label {
    color: #2d5789;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
#contact .form-group {
    margin-bottom: 30px;
}
#contact input{
    border-radius: 2rem;
    padding: .67rem 1rem .57rem;
    font-size: 13.005px;
    transition: color .4s ease-in,border-color .4s ease-in;
}
#contact input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    border: none;
    padding: 1em 3.5em;
    text-transform: uppercase;
    background-color: #000;
    transition: background-color .4s ease-in;
    border-radius: 3rem;
    color: #fff;
    font-size: 12px;
}
#contact input[type="submit"]:hover{
    background-color: #00d1b7;
}
.comment-form .comment-form-author label,
.comment-form .comment-form-email label {
    width: 96px;
}

.page-wrapper .content{
    border: 0;
    padding: 30px 0;
}

.box-icon-wrapper{
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    position: relative;
    z-index: 1;
}
.box-icon-wrapper img{
    margin-right: 15px;
}
.info-box-inner span{
    display: block;
    color: rgba(0,0,0,.7);
    line-height: 1.7;
}
.info-box-inner span:first-child {
    font-weight: bold;
}
.entry-content a{
    color: #da0000;
}
.entry-content blockquote{
    padding: 15px 0px 10px;
    line-height: normal;
    padding-left: 15px;
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: #ECF0F1;
    border: 0;
    border-left: 4px solid #3498DB!important;
    box-shadow: 0 1px 2px rgb(0 0 0 / 17%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 17%);
    text-decoration: none;
}

.sub_category {
    background: #ffebeb;
    padding: 8px 15px;
    border-radius: 4px;
    border: 1px dashed #dd3333;
    overflow: hidden;
    margin: 10px 0;
}
.sub_category ul{
    padding: 0px;
    margin-bottom: 0;
}
.sub_category li {
    position: relative;
    color: #dd3333;
    margin: 0 20px;
    list-style: disc;
    float: left;
}
.sub_category li a {
    color: #0073ca;
    display: block;
    padding: 7px 0;
    font-weight: 400;
    font-size: 14px;
}
.sub_category li:hover a {
    text-decoration: underline;
}

#topbar{
    background-color: #000;
    color: #ffffff;
    padding: 8px 0px;
}
.sologan{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 13px;
    padding: 5px 0px;
}
.text-map a,
.time{
    font-size: 13px;
    color: #fff;
    padding: 5px 0px;
}
#topbar ul.socialList{
    margin-bottom: 0;
}
#topbar ul.socialList li a{
    color: #fff;
    height: 15px;
    width: 15px;
    line-height: 15px;
}
#topbar ul.socialList li {
    padding: 0px 5px;
}
#topbar .time-phone{
    display: inline-flex;
}
#topbar .time-phone .phone{
    padding: 5px 0px;
    font-size: 13px;
    color: #fff;
    margin-left: 15px;
}
#topbar .time-phone .phone a{
    color: #fff;
}

.main-about{
    background-color: #000;
/*    background-image: url(../images/home1-bg-img.jpg);*/
    background-repeat: no-repeat;
    padding: 60px 0;
}

.service_menu{
    padding: 60px 0;
}
.service_menu .text-center{
    margin-bottom: 30px;
}
.text-servicemenu h3{
    font-family: Roboto Condensed;
    font-size: 23px;
    color: #fff;
    font-weight: 400;
}
.text-servicemenu-des{
    margin-bottom: 30px;
}
.text-servicemenu-des p{
    font-family: 'Roboto Condensed';
    font-style: italic;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 1.526em;
    display: block;
    margin: 10px 0 0;
}
.text-service-menu h4{
    text-align: center;
    font-family: Roboto Condensed;
    color: #333;
    font-size: 26px;
    font-weight: 400;
}
.text-service-menu ul{
    list-style: none;
    padding: 0;
}
.text-service-menu ul li{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 22px;
}
.eltdf-pli-title-holder {
    margin: 0 0 7px;
}
.eltdf-pli-title-holder .eltdf-pli-title {
    position: relative;
    display: table-cell;
    width: 1%;
    padding: 0 10px 0 0;
    margin: 0;
    white-space: nowrap;
    line-height: 1em;
    bottom: -2px;
    font-family: Roboto Condensed;
    color: #333;
    font-size: 22px;
    font-weight: 400;
}
.eltdf-pli-title-holder .eltdf-pli-dots {
    position: relative;
    display: table-cell;
    height: 3px;
    width: 98%;
    z-index: 1;
    border-bottom: 1px solid #e1e1e1;
}
.eltdf-pli-title-holder .eltdf-pli-price-holder {
    display: table-cell;
    width: 1%;
    padding: 0 0 0 13px;
    white-space: nowrap;
}
.eltdf-pli-price-holder .eltdf-pli-price {
    font-family: 'Roboto Condensed';
    color: #333;
    position: relative;
    line-height: .5;
    margin: 0;
    bottom: -2px;
}

.main-review{
    background-image: url('../images/home1-bg-img-4-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px;
    background-position: center;
}
.height-review{
    display: table;
    width: 100%;
}
.content-review{
    vertical-align: middle;
    display: table-cell;
    position: relative;
}
.content-review:before {
    content: "";
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 1px;
    background: url(../images/quote-testimonials.png) no-repeat;
    height: 131px;
    width: 158px;
    display: block;
    position: absolute;
    z-index: 1;
}
.content-review h3{
    font-family: Roboto Condensed;
    font-size: 23px;
    z-index: 2;
    position: relative;
}
.content-review p{
    position: relative;
    z-index: 2;
}
.content-review p:first-of-type {
    font-size: 17px;
    font-style: italic;
    line-height: 28px;
    color: #777;
}
.content-review p:last-child{
    font-size: 18px;
}
.content-review p:last-child:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 1px;
    margin-right: 5px;
    background-color: #ff6f61;
}
.main-review .owl-dots {
    transform: rotate(-90deg);
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: 0 !important;
}
.main-review .owl-theme .owl-dots button.owl-dot{
    outline: 0;
}
.main-review .owl-theme .owl-dots button.owl-dot:hover span,
.main-review .owl-theme .owl-dots button.owl-dot.active span {
    background-color: #ff6f61;
}
.main-review .owl-theme .owl-dots button.owl-dot span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border-radius: 3em;
    background-color: transparent;
    border: 1px solid #ff6f61;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .2s ease-out,border .2s ease-out;
    -o-transition: background-color .2s ease-out,border .2s ease-out;
    transition: background-color .2s ease-out,border .2s ease-out;
}
.main-review .owl-theme .owl-dots button.owl-dot span:after{
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ff6f61;
    -webkit-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.main-review .owl-theme .owl-dots button.owl-dot:hover span:after,
.main-review .owl-theme .owl-dots button.owl-dot.active span:after {
    background-color: #fff;
}


/* main-gallery */
.main-gallery{
    padding: 60px 0;
}
.cap_album{
    padding-top: 60px;
}
.album-back{
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.cap-album-back{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(255,246,239,.9);
    opacity: 0;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    -webkit-box-shadow: inset 0 0 0 1px rgb(255 111 97 / 35%);
    box-shadow: inset 0 0 0 1px rgb(255 111 97 / 35%);
}
.album-back .image{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.album-back:hover .cap-album-back{
    opacity: 1;
}

.album-back .cap-album-back .caption {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.eltdf-pli-text {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.album-back .eltdf-pli-text h4{
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition: all .5s cubic-bezier(.54,.15,0,.96) .2s;
    -o-transition: all .5s cubic-bezier(.54,.15,0,.96) .2s;
    transition: all .5s cubic-bezier(.54,.15,0,.96) .2s;
    margin: 0;
}
.album-back:hover .eltdf-pli-text h4{
    opacity: 1;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.eltdf-pli-category-holder {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition: all .5s cubic-bezier(.54,.15,0,.96);
    -o-transition: all .5s cubic-bezier(.54,.15,0,.96);
    transition: all .5s cubic-bezier(.54,.15,0,.96);
    position: relative;
    display: block;
    margin: 1px 0 0;
}

.album-back:hover .eltdf-pli-category-holder {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* owl-partner */
.main-partner{
    background-color: #fff6ef;
    background-image: url(../images/home1-bg-img-5.jpg);
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 125px 0;
}

.partner{
    margin-bottom: 40px;
    text-align: center;
}
.partner:last-child{
    margin-bottom: 0;
}
.partner a img{
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease
}
.partner a:hover img{
    filter: invert(48%) sepia(13%) saturate(3207%) hue-rotate(325deg) brightness(95%) contrast(80%);
}

/* main-team */
.main-team{
    padding: 60px 0;
    padding-bottom: 12%;
}
.main-team .col-md-dacbiet{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.main-team .col-md-dacbiet.thap{
    
}
.main-team .col-md-dacbiet.cao{
    
}
.main-team .col-md-dacbiet .item-dacbiet{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.main-team .col-md-dacbiet.thap .item-dacbiet{
    top: 143px;
}
.main-team .col-md-dacbiet h4{
    position: absolute;
    display: block;
    left: 0;
    top: auto;
    bottom: 24px;
    width: 91%;
    height: auto;
    background-color: #fff6ef;
    z-index: 1;
    opacity: 0;
    padding: 23px 19px 17px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .4s cubic-bezier(.65,.18,.25,1);
    -o-transition: all .4s cubic-bezier(.65,.18,.25,1);
    transition: all .4s cubic-bezier(.65,.18,.25,1);
    font-size: 16px;
}
.main-team .col-md-dacbiet h4:before {
    content: '';
    display: inline-block;
    margin-right: 17px;
    width: 32px;
    height: 1px;
    background-color: #ff6f61;
    vertical-align: middle;
}
.main-team .col-md-dacbiet:hover h4 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* main-contact */
.main-contact{
    padding: 60px 0;
    background-color: #000;
/*    background-image: url(../images/home1-bg-img-6.jpg);*/   
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.height-contact{
    display: table;
    width: 100%;
}
.content-contact{
    vertical-align: middle;
    display: table-cell;
    position: relative;
    padding-left: 45px;
}

ul.menu_be{
    padding: 0px;
    list-style: none;
}
h4.tax_term-heading{
    text-align: center;
    font-family: Roboto Condensed;
    color: #333;
    font-size: 26px;
    font-weight: 400;
}
ul.menu_be li {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 22px;
}


.pum-content{
    outline: 0;
    padding-top: 25px;
    border-top: 1px solid #d8d8d8;
}
.pum-content label {
    color: #2d5789;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.pum-content .form-group {
    margin-bottom: 30px;
}
.pum-content input{
    border-radius: 2rem;
    padding: .67rem 1rem .57rem;
    font-size: 13.005px;
    transition: color .4s ease-in,border-color .4s ease-in;
}
.pum-content input[type="submit"] {
    display: inline-block;
    vertical-align: bottom;
    border: none;
    text-transform: uppercase;
    background-color: #000;
    transition: background-color .4s ease-in;
    border-radius: 3rem;
    color: #fff;
    font-size: 12px;
}
.pum-content input[type="submit"]:hover{
    background-color: #00d1b7;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.zalo-container:not(.right){
    left: 20px !important;
}