﻿* {
    font-family: iransans;
}

.sitemap {
    list-style-image: url('/Content/images/link.png');
}

.sitemap-item {
    color: #0b0d30 !important;
}

.sitemap-item:hover {
    color: #78cdd1 !important;
}

.d-active {
    display: flex !important;
}

.d-none {
    display: none !important;
}


.relative {
    position: relative
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 5000;
    width: 100%;
    height: 100%;
    text-align: center
}

#loading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
}

#loading>figure {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translateX(-50%);
}

#loading>figure>img {
    height: auto;
    object-fit: cover;
    text-align: center;
    margin: 0 auto;
}

#loading>figure>figcaption {
    text-align: center;
    margin: 10px auto;
    padding: 10px 0;
    color: #000;
}

.field-validation-error {
    display: block;
}

.field-validation-error * {
    color: red;
    font-weight: bold;
}

.ulcuslist {
    text-align: right
}

.ulcuslist li {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 0 25px 13px
}

.ulcuslist li .hxtit {
    background-color: #0b0d30;
    color: #fff;
    padding: 15px 5px
}

.bot-header>ul>li {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.bot-header>ul>li:hover>ul {
    display: flex;
}

.bot-header>ul>li>ul {
    position: absolute;
    background-color: white;
    width: auto;
    min-width: 130px;
    top: 100%;
    right: 10px;
    height: auto;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding: 10px;
    border-radius:10px;
}

.bot-header>ul>li>ul:hover {
    display: flex;
}

.bot-header>ul>li>ul>li {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bot-header>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: black;
    padding-right: 10px;
}

.bot-header>ul>li>ul>li>a:hover {
    border-radius: 10px;
    background-color: #78cdd1;
    color: white;
    font-weight: 100;
}

.bot-header>ul>li:hover~.mega {
    display: flex !important;
}

.mega {
    width: 100%;
    max-width: 1366px;
    height: 550px;
    background-color: white;
    position: absolute;
    top: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 2px black;
    display: none;
    left: 0;
    right: 0;
    padding: 20px;
    margin: auto;
    border-radius: 8px;
    flex-direction: column;
}

.mega:hover {
    transition: all 0.5s linear;
    display: flex !important;
}

.right-mega {
    width: auto;
    height: 65px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #F8F8F8;
    padding: 5px;
    border-radius: 10px;

}

.right-mega>a {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 11px;
    padding-right: 10px;
    font-weight: bold;
    justify-content: center;
    color: black;
    transition: all 0.5s linear;
}

.right-mega>a:hover {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all 0.5s linear;
    box-shadow: rgb(0 0 0 / 6%) 0 3px 6px;
    color: #78cdd1;
}

.left-mega {
    width: 100%;
    height: 100%;
    position: relative;
}

.item {
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}

.item:hover {
    display: flex !important;
}

.right-item {
    width: 70%;
    height: 100%;
    padding-right: 10px;
}

.right-item>ul {
    width: 250px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.right-item>ul>li>a {
    display: flex;
    align-items: center;
    color: black;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin: 6px 0;
}

.right-item>ul>li>a:hover {
    color: red;
}

.right-item>ul>li>a>span {
    font-weight: bold;
}

.right-item>ul>li>ul>li>a {
    display: flex;
    align-items: center;
    color: rgb(0 0 0 / 0.65);
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.right-item>ul>li>ul>li>a:hover {
    color: red;
}

.left-item {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.parent-pic-head>p {
    font-size: 12px;
    margin-top: 60px;
    padding-bottom: 15px;
    font-weight: bold;
}

.parent-pic-head {
    width: 95%;
    height: 95%;
    border-radius: 10px;
}

.top-pic-head {
    width: 100%;
    height: 55%;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    border: 1px solid #e0e0e2;
    cursor: pointer;
}

.top-pic-head>img {
    width: 100%;
    height: 100%;
}

.bot-pic-head {
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.small-pic {
    width: 31%;
    height: 85%;
    border: 1px solid #e0e0e2;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.small-pic>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#item1 {
    display: flex;
}