.zzBoxes, .zzBoxes * {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.zzBoxes_overlay {
    background: none no-repeat center center #111111;
    position: fixed;
	z-index: 99999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.8;
}
.zzBoxes_inner {
    background-color: #ffffff;
    color: #131313;
    font-size: 15px;
    line-height: 21px;
    position: fixed;
	z-index: 999999;
    text-align: justify;
    width: 95%;
    max-width: 580px;
    min-width: 300px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-transition: margin .3s;
    transition: margin .3s;
}
.zzBoxes.alert .zzBoxes_title {
    color: #ffaa05;
}
.zzBoxes.confirm .zzBoxes_title {
    color: #ffaa05;
}
.zzBoxes.prompt .zzBoxes_inner {
	max-width: 400px !important;
}
.zzBoxes.prompt .zzBoxes_title {
    color: #ffaa05;
}
.zzBoxes_title {
    font-size: 1.4em;
    line-height: 1.5em;
}
.zzBoxes_content {
    padding: 20px 15px;
    margin: 0;
}
.zzBoxes_mess {
    overflow: auto;
    white-space: pre-line;
}
.zzBoxes_content img {
    max-width: 100%;
}
.zzBoxes_input {
    padding: 7px;
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid #dddddd;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zzBoxes_input:focus {
    border-color: #ffaa05;
    box-shadow: 0 0 3px 1px #ffaa05;
    outline: 0 none;
}
.zzBoxes_button {
    background-color: #f4f4f4;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.zzBoxes_button > div {
    background-color: #39b54a;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 7px 0 7px 10px;
    padding: 7px 12px 5px;
    text-align: center;
	text-transform: uppercase;
    -webkit-transition: background .3s;
    transition: background .3s;
}
.zzBoxes_button > div:first-child {
    margin-left: 0;
}
div.zzBoxes_cancel {
    background-color: #eb0900;
}
.zzBoxes_close {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJZJREFUeNpi/P//PwMpgAlKywHxMSD2wKImCogPA7EEmAeyAYhP/oeAb0DsARUD4XAg/gOV2wV2DVTCA6oYWVMIkuLPQGyDrAGbJgzF6BrQNWEoBmEmNA/yADEbEp8ZKoYAODwIMvknlP0TOSBgiqOwuNkDTZM3soZjONzsjaRpC7IGCSDei+5BJE0gxUIgPiOpSQMgwAB/QVTYXhJ/ggAAAABJRU5ErkJggg==) no-repeat center center #eb0900;
    position: absolute;
    width: 30px;
    height: 20px;
    right: 2px;
    top: 2px;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.zzBoxes_inner:hover .zzBoxes_close {
    opacity: 1;
}
.zzBoxes_button > div:hover, .zzBoxes_close:hover {
    background-color: #2f2f2f;
    cursor: pointer;
}

.slider-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.owl-theme .owl-dots .owl-dot {
  padding: 2px !important;
  margin-right: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  border: none !important;
  border-radius: 40px !important;
  margin: 0 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #56CCF2 !important;
}
.owl-theme .owl-dots {
  bottom: 40px !important;
}
.owl-dot.active {
  border: #56CCF2 solid 1px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
  }
  .owl-theme .owl-dots {
    bottom: 10px !important;
  }
}
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 20px 15px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{border-top:1px solid hsla(0,0%,100%,.4);max-height:50vh;overflow:auto;pointer-events:all;padding-top:25px}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu>.mm-panel{margin:0;position:absolute;left:0;right:0;top:0;bottom:0;z-index:0}.mm-menu>.mm-panel .fa-fw{width:1.68571429em}.mm-menu{--height-header:80px;background:inherit;display:block;overflow:hidden;padding:0}.mm-panel{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-panel.mm-opened{-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)}.mm-panel.mm-subopened{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel.mm-highest{z-index:1}.mm-menu>.mm-panel{background:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;padding:0 20px}.mm-menu>.mm-panel.mm-hasnavbar{padding-top:40px}.mm-menu>.mm-panel:after,.mm-menu>.mm-panel:before{content:"";display:block;height:20px}.mm-vertical .mm-panel{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.mm-listview .mm-vertical .mm-panel,.mm-vertical .mm-listview .mm-panel{display:none;padding:10px 0 10px 10px}.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after{border-color:transparent}.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel{display:block}.mm-listview>li.mm-vertical>.mm-next,.mm-vertical .mm-listview>li>.mm-next{height:40px;bottom:auto}.mm-listview>li.mm-vertical>.mm-next:after,.mm-vertical .mm-listview>li>.mm-next:after{top:16px;bottom:auto}.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,.mm-vertical .mm-listview>li.mm-opened>.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-navbar{border-bottom:1px solid transparent;text-align:center;line-height:20px;padding:0 40px;margin:0;position:absolute;top:0;left:0;right:0;height:var(--height-header)}.mm-navbar>*{display:block;padding:10px 0}.mm-navbar a,.mm-navbar a:hover{text-decoration:none}.mm-navbar .mm-title{background-size:contain;background-position:center -5px;color:transparent!important;background-repeat:no-repeat;font-size:13px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.mm-navbar .mm-btn{box-sizing:border-box;width:40px;height:var(--height-header);position:absolute;top:0;z-index:1}.mm-navbar .mm-btn:first-child{padding-left:20px;left:0;display:none}.mm-navbar .mm-btn:last-child{padding-right:20px;right:0}.mm-panel .mm-navbar{display:none}.mm-panel.mm-hasnavbar .mm-navbar{display:block}.mm-listview,.mm-listview>li{list-style:none;display:block;padding:0;margin:0}.mm-listview{font:inherit;font-size:14px}.mm-listview a,.mm-listview a:hover{text-decoration:none}.mm-listview>li{position:relative}.mm-listview>li>a,.mm-listview>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;line-height:20px;display:block;padding:15px 12px 12px 25px;margin:0}#mm-1 .mm-listview>li>a{text-transform:uppercase}.mm-listview>li>a .fa,.mm-listview>li>span .fa{color:#bfbfbf;margin-left:-12px}.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow{padding-right:50px}#mm-0 .mm-listview>li>a,#mm-0 .mm-listview>li>span{text-transform:uppercase}.mm-listview>li:not(.mm-divider):after{content:"";border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:0;right:0;bottom:0}.mm-listview>li:not(.mm-divider):after{left:10px}.mm-listview .mm-next{background-color:rgba(3,2,1,0);width:35px;padding:0;position:absolute;right:0;top:5px;bottom:5px;z-index:2}.mm-listview .mm-next:before{content:"";border-left-width:1px;border-left-style:solid;display:block;position:absolute;top:0;bottom:0;left:0}.mm-listview .mm-next+a,.mm-listview .mm-next+span{margin-right:38px}.mm-listview .mm-next.mm-fullsubopen{width:100%}.mm-listview .mm-next.mm-fullsubopen:before{border-left:none}.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span{padding-right:50px;margin-right:0}.mm-menu>.mm-panel>.mm-listview{margin-left:-20px;margin-right:-20px}.mm-menu>.mm-panel>.mm-listview.mm-first{margin-top:-20px}.mm-menu>.mm-panel>.mm-listview.mm-last{padding-bottom:20px}.mm-arrow:after,.mm-next:after,.mm-prev:before{content:"";border:1px solid transparent;display:inline-block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-prev:before{border-right:none;border-bottom:none;left:20px}.mm-arrow:after,.mm-next:after{border-top:none;border-left:none;right:15px}.mm-divider{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px}.mm-listview>li.mm-spacer{padding-top:40px}.mm-listview>li.mm-spacer>.mm-next{top:40px}.mm-listview>li.mm-spacer.mm-divider{padding-top:25px}.mm-menu{background-color:#fff;color:#2f3032}.mm-menu .mm-navbar{border-color:rgba(0,0,0,.2)}.mm-menu .mm-navbar a,.mm-menu .mm-navbar>*{color:#afafaf}.mm-menu .mm-navbar .mm-btn:after,.mm-menu .mm-navbar .mm-btn:before{border-color:#8e8e8e;color:#8e8e8e}.mm-menu .mm-listview>li:after{border-color:rgba(0,0,0,.1)}.mm-menu .mm-listview>li .mm-arrow:after,.mm-menu .mm-listview>li .mm-next:after,.mm-menu .mm-listview>li .mm-prev:before{border-color:#8e8e8e}.mm-menu .mm-listview>li .mm-next:before,.mm-menu .mm-listview>li .mm-prev:after{border-color:rgba(72,72,72,.05)}.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span,.mm-menu .mm-listview>li>a:hover{background-color:#efefef}.mm-menu .mm-listview li.mm-opened.mm-vertical>.mm-panel,.mm-menu .mm-listview li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-vertical .mm-listview li.mm-opened>.mm-panel,.mm-menu.mm-vertical .mm-listview li.mm-opened>a.mm-next{background:rgba(0,0,0,.05)}.mm-menu .mm-divider{background:rgba(0,0,0,.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease}html.mm-opened{overflow:hidden;position:relative}html.mm-opened body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background-color:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}html.mm-blocking #mm-blocker,html.mm-opened #mm-blocker{display:block}html.mm-opened #mm-blocker{opacity:0}html.mm-opened #mm-blocker{background-color:#000}html.mm-opening #mm-blocker{opacity:.2;transition:opacity .4s ease .4s}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}.mm-menu{width:80%;min-width:140px;max-width:280px}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-moz-transform:translate(80%,0);-ms-transform:translate(80%,0);-o-transform:translate(80%,0);transform:translate(80%,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:400px){html.mm-opening .mm-slideout{-webkit-transform:translate(280px,0);-moz-transform:translate(280px,0);-ms-transform:translate(280px,0);-o-transform:translate(280px,0);transform:translate(280px,0)}}.mm-menu.mm-bottom.mm-autoheight,.mm-menu.mm-top.mm-autoheight{max-height:80%}.mm-menu.mm-bottom.mm-autoheight.mm-fullscreen,.mm-menu.mm-top.mm-autoheight.mm-fullscreen{max-height:100%}.mm-menu.mm-measureheight>.mm-panel{bottom:auto!important;height:auto!important}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:45px;top:50%}em.mm-counter+a.mm-next{padding-left:40px}em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span{margin-right:90px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical>.mm-counter{top:12px;margin-top:0}.mm-vertical.mm-spacer>.mm-counter{margin-top:40px}.mm-nosubresults>.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(0,0,0,.3)}.mm-divider>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-divider.mm-opened a.mm-next:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-fixeddivider{background:inherit;display:none;position:absolute;top:0;left:0;right:0;z-index:2;-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)}.mm-fixeddivider:after{content:none!important;display:none!important}.mm-hasdividers .mm-fixeddivider{display:block}.mm-menu .mm-fixeddivider span{background:rgba(0,0,0,.05)}html.mm-opened.mm-dragging #mm-blocker,html.mm-opened.mm-dragging .mm-fixed-bottom,html.mm-opened.mm-dragging .mm-fixed-top,html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-page{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-menu>.mm-navbar{background:inherit;padding:0;z-index:3;-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)}.mm-navbar-bottom{border-top:1px solid transparent;border-bottom:none;top:auto;bottom:0}.mm-navbar-top~.mm-navbar-top{border-bottom:none}.mm-navbar-bottom~.mm-navbar-bottom{border-top:none}.mm-navbar.mm-hasbtns{padding:0 40px}.mm-navbar-top-1{top:0}.mm-hasnavbar-top-1 .mm-panel{top:var(--height-header)}.mm-hasnavbar-top-1 .mm-indexer{top:50px}.mm-hasnavbar-top-1 .mm-fixeddivider{top:40px}.mm-navbar-top-2{top:40px}.mm-hasnavbar-top-2 .mm-panel{top:80px}.mm-hasnavbar-top-2 .mm-indexer{top:90px}.mm-hasnavbar-top-2 .mm-fixeddivider{top:80px}.mm-navbar-top-3{top:80px}.mm-hasnavbar-top-3 .mm-panel{top:120px}.mm-hasnavbar-top-3 .mm-indexer{top:130px}.mm-hasnavbar-top-3 .mm-fixeddivider{top:120px}.mm-navbar-bottom-1{bottom:0}.mm-hasnavbar-bottom-1 .mm-panel{bottom:40px}.mm-hasnavbar-bottom-1 .mm-indexer{bottom:50px}.mm-navbar-bottom-2{bottom:40px}.mm-hasnavbar-bottom-2 .mm-panel{bottom:80px}.mm-hasnavbar-bottom-2 .mm-indexer{bottom:90px}.mm-navbar-bottom-3{bottom:80px}.mm-hasnavbar-bottom-3 .mm-panel{bottom:120px}.mm-hasnavbar-bottom-3 .mm-indexer{bottom:130px}.mm-close{text-align:right}.mm-close:after{content:"x";font-size:22px;line-height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mm-navbar-2>*,.mm-navbar-3>*,.mm-navbar-4>*,.mm-navbar-5>*,.mm-navbar-6>*{display:block;float:left}.mm-navbar-2>*{width:50%}.mm-navbar-3>*{width:33.33%}.mm-navbar-4>*{width:25%}.mm-navbar-5>*{width:20%}.mm-navbar-6>*{width:16.66%}.mm-search,.mm-search input{box-sizing:border-box}.mm-search{height:40px;padding:10px 10px 0}.mm-search input{border:none;border-radius:28px;font:inherit;font-size:13px;outline:0;display:block;width:100%;height:28px;line-height:28px;margin:0;padding:0 15px}.mm-search input::-ms-clear{display:none}.mm-panel>.mm-search{width:100%;position:absolute;top:0;left:0}.mm-panel.mm-hassearch{padding-top:40px}.mm-panel.mm-hassearch.mm-hasnavbar{padding-top:80px}.mm-panel.mm-hassearch.mm-hasnavbar .mm-search{top:40px}.mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:40px 0}.mm-noresults .mm-noresultsmsg{display:block}.mm-noresults .mm-indexer{display:none!important}li.mm-nosubresults>a.mm-next{display:none}li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span{padding-right:10px}.mm-menu .mm-search input{background-color:#eee;color:#8d8d8d}.mm-menu .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-indexer{background:inherit;text-align:center;font-size:12px;box-sizing:border-box;width:20px;position:absolute;top:10px;bottom:10px;right:-100px;z-index:3;-webkit-transition:right .4s ease;-moz-transition:right .4s ease;-ms-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;-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)}.mm-indexer a{text-decoration:none;display:block;height:3.85%}.mm-indexer~.mm-panel.mm-hasindexer{padding-right:40px}.mm-hasindexer .mm-indexer{right:0}.mm-hasindexer .mm-fixeddivider{right:20px}.mm-menu .mm-indexer a{color:rgba(0,0,0,.3)}input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;top:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:"";display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-top:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-top:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}li.mm-vertical label.mm-check,li.mm-vertical label.mm-toggle{bottom:auto;margin-top:0}li.mm-vertical label.mm-toggle{top:5px}li.mm-vertical label.mm-check{top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{padding-right:80px}label.mm-check+a,label.mm-check+span{padding-right:60px}a.mm-next+label.mm-check,a.mm-next+label.mm-toggle{right:60px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span,a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{margin-right:50px}a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span{padding-right:70px}a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span{padding-right:50px}em.mm-counter+a.mm-next+label.mm-check,em.mm-counter+a.mm-next+label.mm-toggle{right:100px}em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span,em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span{margin-right:90px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu label.mm-toggle:before{background:#f3f3f3}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(0,0,0,.7)}.mm-listview.mm-border-none>li:after,.mm-menu.mm-border-none .mm-listview>li:after{content:none}.mm-listview.mm-border-full>li:after,.mm-menu.mm-border-full .mm-listview>li:after{left:0!important}html.mm-effect-zoom-menu .mm-menu.mm-offcanvas{-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease}html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-offcanvas{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);-moz-transform:scale(.7,.7) translate3d(-30%,0,0);-ms-transform:scale(.7,.7) translate3d(-30%,0,0);-o-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-offcanvas{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas{-webkit-transform:scale(.7,.7) translate3d(30%,0,0);-moz-transform:scale(.7,.7) translate3d(30%,0,0);-ms-transform:scale(.7,.7) translate3d(30%,0,0);-o-transform:scale(.7,.7) translate3d(30%,0,0);transform:scale(.7,.7) translate3d(30%,0,0);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-offcanvas{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}html.mm-effect-slide-menu .mm-menu.mm-offcanvas{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease}html.mm-effect-slide-menu.mm-opened .mm-menu.mm-offcanvas{-webkit-transform:translate3d(-30%,0,0);-moz-transform:translate3d(-30%,0,0);-ms-transform:translate3d(-30%,0,0);-o-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}html.mm-effect-slide-menu.mm-opening .mm-menu.mm-offcanvas{-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);z-index:99}html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-offcanvas{-webkit-transform:translate3d(30%,0,0);-moz-transform:translate3d(30%,0,0);-ms-transform:translate3d(30%,0,0);-o-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-offcanvas{-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)}.mm-menu.mm-effect-zoom-panels .mm-panel{-webkit-transform:scale(1.5,1.5) translate3d(100%,0,0);-moz-transform:scale(1.5,1.5) translate3d(100%,0,0);-ms-transform:scale(1.5,1.5) translate3d(100%,0,0);-o-transform:scale(1.5,1.5) translate3d(100%,0,0);transform:scale(1.5,1.5) translate3d(100%,0,0);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition-property:-webkit-transform,left;-moz-transition-property:-moz-transform,left;-ms-transition-property:-ms-transform,left;-o-transition-property:-o-transform,left;transition-property:transform,left}.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened{-webkit-transform:scale(1,1) translate3d(0,0,0);-moz-transform:scale(1,1) translate3d(0,0,0);-ms-transform:scale(1,1) translate3d(0,0,0);-o-transform:scale(1,1) translate3d(0,0,0);transform:scale(1,1) translate3d(0,0,0)}.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7) translate3d(-30%,0,0);-moz-transform:scale(.7,.7) translate3d(-30%,0,0);-ms-transform:scale(.7,.7) translate3d(-30%,0,0);-o-transform:scale(.7,.7) translate3d(-30%,0,0);transform:scale(.7,.7) translate3d(-30%,0,0)}.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened{-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)}.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened{-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(10000px,0);-moz-transform:translate(10000px,0);-ms-transform:translate(10000px,0);-o-transform:translate(10000px,0);transform:translate(10000px,0)}}html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-10000px,0);-moz-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);-o-transform:translate(-10000px,0);transform:translate(-10000px,0)}}.mm-menu.mm-fullscreen.mm-bottom,.mm-menu.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span,.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span{text-overflow:clip;white-space:normal}.mm-menu.mm-pageshadow:after{content:"";display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:99}.mm-menu.mm-pageshadow.mm-right:after{left:auto;right:100%}.mm-menu.mm-pageshadow.mm-front:after,.mm-menu.mm-pageshadow.mm-next:after{content:none;display:none}.mm-menu.mm-pageshadow:after{box-shadow:0 0 10px rgba(0,0,0,0)}.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-right{left:auto;right:0}.mm-menu.mm-bottom{top:auto;bottom:0}html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-moz-transform:translate(-80%,0);-ms-transform:translate(-80%,0);-o-transform:translate(-80%,0);transform:translate(-80%,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:350px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-280px,0);-moz-transform:translate(-280px,0);-ms-transform:translate(-280px,0);-o-transform:translate(-280px,0);transform:translate(-280px,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;z-index:0!important}.mm-menu.mm-front{z-index:1}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate3d(100%,0,0);-moz-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);-o-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu.mm-top{-webkit-transform:translate3d(0,-100%,0);-moz-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);-o-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu.mm-bottom{-webkit-transform:translate3d(0,100%,0);-moz-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);-o-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-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)}.mm-menu.mm-bottom,.mm-menu.mm-top{height:80%;min-height:140px;max-height:880px}.mm-menu.mm-theme-dark{background:#333;color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-navbar{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-navbar a,.mm-menu.mm-theme-dark .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after,.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li:after{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-prev:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-listview>li .mm-next:before,.mm-menu.mm-theme-dark .mm-listview>li .mm-prev:after{border-color:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-dark .mm-listview li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark.mm-vertical .mm-listview li.mm-opened>a.mm-next{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark .mm-divider{background:rgba(255,255,255,.05)}.mm-menu.mm-theme-dark label.mm-check:before{border-color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-fixeddivider span{background:rgba(255,255,255,.05)}.mm-menu.mm-pageshadow.mm-theme-dark:after{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu.mm-theme-dark .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.8)}.mm-menu.mm-theme-dark .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-dark label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu.mm-theme-dark label.mm-toggle:before{background:#333}.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-white{background:#fff;color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-navbar{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-navbar a,.mm-menu.mm-theme-white .mm-navbar>*{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-navbar .mm-btn:after,.mm-menu.mm-theme-white .mm-navbar .mm-btn:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,.mm-menu.mm-theme-white .mm-listview>li .mm-prev:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-listview>li .mm-next:before,.mm-menu.mm-theme-white .mm-listview>li .mm-prev:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span{background:rgba(0,0,0,.05)}.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-white .mm-listview li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>.mm-panel,.mm-menu.mm-theme-white.mm-vertical .mm-listview li.mm-opened>a.mm-next{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white .mm-divider{background:rgba(0,0,0,.03)}.mm-menu.mm-theme-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-fixeddivider span{background:rgba(0,0,0,.03)}.mm-menu.mm-pageshadow.mm-theme-white:after{box-shadow:0 0 10px rgba(0,0,0,.2)}.mm-menu.mm-theme-white .mm-search input{background:rgba(0,0,0,.05);color:rgba(0,0,0,.6)}.mm-menu.mm-theme-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white .mm-indexer a{color:rgba(0,0,0,.3)}.mm-menu.mm-theme-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-theme-white label.mm-toggle:before{background:#fff}.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu.mm-theme-black{background:#000;color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-navbar{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-navbar a,.mm-menu.mm-theme-black .mm-navbar>*{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-navbar .mm-btn:after,.mm-menu.mm-theme-black .mm-navbar .mm-btn:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li:after{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after,.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,.mm-menu.mm-theme-black .mm-listview>li .mm-prev:before{border-color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-listview>li .mm-next:before,.mm-menu.mm-theme-black .mm-listview>li .mm-prev:after{border-color:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span{background:rgba(255,255,255,.3)}.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>.mm-panel,.mm-menu.mm-theme-black .mm-listview li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>.mm-panel,.mm-menu.mm-theme-black.mm-vertical .mm-listview li.mm-opened>a.mm-next{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black .mm-divider{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black em.mm-counter{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-fixeddivider span{background:rgba(255,255,255,.2)}.mm-menu.mm-pageshadow.mm-theme-black:after{content:none;display:none}.mm-menu.mm-theme-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-theme-black .mm-noresultsmsg{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black .mm-indexer a{color:rgba(255,255,255,.4)}.mm-menu.mm-theme-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-theme-black label.mm-toggle:before{background:#000}.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-listview li.tth-mm-category,.mm-listview li.tth-mm-search{display:none;height:0}@media screen and (max-width:959px){.mm-listview li.tth-mm-search{display:block;height:auto}}@media screen and (max-width:767px){.mm-listview li.tth-mm-category{display:block;height:auto}}.mm-navbar-bottom{text-align:center}.mm-navbar-bottom a{background-color:#bfbfbf;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;color:#fff!important;display:inline-block!important;float:none;font-size:15px;width:30px;height:30px;line-height:30px;text-align:center;padding:0;margin:5px}.mm-navbar-bottom a.facebook:active,.mm-navbar-bottom a.facebook:focus,.mm-navbar-bottom a.facebook:hover{background-color:#37528d}.mm-navbar-bottom a.instagram:active,.mm-navbar-bottom a.instagram:focus,.mm-navbar-bottom a.instagram:hover{background-color:#e03663}.mm-navbar-bottom a.twitter:active,.mm-navbar-bottom a.twitter:focus,.mm-navbar-bottom a.twitter:hover{background-color:#33bce9}.mm-navbar-bottom a.youtube:active,.mm-navbar-bottom a.youtube:focus,.mm-navbar-bottom a.youtube:hover{background-color:#ee1c1b}.mm-navbar-bottom a.tripadvisor:active,.mm-navbar-bottom a.tripadvisor:focus,.mm-navbar-bottom a.tripadvisor:hover{background-color:#3ce0a1}.mm-navbar-bottom a.linkedin:active,.mm-navbar-bottom a.linkedin:focus,.mm-navbar-bottom a.linkedin:hover{background-color:#148bba}#hamburger{border:1px solid transparent;box-sizing:border-box;width:48px;height:48px;position:absolute;top:calc(50% - 25px);right:5px;z-index:9;margin:0;display:none}#hamburger span,#hamburger:after,#hamburger:before{background-color:#fff;content:"";display:block;width:30px;height:4px;position:absolute;right:8px}#hamburger:before{top:12px}#hamburger span{top:22px;width:25px}#hamburger:after{top:32px;width:20px}#hamburger span,#hamburger:after,#hamburger:before{-webkit-transition:none .5s ease .5s;transition:none .5s ease .5s;-webkit-transition-property:transform,top,bottom,right,opacity;transition-property:transform,top,bottom,right,opacity}html.mm-opening #hamburger:after,html.mm-opening #hamburger:before{top:22px;width:30px}html.mm-opening #hamburger span{right:-50px;opacity:0}html.mm-opening #hamburger:before{transform:rotate(45deg)}html.mm-opening #hamburger:after{transform:rotate(-45deg)}.mm-opened #wrapper{margin-top:0;margin-right:0}@media screen and (max-width:960px){#hamburger{display:block}}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1;margin:0 auto;padding:0;list-style:none}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none !important}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{display:none}.owl-theme .owl-nav [class*=owl-]{position: absolute;top: 0;outline: 0;width: 65px;height: 100%;text-indent: -9999px;z-index: 5;}.owl-theme .owl-nav .owl-prev{background:url(../images/arl.png) center no-repeat;left:0}.owl-theme .owl-nav .owl-next{background:url(../images/arr.png) center no-repeat;right:0}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots{position: absolute; right: 0; bottom: 10px; left: 0;}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;margin:5px;background:#e1e1e1;border:1px solid #dfdfdf;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot:hover span{background:#adb5c1}.owl-theme .owl-dots .owl-dot.active span{background:#adb5c1}.owl-carousel.owl-theme:hover .owl-nav{display:block}.rating{display:flex;width:100%;justify-content:center;overflow:hidden;flex-direction:row-reverse;height:150px;position:relative}.rating-0{filter:grayscale(100%)}.rating>input{display:none}.rating>label{cursor:pointer;width:40px;height:40px;margin-top:auto;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center;background-size:76%;transition:.3s}.rating>input:checked~label,.rating>input:checked~label~label{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")}.rating>input:not(:checked)~label:hover,.rating>input:not(:checked)~label:hover~label{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")}.emoji-wrapper{width:100%;text-align:center;height:100px;overflow:hidden;position:absolute;top:0;left:0}.emoji-wrapper:before,.emoji-wrapper:after{content:"";height:15px;width:100%;position:absolute;left:0;z-index:1}.emoji-wrapper:before{top:0;background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%)}.emoji-wrapper:after{bottom:0;background:linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 100%)}.emoji{display:flex;flex-direction:column;align-items:center;transition:.3s}.emoji>svg{margin:15px 0;width:70px;height:70px;flex-shrink:0}#rating-1:checked~.emoji-wrapper>.emoji{transform:translateY(-100px)}#rating-2:checked~.emoji-wrapper>.emoji{transform:translateY(-200px)}#rating-3:checked~.emoji-wrapper>.emoji{transform:translateY(-300px)}#rating-4:checked~.emoji-wrapper>.emoji{transform:translateY(-400px)}#rating-5:checked~.emoji-wrapper>.emoji{transform:translateY(-500px)}.feedback{max-width:360px;background-color:#fff;width:100%;padding:30px;border-radius:8px;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;box-shadow:0 4px 30px rgba(0,0,0,.05)}*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  border: none;
}
select {
  background: url(../images/select.png) right 10px center no-repeat;
  outline: 0;
  overflow: hidden;
  text-indent: 0.01px;
  text-overflow: "";
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input,
select,
textarea {
  outline: 0;
}
* ::-webkit-input-placeholder {
  color: #a4aeb8;
}
* :-moz-placeholder {
  color: #a4aeb8;
  opacity: 1;
}
* ::-moz-placeholder {
  color: #a4aeb8;
  opacity: 1;
}
* :-ms-input-placeholder {
  color: #a4aeb8;
}
ol,
ul {
  margin: 7px;
  padding-left: 15px;
  width: auto;
}
img {
  background-color: transparent;
  border: 0;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
a {
  color: #56ccf2;
  text-decoration: none;
}
a[href^="mail"],
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a img {
  text-decoration: none;
}
a:active img,
a:focus img,
a:hover img {
  text-decoration: none;
}
sup {
  font-size: 10px;
  line-height: 0;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
h1 {
  font-size: 30px;
  line-height: 40px;
}
h2 {
  font-size: 20px;
  line-height: 26px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-crop {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.text-crop-2lines {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-crop-3lines {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-crop-4lines {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.f-space05 {
  margin-top: 5px;
}
.f-space10 {
  margin-top: 10px;
}
.f-space15 {
  margin-top: 15px;
}
.f-space20 {
  margin-top: 20px;
}
.f-space25 {
  margin-top: 25px;
}
.f-space30 {
  margin-top: 30px;
}
.f-space40 {
  margin-top: 40px;
}
.f-space50 {
  margin-top: 50px;
}
.c-gold {
  color: #ffcf1a;
}
.c-red {
  color: #ff1018;
}
#wrapper {
  background-color: #fff;
  width: 100%;
  margin-top: 89.96px;
  position: relative;
  overflow: hidden;
}
.home-page {
  margin-top: 0 !important;
}
.box-wp {
  max-width: 1240px;
}
.box-wp:after,
.box-wp:before,
.clearfix:after,
.clearfix:before {
  display: table;
  content: " ";
}
.box-wp:after,
.clearfix:after {
  clear: both;
}
.title > a {
  color: inherit;
}
.img {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.img * {
  line-height: 0;
  display: block;
}
.btn-outline {
  border: 2px solid #00355e;
  outline: 2px solid #00355e;
  transition: outline-offset 0.2s ease;
}
.btn-outline:focus,
.btn-outline:hover {
  outline-color: #fff;
  outline-offset: -7px;
}
.header {
  background-color: #1a3240;
  box-shadow: 0 2px 5px 0 rgba(33, 33, 33, 0.1);
  padding: 8px 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.home-page .header {
  background-color: transparent;
  box-shadow: unset;
  transition: all 0.3s ease-in-out;
}
.fixed {
  background-color: #1a3240 !important;
  box-shadow: 0 8px 12px 0 rgba(31, 31, 31, 0.12);
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.header .header-left {
  float: left;
  width: 25%;
  margin-left: 0;
}
.header .header-left .logo img {
  max-height: 80px;
  transition: max-height 0.3s ease-in-out;
}
.header.fixed .header-left .logo img {
  max-height: 60px;
}
.header .header-right {
  float: right;
  width: 75%;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.header .menu-main {
  width: 100%;
}
.lang {
  position: relative;
  margin-left: 20px;
  flex: 0 0 auto;
}
.lang-dropdown {
  position: relative;
}
.lang-dropdown summary {
  list-style: none;
}
.lang-dropdown summary::-webkit-details-marker {
  display: none;
}
.lang-current {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 92px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease;
}
.lang-current:hover,
.lang-dropdown[open] .lang-current {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.35);
}
.lang-current:focus {
  outline: 0;
}
.lang-flag {
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 22px;
  margin: 0;
}
.lang-flag img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lang-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lang-caret {
  width: 8px;
  height: 8px;
  margin-left: auto;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-1px);
  transition: transform 0.25s ease;
}
.lang-dropdown[open] .lang-caret {
  transform: rotate(-135deg) translateX(-2px);
}
.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.18);
}
.lang-menu li + li {
  margin-top: 4px;
}
.lang-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  color: #1f2937;
  transition:
    background 0.25s ease,
    color 0.25s ease;
}
.lang-menu a.active,
.lang-menu a:hover {
  background: #eef7e7;
  color: #245b2f;
}
.lang-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.navbar {
  width: 100%;
  position: relative;
}
.navigation,
.navigation ul,
.navigation ul li,
.navigation ul li a {
  list-style: none;
  line-height: 0;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation > ul {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.navigation:after,
.navigation > ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navigation {
  width: 100%;
}
.navigation > ul > li {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  width: 1%;
}
.navigation ul > li > a {
  border-radius: 50px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 5px 10px;
  letter-spacing: -0.25px;
}
.navigation ul > li > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #56ccf2;
  transition: width 0.3s;
}
.navigation ul > li.active > a::after,
.navigation ul > li > a:hover::after {
  width: 80%;
}
.navigation ul > li.active > a,
.navigation ul > li > a:focus,
.navigation ul > li > a:hover {
  color: #56ccf2;
}
.navigation > ul > li .nav-sub {
  background-color: #fff;
  border-top: 1px solid rgba(33, 33, 33, 0.1);
  position: fixed;
  top: -99999px;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  padding: 20px 10px;
  box-shadow: 0 5px 5px 0 rgba(33, 33, 33, 0.1);
  -webkit-box-shadow: 0 5px 5px 0 rgba(33, 33, 33, 0.1);
  -moz-box-shadow: 0 5px 5px 0 rgba(33, 33, 33, 0.1);
  -o-box-shadow: 0 5px 5px 0 rgba(33, 33, 33, 0.1);
}
.navigation > ul > li:focus .nav-sub,
.navigation > ul > li:hover .nav-sub {
  top: 72px;
  opacity: 1;
}
.navigation > ul > li .nav-sub > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: end;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0;
}
.navigation > ul > li .nav-sub > ul > li {
  margin-right: 0;
}
.navigation .nav-sub ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.navigation .nav-sub ul > li > a {
  text-align: left;
}
.navigation .nav-sub ul ul {
  margin-top: 10px;
}
.navigation .nav-sub ul ul > li {
  margin: 5px 0;
}
.navigation .nav-sub ul ul > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
}
.navigation .nav-sub ul ul > li.active > a {
  color: #27719e;
  text-decoration: underline;
}
.breadcrumb {
  background-color: #dfdfdf;
  background-image: url(../images/bg-bdc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 10px 100px;
  margin: 0 0 50px;
  overflow-y: auto;
  position: relative;
}
.breadcrumb:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.breadcrumb .title {
  color: #fff;
  display: block;
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 10px;
}
.breadcrumb a.br-c {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  white-space: nowrap;
}
.breadcrumb .bd-view > a {
  color: #fff;
}
.breadcrumb .bd-view > a::after {
  content: "\f105";
  font-style: normal;
  font-weight: 400;
  font-family: FontAwesome;
  margin: 0 15px;
}
.breadcrumb .bd-view > a:last-child::after {
  display: none;
}
.breadcrumb.b-about {
  padding-bottom: 300px;
}
.breadcrumb.bdc-sm {
  background: 0 0;
  text-align: left;
  padding: 52px 20px 50px;
  margin-bottom: 0;
}
.breadcrumb.bdc-sm .bd-view > a {
  color: #757575;
  font-weight: 500;
  letter-spacing: -0.25px;
}
.breadcrumb.bdc-sm .bd-view > a:last-child {
  color: #56ccf2;
}
.slider {
  position: relative;
  height: 100dvh;
}
.slider > #_slider {
  margin-right: 0;
}
.thl-title {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.5;
}
.thl-title a {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, #479edf, #64c2f1);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.thl-news,
.thl-partner,
.thl-pdt-hot,
.thl-pdt-menu,
.thl-project,
.thl-services {
  margin: 40px 0;
  padding: 0 10px;
}
.thl-news_ps,
.thl-pdt_ps,
.thl-project_ps {
  margin-bottom: 50px;
  padding: 0 15px;
}
.thl-about {
  padding: 0 10px;
  margin-bottom: 70px;
}
.thl-pdt-menu .pdt-menu-item {
  padding: 30px 15px;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  backdrop-filter: blur(30px);
}
.pdt-menu-item .box h2 a {
  color: #000;
}
.pdt-menu-item .box h2 a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
}
.thl-pdt-hot .thl-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.list--new-pdt,
.pdt-list {
  /* margin: 0 -16px; */
}
.a--more a {
  transform: translateY(120px);
  padding: 8px 24px;
  text-align: center;
  border-radius: 5px;
  background: #56ccf2;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pdt-item:hover .a--more a {
  transform: translateY(-30px);
  transition: 0.8s;
}

.a--more a:hover {
  background: #569137;
}
.grid-4-item {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}
.grid-3-item {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.pdt-item {
  transition: all 0.3s ease;
}
.pdt-item:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  transform: translateY(-4px);
}
.pdt-item:hover .img {
  transition: transform 0.3s ease;
}
.pdt-item:hover .img {
  transform: scale(0.98);
  border-color: transparent;
}
.pdt-item .img {
  border: 1px solid #e0e0e0;
}
.pdt-item img {
  aspect-ratio: 1/1;
  object-fit: contain;
  width: 100%;
}

.other--pdt {
  width: 100% !important;
}
.pdt-main.other--pdt .pdt-item {
  width: 25%;
}
.pdt-item .txt {
  padding: 6px;
}
.pdt-item .txt p {
  margin-top: 8px;
}
.pdt-item .pdt-code {
  color: #757575;
  font-size: 12px;
  line-height: 18px;
}
.pdt-item .txt h3 {
  margin: 10px 0 5px;
}
.pdt-item .txt h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  height: 48px;
}
.thl-pdt .pdt-more {
  background-color: #fff;
  border: 1px solid #00355e;
  color: #00355e;
  display: inline-block;
  font-weight: 500;
  padding: 10px 30px;
  margin-top: 30px;
}
.pdt-main .page-navigation {
  text-align: center;
  margin-top: 40px;
}
.thl-pdt .pdt-more > svg {
  fill: #00355e;
  margin-left: 5px;
  margin-bottom: -5px;
}
.thl-pdt .pdt-more:focus,
.thl-pdt .pdt-more:hover {
  background-color: #00355e;
  color: #fff;
}
.thl-pdt .pdt-more:focus > svg,
.thl-pdt .pdt-more:hover > svg {
  fill: #fff;
}
.thl-services .service-list {
  margin: 24px -15px 0;
}
.project-list .service-item,
.thl-services .service-item {
  float: left;
  width: 33.33336%;
  padding: 15px;
}
.project-list .service-item {
  padding: 16px;
}
.service-item .box {
  position: relative;
  overflow: hidden;
}
.service-item .box img {
  aspect-ratio: 392 / 450;
  object-fit: cover;
}
.service-item .img > a {
  display: block;
  position: relative;
}
.service-item .txt {
  color: #000;
  padding: 20px 10px;
  width: 89%;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  right: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.service-item:hover .txt h2 {
  color: #56ccf2;
}
.service-item .txt * {
  margin: 0;
}
.service-item .txt h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.25px;
  height: 44px;
}
.service-item .txt h2 a {
  color: inherit;
}
.service-item .txt p {
  color: #616161;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.service-item a.v-more {
  display: inline-block;
  color: #000;
}
.service-item a.v-more i {
  font-weight: 500;
  margin-left: 4px;
}
.service-item a.v-more > .fa {
  margin-left: 10px;
}
.container-main * {
  margin: 0;
}
.thl-news {
  margin-bottom: 90px;
}
.thl-news .news-list {
  margin: 45px -15px 0;
}
.thl-news .news-item {
  float: left;
  width: 33.33333%;
  padding: 15px;
}
.news-item .box {
  transition: all 0.3s ease-in-out;
}
.thl-news .news-item .img a > img {
  width: 100%;
  max-height: 221px;
  object-fit: cover;
}
.news-item .box::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.news-item .txt {
  padding: 10px;
}
.news-item h2,
.news-item h3 {
  margin: 10px 0 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 48px;
}
.news-item .txt a {
  color: inherit;
}
.news-item:focus .txt a,
.news-item:hover .txt a {
  color: #56ccf2;
}
.thl-news .news-item:focus .box,
.thl-news .news-item:hover .box {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.thl-news .news-item .txt p:last-child {
  color: #757575;
  letter-spacing: -0.25px;
  padding-top: 15px;
  border-top: #bdbdbd solid 1px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 88px;
}
.news-item.news-s {
  border-bottom: 0.5px solid var(--neutral-neutral-500, #9e9e9e);
  padding: 20px 0 10px;
}
.news-item.news-s .img {
  float: left;
  width: 32%;
}
.news-item.news-s .img a > img {
  width: 100%;
  max-height: 90px;
  object-fit: cover;
}
.news-item.news-s .txt {
  float: left;
  margin-top: 0;
  width: calc(68% - 5px);
  margin-left: 5px;
  padding: 0 0 0 10px;
}
.news-item.news-s .date-views {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.news-item.news-s .date-views {
  margin: 14px 0 0;
}
.project-list {
  margin: -16px -16px 17px -16px;
}
.project-item {
  float: left;
  width: 33.33336%;
  padding: 15px;
}
.project-item .box::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.project-item .date-views {
  color: #000;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
}
.project-item .date-views .fa {
  margin-right: 5px;
}
.project-item .date-views .dv-view {
  margin-left: 20px;
}
.project-item .txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}
.project-item h2,
.project-item h3 {
  margin: 10px 0 5px;
}
.project-item .txt a {
  color: inherit;
}
.project-item .txt a:focus,
.project-item .txt a:hover {
  color: #27719e;
}
.f-project {
  display: block;
}
.f-project > span {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}
.s-classify {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  padding: 8px 20px;
  outline: 0;
}
.thl-about .box-abouts {
  background: #00355e url(../images/bg-about.png) center bottom no-repeat;
  color: #fff;
  max-width: 1020px;
  padding: 80px;
  margin-top: -200px;
}
.partner-list.pt-about {
  list-style: none;
  margin: 30px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.pt-about > .pt-item {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px;
}
.pt-about > .pt-item .img {
  border: 1px solid #bdbdbd;
  padding: 10px 30px;
}
.pt-about > .pt-item img {
  max-height: 100px;
}
.wp-service > .img {
  float: left;
  width: 50%;
}
.wp-service .v-more {
  background-color: #fff;
  border: 1px solid #00355e;
  color: #00355e;
  display: inline-block;
  padding: 8px 30px;
  margin-top: 20px;
  text-align: center;
}
.wp-service .v-more:focus,
.wp-service .v-more:hover {
  background-color: #00355e;
  color: #fff;
}
.thl-form-page {
  padding: 0 10px;
  margin-bottom: 90px;
}
.thl-contact .ct-left {
  float: left;
  width: 50%;
}
.thl-contact .ct-right {
  font-weight: 300;
  float: right;
  width: calc(50% - 50px);
}
.ct-right h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.25px;
  color: #56ccf2;
}
.thl-map {
  line-height: 0;
}
.sidebar {
  float: left;
  width: 23.5%;
  margin-right: 32px;
  border-radius: 8px;
  border: 0.5px solid #9e9e9e;
}
.sidebar .container-sidebar {
  padding: 20px 15px;
}
.sidebar .btn-expan {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 0 8px 8px 0;
  background-color: #ffffff;
  position: absolute;
  top: 32px;
  right: 0;
  transform: translateX(100%);
  cursor: pointer;
  border: 1px solid #bdbdbd;
}
.sidebar .btn-expan:hover {
  background-color: #e4e4e4;
}
.sidebar .btn-expan i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #303030;
}
.pdt-detail .plb-title,
.sidebar .plb-title {
  margin-bottom: 0;
}
.pdt-detail .plb-title > label,
.sidebar .plb-title > label {
  display: block;
}
.sd-search > form {
  display: flex;
  align-items: center;
  padding: 16px;
  border-radius: 8px;
  border: 0.5px solid #bebebe;
  margin-bottom: 20px;
  height: 44px;
}
.sd-search label:first-child {
  width: calc(100% - 22px);
  padding-right: 6px;
}
.sd-search label:last-child {
  width: 21px;
}
.sidebar h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}
.sd-search label > input[type="text"] {
  color: #9e9e9e;
  font-size: 14px;
  width: 100%;
}
.sd-search label > button[type="submit"] {
  color: #56ccf2;
  text-align: center;
  background: 0 0;
}
.sidebar .sd-others-pdt {
  margin-bottom: 40px;
}
nav.sb ul {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
nav.sb > ul > li {
  background-color: #fff;
  margin: 1px 0;
  position: relative;
}
nav.sb > ul > li::after {
  content: "\f0da";
  font-style: normal;
  font-weight: 400;
  font-family: FontAwesome;
  line-height: 22px;
  position: absolute;
  right: 10px;
  top: 10px;
}
nav.sb > ul > li::after {
  content: "\2b";
}
nav.sb > ul > li.active::after,
nav.sb > ul > li.ch-open::after {
  content: "\f068";
  color: #56ccf2;
  transition: 0.8s;
}
nav.sb ul > li > a {
  color: #333;
  z-index: 2;
  position: relative;
  display: block;
  padding: 8px 0;
  padding-right: 30px;
}
nav.sb > ul > li > ul > li {
  padding-left: 30px;
  background: url(/images/icon/icon_check.png) no-repeat left 8px;
}
nav.sb > ul > li > ul > li.ch-open,
nav.sb > ul > li > ul > li.active {
  background: url(/images/icon/icon_check_y.png) no-repeat left 8px;
}
nav.sb > ul > li > ul > li > ul {
  padding-left: 16px;
}
nav.sb ul > li.active > a,
nav.sb ul > li:focus > a,
nav.sb ul > li:hover > a {
  color: #27719e;
}
nav.sb ul > li.active > a,
nav.sb ul > li.ch-open > a,
nav.sb ul > li:focus > a,
nav.sb ul > li:hover > a {
  color: #56ccf2;
}
nav.sb > ul ul {
  display: none;
}
nav.sb > ul li.ch-open > ul {
  display: block;
}
ul.sb-trade {
  background-color: #f5f5f5;
  color: #424242;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  list-style: none;
  margin: 0 auto;
  padding: 15px;
}
ul.sb-trade > li {
  background-color: #fff;
  cursor: pointer;
  display: block;
  margin: 1px 0;
  position: relative;
  padding: 10px 20px 10px 45px;
}
ul.sb-trade > li::before {
  content: " ";
  background-color: #f5f5f5;
  border: 2px solid #424242;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}
ul.sb-trade > li.active,
ul.sb-trade > li:focus,
ul.sb-trade > li:hover {
  color: #27719e;
}
ul.sb-trade > li.active::before {
  background-color: #27719e;
  border-color: #27719e;
  box-shadow: inset 0 0 0 3px #fff;
}
.pdt-main {
  float: left;
  width: calc(76.5% - 32px);
}
.pdt-main + .sidebar,
.sidebar + .pdt-main {
  margin-left: 32px;
}
.pdt-main .pdt-list {
}
.pdt-home {
  text-align: center;
}
.pdt-home .pdt-item h3 a,
.pdt-home .pdt-item p,
.pdt-main .pdt-item h3 a,
.pdt-main .pdt-item p {
  color: #000;
}
.pdt-main.pdt-detail {
  margin-top: 15px;
}
.pdt-detail .detail-wp {
  padding: 20px;
}
.content .detail-wp {
  margin-top: 56px;
}
.pd-dt-shop {
  margin-bottom: 30px;
}
.pd-dt-shop .pd-s-gal {
  border: 1px solid #e0e0e0;
  float: left;
  width: calc(50% - 30px);
  padding: 8px;
}
.pd-dt-shop .pd-s-des {
  float: right;
  width: 50%;
}
.pdt-item.pdt-sb-sm {
  border-bottom: none;
  width: 100%;
  padding: 10px 0 5px;
}
.pdt-sb-sm .box::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.pdt-sb-sm .img {
  float: left;
  width: 30%;
}
.pdt-sb-sm .txt {
  float: left;
  width: calc(70% - 15px);
  margin-left: 15px;
  margin-top: 0;
}
.pdt-sb-sm .pdt-price {
  font-size: 13px;
  line-height: 18px;
  margin-top: 8px;
}
.pd-s-des .pdt-np {
  margin: 15px 0;
}
.pd-s-des .pdt-price {
  font-weight: 400;
  color: #f00000;
  margin-top: 30px;
}
.pdt-hotline {
  margin-top: 30px;
}
.pdt-hotline > .box {
  background-color: #f5f7f9;
  color: #27719e;
  display: inline-block;
  padding: 15px 30px;
}
.plb-title {
  margin-bottom: 10px;
  border-bottom: solid 1px #9e9e9e;
  padding-bottom: 8px;
  position: relative;
}
.plb-title::after {
  content: " ";
  border-bottom: 4px solid #56ccf2;
  position: absolute;
  bottom: -2.5px;
  right: 85%;
  left: 0;
  border-radius: 10px;
}
.plb-title > label {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.25px;
  color: #56ccf2;
  display: inline-block;
  text-transform: uppercase;
}
.r-sidebar {
  list-style: none;
  margin: 15px auto 0;
  padding: 0;
}
.r-sidebar > li {
  padding: 9px 0;
}
.r-sidebar > li::before {
  content: "\f054";
  font-family: FontAwesome;
  margin-right: 10px;
}
.r-sidebar > li a {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.25px;
}
.r-sidebar > li span {
  float: right;
  padding: 1px 8.5px;
  background-color: #eee;
  border-radius: 50%;
}
.content-right .box-sd {
  margin-bottom: 60px;
}
.box-sd + .box-sd {
  margin-top: 20px;
}
.box-sd .news-item {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.p-others {
  margin-top: 30px;
}
.p-others .news-item {
  width: 33.33336%;
}
.jp-photos {
  list-style: none;
  margin: 20px -10px;
  padding: 0;
}
.jp-photos > li {
  display: block;
  float: left;
  width: 33.33336%;
  padding: 10px;
}
.date-views {
  color: #000;
  margin-bottom: 12px;
}
.date-views .aa {
  margin-right: 5px;
}
.date-views .dv-view {
  margin-left: 20px;
}
.date-views .fa {
  margin-right: 5px;
}
.date-views .dv-view {
  margin-left: 20px;
}
.detail-wp,
.wrap-detail {
  position: relative;
}
.wrap-detail .title-detail {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: -0.25px;
}
.wrap-detail .title-other {
  margin-top: 50px;
}
.wrap-detail .description {
  font-weight: 500;
  margin: 20px 0 30px;
}
.wrap-detail .detail-wp a.f-zoom > img {
  cursor: zoom-in;
  position: relative;
}
.detail-wp div,
.detail-wp h1,
.detail-wp h2,
.detail-wp h3,
.detail-wp h4,
.detail-wp h5,
.detail-wp ol,
.detail-wp p,
.detail-wp table,
.detail-wp ul,
.wrap-detail {
  margin-bottom: 15px;
}
.detail-wp .locationmap {
  margin-top: 20px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap-detail ._2pi8 {
  padding: 0 !important;
}
.wrap-detail .box-comments {
  padding: 0 12px;
}
.social-share {
  color: #717171;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
}
.social-share .item-social {
  float: left;
  margin: 0;
  position: relative;
}
.social-share .item-social + .item-social {
  margin-left: 15px;
}
.social-share .item-social .fa {
  font-weight: 300;
  font-size: 18px;
}
.social-share .item-social a {
  color: inherit;
}
.social-share .item-social a:focus,
.social-share .item-social a:hover {
  color: #ef6e2c;
}
.social-share::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.time-views {
  color: #707b97;
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 15px;
}
.time-views .views {
  margin-left: 20px;
}
.time-views .tags {
  border-left: 1px solid #707b97;
  font-style: italic;
  margin-left: 15px;
  padding-left: 15px;
}
.time-views .tags > a {
  color: inherit;
}
.time-views .tags > a:focus,
.time-views .tags > a:hover {
  color: #0090cf;
  text-decoration: underline;
}
.time-share {
  border-bottom: 1px solid #707b97;
  color: #707b97;
  font-size: 13px;
  margin: 10px 0 20px;
  padding: 3px 5px;
  white-space: nowrap;
}
.time-share .views {
  margin-left: 20px;
}
.time-share .social-like {
  float: right;
}
.footer {
  background-color: #1a3240;
  color: #fff;
}
.footer .footer-copyright,
.footer .footer-logo {
  padding: 5px 10px;
}
.footer .footer-sitemap {
  border-bottom: 1px solid rgba(189, 189, 189, 0.5);
  padding: 30px 10px;
}
.footer .footer-logo .logo {
  display: inline-block;
  text-align: left;
}
.ft-info-contact ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.ft-info-contact ul li {
  margin-bottom: 12px;
}
.ft-info-contact ul li a {
  color: #fff;
  display: inline-flex;
  justify-content: left;
  gap: 12px;
  align-items: flex-start;
}
.ft-info-contact ul li a:hover {
  color: #00a859;
}
.ft-info-contact ul li a span {
  margin: 0;
}
.ft-info-contact ul li a span:nth-child(1) {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 20px;
}
.social {
  font-size: 20px;
  list-style: none;
  display: inline-block;
  margin: 38px 0 0 0;
  padding: 0;
}
.social > li {
  display: inline-block;
}
.social > li + li {
  margin-left: 10px;
}
.social a {
  background-color: transparent;
  border: 1px solid #56ccf2;
  background-size: 70%;
  border-radius: 50%;
  color: #56ccf2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
}
.footer .social a:focus,
.footer .social a:hover {
  background-color: #56ccf2;
  border-color: #56ccf2;
  color: #fff;
}
.footer .f-title {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin: 0;
}
.container-footer {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-footer > div {
  margin: 0;
}
.container-footer > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 400px;
}
.container-footer > div:nth-child(n + 2) {
  margin-top: 162px;
}
.ft-info,
.ft-logo {
  margin: 0;
}
.footer .ft-sitemap {
  line-height: 22px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.footer .ft-sitemap a {
  color: inherit;
}
.footer .ft-sitemap a:focus,
.footer .ft-sitemap a:hover {
  text-decoration: underline;
  color: #56ccf2;
}
.footer .ft-sitemap {
  margin: 0 -15px;
}
.footer .ft-sitemap li {
  padding: 8px 15px;
}
.ft-col3.register {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 312px;
}
.register .form-control {
  border: solid 1px #fff;
  background: 0 0;
  color: #fff;
  padding: 8px 12px;
  width: 100%;
}
.register .form-control:nth-child(n + 2) {
  margin-top: 10px;
}
.register button {
  width: 100%;
  padding: 14px 0;
  color: #fff;
  text-transform: uppercase;
  border: none;
  background-color: #56ccf2;
  font-weight: 600;
  position: relative;
  margin-top: 10px;
}
.register button:hover {
  background-color: #2da620;
}
.footer .footer-copyright .copyright {
  float: left;
}
.footer .footer-copyright .dnw {
  float: right;
}
.footer .footer-copyright .dnw a {
  margin-left: 5px;
}
#go-top {
  background: url(../images/go-top.png) center top no-repeat;
  position: fixed;
  z-index: 91;
  height: 40px;
  width: 40px;
  right: 30px;
  bottom: -50px;
  cursor: pointer;
}
#go-top:hover {
  background-position: center -40px;
}
#call-us {
  border-radius: 50%;
  color: #eee;
  background-color: #56ccf2;
  position: fixed;
  z-index: 91;
  height: 32px;
  width: 32px;
  right: 35px;
  bottom: 150px;
  cursor: pointer;
}
#call-us {
  -webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
  z-index: 44;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes ripple-blue {
  0% {
    -webkit-box-shadow:
      0 0 0 0 rgba(0, 118, 19, 0.2),
      0 0 0 10px rgba(0, 118, 19, 0.2),
      0 0 0 20px rgba(0, 118, 19, 0.2);
    box-shadow:
      0 0 0 0 rgba(0, 118, 19, 0.2),
      0 0 0 10px rgba(0, 118, 19, 0.2),
      0 0 0 20px rgba(0, 118, 19, 0.2);
  }
  100% {
    -webkit-box-shadow:
      0 0 0 10px rgba(0, 118, 19, 0.2),
      0 0 0 20px rgba(0, 118, 19, 0.2),
      0 0 0 30px rgba(238, 238, 238, 0);
    box-shadow:
      0 0 0 10px rgba(0, 118, 19, 0.2),
      0 0 0 20px rgba(0, 118, 19, 0.2),
      0 0 0 30px rgba(238, 238, 238, 0);
  }
}
#_loading {
  display: none;
  position: fixed;
  z-index: 9999;
}
.form .form-item {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 8px;
}
.form .form-item input,
.form .form-item select,
.form .form-item textarea {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 20px;
  width: 100%;
  border-radius: 4px;
}
.form .form-item textarea {
  resize: none;
}
.div-input {
  margin: 0 -8px;
}
.form .form-item .f-icon {
  top: 8px;
  left: 10px;
  position: absolute;
  width: 40px;
  height: 40px;
  color: #b8b8b8;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  pointer-events: none;
}
.form .form-item input:hover ~ i,
.form .form-item select:hover ~ i,
.form .form-item textarea:hover ~ i {
  color: #1f355d;
}
.form .form-item input:focus ~ i,
.form .form-item select:focus ~ i,
.form .form-item textarea:focus ~ i {
  color: #1f355d;
}
.form .form-item input[type="submit"] {
  background-color: #1f355d;
  border: none;
  width: 100%;
  padding: 10px 15px 8px;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  max-width: 250px;
  text-transform: uppercase;
}
.form .form-item input[type="submit"]:focus,
.form .form-item input[type="submit"]:hover {
  background-color: #1f355d;
}
#email-error,
.form .form-item .show-error,
label.error {
  color: #f70626;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 16px;
}
.form-item.it-error input,
.form-item.it-error select,
.form-item.it-error textarea {
  border: 1px solid #ff6e69;
}
.form .form-item.form-sm {
  width: 50%;
}
.form .form-item.form-lg {
  width: 100%;
}
.box-rfm {
  border: 1px solid #d8d9dd;
  margin-bottom: 25px;
  font-size: 15px;
}
.box-rfm .title {
  background-color: #1f355d;
  color: #fff;
  padding: 12px 25px 8px;
}
.box-rfm .title.t-red {
  background-color: #ec1d25;
}
.box-rfm .fm-tl {
  padding: 20px 10px;
}
.box-rfm .lgt {
  text-align: left;
  padding: 17px 5px 15px;
}
.box-rfm .cgt {
  text-align: center;
  padding: 17px 5px 15px;
}
.box-rfm .rgt {
  text-align: right;
  padding: 17px 5px 15px;
}
.form .box-rbtn {
  padding: 0;
}
.box-rbtn .btn {
  padding: 11px 20px 7px;
  text-transform: uppercase;
}
.box-rbtn .btn + .btn {
  margin-left: 20px;
}
.box-rbtn .btn.btn-send {
  width: 100%;
  background-color: #56ccf2;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 25px 90px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.btn-send:focus,
.btn-send:hover {
  background-color: #27719e;
}
.btn-send:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #00355e;
}
.btn-send span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.btn-send span i {
  transform-origin: center center;
}
.btn-send span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%);
}
.btn-send span:nth-of-type(2) {
  top: 100%;
  transform: translateY(0);
  font-size: 24px;
}
.btn-send span:nth-of-type(3) {
  display: none;
}
.b-active {
  background-color: #00355e;
}
.b-active:before {
  width: 100%;
  transition: width 7s linear;
}
.b-active span:nth-of-type(1) {
  top: -100%;
  transform: translateY(-50%);
}
.b-active span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.b-active span:nth-of-type(2) i {
  -webkit-animation: fa-spin 3s infinite linear;
  animation: fa-spin 3s infinite linear;
}
.b-active span:nth-of-type(3) {
  display: none;
}
.b-finished {
  background-color: #54d98c;
}
.b-finished .s_submit {
  display: none;
}
.b-finished .s_loading {
  display: none;
}
.b-finished .s_check {
  display: block !important;
  font-size: 24px;
  animation: scale 0.5s linear;
}
.b-finished .s_check i {
  transform-origin: center center;
}
@keyframes s_loading {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale {
  0% {
    transform: scale(10);
  }
  50% {
    transform: scale(0.2);
  }
  70% {
    transform: scale(1.2);
  }
  90% {
    transform: scale(0.7);
  }
  100% {
    transform: scale(1);
  }
}
.page-navigation {
  clear: both;
  cursor: default;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 20px;
}
.pagination {
  display: inline-block;
  margin: 0 -2px;
  padding: 0;
}
.pagination > li {
  display: inline-block;
  list-style: none;
  float: left;
}
.pagination > li > a,
.pagination > li > span {
  color: inherit;
  float: left;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  margin-right: 19px;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #56ccf2;
  border-radius: 5px;
  color: #fff;
}
.pagination > li.paginate_icon .fa-chevron-left {
  margin-left: -2px;
}
.pagination > li.paginate_icon .fa-chevron-right {
  margin-right: -2px;
}
.pagination > li.paginate_icon > a,
.pagination > li.paginate_icon > span {
  line-height: 24px;
  width: 24px;
}
.pagination > li.paginate_icon > a:focus,
.pagination > li.paginate_icon > a:hover,
.pagination > li.paginate_icon > span:focus,
.pagination > li.paginate_icon > span:hover {
  background-color: #56ccf2;
}
.pagination > li.paginate_icon > a:focus::after,
.pagination > li.paginate_icon > a:hover::after,
.pagination > li.paginate_icon > span:focus::after,
.pagination > li.paginate_icon > span:hover::after {
  display: none;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #8b7f7f;
  cursor: not-allowed;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #9c8f8f;
  cursor: not-allowed;
  background-color: #fff;
}
.error404,
.updating {
  padding: 80px 10px;
  text-align: center;
}
.error404 i {
  margin-top: 50px;
  font-size: 10em;
}
.error404 p:last-child {
  color: #a7545e;
}
.error404 .title {
  font-weight: 500;
  margin-bottom: 50px;
}
.error404 h3,
.updating h3 {
  color: #9c8f8f;
  font-weight: 400;
}
.introduction {
  padding: 60px 10px 10px;
}
.intro-txt {
  width: calc(56% - 47px);
  float: left;
}
.main-about {
  margin-top: 10px;
}
.main-about .intro-txt {
  width: calc(56% - 58px);
  float: left;
}
.intro-txt .thl-title {
  margin-bottom: 46px;
}
.character {
  line-height: 32px;
}
.home-intro .character {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.character p:first-child,
.character p:nth-child(2) {
  margin-bottom: 15px;
}
.btn-read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #56ccf2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
}
.btn-read-more:hover {
  background-color: #c48a4b;
}
.intro-img {
  width: 44%;
  float: right;
  padding: 25px 27px 0;
  position: relative;
}
.intro-img .img1 {
  border-radius: 500px 500px 0 0;
  max-height: 541px;
  width: 100%;
  object-fit: cover;
}
.intro-img .img2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  cursor: default;
  width: 100%;
}
.thl-pdt-menu {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 47px 15px;
}
.thl-pdt-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 100%;
  background-image: linear-gradient(45deg, #00000045, #00000045), url(../images/bg-dv2.webp);
  background-size: cover;
  z-index: -1;
}
.container-service {
  display: flex;
  gap: 24px;
}
.service-title {
  width: calc(27% - 19px);
  float: left;
  /* margin-top: 100px; */
  letter-spacing: -0.25px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.service-title .thl-title {
  text-transform: uppercase;
  margin: 0;
  font-size: 42px;
}
.pdt-menu-list {
  width: 73%;
  float: right;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 28px;
  column-gap: 22px;
  color: #000;
}
.pdt-menu-list .pdt-menu-item:hover {
  transform: translateY(-15px);
}
.pdt-menu-item {
  background: #ffffff7d;
  box-shadow: 19px 16px 100px 0 rgba(0, 0, 0, 0.25);
}
.pdt-menu-item .icon {
  margin-bottom: 12px;
  pointer-events: none;
}
.pdt-menu-item .icon img,
.pdt-menu-item .icon svg {
  max-width: 50px;
  max-height: 50px;
}
.pdt-menu-item .box h2 {
  font-size: 18px;
  line-height: 24px;
  height: 48px;
  font-weight: 500;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.pdt-menu-item .box p {
  font-size: 14px;
  margin-bottom: 34px;
  padding-right: 12px;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: calc(5 * 22px);
}
.solution {
  background-image: linear-gradient(to right, #00000069, #000000b0), url(../images/bg-gp2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 52px 10px;
  color: #fff;
}
.solution .thl-title {
  text-transform: uppercase;
  margin-bottom: 60px;
}
.solution-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.solution-item {
  padding: 20px;
  border: solid 1px transparent;
  transition: all 0.3s ease-in-out;
}
.solution-item .box {
  display: flex;
  gap: 16px;
}
.solution-item .box .stt {
  min-width: 75px;
}
.solution-item .box .stt span {
  color: #56ccf2;
  font-family: Montserrat;
  font-size: 56px;
  font-weight: 600;
  line-height: 65px;
  letter-spacing: -0.25px;
}
.solution-item .txt h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 24px;
}
.solution-item .txt p {
  font-size: 14px;
  letter-spacing: -0.25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}
.solution-item .txt h2 a {
  color: #fff;
  position: relative;
}
.solution-item .txt h2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 75px;
  height: 0;
  border-bottom: 3px solid #56ccf2;
}
.solution-item:hover {
  border: solid 1px #fff;
}
.thl-services {
  /* background-image: url(../images/bg-sv.png); */
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 10px 60px;
}
.project-title {
  position: relative;
}
.project-title .thl-title {
  padding-left: 15px;
  border-left: solid #56ccf2 6px;
  margin-bottom: 16px;
}
.project-title p {
  max-width: 433px;
  margin: 0;
}
.project-title .link-all {
  letter-spacing: -0.25px;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  padding: 10px 40px 10px 20px;
  background-color: #56ccf2;
  position: absolute;
  right: 0;
  top: 35%;
}
.project-title .link-all span {
  position: relative;
}
.project-title .link-all span::after {
  content: "\f061";
  font-family: FontAwesome;
  position: absolute;
  top: -2px;
  right: -22px;
}
.numbers {
  margin: 90px 0;
  padding: 0 10px;
}
.nums-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.nums-item {
  text-align: center;
  width: 100%;
  padding: 45px 55px;
  color: #56ccf2;
}
.nums-item:hover {
  background-color: #56ccf2;
  color: #fff;
}
.nums-item:hover .icon {
  border: solid 1px #fff;
}
.nums-item .icon {
  width: 80px;
  height: 80px;
  padding: 20px 15px 15px;
  border: solid 1px #56ccf2;
  border-radius: 50%;
}
.nums-item .icon i {
  font-size: 2.2rem;
}
.nums-item .num {
  font-size: 56px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -0.25px;
  margin-top: 33px;
}
.nums-item .name {
  color: #000;
  font-weight: 500;
  letter-spacing: -0.25px;
  margin-top: 28px;
}
.pdt--page {
  background: #fff;
}
.wtm-pdt_ps {
  padding: 40px 0;
}
.product--main {
  display: flex;
}
.left--product--main {
  width: 25.5%;
  padding-right: 40px;
}
.right--product--main {
  width: 74.5%;
}
.nav--page--product .page-navigation {
  text-align: center;
}
.i-pdt--main {
  max-height: 390px;
}
.pdt--page * {
  color: #000;
}
.cus--part--pdt {
  display: flex;
  flex-wrap: wrap;
}
.left--pdt--50 {
  width: 52%;
}
.right--pdt--50 {
  width: 48%;
  padding-left: 24px;
}
.flex--pdt {
  display: flex;
  align-items: center;
}
.flex--pdt * {
  width: fit-content;
  margin: 0;
}
.flex--pdt i {
  margin: 0 16px;
}
.flex--pdt span {
  margin-right: 5px;
  font-weight: 700;
}
.name--pdt-dt {
  font-size: 28px;
  color: #000;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 1.5;
}
.price--pdt {
  margin: 16px 0;
  color: red;
  font-size: 32px;
  font-weight: 700;
}
.price--pdt label {
  color: #9e9e9e;
  font-size: 20px;
  font-weight: 400;
  text-decoration-line: line-through;
  margin-left: 8px;
}
.comment--pdt {
  padding-bottom: 20px;
  border-bottom: 1px dashed #bebebe;
}
.comment--pdt p {
  margin-bottom: 16px;
}
#sync1 {
  margin-bottom: 16px;
  border: 2px solid #dedede;
  border-radius: 8px;
  padding: 18px;
  background-color: #fff;
}
#sync2 .owl-item div {
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 4px;
}
#sync2 {
  padding: 0 28px;
}
#sync2 .owl-nav .owl-next,
#sync2 .owl-nav .owl-prev {
  position: absolute;
  top: 45%;
  width: 24px;
  height: 24px;
}
#sync2 .owl-nav .owl-prev {
  left: 0;
}
#sync2 .owl-nav .owl-next {
  right: 0;
  text-align: right;
}
.nav--sub--pdt {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #bebebe;
  padding: 8px 0;
  margin: 0 0 16px;
  height: 47px;
}
.nav--sub--pdt li {
  width: fit-content;
  padding: 0 16px;
  margin: 0;
  list-style: none;
  color: #bebebe;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.nav--sub--pdt li::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  background: 0 0;
}
.nav--sub--pdt li.active::after {
  background: #56ccf2;
}
.nav--sub--pdt li.infor-pdt {
  margin: 0 0 0 auto;
}
.nav--sub--pdt li:last-child {
  margin-right: auto;
}
.nav--sub--pdt li.active {
  color: #56ccf2;
}
.left--pdt--67 {
  width: 67%;
}
.right--pdt--33 {
  width: 33%;
  padding-left: 20px;
}
.item--new--pdt {
  display: flex;
  margin-bottom: 24px;
}
.item--new--pdt:last-child {
  margin-bottom: 0;
}
.item--new--pdt .img {
  width: 36%;
}
.item--new--pdt .infor-new--pdt {
  width: 64%;
  position: relative;
  padding: 12px 0;
  padding-left: 8px;
}
.a--new--pdt {
  position: absolute;
  bottom: 12px;
  left: 8px;
}
.infor-new--pdt h4 {
  font-weight: 700;
}
.desc--ratting {
  width: 100%;
}
.pd--40 {
  padding: 40px 0;
}
.a--contact a {
  position: unset;
  padding: 8px 40px;
  margin: 24px 0;
  display: block;
  transform: none;
}
.btn-catalogue span {
  /* display: inline-flex; */
  /* padding: 12px 24px; */
  /* gap: 12px; */
  text-decoration: underline;
}

.number-pdt {
  margin-top: 24px;
}
.number-pdt label {
  font-weight: 600;
}
#decrement,
#increment,
#quantity {
  border-radius: 40px;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  text-align: center;
}
#quantity {
  margin: 0 16px;
  width: 32px;
  height: 32px;
}
.right--pdt--50 .social {
  margin: 0 0 0 8px;
  transform: translateY(8px);
}
.tl--other-pdt {
  color: #56ccf2;
  font-size: 38px;
  margin-bottom: 40px;
}
.show--ratting--pdt {
  display: none;
}
.show--ratting--pdt.active {
  display: block;
}
.show--infor--pdt.hidden {
  display: none;
}
.top--filter {
  padding: 10px 0;
  margin-bottom: 16px;
}
.top--filter form {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #bebebe;
  padding: 12px;
  display: flex;
}
.top--filter form input {
  width: calc(100% - 32px);
  background-color: transparent;
}
.top--filter form button {
  width: 32px;
  padding-left: 8px;
}
.top--filter form button:hover img {
  transform: scale(1.12);
  transform: 0.6s;
}
.box--filter {
  margin-bottom: 32px;
}
.box--filter h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 16px;
}
.box--filter ul {
  margin: 0;
  padding: 0;
}
.box--filter li {
  list-style: none;
  padding: 8px;
  border-bottom: 0.5px dashed #494d48;
  margin-bottom: 8px;
  cursor: pointer;
}
.box--filter li.active,
.box--filter li.active * {
  color: #98743d;
}
.box--filter li:last-child,
.box--filter:last-child {
  margin-bottom: 0;
}
.title--ratting {
  text-align: center;
  width: fit-content;
  padding: 20px 0;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 24px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.feedback {
  margin-bottom: 20px;
}
.btn-ratting {
  margin-top: 32px;
  color: #fff !important;
  background-color: #4d3a1e;
  padding: 12px;
  max-width: 175px;
}
.btn-ratting * {
  color: #fff !important;
}
.box-btn--ratting {
  text-align: center;
}
.list--ratting {
  margin: 40px 0 0;
  padding: 20px 20px 0;
  border-top: 2px solid #56ccf2;
  border-bottom: 2px solid #56ccf2;
  border-radius: 20px;
}
.list--ratting li {
  margin-bottom: 15px;
  list-style: none;
}
.list--ratting h4 {
  font-size: 20px;
}
.list--ratting label {
  margin-left: -4px;
}
.list--ratting label {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e")
    no-repeat center;
  background-size: 70%;
}
.detail--post img {
  margin: 33px 0;
}
.vision {
  position: relative;
  margin: 70px 0 90px;
}
.vision-section-head {
  margin-bottom: 34px;
  text-align: center;
}
.vision-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 32px;
}
.vision-item {
  height: 100%;
  padding-inline: 24px;
}
.vision-inner {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  height: 100%;
  padding: 20px 24px;
  border-radius: 28px;
  background: linear-gradient(135deg, #f6fbf1 0, #fff 58%, #eef7e7 100%);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}
.vision-inner:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  top: -120px;
  right: -70px;
  border-radius: 50%;
  background: rgba(110, 184, 70, 0.12);
  transition:
    transform 0.45s ease,
    opacity 0.35s ease;
}
.vision-item:focus-within .vision-inner,
.vision-item:hover .vision-inner {
  transform: translateY(-10px);
  box-shadow: 0 34px 70px rgba(17, 24, 39, 0.14);
}
.vision-item:focus-within .vision-inner:before,
.vision-item:hover .vision-inner:before {
  transform: scale(1.08);
  opacity: 0.9;
}
.vision-head {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.vision-body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}
.vision-media {
  position: relative;
  z-index: 1;
  width: 100%;
}
.vision-media img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 20px 45px rgba(23, 53, 29, 0.16);
  transition:
    transform 0.5s ease,
    filter 0.35s ease;
}
.vision-item:focus-within .vision-media img,
.vision-item:hover .vision-media img {
  transform: scale(1.04);
  filter: saturate(1.08);
}
.vision-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(110, 184, 70, 0.12);
  color: #4e8d2f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.vision-label:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #56ccf2;
}
.vision .thl-title {
  margin-bottom: 0;
  color: #17351d;
  text-transform: uppercase;
}
.vision-title {
  margin: 0;
  color: #17351d;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
  text-transform: uppercase;
}
.vision-content {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  padding: 32px 36px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(110, 184, 70, 0.14);
  transition:
    background 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}
.vision-item:focus-within .vision-content,
.vision-item:hover .vision-content {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(110, 184, 70, 0.3);
  box-shadow: inset 0 0 0 1px rgba(110, 184, 70, 0.06);
}
.vision-item:focus-within .vision-title,
.vision-item:hover .vision-title {
  color: #245b2f;
}
.vision-txt,
.vision-txt p {
  color: #334155;
  font-size: 17px;
  line-height: 1.85;
}
.vision-txt p {
  margin-bottom: 18px;
}
.vision-txt p:last-child {
  margin-bottom: 0;
}
.vision-txt h3,
.vision-txt h4,
.vision-txt strong {
  color: #17351d;
}
.vision-txt ol,
.vision-txt ul {
  padding-left: 22px;
}
.vision.capability {
  margin-top: 20px;
}
.vision.capability .vision-section-head {
  margin-bottom: 42px;
}
.vision.capability .vision-label {
  background: rgba(12, 74, 110, 0.1);
  color: #0f4c5c;
}
.vision.capability .vision-label:before {
  background: #f28f3b;
  box-shadow: 0 0 0 6px rgba(242, 143, 59, 0.14);
}
.vision.capability .thl-title,
.vision.capability .vision-title {
  color: #0f172a;
}
.vision.capability .vision-list {
  grid-template-columns: 1fr;
  gap: 32px;
}
.vision.capability .vision-inner {
  display: grid;
  grid-template-columns: minmax(280px, 36%) minmax(0, 1fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 30px;
  background: #0f172a;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
}
.vision.capability .vision-inner:before {
  width: 320px;
  height: 320px;
  top: auto;
  right: -80px;
  bottom: -150px;
  background: rgba(242, 143, 59, 0.16);
}
.vision.capability .vision-media {
  margin: 0;
  overflow: hidden;
}
.vision.capability .vision-media img {
  height: 100%;
  min-height: 100%;
  border-radius: 30px 0 0 30px;
  box-shadow: none;
}
.vision.capability .vision-body {
  justify-content: center;
  padding: 28px 28px 30px;
}
.vision.capability .vision-head {
  margin-bottom: 16px;
}
.vision.capability .vision-title {
  font-size: 24px;
  color: #f8fafc;
}
.vision.capability .vision-content {
  padding: 0;
  background: 0 0;
  border: 0;
}
.vision.capability .vision-item:nth-child(even) .vision-inner {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 36%);
}
.vision.capability .vision-item:nth-child(even) .vision-media {
  order: 2;
}
.vision.capability .vision-item:nth-child(even) .vision-media img {
  border-radius: 0 30px 30px 0;
}
.vision.capability .vision-txt,
.vision.capability .vision-txt p {
  color: rgba(226, 232, 240, 0.92);
  font-size: 16px;
  line-height: 1.8;
}
.vision.capability .vision-txt h3,
.vision.capability .vision-txt h4,
.vision.capability .vision-txt strong {
  color: #f8fafc;
}
.vision.capability .vision-item:focus-within .vision-inner,
.vision.capability .vision-item:hover .vision-inner {
  transform: translateY(-12px);
  box-shadow: 0 34px 85px rgba(15, 23, 42, 0.3);
}
.vision.capability .vision-item:focus-within .vision-content,
.vision.capability .vision-item:hover .vision-content {
  background: 0 0;
  box-shadow: none;
}
.vision.capability .vision-item:focus-within .vision-title,
.vision.capability .vision-item:hover .vision-title {
  color: #f8fafc;
}
.vision.capability .vision-item:focus-within .vision-media img,
.vision.capability .vision-item:hover .vision-media img {
  transform: scale(1.06);
  filter: saturate(1.12) contrast(1.02);
}
.vision.capability .vision-item.no-image .vision-inner {
  padding: 28px;
  grid-template-columns: 1fr;
}
.vision-txt li {
  margin-bottom: 10px;
}
.team-size .thl-title {
  color: #56ccf2;
  letter-spacing: -0.25px;
  text-transform: uppercase;
  margin-bottom: 60px;
  text-align: center;
}
.team-size {
  margin-bottom: 90px;
}
.team-size .team-size-list {
  margin: 0 -16px;
}
.team-item .box {
  position: relative;
  overflow: hidden;
  border-bottom: 2.913px solid #56ccf2;
}
.team-item .box .img img {
  max-height: 320px;
}
.team-item .txt {
  letter-spacing: -0.25px;
  border-radius: 10px 10px 0 0;
  background-color: #fff;
  text-align: center;
  color: #000;
  padding: 10px 10px;
  transition: 0.5s;
  transform: translateY(100%);
  position: absolute;
  right: 0;
  bottom: 64px;
  left: 0;
}
.team-item .txt .name {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}
.team-item .txt .pos {
  font-size: 14px;
  color: #56ccf2;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.team-item .txt .content {
  opacity: 0;
  font-size: 14px;
}
.team-item:focus .txt,
.team-item:hover .txt {
  bottom: 0;
  transform: translateY(0);
}
.team-item:focus .txt .content,
.team-item:hover .txt .content {
  opacity: 1;
}
.team-item:focus .txt,
.team-item:hover .txt {
  background: rgba(255, 255, 255, 0.8);
}
.sv-contact {
  /* margin-top: 80px; */
  padding: 50px 10px 60px;
  background-color: #56ccf2;
  color: #fff;
  letter-spacing: -0.25px;
}
.sv-contact .box {
  max-width: 898px;
  text-align: center;
}
.sv-contact .box .cont-title {
  max-width: 761px;
  font-size: 38px;
  font-weight: 600;
  line-height: 57px;
  text-transform: uppercase;
}
.sv-contact .box .cont-des {
  margin: 51px auto 60px;
  font-size: 18px;
}
.sv-contact .box a {
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all 0.3s ease-out;
}
.sv-contact .box a:hover {
  color: #fff;
  background-color: #0a8022;
  transform: scale(1.1);
  padding: 15px 25px;
}
.service-main {
  width: calc(60% - 34px);
  float: left;
  margin-right: 34px;
}
.faq {
  width: 40%;
  float: right;
}
.service-main span {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #56ccf2;
}
.service-main .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.25px;
  color: #56ccf2;
  margin: 12px 0 35px;
  max-width: 529px;
  text-transform: uppercase;
}
.service-main .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.service-main .content p {
  margin-bottom: 18px;
}
.service-main .social {
  font-size: 15px;
  letter-spacing: -0.25px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-top: 47px;
}
.service-main .social span {
  padding-top: 5px;
  margin: 0;
  color: #757575;
}
.service-main .social span > i {
  margin-right: 4px;
}
.service-main .social a {
  border: none;
  width: unset;
  height: 32px;
  margin: 0;
  color: #fff;
  font-size: 15px;
  padding: 0 9px;
  background-color: #0085ff;
  border-radius: 4px;
}
.service-main .social a > i {
  margin-right: 8px;
}
.faq-item {
  margin-bottom: 26px;
}
.faq .faq-title {
  font-size: 24px;
  margin-bottom: 32px;
  font-weight: 600;
  line-height: 24px;
}
.faq .faq-question {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  cursor: pointer;
}
.faq .faq-question .icon {
  width: fit-content;
  aspect-ratio: 1/1;
  line-height: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 3px 8px;
  background-color: #56ccf2;
  border-radius: 50%;
  color: #fff;
  margin: 0;
}
.faq-item .faq-answer {
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
  letter-spacing: 0.75px;
}
.faq-item .faq-answer p {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.similar-service {
  margin: 100px 0 90px;
  padding: 0 10px;
}
.similar-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 60px;
}
.similar-service .pdt-menu-item {
  box-shadow: unset;
  padding: 30px 10px;
  position: relative;
}
.similar-service .pdt-menu-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.similar-title h2 {
  font-size: 28px;
  color: #56ccf2;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.25px;
}
.wrap-detail .img img {
  max-height: 486px;
  width: 100%;
  object-fit: cover;
}
.detail-wp .content-left {
  width: calc(34% - 30px);
  margin-right: 30px;
  float: left;
}
.detail-wp p {
  margin-bottom: 18px;
}
.detail-wp img {
  width: 100%;
}
.detail-wp .content-right {
  width: 66%;
  float: right;
}
.content .detail-wp {
  letter-spacing: -0.25px;
}
.detail-wp .proj-title {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 500;
}
.detail-wp strong {
  font-weight: 500;
}
.ft-social .social {
  list-style: none;
}
.content-left .social > li + li {
  margin-left: 15px;
}
.content-left .ft-social {
  display: flex;
  gap: 17px;
  align-items: center;
}
.content-left .social {
  margin: 2px 0 0 0;
}
.project-similar {
  margin-top: 48px;
}
.project-similar .news-list {
  margin: 0 -15px;
}
.project-similar .others-title {
  font-size: 28px;
  margin-bottom: 45px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: -0.25px;
  color: #56ccf2;
}
.box-sd .service-item {
  padding: 15px;
  float: left;
  width: 33.33333%;
}
.thl-news_ps .content-right {
  width: 40%;
  float: right;
}
.thl-news_ps .content-left {
  width: calc(60% - 32px);
  margin-right: 30px;
  float: left;
  margin-bottom: 20px;
}
.thl-news_ps .content-left .detail-wp {
  font-size: 15px;
}
.thl-news_ps .content-left .news-item:first-child {
  margin-bottom: 60px;
}
.thl-news_ps .content-left .page-navigation {
  margin-top: 40px;
}
.thl-news_ps .news-item .img img {
  max-height: 439px;
  object-fit: cover;
  width: 100%;
}
.thl-news_ps .content-left .news-item .txt {
  margin-top: 28px;
  padding: 10px 20px 30px;
}
.thl-news_ps .news-item .txt h2 {
  margin: 0 0 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.25px;
}
.thl-news_ps .content-left .news-item .txt .date-views {
  color: #9e9e9e;
  margin-bottom: 16px;
  font-size: 14px;
}
.thl-news_ps .content-left .news-item .txt p {
  font-size: 15px;
  letter-spacing: -0.25px;
  margin-bottom: 26px;
}
.thl-news_ps .news-item .txt a > span {
  color: #56ccf2;
  padding: 5px 10px;
  border: 1px solid #56ccf2;
  font-size: 15px;
}
.thl-news_ps .news-item .txt a > span::after {
  margin-left: 8px;
  content: "\f061";
  font-family: FontAwesome;
}
.thl-news_ps .news-item .txt a > span:focus,
.thl-news_ps .news-item .txt a > span:hover {
  color: #fff;
  background-color: #56ccf2;
}
.date-and-social {
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.date-and-social .date-views {
  margin: 0;
  font-size: 14px;
  color: #9e9e9e;
}
.date-and-social .ft-social {
  margin: 0;
}
.date-and-social .ft-social strong {
  font-weight: 500;
}
.info-contact {
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.info-contact .ft-inf:not(:last-child) {
  margin-bottom: 12px;
}
.info-contact .ft-inf span {
  font-weight: 700;
}
.hire-item {
  width: 25%;
  float: left;
  padding: 15px;
}
.hire-section {
  margin-bottom: 90px;
}
.hire-section .service-list {
  margin: -15px;
}
.hire-section .page-navigation,
.thl-project_ps .page-navigation {
  text-align: center;
  margin-top: 45px;
}
.hire-item:focus .box,
.hire-item:hover .box {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.hire-item .img a > img {
  max-height: 195px;
  width: 100%;
  object-fit: cover;
}
.hire-item .txt {
  padding: 12px 10px 20px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.25px;
}
.hire-item .txt h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.25px;
}
.hire-item .txt h3 > a {
  color: #000;
}
.hire-item .txt .info-location {
  margin-bottom: 16px;
}
.hire-item .txt .info-location::before {
  content: "\f3c5";
  font-family: FontAwesome;
  color: #56ccf2;
  font-size: 1.3rem;
  margin-right: 6px;
}
.hire-item .txt .info-line:not(:last-child) {
  margin-bottom: 12px;
}
.hire-item .txt .info-line span {
  font-weight: 500;
}
.hire-item .txt .info-line span::before {
  content: "\f00c";
  margin-right: 8px;
  font-family: FontAwesome;
}
.hiring-title {
  background: url(../images/hiring-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  letter-spacing: -0.25px;
  padding: 0 10px;
}
.hiring-title h2 {
  font-size: 28px;
  margin: 150px 0 58px;
  line-height: 42px;
  position: relative;
  text-transform: uppercase;
}
.hiring-title h2::after {
  content: "";
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 0;
  right: 88%;
  bottom: -20px;
}
.hiring-title h3 {
  font-size: 16px;
  margin-bottom: 54px;
  line-height: 24px;
}
.wrap-detail .txt {
  margin-top: 62px;
  padding: 0 15px;
}
.txt .detail-wp {
  padding-top: 42px;
  border-top: 2px solid #56ccf2;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.25px;
  margin-bottom: 30px;
}
.txt .detail-wp strong:not(:first-child) {
  margin-top: 20px;
}
.txt .info {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.25px;
  margin-bottom: 43px;
}
.txt .info .info-line:not(:last-child) {
  margin-bottom: 6px;
}
.txt .hiring {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  background: #56ccf2;
  margin: 0;
  cursor: pointer;
}
.wrap-detail.wp-service.clearfix {
  margin-bottom: 100px;
}
.btn-apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-apply .ft-social {
  margin: 0;
}
.btn-apply .social {
  margin: 0;
  position: relative;
}
.btn-apply .social::before {
  content: "Chia sẻ bài viết này: ";
  font-weight: 500;
  font-size: 16px;
  position: absolute;
  top: 5px;
  left: -170px;
}
.btn-apply .social a {
  color: #fff;
  background-color: #56ccf2;
}
.service-view {
  padding: 0 10px;
}
.choose_file {
  background-color: #616161;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.thl-chinhsach_ps {
  margin: 90px 0;
  padding: 0 10px;
}
.content-pdt p {
  margin-bottom: 12px;
}
.content-pdt h1,
.content-pdt h2,
.content-pdt h3 {
  margin-top: 16px;
  margin-bottom: 10px;
}
.windows8 {
  position: relative;
  width: 80px;
  height: 80px;
}
.windows8 .wBall {
  position: absolute;
  width: 76px;
  height: 76px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 4.95s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 4.95s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 4.95s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 4.95s infinite;
  transform: rotate(225deg);
  animation: orbit 4.95s infinite;
}
.windows8 .wBall .wInnerBall {
  background-color: #00355e;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.windows8 #wBall_1 {
  -moz-animation-delay: 1.08s;
  -webkit-animation-delay: 1.08s;
  -ms-animation-delay: 1.08s;
  -o-animation-delay: 1.08s;
  animation-delay: 1.08s;
}
.windows8 #wBall_2 {
  -moz-animation-delay: 0.22s;
  -webkit-animation-delay: 0.22s;
  -ms-animation-delay: 0.22s;
  -o-animation-delay: 0.22s;
  animation-delay: 0.22s;
}
.windows8 #wBall_3 {
  -moz-animation-delay: 0.43s;
  -webkit-animation-delay: 0.43s;
  -ms-animation-delay: 0.43s;
  -o-animation-delay: 0.43s;
  animation-delay: 0.43s;
}
.windows8 #wBall_4 {
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
.windows8 #wBall_5 {
  -moz-animation-delay: 0.86s;
  -webkit-animation-delay: 0.86s;
  -ms-animation-delay: 0.86s;
  -o-animation-delay: 0.86s;
  animation-delay: 0.86s;
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
.mb-0 {
  margin-bottom: 0;
}
/* Flex layout */
.py-10 {
  padding-block: 40px;
}
.flex {
  display: flex;
  align-items: center;
  gap: 50px;
}

/* Đảo layout */
.reverse {
  background: #f5f9ff;
}

.reverse .flex {
  flex-direction: row-reverse;
}

/* Content */
.content {
  flex: 1;
}

/* Title */
.thl-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  position: relative;
}

/* underline gold */
.thl-title::after {
  content: "";
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #e0b97d, #b8864b);
  display: block;
  border-radius: 2px;
  margin-top: 12px;
}
.thl-title.line-center::after {
  margin-inline: auto;
}
.thl-title.line-left::after {
  margin-left: 0;
}
.thl-title.line-right::after {
  margin-right: 0;
}
.mission {
  padding: 40px 10px 10px;
}
.mission .thl-title {
  color: #56ccf2;
}
/* Text */
.mission-txt,
.character-txt,
.core-values-txt {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}

/* Image */
.image {
  flex: 1;
}

.image img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Hover nhẹ */
.image img:hover {
  transform: scale(1.03);
  transition: 0.3s;
}

/* Section nền */
section.mission {
  background: #ffffff;
}

section.character {
  background: #f5f9ff;
}

section.core-values {
  background: #ffffff;
}

.list-menu-product {
  display: flex;
  gap: 0px 12px;
  flex-wrap: wrap;
  justify-content: center;
}
.list-menu-product .item-menu-product {
  flex: calc(100% / 5 - 12px / 5 * 4) 0 0;
  margin: 0;
  padding-block: 6px;
  display: flex;
}
.list-menu-product .box-menu-product {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  box-sizing: border-box;
  background: rgba(217, 217, 217, 0.58);
  border: 1px solid white;
  box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(6px);
  border-radius: 17px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  user-select: none;
  font-weight: bolder;
  color: black;
  position: relative;
}
.list-menu-product .box-menu-product:hover {
  /* transform: translateY(-4px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border: 1px solid #56ccf2;
  transform: scale(1.05);
}
.list-menu-product .box-menu-product:active {
  transform: scale(0.95) rotateZ(1.7deg);
}
.list-menu-product .box-menu-product .name {
  flex-grow: 1;
  padding-bottom: 8px;
  padding: 4px;
}
.list-menu-product .box-menu-product h3 {
  color: #000000;
  transition: all 0.3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}

.list-menu-product .box-menu-product a {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
}
.list-menu-product .box-menu-product a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.list-menu-product .box-menu-product img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-menu-product .box-menu-product:hover h3 {
  color: #56ccf2;
}
.container-main {
  display: grid;
  grid-template-columns: 700px auto;
  gap: 40px;
}

/* Responsive */
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
  }

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

  .thl-title {
    font-size: 24px;
  }
  .list-menu-product .item-menu-product {
    flex: calc(100% / 3 - 12px / 3 * 2) 0 0;
  }
}
@media (max-width: 480px) {
  .list-menu-product .item-menu-product {
    flex: calc(100% / 2 - 12px / 2) 0 0;
  }
}
.sd-nar-pdt.inverter{
  margin-top: 20px;
  position: relative;
}
.sd-nar-pdt.inverter h3{
  margin-bottom: 12px;
}
.sd-nar-pdt ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sd-nar-pdt ul li label{
  cursor: pointer;
}
.sd-nar-pdt ul li label:hover{
  color: #56ccf2;
}
/* .sd-nar-pdt ul.inverter li label{
  display: inline-flex;
} */

.clear-filter{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #ff0000;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  justify-content: center;
  color: #ff0000;
  position: absolute;
  top: 0px;
  right: 0px;
}
.clear-filter i{
  font-weight: 100;
}
.clear-filter:hover{
  background-color: #ff0000;
  color: #fff;
}@media screen and (min-width: 1240px) {
    .hire-item .img a > img {
        height: 195px;
    }
}

@media screen and (max-width: 1240px) {
    .intro-txt {
        padding-left: 15px;
    }

    .hire-section .service-list {
        padding: 0 10px;
    }
    .container-footer {
        justify-content: unset;
        column-gap: 64px;
    }
    .container-footer > div:nth-child(n + 2) {
        margin-top: 0;
    }
    .container-footer > div:first-child {
        flex: 100%;
        flex-direction: row;
    }
    .footer .ft-col3.register {
        flex-grow: 1;
    }
    .footer .ft-col3.register form {
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .slider,
    .slider-bg {
        height: 50dvh;
    }
    .header .header-left {
        width: 15%;
    }

    .header .header-right {
        width: 85%;
    }

    .header .menu-main {
        width: 100%;
    }

    .lang {
        margin-left: 12px;
        margin-right: 0;
    }

    .lang-current {
        min-width: 76px;
        padding: 7px 10px;
    }

    .lang-menu {
        min-width: 160px;
    }

    .pdt-menu-list {
        width: 100%;
    }

    .footer .footer-sitemap {
        padding: 50px 10px 30px;
    }

    .footer .f-title {
        margin: 0 auto;
    }
    .container-footer > div:first-child {
        max-width: unset;
    }
    .container-main{
        grid-template-columns: repeat(2,1fr);
        gap: 24px;
    }
}

@media screen and (min-width: 961px) {
    .project-item:nth-child(3n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 960px) {
    .sv-contact .box .cont-des {
        margin: 30px auto 35px;
    }

    .sv-contact .box .cont-title {
        line-height: 36px;
        font-size: 27px;
    }

    .thl-title {
        line-height: 36px;
        font-size: 27px;
    }

    .service-item .txt h2 {
        min-height: 48px;
        margin-bottom: 5px;
        font-size: 15px;
    }

    .service-item a.v-more {
        margin-top: 5px;
    }

    .service-item .txt {
        padding: 10px;
        font-size: 13px;
    }

    .thl-contact .ct-right {
        width: calc(50% - 30px);
    }

    .navigation ul > li > a {
        padding: 5px 5px;
        font-size: 15px;
    }

    .nums-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .intro-txt .thl-title {
        margin-bottom: 30px;
    }

    .service-item .txt p {
        font-size: 14px;
        line-height: 22px;
    }

    .project-item {
        width: 50%;
    }

    .thl-services .service-list {
        margin: 24px -8px 0;
    }

    .project-list {
        margin: -8px;
    }

    .project-list .service-item,
    .thl-services .service-item {
        padding: 8px;
    }

    .thl-news .news-list {
        margin: 0 -8px;
    }

    .thl-news .news-item {
        padding: 8px;
    }

    .header .menu-main {
        display: none;
    }
    .header .header-right {
        width: unset;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .header .header-right .lang {
        margin: 0;
    }
    .lang-menu {
        right: unset;
        left: 0;
    }
    .header .header-left {
        width: 100%;
        text-align: center;
    }

    .price--pdt {
        font-size: 28px;
    }

    .price--pdt label {
        font-size: 20px;
    }
}

@media screen and (max-width: 880px) {
    .ct-right h2 {
        font-size: 28px;
    }

    .left--pdt--50,
    .right--pdt--50 {
        width: 100%;
        padding: 0;
    }

    .right--pdt--50 {
        margin-top: 32px;
    }

    .navigation ul > li > a {
        font-size: 14px;
    }

    .character {
        line-height: 28px;
    }

    .pdt-menu-item .v-more {
        font-size: 13px;
        padding: 5px 15px;
    }

    .detail-wp .content-right {
        width: 100%;
        margin-top: 30px;
    }

    .detail-wp .content-left {
        width: 100%;
    }

    .thl-news_ps .content-left {
        width: 100%;
    }

    .thl-news_ps .content-right {
        width: 100%;
    }

    .hire-item {
        width: 33.3333%;
        padding: 8px;
    }

    .sidebar {
        width: 100%;
        position: fixed;
        z-index: 99;
        background-color: #fff;
        max-width: 300px;
        top: 100px;
        bottom: 4px;
        left: 0;
        margin-right: 0;
        height: fit-content;
        max-height: calc(100dvh - 100px);
        border-radius: 0 8px 8px 0;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
    }
    .sidebar.open {
        transform: translateX(0);
    }
    .sidebar .container-sidebar {
        overflow-y: auto;
        height: 100%;
    }
    .pdt-main {
        width: 100%;
        margin: 0;
    }
    .container-service {
        flex-direction: column;
    }
    .service-title {
        text-align: center;
        width: 100%;
        margin-bottom: 24px;
    }
    .service-title .thl-title.line-left::after {
        margin-inline: auto;
    }
    .thl-pdt-menu::before {
        width: 100%;
    }
    .pdt-main + .sidebar,
    .sidebar + .pdt-main {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    /* .footer .ft-col2 {
        margin-top: 125px;
    }

    .footer .ft-col1 p:first-child > img {
        width: 130px;
    } */

    .tl--other-pdt {
        font-size: 32px;
    }

    .name--pdt-dt {
        font-size: 24px;
    }

    .price--pdt {
        font-size: 24px;
    }

    .price--pdt label {
        font-size: 18px;
    }

    .hire-section .service-list {
        margin: -8px;
    }

    .thl-news_ps .content-left .news-item .txt {
        margin-top: 15px;
        padding: 0px 10px 0px;
    }

    .content-right .box-sd {
        margin-bottom: 20px;
    }

    .thl-news_ps .content-left .news-item:first-child {
        margin-bottom: 40px;
    }

    .breadcrumb.bdc-sm {
        padding: 35px 10px;
    }

    .thl-news_ps,
    .thl-project_ps,
    .thl-pdt_ps {
        margin-bottom: 30px;
        padding: 0 10px;
    }

    h1 {
        font-size: 24px;
        line-height: 30px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-size: 17px;
        line-height: 24px;
    }

    .thl-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    #wrapper {
        margin-top: 86px;
    }

    .header {
        padding: 8px 10px;
    }

    .header .header-left {
        width: 100%;
    }

    /* .header .header-right {
        display: none;
    } */

    .breadcrumb {
        font-size: 14px;
        line-height: 22px;
        padding: 50px 10px 80px;
        margin-bottom: 20px;
    }

    .breadcrumb.b-about {
        padding-bottom: 200px;
    }

    .breadcrumb .title {
        font-size: 35px;
        line-height: 42px;
    }

    .thl-pdt-menu,
    .thl-pdt-hot,
    .thl-services,
    .thl-news,
    .thl-partner {
        margin: 20px 0;
    }

    .thl-services .service-item {
        width: 50%;
    }

    .news-item.news-b,
    .news-item.news-s {
        width: 100%;
    }

    .thl-contact,
    .thl-map {
    }

    .thl-about .box-abouts {
        padding: 50px;
    }

    .wrap-detail .description {
        margin: 10px 0 20px;
    }

    .thl-contact .ct-left,
    .thl-contact .ct-right {
        width: 100%;
    }

    .thl-contact .ct-right {
        margin-top: 50px;
    }

    .sidebar,
    .pdt-main {
        width: 100%;
    }

    .sd-search > form,
    .sidebar .sd-search {
        margin-bottom: 0px;
    }

    .sidebar .sd-partner {
        display: none;
    }

    .sidebar .sd-others-pdt {
        margin-bottom: 20px;
        max-width: 420px;
    }

    .pdt-hotline {
        margin-top: 20px;
    }
    .footer .footer-copyright .copyright,
    .footer .footer-copyright .dnw {
        float: none;
        text-align: center;
        padding-block: 4px;
    }
    .grid-3-item,
    .grid-4-item {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}

@media screen and (max-width: 640px) {
    .footer .footer-copyright {
        font-size: 14px;
    }

    .title--ratting,
    .nav--sub--pdt li {
        font-size: 18px;
    }

    .hiring-title h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .txt .info {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .wrap-detail .title-detail {
        font-size: 22px;
        line-height: 28px;
    }

    .wrap-detail .txt {
        margin-top: 40px;
    }

    .plb-title > label {
        font-size: 22px;
    }

    .project-similar .others-title {
        margin-bottom: 25px;
        font-size: 22px;
        line-height: 30px;
    }

    .project-similar {
        margin-top: 25px;
    }

    .box-sd .service-item {
        width: 50%;
        padding: 8px;
    }

    .project-list .service-item {
        width: 50%;
    }

    .service-item .txt {
        padding: 10px 5px;
    }

    .content-left {
        width: 100%;
    }

    .service-item .txt p {
        display: none;
    }

    .pd-dt-shop .pd-s-gal,
    .pd-dt-shop .pd-s-des {
        width: 100%;
    }

    .pd-dt-shop .pd-s-des {
        margin-top: 20px;
    }

    .sidebar h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .pdt-main .page-navigation {
        margin-top: 20px;
    }
}

@media screen and (max-width: 580px) {
    .date-views {
        font-size: 14px;
    }

    .service-item .txt {
        background: rgba(255, 255, 255, 0.7);
        font-size: 12px;
    }

    .service-item .txt h2 a {
        font-size: 13px;
    }

    .footer .f-title {
        font-size: 14px;
    }

    .footer {
        font-size: 14px;
    }

    .footer .ft-col3 {
        margin-top: 5px;
    }

    .social {
        margin: 20px 0 0 0;
    }

    .pdt-menu-item .box p {
        margin-bottom: 10px;
    }

    .sv-contact .box .cont-des {
        margin: 25px auto 35px;
    }

    .sv-contact .box .cont-title {
        font-size: 26px;
        line-height: 40px;
    }

    .nums-item {
        padding: 10px 15px;
    }

    .nums-item .num {
        font-size: 40px;
        line-height: 50px;
    }

    .character {
        font-size: 14px;
    }

    #wrapper {
        margin-top: 62px;
    }

    .header .header-left .logo > img {
        height: 74px;
    }

    .thl-pdt-menu {
        padding: 30px 10px;
    }

    .wrap-detail.wp-service.clearfix {
        margin-bottom: 50px;
    }

    .btn-apply {
        flex-direction: column;
        gap: 50px;
    }

    .hire-item {
        width: 50%;
    }

    .similar-service {
        margin: 0 0 20px;
    }

    .similar-list {
        margin-top: 10px;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .similar-service .pdt-menu-item {
        padding: 15px 10px;
    }

    .service-main {
        width: 100%;
    }

    .faq {
        width: 100%;
        margin-top: 30px;
    }

    .team-size {
        margin-bottom: 60px;
    }

    .vision {
        margin: 40px 0 60px;
    }

    .vision-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .vision-item {
        padding-inline: 16px;
    }
    .vision-inner {
        display: block;
        border-radius: 22px;
        padding: 12px 16px;
    }

    .vision-item:hover .vision-inner,
    .vision-item:focus-within .vision-inner {
        transform: translateY(-6px);
    }

    .vision-head {
        margin-bottom: 20px;
    }

    .vision-media {
        margin-bottom: 20px;
    }

    .vision-media img {
        height: 260px;
        border-radius: 18px;
    }

    .vision-title {
        font-size: 22px;
    }

    .vision-label {
        margin-bottom: 12px;
        padding: 7px 12px;
        font-size: 11px;
    }

    .vision-content {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .vision-txt,
    .vision-txt p {
        font-size: 15px;
        line-height: 1.75;
    }

    .vision.capability .vision-section-head {
        margin-bottom: 26px;
    }

    .vision.capability .vision-inner {
        display: block;
        padding: 0;
        border-radius: 22px;
    }

    .vision.capability .vision-media {
        margin-bottom: 0;
    }

    .vision.capability .vision-media img {
        height: 220px;
        border-radius: 22px 22px 0 0;
    }

    .vision.capability .vision-body,
    .vision.capability .vision-item.no-image .vision-inner {
        padding: 20px 18px 22px;
    }

    .vision.capability .vision-title {
        font-size: 20px;
    }

    .vision.capability .vision-txt,
    .vision.capability .vision-txt p {
        font-size: 14px;
        line-height: 1.7;
    }

    .numbers {
        margin: 30px 0;
    }
    .slider,
    .slider-bg {
        height: 35dvh;
    }

    .intro-txt,
    .main-about .intro-txt {
        width: 100%;
        padding: 0;
    }

    .intro-img {
        width: 100%;
        margin-top: 30px;
        padding: 15px 16px 0;
    }

    .thl-pdt-menu .pdt-menu-item {
        padding: 15px 10px;
    }

    .solution-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }

    .solution .thl-title {
        margin-bottom: 25px;
    }

    .project-title {
        padding-bottom: 70px;
    }

    .project-title .link-all {
        top: unset;
        bottom: 15px;
    }

    .thl-services {
        padding-bottom: 25px;
    }

    .service-item .txt h2 {
        margin-bottom: 0px;
    }

    .service-item a.v-more {
        margin-top: 5px;
    }

    .thl-news .news-item {
        width: 50%;
    }

    .thl-news .news-item .txt p:last-child {
        margin-bottom: 0px;
    }

    h1 {
        font-size: 22px;
        line-height: 28px;
    }

    h2 {
        font-size: 18px;
        line-height: 24px;
    }

    h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .intro-txt .thl-title {
        font-size: 20px;
    }

    .thl-title {
        font-size: 24px;
        line-height: 30px;
    }

    .thl-services .service-list,
    .pdt-list,
    .news-list,
    .project-list {
        margin: 0 -8px;
    }

    .thl-services .service-item,
    .news-item,
    .project-item {
        padding: 8px;
    }

    .thl-about .box-abouts {
        padding: 30px;
    }

    .pt-about > .pt-item {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .wp-service > .img,
    .wp-service > .txt {
        width: 100%;
    }

    .wp-service > .txt {
        margin-top: 20px;
    }

    .p-others .news-item {
        width: 50%;
    }

    .p-others .news-item:nth-child(2n + 1) {
        clear: both;
    }
    .container-footer > div:first-child {
        flex-direction: column;
    }
    .ft-logo {
        margin: 0 auto;
    }
    .container-main{
        grid-template-columns: 1fr;
    }
    .project-similar .news-list{
        margin: 0;
    }
    /* .footer .ft-col1 {
        width: 100%;
    }

    .footer .ft-col1 p:first-child {
        text-align: right;
        margin-right: 0px;
    }

    .footer .ft-col2 {
        width: 30%;
        text-align: center;
    }

    .footer .ft-col2:nth-child(4) {
        width: calc(30% - 30px);
        margin-top: 20px;
    }

    .footer .ft-col3 {
        width: calc(70% - 30px);
    } */
}

@media screen and (min-width: 441px) and (max-width: 960px) {
    .project-item:nth-child(2n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 480px) {
    .form .form-item.form-sm {
        width: 100%;
        padding: 8px !important;
    }

    .sidebar {
        border: none;
    }

    .thl-news_ps .news-item .txt h2 {
        font-size: 20px;
        line-height: 1.5;
        max-height: unset;
    }

    .team-item .txt {
        transform: none;
        position: unset;
    }

    .team-item .txt .pos {
        min-height: 40px;
    }

    .team-item .txt .content {
        opacity: 1;
    }

    .tl--other-pdt {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .name--pdt-dt {
        font-size: 22px;
    }

    .price--pdt {
        font-size: 20px;
    }

    .price--pdt label {
        font-size: 14px;
    }

    .pd--40 {
        padding: 20px 0;
    }

    .part--2--pdt {
        margin-top: 16px;
    }
    .grid-3-item,
    .grid-4-item {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 440px) {
    .btn-apply .ft-social {
        padding-left: 100px;
    }

    .price--pdt {
        font-size: 20px;
    }

    .price--pdt label {
        font-size: 14px;
    }

    .title--ratting,
    .nav--sub--pdt li {
        font-size: 16px;
    }

    .pdt-main .pdt-list {
        margin: 0;
    }

    .pdt-main .page-navigation {
        margin-top: 12px;
    }

    /* .pdt-list .pdt-item {
        width: 100%;
    } */
    .sidebar h3 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .hire-item {
        width: 100%;
    }

    .date-and-social {
        flex-direction: column;
        margin-top: 30px;
        align-items: unset;
        gap: 15px;
    }

    .service-item .txt p {
        display: none;
    }

    .news-item,
    .project-item {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .grid-3-item,
    .grid-4-item {
        grid-template-columns: repeat(1, 1fr);
    }
}
