.index_news_bg {
    background-color: #F4F8F4;
    padding: 1em 0;
}

#youtube {
    height: 400px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


#youtube iframe {
    position:absolute;
    width:100%;
    left:0;
    height: inherit;
}

.index_bg .index_about {
    padding-right: 0;
    padding-top: 6em;
}

.index_bg {
    background-color: #ff81cd;
    padding: 2em 0;
    width: 100%;
}

.index_bg .index_about a em {
    font-size: 14px;
}

.index_bg .index_about2 {
    position: relative;
}

.index_bg .index_about2 .play {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 81px;
    height: 81px;
    background: url(../images/play.png) no-repeat;
}

.index_bg .index_about2 a {
    display: block;
}

.index_bg .index_about2 img {
    box-shadow: 8px 8px 0 #386B3E;
}

.index_bg .index_about a {
    display: block;
    color: #F3F8F3;
    font-size: 16px;
    border-top: 2px solid #F4F8F4;
    padding-top: 15px;
    margin-top: 3em;
    text-decoration: none;
}

.use-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_news_title {
    margin: 20px auto;
    margin-bottom: 30px;
}

.index_news_title h3 {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: #454545;
    margin-top: 0;
    margin-bottom: 0;
}

.index_news_title span {
    display: inline-block;
    vertical-align: middle;
    vertical-align: bottom;
    font-family: "Open Sans", sans-serif;
    color: #af6dd2;
    font-size: 20px;
    font-weight: 700;
}

.products-sect .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 17px auto;
}

.tabs {
    display: block;
}

.products-sect .tabs .tab.active {
    color: #4b528f;
    border-bottom: 3px solid #4b528f;
}

.products-sect .tabs .tab_prod.active {
    color: #4b528f;
    border-bottom: 3px solid #4b528f;
}


.products-sect .tabs .tab {
    font-size: 17px;
    color: #454545;
    margin: 0 10px;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
}

.products-sect .tabs .tab_prod {
    font-size: 17px;
    color: #454545;
    /* margin: 0 10px; */
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px){

    .products-sect .tabs .tab {
        font-size: 12px;
    }

    /* .products-sect .tabs .tab_prod {
         font-size: 12px;
    } */

}

.tabs .z3 {
    z-index: 4 !important;
}
.tabs .tab {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.tabs .tab_prod {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 5;
}

.tabs .tab:hover {
    cursor: pointer;
}

.tabs .tab_prod:hover {
    cursor: pointer;
}

.tabs-content {
    float: left;
    width: 100%;
    position: relative;
}

.tabs-content_prod {
    float: left;
    width: 100%;
    position: relative;
}

.tabs-content > .tab-content_sample.active {
    display: block;
    z-index: 5 !important;
}

.tabs-content_prod > .tab-content_sample.active {
    display: block;
    z-index: 5 !important;
}

.tabs-content .tab-content_sample {
    box-sizing: border-box;
    display: none;
}

.tabs-content_prod .tab-content_sample {
    box-sizing: border-box;
    display: none;
}


.index_news_items {
    border: 1px solid;
    margin: 20px 10px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.index_news_items a {
    outline: none;
    text-decoration: none;
}

.index_news_items .index_news_box {
    padding: 40px 30px;
}

.index_news_items .index_news_box h3 {
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    margin-top: 0;
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 26px;
    height: 72px;
}

.index_news_items .index_news_box strong {
    border-radius: 2px;
    -webkit-transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    display: block;
    background-color: #af6dd2;
    color: #fff;
    width: 85px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    margin-top: 25px;
}

.index_news_items .index_news_box span {
    font-family: "Open Sans", sans-serif;
    margin-top: 20px;
    display: block;
    font-size: 14px;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    color: #af6dd2;
}


.index_news_slick1 .slick-prev:hover, .index_news_slick1 .slick-prev:focus, .index_news_slick1 .slick-next:hover, .index_news_slick1 .slick-next:focus {
    background: url(../../images/arrows3.png) no-repeat;
    opacity: 0.5;
}

[class^="index_prod_slick"] .slick-prev:hover, [class^="index_prod_slick"] .slick-prev:focus, [class^="index_prod_slick"] .slick-next:hover, [class^="index_prod_slick"] .slick-next:focus {
    background: url(../../images/arrows3.png) no-repeat;
    opacity: 0.5;
}

.index_news_slick1 .slick-prev, .index_news_slick1 .slick-next {
    top: 0%;
    width: 22px;
    height: 41px;
    background: url(../../images/arrows3.png) no-repeat;
}

[class^="index_prod_slick"] .slick-prev, [class^="index_prod_slick"] .slick-next {
    width: 22px;
    height: 41px;
    background: url(../../images/arrows3.png) no-repeat;
}

.index_news_slick1 .slick-prev {
    transform: rotate(180deg);
}

[class^="index_prod_slick"] .slick-prev {
    transform: rotate(180deg);
}

.index_news_items:hover .index_news_box strong, .index_news_items:focus .index_news_box strong {
    background-color: #454545;
}





.index_more a:hover, .index_more a:focus {
    color: #af6dd2;
}

.index_more a {
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    width: 260px;
    line-height: 45px;
    background-color: #af6dd2;
    border: 1px solid #af6dd2;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.index_more a:hover:before, .index_more a:focus:before {
    width: 100%;
}
.index_more a:before {
    -webkit-transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    width: 0;
    z-index: -1;
}

.index_more a em {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-left: 5px;
}

.index_location_title {
    text-align: center;
    margin-bottom: 1em;
}

.index_location_title h3 {
    font-size: 28px;
    color: #454545;
    margin-bottom: 0;
}

.index_location_title i {
    display: block;
    width: 80px;
    height: 1px;
    background-color: #af6dd2;
    margin: 0 auto;
    margin-top: 10px;
}


.map iframe{
    width: 100%;
}

p {
    margin: 0 0 0px;
}




.web_activity{
    /* background-color: rgba(96, 125, 139, 0.1); */
    padding: 20px 0px 0px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

@media only screen and (min-width: 800px){
.fusion-reading-box-container .reading-box.reading-box-center {
    text-align: center;
}
}




.reading-box{
    text-align: center;
    background-color:rgba(255,255,255,0);
    border-width:1px;
    border-color:#f6f6f6;
    border-bottom-width:3px;
    border-bottom-color:var(--primary_color);
    border-style:solid;
}

.fusion-button{
    color: #fff;
    /* background-image: linear-gradient(to top,#b667e0,#8f28a0); */
    padding: 13px 29px;
    line-height: 64px;
    font-size: 16px;

    /* color: #fff; */
    background-image: linear-gradient(to top,#e45c69,#ed6e7b);
    border-radius: 4px;
}

.fusion-button:hover{
    color: #fff;
    background-image: linear-gradient(to top,#ed6e7b,#e45c69);
}


.index_news_title i{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    margin-top: 10px;
}


.sppb-column {
    /* width: 100%;
    height: 100%; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.sppb-column, .sppb-column-addons {
    position: relative;
    z-index: 1;
    width: 100%;
}

#sppb-addon-wrapper {
   margin: 0px 0 30px 0;
}

#sppb-addon {
    box-shadow: 5px 5px 0px 0px #e8e8e8;
    border: 1px solid #fff;
    color: #797979;

    padding: -70px;
}

.sppb-addon-image-layout-wrap {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}


@media (min-width: 992px){
.sppb-order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
}


#sppb-addon .sppb-addon-image-layout-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px 10px 10px 10px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    box-shadow: 0px 0px 0px 0px #fff;
}



#sppb-addon .sppb-text-alignment {
    text-align: left;
}


#sppb-addon .sppb-image-layout-title {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #8d4343;
    letter-spacing: 0px;
    text-transform: uppercase;

}


#sppb-addon .sppb-addon-image-layout-text {
    color: #797979;
    font-size: 20px;
    letter-spacing: 0px;
}


.czi_products {
    padding: 30px 0;
    background: #fff;
    background-size: cover;
}


.products-sect {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 40px 10%;
}

.home-title {
    margin: 0 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.home-title span {
    color: #4b528f;
    font-size: 1.8em;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    position: relative;
}

.home-title span:before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #4b528f;
    position: absolute;
    left: -50px;
    top: 22px;
}

.home-title span:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #4b528f;
    position: absolute;
    right: -50px;
    top: 22px;
}


.products-sect .editor {
    color: #000;
}
.clearfix {
    display: block;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.product-category a {
    display: block;
    line-height: 0px;
    letter-spacing: 0px;
    position: relative;
    overflow: hidden;
}

.product-line-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    height: 305px;
    border: 1px #d8d8d8 solid;
    overflow: hidden;
}

.product-line-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}


.product-line-btn {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    color: #fff;
    font-size: 17px;
}

.btn-title {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 52px;
    /* font-size: larger; */
    color: #fff;
    padding: 5px 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: all .3s;
    align-items: center;
}







.slick-list{
    width: 100%;
}

.slick-track{
    margin: auto; 
}















