
.button-primary:hover {
    background: #0d8ec7;
    color: var(--white);
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
/* For PC: */
@media (min-width:1200px) {
    .news-line-flex {
        display: flex;
    }

    .button-primary {
        background: linear-gradient(90deg,#00BCD4 0%,rgb(0 96 173 / 77%) 60%,#3F51B5 100%);
        color: var(--white);
        border-radius: 50px;
        overflow: hidden;
        font-size: var(--fs-22);
        padding: 5px 25px;
        position: relative;
        cursor: pointer;
        height: 45px;
        top: 25%;
        width: 190px;
    }
}
/* For mobile phones: */
@media only screen and (max-width: 767px) {
    .news-line-flex {
        display: inherit;
    }

    .button-primary {
        background: linear-gradient(90deg,#00BCD4 0%,rgb(0 96 173 / 77%) 60%,#3F51B5 100%);
        color: var(--white);
        border-radius: 50px;
        overflow: hidden;
        font-size: var(--fs-22);
        padding: 10px 25px;
        position: relative;
        cursor: pointer;
        height: 45px;
        top: 25%;
        width: 170px;
    }
}

.table > :not(:first-child) {
    border-top: none;
}

tbody, td, tfoot, th, thead, tr {
    border-style: none;
}

.product-sub img {
    margin-bottom: 0px;
}

.link--arroweds {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}

.table td {
    border-top: 0px solid #dee2e6;
}

.line {
    border-bottom: 1px solid #0060ad;
}

.links {
    color: #333;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    text-decoration: none;
}

    .links:hover {
        color: #747474;
        cursor: pointer;
        font-weight: 400;
        font-size: 20px;
        text-decoration: none;
    }

.card-news1 {
    display: inline-block;
    /*    margin-right: 30px;
    padding: 15px;
    margin-left: 30px;*/
    /* padding-right: 20px; */
}

    .card-news1 .date {
        display: flex;
        padding: 20px;
        color: #222222;
        font-size: 20px;
        font-weight: 600;
    }

    .card-news1 .content {
        width: 100%;
        margin: 10px 0px 10px;
        overflow: hidden;
        line-height: 1.2;
        transition: all 0.3s ease-in-out;
        color: #2c2b2b;
        height: 32px;
    }

        .card-news1 .content:hover {
            transform: translateX(5px);
            transition: all 0.3s ease-in-out;
            color: #0060ad;
        }

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-news1 .line {
    border-bottom: 1px solid #d6d6d6;
}

.img-news {
    max-height: 30px;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.ir-news {
    max-width: 1180px !important;
    padding: 50px 0px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .card-news1 .content {
        height: 38px;
    }
}

@media (min-width: 576px) {
    .card-deck .card {
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .card-news1 .content {
        margin: 15px 0 15px;
    }
}


/*    .card-news1 {
        display: inline-block;
        margin-right: 10px;
        padding: 15px;
        margin-left: 10px;
         padding-right: 20px; 
    }*/

.page-header {
    text-align: center;
    font-size: 1.5em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 30px 0
}

#pagination {
    margin: 0;
    padding: 0;
    text-align: center
}

    #pagination li {
        display: inline
    }

        #pagination li a {
            display: inline-block;
            text-decoration: none;
            padding: 5px 10px;
            color: #000
        }


        /* Active and Hoverable Pagination */

        #pagination li a {
            border-radius: 5px;
            -webkit-transition: background-color 0.3s;
            transition: background-color 0.3s
        }

            #pagination li a.active {
                background-color: #EC8432;
                color: #fff
            }

            #pagination li a:hover:not(.active) {
                background-color: #ddd;
            }


/* border-pagination */

.b-pagination-outer {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    overflow: hidden;
    display: flex;
}

#border-pagination {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}

    #border-pagination li {
        display: inline;
    }

        #border-pagination li a {
            display: block;
            text-decoration: none;
            color: #000;
            padding: 5px 10px;
            border: 1px solid #ddd;
            float: left;
        }

        #border-pagination li a {
            -webkit-transition: background-color 0.4s;
            transition: background-color 0.4s
        }

            #border-pagination li a.active {
                background-color: #0060ad;
                color: #fff !important;
            }

            #border-pagination li a:hover:not(.active) {
                background: #ddd;
            }


/*********************************************/


/*****************news_clipping*************/


/* a:hover{
    color: #94c946;
} */

.icon-calendar2 {
    background-color: #0094d9;
}

#tribe-bar-form input[type="text"],
.input-text,
.tribe-bar-disabled #tribe-bar-form .tribe-bar-filters input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="phone-number"],
input[type="text"] {
    border: 1px solid #d2d2d2;
    font-size: 16px;
    color: #747474;
    padding: 9px 15px;
    width: 100%;
    box-sizing: border-box;
}

.crop-news-clipping {
    margin-right: 30px;
    padding: 0px;
    margin-left: 0px;
    padding-right: 20px;
    margin-bottom: 50px;
}

.button_search {
    width: 161px;
    /* background: #4c4d4e; */
    background: #EC8432;
    padding: 9px;
    padding: 9px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border-radius: 7px;
    margin: 0;
    display: grid;
}

    .button_search:hover {
        background: #F2A874;
        color: #ffffff !important;
    }

    .button_search:focus {
        background: #EC8432;
        color: #ffffff;
        text-decoration: none;
    }

.box-btt-search {
    padding-bottom: 10px;
    padding-top: 25px;
}

.card-news1 .content2 {
    width: 100%;
    margin: 0px 21px 0px;
    overflow: hidden;
    line-height: 1.2;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

.img-news_clipping {
    width: 110px;
    margin: 20px;
}

.card-news12 {
    margin-top: 30px;
}

.card-clipping {
    width: 100%;
    margin-top: 30px;
}

.box-news-f1 {
    margin: 0 auto 50px auto;
}

@media (max-width: 500px) {
    .card-analyst_report {
        width: auto;
    }

    .box-news-f1 {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .crop-news-clipping {
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 60px;
        padding: 0px 0px;
    }

    .card-news12 {
        margin-top: 0;
    }

    .card-clipping {
        width: 100%;
        margin-top: 30px;
        padding: 0 25px;
    }
}

@media (max-width: 414px) {
    .img-news_clipping {
        width: 110px;
    }
}

@media (max-width: 320px) {
    .crop-news-clipping {
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 60px;
        padding: 0px 0px;
    }

    .card-clipping {
        padding: 0 15px;
    }
}


/*****************news_clipping*************/


/*********************************************/


/*********************************************/


/********************news*********************/

.card--news .card__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    padding: 1.5rem 2rem;
    padding-bottom: 35px;
}

.card--news {
    overflow: hidden;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 15px 45px rgb(204 204 204 / 10%);
    margin-bottom: 4rem !important;
}

    .card--news:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 14px;
        height: 14px;
        /*    background-color: #58b835;*/
        border-bottom-right-radius: 15px;
        pointer-events: none;
    }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 2px 20px rgb(213 213 214 / 68%);
    border-top-width: 0px;
    border-radius: 0 0 0.25rem;
}

.card-deck .card {
    margin-bottom: 15px;
}

svg:not(:root) {
    overflow: hidden;
}

.arrow-icon1 {
    margin: -10px 0;
}

.news-wrap {
    background: #fff;
    min-height: 180px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgb(213 213 214 / 68%);
}

.detail-news {
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #000;
    height: 50px;
}

.img-pic-news {
    height: 210px;
    background-size: cover;
    width: 100%;
}

@media (max-width: 650px) {
    .news-wrap {
        min-height: auto;
    }
}

@media (max-width: 414px) {
    .img-pic-news {
        height: auto;
        width: 100%;
    }

    .card-news1 .content {
        margin: 0px 0 15px;
    }
}

@media (max-width: 320px) {
    .card-box-crop {
        padding: 0px;
    }
}


/******************end-news*******************/


/*********************************************/

a:focus,
a:hover {
    text-decoration: none;
}


/******************analyst_report*******************/


/*********************************************/

.img-analyst_report {
    width: 120px;
    margin-bottom: 10px;
}

.card-analyst_report {
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
}

@media (max-width: 500px) {
    .card-analyst_report {
        width: auto;
    }
}


/*********************************************/


/*********************************************/


/*********************************************/

.content,
.sidebar {
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    min-height: 1px;
    z-index: 1;
}

.content {
    border-right-width: 0px;
}

.bt-n1 {
    color: #0060ad;
    font-size: 18px;
}

    .bt-n1:hover {
        color: #0060ad;
        transform: translateX(5px);
        transition: all 0.3s ease-in-out;
    }


/*********************************************/


/*********************************************/

@media screen and (max-width: 991px) {
    .date img {
        width: auto !important;
    }
}



/*** 



====================================================================

    News Section

====================================================================



***/



.news-section {
    position: relative;
    padding: 120px 0 90px;
    overflow: hidden;
}



    .news-section .float-image {
        position: absolute;
        left: -370px;
        bottom: -20px;
    }



.news-block {
    position: relative;
    margin-bottom: 30px;
}



    .news-block .inner-box {
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    }



        .news-block .inner-box:hover .image-box .image a:after {
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
        }



        .news-block .inner-box:hover .image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

/* For PC: */
@media (min-width:1200px) {
}
/* For mobile phones: */
@media only screen and (max-width: 767px) {
}

.news-block .image-box {
    position: relative;
    margin: 20px 20px 0;
    height: 200px;
}



    .news-block .image-box .image {
        position: relative;
        overflow: hidden;
        margin-bottom: 0;
    }



        .news-block .image-box .image img {
            display: block;
            width: 100%;
            -webkit-transition: all 400ms ease;
            transition: all 400ms ease;
        }



        .news-block .image-box .image a:after {
            background: rgba(255, 255, 255, 0.3);
            bottom: 0;
            content: "";
            left: 50%;
            position: absolute;
            right: 51%;
            top: 0;
            opacity: 1;
            pointer-events: none;
            -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
        }



    .news-block .image-box .date {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: var(--theme-color1);
        bottom: 0;
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        height: 75px;
        left: 20px;
        letter-spacing: 0.1em;
        line-height: 16px;
        position: absolute;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 60px;
        text-transform: uppercase;
    }



        .news-block .image-box .date b {
            color: #fff;
            display: block;
            line-height: 1.1;
            font-size: 24px;
            font-weight: 700;
        }



.news-block .lower-content {
    position: relative;
    padding: 25px;
    height: 220px;
}



.news-block .post-info {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



    .news-block .post-info li {
        position: relative;
        font-size: 14px;
        line-height: 25px;
        color: #767676;
        font-weight: 500;
        margin-right: 14px;
    }



        .news-block .post-info li i {
            margin-right: 5px;
            color: var(--theme-color1);
            font-size: 14px;
        }



.news-block .title {
    color: var(--theme-color3);
    display: block;
    margin-top: 0;
    position: relative;
}



    .news-block .title a {
        color: var(--theme-color3);
        display: inline-block;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }



        .news-block .title a:hover {
            color: var(--bs-link-hover-color);
        }



.news-block-two {
    position: relative;
    margin-bottom: 30px;
}



    .news-block-two .inner-box {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }



        .news-block-two .inner-box:hover .image-box .image a:after {
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all 400ms linear;
            transition: all 400ms linear;
        }



        .news-block-two .inner-box:hover .image img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }



    .news-block-two .image-box {
        position: relative;
        border-radius: 10px;
        -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }



        .news-block-two .image-box .image {
            position: relative;
            overflow: hidden;
            margin-bottom: 0;
        }



            .news-block-two .image-box .image img {
                display: block;
                width: 100%;
                -webkit-transition: all 400ms ease;
                transition: all 400ms ease;
            }



            .news-block-two .image-box .image a:after {
                background: rgba(255, 255, 255, 0.3);
                bottom: 0;
                content: "";
                left: 50%;
                position: absolute;
                right: 51%;
                top: 0;
                opacity: 1;
                pointer-events: none;
                -webkit-transition: all 400ms linear;
                transition: all 400ms linear;
            }



        .news-block-two .image-box .date {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #151515;
            border-radius: 10px;
            color: #ffffff;
            font-size: 12px;
            font-weight: 500;
            height: 69px;
            letter-spacing: 0.1em;
            line-height: 16px;
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            width: 64px;
            text-transform: uppercase;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
        }



            .news-block-two .image-box .date b {
                color: #fff;
                display: block;
                font-size: 16px;
                font-weight: 700;
                line-height: 1.2;
                text-transform: uppercase;
            }



        .news-block-two .image-box:before {
            background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(23, 26, 29, 0.01)));
            background: linear-gradient(0deg, #000 0%, rgba(23, 26, 29, 0.01) 100%);
            bottom: 0;
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            border-radius: 10px;
            -webkit-transition: all 0.6s ease;
            transition: all 0.6s ease;
            opacity: 1;
            visibility: visible;
        }



    .news-block-two .lower-content {
        bottom: 0;
        padding: 25px 40px 35px;
        position: absolute;
        width: 100%;
    }



        .news-block-two .lower-content:after {
            background-color: #fff;
            content: "";
            height: 100%;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            top: auto;
            position: absolute;
            z-index: 1;
            border-radius: 0px 0px 10px 10px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            opacity: 0;
            visibility: hidden;
            z-index: 0;
        }



    .news-block-two .post-info {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        z-index: 1;
    }



        .news-block-two .post-info li {
            position: relative;
            font-size: 16px;
            line-height: 1.2;
            color: #ffffff;
            font-weight: 500;
            margin-right: 14px;
        }



            .news-block-two .post-info li i {
                margin-right: 5px;
                color: var(--theme-color1);
                font-size: 14px;
            }



    .news-block-two .title {
        color: #ffffff;
        display: block;
        margin-top: 0;
        position: relative;
        z-index: 1;
    }



    .news-block-two:hover .title,
    .news-block-two:hover .post-info li {
        color: var(--theme-color3);
    }



    .news-block-two:hover .image-box:before {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
    }



    .news-block-two:hover .lower-content:after {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
        visibility: visible;
    }



    .news-block-two:hover .date {
        background-color: var(--theme-color1);
    }



    .news-block-two:hover .inner-box {
        -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
        box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.08);
    }



.home6-news-section .sub-title {
    color: var(--theme-color5);
}
