#section-newslist{padding:50px 0% 50px 0%; position:relative;}
#section-detail-news{padding:50px 5% 50px 5%;position:relative; }
.news-filter-content{float:left; width:50%; text-align:center;}
.news-filter-wrap {/*margin-bottom: 40px; */margin-top: -5px;     
    display: flex;
   
    display: table;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
    font-family: 'Sisco';
    font-weight: 900;
    font-style: normal;
    color:#878787;
    font-size:18px;
}

.news-filter-wrap-mobile{
    display: flex;
    text-align: center;
    white-space: nowrap;
    display: table;
    margin: 0 auto;
    font-family: 'Sisco';
    font-weight: 900;
    font-style: normal;
    color:#878787;
    font-size:18px;
    display:none;
}
.news-filter-item { float:left; margin-right: 20px; padding-bottom: 1px; line-height: 2em; height:30px; }
.news-filter-item.active{color:#dd2624;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #de2524;
    cursor: default;
    background: transparent;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid #de2524;
    /* background-color: #ce2424!important; */
    /* border-color: #ce2424!important; */
    font-family: 'Sisco';
    font-weight: 400;
    font-size:13px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3c3a3a;
    text-decoration: none;
    /* background-color: #fff;
    border: 1px solid #ddd; */
    background: transparent;
    background-color: transparent;
    border-color: transparent;
    font-family: 'Sisco';
    font-weight: 400;
    font-size:13px;
}


.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #3c3a3a
    ;
    cursor: not-allowed;
    background: transparent;
    background-color: transparent;
    border-color: transparent;
}

/* .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #de2524;
    cursor: default;
    background: transparent;
    background-color: transparent;
    border-color: transparent;
} */

.span-seprator-category{
    color:#dd2624;
}

.span-separator-category:nth-last-child(2) {
    display:none;
  } 

.news-filter-item a{ font-family: 'Sisco';
    font-weight: 600;
    color: #878787;
    font-size: 18px;}
.news-filter-label {font-weight: bold;}
.news-item {width: 50%; margin-bottom: 20px; padding: 20px; float:left;}
.news-item-carousel{width:100%; margin-bottom: 20px; padding: 20px; float:left; position: relative;}
/* .news-item:hover {opacity: 0.7;}  */
.news-item-inner {position: absolute; top: 0; left: 0; right: 0; bottom: 0;border:1px solid #ccc; background: #FFF; margin: 5%;}
.news-item-image {overflow: hidden; position: relative; width: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-size: cover; background-color:#b1bab0}
.news-item-image:before {content: ""; display: block; padding-top: 70%;}
.news-item-image-inner {position: absolute; top: 0; left: 0; right: 0; bottom: 0;}
.news-item-image img {visibility: hidden; max-width: 100%; height: 100%;}
.news-content {text-align: center; width: 100%; height: 100%; background: transparent; position: absolute; top: -100%; left: 0; right: 0; margin: auto; z-index: 10;}
.news-content-title {color: #FFF; font-size: 24px; font-weight: 500;}
.news-content-title img {visibility: visible; width: 30px; height: 30px;}
.news-content-category {color: #FFF; font-size: 14px; font-weight: 500;}
.news-content-table {display: table; width: 100%; height: 100%;}d9a300
.news-content-cell {display: table-cell; vertical-align: middle;}
.news-detail-title{margin-top:10px; font-family: 'proxima_novasemibold'; font-size:35px; color:white;}
.news-detail-short-desc{margin-top:20px; font-family: 'proxima_nova_rgregular'; font-size:18px; color:white;}
.news-slide-container {width: 60%; float: left; padding: 2%; margin-bottom: 30px;}
.news-info-container {width: 40%; float: left; padding: 2%; margin-bottom: 30px; line-height: 1.5em;}
.news-filter-item:hover, .news-filter-item:active, .news-filter-item:visited .active { 
     /* border-bottom: 3px #d9a300 solid; */
     cursor:pointer;
     color:#dd2624;
}
.image-detail-news{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.news-decor-left {
    float: left;
    width: 25%;
    text-align:left;
}


.news-decor-right {
    float: right;
    width: 25%;
    text-align:right;
}

.news-decor-left-mobile {
    float: left;
    width: 20%;
    text-align:left;
    display:none;
}


.news-decor-right-mobile{
    float: right;
    width: 20%;
    text-align:right;
    display:none;
}

.news-item {
    text-align: center;
    /* height: 500px; */
}

.section-page-news-container .slick-dots li.slick-active a {
    color: #de2524;
    font-size: 13px;
    border-bottom: 2px solid #de2524;
}

.section-page-news-container .slick-dots li a {
    font-family: 'Sisco';
    padding-bottom: 5px;
    color: #3c3a3a;
    font-size: 11px;
}
.section-page-news-container .slick-prev, .section-page-news-container .slick-prev:hover, .section-page-news-container .slick-prev:focus {
    background: url('../img/home-product-slide-left.png') no-repeat 0 0;
}
.section-page-news-container .slick-next, #section-page-news-container .slick-next:hover, #section-page-news-container .slick-next:focus {
    background: url('../img/home-product-slide-right.png') no-repeat 0 0;
}
.section-page-news-container .slick-next {
    opacity: 1;
    width: 19px;
    height: 25px;
    top: 1025px;
    right: 500px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.section-page-news-container .slick-prev {
    opacity: 1;
    width: 19px;
    height: 25px;
    top: 1025px;
    left: 500px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.section-page-news-container .slick-next:before {
    display:none;
}

.section-page-news-container .slick-prev:before {
    display:none;
}

.news-list-left{width:50%; float:left;background:#f6f6f6;}
.test-outer{width: 100%; overflow: hidden;}
.news-image-list{width:50%; float:left;  
    height:100%;
    display:block;
    /* padding-bottom:40%; */
    /* background-repeat:no-repeat; */
    /* background-size:cover; */
    /* background-position:center center; */
    position:relative;
    /* background-repeat: no-repeat; background-position: 50% 50%; background-size: 100% auto;} */
    padding-bottom: 500em;
  margin-bottom: -500em;
    
}
.news-image-list img{width: 100%;}
/* .news-image-list-inner{width:100%; background-size: cover; position: absolute; height: 100%;  } */
.news-image-list-inner{width:100%; height: 100%;  }
.news-list-right{width:50%; float:left; display:block; }
.news-right-content{width:50%; float:left; background-size:cover; background-size: 100% auto; background-position: 50% 50%;  padding:5%; text-align:left; padding-bottom: 500em!important; margin-bottom: -500em;}
.news-image-icon-category{float:left; width:10%;}
.news-item-category{position:relative; top:5px;}
.category-name-text{width:90%; float:left; font-family: 'SuisseIntl'; font-weight: 600; font-style:italic; font-size:12px;    position: relative;top: 8px;}
.newslist-title-text{font-size: 20px; color: #c42324; font-family: 'Sisco'; font-weight: 600;font-style: normal; /*min-height: 60px;*/}
.newslist-date-text{font-size:14px; color: #e0897c; font-family: 'SuisseIntl'; font-weight: 500; font-style: italic; margin-bottom: 5%;margin-top: 2%;}
.newslist-content-text{font-family: 'SuisseIntl'; font-size:14px; font-weight: 300;font-style: italic; color:#4a4a49;min-height: 60px!important;}
.newslist-content-text-resize{font-family: 'SuisseIntl'; font-size:12px; font-weight: 300;font-style: italic; color:#4a4a49;min-height: 55px!important;display:none;}
.newslist-content-text-resize-2{font-family: 'SuisseIntl'; font-size:8px; font-weight: 300;font-style: italic; color:#4a4a49;min-height: 35px!important;display:none;}
.continue-reading-button {
    display: inline-block;
    width: 180px;
    background: url('../img/01-news (6).png') no-repeat 0 0;
    background-size: contain;
    font-family: 'Sisco';
    font-weight: 600;
    overflow: hidden;
    font-size: 14px;
    text-align: left;
    height: 35px;
    padding-top: 6px;
    padding-left: 22px;
    margin-top: 3%;
}

.continue-reading-button a{color: #e3e3e3;}


/*Detail */
#section-news-content {
	-webkit-column-count: 2; -moz-column-count: 2; column-count: 2;
    -webkit-column-gap: 5%; -moz-column-gap: 5%; column-gap: 5%;
    font-family: 'SuisseIntl'; 
    font-weight: 300; 
    font-style: normal; 
    font-size:14px; 
    color:#4a4a49; 
    margin-top:5%; 
    margin-bottom:5%;
}

.news-text-header{
    margin-left:1%; 
    font-family: 'SuisseIntl'; 
    font-weight: bold; 
    font-style: italic; 
    font-size:20px; 
    color:#706f6f;
}

.news-title-text{
    font-family: 'Sisco'; 
    font-weight: 500; 
    font-style: normal; 
    font-size:50px; 
    color:#c42324;
}

.post-by-text{
    font-family: 'SuisseIntl'; 
    font-weight: 500; 
    font-style: normal; 
    font-size:14px; 
    color:#3c3c3b;
}

.news-date-text{
    font-family: 'SuisseIntl-RegularItalic'; 
    font-weight: normal; 
    font-style: italic; 
    font-size:14px; 
    color:#e0897c;
}

.back-news-button {
    display: inline-block;
    width: 150px;
    background: url("../img/02-detail news (3).png") no-repeat 0 0;
    text-align: center;
    height: 35px;
    padding-top: 3px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.category-list-content{margin-bottom:2%;}
.back-news-button a {
    font-family: 'Sisco';
    font-weight: 600;
    color: #e3e3e3;
    font-size: 15px;
}


@media all and (max-width:1350px){
    .news-right-content {
        padding: 4%;
    }
}

@media all and (max-width:1300px){
    .newslist-title-text {
        font-size: 19px;
    }

    .newslist-content-text {
        font-size: 13px;
    }

    .newslist-date-text {
        font-size: 13px;
        margin-bottom: 4%;
        margin-top: 1%;
    }
    .news-right-content {
        padding: 3%;
    }
}

@media all and (max-width:1250px){
    .newslist-title-text {
        font-size: 19px;
        /* min-height: 85px; */
    }
}
@media all and (max-width:1200px){
    .newslist-date-text {
        margin-bottom: 0%;
    }

    .continue-reading-button {
        width: 160px;
        font-size: 13px;
        height: 30px;
        padding-top: 6px;
        padding-left: 18px;
        margin-top: 3%;
    }
}
@media all and (max-width:1150px){
    .category-name-text {
        font-size: 11px;
    }
    .newslist-title-text {
        font-size: 18px;
    }
    .newslist-content-text {
        font-size: 12px;
        min-height: 55px!important;
    }

  
}
@media all and (max-width:1100px){
    .newslist-content-text{display:none;}
    .newslist-content-text-resize{display:inline-block;}
    .category-name-text {
        font-size: 10px;
        top: 10px;
    }
    .newslist-title-text {
        font-size: 17px;
    }
}
@media all and (max-width:1050px){
    .newslist-title-text {
        font-size: 16px;
        /* min-height: 65px; */
    }
    .newslist-date-text {
        font-size: 11px;
        margin-top: 0%;
        margin-bottom: 2%;
    }
    .newslist-content-text-resize {
        font-size: 11px;
        min-height: 20px!important;
    }
    .newslist-title-text {
        font-size: 14px;
    }

    .continue-reading-button {
        width: 150px;
        font-size: 12px;
        height: 30px;
        padding-top: 6px;
        padding-left: 18px;
        margin-top: 3%;
    }
}
@media all and (max-width:1000px){
    .category-list-content {
        margin-bottom: 2%;
        position: relative;
        top: -10px;
    }
    .newslist-title-text {
        position: relative;
        top: -10px;
    }

  

    .news-filter-wrap {
        font-size: 17px;
    }
    .newslist-title-text {
        font-size: 14px;
    }

    .newslist-date-text {
        font-size: 11px;
        margin-top: 0%;
        margin-bottom: 2%;
    }
}
@media all and (max-width:950px){
    .newslist-title-text {
        font-size: 11px;
        min-height: 0px;
    }
    .newslist-date-text {
        font-size: 10px;
        margin-top: 0%;
        margin-bottom: 2%;
    }

    .newslist-content-text-resize {
        font-size: 11px;
        min-height: 20px!important;
    }
    .news-filter-wrap {
        font-size: 16px;
    }

    .continue-reading-button {
        width: 135px;
        font-size: 10px;
        height: 30px;
        padding-top: 6px;
        padding-left: 18px;
        margin-top: 3%;
    }
}
@media all and (max-width:900px){
    /* .newslist-title-text {
        font-size: 12px;
        min-height: 45px;
    } */

    .newslist-content-text-resize {
        font-size: 10px;
        min-height:0px!important;
        /* min-height: 20px!important; */
    }

    .newslist-date-text {
        font-size: 9px;
        margin-top: 0%;
        margin-bottom: 2%;
    }
    .category-name-text {
        font-size: 9px;
        top: 10px;
    }
    .news-filter-wrap {
        font-size: 15px;
    }

    .continue-reading-button {
        width: 120px;
        font-size: 9px;
        height: 30px;
        padding-top: 5px;
        padding-left: 18px;
        margin-top: 3%;
    }

    
}
@media all and (max-width:850px){
    /* .newslist-title-text {
        font-size: 11px;
        min-height: 35px;
    } */
    .category-list-content {
        margin-bottom: 0%;
        position: relative;
        top: -15px;
    }
    .news-filter-wrap {
        font-size: 14px;
    }

    .newslist-content-text-resize-2 {
        font-size: 8px;
    }

    .newslist-title-text {
        font-size: 9px;
        min-height: 0px;
    }

    .continue-reading-button {
        width: 110px;
        font-size: 8px;
        height: 30px;
        padding-top: 5px;
        padding-left: 18px;
        margin-top: 3%;
    }
}
@media all and (max-width:800px){
    .newslist-content-text-resize{display:none;}
    .newslist-content-text-resize-2{display:inline-block;}
    .news-filter-wrap {
        font-size: 12px;
    }
}
@media all and (max-width:750px){
    .newslist-date-text {
        font-size: 8px;
        margin-bottom: 0%;
    }
    .newslist-content-text-resize-2 {
        font-size: 7px;
        min-height:0px;
    }
    .newslist-title-text {
        font-size: 10px;
        /* min-height: 30px; */
    }

    .newslist-title-text {
        font-size: 8px;
    }

    .category-name-text {
        font-size: 8px;
        top: 10px;
    }
    
}

@media all and (max-width:700px){
    .news-filter-wrap {
        font-size: 18px;
    }
    .news-filter-content{float:left; width:60%; text-align:center;}
    .news-image-icon-category {
        float: left;
        width: 5%;
    }
    .news-filter-wrap{display:none;}
    .news-filter-wrap-mobile{
        display:table;
        width: 60%;
        float: left;
        margin: 0 auto!important;
        text-align: center!important;
        white-space: nowrap!important;
    }

    .news-filter-item {
        float: left;
        /* margin-right: 20px; */
        padding-bottom: 1px;
        line-height: 2em;
        height: 30px;
    }

    .category-name-text {
        width: 95%;
        font-size: 13px;
        top: 8px;
    }
    .news-decor-left-mobile {
        display:inline-block;
    }
    .news-decor-right-mobile {
        display:inline-block;
    }

    .news-decor-left {
        display:none;
    }
    .news-decor-right {
        display:none;
    }

    .news-image-list {
        width: 100%;
        float: left;
        height: 100%;
        display: block;
        /* padding-bottom: 40%; */
        /* background-repeat: no-repeat; */
        /* background-size: cover; */
        /* background-position: center center; */
        /* position: relative; */
        /* padding-bottom: 500em; */
        /* margin-bottom: -500em; */
    }

    .newslist-date-text {
        font-size: 11px;
    }

    .newslist-content-text {
        display: inline-block;
        font-size: 11px;
    }

    .news-right-content {
        width: 100%;
        float: left;
        padding-bottom: 500em;
        padding-top: 5%;
        padding-left: 5%;
        padding-right: 5%;
        /* margin-bottom: -500em; */
    }

    .newslist-content-text-resize-2{display:none;}
    .newslist-content-text-resize{display:none;}
    .newslist-content-text{display:inline-block;}
    #section-detail-news {
        margin-top: -75px;
    }

    #section-news-content {
        column-count: 1;
        margin-bottom: 10%;
    }

    .news-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
        float: left;
    }


    .newslist-title-text {
        font-size: 22px;
        font-weight: 500;
        color:#c42324;      
        /* min-height: 90px; */
    }

    .category-name-text {
        font-weight: 900;
        font-style: italic;
        font-size: 13px;
        color:#706f6f;
        top:6px;
    }

    .continue-reading-button {
        display: inline-block;
        width: 150px;
        background: url('../img/01-news (6).png') no-repeat 0 0;
        font-family: 'Sisco';
        font-weight: 600;
        overflow: hidden;
        font-size: 11px;
        text-align: left;
        height: 35px;
        padding-top: 6px;
        /* padding-left: 13px; */
        background-size: contain;
        padding-left: 21px;
        margin-top: 3%;
        margin-bottom: 3%;
        position:relative;
        z-index:2;
    }
}

@media all and (max-width:650px){
    .news-filter-wrap-mobile {
        font-size: 16px;
    }
}

@media all and (max-width:600px){
    .news-filter-wrap-mobile {
        font-size: 14px;
    }
}

@media all and (max-width:550px){
    .news-filter-wrap-mobile {
        font-size: 14px;
        width:70%;
    }
    .news-decor-left-mobile {
        float: left;
        width: 15%;
        text-align: left;
    }

    .news-decor-right-mobile {
        float: right;
        width: 15%;
        text-align: right;
    }
}

@media all and (max-width:450px){
    .news-filter-wrap-mobile {
        font-size: 12px;
    }

    .news-filter-item {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
        padding-bottom: 1px;
        line-height: 2em;
        height: 30px;
    }

    .span-separator-category{
        margin-left:15px;
    }
}


@media all and (max-width:425px){
    .news-filter-item {
        margin-left: 7px;
    }
}

@media all and (max-width:400px){
    .news-filter-wrap-mobile {
        font-size: 10px;
    }

    .news-filter-item {
        margin-left: 11px;
    }
    

    .span-separator-category{margin-left:10px;}
    .separator-news-all{
        margin-left: 8px;
    }
}



@media all and (max-width:375px){
    .span-separator-category {
        margin-left: 5px;
    }

    .news-filter-item {
        margin-left: 10px;
    }

    .news-filter-wrap-mobile {
        width: 72%;
    }

    .news-decor-right-mobile {
        float: right;
        width: 14%;
        text-align: right;
    }

    .news-decor-left-mobile {
        float: left;
        width: 14%;
        text-align: left;
    }
}


@media all and (max-width:340px){
    .news-filter-wrap-mobile {
        font-size: 8px;
    }
}


