/*

  Author Css: Amin Heydarzadeh
    
    ---------------- Info ----------------
    
    Date Created:   1401/07/01
    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: #000;
}

* {
    font-family: IRANSans;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

svg {
    width: 100%;
    height: auto;
}


.pd-0 {
    padding: 0;
}

.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;
}

.affix {
    position: fixed !important;
    top: 0;
    background: #fff !important;
    width: 100%;
    right: 0;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
    opacity: 1;
    transition: 0.4s cubic-bezier(.54, .54, 1, 1) all;
    z-index: 99999999;
    margin: 0 !important;
    padding: 10px 0;
}

.topbar {
    display: none !important;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0000003b;
    display: none;
}

.show-overlay {
    display: flex !important;
}

a:hover {
    color: #2388d8;
}

.navbar-brand {
    display: none;
}

:root {
    --blue: #002049;
    --light-blue: #1976d2;
}

.module-header {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.module-header h3 {
    text-align: center;
    color: #49537c;
    font-size: 16px;
    position: relative;
}

.module-header h3::before {
    content: "";
    width: 60%;
    height: 1px;
    background-color: rgba(25, 118, 210, 0.7);
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;

}

.module-header h3 span {
    background-color: #fff;
    position: relative;
    z-index: 99;
    padding: 0 20px;
}

.pub-arrow {
    width: 40px;
    height: 40px;
    background-image: url("../images/site/arrow.svg");
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 9;
}

.pub-arrow.blue {
    background-image: url("../images/site/arrow-blue.svg");
}

.pub-arrow.inside {
    background-color: #fff;
    border-radius: 50%;
    background-size: 30px;
    background-position: center;
    top: 45%;
}

.pub-arrow.pubLeft-next.inside {
    left: -20px;
}

.pub-arrow.pubRight-prev.inside {
    right: -20px;
}

.pub-arrow.pubRight-prev {
    right: -30px;
    transform: rotate(180deg);
}

.pub-arrow.pubLeft-next {
    left: -30px;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header-Main ---------------------*/
.header-main {
    position: relative;
    margin-bottom: 70px;
}

.header-main::before {
    content: "";
    width: 35%;
    height: 220px;
    background-image: url("../images/site/under-header.svg");
    background-repeat: no-repeat;
    background-position: center;
    top: 100%;
    background-size: contain;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: .1;

}

.header-main .main-menu {
    margin-top: 20px;
}

.header-main .main-menu .nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-main .main-menu .nav-box .navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: auto;
    margin: 0;
}

.header-main .main-menu .nav-box .navbar-default .container-fluid,
.header-main .main-menu .nav-box .navbar-default .smartmenu-div {
    width: 100%;
    padding: 0;
}

.header-main .main-menu .nav-box .navbar-default .navbar-collapse {
    padding: 0;
    border: none;
    margin: 0;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav {
    padding: 0;
    margin: 0;
    float: right;
    width: 100%;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav>li {
    float: right;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav>li>a {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    transition: .5s all;
    position: relative;
    z-index: 999;
    margin: 5px;
    padding: 10px;
}



.header-main .main-menu .nav-box .navbar-default .navbar-nav>li>a:hover.accord-all {

    background-color: var(--light-blue);
    border-radius: 10px;
    color: #fff !important;
    border: none;
    transition: all 0.3s;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav>.hamayesh {

    background-color: var(--light-blue);
    border-radius: 10px;
    color: #fff !important;
    border: none;
    transition: all 0.3s;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav>.hamayesh a {
    color: #fff;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav>li>a::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    transition: .5s all;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav>li>a:hover::before {
    width: 50%;
}

.header-main .main-menu .nav-box .lang-box a {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--blue);
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    transition: .5s all;
}

.header-main .main-menu .nav-box .lang-box a:hover {
    background-color: var(--light-blue);
}

.header-main .main-menu .nav-box .midlle-link a {
    font-size: 18px;
    color: var(--blue);
}

.header-main .main-menu .nav-box .navbar-default .navbar-toggle:focus,
.header-main .main-menu .nav-box.navbar-default .navbar-toggle:hover {
    background-color: transparent !important;
}

.header-main .header-bg {
    margin-top: 20px;
    position: relative;
}

.header-main .header-bg .logo-box {
    position: relative;
}

.header-main .header-bg .logo-box::before {
    content: "";
    width: 30%;
    height: 100%;
    background-image: url("../images/site/ark.svg");
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    opacity: 0.4;
    bottom: -15px;
}

.header-main .header-bg .logo-box::after {
    content: "";
    width: 30%;
    height: 100%;
    background-image: url("../images/site/elgoli.svg");
    z-index: 9;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -75px;
    opacity: 0.4;
    bottom: -55px;
}

.header-main .header-bg .logo-box .logo-img {
    background-image: linear-gradient(92deg, #346ccd 9%, #2b60c2 44%, #123986 74%, #002049 107%);
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    overflow: hidden;
}

.header-main .header-bg .logo-box .logo-img::before {
    content: "";
    height: 250px;
    width: 40%;
    background-image: url("../images/site/logo-box.svg");
    position: absolute;
    z-index: 99;
    opacity: 0.2;
    background-repeat: no-repeat;
    background-size: contain;
    top: -90px;
}

.header-main .header-bg .logo-box .logo-img img {
    width: 35%;
}

.header-main .header-bg .logo-box .serach-box {
    width: 35%;
    position: absolute;
    bottom: -25px;
}

.header-main .header-bg .logo-box .serach-box input {
    width: 100%;
    padding: 12px;
    padding-right: 40px;
    background-color: #fff;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
    transition: .5s all;
}

.header-main .header-bg .logo-box .serach-box input:focus {
    border-color: var(--light-blue);
}

.header-main .header-bg .logo-box .serach-box i {
    width: 17px;
    height: 17px;
    position: absolute;
    border: 2px solid var(--blue);
    border-radius: 50%;
    right: 10px;
    top: 13px;
    cursor: pointer;
}

.header-main .header-bg .logo-box .serach-box i::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 5px;
    background-color: var(--blue);
    left: -2px;
    bottom: -3px;
    transform: rotate(45deg);
}

/*---------------------- /Header-Main ---------------------*/
/*---------------------- content-Main ---------------------*/
/*---------------------- slider-news ---------------------*/
.content-main .slider-news {
    margin-bottom: 30px;
}

.content-main .slider-news .module-header {
    display: none !important
}

.content-main .slider-news .slide-main .news-item {
    padding: 0;
}

.content-main .slider-news .slide-main .news-item:hover .slider-img img {
    transform: scale(1.01);
}

.content-main .slider-news .slide-main .news-item .slider-img img {
    transition: .5s all;
}

.content-main .slider-news .slide-main .item-row {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.content-main .slider-news .slide-main .item-row .slider-info {
    position: absolute;
    bottom: 0;
    padding: 20px 10px;
    background-image: linear-gradient(to bottom, rgba(0, 32, 63, 0) 0%, #00203f 100%);
    width: 100%;
}

.content-main .slider-news .slide-main .item-row .slider-info .news-introtext {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-main .slider-news .slide-main .item-row .slider-info .News_Titr {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 50px;
    height: 20px;
}

.content-main .slider-news .slide-main .news-details {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 32, 73, .2);
    color: #fff;
    padding: 8px;
    font-size: 10px;
    border-radius: 10px;
}

.content-main .slider-news .slide-main .news-details .news-date {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
}

.content-main .slider-news .slide-main .news-details .news-date i {
    margin-left: 5px;
}

.content-main .slider-news .slide-main .slick-dots {
    display: flex;
    position: absolute;
    top: 15px;
    left: 15px;
}

.content-main .slider-news .slide-main .slick-dots button {
    width: 8px;
    height: 8px;
    box-shadow: 0 3.2px 3.2px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    color: transparent;
    border: none;
    outline: none !important;
    border-radius: 50%;
    margin-right: 3px;
    transition: .5s all;
}

.content-main .slider-news .slide-main .slick-dots li.slick-active button {
    background-color: var(--light-blue);
}

.content-main .slider-news .slide-sub {
    padding: 0;
}

.content-main .slider-news .slide-sub .slide-groups {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 15px;
    transition: .5s all;
    padding: 5px;
    position: relative;
}

.content-main .slider-news .slide-sub .slide-groups::before {
    content: "";
    width: 90%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -1px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-main .slider-news .slide-sub .slide-groups .news-item {
    padding: 0;
}

.content-main .slider-news .slide-sub .slick-slide:hover {
    background-color: rgba(0, 32, 73, 0.05);
}

.content-main .slider-news .slide-sub .slick-slide.slick-current {
    background-color: rgba(0, 32, 73, 0.05);
}

.content-main .slider-news .slide-sub .slick-slide.slick-current::before {
    display: none !important;
}

.content-main .slider-news .slide-sub .slide-groups img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 12px;
}

.content-main .slider-news .slide-sub .holder-info {
    width: 80%;
    margin-right: 3px;
}

.content-main .slider-news .slide-sub .holder-info .News_STitr {
    font-size: 12px;
    margin-top: 5px;
}

.content-main .slider-news .slide-sub .holder-info .News_Titr {
    color: var(--light-blue);
    margin: 4px;
    display: block;
    /*  text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    padding-left: 50px;
    font-size: 14px;
    padding: 5px 0;
    line-height: 1.7;
}

.content-main .slider-news .slide-sub .holder-info .news-introtext {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-main .slider-news .slide-sub .holder-info p {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content-main .slider-news .slide-sub .holder-img {
    display: flex;
    flex: 1 0 auto;
    width: auto;
}

.content-main .slider-news .slide-sub .item-row {
    display: flex;
    align-items: center;
}

.content-main .slider-news .slide-sub .archive-link {
    text-align: left;
    color: var(--light-blue);
}

.content-main .slider-news .slide-sub .news-tools {
    padding: 0 !important;
}

.content-main .slider-news .slide-sub .news-tools a {
    color: var(--light-blue);
    font-size: 12px;
    position: relative;
}

.content-main .slider-news .slide-sub .news-tools a::before,
.content-main .slider-news .slide-sub .news-tools a::after {
    content: "";
    width: 15px;
    height: 20px;
    background-image: url("../images/site/flow-blue.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -15px;
    top: 2px;
}

.content-main .slider-news .slide-sub .news-tools a::after {
    left: auto;
    right: -15px;
    transform: rotate(180deg);
}

.content-main .slider-news .slide-sub .archive-link a i {
    margin-right: 5px;
    font-size: 14px;
}

/*---------------------- /slider-news ---------------------*/
/*---------------------- banner ---------------------*/
.content-main .banner-site .banner img {
    width: 100%;
}

.content-main .banner-site .banner {
    margin-bottom: 30px;
}

.content-main .banner-site .banner a {
    display: flex;
}

/*---------------------- /banner ---------------------*/
/*---------------------- room-services ---------------------*/
.room-box>.module-header {
    display: none;
}

.content-main .room-services {
    background-image: linear-gradient(91deg, #346ccd 6%, #2b60c2 41%, #123986 72%, #002049 105%);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.content-main .room-services .module-header h3 {
    color: #fff;
}

.content-main .room-services .module-header h3::before,
.content-main .room-services .module-header h3::after {
    background-color: rgba(255, 255, 255, 0.4);
}

.content-main .room-services .module-header h3::before {
    content: "";
    height: 1px;
    width: 25%;
    margin: 0;
    left: auto;
    right: 15%;
}

.content-main .room-services .module-header h3::after {
    content: "";
    height: 1px;
    width: 25%;
    position: absolute;
    top: 10px;
    left: 15%;
    right: auto;
}

.content-main .room-services .module-header span {
    background-color: transparent;
}

.content-main .room-services::before,
.content-main .room-services::after {
    content: "";
    width: 20%;
    height: 100%;
    background-image: url("../images/site/serv-bg.svg");
    position: absolute;
    left: -55px;
    top: 0;
    background-size: contain;
    opacity: 0.1;
}

.content-main .room-services::after {
    left: auto;
    right: -55px;
    transform: rotate(180deg);
}

.content-main .room-services .all-services {
    position: relative;
}

.content-main .room-services .all-services::before {
    content: "";
    width: 35%;
    height: 170px;
    background-image: url("../images/site/white-under-header.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: -120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: .1;

}

.content-main .room-services .all-services::after {
    content: "";
    width: 35%;
    height: 110px;
    background-image: url("../images/site/serv-under.svg");
    position: absolute;
    background-size: contain;
    bottom: -80px;
    background-repeat: no-repeat;
    opacity: .1;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-main .room-services .services-holder .services-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #fff;
    margin: 10px;
    width: 140px;
    height: 170px;
    border-radius: 18px;
    justify-content: center;
    padding: 10px;
    transition: .5s all;
}

.content-main .room-services .services-holder .services-item img {
    transition: .5s all;
    width: 60px;
}

.content-main .room-services .services-holder .services-item:hover img {
    transform: scale(1.1);
}

.content-main .room-services .services-holder .services-item h3 {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
    line-height: 1.5;
    height: 40px;
}

.content-main .room-services .services-holder .services-item h3 a {
    color: #fff;
}

.content-main .room-services .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-main .room-services .go-moreLink {
    display: flex;
    justify-content: center;
}

.content-main .room-services .go-moreLink a {
    position: relative;
    z-index: 99;
    color: #fff;
}

.content-main .room-services .go-moreLink a::before,
.content-main .room-services .go-moreLink a::after {
    content: "";
    width: 15px;
    height: 20px;
    background-image: url("../images/site/flow.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -15px;
    top: 2px;
}

.content-main .room-services .go-moreLink a::after {
    left: auto;
    right: -15px;
    transform: rotate(180deg);
}

.content-main .inpage-service .room-services {
    background: none;
    padding: 0;
}

.content-main .inpage-service .room-services .all-services {
    display: flex;
    flex-wrap: wrap;
}

.content-main .inpage-service .room-services .module-header span {
    color: #001224;
}

.content-main .inpage-service .room-services .module-header h3::before,
.content-main .inpage-service .room-services .module-header h3::after {
    background-color: rgba(0, 0, 0, .4);
}

.content-main .inpage-service .room-services .services-holder .services-item img {
    filter: invert(.5);
}

.content-main .inpage-service .room-services .services-holder .services-item h3 a {
    color: #001224;
}

.content-main .inpage-service .room-services .services-holder .services-item {
    border-color: #000;
}

/*---------------------- /room-services ---------------------*/

/*---------------------- commissionss ---------------------*/
.content-main .commissions {
    margin: 50px 0;
    overflow: hidden;
    position: relative;
}

.content-main .commissions .module-header {
    display: none;
}

.content-main .commissions::before {
    content: "";
    width: 40%;
    height: 100%;
    background-image: url("../images/site/elgoli-blue.svg");
    position: absolute;
    right: -80px;
    opacity: 0.1;
}

.content-main .commissions .all-commissions {
    display: flex;
    justify-content: space-between;
}

.content-main .commissions .all-commissions img {
    border-radius: 25px 0 25px 25px;
    width: 100%;
    object-fit: cover;
    height: 320px;
}

.content-main .commissions .all-commissions .big-comm {
    position: relative;
    border-radius: 25px 0 25px 25px;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
    overflow: hidden;
    margin-left: 15px;
}

.content-main .commissions .all-commissions .big-comm::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(54deg, #4581e9 23%, #356bce 47%, #204ca5 69%, #0b114d 92%);
    opacity: .5;
    position: absolute;
}

.content-main .commissions .all-commissions .big-comm::after {
    content: "";
    width: 270px;
    height: 120px;
    background-image: url("../images/site/elgoli.svg");
    position: absolute;
    bottom: -25px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
}

.content-main .commissions .all-commissions .big-comm h3 {
    position: absolute;
    z-index: 99;
    color: #fff;
    top: 15%;
    font-size: 35px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.content-main .commissions .all-commissions .small-comm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;

}

.content-main .commissions .all-commissions .small-comm .small-item img {
    height: 150px;
}

.content-main .commissions .all-commissions .small-comm .small-item {
    position: relative;
    border-radius: 25px 0 25px 25px;
    overflow: hidden;
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
    transition: .5s all;
    width: 19%;
}

.content-main .commissions .all-commissions .small-comm .small-item a::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 10, 51, 0) 30%, #000a33 100%);
    position: absolute;
}

.content-main .commissions .all-commissions .small-comm .small-item h3 {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    padding: 15px 30px;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.content-main .commissions .all-commissions .small-comm .small-item a {
    color: #fff;
}

.content-main .commissions .all-commissions .go-more {
    box-shadow: none !important;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .commissions .all-commissions .go-more a::before {
    display: none !important;
}

.content-main .commissions .all-commissions .go-more .more-icon {
    width: 40px;
    height: 40px;
    background-image: url("../images/site/arrow-blue.svg");
    display: flex;

}

/*---------------------- /commissionss ---------------------*/

/*---------------------- tabriz-room ---------------------*/
.content-main .tabriz-room {
    position: relative;
}

.content-main .tabriz-room::before {
    content: "";
    width: 15%;
    height: 360px;
    background-image: url("../images/site/side-pub.svg");
    position: absolute;
    background-repeat: no-repeat;
    opacity: .1;
    top: 50px;
    background-size: cover;
}

.content-main .tabriz-room .all-rooms {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;

}

.content-main .tabriz-room .all-rooms::before {
    content: "";
    width: 50%;
    height: 200px;
    position: absolute;
    background-image: url("../images/site/room-bg.svg");
    background-repeat: no-repeat;
    opacity: .1;
    background-size: contain;
    top: 50px;
    z-index: 9;
}

.content-main .tabriz-room .all-rooms .rooms-item {
    width: 23%;
    height: 150px;
    background-image: linear-gradient(to right, #346ccd 0%, #2b60c2 36%, #123986 67%, #002049 100%);
    border-radius: 18px;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.content-main .tabriz-room .all-rooms .rooms-item:nth-child(4)::before,
.content-main .tabriz-room .all-rooms .rooms-item:nth-child(1)::before {
    content: "";
    width: 250px;
    height: 240px;
    background-image: url("../images/site/room-item.svg");
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .1;
    left: -90px;
    top: -130px;
}

.content-main .tabriz-room .all-rooms .rooms-item:nth-child(1)::before {
    left: auto;
    top: auto;
    right: -90px;
    bottom: -130px;
}

.content-main .tabriz-room .all-rooms .rooms-item span {
    color: #fff;
}

.content-main .tabriz-room .all-rooms .rooms-item h3 {
    text-align: center;
    font-size: 14px;
}

.content-main .tabriz-room .all-rooms .rooms-item a {
    align-self: flex-end;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 99;
}

/*---------------------- /tabriz-room ---------------------*/
/*---------------------- main-tab ---------------------*/
.content-main .main-tab {
    margin-top: 50px;
    padding: 0;
    position: relative;
}

.content-main .main-tab>.row {
    width: 1170px;
    margin: 0 auto;
}

.content-main .main-tab::before {
    content: "";
    width: 15%;
    height: 360px;
    background-image: url("../images/site/side-pub.svg");
    position: absolute;
    background-repeat: no-repeat;
    opacity: .1;
    top: 50px;
    background-size: cover;

}

.content-main .main-tab .site-tab {
    margin-top: 20px;
}

.content-main .banner {
    display: flex;
    justify-content: center;
}

.content-main .main-tab .site-tab .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.content-main .main-tab .site-tab .nav-tabs>li {
    float: right;
    margin-bottom: 0;
}

.content-main .main-tab .site-tab .nav-tabs>li.active a {
    color: var(--blue);
}

.content-main .main-tab .site-tab .nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
    color: var(--blue) !important;
}

.header-main .main-menu .nav-box .navbar-default .navbar-nav li:last-child a:hover,
.header-main .main-menu .nav-box .navbar-default .navbar-nav li:last-child a:focus {
    color: #fff !important;
}

.content-main .main-tab .site-tab .nav-tabs>li>a {
    margin-right: 0;
    line-height: unset;
    border: none !important;
    border-radius: 0;
    transition: .5s all;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500;
}

.content-main .main-tab .site-tab .books-box {
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    position: relative;
}

.content-main .main-tab .site-tab .books-box:hover::before {
    background-color: rgba(25, 118, 210, .3);

}

.content-main .main-tab .site-tab .books-box::before {
    content: "";
    width: 180px;
    height: 170px;
    border-radius: 20px;
    box-shadow: 0 4px 13px 0 rgba(73, 83, 124, 0.15);
    background-color: #fff;
    position: absolute;
    z-index: -1;
    bottom: -20px;
    transition: .5s all;

}

.content-main .main-tab .site-tab .books-box img {
    width: 140px;
}

.content-main .main-tab .site-tab .books-box h4 a {
    font-size: 12px;
    color: #3e4669;
    margin-top: 10px;
    display: flex;
    transition: .5s all;
}

.content-main .main-tab .site-tab .slick-slide {
    padding-bottom: 30px;
}

/*---------------------- /main-tab ---------------------*/

/*---------------------- tabriz-studio ---------------------*/
.content-main .tabriz-studio {
    margin-top: 30px;
    position: relative;
}

.content-main .tabriz-studio::before {
    content: "";
    width: 15%;
    height: 360px;
    background-image: url("../images/site/side-pub.svg");
    position: absolute;
    background-repeat: no-repeat;
    opacity: .1;
    top: 50px;
    background-size: cover;
    transform: rotateY(-180deg);
    left: 0;
}


.content-main .tabriz-studio .multimedia .section-title {
    text-align: center;
    position: relative;
}

.content-main .tabriz-studio .multimedia .section-title::before {
    content: "";
    width: 60%;
    height: 1px;
    background-color: rgba(25, 118, 210, 0.7);
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 15px;
}

.content-main .tabriz-studio .multimedia .section-title span {
    color: #49537c;
    font-size: 16px;
    font-weight: 500;
    background-color: #fff;
    z-index: 999;
    position: relative;
    padding: 0 20px;
}

.content-main .tabriz-studio .multimedia-box {
    margin-top: 30px;
}

.content-main .tabriz-studio .multimedia-box>.container>.row .col-lg-8 {
    display: none;
}

.content-main .tabriz-studio .multimedia-box>.container>.row .col-lg-4 {
    width: 100%;
    padding: 0;
}

.content-main .tabriz-studio .multimedia-box>.container>.row .col-lg-4 .multimedia-small-box {
    padding: 0 130px;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
    padding: 0;
    width: 100%;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small-image .multimedia-small-detail {
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small-image .multimedia-small-detail i {
    color: var(--blue);
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small-image img {
    width: 100%;
    height: 530px;
    object-fit: cover;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small {
    border-radius: 25px;
    overflow: hidden;
    background-color: var(--blue);
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small .multimedia-small-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: rgba(0, 32, 73, .2);
    color: #fff;
    padding: 8px;
    font-size: 10px;
    border-radius: 10px;
    display: none;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small .nasim {
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small .nasim a {
    color: #fff;
}

.content-main .tabriz-studio .multimedia-box .multimedia-small-box .multimedia-small .multimedia-small-image img {
    border-radius: 25px;
}

/*---------------------- /tabriz-studio ---------------------*/
/*---------------------- notifs ---------------------*/
.content-main .notifs>.row {
    margin: 0;
}

.content-main .down-slider {
    display: flex;
    justify-content: space-between;
    background-image: linear-gradient(to right, #346ccd 0%, #2b60c2 36%, #123986 67%, #002049 100%);
    position: relative;
    padding: 50px 15px;
    border-radius: 20px;
}

.content-main .down-slider::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../images/site/noti-bg.svg");
    position: absolute;
    top: 0;
    right: 0;
    background-position: bottom right;
    background-size: contain;
    opacity: .1;
    background-repeat: no-repeat;
}

.content-main .down-slider .camera_wrap {
    border-radius: 15px;
}

.content-main .down-slider .camera_wrap::before {
    content: "";
    width: 80px;
    height: 85px;
    background-image: url("../images/site/logo-head1.png");
    position: absolute;
    top: -19px;
    background-size: 120%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-position: center;
}

.content-main .down-slider .noti-slider {
    width: 49%;
    flex: 1 0 auto;
}

.content-main .down-slider .noti-news {
    width: 49%;
}

.content-main .down-slider .noti-news .module-body,
.content-main .down-slider .noti-news #ctl01_pnlMainContentBox,
.content-main .down-slider .noti-news .flexslider {
    height: 100%;
}

.content-main .down-slider .noti-news .slides {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-main .down-slider .module-header {
    display: none;
}

.content-main .down-slider .noti-slider .camera_wrap img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 15px;
}

.content-main .down-slider .noti-slider .camera_wrap .camera_pag {
    bottom: auto;
    top: 10px;
    left: 10px;
}

.content-main .down-slider .noti-slider .camera_wrap .camera_pag .camera_pag_ul li {
    background-color: #fff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 5px 2px;
}

.content-main .down-slider .noti-slider .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
    background-color: var(--light-blue);
}

.content-main .down-slider .noti-slider .camera_wrap .camera_pag .camera_pag_ul li span {
    display: none;
}

.content-main .down-slider .noti-news .item-row {
    display: flex;
    align-items: center;
}

.content-main .down-slider .noti-news .News_Titr {
    font-size: 14px;
    color: #fff;
    height: 41px;
    overflow: hidden;
    line-height: 1.5;
}

.content-main .down-slider .noti-news .news-details {
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 12px;
    color: #fff;
}

.content-main .down-slider .noti-news .news-img {
    flex: 1 0 auto;
    margin-left: 10px;
}

.content-main .down-slider .noti-news .news-img img {
    border-radius: 15px;
}

.content-main .down-slider .news-tools {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-left: 15px;
}

.content-main .down-slider .news-tools .panel_link_bold {
    position: relative;
    z-index: 99;
    color: #fff;
}

.content-main .down-slider .news-tools .panel_link_bold::before,
.content-main .down-slider .news-tools .panel_link_bold::after {
    content: "";
    width: 15px;
    height: 20px;
    background-image: url("../images/site/flow.svg");
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: -15px;
    top: 2px;
}

.content-main .down-slider .news-tools .panel_link_bold::after {
    left: auto;
    right: -15px;
    transform: rotate(180deg);
}

.content-main .down-slider .news-tools span {
    padding: 0 !important;

}

.content-main .report-slider {
    padding-right: 30px;
}

.content-main .report-slider .paneltable>tbody>tr:first-child,
.content-main .report-slider .paneltable>tbody>tr:last-child {
    display: none !important;
}

.content-main .report-slider .image_main {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.content-main .report-slider .box_skitterGallery {
    position: relative;
}

.content-main .report-slider .box_skitterGallery,
.content-main .report-slider .container_skitter {
    width: 100% !important;
}

.content-main .report-slider .image {
    width: 100%;
    height: 100%;

}

.content-main .report-slider .image a {
    display: flex;
    height: 100%;
}

.content-main .report-slider .box_clone {
    width: 100% !important;
}

.content-main .report-slider .box_clone a {
    display: flex !important;
    height: 100%;
}

.content-main .report-slider .box_clone img {
    width: 100% !important;
    height: 100%;
    border-radius: 20px;
}

.content-main .report-slider .fixed-title {
    width: 100% !important;
    padding: 0 15px;
    position: absolute;
    top: 10px;
    z-index: 999;
}

.content-main .report-slider .label_skitter {
    width: 100% !important;
    padding: 0 15px;
    position: absolute;
    bottom: 10px;
    z-index: 999;
}

.content-main .report-slider .label_skitter a {
    background-color: rgba(255, 255, 255, 0.76);
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    border-radius: 10px;
    color: #001224;
}

.content-main .report-slider .label_skitter a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.content-main .report-slider .paneltable tbody {
    position: relative;
}

.content-main .report-slider .info_slide_dots {
    position: absolute;
    left: 15px !important;
    top: 15px;
    display: flex !important;
    z-index: 99;
}

.content-main .report-slider .info_slide_dots span {
    width: 8px;
    height: 8px;
    background-color: #fff;
    color: transparent;
    display: flex;
    border-radius: 50%;
    margin-right: 3px;
}

.content-main .report-slider .info_slide_dots span.image_number_select {
    background-color: var(--light-blue);
}

.content-main .report-slider .prev_button,
.content-main .report-slider .next_button {
    background-image: url("../images/site/arrow-blue.svg");
    background-color: #fff;
    border-radius: 50%;
    background-size: 25px;
    background-position: center;
    width: 35px;
    height: 35px;
    display: flex !important;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top: 40%;
    z-index: 99;
    color: transparent;
    opacity: 1 !important;
}

.content-main .report-slider .rep-slide {
    overflow: visible !important;
}



.content-main .report-slider .rep-slide .box_skitterGallery1 .fixed-title {
    width: 100%;
    position: absolute;
    bottom: 10px;
    z-index: 999;
    padding: 0 15px;
}

.content-main .report-slider .rep-slide .box_skitterGallery1 .fixed-title p {
    background-color: rgba(255, 255, 255, 0.76);
    text-align: center;
    justify-content: center;
    padding: 5px 0;
    border-radius: 10px;
    color: #001224;
}

.content-main .report-slider .rep-slide.for-mr {
    margin-bottom: 28px;
}

.content-main .report-slider .next_button {
    left: -20px;
}

.content-main .report-slider .prev_button {
    right: -20px;
    transform: rotate(180deg);
}

/*---------------------- /notifs ---------------------*/
/*---------------------- /content-Main ---------------------*/

/*---------------------- Footer-Main ---------------------*/
.footer-main {
    position: relative;
    margin-top: 50px;
}

.footer-main .accord-footer {
    margin-bottom: -115px;
    position: relative;
    z-index: 9;
}

.footer-main .accord-footer .accord-all {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.13);
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    padding: 30px 20px;
    background-color: #fff;
}

.footer-main .accord-footer .accord-all .accord-box>span {
    color: #002049;
    font-size: 16px;
    padding-right: 15px;
    position: relative;
}

.footer-main .accord-footer .accord-all .accord-box>span::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #002049;
    position: absolute;
    border-radius: 50%;
    right: 0;
    top: 9px;
}

.footer-main .accord-footer .accord-all .accord-box .accord-content {
    margin-top: 10px;
}

.footer-main .accord-footer .accord-all .accord-box .accord-content li a {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    display: flex;
}

.footer-main .stable-footer {
    height: 350px;
    background-image: url("../images/site/gol-img.png");
    background-size: 100%;
    background-position: bottom;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
}

.footer-main .stable-footer::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #346ccd 0%, #2b60c2 36%, #123986 67%, #002049 100%);
    position: absolute;
    right: 0;
    top: 0;
    opacity: .7;
}

.footer-main .stable-footer .copy-address {
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.footer-main .stable-footer .copy-address>div {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 50px;
    justify-content: space-between;
}

.footer-main .stable-footer .copy-address .address-box ul {
    display: flex;
}

.footer-main .stable-footer .copy-address .address-box ul li a {
    color: #fff;
    margin-left: 30px;
}

.footer-main .stable-footer .copy-address .address-box ul li a i {
    margin-left: 5px;
}

.footer-main .stable-footer .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-main .stable-footer .social-media span,
.footer-main .stable-footer .social-media p,
.footer-main .stable-footer .social-media a {
    color: #fff;
    font-size: 12px;
}

.footer-main .stable-footer .social-media ul {
    display: flex;
    margin: 20px 0;
    width: 150px;
    justify-content: space-between;
}

.footer-main .stable-footer .social-media ul img {
    width: 30px;
}

.footer-main .stable-footer .copy-box {
    text-align: center;
    line-height: 2;
}

/*---------------------- /Footer-Main ---------------------*/
/*---------------------- List Books ---------------------*/
.list-books .list-publishers .sub-title {

    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #01449f;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.list-books .list-publishers .sub-title:after {

    content: "";
    width: 165px;
    height: 3px;
    background-color: #7ebc2b;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-books .list-publishers .btn-archive {

    background-color: #7ebc2b;
    padding: 3px 18px 5px;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin-top: 15px;
    transition: all 0.3s;
}

.list-books .list-publishers .btn-archive:hover {

    background-color: #01449f;
    padding: 3px 22px 5px;
}


.list-books {

    position: relative;
    background-color: #f0f3f8;
    padding: 30px 20px;
    overflow: hidden;
    margin: 15px 0 30px;
}

.list-books:before {

    content: "";
    background: url('../images/site/pt-books.png') repeat center center / 350px fixed;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.06;
}

.list-books .info-publishers {

    padding: 0;
}

.list-books .info-publishers .book-digital {

    text-align: center;
    padding-top: 25px;
}

.list-books .info-publishers .book-digital .btn-book {

    position: relative;
    display: flex;
    width: 100%;
    height: 300px;
    background-color: #01449f;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 5px solid #fff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 15px -4px #999;
}

.list-books .info-publishers .book-digital .btn-book:before {

    content: "";
    background: url('../images/books/digital-book.jpg') no-repeat center center / cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.list-books .info-publishers .book-digital .title-digital {

    font-size: 22px;
    color: #01449f;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.list-books .info-publishers .title-publishers {

    margin-top: 85px;
}

.list-books .info-publishers .sub-title {

    font-size: 24px;
    border-radius: 2px;
    color: #01449f;
    display: block;
    margin: 0;
}

.list-books .info-publishers .btn-archive {

    display: inline-block;
    font-size: 13px;
    background-color: #7ebc2b;
    font-weight: 500;
    border-radius: 2px;
    padding: 4px 15px;
    color: #fff;
    margin-top: 10px;
    transition: all 0.3s;
}

.list-books .info-publishers .btn-archive:hover {

    background-color: #01449f;
    padding: 4px 20px;
}

.list-books .info-publishers .desc {

    font-size: 12px;
    color: #999;
    text-align: justify;
    line-height: 1.8;
    font-weight: 300;
    margin: 0;
}

.list-books .list-publishers .sub-title {

    position: relative;
    font-size: 16px;
    font-weight: bold;
    color: #01449f;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.list-books .list-publishers .btn-archive {

    background-color: #7ebc2b;
    padding: 3px 18px 5px;
    border-radius: 2px;
    color: #fff;
    float: left;
    font-size: 12px;
    margin: 5px 0;
    transition: all 0.3s;
}

.list-books .list-publishers .btn-archive:hover {

    background-color: #01449f;
    padding: 3px 22px 5px;
}

.book-page .list-book {

    padding: 0;
    margin-top: 50px;
}

.book-page .list-book>div {

    float: right;
    padding: 0 8px;
}

.book-page .list-book .item-book {

    position: relative;
    background-color: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 10px;
    padding: 10px 10px 20px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.5s;
    width: 280px !important;
}

.book-page .list-book .item-book:hover {

    background-color: #f9faff;
}

.book-page .list-book .item-book .image-book {

    width: 100%;
    height: 220px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #fff;
    background-color: #fff;
    box-shadow: 0 4px 15px -5px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-page .list-book .item-book .image-book .news-image {
    width: auto;
    display: flex !important;
    justify-content: center;
}

.book-page .list-book .item-book .image-book img {

    width: 75% !important;
    height: 100%;
    transition: all 0.5s;
}

.book-page .list-book .item-book:hover .image-book img {

    transform: scale(1.2);
}

.book-page .list-book .item-book .title-book .News_Titr {

    font-size: 12px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.book-page .list-book .item-book:hover .title-book .News_Titr {

    color: #8dc444;
}

.book-page .list-book .item-book .news-introtext {

    display: block;
    font-size: 11px;
    color: #bbb;
    height: 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.book-page .list-book .item-book .view-book {

    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    width: 60%;
    margin: 0 auto;
    cursor: pointer;
    background-color: #345e94;
    border-radius: 4px;
    padding: 5px 12px;
    color: #fff;
    font-size: 12px;
    box-shadow: 0 5px 10px -5px #bbb;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.3s;
}

.book-page .list-book .item-book .view-book:hover {

    background-color: #8dc444;
    padding: 5px 15px;
    width: 80%;
}

.MP .opinion-div-header .News_STitr {
    margin: 8px auto;
    display: block ruby;
}

/****************MP Panel*************/

.moduletable.MP1 {
    width: 100%;
    float: right;
    margin-top: 20px !important;
}

.MP1 .module-header {
    color: #0d60ab;
    padding-bottom: 5px;
    line-height: 1.6;
    border-bottom: 2px solid #0d60ab;
}

.MP1 .module-header h3 {
    font-size: 18px;
    color: #0d60ab;
    margin: 10px 0 !important
}

.MP1 .module-header h3:after {
    content: "";
    background-color: #ffeb3b;
    border: 3px solid #0d60ab;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    position: absolute;
    top: 24px;
    right: 49%;
    bottom: 30px;
}

.MP1 .News_STitr {
    font-size: 12px;
    text-align: right;
    direction: rtl;
    line-height: 2;
    padding: 2px;
}

.MP1 .News_Titr {
    text-align: right;
    direction: rtl;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    direction: rtl;
}

.MP1 .news-titr h3 {
    margin: 20px 5px 10px 5px !important
}

.elanat .MP1 .News_Titr:before {
    content: "\f192";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    line-height: 1.5;
    font-size: 16px;
    color: #0d60ab;
    transition: all 0.3s;
}

.MP1 .News_Titr:hover {
    color: #0d60ab
}

.MP1 .News_Titr:hover:before {
    color: #ddca2d;
}

.elanat .MP1 .news-item {
    float: right
}

.news .MP1 .news-item,
.elanat .MP1 .news-item {
    float: right;
    position: relative;
    top: 0;
    bottom: 0;
    min-height: 100px;
}

.MP1 .news-introtext {
    color: #999;
    text-align: justify;
    direction: rtl;
    line-height: 1.5;
    font-size: 12px
}

.elanat .MP1 .news-date {
    font-size: 11px;
    color: #ccc
}

.news .MP1 .news-date {
    font-size: 11px;
    color: #ccc;
    position: absolute;
    bottom: 0;
}

.MP1 .module-body {
    font-size: 14px;
    line-height: 1.5;
    direction: rtl;
    padding: 10px;
}

.MP1 .news-item {
    float: right;
    direction: rtl;

}

.highslide img {
    margin: 8px 0;
}

.MP .rep-cont {
    display: flex;
    flex-wrap: wrap;
}

.MP .rep-cont li {
    margin-left: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*****************************/
@media only screen and (min-width:300px) and (max-width: 1024px) {

    .book-page .list-book .item-book .view-book,
    .book-page .list-book .item-book .view-book:hover {

        width: 80%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 640px) {

    .book-page .list-book .item-book .image-book {

        height: 200px;
    }
}