html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}


/* Selection */

::-webkit-selection {
    color: #888;
    background: rgba(0, 0, 0, 0.1);
}

::-moz-selection {
    color: #888;
    background: rgba(0, 0, 0, 0.1);
}

::selection {
    color: #888;
    background: rgba(0, 0, 0, 0.1);
}

#addo-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

a {
    color: #101010;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*** 04. Content styles ***/
.section {
    width: 100%;
    height: auto;
    clear: both;
    box-sizing: border-box;
}

.animate-box {
    opacity: 0;
}

#addo-main {
    width: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.js-slider .slick-slide {
    position: relative;
}

.js-slider .slider-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
}

.slider-banner {
    position: relative;
    background-position: center top;
}

.slider-banner .img-photo {
    width: 100%;
    height: auto;
}
.banner-inner { 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}   
.banner-title {
    color: #ffffff;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.75rem;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(2px);
    padding: 30px;
    box-sizing: border-box;
}
.banner-title .title-tag {
    font-size: 0.75rem;
    line-height: 1.1;
    margin-bottom: 8px;
    padding: 0.5rem 0.875rem;
    border-radius: 5000px;
    background: rgba(65, 153, 255, 0.5);
}

.banner-title .title-text {
    font-size: clamp(1.5rem, 5vw, 3.75rem);
    line-height: 1.2;
    font-weight: bold;
}
.banner-title .title-text.bg {
    background-image: linear-gradient(to right, #FF9421, #FFF651);
    /* background: linear-gradient(90deg, #FF9421 0%, #FFF651 98%); */
    background-clip: text;
    color: transparent;
}


.banner-title .subtitle-text {
    font-size: 1rem;
    line-height: 1.1;
}

.banner-title .banner-btn {
    background-color: #ffffff;
    color: #333333;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    border: none;
}

body.offcanvas {
    overflow-x: hidden;
}

.swiper-pagination-bullet-active {
    background: #cccccc !important;
}

/* king-box */

.king-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
}
@media screen and (max-width: 1280px) {
    .king-box {
        bottom: 20px;
    }
}

.king-inbox {
    display: flex;
    gap: 20px;
}

.king-item {
    transition: 0.3s;
    padding: 10px 20px;
    background: linear-gradient(180deg, rgba(203, 183, 151, 0.9) 0%, rgba(188, 164, 128, 0.9) 100%);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
    flex: 2;
    display: flex;
    justify-content: space-between;
    color: #fff;
    position: relative;
    border-radius: 3px;
}

.king-item img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 58px;
    height: 58px;
}

.king-item .king-title {
    font-size: 22px;
}
.king-item .king-sub {
    font-size: 20px;
}

.king-item:hover {
    transform: translateY(10px);
}
@media screen and (max-width: 1280px) {
    .king-item .king-title {
        font-size: 22px;
    }
}

.section-subtit {
    position: relative;
    text-align: left;
    margin-bottom: 40px;
}

.section-subtit h2 {
    font-size: 32px;
    font-weight: 600;
    color: #15298a;
}

.section-subtit .sub {
    font-size: 24px;
    font-weight: 600;
    text-transform: Uppercase;
    color: #cecece;
    opacity: 0.5;
    z-index: 0;
}

.btn-default {
    color: #434343;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: auto;
    height: 5px;
}

.slick-dots li button {
    text-indent: -10000px;
    background: #ccc;
    border: 0;
    border-radius: 7px;
    width: 10px;
    height: 5px;
    display: inline-block;
    left: 100px;
    text-align: center;
    transition: 0.3s;
    padding: 0;
}

.slick-dots li.slick-active button {
    width: 30px;
    height: 5px;
    background: #15298a;
}

/*  exhibition-info */

.exhibition-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(173, 38, 38, 0.9);
    padding: 30px;
    height: 270px;
    box-sizing: border-box;
    display: flex;
    gap: 30px;
    align-items: center;
}

.exhibition-info .exhibition-title {
    width: 180px;
    height: 180px;
    opacity: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 12px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 26px;
    color: #ffd597;
    font-weight: 600;
}

.exhibition-info .exhibition-info-inner {
    width: calc(100% - 180px);
    flex: 1;
    overflow-x: scroll;
    display: flex;
    gap: 20px;
}

@media screen and (max-width: 1280px) {
    .exhibition-info {
        padding: 15px;
        height: 200px;
        gap: 20px;
    }
    .exhibition-info .exhibition-title {
        width: 150px;
        height: 150px;
        gap: 12px;
        font-size: 24px;
    }

    .exhibition-info .exhibition-info-inner {
        gap: 20px;
    }
}

.exhibition-item {
    width: 234px;
}

.exhibition-photo {
    width: 234px;
    height: 156px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.exhibition-photo img {
    display: block;
    width: 234px;
    border-radius: 5px;
}

.home-last-item {
    height: calc(100vh - 128px);
    box-sizing: border-box;
}

.home-last-item.bg-grey02 {
    background-color: rgba(0, 0, 0, 0.2);
}

.home-last-item.bg-grey35 {
    background-color: rgba(0, 0, 0, 0.35);
}

.last-item-inner {
    padding: 120px 30px;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .last-item-inner {
        padding: 60px 30px;
    }
}

.animation-delay-2 {
    animation-delay: 0.5s;
}

.animation-delay-1 {
    animation-delay: 1s;
}

#right-bar {
    position: fixed;
    z-index: 999;
    right: 5px;
    top: calc(50% - 170px);
    background: #fff;
    border-radius: 10px 10px;
    padding: 10px 0;
    width: 70px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.right-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-bottom: #cab29a solid 1px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.right-bar-item:last-child {
    border-bottom: none;
}
.right-bar-item img {
    display: block;
    width: 36px;
    height: 36px;
    margin-bottom: 6px;
}
.home-info-box {
    display: flex;
    gap: 6px;
}

.home-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.home-info .item-time {
    font-weight: bold;
    color: #164B8D;
    line-height: 1;
}
@media screen and (min-width: 1920px) {
    .home-info .item-time {
        font-size: 26px;
    }
}
@media screen and (max-width: 1919px) {
    .home-info .item-time {
        font-size: 22px;
    }
}

.nav-cate-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-cate li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.nav-cate li a {
    background-color: #C7EAFA;
    width: 146px;
    height: 48px;
    font-size: 18px;
    color: #164B8D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-cate li.active a {
    background-color: #164B8D;
    color: #ffffff;
}


.top-news {
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.slider-photo-item {
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.slider-photo-item img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slider-photo-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 9;
}

.slider-photo-item .img-info {
    
    padding: 15px 15px;
    font-size: 16px;
}

.slider-photo-item .img-info .more {
    position: relative;
    padding-left: 15px;
}

.slider-photo-item .img-info .more:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.2;
}

.slider-photo-item .img-info .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 6px;
}

.news-content {
    display: flex;
    align-items: start;
    gap: 20px;
}
.news-content .news-photo {
    display: block;
    width: calc((100% - 40px) / 3);
}
.news-list {
    width: calc((100% - 40px) / 3);
}

.home-news {
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: rgba(0, 0, 0, 0.1) solid 1px;
}
.home-news .item-content {
    flex: 1;
}
.home-news .addtime {
    color: #014FA1;
    text-align: right;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    padding-right: 12px;
}
.news-content-title a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}
@media (min-width: 768px) {
    .custom-5-item {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.show-nav {
    display: inline-block;
    float: left;
    width: 230px;
    margin-right: 30px;
}
.show-content {
    display: inline-block;
    float: right;
    position: relative;
}
@media (min-width: 992px) {
    .tab-content-show {
        height: 406px;
        overflow: hidden;
    }
    .show-content {
        width: 800px;
    }
    .show-detail .show-detail-photo img {
        width: 500px;
    }
}
@media (min-width: 1600px) {
    .tab-content-show {
        height: 490px;
        overflow: hidden;
    }
    .show-content {
        width: 1000px;
    }
    .show-detail .show-detail-photo img {
        width: 635px;
    }
}

.show-detail {
    position: relative;
    padding: 50px 30px 50px 0;
}
.show-detail::after {
    position: absolute;
    content: "";
    background-color: #95231f;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    z-index: 0;
}

.show-detail .inner {
    position: relative;
    display: flex;
    gap: 30px;
    z-index: 2;
}

.show-detail .item-desc {
    line-height: 1.7;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
@media screen and (max-width: 1919px) {
    .show-detail .item-desc {
        -webkit-line-clamp: 5;
    }
}

.js-slider {
    margin-bottom: 0;
}

.js-slider i {
    cursor: pointer;
    width: 32px;
    height: 32px;
}

.js-slider i:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    text-align: center;
    display: block;
    border: 1px solid #1B60B6;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    color: #1B60B6;
}

.js-slider i:hover:before {
    border: 1px solid #1B60B6;
    color: #1B60B6;
    opacity: 0.9;
}

.js-slider .prevArrow {
    position: absolute;
    z-index: 9;
}

.js-slider .nextArrow {
    position: absolute;
    z-index: 9;
}

.js-slider .prevArrow i {
    position: relative;
}

.js-slider .prevArrow i:before {
    content: "\f3d2";
}

.js-slider .nextArrow i:before {
    content: "\f3d3";
}

@media screen and (min-width: 992px) {
    .js-slider .prevArrow {
        left: -40px;
        bottom: calc(50% - 20px);
    }

    .js-slider .nextArrow {
        right: -40px;
        bottom: calc(50% - 20px);
    }
}
@media screen and (max-width: 991px) {
    .js-slider .prevArrow {
        right: 190px;
        bottom: 80px;
    }

    .js-slider .nextArrow {
        right: 130px;
        bottom: 80px;
    }
}

.home-star-item {
    position: relative;
    background-color: #0195D5;
    overflow: hidden;
    border-radius: 12px;
}
.home-star-item .contant{
    padding: 15px 15px;
    background-color: #0195D5;
    color: #fff;
}

.home-star-item .contant .title {
    font-size: 18px;
    font-weight: bold;
}
.home-star-item .contant .sub-title {
    min-height: 3em;
}

.home-star-item .cover { 
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    z-index: 1;
    background: linear-gradient(180deg, rgba(1, 149, 213, 0) 0%, #0195D5 100%);
    opacity: 1;
    transition: 0.3s;
}

.home-star-item .photo-item {
    background-color: #0195D5;
}
.home-star-item .photo-item img {
    width: 100%;
    display: block;
}

.news-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.news-title:before {
  position: absolute;
  top: 8px;
  left: 0;
  height: 24px;
  width: 4px;
  background-color: #1B60B6;
  font-size: 14px;
  content: "";
}

.cms-li {
    position: relative;
    padding-right: 100px;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
}

.cms-li .addtime {
    position: absolute;
    right: 0;
    top: 6px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 990px) {
    .cms-li {
        padding-right: 0px;
    }

    .cms-li .addtime {
        display: none;
    }

}
.home-link-item {
    border-radius: 12px;
    background-color: #fff;
    padding: 24px;
    color: #ffffff;
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.home-link-item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}
.home-card-item {
    border-radius: 12px;
    background-color: #fff;
    padding: 20px;
    color: #ffffff;
    background-size: cover;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
}
.home-card-item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.home-box-item {
    border-radius: 12px;
    background-color: #fff;
    border: solid 1px rgba(0, 0, 0, 0.1);
    padding: 24px;
    background-size: cover;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}
.home-box-item:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

