/*  
*   CUSTOM STYLE IN HERE, YOU CAN WRITE EVERY THINGS WITHOUT FEAR AFFECT TO MAIN STYLE
*   ALLWAY PUT THIS FILE BELOW style.min.css
*/
.loading{min-height: 100vh;position: relative;}
.loading:before{content: "";position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 2;}
.loading:after{content: "";position: fixed;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 2;width: 100px;height: 100px;background: url(../images/loading.svg) no-repeat center center;background-size: cover;opacity: 0.6;}
.loading_fixed{position: relative;overflow: hidden;}
.loading_fixed:before{content: "";position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 9999;background-color: rgba(0, 0, 0, 0.2);}
.loading_fixed:after{content: "";position: fixed;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-o-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 2;width: 100px;height: 100px;background: url(../images/loading.svg) no-repeat center center;background-size: cover;opacity: 0.6;}
.footer__design a{color: #fff;}
.comp-breadcrumb span{display: inline-block;font-size: 16px;line-height: 24px;font-weight: 300;color: #fff;}
.comp-news__title-text{height: 46px;overflow: auto;overflow-y: hidden;}
.comp-share__social-list ul li a img{max-width: 120px;}
label.error, label.label_error{color: #f00;}
.comp-content-image__item:not(:last-child){margin-bottom:30px}
.comp-slide-feel:before, .comp-slide-feel::after{transform: none;height: 65%;}
.comp-slide-feel{padding: 50px 0;}