.section_main{
    margin-top: 96px;
}
.news_filter_section{
    margin-top: 80px;
}
.news_archive .section_main{
    padding-bottom: 0;
}
.news_archive .section_main .title > h1{
    color: var(--blue-0, #0974E8);
    text-align: center;
    font-size: 48px;
    line-height: normal;
}

.slidenews_section{
    padding-top: 80px;
}

.news_filter_section .section_main{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 48px;
}

.news_list_section .section_main{
    margin-top: 0;
    padding-top: 0;
}

.news_list_section .card-list-container{
        display: grid;
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
    width: 95%;
    max-width: 1188px;
}

.news_list_section .card-list-container .card-container{
    max-width: unset;
    border-bottom: 1px solid var(--gray-30, #DCDEE0);
    border-radius: 0;
}

.news_list_section .card-list-container .card-container .card-description{
    padding: 32px;
    padding-left: 24px;
    padding-right: 24px;
    gap: 16px;
    display: flex;
    justify-content: flex-start;
}


/* news card custom */
.news-card-link .card-description{
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
}
.news-card-link .card-description .card_date_tag{
    display: flex;
    width: 100%;
    gap: 16px;
    max-width: fit-content;
    align-items: center;
}
.news-card-link .card-description .card_date_tag time{
    color: var(--gray, #8C9197);
    font-size: 16px;
    margin: 0;
    line-height: 200%; /* 32px */
}
.news-card-link .card-description .card_date_tag .tag{
    color: var(--blue, #0974E8);
    font-size: 12px;
    line-height: 200%;
    margin: 0;
    background-color: var(--white, #FFF);
    border-radius: 4px;
    border: 1px solid var(--blue, #0974E8);
    min-width: 86px;
    text-align: center;
    font-weight: 400;
}

.news-card-link .card-description .card_title{

}
.news-card-link .card-description .card_title h3{
    color: var(--black, #252729);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .news-card-link .card-description {
        flex-direction: column;
        align-items: start;
    } 
}

.contact_itms .itm .txtbox .btn_div {
    display: flex;
    justify-content: center;
}

/* news slider bottom dots */
.custom_controller{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.custom_controller .left_news,
.custom_controller .right_news{
    cursor: pointer;
}
.custom_controller .news_slider_pausebtn{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width:12px;
    height: 14px;
    background-size: cover;
    background-image: url(../images/news_slider_pause.png);
}
.custom_controller .paused{
    mix-blend-mode: luminosity;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}
.dots-2{
    display: flex;
    justify-content: center;
}
.dots-2 .slick-dots {
    text-align: center;
    position: relative;
    bottom: 0;
    display: flex;
}
.dots-2 .slick-dots li {
    display: inline-block;
    
}
.dots-2 .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background:  var(--blue-45, #D9EAFE);
    border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
    background: var(--blue, #0974E8);
}
.dots-2 .slick-dots button:before{
    display: none;
}

/* filter custom news */
.news_category_filter{
    display: flex;
    margin-bottom: 0;
    width: 95%;
    max-width: 1188px;
    justify-content: center;
    gap: 16px;
    flex-wrap: nowrap;
}
.news_category_filter > label{
    cursor: pointer;
    margin-right: 0;
    width: 100%;
    max-width: 285px;
    display: flex;
    justify-content: center;
    height: 48px;

    color: var(--blue, #0974E8);
    text-align: center;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.news_category_filter > label > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 6px;
    color: var(--blue, #0974E8);
    border: 1px solid var(--blue, #0974E8);
}
input[type=radio].news_category_radio{
	display: none;
}
input[type=radio].news_year_radio{
	display: none;
}
input[type=radio].news_category_radio:checked+span{
    display: flex;
    color: var(--white, #FFF);
    border-radius: 6px;
    border: 1px solid var(--blue, #0974E8);
    background: var(--blue, #0974E8);
    width: 100%;
    align-items: center;
    justify-content: center;
}
input[type=radio].news_year_radio:checked+span{
	color:#0974E8;
}
.added_more_btn {
	position: absolute;
	bottom: -80px;
	margin: auto;
	right: 0;
	left: 0;
}
.section-first.news {
	max-width: 120rem;
}
@media (min-width: 768px) {
	.news-card-description {
		padding: 3.2rem;
	}
	.news_year_filter{
		margin-bottom: 3.2rem;
	}
	.news_year_filter > label{
		margin-right: 4rem;
		font-size: 1.6rem;
	}
	.added_more_btn {
		bottom: -96px;
	}
}

.section{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.slick-initialized .slick-slide {
	flex-shrink: 0;
}

.sliderArea {
    /* max-width: 400px; */
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    /* padding: 0 25px; */

    /* blur */
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.10);
}
.sliderArea .slick-slide {
    margin: 0 5px;
}
.sliderArea .slider-news-item{
    display: flex !important;
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    min-height: 223px;
    margin: 0;
}
.sliderArea .slider-news-item .slider-news-image{
    width: 100%;
    display: flex;
    max-width: 400px;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.sliderArea .slider-news-item .slider-news-card{
    width: 100%;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.sliderArea .slider-news-item .slider-news-card .card_date_tag{
    display: flex;
    gap: 16px;
    max-width: 352px;
    width: 100%;
    align-items: center;
}
.sliderArea .slider-news-item .slider-news-card .card_date_tag time{
    color: var(--Gray, #8C9197);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 200%; /* 32px */
}
.sliderArea .slider-news-item .slider-news-card .card_date_tag .tag{
    min-width: 86px;
    border-radius: 4px;
    border: 1px solid var(--blue, #0974E8);
    color: var(--blue, #0974E8);
    
    font-size: 12px;
    line-height: 200%;
    font-weight: 400;
    margin: 0;
    background-color: var(--white, #FFF);
    min-width: 86px;
    text-align: center;
}
.sliderArea .slider-news-item .slider-news-card .card_title{
    color: var(--black, #252729);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 352px;
    width: 100%;
}
.slick-prev, .slick-next {
    z-index: 1;
    display: none !important;
}
.slick-prev:before, .slick-next:before {
    color: #000;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}
.slick-active {
    opacity: 1;
}
.slick-current {
    opacity: 1;
}
.thumb {
    margin: 20px 0 0;
}
.thumb .slick-slide {
    cursor: pointer;
}
.thumb .slick-slide:hover {
    opacity: .7;
}

@media screen and (max-width: 880px) {
    .section {
        max-width: 400px;
        width: 87.201%;
        gap: 32px;
    }
    .sliderArea .slider-news-item {
        min-height: unset;
        flex-direction: column;
        gap: 0;
    }
    .sliderArea .slider-news-item .slider-news-image{
        max-width: unset;
    }
    .sliderArea .slider-news-item .slider-news-image{
        max-height: 50%;
        align-items: center;
        overflow: hidden;
    }
    .sliderArea .slider-news-item .slider-news-card .card_date_tag,
    .sliderArea .slider-news-item .slider-news-card .card_title {
        width: 85.322%;
        align-self: center;
        max-width: unset;
    }
    .sliderArea .slider-news-item .slider-news-card .card_title{
        -webkit-line-clamp: 2;
    }
}

@media screen and (max-width: 880px) {
    .sliderArea .slider-news-item .slider-news-card .card_date_tag .tag {
        height: 24px;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .news_category_filter,
    .news_list_section .card-list-container {
        width: 87.201%;
    }
    .news_category_filter{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .news_list_section .card-list-container .card-container .card-description {
        padding: 24px;
        padding-left: 0;
        padding-right: 0;
        gap: 8px;
    }
    .news_filter_section {
        margin-top: 64px;
    }
    .news_filter_section .section_main {
        padding-bottom: 24px;
    }
    .slidenews_section{
        padding-top: 64px;
    }
}


/* pagination bar custom  */
.pagination{
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 48px;
}
.pagination .page-numbers{
    display: flex;
    gap: 16px;
}
.pagination .page-numbers {
    color: var(--blue-0, #0974E8);
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid var(--blue-0, #0974E8);

    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.pagination .current{
    color: var(--white, #FFF);
    background-color: var(--blue-0, #0974E8);
}
.pagination .prev{
    transform: rotate(180deg);
}

.pagination .next,
.pagination .prev{
    border: none;
    width: 15px;
    height: 40px;
}

@media screen and (max-width: 880px) {
    .news_archive .section_main .title > h1 {
        font-size: 32px;
    }
    .sliderArea .slider-news-item .slider-news-card .card_date_tag time {
        font-size: 14px;
    }
    .news_archive .section_main{
        margin-top: 49px;
    }
    .news-card-link .card-description .card_date_tag time {
        font-size: 14px;
    }
    .news-card-link .card-description .card_date_tag .tag {
        padding: 0;
        padding-left: 6px;
        padding-right: 6px;
        height: 25px;
        font-size: 12px;
    }
    .content-inner .blu_button_line{
        max-width: 327px;
    }
    
}

@media screen and (max-width: 768px) {
    .news_category_filter > label {
        height: 29px;
        font-size: 12px;
        max-width: unset;
    }
    .pagination {
        margin-top: 24px;
    }
}

footer {
    margin-top: 0;
}
.white_space_news {
    height: 80px;
}
.single_news_btnbox {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 880px) {
    .white_space_news {
        height: 64px;
    }
}
@media screen and (max-width: 767px) {
    .article-content-container > header {
        padding-top: 64px;
    }
}
@media screen and (max-width: 500px) {
    #blu_title {
        width: 100%;
        max-width: 327px;
    }
    #blu_title > h2 {
        text-align: left;
    }
}