/*

  Author Css: Amin Heydarzadeh
    
    ---------------- Info ----------------
    
    Date Created:   1399/12/05
    Email:          heydarzadeh@itshams.ir 
    
    Powerd By:		ITShams Company - https://www.itshams.ir/

*/

/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}

a {
    color: var(--gray);
}

* {
    font-family: IRANsans;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

.pd-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0;
}

section {
    float: right;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.h_iframe-aparat_embed_frame {
    position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
    display: block;
    width: 100%;
    height: auto;
}

.h_iframe-aparat_embed_frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.blue {
    color: var(--l-blue);
}

.pub-title {
    margin: 20px 0;
}

.pub-title span {
    color: var(--l-blue);
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
}

.pub-title h2 {
    font-size: 17px;
    font-weight: 700;
}

.pub-title>a {
    background-color: var(--blue);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 10px;
    display: inline-block;
}

.topbar {
    display: none !important;
}

.center-title {
    text-align: center;
}

.center-title span {
    justify-content: center;
    transition: 0.5s all;
}

.pub-title p {
    text-align: right;
    margin: 25px 0;
    line-height: 24px;
    color: #555;
    transition: 0.5s all;
}

.pub-title ul li {
    list-style: disc !important;
    color: #555;
}

.pub-list ul li {
    list-style: none !important;
    margin-bottom: 10px;
    line-height: 2;
}

.pub-list.right-list ul {
    text-align: right;
}

.pub-list ul li i {
    color: var(--l-blue);
    font-size: 17px;
    margin-left: 10px;
}

.two-list {
    display: flex;
    justify-content: space-between;
}

.center-p {
    text-align: center !important;
}

.justify-p {
    text-align: justify !important;
}

.pub-table table {
    border-collapse: inherit;
    border-spacing: 2px;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
}

table td.t-dark {
    background: #001c54;
    color: #fff;
}

table td.t-blue {
    background: #00a8bd;
    color: #fff;
}

table td.t-gray {
    background: #dedede;
    color: #001c54;
}

.pub-table table th {
    text-align: center;
    color: #fff;
    background: #001c54;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #ededed;
    padding: 2px 8px;
}

.owl-nav {
    height: 0;
}

.owl-prev,
.owl-next {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: var(--blue);
    box-shadow: -3px 9px 18px 0px rgb(0 28 84 / 16%) !important;
    transition: 0.5s all;
}

.owl-prev:hover,
.owl-next:hover {
    background-color: var(--blue);
}

.owl-prev:hover i,
.owl-next:hover i {
    color: #fff;
}

:root {
    --gray: #6c6c6c;
    --gray-1: #ccc;
    --blue: #001c54;
    --l-blue: #00a8bc;
    --white: #ffffff;

}

.affix {
    top: 0;
    width: 100%;
    height: 75px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 2px solid var(--l-blue);
    display: flex;
    align-items: center;
    flex-direction: column;
}

/*---------------------- /Public Style ---------------------*/
/*---------------------- index ---------------------*/
/*---------------------- Header ---------------------*/

.header-main::before {
    content: "";
    background: transparent url("../images/sait/index.png");
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}

.header-main .top-header {
    padding: 5px 0;
}

.header-main .top-header .all-top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f0f0f0;
    height: 25px;
}

.header-main .top-header .all-top .close-search {
    display: none;
}

.header-main .top-header .all-top .top-data span {
    color: var(--gray);
    font-size: 11px;
}

.header-main .top-header .all-top .sait-search i {
    color: var(--gray);
    cursor: pointer;
    transition: 0.5s all;
}

.header-main .top-header .all-top .sait-search i:hover {
    color: var(--l-blue);
}

.header-main .top-header .all-top .sait-search .serch-box {
    position: absolute;
    width: 350px;
    left: 0;
    top: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 9;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
}

.header-main .top-header .all-top .sait-search .serch-box.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    display: flex !important;
}

.header-main .top-header .all-top .sait-search .serch-box span {
    background-color: var(--blue);
    color: #fff;
    width: 70px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    flex: 1 0 auto;
    font-size: 13px;
    cursor: pointer;
    transition: 0.5s all;
}

.header-main .top-header .all-top .sait-search .serch-box span:hover {
    background-color: var(--l-blue);
}

.header-main .top-header .all-top .sait-search .serch-box input {
    width: 100%;
    border: 1px solid #eaeaea;
}

.header-main .main-menu .row {
    display: flex;
    align-items: center;
}

.header-main .main-menu .sait-logo img {
    height: 67px;
}

.header-main .main-menu .main-navbar .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}

.header-main .main-menu .main-navbar .navbar-nav {
    float: right;
    display: flex;
    justify-content: center;
    width: 100%;
}

.header-main .main-menu .main-navbar .navbar-brand {
    display: none;
}

.header-main .main-menu .main-navbar .container-fluid {
    padding: 0;
}

.header-main .main-menu .main-navbar .navbar {
    min-height: auto;
}

.header-main .main-menu .main-navbar .navbar-nav>li {
    float: right;
}

.header-main .main-menu .main-navbar .navbar-nav .dropdown.open a span {
    transition: 0.5s all;
}

.header-main .main-menu .main-navbar .navbar-nav .dropdown.open a span {
    transform: rotate(180deg);
}

.header-main .main-menu .main-navbar .navbar-nav>li>a {
    display: flex;
    align-items: center;
    color: var(--blue);
    font-weight: 500;
    padding: 5px 15px;
}

.header-main .main-menu .main-navbar .navbar-nav>li>a b {
    margin-right: 10px;
}

.header-main .main-menu .main-navbar .navbar-nav>li>a:hover,
.header-main .main-menu .main-navbar .navbar-nav>li>a:focus,
.header-main .main-menu .main-navbar .navbar-nav>li>a:active {
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}

.header-main .main-menu .main-navbar .navbar-nav>li>a>span {
    margin-right: 5px;
}

.header-main .main-menu .sait-tell {
    display: flex;
    justify-content: flex-end;
}

.header-main .main-menu .sait-tell a {
    width: 80%;
    height: 40px;
    background-color: var(--blue);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    box-shadow: -3px 8px 12px 0px rgb(211 214 222 / 73%);
    font-weight: 500;
    font-size: 16px;
    transition: 0.5s all;
}

.header-main .main-menu .sait-tell a:hover {
    background-color: var(--l-blue);
}

.header-main .main-menu .sait-tell a i {
    font-size: 20px;
    margin-right: 10px;
}

.header-main .main-menu .dropdown-menu>li>a {
    text-align: right;
    transition: .5s all;
    color: var(--white);
}

.header-main .main-menu .dropdown-menu>li>a:hover {
    background-color: transparent;
    color: var(--blue);
}


.header-main .main-menu .smartmenu-div {
    padding: 0;
}

.header-main .main-menu .dropdown-menu {
    left: auto;
    right: 0;
    border: none;
    background-color: var(--l-blue);
    border-radius: 15px;
}

.main-menu .main-navbar .navbar .navbar-cross.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    position: absolute;
    left: 18px;
    top: 10px;
    color: var(--white);
    z-index: 999;
    font-size: 44px;
    opacity: 1;
    display: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: var(--white);
}


/*---------------------- /Header ---------------------*/

/*---------------------- poster-image ---------------------*/

.content-main .poster-section .poster-image img {
    width: 100%;
}

.content-main .poster-section .poster-image {
    margin-top: 20px;
}

.content-main .first-one {

    margin: 30px auto;
}

/*---------------------- /poster-image ---------------------*/

/*---------------------- top-news ---------------------*/

.content-main .top-news .right-news .News_Titr {
    font-size: 14px;
    font-weight: 600;
    margin-top: 50px;
    color: #555;
    line-height: 24px;
    transition: 0.5s all;
    width: 75%;
    float: right;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content-main .first-one.top-news .right-news .News_Titr {
    color: var(--white) !important;
    padding-right: 10px;
    margin-top: 30px;
}

.content-main .top-news .right-news .item-row {
    box-shadow: -1px 7px 13px 4px rgb(231 233 238 / 53%);
    background-color: #fff;
    width: 100%;
    float: right;
}

.content-main .top-news .right-news .item-row.item-top {
    margin-top: 90px;
}

.content-main .top-news .right-news .item-row .news-img {
    width: 100%;
    float: right;
}

.content-main .first-one.top-news .right-news .item-row .news-img img {
    height: 333px;
}

.content-main .first-one.top-news .right-news .item-row:hover .News_Titr {
    color: var(--l-blue);
}

.content-main .top-news .right-news .news-img .news-image {
    width: 100%;
    display: flex;

    align-items: center;
    justify-content: center;
}



.content-main .top-news .right-news .news-item {
    padding: 0;
    position: relative;
}

.content-main .top-news .right-news .news-info {
    width: 100%;
    float: right;

}

.content-main .top-news .right-news .news-info a {
    float: right;
    width: 100%;
}

.content-main .top-news .right-news .news-info a h3 {
    float: right;
    width: 100%;
}

.content-main .first-one.top-news .right-news .news-info a h3 {

    height: 66px;
    position: relative;
    background-color: rgba(0, 168, 188, .5);
}

.content-main .top-news .right-news .news-readmore {
    display: flex !important;
    margin-top: 20px;
    font-weight: 500;
    width: 100%;
    float: right;
}

.content-main .top-news .right-news .news-readmore a {
    color: var(--l-blue);
}

.content-main .top-news .right-news .news-details {
    position: absolute;
    top: 73%;
    right: 0;
}

.content-main .top-news .right-news .news-details span {
    color: #a0a9b1;
    font-size: 11px;
    font-weight: 400;
}

.content-main .first-one.top-news .right-news .news-details span {
    color: var(--white) !important;
    margin-top: 50px;
    padding-right: 10px;
}

.content-main .top-news .right-news .news-details i {
    display: none;
}

.content-main .top-news .right-news .owl-nav {
    display: flex !important;
    justify-content: space-between;

    width: 100%;

}

.content-main .top-news .right-news .owl-nav .owl-prev {
    position: absolute;
    left: 12%;
    top: 3%;
}

.content-main .top-news .right-news .owl-nav .owl-next {
    position: absolute;
    top: 3%;
    left: 2%;
}

.content-main .top-news .left-news {
    position: relative;
}

.content-main .top-news .left-news .news-item {
    padding: 0 !important;
}

.content-main .top-news .left-news .news-readmore {
    display: none !important;
}

.content-main .top-news .left-news .item-row {
    display: flex;
    flex-direction: column;
}

.content-main .top-news .left-news .item-row .news-img a {
    width: 100%;
}

.content-main .top-news .left-news .news-details {
    display: none;
}

.content-main .top-news .left-news .news-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.content-main .top-news .left-news .news-info {
    padding: 5px;
    position: absolute;
    bottom: 0;
    background-color: var(--l-blue);
    width: 100%;
    background-color: rgba(0, 168, 188, .5);
}

.content-main .top-news .left-news .news-info a {
    width: 100%;
    float: right;
}

.content-main .top-news .left-news .News_Titr {
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 10px;
    transition: 0.5s all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55%;
    padding: 5px 0;
}

.content-main .top-news.iran-part .right-news .owl-nav .owl-prev {
    right: 0;
    top: 20%;
}

.content-main .top-news.iran-part .right-news .owl-nav .owl-next {
    position: absolute;
    top: 20%;
    left: 0%;
}

.content-main .top-news .left-news .News_Titr:hover {
    color: #555;
}

.content-main .top-news .left-news .news-introtext {
    font-size: 13px;

    font-weight: normal;
    width: 55%;
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-main .top-news .left-news .owl-nav {
    display: flex;
}

.content-main .top-news .left-news .owl-nav .owl-next,
.content-main .top-news .left-news .owl-nav .owl-prev {
    position: absolute;

    top: 3%;
    left: 2%;
}

.content-main .top-news .left-news .owl-nav .owl-prev {
    left: 7%;
    top: 3%;
}

/*---------------------- /top-news ---------------------*/


/*---------------------- esfahan-date ---------------------*/

.content-main .date-esfahan {
    height: 600px;
    background-image: url("../images/sait/bg-date.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-main .date-esfahan .date-title {
    text-align: center;
    margin-top: 50px;
    color: #fff;
}

.content-main .date-esfahan .date-title h2 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

.content-main .date-esfahan .all-counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}

.content-main .date-esfahan .all-counter .counter-item {
    width: 18%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.content-main .date-esfahan .all-counter .counter-item h3 {
    font-size: 14px;
    margin-top: 15px;
}

.content-main .date-esfahan .all-counter .counter-item span {
    font-size: 23px;
    font-weight: 700;
    position: relative;
}

.content-main .date-esfahan .all-counter .counter-item span::before {
    content: "\f067";
    width: 20px;
    height: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 7px;
}

/*---------------------- /esfahan-date ---------------------*/

/*---------------------- esfahan-tab panel ---------------------*/



.content-main .esfahan-tab .nav-tabs>li {
    float: right;
}

.content-main .esfahan-tab .nav-tabs>li a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 600;
}

.content-main .esfahan-tab .nav-tabs>li.active {
    border-bottom: 2px solid var(--l-blue);
}

.content-main .esfahan-tab .nav-tabs>li.active a {
    color: #424242;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.content-main .esfahan-tab .nav-tabs {
    border: none;
    position: relative;
}

.content-main .esfahan-tab .nav-tabs::after {
    content: "";
    width: 85%;
    background: #f2f4f6;
    height: 1px;
    display: block;
}

.content-main .esfahan-tab .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.content-main .esfahan-tab .right-news {
    margin: 0;
}

.content-main .esfahan-tab .right-news .slides {
    width: 100%;
    float: right;
}

.content-main .esfahan-tab .right-news .news-info {
    height: 92px;
    overflow: hidden;
    padding-right: 15px;
}

.content-main .esfahan-tab .right-news .slides .slide-groups {
    width: 31%;
    float: right;
    margin-left: 15px;
    margin-bottom: 30px;
}

.content-main .esfahan-tab .right-news .slides .item-row {
    display: flex;
    box-shadow: none;
    padding: 10px 0;
}

.content-main .esfahan-tab .right-news .news-img {
    flex: 1 0 auto;
}

.content-main .esfahan-tab .right-news .news-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.content-main .esfahan-tab .right-news .news-img {
    width: 100px !important;
}

.content-main .esfahan-tab .right-news .news-readmore {
    display: none !important;
}

.content-main .esfahan-tab .right-news .News_Titr {
    line-height: 24px;
    margin-top: 0;

}

.content-main .esfahan-tab .right-news .news-details {
    right: 30%;
}

.content-main .esfahan-tab .right-news .slides .slide-groups:first-child .item-row {
    display: block;
    box-shadow: -1px 7px 13px 4px rgb(231 233 238 / 53%);
    padding: 10px;

}

.content-main .esfahan-tab .right-news .slides .slide-groups:first-child .news-img {
    width: 100% !important;
}

.content-main .esfahan-tab .right-news .slides .slide-groups:first-child .news-img img {
    width: 100%;
    height: auto;
}

.content-main .esfahan-tab .right-news .slides .slide-groups:first-child .news-readmore {
    display: flex;
}

.content-main .esfahan-tab .right-news .slides .slide-groups:first-child .news-details {
    top: 65%;
    right: 10px;
}

.content-main .esfahan-tab .right-news .slides .slide-groups:first-child .News_Titr {
    margin-top: 50px;
    padding-right: 0;
}

.content-main .esfahan-tab .report-owl {
    margin-top: 50px;
}

.content-main .esfahan-tab .report-owl li {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.content-main .esfahan-tab .report-owl li img {
    height: 260px;
    object-fit: cover;
}

.content-main .esfahan-tab .report-owl li::before {
    content: "\f064";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    color: #000;
    z-index: 9;
    font-weight: 900;
    transform: rotate(-10deg);
    width: 70px;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -75px;
    border-radius: 44px;
    top: -60px;
    padding-top: 20px;
    padding-left: 20px;
    transition: 0.5s all;
}

.content-main .esfahan-tab .report-owl li:hover:before {
    left: -25px;
    top: -25px;
}

.content-main .esfahan-tab .report-owl li:hover .label_text {
    bottom: 0;
}

.content-main .esfahan-tab .report-owl .label_text {
    position: absolute;
    bottom: -80px;
    right: 0;
    transition: all 0.25s ease-in;
    width: 100%;
}

.content-main .esfahan-tab .report-owl .label_text p {
    color: #001c54;
    text-shadow: 0 0 0 rgba(0, 28, 84, 0.85);
    background: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.content-main .esfahan-tab .report-owl .owl-nav {
    position: static;
}

.content-main .esfahan-tab .report-owl .owl-prev,
.content-main .esfahan-tab .report-owl .owl-next {
    position: absolute;
    top: 43%;
    right: -15px;
}

.content-main .esfahan-tab .report-owl .owl-next {
    left: -15px;
    right: auto;
}

.content-main .esfahan-tab .news-tools {
    position: absolute;
    top: 25px;
    left: 0;
}

.content-main .esfahan-tab .news-tools a {
    font-weight: 500;
    color: var(--blue);
    display: flex;
    align-items: center;
}

.content-main .esfahan-tab .news-tools a i {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -3px 9px 18px 0px rgb(0 28 84 / 16%) !important;
    transition: .5s all;
    margin-right: 10px;
}

.content-main .esfahan-tab .news-tools a i:hover {
    background-color: var(--blue);
    color: #fff;
}

/*---------------------- /esfahan-tab panel ---------------------*/

/*---------------------- service-info ---------------------*/
.content-main .esfahan-services {
    margin-bottom: 30px;
}

.content-main .esfahan-services .iran-info {
    display: flex;
    align-items: center;
    background-color: var(--l-blue);
    justify-content: center;
}

.content-main .esfahan-services .iran-info h2 {
    margin: 10px;
    font-size: 22px;
}

.content-main .esfahan-services .service-info {
    padding-left: 50px;
}

.content-main .esfahan-services .esfahan-link a {
    width: 140px;
}

.content-main .esfahan-services .serv-imgs {
    display: flex;
    margin-top: 55px;
}

.content-main .esfahan-services .serv-imgs .serv-pic {
    width: 25%;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.content-main .esfahan-services .serv-imgs .serv-pic:hover i {
    margin-right: 20px;
}

.content-main .esfahan-services .serv-imgs .serv-pic::after {
    content: "";
    display: block;
    z-index: 1;
    width: 100%;
    height: 40%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top,
            rgba(0, 0, 0, 0),
            rgb(0 28 84 / 55%) 50%,
            rgb(0 28 84) 100%);
}

.content-main .esfahan-services .serv-imgs .serv-pic img {
    width: 100%;
    height: 100%;
}

.content-main .esfahan-services .serv-imgs .serv-pic a {
    position: absolute;
    width: 100%;
    right: 15px;
    bottom: 20px;
    z-index: 9;
    color: #fff;
}

.content-main .esfahan-services .serv-imgs .serv-pic a i {
    border-radius: 50%;
    border: 2px solid rgb(255 255 255 / 90%);
    padding: 11px 12px 11px 10px;
    width: 26px;
    height: 26px !important;
    display: inline-flex !important;
    justify-content: center;
    vertical-align: middle !important;
    align-items: center;
    margin-right: 10px;
    transition: 0.5s all;
}

/*---------------------- /service-info ---------------------*/


/*---------------------- main-news ---------------------*/

.content-main .main-news::before {
    display: none;
}

.content-main .main-news .module-header {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-main .main-news .module-header>span {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--l-blue);
}

.content-main .main-news .module-header h3 span {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.content-main .main-news .right-news {
    margin-top: 0;
}

.content-main .main-news .iran-info {
    text-align: center;
    background-color: var(--l-blue);
    padding: 10px;
}

.content-main .main-news .iran-info h2 {
    font-size: 22px;
}

.content-main .main-news .iran-info>.light-blue {
    justify-content: center;
}

.content-main .main-news .right-news .owl-item {
    padding: 0 !important;
}

.content-main .main-news .right-news .news-details {
    top: 56%;
}


.content-main .main-news .right-news .news-img img {
    height: 170px;
}

.content-main .main-news .right-news .news-introtext {
    display: flex;
    margin-top: 20px;
    color: #696969;
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    float: right;
    height: 50px;
    overflow: hidden;
}

.content-main .main-news .right-news .news-titr {
    width: 100%;
    float: right;
}

.content-main .main-news .right-news .news-info {
    height: auto;
    width: 100%;
    float: right;
}

.content-main .main-news .right-news .news-readmore {
    margin-top: 0px;
    font-weight: 400;
}


.content-main .main-news .owl-prev {
    margin-right: -10px;
}

.content-main .main-news .owl-next {
    margin-left: -10px;
}

/*---------------------- /main-news ---------------------*/



/*---------------------- roydad-main ---------------------*/

.content-main .main-roydad {
    background-color: #f2f5f6;
    padding-bottom: 80px;
}

.content-main .main-roydad .module-header {

    margin: 55px 0;
    background-color: var(--l-blue);
    padding: 10px;
}

.content-main .main-roydad .module-header h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}

.content-main .main-roydad .news-readmore,
.content-main .main-roydad .news-details {
    display: none;
}

.content-main .main-roydad .item-row {
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}

.content-main .main-roydad .item-row .news-info {
    width: 100%;
    float: right;
}

.content-main .main-roydad .item-row .news-img {
    width: 100%;
    float: right;
}

.content-main .main-roydad .item-row .news-img img {
    height: 227px;
}

.content-main .main-roydad .item-row .news-img .news-image {
    width: 100%;
}

.content-main .main-roydad .item-row:hover .News_Titr {
    color: var(--l-blue);
}

.content-main .main-roydad .item-row::before {
    content: "";
    display: block;
    width: 100%;
    height: 135px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background: -webkit-linear-gradient(top,
            rgb(255 255 255 / 4%) 3%,
            rgb(255 255 255 / 95%) 48%,
            rgb(255 255 255) 60%);
}

.content-main .main-roydad .News_Titr {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    position: relative;
    z-index: 99;
    margin-right: 20px;
    margin-bottom: 30px;
    transition: 0.5s all;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    padding: 5px 0;
}

.content-main .main-roydad .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    bottom: 40%;
    top: 46%;
}

/*---------------------- /roydad-main ---------------------*/


/*---------------------- media-main ---------------------g*/

.content-main .main-media {
    margin: 30px auto;
}

.content-main .main-media .section-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.content-main .main-media .section-title span {
    font-size: 19px;
    font-weight: 600;
}

.content-main .main-media .section-title .light-blue {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--l-blue);
}

.content-main .main-media .multimedia-box .row {
    margin: 0;
}

.content-main .main-media .multimedia-box .container {
    width: auto;
    padding: 0;
}

.content-main .main-media .multimedia-box .container>.row .col-lg-8 {
    display: none;
}

.content-main .main-media .multimedia-box .container>.row .col-lg-4 {
    padding: 0;
    width: 100%;
    margin-top: 40px;
}

.content-main .main-media .multimedia-box .container .row .col-lg-6.col-lg-6.col-md-6.col-sm-6.col-xs-6 {
    width: 100%;
    padding: 0;
}

.content-main .main-media .multimedia-box .multimedia-small-date {
    display: none;
}

.content-main .main-media .multimedia-box .multimedia-small {
    position: relative;
    overflow: hidden;
}

.content-main .main-media .multimedia-box .multimedia-small img {
    height: 195px;
}

.content-main .main-media .multimedia-box .multimedia-small .multimedia-small-icon {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 10px;
}

.content-main .main-media .multimedia-box .multimedia-small .nasim {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 90%;
    border-radius: 15px 0 0 0;
    background-image: -moz-linear-gradient(left,
            rgb(1 8 33 /44%),
            rgb(0 5 19 / 752%));
    margin-top: 4px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
    font-size: 14px;
    height: 75px;
    padding-right: 10px;
    transition: .5s all;
}

.content-main .main-media .multimedia-box .multimedia-small:hover .nasim {
    bottom: 0;
}

.content-main .main-media .multimedia-box .multimedia-small .nasim a {
    color: #fff;
}

.content-main .main-media .multimedia-box .owl-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: absolute;
    top: 45%;
}

.content-main .main-media .multimedia-box .owl-nav .owl-prev {
    margin-right: 8px;
}

.content-main .main-media .multimedia-box .owl-nav .owl-next {
    margin-left: -20px;
}

/*---------------------- /media-main ---------------------*/

/*---------------------- /media-main ---------------------*/
.content-main .inner-page .slides {
    margin-top: 50px;
}

.content-main .inner-page .slides .slide-groups {
    margin-top: 20px;
}

.content-main .inner-page .slides .slide-groups .news-item {
    padding: 20px;
    border-bottom-color: transparent !important;
    border-bottom-style: solid !important;
    background-color: rgb(204 204 204 / 20%);
    border-radius: 20px;
}

.content-main .inner-page .slides .slide-groups .item-row .news-img a {
    margin-left: 20px;
    border-left: 1px solid var(--gray-1);
    padding-left: 20px;
}

.content-main .inner-page .slides .slide-groups .item-row .news-img a img {
    border-radius: 20px;
}

.content-main .inner-page .slides .slide-groups .item-row .News_Titr {
    font-size: 18px;
    color: var(--blue);
    transition: 0.5s all;
}

.content-main .inner-page .slides .slide-groups .item-row .News_Titr:hover {
    color: var(--l-blue);
}

.content-main .inner-page .slides .slide-groups .news-details .news-date {
    color: var(--l-blue) !important;
    background-color: var(--white);
    padding: 6px;
    border-radius: 10px;
    font-size: 12px;
}

/*---------------------- /media-main ---------------------*/


/*---------------------- multimedia-box ---------------------*/

.content-main .tab-section .multimedia-box .container {
    padding: 0;
}
.content-main .tab-section .multimedia-box .container > .row {
    display: flex;
    justify-content: center;
}
.content-main .tab-section .multimedia-box .multimedia-small .multimedia-small-image .multimedia-small-icon {
    opacity: 0;
    visibility: hidden;
}

.content-main .tab-section .multimedia-box .multimedia-small-image::before {
    content: "";
    background-color: var(--BlackColor);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 999;
    transition: all 0.5s;
}

.content-main .tab-section .multimedia-box .multimedia-small:hover .multimedia-small-image::before {
    opacity: 0.6;
    transition: all 0.5s;
}

.content-main .tab-section .multimedia-box .multimedia-small .nasim a {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    z-index: 9;
    position: absolute;
    bottom: 11px;
    right: -99%;
    width: 38%;
    border-radius: 0 15px 15px 0;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 4px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
    font-size: 14px;
    height: 300px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .tab-section .multimedia-box .news-slider .owl-nav .owl-next {
    position: absolute;
    left: -4px;
    top: 38%;
}
.content-main .tab-section .multimedia-box .news-slider .owl-nav .owl-prev{
    position: absolute;
    right: -4px;
    top: 38%;
}
.content-main .tab-section .section-title.nasim {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.content-main .tab-section .multimedia-box .multimedia-small:hover .multimedia-small-icon {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    z-index: 999;
}

.content-main .tab-section .multimedia-box .multimedia-small .multimedia-small-image {
    position: relative;
}

.content-main .tab-section .multimedia-box .multimedia-small {
    display: flex;
    width: 100%;
    width: 100%;
  align-content: end;
  justify-content: end;
}

.content-main .tab-section .multimedia-box .multimedia-small>a {
    width: 60%;
}

.content-main .tab-section .multimedia-box .multimedia-large img {
    width: 100%;
    height: 500px;

}

.content-main .tab-section .multimedia-box .multimedia-small .multimedia-small-image {
    width: 100%;
    margin-bottom: 10px;
}

.content-main .tab-section .multimedia-box .multimedia-small .multimedia-small-image img {
    height: 300px;
    width: 100%;
}

.content-main .tab-section .multimedia-box .multimedia-small-box .col-lg-6 {
    width: 100%;
}

.content-main .tab-section .multimedia-box .multimedia-small .multimedia-small-image .multimedia-small-icon {
    position: absolute;
    top: 30%;
    right: 46%;
}

.content-main .tab-section .multimedia-box .multimedia-small .multimedia-small-image .multimedia-small-icon i {
    font-size: 35px;
    color: var(--white);
}

.content-main .tab-section .multimedia-box .multimedia-small-date {
    display: none;
}

.content-main .tab-section .multimedia-box .multimedia-large-content,
.content-main .tab-section .multimedia-box .multimedia-detail {
    display: none;
}

/*---------------------- multimedia-box ---------------------*/
/*---------------------- footer-main ---------------------*/

.footer-main {
    background-color: var(--blue);
    padding-top: 60px;
    position: relative;
    margin-top: 40px;
    width: 100%;
    float: right;
}

.footer-main .top-footer {

    padding: 40px 0;
}

.footer-main .top-footer .all-infos .footer-info p {
    text-align: justify;
    color: #eee;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.footer-main .top-footer .all-infos .footer-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.footer-main .top-footer .all-infos .footer-list .list-box h4 {
    font-weight: 500;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 15px;
}

.footer-main .top-footer .all-infos .footer-list .list-box ul {
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
}

.footer-main .top-footer .all-infos .footer-list .list-box ul li {
    margin-left: 30px;
}

.footer-main .top-footer .all-infos .footer-list .list-box ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: var(--l-blue);
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.footer-main .top-footer .all-infos .footer-list .list-box li a {
    color: #fff;
    font-size: 13px;
    transition: 0.5s all;
    line-height: 27px;
}

.footer-main .top-footer .all-infos .footer-list .list-box li a:hover {
    color: var(--l-blue);
}

.footer-main .top-footer .all-address .address-box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer-main .top-footer .all-address .address-box .address-info {
    color: rgba(255, 255, 255, 0.9);
}

.footer-main .top-footer .all-address .address-box .address-info a {
    display: flex;
    color: rgba(255, 255, 255, 0.9);
}

.footer-main .top-footer .all-address .address-box .address-info span {
    color: var(--l-blue);
    font-weight: 500;
    margin-bottom: 5px;
}

.footer-main .top-footer .all-address .address-box img {
    width: 35px;
}

.footer-main .top-footer .all-address .footer-list ul {
    display: flex;
}

.footer-main .top-footer .all-address .footer-list li a {
    color: #fbfbfb;
    display: flex;
    width: 35px;
    height: 35px;
    background: rgb(235 235 235 / 25%);
    border-radius: 100%;
    line-height: 1.8;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    font-size: 18px;
    transition: 0.5s all;
}

.footer-main .top-footer .all-address .footer-list li a:hover {
    background-color: var(--l-blue);
}

.footer-main .copy-main {
    border-top: 1px solid rgb(242 243 246 / 20%);
}

.footer-main .copy-main .copy-right {
    text-align: center;
    color: rgb(243 244 247 / 72%);
    padding: 10px 0;
    font-size: 12px;
}
.caption {
    width: 100%;
}

.GalleryLikes {
    display: none;
}
.caption h4 {
    text-align: center !important;
}
.lightImagegallery ul li {
    min-height: 240px !important; 
}
.lastet-video .list-namahang .namahang-style .img-namahang::before {
    font-family: "Font Awesome 5 Free" !important;
}
.caption p {
    text-align: center !important;
}
/*---------------------- /footer-main ---------------------*/
/*---------------------- /index ---------------------*/