/*---------------------- Public Style ---------------------*/

.topbar {
    display: none;
}

.news-details i {
    display: none;
}

.clear-fix {
    clear: both;
}

body {
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    direction: rtl;
}

section {
    width: 100%;
    float: right;
}

* {
    font-family: IRANSans, Open_Sans;
    outline: medium none !important;
    text-decoration: none !important;
}

.pd-0 {
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

ul {
    list-style: none;
}

@keyframes bell {
    from {
        transform: rotate(15deg);
    }
    to {
        transform: rotate(-15deg);
    }
}

@keyframes bounce {
    0% {
        top: 0;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-in;
    }
    40% {}
    50% {
        top: 20px;
        transform: rotate(15deg);
        -webkit-animation-timing-function: ease-out;
    }
    55% {
        top: 30px;
        transform: rotate(30deg);
        -webkit-animation-timing-function: ease-in;
    }
    65% {
        top: 10px;
        transform: rotate(45deg);
        -webkit-animation-timing-function: ease-out;
    }
    95% {
        top: 0;
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        top: 0;
        transform: rotate(0deg);
        -webkit-animation-timing-function: ease-in;
    }
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header ---------------------*/

.header-main {
    position: relative;
}

.row {
    margin: 0;
}

.header-main::before {
    content: "\e903";
    font-family: 'icomoon' !important;
    color: #fff;
    position: absolute;
    font-size: 185px;
    top: -55px;
    right: -18px;
    opacity: .05;
}

.header-main .top-header {
    padding: 10px 0;
    background-color: #263238;
}

.header-main .top-header .container {
    display: flex;
    align-items: center;
}

.header-main .top-header .main-info {
    display: flex;
    align-items: center;
}

.header-main .top-header .main-logo img {
    width: 45px;
}

.header-main .top-header .expaln-name {
    margin-right: 10px;
}

.header-main .top-header .expaln-name h1 {
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.header-main .top-header .expaln-name h2 {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.header-main .top-header .news-ticker {
    display: flex;
    align-items: center;
}

.header-main .top-header .news-ticker .icon-bell {
    color: #fff;
    background-color: #37474f;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-left: 10px;
    font-size: 18px;
    animation-name: bell;
    animation-iteration-count: infinite;
    animation-duration: .5s;
    animation-timing-function: linear;
    animation-direction: alternate;
}

.header-main .top-header .news-ticker .ticker-date a {
    color: #fff;
    font-size: 12px;
}

.header-main .social-media .social-box .social-list {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.header-main .social-media .social-box .social-list li a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #37474f;
    border-radius: 50%;
    margin-right: 5px;
    transition: .5s all;
}

.header-main .social-media .social-box .social-list li:hover a {
    background-color: #f54a16;
}

.header-main .social-media .social-box .social-list li a {
    color: #fff;
}

.header-main .social-media .social-box .social-list li a i {
    font-size: 16px;
}

.header-main .main-menu {
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.header-main .main-menu .menu-col {
    display: flex;
    justify-content: center;
}

.header-main .main-menu .navbar-nav {
    float: right;
    padding: 0;
}

.header-main .main-menu .navbar-nav>li {
    float: right;
}

.header-main .main-menu .navbar-nav>li>a {
    padding: 10px 15px;
    color: #263238;
    font-weight: 500;
    font-size: 12px;
}

.header-main .main-menu .smartmenu-div {
    width: 100%;
}

.header-main .main-menu .navbar {
    min-height: auto;
    border: none;
    margin: 0;
}

.header-main .main-menu .caret {
    border: none;
    position: relative;
    font-weight: normal;
}

.header-main .main-menu .caret::before {
    content: "\e901";
    display: inline-block;
    font-family: 'icomoon' !important;
    font-size: 8px;
    position: absolute;
    top: -10px;
    right: 5px;
    transition: .5s all;
}

.header-main .main-menu .dropdown:hover .caret::before {
    transform: rotate(180deg);
    color: #f54a16;
}

.header-main .main-menu .dropdown-menu {
    left: auto;
    right: 0;
    text-align: right;
    box-shadow: 0 0px 14px 8px rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #f54a16;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    padding: 0;
}

.header-main .main-menu .dropdown-submenu .dropdown-menu {
    right: 100%;
    top: -3px;
}

.header-main .main-menu .dropdown-menu li {
    border-bottom: 1px solid #eee;
    padding: 0;
    min-width: 250px;
    transition: .5s all;
    position: relative;
}

.header-main .main-menu .dropdown-menu li:hover::before {
    opacity: 1;
}

.header-main .main-menu .dropdown-menu li::before {
    content: "\e903";
    display: inline-block;
    font-family: 'icomoon' !important;
    font-size: 8px;
    position: absolute;
    top: 8px;
    right: 5px;
    transition: .5s all;
    font-size: 14px;
    color: #f54a16;
    opacity: 0;
}

.header-main .main-menu .dropdown-menu>li>a {
    padding: 10px;
    transition: all 0.4s;
}

.header-main .main-menu .dropdown-menu li>a:hover {
    padding-right: 25px;
}

.header-main .main-menu .dropdown-menu li:last-child {
    border: none;
}

.header-main .main-menu .nav>li>a:focus, .header-main .main-menu .nav>li>a:hover {
    background: transparent;
}

.header-main .main-menu .dropdown-menu>li>a:focus, .header-main .main-menu .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.header-main .main-menu .dropdown-submenu>a {
    position: relative;
}

.header-main .main-menu .dropdown-submenu>a::after {
    content: "\e901";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 10px;
    top: 14px;
    font-size: 8px;
    transform: rotate(90deg);
}

.header-main .main-menu .dropdown-menu li>a:hover+.dropdown-menu, .header-main .main-menu .dropdown-menu li>a+.dropdown-menu:hover {
    display: block;
}

.header-main .main-menu .dropdown-submenu .dropdown-menu {
    right: 98%;
    top: -3px;
}

/*---------------------- /Header ---------------------*/

/*---------------------- Slider & Banner ---------------------*/


.content-main .slaider-main {
    margin-top: 25px;
}

.content-main .slaider-main .row {
    display: flex;
}

.content-main .slaider-main .make-pad {
    padding: 0 0 0 15px;
}

.content-main .slaider-main .banner-img {
    height: 100%;
}

.content-main .slaider-main .banner-img img {
    width: 100%;
    height: 365px;
}

.content-main .slaider-main .slider-img::before {
    background: -moz-linear-gradient( 270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.8) 90%, rgba(35, 31, 32, 0.8) 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0%, rgba(35, 31, 32, 0)), color-stop(90%, rgba(35, 31, 32, 0.8)), color-stop(100%, rgba(35, 31, 32, 0.8)));
    background: -webkit-linear-gradient( 270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.8) 90%, rgba(35, 31, 32, 0.8) 100%);
    background: -o-linear-gradient( 270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.8) 90%, rgba(35, 31, 32, 0.8) 100%);
    background: -ms-linear-gradient( 270deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.8) 90%, rgba(35, 31, 32, 0.8) 100%);
    background: linear-gradient( 180deg, rgba(35, 31, 32, 0) 0%, rgba(35, 31, 32, 0.8) 90%, rgba(35, 31, 32, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006d5c', endColorstr='#006d5c', GradientType=0);
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    z-index: 9;
}

.content-main .slaider-main .slick-vertical .slick-slide {
    background-color: #263238;
    padding: 15px 15px 0 15px;
    height: 122px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    cursor: pointer;
}

.content-main .slaider-main .thumb-boxes p {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 15px 0;
    margin: 0;
    position: relative;
}

.content-main .slaider-main .thumb-boxes span {
    color: rgba(255, 255, 255, .3);
    font-size: 10px;
}

.content-main .slaider-main .slick-current.slick-active.thumb-boxes {
    background-color: #f54a16;
}

.content-main .slaider-main .slick-current.slick-active.thumb-boxes p::before {
    border: none;
}

.content-main .slaider-main .item-row, .content-main .slaider-main .news-item {
    position: relative;
    height: 100%;
    display: inline-block;
}

.content-main .slaider-main .item-row .gallery-info {
    position: absolute;
    bottom: 70px;
    padding: 0 40px 0 15px;
}

.content-main .slaider-main .item-row .gallery-info a {
    color: #fff;
    line-height: 2;
}

.content-main .slaider-main .item-row .gallery-info a h3 {
    line-height: 1.2;
    font-size: 26px;
    position: relative;
    z-index: 99;
}

.content-main .slaider-main .item-row img {
    width: 100%;
}

.content-main .slaider-main .news-image {
    width: 100%;
}

.content-main .slaider-main .news-details {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    bottom: 20px;
    right: 40px;
    align-items: center;
}

.content-main .slaider-main .news-details .news-date {
    color: rgba(255, 255, 255, .8);
    font-size: 12px;
    position: relative;
    z-index: 99;
}

.content-main .slaider-main .news-details .ip-news {
    background: #f54a16;
    width: 80px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #fff;
    margin-left: 15px;
    font-size: 16px;
    position: relative;
    z-index: 99;
}

/*---------------------- /Slider & Banner ---------------------*/

/*---------------------- Services ---------------------*/

.content-main .services .services-box {
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 30px 0;
}

.content-main .services .services-box .service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #e3e3e3;
    width: 20%;
}

.content-main .services .services-box .service-item:hover .service-icon {
    background-color: #37474f;
}

.content-main .services .services-box .service-item:hover .service-icon img {
    filter: brightness(0) invert(1);
    transform: scale(.8);
}

.content-main .services .services-box .service-item:hover .service-info a {
    color: #f54a16;
}

.content-main .services .services-box .service-item .all-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.content-main .services .services-box .service-item:last-child {
    border: none;
}

.content-main .services .services-box .service-item .service-icon {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(55, 71, 79, 0.05);
    border-radius: 50%;
    transition: .5s all;
}

.content-main .services .services-box .service-item .service-icon a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .services .services-box .service-item .service-icon img {
    width: 70px;
    height: 70px;
    transition: .5s all;
}

.content-main .services .services-box .service-item .service-info a {
    color: #37474f;
    transition: .5s all;
}

.content-main .services .services-box .service-item .service-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

/*---------------------- /Services ---------------------*/

/*---------------------- Last_News ---------------------*/

.content-main .last-news {
    margin-top: 25px;
}

.content-main .last-news .news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #263238;
    color: #fff;
    padding: 10px 15px;
    position: relative;
}

.content-main .last-news .news-head::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #f54a16;
    position: absolute;
    right: 0;
}

.content-main .last-news .news-head h2 {
    font-size: 14px;
    font-weight: bold;
}

.content-main .last-news .flexslider {
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.content-main .last-news .make-margin .slick-slide {
    margin: 0 25px;
}

.content-main .last-news .news-img a, .content-main .last-news .news-img img {
    width: 100%;
    display: inline-block;
    object-fit: cover;
    height: 100%;
}

.content-main .last-news .PinNews .news-titr h3 {
    color: #333 !important;
}

.content-main .last-news .PinNews .news-introtext {
    color: #607d8b !important;
}

.content-main .PinNews {
    background-color: #dedede !important;
}

.content-main .last-news .news-img .news-image {
    position: relative;
}

.content-main .last-news .news-img .news-image::before {
    content: '';
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    background-color: rgba(245, 74, 22, .5);
    display: inline-block;
    border-radius: 30% 30% 0 0;
    transition: .5s all;
    opacity: 0;
}

.content-main .last-news .news-item:hover .news-image::before {
    height: 100%;
    border-radius: 0;
    opacity: 1;
}

.content-main .last-news .news-item .news-image::after {
    content: "\e903";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65px;
    color: rgba(255, 255, 255, .5);
    font-size: 60px;
    opacity: 0;
    transition: .5s all;
}

.content-main .last-news .news-item:hover .news-image::after {
    opacity: 1;
    top: 55px;
}

.content-main .last-news .news-titr h3 {
    font-size: 18px;
    font-weight: bold;
    color: #263238;
    margin: 40px 0 15px 0;
    height: 50px;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    line-height: 1.5;
    transition: .5s all;
}

.content-main .last-news .news-item:hover .news-titr h3 {
    color: #f54a16;
}

.content-main .last-news .slides {
    margin-top: 25px;
}

.content-main .last-news .news-introtext {
    height: 110px;
    display: inline-block;
    text-align: justify;
    overflow: hidden;
    color: #607d8b;
}

.content-main .last-news .item-row {
    position: relative;
    display: flex;
    flex-direction: column;
}

.content-main .last-news .item-row .news-img {
    height: 243px;
    overflow: hidden;
}

.content-main .last-news .item-row .gallery-info {
    padding: 0 10px;
}

.content-main .last-news .news-details {
    position: absolute;
    top: 55%;
    right: 10px;
}

.content-main .last-news .news-details .news-date {
    color: #f54a16;
    font-size: 12px;
}

.content-main .last-news .ontitle-prev {
    right: 40px;
    transform: rotate(-90deg);
}

.content-main .last-news .ontitle-next {
    left: 40px;
    transform: rotate(90deg);
}

.content-main .last-news .ontitle-prev, .content-main .last-news .ontitle-next {
    position: absolute;
    top: 75px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    transition: .5s all;
    cursor: pointer;
}

.content-main .last-news .ontitle-prev:hover {
    right: 30px;
}

.content-main .last-news .ontitle-next:hover {
    left: 30px;
}

.content-main .last-news .ontitle-prev:hover, .content-main .last-news .ontitle-next:hover {
    background-color: #fff;
    color: #f54a16;
}

.content-main .last-news .gallery-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #37474f;
    color: #fff;
    padding: 10px 15px;
    position: relative;
}

.content-main .last-news .gallery-head::before {
    content: '';
    width: 5px;
    height: 100%;
    background-color: #f54a16;
    position: absolute;
    right: 0;
}

.content-main .last-news .gallery-head h2 {
    font-size: 14px;
    font-weight: bold;
}

.content-main .last-news .gallery-report {
    background-color: #fff;
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.content-main .last-news .gallery-report .report-box {
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.content-main .last-news .gallery-report .report-box img {
    width: 100%;
    padding: 0 15px;
    margin-top: 10px;
}

.content-main .last-news .gallery-report .report-box h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 15px;
    line-height: 1.5;
}

.content-main .last-news .all-gallery {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.content-main .last-news .all-gallery .advertise-banner {
    background-color: #fff;
    margin-top: 10px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.content-main .last-news .all-gallery .advertise-banner::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #f54a16;
    position: absolute;
    top: 0;
}

.content-main .last-news .all-gallery .advertise-banner::after {
    content: "\e903";
    font-family: 'icomoon' !important;
    color: rgba(0, 0, 0, .02);
    position: absolute;
    font-size: 110px;
    top: -25px;
    left: -35px;
}

.content-main .last-news .all-gallery .advertise-banner p {
    color: #607d8b;
    font-size: 22px;
    font-weight: bold;
}

.content-main .last-news .all-gallery .advertise-banner span {
    color: #607d8b;
    font-size: 16px;
}

.content-main .last-news .all-gallery .slick-dotted.slick-slider {
    margin: 0;
}

.content-main .last-news .all-gallery table {
    background-color: #fff;
}

.content-main .last-news .all-gallery .panelhead {
    display: none;
}

.content-main .last-news .all-gallery .panelbody {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    height: 335px;
}

.content-main .last-news .all-gallery .box_skitterGallery .container_skitter {
    height: 260px !important;
    margin: 0 !important;
    width: 100% !important;
    overflow: visible;
}

.content-main .last-news .all-gallery .box_skitterGallery .label_skitter p {
    bottom: -60px;
    font-size: 16px;
    text-align: center;
    left: -10px;
    padding: 0 15px;
    line-height: 1.5;
    color: #000;
    font-family: iransans;
    font-weight: 500;
}

.content-main .last-news .all-gallery .box_skitterGallery .info_slide_dots {
    left: 15px !important;
}

.content-main .last-news .all-gallery .box_skitterGallery .info_slide_dots .image_number {
    background-color: #f4f4f4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    display: none;
}

.content-main .last-news .all-gallery .box_skitterGallery .box_clone {
    width: 100% !important;
}

.content-main .last-news .all-gallery .box_skitterGallery .info_slide_dots .image_number_select {
    background-color: #f54a16 !important;
}

.content-main .last-news .all-gallery .box_skitterGallery img {
    width: 100%;
    height: 260px;
}

.content-main .last-news .all-gallery .box_skitterGallery .archive {
    left: 15px;
    top: -53px;
    background-color: #f54a16;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 25px;
    height: 22px;
}

.content-main .last-news .all-gallery .box_skitterGallery .archive a {
    color: #fff;
}

.content-main .last-news .all-gallery .box_skitterGallery {
    margin: 0 !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
    padding: 0 15px;
}

.content-main .last-news .news-tools span {
    position: absolute;
    top: 7px;
    left: 30px;
    background-color: #f54a16;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 25px;
}

.content-main .last-news .news-tools span a {
    color: #fff;
}

/*---------------------- /Last_News ---------------------*/

/*---------------------- Media-Inter ---------------------*/

.content-main .media-inter .inter-all {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.content-main .media-inter .inter-all::before {
    content: "\e903";
    font-family: 'icomoon' !important;
    color: rgba(0, 0, 0, .02);
    position: absolute;
    font-size: 340px;
    top: -145px;
    right: -110px;
}

.content-main .media-inter .inter-all .inter-head {
    text-align: center;
}

.content-main .media-inter .inter-all .inter-head h3 {
    font-weight: bold;
    font-size: 28px;
}

.content-main .media-inter .inter-all .inter-head span {
    color: #f54a16;
}

.content-main .media-inter .inter-all .inter-form {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-main .media-inter .inter-all .inter-form p {
    text-align: center;
    color: #607d8b;
    line-height: 2;
    font-size: 22px;
    padding: 0 10px;
    font-weight: bold;
}

.content-main .media-inter .inter-all .inter-form p span {
    color: #f54a16;
    font-weight: bold;
}

.content-main .media-inter .inter-all .inter-form .form-box {
    position: relative;
    width: 85%;
    margin-top: 25px;
}

.content-main .media-inter .inter-all .inter-form .form-box input {
    width: 100%;
    height: 50px;
    padding-right: 15px;
    border: none;
    border-radius: 30px;
    background-color: #f4f4f4;
}

.content-main .media-inter .inter-all .inter-form .form-box a {
    position: absolute;
    width: 145px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: -15px;
    top: 0px;
    background: #f54a16;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: .5s all;
}

.content-main .media-inter .inter-all .inter-form .form-box a:hover {
    left: 0px;
}

.content-main .media-inter .logos {
    background-color: #fff;
    display: flex;
    width: 100%;
    margin-top: 25px;
    float: left;
    padding: 15px 0;
    box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.08);
}

.content-main .media-inter .logos .logos-img {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .media-inter .logos .logos-img a {
    transition: .5s all;
}

.content-main .media-inter .logos .logos-img a:hover {
    transform: scale(1.2);
}

.content-main .media-inter .logos .logos-img img {
    width: auto;
}

.content-main .media-inter .media-in .col-lg-8 {
    display: none;
}

.content-main .media-inter .media-in .row {
    margin: 0;
    overflow: hidden;
}

.content-main .media-inter .multimedia-small {
    background-color: #263238;
    position: relative;
}

.content-main .media-inter .learn-vid {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #263238;
    padding-top: 13px;
}

.content-main .media-inter .learn-vid::before {
    content: '';
    width: 120px;
    height: 5px;
    background-color: #f54a16;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.content-main .media-inter .multimedia-small .nasim {
    text-align: center;
    height: 70px;
}

.content-main .media-inter .multimedia-small .nasim a {
    color: #fff;
    font-size: 18px;
}

.content-main .media-inter .multimedia-small .multimedia-small-image {
    position: relative;
    padding: 20px 15px 10px 15px;
}

.content-main .media-inter .multimedia-small .multimedia-small-image .multimedia-small-icon {
    position: absolute;
    top: 30px;
    left: 25px;
    text-align: center;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f54a16;
    color: #fff;
    border-radius: 50%;
}

.content-main .media-inter .multimedia-small .multimedia-small-image img {
    width: 100%;
    height: 210px;
}

.slick-dots li button::before {
    display: none;
}

.content-main .media-inter .multimedia-small .multimedia-small-date {
    color: #fff;
    position: absolute;
    bottom: 90px;
    right: 15px;
    background-color: rgba(0, 0, 0, .3);
    height: 40px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

.content-main .media-inter .multimedia-small .multimedia-small-date i {
    font-size: 22px;
    margin-left: 10px;
}

.content-main .media-inter .slick-dots {
    position: absolute;
    bottom: 5px;
    text-align: left;
    right: -20px;
}

.content-main .media-inter li.slick-active {
    background-color: #f54a16 !important;
}

.content-main .media-inter .slick-dots li {
    background-color: #f4f4f4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/*---------------------- /Media-Inter ---------------------*/

/*---------------------- Footer ---------------------*/

.footer-main {
    background-color: #263238;
    margin-top: 25px;
    padding: 15px 0;
    border-top: 7px solid #f54a16;
    position: relative;
    overflow: hidden;
    display: block !important;
}

.footer-main::before {
    content: "\e903";
    font-family: 'icomoon' !important;
    color: rgba(255, 255, 255, .02);
    position: absolute;
    font-size: 250px;
    top: -80px;
    left: -40px;
}

.footer-main .container {
    display: flex;
    align-items: center;
}

.footer-main .foter-right {
    display: flex;
    align-items: center;
}

.footer-main .foter-right .footer-info {
    margin-right: 15px;
}

.footer-main .foter-right .footer-info p {
    color: #fff;
}

.footer-main .foter-right .footer-info ul {
    display: flex;
    padding: 0;
}

.footer-main .foter-right .footer-info ul li a {
    color: #fff;
    margin-left: 10px;
    transition: .5s all;
}

.footer-main .foter-right .footer-info ul li a:hover {
    color: #f54a16;
}

.footer-main .foter-right .e-namad {
    background-color: #fff;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.footer-main .footer-left {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

.footer-main .footer-left .footer-icon i {
    color: #f54a16;
    font-size: 45px;
    animation: bounce 1s;
    transform: translateY(0px);
    animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
}

.footer-main .footer-left .copy-right {
    color: #fff;
    margin-left: 15px;
}

.footer-main .footer-left .copy-right p {
    margin-bottom: 5px;
}

.footer-main .footer-left .copy-right span {
    width: 100%;
    display: inline-block;
    text-align: left;
}

.footer-main .footer-left .copy-right a {
    color: #fff;
}

/*---------------------- /Footer ---------------------*/

.header-main .top-header .search-main {
    position: fixed;
    background-color: #37474f;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999999;
    padding: 20px 60px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    height: 90px;
}

.header-main .top-header .search-main.view {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header-main .top-header .search-main .close-search {
    position: absolute;
    left: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    background-color: #263238;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
    border-radius: 50%;
}

.header-main .top-header .search-main .close-search span {
    color: #fff;
    font-size: 30px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.header-main .top-header .search-main .close-search>.icon-play {
    position: relative;
    color: #fff;
    transition: all 0.3s;
}

.header-main .top-header .search-main .close-search:hover>.icon-play {
    color: #3d528b;
}

.header-main .top-header .search-main .close-search:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f54a16;
    position: absolute;
    top: 40%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s;
    z-index: -1;
}

.header-main .top-header .search-main .close-search:hover:before {
    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.header-main .top-header .search-main .input-group {
    direction: ltr;
    width: 100%;
}

.header-main .top-header .search-main .input-group-addon {
    background-color: transparent;
    border: none;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: -40px;
    width: 50px;
    cursor: pointer;
    z-index: 99;
    top: -3px;
}

.header-main .top-header .search-main .form-control {
    background-color: transparent;
    border: none;
    direction: rtl;
    font-size: 18px;
    box-shadow: none;
    padding-right: 20px;
    color: #fff;
}

.header-main .main-menu .search-main .form-control::placeholder {
    color: #fff;
    opacity: 0.5;
}
/*---------------------- Tab Site ---------------------*/

 .tab-site {
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 0;
    margin: 40px 0;
   position: relative;
    z-index: 9999;
}

 .tab-site .nav-tabs {
    position: relative;
    padding: 0;
    border: none;
    display: flex;
    justify-content: center;
}

.tab-site .nav-tabs::before {
    content: "";
    background-color: #e5e5e5;
    height: 1px;
    position: absolute;
    top: 54px;
    right: 0;
    left: 0;
    width: 100%;
}

.tab-site .nav-tabs >li {
    margin: 0 8px;
   float: right;
}

 .tab-site .nav-tabs >li .ic-tab {
    width: 30px;
    display: block;
    margin: 0 auto;
}

 .tab-site .nav-tabs >li .ic-tab path {
    fill: #000;
    opacity: 0.2;
    transition: all 0.5s;
}

.tab-site .nav-tabs >li.active .ic-tab path, .content-main .tab-site .nav-tabs >li.active:hover .ic-tab path {
    fill: #2a458d;
    opacity: 1;
}

 .tab-site .nav-tabs >li:hover .ic-tab path {
    fill: #029be9;
    opacity: 1;
}

 .tab-site .nav-tabs >li >a {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

 .tab-site .nav-tabs >li .txt-tab {
    display: inline-block;
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 200px;
    border: 1px solid #ddd;
    color: #999;
    width: 160px;
    margin-top: 5px;
    transition: all 0.5s;
}

 .tab-site .nav-tabs >li.active .txt-tab, .content-main .tab-site .nav-tabs >li.active:hover .txt-tab {
    background-color: #f54a16;
    border-color: #f54a16;
    color: #fff;
}

 .tab-site .nav-tabs >li:hover .txt-tab {
    background-color: #029be9;
    border-color: #029be9;
    color: #fff;
}

 .tab-site .tab-content .empty {
    text-align: center;
    margin-top: 40px;
}

 .tab-site .tab-content .empty h3 {
    margin: 0;
}

 .tab-site .list-news {
    margin-top: 30px;
   padding: 0 30px;
}

 .tab-site .item-news .info-news {
    width: 100%;
   margin-top: 60px;
}

 .tab-site .item-news h3  {
    display: block;
    
    overflow: hidden;
    text-overflow: ellipsis;
   font-size: 18px;
}

 .tab-site .item-news {
    float: right;
    width: 50%;
    position: relative;
    left: 0;
    right: 0;
}
.tab-site .PinNews {

}

 .tab-site .archive-box {
    text-align: center;
    margin-top: 20px;
}
 .tab-site .archive-box span{
    float: none !important;
}

 .tab-site .btn-archive{
    display: inline-block;
    background-color: #fff;
    padding: 10px 40px;
    border-radius: 200px;
    border: 1px solid #e5e5e5;
    color: #029be9;
    font-weight: 500;
    transition: all 0.5s;
}
.tab-site .btn-archive span a{
   
    color: #fff !important;
   
}

.tab-site .archive-box .btn-archive:hover {
    background-color: #029be9;
    color: #fff;
    padding: 10px 50px;
}
/*---------------------- News Site ---------------------*/
.content-main .news-site {
    position: relative;
   z-index: 999;
}
.content-main .news-site>.container {
    position: relative;
}

.content-main .news-site .title-section {
    position: relative;
    text-align: center;
}

.content-main .news-site .title-section::before, .content-main .news-site .title-section::after {
    content: "";
    width: 43.5%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 37px;
}

.content-main .news-site .title-section::before {
    right: 0;
}

.content-main .news-site .title-section::after {
    left: 0;
}

.content-main .news-site .title-section .title-text {
    display: inline-block;
    background-color: #f6f6f6;
    padding: 8px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 200px;
    font-size: 16px;
    font-weight: bold;
    color: #029be9;
}

.content-main .news-site .btn-archive {
    position: absolute;
    left: -15px;
    top: 35px;
    background-color: #029be9;
    writing-mode: sideways-lr;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    padding: 20px 3px;
    border-radius: 100px;
    transition: all 0.5s;
}
.content-main .news-site .btn-archive a{
   
    color: #fff;
   
}
.content-main .news-site .btn-archive span{
   
    padding:0 ! important;
   
}

.content-main .news-site .btn-archive:hover {
    background-color: #131313;
}

.content-main .news-site .item-news, .content-main .tab-site .item-news > div{
    display: flex;
    align-items: center;
    margin: 8px 0;
}

.content-main .news-site .item-news .info-news {
    width: 100%;
    font-size: 14px !important;
    z-index: 999;
    position: relative;
   top: 60px;
}
.content-main .news-site .item-news .info-news h3{
   
    font-size: 18px ;
   
}

.content-main .news-site .item-news .img-news {
    position: relative;
    float: right;
    width: 160px;
    height: 160px;
    border-radius: 100%;
    border: 2px solid #eee;
    overflow: hidden;
    margin: 15px;
    transition: all 0.5s;
}
.content-main .item-news .img-news {
    position: relative;
    float: right;   
    border-radius: 100%;
    border: 2px solid #eee;
    overflow: hidden;
    margin: 15px;
    transition: all 0.5s;
}
.content-main .news-site .item-news:hover .img-news {
    margin-left: 20px;
}

.content-main .news-site .item-news .img-news::before, .content-main .item-news .img-news::before {
    content: "";
    background-color: #029be9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    opacity: 0;
    z-index: 10;
    transition: all 0.5s;
}

.content-main .news-site .item-news:hover .img-news::before, .content-main .item-news:hover .img-news::before,
{
    opacity: 0.8;
}

.content-main .news-site .item-news .img-news>img, .content-main .item-news .img-news>img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.content-main .sec-orange .item-news:hover .img-news>img, .content-main  .item-news:hover .img-news>img {
    filter: grayscale(1);
}

.content-main .sec-orange .item-news .img-news::after, .content-main  .item-news .img-news::after {
    content: "\f06e";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;
    color: #fff;
    opacity: 0;
    z-index: 20;
    transition: all 0.5s;
}

.content-main .sec-orange .item-news:hover .img-news::after, .content-main  .item-news:hover .img-news::after {
    font-size: 30px;
    opacity: 1;
}


  .item-news .date-news {
    font-size: 12px;
    color: #bbb;
    float: right !important;
    top: 25px;
    position: absolute;
    right: 190px;
}
/*---------------------- /Tab Site ---------------------*/
.GalleryLikes {
    display: none;
}
.SubGroupDiv p{
    display: none;
}