#home {
    height: auto;
    position: relative;
}

#home .img {
}

#home .bg-raker {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .swiper-home .swiper-slide {
    height: auto;
}

#home .swiper-home .swiper-button-prev,
.swiper-button-next {
    color: #fff;
    z-index: 1;
    opacity: 1;
    background: #bda85b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

#home .swiper-home .swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 1rem;
}

#home .fil {
    background: #0b152c;
    text-align: center;
    margin-top: -100px;
}

#home .fil.msa {
    height: 100%;
}

#home .fil h1 {
    color: #fff;
    font-size: 2rem;
    font-family: bbold;
}

#home .fil p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
}

#home .fil p:first-child {
    margin-top: 30px;
}

#home .abt {
    background: #0b152c;
    padding-top: 100px;
}

#home .abt img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

#home .abt h1 {
    color: #fff;
    font-size: 2rem;
    font-family: bbold;
}

#home .abt p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
    text-align: justify;
}

#home .loc {
    background: #0b152c;
    padding-top: 100px;
    overflow: hidden;
}

#home .loc .items {
}

#home .loc .left {
    position: relative;
}

#home .loc .left .mkr svg {
    font-size: 2.5rem;
    z-index: 1;
}

#home .loc .left .markerpadma {
    position: absolute;
    left: 7%;
    top: 15%;
    cursor: pointer;
}

#home .loc .left .markerstone {
    position: absolute;
    left: 13%;
    bottom: 10%;
    cursor: pointer;
}

#home .loc .left .mkr.active {
    display: flex;
    align-items: center;
}

#home .loc .left .mkr > div {
    background: #0a0a44;
    background: #0a0a44;
    padding: 5px 15px;
    margin-left: -9px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#home .loc .left .mkr > div p {
    color: #fff;
    font-family: bbold;
    font-size: 0.8rem;
}

#home .loc .left .mkr.active svg {
    font-size: 3rem;
    color: #43d4f2;
}

#home .loc .left .img {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
#home .loc .left .map {
    width: 100%;
}

#home .loc .left .title {
    background: rgba(67, 212, 242, 0.5);
    padding: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#home .loc .left .title h1 {
    color: #0a0a44;
    font-family: bbold;
    font-size: 1rem;
}

#home .loc .right {
}

#home .loc .right .top > .btn {
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 5px 20px;
}

#home .loc .right .top > .btn span {
    color: #fff;
    font-weight: 700;
}

#home .loc .right .top > .btn.active {
    background: #43d4f2;
    border: none;
}
#home .loc .right .top > .btn.active span {
    color: #0a0a44;
}

#home .loc .right .htl h1 {
    color: #fff;
    font-size: 2rem;
    font-family: bbold;
    margin-top: 15px;
}

#home .loc .right .htl p {
    color: #fff;
    font-size: 1rem;
    margin-top: 15px;
}

#home .loc .right .htl img {
    width: 50%;
    margin-top: 15px;
    border-radius: 15px;
}

#home .loc .right .htl a {
    border-radius: 0;
    margin-top: 15px;
}

#home .loc .right .htl > a span {
    border-bottom: 1px solid #bda85b;
    color: #bda85b;
}

#home .sch {
    padding-top: 100px;
    background: rgb(39, 103, 166);
    background: linear-gradient(
        90deg,
        rgba(39, 103, 166, 1) 0%,
        rgba(11, 21, 44, 1) 20%
    );
    position: relative;
}

#home .sch .container {
    position: relative;
}
#home .sch .gradientbg {
    width: 100%;
    background: rgb(11, 21, 44);
    background: linear-gradient(
        180deg,
        rgba(11, 21, 44, 1) 25%,
        rgba(11, 21, 44, 0) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 25%;
}
#home .sch .gradientbgBottom {
    width: 100%;
    background: rgb(11, 21, 44);
    background: linear-gradient(
        180deg,
        rgba(11, 21, 44, 1) 25%,
        rgba(11, 21, 44, 0) 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    height: 25%;
    transform: rotate(-180deg);
}

#home .sch .items {
}

#home .sch .items .left {
    position: relative;
}

#home .sch .items .left h1 {
    color: #fff;
    font-size: 2rem;
    font-family: bbold;
}

#home .sch .items .left .bgl {
    width: 100%;
    margin-top: 50px;
}

#home .sch .items .left p {
    color: #fff;
    font-size: 1rem;
    margin-top: 50px;
}

#home .sch .items .right .nav-link {
    text-align: left;
    padding: 0 30px 0 0;
    padding-bottom: 15px;
    position: relative;
}

#home .sch .items .right .btnlogin {
    color: #fff;
    background: #bda85b;
    border: 1px solid #bda85b;
    border-radius: 30px;
    padding: 5px 15px 5px;
    margin-top: 15px;
    display: inline-block;
}

#home .sch .items .right .nav-link.active {
    background: transparent;
}

#home .sch .items .right .nav-link.active::after {
    content: "";
    height: 3px;
    background-color: #2766a5;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
}

#home .sch .items .right .nav-link p {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}

#home .sch .items .right .nav-link span {
    color: #43d4f2;
    font-size: 1rem;
}

#home .sch .items .right .tab-content table {
    border-collapse: separate;
    border-spacing: 0 5px;
    width: 100%;
}

#home .sch .items .right .tab-content .scroll1 {
    height: 50vh;
    overflow-y: scroll;
    padding-right: 30px;
}

#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}
#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #bda85b;
}

#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar-track:hover {
    background-color: #bda85b;
}

#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar-track:active {
    background-color: #bda85b;
}

#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #43d4f2;
}

#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar-thumb:hover {
    background-color: #43d4f2;
}

#home .sch .items .right .tab-content .scroll1::-webkit-scrollbar-thumb:active {
    background-color: #43d4f2;
}

#home .sch .items .right .tab-content .tab-pane tr.subtitle td {
    color: #000;
    font-weight: 700;
}
#home .sch .items .right .tab-content .tab-pane tr td {
    vertical-align: top;
    padding: 8px 15px;
    font-size: 0.8rem;
}
#home .sch .items .right .tab-content .tab-pane tr td:first-child {
    background: #bda85b;
    color: #fff;
    width: 110px;
}
#home .sch .items .right .tab-content .tab-pane tr td:last-child {
    color: #000000;
    background: #fff;
}
#home .sch .items .right .tab-content .tab-pane tr.subtitle td {
    color: #000;
}
#home .sch .items .right .tab-content .tab-pane tr.subtitle td:last-child {
    background: #43d4f2;
}
#home .sch .items .right .tab-content .tab-pane tr.subtitle td:last-child img {
    width: 100px;
    margin-top: 10px;
}
#home .sch .items .right .tab-content .tab-pane tr td a {
    text-decoration: underline !important;
    color: #0a0a44;
}
/*
#home .sch .items .right .tab-content .tab-pane tr td span {
    color: #249aaa;
    cursor: pointer;
}

#home .sch .items .right .tab-content .tab-pane tr td:first-child {
    background: #bda85b;
    color: #fff;
}

#home .sch .items .right .tab-content .tab-pane tr td:last-child {
    color: #000000;
    font-size: 0.8rem;
    margin-bottom: 15px;
    background: #fff;
    padding: 5px;
    font-weight: 700;
}

#home .sch .items .right .tab-content .tab-pane tr td[data-content="$"] {
    background: #cccccc;
}

#home .sch .items .right .tab-content .tab-pane tr.subtitle td{
    color:#000;
    font-weight: 700;

}
    */

#home .speaker {
    background: #0b152c;
    padding-top: 100px;
}

#home .speaker h1 {
    color: #fff;
    font-size: 2rem;
    font-family: bbold;
    text-align: center;
}

#home .speaker .items {
    position: relative;
    margin-top: 50px;
    padding: 0 100px;
}

#home .speaker .items::after {
    content: "";
    background: #43d4f2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 2;
}

#home .speaker .externalSpeaker {
    margin-top: 50px;
}

#home .speaker .externalSpeaker .right p {
    color: #000;
    background: rgba(255, 255, 255, 1);
    position: relative;
    padding: 30px;
    border-radius: 15px;
    z-index: 5;
    text-align: justify;
}

#home .speaker .items::before {
    content: "";
    background: linear-gradient(
        90deg,
        rgba(95, 51, 0, 1) 0%,
        rgba(223, 202, 153, 1) 13%,
        rgba(143, 108, 58, 1) 42%,
        rgba(255, 239, 191, 1) 61%,
        rgba(154, 120, 70, 1) 79%,
        rgba(111, 70, 19, 1) 100%
    );
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 1;
}

#home .speaker .items .item {
    position: relative;
}

#home .speaker .items .item::after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 100px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 2px solid #bda85b;
    border-bottom: 0;
    z-index: 0;
}

#home .speaker .items .item .img {
    width: 65%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

#home .speaker .items .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .speaker .items .item .text {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 10px 0px 5px;
    z-index: 3;
}

#home .speaker .items .item .text h2 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 700;
}

#home .speaker .items .item .text p {
    color: #000;
    font-size: 0.8rem;
}

#home .komite .accordion {
    --bs-accordion-border-color: none;
    --bs-accordion-border-width: none;
    --bs-accordion-border-radius: none;
    --bs-accordion-inner-border-radius: none;
    --bs-accordion-btn-focus-border-color: none;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-color: none;
    --bs-accordion-active-bg: none;
}

#home .komite {
    background: #0b152c;
    padding-top: 100px;
}

#home .komite .accordion .accordion-button {
    background: #43d4f2;
    color: #fff;
}

#home .komite .accordion .accordion-button span {
    display: block;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    font-family: bbold;
    padding: 15px 0;
    margin: 0 auto;
}

#home .komite .accordion .accordion-button::after {
    position: absolute;
    bottom: 15px;
    left: 50%;
}

#home .komite .accordion .accordion-button:not(.collapsed) {
    background: #0b152c;
    color: #fff;
}

#home .komite .accordion .accordion-body {
    background: #0b152c;
    color: #fff;
}

#home .komite .accordion .accordion-body .items {
    margin-top: 50px;
}

#home .komite .accordion .accordion-body h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #bda85b;
    font-weight: 700;
}

#home .komite .accordion .accordion-body .left .line {
    width: 100%;
    height: 3px;
    margin-top: 30px;
    background: linear-gradient(
        90deg,
        rgba(95, 51, 0, 1) 0%,
        rgba(223, 202, 153, 1) 13%,
        rgba(143, 108, 58, 1) 42%,
        rgba(255, 239, 191, 1) 61%,
        rgba(154, 120, 70, 1) 79%,
        rgba(111, 70, 19, 1) 100%
    );
}

#home .komite .accordion .accordion-body .left .top h3 {
    font-size: 1.2rem;
    color: #43d4f2;
    font-weight: 700;
}

#home .komite .accordion .accordion-body .left .top p {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 15px;
}

#home .komite .accordion .accordion-body .left .btm {
    margin-top: 30px;
}

#home .komite .accordion .accordion-body .left .btm ul {
    list-style-position: outside;
    padding-left: 20px;
}
#home .komite .accordion .accordion-body .left .btm ul li {
    margin-bottom: 15px;
}

#home .komite .accordion .accordion-body .left .btm ul li:last-child {
    margin-bottom: 0;
}

#home .komite .accordion .accordion-body .right h3 {
    font-size: 1.2rem;
    color: #43d4f2;
    font-weight: 700;
}

#home .komite .accordion .accordion-body .right h4 {
    font-size: 1rem;
    color: #bda85b;
    font-weight: 700;
    margin-top: 30px;
}

#home .komite .accordion .accordion-body .right p {
    font-size: 0.8rem;
    color: #fff;
}

#home .komite .accordion .accordion-body .right .items {
    margin-top: 30px;
}

#home .komite .accordion .accordion-body .right .items .item {
    margin-bottom: 30px;
}

#home .komite .accordion .accordion-body .right .img {
    width: 65%;
}

#home .komite .accordion .accordion-body .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#home .komite .accordion .accordion-body .right .btm {
    margin-top: 30px;
}

#home .informasi {
    background: #0b152c;
    padding: 100px 0;
}

#home .informasi .left {
    position: relative;
}

#home .informasi .left h1 {
    color: #fff;
    font-size: 2rem;
    font-family: bbold;
}

#home .informasi .left > div {
    position: absolute;
    bottom: 0;
    width: 75%;
}

#home .informasi .left .line {
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgba(95, 51, 0, 1) 0%,
        rgba(223, 202, 153, 1) 13%,
        rgba(143, 108, 58, 1) 42%,
        rgba(255, 239, 191, 1) 61%,
        rgba(154, 120, 70, 1) 79%,
        rgba(111, 70, 19, 1) 100%
    );
}

#home .informasi .left .line.btm {
    margin-top: 0;
}

#home .informasi .left .text {
    padding: 15px 0;
}

#home .informasi .left .text h4 {
    font-size: 1rem;
    color: #bda85b;
    font-weight: 700;
}

#home .informasi .left .text p {
    font-size: 1rem;
    color: #fff;
    margin-top: 15px;
    font-weight: 700;
}

#home .informasi .right table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}

#home .informasi .right tr {
    position: relative;
}

#home .informasi .right tr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgba(95, 51, 0, 1) 0%,
        rgba(223, 202, 153, 1) 13%,
        rgba(143, 108, 58, 1) 42%,
        rgba(255, 239, 191, 1) 61%,
        rgba(154, 120, 70, 1) 79%,
        rgba(111, 70, 19, 1) 100%
    );
}

#home .informasi .right tr:last-child::after {
    content: none;
}

#home .informasi .right tr td {
    color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
}
#home .informasi .right tr:first-child td {
    padding-top: 0;
}
#home .informasi .right tr:last-child td {
    padding-bottom: 0;
}

#home .informasi .right tr td.left {
    font-size: 1rem;
    font-weight: 700;
}

#home .informasi .right tr td.right {
    font-size: 1rem;
    text-align: right;
}

#home .informasi .right tr td.right a {
    color: #fff;
}
#home .informasi .right tr td.right .name {
    font-weight: 700;
    color: #bda85b;
}

#home .informasi .right tr td.right svg {
    margin-left: 15px;
}
#home .informasi .right .newinfo h5 {
    margin-top: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
#home .informasi .right .newinfo p {
    margin-top: 5px;
}
#home .informasi .right .newinfo p a {
    color: #fff;
}
#home .informasi .right .newinfo p a .name {
    font-weight: 700;
    color: #bda85b;
    width: 65px;
    display: inline-block;
}

@media (orientation: portrait) {
    #home {
    }
    #home .fil {
        padding-top: 50px;
    }
    #home .fil p {
        font-size: 0.8rem;
        text-align: justify;
    }
    #home .abt {
        padding-top: 50px;
    }
    #home .abt img {
        width: 100%;
    }
    #home .abt h1 {
        margin-top: 30px;
    }
    #home .abt p {
        font-size: 0.8rem;
    }
    #home .loc {
        padding-top: 50px;
    }
    #home .loc .right .top > .btn {
        font-size: 0.8rem;
    }
    #home .loc .items {
        padding: 0;
    }
    #home .loc .right {
        margin-top: 30px;
    }
    #home .loc .right .htl h1 {
        font-size: 1.2rem;
    }
    #home .loc .right .htl p {
        font-size: 0.8rem;
        text-align: justify;
    }
    #home .loc .right .htl img {
        width: 100%;
    }
    #home .sch {
        padding-top: 50px;
    }
    #home .sch .items {
        padding: 0;
    }
    #home .sch .items .left .bgl {
        position: absolute;
        top: 50%;
        transform: translateY(-30%);
        left: 0;
        margin-top: 0;
    }
    #home .sch .items .left p {
        font-size: 0.8rem;
        text-align: justify;
        margin-top: 30px;
    }
    #home .sch .items .right {
        margin-top: 30px;
    }
    #home .sch .items .right .nav-link {
        padding-right: 15px;
    }
    #home .sch .items .right .nav-link.last {
        padding-right: 0;
    }
    #home .sch .items .right .nav-link p {
        font-size: 1.5rem;
    }
    #home .sch .items .right .nav-link span {
        font-size: 0.8rem;
    }
    #home .sch .items .right .tab-content .tab-pane tr td:first-child {
        width: 110px;
    }
    #home .speaker {
        padding-top: 50px;
    }
    #home .speaker .items {
        padding: 0;
    }
    #home .speaker .items::before {
        display: none;
    }
    #home .speaker .items::after {
        display: none;
    }

    #home .speaker .items .item::after {
        width: 80%;
        bottom: 50px;
    }

    #home .speaker .items .item::before {
        content: "";
        background: linear-gradient(
            90deg,
            rgba(95, 51, 0, 1) 0%,
            rgba(223, 202, 153, 1) 13%,
            rgba(143, 108, 58, 1) 42%,
            rgba(255, 239, 191, 1) 61%,
            rgba(154, 120, 70, 1) 79%,
            rgba(111, 70, 19, 1) 100%
        );
        position: absolute;
        bottom: 50px;
        left: 0;
        width: 100%;
        height: 50px;
        z-index: 1;
    }

    #home .speaker .items .item {
        position: relative;
        margin-bottom: 15px;
    }
    #home .speaker .externalSpeaker .right p {
        padding: 15px;
    }
    #home .speaker .items .item .text {
        background: #43d4f2;
        padding: 5px 5px;
        height: 87px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #home .speaker .items .item .text h2 {
        font-size: 1rem;
    }
    #home .komite .accordion .accordion-button span {
        font-size: 1.5rem;
    }
    #home .komite .accordion .accordion-body h2 {
        font-size: 1.2rem;
    }
    #home .komite .accordion .accordion-body .left .top p {
        font-size: 0.8rem;
        text-align: justify;
    }
    #home .komite .accordion .accordion-body .left .btm ul li {
        font-size: 0.8rem;
        text-align: justify;
    }
    #home .komite .accordion .accordion-body .right {
        margin-top: 30px;
    }
    #home .komite .accordion .accordion-body .right .items .item {
        text-align: center;
    }
    #home .komite .accordion .accordion-body .right .img {
        width: 100%;
    }
    #home .informasi .left > div {
        position: relative;
        margin-top: 30px;
        width: 100%;
    }
    #home .informasi .left h1 {
        margin-top: 0;
    }
    #home .informasi .right table {
        margin-top: 30px;
    }
    #home .informasi .right tr td.left {
        font-size: 1rem;
    }
    #home .informasi .right tr td.right {
        font-size: 0.8rem;
    }
}
