@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-family: 'shabnam';
    direction: rtl;
}

iframe {
    max-width: 100%;
}

body {
    margin: 0;
    background-color: #ffffff;
}

    body main img {
        max-width: 100%;
    }

a {
    text-decoration: none;
}

.aparatItem {
    width: 49%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    padding-top: 5px;
}

    .aparatItem iframe {
        width: 90%;
        min-height: 300px;
    }

    .aparatItem strong {
        display: block;
    }

    .aparatItem a {
        margin: 10px 0;
        display: block;
    }

@media only screen and (max-width: 768px) {
    .aparatItem {
        width: 100%;
    }
}
/*.................................... ........................ ...................................*/

#ctl04_ctl15__linkMoreContents {
    text-align: left;
    display: block;
    margin: 25px 2.1vw;
    color: #213d5a;
    font-size: 16px;
    font-weight: bold;
}

/*.................................... header ...................................*/
header #menu {
    display: none;
}

.NavFixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 0 5px #cbdce6;
    border-radius: unset;
}

header {
    border-radius: 10px;
    position: absolute;
    text-align: center;
    top: 20px;
    z-index: 55;
    background-color: white;
    left: 55px;
    right: 55px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    header .menuIcon {
        display: none;
    }

    header .right {
        vertical-align: middle;
        display: inline-block;
        padding: 10px 0;
    }

        header .right .logo img {
            width: 50px;
        }

        header .right .logo span {
            display: none
        }

    header .middle {
        display: inline-block;
        vertical-align: middle;
        text-align: right;
    }

/*nav*/
nav {
    display: flex;
    justify-content: center;
}

    nav ul:not(nav .itemMenu ul) {
        padding: 0;
        margin: 0;
        text-align: center
    }

    nav > ul {
        display: inline-block;
        vertical-align: middle
    }

        nav > ul > li {
            display: inline-block;
            vertical-align: middle
        }

    nav li {
        list-style: none
    }

    nav > ul > li a:not(nav .itemMenu li a), nav .itemMenu .subMenuItem {
        padding: 0 7px;
        color: #000;
        display: block;
        box-sizing: border-box;
        transition: .5s;
        font-size: 14px;
        font-weight: bold;
    }

.header
nav > ul > li a:not(nav .itemMenu li a), .header nav .itemMenu .subMenuItem {
    color: #fff;
}

nav .itemMenu {
    position: relative;
    cursor: pointer;
}

    nav .itemMenu img {
        width: 9px;
        height: auto;
        vertical-align: middle;
        transform: rotate(180deg);
        display: inline-block;
    }

    nav .itemMenu ul {
        position: absolute;
        background: #1a4f7a;
        top: 51px;
        box-sizing: border-box;
        box-shadow: 0 0 10px #b3cbe959;
        border-radius: 0 0 10px 10px;
        transform-origin: top;
        transform: scale3d(1,0,1);
        width: 205px;
        transition: transform .5s;
        text-align: right;
        z-index: 1;
        padding: 0;
        border-top: 2px solid var(--first-main-color)
    }

    nav .itemMenu .openSubMenu {
        transform: scale3d(1,1,1);
        opacity: 1;
        z-index: 2
    }

    nav .itemMenu li a {
        padding: 7px 20px;
        color: #fff;
        background: var(--second-main-color);
        display: block;
        box-sizing: border-box;
        transition: .5s
    }

    nav .itemMenu li:not(:last-child) a {
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

.spaceAround, .spaceAroundP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #23232308;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}

header .menu .lIcon span {
    display: none;
}

header .middle .menu a:hover {
    color: #106891;
    transition: .5s;
}

nav .itemMenu li:not(:last-child) a:hover, nav .itemMenu li:last-child a:hover {
    color: #000;
}

.header .middle .menu a {
    margin: 0px .71vw;
}

header .left {
    display: inline-block;
    vertical-align: middle;
}

    header .left a {
        background-color: #106891;
        font-size: 13px;
        font-weight: bold;
        color: white;
        padding: 10px 5px;
        border-radius: 8px;
    }

        header .left a img {
            vertical-align: middle;
            margin: 0 5px;
        }

/*.................................... sliders ...................................*/
.sliders {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 66vh;
    color: #fff;
    background: #106891;
    position: relative;
    overflow: hidden;
}

    .sliders .sliderIcon {
        position: absolute;
        top: 50%;
        width: 30px;
        cursor: pointer;
        z-index: 1;
    }

    .sliders .prev {
        right: 10px;
        transform: rotate(-90deg) translateX(50%);
    }

    .sliders .next {
        left: 10px;
        transform: rotate(90deg) translateX(-50%);
    }

    .sliders .items, .sliders .items > div, .sliders .ContentsItems {
        width: 100%;
        height: 100%;
    }

    .sliders .ContentsItems {
        white-space: nowrap;
        transition: .8s;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-drag: none;
    }

    .sliders .itemSkin100015 {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

        .sliders .itemSkin100015 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sliders .itemSkin100015 img:last-child {
            display: none;
        }

    .sliders .lines {
        position: absolute;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        display: flex;
    }

        .sliders .lines .line {
            width: 30px;
            height: 3px;
            background: #ffffff94;
            margin: 0 2px;
            cursor: pointer;
        }

            .sliders .lines .line.active {
                background: #fff;
            }
/*.................................... slider ...................................*/
/*.slider {
    background-image: url(File.aspx?t=image&s=slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .slider .back {
        min-height: 60vh;
        background-color: #003c68a3;
    }

        .slider .back .text {
            position: absolute;
            top: 37%;
            text-align: center;
            right: 25vw;
            left: 25vw;
        }

            .slider .back .text .title {
                font-size: 2.3em;
                font-weight: bold;
                color: white;
                margin: 0;
            }

            .slider .back .text .description {
                font-size: 18px;
                font-weight: bold;
                color: white;
                line-height: 2;
                margin: 23px 0;
            }

            .slider .back .text .buttons {
                margin: 50px 0px;
            }

                .slider .back .text .buttons a {
                    margin: 0 20px;
                    border-radius: 10px;
                    font-size: 15px;
                    font-weight: bold;
                }

                    .slider .back .text .buttons a:nth-child(1) {
                        padding: 10px;
                        color: white;
                        border: 2px solid white;
                        transition: .5s;
                    }

                        .slider .back .text .buttons a:nth-child(1):hover {
                            background-color: white;
                            color: #106891;
                            transition: .5s;
                        }

                    .slider .back .text .buttons a:nth-child(2) {
                        color: black;
                        background-color: white;
                        padding: 10px 30px;
                        border: 2px solid white;
                    }

                        .slider .back .text .buttons a:nth-child(2):hover {
                            background-color: #106891;
                            color: white;
                            transition: .5s;
                        }

    .slider .arrow {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

        .slider .arrow img {
            width: 1.5%;
        }*/
/*.................................... announcement ...................................*/
.announcement-bar .ContentTitle,
.announcement-bar .date,
.announcement-bar .ContentAbstract {
    display: none;
}

.announcement-bar {
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    margin: 22px auto;
    background: url(File.aspx?t=image&s=counter.jpg);
    filter: invert(1);
    box-sizing: border-box;
    animation: changeColor 5s linear infinite;
}

    .announcement-bar .DetailSkin10001 {
        position: relative;
    }

    .announcement-bar .ContentBody {
        display: block;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        padding: 10px 0;
    }

        .announcement-bar .ContentBody * {
            margin: 0;
        }

.announcement-icon {
    font-size: 24px;
    margin-left: 12px;
    animation: pulse 1.5s infinite;
}

@keyframes changeColor {
    0%, 50% {
        filter: invert(1);
    }

    51%, 100% {
        filter: unset;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.announcement-bar > img {
    position: absolute;
    top: -35px;
    left: 0;
    width: 115px;
    animation: pulse 1.5s infinite;
    filter: invert(1);
}

/*.................................... vip-Courses ...................................*/
.Vip-Courses {
    background-color: #f5f5fc;
    display: flex;
    text-align: center;
}

.VipStores2 {
    display: inline-block;
    width: 12%;
    vertical-align: top;
    margin: 98px 0;
    border-left: 2px solid #dadada;
    padding: 0 17px;
}

    .VipStores2 .sTitle {
        font-size: 15px;
        font-weight: bold;
        margin: 15px 0;
    }

    .VipStores2 .itemSkin2 {
        width: 100%;
        margin: 12px 0;
        border-radius: 10px;
        background-color: white;
        display: inline-block;
        box-shadow: 0 0px 10px #f1f1f1;
        vertical-align: top;
        padding: 0px;
    }
/*.................................... Courses ...................................*/
.Courses {
    text-align: center;
    margin: 80px 60px;
}

main .Consulting .itemSkin4, main .Courses .itemSkin4 {
    width: 29%;
}

.Consulting .itemSkin4, .Courses .itemSkin4, .Courses .categorySkin3 {
    width: 28%;
    vertical-align: top;
    background-color: white;
    display: inline-block;
    box-shadow: 0 0 5px gainsboro;
    border-radius: 12px;
    position: relative;
    padding: 0 10px;
    margin: 8px;
}

    /*    .Courses .categorySkin3 .image, .Consulting .itemSkin4 .image, .Courses .itemSkin4 .image {
        float: right;
        vertical-align: middle;
    }
*/
    .Courses .categorySkin3 .image, .Consulting .itemSkin4 .image, .Courses .itemSkin4 .image {
        float: right;
        vertical-align: middle;
        width: 10vw;
        height: 10vw;
        margin-left: 10px;
    }
        /*        .Courses .categorySkin3 .image img, .Consulting .itemSkin4 .image img, .Courses .itemSkin4 .image img {
            width: 100px;
            margin-left: 10px;
            height: 8vw;
            border-radius: 10px;
            object-fit: cover;
        }*/
        .Courses .categorySkin3 .image img, .Consulting .itemSkin4 .image img, .Courses .itemSkin4 .image img {
            border-radius: 10px;
            object-fit: contain;
            width: 100%;
            display: block;
            height: 100%;
        }

    .Courses .categorySkin3 .title, .Consulting .itemSkin4 .title, .Courses .itemSkin4 .title {
        padding-top: 18px;
        margin: 10px 0;
        font-size: 15px;
        font-weight: bold;
        text-align: right;
    }


        .Courses .categorySkin3 .title a, .Consulting .itemSkin4 .title a, .Courses .itemSkin4 .title a {
            color: black;
            height: 1.5rem;
            line-height: 1.5rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

    .Consulting .itemSkin4 .abstract, .Courses .itemSkin4 .abstract {
        font-size: 14px;
        text-align: right;
    }

        .Consulting .itemSkin4 .abstract a, .Courses .itemSkin4 .abstract a {
            color: gray;
            height: 2.85rem;
            line-height: 1.5rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .Consulting .itemSkin4 .more, .Courses .itemSkin4 .more {
        position: absolute;
        left: 20px;
        bottom: 6px;
    }

        .Consulting .itemSkin4 .more a, .Courses .itemSkin4 .more a {
            color: brown;
            font-size: 13px;
        }
/*.................................... banner ...................................*/
.banner {
    margin: 60px;
    display: flex;
    align-items: center;
}

    .banner .right {
        display: inline-block;
        width: 55%;
        line-height: 2;
        vertical-align: middle;
        margin: 0 20px;
    }

        .banner .right .title {
            font-size: 18px;
            font-weight: bold;
        }

        .banner .right .abstract {
            text-align: justify;
            font-size: 14px;
        }

        .banner .right .items {
            text-align: center;
            margin: 25px 0;
            display: flex;
        }

            .banner .right .items .item {
                display: inline-block;
                margin: 20px;
                text-align: justify;
                vertical-align: top;
            }

                .banner .right .items .item .image {
                    display: inline-block;
                    width: 15%;
                }

                    .banner .right .items .item .image img {
                        width: 50px;
                        vertical-align: middle;
                    }

                .banner .right .items .item .title {
                    display: inline-block;
                    width: 64%;
                    margin: 20px;
                    font-size: 15px;
                    font-weight: bold;
                }

                .banner .right .items .item .description {
                    font-size: 14px;
                }

    .banner .left {
        vertical-align: middle;
        display: inline-block;
        width: 45%;
        text-align: center;
    }

        .banner .left img {
            width: 100%;
            height: 100%;
            display: block;
        }

/*.................................... counter ...................................*/
.counter {
    text-align: center;
    background-image: url(File.aspx?t=image&s=counter.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 150px;
}

    .counter .item {
        display: inline-block;
        width: 20%;
        margin: 20px;
        padding: 50px 0;
    }

        .counter .item .number {
            font-size: 50px;
            font-weight: bold;
            color: white;
        }

        .counter .item .title {
            font-size: 16px;
            color: white;
            margin: 10px;
            font-weight: 100;
        }
/*.................................... ecourses ...................................*/
.eCourses {
    padding: 50px;
    background-color: #f5f5fc;
    text-align: center;
    width: 76%;
    display: inline-block;
    vertical-align: top;
}

main .eCourses {
    width: 100%;
}

.eCourses .sTitle {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.eCourses .description {
    font-size: 15px;
    color: gray;
}

.eCourses .items {
    margin: 20px 0;
}

.CoursesDetail .itemSkin4, .eCourses .itemSkin4 {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin: 9px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0 0 5px gainsboro;
}

    .CoursesDetail .itemSkin4 .image img, .eCourses .itemSkin4 .image img {
        width: 100%;
        border-radius: 20px;
    }

    .CoursesDetail .itemSkin4 .title, .eCourses .itemSkin4 .title {
        margin: 5px 0;
    }

        .CoursesDetail .itemSkin4 .title a, .eCourses .itemSkin4 .title a {
            font-size: 16px;
            font-weight: bold;
            height: 1.5rem;
            line-height: 1.5rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            color: black;
        }

    .CoursesDetail .itemSkin4 .abstract, .eCourses .itemSkin4 .abstract {
        margin: 10px;
        text-align: justify;
    }

        .CoursesDetail .itemSkin4 .abstract a, .eCourses .itemSkin4 .abstract a {
            font-size: 14px;
            color: black;
            height: 3rem;
            line-height: 1.5rem;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
        }

    .CoursesDetail .itemSkin4 .more, .eCourses .itemSkin4 .more {
        margin: 10px;
        text-align: left;
    }

        .CoursesDetail .itemSkin4 .more a, .eCourses .itemSkin4 .more a {
            font-size: 13px;
            color: #00ef00;
        }

.eCourses .sMore {
    text-align: left;
    margin: 0 20px
}

    .eCourses .sMore a {
        font-size: 14px;
        font-weight: bold;
        color: #001973;
    }

.moj img {
    width: 100%;
}
/*.................................... members ...................................*/
.members {
    text-align: center;
    margin: 0 60px;
}

    .members .sTitle {
        font-size: 20px;
        font-weight: bold;
    }

    .members .description {
        font-size: 15px;
        color: gray;
    }

    .members .items {
        margin: 40px 0;
    }

    main .VipStores .itemSkin2, .members .itemSkin2 {
        width: 13%;
        display: inline-block;
        margin: 12px;
        box-shadow: 0 0px 10px #f1f1f1;
        border-radius: 22px;
        vertical-align: top;
        padding: 5px;
    }

.VipStores .itemSkin2 img {
    width: 100%;
    border-radius: 12px;
}

.members .itemSkin2 img {
    width: 100%;
}

.VipStores .itemSkin2 .title a, .members .itemSkin2 .title a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.members .sMore {
    text-align: left;
    margin: 30px 0px;
}

    .members .sMore a {
        font-size: 14px;
        font-weight: bold;
        color: #001973;
    }

/*.................................... news ...................................*/
.news {
    padding: 50px 60px;
    text-align: center;
}

    .news .sTitle {
        font-size: 20px;
        font-weight: bold;
        margin: 15px 0;
    }

    .news .description {
        font-size: 15px;
        color: gray;
    }

    .news .items {
        margin: 20px 0;
    }

    .videos .itemSkin3, .test .itemSkin4, .news .itemSkin4 {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 30%;
        margin: 10px;
        background-color: white;
        border-radius: 20px;
        padding: 5px;
        box-shadow: 0 0 5px gainsboro;
    }

        .videos .itemSkin3 .image, .test .itemSkin4 .image, .news .itemSkin4 .image {
            float: right;
        }

            .videos .itemSkin3 .image img, .test .itemSkin4 .image img, .news .itemSkin4 .image img {
                width: 12vw;
                border-radius: 20px;
                height: 12vw;
                vertical-align: middle;
                margin-left: 5px;
                object-fit: cover;
            }

        .videos .itemSkin3 .title, .test .itemSkin4 .title, .news .itemSkin4 .title {
            text-align: right;
            padding-top: 25px;
        }

            .videos .itemSkin3 .title a, .test .itemSkin4 .title a, .news .itemSkin4 .title a {
                font-size: 14px;
                color: black;
                height: 1.5rem;
                line-height: 1.5rem;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

            .news .itemSkin4 .title h2 {
                margin: 0;
            }

        .videos .itemSkin3 .abstract, .test .itemSkin4 .abstract, .news .itemSkin4 .abstract {
            margin: 10px 10px 0;
            text-align: justify;
        }

            .videos .itemSkin3 .abstract a, .test .itemSkin4 .abstract a, .news .itemSkin4 .abstract a {
                font-size: 14px;
                color: black;
                height: 4.5rem;
                line-height: 1.5rem;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
            }

        .test .itemSkin4 .more, .news .itemSkin4 .more {
            text-align: left;
            padding-left: 13px;
        }

            .test .itemSkin4 .more a, .news .itemSkin4 .more a {
                font-size: 13px;
                color: #00ef00;
            }

    .news .sMore {
        text-align: left;
        margin: 0 2vw;
    }

        .news .sMore a {
            font-size: 14px;
            font-weight: bold;
            color: #001973;
        }

/*.................................... banner2 ...................................*/
.banner2 {
    background-color: #106891;
    padding: 25px 0;
    margin-top: 70px;
}

    .banner2 .right {
        position: relative;
        display: inline-block;
        width: 40%;
    }

        .banner2 .right img {
            position: absolute;
            right: 45px;
            bottom: -62px;
            width: 33vw;
        }

    .banner2 .left {
        display: inline-block;
        width: 50%;
        padding: 20px 0;
    }

        .banner2 .left .title {
            margin: 15px 0;
            color: white;
            font-size: 20px;
            font-weight: bold;
        }

        .banner2 .left .abstract {
            font-size: 16px;
            color: white;
        }

        .banner2 .left .description {
            font-size: 14px;
            color: white;
            margin: 15px 0;
            text-align: justify;
            line-height: 2;
        }

        .banner2 .left .buttons {
            text-align: left;
        }

            .banner2 .left .buttons a {
                background-color: white;
                padding: 10px;
                font-size: 14px;
                color: black;
                border-radius: 9px;
            }

                .banner2 .left .buttons a img {
                    width: 30px;
                    vertical-align: middle;
                }
/*.................................... articles ...................................*/
.articles {
    text-align: center;
    background-color: #f5f5fc;
    padding: 25px 60px;
}

    .articles .sTitle {
        font-size: 20px;
        font-weight: bold;
    }

    .articles .description {
        font-size: 16px;
        margin: 15px 0;
    }

    .articles .items {
    }

    .articles .ContentsItems {
        display: flex;
    }

    .articles .itemSkin5 {
        display: inline-block;
        width: 24%;
        background-color: white;
        box-shadow: 0 0 5px gainsboro;
        border-radius: 8px;
        margin: 5px;
    }

        .articles .itemSkin5 img {
            width: 100%;
            border-radius: 8px;
            height: 15vw;
            object-fit: cover;
        }

        .articles .itemSkin5 .title {
            font-weight: bold;
            font-size: 16px;
            margin: 5px 10px;
        }

            .articles .itemSkin5 .title a {
                color: black;
                height: 1.5rem;
                line-height: 1.5rem;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
            }

        .articles .itemSkin5 .more {
            font-size: 14px;
            text-align: left;
            margin: 10px;
        }

            .articles .itemSkin5 .more a {
                color: #001973;
            }

    .articles .sMore {
        text-align: left;
        margin: 20px 10px;
    }

        .articles .sMore a {
            font-size: 14px;
            font-weight: bold;
            color: #001973;
        }
/*.................................... comment ...................................*/
.comment {
    background-color: #106891;
    padding: 25px 60px;
    margin-top: 150px;
    position: relative;
    min-height: 20vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20%;
}

    .comment .right {
        width: 50%;
        text-align: center;
    }

        .comment .right span {
            margin: 15px 0;
            color: white;
            font-size: 20px;
            font-weight: bold;
            display: block;
        }

        .comment .right a {
            background-color: white;
            padding: 10px 15px;
            font-size: 14px;
            color: black;
            border-radius: 4px;
            font-weight: bold;
            min-width: 18%;
            display: inline-block;
        }

    .comment .left {
        width: 50%;
    }

        .comment .left .SendMessageForm {
            overflow: hidden;
            padding: 10px 0;
        }

            .comment .left .SendMessageForm > *:not(.result) {
                display: none;
            }

        .comment .left .result {
            white-space: nowrap;
            transition: .5s;
        }

            .comment .left .result .message {
                display: inline-block;
                width: calc(100% - 20px) !important;
                margin: 0 10px;
                box-shadow: none !important;
                white-space: normal;
            }

        .comment .left .dots {
            text-align: center;
            width: 100%;
        }

            .comment .left .dots .dot {
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: #ffffffb8;
                display: inline-block;
                vertical-align: middle;
            }

                .comment .left .dots .dot.active {
                    background: #fff;
                    width: 11px;
                    height: 11px;
                }

    .comment .sMore {
        text-align: left;
    }

        .comment .sMore a {
            font-size: 14px;
            font-weight: bold;
            color: #ffffff;
        }

    .comment .image {
        width: 20%;
        position: absolute;
        left: 0;
        bottom: 0;
    }
/*.................................... footer ...................................*/
.footer {
    text-align: center;
}

    .footer .logo {
        text-align: right;
        margin: 5px 20px;
        display: block;
    }

        .footer .logo img {
            width: 50px;
        }

    .footer .items {
        padding: 60px;
        display: flex;
    }

        .footer .items .item {
            margin: 0 20px;
            display: inline-block;
            width: 33%;
            vertical-align: top;
            text-align: right;
        }

            .footer .items .item .lg {
                display: flex;
                align-items: center;
            }

                .footer .items .item .lg img {
                    width: 55px;
                    height: unset;
                }

    .footer iframe {
        border: 0;
        width: 100%;
        height: 40vh;
    }

    .footer .items .item img {
        width: 30vw;
        margin: 20px 0px;
        border-radius: 10px;
        height: 301px;
        object-fit: cover;
    }

    .footer .items .item .title {
        line-height: 2;
        font-size: 15px;
        padding: 5px 0;
        font-weight: bold;
        margin: 0;
    }

    .footer .items .item .line {
        height: 3px;
        margin: 3px 0 20px;
        width: 90px;
        background-color: #106891;
    }

    .footer .items .item .description {
        font-size: 14px;
        line-height: 2;
        text-align: justify;
        margin: 10px 0;
    }

    .footer .items .item span, .footer .items .item a {
        display: inline-block;
        color: black;
        margin: 10px 0;
        font-size: 14px;
    }

        .footer .items .item a img, .footer .items .item span img {
            width: 35px;
            vertical-align: middle;
            height: 40px;
            object-fit: contain;
            margin: 0;
            margin-left: 5px;
        }


    .footer .bottom {
        background-color: #f5f5fc;
    }

        .footer .bottom .knkfooter {
            display: inline-block;
            text-align: right;
            width: 61%;
            vertical-align: middle;
        }

        .footer .bottom .icons {
            margin: 10px 0 0;
            width: 38%;
            text-align: center;
            display: inline-block;
        }

            .footer .bottom .icons img {
                width: 40px;
                height: 40px;
                object-fit: contain;
                margin: 8px;
                vertical-align: middle;
            }

.knk2 {
    margin: 0 85px 0 0;
}

.knk {
    display: inline-block;
    vertical-align: middle;
}

#ctl04_KnkSignature__divTitle1 {
    font-size: 13px;
}

.knk img {
    width: 40px;
    vertical-align: middle;
}

.knk div {
    display: inline-block;
    vertical-align: middle;
}

.knk a {
    color: #000;
}

#ctl04_KnkSignature__divTitle1 {
    display: inline-block;
    vertical-align: middle;
}

#ctl04_KnkSignature__divDesc {
    display: none;
}
/*.................................... pages ...................................*/
main {
    min-height: 187px;
    margin: 110PX 60px;
    text-align: center;
}

.footer2 {
    box-shadow: 0 0 10px gainsboro;
    background-color: #dcdbde;
}

    .footer2 .bottom {
        background-color: #eceaea;
    }

.header {
    background-color: #213d5a;
    left: 0;
    right: 0;
    border-radius: 0;
    top: 0;
    position: fixed;
}

    .header img:not(.logo img) {
        filter: invert(1);
    }

main .members2, main .news2, main .eCourses2, main .articles2 {
    background-color: unset;
    padding: 0px;
}

    main .news2 a:last-child {
        display: block;
    }

main .ContentTitle, main .ContentsTitle, .SendMessageForm h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

main .ContentAbstract {
    font-size: 15px;
}

main .ContentBody {
    text-align: justify;
}
/*..............................galley........................................*/
main .ContentsItems .itemSkin2 {
    display: inline-block;
    width: 31%;
    vertical-align: top;
    background: #213d5a;
    margin: 10px 2px;
    border: 2px solid #213d5a;
}

main .ContentsItems .title {
    padding: 6px
}

    main .ContentsItems .title a {
        color: #fff;
    }

/*..............................SendMessageForm........................................*/
main .SendMessageForm {
    width: 43rem;
    margin: auto;
    box-sizing: border-box;
}

.SendMessageForm .messageForm {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 0 20px #00000014;
    border: 1px solid #e0e7ef;
}

    .SendMessageForm .messageForm > div:not(.sendMessageSendBtnDiv) {
        text-align: right;
        padding: 5px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .SendMessageForm .messageForm > div {
        width: 25%;
    }

    .SendMessageForm .messageForm .body {
        width: 100%;
    }

    .SendMessageForm .messageForm > div:not(.sendMessageSendBtnDiv) input, .SendMessageForm .messageForm > div:not(.sendMessageSendBtnDiv) textarea {
        width: 100%;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 4px;
        box-sizing: border-box;
        outline: none;
    }

.SendMessageForm textarea {
    max-width: 100%;
    min-height: 80px;
}

.SendMessageForm .messageForm .captcha {
    width: 50%;
}

.sendMessageSendBtnDiv input {
    border: none;
    background: #106891;
    color: #fff;
    padding: 7px 20px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
}

main .SendMessageForm .result {
    padding-top: 25px;
}

.SendMessageForm .message {
    margin: 12px 0;
    background: #fff8e9;
    border: 1px solid #ffedc7;
    padding: 12px 14px !important;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 5px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .03) !important;
}

@media only screen and (max-width: 1200px) {
    /*    .slider .back {
        min-height: 77vh;
    }

        .slider .back .text {
            top: 25%;
            left: 21vw;
            right: 21vw;
        }*/
}
/*......................................................................................................................*/
/*................................................... mobile ...................................................................*/
/*......................................................................................................................*/
@media only screen and (max-width: 768px) and (min-width:0 ) {
    header .middle .menu img {
        display: inline-block;
    }

    header .menuIcon {
        display: block;
        position: fixed;
        top: 27px;
        right: 15px;
        width: 38px;
        z-index: 15;
    }

    .header img:not(.logo img) {
        filter: unset;
    }

    header {
        left: 0;
        right: 0;
        top: 0;
        border-radius: 0;
        height: 70px;
        padding: 5px 0;
        position: fixed;
        background-color: #213d5a;
    }

        header #menu {
            display: block;
            position: fixed;
            right: 0;
            box-shadow: 0 0 9px #b8b4d1;
            top: 0;
            bottom: 0px;
            padding: 10px;
            animation: open;
            transition: 1s;
            z-index: 3;
            background-image: radial-gradient(#3a5775, #213d5a);
            width: 60%;
            overflow: auto;
        }

        header .middle .menu a, .header .middle .menu a {
            margin: 5vw;
        }

        header .menu .lIcon {
            margin: 0 !important;
            padding: 5px;
            border-bottom: 1px solid white;
            text-align: -webkit-center;
        }

        header .menu .logo {
            width: 56px;
            height: unset;
            display: block;
        }

        header .menu img {
            width: 30px;
            margin-left: 10px;
            height: 30px;
            object-fit: contain;
            vertical-align: middle;
        }

        header .left a img {
            display: none;
        }

        header .menu .logo2 {
            text-align: -webkit-center;
            display: block;
            width: 100%;
            margin: 0;
            border-bottom: 1px solid white;
            padding: 8px 0;
        }

            header .menu .logo2 img:nth-child(1) {
                width: 85px !important;
                height: auto !important;
                display: block;
            }

            header .menu .logo2 img:nth-child(2) {
                width: 150px !important;
                height: auto !important;
                display: block;
            }

        header .right {
            position: absolute;
            left: 0;
            right: 0;
            display: block;
            width: 68%;
        }

        header .middle {
            display: unset;
        }

        header .left {
            width: 50%;
            padding: 10px 5px;
            position: absolute;
            top: 20px;
            left: 5px;
            text-align: center;
        }

            header .left a {
                color: white;
            }

        header .menu a {
            display: block;
            text-align: right;
            margin: 20px 10px;
            color: white !important;
        }

        header .menu logo {
            display: block;
        }

    nav.menu {
        display: none;
    }

    .responsiveMenuBg {
        display: none;
        position: fixed;
        z-index: 2;
        padding-top: 20px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
    }

    .OpenResponsiveMenu {
    }

    .CloseResponsiveMenu {
        animation: close;
        transform: translatex(800px);
        transition: .5s;
    }

    .sliders {
        height: 55vw;
        margin-top: 80px;
    }

        .sliders .sliderIcon {
            width: 20px;
        }

        .sliders .prev {
            right: 5px;
        }

        .sliders .next {
            left: 5px;
        }

        .sliders .itemSkin100015 img:last-child {
            display: block;
        }

        .sliders .itemSkin100015 img:first-child {
            display: none;
        }

    .announcement-bar .ContentBody {
        font-size: 16px;
    }

    .Consulting, .Courses {
        margin: 5px
    }

    main .Consulting .itemSkin4, main .Courses .itemSkin4 {
        width: 42%;
    }

    .Consulting .itemSkin4, .Courses .itemSkin4, .Courses .categorySkin3 {
        width: 40%;
        padding: 5px;
    }

    .Consulting .items, .Courses .items {
        margin: 10px;
        text-align: center;
    }

    .Consulting .itemSkin4 .image, .Courses .itemSkin4 .image, .Courses .categorySkin3 .image {
        float: unset;
        text-align: center;
        width: 100%;
        height: 20.7vh;
        margin: auto;
    }

        .Consulting .itemSkin4 .image img, .Courses .itemSkin4 .image img, .Courses .categorySkin3 .image img {
        }

    .Consulting .itemSkin4 .more, .Courses .itemSkin4 .more, .Courses .categorySkin3 .more {
        display: none;
    }

    .banner {
        margin: 10px;
        flex-wrap: wrap;
    }

        .banner .right .items {
            flex-wrap: wrap;
        }

            .banner .right .items .item {
                width: 100%;
                margin: 10px 0;
            }

        .banner .right {
            width: 100%;
            margin: 0;
        }

        .banner .left img {
            display: none;
        }

    .counter .item {
        width: 35%;
        padding: 0px 0;
        vertical-align: top;
    }

    .Vip-Courses {
        flex-wrap: wrap;
    }

        .Vip-Courses .VipStores {
            margin: 35px 0;
        }

    .eCourses {
        padding: 0px;
        width: 100%;
    }

        .CoursesDetail .itemSkin4, .eCourses .itemSkin4 {
            width: calc(100% - 10px);
            margin: 5px;
        }

    .members .items {
        margin: 10px 0;
    }

    .members {
        margin: 0 10px;
    }

        main .VipStores .itemSkin2, .members .itemSkin2 {
            width: 38%;
        }

    .VipStores2 .itemSkin2 {
        width: 43%;
        margin: 5px;
    }

    .news {
        padding: 10px;
    }

        .news .itemSkin4 {
            width: 43%;
            margin: 5px;
        }

            .news .itemSkin4 .abstract {
                margin: 0px;
                text-align: right;
            }

            .news .itemSkin4 .image {
                float: unset;
                width: 100%;
            }

                .news .itemSkin4 .image img {
                    width: 100%;
                    height: 35vw;
                }

    .banner2 {
        margin: 0;
        padding: 25px 5px;
    }

        .banner2 .left {
            width: 100%;
            padding: 0px;
        }

        .banner2 .right {
            display: none;
        }

    .articles .ContentsItems {
        flex-wrap: wrap;
    }

    .articles .itemSkin5 img {
        width: 100%;
        height: 35vw;
    }

    .articles {
        padding: 5px;
    }

        .articles .itemSkin5 {
            width: 46%;
        }

    .comment {
        padding: 5px 5px 90px;
        min-height: auto;
        flex-direction: column;
    }

        .comment .right, .comment .left {
            width: 100%;
        }

        .comment .left {
            margin: 20px 0;
        }

        .comment .image {
            width: 100px;
        }

        .comment .right span {
            font-size: 18px;
        }

        .comment .right a {
            margin: 0;
            padding: 8px 40px;
        }

    .footer .items .item {
        margin: 0px;
        display: inline-block;
        width: 100%;
    }

    .footer .logo {
        display: none;
    }

    .footer .items {
        padding: 5px;
        flex-wrap: wrap;
    }

        .footer .items .item img {
            margin: 20px 0px;
            height: unset;
            width: 100%;
        }

    .knk2 {
        margin: 5px;
    }

    .footer .bottom .knkfooter {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .footer .bottom .icons {
        width: 100%;
        margin: 0;
    }

    main {
        margin: 110PX 5px;
    }

    .videos .itemSkin3, .test .itemSkin4, .news .itemSkin4 {
        width: 44%;
        margin: 3px;
    }

        .news .itemSkin4 .more {
            position: unset;
            text-align: left;
        }

        .news .itemSkin4 .abstract a {
            -webkit-line-clamp: 2;
            height: 3rem;
        }

        .videos .itemSkin3 .image, .test .itemSkin4 .image, .news .itemSkin4 .image {
            float: unset;
        }

            .videos .itemSkin3 .image img, .test .itemSkin4 .image img, .news .itemSkin4 .image img {
                width: 100%;
                height: 29vw;
                text-align: right;
            }

        .videos .itemSkin3 .abstract, .test .itemSkin4 .abstract, .news .itemSkin4 .abstract {
            word-spacing: -3px;
        }

    .VipStores2 {
        width: 100%;
        border-left: unset;
        padding: 0;
    }

    header .left {
        background-color: #106891;
        border-radius: 10px;
    }

        header .left a {
            background-color: unset;
        }

    header .middle .lIcon span {
        display: block;
    }

    main .ContentsItems .itemSkin2 {
        width: 96%;
    }

    main .SendMessageForm {
        width: 100%;
    }

    .SendMessageForm .messageForm > div {
        width: 50%;
    }

    .SendMessageForm .messageForm .captcha {
        width: 100%;
    }

    .SendMessageForm .messageForm .sendMessageSendBtnDiv {
        width: 100%;
        text-align: left;
    }

    main .SendMessageForm .result {
        padding-top: 0;
    }
}
