@import 'fonts/sahel.css';

:root {
    --primary-color: #0D3078;
    --secondary-color: var(--secondary-color);
    --primary-shadow: 0 0 5px 0 rgb(225, 225, 225, .5)
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    font-family: Sahel !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *::after,
    *::before {
        box-sizing: border-box;
    }

i {
    font-family: "Font Awesome 6 Pro" !important;
}

body {
    font-family: Sahel !important;
}

a {
    text-decoration: none;
    color: #0D3078;
}

button {
    outline: none;
}

.dir-ltr {
    direction: ltr !important;
}

.dir-rtl {
    direction: rtl !important;
}

button {
    border: none;
    outline: none;
}

.full-link {
    display: block;
    width: 100%;
    height: 100%;
}

.text-over {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.spec-sb {
    direction: ltr;
}

    .spec-sb::-webkit-scrollbar {
        width: 4px;
    }

.spec-sb-x::-webkit-scrollbar {
    height: 4px;
}

.spec-sb::-webkit-scrollbar-track,
.spec-sb-x::-webkit-scrollbar-track {
    background: transparent;
}

.spec-sb::-webkit-scrollbar-thumb,
.spec-sb-x::-webkit-scrollbar-thumb {
    background: #00AEF0;
    border-radius: 1rem;
}

    .spec-sb::-webkit-scrollbar-thumb:hover {
        background: rgb(185, 185, 185);
    }

.lightbox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    background: #000;
}

    .lightbox.search-bg {
        opacity: .25;
    }

.m-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}

.header {
    position: relative;
    z-index: 98;

}
.home-h .head-shadow {
    box-shadow: none !important;
}
.head-shadow {
    box-shadow: 0px 8px 10px rgba(123, 123, 123, 0.107818);
}

.header .col-c .navs {
    list-style: none;
    margin: 0;
    padding: 2rem 0;
    text-align: center;
    cursor: default;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .header .col-c .navs > li {
        display: inline-block;
        margin-left: 1rem;
        position: relative;
    }


    .header .col-c .navs li:last-child {
        margin-left: 0;
    }

    .header .col-c .navs a {
        color: #1E1E20;
        font-size: 1rem;
        padding: 0 .5rem;
        white-space: nowrap;
        transition: color .2s;
    }

        .header .col-c .navs a:hover,
        .header .col-c .navs a.active {
            color: #00AFEF;
        }

    .header .col-c .navs > li {
        display: inline-block;
        margin-left: 1rem;
        position: relative;
    }

    .header .col-c .navs .sub-navs {
        position: absolute;
        right: 0;
        top: 1rem;
        width: 10rem;
        display: none;
    }

    .header .col-c .navs > li:hover .sub-navs {
        display: block;
    }

    .header .col-c .navs .sub-navs ul {
        background: #fff;
        list-style: none;
        padding: 0;
        text-align: right;
        border-radius: .5rem;
        z-index: 15;
        overflow: hidden;
        box-shadow: 0 0 5px rgba(0, 0, 0, .1);
        margin-top: 1.5rem;
    }

    .header .col-c .navs .sub-navs a {
        display: block;
        padding: .5rem;
        transition: all .2s;
    }

        .header .col-c .navs .sub-navs a:hover {
            background: #fbfbfb;
        }

.child-navbar {
    display: none;
    position: absolute;
    top: 5.2rem;
    right: 0;
    z-index: 97;
    background: #fff;
    padding-top: 2rem;
    width: 100%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

    .child-navbar ul {
        list-style: none;
        padding: 0 1rem 1rem 0;
        margin: 0;
    }

        .child-navbar ul ul {
            padding: 1rem .5rem .5rem .5rem;
            list-style: circle;
            margin-right: 2rem;
        }

    .child-navbar a {
        color: #38393B;
        padding: .1rem .3rem;
    }

        .child-navbar a:hover {
            color: #000;
        }

    .child-navbar li {
        margin-bottom: .5rem;
    }

        .child-navbar li:last-child {
            margin-bottom: 0;
        }

.header .logo-box {
    width: 210px;
    position: relative;
    text-align: center;
}

.home-h .header::after {
    position: absolute;
    width: 165px;
    height: 49px;
    background: url(../image/h-holder.png);
    content: "";
    right: calc((100% - 165px) / 2);
    z-index: 10;
    bottom: 0px;
    margin-bottom: -49px;
}

.header .c-logo {
    position: absolute;
    z-index: 11;
    width: 100%;
    right: 0;
    top: -2rem;
}

    .header .c-logo img {
        width: 50px;
    }

.home-h .header .c-logo img {
    width: 92px;
}

.header .icon-holder a {
    display: block;
    color: #000;
}

    .header .icon-holder a:hover {
        color: #333;
    }

.header .switch-lang {
    direction: rtl;
}



    .header .switch-lang select {
        font-size: 0.875rem;
        color: var(--primary-color);
        border: 0;
        cursor: pointer;
    }

.header .menu-bar-s1 {
    background: #fff;
    display: none;
}

.route {
    margin-top: .8rem;
}

    .route ul {
        list-style: none;
        margin: 0 6.563rem 0 0;
        padding: 0;
        font-size: 0.875rem;
    }

    .route.content-route {
        margin: 0;
    }

        .route.content-route ul {
            margin: 0;
            font-size: 0.75rem;
        }

    .route li {
        display: inline-block;
        position: relative;
        margin-left: 1rem;
    }

    .route.text-shadow li a {
        text-shadow: 2px 2px 2px #666;
    }

    .route li a {
        color: #AAAAAA;
        transition: color .2s;
    }

    .route li:hover a {
        color: #888;
    }

    .route li::before {
        content: '';
        height: 6px;
        width: 6px;
        background: var(--primary-color);
        background: #AAAAAA;
        border-radius: 100%;
        display: inline-block;
        margin-left: 0.3rem;
    }

    .route li:first-child::before {
        display: none;
    }

    .route li:last-child::before {
        background: var(--primary-color);
    }

    .route li:last-child a {
        color: #0D3078;
    }

    .route.light {
        position: absolute;
        background: transparent;
        z-index: 10;
    }

        .route.light a {
            color: #fff !important;
        }

.above {
    border-radius: .3rem;
    overflow: hidden;
    position: relative;
}

    .above .swiper {
        width: 100%;
    }

    .above .col-r {
        width: 50px;
        min-width: 50px;
        text-align: center;
        position: relative;
    }

    .above .col-l {
        width: 100%;
        position: relative;
    }

        .above .col-l img {
            object-fit: cover;
            width: 100%;
        }

    .above .flag {
        width: 8px;
        height: 72px;
        margin: 5rem auto 3.5rem auto;
    }

        .above .flag i {
            display: block;
            height: 33.33333%;
        }

            .above .flag i.sec-t {
                background: #00A330;
            }

            .above .flag i.sec-c {
                background: #fff;
            }

            .above .flag i.sec-b {
                background: #F20000;
            }

    .above .langs-holder-c1 {
        background: var(--primary-color);
        display: flex;
        transform: rotate(-90deg);
        width: 15.625rem;
        position: absolute;
        right: -6.2rem;
        align-items: center;
        justify-content: space-between;
        bottom: 6.25rem;
        height: 50px;
        padding: 0 2rem;
        border-bottom-right-radius: .3rem;
    }

        .above .langs-holder-c1 a {
            color: #fff;
            transition: color .2s;
        }

            .above .langs-holder-c1 a.active {
                color: var(--secondary-color);
            }

            .above .langs-holder-c1 a:hover {
                color: var(--secondary-color);
            }

    .above .langs-holder {
        display: flex;
        align-items: center;
        transform: rotate(-90deg);
        font-size: .875rem;
    }

        .above .langs-holder a {
            margin-left: 1rem;
            color: var(--primary-color);
        }

            .above .langs-holder a.active {
                color: var(--secondary-color);
            }

    .above .slide-controller {
        position: absolute;
        bottom: 0;
        left: 0px;
        background: rgba(0, 0, 0, 0.4166);
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        color: #fff;
        z-index: 11;
        border-top-right-radius: 0.5rem;
        padding: 0.5rem 1.2rem;
    }

        .above .slide-controller i {
            cursor: pointer;
        }

        .above .slide-controller .slide-pre {
            margin-left: .5rem;
            font-size: 20px;
            font-weight: normal;
        }

        .above .slide-controller .slide-next {
            margin-right: .5rem;
            font-size: 20px;
            font-weight: normal;
        }

        .above .slide-controller .line {
            width: 2px;
            height: 14px;
            border-radius: 2px;
            background: #fff;
            margin: auto .3rem;
            transition: background .3s;
        }

            .above .slide-controller .line.active {
                background: #00AFEF;
            }

    .above .desc {
        position: absolute;
        width: 60%;
        color: #fff;
        bottom: 0;
        background: rgba(0, 0, 0, .3);
        border-top-left-radius: 1rem;
        padding: 1rem;
    }

        .above .desc span {
            font-weight: 500;
        }

        .above .desc b {
            font-size: 1.125rem;
            margin: 1rem 0;
            font-weight: 500;
        }

        .above .desc .bf-c1 {
            font-size: 1.5rem;
            padding-bottom: 1rem;
            -webkit-line-clamp: 1;
            line-clamp: 1;
            font-weight: 500;
            text-shadow: 2px 2px #000;
        }

        .above .desc .bf-c2 {
            font-size: .875rem;
            -webkit-line-clamp: 5;
            line-clamp: 5;
            text-shadow: 2px 2px #000;
        }

.child-navbar {
    display: none;
    position: absolute;
    top: 5.2rem;
    right: 0;
    z-index: 97;
    background: #fff;
    padding-top: 2rem;
    width: 100%;
}

    .child-navbar ul {
        list-style: none;
        padding: 0 1rem 1rem 0;
        margin: 0;
    }

    .child-navbar a {
        color: #38393B;
        padding: .1rem .3rem;
    }

        .child-navbar a:hover {
            color: #000;
        }

    .child-navbar li {
        margin-bottom: .5rem;
    }

        .child-navbar li:last-child {
            margin-bottom: 0;
        }

.title-c1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary-color);
}

.news-cats .swiper-slide {
    overflow: hidden;
    padding-top: 1.25rem;
    transition: padding .3s, opacity .3s;
    text-align: center;
    cursor: pointer;
}

    .news-cats .swiper-slide:hover {
        padding-top: .5rem;
    }

.news-cats .prev-c1,
.news-cats .next-c1 {
    width: 6.250rem;
    height: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

.news-cats .prev-c1 {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    right: 0;
}

.news-cats .next-c1 {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    justify-content: flex-end;
}

.news-cats .swp-nav {
    width: 2.25em;
    height: 2.25em;
    background: var(--primary-color);
    color: #fff;
}

.news-cats .prev-c1 .swp-nav {
    margin-right: 1rem;
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.news-cats .next-c1 .swp-nav {
    margin-left: 1rem;
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.news-cats .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.news-cats b {
    opacity: 0;
    font-size: 1.125rem;
    transition: opacity .3s;
    color: var(--primary-color);
}

.news-cats .swiper img {
    object-fit: cover;
    width: 100%;
}

.news-cats .img-box {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
    width: 100%;
    margin-bottom: .5rem;
}

.news-cats .swiper-slide:hover b {
    opacity: 1;
}

.about-box {
    background: rgb(14, 50, 121);
    background: linear-gradient(34deg, rgba(14, 50, 121, 1) 0%, rgba(8, 28, 68, 1) 100%);
    margin-top: 6rem;
}

    .about-box .col-r {
        width: 400px;
        position: relative;
    }

    .about-box .col-l {
        width: calc(100% - 400px);
        padding: 0 2rem 1rem 0;
    }

    .about-box .m-container {
        padding: 3rem 3rem 0 3rem;
    }

    .about-box .president-img {
        display: block;
        width: 100%;
        margin-top: -5rem;
    }

    .about-box b {
        color: #fff;
        font-size: 1.5rem;
        margin-bottom: 1rem;
        display: block;
    }

    .about-box p {
        color: #fff;
        font-weight: 300;
        font-size: 0.875rem;
    }

    .about-box button {
        font-size: 0.875rem;
        border-radius: .3rem;
    }

        .about-box button a {
            padding: .3rem 1rem;
        }

    .about-box .more-detail {
        background: var(--secondary-color);
        border: 1px solid var(--secondary-color);
        transition: background .3s;
        margin: 0 0 1rem .5rem;
    }

        .about-box .more-detail:hover {
            background: #37b7e6;
        }

        .about-box .more-detail a {
            color: var(--primary-color);
        }

    .about-box .deputy {
        border: 1px solid #fff;
        background: transparent;
        transition: background .3s;
    }

        .about-box .deputy:hover {
            background: #fff;
        }

        .about-box .deputy a {
            color: #fff;
            transition: color .3s;
        }

        .about-box .deputy:hover a {
            color: var(--primary-color);
        }

.popular-videos .t-top a {
    cursor: pointer;
    transition: color .3s;
}

.popular-videos .col-r .block {
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    padding: .6rem;
    overflow: hidden;
    border-radius: .3rem;
}

.all-icon {
    width: 2.125rem;
    height: 2.125rem;
    background: var(--primary-color);
    border-radius: .2rem;
    font-size: 1.125rem;
}

.popular-videos .player {
    height: 100%;
}

    .popular-videos .player img {
        width: 100%;
        border-radius: .3rem;
    }

    .popular-videos .player h4 {
        margin-top: 1.125rem;
        font-size: 1rem;
        font-weight: normal;
    }

    .popular-videos .player a {
        color: #1E1E20;
        line-height: 1.5rem;
        max-height: 4.5rem;
        overflow: hidden;
        display: block;
    }

        .popular-videos .player a:hover {
            color: #353538;
        }

.popular-videos .datetime {
    color: #5F6062;
    font-size: 0.875rem;
    float: left;
}

.post-blocks .block {
    margin-bottom: 1rem;
    position: relative;
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    padding: .6rem;
    overflow: hidden;
    border-radius: .3rem;
}

    .post-blocks .block::after {
        content: '';
        display: block;
        clear: both;
    }

    .post-blocks .block:last-child {
        margin-bottom: 0;
    }

.post-blocks .img-box {
    width: 200px;
    overflow: hidden;
    border-radius: .3rem;
    float: right;
    position: relative;
}

    .post-blocks .img-box::before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        left: 0;
        bottom: 0;
        background: rgb(8, 68, 63);
        background: linear-gradient(225deg, rgba(8, 68, 63, 0) 0%, rgba(11, 58, 92, 0) 50%, rgba(13, 48, 120, 1) 100%);
    }

    .post-blocks .img-box::after {
        content: '\f04b';
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: 0.5rem;
        bottom: 0.3rem;
        color: #fff;
        font-weight: 900;
    }

    .post-blocks .img-box img {
        width: 100%;
        height: 100%;
        max-height: 130px;
        display: block;
        object-fit: cover;
    }

    .post-blocks .img-box a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10;
    }

.post-blocks .content {
    float: right;
    width: calc(100% - 200px);
    padding-right: 1rem;
}

    .post-blocks .content a {
        color: #1E1E20;
        font-size: 0.875rem;
        display: block;
        line-height: 1.5rem;
        max-height: 3rem;
        overflow: hidden;
    }

.post-blocks p {
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.5rem;
    max-height: 3rem;
    overflow: hidden;
}

.post-blocks .content a:hover {
    color: #3a3a3d;
}

.post-blocks .datetime {
    position: absolute;
    left: .7rem;
    bottom: .7rem;
    color: #5F6062;
    font-size: 0.875rem;
}

.post-blocks.none-video .img-box::before,
.post-blocks.none-video .img-box::after {
    display: none;
}

.iran-flag {
    height: 28.125rem;
    background: url(../image/iran-flag.png) no-repeat;
    background-size: cover;
    background-position: center center;
    margin: 3.5rem 0 4rem 0;
}

    .iran-flag .cover {
        background: rgba(0, 0, 0, .3);
        padding: 1rem;
        text-align: center;
    }

    .iran-flag b {
        font-size: 2.125rem;
    }

    .iran-flag p {
        font-size: 1.25rem;
        font-weight: 500;
    }

.news .tabs li {
    display: inline-block;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 0.875rem;
    padding: .4rem 1rem;
    border-radius: .3rem;
    cursor: pointer;
    transition: all .3s;
    margin-left: .3rem;
}

    .news .tabs li:last-child {
        margin-left: 0;
    }

    .news .tabs li:hover {
        background: #f5f5f5;
    }

    .news .tabs li.active {
        background: var(--primary-color);
        color: #fff;
    }

.news .main-new {
    position: relative;
    overflow: hidden;
}

    .news .main-new img {
        width: 100%;
    }

    .news .main-new::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 25%;
        right: 0;
        background: rgb(8, 68, 63);
        background: linear-gradient(180deg, rgba(8, 68, 63, 0) 0%, rgba(10, 58, 90, 0) 50%, rgba(27, 30, 36, 1) 100%);
    }

    .news .main-new p {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: .5rem;
        color: #fff;
        font-size: 0.875rem;
    }

        .news .main-new p span {
            color: #ccc;
        }

    .news .main-new .cover {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

.news .col-r .block {
    height: auto;
}

.members {
    background-size: 100% auto;
    background-position: bottom;
}

    .members .cover-link {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }

    .members .active .cover-link {
        display: block !important;
    }

    .members h2 {
        font-size: 1.25rem;
        color: #fff;
        font-weight: bold;
        margin: 1rem 0 .5rem 0;
    }

    .members .t-top span {
        color: #ccc;
        font-size: 0.875rem;
    }

    .members .list {
        display: flex;
        flex-flow: row wrap;
    }

        .members .list.tiny {
            display: block
        }

        .members .list .swiper-slide {
            display: flex;
            flex-flow: row wrap;
        }

    .members .member {
        width: calc(100% / 10);
        position: relative;
        margin-bottom: 3rem;
    }

        .members .member:hover .name {
            display: block;
        }

        .members .member:hover .cover-link {
            display: block;
        }

    .members .col-r img {
        max-width: 260px;
        width: 100%;
    }

    .members .col-l .img-box {
        position: relative;
    }

    .members .img-box::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: var(--secondary-color);
        position: absolute;
        bottom: -.3rem;
        right: calc((100% - 10px) / 2);
        opacity: 0;
        transition: opacity .3s;
    }

    .members .member:hover .img-box::after,
    .members .member.active .img-box::after {
        opacity: 1;
    }

    .members .col-l .cover {
        border-radius: 1.5rem;
        overflow: hidden;
        background: #D8D8D8;
        padding-top: 1.5rem;
        max-width: 75px;
        margin: 0 auto .7rem auto;
        cursor: pointer;
    }

        .members .col-l .cover img {
            width: 100%;
            transform: scale(1.3);
            object-fit: cover;
        }

    .members .member .name {
        font-size: 0.75rem;
        text-align: center;
        padding: 0 .5rem;
        position: absolute;
        width: 500%;
        right: -200%;
        display: none;
    }

        .members .member .name a {
            color: #fff;
            transition: color .1s;
            display: inline-block;
        }

            .members .member .name a:hover {
                color: rgb(231, 231, 231);
            }

    .members .member.active .name {
        opacity: 1;
        z-index: 100;
    }

    .members .member b {
        display: block;
    }

footer {
    border-top: solid 3px white;
}

.programs {
    margin-top: 3rem;
}

    .programs .t-top {
        color: #272727;
        margin-bottom: 5rem;
    }

    .programs .block {
        border: 1px solid #F3F3F3;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        border-radius: .5rem;
        display: flex;
        align-items: center;
        padding: 1rem;
        margin-bottom: 1.25rem;
        cursor: pointer;
        transition: border .2s;
        direction: rtl;
    }

        .programs .block:hover {
            border: 1px solid #7bdcff;
        }

        .programs .block p {
            font-size: 0.875rem;
            margin: 0;
            padding-right: 1rem;
            color: #7C7C7C;
        }

        .programs .block.active {
            border: 1px solid var(--secondary-color);
        }

            .programs .block.active p {
                color: #1E1E20;
            }

    .programs .star-box {
        display: flex;
        align-items: center;
    }

        .programs .star-box::after {
            content: "";
            position: absolute;
            width: calc(100% - 350px + 60px);
            height: 248px;
            left: 0;
            opacity: .5;
            border: 1px solid var(--primary-color);
            border-right-width: 0;
            border-top-left-radius: 1rem;
            border-bottom-left-radius: 1rem;
        }

    .programs .star {
        height: 100%;
        width: 350px;
        min-width: 350px;
        height: 350px;
        background-size: 100% 100%;
        position: relative;
        overflow: hidden;
    }

        .programs .star::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            background: url(../image/star.png) no-repeat;
            background-size: 100% 100%;
        }

        .programs .star img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .programs .star-box .content {
        border-right: 0;
        position: relative;
        margin-top: 7px;
        flex-grow: 1;
        padding: 0 2rem 0 .5rem;
        z-index: 50;
    }

        .programs .star-box .content b {
            font-size: 1.125rem;
            color: var(--primary-color);
            margin-bottom: 1rem;
            -webkit-line-clamp: 2;
            line-clamp: 2;
        }

        .programs .star-box .content p {
            font-size: 0.875rem;
            -webkit-line-clamp: 3;
            line-clamp: 3;
        }

        .programs .star-box .content a {
            display: inline-block;
            color: #0D3078;
            border: 1px solid #0D3078;
            border-radius: 0.3rem;
            padding: 0.3rem 1rem;
            transition: all .2s;
        }

            .programs .star-box .content a:hover {
                background: #0D3078;
                color: #fff;
            }

.side-block {
    margin-bottom: 1.5rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    border-radius: 0.25rem;
    overflow: hidden;
}

    .side-block.show-overflow {
        overflow: visible;
    }

    .side-block.none-shadow {
        box-shadow: none;
    }

    .side-block .side-head {
        background: var(--primary-color);
        color: #fff;
        padding: 1rem;
    }

    .side-block .side-content {
        padding: 1rem 1.3rem .2rem 1.3rem;
    }

    .side-block .side-list-1 {
        list-style: none;
        padding: 0;
        font-size: 0.875rem;
    }

        .side-block .side-list-1 li {
            margin-bottom: 0.5rem;
        }

        .side-block .side-list-1 a {
            color: #848484;
            transition: all .15s;
            display: flex;
            align-items: flex-start;
        }

            .side-block .side-list-1 a::before {
                content: '';
                display: block;
                width: 5px;
                min-width: 5px;
                height: 5px;
                background: #9F9F9F;
                border-radius: 100%;
                margin: .5rem 0 0 .5rem;
            }

            .side-block .side-list-1 a:hover {
                color: var(--secondary-color);
            }

.sec-1 .t-top {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.header-c1 {
    font-size: 1.5rem;
    margin-bottom: .4rem;
}

    .header-c1 a {
        color: #1D1D1D;
    }

.sec-1 .share-link {
    font-size: 1.5rem;
    color: #000000;
    min-width: 1.5rem;
    text-align: center;
    transition: color .2s;
}

    .sec-1 .share-link:hover {
        color: #333;
    }

.ver-line {
    width: 1px;
    height: 1.5rem;
    background: #E1E1E1;
    margin: 0 .5rem;
}

.list-c1 {
    padding: 0;
}

    .list-c1 li {
        list-style: none;
        display: flex;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

        .list-c1 li::before {
            content: '';
            display: block;
            width: 6px;
            min-width: 6px;
            height: 6px;
            background: var(--secondary-color);
            border-radius: 100%;
            margin: .5rem 0 0 .5rem;
        }

.content-c1 {
    color: #5A5A5A;
}

    .content-c1 p,
    .content-c1 img,
    .content ul {
        margin-bottom: 1rem;
    }

.news-slider .swiper-slide {
    text-align: center;
}

.news-slider img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
    border-radius: .2rem;
    cursor: pointer;
    margin: 0;
}

.prev-c2,
.next-c2 {
    position: absolute;
    font-size: 1.5rem;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    color: #292D32;
}

.prev-c2 {
    right: 0
}

.next-c2 {
    left: 0;
}

.content-c1 .qoute {
    font-size: 1.125rem;
    border: 1px solid #F3F3F3;
    border-radius: 1rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    padding: 2rem;
    position: relative;
    margin: 2rem 0;
}

    .content-c1 .qoute img {
        width: 3rem;
        position: absolute;
        top: -1.3rem;
        right: calc((100% - 3rem) / 2);
    }

.list-c2 {
    counter-reset: list-c2;
    padding: 0;
}

    .list-c2 li {
        display: flex;
        margin-bottom: 1rem;
        align-items: flex-start;
    }

        .list-c2 li::before {
            counter-increment: list-c2;
            content: counter(list-c2) ". ";
            color: var(--secondary-color);
            margin-left: 1rem;
        }

.sec-1 .sub-news {
    padding: 1.5rem;
    box-shadow: var(--primary-shadow);
    border: 1px solid #F3F3F3;
    border-radius: 0.3rem;
    margin: 2rem 0;
}

    .sec-1 .sub-news h2 {
        font-size: 1.125rem;
    }

        .sec-1 .sub-news h2 a {
            color: #1E1E20;
        }

    .sec-1 .sub-news p {
        color: #38393B;
    }

    .sec-1 .sub-news button {
        font-size: 1rem;
        background: transparent;
        margin-top: .5rem;
    }

        .sec-1 .sub-news button a {
            color: var(--primary-color);
            border: 1px solid var(--primary-color);
            background: #fff;
            padding: 0.3rem 1rem;
            border-radius: .3rem;
            transition: all .2s;
        }

            .sec-1 .sub-news button a:hover {
                background: var(--primary-color);
                color: #fff;
            }

.line-c1 {
    background: #a5a5a5;
    margin: 0 0 1rem 0;
}

.link-btn-c1 {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: .3rem;
    transition: all .2s;
    font-size: 0.875rem;
    display: block;
    padding: .4rem .8rem;
}

    .link-btn-c1:hover {
        color: #fff;
        background: var(--primary-color);
    }

.related-news img {
    width: 100%;
    border-radius: .3rem;
    margin-bottom: 0.5rem;
}

.related-news .star-vc {
    width: auto;
    height: auto;
    border-radius: none !important;
    margin: 0 auto .5rem auto !important;
}

.related-news h4 {
    font-size: 0.875rem;
}

    .related-news h4 a {
        color: #414141;
        font-weight: normal;
        transition: color .2s;
    }

        .related-news h4 a:hover {
            color: #3a689c
        }

.related-news .more {
    font-size: 0.875rem;
    color: var(--secondary-color);
    transition: color .3s;
}

    .related-news .more:hover {
        color: #008ec2;
    }

    .related-news .more::after {
        content: '\f053';
        font-family: "Font Awesome 6 Pro";
        position: relative;
        top: .15rem;
        margin-right: .3rem;
    }

.form-c1 label,
.form-c1 .label {
    display: block;
    font-size: 1rem;
    color: #5A5A5A;
    margin-bottom: .4rem;
}

.form-c1 input[type="text"],
.form-c1 select,
.form-c1 textarea {
    font-size: 0.875rem;
    box-shadow: var(--primary-shadow);
    border: 1px solid #F3F3F3;
    outline: none;
    display: block;
    width: 100%;
    padding: 0.7rem 1rem;
    border-radius: .3rem;
    transition: all .3s;
}

    .form-c1 input[type="text"]:focus,
    .form-c1 textarea:focus {
        border-color: var(--primary-color);
        box-shadow: 0 5px 5px 0 rgb(225, 225, 225, .5)
    }

.form-c1 select {
    cursor: pointer;
}

.form-c1 textarea {
    min-height: 7rem;
}

.form-c1 button.send {
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    padding: .7rem 1.3rem;
    font-size: 0.875rem;
    margin: .5rem auto 0 auto;
    display: block;
    border-radius: .3rem;
}

.form-c1 .radio-holder {
    color: #3B3B3B;
}

    .form-c1 .radio-holder .radios {
        display: flex;
    }

        .form-c1 .radio-holder .radios label {
            margin: 0 .2rem 0 1rem;
            cursor: pointer;
        }

.comments-sec .wrapper {
    border-radius: .3rem;
    box-shadow: var(--primary-shadow);
    border: 1px solid #F3F3F3;
}

    .comments-sec .wrapper::after {
        content: '';
        display: block;
        clear: both;
    }

.comments-sec .comment .head {
    border-bottom: 1px solid #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}

    .comments-sec .comment .head img {
        width: 3rem;
        height: 3rem;
    }

.comments-sec .comment .time {
    color: #7B7B7B;
    font-size: 0.875rem;
}

.comments-sec .comment p {
    margin: 1.25rem 0;
    padding: 0 1.5rem;
    font-size: 0.875rem;
    color: #5A5A5A;
}

.comments-sec .comment .reply-btn {
    float: left;
    margin: 0 0 1.5rem 1.5rem;
    background: #fff;
    font-size: 0.875rem;
    color: #878787;
    transition: color .3s;
}

    .comments-sec .comment .reply-btn:hover {
        color: var(--secondary-color);
    }

    .comments-sec .comment .reply-btn i {
        position: relative;
        top: .2rem;
        font-size: 1rem;
        margin-right: 0.2rem;
    }

.comments-sec .comment {
    margin-bottom: 3rem;
}

.comments-sec .replies .comment {
    margin: 0 2rem 0 0;
}

.comments-sec .replies .wrapper {
    margin-top: 1rem;
    border: 1px solid var(--primary-color);
}

.side-block .gallery-block {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #F3F3F3;
}

    .side-block .gallery-block:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .side-block .gallery-block a {
        display: flex;
        align-items: center;
        font-size: 0.75rem;
        color: #1E1E20;
    }

    .side-block .gallery-block img {
        width: 125px;
        min-width: 125px;
        border-radius: .3rem;
        margin-left: .5rem;
    }

.sec-1.gallery-sec img {
    width: 100%;
    border-radius: .2rem;
    transition: opacity .3s;
}

    .sec-1.gallery-sec img:hover {
        opacity: .9;
    }

.sec-1.gallery-sec p {
    color: #66676A;
    box-shadow: var(--primary-shadow);
    border: 1px solid #F3F3F3;
    padding: 4rem 5rem;
    margin: 2rem 0 0 0;
    border-radius: .5rem;
}

.sec-2-13 .gallery-above {
    position: relative;
    cursor: pointer;
}

    .sec-2-13 .gallery-above img {
        width: 100%;
    }

.hor-slide-controller {
    position: absolute;
    bottom: 0;
    right: calc((100% - 8rem) / 2);
    width: 8rem;
    height: 3rem;
    background: var(--primary-color);
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 10;
    padding: 0 1rem;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

    .hor-slide-controller i {
        cursor: pointer;
    }

    .hor-slide-controller .prev-c3 {
        margin-left: .5rem;
    }

    .hor-slide-controller .next-c3 {
        margin-right: .5rem;
    }

    .hor-slide-controller .line {
        width: 2px;
        height: 15px;
        border-radius: 2px;
        background: #fff;
        margin: .2rem auto;
        transition: background .3s;
    }

        .hor-slide-controller .line.active {
            background: #00B1A4;
        }

.sec-2 .search-box {
    border: 1px solid var(--primary-color);
    border-radius: .3rem;
    overflow: hidden;
    padding-left: .7rem;
    margin-bottom: 1.5rem;
}

    .sec-2 .search-box form {
        display: flex;
        align-items: center;
    }

    .sec-2 .search-box input {
        flex-grow: 1;
        border: 0;
        outline: none;
        padding: .8rem .7rem;
        font-size: 0.875rem;
    }

    .sec-2 .search-box button {
        color: #000;
        background: #fff;
    }

.side-cats {
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .12);
    margin-bottom: 1.5rem;
}

    .side-cats.has-mt {
        margin-top: 1.6rem;
    }

    .side-cats .head {
        background: var(--primary-color);
        font-size: 1.125rem;
        color: #fff;
        padding: .8rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .side-cats .head i {
            transition: transform .5s;
            font-size: 0.875rem;
            display: none;
        }

    .side-cats .blocks {
        display: block;
    }

    .side-cats .t-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: .8rem 1rem;
    }

        .side-cats .t-top span {
            color: #66676A;
        }

        .side-cats .t-top i {
            color: #000;
            transition: transform .5s;
        }

.rotate-i i {
    transform: rotate(180deg);
}

.side-cats .cat {
    border-bottom: 1px solid #F3F3F3;
}

.side-cats ul {
    list-style: none;
    padding: 0 1rem;
    display: none;
}

.side-cats li a {
    color: #AFAFAF;
    display: block;
    padding: .3rem 0;
    display: flex;
    align-items: center;
    transition: color .2s;
}

    .side-cats li a::before {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 1rem;
        background: #D8D8D8;
        margin-left: .8rem;
    }

    .side-cats li a:hover {
        color: var(--secondary-color);
    }

.side-cats li.active a {
    color: var(--secondary-color);
}

    .side-cats li.active a::before {
        background: var(--secondary-color);
    }

.side-news {
    position: relative;
    border-radius: .3rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

    .side-news img {
        width: 100%;
        border-radius: .3rem;
        overflow: hidden;
    }

    .side-news a {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding: 1rem;
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-end;
        align-items: center;
        text-align: center;
        background: rgb(8, 68, 63);
        background: linear-gradient(180deg, rgba(8, 68, 63, 0) 0%, rgba(10, 58, 90, 0) 20%, rgba(27, 30, 36, 1) 100%);
        cursor: pointer;
        transition: background 1s;
    }

        .side-news a:hover {
            background: rgb(8, 68, 63);
            background: linear-gradient(180deg, rgba(8, 68, 63, 0) 0%, rgba(0, 122, 255, 0) 20%, rgba(0, 58, 121, 1) 100%);
        }

    .side-news b {
        font-size: 1.125rem;
        margin-bottom: .5rem;
    }

    .side-news .desc {
        font-weight: 300;
        margin-bottom: .5rem;
    }

    .side-news .click-btn {
        font-size: 1rem;
        background: transparent;
        border: 1px solid #fff;
        border-radius: .5rem;
        padding: .3rem 1rem;
        cursor: pointer;
        transition: all .3s;
    }

    .side-news a:hover .click-btn {
        background: #fff;
        color: var(--primary-color);
    }

.gallery-item img {
    width: 100%;
    border-radius: .2rem;

}

.gallery-item span {
    color: #1E1E20;
    transition: color .2s;
}

.gallery-item a:hover span {
    color: var(--secondary-color);
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
}

    .pagination a {
        margin: 0 .2rem;
        color: #BFBFBF;
        font-size: 1.125rem;
        transition: color .2s;
    }

        .pagination a:hover {
            color: var(--primary-color);
        }

        .pagination a.active {
            color: var(--primary-color);
        }

    .pagination .pagination-prev,
    .pagination .pagination-next {
        color: #292D32;
        font-size: 1.25rem;
    }

    .pagination .pagination-prev {
        margin-right: .7rem;
    }

    .pagination .pagination-next {
        margin-left: .7rem;
    }

.sec-3 h1 {
    color: #1D1D1D;
    font-size: 1.5rem;
    font-weight: bold;
}

.sec-3 .c-above {
    margin-bottom: 2.5rem;
}

    .sec-3 .c-above .line-c2 {
        width: 100%;
        height: 1px;
        background: #E9E9E9;
        margin: 1rem 0;
    }

    .sec-3 .c-above span {
        color: #9B9B9B;
    }

    .sec-3 .c-above p {
        color: #151515;
    }

    .sec-3 .c-above img {
        width: 100%;
        border-radius: .3rem;
    }

.duty-block {
    box-shadow: var(--primary-shadow);
    border: 1px solid #F3F3F3;
    border-radius: .5rem;
    overflow: hidden;
    transition: border .5s;
    margin-bottom: 1rem;
}

    .duty-block.active {
        border-color: #a2e6ff;
    }

    .duty-block .title {
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        padding: 1rem;
        cursor: pointer;
    }

        .duty-block .title i {
            font-style: normal;
            transition: transform .4s;
        }

            .duty-block .title i::before {
                content: '\f078';
            }

            .duty-block .title i.sm-icon {
                display: none;
            }

        .duty-block .title .line-break {
            display: none;
            width: 100%;
        }

        .duty-block .title span {
            color: var(--secondary-color);
            font-size: 1.5rem;
        }

            .duty-block .title span::after {
                content: '.'
            }

        .duty-block .title h4 {
            flex-grow: 1;
            font-size: 1rem;
            font-weight: normal;
            margin: 0 1rem 0 0;
            line-height: 1.7rem;
        }

    .duty-block p {
        font-size: 0.875rem;
        color: #646464;
        padding: 0 1rem 1rem 1rem;
        display: none;
    }

.sec-3 .side-news {
    margin: 0;
}

.members-above img {
    width: 100%;
}

.sec-4 .block {
    border: 1px solid #ECECEC;
    box-shadow: 0 5px 7px rgba(0, 0, 0, .1);
    border-radius: .3rem;
    overflow: hidden;
    height: 100%;
}

    .sec-4 .block img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.sec-4 .table-box {
    border: 1px solid #F0F0F0;
    border-right: 0;
    border-left: 0;
}

    .sec-4 .table-box span {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        padding: .4em .5rem;
        color: #151515;
    }

.sec-4 .block .bl {
    border-left: 1px solid #F0F0F0;
}

    .sec-4 .block .bl span {
        color: var(--primary-color);
    }

.sec-4 .block .bm {
    border-bottom: 1px solid #F0F0F0;
}

.sec-4 .block h1,
.sec-4 .block h2 {
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--primary-color);
    padding: 1rem;
}

.sec-4 .block p {
    padding: 1rem;
    color: #696969;
}

.sec-4 .block.mini {
    font-size: 0.875rem;
}

.sec-4 .blocks .block img {
    height: auto;
}

.sec-5 .go-link {
    display: block;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
    margin: 1rem 0;
}

    .sec-5 .go-link a {
        padding: .5rem 0;
        color: #000;
        border: 1px solid #ECECEC;
        border-radius: .2rem;
    }

.sec-5 .tiny-title {
    color: #9B9B9B;
}

.members-slider::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #F0F0F0;
    position: relative;
    top: 45px;
}

.members-slider .img-box {
    width: 90px;
    height: 90px;
    position: relative;
    margin: 0 auto;
    transform: scale(.6);
    transition: transform .3s;
}

.members-slider .swiper-slide-active .img-box {
    transform: scale(1);
}

.members-slider .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.sec-5 .block-c1 {
    text-align: center;
}

    .sec-5 .block-c1 a {
        display: block;
        color: #333;
    }

    .sec-5 .block-c1 b {
        color: #979797;
        font-weight: 500;
    }

.next-c4,
.prev-c4 {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

    .next-c4 button,
    .prev-c4 button {
        width: 2rem;
        height: 2rem;
        text-align: center;
        transition: all .3s;
        cursor: pointer;
        color: var(--primary-color);
        background: #fff;
        border-radius: .2rem;
        border: 1px solid var(--primary-color);
    }

        .next-c4 button:hover,
        .prev-c4 button:hover {
            background: var(--primary-color);
            color: #fff;
        }

.next-c4 {
    left: 0;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .5) 20%, rgba(8, 68, 63, 0) 100%);
}

.prev-c4 {
    right: 0;
    background: #fff;
    background: linear-gradient(90deg, rgba(8, 68, 63, 0) 0%, rgba(255, 255, 255, .5) 20%, rgba(255, 255, 255, 1) 100%);
}

.next-c4 button {
    margin: 0 auto 0 0;
}

.prev-c4 button {
    margin: 0 0 0 auto;
}

.sec-6 .t-top {
    width: 100%;
    height: 10.625rem;
    border-radius: .3rem;
    overflow: hidden;
}

    .sec-6 .t-top img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .sec-6 .t-top .cover {
        color: #fff;
    }

        .sec-6 .t-top .cover::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgb(0, 0, 0);
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.5578606442577031) 0%, rgba(255, 255, 255, 0) 50%, rgba(8, 68, 63, 0) 100%);
        }

    .sec-6 .t-top h2 {
        font-size: 1.5rem;
    }

    .sec-6 .t-top h3 {
        font-size: 1.5rem;
        font-weight: 300;
    }

.videos-slider {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

    .videos-slider .swiper-slide {
        text-align: center;
        border: 1px solid #E4E2E2;
        border-left: 0;
        color: #777777;
        transition: background .3s;
        cursor: pointer;
    }

        .videos-slider .swiper-slide span {
            padding: 1.5rem 0;
            display: block;
        }

    .videos-slider .swiper-slide-active {
        color: #fff;
    }

    .videos-slider .video-cat span {
        position: relative;
    }

    .videos-slider .video-cat::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgba(13, 48, 120, 1);
        opacity: 0;
        transition: opacity .3s;
    }

    .videos-slider .swiper-slide-active .video-cat::before {
        opacity: 1;
    }

.prev-c5,
.next-c5 {
    position: absolute;
    top: calc(50% - 1rem);
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: .3rem;
    color: var(--primary-color);
    transition: all .3s;
    cursor: pointer;
    text-align: center;
    padding-top: .4rem;
    z-index: 20;
}

    .prev-c5:hover,
    .next-c5:hover {
        color: #fff;
        background: var(--primary-color);
    }

.prev-c5 {
    right: 0;
}

.next-c5 {
    left: 0;
}

.sec-6-10 .items-holder img {
    width: 100%;
}

.sec-6-10 .items-holder .img-box {
    position: relative;
    margin-bottom: 1rem;
    border-radius: .3rem;
    overflow: hidden;
    display: block;
}

.sec-6-10 .items-holder .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(74, 99, 154, 0) 100%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
}

    .sec-6-10 .items-holder .cover::before {
        position: absolute;
        content: '\f04b';
        font-size: 1.5rem;
        font-family: "Font Awesome 6 Pro";
        color: #fff;
        bottom: .5rem;
        left: 1rem;
        font-weight: 900;
    }

    .sec-6-10 .items-holder .cover span {
        display: flex;
        align-items: center;
        font-size: 0.875rem;
        font-weight: 500;
    }

        .sec-6-10 .items-holder .cover span i {
            margin-left: .3rem;
        }

.sec-6-10 .items-holder .link-btn-c2 {
    font-size: 0.875rem;
    border: 1px solid #00AFEF;
    color: #00AFEF;
    display: inline-block;
    border-radius: 0.3rem;
    padding: 0.3rem 1.5rem;
    transition: all .3s;
}

.sec-6-10 .items-holder h4 a {
    color: #414141;
    font-size: 0.875rem;
    font-weight: normal;
}

    .sec-6-10 .items-holder h4 a:hover {
        color: #535353;
    }

.sec-6-10 .items-holder .download {
    text-align: center;
    margin-top: .7rem;
}

.img-star-box {
    position: relative;
}

    .img-star-box img {
        width: 100%;
        height: 100%;
        transform: scale(0.9);
        z-index: 20;
    }

    .img-star-box::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../image/cover-star.svg);
        background-size: cover;
        z-index: 22;
    }

.members-slider .img-box::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 88px;
    height: 88px;
    background: #fff;
    transition: opacity .3s;
    z-index: 21;
}

.members-slider .swiper-slide-active .img-box::before {
    opacity: 0;
}

.link-btn-c2 {
    font-size: 0.875rem;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    display: inline-block;
    border-radius: .3rem;
    padding: .3rem 1.5rem;
    transition: all .3s;
}

    .link-btn-c2:hover {
        background: var(--secondary-color);
        color: #fff;
    }

.sec-7 .t-top img,
.sec-8 .t-top img,
.sec-10 .t-top img,
.sec-14 .t-top img,
.sec-17 .t-top img,
.sec-18 .t-top img {
    width: 100%;
    border-radius: .3rem;
}

.line-c3 {
    background: #ccc;
}

.text-justify {
    text-align: justify !important;
}

.sec-7 .t-top h1,
.sec-8 .t-top h1,
.sec-10 .t-top h1,
.sec-14 .t-top h1,
.sec-17 .t-top h1,
.sec-18 .t-top h1 {
    color: #1D1D1D;
    font-size: 1.5rem;
}

.sec-7 .t-top p,
.sec-14 .t-top p,
.sec-17 .t-top p,
.sec-18 .t-top p {
    color: #151515;
    text-align: justify;
}

.sec-7 .star-box .desc {
    width: calc((100% - 150px) / 2);
    float: right;
    padding: 0 0 0 2rem;
}

.sec-7 .star-box .block:nth-child(even) .desc {
    float: left;
    padding: 0 2rem 0 0;
}

.sec-7 .star-box h2 {
    color: var(--primary-color);
    font-size: 1.125rem;
}

.sec-7 .star-box p {
    color: #151515;
}

.sec-7 .star-box .link-btn-c1 {
    display: inline-block;
}

.sec-7 .img-star-box {
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc((100% - 150px) / 2);
    right: calc((100% - 150px) / 2);
}

.sec-7 .star-box .block {
    position: relative;
    padding-bottom: 5rem;
}

    .sec-7 .star-box .block .holder {
        position: relative;
    }

    .sec-7 .star-box .block::before {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background: #EDEDED;
        top: 0;
        right: calc(50% - 1px);
    }

    .sec-7 .star-box .block:first-child:before {
        height: 50%;
        top: 50%;
    }

    .sec-7 .star-box .block:last-child:before {
        height: 50%;
        top: 0;
    }

    .sec-7 .star-box .block .holder::after {
        content: '';
        display: block;
        clear: both;
    }

.sec-8 .project {
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
    position: relative;
}

    .sec-8 .project .img-box {
        width: 150px;
        min-width: 150px;
    }

    .sec-8 .project::before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        right: 74px;
        top: 0;
        background: #EDEDED;
    }

    .sec-8 .project:first-child:before {
        height: 50%;
        top: 50%;
    }

    .sec-8 .project:last-child:before {
        height: 50%;
        top: 0;
    }

    .sec-8 .project .img-star-box {
        width: 80px;
        height: 80px;
        margin: 0 auto;
        transition: transform .3s;
    }

    .sec-8 .project.active .img-star-box {
        transform: scale(1.5);
    }

    .sec-8 .project .duty-block {
        flex-grow: 1;
        margin: 0;
    }

.sec-8 .duty-block .title i.sm-icon {
    display: block;
}

.sec-8 .duty-block h4 {
    transition: color .3s;
}

.sec-8 .project.active .duty-block h4 {
    color: var(--secondary-color);
}

.sec-9 .top-sec p,
.sec-12 .top-sec p {
    padding: 0 2.5rem;
}

.news-filter label {
    display: block;
    font-size: 0.875rem;
    color: #1E1E20;
    margin-bottom: .3rem;
}

.news-filter .light-field label {
    color: var(--primary-color);
}

.news-filter input,
.news-filter select {
    background: #fff;
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 3rem;
    border-radius: .3rem;
    padding: .5rem;
    outline: none;
}

.news-filter {
    color: var(--primary-color);
}

    .news-filter input {
        transition: border .3s;
        border: 1px solid #C9C9C9;
    }

        .news-filter input:focus {
            border-color: var(--primary-color);
        }

    .news-filter select {
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
        cursor: pointer;
    }

    .news-filter button {
        height: 3rem;
        width: 100%;
        background: var(--primary-color);
        color: #fff;
        border-radius: .3rem;
    }

.sec-10 .t-top {
    margin-top: 1.5rem;
}

.sec-11 .t-top img {
    width: 100%;
}

.play-cover {
    background: rgb(13, 48, 120);
    background: linear-gradient(45deg, rgba(13, 48, 120, 1) 0%, rgba(0, 0, 0, 0) 33%, rgba(74, 99, 154, 0) 100%);
}

    .play-cover a,
    .play-cover button {
        font-size: 2rem;
        transition: color .3s;
        color: #fff;
        padding: 0 0 1rem 1rem;
        background: transparent;
        border: none;
    }

        .play-cover a:hover {
            color: #e2e2e2;
        }

.sec-11 .child-c1 img {
    width: 100%;
    border-radius: .3rem;
}

.sec-11 .col-l {
    text-align: center;
}

    .sec-11 .col-l b {
        font-size: 1.125rem;
        margin: 1rem 0 .2rem 0;
        display: block;
    }

.sec-11 .child-desc img {
    width: 100%;
    border-radius: .3rem;
}

.sec-11 .child-desc h2 {
    color: #1D1D1D;
    font-size: 1.5rem;
}

.sec-11 .child-desc .link-btn-c1 {
    display: inline-block;
}

.sec-11 .title-box {
    padding: 1rem;
    border: 1px solid var(--secondary-color);
    font-size: 0.875rem;
    color: #1E1E20;
    font-weight: 500;
    border-radius: .5rem;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.sec-11 .search-province {
    border: 1px solid var(--primary-color);
    border-radius: .3rem;
    overflow: hidden;
    transition: box-shadow .3s;
    margin-bottom: 1.8rem;
}

    .sec-11 .search-province:focus-within {
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
    }

    .sec-11 .search-province form {
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
    }

    .sec-11 .search-province input {
        border: none;
        background: #fff;
        font-size: 0.875rem;
        flex-grow: 1;
        padding: .7rem 1rem;
        outline: none;
    }

    .sec-11 .search-province button {
        font-size: 1.25rem;
        min-width: 2rem;
        width: 2rem;
        color: #000;
        background: #fff;
        margin-left: .2rem;
    }

.sec-11 .provinces-title {
    font-size: 1.125rem;
    color: var(--primary-color);
}

.sec-11 .province-item {
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    border-radius: .3rem;
    color: #000000;
    font-size: 0.875rem;
    text-align: center;
    padding: .5rem;
    cursor: pointer;
    transition: all .3s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .sec-11 .province-item.active {
        border-color: var(--primary-color);
        background: var(--primary-color);
        color: #fff;
    }

.full-btm-box {
    position: relative;
    color: #fff;
}

    .full-btm-box img {
        width: 100%;
    }

    .full-btm-box .cover {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, .4);
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

    .full-btm-box b {
        font-size: 1.5rem;
        margin-bottom: .5rem;
    }

    .full-btm-box span {
        font-size: 1rem;
        font-weight: 300;
    }

.sec-12 .play-box {
    border-radius: .3rem;
    overflow: hidden;
}

    .sec-12 .play-box img {
        width: 100%;
    }

.sec-13 .mini-top-box {
    width: 100%;
    height: 10.625rem;
    border-radius: .3rem;
    overflow: hidden;
}

    .sec-13 .mini-top-box img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

    .sec-13 .mini-top-box .cover {
        color: #fff;
    }

        .sec-13 .mini-top-box .cover::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgb(0, 0, 0);
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.5578606442577031) 0%, rgba(255, 255, 255, 0) 70%, rgba(8, 68, 63, 0) 100%);
        }

    .sec-13 .mini-top-box h2 {
        font-size: 1.5rem;
    }

    .sec-13 .mini-top-box h3 {
        font-size: 1.5rem;
        font-weight: 300;
    }

.sec-13 .gallery-above {
    border-radius: .3rem;
    overflow: hidden;
}

.sec-14 .actions-slider span {
    display: block;
}

.sec-14 .actions-slider .sp-1 {
    font-size: 2rem;
    font-weight: 500;
}

.sec-14 .actions-slider .swiper-slide {
    cursor: pointer;
}

.sec-14 .actions-slider .block {
    text-align: center;
    transform: scale(.7);
    transition: all .3s;
    color: #777;
}

.sec-14 .swiper-slide-active .block {
    transform: scale(1);
    color: var(--primary-color);
}

.sec-14 .actions-slider {
    position: relative;
}

    .sec-14 .actions-slider::before,
    .sec-14 .actions-slider::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 15%;
        background: red;
        top: 0;
        background: #fff;
        z-index: 10;
    }

    .sec-14 .actions-slider::before {
        right: 0;
        background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5858718487394958) 80%, rgba(74, 99, 154, 0) 100%);
    }

    .sec-14 .actions-slider::after {
        left: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5858718487394958) 80%, rgba(74, 99, 154, 0) 100%);
    }

.sec-14 .child-c1 img {
    border-radius: .3rem;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.sec-14 .child-c1 h2 {
    color: #1D1D1D;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.sec-14 .child-c1 .col-l p {
    color: #151515;
    margin: 0;
}

.sec-14 .child-c1 .col-r {
    overflow: visible;
    position: relative;
}

    .sec-14 .child-c1 .col-r .blocks {
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        padding: .5rem;
    }

    .sec-14 .child-c1 .col-r .block {
        padding: 1rem;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
        border-radius: .5rem;
        color: #7C7C7C;
        border: 1px solid #F3F3F3;
        transition: all .3s;
        cursor: pointer;
        margin-bottom: 1rem;
    }

    .sec-14 .child-c1 .col-r p {
        margin: 0;
        font-size: 0.875rem;
    }

    .sec-14 .child-c1 .col-r .active {
        color: #1E1E20;
        border-color: var(--secondary-color);
    }

.sec-15 .search-box {
    border: 1px solid var(--primary-color);
    border-radius: .3rem;
    overflow: hidden;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
}

    .sec-15 .search-box form {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    .sec-15 .search-box input {
        border: none;
        background: #fff;
        padding: .7rem 1rem;
        outline: none;
        flex-grow: 1;
    }

    .sec-15 .search-box button {
        font-size: 1.5rem;
        background: #fff;
        color: #000;
        padding-left: .7rem;
        cursor: pointer;
        flex-basis: content;
    }

.faq-slider .swiper-slide {
    text-align: center;
    color: #777777;
    transition: background .3s;
    cursor: pointer;
    padding: 1rem 0;
}

.faq-slider::before,
.faq-slider::after {
    content: '';
    width: 15%;
    height: 100%;
    position: absolute;
    top: 0;
    background: red;
    z-index: 10;
}

.faq-slider::before {
    right: 0;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5858718487394958) 80%, rgba(74, 99, 154, 0) 100%);
}

.faq-slider::after {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5858718487394958) 80%, rgba(74, 99, 154, 0) 100%);
}

.faq-slider .swiper-slide span {
    padding: 1.5rem 0;
    display: block;
}

.faq-slider .swiper-slide-active {
    color: #fff;
}

.faq-slider .cat {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    background: #fff;
    border: 1px solid #F4F4F4;
    transition: all .5s
}

.faq-slider .swiper-slide-active .cat {
    color: var(--secondary-color);
    border-color: #2CBCF1;
}

.faq-blocks {
    counter-reset: faq-blockss;
}

    .faq-blocks span::after {
        counter-increment: faq-blockss;
        content: counter(faq-blockss) ". " !important;
    }

.sec-16 .sliders-holder {
    padding: 0 2rem;
}

.sec-16 .slider-c1 {
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    border-radius: .5rem;
    overflow: hidden;
    padding: 1rem;
    position: relative;
}

    .sec-16 .slider-c1 .month {
        text-align: center;
        white-space: nowrap;
    }

        .sec-16 .slider-c1 .month span {
            display: block;
            color: #777777;
            transition: color .5s;
        }

        .sec-16 .slider-c1 .month .sp-1 {
            font-size: 1.125rem;
            margin-bottom: .3rem;
        }

    .sec-16 .slider-c1 .swiper-slide-active span {
        color: var(--secondary-color);
    }

    .sec-16 .slider-c1 .swiper-slide {
        cursor: pointer;
    }

    .sec-16 .slider-c1 button {
        position: absolute;
        height: 100%;
        font-size: 1.5rem;
        color: #000;
        border: none;
        background: #fff;
        display: flex;
        align-items: center;
        top: 0;
        padding: 0 1rem;
        z-index: 10;
    }

    .sec-16 .slider-c1 .prev-c6 {
        right: 0;
    }

    .sec-16 .slider-c1 .next-c6 {
        left: 0;
    }

.sec-16 .slider-c2 {
    white-space: nowrap;
}

    .sec-16 .slider-c2 .cat {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.card-holder-c1 .col-r {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
    border: 1px solid #F3F3F3;
    border-radius: .5rem;
}

    .card-holder-c1 .col-r .m-card {
        border-bottom: 1px solid #F3F3F3;
        display: flex;
        flex-flow: row nowrap;
        padding: 1rem;
    }

        .card-holder-c1 .col-r .m-card .img-box {
            width: 125px;
            min-width: 125px;
            margin-left: 1rem;
        }

        .card-holder-c1 .col-r .m-card .content {
            flex-grow: 1;
            font-size: 0.75rem;
        }

            .card-holder-c1 .col-r .m-card .content h4 {
                color: #1E1E20;
                display: block;
                margin-bottom: .5rem;
                font-size: 0.75rem;
            }

            .card-holder-c1 .col-r .m-card .content span {
                color: #7C7C7C;
            }

        .card-holder-c1 .col-r .m-card .img-box img {
            width: 100%;
            border-radius: .3rem;
        }

        .card-holder-c1 .col-r .m-card:last-child {
            border: none;
        }

.sec-16 h2 {
    font-size: 1.125rem;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: .7rem;
    display: block;
}

.card-holder-c1 .col-l .m-card {
    border: 1px solid #F3F3F3;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    border-radius: .3rem;
    display: flex;
    align-items: center;
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    position: relative;
    transition: border .3s;
}

    .card-holder-c1 .col-l .m-card .img-box {
        min-width: 125px;
        width: 125px;
        padding-left: 1rem;
    }

        .card-holder-c1 .col-l .m-card .img-box span {
            display: block;
        }

    .card-holder-c1 .col-l .m-card .content h3 {
        color: var(--primary-color);
        display: block;
        margin-bottom: .5rem;
        transition: color .3s;
        font-size: 1rem;
    }

    .card-holder-c1 .col-l .m-card .content span {
        font-size: .875rem;
        color: #151515;
    }

    .card-holder-c1 .col-l .m-card a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }

    .card-holder-c1 .col-l .m-card:hover {
        border-color: var(--secondary-color);
    }

        .card-holder-c1 .col-l .m-card:hover b {
            color: var(--secondary-color);
        }

.sec-18 .child-c1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .3rem;
}

.sec-18 .child-c1 h2 {
    font-size: 1.25rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.sec-18 .child-c1 ul {
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: .875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec-18 .child-c1 li {
    display: inline-block;
    margin-left: 1rem;
}

    .sec-18 .child-c1 li a {
        color: #C1C1C1;
        transition: color .3s;
    }

    .sec-18 .child-c1 li:hover a,
    .sec-18 .child-c1 li.active a {
        color: var(--secondary-color);
    }

    .sec-18 .child-c1 li::after {
        content: '\f053';
        font-family: "Font Awesome 6 Pro";
        margin-right: 1rem;
        position: relative;
        top: .3rem;
        font-size: 1.25rem;
        font-weight: 300;
    }

    .sec-18 .child-c1 li:last-child {
        margin-left: 0;
    }

        .sec-18 .child-c1 li:last-child::after {
            display: none;
        }

.toggle-searchbox {
    background: #fff;
}

.header-search {
    position: absolute;
    width: 40%;
    z-index: 70;
    bottom: -2rem;
    left: 1.25rem;
    display: none;
    z-index: 101;
}

    .header-search::before {
        content: '';
        width: 1rem;
        height: 1rem;
        position: absolute;
        left: 1.2rem;
        top: 3px;
        background: url(../image/triangle.svg);
        background-size: 100% 100%;
        border-bottom: 2px solid #fff;
    }

    .header-search .wrap {
        background: #fff;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
        border-radius: .4rem;
        height: 100%;
        border: 1px solid #DFDFDF;
        margin-top: 1rem;
    }

    .header-search input {
        background: #fbfbfb;
        border-radius: .3rem;
        border: none;
        outline: none;
        padding: .7rem 1rem;
        width: 100%;
        display: block;
        font-size: 0.875rem;
    }

    .header-search button[type='submit'] {
        width: 2rem;
        min-width: 2rem;
        height: 2rem;
        background: var(--primary-color);
        border-radius: .3rem;
        border: 0;
        margin-left: .3rem;
        color: #fff;
        text-align: center;
    }

    .header-search .close {
        background-color: transparent;
        color: #979797;
        position: absolute;
        left: 0;
        top: 0;
    }

.marquee {
    width: calc(100% - 30px);
    overflow: hidden;
    direction: ltr !important;
    font-size: 0.875rem;
}

.full-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .4);
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    animation: spin 1.7s infinite linear;
}

    .spinner::before {
        content: '\f110';
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 3rem;
        color: var(--primary-color);
    }

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.next-c7,
.prev-c7 {
    width: 2rem;
    height: 2rem;
    text-align: center;
    color: #fff;
    border-radius: .2rem;
    background: var(--primary-color);
    transition: all .3s;
    cursor: pointer;
    border: 1px solid var(--primary-color);
}

    .next-c7.swiper-button-disabled,
    .prev-c7.swiper-button-disabled {
        background: #fff;
        color: var(--primary-color);
    }

.prev-c7 {
    margin-left: .2rem;
}

.jqc-c3 {
    overflow: auto;
    padding: 8px 0;
}

.live-btn {
    background: var(--primary-color);
    color: #fff !important;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .live-btn a {
        color: #fff;
        opacity: 1;
        font-size: .875rem;
    }

.highlight-c1::before,
.highlight-c1::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    background: #fff;
    z-index: 19;
}

.highlight-c1::before {
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7455357142857143) 28%, rgba(255, 255, 255, 1) 100%);
}

.highlight-c1::after {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.7455357142857143) 72%, rgba(255, 255, 255, 0) 100%);
}

.scroll-box-c1 .block {
    height: calc(33.333% - .7rem);
}

.sp-cp-2 {
    width: 100%;
    max-width: 260px;
    background: rgb(1, 12, 30);
    background: linear-gradient(180deg, rgba(1, 12, 30, 1) 0%, rgba(4, 21, 49, 1) 100%);
    margin-top: -5px;
}

    .sp-cp-2 b {
        font-weight: 500;
    }

.card-c2 {
    position: absolute;
    direction: ltr;
    padding: .5rem;
}

.jqc-6::after,
.jqc-8::after {
    position: absolute;
    height: 20%;
    width: 100%;
    content: "";
    background: rgb(1, 12, 30);
    background: linear-gradient(180deg, rgba(1, 12, 30, 0) 0%, rgba(255, 255, 255, 0.7987570028011204) 58%, rgba(255, 255, 255, 1) 100%);
    right: 0;
    bottom: 0;
}

.card-c2::-webkit-scrollbar,
.sc-c1::-webkit-scrollbar {
    width: 4px;
}

.card-c2::-webkit-scrollbar-track,
.sc-c1::-webkit-scrollbar-track {
    background: transparent;
}

.card-c2::-webkit-scrollbar-thumb,
.sc-c1::-webkit-scrollbar-thumb {
    background: #00AEF0;
    border-radius: 1rem;
}

.jw-icon {
    font-family: aparat-icons !important;
}

audio {
    width: 100%;
}

.title-c2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.col-c1-r {
    display: flex;
}

.title-c2 .col-c1-r .label {
    color: #0D3078;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 .5rem 0 0;
}

.title-c2.light .col-c1-r .label {
    color: #fff;
}

.title-c2.light a {
    color: #fff;
}

.title-c2.light .all-icon {
    background: #fff;
    color: var(--primary-color) !important;
}

.title-c2 .col-c1-r img {
    width: 1.5rem;
    height: 1.5rem;
}

.cards-c1 .block {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    border: 1px solid #F3F3F3;
    border-radius: .3rem;
    overflow: hidden;
}

.cards-c1 .col-r .block a {
    color: #1E1E20;
    display: block;
    padding: .5rem;
    transition: color .2s;
}

    .cards-c1 .col-r .block a:hover {
        color: var(--primary-color);
    }

.cards-c1 .col-r .block p {
    line-clamp: 2;
    -webkit-line-clamp: 2;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    height: 3rem;
}

.cards-c1 .img-box {
    overflow: hidden;
    border-radius: .3rem;
    position: relative;
}


.cards-c1.v-sec .col-r .img-box::after {
    font-size: 1.5rem;
}

.cards-c1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards-c1 .col-r .block .img-box {
    display: block;
    width: 100%;
    margin-bottom: .7rem;
}

.cards-c1 .block .time {
    font-size: .725rem;
    color: #a8a8a8;
    text-align: left;
    display: block;
}

.cards-c1 .col-l {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
}

    .cards-c1 .col-l .block {
        margin-bottom: .5rem;
    }

        .cards-c1 .col-l .block:last-child {
            margin-bottom: 0;
        }

    .cards-c1 .col-l .block {
        display: flex;
        align-items: center;
        padding: .5rem .5rem;
        position: relative;
    }

        .cards-c1 .col-l .block .img-box {
            height: 80px;
            width: 120px;
            min-width: 120px;
            border-radius: .3rem;
            overflow: hidden;
            display: block;
        }

        .cards-c1 .col-l .block .content {
            padding-right: 1rem;
            flex-grow: 1;
        }

        .cards-c1 .col-l .block p {
            font-size: 0.875rem;
            color: #1E1E20;
            line-clamp: 2;
            -webkit-line-clamp: 2;
        }

        .cards-c1 .col-l .block:hover p {
            color: var(--primary-color);
        }

    .cards-c1 .col-l a {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        top: 0;
    }

.about-box-c1 {
    position: relative;
    color: #fff;
}

    .about-box-c1 .bg-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 4rem;
        left: 0;
    }

        .about-box-c1 .bg-box.color {
            background: rgb(10, 38, 93);
            background: linear-gradient(180deg, rgba(10, 38, 93, 1) 0%, rgba(2, 13, 32, 1) 50%, rgba(10, 38, 93, 1) 100%);
        }

        .about-box-c1 .bg-box.img {
            background: url(../image/ab-bg.png) no-repeat;
            background-size: 100% auto;
            background-position: bottom;
        }

    .about-box-c1 .ss-c1 {
        width: 100%;
    }

    .about-box-c1 .slide-1 .t-top {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
    }

    .about-box-c1 .slide-1 img.main-img {
        min-width: 500px;
        width: 500px;
    }

    .about-box-c1 .slide-1 .content {
        flex-grow: 1;
        padding: 7.5rem 3rem 0 0;
    }

    .about-box-c1 .slide-1 p {
        color: #E0E0E0;
    }

    .about-box-c1 .slide-1 b {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .about-box-c1 .slide-1 .img-holder {
        text-align: left;
    }

    .about-box-c1 .slide-1 .t-bottom {
        margin-top: 2rem;
    }

    .about-box-c1 .slide-1 ul {
        list-style: none;
        text-align: center;
        margin: 0;
    }

    .about-box-c1 .slide-1 li {
        display: inline-block;
    }

        .about-box-c1 .slide-1 li a {
            color: #fff;
            border: 1px solid #fff;
            border-radius: .3rem;
            padding: .3rem 1rem;
            display: block;
            font-size: .875rem;
            transition: all .3s;
            margin: .5rem;
        }

            .about-box-c1 .slide-1 li a:hover {
                color: var(--primary-color);
                background: #fff;
            }

    .about-box-c1 .slide-2 {
        padding-top: 7rem;
    }

.prev-c8,
.next-c8 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc((100% - 45px) / 2);
    z-index: 100;
    background: #fff;
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    padding-top: 11px;
}

.prev-c8 {
    right: 0;
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.next-c8 {
    left: 0;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

    .prev-c8.swiper-button-disabled,
    .next-c8.swiper-button-disabled {
        display: none;
    }

.gallery-sec-c1 {
    padding: 2rem 0;
    background: rgb(13, 48, 117);
    background: linear-gradient(180deg, rgba(13, 48, 117, 1) 0%, rgba(2, 11, 28, 1) 100%);
    position: relative;
}

    .gallery-sec-c1::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: url(../image/gs-bg.png);
        background-repeat: repeat-x;
    }

    .gallery-sec-c1 .m-container {
        z-index: 10;
        position: relative;
    }

    .gallery-sec-c1 .col-r .img-box {
        width: 100%;
    }


    .gallery-sec-c1 .img-box {
        border-radius: .3rem;
        overflow: hidden;
        display: block;
    }

    .gallery-sec-c1 .m-row {
        height: calc((100% - 1rem) / 2);
    }

        .gallery-sec-c1 .m-row:first-child {
            margin-bottom: 1rem;
        }

        .gallery-sec-c1 .m-row .img-box {
            width: calc((100% - 1rem) / 2);
            float: right;
        }

            .gallery-sec-c1 .m-row .img-box:first-child {
                margin-left: 1rem;
            }

.footer-c1 img {
    display: block;
}

.footer-c1 .img-box {
    display: inline-block;
    margin-bottom: 1rem;
    border-radius: .3rem;
    overflow: hidden;
}

.footer-c1 a {
    color: var(--primary-color);
}

.allah-sec {
    width: 12px;
    height: 203px;
    background: url(../image/vectors/allahu-akbar.jpg) no-repeat;
    margin: 0 auto 1.5rem auto;
    padding-bottom: 1.3rem;
}

.trial_version {
    background: #0f2e81;
    color: white;
    padding: 6px 18px;
    margin-left: 0px;
    margin-right: auto;
    display: table;
    border-radius: 0px 0px 5px 5px;
}

.sl-c1 {
    display: none !important;
}

.footer {
}

    .footer .row-t {
        background-color: #0D3078;
        padding: 5rem 0;
        position: relative;
        background-image: url(../image/f-bg.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .footer .row-b {
        background: #0A2459;
    }

    .footer .nav-col span {
        font-weight: 500;
        color: #fff;
        margin-bottom: .75rem;
        display: block;
    }

    .footer .nav-col ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer .nav-col li {
        margin: .5rem 0;
    }

    .footer .nav-col a {
        color: #C7C7C7;
        padding: .25rem 0;
        transition: color .2s;
    }

        .footer .nav-col a:hover {
            color: #fff;
        }

    .footer .socials {
        background: #0A2459;
        box-shadow: 0 0 5px rgba(0, 0, 0, .4);
        color: #fff;
    }

        .footer .socials ul {
            list-style: none;
        }

        .footer .socials li {
            margin-right: .5rem;
        }

    .footer .spc-t {
        padding-top: 4.75rem;
    }

        .footer .spc-t a:first-child {
            margin-bottom: 1.6rem;
            display: block;
        }

    .footer .col-r a {
        transition: opacity .2s;
    }

        .footer .col-r a:hover {
            opacity: .75;
        }

    .footer .col-r img {
        max-width: 100%;
    }

.breck_line {
    display: block;
    border: none;
    color: white;
    height: 1px;
    background: black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 500, from(#fff), to(#000));
    margin-bottom: 20px;
    margin-top: 20px;
}

.multimedia-box {
    position: relative;
    color: #fff;
    background: #0D3078;
    width: 100%;
    display: inline-block;
}

    .multimedia-box .m-container {
        z-index: 2;
        position: relative
    }

    .multimedia-box .cards-c1 .block {
        border: 0px;
        box-shadow: 0 5px 7px 0 rgba(225, 225, 225, .5);
        border-radius: .3rem;
        overflow: hidden;
        height: 100%
    }


    .multimedia-box .cards-c1 .col-r .block {
        background: white;
    }

    .multimedia-box .cards-c1 .img-box {
        border-radius: 0;
    }

    .multimedia-box .cards-c1 .col-r .block a {
        padding: 0px;
    }

    .multimedia-box .cards-c1 .col-r .block p, .multimedia-box .cards-c1 .col-r .block .time {
        padding: 0.7rem;
        height: auto;
    }


    .multimedia-box .bg-box.img {
        background: url(../image/ab-bg.png) no-repeat;
        background-size: 100% auto;
        background-position: bottom;
    }

    .multimedia-box .bg-box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

        .multimedia-box .bg-box.color {
            background: rgb(10, 38, 93);
            background: linear-gradient(180deg, rgba(13, 48, 117, 1) 0%, rgba(2, 11, 28, 1) 100%);
        }

    .multimedia-box .t-bottom {
        margin-top: 2rem;
        margin-bottom: 20px;
    }

    .multimedia-box ul {
        list-style: none;
        text-align: center;
        margin: 0;
    }

        .multimedia-box ul li {
            display: inline-block;
        }

            .multimedia-box ul li a {
                color: #fff;
                border: 1px solid #fff;
                border-radius: .3rem;
                padding: .3rem 1rem;
                display: block;
                font-size: .875rem;
                transition: all .3s;
                margin: .5rem;
            }

                .multimedia-box ul li a:hover {
                    color: var(--primary-color);
                    background: #fff;
                }

    .multimedia-box .image_panel::after {
        font-size: 1.8rem !important;
    }

section.tab_section {
}

    section.tab_section .tabs {
        margin-right: 0px;
        padding-right: 0px;
    }

        section.tab_section .tabs li {
            box-shadow: 0 3px 7px 0 rgba(225, 225, 225, .5);
        }

            section.tab_section .tabs li:last-child {
                margin-left: 0;
            }

            section.tab_section .tabs li:hover {
                background: #f5f5f5;
            }

            section.tab_section .tabs li.active {
                background: var(--primary-color) !important;
                color: #fff !important;
            }

                section.tab_section .tabs li.active:hover {
                    color: var(--primary-color);
                }

        section.tab_section .tabs li {
            display: inline-block;
            border: 1px solid var(--primary-color);
            color: var(--primary-color);
            font-size: 1rem;
            padding: .7rem 3rem;
            border-radius: .3rem;
            cursor: pointer;
            transition: all .3s;
            margin-left: .3rem;
        }

            section.tab_section .tabs li:last-child {
                margin-left: 0;
            }

            section.tab_section .tabs li:hover {
                background: #f5f5f5;
            }

    section.tab_section .items-holder .link-btn-c2 {
        border: solid 1px #0D3078;
        color: #0D3078;
    }

        section.tab_section .items-holder .link-btn-c2:hover {
            background: #0D3078;
            color: white;
        }

.news .tabs li.active {
    background: var(--primary-color);
    color: #fff;
}


@media only screen and (max-width: 576px) {
    section.tab_section .tabs {
        width: 100%;
        text-align: center;
        margin-top: .5rem;
    }
}

section.gallery {
}

    section.gallery .row.row-flex {
        display: flex;
        flex-wrap: wrap;
        height: 100%;
    }

        section.gallery .row.row-flex > div {
            margin-bottom: 25px;
        }


    section.gallery .img-box {
        box-shadow: 0 3px 7px 0 rgba(225, 225, 225, .5);
        border-radius: 0.3rem;
        overflow: hidden;
        background: white;
        height: 100%;
    }

        section.gallery .img-box .image_panel {
            overflow: hidden;
            position: relative;
        }

        section.gallery .img-box img {
            width: 100%;
        }

        section.gallery .img-box p {
            padding: 15px;
            margin: 0px;
        }


    section.gallery .row.row-flex .item-3, section.gallery .row.row-flex .item-4 {
        margin-bottom: 0px;
    }

@media only screen and (max-width: 576px) {
    section.gallery .row.row-flex > div.item-3 {
        margin-bottom: 25px;
    }
}



.content_type .image_panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(10, 38, 93);
    background: linear-gradient(227deg, rgba(10, 38, 93, 0) 0%, rgba(11, 42, 103, 0) 56%, rgba(13, 48, 120, 1) 100%);
}

.content_type .image_panel::after {
    font-family: "Font Awesome 6 Pro";
    font-size: 1.2rem;
    color: #fff;
    position: absolute;
    left: .5rem;
    bottom: .2rem;
    font-weight: 900;
}

.content_type_23 .image_panel::after {
    content: "\f04b";
}

.content_type_22 .image_panel::after {
    content: "\e3aa";
}

.content_type_34 .image_panel::after {
    content: "\f53f";
    font-weight: 300;
}

.type_name {
    color: #0d3078;
}



.cards-c1.v-sec .col-r .img-box::after {
    font-size: 1.5rem;
}



section.gallery .gallery-sec-c1 .m-row {
    height: auto;
}

.archive_contect {
}

    .archive_contect .month {
        margin-bottom: 15px;
    }

    .archive_contect .card {
        box-shadow: 0px 3px 7px rgba(225, 225, 225, 0.5);
    }

        .archive_contect .card ul {
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

        .archive_contect .card li {
            margin-bottom: 8px;
        }

        .archive_contect .card ul li:last-child {
            margin-bottom: 0px;
        }

    .archive_contect .month a {
        box-shadow: 0px 5px 7px rgba(225, 225, 225, 0.5);
        border: 0px;
        line-height: 40px;
    }

        .archive_contect .month a.active {
            border: solid 1px #00AFEF;
            background-color: white;
            color: #00AFEF
        }

    .archive_contect .year a, .archive_contect .data-type a {
        box-shadow: 0px 5px 7px rgba(225, 225, 225, 0.5);
        border-color: #0D3078;
        line-height: 35px;
    }

    .archive_contect .gallery-item span {
        text-align: center;
    }

    .archive_contect .gallery-item {
        margin-bottom: 10px;
    }

.search_page .gallery-item img {
    margin-bottom: 0px !important;
}

.box_header_left {
    font-size: 18px;
    padding-bottom: 15px;
}

    .box_header_left .fa-bars {
        font-size: 23px;
    }

    .box_header_left .icons-top {
        align-items: flex-start;
    }

    .box_header_left .switch-lang select {
        width: 55px;
        font-size: 14px;
    }

    .box_header_left .d-flex {
        align-items: flex-start;
    }

.box_header_right .fa-bars {
    font-size: 23px;
}

.box_header_right .fa-magnifying-glass {
    font-size: 20px;
}

.logo_in_header {
}

@media only screen and (max-width: 1078px) {
    .logo_in_header {
        display: none !important;
    }
    .link_image {
        align-items: flex-end;
    }
}

@media only screen and (min-width: 1000px) {
    .box_header_left .icons-top {
        align-items: center
    }
    
}
