@font-face {
    font-family: anjoman;
    src: url("../font/Anjoman-FaNum-Regular.woff") format('woff');
}

@font-face {
    font-family: anjoman-bold;
    src: url("../font/Anjoman-FaNum-Bold.woff") format('woff');
}


.anjoman-bold {
    font-family: anjoman-Bold;
}

.anjoman {
    font-family: anjoman;
}

html {
    scroll-behavior: smooth;
}

.pointer {
    cursor: pointer;
}

.rtl {
    direction: rtl;
}

.w-fit {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}


video {
    width: 100%;
    border-radius: 5px;
}

.font-size-100 {
    font-size: 100px;
}

.font-size-50 {
    font-size: 50px;
}

@media (min-width: 768px) {
    .ltr {
        direction: ltr;
    }
}

.unvisible {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .0s;
    -o-transition: .0s;
    transition: .0s;
}

.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

body {
    font-family: anjoman;
    background-color: #F5F5F5;
}

.color-red {
    color: #ec1b34;
}

.color-gray {
    color: #727272;
}

.border-gray {
    border: 1px solid #CBCBCB;
}

.bg-gray {
    background-color: #F1F1F1;
}

.top-0 {
    top: 0;
}

.top-55 {
    top: 55px;
}

.bg-red {
    background-color: #ec1b34;
}

.bg-darkblue {
    background-color: #14213D;
}

.border-radius-5 {
    border-radius: 8px
}

.color-white {
    color: white;
}

.z-index-2 {
    z-index: 2;
}

a {
    color: black;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

a:hover {
    color: #ec1b34;
    text-decoration: none;
}

li {
    list-style-type: none;
}

@media screen and (max-width: 778px) {
    .p10-response {
        padding: 0 !important;
    }

    .section-title-dark {
        font-size: 17px;
        font-family: anjoman-bold;
        margin-right: .5rem;
    }

    .pr-0-sm {
        padding-right: 0;
    }

    .font-size-100 {
        font-size: 50px;
    }

    .px-0-response {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 778px) {
    .pt-20-response {
        padding-top: 0px !important;
    }

    #Component_31_1,
    #Component_30_1,
    #Component_41_4,
    #Component_93_1,
    #Component_40_4 {
        width: 40px;
    }
}

@media screen and (max-width: 778px) {
    .pb-20-response {
        padding-bottom: 6px !important;
    }
}

@media screen and (min-width: 992px) {
    .pr-1-response {
        padding-right: 1px !important;
    }

    .section-title-dark {
        font-size: 25px;
        font-family: anjoman-bold;
        margin-right: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .pl-1-response {
        padding-left: 1px !important;
    }
}

.align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-dark {
    padding: 4px 25px;
    border: #333132 2px solid;
    border-radius: 30px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 778px) {
    .link-dark {
        padding: 4px 16px;
    }

    .text-right.container-fluid {
        padding-top: 1rem;
    }
}

@media screen and (max-width: 357px) {
    .link-dark {
        padding: 4px 6px;
    }
}

.link-dark:hover {
    background-color: #333132;
    color: white;
}

.link-light:hover {
    background-color: #ec1b34;
    color: white;
}

.link-light {
    padding: 4px 25px;
    border: #ffffff 2px solid;
    border-radius: 30px;
    color: white;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    font-family: anjoman-bold;
}

@media screen and (max-width: 1024px) {
    .link-light {
        padding: 4px 7px;
    }
}

.ptb50 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-2 {
    bottom: 2% !important;
}

.MulltipleEllipsis-Clamp3 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp10 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp9 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp2 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.MulltipleEllipsis-Clamp1 {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 769px) {
    .w50-response {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .w50-response {
        width: 85%;
    }
}

@media screen and (max-width: 778px) {
    .text-center-response {
        text-align: center !important;
    }

    .link-dark,
    .link-light {
        display: none;
    }
}

@media screen and (max-width: 357px) {
    .px-3-response {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .link-light {
        padding: 4px 5px;
    }
}

@media screen and (max-width: 778px) {
    .pb-0-response {
        padding-bottom: 0 !important;
    }
}

@media screen and (max-width: 778px) {
    .px-4-response {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media screen and (max-width: 778px) {
    .py-4-response {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .text-right-md {
        text-align: right;
    }

    .mt-25-md {
        margin-top: 25px;
    }
}

@media screen and (min-width: 320px) {
    .p-20 {
        padding: 15px;
    }

    .mt-25 {
        margin-top: 25px;
    }

    .py-50 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 1280px) {
    .p-20 {
        padding: 20px;
    }

    .mt-25 {
        margin-top: 25px;
    }

    .py-50 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 1920px) {
    .p-20 {
        padding: 20px;
    }

    .py-50 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mt-25 {
        margin-top: 25px;
    }
}

/* ################# Header ################# */
header {
    z-index: 2;
}

.nav {
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav li {
    position: relative;
}

.second-header {
    background-color: #333132;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.second-header a {
    color: white;
}

.second-header a:hover {
    color: #ee1c25;
}

.second-header .social-media a {
    border-color: white;
}

@media screen and (max-width: 1024px) {
    .nav {
        font-size: 17px;
    }

    .nav ul li {
        padding-left: 6px !important;
        line-height: 2;
    }

    .second-header {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .nav {
        font-size: 18px;
    }
}

@media screen and (min-width: 778px) {
    .nav li {
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) {
    .nav li {
        display: block;
        width: 100%;
        text-align: right;
    }
}

.dropdown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 13px;
    padding-bottom: 13px;
}


.dropdown a i {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}


.dropdown-items {
    position: absolute;
    padding: 0;
    top: 60px;
    right: 0;
    background-color: #ffffff;
    width: 150px;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-align: right;
    padding: 20px;
}

.dropdown-items-dark {
    position: absolute;
    padding: 0;
    top: 65px;
    background-color: #333132;
    width: 130px;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-align: right;
    padding: 20px;
}

.dropdown-items li a::after,
.dropdown-items-dark li a::after {
    content: none;
}

.dropdown-items li a:hover,
.dropdown-items-dark li a:hover {
    color: #EE1C25;
}

.dropdown-items li a {
    color: black;
    line-height: 1.7;
    font-size: 15px;
}

.dropdown-items-dark li a {
    color: white;
    line-height: 1.7;
    font-size: 15px;
}


.border-top-nav {
    border-top: 6px solid #ec1b34;
    -webkit-box-shadow: inset 0px 11px 8px -10px #c7c7c7, inset 0px 0px 8px -10px #c7c7c7;
    box-shadow: inset 0px 11px 8px -10px #c7c7c7, inset 0px 0px 8px -10px #c7c7c7;
}

.second-header-border-top-nav {
    border-bottom: 4px solid #ec1b34;
}

.nav li::after,
.user-panel a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0px;
    height: 2px;
    background: #ec1b34;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.user-panel img {
    width: 16px;
}

.search-header {
    position: relative;
}

.search-header input {
    width: 100%;
    border-radius: 20px;
    background-color: #F0F0F7;
    border: unset;
    outline: unset;
    font-size: 14px;
    padding: 7px 15px;
}

.second-header .search-header input {
    width: 100%;
    border-radius: 20px;
    background-color: unset;
    border: 1px solid white;
    outline: unset;
    font-size: 14px;
    padding: 5px 15px;
    color: white;
}

.second-header .search-header input::-webkit-input-placeholder {
    color: white;
}

.second-header .search-header input::-moz-placeholder {
    color: white;
}

.second-header .search-header input:-ms-input-placeholder {
    color: white;
}

.second-header .search-header input::-ms-input-placeholder {
    color: white;
}

.second-header .search-header input::placeholder {
    color: white;
}

.search-header svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}

@media screen and (min-width: 1279px) {
    .user-panel {
        font-size: 17px;
    }
}

@media screen and (min-width: 1280px) {
    .user-panel {
        font-size: 16px;
    }

    .nav {
        font-size: 15px;
    }

    .nav li {
        padding-bottom: 4px;
    }

    .dropdown:hover .dropdown-items,
    .dropdown:hover .dropdown-items-dark {
        top: 52px;
    }

    .dropdown:hover .dropdown-items,
    .dropdown:hover .dropdown-items-dark {
        visibility: visible;
        opacity: 1;
        top: 50px;
    }

    .dropdown:hover i {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .nav li:hover::after,
    .user-panel a:hover::after {
        width: 100%;
        left: 0;
    }
}

.toggle-rotate {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 1024px) {
    .user-panel .login {
        margin-left: 5px !important;
    }

    .dropdown-items li a {
        font-size: 16px;
    }

    .dropdown-items {
        top: 0;
        top: 0;
        width: 100%;
        padding: 10px 20px;
        position: relative;
        display: none;
    }

    .dropdown-items-click {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .dropdown {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav a::after {
        content: none;
    }
}

.news-nav .fa-angle-left {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.news-nav:hover .fa-angle-left {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}


.user-panel .login:hover svg path,
.user-panel .login:hover svg circle {
    stroke: #ec1b34;
}

.social-media a:hover svg path {
    fill: white;
}

.social-media a:hover svg circle,
.social-media a:hover svg line {
    stroke: white;
}

.user-panel .login:hover svg path#Path_18971 {
    -webkit-transform: translate(2px, -157.767px);
    -ms-transform: translate(2px, -157.767px);
    transform: translate(2px, -157.767px);
}

svg path,
svg line,
svg circle {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (min-width: 1280px) {
    .social-media a {
        width: 29px;
        height: 29px;
        margin-left: 3px;
        border: 1px solid black;
        border-radius: 22px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .social-media {
        border-right: 1px solid #C1C1C1;
    }

    #myTopnav li {
        margin-left: 0.6rem;
    }
}

@media (min-width: 1366px) {
    #myTopnav li {
        margin-left: .9rem;
    }
}

@media (min-width: 1920px) {
    .user-panel {
        font-size: 19px;
    }

    #myTopnav li {
        margin-left: 1rem;
    }

    .social-media a {
        width: 32px;
        height: 32px;
        margin-left: 5px;
    }
}

@media screen and (max-width: 1279px) {
    .social-media a {
        padding: 6px 6px;
        border: 1px solid black;
        border-radius: 22px;
        margin-left: 5px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

.social-media svg {
    height: 18px;
    width: 18px;
}

@media screen and (max-width: 600px) {
    .social-media a {
        padding: 9px 10px;
    }
}

@media screen and (max-width: 400px) {
    .social-media a {
        padding: 7px 7px;
    }
}

.social-media a:hover {
    background-color: #ec1b34;
    border-color: #ec1b34;
}

header .icon,
div .icon {
    display: none;
}

@media screen and (max-width: 1024px) {
    header .icon {
        display: inline-block;
        font-size: 23px;
    }

    .nav {
        height: 0px;
        overflow: hidden;
        -webkit-transition: height .5s ease;
        -o-transition: height .5s ease;
        transition: height .5s ease;
    }
}

@media screen and (min-width: 769px) {
    .py-5-response {
        padding: .5rem 0 !important;
    }
}

@media screen and (min-width: 769px) {
    .p-5-response {
        padding: 3rem !important;
    }
}

.social-media a::after {
    content: none;
}

.menu-open {
    height: 363px;
    overflow-y: scroll;
    padding-top: 20px;
}

@media (min-width: 1920px) {
    .nav {
        font-size: 18px;
    }
}

/* ################# Header ################# */
/* ################# Slider ################# */
.slide {
    position: relative;
    overflow: hidden;
}

.slide .carousel-item-next,
.slide .carousel-item-prev,
.slide .carousel-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.carousel-control-next svg,
.carousel-control-prev svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: #ec1b34;
}

.carousel-control-prev:hover svg {
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}

.carousel-control-next:hover svg {
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
}

.carousel-indicators {
    bottom: 37%;
    left: 92%;
    margin: 0;
}

.slide-content {
    background-color: white;
    border: 3px solid #ec1b34;
    position: absolute;
    right: 3%;
    top: 65%;
    width: auto;
    max-width: 47%;
    min-width: 27%;
    padding: 5px 10px 10px 10px;
    font-size: 20px;
    height: 75px;
    border-radius: 5px;
    -webkit-transition: height .5s ease;
    -o-transition: height .5s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
}

.slide-content div:first-child {
    position: relative;
}

.silder-title {
    width: auto;
    /*display: inline-flex;*/
    margin-right: 60px;
    margin-left: 20px;
    /*max-width: fit-content;*/
}

.read-more-slider {
    display: inline-block;
    font-size: 16px;
    background-color: #373536;
    color: white;
    padding: 1px 10px;
    border-radius: 20px;
}

.Component_30_1 {
    position: absolute;
    right: 0;
}

.scroll-down {
    position: absolute;
    bottom: 40px;
}

.scroll-down1 {
    position: absolute;
    bottom: 17px;
    margin-right: 5px;
    color: white;
}

.scroll-down-link:hover .scroll-down1 {
    bottom: 9px;
}

.scroll-down-link .scroll-down1 {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media screen and (max-width: 778px) {
    .slide-content {
        display: none;
    }
}

.slide-content:hover {
    height: calc(100% - 360px);
    background-color: #ec1b34;
    color: white;
}


.slide-content:hover .fa-angle-left {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.slide-content:hover .hide-content {
    display: block !important;
}

.slide-content .fa-angle-left {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: absolute;
    left: 0;
    top: 5px;
}

.slide-content:hover .fa-angle-left {
    color: white;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 44%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 47px;
    color: #fff;
    text-align: center;
    border: 1px solid white;
    opacity: 1;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

@media screen and (max-width: 778px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 46px;
        height: 46px;
    }

    .carousel-control-next, .carousel-control-prev {
        background-color: unset;
        border: unset;
    }
}

@media screen and (max-width: 1024px) {

    .carousel-control-next,
    .carousel-control-prev {
        width: 40px;
        height: 40px;
    }
}

.carousel-control-prev {
    left: 2%;
}

.carousel-control-next {
    right: 2%;
}

.carousel-indicators li {
    height: 12px;
    width: 12px;
    margin: 0 4px;
    border-radius: 20px;
    border-bottom: none;
    border-top: none;
    opacity: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.carousel-indicators li.active {
    width: 27px;
    background-color: #ee1c25;
}

@media screen and (max-width: 500px) {
    .carousel-indicators li {
        height: 10px;
        width: 10px;
    }

    .slide .carousel-item img {
        width: 800px;
    }
}

@media screen and (max-width: 1366px) {
    .slide-content {
        font-size: 16px;
        height: 67px;
    }

    .slide-content:hover {
        height: calc(100% - 250px);
        background-color: #ec1b34;
        color: white;
    }

    .silder-title {
        margin-left: 15px;
    }

    .carousel-indicators li {
        height: 8px;
        width: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .slide-content:hover {
        height: calc(100% - 455px);
        background-color: #ec1b34;
        color: white;
    }
}

/* ################# Slider ################# */
/* ################# News ################# */
.news-title .fa-file-alt {
    font-size: 28px;
    background-color: #ec1b34;
    padding: 8px 12px;
    border-radius: 30px;
    color: white;
}

.news-image {
    -webkit-box-shadow: 0 3px 6px rgba(193, 193, 193, 0.3);
    box-shadow: 0 3px 6px rgba(193, 193, 193, 0.3);
    margin-bottom: 29px;
}

.news-image img {
    width: 100%;
    border-radius: 8px 8px 0 0;
    position: relative;
    overflow: hidden;
}

.news-preview {
    color: black;
    background-color: white;
    z-index: 1;
    position: relative;
    line-height: 1.5;
    border-radius: 0 0 8px 8px;
    text-align: right;
    font-family: anjoman-bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-news-title {
    font-family: anjoman-bold;
    text-align: right;
    color: white;
    z-index: 1;
    padding: 0 10px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-image-thumbnail {
    position: relative;
}

.news-image .news-image-thumbnail:after {
    opacity: 0;
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 90%);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 90%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-image:hover .news-image-thumbnail:after {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(90%, rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 90%);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 90%);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25%;
    opacity: 1;
}


.news-detail {
    position: absolute;
    color: white;
    bottom: 18px;
    right: 10px;
    line-height: 1.1;
    border-left: 1px solid;
    padding: 0px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.news-category {
    position: absolute;
    color: white;
    bottom: 13px;
    right: 123px;
    padding: 2px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-detail,
.news-category {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-image:hover .news-detail,
.news-image:hover .news-category {
    opacity: 1;
}


.carousel-control-next1,
.carousel-control-prev1 {
    position: absolute;
    top: 50%;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    background-color: black;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 47px;
    width: 51px;
    color: #fff;
    text-align: center;
    border: 1px solid white;
    opacity: 1;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
}

.news-image.carousel-item .news-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.carousel-control-prev1 {
    left: 2%;
}

.carousel-control-next1 {
    right: 2%;
}

.news-image.carousel-item .news-detail,
.news-image.carousel-item .news-category {
    position: relative;
    color: #707070;
    opacity: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    bottom: 0;
    font-family: anjoman;
}

.news-preview-summary {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 320px) {
    .news-preview {
        font-size: 15px;
        padding: 10px 10px;

    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 38px;
        height: 38px;
    }

    #news-frame .carousel-control-next,
    #news-frame .carousel-control-prev {
        top: 27%;
    }

    .news-image.carousel-item .news-preview {
        padding: 5px 10px;
        display: block;
        height: 100%;
    }

    .carousel-control-next, .carousel-control-prev {
        top: 50%;
    }
}

@media (min-width: 1280px) {
    .news-preview {
        font-size: 13px;
        padding: 10px 10px;
        height: 67px;

    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 42px;
        height: 42px;
    }

    #news-frame .carousel-control-next, #news-frame .carousel-control-prev {
        top: 33%;
    }

    .news-image.carousel-item .news-preview {
        padding: 5px 10px;
        display: block;
        height: 100%;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 49px;
        width: 49px;
    }
}

@media (min-width: 1920px) {
    .news-preview {
        font-size: 16px;
        padding: 15px 15px;
        height: 78px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 49px;
        width: 49px;
    }

    .news-image.carousel-item .news-preview {
        display: block;
        height: 164px;
    }

    .news-preview-summary {
        height: 50%;
    }

    #news-frame .carousel-control-next, #news-frame .carousel-control-prev {
        top: 37%;
    }
}

/* ################# News ################# */
/* ################# Category ################# */
.category-items {
    background-color: white;
    width: 160px;
    height: 160px;
    -webkit-box-shadow: 0px 0px 30px #cecece;
    box-shadow: 0px 0px 30px #cecece;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 30px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .category-items {
        width: 140px;
        height: 140px;
        margin: 0px 5px;
    }
}

@media screen and (max-width: 1280px) {
    .category-items {
        width: 125px;
        height: 125px;
        margin: 0px 7px;
    }
}

@media screen and (max-width: 1024px) {
    .category-items {
        width: 100px;
        height: 100px;
        margin: 0px 5px;
    }
}

@media screen and (max-width: 778px) {
    .category-items {
        width: 120px;
        height: 120px;
        margin: 0px 5px;
    }
}

.category-items svg {
    position: absolute;
    top: 16%;
    z-index: 10;
    width: 75px;
    height: 75px;
}

@media screen and (max-width: 1280px) {
    .category-items svg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .category-items svg {
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width: 778px) {
    .category-items svg {
        width: 60px;
        height: 60px;
    }
}

.category-items svg path,
.category-items svg circle {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category-items:hover svg path,
.category-items:hover svg circle {
    fill: white;
    stroke: white;
}

.category-items::after,
.category-items-event:after {
    content: '';
    background-color: #ec1b34;
    bottom: 0px;
    position: absolute;
    left: 0px;
    height: 5px;
    width: 100%;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
}

.category-items:hover::after {
    height: 100%;
}

.category-items:hover {
    -webkit-box-shadow: 0px 0px 10px #ec1b34;
    box-shadow: 0px 0px 10px #ec1b34;
}

.category-title {
    color: black;
    position: absolute;
    bottom: 15px;
    left: 0%;
    font-size: 19px;
    z-index: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width: 1280px) {
    .category-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .category-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 778px) {
    .category-title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .category-title {
        bottom: 14px;
    }
}

.category-items:hover .category-title {
    color: white;
}

@media screen and (max-width: 778px) {
    .category-items {
        margin-bottom: 30px;
    }
}

/* ################# Category ################# */
/* ################# Event ################# */
.event-icon {
    padding: 14px;
    border-radius: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

@media screen and (max-width: 1280px) {
    .event-icon {
        padding: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .event-icon {
        padding: 10px;
    }
}

.event-title {
    color: white;
    font-family: anjoman-Bold;
    padding-right: 10px;
    font-size: 27px;
}

@media screen and (max-width: 1280px) {
    .event-title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1024px) {
    .event-title {
        font-size: 18px;
    }
}

.event-items {
    /*width: 281px;*/
    /*height: 394px;*/
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .event-items {
        width: 100%
    }
}

.event-items::before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ec1b34;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
}

.event-items::after {
    content: '';
    width: 100%;
    height: 0px;
    background-color: black;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
    transition: height 0.5s;
}

.event-items:hover::after {
    height: 100%;
}

.event-detail {
    position: absolute;
    background-color: #333132;
    color: white;
    top: 10px;
    left: 10px;
    border-radius: 20px;
    padding: 2px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 3px #2b2b2b;
    box-shadow: 1px 1px 3px #2b2b2b;
    opacity: 0;
}

.event-items:hover .event-detail {
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*.event-preview {*/
/*    position: absolute;*/
/*    bottom: -50px;*/
/*    right: 10px;*/
/*    color: white;*/
/*    z-index: 1;*/
/*    text-align: right;*/
/*    margin-bottom: 0;*/
/*    overflow: hidden;*/
/*    display: -webkit-box !important;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-transition: all .3s;*/
/*    -o-transition: all .3s;*/
/*    transition: all .3s;*/
/*}*/
.event-preview1 {
    position: absolute;
    bottom: -95px;
    right: 7px;
    left: 7px;
    color: white;
    z-index: 1;
    text-align: right;
    margin-bottom: 0;
    opacity: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
}

.event-items:hover .event-preview {
    bottom: 90px;
    opacity: 0;
}

.event-items:hover .event-preview1 {
    bottom: 10px;
    opacity: 1;
}

.event-properties {
    opacity: 0;
    position: absolute;
    right: 2%;
    color: white;
    z-index: 1;
    bottom: 20px;
    direction: rtl;
    text-align: right;
}

.event-items .event-properties {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.event-items:hover .event-properties {
    opacity: 1;
}

.event-properties #tone_Document {
    width: 13px;
    height: 13px;
}

.event-detail-title {
    text-align: right;
}


.related-news-event .item .news-image .img,
.related-gallery-event .item .gallery-image img,
.related-video-event .item figure img {
    width: 100%;
}

.related-news-event .owl-dots,
.related-gallery-event .owl-dots,
.related-video-event .owl-dots {
    display: none;
}

.owl-carousel.related-news-event .owl-nav button.owl-next, .owl-carousel.related-news-event .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 0px 5px 5px 0px !important;
    background-color: white;
    line-height: .5 !important;
    top: 40%;
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.owl-carousel.related-news-event .owl-nav button.owl-prev, .owl-carousel.related-news-event .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 5px 0px 0px 5px !important;
    background-color: white;
    line-height: .5 !important;
    top: 40%;
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.owl-carousel.related-gallery-event .owl-nav button.owl-next, .owl-carousel.related-gallery-event .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 0px 5px 5px 0px !important;
    background-color: white;
    line-height: .5 !important;
    top: 35%;
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.owl-carousel.related-gallery-event .owl-nav button.owl-prev, .owl-carousel.related-gallery-event .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 5px 0px 0px 5px !important;
    background-color: white;
    line-height: .5 !important;
    top: 35%;
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.owl-carousel.related-video-event .owl-nav button.owl-next, .owl-carousel.related-video-event .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 0px 5px 5px 0px !important;
    background-color: white;
    line-height: .5 !important;
    top: 35%;
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.owl-carousel.related-video-event .owl-nav button.owl-prev, .owl-carousel.related-video-event .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 5px 0px 0px 5px !important;
    background-color: white;
    line-height: .5 !important;
    top: 35%;
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.category-items-event {
    background-color: white;
    width: 160px;
    height: 160px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px 30px;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-detail-poster {
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 7px #d6d8d9;
    box-shadow: 0px 0px 7px #d6d8d9;
}

.event-detail-poster2 {
    padding: 20px;
    border-radius: 250px;
    height: 220px;
    width: 220px;
    box-shadow: 0 0 10px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.event-detail-poster2 img {
    width: 80%;
}

.event-detail-cat {
    position: absolute;
    top: -35px;
    -webkit-box-shadow: 0px 0px 7px #d6d8d9;
    box-shadow: 0px 0px 7px #d6d8d9;
    width: 70px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    border-radius: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
}

.event-detail-meta {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

@media (min-width: 360px) {
    .event-items:hover .event-properties {
        opacity: 1;
        bottom: 115px;
        font-size: 13px;
    }

    .event-preview {
        font-size: 13px;
    }

    .event-preview1 {
        font-size: 13px;
        -webkit-line-clamp: 5;
    }

    .p-event-detail {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 411px) {
    .event-items:hover .event-properties {
        opacity: 1;
        bottom: 135px;
        font-size: 15px;
    }

    .event-preview {
        font-size: 15px;
    }

    .event-preview1 {
        font-size: 15px;
        -webkit-line-clamp: 5;
    }
}

@media (min-width: 1280px) {
    .event-items:hover .event-properties {
        opacity: 1;
        bottom: 102px;
        font-size: 12px;
    }

    .event-preview {
        font-size: 12px;
    }

    .event-preview1 {
        font-size: 12px;
        -webkit-line-clamp: 5;
    }

    .film-reel {
        width: 99px;
        margin: 40px 0;
    }

    .p-event-detail {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1366px) {
    .event-items:hover .event-properties {
        opacity: 1;
        bottom: 71px;
        font-size: 12px;
    }

    .event-preview {
        font-size: 14px;
    }

    .event-preview1 {
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
}

@media (min-width: 1920px) {
    .event-items:hover .event-properties {
        opacity: 1;
        bottom: 115px;
        font-size: 16px;
    }

    .event-preview {
        font-size: 16px;
    }

    .event-preview1 {
        font-size: 16px;
        -webkit-line-clamp: 4;
    }

    .film-reel {
        width: 110px;
        margin: 40px 0;
    }

    .p-event-detail {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

/* ################# Event ################# */
/* ################# Gallery ################# */
.gallery-image img,
.gallery-slider img {
    width: 100%;
    border-radius: 8px;
}

.gallery-image,
.gallery-slider {
    position: relative;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1024px) {
    .gallery-image,
    .gallery-slider {
        margin-bottom: 22px;
    }
}

.gallery-image:after,
.gallery-slider:after {
    content: '';
    width: 100%;
    height: 14%;
    position: absolute;
    bottom: 0;
    border-radius: 7px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.8) 80%)
}

.gallery-slider:hover:after,
.gallery-image:hover:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(187, 6, 13)));
    background: -o-linear-gradient(rgba(255, 255, 255, 0), rgb(187, 6, 13) 100%);
    background: linear-gradient(rgba(255, 255, 255, 0), rgb(187, 6, 13) 100%);
}


.gallery-preview,
.gallery-preview-small {
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
    font-family: anjoman-bold;
}


@media screen and (min-width: 1280px) {
    .gallery-slider::after {
        height: 30%;
    }

    .gallery-image::after {
        height: 40%;
    }

    .gallery-status {
        font-size: 11px;
    }

    .gallery-preview-small {
        font-size: 11px;
    }

    .gallery-preview {
        font-size: 17px;
    }
}

@media screen and (min-width: 1366px) {
    .gallery-slider::after {
        height: 30%;
    }

    .gallery-image::after {
        height: 40%;
    }

    .gallery-status {
        font-size: 11px;
    }

    .gallery-preview-small {
        font-size: 13px;
    }

    .gallery-preview {
        font-size: 17px;
    }
}

@media screen and (min-width: 1920px) {
    .gallery-slider::after {
        height: 20%;
    }

    .gallery-image::after {
        height: 40%;
    }

    .gallery-status {
        font-size: 15px;
    }

    .gallery-preview-small {
        font-size: 18px;
    }

    .gallery-preview {
        font-size: 22px;
    }
}


@media screen and (max-width: 1280px) {
    .gallery-image::after {
        height: 25%;
    }
}

@media screen and (max-width: 768px) {
    .gallery-image::after {
        height: 14%;
    }

    .gallery-slider::after {
        height: 9%;
    }
}

@media screen and (max-width: 576px) {
    .gallery-image::after {
        height: 22%;
    }

    .gallery-slider::after {
        height: 22%;
    }
}

.gallery-preview {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: white;
    padding: 10px;
    z-index: 1;
    text-align: right;
}


.gallery-preview-small {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: white;
    padding: 10px;
    z-index: 1;
    line-height: 1.6;
    text-align: right;
}


@media screen and (max-width: 768px) {
    .gallery-preview-small {
        bottom: -4px !important;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 576px) {
    .gallery-preview-small {
        bottom: -7px !important;
        font-size: 13px !important;
    }
}


@media screen and (max-width: 1280px) {
    .gallery-preview {
        bottom: 1px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .gallery-preview {
        bottom: -1px;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .gallery-preview {
        bottom: -2px;
        font-size: 14px;
    }
}

@media screen and (max-width: 576px) {
    .gallery-preview {
        bottom: -7px;
        font-size: 14px;
    }
}

@media screen and (max-width: 411px) {
    .gallery-preview {
        bottom: -6px;
        font-size: 11px;
    }
}

.gallery-status {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    top: 14px;
    left: 12px;
    border-radius: 20px;
    padding: 4px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media screen and (max-width: 1024px) {
    .gallery-status {
        top: 9px;
        left: 9px;
        font-size: 11px;
    }
}

.gallery-category {
    position: absolute;
    background-color: white;
    color: black;
    top: 20px;
    left: 18px;
    border-radius: 20px;
    padding: 2px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 1px 1px 3px #2b2b2b;
    box-shadow: 1px 1px 3px #2b2b2b;
}

.gallery-detail {
    border-right: 1px solid white;
}


/* ################# Gallery ################# */
/* ################# Video ################# */
.Home-Video .gallery-status {
    right: 12px;
    left: unset;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

figure:hover .gallery-status {
    opacity: 1;
}

.video-play-icon {
    background-color: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 75px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.video-play-icon1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    border-radius: 75px;
    background-color: white;
    color: #ee1c25;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

figure:hover .video-play-icon1 {
    background-color: #ee1c25;
    color: white;
}

figure:hover .video-play-icon {
    background-color: rgba(238, 28, 37, 0.3);
}


@media screen and (min-width: 320px) {
    .video-play-icon {
        width: 65px;
        height: 65px;
    }

    .video-play-icon1 {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1280px) {
    .video-play-icon {
        width: 70px;
        height: 70px;
    }

    .video-play-icon1 {
        width: 57px;
        height: 57px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1366px) {
    .video-play-icon {
        width: 80px;
        height: 80px;
    }

    .video-play-icon1 {
        width: 67px;
        height: 67px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1920px) {
    .video-play-icon {
        width: 89px;
        height: 89px;
    }

    .video-play-icon1 {
        width: 76px;
        height: 76px;
        font-size: 28px;
    }
}

/* ################# End Video ################# */
/* ################# INDEX Product ################# */
.product {
    background-color: white;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #C1C1C1;
    top: 0;
    margin-top: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.product:hover {
    top: -15px;
}

.thumbnail {
    overflow: hidden;
    margin: auto;
}

.thumbnail img {
    width: 100%;
    height: 100%;
}

.product-detail {
    background-color: #ec1b34;
    border-radius: 4px;
    color: white;
    font-family: anjoman-bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-detail:hover {
    background-color: #333132;
}

.product-detail:hover {
    color: white;
}

.product-status {
    color: #EE1C25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 5px;
    right: 0px;
    border-radius: 15px;
    padding: 2px 5px;
    font-size: 12px;
}

.product-disc {
    color: black;
    text-align: right;
}


@media screen and (min-width: 320px) {
    .filter-buttons-box {
        display: none;
    }
}


@media screen and (min-width: 1024px) {
    .filter-buttons-box {
        display: inline-block;
    }
}


/* ################# INDEX Product ################# */
/* ################# Customer Icon ################# */
.customer-icon a {
    padding: 8px 8px;
    border: 1px solid #ACACAC;
    border-radius: 22px;
    margin-left: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.customer-icon a:hover svg path {
    fill: white;
}

.customer-icon a:hover svg circle,
.customer-icon a:hover svg line {
    stroke: white;
}

.customer-icon svg {
    height: 16px;
    width: 16px;
}

.user-panel .login:hover svg path#Path_18971 {
    -webkit-transform: translate(2px, -157.767px);
    -ms-transform: translate(2px, -157.767px);
    transform: translate(2px, -157.767px);
    -moz-transform: translate(2px, -157.767px);;
}

.user-panel .login svg path#Path_18971 {
    -webkit-transform: translate(0px, -157.767px);
    -ms-transform: translate(0px, -157.767px);
    transform: translate(0px, -157.767px);
    -moz-transform: translate(0px, -157.767px);;
}

svg path,
svg line,
svg circle {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.customer-icon a:hover {
    background-color: #ec1b34;
    border-color: #ec1b34;
}

.customer-title {
    font-size: 24px;
}


.customer:hover .customer-title,
.customer:hover .customer-icon {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 1;
}

.customer-image {
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: unset;
    margin: auto;
}

.owl-carousel.customer-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0px;
    font-size: 60px !important;
    padding: 10px 17px !important;
    border-radius: 29px !important;
    border: 1px solid black !important;
    line-height: .5 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel.customer-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 0px;
    font-size: 60px !important;
    padding: 10px 17px !important;
    border-radius: 29px !important;
    border: 1px solid black !important;
    line-height: .5 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel.product-carousel .owl-nav button.owl-prev,
.owl-carousel.event .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 5px 0px 0px 5px !important;
    background-color: white;
    line-height: .5 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

.owl-carousel.product-carousel .owl-nav button.owl-next,
.owl-carousel.event .owl-nav button.owl-next {
    position: absolute;
    left: 0;
    font-size: 60px !important;
    padding: 10px 10px !important;
    border-radius: 0px 5px 5px 0px !important;
    background-color: white;
    line-height: .5 !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 5px #4f8dcb91;
    box-shadow: 0px 0px 5px #4f8dcb91;
}

@media screen and (min-width: 320px) {

    .owl-carousel.customer-carousel .owl-nav button.owl-next,
    .owl-carousel.customer-carousel .owl-nav button.owl-prev {
        padding: 11px 15px !important;
        font-size: 40px !important;
    }

    .owl-carousel.customer-carousel .owl-nav button.owl-next,
    .owl-carousel.customer-carousel .owl-nav button.owl-prev {
        border: unset !important;
    }

    .customer-icon,
    .customer-title {
        opacity: 1;
    }
}

@media screen and (min-width: 1280px) {
    .customer-icon,
    .customer-title {
        opacity: 0;
    }
}

button:focus {
    outline: none;
    outline: none;
}

/* ################# Customer Icon ################# */
/* ################# Product ################# */
.side-filter {
    background-color: white;
    border-radius: 8px;
    text-align: right;
}

.filter-item {
    padding-right: 15px
}

.selected-filter {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 2px 6px;
}

.sort-link {
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border-radius: 21px;
    border: 1px solid transparent;
    margin-left: 10px;
}

.sort-link:hover {
    border: 1px solid #EE1C25;
}

.sort-link.active {
    background-color: #EE1C25;
    color: white;
}

.product-search {
    border: 1px solid #ee1c25;
    outline: unset;
    border-radius: 5px;

    color: #9F9F9F;
}

.Product {
    background-color: white;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #ec1b34;
    -webkit-box-shadow: 0px 0px 10px #0000002b;
    box-shadow: 0px 0px 10px #0000002b;
}

.Product-detail {
    background-color: #ec1b34;
    padding: 4px 48px;
    border-radius: 6px;
    color: white;
}

.Product-detail:hover {
    color: white;
    background-color: #d60b23;
}

.more-product {
    border: 2px solid #333132;
    border-radius: 40px;
    padding: 4px 53px;
    font-size: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.more-product:hover {
    background-color: #333132;
    color: white
}

#product-body {

    overflow: hidden;
}

.P-icon {
    border-radius: 28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 320px) {
    .Product-detail {
        padding: 4px 36px;
    }

    .P-icon {
        width: 25px;
        height: 25px
    }

    .product-search {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 10px;
        font-size: 13px;
    }

    .sort-link {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 11px;
    }

    .filter-buttons-box {
        height: 100%;
        width: 100%;
        z-index: 1;
        top: 0;
        position: fixed;
        left: 0;
        background-color: white;
    }
}

@media (min-width: 360px) {
    .Product-detail {
        padding: 4px 56px;
    }

}

@media (min-width: 411px) {
    .Product-detail {
        padding: 4px 79px;
    }
}

@media (min-width: 1024px) {
    .sort-link {
        font-size: 14px;
        display: inline-block;
        padding: 3px 11px;
        width: unset;
        margin-bottom: unset;
    }

    .filter-buttons-box {
        height: unset;
        width: unset;
        z-index: unset;
        top: 0;
        position: unset;
        left: 0;
        background-color: unset;
    }
}

@media (min-width: 1280px) {
    .Product-detail {
        padding: 4px 25px;
        font-size: 13px;
    }

    #products .product-detail {
        font-size: 14px;
        height: 35px;
    }

    .P-icon {
        width: 40px;
        height: 40px;
    }

    .Product .product-disc {
        font-size: 13px;
        margin: .25rem;
    }

    .product-disc p:nth-child(2) {
        height: 48px;
    }

    #products .product-disc p:nth-child(1) {
        font-size: 14px
    }

    #products .product-disc p:nth-child(2) {
        font-size: 13px
    }

    #products .product-disc p:nth-child(2) {
        height: 39px;
    }

    #products .product-disc {
        margin-bottom: .25rem !important;
        margin-top: .25rem !important;
    }

    .product-search {
        font-size: 13px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 17px;
    }
}

@media (min-width: 1366px) {
    .Product-detail {
        padding: 4px 30px;
        font-size: 14px;
    }

    .product-disc p:nth-child(1) {
        font-size: 15px;
    }

    .product-disc p:nth-child(2) {
        font-size: 14px;
        height: 43px;
    }

    .product-disc {
        height: 95px;
    }
}

@media (min-width: 1600px) {
    .Product-detail {
        padding: 4px 45px;
    }
}

@media (min-width: 1920px) {
    .Product-detail {
        padding: 4px 74px;
        font-size: 16px;
    }

    #products .product-detail {
        font-size: unset;
        height: 43px;
    }

    .product-search {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 28px;
        font-size: 16px;
        margin-top: 32px;
    }

    .Product .product-disc {
        font-size: 16px;
    }

    .product-disc p:nth-child(1) {
        font-size: 16px;
    }

    .product-disc p:nth-child(2) {
        font-size: 15px;
        height: 48px;
    }

    .product-disc {
        height: 110px;
    }

    #products .product-disc {
        margin-bottom: 1rem !important;
        margin-top: 1rem !important;
    }

    #products .product-disc p:nth-child(1) {
        font-size: 16px
    }

    #products .product-disc p:nth-child(2) {
        font-size: 15px
    }

    #products .product-disc p:nth-child(2) {
        height: 48px;
    }
}


.filter-list h3 {
    display: block;
}

.filter-list .btn {
    cursor: pointer;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
}

.filter-list .btn.active {
    background: #2e7ab5;
    color: #fff;
}


/* ################# Product ################# */
/*=============== Pagination ============== */
.pagination {
    color: #2F4858;
    background-color: white;
    border-radius: 13px;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.pagination.active {
    background-color: #ec1b34;
    color: white;
}

.pagination:hover {
    /*background-color: #ec1b34;*/
    color: white;
}

.pagination-arrows {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2F4858;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.pagination-arrows:hover {
    color: #ec1b34;
}


/*=============== Pagination ============== */
/* ################# NEWS ################# */
.News-BG {
    background-color: white;
    border-radius: 8px;
    text-align: right;
    padding: 10px;
    border: 1px solid #b7b7b75c;
    margin-bottom: 5px;
}

.N-title {
    position: relative;
    height: 100%;
    width: 100%;
}

.comment-send {
    background-color: white;
    border: 2px solid #333132;
    color: #333132;
    border-radius: 20px;
    width: 100%;
    padding: 3px 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7px;
}

.comment-send:hover {
    background-color: #333132;
    color: white;
}

.comment-send p {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}

.comment-send:hover p {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);

}

.comment-send i {
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -webkit-transform: translateX(-7px);
    -ms-transform: translateX(-7px);
    transform: translateX(-7px);
}

.comment-send:hover i {
    opacity: 1;
}

.N-image img {
    width: 100%;
}

.replay {
    color: #EE1C25;
    font-family: anjoman-Bold;
}

.reed-more {
    color: #ee1c25;
    border-radius: 20px;
    padding: .1rem .5rem .1rem .75rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.reed-more span {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.reed-more:hover {
    background-color: #FFDBDD;
}

.reed-more i {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.reed-more:hover i {
    -webkit-transform: translateX(-4px);
    -ms-transform: translateX(-4px);
    transform: translateX(-4px);
}

.N-side-title div {
    position: absolute;
    bottom: 0px;
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.N-title > div {
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.N-side-title svg,
.N-title svg {
    width: 17px;
}

@media (max-width: 1024px) {
    .News-BG {
        padding: 15px;
    }
}

@media (min-width: 320px) {
    .N-side-image img {
        width: 100%;
        border-radius: 8px;
    }

    .N-side-title {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .N-side-title div {
        font-size: 13px;
        margin-top: 9px
    }

    .N-body {
        padding-right: 0px;
        padding-left: 0px;
    }

    .NB-image {
        border-radius: 8px;
        margin-top: 20px;
    }

    .NB-image img {
        width: 100%;
        border-radius: 5px;
    }

    .N-body p:nth-child(4),
    .N-body p:nth-child(2) {
        font-size: 15px;
        line-height: 1.8;
        margin-top: 33px;
        text-align: justify;
    }

    .NB1 {
        border-right: 5px solid #EE1C25;
        padding-right: 10px;
    }

    .NB-tag {
        font-size: 18px;
        border-right: 5px solid #EE1C25;
        padding-right: 10px;
    }

    .C-text {
        color: #272727;
        font-size: 14px;
        padding-right: 25px;
        margin-top: 15px;
    }

    .C-avatar {
        background-color: white;
        height: 44px;
        width: 44px;
        border-radius: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px;
    }

    .C-avatar-status {
        font-size: 12px;
    }

    /* === */
    .News-image img {
        width: 100%;
        border-radius: 3px;
    }

    .News-image {
        height: 100%;
        max-height: 171px;
        border: 1px solid #B7B7B7;
        padding: 4px;
        border-radius: 5px;
    }

    .News-image img {
        height: 161px;
    }

    .News-image,
    .News-slider {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
    }

    .News-slider {
        height: 465px;
        border-radius: 7px;
    }

    .News-image::after {
        content: '';
        width: 97%;
        height: 25%;
        position: absolute;
        bottom: 4px;
        border-radius: 7px;
        overflow: hidden;
        left: 4px;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .News-image:hover::after,
    .News-slider:hover::after {
        height: 97%;
    }

    .News-preview {
        position: absolute;
        right: 7px;
        bottom: 5px;
        color: white;
        padding-bottom: 2px;
        font-size: 14px;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-preview1 {
        opacity: 0;
        bottom: -50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-image:hover .News-preview1 {
        position: absolute;
        right: 7px;
        bottom: 7px;
        color: white;
        padding-bottom: 2px;
        font-size: 14px;
        opacity: 1;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
    }

    .News-detail {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 90px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-category {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 18px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-image:hover .News-preview {
        bottom: 60px;
        opacity: 0;
    }

    .reed-more {
        font-size: 14px !important;
    }


    .N-title > div > div span {
        font-size: 13px !important;
    }

    .news-page #Group_30792,
    .news-page #Component_95_90 {
        width: 37px;
    }
}

@media (min-width: 375px) {
    .N-side-title {
        font-size: 16px;
    }

    .C-avatar-status {
        font-size: 14px;
    }

    /* === */
    .News-image img {
        width: 100%;
        border-radius: 7px;
    }

    .News-image {
        height: 100%;
        max-height: 198px;
        border-radius: 5px;
    }

    .News-image img {
        max-height: 211px;
        min-height: 190px;
    }

    .News-image,
    .News-slider {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
    }

    .News-slider {
        height: 465px;
        border-radius: 7px;
    }

    .News-image::after {
        content: '';
        width: 97%;
        height: 25%;
        position: absolute;
        bottom: 2px;
        border-radius: 7px;
        overflow: hidden;
        left: 4px;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .News-image:hover::after,
    .News-slider:hover::after {
        height: 97%;
    }

    .News-preview {
        position: absolute;
        right: 7px;
        bottom: 5px;
        color: white;
        padding-bottom: 2px;
        font-size: 15px;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-preview1 {
        opacity: 0;
        bottom: -50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-image:hover .News-preview1 {
        position: absolute;
        right: 12px;
        bottom: 7px;
        color: white;
        padding-bottom: 2px;
        font-size: 15px;
        opacity: 1;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
    }

    .News-detail {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 90px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-category {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 18px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-image:hover .News-preview {
        bottom: 60px;
        opacity: 0;
    }

    .N-image img {
        border-radius: 8px;
    }
}

@media (min-width: 1280px) {
    .N-side-image img {
        width: 106px;
        height: 76px;
        border-radius: 8px;
    }

    .N-side-title {
        font-size: 13px;
    }

    .N-side-title div {
        font-size: 10px;
        margin-top: 7px
    }

    .NB-image img {
        width: 100%;
        border-radius: 8px;
    }

    .comment-send {
        font-size: 14px;
    }

    .N-side-title div {
        font-size: 13px;
        margin-top: 9px
    }

    .N-body {
        padding-right: 60px;
        padding-left: 60px;
    }

    .NB-image {
        border-radius: 10px;
        margin-top: 20px;
    }

    .N-body p:nth-child(4),
    .N-body p:nth-child(2) {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 33px;
        text-align: justify;
    }

    .NB1 {
        border-right: 8px solid #EE1C25;
        padding-right: 15px;
    }

    .NB-tag {
        font-size: 23px;
        border-right: 8px solid #EE1C25;
        padding-right: 15px;

    }

    .C-text {
        color: #272727;
        font-size: 18px;
        padding-right: 60px;
        margin-top: 15px;
    }

    .C-avatar {
        background-color: white;
        height: 54px;
        width: 54px;
        border-radius: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px;
    }

    /* === */
    .News-image img {
        width: 100%;
        border-radius: 7px;
    }

    .News-image {
        height: 100%;
        max-height: 220px;
        border: 1px solid #B7B7B7;
        padding: 4px;
        border-radius: 5px;
    }

    .News-image img {
        max-height: 211px;
    }

    .News-image,
    .News-slider {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
    }

    .News-slider {
        height: 465px;
        border-radius: 7px;
    }

    .News-image::after {
        content: '';
        width: 98%;
        height: 25%;
        position: absolute;
        bottom: 3px;
        border-radius: 7px;
        overflow: hidden;
        left: 4px;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .News-image:hover::after,
    .News-slider:hover::after {
        height: 97%;
    }

    .News-preview {
        position: absolute;
        right: 7px;
        bottom: 5px;
        color: white;
        padding-bottom: 2px;
        font-size: 18px;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-preview1 {
        opacity: 0;
        bottom: -50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-image:hover .News-preview1 {
        position: absolute;
        right: 12px;
        bottom: 7px;
        color: white;
        padding-bottom: 2px;
        font-size: 18px;
        opacity: 1;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
    }

    .News-detail {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 90px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-category {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 18px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-image:hover .News-preview {
        bottom: 60px;
        opacity: 0;
    }

    .N-title a {
        font-size: 20px;
    }

    .N-title:first-child span {
        font-size: 14px;
    }

    .reed-more {
        font-size: 15px !important;
    }

    .N-title .mb-2.anjoman-bold {
        font-size: 15px;
    }

    .N-title > div > div span {
        font-size: 16px !important;
    }

    .News-BG .d-flex.align-items-center .mr-2 {
        font-size: 22px;
    }

}

@media (min-width: 1366px) {
    .N-side-title {
        font-size: 14px;
    }

    .N-side-image img {
        width: 117px;
        height: 86px;
    }

    .N-side-title div {
        font-size: 13px;
        margin-top: 9px
    }

    .N-body {
        padding-right: 60px;
        padding-left: 60px;
    }

    .NB-image {
        border-radius: 16px;
        margin-top: 20px;
    }

    .NB-image img {
        width: 100%;
        border-radius: 16px;
    }

    .N-body p:nth-child(4),
    .N-body p:nth-child(2) {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 33px;
        text-align: justify;
    }

    .NB1 {
        border-right: 8px solid #EE1C25;
        padding-right: 15px;
    }

    .NB-tag {
        font-size: 23px;
        border-right: 8px solid #EE1C25;
        padding-right: 15px;

    }

    .C-text {
        color: #272727;
        font-size: 18px;
        padding-right: 60px;
        margin-top: 15px;
    }

    .C-avatar {
        background-color: white;
        height: 54px;
        width: 54px;
        border-radius: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px;
    }

    /* === */
    .News-image img {
        width: 100%;
        border-radius: 7px;
    }

    .News-image {
        height: 100%;
        max-height: 220px;
        border: 1px solid #B7B7B7;
        padding: 4px;
        border-radius: 5px;
    }

    .News-image img {
        max-height: 211px;
    }

    .News-image,
    .News-slider {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
    }

    .News-slider {
        height: 465px;
        border-radius: 7px;
    }

    .News-image::after {
        content: '';
        width: 98%;
        height: 25%;
        position: absolute;
        bottom: 3px;
        border-radius: 7px;
        overflow: hidden;
        left: 4px;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .News-image:hover::after,
    .News-slider:hover::after {
        height: 97%;
    }

    .News-preview {
        position: absolute;
        right: 7px;
        bottom: 5px;
        color: white;
        padding-bottom: 2px;
        font-size: 18px;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-preview1 {
        opacity: 0;
        bottom: -50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-image:hover .News-preview1 {
        position: absolute;
        right: 12px;
        bottom: 7px;
        color: white;
        padding-bottom: 2px;
        font-size: 18px;
        opacity: 1;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
    }

    .News-detail {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 90px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-category {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 18px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-image:hover .News-preview {
        bottom: 60px;
        opacity: 0;
    }

    .N-title:first-child span {
        font-size: 15px;
    }

    .reed-more {
        font-size: 16px !important;
    }

    .N-title .mb-2.anjoman-bold {
        font-size: 16px;
    }


    .related-news .news-image {
        border: 1px solid #B7B7B7;
        padding: 4px;
        border-radius: 5px;
    }

    .related-news .news-image:after {
        content: '';
        width: 98%;
        height: 25%;
        position: absolute;
        bottom: 4px;
        border-radius: 7px;
        overflow: hidden;
        left: 1%;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .related-news #NI {
        width: 98%;
    }

    .related-news .news-image:hover::after {
        height: 97%;
    }
}

@media (min-width: 1440px) {
    .N-side-image img {
        width: 120px;
        height: 89px;
    }
}

@media (min-width: 1920px) {
    .N-side-image img {
        width: 175px;
        height: 120px;
        border-radius: 8px;
    }

    .N-side-title {
        font-size: 17px;
    }

    .N-side-title div {
        font-size: 13px;
        margin-top: 9px
    }

    .N-body {
        padding-right: 60px;
        padding-left: 60px;
    }

    .NB-image {
        border-radius: 8px;
        margin-top: 20px;
    }

    .N-body p:nth-child(4),
    .N-body p:nth-child(2) {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 33px;
        text-align: justify;
    }

    .NB1 {
        border-right: 8px solid #EE1C25;
        padding-right: 15px;
    }

    .NB-tag {
        font-size: 23px;
        border-right: 8px solid #EE1C25;
        padding-right: 15px;

    }

    .C-text {
        color: #272727;
        font-size: 18px;
        padding-right: 60px;
        margin-top: 15px;
    }

    .C-avatar {
        background-color: white;
        height: 54px;
        width: 54px;
        border-radius: 40px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 10px;
    }

    /* === */
    .News-image img {
        width: 100%;
        border-radius: 7px;
    }

    .related-news .news-image {
        border: 1px solid #B7B7B7;
        padding: 4px;
        border-radius: 5px;
    }

    .related-news .news-image:after {
        content: '';
        width: 98%;
        height: 25%;
        position: absolute;
        bottom: 4px;
        border-radius: 7px;
        overflow: hidden;
        left: 1%;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .related-news #NI {
        width: 98%;
    }

    .related-news .news-image:hover::after {
        height: 97%;
    }

    .News-image img {
        max-height: 211px;
    }

    .News-image,
    .News-slider {
        position: relative;
        margin-top: 26px;
        overflow: hidden;
    }

    .News-slider {
        height: 465px;
        border-radius: 7px;
    }

    .News-image::after {
        content: '';
        width: 98%;
        height: 25%;
        position: absolute;
        bottom: 3px;
        border-radius: 7px;
        overflow: hidden;
        left: 4px;
        background-color: #00000060;
        -webkit-transition: height 0.3s ease;
        -o-transition: height 0.3s ease;
        transition: height 0.3s ease;
    }

    .News-image:hover::after,
    .News-slider:hover::after {
        height: 97%;
    }

    .News-preview {
        position: absolute;
        right: 7px;
        bottom: 5px;
        color: white;
        padding-bottom: 2px;
        font-size: 18px;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-preview1 {
        opacity: 0;
        bottom: -50px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .News-image:hover .News-preview1 {
        position: absolute;
        right: 12px;
        bottom: 7px;
        color: white;
        padding-bottom: 2px;
        font-size: 18px;
        opacity: 1;
        z-index: 1;
        line-height: 1.3;
        text-align: right;
        overflow: hidden;
    }

    .News-detail {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 90px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-category {
        position: absolute;
        background-color: white;
        color: black;
        top: 20px;
        left: 18px;
        border-radius: 20px;
        padding: 3px 8px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-shadow: 1px 1px 3px #2b2b2b;
        box-shadow: 1px 1px 3px #2b2b2b;
        font-size: 12px;
    }

    .News-image:hover .News-preview {
        bottom: 60px;
        opacity: 0;
    }

    .N-title a {
        font-size: 22px;
    }

    .N-title:first-child span {
        font-size: 20px;
    }

    .reed-more {
        font-size: 19px !important;
    }

    .N-title .mb-2.anjoman-bold {
        font-size: 21px;
    }

    .News-BG #Group_30792,
    .News-BG #Component_40_4 {
        width: 50px;
    }

    .news-page #Group_30792,
    .news-page #Component_95_90 {
        width: 45px;
    }

}

/* ################# NEWS ################# */
/* ################# Report Image Detail ################# */
.report-image-detail .owl-next span,
.report-image-detail .owl-prev span {
    font-weight: bold;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.report-image-detail .owl-next:hover span,
.report-image-detail .owl-prev:hover span {
    color: #EE1C25;
}

.report-image-detail-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
}

.report-image-detail-item img {
    border-radius: 8px;
}

.report-image-detail-summary {
    font-family: anjoman-bold;
    color: #4D4F5C;
}

.report-image-detail-body {
    background-color: white;
    border-radius: 8px;
    border: 1px solid #b7b7b75c;
    text-align: right;
}


.share {
    border: 1px solid #F0F0F7;
    border-radius: 50%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share:hover {
    border-color: #EE1C25;
}

.share:hover path {
    fill: #EE1C25;
}

.report-image-detail-status {
    background-color: rgba(51, 49, 50, 0.83);
    color: white;
    padding: 6px 10px;
    border-radius: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.report-image-detail .owl-next {
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: unset;
    outline: unset;
    border: unset;
}

.report-image-detail .owl-prev {
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: unset;
    outline: unset;
    border: unset;
}


.report-image-detail-item .active,
.report-image-detail-item .demo:hover {
    opacity: 1;
}

@media screen and (min-width: 320px) {
    .report-image-detail img,
    .report-image-detail-thumbnail {
        border-radius: 8px;
    }

    .share {
        width: 40px;
        height: 40px;
    }

    .report-image-detail-status {
        font-size: 8px;
    }

    .report-image-detail-thumbnail {
        margin-bottom: 10px;
    }

    .share svg {
        width: 13px;
    }

    .report-image-detail .owl-next span,
    .report-image-detail .owl-prev span {
        font-size: 40px;
        color: white;
    }

    .report-image-detail .owl-next {
        left: 15px;
    }

    .report-image-detail .owl-prev {
        right: 15px;
    }

    .report-image-detail-summary {
        font-size: 18px;
        line-height: 1.7;
    }

    .report-image-detail-body {
        padding: 110px 15px 30px 15px;
        margin-bottom: 60px;
    }

    .report-image-detail-title {
        font-size: 20px;
        font-family: anjoman-bold;
        margin-bottom: 10px;
    }

    .report-image-detail-icon {
        position: absolute;
        background-color: rgba(238, 28, 37, 0.1);
        right: 0;
        border-radius: 15px 0 0 15px;
        top: 30px;
        padding: 15px 70px 15px 14px;
    }

    .report-image-detail-item .demo {
        border: 2px solid transparent;
    }

    .report-image-detail-item .active,
    .report-image-detail-item .demo:hover {
        border: 2px solid #EE1C25;
    }
}

@media screen and (min-width: 1280px) {
    .report-image-detail img,
    .report-image-detail-thumbnail {
        border-radius: 8px;
    }

    .share {
        width: 40px;
        height: 40px;
    }

    .report-image-detail-status {
        font-size: 10px;
    }

    .report-image-detail-thumbnail {
        margin-bottom: 10px;
    }

    .share svg {
        width: 16px;
    }

    .report-image-detail .owl-next span,
    .report-image-detail .owl-prev span {
        font-size: 50px;
        color: #434343;
    }

    .report-image-detail .owl-next {
        left: -40px;
    }

    .report-image-detail .owl-prev {
        right: -40px;
    }

    .report-image-detail-summary {
        font-size: 18px;
        line-height: 1.7;
    }

    .report-image-detail-body {
        padding: 50px 140px 40px 100px;
        margin-bottom: 100px;
    }

    .report-image-detail-title {
        font-size: 20px;
        font-family: anjoman-bold;
        margin-bottom: 40px;
    }

    .report-image-detail-icon {
        position: absolute;
        background-color: rgba(238, 28, 37, 0.1);
        right: 0;
        border-radius: 15px 0 0 15px;
        top: 30px;
        padding: 15px 70px 15px 14px;
    }

    .report-image-detail-item .demo {
        border: 3px solid transparent;
    }

    .report-image-detail-item .active,
    .report-image-detail-item .demo:hover {
        border: 3px solid #EE1C25;
    }
}

@media screen and (min-width: 1366px) {
    .report-image-detail img,
    .report-image-detail-thumbnail {
        border-radius: 8px;
    }

    .share {
        width: 45px;
        height: 45px;
    }

    .report-image-detail-status {
        font-size: 10px;
    }

    .share svg {
        width: 20px;
    }

    .report-image-detail-item .demo {
        border: 4px solid transparent;
    }

    .report-image-detail-item .active,
    .report-image-detail-item .demo:hover {
        border: 4px solid #EE1C25;
    }
}

@media screen and (min-width: 1920px) {
    .report-image-detail img,
    .report-image-detail-thumbnail {
        border-radius: 8px;
    }

    .share {
        width: 60px;
        height: 60px;
    }

    .report-image-detail-status {
        font-size: 14px;
    }

    .report-image-detail-summary {
        font-size: 20px;
        line-height: 1.9;
    }

    .report-image-detail-body {
        padding: 50px 140px 40px 100px;
        margin-bottom: 100px;
    }

    .report-image-detail-title {
        font-size: 22px;
        font-family: anjoman-bold;
        margin-bottom: 40px;
    }

    .share svg {
        width: 30px;
    }

}


/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
    border-radius: 4px;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}


/* ################# Report Image Detail ################# */
/* ################# Report Image ################# */
.report-image-filter {
    border: 1px solid #EE1C25;
    outline: unset;
    border-radius: 8px;
    color: #9F9F9F;
}

.select-icon {
    position: absolute;
    color: gray;
    left: 15px;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.report-image-body {
    direction: rtl;
    text-align: right;
}

.ri-filter-title {
    font-family: anjoman-bold;
    margin-bottom: .25rem;
    margin-top: 1rem;
}

@media (min-width: 320px) {
    .report-image-filter {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 17px;
        font-size: 13px;
        margin-right: 0px;
        width: 100%;
    }

    .report-image-thumbnail,
    .report-image-thumbnail img {
        border-radius: 8px;
    }

    .report-image-title {
        font-size: 16px;
        font-family: anjoman-Bold;
        text-align: justify;
    }

    .report-image-summary {
        font-size: 15px;
        margin-top: 10px;
        text-align: justify;
    }

    .report-image-body {
        padding: 20px 20px 0 20px;
    }

    .report-image-body hr {
        margin: 15px 0;
    }


    .select-icon {
        -webkit-transform: translateY(65%);
        -ms-transform: translateY(65%);
        transform: translateY(65%);
    }
}

@media (min-width: 1280px) {
    .report-image-filter {
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 17px;
        font-size: 13px;
        margin-right: 2px;
    }

    .report-image-thumbnail,
    .report-image-thumbnail img {
        border-radius: 8px;
    }

    .report-image-title {
        font-size: 16px;
        font-family: anjoman-Bold;
    }

    .report-image-summary {
        font-size: 16px;
        margin-top: 10px;
    }

    .report-image-body hr {
        margin: 20px 0;
    }

    .select-icon {
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
    }

    .report-image-body {
        padding-right: 10px;
    }

    .ri-filter-title {
        font-size: 14px;
    }
}

@media (min-width: 1920px) {
    .report-image-filter {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 28px;
        font-size: 16px;
    }

    .report-image-thumbnail,
    .report-image-thumbnail img {
        border-radius: 8px;
    }

    .report-image-title {
        font-size: 22px;
        font-family: anjoman-Bold;
    }

    .report-image-summary {
        font-size: 20px;
        margin-top: 20px;
    }

    .report-image-body {
        padding: 30px;
    }

    .report-image-body hr {
        margin: 20px 0;
    }

    .report-image-body .reed-more {
        bottom: 20px;
        left: 20px;
    }
}

/* ################# Report Image ################# */
/* ################# Product Detail ################# */
.product-detail-body,
.product-detail-decription {
    position: relative;
    height: 100%;
    border: 1px solid #B7B7B7;
}

.product-detail-slider,
.column {
    border: 1px solid #B7B7B7;
}

.product-detail-title {
    font-family: anjoman-Bold;
    display: inline-block;
}

.product-detail-info {
    direction: rtl;
    text-align: right;
}

.view-product {
    background-color: #EE1C25;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.view-product:hover,
.description-button:hover {
    color: white;
}

.product-detail-cart {
    text-align: left;
    bottom: 25px;
}

.description-button {
    background-color: #EE1C25;
    color: white;
}

.product-detail-decription {
    text-align: justify;
    direction: rtl;
    color: #4D4F5C;
}

@media (min-width: 320px) {
    .product-detail-body,
    .product-detail-slider {
        border-radius: 5px;
        padding: 10px;
    }

    .product-detail-info {
        margin-top: 30px;
    }

    .product-detail-summary {
        font-size: 20px;
    }

    .view-product {
        padding: 6px 34px;
        font-size: 20px;
        border-radius: 5px;
        font-family: anjoman-bold;
    }

    .product-detail-cart div {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .description-button {
        padding: 15px 90px;
        border-radius: 25px;
        font-size: 20px;
    }

    .product-detail-decription {
        font-size: 20px;
    }

    .product-detail-info {
        font-size: 20px;
    }

    .product-detail-body .share {
        width: 45px;
        height: 45px;
    }

    .product-detail-title {
        font-size: 20px;
    }

    .product-detail-cart {
        width: 100%;
    }
}

@media (min-width: 360px) {
    .view-product {
        padding: 6px 54px;
    }
}

@media (min-width: 375px) {
    .view-product {
        padding: 6px 61px;
    }
}

@media (min-width: 411px) {
    .view-product {
        padding: 6px 79px;
    }
}

@media (min-width: 1280px) {
    .product-detail-body,
    .product-detail-slider,
    .product-detail-decription {
        border-radius: 8px;
        padding: 20px;
    }

    .product-detail-info {
        margin-top: 30px;
    }

    .product-detail-summary {
        font-size: 20px;
    }

    .view-product {
        padding: 7px 16px;
        font-size: 18px;
        border-radius: 5px;
    }

    .product-detail-cart div {
        font-size: 20px;
    }

    .product-detail-cart {
        left: 40px;
        position: absolute;
        width: 93%;
    }

    .description-button {
        padding: 15px 90px;
        border-radius: 25px;
        font-size: 20px;
    }

    .product-detail-decription {
        font-size: 20px;
    }

    .product-detail-info {
        font-size: 20px;
    }

    .product-detail-body .share {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1920px) {
    .product-detail-body,
    .product-detail-decription {
        padding: 40px;
    }

    .product-detail-info {
        margin-top: 30px;
    }

    .product-detail-summary {
        font-size: 22px;
    }

    .view-product {
        padding: 13px 17px;
        font-size: 22px;
        border-radius: 8px;
    }

    .product-detail-info {
        font-size: 22px;
    }

    .product-detail-cart div {
        font-size: 22px;
    }

    .product-detail-cart {
        left: 40px;
    }

    .description-button {
        padding: 15px 90px;
        border-radius: 25px;
        font-size: 22px;
    }

    .product-detail-decription {
        font-size: 22px;
    }

    .product-detail-title {
        font-size: 25px;
    }

    .product-detail-body .share {
        width: 60px;
        height: 60px;
    }
}

/* ################# End Product Detail ################# */
/* ################# Movie ################# */
figure img {
    width: 100%;
    border-radius: 8px 8px 0 0;
}

figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
}

figure figcaption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

figure .fa-play-circle {
    position: absolute;
}

figure:before {
    content: '';
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px 8px 0 0;
}

.movie-title {
    font-family: anjoman-bold;
    text-align: right;
    background-color: white;
    border-radius: 0 0 8px 8px;
}

.video-detail-title {
    color: #ee1c25;
    font-family: anjoman-bold;
}

.cat-movie {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 1;
    font-size: 20px;
}


@media (min-width: 320px) {
    .video-detail-title {
        font-size: 25px;
        margin: 15px 0;
    }

    .video-detail-summary {
        font-size: 20px;
    }

    .movie-title {
        font-size: 17px;
        right: 14px;
    }

    .movie-title {
        font-size: 15px;
        right: 20px;
        padding: 15px;
    }
}

@media (min-width: 1280px) {
    .video-detail-title {
        font-size: 25px;
        margin: 15px 0;
    }

    .video-detail-summary {
        font-size: 20px;
    }

    .movie-title {
        font-size: 17px;
        right: 14px;
    }

    .movie-title {
        font-size: 15px;
        right: 20px;
        padding: 15px;
    }
}

@media (min-width: 1366px) {
    .video-detail-title {
        font-size: 25px;
        margin: 15px 0;
    }

    .video-detail-summary {
        font-size: 20px;
    }

    .movie-title {
        font-size: 17px;
        right: 14px;
    }

    .movie-title {
        font-size: 15px;
        right: 20px;
        padding: 15px;
    }
}

@media (min-width: 1920px) {
    .video-detail-title {
        font-size: 25px;
        margin: 15px 0;
    }

    .video-detail-summary {
        font-size: 20px;
    }

    .movie-title {
        font-size: 20px;
        right: 20px;
        padding: 20px;
    }
}

/* ################# End Movie ################# */

/* ################# MasharNema ################# */
.mashar-item {
    background-color: white;
    border: 1px solid #C1C1C1;
    position: relative;
}

.mashar-item-title {
    font-family: anjoman-bold;
    color: #333132;
}

.mashar-item-desc {
    color: #4D4F5C;
}

.mashar-item-more {
    background-color: #EE1C25;
    color: white;
    font-family: anjoman-bold;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.mashar-item-more:hover {
    color: white;
    background-color: #db1921;
}

.mashar-item-thumbnail {
    background-color: white;
    border-radius: 150px;
    border: 1px solid #EE1C25;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mashar-item-thumbnail img {
    width: 70%;
}

.mashar-item-bg {
    background: url("../image/mashar.png");
    position: absolute;
    background-size: cover;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 320px) {
    .mashar-item {
        border-radius: 16px;
        padding: 85px 25px 25px;
        margin-top: 75px;
        margin-bottom: 25px;
    }

    .mashar-item-title {
        font-size: 16px;
    }

    .mashar-item-desc {
        font-size: 16px;
    }

    .mashar-item-more {
        font-size: 14px;
        border-radius: 8px;
        padding: 8px 20px;
        bottom: -11%;
    }

    .mashar-item-thumbnail {
        width: 120px;
        height: 120px;
        top: -34%;
    }

    .mashar-item-bg {
        top: -37%;
        height: 133px;
        width: 131px;
    }
}

@media (min-width: 1280px) {
    .mashar-item {
        border-radius: 16px;
        padding: 85px 25px 25px;
        margin-top: 75px;
        margin-bottom: 25px;
    }

    .mashar-item-title {
        font-size: 16px;
    }

    .mashar-item-desc {
        font-size: 16px;
    }

    .mashar-item-more {
        font-size: 14px;
        border-radius: 8px;
        padding: 8px 20px;
        bottom: -11%;
    }

    .mashar-item-thumbnail {
        width: 120px;
        height: 120px;
        top: -31%;
    }

    .mashar-item-bg {
        top: -34%;
        height: 133px;
        width: 131px;
    }
}

@media (min-width: 1366px) {
    .mashar-item-bg {
        top: -37%;
    }

    .mashar-item-thumbnail {
        top: -34%;
    }
}

@media (min-width: 1920px) {
    .mashar-item {
        border-radius: 16px;
        padding: 120px 50px 50px;
        margin-top: 100px;
        margin-bottom: 60px;
    }

    .mashar-item-title {
        font-size: 24px;
    }

    .mashar-item-desc {
        font-size: 24px;
    }

    .mashar-item-more {
        font-size: 18px;
        border-radius: 8px;
        padding: 10px 30px;
        bottom: -8%;
    }

    .mashar-item-thumbnail {
        width: 171px;
        height: 171px;
        top: -31%;
    }

    .mashar-item-bg {
        top: -33%;
        height: 188px;
        width: 185px;
    }
}

@media (max-width: 1440px) {
    .mashar-item hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
    }
}

/* ################# End MasharNema ################# */

/* ################# MasharNema Detail ################# */
.masharnema-detail-title {
    color: #ee1c25;
    font-family: anjoman-bold;
    text-align: center;
}

.masharnema-detail-desc {
    color: #333132;

}

.mashar-detail-thumbnail {
    background-color: white;
    border-radius: 150px;
    border: 1px solid #EE1C25;
    display: inline-block;
}

.mashar-detail-bg {
    background: url("../image/mashar.png");
    display: inline-block;
    padding: 7px;
    background-size: contain;
    background-repeat: no-repeat;
}

.masharnema-social {
    border: 1px solid #C1C1C1;
    border-radius: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
}

.masharnema-social:hover {
    background-color: #EE1C25;
    border-color: #ee1c25;
}

.masharnema-social:hover svg path {
    fill: white;
}

.masharnema-social span {
    position: absolute;
    opacity: 0;
    color: white;
    left: 37%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


@media (min-width: 320px) {
    .masharnema-detail-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .mashar-detail-bg {
        margin-bottom: 25px;
    }

    .masharnema-detail-desc {
        font-size: 18px;
        text-align: right;
    }

    .masharnema-detail-title1 {
        font-size: 20px;
    }

    .masharnema-detail-desc1 {
        font-size: 20px;
    }

    .masharnema-detail-link {
        font-size: 15px;
    }

    .masharnema-social {
        padding: 10px;
        margin-bottom: 15px;
        width: 42px;
    }

    .masharnema-social svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1280px) {
    .masharnema-detail-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .mashar-detail-bg {
        margin-bottom: 25px;
    }

    .masharnema-detail-desc {
        font-size: 18px;
        text-align: right;
    }

    .masharnema-detail-title1 {
        font-size: 20px;
    }

    .masharnema-detail-desc1 {
        font-size: 20px;
    }

    .masharnema-detail-link {
        font-size: 15px;
    }

    .masharnema-social {
        padding: 10px;
        margin-bottom: 15px;
        width: 42px;
    }

    .masharnema-social:hover {
        width: 100%;
    }

    .masharnema-social svg {
        width: 20px;
        height: 20px;
    }

    .masharnema-social:hover span {
        opacity: 1;
    }
}

@media (min-width: 1366px) {
    .masharnema-detail-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .mashar-detail-bg {
        margin-bottom: 25px;
    }

    .masharnema-detail-desc {
        font-size: 18px;
        text-align: right;
    }

    .masharnema-detail-title1 {
        font-size: 22px;
    }

    .masharnema-detail-desc1 {
        font-size: 22px;
    }

    .masharnema-detail-link {
        font-size: 16px;
    }

    .masharnema-social {
        padding: 10px;
        margin-bottom: 15px;
        width: 42px;
    }

    .masharnema-social svg {
        width: 20px;
        height: 20px;
    }
}

@media (min-width: 1920px) {
    .masharnema-detail-title {
        font-size: 26px;
        margin-bottom: 60px;
    }

    .mashar-detail-bg {
        margin-bottom: 25px;
    }

    .masharnema-detail-desc {
        font-size: 20px;
        text-align: right;
    }

    .masharnema-detail-title1 {
        font-size: 28px;
    }

    .masharnema-detail-desc1 {
        font-size: 28px;
    }

    .masharnema-detail-link {
        font-size: 22px;
    }

    .masharnema-social {
        padding: 13px;
        margin-bottom: 15px;
        width: 54px;
    }

    .masharnema-social svg {
        width: 26px;
        height: 26px;
    }
}

/* ################# End MasharNema Detail ################# */

/* ################# Footer ################# */
footer {
    background-color: #333132;
    color: white;
    padding: 50px;
    direction: rtl;
}

.footer-text {
    text-align: justify;
}

#BackToTop {
    background-color: unset;
    border-radius: 30px;
    border: 1px solid #ffffff;
    padding: 13px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 778px) {
    footer {
        text-align: center;
    }
}

@media screen and (max-width: 778px) {
    .footer-logo {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1240px) {
    .footer-logo {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo {
        width: 35%;
    }
}

footer ul {
    background: url(../image/line.png) center right no-repeat;
    text-align: justify;
    padding-right: 20px;
}

@media screen and (max-width: 778px) {
    footer ul {
        background: transparent;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

.footer-icon {
    padding-left: 15px;
}

.footer-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.border {
    border-radius: 25px;
    padding: 4px 12px;
    border: 1px solid white;
}

@media screen and (max-width: 778px) {
    .copyright-icon {
        display: none;
    }
}

@media screen and (min-width: 1920px) {
    footer ul {
        padding-right: 60px;
    }
}


/* ################# Footer ################# */
/* ################# aliakbar css ################# */
.dashboard-content input[type="text"],
.dashboard-content input[type="password"],
.dashboard-content input[type="mail"],
.dashboard-content input[type="file"],
.dashboard-content input[type="number"],
.dashboard-content select {
    border-radius: 7px;
    width: 85%;
    height: 50px;
    border: 1px solid #DEDEDE;
}

/**********  pagination   **************/
.page-item.disabled .page-link {
    width: 35px;
    height: 35px;
    background-color: unset;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2F4858;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    border: none;
    font-size: xx-large;
}

.pagination-arrows:hover {
    color: #ec1b34;
}

.page-link {
    color: #2F4858;
    /*background-color: white;*/
    background-color: unset;
    border-radius: 13px;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .25s;
    border: none;
    margin-left: 0px;
    margin-right: 0px;
    padding: .5rem .85rem;
    border: 1px solid #F0F0F7;
    border-radius: 13px;
}

.page-link:hover {
    background-color: #ec1b34;
    color: white;
}

.pagination {
    color: #2F4858;
    background-color: inherit;
    border-radius: 13px;
    width: 35px;
    height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.page-item:first-child .page-link {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2F4858;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    font-size: xx-large;

}

.page-item {
    margin-right: 3px;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    background-color: unset;
    color: #ec1b34;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    padding-bottom: 15px;
}

.page-item:last-child .page-link {
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #2F4858;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    font-size: xx-large;
    border: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #ec1b34;
    border-color: unset;
}

/********** END pagination   **************/
.dafater .social-media a {
    border-color: white;
}

.dafater .social-media a svg path {
    fill: white;
}

/* ################# Econimic Activity ################# */
.economic-activity input:not([type='radio']),
.economic-activity select,
.economic-activity textarea {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 11px 20px;
    background-color: whitesmoke;
}

.economic-activity input:focus-visible,
.economic-activity select:focus-visible,
.economic-activity textarea:focus-visible {
    outline: none;
}

.economic-activity select {
    cursor: pointer;
    margin-bottom: 0;
}

.economic-activity i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.economic-activity ul li {
    color: #AAAAAA;
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 5px;
}

.economic-activity ul li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.economic-activity ul li label {
    display: block;
    position: relative;
    font-size: 19px;
    margin: 10px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.economic-activity ul li:hover label {
    color: #5b5e61;
}

.economic-activity ul li .check {
    position: relative;
    border: 3px solid #AAAAAA;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.economic-activity ul li:hover .check {
    border: 3px solid #5b5e61;
}

.economic-activity ul li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.economic-activity input[type=radio]:checked ~ .check {
    border: 3px solid #ec1b34;
}

.economic-activity input[type=radio]:checked ~ .check::before {
    background: #ec1b34;
}

.economic-activity input[type=radio]:checked ~ label {
    color: #ec1b34;
}

.add-economic-activity {
    background-color: #0098ff;
    border-radius: 4px;
    color: white;
    font-family: anjoman-bold;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.add-economic-activity:hover {
    background-color: #333132;
    color: white;
}

.require {
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}




/* ========================= Signature ======================== */
.body-hemayet .in-hemayat .he-first-item {
    min-height: 200px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.body-hemayet .in-hemayat .he-first-item::before {
    content: ' ';
    width: 2px;
    border-right: 2px dashed #ccc;
    height: 200px;
    display: flex;
    position: absolute;
}
.body-hemayet .in-hemayat .he-first-item .boll-top {
    margin: -10px 0 0 0;
    content: ' ';
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
}
.body-hemayet .in-hemayat .khat {
    width: 2px;
    background-color: #64cbac;
    z-index: 2;
    position: absolute;
    height: 0;
    bottom: 0px;
}
.body-hemayet .in-hemayat .link {
    font-size: 11px;
    min-width: 50%;
    color: #ccc;
}
.body-hemayet .in-hemayat .he-item::before {
    content: ' ';
    width: 2px;
    border-right: 2px solid #ccc;
    height: 130px;
    display: flex;
    position: absolute;
}
.body-hemayet .in-hemayat .he-item .boll-top {
    margin: -10px 0 0 0;
    content: ' ';
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 50px;
    position: absolute;
    z-index: 3;
}
.body-hemayet .in-hemayat .khat {
    width: 2px;
    background-color: #64cbac;
    z-index: 2;
    position: absolute;
    height: 0;
    bottom: 0px;
}
.body-hemayet .in-hemayat .bool-center {
    margin: 0 0 -2px 0;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    border: 2px solid #ccc;
    z-index: 3;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.body-hemayet .in-hemayat .boll-main {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 5;
    background-color: #64cbac;
}
.body-hemayet .in-hemayat .emza {
    min-width: 50%;
}
.body-hemayet .in-hemayat .he-item {
    min-height: 130px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.body-hemayet .in-hemayat .he-last-item {
    min-height: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.body-hemayet .in-hemayat .emza span {
    display: block;
}
.body-hemayet .in-hemayat .counter {
    position: absolute;
    z-index: 22;
    bottom: 0;
    right: 18px;
    background: #EE1C25;
    padding: 1px 16px 1px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
}
.body-hemayet .in-hemayat .counter::before {
    content: " ";
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    background-color: #EE1C25;
    position: absolute;
    right: -1px;
    top: 4px;
    border-radius: 4px 4px 0 4px;
}
/* ========================= Signature ======================== */
.enamad {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}

