<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    /* overflow-y: auto;
    height: 100%;
    min-height: 100%;
    width: 100%; */
    overflow-x: hidden;
}
/*
|--------------------------------------------------------------------------
| SECTION SEARCH
|--------------------------------------------------------------------------
*/
.form-control.form_search {
    padding: 10px;
    border-radius: 50px !important;
    border: 0px;
    background-color: var(--bs-triple);
    font-size: 1.2rem;

}

.btn_search {
    font-size: 1.2rem;
}

/*
|--------------------------------------------------------------------------
| Other
|--------------------------------------------------------------------------
*/

.title {
    font-size: 1.5rem;
    font-family: var(--bs-font-secondary);
    font-weight: bold;
    color: #3a4056;
}

.underline-header{
    margin-top: -50px;
	--color: var(--bs-secondary) !important;
	--position: center bottom;
	--width: 50px;
	--height: 5px;
	background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
}
.underline-header-white{
    margin-top: -50px;
	--color: white !important;
	--position: center bottom;
	--width: 50px;
	--height: 5px;
	background: linear-gradient(var(--color), var(--color)) var(--position) / var(--width) var(--height) no-repeat;
}



.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
}

.icon_more {
    position: relative;
    top: 3px;
    font-size: 16px;
}

.icon_view {
    position: relative;
    top: 1px;
    font-size: 16px;
}




/*
|--------------------------------------------------------------------------
| Background Image
|--------------------------------------------------------------------------
*/
.bg-wave{
	background-image: url('../img/goodkit/orang-bg.png');
	/* background-position: center; */
	/* background-repeat:no-repeat; */

}
.bg-news{
	background-image: url('../img/goodkit/bg_news.png');
	background-position: center;
	background-repeat:no-repeat;
    background-size:cover;
}

/*
|--------------------------------------------------------------------------
| SECTION News
|--------------------------------------------------------------------------
*/

 .text-article-footer {
    font-size: clamp(0.5rem, .75vw, 1rem);
}

.title-article {
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: clamp(.75rem, 1vw, 1.75rem);
}

.article {
    background-color: var(--bs-secondary);
    background-repeat: no-repeat;
    background-size: auto;
}

.card-article {
    height: clamp(150px, 15vw, 300px);
    perspective: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}

.card-article:hover .flip-card-inner {
    transform: rotateX(-180deg);
}

.card-book:hover .flip-card-inner {
    transform: rotateX(-180deg);
}

.card:hover .flip-card-inner {
    transform: rotateX(-180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    border: 3px solid var(--bs-secondary);
    background-color: rgb(255, 255, 255, .8);
    transform: rotateY(180deg);
    transform: rotateX(180deg);
}

.slick-news {
    width: 80%;
    margin: auto;
}

.prevArrowBtn {
    position: absolute;
    z-index: 10;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    margin-left: -108%;
}
.nextArrowBtn {
    position: absolute;
    z-index: 10;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    margin-right: -108%;
}


/*
@media (max-width: 1024px) {
    .prevArrowBtn {
        position: absolute;
        z-index: 1000;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 95%;
        cursor: pointer;
    }

    .nextArrowBtn {
        position: absolute;
        z-index: 1000;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -11%;
        cursor: pointer;
    }


}
@media (max-width: 768px) {
    .prevArrowBtn {
        position: absolute;
        z-index: 1000;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 90%;
        cursor: pointer;
    }

    .nextArrowBtn {
        position: absolute;
        z-index: 1000;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -11%;
        cursor: pointer;
    }

} */

/*
|--------------------------------------------------------------------------
| SECTION EXHIBITIONS (Gallery)
|--------------------------------------------------------------------------
*/
.slick-gallery {
    width: 90%;
    margin: auto;
}
.footer-gallery {
    background-color: white;

}

.prevArrowBtnGallery {
    position: absolute;
    z-index: 10;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    margin-left: -8%;
    border-radius: 5px 5px 5px 5px;
}
.nextArrowBtnGallery {
    position: absolute;
    z-index: 10;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    margin-left: 100% !important;
    border-radius: 5px 5px 5px 5px;
}
.prevArrowBtnGallery:hover{
    opacity: 0.8;
}
.nextArrowBtnGallery:hover{
    opacity: 0.8;
}
.card-gallery {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 1rem;
    border: none;
}

/*
|--------------------------------------------------------------------------
| SECTION Top Chart
|--------------------------------------------------------------------------
*/
.ribbon {
    /* width: 48%;
    height: 188px; */
    position: relative;
    float: left;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 1.5rem;
    text-decoration: underline;
    color: white;
}

.ribbon2 {
    width: 42px;
    padding: 10px 0;
    position: absolute;
    top: -6px;
    left: 10px;
    text-align: center;
    border-top-left-radius: 3px;
    background: #7A55A3;

}

.ribbon2:before,
.ribbon2:after {
    content: "";
    position: absolute;
}

.ribbon2:before {
    height: 0;
    width: 0;
    right: -5.5px;
    top: 0.1px;
    border-bottom: 6px solid #38215b;
    border-right: 6px solid transparent;
}

.ribbon2:after {
    height: 0;
    width: 0;
    bottom: -29.5px;
    left: 0;
    border-left: 21px solid #7A55A3;
    border-right: 21px solid #7A55A3;
    border-bottom: 30px solid transparent;
}




.card-book {
    margin: 0px 10% 40px 10%;
    background-color: inherit;
    border: none;
    display: grid;
    grid-template-rows: auto 48px;
}
.img-book {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.new-arivals-content {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


/*
|--------------------------------------------------------------------------
| slick slide
|--------------------------------------------------------------------------
*/

.slick-releases .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	display: flex!important;
	align-items: flex-end!important;
}

.slick-topchart .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	display: flex!important;
	align-items: flex-end!important;
}

figure:last-child {
    margin-bottom: 0rem;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
  }

.img-error {
	min-width: 179px !important;
	max-width: 179px !important;
	min-height: 250px !important;
	padding-top: 50%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	/* display: none !important; */
}

/* .figure {
    display: inline-block;
  }

  .figure-img {
    margin-bottom: $spacer / 2;
    line-height: 1;
  }

  .figure-caption {
    @include font-size($figure-caption-font-size);
    color: $figure-caption-color;
  } */

  .home-resource {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/goodkit/banner/resource_banner.png');
}

.resource-icon {
    margin-bottom: .5rem;
}

.resource-link:hover {
    color: #000 !important;
}
.knowledge:hover h5 {
    color: #000 !important;
}
.knowledge:hover {
    background-color: #fff !important;
}
.knowledge h5 {
    color: #fff !important;
}
.knowledge[data-id*="podcast"] {
    background-color: #867fb5;
}
.knowledge[data-id*="multimedia"] {
    background-color: #cb0250;
}
.knowledge[data-id*="news"] {
    background-color: #b3985c;
}

@media (max-width: 1024px) {
    .resource-icon {
        width: 100px;
    }
    .home-resource {
        background-image: none !important;
        background: rgb(2,0,36);
        background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(229,229,229,1) 100%) !important;
    }
}

/*--- iPad Air 4 ---*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .resource-icon {
        width: 100px;
    }
}
</pre></body></html>