.news .section__banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news .section__banner .slider__banner {
    position: absolute;
    max-width: 1093px;
}

.news .section__banner .slider__banner .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.news .section__banner .slider__banner .post_item a {
    color: #fff;
    font-size: 65px;
    font-weight: 400;
    line-height: 1.34;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    display: block;
    font-family: "Proxima-Nova-Font";
    width: 100%;
}

.news .section__banner .banner__img,
.news .section__banner .banner__img img {
    width: 100%;
}

.news .section__banner .slider__banner .post_item .read_more {
    margin-top: 40px;
    margin-bottom: 40px;
}

.news .section__banner .slider__banner .post_item .read_more a {
    width: 199px;
    margin: 0 auto;
    text-transform: uppercase;
    background: #fff;
    display: block;
    text-align: center;
    color: rgba(255, 51, 153, 1);
    padding: 15px 5px;
    font-size: 14px;
    font-family: "Proxima-Nova-Font";
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s;
}

.news .section__banner .slider__banner .post_item .read_more a:hover {
    color: #fff;
    background: rgba(255, 51, 153, 1);
}

.news .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    overflow: hidden;
}

.news .slick-dots li.slick-active {
    width: 10px;
    height: 10px;
}

.news .slick-dots li button {
    background-color: rgba(196, 196, 196, 1) !important;
    width: 100%;
    height: 100%;
}

.news .slick-dots li.slick-active button {
    background-color: rgba(65, 66, 66, 1) !important;
    padding: 0;
    opacity: 1;
}

#myBtnContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

#myBtnContainer button {
    color: #FF3399;
}

#myBtnContainer button.is-checked {
    font-weight: bold;
}

.section__tab--post {
    margin-top: 60px;
}

.element-item .category a {
    border-right: 1px solid;
    padding-right: 5px;
    display: inline-block;
    line-height: 0.8;
}

.element-item .category a:last-child {
    border: none;
}

.filter {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.filter #filter_type button,
#sort_by,
#filter_tag,
.search_form button[type="button"],
.search_form input[name="keyword"] {
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    text-transform: uppercase;
    color: #252525;
    font-family: "Proxima-Nova-Font";
    border: none !important;
    padding: 10px;
    outline: none;
}

.search_form input[name="keyword"] {
    text-transform: capitalize;
}

.search_form input[name="keyword"]:focus {
    outline: none;
}

.search_form input[name="keyword"]:placeholder {
    text-transform: inherit;
}

.filter #filter_type button,
.search_form button[type="button"] {
    background: none !important;
}

.search_form label {
    margin-bottom: 0;
}


#sort_by,
#filter_tag {
    background: url(../img/arrow-down.svg) no-repeat center right;
    font-weight: bold;
    padding-right: 21px;
}



.filter #filter_type button.is-checked {
    font-weight: bold;
}

.search_form {
    position: relative;
    margin-bottom: 30px;
}

.filter:after,
.search_form:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #BFBFBE;
    position: absolute;
    bottom: 0;
    left: 0;
}


#news_tag .tag_title {
    border-bottom: 1px solid #BFBFBE;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

#news_tag .list_tags {
    color: #FF3399;
}

#news_tag .list_tags a:hover {
    text-decoration: underline;
}

#news_tag .block__list--posts a {
    text-transform: capitalize;
}

#loadMore {
    margin-bottom: 0;
}

.news .post-content {
    margin-bottom: 60px;
}

.news .section__banner.pc {
    display: flex;
}

.news .section__banner.mobile {
    display: none;
}

@media screen and (max-width: 1280px) {
    .news .section__banner .slider__banner .post_item a {
        font-size: 40px;
    }

    .news .section__banner .slider__banner {
        max-width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .news .section__banner .slider__banner .post_item a {
        font-size: 26px;
    }
}

@media screen and (max-width: 460px) {
    .news .section__banner .slider__banner .post_item .read_more {
        margin-bottom: 5px;
        margin-top: 25px;
    }

    .news .section__banner .slider__banner {
        margin-bottom: 0;
    }

    .news .section__banner.mobile {
        display: flex;
    }

    .news .section__banner.pc {
        display: none;
    }

    .news .post-content {
        padding: 50px 20px 20px;
    }

    .section__tab--post .container {
        padding-right: 0;
        padding-left: 0;
    }

    .slick-dots {
        bottom: -105px;
    }

    .news .post-content .element-item {
        padding-top: 15px;
    }

    .filter {
        flex-wrap: wrap;
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    #myBtnContainer,
    .search_form {
        width: calc(100% - 40px);
        margin: 0 auto;
        justify-content: space-between;
    }

    .search_form {
        margin-bottom: 30px;
    }

    .search_form label {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
    }

    .search_form button {
        width: 38px;
    }

    .search_form input {
        width: calc(100% - 38px);
    }

    #filter_type {
        width: 100%;
        border-bottom: 1px solid #bfbfbf;
    }

    #filter_tag {
        width: 100%;
    }

    #sort_by {
        width: 100%;
        border-top: 1px solid #bfbfbf !important;
    }

    .filter #filter_type button,
    #sort_by,
    #filter_tag,
    .search_form button[type="button"],
    .search_form input[name="keyword"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 414px) {
    .slick-dots {
        bottom: -78px;
    }
}
@media screen and (max-width: 390px) {
    .slick-dots {
        bottom: -51px;
    }
}