:root{
    --primary-color: #169091;
    --secondary-color: #ffffff;
    --tert: #fd4344;

    --yellow: #f0c109;
    --blue: #193364;
    --red: #fd4344;

}
.font-custom{ font-family: 'Encode Sans Condensed', sans-serif;}

.text-color{ color: var(--primary-color); }
.text-yellow{ color: var(--yellow) !important; }
.text-blue{ color: var(--blue) !important; }
.text-red{ color: var(--red) !important; }

.bg-color{ background:var(--primary-color); }
.flickity-button:hover{ background:var(--secondary-color); }
#header .header-inner{ background:var(--secondary-color);box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);}

.header-extras > ul > li a .circle, .tb-language span{ color: #e6e6e2;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight:500; letter-spacing: 0;}

body, p,
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
#mainMenu nav > ul > li > a,
#footer p,
#footer,
button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]),
.header-extras > ul > li .topbar-dropdown > .title{
    font-family: 'Roboto', 'Noto Sans Thai', sans-serif;
    letter-spacing: 0;
}
body, p{
    font-size: 16px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.67);
}

body .body-inner{
    background: url(../images/bg-03.png) no-repeat;
    background-size: 100%;
    background-position: center 25%;
}
.list-icon.list-icon-colored li:before, .list-icon.icon-list-colored i{ color:var(--red); }
.metal-bg{
    background: linear-gradient(119deg, rgba(245, 245, 245, 1), rgba(255, 255, 255, 1) 14%, rgb(255, 255, 255) 19.33%, rgba(239, 238, 238, 1) 32.77%, rgb(207, 204, 204) 49.58%, rgb(213, 206, 206) 63.03%, rgba(221, 221, 221, 1) 71.01%, rgb(233, 233, 233) 87.82%, rgba(218, 218, 218, 1));
    border-radius: 20px;
    color: #16113b;
}
.topbar-content a {
    color: #fff !important;
}
.flickity-button:before{ color:#fff; }
.topbar-dropdown .title{ padding: 0px 10px; }
#search .search-form .form-control{
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
}
#search .search-form .text-muted{ font-size:10px; }
.btn.btn-top-call{
    padding: 0 20px !important;
    margin-right: 20px;
}

.tb-language{
    border-radius: 100px;
    border: 1px solid #d5cbba;
    padding: 3px;
    line-height: 30px;
    display: -webkit-flex;
    height: 40px;
    margin-top: 20px;
    vertical-align: middle;
    background-color: #e9e9e9;
    color: #7a7a7a;
}
.tb-language img{height: 22px; margin: 0 3px;}
.tb-language > a{
    color: inherit;
    padding: 0;
    margin: 0 5px;
}
.tb-language span{
    padding: 0 5px;
    color: #534d4d;
    font-size: 12px;
}
.tb-language > a.active{
    background-color: #ffffff;
    border-radius: 100px;
    line-height: 30px;
    display: inline-block;
    color: #5e5e5e;
    margin: 0;
    vertical-align: middle;
    align-content: center;
    font-weight: 500;
    box-shadow: 0 0 4px rgba(51, 51, 51, 0.27);
}
.tb-language > a:not(.active) .flag{ display:none; }
.flag{ margin-right: 4px; }

body.search-open #topbar,
body.search-open #logo,
body.search-open #mainMenu,
body.search-open .header-extras{
    opacity: 0;
    visibility: visible;
}
#search{
    width: 100%;
    float: right;
    left: initial;
    right: 0;
    height: 300px;
    background: #fff;
}
body.search-open #search{
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 200px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.26);
    height: 80px;
    max-width: 1140px;
}
.header-extras > ul > li > a{ padding:0 !important; }
.header-extras > ul > li a .circle{
    top: 3px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
/*    background: #f2f0f0;*/
background: #112344;

/*    border: 1px solid rgba(227, 227, 227, 0.97);*/
text-align: center;
transition: all .2s ease-in-out;
}
.header-extras > ul > li.extras-shopping a{ padding:0; }
.header-extras > ul > li.extras-shopping a span{
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    background-color: var(--red);
    border-radius: 50%;
    top: -10px;
    right: -6px;
    color: #fff;
    font-size: 11px;
}
.header-extras > ul > li a.circle,
.header-extras > ul > li a.circle i{
    line-height: 30px !important;
}
.header-extras > ul > li.top-language{
    border-left: 1px solid #ececec;
    margin-left: 20px;
    padding-left: 10px;
}
.header-extras > ul > li a:hover .circle{
    background: #0f2347;
    border-color: #0f2347;
    color: var(--primary-color);
    transform: scale(1.2);
}

.form-search{
    position: relative;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-top: 17px;
    width: 285px;
    max-width: 100%;
}
.search-box input{
    width: 100%;
    border: none;
    padding-right: 40px;
    background: transparent;
}
.search-box .btn-search{
    position: absolute;
    right: 0;
    min-width: 40px;
    text-align: center;
}

.headbar{ position:relative; }
.headbar .htitle, .htitle-dec{ 
/*    background-color: var(--primary-color);*/
color: #169091;
line-height: 30px;
display: inline-block;
font-size: 2.5em;font-weight: bold;
}
.headbar a{
    position: absolute !important;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.headbar.text-center .subtitle{ margin:auto; margin-top:20px; font-size: 16px;}
.headbar .subtitle{ max-width: 60%; }
.headbar .btn-right{
    border-radius: 50px;
    color: #fff;
    background: var(--primary-color);
    display: inline-block;
    height: -webkit-fit-content;
    line-height: 40px;
    padding: 0 10px 0 20px;
    transition: all .3s ease-in-out
}
.headbar .btn-right:hover{
    background-color: var(--red);
    border-color: var(--red);
    color: var(--secondary-color) !important;
    transform: scale(1.025);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.headbar-img{
    width: 120px;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
}


/*  MENU */
#mainMenu nav > ul > li{ padding: 0; margin: 0;}
#mainMenu nav > ul > li > a{
    font-size: 18px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    text-transform: inherit;
    padding: 0 10px;
    margin-left: 25px;
    color: #193364;
}
#mainMenu nav > ul > li > a::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 11px;
/*    background-color: #c1b7b7;*/
left: 2px;
top: 0;
transform: rotate(24deg);
}
#mainMenu nav > ul > li.active > a{
    color: var(--primary-color);

}
.dropdown-menu{ font-size: 1em; }
#mainMenu nav > ul > li.dropdown > a:after{
    font-family: inspiro-icons !important;
    content: "\e92e";
    font-size: 12px;
}
#mainMenu nav > ul > li.dropdown > a >span{ padding-right: 20px; }
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li.dropdown:hover > a,
#mainMenu nav > ul > li .dropdown-menu > li:hover > a{ 
/*    color: #ddd;*/
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span{
    color: var(--primary-color);
}
#mainMenu nav > ul > li .dropdown-menu{
    padding: 0;
    border: none;
    border-top: 2px solid var(--primary-color) !important;
}
#mainMenu nav > ul > li .dropdown-menu li{
    display: inline-block;
    line-height: 40px;
    width: 100%;
    float: left;
}
#mainMenu nav > ul > li .dropdown-menu li a{
    line-height: 40px;
    display: inline-block;
    width: 100%;
}
#mainMenu nav > ul > li .dropdown-menu li a{ padding:0 20px; }
#mainMenu nav > ul > li .dropdown-menu li a:hover{ 
    background: var(--secondary-color);
    color:#fff !important; 
    font-size: 1em;
    text-decoration: none;
}
#mainMenu nav > ul > li:hover >a,
#mainMenu nav > ul > li.active >a{ 
    color: var(--primary-color);
}


#header .header-inner #logo a > img{ 
    margin-top: 0;
    height: 80px;
}
#search .btn-search-close{ 
    background: var(--secondary-color);
    border-radius: 50%;
    top: 12px;
    right: 15px;
}
button.btn.btn-outline, .btn:not(.close):not(.mfp-close).btn-outline, a.btn:not([href]):not([tabindex]).btn-outline{
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn, button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]){
    padding: 0 24px;
    letter-spacing: 0;
    line-height: 46px;
    height: 46px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    transition: all .2s ease-in-out;
    background: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn, .btn i{ color: #1f1906 !important;  }
.btn:hover, button.btn:hover, button.btn:focus, button.btn:not(:disabled):not(.disabled):active, button.btn:not(:disabled):not(.disabled).active, .btn:not(.close):not(.mfp-close):hover, .btn:not(.close):not(.mfp-close):focus, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled):active, .btn:not(.close):not(.mfp-close):not(:disabled):not(.disabled).active, a.btn:not([href]):not([tabindex]):hover, a.btn:not([href]):not([tabindex]):focus, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled):active, a.btn:not([href]):not([tabindex]):not(:disabled):not(.disabled).active,
.btn-circle:hover{ 
    transform: scale(1.025);
    background-color: #169091 !important;
    border-color: #169091 !important;
    color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}

/* about */
.sect-about{     margin-bottom: 0px;}
.qdec{ position:relative; }
.qdec::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 80px;
    border-radius: 0 40px;
    background: #169091;
    z-index: -1;
    left: -24%;
    top: -145px;
}
.fix-img-about{ position: absolute; top: 80px;}


/* service */
.sect-service{
    position: relative;
    background: url(../images/bg-service.png) no-repeat;
    background-size: 100%;
    background-position: center;
    min-height: 807px;
    z-index: 1;
}
.sect-service .headbar{ 
    float:right; 
    position: absolute;
    left: 38%;
    right: 0;
    margin: auto;
    top: 43%;
}
.sect-service .headbar .btn{
    position: relative !Important;
    margin-top: 20px;
}
.sect-service .service-list-content{ 
    float:left;
    text-align: center;
    position: relative;
    left: -14%;
    max-width: 80%;
    top: 60px;
}
.sect-service .service-list-content [class*="slc-"]{
    width: 400px;
    max-width: initial;
}
.sect-service .service-list-content .slc-1{ margin: 0 auto; float: none; }
.sect-service .service-list-content .slc-2{ clear: left; }
.generic-title {margin-bottom: 30px;}
.service-slider2 h4{
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* category */
.sect-product{ padding: 120px 0;}
.clip-card{
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 18px;
    border: none;
    overflow: hidden;
}
.clip-card .card-title h2{
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}
.clip-card .card-title a.btn-circle{
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    background: #c90608;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.card-title{
    padding: 5px 15px;
    margin: 0;
}
.clip-card .card-title a i{ color: inherit; } 
.clip-card .card-body{
    padding: 0;
    border-radius: 11px;
    overflow: hidden;
}
.clip-card .card-body .desc{
    position: absolute;
    left: 0;
    bottom: 50px;
    padding: 20px;
    color: #fff;
    opacity: 0;
    background: #2a362c;
    transition: all .3s ease-in-out;
}
.clip-card:hover .card-body .desc{
    bottom: 55px;
    opacity: 1;
}
.clip-card:hover img,
.product-item:hover img{
    transition: all .4s ease-in-out;
    transform: scale(1.1);
}


/*service*/
.service-slider2 a {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.service-slider2 a:hover {
    color: #20b1b4;
}

.service-slider2 a i {
    margin-left: 7px;
}

.service-slider2 {
    padding: 45px 33px 35px;
    border-radius: 15px;
    transition: .3s ease-in-out;
    border-top: 2px solid #015253;
    box-shadow: 6px 6px 83px 20px rgb(0 0 0 / 3%);
}

.service-slider2 figure {
    transition: .3s ease-in-out;
}

.service-slider2:hover figure {
    transform: translateY(8px);
}

.service-slider2:hover {
    border-color:#169091;
}

.service-slider2:hover h4 {
    color: #20b1b4;
}

/* product */
.sect-product{
    background: transparent;
}
.product-item{ 
    position:relative; 
    padding: 3px;
    border-radius: 18px;
    border: none;
    overflow: hidden;
/*    background: #eceef2;*/
background: var(--primary-color);
}
.product-item .htitle{
    margin-bottom: 0;
    font-size: 20px;
    margin-bottom: 10px;
/*    color: var(--secondary-color);*/
}
.product-item .htitle a{ color:inherit; }
.product-item .desc{
    margin: 10px 0;
    font-size: 14px;
}
.product-item .htitle strong{
    font-weight: normal;
    color: #000;
}
.product-item .card-detail{
    text-align: center;
    margin: 10px 0;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
}
.product-item .card-img{
    border-radius: 15px;
    overflow: hidden;
}
.product-item .price{
    font-size: 16px;
    color: var(--secondary-color);
    font-weight: 500;
}
.product-item del{
    font-size: 0.8em;
    vertical-align: middle;
    letter-spacing: 0;
    color: #7c7a7a;
}
.product-item .btn-circle{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    background: var(--primary-color);
}
.product-item:hover .btn-circle{ 
    opacity: 1;
}

.product-item .htitle,
.product-item .desc,
.product-item .price{
    color: #fff;
}

.decor.man{
    position: absolute;
    bottom: 0;
    left: -2%;
}
.decor.woman{
    position: absolute;
    top: 0;
    right: 0%;
}

.btn-circle{
    min-width: initial;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 23px;
    transition: all .3s ease-in-out;
}
.hr{
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #c9c9c9;
}

/* blog */
.sect-article{ background:var(--cream); }
.sect-article .box-area-content{
    position: relative;
    padding-right: 16%;
}
.decor.tree{
    position: absolute;
    right: -28%;
    top: 3%;
    z-index: -1;
}
.clip-card.blog-item .card-title h2{
    font-size: 18px;
}
.blog-item .date{
    font-size: 14px;
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.69);
}
.blog-item .htitle{ 
    font-size: 16px;
    margin: 20px 0;
}
.blog-item .card-detail{ 
    padding: 10px 15px; 
    display: inline-block;    
}
.clip-card.blog-item .desc{font-size: 14px; margin: 15px 0;}
.clip-card.blog-item .card-title h2 a,
.clip-card.blog-item .desc{
    color: #fff;
}

.sect-cta{ 
    background: var(--secondary-color); 
    overflow: initial;
    z-index: 2;
}
.box-cer{
    position: relative;
    height: 400px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.box-cer::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    background: rgb(25,51,100);
    background: linear-gradient(0deg, rgba(25,51,100,1) 0%, rgba(25,51,100,0.25253851540616246) 62%, rgba(5,5,5,0) 100%);
}
.box-cer:hover::before{
    opacity: 0.5;
}
.box-cer img{
    position: absolute;
    top: 0;
    border-radius: 20px;
    box-shadow: 0 0 28px rgba(43, 43, 43, 0.27);
    transition: all .3s ease-in-out;
}
.box-cer:hover{ 
    overflow: initial;
}
.box-cer:hover img{
    top: initial;
    bottom: 0;
}
.shadow-down{ position: relative; }
.shadow-down:after{
    position: absolute;
    width: 120%;
    height: 30px;
    bottom: 0;
    left: -10%;
    right: 0;
    margin: 0 auto;
    border-radius: 0;
    z-index: -1;
    content: "";
    box-shadow: -1.9921875px 16.010416984558105px 24px rgba(255, 255, 255, 0.88);
    top: initial;
    bottom: 0px;
}

.red-box{
    padding: 0 40px;
    position: relative;
    z-index: 2;
    border-radius: 0 60px;
}
.red-box h4, .red-box p{ color: var(--primary-color); }
.red-box h4{
    font-size: 2em;
    line-height: 1;
    margin-bottom: 20px;
}
.sect-partner{
    padding-bottom: 40px;
    z-index: 2;
    overflow: initial;
    background: rgb(255,255,255);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 34%, rgba(233, 236, 242, 1));
}


/* footer */
footer .ft-left{ 
    padding-left: 0;
    padding-right:55px; 
}
footer h4{ color: var(--primary-color); }
footer a:hover{  color: var(--red) !important; }
footer .link-box{
    position: relative;
    right: initial;
    bottom: initial;
    width: 100%;
    padding: 40px;
    height: 400px;
    margin-top: -300px;
}
footer .ft-right{ padding-right:0; }
footer .ft-right .widget{
    display: inline-block;
    width: auto;
    float: left;
}
footer .ft-right .widget.info{ width:35%; }
footer .ft-right .widget.links{ width:50%; padding-left: 30px;}
footer .ft-right .widget.address{width:36%;}

footer{
    background: #015253;
    font-size: 14px;
    padding: 50px 0 0px 0;
    overflow: initial;
    z-index: 2;
    position: relative;
}
.widget > h4{ font-weight:500;}
footer a, footer p, .list-icon.list-icon-arrow li:before{
    font-size: 14px;
    color: #e2e2e2 !important;
}
footer .link-phone{
    font-size: 17px;
    padding-left: 10px;
    margin-bottom: 3px;
    display: inline-block;
}
footer .link-phone i{ width: 26px; }
footer .box-color{
    display: inline-block;
    background: var(--secondary-color);
    padding: 78px 30px 40px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 60px;
    line-height: 1.2;

    background: rgb(11,38,83);
    background: linear-gradient(to top, rgba(11, 38, 82, 1), rgba(255, 255, 255, 0.61));
    -webkit-backdrop-filter: blur(5px);
    border-radius: 20px;
}
footer .box-color img.icon-contact{ width:200px; margin-bottom:20px; }



.social-icons.social-title ul{
    display: inline-block;
    float: left;
}
.social-icons.social-title li{
    line-height: 32px;
    margin-bottom: 8px;
    display: -webkit-flex;
}
.social-icons.social-title li span{ 
    margin: 0 2px 0 10px;
    color: #493838;
    font-weight: 500;
    letter-spacing: 0px;
}
.social-icons.social-title li a{ 
    width:auto;
    padding-right: 20px;
    border-radius: 20px;
    background-color: #dfddc8;
}
.social-icons.social-title li a > i{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: #fff;
    float: left;
    line-height: 32px !Important;
    color: #333;
}
.social-icons.social-title li.social-line a > i{background: #03c300;}
.social-icons.social-title li.social-wechat a > i{ background:#04cb0c; color: #fff;}
.social-icons.social-title li.social-tiktok a > i{ background:#000; }
.social-icons.social-title li.social-facebook a > i{ background:#227df5; color: #fff;}
.social-icons.social-title li a:hover span{ color:#fff; }
.social-icons.social-title li.social-wechat a:hover{ background-color: #04cb0c;}
.social-icons.social-title li.social-tiktok a:hover i{ opacity:1;  }

.social-icons li.social-facebook a:hover{background-color:#227df5!important;color: #fff; }
.social-icons li.social-youtube a:hover{background-color:#ff0000!important;color: #fff; }
.social-icons li.social-line a:hover{background-color:#00c300 !important;color: #fff; }
.social-icons li.social-x a{background-color:#000; color: #fff; }
.social-icons li.social-x a:hover img, .social-icons li.social-line a:hover img{ filter: brightness(0) invert(1); }
.social-icons li.social-tiktok a:hover{background-color:#000 !important; color: #fff; }
.social-icons li.social-linkedin a:hover{background-color:#0b66c2!important;color: #fff; }
.social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp a:hover{ background-color:#24d366 !important;color: #fff; }
.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social{ filter: none; }
.social-icons.social-icons-colored-hover li.social-x a:not(:hover), 
.social-icons.social-icons-colored-hover li.social-tiktok a:not(:hover){ 
    background:transparent; 
    color: #000;
}
.social-icons.social-icons-colored-hover li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
.social-icons.light li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }

.social-icons:not(.social-title) li.social-instagram a:hover{
    background-color: transparent;
    background: url('../images/social/instagram-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
.social-icons:not(.social-title) li.social-tiktok a:hover{
    background-color: transparent;
    background: #000 url('../images/social/tiktok-bg.webp') no-repeat;
    background-size: 15px;
    background-position: center;
}
.social-icons li.social-tiktok a:hover i{ opacity:0; }
.image-icon-social{
    height: 13px;
    top: -1px;
    position: relative;
    filter: brightness(0) invert(1);
}
footer .social-icons li.social-line a:hover .image-icon-social { filter: brightness(0) invert(1); }
.social-x a:hover{color:#0766c2; }
footer .social-icons li.social-instagram a:hover{ color:#fff; }
.social-icons li:hover img { -webkit-animation: toTopFromBottom 0.3s forwards; animation: toTopFromBottom 0.3s forwards; }
.social-icons img{ height: 16px;}
.social-icons.social-icons-colored .social-gmail a, .social-icons.social-icons-colored-hover .social-gmail a:hover{
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.34) inset;
}


.img-qrcode{
    width: 125px;
    border-radius: 4px;
    float: right;
}
.footer-bottom{ 
    padding: 30px 0 10px 0;
    margin-top: 20px;
}
.ft-logo{ 
    float: left;
    height: 50px;
}
footer .ftb-2{ text-align:right; }
footer .ftb-1 .inset{
    display: inline-block;
}
.footer-bottom .list-links li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.footer-bottom .list-links a{
    display: inline-block;
    margin: 0 2px;
    font-size: 12px;
    font-weight: 500;
}
.copyright-text{
    display: inline-block;
    margin: 0;
    font-size: 12px;
}



#scrollTop{ bottom: 56px !important; }
#scrollTop:after, #scrollTop:before{
    background-color: var(--secondary-color);
}
#scrollTop i{
    background-color: var(--danger) !important;
}

/* topbar */
#topbar{
    width: 100%;
    line-height: 40px;
    height: 40px;
    display: -webkit-flex;
    color: #333;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    background: var(--primary-color);
}
.topbar-left a{
    margin-right: 15px;
    font-size: 13px;
}
.topbar-content ul li{ display:inline-block; }
.top-language span{
    line-height: 40px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.topbar-content .social-icons.light li a:not(:hover) .image-icon-social{ filter: brightness(0) invert(1); }
ul.topbar-list{display: inline-block;}
ul.topbar-list > li{
    margin-left: 25px;
    float: left;
    line-height: 40px;
}
.top-language{ float: left; }
.top-language ul{ margin: 0; float: left;}
.top-language ul li{ 
    margin-left: 5px; 
    line-height: 80px;
}
.top-language ul li span{ display: none; }
.top-language a{ 
 display: inline-block;
 border: 2px solid transparent;
 width: 26px;
 height: 26px;
 border-radius: 50%;
 top: 5px;
 position: relative;
 box-shadow: 0 0 5px rgba(51, 51, 51, 0.24);
}
.top-language ul li.active > a{
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
}
.top-language img{
    height: 100%;
    float: left;
    padding: 2px;
}
.top-language a.active img{ padding:0; }
.top-language a.active{ 
    border: 2px solid var(--primary-color); 
    box-shadow: none;
}
#topbar .social-icons li a{
    color: #696565;
}
#topbar .social-icons li a:not(:hover) img{ opacity: 1; }
#topbar a:hover{ color:var(--primary-color); }


.fix-dec-bg{ position: relative; }
ul.inline{ display: inline-block; }
ul.inline li{ display: inline-block; float: left; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ letter-spacing: 0;line-height: 1.5;}
.flickity-button{
    background: var(--primary-color);
}

.shadow-down{ position: relative; }
.shadow-down:after{
 position: absolute;
 width: 95%;
 height: 100%;
 top: -20px;
 left: 0;
 right: 0;
 margin: 0 auto;
 border-radius: 50%;
 z-index: -1;
 content: "";
 box-shadow: 0 50px 24px rgba(0, 0, 0, 0.18);
 transition: opacity 0.4s ease;
 opacity: 0.25;
}

.htitle{ color:var(--primary-color); }
.htitle.text-bg-2{ font-size: 3em; }


#btn-shopping-cart .item-count{
    width: 15px;
    height: 15px;
    background-color: var(--primary-color);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: -10px;
    color: #fff;
    font-size: 12px;
}



/* LOGO  */
#topbar .container-fluid,
#header .container-fluid{ 
    padding-left: 100px; 
    padding-right: 100px;
}

em.line{
    position: relative;
    width: 120px;
    height: 2px;
    background-color: #e1e1e1;
    margin: 0 auto;
    display: inline-block;
}
em.line::before{
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: var(--primary-color);
    bottom: 0;
    margin: auto;
    display: inline-block;
    margin-top: -1px;
}
em.line.line-left::before{ right:initial; float:left; }
.text-gradient{
    -webkit-text-fill-color: transparent !important;
    -webkit-background-clip: text !important;
    background: radial-gradient(circle at left top, #4b72ff 9%, #2250fc 48%, #6442ff 91%);
}

.slogan{
    z-index: 3;
    position: absolute;
    display: inline-block;
    float: left;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 15px;
    margin-left: 15px;
    letter-spacing: 1px;
    color: #fff;
}
.slogan span{
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 20px;
}
.slogan small{
    display: block;
    line-height: 1;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 6px;
}

.font18{ font-size: 18px; }
.font20{ font-size: 20px; }
.font-600{ font-weight: 600; }
.w100{ width: 100%; }
.w50{ width: 50%; display: inline-block; float: left; }

a{color: #121212;}
a:not(.btn):not(.badge):hover, a:not(.btn):not(.badge):focus, a:not(.btn):not(.badge):active{ color: #27171F; }
a:not(.btn):hover, a:not(.btn):focus, a:not(.btn):active{ color: var(--primary-color);}
[class*="col-md-"]{ float: left; }
#mainMenu nav > ul > li .dropdown-menu > li.current > a, #mainMenu nav > ul > li .dropdown-menu > li.current > span, #mainMenu nav > ul > li .dropdown-menu > li:hover > a, #mainMenu nav > ul > li .dropdown-menu > li:hover > span, #mainMenu nav > ul > li .dropdown-menu > li:focus > a, #mainMenu nav > ul > li .dropdown-menu > li:focus > span, #mainMenu nav > ul > li .dropdown-menu > li:active > a, #mainMenu nav > ul > li .dropdown-menu > li:active > span, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span{
    color: #0163a4;
}



.text-link{
    display: inline-block;
    line-height: 24px;
} 
.text-link i{
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

.link-custom{ 
    color: #59d0b4; 
    display: inline-block;
    line-height: 40px;
}
.link-custom span{
    display: inline-block;
    float: left;
    margin-right: 12px;
}
.right-circle{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #fcc013;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    display: inline-block;    
}
.right-circle i{ transition: all .2s ease-in-out;}
a:hover > .right-circle i{ transform: translate(3px,0);}
.text-lg{ font-weight: 800;  font-size: 4.3em; }
.text-md{ font-weight: 800;  font-size: 3.3em; }
.limit1, .limit2, .limit3, .limit4, .limit5{
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
.limit1{-webkit-line-clamp: 1;}
.limit2{-webkit-line-clamp: 2;}
.limit3{-webkit-line-clamp: 3;}
.limit4{-webkit-line-clamp: 4;}
.limit5{-webkit-line-clamp: 5;}
.inline{ display: inline-block; }
.hvr-expand{ -webkit-transition: all ease-out 0.2s; -moz-transition: all ease-out 0.2s; -o-transition: all ease-out 0.2s; transition: all ease-out 0.2s;}
.hvr-expand:hover{ transform: scale(1.025);}

.hvr-up{ -webkit-transition: all ease-out 0.2s; -moz-transition: all ease-out 0.2s; -o-transition: all ease-out 0.2s; transition: all ease-out 0.2s;}
.hvr-up:hover{ transform: translate(0,-10px); box-shadow: 0 26px 23px rgba(51, 51, 51, 0.12);}


.top-contact{
    border-left: 1px solid rgba(148, 146, 146, 0.59);
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    line-height: 1;
}
.header-extras > ul > li{ margin-left: 12px; }
.header-extras > ul > li .topbar-dropdown > .title{
    font-size: 16px;
    font-weight: 500;
}


/* custom */
.sidebar-left {
    padding: 0px;
}
.sys-products .body .row {
    display: unset;
}
.sys-products .body .lists .lists-item .product-image-box .body-image .show_img.active {margin: 0 auto;}
.sys-products .body .lists.column-2 .lists-item .title a h2 {font-size: 20px;letter-spacing: 0px;}
.sys-products .body .lists .lists-item .mdate {display: none;}
.sys-products .body .lists .lists-item .viewed {display: none;}
.sys-contacts .top .body-top .page-header{display: none;}
.sys-contacts .body .title h2 {font-size: 20px;}
.sys-products .body .lists.column-3 .lists-item .title a h2 {
    font-size: 18px;
    height: 81px;
}
.clip-card .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    height: 285px;
    overflow: hidden;
}
.clip-card .embed-responsive-16by9::before {
    padding-top: 0%;
}
.box-item .price {
    display: none;
}

.sys-products .body .lists .lists-item .product-image-box .body-image .show_img.active {
    margin: 0 auto;
    height: 216px;
}
.sys-page .body .title h2 {
    margin-left: 16px;
    font-size: 24px;
}
.sys-product h2 {font-size: 20px;
}

.sys-gallery .body .title h2 {
    font-size: 24px;
}
.sys-articles .body .lists .lists-item h2 {font-size: 20px;}
.sys-article .body .title h2 {font-size: 20px;}

/* SLIDER  */
.headbanner .inspiro-slider .flickity-button{ 
    opacity:1; 
    visibility:visible; 
    border-radius: 0;
    top: initial;
    bottom: 0;
    background: rgba(255, 255, 255, 0.39);
}
.inspiro-slider .flickity-button.previous, .inspiro-slider:hover .flickity-button.previous{ left: initial; right: 78px; }
.inspiro-slider .flickity-button.next, .inspiro-slider:hover .flickity-button.next{ right: initial; right: 0px; }
.inspiro-slider .flickity-button:hover{ background: rgba(255, 255, 255, 0.9);}
.flickity-button:hover:before{ color:var(--lightbrown); }

.image-rounded,
.img-rounded{
    border-radius: 6px;
    overflow: hidden;
}
.headbanner{ position:relative; }
.slide{ position:relative; }
.slide img{ transition: all .3s ease-in-out; }
.slide a.link-image{ display:inline-block; width:100%; }
.slide .container{
    position: absolute;
    bottom: initial;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    display: table;
    vertical-align: middle;
}
.slide-captions{
    width: auto;
    max-width: 50%;
    float: left;
    text-align: center;
}
.slide-captions h1{  
    font-size: 1em;
    line-height: 1.3;
}
.slide-captions h4{
    font-size: 1.8em;
    padding-right: 20px;
    margin-bottom: 10px;
}
.slide-captions h1,
.slide-captions h4{
    color: #fff;
}

@media screen and (min-width: 1920px) and (max-width: 2056px) {
    .fix-img-about {
        position: absolute;
        top: 19px;
        left: 5%;
    }
}



@media(max-width: 1512px){
    .slogan{ display:none; }
    .fix-img-about{ top:20%; }
    .fix-img-about img{width: 82%;}
    .sect-service .headbar{ left: 45%; }
    .decor.woman img{ width: 200px;}
    .decor.man img{ width:220px; }
    .sect-partner{ padding-top:40px; }
    .sect-cta h2{ font-size: 2em; }

}
@media(max-width: 1315px){
    body .body-inner{ zoom: 0.9; }
    .sect-service .service-list-content{
        left: 0;
        max-width: 60%;
        top: 60px;
    }
    .sect-service .service-list-content [class*="slc-"]{ width: 315px; }
}