/*public*/
@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

:root {
    --first-main-color: #4caf50;
    --second-main-color: #184c04;
    --third-main-color: #ffa200;
    --first-filter: invert(56%) sepia(52%) saturate(551%) hue-rotate(75deg) brightness(93%) contrast(90%);
    --third-filter: invert(64%) sepia(28%) saturate(3973%) hue-rotate(2deg) brightness(106%) contrast(103%);
    --colorText: #6e6e6e;
    --borderRadius: 5px;
    --marginBlock: 120px;
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 14px;
}

body {
    margin: 0;
    background-color: #f3f1f140
}

.container {
    /*margin: 0 45px;*/
    padding: 0 5vw;
}

a {
    text-decoration: none;
}

/**/
.sliders .ContentsItems .itemSkin4 .child .title a,
.property .item .title span, .property .item .titleHover span,
.news .ContentsItems .itemSkin101 .text .abstract,
.news .ContentsItems .itemSkin101 .text .title a,
.institutes .itemSkin2 .title a,
.institutesItems .itemSkin2 .title a,
.schools .ContentsItems .itemSkin4 .child .abstract,
.schools .ContentsItems .itemSkin4 .child .title,
.publications .itemSkin10002 .title a,
main .ContentsItems .itemSkin4 .title a,
main .ContentsItems .itemSkin4 .abstract,
.gallery .itemSkin2 .child .title a,
.about .right .abstract,
main .ContentsItems .itemSkin3 .child .title a,
main .ContentsItems .itemSkin3 .child .abstract,
main .itemSkin7 .title, main .itemSkin7 .abstract a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.siteTitle {
    color: #000;
    border: 2px solid;
    border-image: linear-gradient(to left, #fff0, var(--first-main-color), #fff0) 0 0 100% 0;
    font-size: 20px;
    display: inline-block;
    padding: 0 20px 2px;
    margin-bottom: 20px;
}

/*sections*/
/*topHeader*/
.topHeader {
    padding: 10px 8vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2f2f2f;
    background: #fff;
    position: relative;
    z-index: 0;
}

    .topHeader::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: url(File.aspx?t=icon&s=pattern.png);
        background-size: 30%;
        z-index: -1;
    }

    .topHeader .right a {
        color: #000000;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .topHeader .right img {
        width: 20px;
        vertical-align: middle;
        filter: invert(1);
    }

.search-bar {
    width: 44px;
    height: 44px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 0;
    position: relative;
    background: var(--second-main-color);
    box-sizing: border-box;
    transition: .5s;
    overflow: hidden;
}

    .search-bar.open,
    .search-bar:hover,
    .search-bar:valid,
    .search-bar:focus-within,
    .search-bar:has(#_inputSearchBox:not(:placeholder-shown)) {
        width: 220px;
        cursor: pointer;
        filter: none;
        border-color: #fff
    }

    .search-bar .input {
        border: none;
        width: calc(100% - 50px);
        color: #fff;
        outline: none;
        background: transparent;
    }

        .search-bar .input:not(:placeholder-shown) + .label,
        .search-bar .input:focus ~ .label {
            font-size: 9px;
            top: 3px;
            color: var(--first-main-color);
        }

        .search-bar .input:focus ~ .label {
            transition: all 0.5s ease;
        }

    .search-bar .label {
        color: #fff;
        position: absolute;
        top: 13px;
        pointer-events: none;
        transition: all 0.5s ease;
        opacity: 0;
    }

    .search-bar.open .label,
    .search-bar:hover .label,
    .search-bar:valid .label,
    .search-bar:focus-within .label,
    .search-bar:has(#_inputSearchBox:not(:placeholder-shown)) .label {
        opacity: 1;
    }

    .search-bar .search-btn {
        background: var(--first-main-color);
        border-radius: 20px;
        height: 40px;
        min-width: 40px;
        display: flex;
        align-items: center;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        justify-content: center;
        cursor: pointer;
        left: 2px;
        position: absolute;
        transition: all 1s ease;
    }

    .search-bar img {
        width: 25px;
        height: 25px;
        filter: invert(1);
    }

    .search-bar .highlight {
        width: 0;
        height: 1px;
        background: var(--first-main-color);
        position: absolute;
        bottom: 8px;
        transition: all 1s ease;
    }

    .search-bar .input:focus ~ .highlight {
        width: 150px;
        transition: all 1s ease;
    }

/*header*/
header {
    transition: padding 1s;
    position: relative;
    display: flex;
    justify-content: space-around;
    background-color: var(--first-main-color);
    padding: 10px 8vw;
    align-items: center;
    z-index: 2;
}

    header::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 28%;
        z-index: -1;
        box-sizing: border-box;
        background: #fff;
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 10% 0);
    }

.headerFixed {
    position: fixed;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
    box-shadow: 0 4px 20px #0000005c;
}

header .linkLeft {
    text-align: left;
}

header .headerLogoMore {
    display: none;
}

header .logo {
    display: flex;
    align-items: center;
    width: 200px;
    margin: -30px 0 -5px;
    padding-left: 5px;
}

.headerFixed .logo {
    margin: -8px 0 -21px;
}

header .logo img {
    display: block;
    width: 100%;
}

header .menu .hide {
    display: none;
}

.headerFixed .menu .hide {
    display: inline-block;
}

header .logo p {
    text-align: center;
    color: #b3b2b6;
    margin: 0;
}

.headerFixed .menu {
    display: inline-block;
    vertical-align: middle;
}

.headerFixed .link, .headerFixed .left, .headerFixed .logo p {
    display: none;
}

header .menu {
    position: relative;
    z-index: 2;
    width: calc(100% - 200px - 7px);
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

    header .menu .menuAbove, header .menu .menuKnkFooter {
        display: none;
    }

    header .menuItem > a, header .menu .itemMenu > a {
        padding: 0 3px;
        color: #fff;
    }

        header .menuItem > a:hover, header .menu .itemMenu > a:hover {
            color: #000;
            font-weight: bold;
        }

header .itemMenu {
    display: inline-block;
    position: relative;
}

    header .itemMenu .subMenuItem {
        cursor: pointer;
    }

    header .itemMenu img {
        width: 12px;
        vertical-align: middle;
        margin-right: -3px;
    }

    header .itemMenu ul {
        list-style: none;
        position: absolute;
        top: 50px;
        right: 0;
        background-color: #fff;
        padding: 0;
        width: 200px;
        transition: transform .5s;
        height: 0;
        opacity: 0;
        visibility: hidden;
        text-align: center;
        box-shadow: 0 0 8px #0000001c;
        border-radius: 0 0 5px 5px;
        text-align: right;
        transform: rotateX( -90deg);
        transform-origin: top;
        margin: 0;
    }

    header .itemMenu .openSubMenu {
        opacity: 1;
        visibility: visible;
        height: auto;
        transform: rotateX(0);
    }

    header .itemMenu li {
        padding: 0;
        border-bottom: 1px solid #dddddd91;
    }

        header .itemMenu li a {
            color: #000;
            display: block;
            padding: 10px;
            transition: .5s;
        }

            header .itemMenu li a:hover {
                color: var(--first-main-color);
            }

.headerFixed .itemMenu img {
    filter: none;
}

header .webSites {
    width: 70px;
}

    header .webSites a {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 4px 5px 0;
        margin: 0 1px;
        box-sizing: border-box;
        transition: .5s;
        display: inline-block;
        text-align: center;
    }

        header .webSites a:hover {
            color: var(--first-main-color);
            background-color: #fff;
        }

/*slider*/
.sliders {
    overflow: hidden;
}

    .sliders .ContentsItems .itemSkin1 {
        display: none;
        -webkit-animation-name: fade;
        -webkit-animation-duration: 1.5s;
        animation: fade 1.5s;
        transition: all 2s;
    }

@keyframes fade {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.sliders .ContentsItems .itemSkin1 {
    display: block;
}

.sliders .itemSkin1 img {
    display: block;
    width: 100%;
    height: 100%;
    height: calc(60vh - 67px);
    object-fit: cover;
    object-position: center;
}

/*property*/
.property {
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

    .property .item,
    .CategoryItems .categorySkin2 {
        position: relative;
        margin: 5px;
    }

    .property .item {
        width: calc(14.28% - 10px);
    }

.CategoryItems .categorySkin2 {
    display: inline-block;
    width: 23%;
}

    .property .item:last-child,
    .CategoryItems .categorySkin2:last-child {
        margin-left: 0;
    }

.property .item .itemDiv {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--first-main-color);
    box-sizing: border-box;
    border-radius: 8px;
}

.property .item a {
    display: block;
}

.property .item img {
    border-radius: 14px;
    margin-bottom: -10px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 10px #00000030;
}

.property .item .title {
    color: #000;
    background-color: var(--first-main-color);
    display: block;
}

.property .item img,
.CategoryItems .categorySkin2 img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform .8s;
}

.CategoryItems .categorySkin2 .title {
    color: #000;
    background-color: var(--first-main-color);
    position: absolute;
    top: 50%;
    right: 50%;
    border-radius: 5px;
    padding: 15px;
    transform: translate(50%, -50%);
    width: 70%;
    border: 1px solid transparent;
}

.property .item .titleHover {
    background: #fff;
    border-color: var(--first-main-color);
    color: var(--first-main-color);
    right: 50%;
}

.CategoryItems {
    text-align: center;
}

    .CategoryItems .categorySkin2 .title {
        text-align: center;
        transition: .8s;
        border: 2px solid transparent;
    }

        .CategoryItems .categorySkin2 .title:hover {
            background-color: #fff;
            border-color: var(--first-main-color);
        }

        .CategoryItems .categorySkin2 .title a {
            color: #fff;
            font-weight: bold;
        }

        .CategoryItems .categorySkin2 .title:hover a {
            color: var(--first-main-color);
        }

/*programs*/
.programs {
    text-align: center;
    margin-block: var(--marginBlock);
    background-color: #f7fffa;
    padding-block: 40px;
}

    .programs .item {
        display: inline-block;
        width: calc(16% - 20px);
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin: 10px;
        color: #000;
        position: relative;
    }

        .programs .item svg {
            position: absolute;
            top: 0;
            right: 50%;
            transform: translateX(50%);
        }

        .programs .item circle {
            stroke-dasharray: 1000;
            stroke-dashoffset: 1000;
            animation: stroke 6s ease-out forwards;
        }

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.programs .item .atLogo {
    margin-bottom: 10px;
}

.programs .item img {
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    padding: 15px;
    opacity: 0;
    animation: fadeIn 0.75s linear forwards;
    animation-delay: 1s;
    object-fit: contain;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.column1 {
    vertical-align: top;
}

.column1 {
    width: 70%;
    display: inline-block;
}

    .column1 .top {
        position: relative;
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 10px;
        margin-bottom: 30px;
        width: 100%;
        transition: width .8s;
    }

        .column1 .top .more {
            float: left;
            vertical-align: middle;
            color: #000;
        }

            .column1 .top .more:hover {
                color: var(--first-main-color);
            }

            .column1 .top .more img {
                vertical-align: middle;
            }

        .column1 .top::before {
            content: "";
            position: absolute;
            bottom: -2px;
            width: 85px;
            height: 2px;
            background: linear-gradient(90deg, rgba(51,207,114,0) 0%, rgba(51,207,114,1) 55%);
        }

/*news*/
.news {
    text-align: center;
    margin-block: var(--marginBlock);
}

    .news .ContentsItems .itemSkin101 {
        width: calc(25% - 16px);
        margin: 8px;
        display: inline-block;
        padding-bottom: 10px;
        box-shadow: 0 0 10px #0000002e;
        background: #fff;
        border-radius: 5px;
        overflow: auto;
    }

        .news .ContentsItems .itemSkin101 .child .image, .schools .ContentsItems .itemSkin4 .child .image {
            height: 220px;
            overflow: hidden;
        }

            .news .ContentsItems .itemSkin101 .child .image img, .schools .ContentsItems .itemSkin4 .child .image img {
                width: 100%;
                object-fit: cover;
                transition: transform .8s;
                height: 220px;
            }

        .news .ContentsItems .itemSkin101 .child:hover img,
        .schools .ContentsItems .itemSkin4 .child:hover .image img {
            transform: scale(1.2);
        }

        .news .ContentsItems .itemSkin101 .text {
            padding: 10px;
        }

        .news .ContentsItems .itemSkin101 .title {
            padding-bottom: 6px;
        }

        .news .ContentsItems .itemSkin101 .text .date,
        .news .ContentsItems .itemSkin101 .text .more {
            display: none;
        }

        .news .ContentsItems .itemSkin101 .text .title a,
        main .itemSkin7 .title {
            color: #000;
            font-weight: bold;
            -webkit-line-clamp: 1;
            height: 1.4em;
        }

        .news .ContentsItems .itemSkin101:hover .title a {
            color: var(--first-main-color);
        }

        .news .ContentsItems .itemSkin101 .text .abstract {
            -webkit-line-clamp: 2;
            height: 2.8em;
            color: #7c7a7a;
        }

            .news .ContentsItems .itemSkin101 .text .abstract a {
                color: #7c7a7a;
                text-align: justify;
                margin-top: 5px;
            }

/*institutes*/
.institutes {
    text-align: center;
    margin-block: var(--marginBlock);
}

.institutesItems {
    text-align: center;
}

    .institutes .ContentsItems,
    .institutesItems .ContentsItems {
        display: flex;
        justify-content: center;
    }

    .institutes .itemSkin2,
    .institutesItems .itemSkin2 {
        width: calc(14.28% - 10px);
        margin: 5px;
        box-shadow: 0 0 10px #0000001a;
        border-radius: 5px;
        overflow: hidden;
    }

        .institutes .itemSkin2 .image,
        .institutesItems .itemSkin2 .image {
            overflow: hidden;
        }

        .institutes .itemSkin2 img,
        .institutesItems .itemSkin2 img {
            width: 100%;
            height: 100%;
            border-radius: 5px;
            object-fit: cover;
            display: block;
            transition: .5s;
        }

        .institutes .itemSkin2:hover img,
        .institutesItems .itemSkin2:hover img {
            transform: scale(1.2) rotate(10deg)
        }

        .institutes .itemSkin2 .title a,
        .institutesItems .itemSkin2 .title a {
            line-height: 1.5em;
            text-align: justify;
            word-spacing: -1px;
        }

        .institutes .itemSkin2 .title,
        .institutesItems .itemSkin2 .title {
            word-spacing: -2px;
            padding: 5px;
        }

            .institutes .itemSkin2 .title a,
            .institutesItems .itemSkin2 .title a {
                color: #191919;
                -webkit-line-clamp: 1;
                font-weight: bold;
            }

        .institutes .itemSkin2:hover .title a,
        .institutesItems .itemSkin2:hover .title a {
            color: var(--first-main-color);
        }

/*column*/
.column {
    display: flex;
    justify-content: space-between;
    margin-block: var(--marginBlock);
    align-items: flex-start;
}

/*about*/
.about {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 65%;
}

    .about .right {
        padding-left: 30px;
        position: relative;
        overflow: hidden;
        width: 35%;
        box-sizing: border-box;
    }

        .about .right::after {
            content: "";
            position: absolute;
            background: #fff;
            transition: all .8s;
            width: 15px;
            height: 120%;
            opacity: .3;
            right: -26%;
            top: -10%;
            transform: rotate(-15deg);
        }

        .about .right:hover::after {
            right: 130%;
        }

        .about .right img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 5px;
        }

    .about .left {
        width: 65%;
    }

        .about .left .title {
            font-weight: bold;
            color: var(--first-main-color);
            font-size: 18px;
        }

        .about .left:hover .title {
            color: var(--first-main-color);
        }

        .about .left .abstract {
            overflow: hidden;
            color: #000000;
            margin-bottom: 9px;
            line-height: 25px;
            text-align: justify;
            word-spacing: -1.5px;
        }

/*banner*/
.banner {
    width: calc(35% - 40px);
    margin-right: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px #0000001f;
    border-radius: 5px;
    overflow: hidden;
}

    .banner img {
        width: 100%;
        display: block;
    }

/*aboutMr*/
.aboutMr {
    position: relative;
    min-height: 55vh;
    margin-top: var(--marginBlock);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .aboutMr img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        object-position: left;
    }

    .aboutMr article {
        background-color: #ffffff99;
        margin: 70px auto;
        padding: 20px;
        text-align: justify;
        width: 70%;
        box-sizing: border-box;
    }

/*schools*/
.schools .ContentsItems .itemSkin4 {
    width: 46%;
    display: inline-block;
    margin: 11px 10px;
    vertical-align: top;
    margin-bottom: 20px;
    text-align: right;
    background: #fff;
}

    .schools .ContentsItems .itemSkin4 .child .title {
        font-weight: bold;
        padding-top: 5px;
        -webkit-line-clamp: 1;
        height: 2em;
        padding: 3px 10px;
    }

    .schools .ContentsItems .itemSkin4 .child:hover .title a {
        color: var(--first-main-color);
    }

    .schools .ContentsItems .itemSkin4 .child .title a {
        color: #000;
    }

    .schools .ContentsItems .itemSkin4 .child .abstract {
        text-align: justify;
        word-spacing: -1.5px;
        -webkit-line-clamp: 3;
        height: 4em;
        color: #b3b1b1;
    }

        .schools .ContentsItems .itemSkin4 .child .abstract a {
            color: #b3b1b1;
            padding: 0 10px;
        }

    .schools .ContentsItems .itemSkin4 .child .more {
        text-align: left;
        margin-top: 10px;
        padding: 0 10px;
    }

        .schools .ContentsItems .itemSkin4 .child .more a {
            color: var(--first-main-color);
        }

main .ContentsItems .itemSkin3 .child .image img,
main .ContentsItems .itemSkin4 .image img,
main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2) .image img {
    width: 100%;
    object-fit: cover;
}

main .ContentsItems .itemSkin3 .child .image img,
main .ContentsItems .itemSkin4:not(.publicationsDetail) .image img,
main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2) .image img {
    height: 200px;
}

main .ContentsItems .itemSkin3 .child .title a {
    color: #000;
    font-weight: bold;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 1.4em;
}

    .column1 .schools .left .ContentsItems .itemSkin5 .child .text .title a:hover, main .ContentsItems .itemSkin3 .child .title a:hover {
        color: var(--first-main-color);
    }

main .ContentsItems .itemSkin3 .child .abstract {
    -webkit-line-clamp: 3;
    height: 4em;
    margin-top: 5px;
    text-align: justify;
    word-spacing: -1.5px;
    color: #787474;
}

    main .ContentsItems .itemSkin3 .child .abstract a {
        color: #787474;
        text-align: justify;
    }

.news .ContentsItems .itemSkin101 .text .more:hover a {
    color: #000;
}
/*gallery*/
.gallery {
    text-align: center;
    margin-block: var(--marginBlock);
}

    .gallery .top {
        display: flex;
        text-align: center;
        margin: 10px auto 30px;
        border: 1px solid var(--first-main-color);
        border-radius: 5px;
        width: 30%;
        overflow: hidden;
        box-sizing: border-box;
        justify-content: center;
    }

        .gallery .top a {
            width: 50%;
            height: 100%;
            border: 0;
            background-color: transparent;
            color: #000;
            padding: 5px;
            cursor: pointer;
            font-size: 16px;
            border-radius: 0;
            -webkit-appearance: none;
        }

            .gallery .top a.selected {
                background-color: var(--first-main-color);
                color: #fff;
            }

    .gallery a .more {
        display: block;
        margin: 10px;
        color: #000;
        vertical-align: middle;
    }

        .gallery a .more:hover {
            color: var(--first-main-color);
        }

        .gallery a .more img {
            vertical-align: middle;
        }

    .gallery .items {
        display: none;
    }

        .gallery .items.show {
            opacity: 0;
            display: block;
            animation: fadeIn .5s alternate both;
        }

    .gallery .ContentsItems {
        margin-top: 14px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 25vh);
        gap: 10px;
    }

    .gallery .itemSkin2:first-child {
        grid-column: span 2;
        grid-row: span 2;
    }

    .gallery .itemSkin2 .child {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .gallery .itemSkin2 .image {
        overflow: hidden;
        height: 100%;
    }

    .gallery .itemSkin2 img {
        width: 100%;
        height: 100%;
        min-height: 150px;
        object-fit: cover;
        display: block;
        transition: .5s;
    }

    .gallery .itemSkin2:hover img {
        transform: scale(1.2) rotate(3deg);
    }

    .gallery .itemSkin2 .title {
        background-color: var(--second-main-color);
        padding: 8px;
        box-sizing: border-box;
    }

        .gallery .itemSkin2 .title a {
            color: #fff;
            font-weight: bold;
            -webkit-line-clamp: 1;
        }

    .gallery .itemSkin2 .title {
        transition: all .7s;
    }

    .gallery .itemSkin2:hover .title {
        background-color: var(--first-main-color);
    }
/*gallery - detail*/
/*albums*/
.galleryDetail .backgroundImage {
    position: fixed;
    top: 144px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000091;
    opacity: 0;
    visibility: hidden;
    transition: .8s;
    z-index: 1;
}

    .galleryDetail .backgroundImage img#image {
        object-fit: contain;
        height: 100%;
        display: block;
        margin: auto;
        width: 100%;
        padding: 40px;
        box-sizing: border-box;
    }

.galleryDetail .icons .prev, .galleryDetail .icons .next {
    cursor: pointer;
    position: fixed;
    top: 50%;
    width: 30px;
    padding: 7px;
    transition: 0.6s ease;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}

.galleryDetail .icons .next {
    left: -7px;
    transform: rotate(90deg);
}

.galleryDetail .icons .prev {
    right: -7px;
    transform: rotate(-90deg);
}

.galleryDetail .icons .next:hover {
    transform: scale(.8) rotate(90deg);
}

.galleryDetail .icons .prev:hover {
    transform: scale(.8) rotate(-90deg);
}

.galleryDetail .icons .close {
    position: fixed;
    top: 160px;
    right: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 29px;
    padding: 4px;
    z-index: 4;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.galleryDetail .icons .show, .galleryDetail .backgroundImage.show {
    opacity: 1;
    visibility: visible;
}
/*footer*/
footer {
    background: url(File.aspx?t=image&s=backgroundFooter.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 120px 20px;
}

    footer > div {
        display: inline-block;
        width: 33%;
        vertical-align: top;
        padding: 0 10px;
        box-sizing: border-box;
    }

    footer .logoImg img {
        width: 200px;
        display: block;
        filter: invert(100%) sepia(2%) saturate(0%) hue-rotate(230deg) brightness(140%) contrast(100%);
    }

    footer .link img {
        width: 25px;
        transform: rotate(180deg);
        vertical-align: middle;
        filter: invert(1);
    }

    footer .link a {
        display: block;
        color: #fff;
        transition: all .3s;
        padding: 10px 0;
    }

        footer .link a:hover {
            color: #4caf50;
        }

    footer > div b {
        display: block;
        color: #fff;
    }

    footer .accessLink b, footer .socialNetwork b {
        border: 1px solid;
        border-image: linear-gradient(to left, #fff0, #fff, #fff0) 0 0 100% 0;
        width: 46%;
        padding-bottom: 4px;
        margin-bottom: 6px;
    }

    footer .accessLink a {
        display: block;
        padding: 7px 15px 7px 0;
        position: relative;
        color: #fff;
    }

        footer .accessLink a:hover {
            color: var(--first-main-color);
        }

        footer .accessLink a::before, footer .accessLink a::after {
            content: "";
            position: absolute;
            right: 0;
            background-color: #fff;
            height: 1px;
            width: 10px;
            top: 50%;
            transition: transform .2s;
        }

        footer .accessLink a::after {
            transform: rotate(90deg);
        }

        footer .accessLink a:hover::before {
            transform: rotate(45deg);
            background-color: var(--first-main-color);
        }

        footer .accessLink a:hover::after {
            transform: rotate(-45deg);
            background-color: var(--first-main-color);
        }

    footer .socialNetwork a {
        display: block;
        padding: 10px 0;
        color: #fff;
    }

    footer .socialNetwork img {
        width: 25px;
        vertical-align: middle;
        margin-left: 6px;
    }

    footer .knkFooter {
        width: 100%;
        border-top: 1px solid #707070;
        padding: 20px 0 0;
        margin-top: 20px;
    }

        footer .knkFooter img {
            width: 50px;
            vertical-align: middle;
        }

    footer .knk2 > div {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
    }

    footer .knkFooter .knk {
        text-align: center;
    }

        footer .knkFooter .knk a {
            color: #fff;
        }

        footer .knkFooter .knk div {
            display: inline-block;
        }

    footer .socialNetwork a span {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 35px);
    }
/*hover*/
.property .item .title, .property .item .titleHover {
    transition: all .3s;
    padding: 15px 8px 8px;
}

.property .item .titleHover {
    opacity: 0;
    background-color: #fff;
    border-color: var(--first-main-color);
    transform-origin: 0 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property .item .title span {
    transition: all .3s;
    color: #fff;
    -webkit-line-clamp: 1;
}

.property .item .titleHover span {
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: 0 100%;
    transition: .5s;
    transition-delay: .09s;
}

.property .item:hover .titleHover {
    opacity: 1;
    transform: translateY(-100%);
}

    .property .item:hover .titleHover span {
        opacity: 1;
        transform: translateY(0);
        -webkit-line-clamp: 1;
    }

.property .item:hover .title span {
    transform: translateY(100%);
    opacity: 0;
}

.property .item:hover .titleHover {
    transform: translateY(0);
}
/*publications*/
.publications {
    text-align: center;
    margin-block: var(--marginBlock);
}

    .publications .items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

        .publications .items::Before {
            content: '';
            position: absolute;
            left: 30px;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            height: 3px;
            background-color: var(--first-main-color);
        }

        .publications .items .icon {
            width: 40px;
            filter: invert(54%) sepia(69%) saturate(395%) hue-rotate(73deg) brightness(95%) contrast(88%);
            cursor: pointer;
        }

        .publications .items .prev {
            transform: rotate(-90deg);
        }

        .publications .items .next {
            transform: rotate(90deg);
        }

        .publications .items > div {
            width: 100%;
            overflow: hidden;
        }

    .publications .ContentsItems {
        width: 100%;
        display: flex;
        align-items: stretch;
        transition: .5s;
    }

    .publications .itemSkin10002 {
        min-width: calc(16.66% - 20px);
        max-width: calc(16.66% - 20px);
        min-height: 150px;
        transition: .5s;
        margin: 10px;
        position: relative;
        overflow: hidden;
        border-radius: 15px;
        cursor: pointer;
    }

        .publications .itemSkin10002::before, .publications .itemSkin10002::after {
            content: '';
            position: absolute;
            transition: .5s;
            opacity: 0;
            visibility: hidden;
            z-index: 1;
        }

        .publications .itemSkin10002::before {
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-color: #1e4f2db3;
        }

        .publications .itemSkin10002::after {
            left: 50%;
            top: 50%;
            background: url(File.aspx?t=icon&s=publications.png) no-repeat center;
            background-size: contain;
            transform: translate(-50%, -50%);
            width: 60px;
            height: 60px;
            filter: invert(1);
        }

        .publications .itemSkin10002:hover::before, .publications .itemSkin10002:hover::after {
            opacity: 1;
            visibility: visible;
        }

        .publications .itemSkin10002 div {
            height: 100%;
        }

        .publications .itemSkin10002 img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
        }

        .publications .itemSkin10002 .title {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #1e4f2dcf;
            padding: 6px;
            box-sizing: border-box;
            margin: 0;
        }

            .publications .itemSkin10002 .title a {
                -webkit-line-clamp: 1;
                color: #ffffff;
            }
/*publicationsDetail*/
main .ContentsItems .itemSkin4.publicationsDetail {
    box-shadow: 0 0 10px #00000033;
    border-radius: 5px;
    overflow: hidden;
    padding-bottom: 10px;
    box-sizing: border-box;
    border: none;
}

    main .ContentsItems .itemSkin4.publicationsDetail img {
        display: block;
    }

    main .ContentsItems .itemSkin4.publicationsDetail .title a {
        font-weight: bold;
        color: var(--first-main-color);
    }

    main .ContentsItems .itemSkin4.publicationsDetail .abstract a {
        display: block;
        margin: 0 10px;
    }

    main .ContentsItems .itemSkin4.publicationsDetail .more {
        display: none;
    }
/*inside page*/
main {
    padding: 20px 5vw;
    min-height: 60vh;
}

    main .searchContents .ContentsTitle {
        display: none;
    }

    main .ContentsTitle, main .ContentTitle {
        text-align: center;
        color: var(--first-main-color);
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid;
        border-image: linear-gradient(to left, #fff0, var(--first-main-color), #fff0)0 0 100%;
        width: 400px;
        padding-bottom: 1px;
        margin: 0 auto 12px;
    }

    main .ContentsItems .itemSkin4 {
        display: inline-block;
        width: calc(25% - 12px);
        vertical-align: top;
        margin: 5px;
        border: 1px solid #f3f1f1;
    }

        main .ContentsItems .itemSkin4 .title a {
            -webkit-line-clamp: 1;
            height: 1.3em;
            margin: 10px;
            color: #000;
        }

        main .ContentsItems .itemSkin4:hover .title a {
            color: var(--first-main-color);
        }

        main .ContentsItems .itemSkin4 .abstract {
            -webkit-line-clamp: 3;
            height: 4em;
            color: #999999;
            text-align: justify;
        }

            main .ContentsItems .itemSkin4 .abstract a {
                color: #999999;
                margin: 0 5px;
            }

        main .ContentsItems .itemSkin4 .more {
            text-align: left;
        }

            main .ContentsItems .itemSkin4 .more a {
                color: var(--first-main-color);
            }

                main .ContentsItems .itemSkin4 .more a:hover {
                    color: #000;
                }

    main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2) {
        display: inline-block;
        width: 23%;
        background: #73c18b;
        margin: 7px;
        text-align: center;
        vertical-align: top;
    }

        main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2) .title {
            padding-bottom: 7px;
        }

            main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2) .title a {
                color: #fff;
                padding-bottom: 3px;
            }

        main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2):hover .title a {
            color: #000;
        }

    main .DetailSkin1 .ContentAbstract {
        text-align: center;
        color: #999999;
    }

    main .ContentBody iframe {
        border: none;
        padding: 5px;
        box-sizing: border-box;
        max-width: 100%;
    }

    main .DetailSkin1 .ContentBody p {
        text-align: justify;
    }

        main .DetailSkin1 .ContentBody p img {
            width: 25%;
        }

.instituteDetail .DetailSkin1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.instituteDetail .ContentBody, .instituteDetail .contentImagesDiv {
    width: 50%;
    margin-top: 30px
}

.instituteDetail .ContentBody {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.instituteDetail .contentImagesDiv {
    display: flex;
    align-items: center;
}

    .instituteDetail .contentImagesDiv .ImageSkin1 {
        display: block;
        width: 50%;
        padding: 0;
        height: 90%;
    }

        .instituteDetail .contentImagesDiv .ImageSkin1:first-child {
            height: 90%;
        }

        .instituteDetail .contentImagesDiv .ImageSkin1:last-child {
            height: 80%;
        }

        .instituteDetail .contentImagesDiv .ImageSkin1 img {
            height: 100%;
            box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
            border-radius: 10px;
        }

        .instituteDetail .contentImagesDiv .ImageSkin1:last-child img {
            border-radius: 10px 0 0 10px;
        }

main table {
    margin: 10px 0;
    border-color: #4caf5063;
}

main .DetailSkin1 .ContentBody table {
    width: 100%;
    overflow-x: auto;
    display: block;
}

main table tr td {
    padding: 5px;
    text-align: center;
}

main .contentImagesDiv .ImageSkin1 {
    display: inline-block;
    width: 24%;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}

    main .contentImagesDiv .ImageSkin1 iframe {
        border: none;
        height: 160px;
        width: 100%;
        border-radius: 5px;
    }

    main .contentImagesDiv .ImageSkin1 img {
        width: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

main .ContentsItems .itemSkin3 {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    box-shadow: 0 0 20px #52525226;
    margin: 10px 0;
}

    main .ContentsItems .itemSkin3 .child .title {
        width: 90%;
        margin: auto;
        text-align: center;
    }

    main .ContentsItems .itemSkin3 .child .abstract {
        margin: 5px;
    }
/*contact send massage*/
.SendMessageForm {
    border: 2px solid var(--first-main-color);
    padding: 10px;
}

    .SendMessageForm h3 {
        color: var(--first-main-color);
    }

    .SendMessageForm > div {
        width: 17%;
        display: inline-block;
        vertical-align: top;
        margin: 5px 10px;
    }

        .SendMessageForm > div input, .SendMessageForm .body textarea {
            width: 100%;
            height: 35px;
            border-radius: 3px;
            border: 1px solid #204b2e;
        }

    .SendMessageForm .body {
        width: 39%;
    }

        .SendMessageForm .body textarea {
            max-width: 100%;
        }

    .SendMessageForm .sendMessageSendBtnDiv {
        float: left;
        width: 100px;
    }

        .SendMessageForm .sendMessageSendBtnDiv:active {
            transform: translateY(3px);
        }

        .SendMessageForm .sendMessageSendBtnDiv input {
            background: var(--first-main-color);
            color: #fff;
            cursor: pointer;
        }

        .SendMessageForm .sendMessageSendBtnDiv:hover input {
            background: none;
            color: var(--first-main-color);
            font-weight: bold;
        }

    .SendMessageForm .result {
        color: var(--first-main-color);
    }

main .itemSkin7 {
    margin: 5px;
    box-shadow: 0 0 5px #a9b5aa;
    border-radius: 12px;
    display: inline-block;
    width: 48%;
    padding: 5px;
    box-sizing: border-box;
}

    main .itemSkin7 .image {
        display: inline-block;
        vertical-align: top;
        width: 30%;
    }

        main .itemSkin7 .image img {
            border-radius: 15px;
            width: 100%;
            object-fit: cover;
            box-shadow: 0 0 10px #66666685;
        }

    main .itemSkin7 .text {
        display: inline-block;
        vertical-align: middle;
        width: 68%;
    }

    main .itemSkin7 .title {
        height: 1.5rem;
        line-height: 1.5rem;
        overflow: hidden;
    }

        main .itemSkin7 .title a {
            color: black;
        }

    main .itemSkin7 .abstract {
        margin: 10px;
        text-align: justify;
    }

        main .itemSkin7 .abstract a {
            word-spacing: -3px;
            font-size: 14px;
            color: black;
            height: 5.5rem;
            line-height: 1.5rem;
            -webkit-line-clamp: 4;
        }

.asideHidden, .spaceAround {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    transition: .5s cubic-bezier(.77,0,.175,1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    background-color: #0000000a;
}

.activeSpaceAround {
    opacity: 1;
    visibility: visible;
}
/**/
main .date {
    display: none;
}

@media only screen and (max-width: 992px) and (min-width: 0) {
    :root {
        --marginBlock: 40px;
    }

    * {
        letter-spacing: -.7px;
    }

    .container {
        padding: 0 10px;
    }

    /*topHeader*/
    .topHeader {
        padding: 10px;
    }

        .topHeader::before {
            background-size: 40%;
        }

        .topHeader .right, .search-bar.open,
        .search-bar:hover, .search-bar:valid,
        .search-bar:focus-within,
        .search-bar:has(#_inputSearchBox:not(:placeholder-shown)) {
            width: 50%;
        }

            .topHeader .right a {
                display: block;
                padding-bottom: 5px;
                box-sizing: border-box;
            }

    header {
        padding: 10px;
    }

        header::before {
            right: 12%;
            width: calc(100% - 90px);
            clip-path: polygon(100% 0, 90% 100%, 0 100%, 10% 0);
        }

        header .logo {
            display: block;
            width: calc(100% - 90px);
            margin: 0 30px 0 0;
            padding: 0;
        }

        header .headerLogoMore {
            width: 30px;
            height: 30px;
            display: block;
            z-index: 4;
            position: fixed;
            right: 5px;
            top: 95px;
        }

        .headerFixed .headerLogoMore,
        header.menuVisible .headerLogoMore {
            top: 10px;
        }

        header .headerLogoMore span {
            width: 100%;
            display: block;
            height: 3px;
            background-color: #fff;
            margin: 6px 0;
        }

        header .logo img {
            width: 200px;
            display: block;
            margin: -23px auto -8px;
        }

    .headerFixed .logo img {
        margin: auto;
        width: 150px;
    }

    header .link {
        display: none;
    }

    header .menu {
        z-index: 2;
        margin: 0;
        border-radius: unset;
        text-align: unset;
        box-shadow: none;
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        visibility: hidden;
        transition: .5s;
        overflow-y: auto;
        transform: translateX(100%);
        background: #fff;
        width: 100%;
    }

        header .menu a, .headerFixed .menu a {
            padding: 10px;
        }

    .menuVisible .menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0);
    }

    .menuVisible .menu {
        background: #fff;
        /*width: 100%;*/
        text-align: right;
    }

        .menuVisible .menu .menuItem a {
            padding: 10px 25px;
            position: relative;
            color: #000;
        }

        .menuVisible .menu .menuItem > a:before, .menuVisible .menu .menuItem .itemMenu > a:before {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 8px;
            height: 8px;
            background-color: var(--first-main-color);
            right: 10px;
            border-radius: 50%;
        }

    .menuVisible .itemMenu .openSubMenu a {
        color: #fff;
        padding: 10px 20px;
    }

    .menuVisible .menu > a::before {
        content: "";
        position: absolute;
        top: 14px;
        right: 12%;
        background: var(--first-main-color);
        width: 10px;
        height: 10px;
    }

    header .menu .menuAbove img {
        display: block;
        margin: auto;
        width: 160px;
    }

    header .itemMenu {
        width: 97%;
    }

        header .itemMenu ul {
            position: unset;
            width: 95%;
            box-shadow: none;
            text-align: right;
            margin: 0;
            margin-right: 20px;
        }

            header .itemMenu ul li {
                display: none;
            }

    .headerFixed .itemMenu img {
        filter: invert(1);
    }

    header .itemMenu .openSubMenu, .headerFixed .itemMenu ul {
        /* height: auto; */
        /* box-shadow: 0 0 10px #efefefbf; */
        background-color: var(--first-main-color);
        border-radius: 0;
    }

        header .itemMenu .openSubMenu li {
            display: block;
        }

    header .itemMenu img {
        filter: invert(1);
    }

    .asideHidden {
        background-color: #00000075;
    }

    .asideVisible {
        opacity: 1;
        visibility: visible;
    }

    header .menu .hide, header .menu a, .headerFixed .menu .hide {
        display: block;
    }

    header .menu .menuAbove {
        display: block;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 13px;
    }

    .headerFixed .headerLogoMore .line {
        background-color: #fff;
    }

    .menuVisible .headerLogoMore .line {
        background-color: #000;
    }

    .menuVisible .menu .menuKnkFooter {
        display: block;
        text-align: center;
        width: 90%;
        margin: 19% auto 0;
    }

        .menuVisible .menu .menuKnkFooter .knk2 .knk img {
            width: 40px;
        }

        .menuVisible .menu .menuKnkFooter .knk2 .knk div {
            color: #656565;
        }

    .headerFixed {
        padding: 5px;
    }

        .headerFixed .logo {
            margin: 0 30px 0 0;
        }

            .headerFixed .logo h1 {
                width: 62%;
                border: none;
                padding-bottom: 0;
            }

    header .webSites {
        position: absolute;
        left: 5px;
        top: 5px;
        bottom: 5px;
        display: flex;
        justify-content: center;
        width: 30px;
        flex-direction: column;
    }

        header .webSites a {
            margin: 2px 0;
            padding: 3px 6px 0;
            background: #fff;
            color: var(--first-main-color);
            font-weight: 900;
        }

    /*slider*/
    .sliders {
        margin-block: 0;
    }

        .sliders .ContentsItems .itemSkin1 img {
            width: auto;
            animation: moveSlider 15s alternate-reverse infinite;
        }

    @keyframes moveSlider {
        from {
            transform: translateX(64%);
        }

        to {
            transform: translateX(0);
        }
    }

    .property {
        flex-direction: column;
    }

        .property .item,
        .CategoryItems .categorySkin2 {
            width: 100%;
        }

        .property .item {
            margin: 10px 0;
        }

    .CategoryItems .categorySkin2 {
        margin: 5px 0;
    }

    .property .item .title {
        padding: 25px 15px 15px;
    }

    /*news*/
    .news .ContentsItems .itemSkin101 {
        width: 100%;
        margin: 5px 0;
    }

    /*institutes*/
    .institutes .ContentsItems,
    .institutesItems .ContentsItems {
        flex-direction: column;
    }

    .institutes .itemSkin2,
    .institutesItems .itemSkin2 {
        width: 100%;
        margin: 5px 0;
    }

    /*column*/
    .column {
        flex-direction: column;
        padding-block: 30px;
    }

    /*about*/
    .about {
        flex-direction: column;
        width: 100%;
    }

        .about .right,
        .about .left {
            width: 100%;
        }

        .about .right {
            padding: 0;
        }

    /*banner*/
    .banner {
        width: 100%;
        margin: 10px 0
    }

    .aboutMr {
        margin-top: 20px 0;
        min-height: 220px;
        height: auto;
    }

        .aboutMr article {
            margin: 15px;
            padding: 10px;
            width: calc(100% - 30px);
        }

    .schools .ContentsItems .itemSkin4 {
        width: 100%;
        margin: 0;
    }

    .gallery .top {
        width: 90%;
    }

    .gallery .ContentsItems {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }

    .gallery .itemSkin2 {
        width: 50%;
        padding: 5px;
        box-sizing: border-box;
    }

    .gallery a.seeMore {
        text-align: left;
        display: block;
        background: var(--first-main-color);
        color: #fff;
        padding: 4px;
        box-sizing: border-box;
        margin: 5px;
        width: calc(100% - 10px);
    }

    /*gallery - detail*/
    /*album*/
    .galleryDetail .backgroundImage {
        top: 158px;
    }

        .galleryDetail .backgroundImage img#image {
            padding: 0;
        }

    .galleryDetail .icons .close {
        top: 170px;
        right: 6px;
        width: 20px;
        background-color: #4caf50cc;
    }

    .galleryDetail .icons .prev, .galleryDetail .icons .next {
        top: 60%;
    }

    .galleryDetail .icons .prev, .icons .next {
        background-color: #4caf50cc;
        border-radius: 3px;
    }

    .galleryDetail .freeConsultation span,
    .galleryDetail .freeConsultation div {
        width: 100%;
        margin: 5px 0;
    }

    /*publications*/
    .publications .itemSkin10002 {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    .instagram {
        width: 90%;
    }

    footer {
        background-repeat: repeat;
        padding: 15px
    }

        footer > div:not(:last-child) {
            width: 100%;
            padding: 10px 0;
        }

        footer .logoImg img {
            margin: auto;
        }

        footer .knkFooter .knk2 > div {
            width: 100%;
        }

    .programs .item {
        width: 40%;
        margin: 10px;
    }

    /*inside page*/
    main {
        padding: 20px 10px;
    }

        main .ContentsTitle, main .ContentTitle {
            width: 100%;
        }

        main .ContentsItems .itemSkin4, main .ContentsItems .itemSkin2:not(.institutesItems .itemSkin2), main .ContentsItems .itemSkin3 {
            width: 100%;
            margin: 7px 0;
        }

            main .ContentsItems .itemSkin4 .abstract {
                height: 4.1em;
            }

        main .DetailSkin1 .ContentBody p img {
            width: 100%;
        }

        main .contentImagesDiv .ImageSkin1 {
            width: 50%;
        }

    /*contact massage */
    .SendMessageForm > div {
        width: 95%;
        margin: 5px 0;
    }

    .SendMessageForm .body {
        width: 95%;
    }

    main .itemSkin7 {
        width: 100%;
        margin: 5px 0;
    }

        main .itemSkin7 .image, main .itemSkin7 .text {
            width: 100%;
        }

    .instituteDetail .ContentBody, .instituteDetail .contentImagesDiv {
        width: 100%;
    }

    .instituteDetail .contentImagesDiv {
        margin-top: 0;
    }

    main .ContentBody iframe {
        max-width: 100%;
        width: 100%;
    }
}
