:root{
    --c1: #ff0100;
	--font: Helvetica , sans-serif;
    --font-size: 16px;
    --font-icon: "Font Awesome 6 Pro";
    --hanbo-submenu-height: 0px;
}

@font-face {
    font-family: Helvetica;
    src: url(../css/fonts/Helvetica-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: Helvetica;
    src: url(../css/fonts/Helvetica.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Helvetica;
    src: url(../css/fonts/Helvetica-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Roboto;
    src: url(../css/fonts/Roboto-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../css/fonts/Roboto-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../css/fonts/Roboto-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url(../css/fonts/Roboto-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
}
.border-bottom{
    border-bottom: solid #bbbbbb 1px !important;
}
.border-top{
    border-top: solid #bbbbbb 1px !important;
}
.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: 400;
    margin-top: 0;
    line-height: 1.25;
    font-size: 20px;
    font-family: var(--font);
    color: #092e65;
}
.title{
    font-family: var(--font);
}
@media screen and (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 1300px){
    .container {
        max-width: 1270px;
    }
    .base-container{
        max-width: 1270px;
    }
}
@media screen and (max-width:1200px) {
    .container {
        max-width: 100%;
    }
}
.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: #111;
}
.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: 80%;
}
.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: scale(1.02) translate(-50%, -50%);
    -os-transform: scale(1.02) translate(-50%, -50%);
    -o-transform: scale(1.02) translate(-50%, -50%);
    -moz-transform: scale(1.02) translate(-50%, -50%);
    -webkit-transform: scale(1.02) translate(-50%, -50%);

}

.text-gray{color: #999;}
.text-blur{color:#DCDCEC}
.text-12{font-size: 12px}
.text-13{font-size: 13px}
.text-14{font-size: 14px}
.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: 80px !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: 45px !important
    }

    .text-big9 {
        font-size: 50px !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;}
.x45{width: 45px !important;min-width: 45px;}
.x50{width: 50px !important;min-width: 50px;}
.x60{width: 60px !important;min-width: 60px;}
.x64{width: 64px !important;min-width: 64px;}
.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;}
.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;}
.y150{height: 150px !important;min-height: 150px;}
.y200{height: 200px !important;min-height: 200px;}

.w-40{
    width: 40% !important;
}
.rounded2{
    border-radius: 10px !important;
}
.rounded3{
    border-radius: 15px !important;
}
.rounded2-top{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !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: 13px 20px;
    border-radius: 5px;
    color: #fff;
    line-height: 1;
    user-select: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 0;
    text-align: center;
    gap: 10px;
    transition: all 0.3s;
    outline: none;
}
.bttn:hover {
    background: #fff;
    color: var(--c1);
}

.bttn-outline{
    padding: 13px 20px;
    background: #fff;
    color: var(--c1);
    border: 1px solid #c3c3e1;
}
.bttn-outline:hover{
    background: #151515;
    border-color: #151515;
    color: #fff !important;
}
.btn-shadow{
    transition: all 0.3s
}
.btn-shadow:hover{
    box-shadow: 0px 1px 20px 2px rgb(0 0 0 / 31%);
}
.bttn svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}
.bttn svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.bttn svg path:nth-of-type(2) {
    transform: translateX(calc(-1 * 110%)) translateY(100%);
    opacity: 0.5;
    transition-delay: 0s, 0s;
}
.bttn:focus svg path:nth-of-type(2), .bttn:hover svg path:nth-of-type(2), .bttn:focus-visible svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.bttn:focus svg path:nth-of-type(1), .bttn:hover svg path:nth-of-type(1), .bttn:focus-visible svg path:nth-of-type(1) {
    transform: translateX(110%) translateY(calc(-1 * 100%));
    opacity: 0;
    transition-delay: 0s, 0s;
}




.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;
}
.shadow-bottom{
    -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05) !important;
}
.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: #000038
}
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)
}

.font3 {
    font-family: var(--font3)
}
.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-line {
    line-height: 1.2;
}

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: 38px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    color: #666;
    background-color: #f0f0f0;
    border: none;
    border-bottom: 1px solid #111;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    max-width: 100%;
}
textarea {
    min-height: 80px;
    height: auto;
}
.text-grey {
    color: #666666
}
.bg-grey {
    background-color: #f1f1f1
}
.bg-grey2{
    background-color: #2D2D2D;
}
.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: "Roboto", sans-serif;
    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;
    z-index: 99;
    background-color: transparent;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

.fixmenu .head-body {
    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: 9999;
    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-body-box {
    grid-column-gap: 20px;
    min-height: 80px;
}
@media screen and (max-width: 1200px) {
    .head-body-box {
        grid-column-gap: 10px;
    }
}
.logo img{
    height: 77px;
    width: auto;
}
    /*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}

.head-meta .meta-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: auto;
    right: -15px;
    z-index: 9999999;
    min-width: 280px;
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    transform: scale(.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, transform 0.25s ease-in-out;
    will-change: transform;
}
.head-meta:hover .meta-dropdown {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}









/* Hanbo-style navigation -------------------------------------------------- */
.hanbo-header {
    background: #000;
    color: #fff;
}
.hanbo-header .head-search,
.hanbo-header .header-contact,
.hanbo-header .head-bttn {
    display: none !important;
}
.hanbo-header .head-body {
    background: #000;
    border-bottom: 1px solid #2a2a2a;
}
.hanbo-header .head-body-box {
    min-height: 96px;
    gap: 28px;
}
.hanbo-header .logo {
    flex: 0 0 250px;
}
.hanbo-header .logo img {
    width: auto;
    height: 42px;
    max-width: 190px;
    object-fit: contain;
}
.hanbo-header .main-menu {
    flex: 1 1 auto;
    margin-left: auto;
}
.hanbo-header .main-menu .nav.navbar-top {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
}
.hanbo-header .main-menu ul.menu > li {
    display: block;
    flex: 0 0 auto;
    font-size: 16px;
    position: relative;
}
.hanbo-header .main-menu ul.menu > li.menu-item-has-children:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 1000vw;
    height: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: height .2s ease-out .2s, opacity .2s ease-out .2s, visibility 0s linear .4s;

}
.hanbo-header .main-menu ul.menu > li.menu-item-has-children:hover:before {
    height: calc(var(--hanbo-submenu-height, 0px) + 100px);
    opacity: 1;
    visibility: visible;
    transition: height .2s ease-out, opacity .2s ease-out, visibility 0s linear;
}

.admin-bar .hanbo-header .main-menu ul.menu > li.menu-item-has-children:hover:before {
    height: calc(var(--hanbo-submenu-height, 0px) + 132px);
}
.admin-bar .main-body.fixmenu .hanbo-header .main-menu ul.menu > li.menu-item-has-children:hover:before {
    height: calc(var(--hanbo-submenu-height, 0px) + 100px);
}
.hanbo-header .main-menu a {
    color: #f5f5f5;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 38px 28px;
}
.hanbo-header .main-menu ul.menu a:hover,
.hanbo-header .main-menu ul.menu .current-menu-item > a,
.hanbo-header .main-menu ul.menu .current-menu-ancestor > a {
    color: var(--c1);
}
.hanbo-header .main-menu .menu > .menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    margin-left: 8px;
    transition: transform .3s;
}
.hanbo-header .main-menu .menu > .menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}
.hanbo-header .main-menu .sub-menu {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    background: #000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 200px;
    padding: 0px 0 18px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.hanbo-header .main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.hanbo-header .main-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    transition-delay: .2s;
}
.hanbo-header .main-menu .sub-menu li {
    width: 100%;
    background: transparent;
    border: 0;
}
.hanbo-header .main-menu .sub-menu li:last-child {
    border-bottom: none;
}
.hanbo-header .main-menu .sub-menu > li.menu-item-has-children:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: transform .3s;
    transform: rotate(365deg);
}
.hanbo-header .main-menu .sub-menu > li.menu-item-has-children:hover:after {
    transform: rotate(275deg);
}
.hanbo-header .main-menu .sub-menu a {
    color: #919191;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 22px;
    white-space: nowrap;
}
.hanbo-header .main-menu .sub-menu a:hover,
.hanbo-header .main-menu .sub-menu .current-menu-item > a {
    background: transparent;
    color: var(--c1);
}
.hanbo-header .main-menu .mega-menu > .sub-menu,
.hanbo-header .main-menu .mega-menu:hover > .sub-menu {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    right: auto;
    left: 0;
    transform: translateY(10px) !important;
    width: min(560px, 70vw);
}
.hanbo-header .main-menu .mega-menu:hover > .sub-menu {
    transform: translateY(0) !important;
}
.hanbo-header .main-menu .mega-menu.col2 > .sub-menu {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    width: min(390px, 55vw);
}
.hanbo-header .main-menu .mega-menu > .sub-menu > li,
.hanbo-header .main-menu .mega-menu.col2 > .sub-menu > li {
    float: none;
    width: auto;
}
.hanbo-header .main-menu .mega-menu > .sub-menu > li > a {
    font-weight: 500;
}
.hanbo-header .main-menu .mega-menu .sub-menu li a {
    padding: 5px 10px;
}
.hanbo-header .main-menu .mega-menu .sub-menu .sub-menu {
    transform: none;
    min-width: auto;
    box-shadow: none;
    position: relative;
    top: auto;
    left: auto;
    visibility: visible;
    display: inline-block;
    opacity: 1;
}
.hanbo-header .meta {
    flex: 0 0 auto;
}
.hanbo-header .hanbo-language {
    color: #f5f5f5;
    margin-left: 18px;
    position: relative;
}
.hanbo-header .hanbo-language .icon {
    align-items: center;
    display: flex;
    font-size: 15px;
    gap: 6px;
}
.hanbo-header .hanbo-language img {
    height: auto;
    width: 24px;
}
.hanbo-header .hanbo-language .icon:after {
    border: 4px solid transparent;
    border-top-color: currentColor;
    content: '';
    margin-top: 5px;
}
.hanbo-header .hanbo-language .meta-dropdown {
    left: auto;
    right: -10px;
    top: calc(100% + 22px);
}
.hanbo-header .hanbo-language .meta-dropdown a {
    align-items: center;
    color: #222;
    display: flex;
    gap: 8px;
    padding: 4px 15px;
}
.hanbo-header .hanbo-language .meta-dropdown a img {
    transition: box-shadow .25s ease, transform .25s ease;
}
.hanbo-header .hanbo-language .meta-dropdown a:hover img {
    box-shadow: 0 2px 8px rgb(0 0 0 / 35%);
    transform: translateY(-1px);
}

@media (max-width: 1199px) {
    .hanbo-header .head-body-box { min-height: 76px; }
    .hanbo-header .logo { flex: 0 1 auto; }
}



/*trigger*/
.trigger {
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 0;
    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;
}

/*menu-mobile*/
.menu-mobile.opened .main-menu-mobile{transform:translateX(0)}.menu-mobile .main-menu-mobile{position:fixed;z-index:99999;background-color:#fff;transition:transform .5s cubic-bezier(.7,0,.3,1) 0s;width:20rem;max-width:100%;bottom:0;text-align:left;top:0;overflow-y:auto;transform:translateX(-20rem);left:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:1.25rem;padding-right:38px}.menu-mobile .bg{transition:all 0.3s;opacity:0;visibility:hidden;content:"";position:fixed;background:#0b0b0b96;left:0;top:0;width:100%;height:100%;z-index:0}.menu-mobile.opened .bg{transition:all 0.3s;opacity:1;visibility:visible;z-index:9999}.menu-mobile .close{position:absolute;right:10px;top:10px}.menu-mobile ul{list-style:none}.menu-mobile ul.menu li{display:block;width:100%;position:relative;padding:5px 0;font-size:16px;border-bottom:1px solid #ededed38;}.menu-mobile ul.menu li:last-child{border-bottom:none}.menu-mobile .sub-menu{visibility:hidden;display:none;opacity:0;padding:0;margin-left:20px}.menu-mobile .show>.sub-menu{visibility:visible;opacity:1;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-in;animation-duration:1s}.menu-mobile ul.menu i{position:absolute;right:0;top:0;z-index:999;width:35px;height:35px;line-height:35px;text-align:center;transition:all 0.3s;font-size:17px}.menu-mobile ul.menu>li .show i{transform:rotate(90deg)}.menu-mobile ul.menu i:after{content:"\f107";display:inline-block;font-family:"Font Awesome 6 Pro";font-style:normal}.menu-mobile ul.menu a{color:#333;font-weight:500}.menu-mobile ul.menu>li>a{position:relative}.menu-mobile a:hover,.menu-mobile .current-menu-item>a,.menu-mobile .current-menu-ancestor>a{color:#bf7033}

.page-title{
    font-size: 25px;
    font-weight: 600;
    color: var(--c2);
    border-bottom: 0;
    position: relative;
}
@media screen and (max-width: 992px){
    .page-title{
        font-size: 23px;
    }
}


/*page-banner*/
.page-banner {
    padding-top: 110px;
    padding-bottom: 110px;
    text-align: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
}


/*breadcrum*/
.breadcrum {
    font-weight: 500
}

.breadcrum a {
    text-decoration: none;
    color: #a6a6a6;
}
.breadcrum a:hover{
    color: var(--c1)
}

.breadcrum span:not(:last-child) a:after {
    content: ">";
    height: 13px;
    display: inline-block;
    color: #fff;
    margin: 0 10px;
}



/* SECTION */
.section {
    padding-top: 60px;
    padding-bottom: 50px;
    position: relative
}
.service-tabs {
    align-items: flex-end;
    border-bottom: 1px solid #555;
    display: flex;
    gap: 32px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.service-tabs li {
    margin: 0;
}
.service-tabs .link {
    border-bottom: 2px solid transparent;
    color: #c5c5c5;
    display: block;
    font-size: 20px;
    padding: 0 0 10px;
}
.service-tabs .link.active,
.service-tabs .link:hover {
    border-bottom-color: #222;
    color: #333;
}
@media (max-width: 575px) {
    .service-tabs {
        gap: 20px;
        overflow-x: auto;
    }
    .service-tabs .link {
        font-size: 16px;
        white-space: nowrap;
    }
}
.section-fadein-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity .7s ease, transform .7s ease;
}
.section-fadein-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .section-fadein-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.section-about-vision__title {
    color: #000;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
}
.section-about-vision__description {
    color: #222;
    font-size: 17px;
    line-height: 1.35;
}
.section-about-vision__description p:last-child,
.section-value__description p:last-child {
    margin-bottom: 0;
}
.section-about-vision__image img {
    display: block;
    width: 100%;
}
.section-home-info__main-title {
    color: #000;
    line-height: 1.1;
    text-transform: uppercase;
}
.section-home-info__sub-title {
    color: #333;
}
.section-home-info__description {
    color: #333;
    line-height: 1.25;
}
.section-home-info__description p:last-child {
    margin-bottom: 0;
}
.section-home-info__image img {
    display: block;
    width: 100%;
}
.section-home-we-are__section-title,
.section-home-we-are__title {
    color: #000;
}
.section-home-we-are__description {
    line-height: 1.3;
}
.section-home-we-are__button {
    text-decoration: none;
}
.section-home-service__section-title,
.section-home-service__item-title {
    color: #000;
}
.section-home-service__item-heading {
    min-height: 48px;
}
.section-home-service__item-title,
.section-home-service__item-arrow {
    text-decoration: none;
}
.section-home-service__item-arrow {
    color: #333;
    font-size: 24px;
    line-height: 1;
    padding: 8px 0 8px 20px;
}
.section-home-service__item-title:hover,
.section-home-service__item-arrow:hover {
    color: var(--c1);
}
.section-home-service__description {
    line-height: 1.3;
}
.section-home-service__description p:last-child {
    margin-bottom: 0;
}
.section-home-partners__title {
    color: #000;
}
.section-home-partners__item .box {
    text-align: center;
    height: 0 !important;
    padding-top: 100px;
    position: relative;
}
.section-home-partners__item img {
    margin: 0 auto;
    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%);
    height: auto;
    max-height: 70px;
    max-width: 160px;
    width: auto;
}
.section-home-partners__item img {
    filter: grayscale(1);
    opacity: .8;
    transition: filter .3s ease, opacity .3s ease;
}
.section-home-partners__item:hover img {
    filter: grayscale(0);
    opacity: 1;
}


.section-history__title {
    color: #000;
}
.section-history__image img {
    display: block;
    width: 100%;
}
.section-history-tree__title {
    color: #000;
}
.section-history-tree__list {
    position: relative;
}

.section-history-tree__item {
    position: relative;
}
.section-history-tree__year {
    color: #111;
    text-align: right;
    width: 80px;
    min-width: 80px;
}
.section-history-tree__marker-wrap {
    position: relative;
    width: 70px;
    min-width: 70px;
}
.section-history-tree__marker {
    background: #333;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #333;
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
    top: 7px;
    transform: translateX(-50%);
}
.section-history-tree__item:first-child .section-history-tree__marker::after {
    display: none;
}
.section-history-tree__item:last-child::before {
    content: "";
    width: 95px;
    height: 1px;
    position: absolute;
    top: 70px;
    left: 33px;
    background: #000;
    transform: rotate(90deg);
}
.section-history-tree__item:last-child::after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 110px;
    left: 76px;
    background: #000;
}

.section-history-tree__marker::before {
    content: "";
    width: 70px;
    height: 0;
    border-top: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 20px;
}

.section-history-tree__marker::after {
    content: "";
    width: 95px;
    height: 1px;
    position: absolute;
    top: -50px;
    left: -39px;
    background: #000;
    transform: rotate(90deg);
}


.item-tree.is-same-year:not(.is-same-year + .item-tree) .section-history-tree__marker::after {
    content: "";
    width: 104px;
    height: 1px;
    position: absolute;
    top: -51px;
    left: -69px;
    background: #000;
    transform: rotate(63deg);
}
.is-same-year + .item-tree:not(.is-same-year) .section-history-tree__marker::after {
    width: 107px;
    top: -50px;
    left: -20px;
    transform: rotate(118deg);
}
@media (max-width: 575px) {
    .section-history-tree__marker::before {
        width: 50px;
    }
    .section-history-tree__content{
        padding-left: 0 !important;
    }

}



.section-history-tree__content {
    padding-left: 18px;
    padding-bottom: 16px;
}


.section-history-tree__item.is-same-year .section-history-tree__marker {
    background: #fff;
    left: unset;
    right: 0;
}

.section-history-tree__description p{
    margin-bottom: 0;
}


.section-value__label {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}
.section-value__description {
    color: #222;
    line-height: 1.25;
}

.section-value__number {
    color: #333;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
}


.section-certification__title {
    color: #000;
    font-weight: 400;
}

.section-certification__item-title {
    color: #333;
    font-size: 14px;
}
.section-certification__description {
    line-height: 1.35;
}
.section-certification__description p:last-child {
    margin-bottom: 0;
}
.section-introduce-pdf__title {
    color: #000;
    font-weight: 400;
}
.section-introduce-pdf__image img {
    display: block;
    width: 100%;
}
.section-introduce-pdf__download {
    display: inline-block;
}
.section-contact-location__title {
    color: #000;
    font-weight: 400;
}
.section-contact-location__row {
    border-top: 1px solid #ddd;
    padding: 8px 0;
}
.section-contact-location__row:last-child {
    border-bottom: 1px solid #ddd;
}
.section-contact-location__row strong {
    color: #333;
}
.section-contact-location__map img {
    display: block;
    width: 100%;
}
.section-contact-form__title {
    color: #000;
    font-weight: 400;
}
.section-facility__title {
    color: #000;
    font-weight: 500;
}
.section-facility__image img {
    display: block;
    width: 100%;
}
.section-facility__description {
    line-height: 1.35;
}
.section-facility__line-title {
    color: #333;
}
.section-facility__card-title {
    color: #111;
}
.section-facility__card-specs {
    letter-spacing: -0.2px;
}
.section-service-pre-production__title {
    color: #000;
    font-weight: 500;
}
.section-service-pre-production__timeline {
    position: relative;
    padding-top: 10px;
    padding-bottom: 0;
}
.section-service-pre-production__line {
    position: absolute;
    top: 33px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--c1);
    z-index: 0;
}
@media screen and (max-width: 992px) {
    .section-service-pre-production__line {
        top: 57px;
    }
}
.section-service-pre-production__line::before,
.section-service-pre-production__line::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    transform: translateY(-50%);
}
.section-service-pre-production__line::before {
    left: -2px;
    border-width: 4px 6px 4px 0;
    border-color: transparent var(--c1) transparent transparent;
}
.section-service-pre-production__line::after {
    right: -2px;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent var(--c1);
}
.section-service-pre-production__step {
    position: relative;
    z-index: 1;
}
.section-service-pre-production__step-title {
    color: var(--c1);
}
.section-service-pre-production__step-subtitle {
    color: #333;
}
.section-service-pre-step__title,
.section-service-pre-step__step-title {
    color: #333;
}
.section-service-pre-step__step-subtitle {
    color: #333;
}
.section-service-pre-step__image img {
    display: block;
    width: 100%;
}
.section-service-pre-step__description {
    line-height: 1.35;
}
.section-product__title {
    color: #000;
    font-weight: 400;
}
.section-product__description {
    color: #333;
    line-height: 1.35;
}

.section-product__item-title {
    color: #999;
}
.product-pagination {
    display: flex;
    justify-content: center;
    gap: 6px;
}
.product-pagination__button {
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    cursor: pointer;
    min-width: 34px;
    padding: 6px 10px;
    outline: none !important;

}
.product-pagination__button.active,
.product-pagination__button:hover {
    background: var(--c1);
    border-color: var(--c1);
    color: #fff;
}


.wpcf7-list-item{
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
}
.wpcf7-list-item.last label{
    margin-bottom: 0;
}





/*post*/
.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;
    border-radius: 12px;
    margin: 20px 0;
}

.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}





/*footer*/
#footer{
    margin-top: 100px;
}
#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}

/*nivoSlider*/
.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:#fff;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;margin:0}.nivo-caption a{display:inline!important}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivoSlider:hover .nivo-directionNav>a{opacity:1}.nivoSlider{position:relative}.nivoSlider img{position:absolute;top:0;left:0;display:none;min-height:250px;vertical-align:middle;object-position:center;object-fit:cover}.nivoSlider a{border:0;display:block}.nivo-controlNav{text-align:center;position:absolute;bottom:0;width:100%;z-index:6}.nivo-controlNav a.active{background-color:var(--c1)}.nivo-controlNav a{display:inline-block;width:15px;height:15px;text-indent:-9999px;border:0;margin:0 2px;cursor:pointer;background-color:#ccc;border-radius:50%;position:relative;z-index:1}.nivo-controlNav a.active{background-position:0 -22px}.nivo-directionNav a{opacity:0;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.nivoSlider:hover .nivo-directionNav a{opacity:1}a.nivo-nextNav{background-position:-30px 0;right:15px}a.nivo-prevNav{left:15px}.nivo-directionNav>a{font:normal normal normal 14px/1 "Font Awesome 6 Pro";width:35px;height:35px;font-size:22px;display:inline-block;white-space:nowrap;overflow:hidden;color:transparent;line-height:34px;text-align:center;background:#00000087;border-radius:50%;user-select:none;color:#fff!important}.nivo-directionNav>a:hover{color:var(--c1)}.nivo-directionNav .nivo-prevNav:before{content:"\f104"}.nivo-directionNav .nivo-nextNav:before{content:"\f105";position:relative;right:-1px}.nivo-caption a{color:#fff;border-bottom:1px dotted #fff}.nivo-caption a:hover{color:#fff}.nivo-controlNav.nivo-thumbs-enabled{width:100%}.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px}.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto}

/*Slider slick*/
.slide-center5:not(.slick-vertical) {
    margin-right: -5px;
    margin-left: -5px
}
.slide-center5:not(.slick-vertical) .slick-slide {
    padding-right: 5px;
    padding-left: 5px
}
.slide-center10:not(.slick-vertical) {
    margin-right: -10px;
    margin-left: -10px
}
.slide-center10:not(.slick-vertical) .slick-slide {
    padding-right: 10px;
    padding-left: 10px
}
.slide-center15:not(.slick-vertical) {
    margin-right: -15px;
    margin-left: -15px
}
.slide-center15:not(.slick-vertical) .slick-slide {
    padding-right: 15px;
    padding-left: 15px
}


.slide-center5.slick-vertical {
    margin-top: -5px;
    margin-bottom: -5px
}
.slide-center5.slick-vertical .slick-slide {
    padding-top: 5px;
    margin-bottom: 5px
}

.slide-center10.slick-vertical .slick-slide {
    padding-top: 10px;
    margin-bottom: 10px
}
.slide-center10.slick-vertical {
    margin-top: -10px;
    margin-top: -10px
}
.slide-center10.slick-vertical .slick-slide {
    padding-top: 10px;
    padding-top: 10px
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

[dir='rtl'] .slick-prev:before {
    content: '→'
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: '→'
}

[dir='rtl'] .slick-next:before {
    content: '←'
}

/* Slider */
.slick-slider {
    position: relative;
    cursor: grab;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-prev {
    left: 15px
}

.slick-next {
    right: 15px
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    outline: none;
    box-shadow: 0 0 7px -4px #000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    z-index: 1;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    width: 30px;
    height: 30px;
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.slick-next:not(.slick-disabled):hover,
.slick-prev:not(.slick-disabled):hover {
    outline: none;
    box-shadow: 0 0 5px 0 rgba(246, 94, 57, .5)
}

.arrow-out .slick-prev {
    left: -10px;
}
.arrow-out .slick-next{
     right: -10px;
}

@media screen and (min-width: 765px){
	.arrow-out .slick-prev {
	    left: -15px;
	}
	.arrow-out .slick-next{
	     right: -15px;
	}
}
.slick-arrow.slick-hidden {
    display: none
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    opacity: 0
}

.slick-next:before,
.slick-prev:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 1.4rem;
    color: #000;
    transition: all 0.3s
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: var(--c1)
}

.slick-next:before {
    content: "\f105"
}

.slick-prev:before {
    content: "\f104"
}
.slick-vertical .slick-prev{
    top: -9px;
    left: 50%;
    transform: translate(-50%, -20%);
}
.slick-vertical .slick-prev:before{
    content: "\f106";
}
.slick-vertical .slick-next{
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
}
.slick-vertical .slick-next:before{
    content: "\f107";
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    line-height: 0;
    display: block;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #B9C3C5;
    border-radius: 10px;
    width: 25px;
    height: 8px;
}

.slick-dots li.slick-active button{
    background: var(--c2);
    width: 45px;
}
.play-btn a{
    width: 84px;
    height: 84px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    line-height: 0;
    font-size: 25px;
    color: var(--c1);
    margin-left: auto;
    position: relative;
}
.play-btn a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}@-webkit-keyframes pulse-border{0%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}100%{transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}
.background-fixed{
    background-attachment: fixed !important;
}

