/*public*/
:root {
    --backGroundColorSectionA: #424344;
    --backGroundColorSectionB: #2f3133;
}

@font-face {
    font-family: 'shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/shabnam.ttf') format('truetype');
}

* {
    font-family: shabnam,tahoma;
    direction: rtl;
    font-size: 14px;
}

body {
    margin: 0;
    background-color: #f7f7f7;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.container {
    padding-inline: 130px;
    padding-block: 20px;
}

.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin3 .abstract a,
.itemSkin4 .title a,
.itemSkin4 .abstract a,
.itemSkin5 .title a,
.itemSkin7 .title a,
.itemSkin7 .abstract a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.itemSkin2 .title a,
.itemSkin3 .title a,
.itemSkin4 .title a,
.itemSkin5 .title a,
.itemSkin7 .title a {
    line-height: 1.6rem;
    -webkit-line-clamp: 1;
}

.itemSkin3 .abstract a,
.itemSkin4 .abstract a {
    line-height: 1.6rem;
    -webkit-line-clamp: 3;
    text-indent: 10px;
}

.parentTitle {
    overflow: hidden;
}

.mainTitle {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    font-size: 30px;
    color: #fff;
}

    .mainTitle::before, .mainTitle::after {
        position: absolute;
        top: 50%;
        margin-top: 4px;
        background-image: url(File.aspx?t=icon&s=dotted-line.png);
        background-position: 0 0;
        width: 300%;
        height: 5px;
        content: "";
    }

    .mainTitle::before {
        right: -300%;
    }

    .mainTitle::after {
        left: -300%;
    }

.abstractM {
    color: #c6c6c9;
    margin: 0 0 25px;
}

.parentMoreBtn {
    text-align: left;
}

.moreBtn, .priceListDetail a {
    color: #000;
    background: linear-gradient(-45deg, rgba(185,120,2,1) 0%, rgba(245,209,110,1) 30%, rgba(237,197,95,1) 60%, rgba(186,120,2,1) 100%);
    padding: 10px;
    display: inline-block;
    transition: .3s;
    font-weight: 600;
}

    .moreBtn img {
        width: 12px;
        transform: rotate(-90deg);
        vertical-align: middle;
        filter: invert(1);
    }

    .moreBtn:hover, .priceListDetail a:hover {
        color: #d4af37;
        background: #1b1d1f;
    }

        .moreBtn:hover img {
            filter: invert(35%) sepia(59%) saturate(495%) hue-rotate(8deg) brightness(100%) contrast(85%);
        }

.backgroundImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0 !important;
    background-attachment: fixed;
    background-size: cover;
}

.overlayBackgroundImage {
    background: url(https://klbtheme.com/invento/wp-content/themes/invento/images/temp/substrate.png) repeat;
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

/*arrow top*/

.arrowTop {
    position: fixed;
    bottom: 15px;
    right: 10px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transform: translateX(130%);
    transition: background-color .8s;
    cursor: pointer;
    background-color: #58595a;
    padding: 8px;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    object-fit: contain;
    z-index: 1;
}

    .arrowTop:hover {
        background: linear-gradient(-45deg, rgba(185,120,2,1) 0%, rgba(245,209,110,1) 30%, rgba(237,197,95,1) 60%, rgba(186,120,2,1) 100%);
    }

/*header*/
header {
    background: #2f3133;
}

.homePage:not(.menuFixed) {
    position: absolute;
    /*background: transparent;*/
    z-index: 2;
    width: 22%;
    top: 0;
    bottom: 0;
    background: #00000096;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: scroll;
}

.homePage::-webkit-scrollbar {
    display: none;
}

header .logo, .homePage.menuFixed .logo {
    width: 160px;
    position: fixed;
    /*right: 40px;*/
    right: 2vw;
}

.homePage .logo {
    width: 80%;
    position: unset;
    display: inline-block;
}

.logo img {
    width: 100%;
    vertical-align: middle;
}

.slider .text {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    width: 78%;
    user-select: none;
}

h1 a {
    font-size: 80px;
    background: linear-gradient(-45deg, rgba(185,120,2,1) 0%, rgba(245,209,110,1) 30%, rgba(237,197,95,1) 60%, rgba(186,120,2,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.slider .text strong {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    text-shadow: 4px 5px 9px #000;
    text-shadow: 0 0 0.05em #fff, 0 0 0.2em rgb(0 0 0), 0 0 0.3em rgb(0 0 0);
}

nav {
    position: relative;
    z-index: 2;
}

.homePage nav {
    text-align: right;
    margin-top: 40px;
}

    .homePage nav a {
        display: block;
    }

.homePage:not(.menuFixed) .itemMenu {
    width: 100%;
}

.homePage:not(.menuFixed) ul {
    width: auto;
}

.homePage:not(.menuFixed) ul {
    width: 100%;
    position: unset;
    background-color: #ababab42;
    height: 0;
    box-sizing: border-box;
}

.homePage:not(.menuFixed) .openSubMenu {
    height: auto;
}

.homePage:not(.menuFixed) .itemMenu li a {
    border-bottom: 1px solid #dddddd54;
    padding: 8px 20px;
}

.homePage:not(.menuFixed) ul a {
    color: #fff;
}

.homePage ul a:hover {
    color: #d4af37;
}

header ul a:hover {
    padding-right: 20px;
}

.homePage:not(.menuFixed) .itemMenu li a:hover {
    padding-right: 30px;
}

.itemMenu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}

    .itemMenu ul {
        margin: 0;
        padding: 0;
        position: absolute;
        width: 183px;
        top: 50px;
        background-color: #fff;
        transition: all .5s .1s linear;
        z-index: 1;
        transform-origin: top;
        transform: scale3d(1, 0, 1);
        transition: transform 0.5s;
        text-align: right;
    }

header:not(.homePage) .itemMenu ul {
    box-shadow: 0 0 10px #a1a1a18c;
}

header.menuFixed:not(.homePage) .itemMenu ul {
    top: 40px;
}

.itemMenu .openSubMenu {
    transform: scale3d(1, 1, 1);
    transition: 0.5s;
}

.itemMenu li a {
    border-bottom: 1px solid #ddd;
    padding: 8px;
    display: block;
    transition: .5s;
}

.itemMenu ul a {
    color: #000;
}

.homePage nav .subMenuItem {
    position: relative;
    z-index: 0;
}

.homePage .itemMenu .subMenuItem img {
    position: relative;
    z-index: -1;
}

.itemMenu .subMenuItem img {
    transform: rotate(180deg);
    width: 12px;
}

.menuFixed {
    position: fixed;
    animation: showMenu .6s;
    z-index: 2;
    box-shadow: 0 0 10px #00000078;
    width: 100%;
    bottom: unset;
    padding: 10px 70px;
    box-sizing: border-box;
    top: 0;
}

@keyframes showMenu {
    0% {
        opacity: .5;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.homePage.menuFixed nav, header nav {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-right: 90px;
}

.homePage nav {
    margin-right: 0;
}

.menuFixed nav > a, header nav > a {
    display: inline-block;
    vertical-align: middle;
}

.slider {
    background: url(File.aspx/?t=image&s=backA.jpg) no-repeat center;
    background-size: cover !important;
    height: 100vh;
}

.homePage.menuFixed {
    height: auto;
    background: var(--backGroundColorSectionB);
}

    .homePage.menuFixed .slider {
        display: none;
    }

h1 a, nav > a,
nav .itemMenu > a {
    color: #fff;
}

nav > a, nav .itemMenu > a {
    padding: 10px 6px;
    transition: background-color .3s;
}

    nav .navItemActive, nav > a:hover, .subMenuItem:hover {
        /*background-color: #D4AF37;*/
        color: #000;
        background: linear-gradient(-45deg, rgba(185,120,2,1) 0%, rgba(245,209,110,1) 30%, rgba(237,197,95,1) 60%, rgba(186,120,2,1) 100%);
    }

.spaceAround, .spaceAroundP {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.activeSpaceAround, .activeSpaceAroundP {
    opacity: 1;
    visibility: visible;
}

/*services*/
.services {
    background-color: var(--backGroundColorSectionA);
    text-align: center;
}

    .services .items {
        padding: 50px 0;
    }

    .services .item {
        display: inline-block;
        width: 19%;
        vertical-align: top;
        padding: 0 12px;
        box-sizing: border-box
    }

    /*.services .image {
        position: relative;
        height: 80px;
    }

        .services .image::before {
            content: '';
            position: absolute;
            top: -50%;
            bottom: 0;
            left: 0;
            right: 0;
            width: 80px;
            height: 80px;
            background-color: #2f3133;
            border-radius: 50%;
            margin: auto;
            transition: all .8s;
        }

        .services .image:hover::before {
            background-color: #D4AF37;
        }*/

    .services .line {
        border-right: 1px solid #545454;
        height: 265px;
        display: inline-block;
    }



.property img {
    width: 35px;
    filter: invert(73%) sepia(44%) saturate(634%) hue-rotate(4deg) brightness(89%) contrast(92%);
}

.services .image:hover img {
    filter: invert(1);
}

.services span {
    color: #fff;
    font-size: 17px;
}

    .services span small {
        display: block;
        font-size: 12px;
    }

.services .item p {
    text-align: justify;
    color: #c9c9c9;
    word-spacing: -4px;
}

/*gallery*/
.gallery {
    text-align: center;
    background-color: var(--backGroundColorSectionB);
    padding: 20px 0 0;
}

    .gallery .parentTitle {
        margin: 20px 130px;
    }

    .gallery .parentMoreBtn {
        padding: 15px;
    }

    .gallery .ContentsItems {
        padding: 10px 0;
    }

    .gallery .itemSkin5 {
        width: 25%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        overflow: hidden;
    }

        .gallery .itemSkin5 .image a {
            display: flex;
            position: relative;
        }

            .gallery .itemSkin5 .image a::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #000000b0;
                transition: .5s;
            }

        .gallery .itemSkin5:hover .image a::after {
            background-color: transparent;
        }

        .gallery .itemSkin5 img {
            width: 100%;
            object-position: center;
            transition: object-position 0.25s;
        }

        .gallery .itemSkin5 .text {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            flex-direction: column-reverse;
            justify-content: center;
            align-items: center;
            opacity: 0;
            visibility: hidden;
            transition: .5s;
        }

        .gallery .itemSkin5:hover .text {
            opacity: 1;
            visibility: visible;
        }

        .gallery .itemSkin5 .more {
            border: 1px solid #fff;
            padding: 10px;
            background-color: #000000b0;
        }

        .gallery .itemSkin5 .title {
            padding: 10px;
            box-sizing: border-box;
        }

            .gallery .itemSkin5 .title a, .gallery .itemSkin5 .more a {
                color: #fff;
            }

        .gallery .itemSkin5:hover .title a {
            color: #000;
            font-weight: bold;
            font-size: 17px;
        }
/**/
.no-more-slidey {
    transition: none;
}


/*about*/
.about {
    background-color: var(--backGroundColorSectionA);
    padding-block: 60px;
}

    .about .text, .about > img {
        display: inline-block;
        vertical-align: top;
        width: 48%;
    }

    .about span {
        color: #fff;
        font-size: 22px;
    }

    .about p {
        color: #c9c9c9;
        text-align: justify
    }

    .about > img {
        padding-right: 20px;
        box-sizing: border-box;
    }

/*news*/
.news {
    text-align: center;
    position: relative;
}

    .news .backgroundImage {
        background-position: center 28px;
        background: url(File.aspx/?t=image&s=backB.jpg) no-repeat center;
        background-size: cover;
    }

.content {
    position: relative;
}

.news .ContentsItems {
    padding: 20px 0;
}

.news .itemSkin4 {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
}

    .news .itemSkin4 .child {
        position: relative;
        overflow: hidden;
    }

    .news .itemSkin4 .image a {
        display: flex;
    }

    .news .itemSkin4 img {
        width: 100%;
    }


    .news .itemSkin4 .title {
        height: 46px;
        transition: height .3s;
        bottom: 0;
        background-color: #202223;
    }

        .news .itemSkin4 .title a {
            margin: 12px;
            text-align: right;
            /*height: 22px;
            transition: height .3s;*/
            color: #fff;
            font-size: 20px;
        }

    .news .itemSkin4 .abstract, .news .itemSkin4 .more, .news .itemSkin4 .title {
        position: absolute;
        left: 0;
        right: 0;
    }

    .news .itemSkin4 .abstract, .news .itemSkin4 .more {
        opacity: 0;
        visibility: hidden;
        padding: 12px;
        bottom: -85px;
        transition: bottom .3s;
    }

    .news .itemSkin4:hover .title {
        bottom: 0;
        background-color: #d4af37;
        height: 150px;
    }

    .news .itemSkin4:hover .abstract, .news .itemSkin4:hover .more {
        opacity: 1;
        visibility: visible;
    }

    .news .itemSkin4:hover .abstract {
        bottom: 30px;
        text-align: justify;
    }

    .news .itemSkin4:hover .more {
        bottom: 0;
    }

    .news .itemSkin4 .abstract a {
        color: #000;
    }

    .news .itemSkin4 .more {
        text-align: right;
    }

        .news .itemSkin4 .more a {
            color: #fff;
            transition: .5s;
        }

        .news .itemSkin4 .more:hover a {
            color: #000;
        }

.news .slide {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .news .slide::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 3px solid rgba(207,207,207,.23);
        transform: translate(50%, -50%);
        transition: .3s;
    }

    .news .slide:hover::before {
        background-color: #d4af37;
        border-color: transparent;
    }

    .news .slide img {
        width: 40px;
        vertical-align: middle;
        position: relative;
        padding: 10px;
        z-index: 1;
        box-sizing: border-box;
        margin: 10px 5px;
    }

.news .previous img {
    transform: rotate(90deg);
}

.news .next img {
    transform: rotate(-90deg);
}

/*summaryAbout*/
.summaryAbout {
    text-align: center;
    background-color: var(--backGroundColorSectionB);
    padding-block: 60px;
}

    .summaryAbout img:not(.summaryAbout p img) {
        width: 25px;
        filter: brightness(2);
        display: block;
        margin: 0 auto 20px;
    }

    .summaryAbout p {
        color: #ffffff;
        line-height: 2.1em;
        display: inline-block;
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
        font-size: 18px;
    }

        .summaryAbout p:last-child {
            display: block;
        }

        .summaryAbout p img {
            filter: invert(73%) sepia(44%) saturate(634%) hue-rotate(4deg) brightness(89%) contrast(92%);
            vertical-align: middle;
            padding-left: 5px;
            width: 20px;
        }

/*counting*/
.counting {
    position: relative;
    text-align: center;
    padding-block: 60px;
}

    .counting .backgroundImage {
        background: url(File.aspx/?t=image&s=backC.jpg) no-repeat center;
    }

    .counting .items {
        padding-top: 40px;
    }

    .counting .item {
        display: inline-block;
        vertical-align: top;
        width: 22%;
        box-sizing: border-box;
        margin: 0 10px;
        background-color: rgba(25,29,32,.4);
        padding: 15px;
    }

    .counting h4 {
        color: #d4af37;
        font-size: 55px;
        margin: 0;
        word-break: break-all;
    }

    .counting span {
        color: #fff;
    }

/*property*/
.property {
    background-color: var(--backGroundColorSectionA);
    text-align: center;
}

    .property .items {
        margin: 30px 0;
    }

    .property .item {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        text-align: right;
        padding: 10px;
        box-sizing: border-box;
    }

    .property .text {
        display: inline-block;
        width: 89%;
        vertical-align: top;
    }

        .property .text b {
            color: #fff;
            font-size: 18px;
        }

        .property .text p {
            color: #c9c9c9;
            text-align: justify;
        }

/*articles*/
.articles {
    text-align: center;
    position: relative;
}

    .articles .backgroundImage {
        background-position: center 47px;
        /*background-image: url(https://klbtheme.com/invento/wp-content/uploads/2015/11/temp-img-footer.jpg);*/
        background: url(File.aspx/?t=image&s=backD.jpg) no-repeat center;
        background-size: cover;
    }

    .articles .itemSkin7 {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        margin: 0 10px;
        box-sizing: border-box;
        background-color: #202223;
        text-align: right;
        position: relative;
        overflow: hidden;
    }

        .articles .itemSkin7 .image a {
            display: flex;
        }

        .articles .itemSkin7 img {
            width: 100%;
        }

        .articles .itemSkin7 .text {
            padding: 10px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #000000c9;
            transform: translateX(100%);
            opacity: 0;
            visibility: hidden;
            transition: transform .3s;
        }

        .articles .itemSkin7:hover .text {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
        }

        .articles .itemSkin7 .text .title, .articles .itemSkin7 .text .abstract {
            margin: 8px;
        }

            .articles .itemSkin7 .text .title a, .articles .itemSkin7 .text .abstract a {
                color: #fff;
            }

            .articles .itemSkin7 .text .title a {
                font-size: 20px;
            }

            .articles .itemSkin7 .text .abstract a {
                line-height: 1.6rem;
                -webkit-line-clamp: 5;
                text-indent: 10px;
            }

        .articles .itemSkin7 .text .more {
            color: #d4af37;
            padding: 8px;
        }

/*contactUs*/
.contactUs {
    text-align: center;
    background: linear-gradient(-45deg, rgba(185,120,2,1) 0%, rgba(245,209,110,1) 30%, rgba(237,197,95,1) 60%, rgba(186,120,2,1) 100%);
    padding-block: 40px;
}

    .contactUs a {
        font-size: 35px;
        color: #1b1d1f;
    }

    .contactUs img {
        vertical-align: middle;
        margin-right: 14px;
    }

    .contactUs:hover img {
        animation: ring 2s ease infinite;
    }

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/*footer*/
footer {
    background-color: var(--backGroundColorSectionB);
}

    footer .item {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        padding-left: 50px;
    }

    footer .links {
        width: 20%;
        padding-left: 10px;
    }

.footerLogo {
    margin-right: -45px;
    width: 30%;
    vertical-align: middle;
}

footer .item .name {
    color: #fff;
    font-size: 25px;
}

footer .item p {
    color: #fff;
}

footer .contact a {
    position: relative;
    display: inline-block;
}

    footer .contact a::before, footer .contact a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 50%;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        border: 3px solid rgba(207,207,207,.23);
        transform: translate(50%, -50%);
    }

    footer .contact a::after {
        transform: translate(50%, -50%) scale(0);
        opacity: 0;
        transition: transform .3s ease, background-color .35s, opacity .25s ease;
    }

    footer .contact a:hover::after {
        transform: translate(50%, -50%) scale(1);
        opacity: 1;
        background: linear-gradient(-45deg, rgba(185,120,2,1) 0%, rgba(245,209,110,1) 30%, rgba(237,197,95,1) 60%, rgba(186,120,2,1) 100%);
    }

footer .contact img {
    width: 40px;
    vertical-align: middle;
    position: relative;
    padding: 10px;
    z-index: 1;
    box-sizing: border-box;
    margin: 10px 5px;
}

footer .links a {
    color: #fff;
    display: block;
    margin: 15px 0;
}

footer .line {
    width: 12vw;
    border-top: 1px solid #8f8f8f;
    height: 1px;
    display: block;
}

/*knkFooter*/
.knkFooter {
    background-color: #1b1d1f;
    text-align: center;
}

    .knkFooter img {
        width: 20px;
    }

/*knkFooter*/
.knkFooter {
    border-top: 1px solid #ddd;
    padding-block: 25px;
}

    .knkFooter .knk2 > * {
        width: 49%;
        display: inline-block;
        vertical-align: middle;
        color: #fff;
    }

    .knkFooter img {
        width: 40px;
        vertical-align: middle;
    }

    .knkFooter .knk div {
        display: inline-block;
        width: 80%;
        vertical-align: middle;
        text-align: right;
        color: #fff;
    }

/*main*/
main {
    padding: 0 50px 20px;
    min-height: 80vh;
    text-align: center;
}

    main .ContentsTitle, main .ContentTitle,
    main .form .formTitle {
        font-size: 20px;
        margin: 10px;
        position: relative;
        display: inline-block;
        padding: 6px;
        box-sizing: border-box;
    }

        main .ContentsTitle::before, .ContentsTitle::after,
        main .ContentTitle::before, main .ContentTitle::after,
        main .form .formTitle::before, main .form .formTitle::after {
            content: '';
            position: absolute;
            height: 1px;
            width: 70px;
            bottom: 0;
        }

        main .ContentsTitle::before, main .ContentTitle::before,
        main .form .formTitle::before {
            right: -10px;
            background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, #d4af37 100%);
        }

        main .ContentsTitle::after, main .ContentTitle::after,
        main .form .formTitle::after {
            left: -10px;
            background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #d4af37 100%);
        }

    /*news - main*/
    main .itemSkin4 {
        display: inline-block;
        vertical-align: top;
        width: 23%;
        box-sizing: border-box;
        margin: 5px;
        box-shadow: 0 0 10px #42434442;
        border-radius: 5px;
        overflow: hidden;
    }

        main .itemSkin4 img {
            width: 100%;
        }

        main .itemSkin4 .title a {
            color: #000;
            font-size: 18px;
        }

        main .itemSkin4 .abstract a {
            color: #424344;
            padding: 0 6px;
        }

        main .itemSkin4 .more {
            text-align: left;
            padding: 10px;
        }

            main .itemSkin4 .more a {
                color: #b59018;
                position: relative;
            }

                main .itemSkin4 .more a::after {
                    content: '';
                    position: absolute;
                    bottom: -2px;
                    right: 0;
                    background-color: #c39341;
                    height: 1px;
                    width: 0;
                    -webkit-transition: all .5s ease-in-out;
                    -o-transition: all .5s ease-in-out;
                    transition: all .5s ease-in-out;
                }

            main .itemSkin4 .more:hover a {
                color: #000;
            }

            main .itemSkin4 .more a:hover::after {
                width: 100%;
                -webkit-transition: all .5s ease-in-out;
                -o-transition: all .5s ease-in-out;
                transition: all .5s ease-in-out;
            }

/*gallery - main*/
.galleryDetail .ContentsItems {
    column-count: 4;
    column-gap: 2px;
    min-height: 550px;
    overflow: hidden;
    padding: 3vh 0;
}

.galleryDetail .itemSkin2 {
    position: relative;
    margin-bottom: -4px;
    overflow: hidden;
}

.galleryDetail img {
    width: 100%;
    transition: .5s;
}

main .itemSkin2:hover img {
    transform: scale(1.1);
}

.galleryDetail .itemSkin2 .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: justify;
    transition: all 1s;
    background-color: #2f3133;
    padding: 8px;
}

.galleryDetail .itemSkin2:hover .title {
    bottom: -70px;
}

.galleryDetail .itemSkin2 .title a {
    color: #fff;
}

/*articels - main*/
main .itemSkin3 {
    display: inline-block;
    width: 23%;
    margin: 5px;
    vertical-align: top;
    background-color: #fff;
    box-shadow: 0 0 5px #5c5c5c33;
}

    main .itemSkin3 img {
        width: 100%;
    }

    main .itemSkin3 .title a {
        color: #000000;
        font-size: 18px;
        padding: 5px;
        transition: all .3s
    }

    main .itemSkin3:hover .title a {
        padding-top: 0;
    }

    main .itemSkin3 .abstract {
        border-bottom: 1px solid #c39341;
    }

    main .itemSkin3:hover .abstract {
        border-bottom-width: 6px;
    }

    main .itemSkin3 .abstract a {
        color: #424344;
    }


/*faq*/
.ContentsItems .itemSkin106 .title {
    position: relative;
    cursor: pointer;
    background: var(--backGroundColorSectionB);
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #3e3e3e;
    text-align: right;
}

    .ContentsItems .itemSkin106 .title a {
        color: #fff;
    }

    .ContentsItems .itemSkin106 .title::after {
        content: "❮";
        position: absolute;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transform: rotate(180deg) translateY(50%);
        transform: rotate(180deg) translateY(50%);
        left: 10px;
        font-size: 13px;
        top: 50%;
        color: #fff;
    }

.itemSkin106.open .title:after {
    -webkit-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%);
}

.ContentsItems .itemSkin106 .body {
    background: #cdcdcd;
    font-size: 14px;
    padding: 20px 30px;
    height: 0;
    padding: 0 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.ContentsItems .itemSkin106.open .body {
    visibility: visible;
    opacity: 1;
    height: 100%;
    padding: 20px;
}

.ContentsItems .itemSkin106 .body P {
    margin: 0;
    color: #000;
    text-align: justify;
}

/*itemSkin2*/
main .itemSkin2:not(main .galleryDetail .itemSkin2) {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    background-color: #2f3133;
    margin: 3px;
    border-radius: 5px;
}

    main .itemSkin2:not(main .galleryDetail .itemSkin2) .image a {
        display: flex;
        overflow: hidden;
        border-radius: 5px 5px 0 0;
    }

    main .itemSkin2:not(main .galleryDetail .itemSkin2) img {
        width: 100%;
        overflow: hidden;
        transition: .5s;
        height: 304px;
    }

    main .itemSkin2:not(main .galleryDetail .itemSkin2) .title {
        padding: 5px;
    }

        main .itemSkin2:not(main .galleryDetail .itemSkin2) .title a {
            color: #fff;
        }

/*main content*/
main .ContentAbstract {
    color: #a3a3a3;
}

main .ContentAbstract {
    color: #a3a3a3;
}

main .ContentBody p {
    text-align: justify;
}

/*ifram*/
iframe {
    max-width: 100%;
}

main table {
    margin: 10px 0;
    border-color: #c7c8c9;
    border-collapse: collapse;
}

main .DetailSkin1 .ContentBody table {
    width: 100%;
}

main table tr td {
    padding: 5px;
    text-align: center;
}

main .contentImagesDiv {
    text-align: center;
    margin: 20px 0;
}

    main .contentImagesDiv .ImageSkin1 {
        display: inline-block;
        margin: 5px;
    }

        main .contentImagesDiv .ImageSkin1 img {
            max-width: 100%;
            border-right: 4px solid #c39341;
        }

/*send message*/
main .form .formDescription {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
    margin: 15px 0;
}

main .form .item {
    display: inline-block;
    width: 20%;
    text-align: right;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
    height: 90px;
}

    main .form .item textarea,
    main .form .item input {
        padding: 5px;
        height: 35px;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 4px;
        box-sizing: border-box;
    }

    main .form .item textarea {
        resize: none;
        width: 100%;
    }

    main .form .item:nth-last-child(2) {
        width: 100%;
        height: auto;
    }

        main .form .item:nth-last-child(2) textarea {
            min-height: 200px;
            resize: vertical;
        }

    main .form .item textarea:focus {
        outline: none;
    }

main .form-1 .item input,
main .form-1 .item canvas {
    width: calc(50% - 14px);
    vertical-align: middle;
}

main .form-1 .item img {
    width: 20px;
    vertical-align: middle;
}

main .form-1 .formFields {
    text-align: right;
}

main .form .buttonItem {
    text-align: left;
}

    main .form .buttonItem input {
        padding: 10px 20px;
        border: none;
        background: linear-gradient(-45deg, rgba(185, 120, 2, 1) 0%, rgba(245, 209, 110, 1) 30%, rgba(237, 197, 95, 1) 60%, rgba(186, 120, 2, 1) 100%);
        border-radius: 3px;
        cursor: pointer;
        color: #000;
        height: 39px;
    }

main .form .field span {
    color: #f00;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    * {
        letter-spacing: -.9px;
    }

    .container {
        padding-inline: 20px;
        padding-block: 20px;
    }

    .mainTitle {
        padding: 0 20px;
        font-size: 22px;
    }

    .abstractM {
        font-size: 14px;
    }

    header {
        text-align: center;
    }

        header.container, .menuFixed {
            padding-inline: 10px;
            padding-block: 10px;
        }

    .homePage:not(.menuFixed) {
        width: 100%;
        background: transparent;
        bottom: unset;
    }

    .homePage.openMenu:not(.menuFixed) {
        padding: 0;
    }

    header .headerLogoMore {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
    }

        header .headerLogoMore .line {
            width: 28px;
            height: 4px;
            background-color: #d4af37;
            display: block;
            margin: 4px 0;
        }

    header .logo, .homePage.menuFixed .logo {
        width: 30%;
        position: unset;
        display: inline-block;
    }

    .homePage.menuFixed nav, header nav {
        position: fixed;
        top: 64px;
        bottom: 100px;
        right: 0;
        background-color: #fff;
        overflow: auto;
        box-shadow: 0 0 3px #1c1c1c87;
        transform: translateX(110%);
        transition: .5s;
        width: 67%;
        text-align: right;
        padding: 0 12px;
        box-sizing: border-box;
        animation: navAnim 2s ease-in-out infinite alternate;
    }

    .homePage.menuFixed nav, header nav, .homePage nav {
        margin: 0;
    }

    .slider .text {
        width: auto;
    }

    h1 {
        width: 100%;
    }

        h1 a {
            font-size: 40px;
        }

        .menuFixed nav > a,
        h1 a, header nav > a, nav .itemMenu > a {
            color: #000;
            display: block;
        }

    nav > a, nav .itemMenu a {
        padding: 10px;
        border-bottom: 1px solid #eee
    }

    .homePage:not(.menuFixed) ul a {
        color: #000;
    }

    header .itemMenu, .menuFixed .itemMenu {
        display: block;
    }

    .subMenuItem img {
        filter: invert(1);
    }

    header.openMenu {
        padding: 0;
        text-align: right;
        background: transparent;
        box-shadow: none;
    }

    .homePage.menuFixed.openMenu {
        background: transparent;
        box-shadow: none;
    }

        .homePage.menuFixed.openMenu nav, header.openMenu nav, .openMenu .paper {
            transform: translateX(0);
        }

        header.openMenu .logo, .homePage.menuFixed.openMenu .logo {
            width: 65%;
            background-color: var(--backGroundColorSectionB);
            text-align: center;
            z-index: 2;
            position: relative;
        }

    .openMenu .logo img {
        width: 50%;
        padding: 12px;
        box-sizing: border-box;
    }

    .itemMenu li {
        border-bottom: 1px dotted #e5e5e5;
    }

    header .itemMenu ul, .menuFixed .itemMenu ul {
        background-color: #ababab42;
        top: 100%;
        width: 100%;
        border-right: 1px solid #2f3133;
        position: unset;
        height: 0;
    }

    header .itemMenu .openSubMenu, .menuFixed .itemMenu .openSubMenu {
        height: auto;
    }

    .itemMenu li:hover {
        background-color: transparent;
    }

    .itemMenu li a {
        border-bottom: 1px solid #dddddd54;
        padding: 8px 20px;
    }

    header .paper {
        width: 38.6%;
        background-color: #ffffff;
        height: 110px;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 2;
        transform: translateX(255%);
        transition: .5s;
        animation: paperAnim 2s ease-in-out infinite alternate;
    }

        header .paper::before {
            content: '';
            position: absolute;
            top: 7px;
            bottom: 0;
            left: -100px;
            z-index: -1;
            width: 100px;
            height: 100px;
            background: linear-gradient(to bottom left, #ffffff 0%, #fff 50%, #00800000 50%, #00800000 100%);
        }

        header .paper::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: -100px;
            z-index: 1;
            border-style: solid;
            border-width: 0 100px 100px 0;
            border-color: transparent #ddd;
            animation: paperAfterAnim 2s ease-in-out infinite alternate;
        }

    @keyframes navAnim {
        from {
            bottom: 100px;
        }

        to {
            bottom: 150px;
        }
    }

    @keyframes paperAnim {
        from {
            width: 38.6%;
            height: 110px;
        }

        to {
            height: 150px;
            width: 25.3%;
        }
    }

    @keyframes paperAfterAnim {
        from {
            left: -100px;
            border-width: 0 100px 100px 0;
        }

        to {
            border-width: 0 150px 150px 0;
            left: -150px;
        }
    }

    .services .item {
        width: 100%;
        padding: 20px 0;
    }

        .services .item p {
            word-spacing: unset;
        }

    .services .line {
        height: auto;
    }

    .gallery .parentTitle {
        margin-inline: 20px;
    }

    .gallery .itemSkin5 {
        width: 49%;
    }

    footer .item {
        padding-left: 0;
    }

    .about .text, .about > img, .news .itemSkin4, .property .item, .articles .itemSkin7,
    footer .item, .knkFooter .knk div, .knkFooter .knk2 > *, main .itemSkin2, main .itemSkin2:not(main .galleryDetail .itemSkin2) {
        width: 100%;
    }

    .about .text, .about > img, .news .itemSkin4, .property .item {
        padding: 10px 0;
    }

    .property .item, .articles .itemSkin7, main .itemSkin2:not(main .galleryDetail .itemSkin2) {
        margin: 10px 0;
    }

        .articles .itemSkin7 .text {
            transform: translateX(0);
            opacity: 1;
            visibility: visible;
            top: 45%;
        }

            .articles .itemSkin7 .text .abstract a {
                line-height: 1.6rem;
                -webkit-line-clamp: 3;
            }

    .about > img {
        padding-right: 0;
        padding-top: 20px;
    }

    /*.counting .item {
        width: 60%;
    }*/

    .contactUs a {
        font-size: 20px;
    }

    .contactUs img {
        animation: ring 2s ease infinite;
        width: 40px;
        margin-right: 5px;
    }

    .summaryAbout {
        text-align: right;
    }

        .summaryAbout p {
            padding: 10px 0;
            font-size: 16px;
        }

    .counting .item {
        width: 100%;
        margin: 10px 0;
    }

    .footerLogo {
        margin-right: 0;
    }

    footer .contact, .knkFooter .knk div {
        text-align: center;
    }

    footer .line {
        width: 100%;
    }

    footer .links {
        border-top: 1px solid #8f8f8f;
        margin-top: 5px;
    }

    main {
        padding: 0 15px 15px;
    }

        main .itemSkin4, main .itemSkin3 {
            width: 100%;
            margin: 5px auto;
        }

    .galleryDetail .ContentsItems {
        column-count: 2;
    }

    /*send message*/
    main .form .item {
        width: 100%;
    }
}
