/*public*/
:root {
    --backGroundColorSectionA: #424344;
    --backGroundColorSectionB: #2f3133;
}

@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');
}

@font-face {
    font-family: 'IranNastaliq';
    src: url('https://khorshidneshan.ir/CDN/Fonts/IranNastaliq.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/IranNastaliq.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/IranNastaliq.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 14px;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
}

li:not(main li) {
    list-style: none;
}

.container {
    padding-inline: 10vw;
    padding-block: 50px;
    box-sizing: border-box;
}

.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin3 .abstract a,
.itemSkin4 .title a,
.itemSkin4 .abstract a,
.itemSkin5 .title a,
.itemSkin7 .title a,
.itemSkin7 .abstract a,
.thirdPage .categorySkin2 .title a,
.informationDr .body b,
.informationDr .item:not(.writeBook) .body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin4 .title a,
.itemSkin5 .title a,
.itemSkin7 .title a,
.thirdPage .categorySkin2 .title a,
.informationDr .body b {
    line-height: 1.6rem;
    -webkit-line-clamp: 1;
}

.itemSkin3 .abstract a,
.itemSkin4 .abstract a {
    line-height: 1.6rem;
    -webkit-line-clamp: 3;
    text-indent: 10px;
    height: 5em;
    padding: 0 5px;
    text-align: justify;
}

.colorTopText {
    color: #12bc66;
}

.topText {
    color: #fff;
    font-size: 17px;
}

.mainTitle {
    display: block;
    font-size: 25px;
    color: #fff;
}

.colorTitle {
    color: #000;
}

.moreBtn {
    color: #fff;
    border-radius: 4px;
    background-color: #12bc66;
    padding: 10px;
    display: inline-block;
}

.backInfo {
    position: absolute;
    height: 70vh;
    z-index: -2;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
}

    /*.darkBack {*/
    .backInfo::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #004221;
        opacity: .75;
        z-index: -1;
    }

/*header*/
header {
    padding-block: 0 80px;
    background: url(File.aspx?t=image&s=headerBack.jpg) center;
}

    header .top {
        padding: 35px 2vw;
        color: #ffffff;
        text-shadow: 0 0 0em #fff, 0 0 10em rgb(0 0 0), 0 0 13em rgb(0 0 0);
        font-size: 20px;
        background-color: #00000021;
    }

    header.insideHeader .top {
        padding: 27px 2vw;
    }

    header .top span {
        font-size: 16px;
    }

/*header top*/
.insideHeader {
    padding-block: 0;
    height: 100px;
}

    .insideHeader .topHeader {
        padding-block: 10px;
    }

    .insideHeader .menuBar {
        transform: translateY(-10px);
    }

/*menuBar*/
.menuBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 2vw;
}

.menuFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-inline: 2vw;
    animation: showMenu .6s;
}

@keyframes showMenu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.insideHeader .menuFixed {
    transform: none;
}

.menuBar .right {
    background-color: #333;
    width: 77%;
    padding: 16px 10px;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
}

    .menuBar .right .topMenu {
        padding: 0 18px;
        display: none;
    }

        .menuBar .right .topMenu a {
            font-size: 16px;
            color: #ff930c;
            font-weight: bold;
            text-shadow: 4px 2px 2px #000000ba;
        }

/*.menuFixed .right,
.insideHeader .menuBar .right {
    padding: 10px;
}*/

.menuFixed .right .topMenu,
.insideHeader .menuBar .topMenu {
    display: block;
}

.menuBar nav {
    /*background-color: #333;
    width: 70%;*/
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*padding: 16px 10px;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;*/
    transition: .5s;
}

    .menuBar nav > a, .menuBar .subMenuItem {
        color: #fff;
        cursor: pointer;
        padding: 0 10px;
        box-sizing: border-box;
        transition: .5s;
    }

    .menuBar nav:hover > a, .menuBar nav:hover .subMenuItem {
        opacity: .8;
        transition: 0.5s;
        filter: blur(0.8px);
    }

    .menuBar nav > a:hover, .menuBar nav .subMenuItem:hover {
        color: #ff930c;
        opacity: 1;
        filter: unset;
    }

    .menuBar nav .navItemActive {
        color: #12bc66;
    }

.menuBar .subMenuItem img {
    vertical-align: middle;
    width: 10px;
}

.menuBar .subMenuItem:hover img {
    filter: invert(58%) sepia(82%) saturate(1545%) hue-rotate(353deg) brightness(101%) contrast(101%);
}

.menuBar .menuBarLeft {
    background-color: #12bc66;
    width: 23%;
    padding: 16px 3px;
    display: flex;
    justify-content: space-around;
    border-radius: 4px 0 0 4px;
}

.menuFixed .right, .insideHeader .menuBar .right {
    padding: 10px;
}

.menuFixed .menuBarLeft, .insideHeader .menuBar .menuBarLeft {
    padding: 21.5px 10px;
}

nav .itemMenu {
    position: relative;
}

    nav .itemMenu ul {
        position: absolute;
        background-color: #fff;
        top: 35px;
        margin: 0;
        padding: 10px;
        box-sizing: border-box;
        box-shadow: 0 0 10px #0000000f;
        border-radius: 0 0 10px 10px;
        transform-origin: top;
        transform: scale3d(1, 0, 1);
        width: 160px;
        transition: transform 0.5s;
    }

.menuFixed nav .itemMenu ul,
.insideHeader nav .itemMenu ul {
    top: 30px;
}

nav .itemMenu .openSubMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
}

nav .itemMenu ul a {
    color: #000;
    padding: 8px 0;
    display: block;
    box-sizing: border-box;
}

    nav .itemMenu ul a:hover {
        color: #12bc66;
    }

.summeryChildMenu {
    position: relative;
}

    .summeryChildMenu a {
        display: block;
        cursor: pointer;
    }

        .summeryChildMenu a img {
            filter: invert(1);
            width: 10px;
            float: left;
            margin-top: 6px;
            transform: rotate(90deg);
            transition: .3s;
        }

        .summeryChildMenu a:hover img {
            filter: invert(49%) sepia(65%) saturate(853%) hue-rotate(106deg) brightness(100%) contrast(86%);
        }

.openChild a {
    color: #12bc66;
}

    .openChild a img {
        transform: rotate(0);
        filter: invert(49%) sepia(65%) saturate(853%) hue-rotate(106deg) brightness(100%) contrast(86%);
    }

.openSubMenu .childSubMenu {
    top: 0;
    right: 108%;
    width: 190px;
}

.openSubMenu .openChildMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
}

.openSubMenu .childSubMenu li {
    border-bottom: 1px solid #ededed;
}

.menuBar .menuBarLeft a {
    color: #fff;
    direction: ltr;
    font-size: 13px;
}

.menuBar .menuBarLeft img {
    width: 16px;
    vertical-align: middle;
}

.menuBar .menuBarLeft .eitaa img {
    filter: invert(97%) sepia(0%) saturate(2%) hue-rotate(214deg) brightness(275%) contrast(100%);
}

.menuBar .menuBarLeft .border {
    border: 1px solid #fff;
}

.menuBar .menuBarLeft .sendComment {
    color: #fff;
    cursor: pointer;
}

.menuBar .menuBarLeft .SendMessageForm {
    /*display: none;*/
}

.spaceAround, .spaceAroundP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000040;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}
/*start modal style*/
/*.modalDialog {
    position: fixed;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    background-color: #fff;
    width: 50%;
    border-radius: 5px;
    margin: auto;
    padding: 20px 30px;
    box-sizing: border-box;
    visibility: hidden;
    box-shadow: 0 0 10px #00000040
}

    .modalDialog:target {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .modalDialog .SendMessageForm h3 {
        text-align: center;
        padding-bottom: 15px;
        border-bottom: 1px solid #12bc66;
        margin-bottom: 30px;
    }

    .modalDialog .SendMessageForm > div:not(.body, .sendMessageSendBtnDiv, .sendMessageAlertDiv) {
        display: inline-block;
        vertical-align: top;
        width: 32%;
    }

    .modalDialog .SendMessageForm input:not(.sendMessageSendBtnDiv input), .modalDialog .SendMessageForm textarea {
        padding: 5px;
        border-radius: 4px;
        border: 1px solid #959595;
        width: 100%;
        box-sizing: border-box;
        margin: 8px 0;
    }

    .modalDialog .sendMessageSendBtnDiv {
        text-align: left;
    }

        .modalDialog .sendMessageSendBtnDiv input {
            background-color: #12bc66;
            border: none;
            cursor: pointer;
            padding: 6px 10px;
            border-radius: 4px;
            color: #fff;
        }

    .modalDialog img {
        width: 30px;
        cursor: pointer;
        position: absolute;
        filter: invert(53%) sepia(3%) saturate(13%) hue-rotate(350deg) brightness(94%) contrast(86%);
    }*/

/*slider*/
.slider {
    min-height: 80vh;
    margin-top: -105px;
    background: url(File.aspx?t=image&s=slider.jpg) no-repeat top;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .slider .logo {
        width: 100%;
    }

h1 {
    margin: 20px 0 10px;
}

    h1 a {
        color: #ff930c;
        font-size: 30px;
    }

.slider .text {
    text-align: center;
}

.slider p {
    font-size: 30px;
    margin: 0;
    color: #fff;
}

.slider pre {
    font-family: IranNastaliq;
    font-size: 40px;
    color: #fff;
    margin: 10px 0;
}

/*aboutDr*/
.aboutDr {
    padding-block: 50px 60px;
}

    .aboutDr .right {
        /*width: 30%;*/
        background-color: #f6f6f6;
        padding: 25px;
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
    }

    .aboutDr p {
        text-align: justify;
    }

    .aboutDr .moreBtn {
        position: absolute;
        bottom: -25px;
    }

/*.aboutDr .left {
        width: 70%;
        text-align: left;
    }

        .aboutDr .left .item {
            box-shadow: 0 0 10px #0000002b;
            border-radius: 10px;
            display: inline-block;
            vertical-align: top;
            width: 45%;
            margin: 8px;
            text-align: center;
            padding: 15px;
            box-sizing: border-box;
            position: relative;
        }

            .aboutDr .left .item::before, .aboutDr .left .item::after {
                content: "";
                position: absolute;
                bottom: 3px;
                right: -20px;
                width: 30px;
                height: 30px;
                border-radius: 70px;
                border-radius: 250px 0;
                background: -webkit-gradient(linear,left top,right top,from(rgba(49,207,171,0.5)),to(#12BC66));
                background: linear-gradient(to right,rgba(49,207,171,0.5),#12BC66);
                -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-70deg);
                transition: all .3s ease-in-out;
            }

            .aboutDr .left .item::after {
                bottom: -6px;
                right: -11px;
                -webkit-transform: translateX(-50%) rotate(-45deg);
                transform: translateX(-50%) rotate(-120deg);
                transition: all .3s ease-in-out;
            }

        .aboutDr .left .lastItem {
            width: 93%;
        }

        .aboutDr .left img {
            width: 70px;
        }

        .aboutDr .left b {
            display: block;
            margin: 10px 0;
        }*/

/*informationDr*/
.informationDr {
    position: relative;
    text-align: center;
    padding-top: 40px;
}

    .informationDr .backInfo {
        background-image: url(File.aspx?t=image&s=drSepehr.jpg);
    }


    .informationDr .items {
        margin: 40px 0;
    }

        .informationDr .items .item {
            display: inline-block;
            vertical-align: top;
            width: 46%;
            border-radius: 10px;
            margin: 10px;
            box-shadow: 0 0 8px #6a6a6a30;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

        .informationDr .items .writeBook {
            width: 94.5%;
        }

        .informationDr .items .articels {
            background-image: url(File.aspx/?t=image&s=articels.jpg);
        }

        .informationDr .items .books {
            background-image: url(File.aspx/?t=image&s=books.jpg);
        }

        .informationDr .items .experience {
            background-image: url(File.aspx/?t=image&s=experience.jpg);
        }

        .informationDr .items .achievement {
            background-image: url(File.aspx/?t=image&s=achievement.jpg);
        }

        .informationDr .items .writeBook {
            background-image: url(File.aspx/?t=image&s=writeBook.jpg);
        }

    .informationDr .body {
        background-color: #fff;
        border-radius: 0 10px 10px 200px;
        width: 70%;
        padding: 25px;
        box-sizing: border-box;
        text-align: right;
    }

        .informationDr .body > img {
            width: 40px;
            display: block;
        }

        .informationDr .body b {
            text-align: right;
            margin: 15px 0;
            font-size: 16px;
        }

        .informationDr .body p {
            text-align: justify;
            width: 80%;
            line-height: 20px;
            text-indent: 5px;
        }

    .informationDr .item:not(.writeBook) .body p {
        -webkit-line-clamp: 11;
        height: 15.5em;
    }

.conversation {
    background-color: transparent;
    border: 1px solid #12bc66;
    color: #12bc66;
    padding: 8px 10px;
}

    .conversation img {
        vertical-align: middle;
    }

/*aboutCompany*/
.aboutCompany, .contactWays {
    border-radius: 10px;
    margin: 60px 136px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-items: stretch;
}

    .aboutCompany .right {
        width: 65%;
        padding: 25px;
        box-sizing: border-box;
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
        border-radius: 10px;
        position: relative;
    }

        .aboutCompany .right > b {
            font-size: 30px;
        }

    .aboutCompany .companyLogo {
        width: 115px;
    }

    .aboutCompany small {
        font-size: 12px;
        color: #646464;
    }

    .aboutCompany .right .item, .contactWays .right .item {
        padding-top: 30px;
    }

        .aboutCompany .right .item img, .contactWays .right img {
            width: 50px;
            vertical-align: top;
        }

        .aboutCompany .right .item .text, .contactWays .right .text {
            display: inline-block;
            vertical-align: middle;
        }

        .aboutCompany .right .item .text {
            width: 90%;
        }

            .aboutCompany .right .item .text .socialLinks {
                color: #12bc66
            }

            .aboutCompany .right .item .text a {
                padding: 0 10px;
                box-sizing: border-box;
                color: #12bc66;
            }

                .aboutCompany .right .item .text a img {
                    width: 15px;
                    filter: invert(53%) sepia(99%) saturate(1047%) hue-rotate(353deg) brightness(105%) contrast(102%);
                }

    .aboutCompany .text span, .contactWays .right .text span {
        font-size: 18px;
    }

    .aboutCompany .text p, .contactWays .right .text p,
    .contactWays .right .text a {
        margin: 8px 0;
        color: #646464;
        text-align: justify;
        text-indent: 5px;
    }

    .aboutCompany .text b {
        color: #ff9316;
    }

    .contactWays .right .text a {
        display: block;
    }

    .aboutCompany .moreBtn {
        position: absolute;
        bottom: -25px;
        right: 0;
    }

    .aboutCompany .left {
        width: 35%;
        /*height: 500px;*/
        object-fit: cover;
        object-position: left;
    }

/*caseInformation*/
.caseInformation {
    position: relative;
    text-align: center;
    min-height: 55vh;
    padding-top: 125px;
}

    .caseInformation .backInfo {
        background-image: url(File.aspx?t=image&s=study.jpg);
    }

    .caseInformation .ContentsItems {
        margin-top: 50px;
    }

    .caseInformation .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        border-radius: 8px;
        margin: 0 5px;
        background-color: #fff;
        box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
        text-align: right;
        position: relative;
        transition: .5s;
    }

        .caseInformation .itemSkin4:hover,
        .activities .itemSkin7:hover .text {
            transform: translateY(-6px);
        }

        .caseInformation .itemSkin4 .image a {
            display: flex;
        }

        .caseInformation .itemSkin4 img {
            width: 100%;
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
        }

        .caseInformation .itemSkin4 .title a {
            margin: 20px;
            color: #000;
        }

        .caseInformation .itemSkin4 .abstract {
            position: relative;
        }

            .caseInformation .itemSkin4 .abstract a {
                position: absolute;
                bottom: 60px;
                z-index: 0;
                transition: height .5s;
                color: #fff;
                width: 56%;
                margin: 0 6px;
                height: 0;
            }

        .caseInformation .itemSkin4:hover .abstract a {
            height: 70px;
        }

        .caseInformation .itemSkin4 .abstract::before {
            content: '';
            position: absolute;
            bottom: 62px;
            right: 0;
            width: 0;
            height: 0;
            border-left: 0 solid transparent;
            border-bottom: 0 solid #12bc66;
            transition: all .5s;
        }

        .caseInformation .itemSkin4:hover .abstract::before {
            border-bottom-width: 30vh;
            border-left-width: 20vw;
        }
        /*.caseInformation .itemSkin4:hover .abstract a {
            height: 75%;
            opacity: 1;
            visibility: visible;
        }

        .caseInformation .itemSkin4 .abstract::before {
            content: '';
            position: absolute;
            background: rgba(18,188,102,0.7);
            height: 0;
            width: 100%;
            bottom: 0;
            transform: skewY(-30deg) translateY(60%);
            transition: all .5s 0s cubic-bezier(.6,-.28,.735,.045);
            opacity: 0;
            z-index: -1;
        }

        .caseInformation .itemSkin4:hover .abstract::before {
            opacity: 1;
            height: 100%;
            transition: all .4s 0s cubic-bezier(.175,.885,.32,1.275);
        }*/
        .caseInformation .itemSkin4 .more a {
            color: #12bc66;
            margin: 20px;
            display: block;
        }

    .caseInformation .moreBtn, .activities .moreBtn, .otherCompany .moreBtn {
        margin-top: 20px;
    }

/*contactWays*/
.contactWays {
    box-shadow: 0 0 10px #0000002e;
}

    .contactWays .left .backInfo {
        background-image: url(File.aspx?t=image&s=sendMessage.jpg);
    }

    .contactWays .right {
        width: 60%;
        padding: 20px;
        box-sizing: border-box;
    }

    .contactWays .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .contactWays .item {
        width: 50%;
    }

    .contactWays .right .text {
        width: 65%;
    }

    .contactWays .left {
        width: 40%;
        position: relative;
        padding: 25px;
        box-sizing: border-box;
        color: #fff;
    }

        .contactWays .left .backInfo {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            height: 100%;
        }

            .contactWays .left .backInfo::before {
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
            }

    .contactWays .SendMessageForm > div {
        margin: 10px 0;
    }

    .contactWays .sendMessageAlertDiv {
        text-align: center;
        animation: warning 10s;
        opacity: 0;
    }

@keyframes warning {
    0%, 90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.contactWays .sendMessageAlert {
    color: #fb952c !important;
}

.contactWays input, .contactWays textarea {
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px;
    border: none;
}

    .contactWays input:not(.sendMessageSendBtn), .contactWays textarea {
        background-color: #ffffff6e;
        width: 100%;
    }

.contactWays .sendMessageSendBtn {
    background-color: #12bc66;
    color: #fff;
}

/*team*/
.team {
    position: relative;
    text-align: center;
    /*padding-top: 150px;*/
    padding: 60px 80px;
}

    .team .backInfo {
        background-image: url(File.aspx?t=image&s=team.jpg);
        background-attachment: fixed;
        height: 385px;
    }

    .team .content {
        white-space: nowrap;
        overflow: hidden;
        padding-top: 30px;
    }

        .team .content .ContentsItems {
            transition: .5s;
        }

    .team .itemSkin3 {
        display: inline-block;
        width: 95%;
        margin: 0 25px;
        box-shadow: 0 0 10px #0000002e;
    }

        .team .itemSkin3 .child {
            display: flex;
            flex-direction: column-reverse;
            background-color: #fff;
            border-radius: 10px;
            padding: 20px;
            box-sizing: border-box;
        }

        .team .itemSkin3 .image {
            display: none;
        }

    .team .itemSkin1 {
        display: inline-block;
        vertical-align: middle;
        margin-top: -16px;
        margin-inline: -5px;
        cursor: pointer;
        width: 14%;
    }

        .team .itemSkin1 img {
            width: 100%;
            border-radius: 50%;
            border: 2px solid #eee;
        }

    .team .activeItem img {
        /*border-color: #12bc66;*/
        border-color: #33644b;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 20px #0000006b;
    }

    .team .itemSkin3 .title a {
        color: #000;
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0;
    }

    .team .itemSkin3 .abstract a {
        white-space: normal;
        text-align: justify;
        color: #646464;
        margin: 10px 0;
    }

/*activities*/ /*books*/
.activities, .otherCompany, .books {
    text-align: center;
}

    .activities .itemSkin7, .books .itemSkin7 {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        position: relative;
        padding: 5px;
        box-sizing: border-box;
    }

        .activities .itemSkin7 .image a, .books .itemSkin7 .image a
        main .itemSkin3 .image a, main .itemSkin4 .image a {
            display: flex;
            overflow: hidden;
        }

        .activities .itemSkin7 .image a, .books .itemSkin7 .image a {
            border-radius: 10px;
        }

        .activities .itemSkin7 img, .books .itemSkin7 img {
            width: 100%;
            border-radius: 10px;
            transition: .5s;
        }

        .activities .itemSkin7:hover img, .books .itemSkin7:hover img
        main .itemSkin3:hover img, main .itemSkin4:hover img {
            transform: scale(1.1);
        }

        .activities .itemSkin7 .text, .books .itemSkin7 .text {
            background-color: #fff;
            box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
            padding: 10px;
            box-sizing: border-box;
            width: 80%;
            margin: -30px auto 0;
            position: relative;
            border-radius: 10px;
            transition: .5s;
        }

        .activities .itemSkin7 .title a, .books .itemSkin7 .title a {
            color: #000;
        }

        .activities .itemSkin7 .abstract, .books .itemSkin7 .abstract {
            display: none;
        }

        .activities .itemSkin7 .more, .books .itemSkin7 .more {
            color: #12bc66;
            position: relative;
            display: inline-block;
        }

            .activities .itemSkin7 .more::after, .books .itemSkin7 .more::after {
                content: "\203A";
                position: absolute;
                left: -10px;
                top: 50%;
                transform: translateY(-50%);
                font-size: 20px;
            }

/*otherCompany*/
.otherCompany {
    padding: 30px 0;
}

    .otherCompany .icon {
        background-color: #12bc66;
        border-radius: 6px;
        padding: 15px;
        width: 45px;
        box-sizing: border-box;
        opacity: 0;
        transition: .5s;
        cursor: pointer;
        vertical-align: middle;
    }

    .otherCompany:hover .icon {
        opacity: 1;
    }

    .otherCompany .prev {
        transform: rotate(-90deg);
    }

    .otherCompany .next {
        transform: rotate(90deg);
    }

    .otherCompany .ContentsItems {
        white-space: nowrap;
        overflow: hidden;
        text-align: right;
    }

    .otherCompany > div {
        display: inline-block;
        vertical-align: middle;
        width: 89%;
    }

    .otherCompany .itemSkin1 {
        display: inline-block;
        vertical-align: top;
        width: 12%;
        padding: 0 30px;
        box-sizing: border-box;
    }

        .otherCompany .itemSkin1 img {
            width: 100%;
            filter: grayscale(1);
            transition: .5s;
        }

        .otherCompany .itemSkin1:hover img {
            filter: none;
        }

/*footer*/
footer {
    background: url(File.aspx?t=image&s=footer.jpg) no-repeat center;
    position: relative;
}

    footer .backDark {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #333;
        opacity: .9;
        z-index: 0;
    }

    footer .item a, footer .item b {
        color: #fff;
        transition: .5s;
    }

        footer .item a:hover {
            color: #12bc66;
        }

    footer .item span {
        color: #fff;
    }

    footer .socialNetwork {
        margin-top: 10px;
    }

        footer .socialNetwork img {
            filter: invert(57%) sepia(92%) saturate(396%) hue-rotate(97deg) brightness(84%) contrast(98%);
            width: 30px;
            vertical-align: middle;
            padding: 5px;
            box-sizing: border-box;
        }

    footer .item {
        display: inline-block;
        vertical-align: top;
        width: 30%;
        padding: 0 10px;
        box-sizing: border-box;
        position: relative;
    }

    footer .footerLogo {
        width: 65%;
        padding-left: 80px;
    }

        footer .footerLogo a {
            font-size: 16px;
        }

    footer small {
        color: #b5b5b5;
        display: block;
    }

    footer .footerLogo p {
        color: #bbbbbb;
        text-align: justify;
    }

    footer .item > a {
        display: block;
        padding: 10px 0;
    }

    footer .item .bullet {
        transform: rotate(90deg);
        width: 10px;
        vertical-align: middle;
        filter: invert(57%) sepia(92%) saturate(396%) hue-rotate(97deg) brightness(84%) contrast(98%);
    }


/*knkFooter*/
.knkFooter {
    background-color: #333;
    color: #fff;
    padding: 10px 100px;
}

    .knkFooter img {
        width: 50px;
        vertical-align: middle;
    }

    .knkFooter .knk2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .knkFooter .knk2 > * {
            width: 50%;
        }

    .knkFooter .knk a {
        color: #fff;
    }

    .knkFooter .knk div {
        display: inline-block;
    }
/*main*/
main {
    min-height: 65vh;
    padding-inline: 2vw;
    padding-top: 25px;
    text-align: center;
}

.ContentsTitle, .ContentTitle {
    text-align: center;
    font-size: 25px;
    position: relative;
    color: #12bc66;
    padding: 10px;
}

.ContentBody {
    text-align: right;
}

ContentsItems {
    text-align: center;
}

/*itemSkin2*/
main .itemSkin2 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 5px;
}

    main .itemSkin2::before, main .itemSkin2::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 5px;
        height: 200%;
        background-color: rgba(255, 255, 255, .2);
        z-index: 1;
        transition: .5s;
    }

    main .itemSkin2::before {
        transform: translate(-50%, -111%) rotate(45deg);
    }

    main .itemSkin2::after {
        transform: translate(-50%, 5%) rotate(45deg);
    }

    main .itemSkin2:hover::before {
        transform: translate(-50%, 5%) rotate(45deg);
    }

    main .itemSkin2:hover::after {
        transform: translate(-50%, -111%) rotate(45deg);
    }

    main .itemSkin2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    main .itemSkin2 .title {
        position: absolute;
        bottom: 0;
        right: 0;
        background: linear-gradient(0deg, rgb(0 0 0) 30%, rgba(255,255,255,0) 100%);
        left: 0;
        padding: 25px 25px 10px;
    }

        main .itemSkin2 .title a {
            color: #fff;
            font-weight: bold;
        }

/*itemSkin2 specialGallery*/
.specialGallery .ContentsItems {
    column-count: 5;
    column-gap: 2px;
}

.specialGallery .itemSkin2 {
    width: 100%;
    margin: -5px 0 0;
}

/*itemSkin3*/ /*itemSkin4*/
main .itemSkin3, main .itemSkin4 {
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000024;
}

    .itemSkin3 .image a, main .itemSkin4 .image a {
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }

    main .itemSkin3 img, main .itemSkin4 img {
        width: 100%;
        border-radius: 10px 10px 0 0;
        transition: .5s;
    }

    main .itemSkin3 .title, main .itemSkin4 .abstract,
    main .itemSkin4 .title, main .itemSkin4 .abstract, main .itemSkin4 .more {
        padding: 5px;
        box-sizing: border-box;
    }

    main .itemSkin3 .title, main .itemSkin4 .title {
        text-align: center;
    }

        main .itemSkin3 .title a, main .itemSkin4 .title a {
            color: #000;
            font-weight: bold;
        }

    main .itemSkin3 .abstract a, main .itemSkin4 .abstract a {
        color: #646464;
        word-spacing: -2px;
    }

    main .itemSkin4 .more {
        text-align: left;
    }

        main .itemSkin4 .more a {
            color: #12bc66;
        }

/*content*/
.ContentAbstract {
    color: #646464;
    text-align: center;
}

.ContentBody p {
    text-align: justify;
}

/*ifram*/
iframe {
    max-width: 100%;
}

main table {
    margin: 10px 0;
    border-color: #c7c8c9;
    border-collapse: collapse;
}

main .DetailSkin1 .ContentBody table {
    width: 100%;
}

main table tr td {
    padding: 5px;
    text-align: center;
}

main .contentImagesDiv {
    text-align: center;
    margin: 20px 0;
}

    main .contentImagesDiv .ImageSkin1 {
        display: inline-block;
        margin: 5px;
        vertical-align: top;
        width: 18%
    }

        main .contentImagesDiv .ImageSkin1 img {
            width: 100%;
        }

.thirdPage {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .thirdPage .right {
        width: 90%;
        text-align: right;
    }

    .thirdPage .categorySkin2 {
        display: inline-block;
        vertical-align: top;
        width: 32%;
        margin: 3px;
        box-shadow: none;
        border: 1px solid #eee;
        box-sizing: border-box;
    }

        .thirdPage .categorySkin2 .image {
            width: 50px;
            margin: 3px;
            display: inline-block;
            vertical-align: middle;
        }

        .thirdPage .categorySkin2 img {
            width: 60px;
            height: 60px;
            vertical-align: middle;
            object-fit: contain;
        }

        .thirdPage .categorySkin2 .title {
            width: 75%;
            display: inline-block;
            vertical-align: middle;
        }

            .thirdPage .categorySkin2 .title a {
                color: #000;
            }

    .thirdPage .left {
        position: fixed;
        left: 2%;
        top: 140px;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        z-index: 1;
    }

        .thirdPage .left a {
            display: block;
            border-radius: 50%;
            width: 45px;
            z-index: 1;
            height: 45px;
            transition: width .2s;
            overflow: hidden;
            text-align: center;
            box-shadow: 0 0 5px #ffffff52;
            background-color: #e7e7e7;
            margin: 3px 0;
        }

            .thirdPage .left a:hover {
                width: 120px;
                border-radius: 30px;
                margin-top: 17px;
                padding-left: 19px;
                text-align: left;
                box-sizing: border-box;
            }

        .thirdPage .left img {
            filter: invert(50%) sepia(89%) saturate(435%) hue-rotate(97deg) brightness(98%) contrast(91%);
            width: 50%;
            vertical-align: middle;
            margin-top: -10px;
        }

        .thirdPage .left a:hover img {
            width: 15%;
            margin-top: 0;
        }

        .thirdPage .left span {
            display: inline-block;
            vertical-align: middle;
            color: #12bc66;
            margin: -50px 10px 10px;
            font-weight: bold;
            opacity: 0;
            visibility: hidden;
        }

        .thirdPage .left a:hover span {
            opacity: 1;
            visibility: visible;
            margin-top: 13px;
        }

    .thirdPage .right .itemSkin104 {
        list-style: none;
        border: 1px solid #ddd;
        margin: 3px 0;
        padding: 10px;
        box-sizing: border-box;
    }

        .thirdPage .right .itemSkin104 a {
            color: #000;
        }

            .thirdPage .right .itemSkin104 a p {
                margin: 0;
            }

@media only screen and (max-width: 768px) and (min-width: 0) {
    * {
        letter-spacing: -.9px;
    }

    .container {
        padding-inline: 20px;
        padding-block: 20px;
    }

    header {
        padding: 0;
    }

        header .top {
            padding: 20px 10px;
            text-align: center;
        }

    .insideHeader .top {
        display: none;
    }

    header .top span {
        display: block;
    }

    .menuBar {
        padding: 0;
    }

    .topHeader {
        display: block;
        text-align: center;
        padding-bottom: 20px;
    }

        .topHeader .left {
            display: none;
        }

    .headerLogoMore {
        width: 25%;
        background-color: #333;
        padding: 7px 0 8px;
        box-sizing: border-box;
    }

        .headerLogoMore .line {
            width: 30px;
            height: 3px;
            background-color: #fff;
            margin: 7px auto;
            display: block;
        }

    h1 a, .slider p {
        font-size: 20px;
    }

    .insideHeader {
        padding: 0;
        height: 90px;
    }

    .menuBar .right {
        background-color: transparent;
        width: 0;
        padding: 0;
    }

    .menuBar nav {
        display: block;
        position: absolute;
        top: 51px;
        right: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        box-shadow: 0 0 10px #00000029;
        transform-origin: top;
        transform: scale3d(1, 0, 1);
        transition: .5s;
    }

    .menuBar .openMenu {
        transform: scale3d(1,1,1);
    }

    .menuBar nav > * {
        display: block;
        text-align: right;
    }

    .menuBar nav > a, .menuBar .subMenuItem {
        color: #000;
        width: 100%;
        display: block;
        padding: 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }

        .menuBar .subMenuItem img {
            filter: invert(62%) sepia(16%) saturate(5331%) hue-rotate(105deg) brightness(91%) contrast(86%);
            float: left;
            transform: rotate(90deg);
        }

    .menuFixed .right, .insideHeader .right {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background-color: #333;
        width: 100%;
        padding: 8px 0;
        text-align: center;
        border-radius: 0;
        border-bottom: 1px solid #565656;
    }

    .menuFixed, .insideHeader .menuBar {
        padding: 39px 0 0;
        transform: none;
    }

    nav .itemMenu ul {
        width: 100%;
        position: unset;
        height: 0;
        padding: 0;
        padding-right: 34px;
        border-right: 1px solid #12b864;
        border-radius: 0;
        box-shadow: none;
    }

    nav .itemMenu .openSubMenu,
    nav .itemMenu .openChildMenu {
        height: auto;
    }

    .menuBar .menuBarLeft {
        border-radius: 0;
        width: 75%;
    }

        .menuBar .menuBarLeft a {
            font-size: 14px;
        }

    .menuFixed .menuBarLeft, .insideHeader .menuBar .menuBarLeft {
        padding: 16px 10px;
    }

    .menuFixed nav, .insideHeader nav {
        top: 90px;
    }

    .slider {
        margin-top: 0;
        min-height: 87vh;
        background-position: 30%;
    }

        .slider pre {
            white-space: normal;
            letter-spacing: 0;
            font-size: 32px;
            line-height: 2em;
        }

    .summeryChildMenu a {
        /*width: 97%;*/
    }
    /*aboutDr*/
    .aboutDr {
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

        .aboutDr .right, .aboutDr .left, .aboutDr .left .item,
        .informationDr .items .item {
            width: 100%;
        }

        .aboutDr .left {
            margin-top: 40px;
        }

            .aboutDr .left .item, .informationDr .items .item {
                margin-inline: 0;
            }

    .informationDr .item:not(.writeBook) .body p {
        -webkit-line-clamp: unset;
        height: auto;
    }

    .informationDr .items {
        margin-bottom: 0;
    }

    .team .itemSkin1 {
        width: 18%;
    }

    .aboutCompany, .contactWays {
        margin: 0 10px 65px;
        flex-wrap: wrap;
    }

        .aboutCompany .right {
            width: 100%;
            height: auto;
            text-align: center;
        }

        .aboutCompany .left {
            display: none;
        }

        .aboutCompany .right .item .text {
            width: 100%;
        }

    .caseInformation {
        padding-top: 125px;
    }

        .caseInformation .itemSkin4 {
            width: 100%;
            margin: 5px 0;
        }

    .contactWays {
        flex-direction: column-reverse;
    }

        .contactWays .right, .contactWays .left {
            width: 100%;
        }

        .contactWays .item {
            width: 100%;
        }

        .contactWays .right img {
            width: 40px;
        }

        .contactWays .left .backInfo, .contactWays .left .backInfo::before {
            border-radius: 10px;
        }


    .informationDr .body {
        width: 80%;
    }

    .team {
        padding-top: 50px;
    }

        .team .itemSkin3 {
            margin: 0 8px;
        }

    .aboutCompany .text pre {
        white-space: normal;
    }

    .activities .itemSkin7, .books .itemSkin7 {
        width: 100%;
        padding: 5px 0
    }

    .otherCompany > div {
        width: 74%;
    }

    .otherCompany .itemSkin1 {
        width: 25%;
        padding: 0 5px;
    }

    .otherCompany .icon {
        opacity: 1;
        width: 40px;
    }

    footer .item {
        width: 100%;
        padding: 10px 0;
    }

    footer small {
        text-align: left;
    }

    .knkFooter {
        padding: 10px;
        text-align: center;
    }

        .knkFooter .knk2 {
            flex-wrap: wrap;
        }

            .knkFooter .knk2 > * {
                width: 100%;
            }

        .knkFooter img {
            width: 44px;
        }

    .insideHeader .logo {
        text-align: center;
    }

    main {
        padding: 10px;
    }

        main .itemSkin2 {
            width: 100%;
            margin: 5px 0;
        }

            main .itemSkin2 img {
                width: 100%;
            }

    .specialGallery .ContentsItems {
        column-count: 2;
    }

    .specialGallery .itemSkin2 {
        margin: 2px 0 0;
    }

    main .itemSkin3, main .itemSkin4 {
        width: 100%;
        margin: 5px 0;
    }

    main .contentImagesDiv .ImageSkin1 {
        width: 30%;
    }

    .thirdPage .right {
        width: 85%;
    }

    .thirdPage .categorySkin2 {
        width: 100%;
        margin: 3px 0;
    }

    .thirdPage .left {
        left: 5px;
        top: 95px !important;
    }

        .thirdPage .left span {
            display: none;
        }

        .thirdPage .left img {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
            margin-top: 0;
        }

        .thirdPage .left a:hover {
            width: 45px;
            border-radius: 50%;
            margin-top: 3px;
        }

            .thirdPage .left a:hover img {
                width: 100%;
                margin-top: 0;
            }
}
