/*
Theme Name: Minh Dương ADS Theme
Theme URI: https://minhduongads.com/
Author: Minh Dương
Author URI: https://minhduongads.com/
Description: Giao diện được nghiện cứu, chọn lọc phù hợp với từng ngành nghề kinh doanh. Tương thích trên mọi thiết bị hiển thị như: PC, Laptop, mobile, tablet. Áp dụng công nghệ Reponsive Web Design, web mobile được thiết kế phải có khả năng tự động điều chỉnh để hiện thị trên những thiết bị có kích thước màn hình khách nhau.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: shtheme
Tags: html5, css3 , bootstrap 4, jquery, responsive, cslick-carousel, ...

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
## Sidebar - Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
## Layout construct
## Shortcode
## Footer
## Menu Mobile
## Custom css
## Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@font-face {
	font-family: SVN-Gilroy;
	font-style: normal;
	font-weight: 400;
	src: url(./lib/fonts/svn-gilroy_regular.ttf);
}
@font-face {
	font-family: SVN-Gilroy;
	font-style: normal;
	font-weight: 400;
	src: url(./lib/fonts/svn-gilroy_regular.ttf);
}
@font-face {
	font-family: SVN-Gilroy;
	font-style: normal;
	font-weight: 500;
	src: url(./lib/fonts/svn-gilroy_medium.ttf);
}
@font-face {
	font-family: SVN-Gilroy;
	font-style: normal;
	font-weight: 700;
	src: url(./lib/fonts/svn-gilroy_med.ttf);
}
@font-face {
	font-family: SVN-Gilroy;
	font-style: normal;
	font-weight: 700;
	src: url(./lib/fonts/svn-gilroy_semibold.ttf);
}
@font-face {
	font-family: SVN-Gilroy;
	font-style: normal;
	font-weight: 700;
	src: url(./lib/fonts/svn-gilroy_semibold.ttf);
}
html {
    font-size: 62.5%;
}

body {
/*     font-family: 'Nunito', sans-serif; */
	font-family: SVN-Gilroy,Inter,Roboto,Tahoma,sans-serif;
    font-size: 16px;
	font-weight: 300;
    line-height: 1.7;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
    margin-bottom: 1rem;
}
a {
    color: #000;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--secondary-color);
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}
.site-content {
	min-height: 415px;
}
.site-boxed {
    max-width: 1140px;
    margin: 0 auto;
}

.site-boxed .container {
    padding-left: 0;
    padding-right: 0;
}

.menu-fix {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0 12px 6px rgb(0 0 0 / 6%);
	-webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
	padding: 10px 0;
}
.menu-fix > .row{
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@-moz-keyframes fadeInDown {
    from {
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes fadeInDown {
    from {
        -webkit-transform: translatey(-20px);
        -moz-transform: translatey(-20px);
        -o-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -o-transform: translatey(0);
        transform: translatey(0);
    }
}
.hotline a {
    font-size: 17px;
    text-transform: none;
    color: #182f45;
    line-height: 33px;
    font-weight: 700;
    display: block;
}
.hotline a i {
    color: #71bf44;
    margin-right: 6px;
}
.fa{
    font-family: "FontAwesome";
}
.wpcf7-spinner{
    position: absolute;
    top: 10px;
    right: 20px;
    margin: 0;
}
b, strong {
    font-weight: 700;
}
.entry-thumb > a{
    position: relative;
    display: block;
    background: #f5f5f9;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}
.entry-thumb img{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%,-50%);	
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.entry-thumb img:hover{
    transform: translate(-50%,-50%) scale(1.1);	
}
:root{
    --primary-color: #911b1c;
    --secondary-color: #f0a19a;
}
/*--------------------------------------------------------------
# Custom css
--------------------------------------------------------------*/


/* Font size - px */

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fs-17 {
    font-size: 17px;
}

.fs-18 {
    font-size: 18px;
}

.fs-19 {
    font-size: 19px;
}

.fs-20 {
    font-size: 20px;
}

.fs-21 {
    font-size: 21px;
}

.fs-22 {
    font-size: 22px;
}

.fs-23 {
    font-size: 23px;
}

.fs-24 {
    font-size: 24px;
}

.fs-25 {
    font-size: 25px;
}

.fs-26 {
    font-size: 26px;
}

.fs-27 {
    font-size: 27px;
}

.fs-28 {
    font-size: 28px;
}

.fs-29 {
    font-size: 29px;
}

.fs-30 {
    font-size: 30px;
}

.fs-31 {
    font-size: 31px;
}

.fs-32 {
    font-size: 32px;
}

.fs-33 {
    font-size: 33px;
}

.fs-34 {
    font-size: 34px;
}

.fs-35 {
    font-size: 35px;
}

.fs-36 {
    font-size: 36px;
}

.fs-37 {
    font-size: 37px;
}

.fs-38 {
    font-size: 38px;
}

.fs-39 {
    font-size: 39px;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.fs-60 {
    font-size: 60px;
}

.fs-70 {
    font-size: 70px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-website-bold {
    font-weight: bold;
}

.flex-box-left {
    align-items: center;
    display: flex;
    justify-content: left;
}

.flex-box-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.flex-box-column {
    flex-direction: column;
}

.border-radius-5 {
    border-radius: 5px;
}

.justify-content-left {
    justify-content: left
}

.background-fff {
    background: #fff !important;
}

/** Bootstrap **/

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
}

.row-collapse {
    margin: 0;
    width: 100%;
}

.row-collapse>[class*="col-"]:not(.col-inner) {
    padding: 0;
}

.meta-topbar {
    position: absolute;
    top: 50%;
    right: 15px;
	transform: translatey(-50%);
	display: flex;
    align-items: center;
	z-index: 1;
}
.user-login .user-login-wrap> a{
	background-color: var(--primary-color);
	border-radius: 3px;
    color: #fff;
    margin-right: 15px;
	display: inline-block;
	min-height: 38px;
	line-height: 38px;
	padding: 0px 18px;
	text-transform: capitalize;
}
.user-login .user-login-wrap:hover .sub-menu-user {
	opacity: 1;
	visibility :visible;
}
.user-login  a i{
	margin-right: 8px;
}
.sub-menu-user {
	padding: 0px;
    position: absolute;
    top: 100%;
    right: 70px;
    min-width: 250px;
    width: auto;
    z-index: 99;
    background: #fff;
	border: 2px solid #ddd;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.7, 1, 0.7, 1);
    visibility: hidden;
    opacity: 0;
}
.sub-menu-user li{
	list-style: none;
}
.sub-menu-user li+li{
	border-top: 1px solid #ddd;
}
.sub-menu-user li a{
	display: block;
	padding: 10px 20px;
}
.sub-menu-user li a:hover{
    background-color: var(--primary-color);
	color: #fff;
}
.sub-menu-user::after, .sub-menu-user::before {
    top: -22px;
    z-index: 10;
    right: 15px;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.sub-menu-user::before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
    right: 12px;
}

.sub-menu-user::after {
    top: -16px;
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top-bar {
	padding: 10px 0px;
}
.site-title,
.site-description {
    font-size: 0;
    margin: 0
}
.header-main{
	background: #f1d3c1;
    padding: 5px 0px;
    position: relative;
}

.site-header .header-content {
    position: relative;
}


/* Header style 1 */




/* Header style 2 */

.site-header.header-logo .logo img {
	width:100px;
}


/* Header style 3 */


/*--------------------------------------------------------------
# Main Navigation
--------------------------------------------------------------*/
.blog-name{
    font-size: 30px;
    font-weight: 900;
	font-family: 'Nunito', sans-serif;
}
.main-navigation ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.main-navigation ul.menu li {
    position: relative;
    display: block;
}

.main-navigation ul.menu>li {
    margin-right: 30px;
}

.main-navigation ul.menu>li:last-child {
    margin-right: 0px;
}

.main-navigation ul.menu li:first-child ul.sub-menu a {
    font-size: 14px;
    font-weight: 500;
}

.main-navigation ul.menu>li>a {
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
    color: #FFF;
    text-transform: uppercase;
}
.site-header.header-logo .main-navigation ul.menu.menu-cat>li{
    width: 100%;
}
.site-header.header-logo .main-navigation ul.menu.menu-cat>li>a{
    background: #71bf44;
    color: #fff;
    font-family: "Barlow", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    padding-left: 20px;
}
.main-navigation ul.menu.menu-cat>li>a:before {
    content: "\f0c9";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 10px;
}

.main-navigation ul.menu>li.li-home>a:before {
    content: "\f015";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    margin-right: 5px;
}
.main-navigation ul.menu>li a{
	cursor: pointer;
}
.main-navigation ul.menu>li .woocommerce-product-search {
	position: absolute;
    right: 0;
    line-height: normal;
    min-width: 330px;
	display: none;
}
/* Submenu 1 */
.main-navigation ul ul {
    background-color: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    display: none;
    z-index: 99999;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    -o-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
	border: 1px solid #ddd;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
}

.main-navigation ul li:hover>ul {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main-navigation ul ul li a {
	color: var(--primary-color);
	display: block;
	white-space: nowrap;
	padding: 8px 20px;
	font-weight: 400;
}
.main-navigation ul ul li+li{
	border-top: 1px solid #ddd;
}
.main-navigation ul ul li a:hover {
	background-color: var(--secondary-color);
}

.main-navigation ul ul li.menu-item-has-children>a:before {
    content: "\f0da";
    float: right;
    margin-right: -14px;
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    line-height: 22px;
}


/* Submenu 2 */

.main-navigation ul ul ul {
    position: absolute;
    left: 80%;
    top: -2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: transform 0.2s ease-out;
    -moz-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}

.main-navigation ul ul li:hover>ul {
    opacity: 1;
    left: 100%;
    visibility: visible;
}

.site-header.header-banner .main-navigation,
.site-header.header-logo-style2 .main-navigation {
    background: #193b57;
}

.site-header.header-logo .main-navigation {
    background: none;
}

.site-header.header-logo .main-navigation ul.menu>li>a {
	color: var(--primary-color);
    padding: 0;
    line-height: 50px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-transform: none;
}
.site-header.header-logo .main-navigation ul.menu>li>a::before,
.site-header.header-logo .main-navigation ul.menu>li.current-menu-item>a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 5;
    pointer-events: none;
    background-color: var(--primary-color);
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.site-header.header-logo .main-navigation ul.menu>li>a:hover::before,
.site-header.header-logo .main-navigation ul.menu>li.current-menu-item>a::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background: var(--primary-color);
    opacity: 1;
}
.site-header.header-logo .main-navigation ul.menu>li.current-menu-item>a {
	font-weight: 700;
}
.site-header.header-logo .main-navigation ul.menu>li:last-child>a {
    border-right: none;
}
.main-navigation ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    margin-left: 10px
}

.main-navigation ul.menu>li.menu-item-has-children:hover>a:after {
    content: "\f106"
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 10px;
    padding-left: 10px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
.phone-ring {
    position: fixed;
    left: 15px;
    bottom: 6px;
    z-index: 999999;
}

.phone-circle {
    position: relative;
    background-color: #c4172c;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

    .phone-circle, .phone-circle .ping {
        display: inline-block;
        width: 44px;
        height: 44px;
    }

        .phone-circle .fa {
            position: absolute;
            left: 10px;
            top: 10px;
            color: #fff;
            font-size: 24px;
            -webkit-animation: ring-anim 1s infinite ease-in-out;
            animation: ring-anim 1s infinite ease-in-out;
        }

.fa-phone {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.phone-circle .ping {
    opacity: 1;
    border: 1px solid #c4172c;
    background-color: rgba(221,21,21,.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-animation: sonar-anim 1.25s linear infinite;
    animation: sonar-anim 1.25s linear infinite;
}

@-webkit-keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonar-anim {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@-webkit-keyframes ring-anim {
    0%,100%,50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@keyframes ring-anim {
    0%,100%,50% {
        -webkit-transform: rotate(90deg) scale(1) skew(1deg);
        transform: rotate(90deg) scale(1) skew(1deg)
    }

    10%,30% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    20%,40% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}
.follow-us {
    display: block;
    position: fixed;
    bottom: 100px;
    left: 16px;
    text-align: right;
    z-index: 1000;
    width: 54px;
}

.follow-us a {
    margin: 5px;
    display: block;
    float: right;
}
.addthis-smartlayers.addthis-smartlayers-desktop{
    display: none;
}
.page-title,
h1.entry-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 30px;
}

.page-title-bar {
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}

.page-title-bar .title {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 0;
}

.breadcrumb {
    padding: 10px 0 0;
    margin-bottom: 0;
    background: none;
    color: var(--primary-color);
}
.breadcrumb a{
    color: var(--primary-color);	
}
.breadcrumb a,
.breadcrumb span.breadcrumb_last{
    padding: 0 10px;
}
.breadcrumb span>span:nth-child(1)>a{
    padding-left: 0;
}
.breadcrumb span>span:nth-child(1)>a:before{
	content: "\f015";
	font-family: FontAwesome;
	margin-right: 10px;
}
#back-top {
    margin: 0
}

#back-top a {
    border-radius: 50%;
    height: 44px;
    width: 44px;
    position: fixed;
    bottom: 15px;
    right: 30px;
    z-index: 9;
    background: var(--secondary-color);
    display: inline-block;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    color: #fff;
    text-align: center;
}
#back-top a i {
    display: block;
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
}

.col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.wpcf7 label {
    font-weight: 600;
    display: block
}

.wpcf7 div.wpcf7-validation-errors {
    margin: 2em 0 1em
}

.wpcf7 span.wpcf7-not-valid-tip {
    margin: 5px 0
}

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

.page_nav * {
    display: inline-block;
    padding: 3px 14px;
    border: 1px solid var(--primary-color);
    margin: 0;
}

.page_nav .current,
.page_nav .page-numbers:hover {
    background: var(--primary-color);
    color: #FFF;
}
.screen-reader-text {
    display: none;
}
.btn {
    font-size: 14px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #FFF;
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover {
    background-color: #286090;
    border-color: #204d74;
}
.form-control {
    height: 42px;
    font-size: 14px;
}

textarea.form-control {
    height: 66px;
}

.wpcf7-captchac{
    height: 32px;
    width: 100px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

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


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.content-sidebar-wrap:before,
.content-sidebar-wrap:after {
    clear: both;
    display: table;
    content: " "
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}


/*--------------------------------------------------------------
# Sidebar - Widgets
--------------------------------------------------------------*/
.sidebar .slider-products {
	position: relative;
	padding-bottom: 30px;
}
.sidebar .slider-products .slick-slider .slick-arrow {
    bottom: -20px;
	top: unset;
    transform: translateY(0);
    border-radius: 0;
    width: 30px;
    height: 30px;
}
.sidebar .slider-products .slick-slider .slick-prev {
    left: calc(50% - 40px);
}
.sidebar .slider-products .slick-slider .slick-next {
    right: calc(50% - 40px);
}
.widget .form-book-appointment{
	padding: 15px;
	border-radius: 0;
	border: 1px solid #dae2ee;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.sidebar .widget {
    margin: 0 0 20px 0;
}

.sidebar .widget-title {
    padding: 0;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    margin-bottom: 26px;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
/* 	padding-left: 32px; */
}
/* .sidebar .widget-title:before {
    background-image: url(./lib/images/flower.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
	height: 24px;
} */
.sidebar .widget-title:after {
    background-image: url(./lib/images/heading-line.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
}
.products-hot{
    background: #fff;
    border: solid 1px #ebebeb;
}
.products-hot li:first-child{
    padding-top: 0;
}
.products-hot li:last-child{
    border-bottom: none;
}
.products-hot li{
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    height: 80px;
}
.products-hot li img {
    float: left;
    margin-right: 8px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.products-hot h3 a {
    color: #000;
    overflow: hidden;
    display: block;
    line-height: 20px;
    font-size: 15px;
}
.products-hot h3 a:hover {
    color: #00adef;
}
.products-hot .price {
    color: #dc306b!important;
    font-family: "Barlow", sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.sidebar .widget ul {
	background-color:#fff;
    padding: 10px;
}
.sidebar .widget ul.product-categories{
    padding: 0;
}
.sidebar .widget ul.product-categories a{
	padding: 7px 0px;
    font-size: 16px;
    color: var(--primary-color);
    background-color: #fff;
    line-height: 1.75;
}
.sidebar .widget ul.product-categories li.current-cat a{
    font-weight: 700;
}
.sidebar .widget ul.product-categories li+li{
	border-top: 1px solid #f1f1f1;
}
.sidebar .widget_nav_menu>div,
.widget_supports .list-supporter,
.sidebar .content-feature-page,
.sidebar .slider-products,
.sidebar .list-post-item,
.sidebar .widget_recently_viewed_products .product_list_widget {
	background-color:#fff;
}

.sidebar .widget_list_posts .list-post-item,
.sidebar .widget_list_view_posts .list-post-item,
.sidebar .widget .content-feature-page,
.sidebar .widget_recently_viewed_products .product_list_widget {
	background-color:#fff;
/*     padding: 10px;
	border: 1px solid #dae2ee; */
}
.sidebar-page .widget.widget_text{
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: #f2f2f2 1px 1px 0px 0px inset, #f2f2f2 -1px -1px 0px 0px inset;
    border-radius: 4px;
    background: #fff;	
}
.sidebar__hotline--title {
    padding-top: 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.sidebar__hotline--icon {
    height: 60px;
    width: 40px;
    line-height: 60px;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}
.sidebar__hotline--text a {
    font-size: 16px;
    color: #ff7200;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}
.sidebar__hotline--text {
    margin-top: 5px;
    margin-bottom: 5px;
    width: calc(100% - 50px);
}
.sidebar .widget:not(.widget_slider_products) ul {
    margin: 0;
}

.sidebar .widget:not(.widget_slider_products) ul li {
    display: block;
}

.sidebar-shop .widget_products .product_list_widget {
    border: 1px solid #ddd;
}

.sidebar-shop .widget_products .product_list_widget li {
    padding: 10px 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}

.sidebar-shop .widget_products .product_list_widget li:last-child {
    border-bottom: 0px;
}

.sidebar .widget_categories ul li {
    border: 1px solid #ddd;
    border-bottom: 0px;
    padding: 10px;
}

.sidebar .widget_categories ul li:last-child {
    border-bottom: 1px solid #ddd;
}

.sidebar .widget_categories ul li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 10px;
    color: #ef7d0a;
}

.archive .site-content .content-sidebar-wrap .pcate-img{
    padding-bottom: 20px;
}
.sh-blog-shortcode .row {
	margin-right: -10px;
    margin-left: -10px;
}
.sh-blog-shortcode .row > .element{
	padding-right: 10px;
    padding-left: 10px;
	margin-bottom: 20px;
}
.blog-single .sh-blog-shortcode.style-3 .element .entry-content {
    background-color: #fff;
    padding: 10px 0 0;
}
.blog-single .sh-blog-shortcode.style-3 .element .entry-title,
.category .sh-blog-shortcode.style-3 .element .entry-title{
    font-size: 17px;
    font-weight: 800;
    height: 40px;
    overflow: hidden;
}
.blog-single .sh-blog-shortcode.style-3 .element .view-more {
    color: var(--secondary-color);
}
.category .sh-blog-shortcode.style-3 .element .entry-content{
	padding: 15px;
}
/* Widget Custom Menu */

.sidebar .widget_nav_menu ul li {
    position: relative;
    padding: 8px 10px;
}

.sidebar .widget_nav_menu ul.menu>li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget_nav_menu ul li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    color: #333333;
}

.sidebar .widget_nav_menu ul li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    font-weight: 900;
    margin-right: 10px;
    color: #ef7d0a;
}

.sidebar .widget_nav_menu .menu-item-has-children .sub-menu {
    background: #FFF;
    position: absolute;
    top: -1px;
    left: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    min-width: 200px;
    border: 1px solid #cccccc;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -moz-transform: translate(40px, 0);
    -webkit-transform: translate(40px, 0);
    transform: translate(40px, 0);
}

.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children .sub-menu {
    right: 100%;
    left: initial;
    -moz-transform: translate(-40px, 0);
    -webkit-transform: translate(-40px, 0);
    transform: translate(-40px, 0);
}

.sidebar .widget_nav_menu .menu-item-has-children:hover>.sub-menu,
.content-sidebar .sidebar .widget_nav_menu .menu-item-has-children:hover .sub-menu,
.sidebar-content-sidebar .sidebar.sidebar-secondary .widget_nav_menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}


/* Widget Search */

.search-form label {
    width: 100%;
    margin-bottom: 0;
}

.search-form input[type=search],
.search-form input[type=submit] {
    height: 29px;
    outline: none;
    border: none;
}

.search-form input[type=search] {
    width: 100%;
    background: none;
    color: #FFF;
    font-weight: normal;
    padding: 4px 39px 4px 10px;
}

.search-form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: url(lib/images/btsearch.png) center center no-repeat;
    text-indent: -9999px;
    width: 29px;
    cursor: pointer;
}

.search-form input[type=search]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFF;
}

.search-form input[type=search]::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

.search-form input[type=search]:-ms-input-placeholder {
    /* IE 10+ */
    color: #FFF;
}

.search-form input[type=search]:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

.sidebar .search-form {
    padding: 4px 12px;
    background: #176fc8;
    overflow: hidden;
}

.site-header .search-form {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 9;
    width: 200px;
    border-radius: 3px;
    background: #FFF;
    overflow: hidden;
}

.site-header input[type=search] {
    color: #333333
}


/* Widget Recent Posts */

.sidebar .widget_recent_entries ul li {
    padding: 5px 10px;
    border-bottom: 1px solid #cccccc
}

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

.sidebar .widget_recent_entries .post-date {
    display: block;
}


/* Widget Recent Posts */

.widget .list-post-item li {
    margin-bottom: 0;
}
.widget .list-post-item li:not(:first-child) {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding-top: 10px;
}

.widget .list-post-item .post:after {
    clear: both;
}
.widget .list-post-item .img {
    width: 70px;
	height: 70px;
	overflow: hidden;
    position: relative;
	border-radius: 5px;
}
.widget .list-post-item .img img {
	height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}
.widget .list-post-item .alignleft {
    margin-right: 10px;	
}
.widget .list-post-item .alignright {
    margin-left: 10px;
}
.widget .list-post-item .aligncenter {
    text-align: center;
}
.widget .list-post-item h3 {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-family: 'Nunito', sans-serif;
}
.widget .list-post-item .entry-content{
	font-size: 12px;
	font-family: 'Nunito', sans-serif;
}
.widget .list-post-item .entry-content p a{
	display: none;
}
/* Widget Support */

@media (min-width: 1200px) {
    .widget_supports .list-supporter {
        padding-top: 190px;
        background-image: url(lib/images/bg-support.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
}

.widget_supports .support-style-1 {
    background-color: #FFF;
}

.widget_supports .support-style-1 .supporter {
    padding: 0 10px 10px 10px;
}

.widget_supports .support-style-1 li {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #333;
}

.widget_supports .support-style-1 li:first-child {
    border-top: none;
}

.widget_supports .support-style-1 li:last-child {
    border-bottom: none;
}

.widget_supports .support-style-1 i {
    width: 22px;
    margin-right: 12px;
}

.widget_supports .support-style-2 .supporter {
    margin: 0 8px;
    padding: 5px 8px 5px 50px;
    border-top: 1px solid #dddddd;
    background: url(lib/images/ic-phone.png) 7px 10px no-repeat;
    position: relative;
}

.widget_supports .support-style-2 .supporter:first-child {
    border-top: none;
}

.widget_supports .support-style-2 .name {
    font-weight: 600;
}

.widget_supports .support-style-2 .phone {
    font-size: 20px;
    color: #ff0000;
    font-weight: 600;
}

.widget_supports .support-style-2 .skype {
    position: absolute;
    right: 7px;
    bottom: 10px;
    z-index: 1;
}

.widget_supports .list-supporter .email {
    padding: 5px 10px;
    font-weight: 600;
    line-height: 20px;
}

.widget_supports .support-style-2 .email a {
    color: #333333;
}

.widget_supports .support-style-3 .supporter:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.widget_supports .support-style-3 ul {
    position: relative;
    padding: 8px 10px;
}


.widget_supports .support-style-3 .name {
    font-size: 12px;
    color: #333333;
}

.widget_supports .support-style-3 .phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #e70c0c;
}

.widget_supports .support-style-3 .social {
    position: absolute;
    bottom: 10px;
    right: 8px;
    z-index: 1;
}

.widget_supports .support-style-3 .social a {
    display: inline-block;
    margin-left: 4px;
}


/* Widget Slider Products */

/* .sidebar .content-feature-page,
.sidebar .slider-products {
    padding: 10px 10px 0 10px;
	border: 1px solid #dae2ee;
} */

html .widget_slider_products .slick-carousel.slick-dotted.slick-slider {
	margin: 0!important;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.item-product-slide {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #dae2ee!important;
}

.item-product-slide:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.item-product-slide .alignleft,
.item-product-slide .alignright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    width: 70px;
    height: 70px;
	border-radius: 5px;
}

.item-product-slide .alignleft {
    margin-right: 10px;
}

.item-product-slide .alignright {
    margin-left: 10px;
}

.item-product-slide .alignleft>div,
.item-product-slide .alignright>div {
    width: 100%;
}

.slick-slide.item-product-slide img {
    width: auto;
    display: inline-block;
}

.item-product-slide .alignnone img {
    margin: 0 auto 10px;
}

.item-product-slide h3 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item-product-slide h3 a {
    color: #333333;
}

.item-product-slide .price {
    font-weight: bold;
    color: #ff0000;
    margin: 0;
}
.item-product-slide .price ins,
.item-product-slide .price del {
    display: block;
    text-decoration: none;
}
.item-product-slide .price ins {
    margin-right: 0;
}
.item-product-slide .price del {
    text-decoration: line-through;
    font-weight: normal;
    color: #666666;
}
/* Widget Slider Posts */
.sidebar .widget_listpost_widget ul {
    padding: 20px 10px;
    background: #fafafa;
}
/* Slick Slider */
html .slick-carousel.slick-dotted.slick-slider {
    padding-bottom: 40px;
}
.slick-slider .slick-slide,
.slick-slider .slick-slide a {
    outline: none;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
    z-index: 1;
}
.slick-slider .slick-arrow:before {
    font-family: FontAwesome!important;
}
.slick-prev:before {
    content: "\f100" !important;
}
.slick-next:before {
    content: "\f101" !important;
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
    background-color: var(--secondary-color);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 0px #ececec;
}
.slick-slider .slick-prev {
    left: 0;
}
.slick-slider .slick-next {
    right: 0;
}
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before {
    color: #fff;
    opacity: 1;
    font-size: 17px;
}
.slick-slider .slick-dots {
    bottom: 10px;
}

.slick-slider .slick-dots li button:before {
    font-size: 14px;
    color: #d8d8d8;
}

.slick-slider .slick-dots li {
    margin: 0;
}

.slick-slider .slick-dots li.slick-active button:before {
    color: #ef7d0a;
    opacity: 1;
}

@media ( max-width: 575.5px) {
    .slick-slider .slick-prev {
        left: 5px;
    }
    .slick-slider .slick-next {
        right: 5px;
    }
}

.slick-slider {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.slick-slide {
    /* padding-left: 15px !important;
    padding-right: 15px !important; */
}


/* Widget Featured Page */

.widget_featuredpage .entry-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.widget_featuredpage .entry-title a {
    color: #ef7d0a;
}

.widget_featuredpage .alignleft,
.widget_featuredpage .alignright {
    width: 30%;
}

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

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

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

.widget_featuredpage p {
    font-size: 13px;
    text-align: justify;
}


/* Widget Information */

.widget_information li {
    padding: 3px 0 3px 22px;
    position: relative;
}

.widget_information i {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    text-align: center;
}

.widget_information li.label-company {
    padding-left: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.widget_information li.label-company i {
    display: none;
}


/* Widget Social */

.widget_social ul {
    margin: 0;
    padding: 0;
}

.widget_social ul li {
    display: inline-block;
    margin-right: 5px;
}

.widget_social ul li a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 38px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-out;
    background-color: #fff;
}

.widget_social .icon_facebook a{
    color: #3b5999
}
.widget_social .icon_twitter a{
    color: #55acee
}
.widget_social .icon_google a{
    color: #dd4b39
}
.widget_social .icon_youtube a{
    color: #cd201f
}
.widget_social .icon_linkedin a{
    color: #0077B5
}
.widget_social .icon_pinterest a{
    color: #bd081c
}
.widget_social .icon_instagram a{
    color: #e4405f
}
.widget_social ul li a:hover {
	background: #fff;
	border-color: #fff;
	transform: translateY(-5px)
}

/* Widget Tag Cloud */

.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #ef7d0a;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #ef7d0a;
}

.tagcloud a:hover {
    background: #ef7d0a;
    color: #FFF;
}


/* Count Per Day */

.sidebar .cpd {
    padding: 5px 10px;
}

.sidebar .cpd li {
    padding: 5px 0;
    border-bottom: 1px solid #cccccc;
}

.sidebar .cpd li:last-child {
    border-bottom: none;
}


/* Slider */

.wtb-slider {
    /* margin-bottom: 20px; */
}

html .theme-default .nivo-controlNav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block
}

.page .hentry, .single .hentry{
    margin: 0 0 1.5em;
	background: #fff;
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.single article.post .entry-content {
    line-height: 25px;
    margin-bottom: 20px;
}

.single .entry-content table tr td {
    padding: 8px;
    line-height: 1.42857143;
}
.single .entry-meta {
    font-size: 14px;
}

.single .entry-meta span {
	font-size: 16px;
}
.entry-meta {
    font-size: 13px;
    margin-bottom: 10px;
}

.entry-meta span {
    color: #747474;
    display: inline-block;
    margin-right: 10px;
}

.entry-meta span i {
    color: #747474;
}

.socials-share {
    padding: 20px 0 15px 0;
    margin-bottom: 20px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.socials-share .fb_iframe_widget {
    position: relative;
    top: -8px;
}

.post-next-prev {
    border-bottom: 1px solid #ebebeb;
    margin: 20px 0;
}

.post-next-prev-content span {
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 7px;
}

.post-next-prev-content a {
    display: block;
    color: #222;
    margin-bottom: 20px;
}

.related-posts {
    margin-bottom: 30px;
	margin-top: 20px;
    border: 1px solid #f1f2f2;
    padding: 20px 10px;
}
.related-posts .related-title {
    color: #ff6600;
    font-size: 20px;
    margin-bottom: 15px;
}
.related-posts .item-title{
	margin-top: 10px;
	color: #000;
	font-weight: 700;
	display: block;
	display: -webkit-box;
	height: 42px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar .widget_nav_menu ul li a:hover,
.post-next-prev-content a:hover,
.related-posts ul li a:hover,
.item-product-slide h3 a:hover,
.widget .list-post-item h3 a:hover,
.new-list article .more-link {
    color: var(--secondary-color);
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comments-area .comment-list .comment-content a {
    word-wrap: break-word
}

.comment-form label {
    display: block
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
    padding: 5px 10px
}

.comment-form input,
.comment-form textarea {
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7)
}

.comment-form input[type="submit"] {
    background: #ef7d0a;
    color: #FFF;
    padding: 5px 10px
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #eaeaea;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6em 0
}

.comment-content {
    padding: 10px 20px 45px;
    margin: 25px 0 0;
    font-size: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    line-height: 1.5em !important
}

.comment-list li .reply {
    position: absolute;
    margin: -45px 0 0 10px;
    padding: 5px 10px
}

.comment-list .children {
    list-style: none;
    margin: 0
}

.comment-list .children>li {
    padding-left: 0.8em
}

.comment-author {
    padding: 10px 5px 0
}

.comment-list li .avatar {
    background: #fff;
    float: left;
    margin: 0 10px 0 0px;
    border-radius: 50%;
    -moz-border-radius: 50%
}

.comment-list p,
.ping-list p {
    font-weight: normal;
    text-transform: none;
    margin: 10px 5px 10px 0;
    padding: 0;
    word-wrap: break-word
}

.comment-list li .fn,
.comment-list li .cfn {
    font-size: 16px;
    display: inline-block;
    margin: 10px 0 0
}

.comment-list li .says {
    display: none
}


/* Extra Comments */

#formcmmaxweb {
    margin-bottom: 20px
}

#formcmmaxweb textarea.form-control {
    height: auto;
}

span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 15px 0;
    display: block
}

.comment-author.vcard {
    width: 25px
}

.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center
}

.commentlist {
    margin-top: 10px
}

.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px
}

.commentlist .children {
    margin-top: 10px
}

.commentBody em {
    color: red
}

.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden
}

.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px
}

.noidungcomment {
    font-size: 14px;
    line-height: 22px
}

.cancel-comment-reply a {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    text-decoration: none;
    color: #a9883f
}

.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px
}

.comment-meta.commentmetadata .ngaythang {
    position: absolute;
    top: 0;
    right: 0;
    color: #ef7d0a;
    opacity: .3;
    font-size: 12px
}

.commentBody:hover .comment-meta.commentmetadata .ngaythang {
    opacity: 1
}

.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 22px;
    margin-top: 2px
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
    list-style: none;
    padding: 0;
}

ol.commentlist_mw li {
    margin-bottom: 10px
}

ol.commentlist_mw>ul.children {
    margin: 10px 0 15px 35px;
    background: #f8f8f8;
    padding: 10px;
    position: relative;
    border: 1px solid #dfdfdf;
}

ol.commentlist_mw>ul.children:before {
    content: '';
    position: absolute;
    top: -11px;
    left: 13px;
    width: 0;
    height: 0;
    border-bottom: 11px solid #dfdfdf;
    border-left: 11px solid rgba(238, 238, 238, 0);
    border-right: 11px solid rgba(238, 238, 238, 0);
}

ol.commentlist_mw>ul.children:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f8f8f8;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

div.error {
    color: red;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    margin: 10px 0 0
}

.tools_comment a {
    color: #ef7d0a;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px
}

.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

.tools_comment a:last-child:after {
    display: none
}

.tools_comment a:last-child {
    padding: 0;
    margin: 0
}

.noidungcomment p {
    margin: 0 0 5px
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}

.wp-caption-text {
    text-align: center
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

/*--------------------------------------------------------------
## Album
--------------------------------------------------------------*/
#album .slick-slider{
	margin-left: 0!important;
	margin-right: 0!important;
}
#album .album-for img{
	width:100%;
}
#album .album-nav {
    background: #E2EAF7;
    padding: 10px;
}
#album .album-nav .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}
/*--------------------------------------------------------------
## Layout construct 
--------------------------------------------------------------*/

@media (min-width: 992px) {
	.archive.woocommerce.content-sidebar .sidebar {
		float: left;
	}
	.archive.woocommerce.content-sidebar .site-main {
		float: right;
	}
    .sidebar-content .site-main,
    .content-sidebar .site-main {
        float: right;
        width: 72.5%;
    }
    .sidebar-content .sidebar,
    .content-sidebar .sidebar {
        float: left;
        width: 25.5%;
    }
	.archive.tax-product_cat.content-sidebar .site-main, .page.content-sidebar .site-main{
		float: right;
	}
	.archive.tax-product_cat.content-sidebar .sidebar, .page.content-sidebar .sidebar{
		float: left;
	}
    .content-sidebar .site-main {
        float: left;
    }
    .content-sidebar .sidebar {
        float: right;
    }
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .content-sidebar-sidebar .content-sidebar-wrap {
        float: left;
        width: 75.5%;
    }
    .sidebar-content-sidebar .site-main,
    .sidebar-sidebar-content .site-main,
    .content-sidebar-sidebar .site-main {
        float: right;
        width: 67.5496689%;
    }
    .sidebar-content-sidebar .sidebar-primary,
    .sidebar-sidebar-content .sidebar-primary,
    .content-sidebar-sidebar .sidebar-primary {
        float: left;
        width: 31.1258278%;
    }
    .sidebar-content-sidebar .sidebar-secondary,
    .sidebar-sidebar-content .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .sidebar-sidebar-content .sidebar {
        float: left;
    }
    .sidebar-sidebar-content .content-sidebar-wrap {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-primary {
        float: right;
    }
    .content-sidebar-sidebar .sidebar-secondary {
        float: right;
        width: 23.5%;
    }
    .content-sidebar-sidebar .site-main {
        float: left;
    }
}

.site-content {
    padding-top: 20px;
}

.home .site-content {
    padding-top: 0;
}

.page-template-page-fullwidth .site-main {
    width: 100%;
}


/*--------------------------------------------------------------
## Category
--------------------------------------------------------------*/

.sh-blog-shortcode.style-1 .element.item-new {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-1 .element.item-new .post-inner {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-1 .element.item-new:not(:last-child) .post-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.sh-blog-shortcode .element.item-new .entry-description {
    color: #747474;
	font-size: 14px;
}

.sh-blog-shortcode .element.item-new .btn {
    border-radius: 20px;
}
.sh-blog-shortcode .element.item-new .view-detail {
    display: inline-block;
    font-size: 14px;
}
.sh-blog-shortcode .element.item-new .view-detail i{
   	margin-left: 5px;
}

/*--------------------------------------------------------------
## Shortcode 
--------------------------------------------------------------*/

.sh-blog-shortcode .element .entry-content {
    margin: 0;
}

.sh-blog-shortcode .element .entry-thumb a {
    overflow: hidden;
    display: block;
}

.sh-blog-shortcode .element .entry-meta {
    color: #aaa;
    margin-bottom: 5px;
}

.sh-blog-shortcode .element .entry-meta i {
    margin-right: 5px;
}

.sh-blog-shortcode .element .entry-title {
    margin: 15px 0 10px 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sh-blog-shortcode .element .entry-description {
    line-height: 1.4;
	font-size: 14px;
}


/* Blog Shortcode 1 */
.home-blog-2 .sh-blog-shortcode.style-1 .element+.element > .post-inner{
	border-top: 1px solid #ddd;
	padding-top: 20px;
}
.sh-blog-shortcode.style-1 .element .post-inner {
	display: flex;
}
.home-blog-2 .sh-blog-shortcode.style-1 .element .entry-thumb {
    width: 30%;
}
.sh-blog-shortcode.style-1 .element .entry-thumb {
    width: 25%;
    margin-right: 15px;
}
.sh-blog-shortcode.style-1 .element .entry-content {
    flex: 1;
}
.sh-blog-shortcode.style-1 .element .entry-title {
    margin: 0 0 10px 0;
}

.sh-blog-shortcode .element .entry-title a {
    color: #000;
}

.sh-blog-shortcode .element .entry-title a:hover {
    color: var(--secondary-color);
}

.sh-blog-shortcode.style-1 .element .entry-description p {
    margin-bottom: 5px;
}


/* Blog Shortcode 2 */


/* Blog Shortcode 3 */

.sh-blog-shortcode.style-3 .element.item-new .entry-thumb{
	padding:0;
	box-shadow:none;
}
.sh-blog-shortcode.style-3 .element .entry-content {
    margin: 0;
    background-color: #f9f9f7;
    padding: 20px;
}
.sh-blog-shortcode.style-3 .element .entry-title {
    margin: 0px 0 10px 0;
    font-size: 20px;
    font-weight: 500;
}
/* Blog Shortcode 4 */


/* Blog Shortcode 5 */

.sh-blog-shortcode.style-5 .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-5 .element .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-5 .element .entry-description {
    font-size: 13px;
}


/* Blog Shortcode 6 */

.sh-blog-shortcode.style-6 .entry-thumb {
    background: #FFF;
}
.sh-blog-shortcode.style-6 .entry-title a:hover {
    color: #ef7d0a;
}
.sh-blog-shortcode.style-6 li{
	margin-left: 1.2em;
}
.sh-blog-shortcode.style-6 .first-element-layout,
.sh-blog-shortcode.style-6 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-6 .first-element-layout .element {
    margin-bottom: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-thumb {
    float: left;
    width: 110px;
    margin-right: 15px;
}

.sh-blog-shortcode.style-6 .second-element-layout .entry-title {
    margin-top: 0;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:not(:last-child) {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.sh-blog-shortcode.style-6 .second-element-layout .element:last-child {
    margin-bottom: 0;
}


/* Blog Shortcode 7 */

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-thumb {
    float: left;
    width: 30%;
    margin-right: 20px;
}

.sh-blog-shortcode.style-7 .first-element-layout .element .entry-title {
    margin: 0 0 5px 0;
}

.sh-blog-shortcode.style-7 .second-element-layout {
    margin-bottom: 20px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element {
    margin-bottom: 5px;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title {
    margin: 0;
}

.sh-blog-shortcode.style-7 .second-element-layout .element .entry-title a:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ef7d0a;
    border-radius: 50%;
    position: relative;
    top: -2px;
    margin-right: 5px;
}


/* Blog Shortcode 8 */

.sh-blog-shortcode.style-8 .element {
    margin-bottom: 30px;
}

.sh-blog-shortcode.style-8 .element .post-inner {
    position: relative;
}

.sh-blog-shortcode.style-8 .element .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: rgb(0, 0, 0, .5);
    padding: 10px 10px;
}

.sh-blog-shortcode.style-8 .element .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.sh-blog-shortcode.style-8 .element .entry-title a {
    display: block;
    color: #FFF;
    max-height: 40px;
    overflow: hidden;
}

.sh-blog-shortcode.style-8 .element .entry-title a:hover {
    text-decoration: underline;
}

@media (max-width: 414px) {
    .sh-blog-shortcode .element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*--------------------------------------------------------------
## Menu Mobile 
--------------------------------------------------------------*/

.navbar {
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.09);
    background: #FFF;
    z-index: 999999;
    background: #ef7d0a;
    padding: 0 15px;
    position: relative;
}

.navbar-brand {
    color: #FFF !important;
    height: 46px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    /*position: absolute;
	left: 50%;
    transform: translate(-50%, 0);*/
}

.navbar-brand img {
    max-height: 30px;
}

#mobilenav {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(-110%, 0px);
    -moz-transform: translate(-110%, 0px);
    -ms-transform: translate(-110%, 0px);
    -o-transform: translate(-110%, 0px);
    transform: translate(-110%, 0px);
}

#mobilenav.opened {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.mobilenav__inner {
    background: #fff;
    max-width: 84%;
    position: relative;
    height: 100%;
	padding-top: 30px;
}

.mobilenav__inner .menu-top-menu-container {
    height: calc( 100% - 128px);
    overflow: auto;
}

.mobilenav__inner .menu_close {
    position: absolute;
    top: 0;
    right: -20%;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    cursor: pointer;
    width: 20%;
    height: 100%;
    cursor: pointer;
}

.mobilenav__inner .menu_close i {
    font-size: 18px;
    top: 50%;
    left: 0;
    border-radius: 0 40px 40px 0;
    padding: 10px;
    position: absolute;
    background: #fff;
    border-left: 1px solid #f1f1f1;
    color: #282828;
    transform: translateY(-50%);
}

.toplg {
    text-align: center;
}

.toplg img {
    max-width: 140px;
    margin: 0 auto;
}

#mobilenav .woocommerce-product-search {
    position: relative;
}

#mobilenav h3 {
    color: #f2f2f2;
    font-size: 28px;
}

#mobilenav .mobile-menu {
    margin: 0;
    padding: 0;
}

#mobilenav ul.mobile-menu>li:last-child>a {
    border-bottom: solid 1px #f1f1f1;
}


#mobilenav .mobilenav__inner .woocommerce-product-search button[type=submit] {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

#mobilenav .mobilenav__inner>div:not(.toplg) {
    overflow-y: auto;
    height: auto;
}

#mobilenav .mobilenav__inner .nav-info {
    background-color: #fafafa;
    margin: 0;
    padding: 15px 15px;
    font-size: 14px;
    color: #666;
}

#mobilenav li {
    display: block;
    position: relative;
    overflow: auto;
}

#mobilenav li a {
    color: #282828;
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    border-bottom: solid 1px #f1f1f1;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

#mobilenav ul.mobile-menu>li>a {
    background: #fff;
}

#mobilenav .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 43px;
    height: 43px;
    cursor: pointer;
    text-align: center;
    font-family: "FontAwesome";
    font-weight: 900;
    line-height: 25px;
    color: #FFF;
    background-color: var(--primary-color);
    -webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

#mobilenav .arrow:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "\f107";
    font-size: 18px;
    left: 43%;
}

#mobilenav ul ul.sub-menu {
    background: #fff;
}

#mobilenav ul ul.sub-menu a {
    padding-left: 30px;
}

#mobilenav ul>li.menu-item-has-children.open>.arrow:before {
    content: "\f106";
}

#mobilenav ul.sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.panel-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
}

.panel-overlay.active {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999999;
    min-height: 100vh;
    opacity: 0.6;
    filter: alpha(opacity=35);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

#showmenu {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 5;
	background: #911b1c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#hamburger .hamburger {
    margin-left: 10px
}
.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
	transform: scale(0.65);
}
.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 4px;
    background-color: #FFF;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block
}
.hamburger-inner::before {
    top: -10px
}
.hamburger-inner::after {
    bottom: -10px
}
.hamburger--collapse .hamburger-inner::before {
    -webkit-transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s .3s cubic-bezier(.33333, .66667, .66667, 1), transform .15s cubic-bezier(.55, .055, .675, .19), -webkit-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    -webkit-transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear;
    transition: top .3s .3s cubic-bezier(.33333, .66667, .66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1);
    transition: top .12s .18s cubic-bezier(.33333, 0, .66667, .33333), transform .15s .42s cubic-bezier(.215, .61, .355, 1), -webkit-transform .15s .42s cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s .27s linear
}

.site-header:not(.header-banner) .hamburger-inner,
.site-header:not(.header-banner) .hamburger-inner::after,
.site-header:not(.header-banner) .hamburger-inner::before {
    background-color: #fff;
}

.site-description {
    display: inline-block;
    vertical-align: middle;
}

.sitename {
    font-size: 18px;
    font-weight: 900;
	text-transform: uppercase;
}

.tagline {
    font-size: 12px;
    font-weight: 700;
	margin-bottom: 0;
}
/*--------------------------------------------------------------
## Footer 
--------------------------------------------------------------*/
.footer-widgets {
    background: var(--secondary-color);
    padding: 25px 0px;
    color: #fff;
}
.footer-widgets .widget-title{
	text-transform: uppercase;
    color: #D3D3D3;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin: 15px 0px;
    position: relative;
}

.footer-widgets ul {
    padding-left: 0;
}
.footer-widgets .blog-name {
	color: #fff;
	text-transform :uppercase;
}
.form-email{
	display: flex;
    align-items: center;
	position: relative;
}
.form-email .wpcf7-form-control-wrap,
.form-email p{
	width: 100%;
}
.form-email .wpcf7-form-control{
	font-size: 13px !important;
    height: 44px;
    border-radius: 50px;
    padding: 12px 20px;
    border: none;
    outline: none;
	width: 100%;
}
.form-email .wpcf7-form-control.wpcf7-submit{
	background-color: var(--primary-color);
    border-top-right-radius: 0% !important;
	padding: 12px 33px;
	width: max-content;
	color: #fff;
    position: absolute;
    right: 0;
    top: 0;
	box-shadow: 0 0 0 rgba(0,0,0,.1);
}
.form-email .wpcf7-form-control.wpcf7-submit:hover{
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.ft-right {
	padding-left: 100px;
}
.info-work-store {
	margin-top: 60px;
}
.info-work-store h4{
	font-weight: 800;
	margin-bottom: 20px;
}
.info-work-store p, .info-work-store span{
	opacity: .8;
}
.info-work-store li{
	list-style: none;
	margin-left: 0;
	position: relative;
	padding-left: 30px;
}
.info-work-store li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-family: FontAwesome;
	content: "\f041";
	display: inline-block;
}
.info-work-store li:nth-child(2)::before{
	content: "\f095";
}
.info-work-store li:nth-child(3)::before{
	content: "\f003";
}
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/

.home .site-main{
    width: 100%;
}


/** Header **/

.header-content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 60px;
}

.header-content-right .widget {
    margin-bottom: 0px;
}

.header-content-right .widget:nth-child(1) {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-content-right .widget:nth-child(2) {
    border-right: 1px solid #ddd;
}

.header-content-right .widget:nth-child(2),
.header-content-right .widget:nth-child(3) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.header-content-right .widget ul {
    padding: 0px;
    margin: 0px;
}

.header-content-right .widget ul li {
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.header-content-right .widget ul li:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
}


/** Banner **/
.carousel-control-prev,
.carousel-control-next{
    width: auto;
	opacity: 1;
} 
.carousel-control-prev {
    left: 46px;
}
.carousel-control-next {
    right: 46px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 44px;
    height: 44px;
    background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px rgba(124, 136, 142, 0.35);
    border-radius: 50%;
    background-size: 13px 13px;
}
.carousel-control-next-icon {
    background-image: url(./lib/images/icon-right.png);
}
.carousel-control-prev-icon {
    background-image: url(./lib/images/icon-left.png);
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    opacity: .4;
    background-color: var(--primary-color);
}

.carousel-indicators li.active {
    background-color: var(--primary-color);
}


/** Footer **/

.site-footer .footer-widgets .row {
    margin-right: -15px;
    margin-left: -15px;
}
.site-footer .footer-widgets .row .footer-widgets-area.col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
}
.footer-widgets-area .widget {
    margin-bottom: 0px;
}


/** Home **/

.home .site-content > .container{
	max-width:100%;
	padding:0;
}
div.wpcf7 .ajax-loader{
    display: none;
}
.heading {
    color: var(--secondary-color);
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
}
.heading.heading-left {
	text-align: left;
}
.home-service {
    background-color: #f7f5f5;
    padding-top: 40px;
    position: relative;
}
.home-service::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background-image: url(./lib/images/top_grey_wave_01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 253px;
    z-index: -1;
}
.item-service {
    background-color: #fff;
    border-radius: 8px;
    color: #777;
    padding: 35px 25px;
	margin-bottom: 30px;
	position: relative;
	min-height: 370px;
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.item-service:before{
 	content: '';
    position: absolute;
    top: 0;
    left: 0;	
	background-color: rgba(0,0,0,.7);
	width: 100%;
	height: 100%;
	transition: .3s;
	border-radius: 8px;
}
.item-service:hover::before{
	z-index: 2;
}
.item-service img{
	bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
	border-radius: 8px;
}
.item-service .title-service{
	position: relative;
	z-index: 1;
    text-align: left;
    margin-bottom: 0;
}
.item-service .title-service a{
    font-size: 22px;
	color: #fff;
	text-shadow: 1px 1px #000;
}
.item-service:hover .des-service-wrap {
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
	z-index: 3;
	color: #fff;
}
.des-service-wrap {
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 0 15px;
}
.des-service {
    overflow: hidden;
    height: 50px;
}
.read-more {
    background-color:  #fff;
    color:  var(--primary-color)!important;
    padding: 10px 5px;
    border-radius: 8px;
    min-width: 120px;
}
.read-more:hover{
    opacity: 0.6;
}
.view-more {
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
.view-more i{
    margin-left: 10px;
}
.home-book{
    padding-bottom: 40px;
}
.book-appointment-wrap{
    color: #fff;
    background-color: #e0f5e5;
    background-image: url(./lib/images/bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px;
	border-radius: 8px;
}
.form-book-appointment{
    background-color: #fff;
    padding: 20px;
	border-radius: 8px;
}
.form-book-appointment .title-book{
    font-size: 23px;
    font-weight: 1000;
    color: #000;
    margin-bottom: 10px;
}
.form-book-appointment .row{
    margin-right: -6px;
    margin-left: -6px;
}
.form-book-appointment .row > div{
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 2px;
}
.form-book-appointment .row > div:last-child{
    margin-bottom: 0;
}
.form-book-appointment .wpcf7-submit {
    background-color: var(--secondary-color);
    width: 100%;
    border: none;
    color: #fff;
    height: 42px;
	border-radius: 0.25rem;
}
/* .form-book-appointment .wpcf7-date::before { 
	content: attr(placeholder);
    position: absolute;
    left: 5px;
    top: 10px;
    background-color: #fff;
    width: max-content;
    padding: 0 10px;
}
.form-book-appointment .wpcf7-date:focus::before { 
	content: none;
} */
.des-book h2{
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 20px;
}
.des-book h3{
    font-size: 20px;
    font-weight: 900;
    margin-top: 40px;
}
.des-book ul{
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 16px;
}
.des-book ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-left: 0;
    margin-bottom: 16px;
}
.des-book ul li::before,
.des-book ul li span::before,
.des-book ul li span::after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
}
.des-book ul li:not(:first-child):before{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #fdd09c;
}
.des-book ul li:nth-child(1) span{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -2px;
    border-radius: 20%;
    transform: translateY(50%) rotate(30deg) skewY(30deg) scaleX(.866);
    width: 20px;
    height: 20px;
    display: inline-block;
}
.des-book ul li:nth-child(1) span:before,
.des-book ul li:nth-child(1) span:after{
    width: 100%;
    height: 100%;
    background: #a1cebf;
}
.des-book ul li:nth-child(1) span:before{
    border-radius: 20% 20% 20% 53%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(30deg) scaleY(.866) translateX(-24%);
}
.des-book ul li:nth-child(1) span::after{
    border-radius: 20% 20% 53% 20%;
    transform: scaleX(1.155) skewY(-30deg) rotate(-30deg) translateY(-42.3%) skewX(-30deg) scaleY(.866) translateX(24%);
}
.des-book ul li:nth-child(2)::before{
    border-radius: 50%;
    background-color: #fa825d;
}
.home-gallery {
    padding: 40px 0px;
}
.box-gallery img{
    transition: .5s;
    cursor: pointer;
}
.box-gallery:hover img{
    transform: translate(-50%,-50%) scale(1.2);
}
.home-blog {
    padding: 40px 0px;
}
.home-product{
	padding: 40px 0px;
}

.title-cat{
    background-image: linear-gradient(to right, #182f45, #71bf44);
    border-bottom: 2px solid #71bf44;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    line-height: 46px;
    height: 48px;
    padding-right: 15px;
    margin-bottom: 15px;
} 
.title-cat a {
    color: #fff;
    border-bottom: 0;
    border-top-left-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
	padding-left: 15px;
	display: flex;
	justify-content: space-between;	
}
.title-cat .view-all {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
	text-transform: none;
}
.title-page-contact {
    border-bottom: solid 1px #f1f1f1;
    margin-bottom: 10px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 18px;
}
.content-page-contact ul{
    padding-left: 0;
}
.content-page-contact ul li{
    margin-left: 1.5rem;
}
.content-page-contact ul li{
    margin-top: 5px;
}
.home-why{
    padding-top: 15px;
    padding-bottom: 15px;
}
.ht1 {
    text-align: center;
    line-height: 32px;
    margin-bottom: 15px;
    position: relative;
}
.ht1 span {
    background: #fff;
    padding: 0px 20px;
    font-size: 1.6em;
    display: inline-block;
    color: rgb(24, 47, 69);
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    position: relative;
    z-index: 1;
}
.ht1:before {
    position: absolute;
    left: 0;
    background: #e7e7e7;
    top: 15px;
    height: 2px;
    width: 100%;
    content: '';
}
.pt1 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
}
.why-i {
    padding: 25px 10px;
    border-radius: 10px;
    text-align: center;
    transition: all ease 0.3s;
    margin: 0 auto;
    max-width: 240px;
}

.why-i img {
    height: 80px;
    width: 80px;
    object-fit: cover;
    margin-bottom: 20px;
    transition: all .15s;
}

.why-i:hover img {
    border: 2px solid #71bf44;
    padding: 6px;
    border-radius: 50%;
}

.why-i p {
    font-size: 15px;
    line-height: 25px;
}

.why-i h4 {
    color: #182f45;
    margin-bottom: 15px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 800
}

.why-i:hover {
    background-image: linear-gradient(#2a5188, #182f45);
    color: white;
    cursor: pointer;
}

.why-i:hover h4 {
    color: #71c043
}
.home-map iframe{
    height: 450px;
}
.maxim {
    background: #71bf44;
    padding: 30px 30px;
    height: 350px;
    position: relative;
    color: #fff;
}
.maxim:before {
    border-bottom: none;
    border-right: 225px solid #71bf44;
    content: ' ';
    height: 100%;
    right: 100%;
    position: absolute;
    top: 0;
    width: 0px;
    border-top: 350px solid transparent;
}
.maxim h3 {
    color: white;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-align: center;
}
.content-maxim p{
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 15px;
}
.content-maxim h4{
    color: white;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 18px;
}
.maxim h5 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 20px;
}

/*--------------------------------------------------------------
## Store
--------------------------------------------------------------*/
.wrap-store-main {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    overflow: hidden;
    border: 1px solid #E4E7EC;
	margin-bottom: 30px;
	border-radius: 5px;
	margin-top: 30px;
	flex-direction: column;
}

.wrap-store-main .column-left {
    width: 100%;
	padding:25px;
}

.wrap-store-main .column-right {
	width: 100%;
	padding:25px;
	border-top: 1px solid #E4E7EC;
}
.back-prov {
	background-color: var(--secondary-color);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
	transition: all .3s;
}
.back-prov:hover {
	opacity: .8;
}
.list-store-item.active {
    max-height: 500px;
    overflow: auto;
}
.list-store-item.active::-webkit-scrollbar {
    width: 5px;
}
.list-store-item.active::-webkit-scrollbar-thumb {
    background: #f5f7f7;
    border-radius: 4px;
}
.list-store-item.active::-webkit-scrollbar-track {
    background: #fff;
}

.list-store-item .link-map {
    color: #2A388F;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAuCAYAAAA/SqkPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkNFNEM3NTdENzVGNzExRTk4NTJBODZFNzJBNEMzQzk2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkNFNEM3NTdFNzVGNzExRTk4NTJBODZFNzJBNEMzQzk2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Q0U0Qzc1N0I3NUY3MTFFOTg1MkE4NkU3MkE0QzNDOTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Q0U0Qzc1N0M3NUY3MTFFOTg1MkE4NkU3MkE0QzNDOTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz51SxFOAAAL/UlEQVR42pRYW29U1xVee5/LXD0247tDHIeaW4GES64opTQCkUaRUlVpXyrlIXnISx/70v/RtygPbSo1ahqkNk0jcmsC1GmKAgkQKAHjxI5hDIbx3Ofc9uq3zoztYweEeqzNOXPO3nvdvvWttVEHp+oUX4qINf6xMLTuPGtyWKkBo9QOZtofEe1hogfxPIz5KdVZ5mEs4HEGS85oUlOKzVeKeZEMB8pghYyIKX7mjjib7nYpCCXaj7kHsOahkHkyZBq3iIouJLk6Fkq+gWRDI7jdbyuawNiFOWcVqeOYMIUpwYq0xLUqOPGNFQ9ByIHAqBeYzWGYVixgtyx2LcAj/bjn7dgIWgqJqnhoGS62IipWQt7tMT+ttdrhEA9aio9jyxt3FxxbGTtvjA39Ega9nCKedJVJj8O8w0WLDvRZNAxzHb12E7H6atvQJ+WIpiqG5j0uBhE9D712YLwG6/8Mc67dWbCKjR6KDP3KM/ySq3nbpoymx3tterLXoq1ZRTlYKqqJpV5oAAcEGu/E7VswdwC7PZzXdArCT1VN+pu22emzesURXZX6PSTcuIPFqscYfj5gejGleNt2bPTzEZue6tPUY6s1Fs7XQjp1rUX9aU2PjmUoB8mCxQHcB1yiyaymQSeiY7eYZpq8DR55EW5fwpQ3sLwme1gTL/82vsNbT5Kh33DEe3b2aPXSRpceg9D8OqEV7PLX6Qa9erpCl260aTAD9yPgbmJeFjiYyCjqxb2EENzyzCDcOYQZFxXxnMDIVoGxENvJiPgItN61MaXV04gnhFPOWt1M3Hsb8D1R8ujENY/KXkSNWkRvn18iDiN6/IEc9WZXHSgK7wUir7cMLXlGlTyzC8YdsZmuEfMVG7nlGEX7fMNHICj7MAQe7Le/594FCH0fAj+aa9NcHfBNWxQZQ19816R23acQnjiwtUB5vF++BpEOT26w6etqRLdaUTYwdIQUn1VM3wo+CybiHQqjoFntBZBG0mthW0bgTy6G9O41ny4ifxh/KXgji5j6QOO5+Sa9d65Mp6/Wqd6O1qwdByj3Yc8NYBZteAdjYHnBxsNIFPEYwOhsyVm0Kbsq1GOxlOk/SwDKQkCzDQMrGcJARkh0Df/bUEBY7itY7kCJdiug3Zt6qL/gkoVvaXzbCcGTOUU13zg+ZClNIzaHZhQW94qL9vY5NNi1VvSe9YjeuWno45sBXYe7IqE9KFOHWw1iZ8N3GUY6WZqa7YCmLi7RjYUWVasB/Xh3Pw30uTE1yJ4P99l0CQa0QtMLchm1YUIRSM6lkKETsLinyw4AAtiIqCkWym9on4Frh12Lir2arABIxjfjBVS+7VHJC+EhpgBAq7dCasHlSM/Y6hwwN5G1yMWuJjQ5EEDRBoHnMVI2FvU6HQ6O8wtjIkX0wqBFcAT9DWXAQjk41O/Sfixzu3NaQPcJWPrhYosKg2l67pEB2jtZiK3VugNQF/deYRGOC4bYCNBHBgNRYr2GCmPUYecCwPFNoCktH2HBRMGh7RuclbnCYJe+s6EEEINwbb4vSw+OZYEklSRFcrCXhmDIwxdli8UGKWUkUY25W6Hq1JAW5lxGrIfhOvA4OQhgBan0zaJHbR+b5jqUuv6KDQVoOIotNphkJI+lZkYAGEjBgPA5ds1awfiDkCoq0YmbPl1ZNOS0Q3Jgbdj0qVRqAlyhVFIIgQEYVkIFlFQhkTjmIgtbBeJm34o49IHUOey8GejrT5DAsttFFxRWKgFxi0gZ3QgQcww8cy0gP+T11XXlaoIHhN9FhmU4xFa+jaRuwvd+Ey/PLni0b8hdI9jE+cywFlojfTzM020ZEVlNGQGpekhBW9AcQQETh8xK6F7HuvM3EA5YbUGWNtQUwRX8aLeRDtNIi9lKmjYJjBPxycDcjaA/A4UySsohBFs2aaBeBqNGt5DgBaSjjbZJJSIluT+zFNDV2z75KNKARxvbVQTVZRB3Q1y1BPd9WWrT7uEU9XWtljrxgzitbKoWQBYBoheBGJCvWEsKbmQ/pBC524dSOoaUshLFZaER0mdzTSrXA8lhKcwNcF1ZUL0IHNQACwqxyRnU2a1Flw5P5uJCL9coLOpD0WCknKZuw8ac8ApTFAp9Au22FQNRrhZcfA7h+/J6mxoSGnyHY2pYv2hjVRU/Fh3FPmLjzpd9ev9KFTXWol3DabhOkRSqHiuZXMl790qt/SmZ8y1c/OF0jWRPsCrZQoIRiaFVAawPq+cQ62kgjsUdX6D0/eFUmS4AEIbp/75E6EzZoz+eRsWaa+EFeB17I5WmqdMI+LYKTSCFGVafgw2TcIEjyLyA3Hz104gObSnQfhT5IrhWiwvVWls58SD5uwRk/+vbBh37b42mQSxCGi5irjppdA7zrmByIIJBC/KDvsB41hZ2w8QITHMJsblZCegC4v7ERI4e2OBSPmWBPkEVmCOpJqCUWDaRKnNLPp1ETT5/vUUVpJzAICX9N8e48EQGFBBZoTCX1PUSfpzFEP/nVRc7qNVUaUR08nKN/n2lTuMoEA8AeEMFdCioUgEmNSBgCcCZBqPN3kJoqEu9wl7wkF51y2JXRgky2O6+lPkzmPw5hBa79SEWHsJ0D+6S58voAK4jdq6tY1oVz4dQTsinAa6WgiEMJ94QUMaWdhqSKp4+x4IZ4WmRKfV4OUYlrHkXEn4ogmN+lpImDBynEseatBDDJkW0HuNWt7uMYbAicAUB8/jyLmsurfTVKlopSWWM45j7U4ytcoRLHjDUcvp285jXHUA6ivJqKVudIdXoAn4fxx7l1YberAHoLKyawtMurN+y/JoT1t2p7K0T1J2juucwmsanT6HdbGIrWLy2CAP/9AGEb8fz5uXV6g4Hu7sW7nXawBs4tKkP4DIvudxWywyx+hbI4/fx+0BS+D0v/t5MeXMZ797D/cv1CupV3k0MdLR4dxSjRMsH63sN/t7vUmePeK/4u6RnKM0DsqCTTsk61kniebx/C+h8CPcBaZnuENTkgXq9m1Gk1Rn4+S28n5f940Iih3gUIsgm20OXyAlXSYMOYkINM+e7Go/iy557+zmhO/N5CD2KcR6kFkhzEkSdKjaKRnEczYZto652/uujk4MBiKDlxy5HwVZHQQTDqCyj+DZyr2h3PVrCaeEvkHYUPUE7jX4ZNE8NaFDAwzM7s/TE1jzZrxwuxv1vBo1yrRnSPz6v0+krbfn/F8qmdDnrqDe1RYOosS9BcEGt924SmxFXEcY3wN9vVpqm3IMj7LN787RlzKJGy4c3Ldo+kaFxnODtQ3sKaGNAcSiW0qq2QIsD4OI0ikEbWs7Me5dv3PZfhx73QftnUOd7VBITXcFBwDUUimP49Ppwv3N52/0pehCdzOF9BZoAStqe9Bxoi7CBL0ehSnkxbr5RidEFBrRUQ61mi3K5NHrliD4+U6F/nq45oMof4cD2az/g51xHO1LYRab000BrkHLV3xGr3xXy1vFnHusJ923OUj7jUDYD/Ebot3w0A9Kn2Q68id5MypoYID2vtD5ZtDnptAiW5sSiQ3vyOP25wXcL3sm3T1YzX8/6dj7Hz6YcZUlMmw0TISePbb8/89rBfbmT/QU7HEb5HEKbbME6QbC0t1CY5JjkdsuVvdwzxaQaQ74zSUsrCk8MbXD02LCjJzemww1599N3pqqFq/N+T6UePSpWD/U6pzYO2n/6xcHCZ7smMwZZkWr5ygSRls49EowrpVb6sGVZ9hquV0rKtg5xvvG8AGcsk46iMI17Cn2wu/m+SP/sKff6h6faH12c8QalLOzZmv3kJ49kFgeLZrxcaY7Df+j7ta+05dm23bIsqx1Fkd89+ZruYDtxWHAhOAuNsp7nZVutVjYMw3wQBDJyzGFesXFBPZlHNvmpLcP+BSjoZFLN3tpS5bGgZaMlsH3ErwGBTcdxGhBac123jt8NrXUT+8toSE2wE9g0eBliEjykjIAhdgFyDe+sKFIYUTrl6uzYiOONch4EE9phyI4XmBQAyRBkMDTmU/dZ9pR7JAN7hesthqGMToZFsLgo1haCKhhZGcaI2yNxe1rFFBrHSrvwbZpjNwbasnxL6zYEyHpxc3zHfm1pz7C/vyz4fwIMAAEGoEx0kkc9AAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 14px 18px;
    display: inline-block;
    padding-right: 24px;
	font-size: 13px;
}
.list-store-item .thumbnail {
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
}
.list-store-item .thumbnail img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}
.list-store-item .item-store .content {
    flex: 1;
}
.name-dis {
	color: var(--secondary-color);
	font-size: 20px;
	position: relative;
	display: block;
}

.list-store-item .item-store .content h4 {
    font-size: 16px;
    color: var(--primary-color);
}

.list-store-item .item-store ul {
    font-size: 13px;
	padding:0;
	margin:0;
	list-style: none;
}
.list-store-item .item-store ul li i{
    margin-right: 10px;
}
.header-store-list .label {
	font-size: 14px;
	margin-bottom: 5px;
}
.header-store-list select {
    border-radius: 5px;
    border: 1px solid #f1d3c1;
    height: 40px;
    width: 100%;
    margin-bottom: 16px;
    padding: 6px 12px;
}

.header-store-list h3 {
    display: flex;
    align-items: center;
    color: #000;
    cursor: pointer;
}

button#btn-search-store {
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: #9D0B0E;
    border-radius: 6px;
    margin: 0px;
    margin-left: 20px;
    font-size: 14px;
}

.wrap-single-store .map-store iframe {
    width: 100%;
}

.wrap-single-store .meta {
    border-left: 4px solid #9D0B0E;
    padding-left: 15px;
    margin-bottom: 20px;
}

.wrap-single-store .meta .item {
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 5px;
}

.wrap-single-store .meta .item svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.wrap-single-store .meta .address {
    color: #000;
}

.title-list-store {
    font-weight: 100;
    font-size: 36px;
    line-height: 44px;
    color: #15181E;
    letter-spacing: -0.02em;
    margin-bottom: 32px;
    font-family: var(--font2);
    text-align: center;
}
.store-list > div:first-child {
	display: block;
}
.store-list > div {
	display: none;
}
.header-select {
	font-weight: 700;
}
.header-select a i{
	margin-right: 5px;
}
.store-list ul {
	padding-left: 0;
	list-style: none;
	max-height: 500px;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.store-list ul li {
	width: 20%;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
}
.store-list ul li .thumb-prov{
    display: inline-block;
    width: 110px;
    height: 110px;
    padding: 20px;
    border-radius: 50%;
    border: 5px solid var(--secondary-color);
	position: relative;
}
.store-list ul li .thumb-prov:before {
    content: attr(data-num);
	font-size: 14px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: var(--secondary-color);
	border: 1px solid #fff;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.store-list ul li.active .thumb-prov,
.store-list ul li .thumb-prov:hover {
    background: var(--secondary-color);
}
.store-list ul li.active .thumb-prov img,
.store-list ul li .thumb-prov:hover img {
    filter: brightness(0) invert(1);
}
.store-list ul li a {
    display: block;
    color: #333;
}
.store-list ul li.active a, .store-list ul li:hover a {
    color: var(--secondary-color);
}

#overlay{	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
}
.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
}
.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
	100% { 
		transform: rotate(360deg); 
	}
}
/*--------------------------------------------------------------
## QNA
--------------------------------------------------------------*/
.blog-qna{
	padding-bottom: 30px;
}
.qna-list {
    padding: 5px;
    background-color: #f7f8f8;   	
}
.qna-item {
	border-left: 2px solid #fff;
	position: relative;
}
.qna-item.active .qna-title{
	color: var(--primary-color);
}
.qna-item.active {
	border-left-color: var(--primary-color);
}
.qna-item+.qna-item:before {
	content:'';
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-top: 6px solid #f6f6f6;
}
.qna-title {
	background-color: #f7f8f8;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    min-height: 65px;
    font-size: 18px;
    font-weight: 700;
	cursor: pointer;
}
.qna-title i{
    margin-right: 10px;
}
.qna-inner {
	background-color: #fff;
	padding: 15px 30px;
	display: none;
}
.qna-inner ul{
	padding-left: 16px;
}
/*--------------------------------------------------------------
## Doctor
--------------------------------------------------------------*/
.single-doctor .site-content {
    padding-top: 0;
    padding-bottom: 40px;
}
.single-doctor .site-content > .container{
    max-width: 100%;
    padding: 0;
}
.page-user {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 80px 0 40px;
}
.page-user:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.page-user > .container{
    position: relative;
    z-index: 1;
}
.page-user .title__doctor {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
}
.single-doctor .breadcrumb,
.single-doctor .breadcrumb a{
    color: #fff;
}
.section__background {
    padding-bottom: 50px;
    position: relative;
    padding: 30px 0;
}
.section__background:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(0deg,#f5f5f9,#fff);
}
.section__background iframe{
    width: 100%;
}
.home-doctor .thumbnail__object-fit {
    padding-top: 120%;
	border-radius: 8px;
}
.thumbnail__object-fit {
    position: relative;
    display: block;
    background: #f5f5f9;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
}
.thumbnail__object-fit>img {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%,-50%);
}
.heading2__text {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #292929;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.heading2__text:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: var(--secondary-color);
}
.heading__text {
    padding: 50px 0 10px;
    font-size: 28px;
    font-weight: 700;
    color: #292929;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: center;
}
.heading__arrow {
    position: relative;
    display: block;
    background-image: url(./lib/images/heading.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 33px;
    height: 33px;
    margin-left: auto;
    margin-right: auto;
}
.heading__arrow:after,.heading__arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 100px;
    height: 1px;
    background-color: #c1bfda
}
.heading__arrow:before {
    left: -120px
}
.heading__arrow:after {
    right: -120px
}
.card__user__content {
    display: block;
    padding: 20px 15px;
    text-align: center;
}
.card__user__btn .btn {
    min-width: 135px;
    margin: 0 5px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    text-align: center;
    transition: all .35s ease;
    border-radius: 40px;
    font-size: 15px;
    padding: 10px 20px;
    background-color: var(--primary-color);
}
.section-login {
    padding: 50px 0px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.reg-account {
    margin-bottom: 18px;
    color: #25324b
}

.welcome {
    font-size: 28px;
    font-weight: 600;
    color: #25324b;
    line-height: 33px;
    margin-bottom: 8px
}

.login-wrap {
    background: #fff;
    max-width: 575px;
    width: calc(100% - 30px);
    padding: 24px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 0px 4px rgb(153 155 168/25%);
}
#form-login-register input:not([type=checkbox]),
#form-login-register select,
#form-login-register button[type="submit"]{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    min-height: 34px;
    border-radius: unset;
    margin-bottom: 5px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#form-login-register input[type="submit"],
#form-login-register button[type="submit"]{
    background-color: var(--primary-color) !important;
    color: #fff;
    margin-bottom: 0;
    border: none;
    padding: 10px;
}
#form-login-register .login-lostpassword{
    width: 50%;
    float: right;
    text-align: right;
}
#form-login-register .login-remember{
    width: 50%;
    float: left;
}

.popup_thanks .modal-header {
	background: var(--secondary-color);
	border-bottom: none;   
	position: relative;
	text-align: center;
	padding: 20px;
}
.popup_thanks h4 {
	text-align: center;
	font-size: 36px;
	margin: 10px 0;
	color: var(--secondary-color);
}
.popup_thanks .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.popup_thanks .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	font-size: 25px;
}
.popup_thanks .close:hover {
	opacity: 0.8;
}
.popup_thanks .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.popup_thanks .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.popup_thanks .modal-dialog {
	margin-top: 80px;
}
.popup_thanks .btn, .popup_thanks .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.popup_thanks .btn:hover, .popup_thanks .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.popup_thanks .btn span {
	margin: 1px 3px 0;
	float: left;
}
.popup_thanks .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
/*--------------------------------------------------------------
## Responsive 
--------------------------------------------------------------*/


/* Extra large devices (large desktops) */
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}


/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {

}

@media (max-width: 1199.98px) {
	.store-list ul li {
		width: 25%;
	}
}


/* Medium devices (tablets, less than 992px) */
@media (min-width: 992px){
    .page-user > .container{
        padding-left: 400px;
    }
    .user-doctor {
        margin-top: 120px;
    }
    .user-doctor {
        position: absolute;
        z-index: 5;
        top: -250px;
        left: 15px;
        right: 15px;
        margin: 0 auto;
        width: calc(100% - 30px);
        padding-bottom: 100%;
        padding: 10px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,.5);
    }
}
@media (max-width: 991.98px) {
    #site-navigation,
    .sidebar .widget_nav_menu ul ul {
        display: none;
    }
    .site-boxed .site-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header.header-logo .logo img{
        max-height: 60px;
        width: auto;
    }
}

@media (min-width: 768px) {
    .footer-widgets-area:nth-child(1)  {
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .footer-widgets-area:nth-child(2)  {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {
	body{
		font-size: 14px;
	}
    .site-info,
    .site-info * {
        text-align: center;
    }
    .slick-slider .slick-prev {
        left: 0px;
    }
    .slick-slider .slick-next {
        right: 0px;
    }
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 35px;
		height: 35px;
		background-size: 15px 15px;
	}
    .breadcrumb a, .breadcrumb span {
        font-size: 14px;
    }
    .page-user {
        padding: 50px 0 30px;
    }
    .heading2__text {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .heading__arrow {
        width:24px;
        height: 24px
    }
    .heading__arrow:after,.heading__arrow:before {
        width: 60px;
        height: 1px
    }
    .heading__arrow:before {
        left: -70px
    }
    .heading__arrow:after {
        right: -70px
    }
	.wrap-store-main{
        flex-direction: column;
    }
    .wrap-store-main .column-left{
        width: 100%;
        padding: 15px;
    }
    .wrap-store-main .column-right{
        width: 100%;
		padding: 15px;
    }
    .wrap-store-main .column-left .list-store-item .item-store .content{
        padding-left: 0;
    }
	.meta-topbar {
		position: static;
		transform: none;
		justify-content: center;
	}
	.top-bar .woocommerce-product-search{
		display: none;
	}
	.book-appointment-wrap {
		padding: 30px;
	}
	.ft-right {
		padding-left: 0;
		padding-top: 40px;
	}
	.info-work-store {
		margin-top: 28px;
	}
	.store-list ul li {
		width: 25%;
	}
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
	.heading {
		font-size: 25px;
	}
    .page-user .title__doctor {
        margin-bottom: 30px;
    }
    .user-doctor{
        margin-bottom: 30px;
    }
    .avatar-doctor{
        width: 60%;
        margin-bottom: 20px;
        box-shadow: 0 0 20px rgba(0,0,0,.35);
        margin-left: auto;
        margin-right: auto;
    }
	.list-store-item .item-store {
		flex-direction: column;
	}
	.list-store-item .thumbnail {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.store-list ul li {
		width: 33.3333%;
	}
}
@media (max-width: 425px) {
	.store-list ul li {
		width: 50%;
	}
}