.news-wrapper{
    padding: 40px;
    background: linear-gradient(90deg, #f4f4f4 7%, hsla(0, 0%, 100%, .220348) 17%);
    transition: all .3s ease-in-out;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.news-image img{
    height: 409px;
    object-fit: cover;
    width: 100%;
    /*border-top-right-radius: 20px;*/
    /*border-bottom-right-radius: 20px;*/
    border-radius: 20px;
}

.item-wrapper h2{
    font-size: 1.5rem;
    margin-top: 21px;
    margin-bottom: 15px;
}

.item-image img{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.item-news h4{
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.item-news{
    padding-bottom: 20px;
}

.background-color__block {
    /*background-color: #F4FAF5;*/
    padding-top: 70px!important;
    padding-bottom: 70px;
    /*margin-bottom: 70px;*/
}

.padding-top{
    padding-top: 145px;
}

.item-wrapper a{
    background-color: #F3F4F7;
    color: #3D4867;
    border: 1px solid #F3F4F7;
    font-weight: 500;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
    margin-bottom: 10px;
}


.item-news a{
    background-color: #F3F4F7;
    color: #3D4867;
    border: 1px solid #F3F4F7;
    font-weight: 500;
    border-radius: 10px;
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
    margin-bottom: 10px;
}

.news-button a{
    background-color: transparent;
    color: #0B1941;
    border: 1px solid #e5e5e5;
    margin: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}

.news-title h4{
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.news-title span{
    font-size: 12px;
    color: #0078f6;
}


.categoryhead.finance{
    padding-bottom: 140px;
    padding-top: 140px;
}

.categoryhead h1 span {
    display: block;
    width: fit-content;
    padding-right: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #B0EAF3 40%);
}

.featured .uk-card {
    border: 1px solid #0B19411F;
}

.uk-card-small.uk-card-body, .uk-card-small .uk-card-body {
    padding: 20px 20px;
}



.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color, border-color;
}

.uk-button-tag {
    background-color: #F3F4F7;
    color: #3D4867;
    border: 1px solid #F3F4F7;
    font-weight: 500;
    border-radius: 10px;
}

.uk-button-xsmall {
    font-size: 12px;
    padding: 0 10px;
    line-height: 25px;
}

.uk-margin-remove {
    margin: 0 !important;
}

.uk-text-medium {
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
}


.uk-card-body{
    border: 1px solid #e1e1e1
}

.uk-card-hover:not(.uk-card-default):not(.uk-card-primary):not(.uk-card-secondary):hover {
    background-color: #fff;
    box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}


.image a img{
    height: 261px;
    width: 100%;
    object-fit: cover;
}

.text-center{
    align-items: center;
    justify-content: center;
}

.post-category2 {
    text-decoration: none;
    color: #000;
    line-height: 1.4;
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(0deg, #3380EF 50%, transparent 0);
}

.pv-social-link {
    color: #000;
    text-decoration: none;
    width: 30px;
    height: 30px;
    font-size: 12px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid #e4e4e4;
    margin-right: 13px;
}

.pv-social-link svg {
    max-width: 10px;
    max-height: 10px;
}

.media-post-wrap p a img{
    width: 100%;
    height: 100%;
}

.media-post-wrap p ,.media-post-wrap h2,.media-post-wrap h3, .media-post-wrap h4, .media-post-wrap h5 {
    margin-top: 25px;
    font-size: 17px;
    color: #111;
    padding-right: 180px;
    padding-left: 180px;
    text-align: justify;
}

.title-font-list {
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto;
    position: relative;
    margin-bottom: 15px;
    margin-top: 0;
}


.title-spam:after {
    content: "";
    background: #0078f6;
    height: 3px;
    position: absolute;
    width: 100px;
    top: 45%;
    margin-left: 10px;
}


.order-detail-comment__form {
    margin-bottom: 30px;
}

.order-detail-comment__form .uk-textarea {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    resize: none;
    min-height: 100px;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
}

.order-detail-comment__form .uk-input {
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    resize: none;
    color: #363636;
    padding: 10px 14px;
    font-size: 14px;
    width: calc(100% - 160px);
}

.order-detail-comment__form .uk-button {
    background: #0078f6;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #0078f6;
    transition: .5s all;
    width: 139px;
    box-sizing: border-box;
    height: 46px;
    margin-left: 20px;
}

.black-bg {
    background: #000;
}


.footer__logo-wrap {
    padding: 30px 0;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
}

.footer__copyright {
    padding: 25px 0;
}

.footer__social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 10px 28px;
}

.list-wrap li, .slick-dots li {
    list-style: none;
}

.footer__social ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
    line-height: 1;
}

.copyright__text p {
    margin: 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #999999;
}


.copyright__menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 15px;
}

.copyright__menu ul li a {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

.footer__logo h2{
    color: #fff;
    font-size: 32px;
    text-align: start;
    font-weight: 600;
}

.w-100{
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav{
    padding-left: 0px;
    display: flex;
    justify-content: center;
}

.heigth__1 img{
    height: 300px;
    object-fit: cover;
}

.height__2 img{
    height: 270px;
    object-fit: cover;
}

.height__3 img{
    height: 561px;
    object-fit: cover;
}

.navbar-area{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pb-50{
    padding-bottom: 50px;
}

.news-wrapper h2{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-wrapper p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-news a:hover h4{
    color: #0078f6;
}

.uk-card-body p {
    color: #72808f;
    font-size: 12px;
}

.image a img {
    height: 261px;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.uk-card-small .uk-card-body {
    padding: 10px 15px;
    /* border-radius: 14px; */
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}



.breatcumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 260px 0 182px;
}

.style-two.breatcumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 150px;
}


.style-two.breatcumb-area {
    position: relative;
}

.breatcumb-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    /*background: linear-gradient(136deg, #FFFFFF -0.32%, rgba(255, 255, 255, 0) 30.14%);*/
    z-index: 1;
    background-color: rgba(0, 0, 0, .4);
}

.breatcumb-content {
    position: relative;
    z-index: 100;
}

.breatcumb-title h2 {
    font-size: 50px;
    color: #ffffff;
    line-height: 39px;
    font-weight: 400;
}

.media-post-wrap2 .thumb img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
}

.item-wrapper:hover a h2{
    color: #0078f6;
}

.news-wrapper:hover a h2{
    color: #0078f6;
}

#comments{
    padding-top: 80px;
}

@media (max-width: 1000px) {
    .news-title h4 {
        font-size: 1rem;
        font-weight: 600;
    }

    .video-area .top-post-wrap .thumb img{
        width: 100%;
        height: 340px;
    }
    .mobile-banner{
        flex-direction: column-reverse;
        gap: 17px;
    }
    .mobile-direction{
        flex-direction: column;
    }

    .footer__social ul{
        flex-direction: column;
    }
    .media-post-wrap p, .media-post-wrap h2, .media-post-wrap h3, .media-post-wrap h4, .media-post-wrap h5{
        padding: 0!important;
    }
}

.grid{display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:18px; margin-top: 40px}

/* Hover swap core */
.hover-swap{
    position:relative;
    display:block;
    width:100%;
    border-radius:16px;
    box-shadow:0 6px 22px rgba(0,0,0,.08);
    background:#fff;
}
.hover-swap img{
    position: relative;
    width:100%;
    /*height: 180px;*/
    display:block;
    transition:opacity .25s ease;
}

.hover-swap .img-hover{
    height: 100%;
}

/* Эхний зураг харагдана, хоёр дахь нь display:none */
.hover-swap .img-primary{ display:block; }
.hover-swap .img-hover  {
    display:none;
}

/* Hover үед солих — primary-г нууж, hover-г харуулна */
.hover-swap:hover .img-primary{ display:none; }
.hover-swap:hover .img-hover  { display:block; }

/* focus-visible дэмжлэг (клавиатур нэвтрэхэд) */
.hover-swap:focus-visible{ outline:3px solid #7c3aed; outline-offset:4px; }


.most-view__wrapper{

}

.news-image__Small img {
    border-radius: 0;
    height: 342px;
    width: 100%;
    object-fit: cover;
}

.most-view__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e5e7eb;
}

.title-view h2 {
    font-size: 28px;
    color: rgb(51 65 85);
    padding-top: 12px;
}

.most-view__wrapper p {
    font-size: 14px;
    color: rgb(51 65 85);
    line-height: 23px;
    font-weight: 300;
}

.most-view__wrapper span{
    color: rgb(51 65 85);
    font-size: 12px;
    font-weight: 500;
}


.most-view__wrapper:hover {
    background-color: rgb(237 242 248);
}


.carousel-captions {
    width: 100%;
    background-position: center 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 650px;
    margin-bottom: 40px;
}

.slider-area .carousel-inner .item .carousel-captions:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0) 17%, rgba(3, 3, 3, 1) 99%, rgba(0, 0, 0, 1) 100%);
}

.slider-area .carousel-inner .item .carousel-captions .content {
    display: block;
    position: relative;
    z-index: 999;
    overflow: hidden;
    vertical-align: middle;
    top: 365px;
    left: 0;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.lr_banner_content_inner_wrapper h2 {
    font-size: 14px;
    color: #000;
    animation-delay: 1.5s;
    background: #3380EF;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.lr_banner_content_inner_wrapper h3 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    animation-delay: 2.0s;
}


.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.lr_banner_content_inner_wrapper p {
    animation-delay: 3.5s;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.59);
    float: left;
    width: 100%;
}

.ne_wn_img_main_wrapper_index_2_banner_slider2 {
    float: left;
    width: 100%;
    min-height: 650px;
    background-position: center 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ne_wn_img_overlay2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0) 17%, rgba(3, 3, 3, 1) 99%, rgba(0, 0, 0, 1) 100%);
}


.prs_webseri_video_sec_icon_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 38%;
}


.prs_webseri_video_sec_icon_wrapper ul {
    display: inline-block;
}


.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}


.ne_wn_img_main_wrapper h2 {
    font-size: 14px;
    color: #000;
    animation-delay: 2.0s;
    background: #33cc99;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 10px 20px;
    position: absolute;
    top: 25px;
    left: -160px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.yellow h2:after, .yellow h2:before {
    border-left: 20px solid #3380EF !important;
    border-left: 20px solid #3380EF !important;
}

.ne_wn_img_main_wrapper h2:before {
    content: '';
    border-bottom: 20px solid transparent;
    border-left: 20px solid #33cc99;
    position: absolute;
    right: -20px;
    bottom: 15px;
}

.ne_wn_social_inner_wrapper {
    position: absolute;
    z-index: 1;
    bottom: 35px;
    left: 20px;
    right: 20px;
}

.ne_wn_social_inner_wrapper h3 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
}

.ne_wn_social_inner_wrapper h3 a {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper {
    margin-top: 10px;
    float: left;
    width: 100%;
    list-style: none;
}


.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li {
    float: left;
    margin-right: 20px;
}

.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.84);
}

.ne_wn_social_inner_wrapper .ne_wn_social1_wrapper li a i {
    color: #3380EF;
}

.hot_slider_custom_col_img_cont{
    position: absolute;
    top: 55%;
}


.swiper.carouselSwiper .swiper-button-next {
    background-color: #3380EF;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
}

.swiper.carouselSwiper .swiper-button-prev {
    background-color: #3380EF;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
}

.swiper.carouselSwiper .swiper-button-next:after {
    font-size: 20px;
}

.swiper.carouselSwiper .swiper-button-prev:after {
    font-size: 20px;
}


.swiper.carouselSwiper1 .swiper-button-next {
    background-color: #3380EF;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
}

.swiper.carouselSwiper1 .swiper-button-prev {
    background-color: #3380EF;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 10px;
}

.swiper.carouselSwiper1 .swiper-button-next:after {
    font-size: 20px;
}

.swiper.carouselSwiper1 .swiper-button-prev:after {
    font-size: 20px;
}


@media (max-width: 1000px) {
    .hot_slider_custom_col_img_cont{
        position: absolute;
        top: 48%;
    }
}

.article-block{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}

.article-block h2{
    color: rgb(30 41 59);
    line-height: 40px;
    font-weight: 600;
    font-size: 36px;
}

.article-block p {
    color: rgb(135 146 158);
    font-size: 14px;
}

.article-block span {
    color: rgb(135 146 158);
    font-size: 12px;
}

.article-block h2:hover{
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .article-block h2 {
        color: rgb(30 41 59);
        line-height: 24px;
        font-weight: 600;
        font-size: 15px;
    }

    .article-block p {
        display: none;
    }
}

ul.breadcrumb {
    display: inline-block;
    width: 100%;
    min-height: 35px;
    margin-bottom: 9px;
    margin-top: 0;
    padding-top: 21px;
}

ul.breadcrumb li {
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
    margin-right: 5px;
}

ul.breadcrumb li a:after {
    content: "\f105";
    font-family: fontAwesome;
    margin-left: 5px;
}


ul.breadcrumb li a {
    color: #8e8e8e;
}

.media-body{
    position: absolute;
    top: 61%;
    left: 19px;
    color: #fff;
}
