/*Section-1*/

.main_news {
    background-color: #fff;
    padding: 2rem 0rem 1rem 0rem;
}

.wrap_chap {
    margin-bottom: 2rem;
}

.title_chap {
    text-transform: uppercase;
    color: #2D2D2D;
    font-size: 23px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 1rem;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    transition: all 0.2s ease-in-out;
}

a .title_chap:hover {
    color: #635959;
}

.title_chap::after {
    content: "";
    position: absolute;
    width: 132px;
    height: 2px;
    bottom: -1px;
    left: 0px;
}

.main_news:first-child .title_chap::after {
    background-color: #fe0003;
}

.main_news:nth-child(2) .title_chap::after {
    background-color: #4b94fc;
    width: 141px;
}

.main_news:nth-child(3) .title_chap::after {
    background-color: #1adc2d;
    width: 200px;
}

.main_news:nth-child(4) .title_chap::after {
    background-color: #8424f8;
    width: 250px;
}

.wrap_line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.left_line,
.right_line {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.wrap_banner_big {
    overflow: hidden;
}

.banner_big {
    width: 100%;
    margin-bottom: 1.2rem;
    transition: all 0.5s ease-in-out;
}

.banner_big:hover {
    transform: scale(1.05);
}

.h4_banner {
    color: red;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    font-size: 1.1rem;
}

.p1 {
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0.3rem;
    color: grey;
}

.p2 {
    font-size: 1rem;
    margin-bottom: 0.3rem;
    color: #000;
}

.wrap_img_tt {
    overflow: hidden;
}

.wrap_slide1 .owl-carousel .owl-item img.img_tt {
    margin-bottom: 0.8rem!important;
    transition: all 0.3s ease-in-out;
}

.wrap_slide1 .owl-carousel .owl-item img.img_tt:hover {
    transform: scale(1.03);
}

.p_tt {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0.4rem;
    font-weight: 600;
    overflow-y: hidden;
}

.p1_tt {
    font-style: italic;
    margin-bottom: 0.3rem;
    color: grey;
    overflow-y: hidden;
}

.p2_tt {
    margin-bottom: 0.3rem;
    color: #000;
    overflow-y: hidden;
}

.wrap_slide1 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
}

.wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
}

.wrap_slide1 .owl-carousel .owl-nav button.owl-next span {
    padding: 0px 12px;
    font-size: 26px;
    border: 1px solid grey;
}

.wrap_slide1 .owl-carousel .owl-nav button.owl-prev span {
    padding: 0px 12px;
    font-size: 26px;
    border: 1px solid grey;
}

.wrap_slide1 .owl-stage {
    padding-left: 0px !important;
}

.wrap_button_more {
    position: absolute;
    top: -11%;
    right: 15px;
    z-index: 2;
}

.button_more {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5f5f5f;
    text-transform: uppercase;
    border-radius: 0.5rem;
    background-color: #e1e1e1;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}

.button_more:hover {
    background-color: transparent;
    border: 1px solid #908a8a;
}

@media (max-width: 575px) {
    .wrap_main {
        padding: 0rem 0rem 4rem 0rem;
    }
    .mt_k1 {
        margin-top: 1.5rem;
    }
    .mt_k2 {
        margin-top: 4.5rem;
    }
    .border_1 {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 1.5rem;
    }
    .wrap_slide1 {
        margin-top: 1.5rem;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 14%;
    }
    .wrap_button_more {
        top: -8%;
    }
    .wrap_slide1 .owl-theme .owl-nav {
        position: relative;
        margin-top: 10px!important;
    }
}

@media (max-width: 500px) {}

@media (max-width: 430px) {}

@media (max-width: 410px) {}

@media (max-width: 380px) {}

@media (max-width: 370px) {}

@media (max-width: 320px) {}

@media (min-width: 576px) {
    .wrap_main {
        padding: 0rem 0rem 4rem 0rem;
    }
    .mt_k1 {
        margin-top: 1.5rem;
    }
    .mt_k2 {
        margin-top: 6rem;
    }
    .p_tt {
        height: 76px;
        font-size: 1.02rem;
    }
    .p1_tt {
        font-size: 0.9rem;
        height: 25px;
    }
    .p2_tt {
        height: 135px;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 8%;
    }
    .wrap_slide1 .owl-theme .owl-nav {
        position: relative;
        margin-top: 0px!important;
    }
}

@media (min-width: 768px) {
    .mt_k1 {
        margin-top: 2rem;
    }
    .mt_k2 {
        margin-top: 5rem;
    }
    .p_tt {
        height: 65px;
        font-size: 1.02rem;
    }
    .p1_tt {
        font-size: 0.9rem;
        height: 25px;
    }
    .p2_tt {
        height: 110px;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 6%;
    }
}

@media (min-width: 992px) {
    .wrap_main {
        padding: 0rem 0rem 4rem 0rem;
    }
    .mt_k1 {
        margin-top: 2rem;
    }
    .mt_k2 {
        margin-top: 4.5rem;
    }
    .p_tt {
        height: 68px;
        font-size: 1.02rem;
    }
    .p1_tt {
        font-size: 0.9rem;
        height: 25px;
    }
    .p2_tt {
        height: 115px;
    }
}

@media (min-width: 1024px) {
    .wrap_title_chap {
        width: 33%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .left_line {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding-right: 15px;
    }
    .right_line {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
        padding-left: 15px;
    }
    .mt_k1 {
        margin-top: 1rem;
    }
    .mt_k2 {
        margin-top: 1rem;
    }
    .p_tt {
        height: 76px;
        font-size: 1.02rem;
    }
    .p1_tt {
        font-size: 0.9rem;
        height: 25px;
    }
    .p2_tt {
        height: 130px;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 7%;
    }
    .wrap_slide1 .owl-theme .owl-nav {
        position: relative;
        margin-top: 10px!important;
    }
}

@media (min-width: 1200px) {
    .wrap_main {
        padding: 1rem 0rem 4rem 0rem;
    }
    .p_tt {
        height: 74px;
        font-size: 1.02rem;
    }
    .p1_tt {
        font-size: 0.9rem;
        height: 25px;
    }
    .p2_tt {
        height: 125px;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 6%;
    }
}

@media (min-width: 1300px) {}

@media (min-width: 1400px) {
    .p_tt {
        height: 53px;
        font-size: 1.06rem;
    }
    .p1_tt {
        font-size: 1rem;
        height: 25px;
    }
    .p2_tt {
        height: 110px;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 5%;
    }
}

@media (min-width: 1500px) {}

@media (min-width: 1600px) {
    .wrap_main {
        padding: 1rem 0rem 2rem 0rem;
    }
    .p2_tt {
        height: 100px;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 4.8%;
    }
}

@media (min-width: 1700px) {
    .wrap_main {
        padding: 1rem 0rem 2.5rem 0rem;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-next {
        right: 0%;
    }
    .wrap_slide1 .owl-carousel .owl-nav button.owl-prev {
        right: 4.2%;
    }
    .wrap_slide1 .owl-theme .owl-nav {
        position: relative;
        margin-top: 0px!important;
    }
}

@media (min-width: 1800px) {
    .wrap_slide1 .owl-theme .owl-nav {
        position: relative;
        margin-top: -10px!important;
    }
}

@media (min-width: 1350px) and (max-width: 1499px) {}

@media (min-width: 1200px) and (max-width: 1349px) {}

@media (min-width: 1025px) and (max-width: 1199px) {}

@media (min-width: 992px) and (max-width: 1024px) {
    .border_1 {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .border_1 {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 1.5rem;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .border_1 {
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 991.9px) {}


/**/

@media (max-width: 1199.89px) {
    #notification .bg_notification {
        margin-top: 30px !important;
    }
}

@media (max-width: 1023.89px) {
    #notification .bg_notification {
        margin: 30px 0px 0px 0px !important;
    }
    .wrap_main .wrap_line {
        background: #f5f5f5;
    }
}