﻿
@font-face {
    font-family: Quicksand;
    src: url("/theme/css/fonts/Quicksand-Regular.woff");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    src: url("/theme/css/fonts/Quicksand-Medium.woff");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: Quicksand;
    src: url("/theme/css/fonts/Quicksand-Bold.woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    src: url("/theme/css/fonts/PLAYFAIRDISPLAY-VARIABLEFONT_WGHT.woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    src: url("/theme/css/fonts/PlayfairDisplay-Bold.woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: Playfair Display;
    src: url("/theme/css/fonts/PLAYFAIRDISPLAY-SEMIBOLD.woff2");
    font-weight: 700;
    font-display: swap;
}
* {
    font-family: "Quicksand", sans-serif
}
body {
    font-size: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
    font-weight: 500;
    /*font-family:"Be Vietnam", sans-serif*/
}
body{
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}
.has-black-color{
    color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-color{
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-color{
    color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-color{
    color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-color{
    color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color{
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color{
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color{
    color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color{
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color{
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color{
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color{
    color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-background-color{
    background-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-background-color{
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-background-color{
    background-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-background-color{
    background-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-background-color{
    background-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-background-color{
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-background-color{
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-background-color{
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-background-color{
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-background-color{
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-background-color{
    background-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-black-border-color{
    border-color: var(--wp--preset--color--black) !important;
}
.has-cyan-bluish-gray-border-color{
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}
.has-white-border-color{
    border-color: var(--wp--preset--color--white) !important;
}
.has-pale-pink-border-color{
    border-color: var(--wp--preset--color--pale-pink) !important;
}
.has-vivid-red-border-color{
    border-color: var(--wp--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-border-color{
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-border-color{
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-border-color{
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-border-color{
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-border-color{
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-border-color{
    border-color: var(--wp--preset--color--vivid-purple) !important;
}
.has-vivid-cyan-blue-to-vivid-purple-gradient-background{
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}
.has-light-green-cyan-to-vivid-green-cyan-gradient-background{
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}
.has-luminous-vivid-orange-to-vivid-red-gradient-background{
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}
.has-very-light-gray-to-cyan-bluish-gray-gradient-background{
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}
.has-cool-to-warm-spectrum-gradient-background{
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}
.has-blush-light-purple-gradient-background{
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}
.has-blush-bordeaux-gradient-background{
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}
.has-luminous-dusk-gradient-background{
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}
.has-pale-ocean-gradient-background{
    background: var(--wp--preset--gradient--pale-ocean) !important;
}
.has-electric-grass-gradient-background{
    background: var(--wp--preset--gradient--electric-grass) !important;
}
.has-midnight-gradient-background{
    background: var(--wp--preset--gradient--midnight) !important;
}
.has-small-font-size{
    font-size: var(--wp--preset--font-size--small) !important;
}
.has-medium-font-size{
    font-size: var(--wp--preset--font-size--medium) !important;
}
.has-large-font-size{
    font-size: var(--wp--preset--font-size--large) !important;
}
.has-x-large-font-size{
    font-size: var(--wp--preset--font-size--x-large) !important;
}
:root {
    --primary-color: #106355;
}
.radio-label input[type=radio] + span:before, a, input[type=reset], input[type=submit] {
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: all .3s linear;
    transition: .3s linear;
}
.full-width .ubermenu-nav, .container{
    max-width: 1170px
}
pre, blockquote, form, figure, p, dl, ul, ol
{
    margin-bottom:12px
}
.row-title{ max-width: 830px;margin: 25px  auto;}
.row-small{
    max-width: 1065px;
    margin: 0  auto;
}
.row-large{
    max-width: 1340px;
    margin: 25px  auto;
}
.row .col-small{
    max-width: 900px;
    display:block;
    margin:0 auto;
}

.onpage{background:#fff; margin-top: 20px;
           padding-bottom: 15px;
}
.onpage .readmore-btn {
    background: #e7e7e7;
}
.onpage .product-description 
{
    padding: 15px 10px;
}
.onpage1 .product-description 
{    padding: 10px 15px;
    background: #fff4c0d6;
    border: 1px solid #edd59c;
    border-radius: 4px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    font-size: 16.5px;
    line-height: 27px;
}
.onpage1 .product-description p:last-child{margin-bottom:0}
.onpage2 .product-description{
    border-top: 3px solid #f4cc6f
}
.page-content{overflow:hidden;}
.header-main{
    height: 100px
}
#logo img{
    max-height: 98px
}
#logo{
    width: 243px;
    margin-right: 20px;
}

.header, .header-wrapper {
    box-shadow: 0 1px 6px rgb(0 0 0 / 30%);
    z-index: 999;
    -webkit-box-shadow: 0 0 20px rgb(51 51 51 / 10%);
    -moz-box-shadow: 0 0 20px rgba(51,51,51,.1);
    -ms-box-shadow: 0 0 20px rgba(51,51,51,.1);
    -o-box-shadow: 0 0 20px rgba(51,51,51,.1);
    box-shadow: 0 0 20px rgb(51 51 51 / 10%);
}
.header-top{
    min-height: 30px
}
/*.transparent .header-main{
    height: 120px
}
.transparent #logo img{
    max-height: 120px
}
.has-transparent + .page-title:first-of-type,.has-transparent + #main > .page-title,.has-transparent + #main > div > .page-title,.has-transparent + #main .page-header-wrapper:first-of-type .page-title{
    padding-top: 120px;
}
.transparent .header-wrapper{
    background-color: #026aba!important;
}
.transparent .top-divider{
    display: none;
}*/
.header.show-on-scroll,.stuck .header-main{
    height:70px!important
}
.stuck #logo img{
    max-height: 70px!important
}
.header-bg-color, .header-wrapper {
   background: linear-gradient(90deg,rgb(241 250 242 / 80%),rgb(181 219 205 / 70%));
}
.header-bottom {
    background-color: #f1f1f1
}
.header-main .nav > li > a {
    font-size: 15.5px;
    font-weight: 600;
    padding: 6px 5px;
    border: 1px solid transparent;
    letter-spacing: 0.2px;
    color: #106355;
}
.header-main .nav > li > a:hover{
   /* border: 1px solid #ff5f35;
    color: #ff5f35!important;*/
   opacity:0.9;
}
.header-main .nav > li > ul {
    min-width: 280px;
    margin-top: 0;
}
@media (max-width: 549px) {
    .header-main{
        height: 70px
    }
    #logo img{
        max-height: 70px
    }
}
/*.header-top {
    background-color: #ffffff!important;
}*/
.nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown:before{
    border-bottom-color: #5e9681d4;
    bottom: 0px;
    z-index: 1;
}
.nav .nav-dropdown{
    border-color: #ffffff 
}
.nav-dropdown{
    font-size:100%
}
.nav-dropdown-has-arrow li.has-dropdown:after{
    border-bottom-color: #e1f7e6;      bottom: 0px;
}
.nav .nav-dropdown{
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    border: 1px solid #5e9681d4;
    border-radius: 10px;
    padding: 15px;
    font-weight:500;
   
    background-image: url(/images/img/bg01.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.nav .nav-dropdown >li > a{
    padding: 10px  0 10px;
    color:#106355;
}


/* Color */
.accordion-title.active, .has-icon-bg .icon .icon-inner,.logo a, .primary.is-underline, .primary.is-link, .badge-outline .badge-inner, .nav-outline > li.active> a,.nav-outline >li.active > a, .cart-icon strong,[data-color='primary'], .is-outline.primary{
    color: #026aba;
}
/* Color !important */
[data-text-color="primary"]{
    color: #026aba!important;
}
/* Background Color */
[data-text-bg="primary"]{
    background-color: #026aba;
}
/* Background */
.scroll-to-bullets a,.featured-title, .label-new.menu-item > a:after,.has-hover:hover .badge-outline .badge-inner,button[type="submit"], .button.wc-forward:not(.checkout):not(.checkout-button), .button.submit-button, .button.primary:not(.is-outline),.featured-table .title,.is-outline:hover, .has-icon:hover .icon-label,.nav-dropdown-bold .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold > li > a:hover, .nav-dropdown-bold.dark .nav-column li > a:hover, .nav-dropdown.nav-dropdown-bold.dark > li > a:hover, .is-outline:hover, .tagcloud a:hover,.grid-tools a, input[type='submit']:not(.is-form), .box-badge:hover .box-text, input.button.alt,.nav-box > li > a:hover,.nav-box > li.active > a,.nav-pills > li.active > a ,.current-dropdown .cart-icon strong, .cart-icon:hover strong, .nav-line-bottom > li > a:before, .nav-line-grow > li > a:before, .nav-line > li > a:before,.banner, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover, .button.primary:not(.is-outline), input[type='submit'].primary, input[type='submit'].primary, input[type='reset'].button, input[type='button'].primary, .badge-inner{
    background-color: #1f6349;
}
/* Border */
.nav-vertical.nav-tabs > li.active > a,.scroll-to-bullets a.active,.has-hover:hover .badge-outline .badge-inner,.accordion-title.active,.featured-table,.is-outline:hover, .tagcloud a:hover,blockquote, .has-border, .cart-icon strong:after,.cart-icon strong,.blockUI:before, .processing:before,.loading-spin, .slider-nav-circle .flickity-prev-next-button:hover svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow, .primary.is-outline:hover{
    border-color: #194b38;
}
.nav-tabs > li.active > a{
    border-top-color: #026aba
}
.widget_shopping_cart_content .blockUI.blockOverlay:before {
     border-left-color: #026aba 
}
.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
     border-left-color: #026aba 
}
/* Fill */
.slider .flickity-prev-next-button:hover svg,.slider .flickity-prev-next-button:hover .arrow{
    fill: #ff5f35;
}

.nav > li > a {
    font-family:"Be Vietnam", sans-serif;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-family:"Be Vietnam", sans-serif;
}
.nav > li > a {
    font-weight: 700;
}
.nav > li > a {
    font-size: 0.9em;
}
.nav-small.nav > li.html {
    font-size: 0.85em;
}
.nav-small.nav > li.html marquee{display:block;}
.header .nav-small a.icon:not(.button) {
    font-size: 1.2em;
}
.header a.icon:not(.button) {
    margin-left: 0.4em;
    margin-right: 0.4em;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    font-weight: 700;
}
h1,h2,h3,h4,h5,h6,.heading-font,.banner h1,.banner h2{
    font-weight: 700;
}
.alt-font{
    font-family: "Be Vietnam", sans-serif;
}
.alt-font{
    font-weight: 0!important;
}
.col-sm{
   padding-bottom:20px;
}
.col-xs
{
     padding-bottom:10px;
}
/*banner*/
.banner-wrap {
    background-color: #d2b6b6;
    background-image: url(/images/banner.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 140px 0px 240px 0px;
    position: relative;
    height: 500px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    max-width: 1920px;
    margin: 0 auto;
}
.banner-wrap .banner-inner {
    position: absolute;
    bottom: 0;

    z-index:2;
}
.banner-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    bottom: 0;
    right: 0;
    opacity: .5;
    transition: all .3s;
    background: linear-gradient(to bottom,transparent 90%,black 107%);
}
.banner-wrap .breadcrumbs,
.banner-wrap .breadcrumbs a{
    color:#fefefe;
}

.banner-wrap .breadcrumbs a:hover
{
    text-decoration:underline;
}
.banner-wrap .text{
    position: relative;
    width: 100%;
    max-width: 760px;
}
.banner-wrap .text h1,
.banner-wrap .text .h1{
    background: linear-gradient(to bottom,#be9945,#d0bc3a,#af9c1d,#be9945);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    text-align: left;
    font-weight: 900;
    font-size: 45px;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.banner-wrap .text .sub{
font-weight: 500;
    color: #afa043;
    /* font-family: roboto,sans-serif; */
    font-size: 17px;
}
/*.header:not(.transparent) .header-nav-main.nav > li > a {
    color: #ffffff;
}
.header:not(.transparent) .header-nav-main.nav > li > a:hover,.header:not(.transparent) .header-nav-main.nav > li.active > a,.header:not(.transparent) .header-nav-main.nav > li.current > a,.header:not(.transparent) .header-nav-main.nav > li > a.active,.header:not(.transparent) .header-nav-main.nav > li > a.current{
    color: #eeeeee;
}*/
.header-nav-main.nav-line-bottom > li > a:before,.header-nav-main.nav-line-grow > li > a:before,.header-nav-main.nav-line > li > a:before,.header-nav-main.nav-box > li > a:hover,.header-nav-main.nav-box > li.active > a,.header-nav-main.nav-pills > li > a:hover,.header-nav-main.nav-pills > li.active > a{
    color:#FFF!important;
    background-color: #eeeeee;
}
@media screen and (min-width: 768px){
    .sfooter .popup {float:right;}
}
@media screen and (min-width: 550px){
    .products .box-vertical .box-image{
        min-width: 300px!important;
        width: 300px!important;
    }
}
/*.header-main .social-icons,.header-main .cart-icon strong,.header-main .menu-title,.header-main .header-button > .button.is-outline,.header-main .nav > li > a > i:not(.icon-angle-down){
    color: #ffffff!important;
}*/
.header-main .header-button > .button.is-outline,.header-main .cart-icon strong:after,.header-main .cart-icon strong{
    border-color: #ffffff!important;
}
.header-main .header-button > .button:not(.is-outline){
    background-color: #ffffff!important;
}
.header-main .current-dropdown .cart-icon strong,.header-main .header-button > .button:hover,.header-main .header-button > .button:hover i,.header-main .header-button > .button:hover span{
    color:#FFF!important;
}
.header-main .menu-title:hover,.header-main .social-icons a:hover,.header-main .header-button > .button.is-outline:hover,.header-main .nav > li > a:hover > i:not(.icon-angle-down){
    color: #eeeeee!important;
}
.header-main .current-dropdown .cart-icon strong,.header-main .header-button > .button:hover{
    background-color: #eeeeee!important;
}
.header-main .current-dropdown .cart-icon strong:after,.header-main .current-dropdown .cart-icon strong,.header-main .header-button > .button:hover{
    border-color: #eeeeee!important;
}
.absolute-footer{
    background-color: #fafafa;
    opacity: 0.9;
}
.absolute-footer.dark{
    opacity: 0.8;
}
.absolute-footer > .container .clearfix{
        border-top: 1px solid #e9e9e9;    padding-top: 10px;
}

.slider-wrapper{
    max-width: 1920px;
    margin: 0 auto;
}
/* Custom CSS */

h1,h2,h3,h4,h5,h6{
    color:#000;
    font-weight:700
}
h1{
    font-size:1.9em
}
h2{
    font-size:1.65em
}
h3{
    font-size:1.5em
}
h4{
    font-size:1.2em
}
h5,h6{
    font-size:1em
}
b, strong {
    font-weight: bold;
}
table b,table  strong{
    font-weight:600;
}
h1,h2,h3,h4,h5,h6{
    font-weight:bold
}
.is-uppercase, .uppercase{letter-spacing:0;}

.header.transparent.white-header .header-main .nav > li > a {
    color: #fff;
}
 .white-header.transparent #logo img {
    filter: none;
}
.transparent.black-header .header-main .social-icons, .transparent.black-header .header-main .cart-icon strong, .transparent.black-header .header-main .menu-title, .transparent.black-header .header-main .header-button > .button.is-outline, .transparent.black-header .header-main .nav > li > a > i:not(.icon-angle-down) {
    color: #fff !important;
}
.transparent.white-header .header-main .social-icons, .transparent.white-header .header-main .cart-icon strong, .transparent.white-header.header-main .menu-title, .transparent.white-header .header-main .header-button > .button.is-outline, .transparent.white-header .header-main .nav > li > a > i:not(.icon-angle-down), .transparent.white-header .header-main .header-button > .button.is-outline, .transparent.white-header .header-main .cart-icon strong:after, .transparent.white-header .header-main .cart-icon strong {
    color: #fff !important;
    border-color: #fff !important;
}
.transparent.white-header {
    background: linear-gradient(180deg,rgba(0,0,0,0.9), transparent) !important;
}
.transparent.white-header .header-wrapper {
    background: linear-gradient(180deg,rgba(0,0,0,0.9), transparent) !important;
}
.footer-secondary {
    padding: 0;
}
.has-underline{position:relative;}
/*.has-underline:after {
    content: "";
    background: url(/theme/img/underline02.png);
    display: inline-block;
    margin: 0 auto;
    display: block;
    width: 110px;
    height: 22px;
    background-repeat: no-repeat;
    margin-top: 15px;
    background-size: 100%;
}*/
.has-underline:after  {
    background: url(/theme/img/line-1.png) center center no-repeat;
    background-size: contain;
    bottom: -20px;
    content: '';
    display: block;
    height: 14px;
    left: 0;
    margin: 0 auto;
    max-width: 300px;
    position: absolute;
    right: 0;
    width: 100%;
}
/*.footer-primary.pull-left {
    margin-top: 7px;
}*/
.sidebar-inner .widget .is-divider {
    display: none;
}
.stroke-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #026aba;
    color: #fff;
}
.rotate {
    transform: rotate(-90deg);
    /* Legacy vendor prefixes that you probably don't need... */
    /* Safari */
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
    /* Internet Explorer */
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
div#n2-ss-8 .nextend-bullet-bar .n2-bullet:after {
    content: "";
    display: block;
    height: 32px;
    width: 1px;
    background-color: currentColor;
    opacity: .2;
    margin: 14px auto;
}
/*************** UX MENU ***************/
.ux-menu .nav-dropdown {
    min-width: 600px;
    padding: 0px;
}
.ux-megamenu .nav-dropdown {
    min-width: 100vw;
    padding: 0px;
}
.ux-megamenu li.menu-item {
    width:100%;
}
.container .ux-megamenu .row:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}
/*************** UX MENU - CALLOUT***************/
.ux-menu-callout a {
    color:#000;
    /* Change nav color */
    font-size: 90%;
}
.ux-menu-callout a:hover, .ux-menu-callout a:hover h4 {
    color:#000;
    /* Change nav hover color */
}
.ux-menu-callout .icon-box .has-icon-bg .icon .icon-inner {
    background-color: currentColor;
    /* Auto fill background with icon color */
}
.ux-menu-callout .nav-dropdown .menu-item-has-children>a {
    text-transform: none;
    /* Text transform parent links */
    font-size: 100%;
}
.ux-menu-callout span.widget-title {
    text-transform: uppercase;
    font-size:80%;
    letter-spacing: .05em;
    opacity: 0.8;
}
.ux-menu-callout ul.menu>li ul {
    border-left: 0px;
    padding: 0px 0px 10px 10px;
}
.ux-menu-callout .icon-box-text {
    padding-top: 5px;
}
.ux-menu-callout h4 {
    margin-bottom: 0px;
}
.ux-menu-callout p {
    font-size:80%;
}
.ux-menu-callout .widget .is-divider {
    margin: 5px 0px;
    opacity: 0;
}
.ux-menu-callout .widget {
    margin-bottom: 0px;
}
#header .header-bottom .nav {
    position: initial;
}
form.cart {
    margin-bottom: 0;
}

.sidebar-wrapper .widget .is-divider, .post-sidebar .widget .is-divider {
    display: none;
}
.sidebar-inner span.widget-title, .sidebar-inner .section-title.section-title-normal, .sidebar-wrapper span.widget-title, .sidebar-wrapper .section-title.section-title-normal, .post-sidebar span.widget-title {
    background: #026aba;
    display: block;
    border-bottom: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.sidebar-wrapper .section-title.section-title-normal span, .sidebar-inner .section-title.section-title-normal span {
    padding-bottom: 0;
    border-bottom: 0;
}
.section-title span{color:#106355;    font-size: 25px;}
.section-title:hover span{color:#000;}
.image-tools.top.right {
    opacity: 1;
    right: auto;
    left: 0;
}
.image-tools.top.right .add_to_cart_button img {
    background: #026aba;
    border-radius: 100px;
    width: 35px;
    border: 1px solid #fff;
}
.image-tools.top.right .add_to_cart_button img:hover {
    background: red;
}
.image-tools.top.right .add_to_cart_button:hover {
    box-shadow: none;
}
.image-tools.bottom.left {
    padding-top: 0;
    padding-right: 0;
    padding: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
}
.woocommerce-product-gallery .image-tools.bottom.left {
    width: auto;
}
.left-bottom-tools {
    border-right: 1px solid transparent;
}
.left-bottom-tools, .right-bottom-tools {
    width: 50%;
    float: left;
}
.left-bottom-tools a, .right-bottom-tools a {
    color: #fff;
    padding: 8px 5px;
    text-align: center;
    background: #026aba;
    width: 100%;
}
.left-bottom-tools a:hover, .right-bottom-tools a:hover {
    background: red;
}
.image-tools a.button:hover {
    color: #026ABA;
}
.form-flat input, .form-flat textarea, .form-flat select, .form-flat textarea {
    border-radius: 0 !important;
}
.lightbox-blue {
    background: transparent;
}
a.orange {
    background: #ee4e2e;
}

.product-small.box-overlay .box-text {
    padding-bottom: 0.4em;
}
.product-small.box-overlay .box-text, .product-small.box-shade .box-text {
    bottom: -100%;
    transition: 0.3s;
}
.product-small.box-overlay:hover .box-text, .product-small.box-shade:hover .box-text {
    bottom: 0;
}
.product-small.box-overlay, .product-small.box-shade {
    overflow: hidden;
}
.product-small .badge-circle-inside .badge-inner,.product-small .badge-circle .badge-inner, .product-images .badge-circle .badge-inner, .product-images .badge-circle .badge-inner{
    border-radius: 999px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    border-radius: 0;
    padding: 3px;
    font-weight: normal;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    background: #026aba;
}
.widget_lc_taxonomy ul li {
    border-bottom: 1px solid #ddd;
    margin-left: 0;
    padding-left: 10px;
}
.hvssup .nav-dropdown>li.nav-dropdown-col{
    display:block
}
.hvssup .nav-dropdown{
    border:1px solid #ddd;
     padding:0
}
.hvssup .nav-dropdown .nav-dropdown-col>a, .hvssup .nav-dropdown li a{
    font-weight:normal !important;
     text-transform:none !important;
    font-size:15px;
     font-weight:500
}
.hvssup .nav-dropdown .nav-dropdown-col>ul li:hover{
    background:#026aba
}
.hvssup .nav-dropdown-default>li:hover>a, .hvssup .nav-dropdown .nav-dropdown-col>ul li:hover>a{
    color:white
}
.hvssup .nav-dropdown-default>li:hover{
    background:#026aba
}
.hvssup .nav-dropdown-default>li>a{
    border-bottom:0 !important
}
.nav-dropdown-has-arrow li.has-dropdown:before{
    border-width: 10px;
    margin-left: -10px;
}
.hvssup .nav-dropdown .nav-dropdown-col>ul{
    border: 1px solid #d2d2d2;
    margin-top:-40px;
    box-shadow: 2px 2px 5px #828282;
    display:none;
    position: absolute;
    left: 100%;
    z-index: 9;
    background: white;
    min-width: 240px;
}
.hvssup .nav-dropdown>li.nav-dropdown-col{
    width:100%;
    border-right:0
}
.hvssup .nav-dropdown .nav-dropdown-col>ul li a{
    padding:10px;
    text-transform: none;
    color:black
}
.header-nav .hvssup li.nav-dropdown-col:hover >ul{
    display:block !important
}
.xem-them .tieu-de-xem-them {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    font-size: 19px;
    color: black;
}
.xem-them ul li {
    margin-bottom: 3px;
}
.xem-them ul li a {
    font-weight: 700;
    font-size: 16px;
    color: #2a9e2f;
}
.xem-them ul li a:hover {
    text-decoration: underline;
}
.blog-single .entry-meta {
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    color: gray;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px;
    background: #f9f9f9;
    background: linear-gradient(90deg,rgb(241 250 242 / 20%),rgb(181 219 205 / 30%));
}
.blog-single .entry-meta  >span:after{
      display: inline-block;
    content: "|";
    color: rgb(48 46 46 / 50%);
    margin-left: 5px;
    padding: 0 5px;
}
.blog-single .entry-meta  >span:last-child:after{
    display:none;
}

.danh-muc {
    margin-bottom: 15px;
}
.danh-muc span.title, .the-tim-kiem span.title {
    border-radius: 4px;
    background: #126e32;
    padding: 4px 10px;
    color: white;
    margin-right: 5px;
}
.danh-muc a, .the-tim-kiem a {
    line-height:32px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;
}
.danh-muc a:hover, .the-tim-kiem a:hover {
    background: #6dca19;
    color: white;
}
._articles .page-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 28px;
}
._articles .post-item .image-cover img{
    border-radius: 5px;
    border: 1px solid #ededed;
}
._articles .post-item > .col-inner {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    }
 ._articles  .post-item {
    padding-bottom: 15px;
    }
._articles .post-item .is-divider { display: none; }
._articles .post-item .post-title{
    font-size:19px;
    color: #106355;
}
._articles .post-item .post-title:hover
{
     color: #333;
}
._articles .post-item .post-meta{
    font-size: 14px;
    padding: 3px 0;
    opacity: 0.9;
}
._articles .post-item .excerpt{
    line-height: 22px;
    font-size: 15px;
}
.bai-viet-lien-quan {
    margin-top: 15px;
}
.bai-viet-lien-quan h3 {
    font-size: 19px;
    color: black;
}
.bai-viet-lien-quan ul {
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.bai-viet-lien-quan ul li {
    list-style: none;
    width: 33%;
    color: graytext;
    float: left;
    padding-left: 4px;
    padding-right: 5px;
}
.bai-viet-lien-quan ul li .box-image img {
    height: 120px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.bai-viet-lien-quan h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 64px;
    overflow: hidden;
}
figure.wp-caption.aligncenter {
    width: 100% !important;
}
/*contact*/
._contact{
        background: #fffffb;
}
._contact .form{
    max-width: 400px;
    background: red;
    margin: 0 auto;
    margin-top: 30px;
}
._contact .form .form-inner{
    padding: 10px;
    background: linear-gradient(114deg,#efd769 10%,#f5ac6e 100%);
}
._contact .form .form-inner form{
    background: #fff;
    padding: 20px;
    margin-bottom:0;
}
._contact .form .form-inner form .contact__title{
    margin-bottom:10px;
}
._contact .form .form-inner form textarea{
        height: 70px;
}
._contact .photo-default{
    margin:20px auto;
    max-width:800px;
}
._contact .contact__info{
/*    background: #fff5c6;*/
    padding: 10px;
}
._contact .contact-bg{
    background-size: cover;
    background-attachment: scroll;
    background-image: url(/theme/img/bg04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px!important;
    padding-bottom: 20px!important;
}
._contact .contact-map{
    background:#1d5d4429;
    padding:30px 0 10px;
}
._contact .section__form .contact .text .main-title {
    display:block!important;
}
._contact .section__form .contact .text {margin-top:40px;}
._contact  .section__form .contact .text .title {    font-size: 18px!important;
    font-weight: 500;}
.contact__title {
    margin-bottom: 0;
    margin-top: 0px;
    padding: 8px 0;
    font-size: 22px;
    z-index: 101;
    font-family: 'Dancing Script';
    font-weight: 700;
    line-height: 18px;
    text-decoration:underline;
}
.contact__description {
    font-size: 105%;
    font-family: Noto Serif;
}
.contact__info a {
    color: #085a94;
}

.contact__info a:hover {
    color: #222;
}

.contact__info img {
    max-width: 100%;
    margin-bottom: 20px;
}

.contact__info p i {
    width: 18px;
}

.contact__info h1 {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin: 5px 0;
}

.contact-form {
    position: relative;
}

.contact-form .input-group {
    margin-bottom: 2px;
    margin-top: 0px;
    width: 100%;
}

.contact-form .input-group br {
    display: none
}

.contact-form .input-group .input-group-addon {
    border-radius: 0;
    border: none;
    position: relative;
    padding: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.contact-form .input-group .input-group-addon i {
    color: rgb(139 139 139 / 90%);
    font-size: 20px;
    width: 20px;
    height: 20px;
}

.contact-form .input-group .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #0e0e0e;
    min-height: 40px;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f5;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.contact-form::-webkit-input-placeholder,
.form-send::-webkit-input-placeholder{
    color: #777;
}

.contact-form:-moz-placeholder,
.form-send:-moz-placeholder{
    color: #777;
    opacity: 1
}

.contact-form:-moz-placeholder,
.form-send:-moz-placeholder{
    color: #777;
    opacity: 1
}

.contact-form:-ms-input-placeholder,
.form-send:-ms-input-placeholder{
    color: #777;
}

.contact-form .btn-submit {
    margin-top: 10px;
    border-radius: 20px;
}
/*end contact*/
h2.sbtitle, .sbtitle h2 {
    color: #106355;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 700;
}
.sbtitle h2 span {
    border-bottom: none;
    padding-bottom: 0;
}
.hctitle {
    font-size: 16px;
    font-weight: 500;
}
.recent-blog .badge{
     width: 40px;
    height: 40px;
}
.recent-blog .badge-outline .badge-inner{
    border: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.recent-blog  .hctitle {
    font-size: 17px;
    font-weight: 500;
    margin-top: 10px;    color: #106355;
}
.recent-blog  .hctitle:hover{
    color:#222;
}
.recent-blog .recent-blog-posts {
    padding: 5px 0 5px;
}
.widget .listing .col .box-vertical .box-text {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    vertical-align: top;padding-bottom: 10px;
}
.widget .listing .col {
    margin-bottom: 12px;
}
.widget .listing .col .box-image{width:90px;display: block;}
.widget .listing .col .feature>a {
    display: block;
    text-decoration: none;
    padding: 0;
    position: relative;
    background-color: #444040;
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
}
.widget .listing .col .feature img{
        width: 100%;
    max-width: 100%;
    display: block;
    border-radius: 3px;
}

.widget .listing .col .feature h3{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 6px 4px;
    margin-bottom: 0;
    margin-top: 0;
}
.widget .listing .col .feature h3 > span {
    position: relative;
    z-index: 6;
    display: block;
    line-height: 1.5;
    font-size: 17px;
    color: #fefefe;
}
.widget .listing .col .feature h3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#343434));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,#343434 100%);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#343434 100%);
    z-index: 0;
    border-radius: 3px;
}
.widget .listing .col .feature .excerpt{
    line-height: 18px;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.mos-contact-bar {
     z-index: 9999;
}
figure.wp-caption.aligncenter {
    text-align: center;
}
/* Custom CSS Mobile */
@media (max-width: 549px){
    .rotate {
        transform: none;
    }
    .row.category-page-row {
        padding-top: 0;
    }
    .woocommerce-ordering {
        display: none;
    }
    a.filter-button.uppercase.plain {
        background: #026aba;
        width: 100%;
        padding: 8px;
        color: #fff;
    }
    .category-filter-row {
        padding-bottom: 0;
    }
    .category-filtering .inline-block {
        display: none;
    }
    .stroke-text {
        font-size: 40px !important;
        line-height: 40px !important;
    }
    .mfp-container {
        position: fixed;
        top: 0;
    }
    .bai-viet-lien-quan ul li {
        width: 50%;
    }
    .bai-viet-lien-quan ul li .box-image img {
        height: 90px;
    }
}
.label-new.menu-item > a:after{
    content:"New";
}
.label-hot.menu-item > a:after{
    content:"Hot";
}
.label-sale.menu-item > a:after{
    content:"Sale";
}
.label-popular.menu-item > a:after{
    content:"Popular";
}
.flickity-slider .product-small{padding-bottom:0;padding: 0px 10px 30px; }
/*page-collection*/
#panzoom{height: 100%;}
.page-collection h1.entry-title{
    text-align: center;
    font-size: 2em;}
/*relate*/
.article-relates{
    margin-bottom: -30px;
    padding-bottom: 40px;
    padding-top: 16px;
}
.article-relates h2.heading{
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    margin: 15px 0 25px;
}
.article-relates .item article{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 3px;
    background:#fff;
    border: 1px solid #ededed;
    border-radius: 5px;

}
.article-relates .item .item_image{
    position: relative;
    width: 100%;
}
.article-relates .item .item_image a{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 0;
    padding-top: 66.67%;
}
.article-relates .item .item_image a img{
    position: absolute;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.article-relates  .item .item_text {
    padding: 5px 6px 15px 10px;min-height:81px;
}
.article-relates   .item .item_text a.title {
       margin-top: 10px;
    margin-bottom: 1px;
    line-height: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;    word-break: break-word;
}
.article-relates  .item  .article_meta {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
}
.article-relates .article_slick{margin-left:-8px;margin-right:-8px;}
.article-relates .slick-slide {margin: 0;}
.article-relates .slick-slide {
    padding-left: 8px;
    padding-right: 8px;
}
@media screen and (max-width: 768px) {
    .page-collection h1.entry-title {
        text-align: center;
        font-size: 1.7em;
    }
    .page-collection  .rte{
        font-size: 16.5px;
    }
}
h1.entry-title {
    color: #106355;
}
/*readmore*/
.btn-more {
    border-radius: 20px;
    background: linear-gradient(135deg,#ffffff 10%,#f1ece9 100%);
    background-size: 200%;
    border: 1px solid #194b38;
    position: relative;
    padding: 0 30px 0 15px;
    margin-top: 10px;
    color: #194b38;
    font-size: 13px;
}
.btn-more:hover{color:#333;box-shadow:unset;}
.btn-contact {
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    background: linear-gradient(135deg,#1f6349 10%,#194b38 100%);
    background-size: 200%;
    border: 1px solid #194b38;
    position: relative;
    padding: 0 30px 0 15px;
    margin-top: 10px;
    font-weight: 500;
}


.btn-contact svg {
    height: 18px;
    font-weight: 700;
    margin: 0 6px -5px 0;
    width: 15px;
}
.btn-contact a{color:#fff;}
.btn-contact a:hover {
    color: #333;
    box-shadow: unset;
}
.btn01{
    color: #fefefe;
    opacity: 0.92;
    font-size: 14px;
    border-radius: 2px;
   background: linear-gradient(135deg,#337159 10%,#265945 100%);
    background-size: 200%;
    border: 1px solid #275946;
}
.btn01:hover{opacity:1;}
.btn01.hasarrow{position: relative;padding: 0 30px 0 15px;}
.btn01.hasarrow:after,
.btn-more:after{
    content: "";
    background: url(/theme/img/whiteright.png);
    background-repeat: no-repeat;
    width: 13px;
    height: 12px;
    background-size: 13px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    right: 11px;
    top: 10px;
    opacity: 0.9;
    transition: all 0.4s;
}
.btn01.hasarrow:hover:after,
.btn-more:hover:after{
    right: 5px;
}
.readmore-description {
    margin-top: 15px;
    height: 300px;
    overflow: hidden;
}
.readmore-p500{
    height: 500px;
}
.readmore-p1000{
    height: 1000px;
}
.readmore-btn {
    text-align: center;
    font-size: 90%;
    font-style: italic;
    background: #fff;
    margin-top: 5px;
    cursor: pointer;
}
/*.readmore-btn:before {
    height: 55px;
    margin-top: -45px;
    content: -webkit-gradient(linear,0% 100%,0% 0%,from(#fff),color-stop(.2,#fff),to(rgba(255,255,255,0)));
    display: block;
}*/
.readmore-btn:after {
    content: "";
    width: 0;
    right: 0;
    border-top: 6px solid #000;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
/*end readmore*/
section.s20{padding:20px 0;}
section.s30{padding:30px 0;}
section.s40{padding:40px 0;}
/*intro*/
.section__intro {
    margin-top: 0;
    background-image: url(/images/img/bg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.section__intro .intro__text h1.title {
    font-size: 26px;
    margin-top: 0;
    font-family: 'UTM-Avo-Bold';
    color: #ce1c00;
    line-height: 35px;
    text-transform: uppercase;
    line-height: 1.6;
    text-shadow: 1px 1px #828282
}

.section__intro .intro__text p {
    line-height: 1.7
}

.section__intro .read-more-wrap {
    font-size: 105%
}

.section__intro .intro {
    margin: 0 auto;
    display: block;
    padding: 15px 0
}

.section__intro .intro__image {
    float: left
}

.section__intro .intro__image img {
    text-align: center;
    padding-right: 10px;
    opacity: .9;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 auto;
    display: block;
}

.section__intro .intro__image img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    opacity: 1
}

.section__intro .intro__text {
    margin: 0 auto;
    float: none;
    font-size: 16px;
    padding-bottom: 40px;
    float: left;
}

.section__intro .intro__text .intro_description {
    margin-top: 15px;
    margin-bottom: 12px
}

.section__intro .intro__text .intro_description,.section__intro .intro__text .intro_description p,.section__intro .intro__text .intro_description div {
    font-size: 18px;
    line-height: 1.7
}
.section__intro .intro__text blockquote
{
    position: relative;
    font-size: 1.1em;
    margin: 0 0 1.25em;
    border-left: 2px solid #446084;
    font-style: italic;
    background: #2b2b2b;
    color: #fff;
    padding: 1.25em;
}
.section__intro .intro__text blockquote p:last-child{margin-bottom:0!important;}
.section__form{
    padding-top: 40px;
    padding-bottom: 0px;
    background: #fafafa;
    position: relative;
    background-image: url(/images/img/bg01.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.section__form .contact{
    border-radius: 15px;
    position: relative;
    margin-bottom: 25px;
}
.section__form .contact .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 35px  35px;
}
.section__form .contact .text{
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    max-width: 515px;
    max-height: 285px;
    color: #fff;
    margin-top: 76px;
}
.section__form .contact .form{
    border-radius: 1px 49px;
    background: #fff;
    max-width: 578px;border: 1.5px solid #337c60;
}
.section__form .contact .text .main-title {
    display:none;
    color:#106355;
    font-size: 25px;
}
.section__form .contact .text .title {
    font-size: 24px;
    margin-bottom: 46px;
    color: #464d4c;
}
.section__form .contact .text .hotline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 530px;
    margin-bottom: 48px;
}
.section__form .contact .text .contact-btn {
    display: flex;
    justify-content: space-between;
    max-width: 500px;
}

.section__form .contact .text .info {
    display: flex;
    border-radius: 16px;
    padding: 4px 20px 4px 12px;
}
.section__form .contact .text .info img {
    margin-right: 5px;
    margin-top: -2px;
    width: 22px;
    height: 22px;
}
.section__form .contact .text a {
    display: block;
       font-size: 25px;
    color: #136b5c;
}
.section__form .contact .text .info:last-child a{
    font-size:18px;
}
.section__form .contact .text p {
    font-size: 14px;
    color: #106355;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.section__form .contact .text .social {
 border: 2px dashed #3e7460;
    border-radius: 16px;
    padding: 10px 20px 10px 10px;
    width: 235px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff6e90a;
}

.section__form .contact .form form{
   padding: 35px  30px 20px;    position: relative;    margin-bottom: 0px;
}
.section__form .contact .form .title {
    color: #106355;
    font-size: 22px;
    margin: 0 0 14px;
    font-weight: 700;
    line-height: 1.4;
}
.section__form .contact .form .input-group label {
    display: block;
    font-size: 14.5px;
    margin-bottom: 4px;
    color: #444;
    font-weight: 500;
}
.section__form .contact .form .input-group label span {
    color: red;
}
.section__form .contact .form .input-group input {
    max-width: 442px;
    width:100%;
    border-radius: 12px;
    border: 1px solid #336c4a;
    background-color: #f4fffa;
}
@media (max-width: 991px)
{
    .section__form .contact .inner {
        flex-flow: column;
        padding: 2em;
    }
    .section__form .contact .text {
        max-height: unset;
        margin: 5px auto 20px;
    }
    .section__form .contact .text .hotline
    {
        gap: 15px;
        max-width: 520px;
        margin: 5px auto 10px;
    }
    .section__form .contact .text .contact-btn {
        max-width: 484px;
        margin: 0 auto;
        gap: 15px;
    }
    .section__form .contact .text .title {
        font-size: 24px;
        margin-bottom: 12px;
        color: #106355;
        text-align: center;
    }
    .section__form .contact .form {
        padding: 20px;
        margin: 20px auto 0;
    }
}
@media (max-width: 549px){
    .section__form .container{padding:0;}
    .section__form .contact .inner {
        flex-flow: column;
        padding: 15px 10px;
    }
    .section__form .contact{border-radius:0;}
    .section__form .contact .form {
        padding: 15px;
    }
    .section__form .contact .form form {
        padding: 15px 10px 10px;
        position: relative;
    }
    .section__form .contact .text{max-width:100%;}
    .section__form .contact .text .title {
        font-size: 20px;
        line-height: 30px;
    }
    .section__form .contact .text .hotline{
            max-width: 100%;
    }
    .section__form .contact .text .contact-btn {
        max-width: 100%;
    }
    .section__form .contact .text .social{margin-bottom:5px;}
    .section__form .contact .text .social {
        border: 1px dashed #eaeaea;
        border-radius: 9px;
        padding: 4px 2px 4px 4px;
        width: unset;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .section__form .contact .text .social img{
        width:40px;
        height:40px;
    }
    .sfooter .label-name {
            text-transform: uppercase;
            font-family: Montserrat,sans-serif;
            font-size: 24px;
            margin-bottom: 0;
            margin-top: 50px;
            font-weight: 800;
            letter-spacing: 0.5px;
         
            display: inline-block;
            color: #f4f4f4;
        }
}

.page-search .entry-content{
    max-width:920px;
}
.page-search .entry-content .post-item{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.page-search .entry-content .post-item:last-child{
    border-bottom:none;
}
.page-search .entry-content .post-item .box-image{
    width: 140px;
    display: block;
}
.page-search .entry-content .post-item h2 {
    font-size: 1.45em;
}
.header-wrapper .header-nav{
    margin-top:8px;
}
.header-wrapper .btn-hotline {
    display: flex;
    font-size: 14px;
    background: linear-gradient(135deg,#1f6349 10%,#194b38 100%);
    background-size: 200%;
    border: 1px solid #194b38;
    position: relative;
    font-weight: 500;
    justify-content: center;
    max-width: max-content;
    gap: 5px;
    color: #fff;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border-radius: 5px;
    padding: 6px 12px;
    height: 38px
}
.header-wrapper .header-top .flex-right{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*header search*/
.header-search {
float: right;
    width: 250px;
    padding: 4px 0 4px 10px;
    box-sizing: border-box;
    max-width: 360px;
}

.searching form{    position: relative;
    margin-bottom: 0;
    border-radius: 5px!important;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.76);}
.searching form input {
    width: 100%;
    height: 38px;
    padding: 0 50px 0 12px;
    background: #747474;
    border: 0;
    border-right: none;
    box-sizing: border-box;
    background-color: #fff;
    color: #545454;
    font-size: 13px;
    border-radius: 5px!important;
}
.searching form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #222;
}
.searching {
	position: relative
}

/*.searching form input:focus {
	border: 1px solid #a14840;
	border-right: none
}*/
select option:first-child{opacity:0.7;}
.searching form select {
	border: none;
	padding: 6px;
	height: 30px;
	float: left;
	margin-right: 10px
}

.searching button {
    overflow: visible;
    position: absolute;
    top: -4px;
    right: 0;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 15px;
    width: 40px;
    line-height: 38px;
    font-size: 16px;
    font-weight: 700;
    color: #1d5c44;
    text-transform: uppercase;
    border-radius: 0 3px 3px 0;
    background: none;
    margin: 0;
}

.searching button:hover i {
	color: #3a3a3a
}
.searching button:hover:before {
	border-right-color: #e54040
}

.searching button:focus:before,
.searching button:active:before {
	border-right-color: #c42f2f
}

.searching button::-moz-focus-inner {
	border: 0;
	padding: 0
}

.menu-search {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    max-width: 100%;
}
.menu-search .searching form input
{
    color: #323232;
    background-color:rgb(255 255 255 / 87%)!important;
}
.header-search-form{
    padding:5px 15px!important;
}
/*form send*/
.form-send .loader{
    background: rgba(127,127,127,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9;
}
.form-send .loader img{
    position: absolute;
    top: 56%;
    left: 32%;
}
.form-send .loader span{
    position: absolute;
    top: 55%;
    left: 37%;
}
.form-alert p{
    padding: 6px 0;
}
.form-alert p.success{
    padding: 5px 10px;
    color: #3fb019;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;
    line-height: 20px;
    background: #fffabd;
}
.form-alert p.error{
    padding: 0 10px;
    color: #f54141;
    border-radius: 3px;
    opacity: 1;
    font-size: 14px;    background: unset;
}
/*witget bottom*/
.ft4{background:#f15b33; color:#fff;font-size:14.5px;height:45px; line-height:45px; position:fixed; bottom:0; width:100%;z-index:5}
.ft4 .support{text-align: center;}
.ft4 .support a{
    font-weight:700;
    padding:0 5px;
    font-size:15.5px;
    color:#f8fcff;
    transition: transform 125ms cubic-bezier(.4,0,.2,1);
    display: inline-block;
}
.ft4 .support a:hover{transform: scale(1.04);}
.ft4 .support img {
    position: relative;
    top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    width: 26px;
    height: 26px;
    opacity: 0.98;
}
.ft4 .support_online{width:100%; height:45px; background:#00c0ac;border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0;
-moz-border-radius:6px 6px 0 0; font-size:20px; font-weight:bold; text-align:center;}
.ft4 .support_online img{position:relative; top:7px; margin-right:20px}
.ft4 .support span.smd{display:inline-block;}
.ft4 .support span.ssm{display:none;}
@media screen and (max-width: 786px) {
    .ft4 .support a{font-size:15px;padding: 0px;}
    .ft4 .support span.smd{display:none;}
    .ft4 .support span.ssm{display:inline-block;}
    .ft4 .support img {
        width: 20px;
        height: 20px;
    }
}
/*end wiget botton*/
/*feature*/
.meta-post-share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #ddd;
    padding: 10px 0 !important;
    margin-bottom: 24px;
    margin-top: 24px;
}
    .meta-post-share .relative {
        display: flex;
        align-items: center;
        gap: 16px;
    }
.meta-post-share p {
    margin-bottom: 0;
}
.meta-post-share .box-btn-social {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 14px;
}

.meta-post-share .box-btn-social li {
    list-style: none;
    margin: 0;
}
.meta-post-share  .box-btn-social li a {
    width: 28px;
    height: 28px;
    border-radius: 16px;
    background-color: #55acee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.meta-post-share .box-btn-social li a.facebook {
    background-color: #3b5998
}

.meta-post-share .box-btn-social li a.pinterest {
    background-color: #e60023
}

.meta-post-share .box-btn-social li a.linkedin {
    background-color: #0a66c2
}

.meta-post-share .box-btn-social li a.twitter svg {
    fill: #fff
}

.meta-post-share .box-btn-social li a.facebook svg path {
    fill: #fff
}

.meta-post-share .box-btn-social li a.pinterest svg path {
    fill: #fff
}

.meta-post-share .box-btn-social li a.twitter svg path {
    fill: #fff
}

.meta-post-share .box-btn-social li a.linkedin svg path {
    fill: #fff
}

.box-signature {
    padding-left: 0;
    padding-right: 0;
    /* width: auto; */
    margin-top: 20px;
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: linear-gradient(90deg,rgb(241 250 242 / 80%),rgb(181 219 205 / 80%));
    border-radius: 5px;
    margin-top: 40px;
    padding: 20px 25px;
}
.box-signature .photo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row !important;
    vertical-align: top !important;
    width: 180px;
    padding: 0 8px;
}
.box-signature .text {
    flex: 0 0 auto;
    width: calc(100% - 180px);
    padding:0 8px;
}
.entry-content{    padding-top: 0;
    padding-bottom: 0.5em;
}
.entry-content p:last-child
{
    margin-bottom:0;
}
.entry-content iframe {margin-bottom:20px;}
.entry-content h2 {
    font-size: 1.55em;
}
.entry-content h3 {
    font-size: 1.4em;
}
.entry-content h4 {
    font-size: 1.25em;
}
.entry-content ol li,.entry-summary ol li,.col-inner ol li,.entry-content ul li,.entry-summary ul li,.col-inner ul li{margin-left:0em}
._1line,._2line,._3line,._4line,._5line
{
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
._2line{
    -webkit-line-clamp: 2;
}
._3line{
    -webkit-line-clamp: 3;
}
._4line{
    -webkit-line-clamp: 4;
}
._5line{
    -webkit-line-clamp: 5;
}
ul.has-icon {
    list-style: none;
    position: relative;
}
ul.has-icon li{margin-left:5px;}
ul.has-icon li:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 16px;
    left: -22px;
    position: absolute;
    width: 16px;
    background-image: url(/theme/img/check.png);
    margin: 5px 10px 0 0;
}
ul.has-icon.icon-check li:before{background-image: url(/theme/img/check02.png);}
ul.has-icon.icon-gift li:before{background-image: url(/theme/img/gift.svg);}
ul.has-icon.icon-logo li:before{
    background-image: url(/favicon.ico);
    width: 20px;
    height: 22px;
}

.intro-btn {
   display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 4px 36px;
    font-size: 15px;
    line-height: 36px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 5;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: -o-linear-gradient(left,#e9bc46 0%,#f9d676 50%,#e9bc46 100%);
    /* background-size: 200%; */
    border: 1px solid #194b38;
}

.btn-tuyendung {
    opacity: .9;
    margin-left: 20px;
    color:#eee;
    background: linear-gradient(135deg,#1f6349 10%,#194b38 100%);
    background-size: 200%;
    border: 0;
}
.btn-tuyendung:hover {
    background-position: right center!important;
     color:#eee;
}
.intro-btn:hover {
    background-position: right center!important
}
/*end*/
.color-title{
    color: #106355;
}
.color-title:hover{
    color: #232323;
}
.box-zoom{
    border: 1px solid #eee;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.box-zoom:hover{-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);}
/*partner*/
.title-wrapper{
    text-align: center;
    max-width: 679px;
    margin: 10px auto;
    font-family: Montserrat,sans-serif;
    padding: 0 ;
}
widget .title-wrapper{text-align:left;}
.title-wrapper h2{font-size:28px;}
.title-wrapper p{     font-size: 16px;
    font-weight: 500;}
.widget .title-wrapper {margin-top: -5px;    text-align: left;}
.widget .box-image img {
    border-radius: 2px;
    border: 1px solid #ededed;box-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    display: block;
}
.youtube-wrapper{max-width:1170px;padding:0;margin: 15px auto;}

.title-wrapper .hctitle {
    text-align: left;
    font-weight: 600;
    font-size: 17px;
}
.open-youtube {
    position: relative;
    width: 100%;
    display: block !important;
    max-width: 1000px;
    margin: 0 auto;
    border: 3px solid #3a755e;
    border-radius: 6px;
}
.open-youtube .poster {
    position: static !important;
}
.img-mx-auto {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.icon-youtube {
    -webkit-transition: all .2s;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    padding: 10px;
    transition: all .3s;
    width: 80px;
}
.align-middle {
    -webkit-transform: translate(-50%,-50%) !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    transform: translate(-50%,-50%) !important;
}
.spartner {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(255 255 255);
}

.spartner .spgap1{display:block; height:auto;padding-top: 60px;}

.workwith-wrap {
    overflow: hidden;
    opacity: 0.7;
    margin-bottom: 8px;
    background: #fff;
}
.workwith-slide {
    background: url(/images/partner.png) repeat-x;
    background-size: auto 170px;
    height: 170px;
    width: 5000px;
    animation: work-slide 25s linear infinite;
}
@keyframes work-slide{
    0%{
    transform: translate3d(0, 0, 0);
    }
    100%{
    transform: translate3d(-1692px, 0, 0);
    }
}
/*end partner*/
.section-content .sub-title,
.section__intro .sub-title{
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16.5px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
}
.home-article .box .box-image img{
    border-radius:10px;
}
.home-article .post-title{
   color: #106355
}
.home-article .row-xsmall > .col{padding-bottom:10px}
.home-article .post-title:hover{
   color: #333;
}
.scategory
{
    background: #f9fff8;
    padding: 40px 0 20px;
}
.scategory h2.title{text-align:center;}
.scategory h2.title a{
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    font-size: 28px;
    color: #106355;
}
.scategory h2.title a:hover{color:#222;}
.scategory .more{text-align:center;}
.scategory h3.hctitle{
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    color: #ebebeb;
}
.scategory h3.hctitle:hover{
     color: #ebebeb;
}

.scategory .box-image  img{
    border-radius:5px;
    border:1px solid #5dab8d;
}
.scategory .box .box-text{
    position: absolute;
    bottom: 0;
    padding-bottom: 0.4em;
}
.scategory .box .title-wrapper {
    text-align: center;
    margin: 10px auto;
    padding: 0;
    background: #194b38db;
    background: linear-gradient(135deg,#3b8166f2 10%,#265945f5 100%);
    line-height: 18px;
    padding-bottom: 3px;
    padding-top: 1px;
    line-height: 22px;
    padding-bottom: 3px;
    padding-top: 1px;
    max-width: 204px;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 22px;
    margin: auto;
    height: 35px;
}
.category-page-row .box-image img {
   
    border-radius: 5px;
    border: 1px solid #5dab8d;
}
ul.lst-category{
    list-style:none;
    
}
ul.lst-category li{
    float:left;
    width:25%;
    padding:5px 10px;    margin: 0;
}
ul.lst-category li .badge {margin-right:10px;  
                          height: 36px;
    width: 36px;}
ul.lst-category li .badge-inner{
    border-radius:50%;
}
ul.lst-category .recent-blog-posts {
    min-height: 64px;
    padding: 5px 0 5px;
}
ul.lst-category li .recent-blog-posts a{margin-bottom:0;}
ul.lst-category li h3.hctitle {
   
    color: #106355;    word-break: break-word; margin-bottom: 2px;
    margin-top: 9px;
}
ul.lst-category li h3.hctitle:hover {
    color: #0a453b;
}
.box-image.box-shadow{
    box-shadow: 1px 1px 6px -3px rgb(78 78 78);
    border: 0;
    transition: all 300ms;
}
.box-image.box-shadow:hover{
    box-shadow: 2px 2px 7px -2px rgb(78 78 78);
}
.sfeedback{
    padding-top: 40px;padding-bottom: 0px;background: #fafafa;
    position: relative;
    background-image: url(/images/img/bg01.jpg);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}
.sfooter {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    background: linear-gradient(to top, #fafafa 0%, #fefefe 55%, #fff 100%);
}
.sfooter p {
    margin-bottom:10px;
}
.sfooter .title {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.6px;
    color: #106355;
}
.sfooter .about .col-inner{
    padding: 10px 0px 15px 0px;
}
.sfooter .about p i{width:25px;}
.sfooter .about .mst{
    font-size: 18px;
    opacity: 0.9;
    letter-spacing: 0.6px;
}
.sfooter .about p.address{
    font-size: 15px;
}
.sfooter .about p.hotline a.highlight{
    font-size: 19px;
    line-height: 1.5;
    font-weight: bold;
    background: -webkit-linear-gradient(#257758, #106355);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Roboto', sans-serif;
    font-weight:900;
}
.sfooter .links {
    margin-top:40px;
}
.sfooter .links ul{
        padding-left:0px;
}
.sfooter .links .col-inner{
    padding: 10px 30px 0px 30px;
}
.sfooter .footer-license {
    margin-bottom: 0;
    margin-top: 12px;
    color: rgba(233,233,233,1);
    font-size: 14px;
    font-style: italic;
}
.sfooter a:hover {
    text-decoration:underline;
}
.sfooter .link_mxh {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.sfooter .link_mxh p {
    line-height: 31px;
    font-size: 16px;
    margin-right: 5px;
}
.link_mxh .mxh {
    float: left;
    margin: 0 10px 0 0 ;
}
.link_mxh .mxh a {
    float: left;
    height: 38px;
    width: 38px;
    color: #106355;
    border: 2px solid #2b654f;
    border-radius: 50%;
    background: -webkit-linear-gradient(#ffffff, #e8fef5);
    opacity: 0.9;
}
.link_mxh .mxh a:hover{text-decoration:none!important;
    color: #fff;
    border: 2px solid #fff;
}
.link_mxh .mxh a i{
    line-height: 36px;
    text-align: center;
    display: block;
    width:24px;height:24px;
    background-repeat:no-repeat;    margin: 5px;
}
.link_mxh .mxh a.link-facebook{border: 2px solid #5078da;}
.link_mxh .mxh a.link-tiktok{border: 2px solid #35fff9;}
.link_mxh .mxh a.link-pinterest{border: 2px solid #d74343;}
.link_mxh .mxh a.link-facebook i.icon
{
    background:url(/theme/img/footer/facebook.png);
}
.link_mxh .mxh a.link-tiktok i.icon
{
    background:url(/theme/img/footer/tik-tok.png);
}
.link_mxh .mxh a.link-pinterest i.icon
{
    background:url(/theme/img/footer/pinterest.png);
}
.sfooter  .copyright{
    background: linear-gradient(to right, #010101 0%, #121212 15%, #010101 100%);
    border-top: 1px solid #1e1e1e;
    padding: 2px 0 2px;
    color: #f3f3f3;
    font-size: 14.5px;
}
.sfooter  .copyright .crleft {
    float: left;
    font-weight: 500;
    opacity: 0.8;
    line-height: 42px;
}
.sfooter  .copyright .crright {
    float: right;
}
.sfooter  .copyright .crleft  .ico{width: 34px;margin-right: 10px;opacity:0.9}
.sfooter .copyright  a {
    color:#e5e5e5;    line-height: 34px;
}
.sfooter .copyright p a:hover {
    color:#fff;
    text-decoration:underline;
}
.sfooter ul li{
    list-style: none;
    position: relative;
    padding: 3px 0 3px 20px;
    margin: 0;
    border-bottom: 1px solid #ececec;
    border-color: rgba(255, 255, 255, 0.2);
}
.sfooter ul li:last-child{border-bottom:0;}
.sfooter ul li.bullet-arrow:before,
form-contact{
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    font-size: 16px;
}
.sfooter .label-contact {
    position: absolute;
    margin-top: 0px;
    padding: 8px 20px 9px 18px;
    font-size: 18px;
    z-index: 101;
    background: #040404;
    font-family: 'Dancing Script';
    font-weight: 700;
    line-height: 18px;
    /*background-image: linear-gradient(#46a326,#2e8311);*/
    background-image: linear-gradient(to right,#e7e7e7 0%,#ffffff 50%,#ededed 100%);
    top: -18px;
}
.sfooter .label-name {
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 0;
    margin-top: 40px;
    font-weight: 800;
    letter-spacing: 0.5px;
  
    display: inline-block;
    color: #106355;
}
.sfooter .label-contact:before {
    right: 100%;
    border-right: 12px solid #ababab;
    border-top: 18px solid transparent;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    width: 7px
}

.sfooter .label-contact a {
    color: #080808
}

.sfooter form input{
    background-color: rgba(255,255,255,.85);
    border: 0px solid transparent;
    color: #333;
    margin-bottom: 15px;
    padding: 10px 15px;
    width: 100%;
    border-radius: 2px;
}
.sfooter .popup {
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 40px;
    box-shadow: 3px 3px 1px 0px #051d16;
    border: 2px solid #fff;
    background: linear-gradient(135deg,#e5cb55 10%,#eb6a24 100%);
    transition: .25s all ease;
    font-size: 19px;
    margin-bottom: 18px;
    display: inline-block;
    cursor:pointer;
}
.sfooter .popup:hover{text-decoration:unset;}
.back-to-top {
    background: #1f6349!important;
    border: 2px solid #bfbfbf!important;
    border-radius: 50%;
    color: #ffffff!important;
    display:none!important;
}

.back-to-top:hover {
    background: #1f6349!important;
    color: #ffffff!important;
    border-color: unset;
}

.mos-contact-bar {
    right: 20px;
    bottom: 88px;
    position: fixed;
    margin-bottom: 0;
}
.mos-contact-bar.right-bar { right: 30px; left: auto; }
.mos-contact-bar li {
    width: 44px;
    height: 46px;
    overflow: hidden;
    margin-bottom: 0;
    list-style: none;
}
.mos-contact-bar li.facebook {
    margin-bottom: 8px;
    background: url(/theme/img/fb.png);
    background-repeat: no-repeat;
}
.mos-contact-bar li.zalo {
    margin-bottom: 8px;
    background: url(/theme/img/zl.png);
    background-repeat: no-repeat;
}
.mos-contact-bar li.hotline {
    background: url(/theme/img/p2.gif);
    background-repeat: no-repeat;
    background-size: 44px;
    margin-bottom: 8px;
}
.mos-contact-bar li a {
    display: block;
    width: 44px;
    height: 44px;
}

/*sidebar menu*/
#sidebar-btn{
    vertical-align: middle;
    width: 22px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 25px;
    display: none;
}
#sidebar-btn span {
    background-color: #26604a;
    height: 1px;
    display: block;
    margin-bottom: 5px;
}
#sidebar-btn span:nth-child(2) {
    width: 75%;
}
.mfp-close {
    opacity: 1;
    right: unset;
    left: 10px;
    opacity: 0.7;
}
.off-canvas .sidebar-menu {
    padding: 10px 0 20px;
}
.off-canvas .sidebar-menu .logo{
     text-align: center;
    margin: 0 auto;
    display: block;max-width: 100px;
}
.mfp-content .nav>li>a {
    font-size: 15px;
}
.mfp-content .nav.nav-vertical li {
    border-top: 1px solid #5b5b5b;
}
.mfp-content .nav.nav-vertical li:first-child {
    border-top: none;
}

.nav > li > a,
.off-canvas .nav-vertical li li > a {
    font-family: "Quicksand", sans-serif;
}
.mfp-content .nav>li>a,
.nav-vertical>li>ul li a{
    color: rgb(46 80 40 / 96%);
}
.mfp-content  .nav>li>a:hover,
.nav-vertical>li>ul li a:hover{
    color:rgb(36 68 30);
}
.mfp-content .toggle i {
    font-size: 1.5em;
}
.mfp-content .toggle i:before {
    content: "\f107";
}
.mfp-content ul.sub-menu {padding-bottom:0!important;    font-weight: 500;font-size:15pxl}
.mfp-content ul.sub-menu  li{padding-left:0}
.off-canvas .nav-vertical li li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
/*product page*/
.product-page .entry-sharing{margin-top:20px;}
.product-info .icon-box.box-if {
    border: 1px dashed #026aba;
    padding: 0 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.product-info .icon-box.box-if:hover {
    background: #026aba;
    color: #fff;
}
.product-info .quantity.buttons_added {
    display: none;
}
.product-info .quantity+.button {
    width: 100%;
    padding: 8px;
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    border-radius: 3px;
}
.product-info .button-ttk, .product-info .button-nbg {
    width: 100%;
    padding: 8px;
}
.product-page .product-wrapper {margin-bottom:30px;}
.product-page .product-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.product-wrapper .product-image {width:475px;float:left;}
.product-wrapper .product-image .slick-slide{margin-left:0;}
.product-wrapper .product-image .slick-prev,.product-wrapper .product-image .slick-next{
    top:46%
}
.product-wrapper .product-image .slick-prev {
    left: 4px;
}
.product-wrapper .product-image .slick-next {
    right: 4px;
}
.product-wrapper .product-slider .item{margin-bottom:10px;}
.product-wrapper .product-info {width:calc(100% - 500px);float:left;margin-left:25px;}

.product-wrapper .product-info .product_meta {
    font-size: 0.9em;
    margin-bottom: 1em;
    background: #f7f7f7;
}
.product-wrapper .product-info p.hotline{
    font-weight: bold;
    color: red;
    font-style: italic;
}
.product-wrapper .product-info p.hotline a {color: #1388d2;}
.product-wrapper .product-info .form{
     background: #f7f7f7;
    padding: 14px;
    margin: 0 auto;
}
.product-wrapper .product-info .form .form-inner {
    padding: 10px;
    background: linear-gradient(114deg,#efd769 10%,#f5ac6e 100%);
        max-width: 450px;
    margin: 0 auto;
}
.product-wrapper .product-info .form .form-inner form {
    background: #fff;
    padding: 15px;
    margin-bottom: 0;
}
.product-wrapper .product-info .form .contact-form {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.product-wrapper .product-info .contact__title,
.product-wrapper .contact-form .input-group .form-control{margin-bottom:12px;}
.product-wrapper .contact-form .btn-submit{margin-top:0;margin-bottom:0}
/*page*/
._page  .entry-sharing{
    margin: 20px auto 30px;
    max-width: 925px;
}
._page .page-wrapper{
    background: #fafafa;
    max-width: 940px;
    margin: 30px auto;
    padding: 0;
}
._page .page-content{
    background: #fff;
    padding: 0;    font-family: Montserrat,sans-serif;
}
._page h1.title,
._page .page-content h1{
    text-align:center;
    text-align: center;
    background: -webkit-linear-gradient(330deg, #4a4a4a,#000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    margin: 0 0 30px;    font-size: 27px;
}
._category .page-content h1 {
    font-size: 28px;
    margin-top: 20px;
}
.boxprice {
    background: #fafafa;
    padding: 30px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    font-family: Montserrat,sans-serif;
}
.boxprice .row-title {
    max-width: 830px;
    margin: 35px auto;text-align: center;
}
.boxprice .row-title h2.title{
    max-width: 800px;
    font-family: Montserrat,sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
    color: #e5b646;
}
.boxprice .row-title h2.title span{
    font-weight: 600;
    font-size: 24px;
}
.boxprice .row-title .sub{
    margin: 22px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #464646;
    font-size: 18px;
}
.boxprice .row-title hr {
    max-width: 300px;
    height: 4px;
    background: #e5b646;
    margin: 20px auto 5px;
    opacity: 1;
    border: none;
}
.boxprice h4{
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #106355;margin-top: 20px;
}
.boxprice .box {
    width: unset;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;   
}
.boxprice  .icon-box {
    width: 25%;
    float: left;
    padding: 0 15px;
    /* margin-bottom: 32px; */
    max-width: 480px;
    margin: 20px auto 20px;
}
.boxprice .icon-box .inner {
    background: #f3f3f3;
    padding: 35px 28px;
    min-height: 240px;
}
.boxprice .icon-box-img {
    margin: 0 auto;
    width: 214px;
    max-width: 100%;
    position: relative;
}
.boxprice .icon-box-img .icon {
    background: #106355;
    padding: 2px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
}
@media (min-width: 768px)
{
.boxprice .icon-box-img .icon:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
}
.boxprice .icon-box-img img {
    padding-top: 0;
    width: 100%;
    display: block;
    border-radius: 50%;
}
.boxprice  .icon-box-text {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 17px;
    background: -webkit-linear-gradient(330deg, #116456,#106355);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boxprice  .text {
    max-width: 900px;
    margin: 30px auto;
    color: #2c576a;
    width: 50%;
    float: left;
    padding: 0 20px;
}
.boxprice  .text  ul li{    margin-bottom: 0.6em;}
.boxprice  .photo {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 6px;
    width: 50%;
    float: left;
    padding: 0 10px;
}
/*location*/
.boxlocation{padding: 30px 0 20px;}
.boxlocation .section-title span {
    color: #333;
    font-size: 24px;
    margin: 0 auto -2px
}
.boxlocation .col-inner{
    max-width:1000px;
    margin:0 auto;
}
.boxlocation .box-inner{
    padding: 0;
    border-radius: 4px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    font-size: 15px;
    line-height: 26px;
}
.boxlocation .box-inner ul{
    list-style: none;
}
.boxlocation .box-inner ul li{
    position: relative;
    margin-left: 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 6px 0 5px 22px;
    margin-bottom: 0;
}
.boxlocation .box-inner ul li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #767676;
    top: 11px;
}
@media screen and (max-width: 768px)
{
    .boxlocation .box-inner ul li:before{
        display:none;
    }
    .boxlocation .box-inner ul li{
        padding-left: 0;
    }
    .boxlocation .section-title span {
        font-size: 22px;text-align: center;
    }
}
/*box tag*/
.boxtag {
    padding: 30px 0 20px;
    background: #ffffff;
}
.boxtag .section-title{
    font-family: 'Baloo 2';
}
.boxtag .section-title span {
    color: #333;
    font-size: 21px;
    margin: 0 auto 5px;    text-align: center;
}
.boxtag .col-inner{
    max-width: 940px;
    margin: 0 auto;
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
}
.boxtag .box-inner{
    padding: 10px 15px;
    background: #fff4c0d6;
    border: 1px solid #edd59c;
    border-radius: 4px;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    font-size: 16.5px;
    line-height: 27px;
}
.boxtag .list-link{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;

}
.boxtag .list-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.475rem 0.75rem;
    border-radius: 1rem;
    border: 1px solid #0c5d84;
    white-space: nowrap;
    line-height: 14px;
    font-size: 14.5px;
    transition: all .2s;
    color: #0c5d84;
    font-family: 'Baloo 2'; 
}
.boxtag .list-link a:hover {
    border: 1px solid #094968;
    color: #094968;
}
@media screen and (max-width: 768px)
{
    .boxtag .list-link a {
        padding: 0.4rem 0.5rem;
       
        font-size: 14px;
    }
}
/*about*/
._about h1.title{
    text-align: center;
    margin:30px 0;
}
._about .page-wrapper{
   padding-bottom:0;
}
._about .section2
{background:#f7d87f;
 padding:30px 0 10px;
}
._about .section2 h2.title{
    text-align: center;
    margin: 20px 0 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
._about .section2 .col .box-icon
{
    width: 90px;
    margin: 0 auto;
}
._about .section2 .col .box-icon img {
    padding-top: 0.2em;
    width: 100%;
}
._about .section2 .col .box-text{
    text-align:center;
}
._about .section2 .col .box-text{
    text-align:center;
}
._about .section2 .col .box-text h3{
    color: #003366;
    font-size: 22px;
    margin: 5px 0;
}
._about .section2 .col .box-text .sub{
    font-size: 15px;
    color: #111;
    line-height: 20px;
}
._about h2.title{
    font-family: "Montserrat", sans-serif;
}
._about .section3
{
    background-size: cover;
    background-attachment: scroll;
    background-image: url(/theme/img/bg04.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-top: 40px!important;
    padding-bottom: 20px!important;
}
._about .section3 h2.title{
    text-align: center;
    margin: 30px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}

._about .section3 h2.title span
 {
color: #ebb109;
    font-weight: normal
}
._about .section3 .text{
    font-size:15.5px;
    line-height:24px;    position: relative;
}
._about .section3 .text p:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    left: -12px;
    position: absolute;
    width: 20px;
    background-image: url(/theme/img/check02.png);
    margin: 5px 10px 0 0;
}
._about .section3 .text p{padding-left:10px;}
._about .section3 .text p strong{
    color: #d7a104;
    font-size: 15px;
}
._about .section3 .text p b{font-size:15px;}
.quote_wrapper {
    background-image: url(/images/img/bg.jpg?v=2);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 68px 0px 240px 0px;
    position: relative;
    height: 440px;
    color: #ffd249;
}
.quote_wrapper .container {
    background-image: url(/theme/img/icon_quote.png);
    background-position: top center;
    padding-top: 184px;
    background-repeat: no-repeat;
    background-size: 230px auto;
    font-size: 44px;
    color: white;
    max-width: 970px;
    text-align: center;
}

.quote_wrapper p.title{
    font-family: 'Dancing Script';
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height:30px;    color: #ffd249;
}
.quote_wrapper p.sign
{
     font-size: 24px;
}
/*accordion*/
/*#accordion{
        background: #ffff;
}*/
.question{margin: 20px 0 20px;
    padding: 30px 0;
    background: #fffff5;}
.question  h2.title{
    margin: 0 auto;
    text-align: center;
    color: #d49d39;    margin-bottom: 20px;
}
.question .accordion{max-width:1000px;margin:0 auto;}
#accordion li.item {
    position: relative;
    background: #f9f9f9;
    box-shadow: 2px 0 6px rgb(0 0 0 / 10%);
    border-radius: 5px;
    margin-bottom: 15px;
    margin-left: 0;
}
               
#accordion li.item >div.ui-accordion-content-active:after {
    height: 80%;
}
#accordion li.item .content{
    display: block;
    text-align: left;
    padding: 5px  10px 10px;
    font-size:17px;
}
#accordion li.item .content p {
    margin-bottom: 10px;
}
#accordion li.item .content ul {
    padding-left:10px;
    margin: 0;margin-bottom:10px;
}  

.ui-accordion .ui-accordion-header,
.question h4{
    display: block;
    cursor: pointer;
    position: relative;
    margin: 15px 0 0 0;
    padding: 0.8em 2.2em 0.8em 1.2em;
    font-size: 14.5px;
    background: #fff;
    border: 1px solid #fff;
    color: #222;
    font-weight: 600;
    opacity: 0.8;
    transition: all 0.1s;
    line-height: 1.55;
    color: #414141;
    -webkit-transition: all 15ms linear;
    -moz-transition: all 15ms linear;
    -o-transition: all 15ms linear;
    transition: all 15ms linear;
    background: rgba(255,183,63,.18);
    border-radius: 5px;
}
.question h4:hover{
    background:#ffb73f;color:#fff;
}
.question h4:hover .ui-icon{opacity:0.6}
.ui-accordion .ui-accordion-header span.sub{
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 93%;
}
.ui-state-active,.ui-state-default {
    padding: 10px;
    margin-top: 5px;
    border:unset;
}
.ui-widget-content {
    padding: 1em 1.5em;
    border-top: 0;
    overflow: auto;
    background: #ffffff;
    margin-bottom: 0;
}
.ui-widget-content .inner p{margin-bottom:8px;}
.ui-widget-content .inner p:last-child{margin-bottom:0;}
.ui-widget-content b,
.ui-widget-content strong{font-weight:600;}
.ui-accordion .ui-accordion-header.ui-state-active{
    margin-bottom:0;
 /*   background: #53ab32;
    color: #fff;
    opacity: 1;*/
}
.ui-state-active,.ui-state-hover {
    border:unset;
    color:unset;
}
.ui-state-default:hover, .ui-state-default:focus,.ui-state-default:active {
    outline:0!important;   opacity: 1;
}
.ui-icon, .ui-widget-content .ui-icon {
    float: left;    opacity: 0.8;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
    position: absolute;
    right: 7px;
    top: 14px;
}
.ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
    font:normal normal normal 14px/1 FontAwesome;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1.4;
    margin-left: 0.3em;
    width: 18px;
    height: 18px;
    -webkit-transition: color 15ms linear,transform 60ms linear;
    -moz-transition: color 15ms linear,transform 60ms linear;
    -o-transition: color 15ms linear,transform 60ms linear;
    transition: color 15ms linear,transform 60ms linear;
}
.ui-icon-triangle-1-e:before {
    content: "\f067";
}
.ui-icon-triangle-1-s:before {
    content: "\f068";
}
@media (max-width: 768px) {
    /* #accordion li.item >div:after, .ui-accordion .ui-accordion-header:after,
    .ui-icon-triangle-1-s, .ui-icon-triangle-1-e
    {
        display: none;
    }*/
   /* .ui-accordion .ui-accordion-header {
        margin: 8px 0 0px 0;
        padding: 0.7em 0.4em 0.7em 0.8em;
        font-size: 15px;
    }

    .ui-icon-triangle-1-s, .ui-icon-triangle-1-e {
        font-size: 34px;
        width: 25px;
        height: 24px;
        right: 5px;
        top: 14px;
    }*/

    #accordion li.item .content {
        display: block;
        text-align: left;
        padding: 5px 12px 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .ui-widget-content {
        padding: 1em 12px;
    } 
    
}
/*layout*/
 .single-product div#tab-description {
    overflow: hidden;
    position: relative;
}
.single-product .tab-panels div#tab-description.panel:not(.active) {
    height: 0 !important;
}
.devvn_readmore_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.devvn_readmore_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
    display: block;
}
.devvn_readmore_flatsome a {
    color: #318A00;
    display: block;
}
.devvn_readmore_flatsome a:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #318A00;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}
/*widget*/
.icon_contact_show {
    position: fixed;
    right: 12px;
    top: 50%;
    z-index: 111;
    transform: translateY(-50%);
    text-align: left
}

.icon_contact_show img {
    width: auto;
    height: auto;
    right: 0;
    top: 0;
    transform: translate(-50%,50%)
}

.icon_contact_show .icon_show .btn-hover {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    background: rgba(255,255,255,.75);
    box-shadow: 2px 4px 7px rgb(0 0 0 / 15%)
}

.icon_show {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    transition-property: width;
    transition-duration: 1s;
    cursor: pointer;
    height: 48px
}

.icon_contact_show .icon_show:hover span.btn-hover {
    background: transparent
}

.icon_contact_show .icon_show:hover {
    background: linear-gradient(180deg,rgb(246 246 246 / 90%) 0%,rgb(237 237 237 / 90%) 100%);
    box-shadow: 2px 4px 7px rgba(0,0,0,.15);
    border-radius: 15px;
    width: 170px!important;
}

.call_span {
    font-weight: 600;
    font-size: 18px;
    color: #166553;
    opacity: 0;
    visibility: none
}

.icon_contact_show .icon_show:hover .call_span {
    opacity: 1;
    float: right;
    visibility: visible;
    transition: 1s
}

span.btn-hover {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon_contact_show .icon_show a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    padding-left: 12px
}

.icon_contact_show .icon-btn-phone {
    width: 24px;
    height: 24px;
    background-repeat:no-repeat;
    background: url(/theme/img/telephone-call.png);

    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.icon_contact_show .icon-btn-booking {
    width: 24px;
    height: 24px;
    background-repeat:no-repeat;
    background: url(/theme/img/calendar.png)
}
.icon_contact_show .icon-btn-mes {
    width: 24px;
    height: 24px;
    background-repeat:no-repeat;
    background: url(/theme/img/chat.png)
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
/*end widget*/