@import url('https://fonts.maateen.me/solaiman-lipi/font.css');
:root {
    --brand-color: #124B65;
    --brand-color-ed: #124B65C7;
    --brand-color-ad: #124B657D;
    --brand-color-alpha: #124B65d8;
    --brand-grid-color: #124B65;
    --brand-light-color: #124B65;
    --brand-object-color: #FFF;
    --brand-hover-color: #26566c;
    --brand-text-color: #000;
    --link-hover-color: #124B65;
    --text-color: black;
    --subtitle-color: #3e3e3e;
    --black-color: black;
    --border-color: #e0e0e0;
    --border-color-light: #eeeeee;
    --nav-font-size: 17px;
    --heading-two-text-background: #0d374c;
    --heading-two-background: #2d2d2d;
    --slg-color: #000000;
    --slg-color-ed: #000000c7;
    --slg-color-ad: #0000007d;
    --font-size-list-item: 19px;
    --font-size-1299: 17px;
    --font-size-991: 16px;
    --font-size-767: 14px;
    --font-size-list-item-xl: 23px;
    --font-size-xl-1299: 19px;
    --font-size-xl-991: 17px;
    --font-size-xl-767: 15px;
    --font-size-list-item-first: 22px;
    --font-size-first-1299: 19px;
    --font-size-first-991: 18px;
    --font-size-first-767: 16px;
    --font-size-lead: 36px;
    --font-size-lead-1299: 33px;
    --font-size-lead-991: 31px;
    --font-size-lead-767: 25px
}

.row {
    margin-right: -10px;
    margin-left: -10px
}

.col,
[class*=col-] {
    padding-right: 10px;
    padding-left: 10px
}

*,
body {
    outline: 0 !important;
    font-family: SolaimanLipi
}

a {
    color: var(--text-color);
    text-decoration: none !important;
    display: block;
    cursor: pointer;
    outline: none
}

a:hover {
    color: var(--brand-color)
}

body.offcanvas-active {
    overflow: hidden
}

.offcanvas-header {
    display: none
}

.my_ad img{max-width: 100%}

p,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.quote-body {
    border-left: 8px solid var(--brand-color) !important;
    background: #eee
}

.quote-by {
    background: #fdfbfb;
    font-size: var(--font-size-list-item) !important;
    padding: 10px 20px
}

cite.quote-by {
    display: flex;
    margin: 10px -10px
}

aside.quote {
    padding: 0 10px
}

.quote-by::before {
    content: " ";
    font-size: 26px;
    left: 24px;
    position: absolute
}

q {
    display: block;
    padding: 10px 15px;
    font-size: var(--font-size-list-item-first);
    line-height: 36px;
    margin-top: -25px
}

q::before {
    content: none
}

.quote-body::before {
    content: "\201c";
    font-size: 90px;
    font-weight: 900;
    top: 27px;
    left: 7px;
    position: relative;
    line-height: 0
}

q::after {
    display: none
}

ul {
    list-style: none
}

button:focus {
    outline: 0;
    box-shadow: none
}

.navbar {
    background: var(--brand-color) !important;
    padding-top: 0;
    height: 2.8rem;
    padding-bottom: 0
}

.bg-primary {
    background: var(--brand-color) !important
}

a.bg-primary:hover,
button.bg-primary:hover {
    background: #053348 !important
}

.bg-primary .category-header {
    border-color: var(--brand-color)
}

.navbar-nav .nav-item {
    margin: 0 8px
}

.navbar-nav>.nav-item {
    border-bottom: 2px solid transparent
}

.navbar-brand img {
    width: 300px;
    height: auto
}

.nav-item a,
.menu-items-others>a,
.nav-item button {
    font-size: var(--nav-font-size)
}

.navbar-toggler {
    border: none;
    background: 0 0 !important
}

.navbar-nav .nav-item a {
    color: var(--brand-object-color)
}

.navbar-toggler .button-label {
    display: inline-block;
    line-height: 14px;
    padding-left: 10px;
    color: var(--brand-object-color)
}

.navbar-nav>.nav-item:not(:last-child):hover {
    background: var(--brand-hover-color);
    border-bottom: 2px solid var(--brand-object-color)
}

.navbar-nav>.nav-item:nth-last-child(2):hover {
    border-color: transparent
}

.dropdown-menu a {
    padding: .85rem 0 !important
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
}

.nav-item .dropdown-menu {
    margin-top: -2px !important;
    padding: 0 !important
}

.navbar-nav li:hover .dropdown-menu {
    display: block
}

.single-dropdown .dropdown-item {
    padding: 10px !important
}

.button-bars {
    display: inline-block;
    float: left
}

.navbar-toggler .button-bars .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s
}

.navbar-toggler .button-bars .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggler .button-bars .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler:hover>.button-bars .icon-bar:nth-child(2) {
    width: 18px;
    transition: ease all .2s
}

.navbar-toggler:active>.button-bars .icon-bar:nth-child(2) {
    width: 18px;
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .button-bars .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .button-bars .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .button-bars .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s
}

#nav-recent-tab,
#nav-popular-tab {
    font-size: 21px;
    flex: 50%
}

.fa-search {
    color: var(--brand-object-color)
}

.navbar-toggler {
    border: none;
    background: 0 0 !important
}

.navbar-toggler .icon-bar {
    color: var(--brand-object-color);
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 1px
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
    transition: ease all .2s
}

.search-wrapper {
    transition: all .5s ease-in-out;
    align-items: center;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 60.8px !important
}

.news-item-lead {
    border-bottom: 3px solid var(--border-color);
    padding-bottom: 12px;
    margin-bottom: .5rem;
    display: block
}

.related-news {
    padding-bottom: .5rem;
    margin-bottom: .5rem !important
}

.news-item:hover {
    color: var(--link-hover-color)
}

.news-item-lead:hover h2 {
    color: var(--link-hover-color)
}

.news-item h3,
a.news-item span {
    color: var(--black-color);
    font-weight: 400
}

.news-item-lead h2 {
    font-size: var(--font-size-lead);
    line-height: 48px;
    color: #000
}

.news-item-lead img {
    width: 100%;
    height: auto
}

.news-item-lead span {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400
}

.lead-below-item {
    border-right: 4px solid var(--border-color-light)
}

.news-item-list {
    display: flex;
    align-items: flex-start
}

.news-item-list img {
    width: 110px;
    height: 75px;
    margin-right: 8px;
    object-fit: cover
}

.news-item-list h2 {
    font-size: var(--font-size-list-item);
    line-height: 26px
}

.top-center,
.second-center {
    background: #e1e5ff
}

.top-center .news-item-list,
.second-center .news-item-list {
    padding: 8px
}

.top-center .news-item-list:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid var(--border-color)
}

.second-center .news-item-list:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.ctl-items:not(:nth-last-child(-n+2)) .news-item-regular {
    border-bottom: 1px solid var(--border-color-light) !important
}

.bg-section-two {
    background: #eff5f4
}

.breaking-data .quote-body {
    margin-top: 10px
}

.live-indicator {
    background-color: #e33a00;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0;
    position: relative
}

.live-indicator::before,
.live-indicator::after {
    display: block;
    width: 20px;
    height: 20px;
    background-color: #e33a00;
    content: "";
    opacity: .4;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
    box-shadow: 0 0 10px 0 rgba(230, 56, 0, .4)
}

.live-indicator::before {
    animation: grow 2s infinite
}

@keyframes grow {
    0% {
        transform: scale(0)
    }
    60% {
        transform: scale(1.5)
    }
    100% {
        transform: scale(0)
    }
}

.advertisement {
    text-align: center
}

.advertisement img {
    text-align: center;
    max-width: 100%
}

.custom-follow h4,
.custom-follow h5,
.subscribe-wrapper h4,
.subscribe-wrapper p {
    font-family: trebuchet ms, Helvetica, sans-serif
}

.am-news-ticker {
    background: beige;
    height: 2.2rem !important;
    display: flex;
    border-radius: 0 !important;
    overflow: hidden;
    align-items: center
}

.am-news-ticker-label {
    height: 2.2rem;
    background: #dc0808;
    display: flex;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 10px;
    color: #fff;
    align-items: center;
    z-index: 1
}

.am-news-ticker-box {
    margin-left: 3px;
    overflow: hidden
}

.amticker-wrap {
    display: flex;
    align-items: center
}

.am-news-ticker-box ul {
    display: flex
}

.am-news-ticker-box ul>li {
    padding: 0 0 0 20px;
    display: flex;
    font-size: 17px;
    align-items: center
}

.news-ticker li:not(:last-child):after {
    content: "";
    width: 10px;
    height: 10px;
    margin-left: 20px;
    background: var(--brand-color)
}

ul.news-ticker a {
    white-space: nowrap
}

.img-loader.fade {
    opacity: 1 !important
}

.special-arrangement {
    display: grid;
    grid-template-columns: repeat(8, 6fr);
    grid-template-rows: repeat(6, 3.4vw);
    grid-gap: .6rem
}

.special-left-arrangement {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 7;
    display: grid;
    grid-template-columns: repeat(8, 6fr);
    grid-template-rows: repeat(6, 3.4vw);
    grid-gap: .6rem
}

.special-center-arrangement {
    grid-column-start: 3;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 7;
    display: grid;
    grid-template-columns: repeat(8, 6fr);
    grid-template-rows: repeat(6, 3.4vw);
    grid-gap: .6rem
}

.special-right-arrangement {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 7;
    display: grid;
    grid-template-columns: repeat(8, 6fr);
    grid-template-rows: repeat(6, 3.4vw);
    grid-gap: .6rem
}

.special__item--1 {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
    grid-row-start: 1 !important;
    grid-row-end: 7 !important
}

.special__item--2,
.special__item--4 {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
    grid-row-start: 1 !important;
    grid-row-end: 4 !important
}

.special__item--3,
.special__item--5 {
    grid-column-start: 1 !important;
    grid-column-end: 9 !important;
    grid-row-start: 4 !important;
    grid-row-end: 7 !important
}

.special__item {
    margin: 0;
    overflow: hidden;
    display: flex;
    position: relative
}

.special__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.special-arrangement .special__item:hover img {
    -webkit-filter: brightness(110%) contrast(110%);
    filter: brightness(110%) contrast(110%)
}

.special-center-arrangement .special__item h2 {
    padding: 30px 18px 18px;
    line-height: 41px;
    font-size: 30px
}

.special__item h2 {
    padding: 5px;
    position: absolute;
    font-size: var(--font-size-list-item);
    color: #fff;
    line-height: 26px;
    bottom: 0;
    width: 100%;
    padding: 10px
}

.special__item h2,
.m-special__item h2 {
    background: linear-gradient(to top, #002543 0, #002543ed 33%, #002543ed 33%, #002543ad 66%, #002543ad 66%, #00254300 100%)
}

.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.share-social-icon {
    width: 35px;
    height: 35px;
    border-radius: 20%;
    background: #eee !important
}

.share-social-icon i {
    color: #000 !important
}

.social-icon.facebook {
    background: #3b5998
}

.social-icon.youtube {
    background: red
}

.social-icon.rss {
    background: #f26522
}

.social-icon.twitter {
    background: #1da1f2
}

.social-icon.whatsapp {
    background: #075e54
}

.social-icon.messenger {
    background: #0084ff
}

.social-icon.linkedin {
    background: #0a66c2
}

.social-icon.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1)
}

.social-icon i {
    color: #fff
}

.special-top .box-news {
    margin-bottom: .5rem
}

.opinion-contents {
    background: #f8f8f8
}

.related-article__title-link {
    padding: 0 20px;
    line-height: 24px
}

a.related-article__title-link::before {
    font-size: 10px;
    left: 10px;
    font-family: fontawesome;
    position: absolute;
    content: "\f111";
    color: var(--brand-color)
}

.category-header {
    border-top: 2px solid #0a1633;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #8f8f8f
}

.category-header .title,
.ct-items {
    font-size: 24px;
    color: #565656;
    margin: 0 5px
}

.category-header .title,
.ect-items {
    font-size: 24px;
    color: #565656;
    margin: 0 5px
}

.category-header .title,
.sct-items {
    font-size: 24px;
    color: #565656;
    margin: 0 5px
}

.category-header .title,
.et-items {
    font-size: 24px;
    color: #565656;
    margin: 0 5px
}

.category-header .read-more,
.category-bottom-header .read-more {
    background: #f5f5f5
}

.category-header .read-more p,
.category-bottom-header .read-more p {
    font-size: 17px;
    padding: 5px;
    color: var(--brand-color)
}

.category-header a:hover p {
    color: #888 !important
}

.grid-fourth {
    display: grid;
    grid-template-columns: repeat(6, 2fr);
    grid-template-rows: repeat(6, 4.2vw);
    grid-gap: .2rem
}

.grid-fourth-item {
    position: relative
}

.grid-fourth-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.grid-fourth-item h2 {
    padding: 30px 10px 10px;
    line-height: 28px;
    font-size: var(--font-size-list-item-first);
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, var(--slg-color) 0, var(--slg-color-ed) 33%, var(--slg-color-ed) 33%, var(--slg-color-ad) 66%, var(--slg-color-ad) 66%, #00000000 100%)
}

.grid-fourth-item__1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 4
}

.grid-fourth-item__2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 4
}

.grid-fourth-item__3 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 7
}

.grid-fourth-item__4 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 4;
    grid-row-end: 7
}

.grid-third {
    display: grid;
    grid-template-columns: repeat(9, 2fr);
    grid-template-rows: repeat(5, 5.6vw);
    grid-gap: .2rem
}

.grid-third-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.grid-third-item h2 {
    padding: 5px;
    line-height: 25px;
    font-size: var(--font-size-list-item)
}

.grid-third-item__1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5
}

.grid-third-item__2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5
}

.grid-third-item__3 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 5
}

.entertainment .entertainment-center {
    order: -1
}

.grid-entertainment {
    display: grid;
    grid-template-columns: repeat(8, 2fr);
    grid-template-rows: repeat(8, 4.7vw);
    grid-gap: .3rem
}

.grid-entertainment-item__1 {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 6
}

.grid-entertainment-item__2 {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 9
}

.grid-entertainment-item__3 {
    grid-column-start: 5;
    grid-column-end: 9;
    grid-row-start: 6;
    grid-row-end: 9
}

.grid-entertainment-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .7s
}

.grid-entertainment-item:hover img {
    transform: scale(1.1);
    overflow: hidden;
    transition: transform .7s, filter .7s ease-in-out
}

.grid-entertainment-item {
    margin: 0;
    overflow: hidden;
    display: flex;
    position: relative;
    transform: scale(1)
}

.grid-entertainment-item h2 {
    position: absolute;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding: 30px 10px 10px;
    line-height: 27px;
    background: linear-gradient(to top, var(--slg-color) 0, var(--slg-color-ed) 33%, var(--slg-color-ed) 33%, var(--slg-color-ad) 66%, var(--slg-color-ad) 66%, #00000000 100%)
}

.grid-entertainment-item h2 {
    font-size: var(--font-size-list-item);
    line-height: 26px
}

.grid-entertainment-item__1 h2 {
    font-size: var(--font-size-list-item-first);
    padding: 42px 10px 10px;
    line-height: 28px
}

.alk-list .news-alk-image img {
    width: 100%;
    height: auto
}

.alk-list .news-item-alk {
    border-bottom: 1px solid var(--border-color-light)
}

.alk-list .news-alk-image h2 {
    font-size: var(--font-size-list-item-first);
    line-height: 27px;
    padding-top: .5rem
}

figcaption {
    font-style: italic;
    color: #464646;
    font-size: 14px;
    line-height: 21px;
    padding-top: 2px
}

.border-right.share-counter {
    border-right: 1px solid #dee2e6
}

.politics .regular-list .news-item-regular:last-child,
.clk-list .clk-item-regular:last-child,
.blk-list .news-item-regular:last-child,
.entertainment-right .news-item-regular:last-child,
.entertainment-center .news-item-regular:last-child,
.special-reports .regular-list .news-item-regular:last-child,
.third-right .regular-list .news-item-regular:last-child {
    border-bottom: none !important
}

.ocs-section {
    background-size: cover !important;
    background-clip: content-box !important
}

.back-primary {
    background: var(--brand-color)
}

.back-primary:hover a {
    color: #f1f1f1 !important
}

.view-more-round {
    padding: 4px 12px;
    border-radius: 5px;
    background: #eee
}

.view-more-round:hover {
    background: #e1e1e1
}

.view-more-round a {
    color: #fff
}

.ocs-section .ocs-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: stretch;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.ocs.card {
    border: 0 !important
}

.ocs.card .card-body {
    padding: 10px
}

.ocs.card .card-title {
    font-size: var(--font-size-list-item);
    padding: 0;
    margin: 0;
    line-height: 27px
}

.politics .scaled img,
.clk-list .clk-item-regular img,
.blk-list .news-item-regular img,
.ctl-items .news-item-regular img,
.special-reports .scaled img,
.alk-list .news-item-regular img {
    width: 110px;
    height: 75px;
    object-fit: cover;
    margin-right: 8px
}

.politics .regular-list .news-item-regular,
.ctl-items .news-item-regular,
.clk-list .clk-item-regular,
.blk-list .news-item-regular,
.special-reports .regular-list .news-item-regular,
.third-right .regular-list .news-item-regular,
.alk-list .news-item-regular {
    display: flex
}

.politics .news-item-regular h2.title,
.clk-list .clk-item-regular h2.title,
.special-reports .news-item-regular h2.title,
.opinion-contents .news-item-regular h2.title,
.third-right .news-item-regular h2.title,
.blk-list .news-item-regular h2,
.ctl-items .news-item-regular h2,
.alk-list .news-item-regular h2.title {
    font-size: var(--font-size-list-item);
    line-height: 25px
}

.news-item-regular,
.clk-list .clk-item-regular {
    border-bottom: 1px solid var(--border-color-light)
}

.menu-items-others a,
.dropdown-menu .dropdown-item {
    color: #000 !important
}

.d-special-arrangement {
    display: grid !important
}

.m-special-arrangement {
    display: none !important
}

.opinion-article-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 10px 0 0;
    position: relative
}

.opinion-article-title {
    font-size: var(--font-size-list-item)
}

.opinion-article-content {
    width: 100%
}

.numbered-item {
    padding: 0 8px
}

.numbered-item:nth-child(2n+2) {
    background: var(--brand-color-alpha)
}

.numbered-item:nth-child(2n+1) {
    background: var(--brand-color)
}

.number {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #225a74;
    border-radius: 50%;
    color: #fff
}

.ni-item {
    padding: 20px 0 !important
}

.number-list {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #4a58c6;
    border-radius: 50%;
    color: #fff
}

.ni-title {
    font-size: var(--font-size-list-item);
    color: #fff;
    margin: 0 8px;
    line-height: 26px
}

.number p {
    width: 40px;
    font-size: 26px;
    text-align: center;
    margin-block-end: auto
}

.numbered-item:hover {
    background: var(--brand-hover-color)
}

.numbered-item:hover .number {
    background: var(--brand-color)
}

.quote-filler {
    fill: var(--brand-color)
}

.opinion-article-info {
    margin-top: 10px
}

.opinion-article-authorlink,
.opinion-article-date .date-simple {
    font-size: .875rem;
    color: #8d8d8d
}

.blk-list .news-blk-image img {
    width: 100%;
    height: auto
}

.blk-list .news-item-blk:not(:last-child) {
    border-bottom: 1px solid var(--border-color-light)
}

.blk-list .news-blk-image h2 {
    font-size: var(--font-size-list-item-first);
    line-height: 27px;
    padding-top: .5rem
}

.news-blk-txt h2 {
    font-size: var(--font-size-list-item)
}

.custom-follow {
    background: linear-gradient(90deg, #7b7c84 21px, transparent 1%) center, linear-gradient(#7b7c84 21px, transparent 1%) center, #a799cc;
    background-size: 22px 22px;
    height: 220px
}

.custom-follow .social-icon {
    width: 40px;
    height: 40px;
    margin: 8px 5px
}

.custom-follow .social-icon i {
    font-size: 22px
}

.social-icon.fsi,
.social-icon.fsd {
    background: #eee;
    margin-left: 6px;
    cursor: pointer
}

.subscribe-wrapper {
    background: var(--brand-color);
    padding: 20px 0
}

.subscribe-wrapper h4,
.custom-follow h4 {
    font-size: 26px
}

.subscribe-wrapper p {
    font-size: 14px
}

.subscribe-wrapper form {
    margin: 10px
}

.subscribe-wrapper form input,
.subscribe-wrapper form button {
    margin-top: 10px
}

.subscribe-wrapper h4,
.subscribe-wrapper p {
    color: #fff;
    text-align: center
}

.photo-gallery {
    display: grid;
    grid-template-columns: repeat(6, 6fr);
    grid-gap: .6rem
}

.photo-gallery .photo-icon {
    position: absolute;
    top: 0;
    padding: 0 7px;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 25px
}

.gallery_photo_item {
    margin: 0;
    overflow: hidden;
    display: flex;
    position: relative;
    transform: scale(1)
}

.gallery_photo_item:hover img {
    transform: scale(1.1);
    overflow: hidden;
    transition: transform .7s, filter .7s ease-in-out
}

.gallery_photo_item--1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 6
}

.gallery_photo_item--2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 6
}

.gallery_photo_item--3 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 10
}

.gallery_photo_item--4 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 6;
    grid-row-end: 10
}

.gallery_photo_item--5 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 6;
    grid-row-end: 10
}

.photo-gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s, filter .6s ease-in-out
}

.gallery_photo_item h2 {
    font-size: var(--font-size-list-item-xl);
    position: absolute;
    color: #fff;
    width: 100%;
    bottom: 0;
    padding: 42px 10px 10px;
    line-height: 33px;
    background: linear-gradient(to top, var(--slg-color) 0, var(--slg-color-ed) 33%, var(--slg-color-ed) 33%, var(--slg-color-ad) 66%, var(--slg-color-ad) 66%, #00000000 100%)
}

.special-reports .category-header-colored a {
    color: #fff
}

.category-header-colored p {
    color: #fff !important
}

.special-reports .news-item-regular h2.title {
    color: #fff
}

.bg-section-two {
    background: #eff5f4
}

.extra-links a {
    color: #b2bdd8 !important;
    white-space: nowrap
}

.text-align-right {
    text-align: right
}

.ect-items.active {
    background: #f5f5f5;
    color: var(--brand-color)
}

.ect-items {
    padding: 0 15px;
    font-size: 16px
}

.ect-items:hover {
    cursor: pointer
}

.sct-items.active {
    background: #f5f5f5;
    color: var(--brand-color)
}

.sct-items {
    padding: 0 15px;
    font-size: 16px
}

.sct-items:hover {
    cursor: pointer
}

.ct-items.active {
    background: #f5f5f5;
    color: var(--brand-color)
}

.ct-items {
    padding: 0 15px;
    font-size: 16px
}

.ct-items:hover {
    cursor: pointer
}

.et-items.active {
    background: #f5f5f5;
    color: var(--brand-color)
}

.et-items {
    padding: 0 15px;
    font-size: 16px
}

.et-items:hover {
    cursor: pointer
}

.probash .third-right .scaled img {
    width: 110px;
    height: 75px;
    object-fit: cover;
    margin-right: 8px
}

.probash .third-right .regular-list {
    display: flex;
    flex-wrap: wrap
}

.probash .third-right .regular-list .news-item-regular {
    display: flex
}

.tab-content .tab-pane {
    height: 500px;
    overflow-y: scroll
}

.tab-pane .rp-item:last-child {
    border-bottom: none
}

.nav-tabs .nav-link {
    border: 1px solid #dededa
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--brand-object-color);
    background-color: var(--brand-color);
    border: none;
    border-radius: 0
}

.nav-tabs a.nav-link {
    background: #e5ebed;
    color: var(--brand-text-color);
    border-radius: 0
}

.tab-pane {
    background: #f8f8f8;
    padding: 0 8px
}

.nav-tabs a:hover {
    color: #000
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #e0e0e0
}

.rp-item img {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
    height: 75px;
    object-fit: cover;
    margin: 0 8px 0 0
}

.rp-item {
    display: flex;
    border-bottom: 1px solid var(--border-color)
}

.news-item-lite {
    font-size: var(--font-size-list-item);
    line-height: 26px
}

.recent-popular {
    margin-bottom: .5rem;
    border: 2px solid var(--brand-color)
}

.recent-popular:last-child div {
    margin-bottom: -1px
}

.box-news img {
    width: 100%;
    height: auto
}

.news-item-box h2,
.photo-item-box h2 {
    font-size: var(--font-size-list-item);
    line-height: 26px;
    padding: 5px 0
}

.section-background.video {
    background: #000
}

.section-background.video .category-header {
    border-top: 2px solid #f1f1f1
}

.section-background.video .category-header {
    border-top: 2px solid #f1f1f1
}

.section-background.video .title a {
    color: #fff
}

.video-tab-item.active,
.video-tab-item .active {
    color: #7297ff !important
}

.section-background.video .title:hover a {
    color: #eee
}

.menu-right li {
    font-size: var(--font-size-list-item);
    padding: 0 12px
}

.video-item {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #fff;
    padding: 8px 0
}

.pv-item {
    position: relative;
    height: 75px
}

.video-item img {
    width: 110px;
    height: 75px;
    margin-right: 8px;
    object-fit: cover;
    display: block
}

.video-item h2 {
    font-size: var(--font-size-list-item);
    line-height: 26px
}

.video-thumb-icon {
    position: absolute;
    left: 29%;
    bottom: 19%;
    font-size: 45px !important;
    border: 0;
    color: rgba(255, 255, 255, .7)
}

.section-background.video h2 {
    color: #fff
}

.video-home-title {
    font-size: var(--font-size-list-item-xl)
}

.video-menu-items li a {
    color: #e8e8e8 !important
}

.type-sect-three-left .box-news .news-item-box h2 {
    font-size: var(--font-size-list-item-first);
    line-height: 27px !important
}

.country-item {
    width: 100%
}

.video-items .video-item:last-child {
    border-bottom: none
}

.details-left-section,
.details-right-section-top,
.details-right-section-bottom {
    width: 100%
}

.news-time {
    color: rgba(0, 0, 0, .5)
}

.details .recent-items {}

.news-item-lite span {
    color: #fd5959
}

.details .news-item-lite {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color-light)
}

.news-details p a {
    display: inline;
    text-decoration: underline !important
}

.news-details p,
.news-details q {
    text-align: start
}

.details-body .lg-image:hover {
    cursor: zoom-in
}

.breaking-instance {
    padding: 3rem 1rem 1rem;
    margin-bottom: 0 !important;
    position: relative;
    color: rgb(0 0 0/70%);
    border-left: .05rem solid #124b6596 !important
}

.breaking-instance::before {
    content: attr(data-date);
    position: absolute;
    left: 2em;
    top: 1em;
    display: block;
    font-weight: 700;
    font-size: .785rem
}

.breaking-instance::after {
    width: 13px;
    height: 13px;
    display: block;
    top: 1.07em;
    position: absolute;
    left: 0;
    content: '';
    border: 2px solid rgba(0, 0, 0, .3);
    background: var(--brand-color)
}

.breaking-instance:last-child {
    -webkit-border-image: linear-gradient(to bottom, rgb(14 63 175/66%) 60%, rgb(0 0 0/0%)) 1 100%;
    -webkit-border-image: linear-gradient(to bottom, rgb(14 63 175/66%) 60%, rgb(0 0 0/0%)) 1 100%;
    -o-border-image: linear-gradient(to bottom, rgb(14 63 175/66%) 60%, rgb(0 0 0/0%)) 1 100%;
    border-image: linear-gradient(to bottom, rgb(14 63 175/66%) 60%, rgb(0 0 0/0%)) 1 100%
}

.details-body .news-title {
    font-size: 38px;
    line-height: 52px
}

figure img {
    width: 100% !important;
    height: auto !important
}

.news-info {
    background: #e0e0e0;
    padding: 8px 10px
}

.news-info>* {
    margin-right: 10px
}

.circular-divider {
    border-radius: 50%;
    background: #cac6c6;
    width: 10px;
    height: 10px
}

.news-image img {
    width: 100%;
    height: auto
}

.news-image-caption {
    font-style: italic;
    color: #464646;
    font-size: 14px;
    line-height: 21px;
    padding-top: 2px
}

.news-details {
    font-size: 19px;
    padding: 10px 0;
    line-height: 30px
}

.news-details p img {
    width: 100% !important;
    height: auto !important
}

.news-details p,
.news-details div {
    margin-bottom: 15px;
    color: #424242
}

.news-details .post-highlighter {
    background: #eee;
    border-top: 8px solid var(--brand-color);
    color: #000;
    padding: 20px 10px
}

.news-details .post-highlighter,
.news-details .post-highlighter p {
    font-size: 22px
}

.post-highlighter li {
    margin-bottom: 10px;
    margin-left: 20px
}

.news-details .post-highlighter li::before {
    content: "\f061";
    font-size: 19px;
    font-family: FontAwesome;
    left: 24px;
    position: absolute
}

.dp-table th,
.dp-table td {
    padding: 5px;
    border: 1px solid #4a4a4a
}

table {
    border-collapse: collapse
}

.sports-section-contents .news-item img {
    width: 110px;
    height: 90px;
    object-fit: cover;
    margin-right: 8px
}

.sports-section-contents .grid-fourth {
    grid-template-rows: repeat(6, 3.44vw)
}

.details-right-section-top a.news-item-list,
.details-right-section-bottom a.news-item-list {}

.at-resp-share-element .at-share-btn {
    margin: 0 4px !important
}

.liveTitle .live-line .live-blink {
    font-size: var(--font-size-lead)
}

.liveTitle .live-line .live-text {
    font-size: var(--font-size-lead)
}

.live-line {
    color: #c70000 !important;
    margin-right: 4px
}

.live-line .live-blink {
    color: #c70000 !important;
    margin-right: 2px
}

.live-line .live-blink::before {
    border-radius: 62.5rem;
    display: inline-block;
    position: relative;
    background-color: currentcolor;
    width: .75em;
    height: .75em;
    line-height: .75em;
    content: "";
    margin-right: .1875rem;
    vertical-align: initial;
    animation: 1s ease 0s infinite normal none running animation-blink
}

.live-line .live-text {
    color: #c70000 !important
}

.live-line .live-text::after {
    content: "/";
    display: inline-block;
    margin-left: 4px
}

@keyframes animation-blink {
    45% {
        opacity: 0
    }
    0%,
    100% {
        opacity: 1
    }
}

.astrodivider {
    margin: 64px auto;
    width: 400px;
    max-width: 100%;
    position: relative
}

.astrodividermask {
    overflow: hidden;
    height: 20px
}

.astrodividermask:after {
    content: '';
    display: block;
    margin: -25px auto 0;
    width: 100%;
    height: 25px;
    border-radius: 125px/12px;
    box-shadow: 0 0 8px #0a1633
}

.astrodivider span {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 100%;
    margin-bottom: -25px;
    left: 50%;
    margin-left: -25px;
    border-radius: 100%;
    box-shadow: 0 2px 4px #0a1633;
    background: #fff
}

.astrodivider i {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    border-radius: 100%;
    border: 1px dashed #0a1633;
    text-align: center;
    line-height: 40px;
    font-style: normal;
    color: #0a1633
}

.navbar-z-zero {
    z-index: 0 !important
}

.navbar-z-full {
    z-index: 2147483646 !important
}

.photo-item-regular img {
    width: 110px;
    height: 80px;
    object-fit: cover;
    margin-right: 8px
}

.photo-item-regular h2.title {
    font-size: var(--font-size-list-item);
    line-height: 25px
}

.photo-item-regular {
    display: flex
}

.photo-item-regular:not(:last-child) {
    border-bottom: 1px solid var(--border-color-light)
}

.pvc-item {
    position: relative
}

.pvc-item i {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #f0ffff82
}

.image-item p {
    font-size: var(--font-size-list-item)
}

.photo-description p {
    font-size: var(--font-size-list-item)
}

.video-box .pvc-item i {
    position: absolute;
    background: 0 0;
    padding: 0;
    bottom: 31%;
    font-size: 65px !important;
    left: 40%
}

.vh-player h3 {
    color: #000 !important
}

.vh-recent .video-item {
    border-bottom: 1px solid var(--border-color-light)
}

.dp-table {
    overflow-x: auto
}

.menu-scroll.inactive {
    color: #eee
}

.menu-scroll.active {
    color: #666
}

.web-stories {
    display: grid;
    grid-template-columns: repeat(18, 2fr);
    grid-gap: .5rem
}

.story-item-1 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5
}

.story-item-2 {
    grid-column-start: 4;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 5
}

.story-item-3 {
    grid-column-start: 7;
    grid-column-end: 10;
    grid-row-start: 1;
    grid-row-end: 5
}

.story-item-4 {
    grid-column-start: 10;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 5
}

.story-item-5 {
    grid-column-start: 13;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 5
}

.story-item-6 {
    grid-column-start: 16;
    grid-column-end: 19;
    grid-row-start: 1;
    grid-row-end: 5
}

.story-item {
    position: relative;
    box-shadow: 0 6px 8px 0 rgb(143 143 143)
}

.story-item:hover {
    box-shadow: 0 2px 8px 0 rgb(143 143 143);
    transform: translate(0, 1px)
}

.story-item img.background-image {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
    margin-right: 15px
}

.story-item .story-extra {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    background: linear-gradient(360deg, #000000, #00000000)
}

.story-item p.story-category {
    font-size: 15px;
    border-left: 4px solid #d71946;
    padding-left: 6px;
    color: #fff
}

.story-item .story-extra h2 {
    color: #fff;
    padding: 8px;
    line-height: 28px;
    font-size: var(--font-size-list-item)
}

.story-page-indicator {
    display: flex;
    justify-content: space-between;
    padding: 4px
}

.story-page-indicator span {
    background-color: #a09e9e;
    display: block;
    height: 2px;
    width: 100%;
    margin-right: 3px;
    border-radius: 2px
}

.story-page-indicator span:last-child {
    margin-right: 0
}

.exclusive-section .card-img,
.exclusive-section .card-img-top {
    border-radius: unset
}

.exclusive-section .card-body {
    background: #eee;
    border-left: 4px solid var(--brand-color)
}

.image-container {
    position: relative
}

.image-container .video-icon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: 26px;
    color: #ffffffa1
}

.special-reports .regular-list .news-item-regular:first-child .image-container .video-icon,
.grid-third .grid-third-item:first-child .image-container .video-icon,
.grid-fourth .grid-fourth-item:first-child .image-container .video-icon,
.grid-entertainment .grid-entertainment-item:first-child .image-container .video-icon,
.type-sect-three-left .box-news:nth-child(1) .news-item-box .image-container .video-icon,
.blk-list .news-item-blk:not(:last-child) .image-container .video-icon {
    font-size: 50px;
    padding: 5px 10px
}

.special-reports .regular-list .news-item-regular:first-child .image-container .video-icon,
.grid-third .grid-third-item:first-child .image-container .video-icon,
.grid-fourth .grid-fourth-item:first-child .image-container .video-icon,
.grid-entertainment .grid-entertainment-item:first-child .image-container .video-icon,
.type-sect-three-left .box-news:nth-child(1) .news-item-box .image-container .video-icon,
.blk-list .news-item-blk:not(:last-child) .image-container .video-icon {
    font-size: 50px;
    padding: 5px 10px
}

.live-special-arrangement .news-item-regular .video-icon {
    padding: 5px
}

.grid-fourth .image-container {
    height: 100%
}

.ocs-section .ocs.card .image-container .video-icon,
.grid-entertainment .image-container .video-icon,
.box-news .news-item-box .image-container .video-icon,
.grid-fourth-item .image-container .video-icon {
    font-size: 50px;
    padding: 5px 10px
}

.special-arrangement .image-container .video-icon,
.lead-news .news-item-lead .image-container .video-icon,
.live-special-arrangement .news-item-lead .video-icon {
    font-size: 60px;
    padding: 5px 10px
}

.alk-list .news-item-alk:first-child .video-icon {
    font-size: 50px
}

@media print {
    @page {
        size: A4
    }
    a[href^=http]:after {
        content: " [" attr(href) "]"
    }
    img {
        max-width: 100% !important
    }
    .bg-light {
        background-color: #fff !important
    }
    .d-print-none,
    .breadcrumb,
    .news-details img,
    .advertisement,
    .navbar,
    .nav,
    .facebook-post,
    .facebook-video,
    .twitter-post,
    .instagram-post,
    .embed-responsive {
        display: none !important
    }
    table {
        width: 100% !important;
        height: 100% !important;
        display: flex
    }
    .news-details p {
        font-size: 24px !important;
        line-height: 36px !important
    }
    .news-details li {
        font-size: 24px !important;
        line-height: 36px !important
    }
    .print-logo {
        max-width: 300px !important
    }
    .news-details iframe {
        display: none !important
    }
    .news-details img {
        display: block !important;
        width: 750px !important;
        height: auto !important;
        text-align: center
    }
    .d-print {
        display: flex !important;
        justify-content: center;
        padding: 10px 0;
        flex: none;
        max-width: 100%
    }
    .news-details .post-highlighter li::before {
        left: 5px
    }
    .news-details p a {
        text-decoration: none !important
    }
    .news-details .post-highlighter {
        background: #eee !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
    .news-title {
        padding-left: 5px
    }
    .news-details .quote {
        background: #eee !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
    .news-details q::before {
        left: 9px
    }
    .news-details .quote-by {
        background: #fdfbfb !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact
    }
    .news-info {
        padding: 10px 0;
        align-items: flex-start !important;
        flex-direction: column;
        background: #fff
    }
}

@media screen and (min-width:1660px) {
    .grid-third {
        grid-template-rows: repeat(5, 4vw)
    }
}

@media screen and (min-width:1660px) {
    .grid-entertainment {
        grid-template-rows: repeat(8, 3.7vw)
    }
    .grid-fourth {
        grid-template-rows: repeat(6, 3.2vw)
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    .grid-fourth {
        grid-template-rows: repeat(6, 4.6vw) !important
    }
}

@media screen and (min-width:1280px) and (max-width:1366px) {
    .grid-fourth {
        grid-template-rows: repeat(6, 4.8vw) !important
    }
}

@media screen and (min-width:1300px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1290px
    }
    .show-higherend {
        display: none
    }
}

@media screen and (max-width:1299px) {
    .brand-logo-top img {
        width: 240px !important
    }
    .news-item-lead h2 {
        font-size: var(--font-size-lead-1299);
        line-height: 44px
    }
    .news-item-list img {
        width: 92px;
        height: 70px;
        margin-right: 5px
    }
    .news-item-list h2 {
        font-size: var(--font-size-1299);
        line-height: 24px
    }
    .hidden-item-lowerend {
        display: none
    }
    .category-header .title,
    .ect-items {
        font-size: var(--font-size-1299);
        margin: 0 3px
    }
    .category-header .title,
    .sct-items {
        font-size: var(--font-size-1299);
        margin: 0 3px
    }
    .category-header .title,
    .ct-items {
        font-size: var(--font-size-1299);
        margin: 0 3px
    }
    .special__item h2 {
        font-size: var(--font-size-1299) !important;
        line-height: 23px !important;
        padding: 8px !important
    }
    .special-center-arrangement .special__item h2 {
        padding: 27px 10px 10px !important;
        line-height: 34px !important;
        font-size: 24px !important
    }
    .politics .scaled img,
    .ctl-items .news-item-regular img,
    .clk-list .clk-item-regular img,
    .special-reports .scaled img,
    .video-item img,
    .blk-list .news-item-regular img,
    .alk-list .news-item-regular img {
        width: 92px !important;
        height: 70px !important;
        margin-right: 5px !important
    }
    .politics .scaled h2,
    .ctl-items .news-item-regular h2,
    .clk-list .clk-item-regular h2,
    .special-reports .scaled h2,
    .third-right .scaled h2,
    .blk-list .news-item-regular h2,
    .video-item h2,
    .news-item-lite,
    .alk-list .news-item-regular h2 {
        font-size: var(--font-size-1299) !important;
        line-height: 23px !important
    }
    .photo-item-regular img {
        width: 100px;
        height: 75px;
        margin-right: 5px
    }
    .photo-item-regular h2.title {
        font-size: var(--font-size-1299);
        line-height: 23px !important
    }
    .ni-title {
        font-size: var(--font-size-1299);
        color: #fff;
        margin: 0 7px;
        line-height: 24px
    }
    .grid-third-item h2 {
        padding: 4px;
        line-height: 23px;
        font-size: var(--font-size-1299)
    }
    .opinion-article-img {
        width: 56px;
        height: 56px
    }
    .opinion-article-title {
        font-size: var(--font-size-1299)
    }
    .gallery_photo_item h2 {
        font-size: var(--font-size-xl-1299);
        line-height: 28px
    }
    .blk-list .news-blk-image h2 {
        font-size: var(--font-size-first-1299);
        line-height: 25px
    }
    .news-blk-txt h2 {
        font-size: var(--font-size-1299);
        line-height: 24px
    }
    .custom-follow .social-icon {
        width: 36px;
        height: 36px;
        margin: 8px
    }
    .custom-follow .social-icon i {
        font-size: 20px
    }
    .grid-entertainment-item h2,
    .alk-list .news-alk-image h2,
    .grid-fourth-item h2,
    .type-sect-three-left .box-news .news-item-box h2 {
        font-size: var(--font-size-first-1299);
        line-height: 25px
    }
    .ocs.card .card-title {
        font-size: var(--font-size-1299);
        line-height: 24px
    }
    .lead-top {
        margin-bottom: 8px
    }
    .top-center,
    .second-center {
        background: 0 0 !important
    }
    .top-center .news-item-list,
    .second-center .news-item-list {
        padding-left: 0;
        padding-right: 0
    }
    .news-item-box h2,
    .photo-item-box h2 {
        font-size: var(--font-size-1299);
        line-height: 24px
    }
    .menu-right li {
        font-size: var(--font-size-1299)
    }
    .pv-item {
        height: 70px
    }
    .video-items {
        height: 412px !important
    }
    .video-home-title {
        font-size: var(--font-size-xl-1299)
    }
    .video-box .pvc-item i {
        position: absolute;
        background: 0 0;
        padding: 0;
        bottom: 23%;
        font-size: 56px !important;
        left: 36%
    }
    .v-section .video-items {
        height: 289px !important
    }
    .story-item .story-extra h2 {
        line-height: 28px;
        font-size: var(--font-size-1299)
    }
}

@media screen and (max-width:1191px) {
    .grid-entertainment {
        grid-template-rows: repeat(8, 7vw)
    }
    .grid-third {
        grid-template-rows: repeat(5, 7vw)
    }
    .ni-item {
        padding: 10px 0 !important
    }
    .grid-fourth {
        grid-template-rows: repeat(6, 5.6vw)
    }
    .tab-content .tab-pane {
        height: 416px;
        overflow-y: scroll
    }
}

@media screen and (min-width:991.99px) {
    nav,
    .navbar-brand {
        height: 3.8rem;
        padding: 0
    }
}

@media screen and (max-width:991.98px) {
    .navbar {
        background: #f5f5f5 !important
    }
    .navbar-toggler {
        padding: .25rem 0
    }
    .navbar-brand img {
        width: 210px !important
    }
    .fa-search {
        color: #000 !important
    }
    .news-item-lead h2 {
        font-size: var(--font-size-lead-991);
        line-height: 41px
    }
    .news-item-list img {
        width: 70px;
        height: 58px;
        margin-right: 5px
    }
    .news-item-list h2 {
        font-size: var(--font-size-991);
        line-height: 23px
    }
    nav {
        height: 56px !important;
        z-index: 2147483646 !important
    }
    .nav-underline .nav-link {
        font-size: 1.1rem;
        color: #6c757d;
        padding: 0 1rem !important
    }
    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.5rem;
        overflow-y: hidden
    }
    .nav-underline .active {
        font-weight: 500;
        color: #343a40
    }
    .nav-scroller .nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        align-items: center;
        height: 2.5rem !important;
        overflow-x: auto;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }
    .search-wrapper {
        height: 56px !important
    }
    .navbar-nav>.nav-item {
        padding: 0 18px;
        border-bottom: none;
        margin: 0;
        width: 48%
    }
    .border-right {
        border-right: none !important
    }
    .offcanvas-header {
        display: block
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow-y: auto;
        background: #fff;
        visibility: hidden;
        transition: none !important
    }
    .navbar-collapse.show {
        visibility: visible;
        z-index: 100
    }
    .navbar-collapse.collapsing {
        visibility: visible;
        z-index: 0;
        transform: none !important
    }
    .mobile-menu.navbar-nav .nav-item a {
        color: var(--brand-text-color);
        font-size: var(--font-size-list-item);
        border-bottom: 1px solid #eee;
        padding: 1rem 0
    }
    .mobile-menu.navbar-nav .nav-item a:before {
        content: "\f138";
        font-family: FontAwesome;
        width: 20px;
        margin-right: 10px;
        height: 20px
    }
    .ni-item {
        padding: 20px 0 !important
    }
    .category-header .title,
    .ct-items {
        font-size: 18px;
        margin: 0 3px
    }
    .category-header .title,
    .sct-items {
        font-size: 18px;
        margin: 0 3px
    }
    .category-header .title,
    .ect-items {
        font-size: 18px;
        margin: 0 3px
    }
    .special__item h2 {
        font-size: var(--font-size-991) !important;
        line-height: 23px !important;
        padding: 8px !important
    }
    .special-center-arrangement .special__item h2 {
        padding: 27px 10px 10px !important;
        line-height: 34px !important;
        font-size: 23px !important
    }
    .grid-third {
        grid-template-rows: repeat(3, 5.6vw) !important
    }
    .third-right .scaled img {
        width: 70px !important;
        height: 58px !important;
        object-fit: cover !important;
        margin-right: 8px !important
    }
    .third-right .regular-list {
        display: flex;
        flex-wrap: wrap
    }
    .third-right .regular-list .news-item-regular {
        display: flex;
        width: 50%
    }
    .third-right .regular-list .news-item-regular h2 {
        margin-right: 8px
    }
    .grid-third-item {
        position: relative;
        grid-row-end: 4 !important
    }
    .grid-third h2 {
        bottom: 0 !important;
        position: absolute !important;
        color: #fff;
        padding: 2px 8px !important;
        background: linear-gradient(to top, var(--slg-color) 0, var(--slg-color-ed) 33%, var(--slg-color-ed) 33%, var(--slg-color-ad) 66%, var(--slg-color-ad) 66%, #00000000 100%)
    }
    .politics .scaled img,
    .ctl-items .news-item-regular img,
    .clk-list .clk-item-regular img,
    .special-reports .scaled img,
    .video-item img,
    .blk-list .news-item-regular img,
    .alk-list .news-item-regular img {
        width: 70px !important;
        height: 58px !important;
        margin-right: 5px !important
    }
    .politics .scaled h2,
    .ctl-items .news-item-regular h2,
    .clk-list .clk-item-regular h2,
    .special-reports .scaled h2,
    .third-right .scaled h2,
    .video-item h2,
    .news-item-lite,
    .blk-list .news-item-regular h2,
    .alk-list .news-item-regular h2 {
        font-size: var(--font-size-991) !important;
        line-height: 23px !important
    }
    .grid-third-item h2 {
        padding: 4px !important;
        line-height: 23px !important;
        font-size: var(--font-size-991) !important
    }
    .photo-item-regular img {
        width: 86px;
        height: 60px;
        margin-right: 5px
    }
    .photo-item-regular h2.title {
        font-size: var(--font-size-991);
        line-height: 23px !important
    }
    .opinion-article-img {
        width: 50px;
        height: 50px
    }
    .opinion-article-title {
        font-size: var(--font-size-991)
    }
    .ni-title {
        font-size: var(--font-size-991);
        color: #fff;
        margin: 0 5px;
        line-height: 23px
    }
    .third-right .regular-list .news-item-regular:nth-child(5) {
        border-bottom: none
    }
    .blk-list .news-blk-image h2 {
        font-size: var(--font-size-first-991);
        line-height: 24px
    }
    .news-blk-txt h2 {
        font-size: var(--font-size-991);
        line-height: 23px
    }
    .gallery_photo_item h2 {
        font-size: var(--font-size-xl-991);
        line-height: 26px
    }
    .entertainment .entertainment-center {
        order: 0
    }
    .grid-entertainment {
        grid-template-columns: repeat(9, 2fr);
        grid-template-rows: repeat(8, 4.9vw)
    }
    .grid-entertainment-item__1 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 9
    }
    .grid-entertainment-item__2 {
        grid-column-start: 4;
        grid-column-end: 7;
        grid-row-start: 1;
        grid-row-end: 9
    }
    .grid-entertainment-item__3 {
        grid-column-start: 7;
        grid-column-end: 10;
        grid-row-start: 1;
        grid-row-end: 9
    }
    .grid-entertainment-item {
        transform: scale(1)
    }
    .grid-entertainment-item:hover img {
        transform: scale(1);
        transition: none;
        overflow: initial
    }
    .grid-entertainment-item h2,
    .grid-fourth-item h2,
    .alk-list .news-alk-image h2,
    .type-sect-three-left .box-news .news-item-box h2 {
        font-size: var(--font-size-first-991);
        line-height: 26px
    }
    .ocs.card .card-title {
        font-size: var(--font-size-991);
        line-height: 23px
    }
    .gallery_photo_item {
        transform: scale(1)
    }
    .gallery_photo_item:hover img {
        transform: scale(1);
        transition: none
    }
    .news-item-box h2,
    .photo-item-box h2 {
        font-size: var(--font-size-991);
        line-height: 23px
    }
    .menu-right li {
        font-size: var(--font-size-991)
    }
    .pv-item {
        height: 58px
    }
    .video-items {
        height: 312px !important
    }
    .type-sect-three-left .box-news .news-item-box {
        border-bottom: 1px solid var(--border-color-light)
    }
    .grid-fourth {
        grid-template-rows: repeat(6, 6.2vw)
    }
    .video-home-title {
        font-size: var(--font-size-xl-991)
    }
    .video-thumb-icon {
        position: absolute;
        left: 25%;
        bottom: 15%;
        border: 0;
        color: rgba(255, 255, 255, .7);
        font-size: 35px !important
    }
    .video-box .pvc-item i {
        position: absolute;
        bottom: 24%;
        left: 35%;
        background: 0 0;
        padding: 0;
        font-size: 38px !important
    }
    .v-section .video-items {
        height: 197px !important
    }
    .tab-content .tab-pane {
        height: 340px;
        overflow-y: scroll
    }
    .story-item .story-extra h2 {
        line-height: 22px;
        font-size: var(--font-size-991)
    }
    .economy-articles.border-left {
        border-left: none !important
    }
    .details-body .news-title {
        font-size: 32px;
        line-height: 45px
    }
    .footer-top-items {
        justify-content: center !important
    }
    .m-order-1 {
        order: 0 !important
    }
    .md-py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

@media(max-width:767.98px) {
    .m-order-0 {
        order: -1
    }
    .m-order-1 {
        order: 0
    }
    .navbar-brand img {
        width: 300px !important
    }
    .news-item-lead h2 {
        font-size: var(--font-size-lead-767);
        line-height: 38px
    }
    .news-item-list img {
        width: 64px;
        height: 52px;
        margin-right: 4px
    }
    .news-item-list h2 {
        font-size: var(--font-size-767);
        line-height: 26px
    }
    .special__item h2 {
        font-size: var(--font-size-767) !important;
        line-height: 19px !important;
        padding: 8px !important
    }
    .special-center-arrangement .special__item h2 {
        padding: 23px 8px 8px !important;
        line-height: 28px !important;
        font-size: 20px
    }
    .grid-third-item h2 {
        padding: 4px !important;
        line-height: 22px !important;
        font-size: var(--font-size-767) !important
    }
    .politics .scaled img,
    .ctl-items .news-item-regular img,
    .clk-list .clk-item-regular img,
    .special-reports .scaled img,
    .third-right .scaled img,
    .blk-list .news-item-regular img,
    .video-item img,
    .alk-list .news-item-regular img {
        width: 64px !important;
        height: 52px !important;
        margin-right: 4px !important
    }
    .politics .scaled h2,
    .ctl-items .news-item-regular h2,
    .clk-list .clk-item-regular h2,
    .special-reports .scaled h2,
    .video-item h2,
    .news-item-lite,
    .third-right .scaled h2,
    .blk-list .news-item-regular h2,
    .alk-list .news-item-regular h2 {
        font-size: var(--font-size-767) !important;
        line-height: 22px !important
    }
    .opinion-article-title {
        font-size: var(--font-size-767)
    }
    .ni-title {
        font-size: var(--font-size-767);
        color: #fff;
        margin: 0 4px;
        line-height: 19px
    }
    .blk-list .news-blk-image h2 {
        font-size: var(--font-size-first-767);
        line-height: 24px
    }
    .news-blk-txt h2 {
        font-size: var(--font-size-767);
        line-height: 22px
    }
    .gallery_photo_item h2 {
        font-size: var(--font-size-xl-767);
        line-height: 24px
    }
    .grid-entertainment-item h2,
    .grid-fourth-item h2,
    .alk-list .news-alk-image h2,
    .type-sect-three-left .box-news .news-item-box h2 {
        font-size: var(--font-size-first-767);
        line-height: 24px
    }
    .ocs.card .card-title {
        font-size: var(--font-size-767);
        line-height: 24px
    }
    .news-item-box h2,
    .photo-item-box h2 {
        font-size: var(--font-size-767);
        line-height: 22px
    }
    .menu-right li {
        font-size: var(--font-size-767)
    }
    .pv-item {
        height: 52px
    }
    .tab-content .tab-pane {
        height: 390px
    }
    .grid-fourth {
        grid-template-rows: repeat(6, 6.2vw)
    }
    .video-home-title {
        font-size: var(--font-size-xl-767)
    }
    .photo-item-regular img {
        width: 76px;
        height: 56px;
        margin-right: 4px
    }
    .photo-item-regular h2.title {
        font-size: var(--font-size-767);
        line-height: 22px !important
    }
    .v-section .video-items {
        height: 192px !important
    }
    .story-item .story-extra h2 {
        line-height: 22px;
        font-size: var(--font-size-767)
    }
}

@media screen and (max-width:343.8px) {
    .navbar-brand img {
        width: 250px !important
    }
}

@media screen and (max-width:303.8px) {
    .navbar-brand img {
        width: 250px !important
    }
}


/*
Footer Design
*/
.ats-overlay-bottom-wrapper-rendered, #av-container #av-inner #gui #close-btn, #av-close-btn {
        z-index: 1000 !important;
    }

    .lg-start-zoom {
        background: black;
    }

    .footerNewLinks a {
        display: inline-block;
        margin: 0 15px;
    }

    .footerNewAddress p {
        display: inline-block;
        margin: 0 15px;
    }

    .footerNewAddress a abbr {
        text-decoration: none;
    }

    .footerText {
        border-top: 1px solid #20353e;
        padding-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }

    .footerText h1 {
        display: inline;
        font-size: 15px;
        line-height: 1.3;
        font-weight: normal;
    }

    .footerText p {
        display: inline;
        font-size: 15px;
        line-height: 1.3;
        font-weight: normal;
    }

    /* Tablet desktop :768px. */
    @media (min-width: 768px) and (max-width: 991px) {
        .footer-link {
            display: flex;
            justify-content: center;
        }

        .footer-link a {
            margin: 0 10px;
        }

    }

    /* small mobile :320px. */
    @media (max-width: 767px) {
        .footer-link {
            display: flex;
            justify-content: center;
            flex-flow: wrap;
        }

        .footer-link a {
            margin: 0 10px;
        }

        .footerNewLinks a {
            margin: 0 10px;
            margin-bottom: 5px;
        }

        .footerNewAddress p {
            margin: 0 3px;
            margin-bottom: 10px;
        }

    }

    /* Large Mobile :480px. */
    @media  only screen and (min-width: 480px) and (max-width: 767px) {
        .container {
            width: 450px
        }

        .footer-link {
            display: flex;
            justify-content: center;
            flex-flow: wrap;
        }

        .footer-link a {
            margin: 0 10px;
        }

        .footerNewLinks a {
            margin: 0 10px;
            margin-bottom: 5px;
        }

        .footerNewAddress p {
            margin: 0 3px;
            margin-bottom: 10px;
        }

    }

/*
.mega-menu{}
.mega-menu li{
    width: 100%;
    max-width: 16.666667%;
        
}
.mega-menu li  a{display: block}*/

/*top scroll style*/
.mt-round .mt-label{border-radius: 0px;margin-left:0px;}
.mt-body{margin-left: 0px;margin-right:0px;margin-top:5px}
.mt-round{border-radius: 0px}
.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a{border-radius: 0px}
.mt-label{background: #28A29D;}
.mt-news a{background: rgba(213, 5, 5, 0.86);color: #FFF;}
.mt-news a:hover{background: #28A29D;}

.cat-header a {
         font-size: 38px;
         }
         .cat-header {
         border-bottom: 1px solid #d8d8d8;
         }
         .section-bb {
         border-bottom: 2px solid #212020;
         }
         .subcategories {
         flex-wrap: wrap;
         padding: 0 0 8px;
         }
         .subcategories a {
         font-size: 17px;
         margin-top: 8px;
         background: #eee;
         margin-right: 10px;
         margin-bottom: 5px;
         }
         .identifier:not(:first-child) {
         margin-left: 12px;
         margin-top: 8px;
         }
         .identifier:not(:last-child) {
         margin-right: 12px;
         }
         .identifier {
         width: 5px;
         height: 5px;
         background: var(--brand-color);
         }
         .cat-item.active {
         font-weight: bold;
         }

.footer_main_section{color: #FFF}
.footer_main_section a{color: #FFF;text-decoration: none}

.my_ad h2, .width_title {
	background: #124b65;
	color: #FFF;
	padding: 5px;
	font-size: 20px;
}

.heading{
    background: #124b65;
    padding: 9px;
    margin-top: -16px;
    margin-bottom: -16px;
}

.heading p{
    color: #FFF;
}
.heading p a{
      color: #FFF;
      font-size: 22px;
}