#about_us {
    padding: 100px 0 20px;
    position: relative
}

.bg_abouts {
    background: url(/images/bg_abouts.png) no-repeat bottom center;
    width: 779px;
    height: 779px;
    position: absolute;
    left: -200px;
    top: 0;
    z-index: -1
}

.bg_abouts_right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    max-width: 620px
}

    .bg_abouts_right img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%)
    }

.logo-sticky {
    display: none
}

#about_us h2 {
    font-size: 35px;
    color: #02a75a;
    text-align: left;
    margin: 10px 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-top: 45px;
    padding-left: 15px
}

    #about_us h2:before {
        content: "";
        background: url(/images/icon_dashbroad.png) no-repeat center center;
        width: 59px;
        height: 43px;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0
    }

#about_us h3 {
    font-size: 16px;
    font-family: Roboto_Bold;
    line-height: 140%;
    margin-bottom: 20px
}

#about_us p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: justify;
    font-family: Roboto_Regular
}

ul {
    margin: 0;
    padding: 0
}

#about_us ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto 0
}

    #about_us ul li {
        -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
        -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
        width: 140px;
        height: 140px;
        border-radius: 50%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }

        #about_us ul li a {
            width: 100%;
            padding: 15px
        }

.au_content ul li {
    display: list-item;
    list-style: disc;
    margin-bottom: 10px
}

#about_us ul li a img {
    width: 100%
}

.icon_mouse {
    background: url(/images/icon_mouse_black.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.aub_item a:hover .icon_mouse {
    background: url(/images/icon_mouse.png) no-repeat center center
}

.aub_item a:hover .icon_download {
    background: url(/images/icon_download_white.png) no-repeat center center
}

.aub_item a:hover .icon_group {
    background: url(/images/icon_group_white.png) no-repeat center center
}

.aub_item a:hover {
    background: rgba(251,33,33,1);
    background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    color: #fff
}

.icon_download {
    background: url(/images/icon_download.png) no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.icon_group {
    background: url(/images/icon_group.png) no-repeat center center;
    width: 21px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.au_bottom {
    display: flex;
    border: 1px dashed #e9e7e7;
    border-radius: 5px;
    padding: 15px 20px;
    justify-content: space-between
}

.aub_item .btn_more {
    display: flex;
    width: 142px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid #e9e7e7
}

.aub_item a.btn_group {
    width: 190px
}

.aub_item a {
    background: #fff;
    color: #313131
}

.aub_item .btn_download {
    display: flex;
    width: 142px;
    height: 38px;
    border: 1px solid #e9e7e7;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #313131;
    border-radius: 50px;
    margin-top: 10px
}

.aub_item {
    display: flex;
    height: 95px;
    align-items: center
}

    .aub_item:nth-child(2) .btn_download {
        margin-top: 0
    }

.abui_note {
    font-size: 12px;
    font-style: italic;
    color: #02a75a;
    margin-top: 10px
}

.video-box {
    position: absolute;
    width: 120px;
    float: left;
    height: 120px;
    color: #fff;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    line-height: 120px;
    display: flex;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    background-color: rgba(255,255,255);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.28);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.28);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.28);
    top: 50%;
    left: -110px;
    transform: translate(0,-50%)
}

    .video-box .icon_play {
        background: url(/images/icon_play.png) no-repeat center center;
        width: 38px;
        height: 43px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px
    }

.box_sidebar_about .video-box, .box_sidebar_about .video-box .ripple, .box_sidebar_about .video-box .ripple:after, .box_sidebar_about .video-box .ripple:before {
    width: 46px;
    height: 46px
}

    .box_sidebar_about .video-box .ripple, .box_sidebar_about .video-box .ripple:after, .box_sidebar_about .video-box .ripple:before {
        -webkit-animation: ripple_small 3s infinite;
        -moz-animation: ripple_small 3s infinite;
        -ms-animation: ripple_small 3s infinite;
        -o-animation: ripple_small 3s infinite;
        animation: ripple_small 3s infinite
    }

.box_sidebar_about .video-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.bsa_image {
    position: relative
}

.video-box .icon_play_small {
    background: url(/images/icon_play_small.svg) no-repeat center center;
    width: 18px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.video-box .ripple, .video-box .ripple:after, .video-box .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 120px;
    width: 120px;
    margin-left: .5px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

    .video-box .ripple:before {
        -webkit-animation-delay: .9s;
        -moz-animation-delay: .9s;
        -ms-animation-delay: .9s;
        -o-animation-delay: .9s;
        animation-delay: .9s;
        content: "";
        position: absolute
    }

    .video-box .ripple:after {
        -webkit-animation-delay: .6s;
        -moz-animation-delay: .6s;
        -ms-animation-delay: .6s;
        -o-animation-delay: .6s;
        animation-delay: .6s;
        content: "";
        position: absolute
    }

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 100px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 100px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@-webkit-keyframes ripple_small {
    70% {
        box-shadow: 0 0 0 30px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

@keyframes ripple_small {
    70% {
        box-shadow: 0 0 0 30px rgba(255,255,255,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,255,255,0)
    }
}

.au_right {
    display: flex;
    align-content: center;
    height: 100%;
    display: none
}

#home_timeline {
    padding: 50px 0;
    position: relative
}

.box_timeline {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 100px
}

#home_timeline .swiper-container {
    width: 100%;
    height: 100%;
    margin: unset;
    overflow: visible;
    margin-top: 20px
}

.box_timeline_slide {
    margin: 0 50px;
    overflow: hidden;
    position: relative
}

#home_timeline .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home_title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #02a75a;
    padding-bottom: 30px;
    margin-bottom: 30px
}

    .home_title:before {
        content: "";
        background: url(/images/line_title.png) no-repeat center center;
        width: 211px;
        height: 22px;
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,0)
    }

.timeline_item {
    display: flex
}

    .timeline_item img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.timeline_text {
    text-align: left;
    padding-left: 10px;
    width: calc(100% - 150px)
}

    .timeline_text h3 {
        font-size: 18px;
        font-family: Roboto_Bold_Condensed;
        margin-bottom: 5px;
        margin-top: 0
    }

.timeline_teaser {
    font-size: 15px;
    font-style: italic
}

.icon_clock {
    background: url(/images/icon_clock.png) no-repeat center center;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.icon_gps {
    background: url(/images/icon_gps.png) no-repeat center center;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.icon_users {
    background: url(/images/icon-user.png) no-repeat center center;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.icon_quymo {
    background: url(/images/icon-quymo.png) no-repeat center center;
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.icon_chude {
    background: url(/images/icon-chude.png) no-repeat center center;
    width: 12px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px
}

.timeline_date span, .timeline_gps span {
    vertical-align: middle;
    font-size: 14px
}

#home_timeline .swiper-pagination {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0
}

    #home_timeline .swiper-pagination:before {
        position: absolute;
        top: calc(50% - 20px);
        left: 0;
        height: 2px;
        width: 100%;
        content: "";
        background-color: #b5b5b5;
        transform: translate(0,-50%)
    }

.timeline-control {
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10
}

#home_timeline .timeline-control:before {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #b5b5b5;
    transform: translate(0,-50%)
}

#home_timeline .hnt_time span.bullet_selected .bullet_wrapper {
    background: rgba(253,123,62,.55)
}

#home_timeline .timeline-control .bullet_item.bullet_selected .bullet_main {
    background: rgba(251,33,33,1);
    background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%)
}

.timeline-control .bullet_item {
    position: relative;
    width: auto;
    height: auto;
    outline: 0;
    padding: 0 50px;
    background: 0 0;
    display: inline-block
}

    .timeline-control .bullet_item.bullet_selected .bullet_time {
        color: #02a75a
    }

#home_timeline .timeline-control .bullet_item:after {
    border: 0;
    position: absolute;
    height: 2px;
    width: 0;
    left: -50%;
    top: calc(50% - 20px);
    content: "";
    background: rgba(248,69,108,1);
    background: -moz-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(248,69,108,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    transition: width .4s ease-in;
    border-radius: 0;
    transform: translate(0,-50%);
    margin: 0
}

#home_timeline .timeline-control .bullet_item.bullet_selected:after {
    width: 100%
}

#home_timeline .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    outline: 0;
    padding: 0 100px;
    background: 0 0;
    display: inline-block
}

.bullet_wrapper_bg {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    z-index: 2;
    position: relative
}

#home_timeline .swiper-pagination .swiper-pagination-bullet:after {
    border: 0;
    position: absolute;
    height: 2px;
    width: 0;
    left: -50%;
    top: calc(50% - 20px);
    content: "";
    background: rgba(248,69,108,1);
    background: -moz-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(248,69,108,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(248,69,108,1) 0,rgba(253,122,62,1) 100%);
    transition: width .4s ease-in;
    border-radius: 0;
    transform: translate(0,-50%);
    margin: 0
}

#home_timeline .swiper-pagination .swiper-pagination-bullet.bullet_selected:after {
    width: 100%
}

#home_timeline .swiper-pagination .swiper-pagination-bullet.bullet_selected .bullet_main {
    background: rgba(251,33,33,1);
    background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%)
}

#home_timeline .bullet_main {
    width: 35px;
    height: 35px;
    background: #b5b5b5;
    color: #fff;
    font-size: 21px;
    font-family: OpenSans_Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: background .4s ease-in
}

#home_timeline .bullet_time {
    font-size: 15px;
    font-family: OpenSans_Bold;
    display: inline-block;
    margin-top: 15px
}

#home_timeline .swiper-pagination .swiper-pagination-bullet.bullet_selected .bullet_time {
    color: #02a75a
}

#home_timeline .swiper-pagination .swiper-pagination-bullet.bullet_selected .bullet_wrapper {
    background: rgba(253,123,62,.55)
}

#home_timeline .bullet_wrapper {
    width: 46px;
    height: 46px;
    background: rgba(232,232,232,.55);
    color: #fff;
    font-size: 21px;
    font-family: OpenSans_Bold;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 11px;
    margin: 0 auto !important;
    transition: background .4s ease-in
}

#home_timeline .swiper-button-next {
    background: url(/images/icon_next.svg) no-repeat center center;
    width: 20px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    margin-top: 35px
}

#home_timeline .swiper-button-prev {
    background: url(/images/icon_prev.svg) no-repeat center center;
    width: 20px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    margin-top: 35px
}

    #home_news .swiper-button-next:after, #home_news .swiper-button-prev:after, #home_says .swiper-button-next:after, #home_says .swiper-button-prev:after, #home_timeline .swiper-button-next:after, #home_timeline .swiper-button-prev:after {
        display: none
    }

#home_statistic {
    padding: 250px 0 0;
    position: relative
}

#home_album {
    padding: 30px 0;
    position: relative
}

.bg_album {
    background: url(/images/bg_album.png) no-repeat bottom center;
    width: 667px;
    height: 654px;
    position: absolute;
    left: 200px;
    bottom: 0
}

#home_album .swiper-container {
    width: 80%;
    height: 100%;
    margin: unset;
    overflow: visible
}

#home_album .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.box_album {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 70px
}

#home_album .swiper-pagination {
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 40px;
    width: 100%
}

#home_album .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(251,33,33,1);
    background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    outline: 0;
    margin: 0 8px
}

#home_album .swiper-pagination .swiper-pagination-bullet-active:after {
    display: none
}

#home_album .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 34px;
    border-radius: 20px
}

.box_album-item img {
    width: 100%
}

.box_album-item a {
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.18)
}

#home_news {
    padding: 30px 0
}

    #home_news .swiper-button-next {
        background: url(/images/icon_right_arrow.svg) no-repeat center center;
        width: 25px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        outline: 0
    }

    #home_news .swiper-button-prev {
        background: url(/images/icon_left_arrow.svg) no-repeat center center;
        width: 25px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
        outline: 0
    }

.arrow_language {
    background: url(/images/arrow_language.svg) no-repeat center center;
    width: 5px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.home_news-text {
    padding: 20px
}

#home_news .swiper-container {
    width: 100%;
    height: 100%
}

#home_news .swiper-slide {
    text-align: left;
    padding: 0 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.hnt_time {
    font-size: 14px;
    color: #313131;
    font-family: Roboto_Regular;
    display: flex;
    align-items: center
}

    .hnt_time .icon_clock {
        width: 17px
    }

    .hnt_time span {
        vertical-align: middle;
        display: block;
        width: calc(100% - 20px)
    }

        .hnt_time span b {
            display: none
        }

.breadcrumb li {
    padding: 0 15px;
    position: relative
}

.home_news-text h3 {
    font-size: 20px;
    font-family: Roboto_Bold;
    color: #313131;
    line-height: 140%;
    margin: 20px 0;
    min-height: 56px
}

.news_read_more {
    font-size: 14px;
    text-decoration: underline;
    color: #313131;
    font-family: Roboto_Regular
}

.home_news-item {
    -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 20px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 20px 0 rgba(0,0,0,.16);
    position: relative;
    border-radius: 20px;
    z-index: 2;
    outline: 0;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

    .home_news-item:before {
        content: " ";
        width: 95%;
        height: 95%;
        z-index: 0;
        position: absolute;
        top: auto;
        bottom: 1px;
        left: 1px;
        border-radius: 12px;
        background: rgba(251,33,33,1);
        background: -moz-linear-gradient(top,rgba(251,33,33,1) 0,rgba(253,122,62,.75) 100%);
        background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,.75)));
        background: -webkit-linear-gradient(top,rgba(251,33,33,1) 0,rgba(253,122,62,.75) 100%);
        background: -o-linear-gradient(top,rgba(251,33,33,1) 0,rgba(253,122,62,.75) 100%);
        background: -ms-linear-gradient(top,rgba(251,33,33,1) 0,rgba(253,122,62,.75) 100%);
        background: linear-gradient(to bottom,rgba(251,33,33,1) 0,rgba(253,122,62,.75) 100%);
        background-repeat: repeat-x;
        outline: 1px solid transparent;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .home_news-item:after {
        content: " ";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        border-radius: 10px;
        -webkit-box-shadow: 0 5px 35px rgba(166,209,237,.2);
        box-shadow: 0 5px 35px rgba(166,209,237,.2);
        z-index: 2
    }

    .home_news-item:hover:before {
        -webkit-transform: rotate(2deg) translateX(-5px) translateY(16px);
        transform: rotate(2deg) translateX(-5px) translateY(16px)
    }

.home_news-img {
    position: relative;
    z-index: 9;
    width: 365px;
    height: 246px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden
}

    .home_news-img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.home_news-text {
    position: relative;
    z-index: 20
}

.news_read_more span {
    vertical-align: middle
}

.news_button {
    position: relative;
    max-width: 90px;
    margin: 30px auto 0;
    height: 30px
}

#home_says {
    padding: 30px 0;
    position: relative;
    overflow: hidden
}

.bg_says_main {
    background: url(/images/bg_says_main.png) no-repeat center center;
    width: 850px;
    height: 834px;
    display: inline-block;
    position: absolute;
    right: -30%;
    bottom: 0;
    transform: rotate(-20deg)
}

.icon_comment {
    background: url(/images/icon_comment.svg) no-repeat center center;
    width: 56px;
    height: 47px;
    display: inline-block;
    vertical-align: middle;
    outline: 0
}

#home_says .swiper-button-next {
    background: url(/images/icon_arrow_smr.svg) no-repeat center center;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    outline: 0
}

#home_says .swiper-button-prev {
    background: url(/images/icon_arrow_sml.svg) no-repeat center center;
    width: 14px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    left: 0
}

.says_button {
    position: relative;
    max-width: 50px;
    height: 30px
}

.says_item p {
    margin: 20px 0;
    font-size: 20px;
    font-family: Roboto_Bold
}

.says_author {
    color: #02a75a;
    font-size: 21px;
    font-family: Roboto_Bold;
    margin-bottom: 10px
}

.says_position {
    font-size: 17px;
    font-family: Roboto_Regular;
    margin-bottom: 20px
}

.says_main {
    display: flex;
    height: 100%;
    align-items: center
}

.icon_send {
    background: url(/images/icon_send.svg) no-repeat center center;
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn_send, .btn_send:active, .btn_send:focus, .btn_send:hover {
    outline: 0
}

    .btn_send:hover .icon_send {
        background: url(/images/icon_send_white.svg) no-repeat center center
    }

.btn_join:hover .icon_join {
    background: url(/images/icon_join_white.svg) no-repeat center center
}

.icon_join {
    background: url(/images/icon_join.svg) no-repeat center center;
    width: 21px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.footer_top {
    background: url(/images/bg_footer.jpg) no-repeat bottom center;
    width: 100%;
    height: 850px;
    padding-top: 250px;
    position: relative
}

footer {
    padding: 50px 0 0;
    position: relative;
    overflow: hidden
}

.bg_elip_top {
    background: url(/images/footer_bg_top.png) no-repeat bottom center;
    width: 461px;
    height: 436px;
    position: absolute;
    left: -260px;
    bottom: -30px
}

.bg_elip_bottom {
    background: url(/images/footer_bg_bottom.png) no-repeat bottom center;
    width: 359px;
    height: 361px;
    position: absolute;
    right: -260px;
    bottom: -80px
}

.footer_form {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-box-shadow: 0 3px 27px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 3px 27px 0 rgba(0,0,0,.16);
    box-shadow: 0 3px 27px 0 rgba(0,0,0,.16);
    background: #fff;
    border-radius: 35px;
    padding: 50px 40px;
    max-width: 1120px;
    width: 100%
}

.form-row input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), .form-row textarea, form input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), form textarea {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.footer_form label {
    padding-left: 0;
    font-size: 17px;
    margin-bottom: 8px;
    font-family: Roboto_Bold;
    color: #313131;
    opacity: 1
}

.footer_form form {
    padding: 0;
    text-align: left
}

#frm_note {
    height: 70px
}

.btn_send {
    width: 180px;
    height: 38px;
    border: 1px solid #e9e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto_Regular;
    background: #fff;
    border-radius: 35px;
    outline: 0
}

    .btn_join:hover, .btn_send:hover {
        background: rgba(251,33,33,1);
        background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
        background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        color: #fff
    }

.box_note {
    display: flex;
    margin-top: 20px;
    border: 1px dashed #e9e9e9;
    padding: 20px;
    justify-content: space-between
}

.box_note_red {
    font-size: 13px;
    color: #02a75a;
    font-style: italic
}

.btn_join {
    width: 205px;
    height: 38px;
    border: 1px solid #e9e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Roboto_Regular;
    background: #fff;
    border-radius: 35px;
    color: #313131
}

.footer_brand {
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: space-between;
    max-width: 1366px;
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
    align-items: center
}

    .footer_brand img {
        max-width: 160px;
        max-height: 80px
    }

.footer_item {
    display: flex;
    align-items: center
}

.fi_text {
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    font-family: Roboto_Regular
}

    .fi_text b {
        font-family: Roboto_Bold
    }

.footer_bottom {
    padding: 30px 0;
    background: #02a75a
}

.footer_copyright {
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Roboto_Regular
}

.footer_logo {
    text-align: center
}

    .footer_logo img {
        max-width: 150px
    }

.footer_local {
    justify-content: flex-end
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    font-size: 24px
}

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(1):after, .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(1):before {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(2):after, .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(2):before {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(3):after, .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(3):before {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(4):after {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(5):after {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(6):after {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(7):after {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(8):after {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(9):after {
        content: ""
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:nth-child(10):after {
        content: ""
    }

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    width: auto;
    height: auto;
    display: flex;
    justify-content: right;
    text-align: right;
    flex-direction: column;
    margin-bottom: 30px;
    -webkit-text-stroke: .5px var(--white);
    color: transparent
}

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active span:after {
        color: #fff;
        -webkit-text-stroke: 0 var(--white)
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active span:before {
        display: none
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet span:after {
        display: block;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        width: auto;
        height: auto
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet span:before {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        -webkit-text-stroke: 1px var(--white);
        color: transparent;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none
    }

    .zs-enabled .zs-slideshow .zs-bullets .zs-bullet:not(.active):hover span:before {
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        -ms-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

  

.text_bullet {
    font-family: OpenSans_Bold,sans-serif
}

.heading.color-white .header {
    font-family: OpenSans_Bold,sans-serif
}

.slider-zoom .ltx-arrow-down:hover {
    background-color: transparent
}

#frm_services option:checked {
    color: #02a75a
}

#viewer-demd0 {
    display: none
}

.tni_images img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tni_content {
    padding-top: 15px
}

    .tni_content h3 {
        font-size: 22px;
        margin: 15px 0;
        line-height: 140%;
        color: #313131;
        font-family: Roboto_Bold
    }

.tni_teaser {
    font-size: 15px;
    line-height: 140%;
    color: #313131
}

.type_news--list li {
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px
}

    .type_news--list li:last-child {
        border-bottom: 0
    }

.type_news_sidebar {
    width: 100%;
    background: #f0f0f3;
    padding: 40px 20px 25px
}

#frm_search {
    padding: 0;
    margin-bottom: 50px
}

    #frm_search input {
        border-radius: 89px;
        border: 0;
        height: 50px;
        z-index: 1
    }

    #frm_search .input-group-append {
        position: absolute;
        right: 7px;
        top: 7px;
        z-index: 2
    }

.icon_search {
    content: "";
    background: url(/images/icon_search.svg) no-repeat bottom center;
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle
}

.title_sidebar {
    text-align: center;
    font-size: 17px;
    position: relative;
    font-family: OpenSans_Bold;
    display: inline-block;
    left: 50%;
    transform: translate(-50%,0);
    margin-bottom: 20px;
    text-transform: uppercase
}

    .title_sidebar:before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -15px;
        transform: translate(0,-50%);
        background: rgba(251,33,33,1);
        background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
        background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
        background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%)
    }

.btn_search {
    border: 0;
    background: rgba(251,33,33,1);
    background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon_dbarrow_red {
    content: "";
    background: url(/images/icon_arrow_small.svg) no-repeat bottom center;
    width: 6px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.box_category--list li a {
    font-size: 15px;
    font-family: Roboto_Regular;
    color: #313131;
    margin-bottom: 6px;
    display: block
}

    .box_category--list li a span {
        vertical-align: middle
    }

.box_category--list {
    margin-bottom: 30px
}

.box_sidebar_about p {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Roboto_Regular
}

.btn_contact {
    width: 129px;
    background: rgba(251,33,33,1);
    background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
    background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
    height: 42px;
    font-size: 16px;
    font-family: Roboto_Bold;
    border: 0;
    border-radius: 172px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff
}

    .btn_contact:active, .btn_contact:focus, .btn_contact:hover {
        color: #fff
    }

    .btn_contact span {
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block
    }

.nd_pagination ul {
    display: flex
}

    .nd_pagination ul li.nd_pagination--item {
        background: rgba(232,232,232,.55);
        width: 36px;
        height: 36px;
        color: #fff;
        font-size: 18px;
        font-family: OpenSans_Bold;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: 0;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        border-radius: 11px;
        margin: 0 15px
    }

        .nd_pagination ul li.nd_pagination--item.active {
            background: rgba(253,123,62,.55)
        }

        .nd_pagination ul li.nd_pagination--item a {
            width: 25px;
            height: 25px;
            background: #b5b5b5;
            color: #fff;
            font-size: 16px;
            font-family: OpenSans_Bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            transition: background .4s ease-in
        }

        .nd_pagination ul li.nd_pagination--item.active a {
            background: rgba(251,33,33,1);
            background: -moz-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
            background: -webkit-gradient(left top,right top,color-stop(0,rgba(251,33,33,1)),color-stop(100%,rgba(253,122,62,1)));
            background: -webkit-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
            background: -o-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
            background: -ms-linear-gradient(left,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%);
            background: linear-gradient(to right,rgba(251,33,33,1) 0,rgba(253,122,62,1) 100%)
        }

.nd_pagination--space {
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    letter-spacing: 5px;
    margin: 0 15px
}

    .nd_pagination--space a {
        color: #b5b5b5;
        font-weight: 700
    }

.icon_next_arrow {
    background: url(/images/icon_next_arrow.svg) no-repeat bottom center;
    width: 24px;
    height: 27px;
    display: inline-block;
    vertical-align: middle
}

.nd_pagination--btn {
    display: flex;
    align-items: center;
    margin: 0 15px
}

.nd_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.dnc_images {
    width: 100%;
    /*height: 330px;*/
    border-top-left-radius: 12px;
    overflow: hidden;
    border-top-right-radius: 12px
}

    .dnc_images img {
        display: block;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

.dnc_sub_title {
    padding: 20px;
    border: 1px solid #e9e7e7;
    border-top: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

    .dnc_sub_title h1 {
        font-size: 25px;
        font-family: OpenSans_Bold;
        line-height: 140%;
        margin-bottom: 15px
    }

.icon_author {
    background: url(/images/icon_author.svg) no-repeat bottom center;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.hnt_author {
    margin-left: 20px
}

.group_note {
    display: flex
}

.dnc_title {
    margin-bottom: 30px
}

.dnc_content strong {
    font-family: Roboto_Bold,sans-serif !important
}

.dnc_content ul {
    padding-left: 20px;
    margin-bottom: 20px
}

    .dnc_content ul li {
        list-style: disc;
        line-height: 24px;
        font-family: Roboto_Regular,sans-serif !important;
        font-size: 15px;
        display: list-item
    }

        .dnc_content ul li span {
            font-family: Roboto_Regular,sans-serif !important;
            font-size: 15px
        }

.dnc_content p span {
    font-family: Roboto_Regular,sans-serif !important;
    font-size: 15px
}

.dnc_content p {
    font-family: Roboto_Regular,sans-serif !important;
    font-size: 15px;
    margin-bottom: 10px
}

.dnc_content .blog-post-text-color span {
    color: #313131 !important
}

.nd_pagination--left {
    transform: rotate(180deg)
}

.dnc_content svg {
    display: none
}

.dnc_content .xdJBZ {
    text-align: center
}

    .dnc_content .xdJBZ img {
        margin-bottom: 10px
    }

.dnc_content br {
    display: none
}

.dnc_content p img {
    max-width: 100%;
    height: auto
}

#viewer-fh1ok {
    display: none
}

.timeline_images {
    width: 150px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden
}

.says_group {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin-left: -16px;
    margin-top: 8px
}

    .says_group img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.says_images {
    position: relative
}

.triangle_orange {
    width: 36px;
    left: 10%
}

.triangle_blue {
    width: 36px;
    right: 40%;
    top: 40px
}

.triangle_x_black {
    left: 30%;
    top: 15%
}

.triangle_x_blue {
    right: 20%;
    top: 25px
}

.triangle_x_blue_2 {
    width: 36px;
    left: 10%;
    top: 40%
}

#home_timeline .triangle_blue {
    top: 20%
}

#home_says .triangle_blue {
    width: 36px;
    left: 10%
}

#home_says .triangle_orange {
    width: 36px;
    right: 30%;
    top: 40px;
    left: auto
}

.triangle_blue_2 {
    right: 30%;
    bottom: 10%
}

.elementor_element {
    position: absolute;
    z-index: 2
}

.gt3_rotated_element {
    animation: rotatedelement 5s infinite linear
}

.gt3_moved_element {
    animation: movedelement 5s infinite linear
}

.gt3_moved_element2 {
    animation: movedelement2 8s infinite linear
}

.gt3_moved_element3 {
    animation: movedelement3 12s infinite linear
}

.gt3_rotated_element {
    animation: rotatedelement 5s infinite linear
}

.gt3_flash_element {
    animation: gt3flash 7s infinite linear
}

.gt3_pulse_element {
    animation: gt3pulse 7s infinite linear
}

@keyframes movedelement {
    0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }

    25% {
        transform: translate(10px,10px);
        -webkit-transform: translate(10px,10px)
    }

    50% {
        transform: translate(5px,5px);
        -webkit-transform: translate(5px,5px)
    }

    75% {
        transform: translate(10px,-5px);
        -webkit-transform: translate(10px,-5px)
    }

    100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }
}

@keyframes movedelement2 {
    0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }

    25% {
        transform: translate(-10px,-10px);
        -webkit-transform: translate(-10px,-10px)
    }

    50% {
        transform: translate(-5px,-5px);
        -webkit-transform: translate(-5px,-5px)
    }

    75% {
        transform: translate(-10px,5px);
        -webkit-transform: translate(-10px,5px)
    }

    100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }
}

@keyframes movedelement3 {
    0% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }

    25% {
        transform: translate(15px,15px);
        -webkit-transform: translate(15px,15px)
    }

    50% {
        transform: translate(8px,8px);
        -webkit-transform: translate(8px,8px)
    }

    75% {
        transform: translate(15px,-8px);
        -webkit-transform: translate(-15px,-8px)
    }

    100% {
        transform: translate(0,0);
        -webkit-transform: translate(0,0)
    }
}

@keyframes rotatedelement {
    0% {
        transform: translate(0,0) rotate(0);
        -webkit-transform: translate(0,0) rotate(0)
    }

    25% {
        transform: translate(-10px,10px) rotate(10deg);
        -webkit-transform: translate(-10px,10px) rotate(10deg)
    }

    50% {
        transform: translate(5px,-5px) rotate(25deg);
        -webkit-transform: translate(5px,-5px) rotate(25deg)
    }

    75% {
        transform: translate(15px,-5px) rotate(15deg);
        -webkit-transform: translate(15px,-5px) rotate(15deg)
    }

    100% {
        transform: translate(0,0) rotate(0);
        -webkit-transform: translate(0,0) rotate(0)
    }
}

@keyframes gt3flash {
    50%,from,to {
        opacity: 1
    }

    25%,75% {
        opacity: .4
    }
}

@keyframes gt3pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.single-fact-counter {
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    -webkit-box-shadow: 0 3px 30px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 30px 0 rgba(0,0,0,.2);
    border-radius: 25px
}

.count-box span {
    color: #fb3c29;
    line-height: 100%
}

.bsg_sub {
    color: #fb3c29;
    margin-top: 10px;
    font-family: Roboto_Regular
}

.count-box {
    display: flex;
    align-items: center;
    font-family: Roboto_Bold_Condensed
}

.timer_icon {
    color: #fb3c29;
    line-height: 100%;
    font-family: Roboto_Regular
}

.bsg_experience {
    width: 170px;
    height: 170px;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 100px;
    margin-top: -160px;
    -ms-transform: rotate(20deg);
    transform: rotate(10deg)
}

    .bsg_experience .timer_icon {
        font-size: 70px
    }

    .bsg_experience .count-box span {
        font-size: 73px
    }

.bsg_customer {
    width: 155px;
    height: 155px;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 390px;
    -ms-transform: rotate(-6deg);
    transform: rotate(-6deg)
}

.bsg_images {
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 400px;
    margin-top: -355px;
    -ms-transform: rotate(351deg);
    transform: rotate(351deg);
    overflow: hidden
}

    .bsg_images .bsg_sub {
        margin: 15px 0
    }

.bsg_project {
    width: 185px;
    height: 185px;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 700px;
    margin-top: 80px;
    -ms-transform: rotate(3deg);
    transform: rotate(3deg)
}

    .bsg_customer .timer_icon, .bsg_project .timer_icon {
        font-size: 57px
    }

    .bsg_customer .count-box span, .bsg_project .count-box span {
        font-size: 60px
    }

.bsg_idol {
    width: 135px;
    height: 135px;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 830px;
    margin-top: -200px;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg)
}

    .bsg_customer .timer_icon, .bsg_idol .timer_icon, .bsg_project .timer_icon {
        font-size: 57px
    }

    .bsg_customer .count-box span, .bsg_idol .count-box span, .bsg_project .count-box span {
        font-size: 60px
    }

.bsg_prize {
    width: 170px;
    height: 170px;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 1100px;
    margin-top: -55px;
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg)
}

    .bsg_prize .timer_icon {
        font-size: 72px
    }

    .bsg_prize .count-box span {
        font-size: 78px
    }

#from_support .error, #from_support_pop .error {
    color: red;
    font-size: 15px;
    margin-top: 5px
}

#from_support_pop .form-control.error {
    margin-top: 0
}

.is-sticky #inc_header_top {
    background: #02a75a;
    padding: 10px 0;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.15)
}

    .is-sticky #inc_header_top .logo {
        max-width: 160px;
        line-height: 80px
    }

.is-sticky .logo-sticky {
    display: block
}

.is-sticky .logo-main {
    display: none
}

.is-sticky #inc_header_top .menu_main ul > li a:hover .arrow_language, .is-sticky #inc_header_top .menu_main ul > li.active a .arrow_language {
    background: url(/images/icon_arrow_down.png) no-repeat center center
}

.is-sticky #inc_header_top .menu_main ul > li.active a, .is-sticky #inc_header_top .menu_main ul > li:hover a {
    color: #313131
}

.is-sticky #inc_header_top .menu_main ul li a:after, .is-sticky #inc_header_top .menu_main ul li a:hover:after, .is-sticky #inc_header_top .menu_main ul li.active a:after {
    background: #313131
}

.fb-comments iframe {
    width: 100%
}

.rf_sub {
    margin-bottom: 30px
}

.form-check-label span {
    margin-left: 25px
}

.lbl_title {
    width: 100%
}

.lbl_sub, .lbl_title {
    display: block
}

.lbl_sub {
    margin-bottom: 20px;
    font-size: 14px;
    font-style: italic;
    text-align: left
}

.recrument_form textarea {
    height: 150px
}

.recrument_form .note_red {
    color: red
}

.recrument_form form label.form-check-label span {
    font-family: Roboto_Regular
}

#btn_apply {
    background-color: #02a75a;
    font-family: Roboto_Bold_Condensed;
    color: #fff;
    outline: 0
}

    #btn_apply:active {
        color: #fff
    }

.recrument_form .error {
    padding-left: 0;
    margin-top: 5px;
    color: red
}

.recrument_form form {
    padding: 0
}

    .recrument_form form label {
        padding-left: 0;
        font-size: 15px;
        margin-bottom: 10px;
        color: #222;
        font-family: Roboto_Bold
    }

.lbl_height {
    height: 25px
}

.button_apply {
    text-align: center;
    margin: 40px 0
}

    .button_apply a {
        padding: 10px 20px;
        background: #02a75a;
        color: #fff;
        border-radius: 5px;
        text-transform: uppercase;
        font-family: Roboto_Bold_Condensed
    }

.sp-image {
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 5px 9px 0 rgba(0,0,0,.16);
    -moz-box-shadow: 0 5px 9px 0 rgba(0,0,0,.16);
    box-shadow: 0 5px 9px 0 rgba(0,0,0,.16);
    width: 100%;
    height: 250px
}

.services-picture {
    margin-top: -180px;
    position: relative;
    z-index: 2;
    margin-bottom: 20px
}

.services-content {
    position: relative;
    margin-bottom: 50px
}

.sc-left {
    margin-top: 50px
}

.services-content h2 {
    font-size: 35px;
    color: #02a75a;
    text-align: left;
    margin: 10px 0 30px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-top: 45px;
    padding-left: 15px
}

.img-category {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-top-left-radius: 145px;
    border-bottom-left-radius: 145px;
    max-width: calc(100% - 90px)
}

.services-content .bg_abouts_right {
    max-width: 35%;
    margin: 50px 0
}

.services-content h2:before {
    content: "";
    background: url(/images/icon_dashbroad.png) no-repeat center center;
    width: 59px;
    height: 43px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.btn-baogia {
    height: 38px;
    background: #fff;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    font-size: 14px;
    font-family: Roboto_Bold_Condensed,sans-serif;
    padding: 0 20px;
    border: 1px solid #e9e7e7
}

.group-btn__services .btn-support {
    margin-left: 20px
}

.btn-support {
    height: 38px;
    background: #fff;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    font-size: 14px;
    font-family: Roboto_Bold_Condensed,sans-serif;
    border: 1px solid #e9e7e7;
    padding: 0 20px
}

    .btn-baogia:hover, .btn-support:hover {
        background: rgba(253,122,62,1);
        background: -moz-linear-gradient(right,rgba(253,122,62,1) 0,rgba(251,33,33,1) 100%);
        background: -webkit-gradient(right top,left top,color-stop(0,rgba(253,122,62,1)),color-stop(100%,rgba(251,33,33,1)));
        background: -webkit-linear-gradient(right,rgba(253,122,62,1) 0,rgba(251,33,33,1) 100%);
        background: -o-linear-gradient(right,rgba(253,122,62,1) 0,rgba(251,33,33,1) 100%);
        background: -ms-linear-gradient(right,rgba(253,122,62,1) 0,rgba(251,33,33,1) 100%);
        background: linear-gradient(to left,rgba(253,122,62,1) 0,rgba(251,33,33,1) 100%);
        color: #fff
    }

.icon-edit {
    background: url(/images/icon-edit.png) no-repeat center center;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn-support:hover .icon-edit {
    background: url(/images/icon-edit-white.png) no-repeat center center
}

.icon-bell {
    background: url(/images/reception-bell-black.png) no-repeat center center;
    width: 18px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.btn-baogia:hover .icon-bell {
    background: url(/images/reception-bell.png) no-repeat center center
}

.services-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    text-align: justify;
    font-family: Roboto_Regular
}

.group-btn__services {
    display: flex;
    align-items: center;
    margin: 25px 0
}

.btn-baogia:hover {
    color: #fff
}

.services-product {
    padding: 50px 0 30px
}

.spm-item {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: flex
}

.bg_header--service h1 {
    margin-top: 0
}

#popBG .modal-dialog {
    width: 90%;
    max-width: 900px
}

#popBG .modal-body {
    padding: 50px 40px
}

.title-form {
    font-family: Roboto_Bold_Condensed,sans-serif;
    width: 100%;
    font-size: 17px;
    color: #02a75a;
    margin-bottom: 10px
}

#from_support_pop label span {
    color: red
}

#from_support_pop label {
    font-size: 17px;
    font-family: Roboto_Bold_Condensed,sans-serif
}

#from_support_pop .form-check-label {
    font-size: 14px;
    font-family: Roboto,sans-serif
}

.oti-images {
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12) !important;
    border-radius: .25rem;
    overflow: hidden
}

.oti-item {
    display: flex;
    margin-bottom: 30px
}

.oti-content {
    width: calc(100% - 200px);
    padding-left: 20px
}

.oti-name {
    font-size: 36px;
    font-family: Roboto_Bold_Condensed,sans-serif;
    margin-bottom: 5px;
    color: #fff
}

.oti-position {
    font-size: 16px;
    font-family: Roboto_Bold_Condensed,sans-serif;
    color: #fff
}

.type_news .grid-item:nth-child(2n) .ot-info {
    top: 40px;
    right: 60px
}

.ot-info {
    position: absolute;
    bottom: 40px;
    left: 30px;
    width: calc(100% - 60px);
    padding: 0 30px
}

.oti-teaser {
    color: #212121;
    margin-bottom: 15px;
    margin-top: 20px
}

.oti-social {
    display: flex;
    align-items: center
}

    .oti-social a {
        font-size: 24px;
        margin-right: 12px
    }

.icon-ofb {
    color: #3578e5
}

.icon-oins {
    color: #ee2a7b
}

.icon-twit {
    color: #1da1f2
}

.our-team__item {
    margin-bottom: 30px
}

.footer_brand .swiper-container {
    width: 100%;
    height: 100%
}

.footer_brand .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

    .footer_brand .swiper-slide:hover .img-white, .img-real {
        display: none
    }

    .footer_brand .swiper-slide:hover .img-real {
        display: block
    }

.footer_brand .swiper-button-next {
    right: 0
}

.footer_brand .swiper-button-prev {
    left: 0
}

#home_album figcaption {
    display: none
}

.bai-thumb {
    display: flex
}

.modal-timeline .modal-dialog, .our-team__main .modal-dialog {
    max-width: 960px
}

.modal-content .oti-name {
    color: #212121
}

.modal-content .oti-position {
    color: #ff4d4d
}

.modal-timeline .modal-body, .our-team__main .modal-body {
    padding: 45px 35px
}

    .modal-timeline .modal-body .close, .our-team__main .modal-body .close {
        top: 5px;
        right: 10px;
        position: absolute;
        font-size: 36px
    }

.hexagon {
    display: flex;
    position: relative;
    width: 240px;
    height: 265px;
    background-color: #424242;
    -webkit-clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);
    clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%)
}

.list-unstyled li {
    display: none
}

    .list-unstyled li.active {
        display: block
    }

.lg-outer .lg-thumb {
    margin: 0 auto -5px
}

.lg-outer .lg {
    width: calc(100% - 200px)
}

.list-events {
    background: #fff;
    height: 100%;
    width: 200px;
    max-width: 200px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1081;
    padding: 15px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.lg-sub-html h4 {
    font-family: Roboto_Bold_Condensed,sans-serif;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    padding-right: 200px;
    line-height: 160%
}

.le-item {
    margin-bottom: 20px
}

.lei-title {
    font-family: Roboto_Bold_Condensed,sans-serif;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 140%;
    color: #02a75a
}

.lei-picture div {
    display: none
}

    .lei-picture div.active {
        display: block
    }

.list-unstyled li a {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.18);
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 18%);
    height: 350px
}

.post-content__body img {
    max-width: 100%
}

.modal-timeline .timeline_text h3 {
    font-size: 28px;
    margin-bottom: 20px
}

.modal-timeline p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0
}

.modal-timeline b, .modal-timeline strong {
    font-family: Roboto_Bold_Condensed,sans-serif;
    font-size: 15px
}

.timeline_item:hover {
    cursor: pointer
}

.lg-outer .slimScrollBar, .lg-outer .slimScrollRail {
    z-index: 1082 !important
}

.icon-messenger {
    width: 46px;
    height: 46px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #02a75a;
    border-radius: 50%;
    z-index: 5;
    bottom: 12px;
    right: 12px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 15%);
    transition: box-shadow 150ms linear;
    animation: button_icon_animation 250ms 1.5s forwards;
    -webkit-animation: button_icon_animation 250ms 1.5s forwards;
    opacity: 0
}

    .icon-messenger img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        overflow: hidden
    }

@-webkit-keyframes button_icon_animation {
    0% {
        bottom: 8px;
        opacity: 0;
        transform: scale(0,0)
    }

    70% {
        bottom: 12px;
        opacity: 1;
        transform: scale(1.2,1.2)
    }

    100% {
        bottom: 12px;
        opacity: 1;
        transform: scale(1,1)
    }
}

.list-team {
    margin-top: 30px
}

.lt-images {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 270px
}

.modal-team {
    padding: 0 !important
}

    .modal-team .modal-dialog {
        max-width: calc(1366px - (1.75rem * 2))
    }

.lt-popup__title {
    text-align: center;
    margin: 15px 0 30px
}

.ltp-position, .ltp-sub__title {
    font-size: 16px;
    color: #ff4d4d;
    margin-bottom: 5px;
    font-family: Roboto_Bold_Condensed,sans-serif
}

.ltp_title p {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-family: Roboto_Bold_Condensed,sans-serif
}

.lt-main {
    max-width: calc(100% - 200px);
    margin: 0 auto
}

.ltp-name {
    font-size: 18px;
    font-family: Roboto_Bold_Condensed,sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 30px
}

.ltm-item {
    display: flex;
    align-items: center;
    flex-direction: column
}

.ltp-images {
    width: 100%;
    max-width: 272px;
    height: 100%;
    max-height: 272px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px
}

.modal-team .close {
    top: 5px;
    right: 10px;
    position: absolute;
    font-size: 36px
}

.lt-item {
    margin-bottom: 30px
}
