body {
    font-family: "SF Pro TC", "SF Pro Text", "SF Pro Icons", "PingFang TC", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-weight: normal !important;
    font-size: 16px;
    padding-top: 50px;
    color: #181818;
}

form input:active, form input:focus, form input:visited,
form textarea:active,
form textarea:focus,
form textarea:visited {
    box-shadow: 0px 0 0px 3px #f0e9e0 !important;
    border: 1px solid #c09e77 !important;
}

.btn-main {
    border-radius: 5px;
    background-color: #162D5D;
    color: white;
}
    .btn-main:hover {
        color:#fff;
    }

    .btn-main:active, .btn-main:focus, .btn-main:visited {
        box-shadow: 0px 0 0px 3px #f0e9e0;
    }

.btn-main-outline {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #c09e77;
    color: #c09e77;
}

    .btn-main-outline:active, .btn-main-outline:focus, .btn-main-outline:visited {
        box-shadow: 0px 0 0px 3px #f0e9e0;
    }

.content {
    min-height: calc(100vh - 150px);
}

a {
    color: #181818;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: unset;
    }

    a.a-link {
        text-decoration: underline;
    }

        a.a-link:hover {
            color: unset;
        }

.main-color {
    color: #c09e77;
}

.font_dark_blue {
    color: #162D5D;
}

.bg-black {
    background-color: black;
    /*background-image: url("../img/page_bg.jpg");*/
    background-color: #fff;
    background-position: top center;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color:#fff;
}

.wc100 {
    width: 100%;
    height: auto;
}

.container.min-height {
    min-height: 100vh;
}

.section {
    line-height: 2em;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.main-title {
    font-size: 1.6em;
}

    .main-title small {
        font-size: 0.6em;
    }

.main-title_en {
    font-size: 25px;
    /*font-weight:200;*/
}

.hover {
    position: relative;
    top: 0px;
    transition: 0.3s;
    cursor: pointer;
}

    .hover:hover {
        top: -5px;
    }

.navbar-brand {
    color: white;
    padding: 0 15px;
    padding-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
}

    .navbar-brand .logo {
        height: 40px;
        width: auto;
    }

@media (max-width: 992px) {
    .navbar-brand {
        margin: 0 auto;
        position: relative;
        right: -33px;
    }
}

.nav-menu {
    background: #004F79;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
    transition: all 0.4s;
    padding: 0px;
    padding: 5px 0px;
}

@media (max-width: 992px) {
    .navbar-collapse {
        padding: 20px;
    }
}

.nav-item {
    padding: 0 10px;
}

    .nav-item .nav-yise-logo {
        position: relative;
        top: -1.5px;
        width: 16px;
        height: auto;
        margin-right: 3px;
    }

.menu-item {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

    .menu-item:hover {
        color: #fff;
        transition: all 0.25s ease-in;
    }

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.ham {
    transition: width 0.3s;
    background: rgb(255, 255, 255);
}

.line1,
.line2 {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition: 0.4s;
}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line2 {
    transform: rotate(45deg) translate(-3px, -2px);
}

.dropdown-item {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.costum-navbar {
    position: fixed;
    background-color: rgba(0, 79, 121, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 79, 121, 0.5);
    box-shadow: 0px 5px 10px -3px rgba(0, 79, 121, 0.5);
}

/* ===== END OF NAVBAR SECTION ===== */
.breadcrumb {
    background-color: transparent;
    padding: 12px 0px;
}

    .breadcrumb a:hover {
        color: #c09e77;
    }

.organizer-list {
    position: relative;
    margin-top: 30px;
    background-repeat: repeat;
}

    .organizer-list .flags {
        text-align: center;
        padding: 15px;
    }

        .organizer-list .flags img {
            width: 100%;
            max-width: 560px;
        }

    .organizer-list .organizer-item {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin: 0 auto;
        border: 1px solid #eaeaea;
        border-radius: 2px;
        margin-bottom: 15px;
    }

    .organizer-list .organizer-title {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 1.4em;
        font-weight: bold;
    }

        .organizer-list .organizer-title small {
            font-size: 0.5em;
            margin-left: 5px;
        }

.exhibition-info {
    position: relative;
}

footer {
    position: relative;
    background-image: url(../img/footer2.png);
    background-size: 100% 100%;
    padding: 20px 0px 20px 0;
    margin-top: 20px;
}

    footer.fixed {
        position: fixed;
        width: 100%;
        bottom: 0px;
        left: 0;
        z-index: 200;
    }

    footer p {
        color: white !important;
    }

    footer .social {
        margin: 10px 0px;
        padding: 0px;
    }

        footer .social a {
            color: white !important;
        }

            footer .social a:hover {
                transition: 0.3s;
                color: #e1c495 !important;
            }

        footer .social li {
            width: 30px;
            height: 30px;
            font-size: 12px;
            border: 1px solid #ffffff;
            border-radius: 3px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            margin-right: 5px;
        }

            footer .social li:hover {
                transition: 0.3s;
                border: 1px solid #e1c495;
            }

@media (max-width: 768px) {
    footer {
        text-align: center;
    }
}

footer .Dgm_logo {
    width: 100px;
}

.owl-dots {
    text-align: center;
}

    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: rgba(0, 0, 0, 0.2);
        margin: 20px 2.5px;
        display: inline-block;
        border-radius: 100px;
    }

        .owl-dots .owl-dot.active {
            background-color: #004F79;
            border: 1px solid #887156;
        }

@media (max-width: 768px) {
    .index-button-tab-wrapper {
        flex-wrap: wrap;
    }

        .index-button-tab-wrapper .button-tab-item {
            min-width: 33.33%;
            max-width: 33.33%;
        }
}

.banner .banner-xl {
    position: relative;
    padding-left: 100%;
    padding-top: 50%;
    background-image: url(../img/banner/banner_bg2.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #f2f1ea;
}

    .banner .banner-xl img {
        width: 30%;
        height: auto;
        position: absolute;
        top: 8%;
        left: 12%;
    }

.banner .banner-xs {
    position: relative;
    padding-left: 100%;
    padding-top: 95%;
    background-image: url(../img/banner/M_banner_bg2.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #f2f1ea;
}

    .banner .banner-xs img {
        width: 80%;
        height: auto;
        position: absolute;
        top: 5%;
        left: 5%;
    }

.works-list {
    margin-bottom: 50px;
}

    .works-list .work-item {
        margin-bottom: 30px;
        max-width:320px;
    }

        .works-list .work-item.ma-0 {
            margin: 0px;
        }

        .works-list .work-item .work-artist {
            font-size: 0.95em;
            color: #46372c;
        }

    .works-list .work-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 81%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        border: 0px solid #d3d3d3;
    }

    .works-list .work-name {
        font-weight: bold;
        margin-top: 5px;
        color: #000;
    }
    .works-list .work-name:hover {
        color:#000;
    }

    .works-list .work-price {
        color: #bca077;
        font-weight: bold;
    }

.works-detail {
    margin-bottom: 110px;
    display: flex;
}

@media (max-width: 992px) {
    .works-list .work-item {
        max-width: none;
    }

    .works-detail {
        display: block;
    }
}

.works-detail .works-detail-thumbnail {
    min-width: 360px;
    position: -webkit-sticky;
    min-height: 100%;
    max-width: 360px;
}

    .works-detail .works-detail-thumbnail img {
        position: sticky;
        top: 100px;
    }

@media (max-width: 992px) {
    .works-detail .works-detail-thumbnail {
        min-width: 100%;
        margin-top: 30px;
    }
}

.works-detail .works-detail-thumbnail .zoom-icon {
    display: block;
    position: relative;
}

    .works-detail .works-detail-thumbnail .zoom-icon::before {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        width: 36px;
        height: 36px;
        display: block;
        content: " ";
        background-image: url("../img/zoom.png");
        background-size: cover;
    }

.works-detail .works-detail-content {
    padding: 0 30px;
}

@media (max-width: 992px) {
    .works-detail .works-detail-content {
        padding: 0px;
        margin-top: 30px;
    }
}

.works-detail .works-detail-content .price {
    font-size: 1.6em;
}

.works-detail .works-detail-content .purchase-btn {
    background-color: #c09e77;
    padding: 10px 50px;
    display: inline-block;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .works-detail .works-detail-content .purchase-btn {
        width: 100%;
    }
}

.works-detail .work-title {
    font-size: 1.8em;
    margin-bottom: 0px;
    font-weight: bold;
}

.works-detail .work-artist {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.works-detail .works-detail-section {
    margin-top: 20px;
    line-height: 2em;
}

.works-detail .work-info {
    font-size: 0.8em;
    color: #808080;
}

.artist-list {
    margin-bottom: 50px;
}

    .artist-list .artist-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 133.3%;
        background-position: center;
        background-size: cover;
        position: relative;
        margin-bottom: 30px;
    }

        .artist-list .artist-thumbnail .name-wrapper {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            background: rgb(3, 1, 34);
            background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
            padding: 50px 20px 20px 20px;
            color: white;
        }

            .artist-list .artist-thumbnail .name-wrapper .artist-name {
                font-size: 1.2em;
            }

@media (max-width: 768px) {
    .artist-list .artist-thumbnail .name-wrapper {
        padding: 30px 10px 10px 10px;
    }

        .artist-list .artist-thumbnail .name-wrapper .artist-name {
            font-size: 0.9em;
        }

        .artist-list .artist-thumbnail .name-wrapper .artist-en-name {
            font-size: 0.9em;
        }
}

.artist-list .artist-thumbnail .nation {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .artist-list .artist-thumbnail .nation img {
        width: 50px;
        height: auto;
        border: 1px solid white;
        border-radius: 3px;
    }

@media (max-width: 768px) {
    .artist-list .artist-thumbnail .nation img {
        width: 30px;
    }
}

.artist-detail {
    margin-bottom: 60px;
    display: flex;
}

@media (max-width: 992px) {
    .artist-detail {
        display: block;
    }
}

.artist-detail .artist-thumbnail {
    width: 100%;
    max-width: 360px;
    position: -webkit-sticky;
    min-height: 100%;
}

    .artist-detail .artist-thumbnail img {
        position: sticky;
        top: 100px;
    }

@media (max-width: 992px) {
    .artist-detail .artist-thumbnail {
        min-width: 100%;
        margin-top: 30px;
    }
}

.artist-detail .section {
    line-height: 2em;
    padding: 20px 0px;
    border-bottom: 1px solid #e6e6e6;
}

    .artist-detail .section:last-child {
        border: none;
    }

    .artist-detail .section ul,
    .artist-detail .section ol {
        padding: 0px 0px 0px 1em;
        margin: 0px;
    }

.artist-detail .artist-name {
    font-size: 1.6em;
}

.artist-detail .artist-sub-name {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.artist-detail .artist-content {
    padding: 0 30px;
    width: 100%;
}

@media (max-width: 992px) {
    .artist-detail .artist-content {
        padding: 0px;
        margin-top: 30px;
    }
}

.artist-detail .artist-content .citizenship {
    border: 1px solid #cccccc;
    width: 50px;
}

    .artist-detail .artist-content .citizenship img {
        width: 100%;
        height: auto;
    }

.purchase-page {
    margin-bottom: 100px;
}

.purchase-wrapper {
    display: flex;
}

@media (max-width: 992px) {
    .purchase-wrapper {
        display: block;
    }
}

.purchase-wrapper .purchase-art-price {
    font-size: 1.4em;
}

.purchase-wrapper .purchase-list {
    display: flex;
    flex: 360px;
    min-width: 360px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .purchase-wrapper .purchase-list {
        flex: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

.purchase-wrapper .purchase-list .purchase-thumbnail {
    flex: 100px;
    max-width: 100px;
    margin-right: 20px;
}

.purchase-wrapper .purchase-list .purchase-art-name {
    font-weight: bold;
}

.purchase-wrapper .purchase-list .purchase-content {
    flex: 1;
}

.purchase-wrapper .purchase-form {
    flex: 100%;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .purchase-wrapper .purchase-form {
        padding-left: 0px;
        border: none;
        border-top: 1px solid #e6e6e6;
        margin-top: 20px;
        padding-top: 20px;
    }
}

.purchase-wrapper .verify-code .input-group-text {
    padding: 0px;
}

    .purchase-wrapper .verify-code .input-group-text img {
        height: 34px !important;
        height: auto;
    }

.pagination {
    font-size: 14px;
}

    .pagination li {
        margin: 0px;
        text-align: center;
        padding: 0 5px;
    }

        .pagination li.active {
            background-color: #004F79;
            color:#fff;
        }

            .pagination li.active a {
                color: white;
            }

.news-wrapper .news-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

    .news-wrapper .news-item:last-child {
        border: none;
    }

.news-wrapper .news-item-left {
    min-width: 100px;
    min-height: 100px;
}

.news-wrapper .news-context {
    padding-left: 15px;
}

    .news-wrapper .news-context .news-context-title {
        font-size: 1.2em;
        margin-bottom: 0px;
    }

@media (max-width: 768px) {
    .news-wrapper .news-context .news-context-title {
        font-size: 1em;
    }
}

.news-wrapper .news-context .news-context-text {
    margin-top: 5px;
    color: #808080;
}

@media (max-width: 768px) {
    .news-wrapper .news-context .news-context-text {
        font-size: 0.8em;
    }
}

.news-items {
    margin-bottom: 30px;
}

    .news-items .news-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        border: 1px solid #d3d3d3;
        margin-bottom: 10px;
    }

    .news-items .news-title {
        font-size: 1.1em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.sold {
    background-color: #f3f3f3;
    color: #999999;
    border: 1px solid #cccccc;
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
}

.icard-wrapper {
    width: 1400px;
    margin: 0 auto;
    background-color: #eeede8;
}

    .icard-wrapper .icard-content {
        width: 1000px;
        margin: 0 auto;
        display: flex;
    }

        .icard-wrapper .icard-content .content-iten {
            width: 50%;
            flex-shrink: 1;
            padding: 30px;
        }

    .icard-wrapper .work-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .icard-wrapper .icard-content-bg {
        background-image: url(../img/icard/bg.jpg);
        background-size: 1400px;
        background-repeat: no-repeat;
        background-color: #eeede8;
        background-position: top;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .icard-wrapper .work-info-wrapper {
        display: flex;
        margin-top: 30px;
    }

        .icard-wrapper .work-info-wrapper .author-thumbnail {
            flex-basis: 80px;
            margin-right: 20px;
        }

        .icard-wrapper .work-info-wrapper .work-info {
            flex: 1;
        }

        .icard-wrapper .work-info-wrapper .work-name {
            font-size: 1.2em;
            font-weight: bold;
        }

        .icard-wrapper .work-info-wrapper .author {
            font-weight: bold;
            margin: 10px 0px;
        }

        .icard-wrapper .work-info-wrapper .work-info-item {
            font-size: 0.9em;
            color: #808080;
            margin-bottom: 5px;
        }


 #bg-container::before{
    
     content:"";
     display:block;
     background-image:url(../img/line1.png);
     width:100%;
     height:30px;
     background-size:cover;
     background-repeat:repeat-x;
     background-position: center center;
     overflow:hidden;
  }

#bg-container::after {
    content: "";
    display: block;
    background-image: url(../img/line1.png);
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center center;
    overflow: hidden;
    top:-35px;
}

.phtoto-gallery a {
    padding-left: 100%;
    padding-top: 100%;
    content: "";
    display: block;
    background-size: cover;
    background-position: center;
}

