/*public*/
@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 100;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u-w4BMUTPHjxsIPx-mPCLQ7A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
    --sliderColor: #fff;
    --first-main-color: #4caf50;
    --second-main-color: #1e4f2d;
    --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: 100px;
}

* {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    direction: ltr;
}

body {
    margin: 0;
}

.container {
    padding: 70px 5vw;
}

a {
    text-decoration: none;
}

.sliders .ContentsItems .itemSkin4 .child .title a, .news .itemSkin3 .title a, .news .itemSkin3 .abstract a, .ContentsItems .itemSkin2 .title a, .gallery .itemSkin2 .title a, .publications .itemSkin10002 .title a, .galleryPage .itemSkin2 .title a, .property .item .title span, .property .item .titleHover span, main .itemSkin4 .title a, main .itemSkin4 .abstract a, main .itemSkin7 .title a, main .itemSkin7 .abstract a, .institutes .itemSkin2 .title a, .contentsItem .itemSkin10003 .title a, .contentsItem .itemSkin10003 .abstract {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.mainTitle {
    text-align: center;
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.buttonIcon {
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #4caf50;
    margin: 15px auto;
    position: relative;
}

    .buttonIcon::before, .buttonIcon::after {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        background-color: #4caf50;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
    }

    .buttonIcon::before {
        left: -15px;
    }

    .buttonIcon::after {
        right: -15px;
    }

/*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-right: 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 0 0 20px;
    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:-webkit-autofill,
        .search-bar .input:-webkit-autofill:hover,
        .search-bar .input:-webkit-autofill:focus,
        .search-bar .input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px var(--second-main-color) inset !important;
        }

        .search-bar .input:-webkit-autofill {
            -webkit-text-fill-color: #fff !important;
        }


        .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;
        right: 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 .linkLeft {
    text-align: left;
}

header .headerLogoMore {
    display: none;
}

header .logo {
    display: flex;
    align-items: center;
    width: 200px;
    margin: -8px 0 -24px;
    padding-left: 5px;
    position: relative;
    z-index: 1;
}

    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;
}

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;
        left: 0;
        top: 0;
        bottom: 0;
        width: 28%;
        z-index: -1;
        box-sizing: border-box;
        background: #fff;
        clip-path: polygon(90% 0, 100% 100%, 0 100%, 0 0);
    }

.headerFixed {
    position: fixed;
    top: 0;
    z-index: 2;
    right: 0;
    left: 0;
    box-shadow: 0 4px 20px #0000005c;
}

    .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 - 70px);
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

    header .menu .menuAbove {
        display: none;
    }

    header .menuItem > a, header .menu .itemMenu > a {
        padding: 0 9px;
        color: #fff;
        font-size: 18px;
    }

        header .menuItem > a:hover, header .menu .itemMenu > a:hover {
            color: #000;
        }

header .itemMenu {
    display: inline-block;
    position: relative;
}

    header .itemMenu .subMenuItem {
        cursor: pointer;
    }

    header .itemMenu img {
        width: 12px;
        vertical-align: middle;
        margin-left: -3px;
    }

    header .itemMenu ul {
        list-style: none;
        position: absolute;
        top: 55px;
        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;
        text-align: left;
        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);
            }

header .webSites {
    width: 70px;
}

    header .webSites a {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
        padding: 2px 5px;
        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 .itemSkin1 img {
    display: block;
    width: 100%;
    height: 100%;
    height: calc(60vh - 67px);
    object-fit: cover;
    object-position: center;
    transform-origin: center bottom;
}

/*property*/
.property,
.celebrities .ContentsItems {
    text-align: center;
}

.property,
.celebrities .ContentsItems {
    display: flex;
    justify-content: center;
}

    .property .item,
    .celebrities .itemSkin2 {
        width: calc(14.28% - 10px);
        position: relative;
        margin: 5px;
    }

        .property .item img,
        .celebrities .itemSkin2 img {
            border-radius: 14px;
            margin-bottom: -10px;
            position: relative;
            z-index: 1;
            box-shadow: 0 5px 10px #00000030;
            width: 100%;
            display: block;
            object-fit: cover;
            transition: transform .8s;
        }

        .property .item .itemDiv,
        .celebrities .itemSkin2 .title {
            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 .title,
        .celebrities .itemSkin2 .title {
            background-color: var(--first-main-color);
            padding: 20px 10px 10px;
            display: block;
        }

        /*hover*/
        .property .item .title, .property .item .titleHover,
        .celebrities .itemSkin2 .title {
            transition: all .3s;
        }

        .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;
            -webkit-line-clamp: 1;
            color: var(--first-main-color);
        }

        .property .item:hover .titleHover {
            opacity: 1;
            transform: translateY(-100%);
        }

            .property .item:hover .titleHover span {
                opacity: 1;
                transform: translateY(0);
            }

        .property .item:hover .title span {
            transform: translateY(100%);
            opacity: 0;
        }

        .property .item:hover .titleHover {
            transform: translateY(0);
        }

        /*celebrities*/
        .celebrities .itemSkin2 .title a {
            -webkit-line-clamp: 1;
            color: #fff;
        }

/*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-right: 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;
            left: -26%;
            top: -10%;
            transform: rotate(-15deg);
        }

        .about .right:hover::after {
            left: 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;
            word-spacing: -1.5px;
        }

/*banner*/
.banner {
    width: calc(35% - 40px);
    margin-left: 40px;
    box-sizing: border-box;
    box-shadow: 0 0 20px #0000001f;
    border-radius: 5px;
    overflow: hidden;
}

    .banner img {
        width: 100%;
        display: block;
    }

/*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;
        }

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

.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);
}

/*galleryPage*/
.galleryPage .ContentsItems {
    margin-top: 14px;
}

.galleryPage .itemSkin2 {
    display: inline-block;
    width: calc(16.66% - 10px);
    margin: 5px;
    vertical-align: top;
    position: relative;
}

    .galleryPage .itemSkin2 .image {
        overflow: hidden;
    }

    .galleryPage .itemSkin2 img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        display: block;
        transition: .5s;
    }

    .galleryPage .itemSkin2:hover img {
        transform: scale(1.2) rotate(3deg);
    }

    .galleryPage .itemSkin2 .title {
        background-color: var(--second-main-color);
        padding: 8px;
        box-sizing: border-box;
    }

        .galleryPage .itemSkin2 .title a {
            color: #fff;
            font-weight: bold;
            -webkit-line-clamp: 1;
        }

    .galleryPage .itemSkin2 .title {
        transition: all .7s;
    }

    .galleryPage .itemSkin2:hover .title {
        background-color: var(--first-main-color);
    }

main .itemSkin4 .title a, main .itemSkin7 .title a {
    line-height: 1.6rem;
    -webkit-line-clamp: 1;
    height: 2em;
    margin: 10px;
    color: #042602;
    font-weight: bold;
}

/*property1*/
.property1 {
    padding: 70px 140px;
    box-sizing: border-box;
    /*background-color: #00000082*/
}

    .property1 a {
        color: #000;
    }

    .property1 .itemMore {
        float: left;
        border-bottom: 1px solid #349938;
    }

        .property1 .itemMore:hover {
            color: #349938;
            border-color: #fff;
        }

    .property1 .items {
        margin-top: 65px;
        text-align: center;
    }

    .property1 .item {
        display: inline-block;
        width: 31%;
        background-color: #fff;
        border: 1px solid #4caf50;
        padding: 15px;
        box-sizing: border-box;
        vertical-align: top;
        margin: 5px;
        text-align: center;
    }

        .property1 .item .property1Image {
            position: relative;
            height: 80px;
        }

            .property1 .item .property1Image::before {
                content: '';
                position: absolute;
                top: -21px;
                left: 0;
                right: 0;
                background-color: #4caf50;
                transform: rotate(-45deg);
                width: 80px;
                height: 80px;
                margin: auto;
                transition: all .8s;
            }

            .property1 .item .property1Image:hover::before {
                transform: rotate(-135deg);
            }

        .property1 .item img {
            display: block;
            margin: -34px auto 0;
            position: relative;
        }

        .property1 .item p {
            text-align: left;
            min-height: 220px;
        }

/*about mr*/
.aboutMr {
    height: 64vh;
    margin-top: var(--marginBlock);
}

    .aboutMr .text, .aboutMr .image {
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        height: 100%;
    }

    .aboutMr .text {
        color: #fff;
        background-color: #4caf50;
        line-height: 35px;
        padding: 45px;
        box-sizing: border-box;
        font-size: 16px;
        overflow: auto;
    }

        .aboutMr .text::-webkit-scrollbar {
            width: 4px;
        }

        .aboutMr .text::-webkit-scrollbar-thumb {
            background-color: #349938;
        }

        .aboutMr .text::-webkit-scrollbar-track {
            background-color: #fff;
        }

    .aboutMr .image {
        float: right;
        object-fit: cover;
        object-position: bottom;
    }

/*news*/
/*.news {
    text-align: center;
    clear: both;
}

    .news .itemSkin3 {
        display: inline-block;
        width: 31%;
        vertical-align: top;
        box-shadow: 0 0 4px #00000047;
        margin: 8px;
    }

        .news .itemSkin3 .title, .news .itemSkin3 .abstract {
            padding: 10px 20px;
            box-sizing: border-box;
        }

            .news .itemSkin3 .title a, .news .itemSkin3 .abstract a {
                color: #000;
            }

        .news .itemSkin3 .title {
            line-height: 1.2rem;
            -webkit-line-clamp: 1;
            height: 2em;
        }

            .news .itemSkin3 .title h2 {
                margin: 0;
            }

            .news .itemSkin3 .title a {
                font-weight: bold;
            }

        .news .itemSkin3 .abstract {
            border-bottom: 1px solid #d1cccc;
            line-height: 1.6rem;
            -webkit-line-clamp: 3;
            height: 5.6em;
            text-align: left;
            text-indent: 10px;
        }

        .news .itemSkin3 .image {
            overflow: hidden;
        }

        .news .itemSkin3 img {
            width: 100%;
            transition: all 2s;
        }

        .news .itemSkin3:hover img {
            transform: scale(1.4) rotate(20deg);
        }

        .news .itemSkin3 .more, main .itemSkin4 .more {
            padding: 10px;
            box-sizing: border-box;
            text-align: right;
            background-color: #4caf50;
            width: fit-content;
            float: right;
            margin: 22px;
            border: 1px solid transparent;
            transition: all .8s;
        }

            .news .itemSkin3 .more:hover {
                border-color: #349938;
                border-color: #349938;
                background-color: #65cd69;
            }

            .news .itemSkin3 .more a, main .itemSkin4 .more a {
                color: #fff;
                font-weight: 500;
            }*/
.news {
    text-align: center;
    clear: both;
}

    .news .itemSkin3 {
        width: calc(24% - 16px);
        margin: 8px;
        display: inline-block;
        vertical-align: top;
        padding-bottom: 10px;
        box-shadow: 0 0 10px #0000002e;
        background: #fff;
        border-radius: 5px;
        overflow: auto;
        box-sizing: border-box;
    }

        .news .itemSkin3 .image {
            height: 220px;
            overflow: hidden;
        }

        .news .itemSkin3 img {
            width: 100%;
            object-fit: cover;
            transition: transform .8s;
            height: 220px;
        }

        .news .itemSkin3 .child:hover img {
            transform: scale(1.2);
        }

        .news .itemSkin3 .text {
        }

        .news .itemSkin3 .title {
            padding: 8px;
            box-sizing: border-box;
            text-align: left;
        }

            .news .itemSkin3 .title a {
                color: #000;
                font-weight: bold;
                -webkit-line-clamp: 1;
                height: 1.4em;
            }

        .news .itemSkin3:hover .title a {
            color: var(--first-main-color);
        }

        .news .itemSkin3 .abstract {
            padding: 8px;
            box-sizing: border-box;
        }

            .news .itemSkin3 .abstract a {
                color: #7c7a7a;
                -webkit-line-clamp: 2;
                height: 2.8em;
                text-align: left;
            }

main .itemSkin4 .more {
    padding: 10px;
    box-sizing: border-box;
    text-align: right;
    background-color: #4caf50;
    width: fit-content;
    float: right;
    margin: 22px;
    border: 1px solid transparent;
    transition: all .8s;
}

    main .itemSkin4 .more:hover {
        border-color: #349938;
        border-color: #349938;
        background-color: #65cd69;
    }

    main .itemSkin4 .more a {
        color: #fff;
        font-weight: 500;
    }
/*ContentsItems New*/

/*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);
        }


.slideInRight {
    left: -100%;
    -webkit-animation: slideIn 1s forwards;
    animation: slideIn 1s forwards;
}

.slideInLeft {
    left: 100%;
    -webkit-animation: slideIn 1s forwards;
    animation: slideIn 1s forwards;
}

@-webkit-keyframes slideIn {
    100% {
        left: 0;
    }
}

@keyframes slideIn {
    100% {
        left: 0;
    }
}

.slideOutLeft {
    -webkit-animation: slideOutLeft 1s forwards;
    animation: slideOutLeft 1s forwards;
}

@-webkit-keyframes slideOutLeft {
    100% {
        left: -100%;
    }
}

@keyframes slideOutLeft {
    100% {
        left: -100%;
    }
}

.slideOutRight {
    -webkit-animation: slideOutRight 1s forwards;
    animation: slideOutRight 1s forwards;
}

@-webkit-keyframes slideOutRight {
    100% {
        left: 100%;
    }
}

@keyframes slideOutRight {
    100% {
        left: 100%;
    }
}

.itemSkin6 a {
    pointer-events: none;
}

main .itemSkin6 .title a,
main .itemSkin6 .abstract a,
main .itemSkin6 .body a {
    color: #4e4e4e;
}

main .itemSkin6 .abstract a {
    font-weight: bold;
}

/*publications*/
.publications {
    text-align: center;
}

    .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);
        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;
            }

/*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: 24%;
        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 span, footer .socialNetwork span {
        font-size: 20px;
        display: block;
        padding: 50px 0 10px;
        border-bottom: 1px solid #707070;
    }

    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 .socialNetwork img {
        width: 40px;
        border: 1px solid #fff;
        padding: 8px;
        box-sizing: border-box;
        margin: 30px 0 0;
        transition: all .3s;
    }

        footer .socialNetwork img:hover {
            border-color: #4caf50;
            background-color: #4caf50;
        }

    footer .knkFooter {
        width: 100%;
        border-top: 1px solid #707070;
        padding: 20px 0;
    }

        footer .knkFooter img {
            width: 50px;
            vertical-align: middle;
        }

    footer .knk2 > div {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
    }

    footer .knkFooter .knk {
        text-align: right;
    }

        footer .knkFooter .knk a {
            color: #fff;
        }

        footer .knkFooter .knk div {
            display: inline-block;
        }

/*main*/
main {
    box-sizing: border-box;
    min-height: 90vh;
}

    main .ContentsTitle, main .ContentTitle {
        font-weight: bold;
        text-align: center;
        color: #042602;
        position: relative;
        font-size: 24px;
        margin: 10px 0 20px;
    }

        main .ContentsTitle::after, main .ContentTitle::after {
            content: '';
            background: url(File.aspx?t=icon&s=bottomIcon.png) no-repeat;
            position: absolute;
            width: 100px;
            height: 34px;
            background-size: 30px;
            left: 0;
            right: 0;
            bottom: -24px;
            margin: auto;
            font-size: 17px;
            background-position: 50%;
        }


    main .searchContents .ContentsTitle {
        display: none;
    }

    main .ContentsItems {
        text-align: center;
    }

    main .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 24%;
        margin: 4px;
        box-sizing: border-box;
        box-shadow: 0 0 7px #c7c7c785;
    }

        main .itemSkin4 img {
            width: 100%;
        }

        main .itemSkin4 .title a {
            text-align: left;
            margin: 5px;
        }

        main .itemSkin4 .abstract {
            border-bottom: 1px solid #d1cccc;
        }

            main .itemSkin4 .abstract a, main .itemSkin7 .abstract a {
                line-height: 1.6rem;
                -webkit-line-clamp: 3;
                height: 5em;
                text-align: left;
                margin: 4px;
                box-sizing: border-box;
                color: #000;
            }

        main .itemSkin4 .more {
            margin: 10px;
        }

            main .itemSkin4 .more:hover {
                background-color: transparent;
                border-color: #4caf50;
            }

                main .itemSkin4 .more:hover a {
                    color: #4caf50;
                }

    /*itemSkin7*/
    main .itemSkin7 {
        margin: 5px;
        box-shadow: 0 0 5px #a9b5aa;
        border-radius: 12px;
        display: inline-block;
        width: 48%;
        padding: 5px;
        box-sizing: border-box;
        text-align: left;
    }

        main .itemSkin7 .image {
            display: inline-block;
            vertical-align: middle;
            width: 130px;
        }

    main .celebritiesPage .itemSkin7 img {
        overflow: hidden;
        border-radius: 50%;
        width: 130px;
        height: 130px;
        object-fit: cover;
        box-shadow: -2px 6px 10px #1e4f2d73;
    }

    main .celebritiesPage .itemSkin7 .text {
        display: inline-block;
        vertical-align: middle;
        width: 80%;
    }

    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 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%;
        }

/*contentsItem*/
.contentsItem .ContentsItems {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contentsItem .itemSkin10003 {
    width: calc(25% - 10px);
    margin: 5px;
    box-shadow: 0 0 10px #00000033;
    border-radius: 5px;
    overflow: hidden;
}

    .contentsItem .itemSkin10003 img {
        display: block;
        width: 100%;
        object-fit: cover;
    }

    .contentsItem .itemSkin10003 .text {
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
    }

    .contentsItem .itemSkin10003 .title {
        margin: 0;
    }

        .contentsItem .itemSkin10003 .title a {
            -webkit-line-clamp: 1;
            color: var(--first-main-color);
        }

    .contentsItem .itemSkin10003 .abstract {
        -webkit-line-clamp: 3;
    }

.celebritiesPage .ContentsItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.celebritiesPage .itemSkin7 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .celebritiesPage .itemSkin7 .more {
        float: right;
        color: #042602;
        border-bottom: 1px solid;
        padding: 5px;
        box-sizing: border-box;
        border-image: linear-gradient( to right, #042602, rgba(0, 0, 0, 0) ) 0 1 100%;
        position: relative;
        overflow: hidden;
    }

        .celebritiesPage .itemSkin7 .more::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            z-index: 1;
            background: linear-gradient(to right, #fff0 0%,#042602 50%,#fff0 100%);
            opacity: 0;
        }

        .celebritiesPage .itemSkin7 .more:hover::after {
            -webkit-animation: shine 1s;
            animation: shine 1s;
        }

@keyframes shine {
    0% {
        transform: translateX(-100%);
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

/**/
.DetailSkin1 .ContentAbstract {
    text-align: center;
    color: #686868;
}

/*tabel*/
main .DetailSkin1 .ContentBody table {
    max-width: 100%;
    max-height: 100%;
    overflow-x: auto;
    border-color: #1e4f2d63;
}

    main .DetailSkin1 .ContentBody table tbody tr td {
        padding: 10px;
        text-align: center;
    }

/*ifram*/
.DetailSkin1 .ContentBody iframe {
    max-width: 100%;
}

/*extra image*/
main .contentImagesDiv .ImageSkin1 {
    display: inline-block;
    width: 25%;
    padding: 3px;
    vertical-align: top;
    box-sizing: border-box;
}

    main .contentImagesDiv .ImageSkin1 img {
        width: 100%;
        border-radius: 10px;
    }

.spaceAround {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 1;
    transition: .5s cubic-bezier(.77,0,.175,1);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.activeSpaceAround {
    opacity: 1;
    visibility: visible;
}

main .searchContents .itemSkin4 .image {
    min-height: 150px;
    height: 18vw;
}

main .searchContents .itemSkin4 img {
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    :root {
        --marginBlock: 40px;
    }

    .container {
        padding: 40px 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*/
    header::before {
        left: 12%;
        width: calc(100% - 90px);
        clip-path: polygon(100% 0, 90% 100%, 0 100%, 10% 0);
    }

    header .logo {
        display: block;
        width: calc(100% - 55px);
        margin: 0 0 0 30px;
        padding: 0;
    }

    header .headerLogoMore {
        width: 33px;
        height: 33px;
        display: block;
        z-index: 4;
        position: fixed;
        left: 10px;
        top: 95px;
    }

        header .headerLogoMore span {
            width: 100%;
            display: block;
            height: 4px;
            background-color: #fff;
            margin: 6px 0;
        }

    header .logo img {
        width: 200px;
        display: block;
        margin: -8px auto -25px;
    }

    .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;
        left: 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;
        }

    .headerFixed .headerLogoMore, header.menuVisible .headerLogoMore {
        top: 15px;
        right: 15px;
        padding: 5px;
    }

    .menuVisible .menu {
        visibility: visible;
        opacity: 1;
        transform: translate(0);
    }

    .menuVisible .menu {
        background: #fff;
        /* width: 100%; */
    }

        .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);
            left: 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;
            margin: 0;
            margin-right: 20px;
        }

            header .itemMenu ul li {
                display: none;
            }

        header .itemMenu img,
        .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;
            }

    .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;
    }

    .headerFixed {
        padding: 5px;
    }

        .headerFixed .logo {
            /* text-align: center; */
            margin: 0 30px 0 0;
        }

            .headerFixed .logo h1 {
                width: 62%;
                border: none;
                padding-bottom: 0;
            }

    header .webSites {
        position: absolute;
        right: 10px;
        top: 5px;
        bottom: 5px;
        display: flex;
        justify-content: center;
        width: 30px;
        flex-direction: column;
    }

        header .webSites a {
            margin: 2px 0;
            background: #fff;
            color: var(--first-main-color);
        }

    /*slider*/
    .sliders {
        margin-block: 0;
    }

        .sliders .ContentsItems .itemSkin1 img {
            width: auto;
            animation: moveSlider 15s alternate-reverse infinite;
            transform: translateX(-24%);
        }

    @keyframes moveSlider {
        from {
            transform: translateX(-49%);
        }

        to {
            transform: translateX(0);
        }
    }

    /*property*/
    .property, .celebrities .ContentsItems {
        flex-direction: column;
    }

        .property .item,
        .celebrities .itemSkin2 {
            width: 100%;
            margin: 10px 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
    }

    /*gallery*/
    .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);
    }

    .galleryPage .itemSkin2 {
        width: calc(50% - 10px);
    }

        .galleryPage .itemSkin2 img {
            height: 100px;
        }

    .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);
    }

    /*property1*/
    .property1 .items {
        margin-top: 0;
    }

    .property1 .item {
        width: 100%;
        margin-top: 10px;
    }

        .property1 .item p {
            min-height: auto;
        }

    /*aboutMr*/
    .aboutMr {
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

        .aboutMr .text, .aboutMr .image {
            width: 100%;
            object-fit: cover;
            object-position: left;
            float: none;
        }

        .aboutMr .text {
            padding: 15px;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 25px;
        }

    /*news*/
    .news .itemSkin3 {
        width: 100%;
        margin: 10px auto;
    }

    /*institutes*/
    .institutes .ContentsItems,
    .institutesItems .ContentsItems {
        flex-direction: column;
    }

    .institutes .itemSkin2,
    .institutesItems .itemSkin2 {
        width: 100%;
        margin: 5px 0;
    }

    /*publications*/
    .publications .itemSkin10002 {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }

    footer {
        padding: 20px 15px;
    }

        footer > div, footer .knk2 > div {
            width: 100%;
        }

        footer .knkFooter .knk {
            text-align: center;
        }

        footer .socialNetwork img {
            margin: 30px 3px;
        }

    /*inside*/
    main .itemSkin4 {
        width: 100%;
        margin: 4px 0;
    }

    main .itemSkin7, main .itemSkin6, main .itemSkin7 .text {
        width: 100%;
    }

    main .itemSkin7 {
        margin: 5px 0;
    }

        main .itemSkin7 .image {
            width: 100%;
            text-align: center;
        }

    main .contentImagesDiv .ImageSkin1 {
        width: 33%;
    }

    .contentsItem .itemSkin10003 {
        width: 100%;
        margin: 5px 0;
    }

    main .celebritiesPage .itemSkin7 .image {
        width: 40%;
    }

    main .celebritiesPage .itemSkin7 .text {
        width: 60%;
    }

    main .searchContents .itemSkin4 .image {
        min-height: auto;
        height: auto;
    }
}
