:root{
    --c1: #ab3e64;
    --c2: #0064a8;
    --c3: #f97316;

    --red: #FF0000FF;
    --font: arial;
    --font2: Merriweather, serif;
    --font-size: 15px;
    --font-icon: "Font Awesome 6 Pro";
}




@font-face {
    font-family: Merriweather;
    src: url(../css/fonts/Merriweather-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Merriweather;
    src: url(../css/fonts/Merriweather-Medium.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Merriweather;
    src: url(../css/fonts/Merriweather-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*taskbar*/
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}::-webkit-scrollbar{width:8px;background-color:#F5F5F5}::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}

/*option css*/
img {
    max-width: 100%;
    height: auto
}

.big-img img,
img.big-img,
.full-img img,
img.full-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    object-position: center;
    object-fit: cover;
}


ul {
    margin-bottom: 0;
    padding-left: 0
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

a,
.fa,
button,
option {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

button {
    cursor: pointer
}

ul {
    list-style-position: inside
}
.pointer{cursor: pointer;}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 15px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 17px;
    margin: 10px 0 0 0;
    padding: 5px;
    background: #ddd
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.fa {
    font-family: "Font Awesome 6 Pro"
}

.clear {
    width: auto;
    clear: left
}

.found404 {
    text-align: center;
    padding: 60px 0
}

img {
    max-width: 100%
}

.success,
.warning,
.attention,
.information {
    padding: 7px 10px 7px 33px;
    color: #555
}

.success {
    /*background: #fff url(../images/success.png) 20px center no-repeat;*/
    color: #313942
}

.border {
    border: solid #ccc 1px
}

.author-avata img {
    border-radius: 50%
}

.design {
    overflow: hidden;
    background-color: #cccccc59
}

.h-box marquee * {
    display: inline;
    font-size: 14px;
    margin: 0 5px;
    padding: 0;
    line-height: 20px;
    color: currentColor;
    font-weight: 400
}

.h-box marquee {
    text-align: left;
    background: none;
    color: currentColor;
    line-height: 30px;
    font-size: 13px;
    display: block
}

.copyright {
    line-height: 30px
}

#BackToTop {
    overflow: hidden;
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    background-color: rgba(121, 121, 121, .65);
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    border-radius: 2px;
    transition: all .5s;
    border-radius: 50%
}

#BackToTop i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -os-transform: translateX(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
    -moz-transform: translateX(-50%, -50%);
    -webkit-transform: translateX(-50%, -50%)
}




/* call botton */
a.draggable{touch-action:none;position:fixed;bottom:80px;left:20px;visibility:hidden;background-color:#fff0;width:100px;height:100px;cursor:pointer;z-index:200000!important;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s;visibility:visible}.draggable.is-pointer-down .draggable-icon,.draggable:hover .draggable-icon{background-color:#7fe6a0}.draggable.is-pointer-down .draggable-bd,.draggable:hover .draggable-bd{background-color:rgb(18 242 0 / .5)}.draggable.is-pointer-down .draggable-bg,.draggable:hover .draggable-bg{border:2px solid #12f200}a.draggable .draggable-icon{width:55px;height:55px;top:24px;left:23px;position:absolute;background:red url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;opacity:.7;box-sizing:initial;-webkit-animation:draggable-circle-img-anim 1s infinite ease-in-out;-moz-animation:draggable-circle-img-anim 1s infinite ease-in-out;-ms-animation:draggable-circle-img-anim 1s infinite ease-in-out;-o-animation:draggable-circle-img-anim 1s infinite ease-in-out;animation:draggable-circle-img-anim 1s infinite ease-in-out;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}a.draggable .draggable-bd{width:90px;height:90px;top:7px;left:5px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;opacity:.75!important;background-color:rgb(255 87 34 / .62);border-radius:100%;opacity:.1;-webkit-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;animation:draggable-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.draggable-bg{width:100px;height:100px;top:0;left:0;position:absolute;background-color:#fff0;-webkit-border-radius:100%;-moz-border-radius:100%;opacity:.5;border-radius:100%;border:2px solid red;opacity:.1;-webkit-animation:draggable-circle-anim 1.2s infinite ease-in-out;-moz-animation:draggable-circle-anim 1.2s infinite ease-in-out;-ms-animation:draggable-circle-anim 1.2s infinite ease-in-out;-o-animation:draggable-circle-anim 1.2s infinite ease-in-out;animation:draggable-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%}.phone_text{position:absolute;bottom:-4px;left:50%;width:max-content;background:#ffe800;color:#000;padding:2px 9px;border-radius:4px;font-size:13px;transform:translateX(-50%);-os-transform:translateX(-50%);-o-transform:translateX(-50%);-moz-transform:translateX(-50%);-webkit-transform:translateX(-50%)}


/*keyframes*/
@-moz-keyframes draggable-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes draggable-circle-img-anim{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)}}@-o-keyframes draggable-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}@-moz-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes draggable-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes draggable-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes draggable-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}@keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@-moz-keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@keyframes fadeInOpacity{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}
a {
    color: #111;
    text-decoration: none;
    transition: all .3s;
}
i{transition: all .3s;}
a:hover {
    text-decoration: none;
    color: var(--c1);
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-top: 0;
    line-height: 1.25;
    font-size: 20px;
    font-family: var(--font);
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1400px){
    .container {
        max-width: 1400px;
    }
    .base-container{
        max-width: 1400px;
    }
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-area{padding-top:450px;position:relative}.video-container{position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;display:flex;flex-direction:column;justify-content:center;align-items:center}.video-container iframe{width:100%;height:100%;z-index: 10 ; position: relative}

.row0{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0;margin-left:0}.row0>[class*="col-"]{padding-right:0;padding-left:0}.row1{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1px;margin-left:-1px}.row1>[class*="col-"]{padding-right:1px;padding-left:1px}.row2{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2px;margin-left:-2px}.row2>[class*="col-"]{padding-right:2px;padding-left:2px}.row3{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-3px;margin-left:-3px}.row3>[class*="col-"]{padding-right:3px;padding-left:3px}.row4{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-4px;margin-left:-4px}.row4>[class*="col-"]{padding-right:4px;padding-left:4px}.row5{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.row5>[class*="col-"]{padding-right:5px;padding-left:5px}.row6{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-6px;margin-left:-6px}.row6>[class*="col-"]{padding-right:6px;padding-left:6px}.row7{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-7px;margin-left:-7px}.row7>[class*="col-"]{padding-right:7px;padding-left:7px}.row8{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.row8>[class*="col-"]{padding-right:8px;padding-left:8px}.row9{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-9px;margin-left:-9px}.row9>[class*="col-"]{padding-right:9px;padding-left:9px}.row10{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.row10>[class*="col-"]{padding-right:10px;padding-left:10px}.row12{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.row12>[class*="col-"]{padding-right:12px;padding-left:12px}.row15{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row15>[class*="col-"]{padding-right:15px;padding-left:15px}.row20{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-20px;margin-left:-20px}.row20>[class*="col-"]{padding-right:20px;padding-left:20px}@media screen and (min-width:1200px){.col-5-item{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.col-7-item{-webkit-box-flex:0;-ms-flex:0 0 14.28%;flex:0 0 14.28%;max-width:14.28%}}

.text1line,.text2line,.text3line,.text4line{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.text2line{-webkit-line-clamp:2}.text3line{-webkit-line-clamp:3}.text4line{-webkit-line-clamp:4}

.c1{
    color: var(--c1) !important
}
.c1-end>*{
    color: var(--c1) !important
}

.c2 {
    color: var(--c2) !important
}
.c3{
    color: var(--c3) !important
}
.c4 {
    color: var(--c4) !important
}
.c3:hover {
    color: var(--c3) !important
}
.c1-hover:hover {
    color: var(--c1) !important
}

.c2-hover:hover {
    color: var(--c2) !important
}

.c3-hover:hover {
    color: var(--c3) !important
}
.red {
    color: var(--red);
}
.bg-0 {
    background-color: unset !important;
}
.bg-c1 {
    background-color: var(--c1) !important
}

.bg-c2 {
    background-color: var(--c2) !important
}

.bg-c3 {
    background-color: var(--c3) !important
}
.bg-c4 {
    background-color: var(--c4) !important
}
.bg-c1-hover:hover{
    background-color: var(--c1) !important
}
.bg-c2-hover:hover{
    background-color: var(--c2) !important
}
.bg-c3-hover:hover{
    background-color: var(--c3) !important
}
.bg-black{
    background-color: #2b2e33;
}
.zoom-image .thumbnail {
    position: relative;
    overflow: hidden
}

.zoom-image .thumbnail img {
    max-width: 100%;
    width: 100%;
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out
}

.zoom-image:hover .thumbnail img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05)
}
.thumbnail-fill{
    position: relative;
    overflow: hidden;
    padding-bottom: 66%;
}
.fill-130{
    padding-bottom: 130%;
}
.fill-120{
    padding-bottom: 120%;
}
.fill-100{
    padding-bottom: 100%;
}
.fill-90{
    padding-bottom: 90%;
}
.fill-80{
    padding-bottom: 70%;
}
.fill-60{
    padding-bottom: 60%;
}
.fill-50{
    padding-bottom: 50%;
}
.thumbnail-fill img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-position: center;
    object-fit: cover;
    transition: all 0.3s;
}

.fill-hover:hover .thumbnail-fill img{
    transform: translate(-50%, -50%) scale(1.05) translateZ(0);
    -os-transform: translate(-50%, -50%) scale(1.05) translateZ(0);
    -o-transform: translate(-50%, -50%) scale(1.05) translateZ(0);
    -moz-transform: translate(-50%, -50%) scale(1.05) translateZ(0);
    -webkit-transform: translate(-50%, -50%) scale(1.05) translateZ(0);

}


.text-small {
    font-size: 14px !important
}

.text-small2 {
    font-size: 13px !important
}

.text-small3 {
    font-size: 12px !important
}
.text-small4 {
    font-size: 6px !important
}

.text-big {
    font-size: 18px !important
}

.text-big2 {
    font-size: 20px !important
}

.text-big3 {
    font-size: 24px !important
}

.text-big4 {
    font-size: 29px !important
}

.text-big5 {
    font-size: 35px !important
}

.text-big6 {
    font-size: 40px !important
}

.text-big7 {
    font-size: 48px !important
}

.text-big8 {
    font-size: 60px !important
}

.text-big9 {
    font-size: 102px !important
}

@media screen and (max-width:992px) {
    .text-big {
        font-size: 17px !important
    }

    .text-big2 {
        font-size: 18px !important
    }

    .text-big3 {
        font-size: 21px !important
    }

    .text-big4 {
        font-size: 23px !important
    }

    .text-big5 {
        font-size: 28px !important
    }

    .text-big6 {
        font-size: 32px !important
    }

    .text-big7 {
        font-size: 36px !important
    }

    .text-big8 {
        font-size: 40px !important
    }

    .text-big9 {
        font-size: 45px !important
    }
}
.weight-300 {
    font-weight: 300 !important
}
.weight-400 {
    font-weight: 400 !important
}
.weight-500 {
    font-weight: 500 !important
}

.weight-600 {
    font-weight: 600 !important
}

.weight-700 {
    font-weight: 700 !important
}
.weight-900 {
    font-weight: 900 !important
}
.x20{width: 20px !important;min-width: 20px;}
.x25{width: 25px !important;min-width: 25px;}
.x30{width: 30px !important;min-width: 30px;}
.x35{width: 35px !important;min-width: 35px;}
.x40{width: 40px !important;min-width: 40px;}
.x50{width: 50px !important;min-width: 50px;}
.x60{width: 60px !important;min-width: 60px;}
.x70{width: 70px !important;min-width: 70px;}
.x80{width: 80px !important;min-width: 80px;}
.x90{width: 90px !important;min-width: 90px;}
.x100{width: 100px !important;min-width: 100px;}
.x120{width: 120px !important;min-width: 120px;}
.x150{width: 150px !important;min-width: 150px;}
.x200{width: 200px !important;min-width: 200px;}
.x500{width: 500px !important;min-width: 500px;}
.y20{height: 20px !important;min-height: 20px;}
.y25{height: 25px !important;min-height: 25px;}
.y30{height: 30px !important;min-height: 30px;}
.y35{height: 35px !important;min-height: 35px;}
.y40{height: 40px !important;min-height: 40px;}
.y45{height: 45px !important;min-height: 45px;}
.y50{height: 50px !important;min-height: 50px;}
.y60{height: 50px !important;min-height: 60px;}
.y70{height: 70px !important;min-height: 70px;}
.y80{height: 80px !important;min-height: 80px;}
.y90{height: 90px !important;min-height: 90px;}
.y100{height: 100px !important;min-height: 100px;}
.y120{height: 120px !important;min-height: 120px;}
.y150{height: 150px !important;min-height: 150px;}
.y200{height: 200px !important;min-height: 200px;}

.w-40{
    width: 40% !important;
}
.rounded2{
    border-radius: 8px !important;
}
.rounded3{
    border-radius: 15px !important;
}
.rounded4{
    border-radius: 20px !important;
}
.rounded5{
    border-radius: 25px !important;
}
.rounded6{
    border-radius: 30px !important;
}
.center-absolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.outline-0{
    outline: none !important;
}
.bttn {
    background-color: var(--c1);
    border: 1px solid var(--c1);
    padding: 9px 25px;
    border-radius: 25px;
    color: #fff;
    transition: all 0.3s;
}
.bttn:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    color: #fff;
}

.bttn-c2 {
    background-color: var(--c2);
    border: 1px solid var(--c2);
    padding: 9px 25px;
    border-radius: 5px;
    color: #fff;
    transition: all 0.3s;
}
.bttn-c2:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    color: #fff;
}
.bttn-outline{
    background-color: #fff;
    border:1px solid var(--c1);
    padding: 8px;
    border-radius: 5px;
    color: var(--c1);
    transition: all 0.3s
}
.bttn-outline:hover{
    border: 1px solid var(--c1);
    background-color: var(--c1);
    color: #fff !important;
}
.btn-shadow{
    transition: all 0.3s
}
.btn-shadow:hover{
    box-shadow: 0px 1px 20px 2px rgb(0 0 0 / 31%);
}
.bg-black {
    background-color: #000
}
.shadow{
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 19%) !important;
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 19%) !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 19%) !important;
}
.shadow2{
    box-shadow: 0 0 10px #eee;
}
.shadow-c1{
    -webkit-box-shadow: 0 0 10px rgb(30 103 232 / 42%);
    -moz-box-shadow: 0 0 10px rgb(30 103 232 / 42%);
    box-shadow: 0 0 10px rgb(30 103 232 / 42%);
}
.clip-grey-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #eaeaea;
    width: 100%;
    height: 10px;
    clip-path: polygon(50% 80%, 100% 0, 100% 100%, 0 99%, 0 0);
}


.text-black {
    color: #2b2e33
}

.bttn:hover {
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%)
}
b, strong{
    font-weight: 600;
}
.show {
    display: block
}

.modal-close {
    position: absolute;
    z-index: 9;
    height: 26px;
    width: 26px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0;
    color: #fff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #fff;
    border-radius: 26px;
    box-shadow: 0 0 15px 1px rgba(2, 2, 2, .75);
    text-shadow: 0 0 0 rgba(0, 0, 0, .23);
    background-color: rgba(0, 0, 0, 1);
    outline: none !important
}

.font2 {
    font-family: var(--font2)
}
.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
}
.popup{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    user-select: none;
}
.popup .backdrop{
    position: fixed;
    z-index: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.content-popup{
    width: 1100px;
    max-width: 95%;
    margin: 0 AUTO;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.content-popup.popup-md{
    width: 400px;
}
.content-popup.popup-xl{
    width: 600px;
}
.popup-area{
    background-color: #fff;;
}
.popup .closepopup{
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 9;
}
.closepopup.black rect{
    fill: #000;
}
.title{
    font-family: var(--font2);
}
.title-line {
    display: block;
    margin: 0 auto;
    height: 1px;
    width: 100px;
    background: var(--c1);
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    display: inline-block;
    padding: 8px 10px;
    height: 44px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    border-color: #ddd;
    color: #000;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
textarea {
    height: 80px;
}
.text-grey {
    color: #f1f1f1
}
.desc {
    font-size: 16px;
    color: #666;
    line-height: 1.7em;
    margin-bottom: 20px;
}
.bg-grey {
    background-color: #f1f1f1
}
.bg-grey2 {
    background-color: #f5f5f5
}
.bg-gradient{
    background: rgb(0,113,183);
    background: linear-gradient(90deg, rgba(0,113,183,1) 0%, rgba(41,22,111,1) 100%);
}
.border-bottom-last:last-child{
    border-bottom: none !important;
}
.border-right-last:last-child{
    border-right: none !important;
}
.mb-last:last-child{
    margin-bottom: 0 !important;
}
.pb-last:last-child{
    padding-bottom: 0 !important;
}
.bg-cover{
    background-size: cover !important;
}
.border-color-c1{
    border-color: var(--c1) !important;
}
.border-color-c2{
    border-color: var(--c2) !important;
}
.border-color-c3{
    border-color: var(--c3) !important;
}
.border-width-2{
    border-width: 2px !important;
}







/*LET START*/
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
body{
    font-family: var(--font);
    font-weight: normal;
    font-size: var(--font-size);
    margin: 0;
    line-height: 1.4;
    color: #333;
    -webkit-font-smoothing: antialiased;
}


/*head*/
.head {
    align-items: center;
    width: 100%;
    position: relative;
}
.head-body {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.main-menu{
    position: relative;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    display: inline-block;
}

.fixmenu .main-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    z-index: 999;
    height: auto;
    border-bottom-width: 0;
    padding: 0;
    box-shadow: 5px 10px 20px rgb(0 0 0 / 15%);
    background-color: #fff;
}

.fixmenu .after-head {
    height: 90px;
    display: block
}

.head .logo img{
    height: auto;
    max-height: 60px;
}
.fixmenu .head .logo img{
    height: 74px;
}
.fixmenu .main-menu a{
    padding: 32px 15px;
}

.head-body .line{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 40px;
    width: 1px;
    background: #ccc;
    display: block;
    transform: translateY(-50%);
    -os-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/*search mobile*/
.search-wrapper{position:relative;width:100%}.search-box{box-shadow:1px 1px 4px rgba(0,0,0,.2);transition:transform .4s;border-radius:5px;display:flex}.search-wrapper .search-input,.search-wrapper .search-quantity{position:relative;padding:10px 16px;box-sizing:content-box;border:none;background:none;border-radius:6px;height:27px;display:flex;align-items:center}.search-wrapper input{font-size:14px;margin-top:3px;background:transparent;border:0;box-shadow:none;padding:0;height:auto;border-radius:0!important;color:#333}.search-wrapper input:focus{box-shadow:none;border-color:inherit;outline:none}.search-wrapper input::placeholder{color:#fff}.search-wrapper input:-ms-input-placeholder{color:#fff}.search-wrapper input::-ms-input-placeholder{color:#fff}.search-quantity input{max-width:75px}


.main-nav {
    width: 100%;
    float: left;
    clear: both;
    font-size: 14px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}
.scroll-nav {
    position: relative;
    padding: 0 20px;
}
.scroll-nav .prev-nav, .scroll-nav .next-nav {
    position: absolute;
    z-index: 2;
    top: 10px;
    display: none;
}
.scroll-nav .prev-nav {
    left: 15px;
}
.scroll-nav .next-nav {
    right: 15px;
}
.scroll-nav .prev-nav a, .scroll-nav .next-nav a {
    position: relative;
    z-index: 1;
    background: #f7f7f7;
    color: #9f9f9f;
    width: 28px;
    height: 28px;
    border-radius: 100px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .2s all;
    transition: .2s all;
}
.scroll-nav .prev-nav svg, .scroll-nav .next-nav svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.scroll-nav .parent.scroll {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


@media screen and (max-width: 1369px) {
    .main-nav .parent {
        position: relative;
    }
}
.main-nav .parent li {
    margin-right: 12px;
    position: relative;
    font-weight: 400;
    color: #222;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
}

/* main menu*/
.main-menu ul.menu{
    justify-content: center;
}


.main-menu .menu li{
    margin-right: 18px;
    display: block !important;
}
.main-menu .menu a {
    position: relative;
    padding: 16.5px 0;
    display: block;
    white-space: nowrap;
    position: relative;
}
.main-menu .home>a{
    font-size: 0;
    line-height: 0;
}
.main-menu .home>a:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23CCC'/%3E%3Cpath d='M10 4L4.5 8.5V15H8V11H12V15H15.5V8.5L10 4Z' fill='%23757575'/%3E%3C/svg%3E");
}



/*trigger*/
.trigger {
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -os-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.trigger span {
    display: block;
    height: 3px;
    width: 31px;
    background: var(--c1);
    margin-bottom: 4px;
    border-radius: 5px;
}
.trigger span:last-child {
    margin-bottom: 0
}
.trigger span:nth-child(2) {
    width: 20px;
}



/*breadcrum*/
.breadcrum {
    color:#919191
}
.breadcrum a {
    text-decoration: none;
    color: #919191;
}
.breadcrum a:hover{
    color: var(--c1)
}
.breadcrum span:not(:last-child) a:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
}
.breadcrum .current-item{
    color: #3a3a3a;
}



.content-body{
    /*background-color: #f5f5f5;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main{
    padding-top: 40px;
    padding-bottom: 40px;
}


.detail-product .breadcrum .current-item{
    /*display: none;*/
}

/*tabs*/
.tab .content-tab .pane{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.6s;
    display: none;
}
.tab .content-tab .pane.active{
    opacity: 1;
    visibility: visible;
    display: block;
}
.label-tabs{
    list-style: none;
}



/*product tabs*/
.p-tab .link{
    border-bottom: 2px solid transparent;
}
.p-tab .link.active{
    color: var(--c1);
    border-bottom:2px solid var(--c1);
}


/* SECTION */
.section {
    padding-top: 50px;
    padding-bottom: 40px;
    position: relative
}
.section-bg{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



/*sidebar*/
.sidebar-wrapper {
    border-radius: 10px;
}
.sidebar-sticky{
    position: sticky;
    top: 90px;
}


.alert.alert-success a {
    float: right
}

.alert a {
    padding: 0 !important;
    background: none !important;
    color: var(--c1) !important;
    outline: none !important;
    box-shadow: none !important
}




/*post*/
.entry-title{
    padding-bottom: 3px;
    border-bottom: 1px solid #ab3e64;
}
.entry-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}
.line-height{
    line-height: 1.4;
}
.line-height2{
    line-height: 1;
}
.entry-content p {
    margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
    line-height: 1.4;
    margin-top: 32px;
    margin-bottom: 16px;
    font-weight: 600;
    color: #111;
}

.entry-content h2 {
    font-size: 30px;
}

.entry-content h3 {
    font-size: 24px;
}

.entry-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.entry-content a {
    color: #0073aa;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content ul,
.entry-content ol {
    padding-left: 24px;
    margin-bottom: 20px;
}

.entry-content blockquote {
    border-left: 4px solid #0073aa;
    padding-left: 20px;
    margin: 24px 0;
    color: #666;
    font-style: italic;
    background: #f7f7f7;
    padding: 16px 20px;
    border-radius: 8px;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
}

.entry-content table th,
.entry-content table td {
    border: 1px solid #ddd;
    padding: 12px;
}

.entry-content pre {
    background: #111;
    color: #fff;
    padding: 16px;
    border-radius: 10px;
    overflow-x: auto;
}

.entry-content code {
    background: #f1f1f1;
    padding: 2px 6px;
    border-radius: 4px;
}
.entry-content .bordered tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.entry-content th, .entry-content b,.entry-content strong{font-weight: 600}





/*pagination*/
.pagination {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 30px 0
}

.pagination .page-numbers {
    display: inline-block
}

.pagination .page-numbers>li {
    display: inline-flex
}

.pagination .page-numbers>li>a,
.pagination .page-numbers>li>span {
    font-weight: 600;
    width: 35px;
    height: 35px;
    line-height: 1;
    text-align: center;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--c1);
}

.pagination .page-numbers .current, .pagination .page-numbers>li>a:hover, .pagination .page-numbers>li>span:hover {
    color: #fff !important;
    background-color: var(--c1);
}

.pagination .page-numbers .next,
.pagination .page-numbers .prev {
    color: #000;
    border: 1px solid var(--c1);
    transition: all 0.3s
}

.pagination .page-numbers>li>a:focus,
.pagination .page-numbers>li>a:hover,
.pagination .page-numbers>li>span:focus,
.pagination .page-numbers>li>span:hover {
    z-index: 2;
    color: var(--c1)
}

/*share icon*/
.share>a{padding:4px 7px;border:1px solid;border-radius:3px;color:#fff;font-size:11px;display:inline-block;margin-top:0;transition:all 0.3s}.share>a:hover,.share>a:hover .fa{background:transparent;color:#222;text-decoration:none}.share>a .fa{color:#fff;margin-right:3px}.share .facebook{background:#1877f2;border-color:#1877f2}.share .twitter{border-color:#55acee;background-color:#55acee}.share .google{border-color:#dd4d42;background-color:#dd4d42}
.share-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.share-icons a {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    border: 2px solid var(--c1);
    background-color: var(--c1);
    border-radius: 50%;
    object-fit: cover;
    font-size: 15px;
    line-height: 30px;
    position: relative;
    margin-right: 4px;
    color: #fff;
}

.share-icons>a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.facebook{
    background-color: #3a589d !important;
    border-color: #3a589d !important;
}
.twitter {
    background-color: #2478ba !important;;
    border-color: #2478ba !important;
}
.email {
    background-color: #111 !important;
    border-color: #111 !important;
}
.pinterest {
    background-color: #cb2320 !important;
    border-color: #cb2320 !important;
}
.linkedin {
    background-color: #0072b7 !important;
    border-color: #0072b7 !important;
}

.item-download{
    height: 240px;
}
.item-download .box-title{
    height: 240px;
    border: 1px solid rgba(8, 144, 64, 0.1);
    border-radius: 10px;
    margin-left: 60px;
    padding-top: 55px;
    padding-left: 98px;
    padding-right: 43px;
    transition: all 0.3s;
}
.item-download .icon{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -os-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.item-download .view{
    position: absolute;
    right: 43px;
    bottom: 36px;
    transition: all 0.3s;
}
.item-download:hover .box-title, .shadow-hover:hover{
    box-shadow: 2px 1px 10px 1px #72727273;
}





/*footer*/
#footer .textwidget ul>li{
    margin-bottom: 10px;
}
.main-footer {
    padding-top: 60px;
    /*padding-bottom: 40px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    .footer-border{
        border-right: 1px solid #ddd;
    }
}
.about-footer {
    font-size: 14px
}
.about-footer .line{
    border-top: 1px solid #FFFFFF2B;
}

.footer .widget_text {
    margin-bottom: 30px
}

.footer_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #333;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 6px;
    color: #333;
    -webkit-transition: .3s;
    transition: .3s
}

.footer_icon a:not(:last-child) {
    margin-right: 8px
}

.footer_icon img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.widget-icon .icon {
    font-size: 27px;
    border-radius: 50%;
    padding: .5em;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    text-align: center;
    background-color: #E55D42;
    fill: #000;
    color: #fff
}

.widget-icon .icon>div {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.widget-icon .icon:hover {
    color: #000
}

.widget-icon .item p {
    margin-bottom: 0
}

.error {
    border-color: red
}

.wpcf7-form {
    position: relative
}

.wpcf7-form.submitting {
    opacity: .6
}

.wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -os-transform: translateX(-50%, -50%);
    -o-transform: translateX(-50%, -50%);
    -moz-transform: translateX(-50%, -50%);
    -webkit-transform: translateX(-50%, -50%)
}

/*group-button{*/
.group-button{position:fixed;bottom:90px;left:20px;z-index:99999}.group-button.right{right:3px;left:auto;bottom:60px}.group-button .item{position:relative;left:10px;margin-bottom:10px}.group-button .item:before{content:"";border:1px solid var(--c2);background-color:rgba(27,127,204,.8);border-radius:100%;display:block;position:absolute;z-index:-1;height:100%;width:100%;opacity:1;-moz-animation:sonar 1.25s linear infinite;-o-animation:sonar 1.25s linear infinite;-webkit-animation:sonar 1.25s linear infinite;animation:sonar 1.25s linear infinite}@-webkit-keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}@keyframes sonar{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(2);transform:scale(2);opacity:0}}.group-button.right .item{right:10px;left:auto}.group-button .item img{width:45px;height:45px;border-radius:50%}.group-button .item .text{opacity:0;visibility:hidden;text-align:center;border-radius:5px;white-space:nowrap;width:auto;line-height:25px;padding:5px 10px;position:absolute;top:4px;font-size:12px;color:#fff;cursor:pointer;background-color:#314282b3;left:110%}.group-button.right .item .text{right:110%;left:auto}.group-button .item .text:before{content:"";position:absolute;top:50%;margin-top:-5px;border-width:5px;border-style:solid;border-color:transparent #314282b3 transparent transparent!important;right:100%;display:unset!important}.group-button.right .item .text:before{right:auto;left:100%;transform:rotateZ(-180deg)}.group-button .item:hover .text{visibility:visible;opacity:1}@media only screen and (max-device-width:991px){.group-button .item .text{display:none}}

/*social*/
.social{margin-bottom:15px}.social a{width:30px;height:30px;border:1px solid #ccc;border-radius:50%;display:block;text-align:center;line-height:28px;color:#fff}.social a:hover{-webkit-box-shadow:inset 0 0 200px rgba(0,0,0,.15);box-shadow:inset 0 0 200px rgba(0,0,0,.15)}.social ul{margin:0!important;padding:0!important}.social ul li{padding:0 0 0 2px!important;margin-top:0!important;border:none!important}.social ul>li:before{display:none}.social a.twitter{background:#1da1f2;border-color:#1da1f2}.social a.facebook{background:#365493;border-color:#365493}.social a.pinterest{background:#e60023;border-color:#e60023}.social a.github{background:#fff}.social a.github i{color:#000}.social a.linkedin{background:#0077b5;border-color:#0077b5}.social a.google{background:#db4437;border-color:#db4437}
