/*----------------------------------
 page-edius9
----------------------------------*/
.page-edius9 {
    margin-top: 10px;
}

/*----------------------------------
 Breadcrumbs-page-edius9
----------------------------------*/
.Breadcrumbs-page-edius9 {
    background: #ebeef3;
    border-radius: 3px;
    padding: 5px 15px;
    margin-bottom: 10px;
}

/*----------------------------------
 box-page-edius9
----------------------------------*/
.box-page-edius9 {
    background: #ebeef3;
    border: 1px solid #cad1da;
    border-radius: 5px;
    padding: 15px;
}

h1.title-page-edius9 {
    display: flex;
    justify-content: center;
    text-align: center;
    border-bottom: 1px dashed #b8b9b9;
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 30px;
}

.thumbnail-page-edius9 {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.content-page-edius9 {
    line-height: 35px;
    padding: 10px;
    text-align: justify;
    overflow: hidden;
}

.content-page-edius9 a {
    color: #cf6301;
}

.content-page-edius9 a:hover {
    font-weight: 600;
}

.content-page-edius9 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content-page-edius9 h2,
.content-page-edius9 h3,
.content-page-edius9 h4,
.content-page-edius9 h5,
.content-page-edius9 h6 {
    font-size: 24px;
    color: #3d3d6d;
    font-family: Plasma;
    border-right: 4px solid #57aa46;
    width: fit-content;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #caefdc;
}

/*----------------------------------
 ریسپانسیو
----------------------------------*/
@media screen and (max-width: 1151px) {
    .thumbnail-page-edius9 img {
        height: 100%;
        width: 100%;
    }

    .content-page-edius9 img {
        height: 100%;
        width: 100%;
    }

    .content-page-edius9 {
        line-height: 27px;
    }
}

@media screen and (max-width: 799px) {
    .box-page-edius9 {
        border-radius: 5px;
        padding: 10px;
    }
}