body {font-family: 'Effra', sans-serif;font-size: 14px;background: #f5f5f5;}
a{text-decoration: none  !important;}
* {margin: 0; padding: 0;}
b, strong {
    font-weight: 400;
    font-family: 'Effra-Medium', sans-serif;
}
.sp-arrow {
    position: absolute;
    display: block;
    width: 5px;
    height: 25px;
    cursor: pointer;
    z-index: 1;
}

.container{width: 1410px;}
.mobile-menu{display: none;}
.slider-block {
    overflow: hidden;
    height: calc(100vh - 60px);
}
.slider-block .sp-mask {
    height: calc(100vh - 60px)!important;
}
.slider-block .sp-layer img{width: 170px;}
.clearfix{clear: both;}
.home-header .header-top {position: absolute;z-index: 2;right: 0;left: 0;margin-top: 20px;}
.sub-menu {visibility: hidden;opacity: 0;position: absolute;top: 100%;background: rgba(0, 67, 57, 0.7) !important;transform: translateY(-2em);transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; border-radius: 0 !important;padding: 0 0 5px;}
.nav-item.open .sub-menu {visibility: visible;opacity: 1;z-index: 1;transform: translateY(0%);transition-delay: 0s, 0s, 0.3s;}
.new-navbar .dropdown-item {display: block;width: 220px;padding: 5px 15px;clear: both;font-weight: 400;color: #212529;text-align: inherit;white-space: nowrap;background-color: transparent;border: 0;}

.dropdown-menu.sub-menu a {color: #fff;font-size: 15px;}
.dropdown-menu.sub-menu a:hover {color: #fff;text-decoration: none;}
/*.new-navbar .dropdown-item:hover {background: rgba(0, 31, 62, 0.5);cursor: pointer;color: #fff;}*/
.social-area a {padding: 10px 10px !important;}
.social-area {margin-left: 30px !important;}

.nav-link:focus,.nav-link:hover {text-decoration: none;color: #fff;}
.language{position: relative;}
.language, .nav-search, .login, .social{float: right;color: #fff;margin-left: 30px;}
.language .dropdown-menu{background: none !important;box-shadow: none;border: 0;}
.pages-header .language .dropdown-menu{background: rgba(0, 67, 57, 0.7) !important; min-width: 120px;}
.language .dropdown-menu>li>a{padding: 3px 15px;background: none !important;}
.new-navbar{float: left;    position: relative;
    bottom: 6px;}
.social ul li{display: inline-block;margin-left: 15px;}
.header-left-block i{color: #ecdb3b;position: relative;top: 1px;}
.header-left-block a{color: #fff !important;cursor: pointer;font-size: 18px;}
.home-header .current_page_item{display: none;}

body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}

.courses-searching input[type=text] {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    border-radius: 0;
    border: 0;
    height: 50px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding-left: 20px;
    background: #fff;
    color: #999;
    font-size: 15px;
    font-style: italic;
}
.courses-searching button{
        width: 50px;
    line-height: 50px;
    border-radius: 0;
    float: left;
    font-size: 16px;
    padding: 0;
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
        background: #004339;
}
.courses-searching {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(0, 67, 57, 0.71);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2,.2);
    -moz-transform: scale(.2,.2);
    -ms-transform: scale(.2,.2);
    -o-transform: scale(.2,.2);
    -webkit-transition: all .3s cubic-bezier(.4,0,1,1);
    -khtml-transition: all .3s cubic-bezier(.4,0,1,1);
    -moz-transition: all .3s cubic-bezier(.4,0,1,1);
    -ms-transition: all .3s cubic-bezier(.4,0,1,1);
    -o-transition: all .3s cubic-bezier(.4,0,1,1);
    transition: all .3s cubic-bezier(.4,0,1,1);
}

.search-popup-bg {width: 100%;height: 100%;position: absolute;cursor: url(../images/cursor.png), auto;}
.thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {max-width: 100%;width: 600px;}
.thim-course-search-overlay form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
}
.courses-searching ul.courses-list-search {
    z-index: 999;
    overflow: hidden;
    padding: 0 20px;
    list-style: none;
    position: absolute;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff !important;
    margin-top: 2px;
    left: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    border-radius: 0;
    box-shadow: 2px 2px 6px -4px #000;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.05);
}
.courses-searching button i{color: #fff;}
/* Slider */
#slider-main .sp-image-container:before{
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    /* backdrop-filter: saturate(180%) blur(5px);
    -webkit-backdrop-filter: saturate(180%) blur(5px); */
}
#slider-main .slider-content{position: absolute;z-index: 2;right: 0;left: 0;top: 25%;text-align: center;color: #fff;transform: translate(0, 25%);}
#slider-main .sp-layer{right:0;}
#slider-main .slider-content h3{font-size: 40px;font-family: 'Effra-Medium', sans-serif;width: 60%;margin: 35px auto 0;}
#slider-main .slider-content p{font-size: 26px;width: 50%;margin: 30px auto;}
#slider-main .slider-content a{background: #ecdb3b;padding: 6px 40px 7px;border-radius: 25px;color: #000;font-size: 22px;}
#slider-main .sp-arrow:after {display:none;}
#slider-main .sp-arrow:before{-webkit-transform: none; -ms-transform: none; transform: none; background:transparent; font:60px FontAwesome;color: #ecdb3b;}
#slider-main .sp-previous-arrow, #slider-main .sp-next-arrow {-webkit-transform: none; -ms-transform: none; transform: none;}
#slider-main .sp-previous-arrow:before {content:'\f104';}
#slider-main .sp-next-arrow:before {content:'\f105';}
#slider-main .sp-next-arrow{right: 11%;}
#slider-main .sp-previous-arrow{left: 10.4%;}
#slider-main .sp-arrows{opacity: 1;}
#slider-main .sp-buttons{position: absolute;bottom: 50px;z-index: 1;}
#slider-main .sp-button {border: 1px solid #ecdb3b;width: 15px;height: 15px;margin: 0 8px;}
#slider-main .sp-selected-button {background-color: #ecdb3b;}
/* Intro Cats */
.intro-cats{
    background: #004339;
    width: 100%;
    overflow: hidden;
    height: 60px;
    padding: 15px 0;
    display: flex;
    align-items: center;
}
.container-cats{
    /*width: 750px;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.container-cats .intro-cats__item{
    text-align: center;
    display: inline-block;
    padding: 0 35px;
    line-height: 32px;
    border-right: 1px solid #0c7263;
}
.container-cats .intro-cats__item:last-child{
    border: none;
}
.container-cats .intro-cats__item a{
    font-size: 19px;
    color: #fff;

}
.container-cats .intro-cats__item i{
    color: #ecdb3b;
    margin-right: 6px;
}

/* About home */
.about{

}
.section-title{
    margin: 30px 0 30px;
}
.section-title h2{
    font-size: 36px;
    text-align: center;
    width: auto;
    color: #1d1d1e;
    margin: 0;
}
.section-title h2 span{
    /*border-bottom: 2px solid #ecdb3b;*/
}
.about-home__main{
    height: 500px;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background-image: url(../images/tmp/about_bg.png);
    background-position: -50px center;
    background-repeat: no-repeat;
}
.about-home__main:before{
    content: '';
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-top-width: 500px;
    border-bottom-width: 0px;
    border-right: 700px solid #ecdb3b;
    position: absolute;
    right: 42%;
    top: 0;
}
.about-home__main:after{
    content: '';
    position: absolute;
    width: 42%;
    height: 100%;
    background: #ecdb3b;
    right: 0;
    top: 0;
    z-index: 0;
}
.about-home__main .about-home{
    padding: 0 45px;
}
.about-home__main .about-home .about-home__image{
    width: 45%;
    float: left;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden;
}
.about-home__main .about-home .about-home__image img{
    width: 100%;
}
.about-home__main .about-home .about-home__content{
    width: 55%;
    float: left;
    padding: 0 30px;
    text-align: center;
    margin: 80px 0;
    position: relative;
    z-index: 1;
}
.about-home__main .about-home .about-home__content h2{
    font-size: 28px;
    color: #1d1d1e;

}
.about-home__main .about-home .about-home__content p{
    font-size: 18px;
    color: #2f3941;
}
.about-home__main .about-home .about-home__content a{
    color: #1d1d1e;
    font-size: 20px;
}
.about-home__main .about-home .about-home__content a i{
    margin: 0 5px;
    position: relative;
    top: 1px;
}

/* Footer */
footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center;
}
.footer-top{
    background: rgba(0, 67, 57, 0.85);
    padding: 20px 0;
}
.footer-request{padding: 0 117px;}
.footer-request h4{font-size: 24px;color:#ffffff;font-family: 'Effra-Medium', sans-serif;float: left;padding-right: ;}
.footer-request a{color: #ecdb3b;border: 2px solid;float: right;padding: 5px 25px;font-size: 19px;margin-top: 5px;border-radius: 20px;font-family: 'Effra-Medium', sans-serif;}
.footer-bottom{color: #fff;    font-size: 16px;}
.footer-bottom{
    background: rgba(29, 29, 30, 0.96);
    padding: 30px 0;
}
.footer-logo{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.footer-logo img{
    flex: 0 0 85px;
    width: 85px;
    float: left;
}
.footer-logo h4{
    font-size: 19px;
    line-height: 24px;
    max-width: calc(100% - 85px);
    margin: 0;
    padding: 0 15px;
}
.copy, .ctrl-enter{font-size: 16px;}
.ctrl-enter{color: #ecdb3b;max-width: 325px;}
.footer-menu{margin-top: 30px}
.footer-menu-title{color: #ecdb3b;font-size: 20px;margin-bottom: 20px;}
.footer-menu a{font-size: 15px;color: #fff;}
.footer-menu ul li{margin-bottom: 8px;float: left;width: 100%;}
.footer-contact i{
    color: #ecdb3b;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
}
.footer-contact li{
    display: flex;
    margin-bottom: 10px;
}
.footer-contact li span,
.footer-contact li a{
    font-size: 16px;
    color: #fff;
}
.dev a{color: #ecdb3b;}
.footer-main{
    padding: 15px 0;
}
.copyright{
    padding: 0;
}
/* News */
.video-news .video-js{margin: 0 auto;}
.video-news #example_video_1 .vjs-big-play-button{  top: 50%;  transform: translate(0%, -50%);}
.video-news .vjs-default-skin .vjs-big-play-button{border-radius: 50%;}
#slider-news .sp-buttons {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    margin-top: -34px;
        background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    border-radius: 5px;
}
#slider-news .sp-selected-button {
    background-color: #ecdb3b;
}
#slider-news .sp-button {
    width: 10px;
    height: 10px;
    border: 1px solid #ecdb3b;
    border-radius: 50%;
    margin: 4px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.coordinating ul{width: 100%;margin: 0 !important;}
.coordinating .date{color: #94999c; margin-bottom: 5px;font-size: 14px;}
.coordinating ul li{float: left; width: 100%; margin-bottom: 30px;}
.coordinating h2{color: #000;font-size: 18px;margin-top: 0;}
.coordinating a{text-decoration: underline;color: #055aae;}
.coordinating a:hover, .coordinating h2:hover{color: #ecdb3b}
.contact-map {width: 100%;float: left;height: 400px;margin-top: 20px;
}
div#captcha_contacts_button {
    background: #ecdb3b;
    color: #fff;
    height: 34px;
    width: 30px;
    float: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.captcha-input-2{margin-right: 11px;}
.captcha-main i {
    font-size: 20px;
    display: inherit;
    margin-top: 7px;
    text-align: center;
    color: #fff;
}
#contactMSG{background: #d2c988;color: #fff;padding: 5px 20px;float: right;}
a#refresh_captcha_contacts {width: 100%;height: 100%;display: block;}
.contact-info i{color: #d2c988;font-size: 16px;margin-right: 10px;}
.contact-info a{color: #000;}
.contact-info li span{float: right; max-width: 417px;}
.contact-info ul li {margin-bottom: 8px;float: left;width: 100%;    display: flex;}

.question .panel-title a{width: 99%; display: block;}
.question .panel-title i{position: absolute;right: 0;}
.question .panel-title{position: relative;}
.question ol {list-style-type: decimal;padding-left: 37px;font-size: 16px; color: #000; font-weight: bold;}

.content img{height: auto;}

/* Request */

.file-upload input.file-input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    width: 100%;
    filter: alpha(opacity=0);
    height: 100%;
}
.file-upload {
    position: relative;
    overflow: hidden;
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
    margin-top: 12px;
}
.form-upload {
    padding: 0 10px 0 0;
    margin-bottom: 20px;
}
.form-upload:nth-child(even){padding-right: 0;}
.file-upload i {
    font-size: 20px;
    vertical-align: middle;
}
div#captcha_contacts_button {
    background: #0b375b;
    color: #fff;
    height: 34px;
    width: 30px;
    float: left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.captcha-main i {
    font-size: 20px;
    display: inherit;
    margin-top: 7px;
    text-align: center;
    color: #fff;
}
.captcha-input-2 {
    width: 25%;
    margin-right: 10px;
}
a#refresh_captcha_contacts {
    width: 100%;
    height: 100%;
    display: block;
}
#contactMSG.button:hover {

}
.form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset, rgba(102, 175, 233, 0.6) 0px 0px 8px;
    border: 1px solid #d2c988;
}
.contact-right .captcha-input-2{
    width: 40%;
}

.search-block ul li{padding-left: 0;}
.search-block ul li a{    font-size: 18px;}
.bg-request{background: #fafafa;}
.request-img{text-align: center;    padding-bottom: 20px;}
.request-img-left{text-align: center;}
.request-img-left img{width: 210px;}
.req-block{background: #fff;-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2); border-radius: 5px; padding: 20px 50px;margin-bottom: 30px;    padding: 20px 30px 40px 30px;}
.form-info{
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
}
.req-block h4, .fileupload-block h4{font-size: 24px; font-weight: 700;margin-bottom: 22px;}
.fileupload-block h4 span{font-size: 16px;}
.req-input input{border: 0; border-bottom: 1px solid #bbbbbb;border-radius: 0;padding: 3px;font-size: 18px;    color: #272727;box-shadow: none;}
.form-info h3{font-size: 24px;  margin: 0;  margin-bottom: 15px;}
.req-input input:focus, .req-block select:focus{border: 0; /*border-bottom: 2px solid #18ad53;*/ box-shadow: none;}
.req-input input::-webkit-input-placeholder {font-size: 18px;}
.req-input input:-moz-placeholder {font-size: 18px;}
.req-input input::-moz-placeholder {font-size: 18px;}
.req-input input:-ms-input-placeholder {font-size: 18px;}
.req-input input:focus ~ .bar:before, .req-input input:focus ~ .bar:after, .req-block select:focus ~ .bar:before, .req-block select:focus ~ .bar:after {width: 50%;}
.req-input .bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.req-input .bar:before, .req-input .bar:after, .req-block select .bar:after, .req-block select .bar:after {
  content: '';
  position: absolute;
  background: #d2c988;
  width: 0;
  height: 2px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}
.req-input .bar:before {
  left: 50%;
}
.req-input .bar:after {
  right: 50%;
}
.req-input .form-group{position: relative;}

.req-block .form-group{margin-bottom: 20px;}
.req-block select {border-color: #bbbbbb;color: #999;border: 0;border-bottom: 1px solid #bbbbbb;border-radius: 0;box-shadow: none;font-size: 18px;padding-left: 0;}
.req-input label{font-size: 12px; color: #bbbbbb;padding-left: 0;}
.numcode{color: #000; font-size: 18px;position: absolute;bottom: 4px;}
.phone_num input{padding-left: 50px;}
.phone_num{position: relative;}
.fileupload-block{background: #fff;-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2); border-radius: 5px;    padding: 20px 50px 10px;margin-top: 23px;margin-bottom: 18px;}
.fileupload-block .form-upload button{    background: none; border: 0; cursor: pointer; color: #989898;}
.fileupload-block .file-upload:hover{background: rgba(26, 159, 41, .5); }
.fileupload-block .form-upload:nth-child(even) {padding-right: 10px;}
.fileupload-block .form-upload:nth-child(odd) {padding-right: 0;}
#request-form .captcha-input-2 {width: 33%;}
#request-form .captcha-input-2 input{height: 35px;}
#request-form #captcha_contacts_button{height: 35px;}
#request-form .button{
    color: #0b375b;
    border: 2px solid;
    float: right;
    background: transparent;
    padding: 5px 15px;
    font-size: 15px;
    margin-top: 0;
    border-radius: 6px;
    font-family: 'Effra-Medium', sans-serif;
}
.content-main .request {
        background: #f9f9f9;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
.news-main .courses-item-name{font-size: 18px;}
.news-main .courses-item{padding: 0 18px;}
.news-main .courses-item-thumb{margin: -1px -18px 1em;}
.request-home{position: relative;}
.request-home-bg{height: 500px;position: relative;z-index: 1;background-size: cover !important;}
.request-d{max-width: 720px;margin: 0 auto;    padding-top: 145px;}
.request-content{text-align: center;color: #fff;     position: relative;
    z-index: 1;}
.request-content h2{font-size: 42px;color: #fff;margin-bottom: 35px;font-weight: bold;}
.request-content p{font-size: 18px;line-height: 22px;}
.request-button{margin-top: 40px;}
.request-button a{font-size: 16px;background: #fff;color: #1a9f29;padding: 12px 40px;border-radius: 30px;-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2); box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.2);}
.request-button a:hover{background: #f1f1f1;color: #1a9f29;}
.request-button a:active, .request-button a:focus{box-shadow: none;}
.form-upload .dropzone {
    width: 100%;
    border: 0;
    background: #fafafa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: visible;
}
.form-upload .dropzone .dz-preview {
    min-height: 0;
    width: 100%;
    background: transparent;
}
.form-upload .dropzone .dz-preview .dz-image {
    width: 40px;
    border-radius: 0;
    height: 40px;
    overflow: visible;
    float: left;
    background: transparent;
}
.form-upload .dropzone .dz-preview .dz-image img{display: none;}
.form-upload .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 25px;
    margin: 0 auto;
    height: 25px;
}
.form-upload  .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    font-size: 15px;
    word-wrap: break-word;
}
.form-upload .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    top: 30px;
    right: 10px;
    left: auto;
}
.form-upload .dz-size {
    position: initial;
    left: 60px;
    top: 10px;
}
.form-upload .dropzone .dz-preview .dz-details .dz-filename{
   position: initial;
    height: 50px;
    max-width: 300px;
    float: left;
    margin-top: -5px;
}
.form-upload .dropzone .dz-preview .dz-details .dz-filename span{padding-left: 0;}
.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap;
}
.form-upload .dropzone .dz-preview .dz-details .dz-size {
    float: right;
    margin-right: 35px;
        margin-top: -5px;
}
.dropzone .dz-preview .dz-details {
    padding: 15px 15px 0 38px;
}
.form-upload .dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border: none;
    z-index: 40;
    right: 23px;
}
.form-upload .dz-image img{
    width:100%;
}
.form-upload .dropzone .dz-preview.dz-image-preview .dz-details {
    opacity: 1;
    /*padding: 0;*/
}
.form-upload .dropzone .dz-preview .dz-image:after {
    font-family: fontawesome;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
}
.form-upload .dropzone .dz-preview .dz-image.pdf:after {
    content: '\f1c1';
     color: rgba(255, 0, 0, 0.9);
}
.form-upload .dropzone .dz-preview .dz-image.doc:after {
    content: '\f1c2';
     color: rgba(28, 63, 150, 0.9);
}
.form-upload .dropzone .dz-preview .dz-image.zip:after {
    content: '\f1c6';
     color: rgba(0, 0, 0, 0.9);
}
.form-upload .dropzone .dz-preview .dz-image.jpg:after {
    content: '\f1c5';
     color: rgba(0, 0, 0, 0.9);
}

.form-upload .dropzone .dz-preview.dz-success .dz-success-mark{opacity: 1; -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);}

.form-upload .dropzone .dz-preview .dz-progress {
    height: 8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 9px;
    margin-top: -9px;
    width: 140px;
}
.form-upload .dropzone .dz-preview.dz-error .dz-error-message {
    top: 42px;
    width: 50%;
}
.form-upload button.del_thumbnail.btn.btn-default {
    position: relative;
    padding-top: 8px;
    cursor: pointer;
    float: right;
    top: 3px;
    z-index: 999999999;
}
.form-upload .add-more {
    margin: 0 auto;
    padding: 6px 25px;
}
.add-more-container{
    text-align: center;
}
.add-more-container{
    margin-top:15px;
}
.add-more-container.fixer {
    text-align: center;
    left: 0;
    bottom: 14px;
    position: absolute;
    right: 0;
    margin: 0 auto;
    max-width: fit-content;
    margin-bottom: 0!important;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: none;
    background-color: inherit;
}
.form-upload .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
        bottom: 7px;
    right: 115px;
    top: auto;
    left: auto;
}
button.del_thumbnail.btn.btn-default:hover {
    color: #ff1919;
}
.fileupload-block .form-upload:nth-child(even) {
    padding-right: 0!important;
}
.dz-error-mark svg {
  width: 25px;
  display: block;
  margin: 40px auto 0;
}

.dz-error-mark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  &.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out;
  }
  &.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards;
  }
  &.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards;
  }
}

.dz-error-mark p {
  text-align: center;
  margin: 20px 0 60px;
  font-size: 1.25em;
  &.success {
    color: #73AF55;
  }
  &.error {
    color: #D06079;
  }
}


@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
/* Media */
.media-view__title h2 {
    font-size: 28px;
    color: #004339;
    line-height: 29px;
    margin: 0 0 20px 0;
}
.media-col{width: 33.333%;float: left;padding-left: 7.5px;padding-right: 7.5px;margin-bottom: 15px;}
.media-item{position: relative;height: 200px;overflow: hidden;}
.media-item__content_bg{
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(67,101,129,0.9) 77%, rgba(11,55,91,0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(67,101,129,0.9) 77%,rgba(11,55,91,0.9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0, 67, 57, 0.47) 77%,rgba(0, 67, 57, 0.91) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e60b375b',GradientType=0 );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.media-item__content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
}
.media-item__image img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.media-item__title h2{
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.media-item__date {
    color: #ecdb3b;
}
.content-row{margin: 0 -7.5px;}
.media-menu{    margin-bottom: 25px;}
.media-menu a{
        padding: 5px 20px;
    border: 2px solid #004339;
    color: #fff;
    background: #004339;
    border-radius: 20px;
    font-size: 17px;
        margin-right: 15px;
}
.media-menu a:hover, .media-menu a.active{
    background: none;
    color: #004339;
}
.new-navbar .navbar-nav>li>a.item-1160{color: #ecdb3b;}
#slider-main video{
    min-width: 100%;min-height: 100%;position: absolute;z-index: 0;
}
/*.content-main .content table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.333333333333333;width: 100%;
}*/
.content-main .content table p{margin-bottom: 0;}
.content-main .content td,
.content-main .content th {
    padding: 10px;
    border: 1px solid #fff;
}
.content-main .content td {
    background: #f1faf9;
}
.content-main .content tr:nth-child(odd)>td {
    background: #f4f4f4;
}
/*.content-main .content td,
.content-main .content th {
        border: 1px solid #e1e1e1;
    text-align: center;
}*/
.counter-footer {
    margin-top: 20px;
}
.form-block .req-form-block{
        background: #fff;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
        box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 20px;

}
.form-block .req-form-block h4{
        font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.content-main.news-main{
    padding: 0;
}
.konkurs-main .row-konkurs{
    width: 33.3333%;
    float: left;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
.konkurs-main .row-konkurs .col-konkurs{
    background: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
}
.konkurs-main .row-konkurs .col-konkurs .konkurs-item__image{
    height: 206px;
    position: relative;
    overflow: hidden;
}
.konkurs-main .row-konkurs .col-konkurs .konkurs-item__image img{
    max-width: 100%;
}
.konkurs-main .row-konkurs .col-konkurs .konkurs-item__content{
    padding: 20px;
    position: relative;
}
.konkurs-main .row-konkurs .col-konkurs .konkurs-item__content h2{
    margin: 0;
    color: #0b375b;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
 text-overflow: ellipsis;
}
.konkurs-main .row-konkurs .col-konkurs .konkurs-item__content .konkurs-view__date{
    position: absolute;
    bottom: 15px;
}
.konkurs-main .row-konkurs .col-konkurs .konkurs-item__content .konkurs-view__date span{
    margin-right: 20px;
    color: #b6b582;
    font-size: 14px;
}
.konkurs-num{position: absolute;
    bottom: 0;
    background: #d2c988;
    color: #fff;
    padding: 10px;
    border-radius: 0 10px 0 0;}

.contact-contents{    margin-left: 15px;
    padding-top: 10px;}


/* Begin Gallery */
.title {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title h2 {
    font-size: 28px;
    color: #1d1d1e;
    margin: 0;
    font-weight: 600;
}

.title a {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 400;
    margin: 5px 0 0 0;
}
.main-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.main-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 7.5px;
}

.main-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 7.5px;
}

.main-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666%;
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    padding: 0 7.5px;
}

.main-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7.5px;
}

.main-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 7.5px;
}

.main-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 7.5px;
}

.main-col-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 7.5px;
}

.main-col-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 7.5px;
}

.home-media {
    padding: 30px 0 50px;
    background: #ffffff;
}

.home-gallery .home-gallery__item {
    position: relative;
    display: block;
    height: 565px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.home-gallery .home-gallery__item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
        background: rgb(29, 29, 30);
    background: linear-gradient(45deg, rgb(29, 29, 30) 0%, rgba(29, 29, 30, 0.5) 100%);
    z-index: 0;
    opacity: 0.8;
}

.home-gallery .home-gallery__item article {
    width: 100%;
    height: 100%;
}

.home-gallery .home-gallery__item article>img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.home-gallery .home-gallery__item .gallery-item__content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 30px 25px;
    z-index: 1;
}

.home-gallery .home-gallery__item .gallery-item__content>span {
    font-size: 17px;
    color: #ecdb3b;
}

.home-gallery .home-gallery__item .gallery-item__content>p {
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 21px;
}

.home-gallery .gallery-middle__item {
    position: relative;
    display: block;
    height: 325px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.home-gallery .gallery-middle__item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
        background: rgb(29, 29, 30);
    background: linear-gradient(45deg, rgb(29, 29, 30) 0%, rgba(29, 29, 30, 0.5) 100%);
    z-index: 0;
    opacity: 0.8;
}

.home-gallery .gallery-middle__item article {
    width: 100%;
    height: 100%;
}

.home-gallery .gallery-middle__item article>img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.home-gallery .gallery-middle__item .gallery-middle__content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 20px;
}

.home-gallery .gallery-middle__item .gallery-middle__content>span {
    font-size: 17px;
    color: #ecdb3b;
}

.home-gallery .gallery-middle__item .gallery-middle__content>p {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.home-gallery .gallery-middle__bottom {
    position: relative;
    display: block;
    height: 225px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.home-gallery .gallery-middle__bottom::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
        background: rgb(29, 29, 30);
    background: linear-gradient(45deg, rgb(29, 29, 30) 0%, rgba(29, 29, 30, 0.5) 100%);
    z-index: 0;
    opacity: 0.8;
}

.home-gallery .gallery-middle__bottom article {
    width: 100%;
    height: 100%;
}

.home-gallery .gallery-middle__bottom article>img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.home-gallery .gallery-middle__bottom .gallery-middle__content {
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 20px 20px;
}

.home-gallery .gallery-middle__bottom .gallery-middle__content>span {
    font-size: 17px;
    color: #ecdb3b;
}

.home-gallery .gallery-middle__bottom .gallery-middle__content>p {
    font-size: 18px;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

.home-videos {}

.home-video__item {

}

.home-video__item:last-child {
    margin: 0;
}

.home-video__item>a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .1);
}

.home-video__item>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(29, 29, 30);
    background: linear-gradient(45deg, rgb(29, 29, 30) 0%, rgba(29, 29, 30, 0.5) 100%);
    z-index: 0;
    opacity: 0.8;
}

.home-video__item article {
    width: 100%;
    height: 275px;
}

.home-video__item article>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.home-video__item>a>i.fa {
    position: absolute;
    color: #ffffff;
    font-size: 60px;
    z-index: 1;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
    opacity: 0.6;
}


/* End Gallery */

/* Home Usefull */

.usefull-links {
    padding: 0 0 30px 0;
}

.usefull-main {}

#usefull.owl-carousel .owl-stage-outer {
    margin: 0 -10px;
    padding: 0 10px;
}

#usefull.owl-carousel .owl-stage {
    padding: 20px 0;
}

.usefull-item {
    width: 100%;
    height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    cursor: pointer;
}

.usefull-item .usefull-item__image {
    flex: 0 0 85px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.usefull-item .usefull-item__image img {
    max-width: 100%;
    max-height: 100%;
        width: 64px;
}

.usefull-item .usefull-item__title {
    padding: 0 15px;
    text-align: center;
}

.usefull-item .usefull-item__title h2 {
    font-size: 18px;
    color: #353535;
}

#usefull .owl-dots {
    text-align: center;
    padding-top: 15px;
}

#usefull .owl-dots button.owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background: #1d1d1e;
    margin: 0 10px;
    position: relative;
}

#usefull .owl-dots button.owl-dot.active:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #1d1d1e;
    top: -5px;
    left: -5px;
}

#usefull .owl-dots button.owl-dot:focus,
#usefull .owl-nav button:focus {
    outline: none!important;
}

#usefull .owl-nav button.owl-prev {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(-50px);
}

#usefull .owl-nav button.owl-next {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(50px);
}

#usefull .owl-nav button>img {
    height: 20px;
}
.statistics-page{
    list-style: none;
    padding-left: 0;
}
.statistics-page .stat-item{
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 0;
    margin: 0!important;
}
.statistics-page .stat-item:last-child{
    border: none;
}
.statistics-page .stat-item a{
    text-decoration: none;
    color: #030C11;
    font-size: 22px;
}
.statistics-page .stat-item:hover a{
    color: #004339;
}
.statistics-page table{
    width: 100%;
}
.statistics-page .stat-img{

}
.statistics-page .stat-img img{
    width: 100%;
}
.content img{
    width: 100%;
}
