.disa {
    color: black;
}

.disa:hover {
    color: #5b03e4;
}

.disabu {
    color: #C1C1C1;
}

.disabu:hover {
    color: #5b03e4;
}

.disawt {
    color: white;
}

.disawt:hover {
    color: #5b03e4;
}

.hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 3em;
}

.showContent {
    line-height: 1em;
    height: auto;
}

.show-more {
    padding: 5px 0;
    text-align: center;
}

.img-banner {
    display: inline-block;
    /* change the default display type to inline-block */
    overflow: hidden;
    /* hide the overflow */
    width: 100%;
}

.img-bann {
    background-image: url('/image/achv-banner.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.img-bann-cover {
    background-color: rgba(32, 32, 117, 0.8);
    height: 400px;
    width: 100%;
}

.for-ul {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.for-li {
    color: #C1C1C1;
}

.for-li:hover {
    color: #5b03e4;
    font-weight: 500;
}

.for-li:not(:first-child) {
    padding-left: 1ch;
}

.for-li:not(:first-child)::before {
    content: '|';
    margin-right: 1ch;
}

.garis {
    background-color: #5b03e4;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.garis-dkt {
    background: rgb(85, 0, 227);
    background: linear-gradient(90deg, rgba(85, 0, 227, 1) 0%, rgba(198, 61, 255, 1) 100%);
    width: 60px;
    height: 2px;
    margin: 20px 0;
}

.relart {
    margin: 20px 0;
}

.relart p {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.relart li {
    list-style: circle;
    font-size: 12px;
    margin: 4px 0 4px 18px;
}

.relart li a {
    color: #C1C1C1;
}

.relart li a:hover {
    color: #5b03e4;
    font-weight: 500;
}

.col-md-4 {
    display: inline-block;
    margin-left: -10px;
}

.col-md-4 img {
    width: 100%;
    height: auto;
}

body .carousel-control-prev-icon,
body .carousel-control-next-icon {
    background-color: gray;
    padding: 15px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.8) 0px 5px 15px;
}

body .carousel-control-prev-icon:hover,
body .carousel-control-next-icon:hover {
    background-color: #5b03e4;
}

span.carousel-control-prev-icon {
    position: relative;
    bottom: 40px;
    left: -80px;
}

span.carousel-control-next-icon {
    position: relative;
    bottom: 40px;
    right: -80px;
}

.sep-container {
    /* position: relative; */
    /* text-align: center; */
    /* background-image: url('/storage/about/bg-about.png'); */
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 400px;
    align-items: center;
    justify-content: center;
    color: #fff;
    display: flex;

}

.sep-txt {
    text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px darkgrey;
    text-align: center;
    /* font-weight: 500; */
}

/* .sep-cover {
    height: 400px;
    background-color: rgba(32, 32, 117, 0.8);
    color: #fff;
    text-align: center;
} */

/* .sep-cover h2,
.sep-cover h4 {
    font-weight: 500;
} */

.mailto {
    background-color: #2A1F48;
    display: inline;
    padding: 20px;
    color: white;
    font-size: 24px;
}

.mailto:hover {
    background-color: rgb(224, 82, 0);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.mailto span {
    margin-left: 10px;
}

#btn-back-to-top {
    background-color: rgb(224, 82, 0);
    padding: 15px;
    position: fixed;
    float: right;
    bottom: 3%;
    right: 20px;
    display: none;
}

#btn-back-to-top:hover {
    background-color: #ff640b;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.slick-slide {
    margin: 0 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.hm-artext {
    height: 70px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.hm-artext font {
    color: black;
}

.hm-artext font:hover {
    color: rgb(224, 82, 0);
}

.hm-artmore {
    /* display: block; */
    margin-top: 5px;
}

.hm-artmore a:hover {
    color: rgb(224, 82, 0);
}

/* Card ======================================== */
.card {
    /* background: #fff; */
    min-height: 50px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    margin-top: 50px;
}

.card .card-inside-title {
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    /* color: #000; */
}

.card .header {
    /* color: #555; */
    padding: 20px;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.35);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.card .body {
    /* font-size: 14px; */
    /* color: #555; */
    padding: 15px;
}

.card .body p {
    text-align: center;
}

/* ========================================== */
/* #team {
	padding: 30px 0;
} */
.product-box {
    margin: 15px 0 50px;
}

.sec-category {
    padding-bottom: 40px;
}

.sec-heading {
    margin-bottom: 30px;
}

.single-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    height: 300px;	
}

.info-area {
    padding: 0 20px 10px;
}

.img-area {
    overflow: hidden;
    padding: 0 0 15px;
	height: 120px;
}

.img-area img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* max-width: 230px */
    max-width: 100%;
    max-height: 100%;
}

.single-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* .info-area i {
	display: inline-block;
	color: #ffb400;
	margin: 0 4px;
}
.info-area h4 {
	font-weight: 600
} */
.info-area h6 {
    height: 30px;
}

/* .info-area a {
	display: inline-block;
	margin: 25px 0 0;
	background-color: darkorange;
	color: #fff;
	padding: 10px 35px;
	border-radius: 4px;
} */
.team-slider .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    /* bottom: -60px; */
    padding: 20px 0 0;
    text-align: center;
    width: 100%;
}

.team-slider button.owl-dot {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
    background-color: #C1C1C1;
}

.team-slider .owl-dot.active {
    background-color: #5b03e4;
}

/* .move-animation {
	position: relative;
	-webkit-animation: move-animation 2s ease-in-out infinite;
	animation: move-animation 2s ease-in-out infinite;
}
@-webkit-keyframes move-animation {
	0% {
		top: 3px;
	}
	50% {
		top: -3px;
	}
	100% {
		top: 3px;
	}
} */
