/*lít news */
.list-news-scroll {
    display: block;
}

.list-news-scroll.background {
    background: #E4E4E4;
}

.list-news-scroll > h2,
.list-news-teaser > h2,
.list-news-scroll h2.headline {
    position: relative;
    display: block;
    font-size: 2.5em;
    text-align: center;
    font-weight: normal;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2em;
}

.list-news-scroll > h2 span,
.list-news-teaser > h2 span,
.list-news-scroll h2.headline span {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: #1fb700;
    font-weight: 700;
    text-transform: uppercase;
}

.list-news-scroll > h2 span:after,
.list-news-teaser > h2 span:after,
.list-news-scroll h2.headline span:after {
    position: absolute;
    bottom: -1px;
    height: 0px;
    content: "";
    border-top: 1px solid  #d8d8d8;
    width: 150px;
    left: calc(50% - 75px);
}

.list-news-scroll.headline-center > h2 {
    color: #538800;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0px 10px 10px -10px #000;
    margin-bottom: 20px;
    margin-top: 0px
}

.list-news-scroll .content,
.list-news-teaser .content {
    display: block;
    clear: both;
    position: relative;
}

.block-float .content {
    clear: inherit;
}

.list-news-scroll .layout_latest {
    max-width: 100%;
    position: relative;
}

.list-news-scroll .layout_latest:after {
    content: "";
    display: block;
    clear: both;
    float: inherit !important;
}

.list-news-scroll .layout_latest>div {
    display: block;
    padding: 0px;
    position: relative;
}

.list-news-scroll .layout_latest>div.teaser {
    padding-top: 0px;
    text-align: justify;
}

.list-news-scroll .layout_latest>div.clearfix {
    padding: 0px;
}

.list-news-scroll .layout_latest h2,
.list-news-teaser .layout_latest h2 {
    color: #00AFE7;
    font-size: 1em;
}

.list-news-scroll .layout_latest h2 a {
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    color: #1c2a3d;
    text-transform: none;
    padding: 10px 5px;
    position: relative;
    z-index: 1;
}

.list-news-scroll .layout_latest figure a:after {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 140%;
    height: 120%;
    top: -10%;
    left: -20%;
    text-align: center;
    content: "";
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.18);
    border: 8px solid rgba(255, 255, 255, 0.19);
    background: rgba(226, 226, 226, 0.38) url("/files/system/img/general/search-icon.png") center center no-repeat;
    color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 10.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.list-news-scroll .layout_latest figure a:hover:after {
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    opacity: 1;
}

.list-news-scroll .layout_latest:hover h2 a {
    text-decoration: none;
    color: #ff0000;
}

.list-news-scroll .layout_latest .teaser {
    font-size: 0.9em;
    color: #828282;
}

.list-news-teaser .layout_latest:after {
    display: block;
    content: "";
    clear: both
}

.list-news-scroll .layout_latest figure a {
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 1;
    box-shadow: 0px 3px 3px -2px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.list-news-scroll .layout_latest .ce_control {
    text-align: right;
    padding-bottom: 15px
}

.list-news-scroll .layout_latest .ce_control a:hover {
}

.list-news-scroll .layout_latest .ce_control .views {
    font-size: 0.8em;
    color: #8C8C8C
}

.list-news-scroll .layout_latest .tooltip-img {
    z-index: 1000;
    max-width: 100%;
    opacity: 0;
    position: fixed
}

.list-news-scroll .headline a.more {
    font-size: 12px;
    text-transform: none;
    text-decoration: none;
    text-align: right;
}

.list-news-scroll .headline span {
}

.list-news-scroll .headline span i {
    padding-right: 5px;
    display: none !important;
}

.list-news-scroll .headline a.more {
    float: right;
    margin: 0px;
    margin-top: 14px;
    top: 0px;
    padding: 1px 10px;
    background: #EEE;
    color: #1d1d1d;
    position: relative;
    z-index: 10;
}

.list-news-scroll .headline a.more:hover {
    background: #016cca;
    color: #FFF;
}

.list-news-scroll .padding-bottom {
    padding-bottom: 30px;
}

.list-news-scroll .layout_latest .btn-click a,
.list-news-scroll a.more {
    display: inline-block;
    font-size: 0.8em;
    padding: 4px 20px;
    background: #FFF;
    color: #777;
    position: relative;
    margin-top: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.list-news-scroll .layout_latest .btn-click a:after,
.list-news-scroll a.more:after {
    position: absolute;
    content: "";
    z-index: 2;
    left: -2px;
    right: -2px;
    top: 2px;
    bottom: 2px;
    border: 1px solid #dadada;
}

.list-news-scroll .layout_latest .btn-click a:before,
.list-news-scroll a.more:before {
    position: absolute;
    content: "";
    z-index: 2;
    left: 2px;
    right: 2px;
    top: -2px;
    bottom: -2px;
    border: 1px solid #eaeaea;
}

.list-news-scroll .layout_latest .btn-click a:hover,
.list-news-scroll a.more:hover {
    color: #fe0018;
    text-decoration: none;
}

.list-news-scroll .layout_latest .btn-click a:hover:before,
.list-news-scroll a.more:hover:before,
.list-news-scroll .layout_latest .btn-click a:hover:after,
.list-news-scroll a.more:hover:after {
    border-color: #fe0018;
}

.list-news-scroll  .layout_latest .fast-view {
    position: absolute;
    opacity: 0;
    z-index: 100;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.list-news-scroll  .layout_latest figure:hover > .fast-view {
    opacity: 1;
}

.list-news-scroll  .layout_latest .fast-view a {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: rgba(241, 241, 241, 0.81);
    color: #4c4c4c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #FFF;
    text-decoration: none;
}

.list-news-scroll  .layout_latest .fast-view i {
    display: block;
    font-size: 2em;
    margin-bottom: 5px;
}

.list-news-scroll  .layout_latest .fast-view span {
    display: block;
    font-size: 0.8em;
}

.block-color {
    margin-bottom: 15px;
}

.block-color .layout_latest {
    padding-left: 5px;
    padding-right: 5px;
}

.block-color .layout_latest>div {
    position: static;
}

.block-color .layout_latest h2 {
    position: relative;
    display: block;
    margin: 5px 0px;
    font-weight: normal;
}

.block-color .layout_latest h2 a {
    color: #077fbd;
    text-align: center;
    text-transform: uppercase;
}

.block-color .layout_latest .ce_control {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

.block-color .layout_latest .ce_control i {
    display: none;
}

.block-color .layout_latest .ce_control a {
    display: inline-block;
    padding: 5px 20px;
    background: #fe0220;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-color .layout_latest .ce_control a:hover {
    background: none;
    color: #fe0220;
    text-decoration: none;
}

.block-color .slick-initialized .slick-slide {
    margin: 0px;
}

.block-color .layout_latest .teaser {
    padding-bottom: 45px;
}

.sumary-teaser-view {
    position: relative;
}

.sumary-teaser-view img {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sumary-teaser-view .content-view {
    position: relative;
}

.sumary-teaser-view:before {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 58.33333333%;
    content: "";
    height: 100%;
    background-color: #f7f7f7;
}

.sumary-teaser-view .child-headline {
    font-size: 1.5em;
    font-weight: bold;
    color: #e00000;
    padding: 15px 0px;
}

.sumary-teaser-view .control {
    display: block;
    position: relative;
}

.sumary-teaser-view .control:after {
    content: "";
    clear: both;
    display: block;
}

.sumary-teaser-view .control a {
    display: block;
    margin: 0px 5px;
}

.sumary-teaser-view .control a span {
    margin-right: 10px;
    display: inline-block;
}

.orders .layout_latest .ce_control {
    text-align: center;
    padding-top: 3px;
    padding-bottom: 20px;
}

.orders .layout_latest .btn-click {
    background: #EEE;
    padding: 5px 3px;
    text-decoration: none;
    display: inline-block;
    width: 48.5%;
    font-size: 0.8em;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 5px;
}

.orders .layout_latest a.btn-click {
    background: #949494;
    color: #FFF;
}

.orders .layout_latest .btn-click,
.orders .layout_latest .btn-click a {
    color: #000;
}

.orders .layout_latest .btn-click:hover {
    background: #e40004;
    color: #FFF;
    text-decoration: none;
}

.orders .layout_latest .btn-click:hover a {
    color: #FFF;
    text-decoration: none;
}

.news-list .layout_latest {
    text-align: left;
    padding: 10px;
    margin-top: 10px;
}

.news-list .layout_latest p.info {
    text-align: right;
    font-weight: bold;
}

.news-list .layout_latest .teaser {
    line-height: 1.2em;
}

/* .news-list .layout_latest figure{float:left;margin-right: 15px;margin-bottom: 5px;max-width: 40%;} */
.news-list .layout_latest h2 {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}

.news-list .layout_latest h2 a {
    text-align: left;
    font-size: 1.2em;
    text-transform: none;
    color: #000;
    font-weight: normal;
    padding: 5px 0px;
    text-transform: uppercase;
}

.news-list .layout_latest .more {
    text-align: right;
    margin-top: 15px;
}

.news-list .layout_latest .more > span {
    display: inline-block;
    padding: 3px 10px;
    background: #EAEAEA;
    color: #00135D
}

.news-list .layout_latest .more i {
    padding-right: 5px;
}

.list-news-scroll .marquee {
    overflow: hidden;
}

.list-news-scroll .marquee .layout_latest {
    width: 220px;
    margin-left: 15px;
    margin-right: 15px;
}

.list-news-scroll.title-before .layout_latest {
    margin-left: 0px;
}

.list-news-scroll.title-before .layout_latest > h2 {
    margin: 10px 0px 10px 0px;
}

.list-news-scroll.title-before .layout_latest>div {
    border: none;
    padding: 0px;
}

.list-news-scroll .one-items-list .layout_latest {
    display: block !important;
    width: 100%;
}

.one-items-list > div figure {
    display: block !important;
    float: inherit !important;
    margin-right: 0px !important;
}

.marquee-div .marquee {
    overflow: hidden;
}

.marquee-div .items {
    width: 220px;
    max-width: 100%;
    margin: 10px 30px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

.marquee-div  a {
    text-decoration: none;
    display: block;
}

.marquee-div  .image {
    display: block;
}

.marquee-div  .image img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.marquee-div  .title {
    padding: 10px 0px;
    position: relative;
    margin: 5px 0px;
    display: block;
    color: #444;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    white-space: normal;
}

#right .list-news-scroll > h2,
#right .list-news-teaser > h2 {
    margin: 0px;
}

#right .list-news-scroll .layout_latest h2,
#right .list-news-teaser .layout_latest h2 {
    margin-top: 5px;
}

#right .list-news-scroll .layout_latest>div.teaser {
    padding: 0px;
}

#right .list-news-scroll .layout_latest>div.clearfix {
    padding: 0px;
    margin: 0px;
}

/* detail news */
.news-reader-product,
.news-reader-product .layout_full {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.news-reader .layout_full > h1,
.news-reader-product .layout_full > h1 {
    font-size: 1.8em;
    color: #059aea;
    margin-bottom: 20px;
}

.news-reader-product .layout_full .headline-image {
    position: relative;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news-reader-product .layout_full .headline-image:after {
    content: "";
    display: block;
    clear: both
}

.news-reader-product .layout_full .headline-image > .image_container_div {
}

.news-reader-product .layout_full .headline-image > .image_container_div >figure {
    display: block
}

.news-reader-product .layout_full .headline-image > .ce_teaser {
    display: block
}

.news-reader-product .layout_full .ce_text_full {
    display: block
}

.news-reader-product .layout_full .content-teaser-text>h1 {
    margin-top: 5px;
    color: #006b8f;
    font-size: 2em;
    text-transform: uppercase;
}

.news-reader-product .layout_full  .content-teaser-text .ce_teaser {
    font-size: 1em;
}

.news-reader-product .owl-carousel {
    margin-top: 5px
}

.news-reader-product .owl-carousel .item {
    margin: 3px;
}

.news-reader-product .owl-carousel .item img {
    display: block;
    width: 100%;
    height: auto
}

.news-reader-product .owl-carousel .owl-buttons > div {
    position: absolute;
    top: 0px;
    height: 100%;
    text-align: center;
    width: 15px;
    background: rgba(0, 0, 0, 0.28);
    color: #FFF;
    font: normal normal normal 14px/1 FontAwesome;
    opacity: 0.5;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.news-reader-product .owl-carousel .owl-buttons > div:hover {
    opacity: 1
}

.news-reader-product .owl-carousel .owl-buttons > div.owl-prev {
    left: 0px
}

.news-reader-product .owl-carousel .owl-buttons > div.owl-prev:before {
    content: "\f190"
}

.news-reader-product .owl-carousel .owl-buttons > div.owl-next {
    right: 0px
}

.news-reader-product .owl-carousel .owl-buttons > div.owl-next:before {
    content: "\f18e"
}

.popup-detail-mask {
    background: #FFF;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}

.popup-detail-mask .top-block-popup {
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top: -34px;
    margin-right: 0px;
}

.popup-detail-mask .news-reader-product,
.popup-detail-mask .news-reader-product .layout_full {
    position: initial;
    margin-bottom: 20px;
}

.news-reader-product .content-teaser-text > div {
    display: block;
}

.news-reader-product .ce_control a {
    font-size: 1em;
    background: #5e1a71;
    position: relative;
    z-index: 2;
    color: #FFF;
    border: 1px solid #FFF;
    box-shadow: 3px 3px 2px 0px #d6d6d6;
}

.news-reader-product .ce_control a:hover {
    background: #e279ff;
}

.news-reader-product .ce_control {
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.news-reader-product .ce_control:after {
    position: absolute;
    left: 0px;
    top: 50%;
    content: "";
    width: 100%;
    height: 2px;
    background: #eaeaea;
}

.news-reader-product .ce_control:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 1px;
    height: 2px;
    background: #5e1a71;
    content: "";
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-reader-product .ce_control:hover:before {
    left: 0px;
    width: 100%;
}

.reader-system-map .layout_full > h1,
.reader-system-map > h1 {
    display: block;
    text-align: center;
    padding: 10px 15px;
    margin: 0px;
    color: #1b1b1b;
    background: #ffcc29;
    font-size: 1.5em;
}

.reader-system-map > .back {
    display: none;
}

.news-related {
    margin-bottom: 15px;
}

.news-list-ul .content,
.news-related .content {
    display: block;
    clear: both;
    padding-left: 15px;
}

.news-list-ul .content .layout_simple,
.news-related .content .layout_simple {
    display: list-item;
    position: relative;
}

.news-list-ul .content .layout_simple:after,
.news-list-ul ul {
    content: "";
    display: block;
    clear: both;
}

.news-list-ul .content .layout_simple .headline {
    margin-left: 75px;
    display: block;
}

.news-list-ul .content .layout_simple time {
    position: absolute;
    left: 0px;
}

p.empty {
    display: block;
    clear: both;
    text-align: center;
}

.news-absolute-headline .layout_latest h2 {
    position: absolute;
    bottom: 0px;
    display: block;
    padding: 15px;
    background: rgba(255, 255, 255, 0.61);
    left: 0px;
    width: 100%;
    font-size: 1.5em;
}

.news-absolute-headline .layout_latest h2 a {
    color: #3f863f;
}

.news-related a {
    color: #5f5e5e
}

@media screen and (min-width:768px) {
    .list-news-product .layout_latest figure,
    .news-reader-product .layout_full .image_container_div {
    }

    .list-news-scroll .layout_latest {
        display: inline-block !important;
        float: inherit;
        vertical-align: top;
    }

    .news-list .layout_latest {
        display: block;
        margin-left: 0px;
    }

    .news-list .layout_latest p.info {
        float: right;
        margin-left: 15px;
        background: #d0d0d0;
        color: #FFF;
        padding: 5px;
        font-weight: normal;
    }

    .list-products > .layout_latest .tooltip-hover.active {
        display: block;
    }

    .one-items-list > div h2 a,
    .one-items-list > div .teaser {
        text-align: center !important;
    }

}

@media screen and (max-width:768px) {
    .list-news-scroll .layout_latest {
        display: block;
    }

    .list-news-scroll .layout_latest figure {
        text-align: center;
        float: inherit;
        width: 100%;
    }

    .list-news-scroll.news-list .layout_latest figure {
        text-align: left;
        float: left;
    }

    .list-news-scroll.block-float .layout_latest figure {
        text-align: left;
        float: left;
    }

    .list-news-scroll .layout_latest .tooltip-inner,
    .list-news-scroll .layout_latest .tooltip {
        display: none
    }

    .list-products {
        text-align: center;
    }

    .headline-maximage .content {
        position: relative;
        bottom: inherit;
    }

    .news-home-list {
        right: 10px;
    }

    .news-list-ul > h2,
    .news-related > h2 {
        float: inherit;
    }

    .news-home-list h2 {
        display: block;
    }

    .icon-h2 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .icon-h2 > .more {
        right: 15px;
    }

}

@media screen and (max-width:640px) {
    .list-news-scroll > h2,
    .list-news-teaser > h2,
    .list-news-scroll h2.headline {
        font-size: 1.5em;
    }

    .reader-news .pdf_link {
        display: block;
        position: relative;
        text-align: right;
    }

    .list-news-scroll h2.headline span:after {
        background: none;
    }

}

@media screen and (max-width:500px) {
    .news-home-list {
        position: relative;
        bottom: inherit;
        right: inherit;
    }

    .news-home-list ul {
        display: block;
        max-width: 100%;
    }

    .icon-h2 > .more {
        position: relative;
        top: 0px;
        margin: 10px auto;
        display: block;
        max-width: 130px;
        text-align: center;
    }

}

@media screen and (max-width:420px) {
    .list-news-scroll .layout_latest figure {
        text-align: center;
        float: inherit;
    }

    .list-news-scroll.news-list .layout_latest figure {
        text-align: center;
        float: inherit;
    }

    .list-news-scroll.block-float .layout_latest figure {
        text-align: left;
        float: left;
    }

    .mix-list .layout_latest {
        width: 100%;
        display: block;
    }

}
