/* @font-face {
    font-family: manrope-bold;
    src: url(../fonts/manrope-bold.ttf);
}

@font-face {
    font-family: manrope-semibold;
    src: url(../fonts/manrope-semibold.ttf);
}

@font-face {
    font-family: manrope-light;
    src: url(../fonts/manrope-light.ttf);
}

@font-face {
    font-family: manrope-medium;
    src: url(../fonts/manrope-medium.ttf);
}

@font-face {
    font-family: manrope;
    src: url(../fonts/manrope.ttf);
}

@font-face {
    font-family: circular-std-bold;
    src: url(../fonts/circular-std-bold.ttf);
}

@font-face {
    font-family: circular-std-medium;
    src: url(../fonts/circular-std-medium.ttf);
}

@font-face {
    font-family: circular-std;
    src: url(../fonts/circular-std.ttf);
} */

::root {
    color: #FFFFFF;
    color: #004169;
    color: #ABB6BB;
    color: #707070;
    color: #242424;
    color: #FF0000;
    color: #009BFC;
}

.color-1 {
    color: #4b4b4b !important
}

.color-2 {
    color: #004169 !important;
}

.color-3 {
    color: #ABB6BB !important;
}


body,
html {
    font-family: SFProTextRegular !important;
    scroll-behavior: smooth;
    color: #4b4b4b
}

.container {
    /*border:1px solid red !important;*/
    max-width: 100% !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 152px !important;
    padding-left: calc(156px - 43px) !important;
}

.navbar-toggler {
    border: none !important;
    background: 0 0 !important;
    color: #fff;
    font-size: 1.5rem !important
}

.bold {
    font-weight: 700 !important
}

#wrapper {
    width: 100%;
    margin: 0 auto
}

#content {
    float: right;
    width: calc(100% - 80px);
    background: #fff
}

.label-1 {
    color: #8b8b8b
}

.title-1 {
    font-size: 42px;
    color: #4b4b4b
}



.text-red {
    color: red !important
}

.font-normal {
    font-weight: 400 !important
}

.font-bold {
    font-weight: 700 !important
}

.overline {
    color: #bebebe;
    border-top: 1px solid #bebebe;
    padding-top: .8rem;
    font-size: 18px;
    font-weight: 700
}

.overline:hover {
    text-decoration: none;
    transition-duration: .4s;
    border-color: #313131;
    color: #313131
}

.overline .fa-arrow-right {
    padding-left: 30px;
    transition-duration: .2s
}

.overline:hover>.fa-arrow-right {
    padding-left: 60px
}

.btn-border-top {
    color: #4b4b4b;
    border-top: 1px solid #4b4b4b;
    padding: 8px
}

.btn-border-top:hover {
    text-decoration: none;
    transition-duration: .4s;
    border-color: #4b4b4b;
    color: #4b4b4b
}

.btn-border-top .fa-arrow-right {
    padding-left: 30px;
    transition-duration: .2s
}

.btn-border-top:hover>.fa-arrow-right {
    padding-left: 60px
}

.btn-border-top-hover-red:hover {
    color: red !important;
    border-color: red !important
}

.border-top {
    border-top: 1px solid #4b4b4b !important;
    padding-top: 20px
}

.color-hover-red:hover {
    color: red !important;
    transition-duration: .3s
}

/* Button */
.btn_continue,
.btn_continue_blue {
    display: inline-block;
    border-radius: 36px;
    padding: 13px 50px;
    font: 22px/29px manrope-semibold;
}

.btn_continue .fa,
.btn_continue_blue .fa {
    font-size: 1rem;
    margin-left: 40px;
}

.btn_continue {
    background: #F8F9FB;
    color: #004169;
}

.btn_continue:hover {
    text-decoration: none;
    color: #004169;
}

.btn_continue_blue {
    color: #fff;
    background: #004169;
}

.btn_continue_blue:hover {
    text-decoration: none;
    color: #fff;
}


/* Heading */
.h1 {
    font: 58px/76px manrope-bold;
    letter-spacing: 1px;
}

.h2 {
    font: 38px/56px manrope-bold;
    letter-spacing: -1.05px;
}

.h3 {
    font: 32px/49px manrope-bold;
    letter-spacing: 0px;
}

@media screen and (max-width:1600px) {
    .container {
        /*border:1px solid red;*/
        max-width: 100% !important;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 112px !important;
        padding-left: calc(126px - 43px) !important;
    }

    .h1 {
        font: 50px/65px manrope-bold;
        letter-spacing: 1px;
    }

    .h2 {
        font: 30px/50px manrope-bold;
        letter-spacing: -1px;
    }

    .h3 {
        font: 24px/49px manrope-bold;
        letter-spacing: 0px;
    }

    /* Sidebar Menu */
    #sidebar .sidebar_icons .link_sosmed .fab {
        font-size: 1rem !important;
    }

    .sidebar_menu_left ul {
        font: 22px/30px manrope-semibold !important;
    }

    .sidebar_menu_left span.sub_menu {
        font-size: 13px !important;
    }

    .sidebar_menu_left span.copyright_title {
        font: 13px/30px manrope-semibold;
        margin-bottom: 0px !important;
    }

    .sidebar_menu_left span.copyright_desc {
        font: 10px/10px manrope;
    }

    .sidebar_menu_right span.title {
        font: 35px/55px manrope-medium !important;
        letter-spacing: 0px;
        color: #004169;
    }

    .sidebar_menu_right span.place {
        font: 16px/32px manrope-medium;
        letter-spacing: 0px;
        color: #B9B9B9;
    }

    .sidebar_menu_right .underline {
        font: 22px/30px manrope-semibold !important;
    }

    .sidebar_menu_right .form span {
        font: 15px/25px manrope-semibold !important;
    }

    /* Button */
    .btn_continue,
    .btn_continue_blue {
        display: inline-block;
        border-radius: 36px;
        padding: 11px 40px;
        font: 19px/25px manrope-semibold;
    }

    /* Footer */
    /* .footer .title {
        font: 18px/28px manrope-semibold;
        margin-bottom: 20px;
        letter-spacing: -0.45px;
        color: #FFFFFF;
    }

    .footer .desc {
        font: 15px manrope-medium;
        letter-spacing: -0.35px;
        color: #ABB6BB;
    } */
}

/* Sidebar */
#sidebar {
    background: #fff;
    width: 63px;
    background: #000 !important;
    z-index: 999999;
    position: fixed;
    padding: 25px 0 20px 0;
    margin: 0;
    height: 100%;
    cursor: default;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

#sidebar .bars {
    margin: auto
}

#sidebar .bars div {
    height: 3px;
    margin: 5px 0;
    width: 20px;
    background: #A7A7A7;
    border-radius: 25%
}

#sidebar .bars .dua {
    background: #004169;
    width: 18px;
    margin: auto;
}

#sidebar .showmenu {
    display: table
}

#sidebar .sidebar_icons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sidebar .sidebar_icons a {
    margin: 20px 0;
}

#sidebar .sidebar_icons .link_sosmed .fab {
    font-size: 1.2rem;
    color: #004169 !important;
}

#sidebar .sidebar_icons .sosmed-instagram .fab {
    font-weight: bold;
}

/*Arrow On Sidebar*/
#sidebar .arrow_back_on_sidebar {
    width: 100%;
    position: absolute;
    top: 45%;
    text-align: center;
}

#sidebar .arrow_back_on_sidebar a {
    font-size: 0.9rem;
    color: #004169;
    border: 1px solid #004169;
    border-radius: 50%;
    padding: 5px 8px;
}

#sidebar .arrow_back_on_sidebar a:hover {
    background: #004169;
    color: white;
}

/*Sidebar Menu Style*/
#sidebar_menu {
    width: 100%;
    z-index: 99999999;
    background: white;
    position: fixed;
    display: none;
    flex-direction: row;
    height: 100%;
    left: -100%;
    left: 63px;
}

@keyframes open_sidebar {
    0% {
        left: -100%
    }

    100% {
        left: 0;
        display: flex;
    }
}

@keyframes close_sidebar {
    0% {
        left: 0
    }

    100% {
        left: -150%;
        display: none;
    }
}

.sidebar_menu_left {
    width: 50%;
    background: #004169;
    padding: 80px 0 50px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.sidebar_menu_left ul {
    display: block;
    list-style: none;
    margin-left: -40px;
    text-decoration: none;
    font: 28px/40px manrope-semibold;
}

.sidebar_menu_left ul li {
    cursor: pointer;
    color: #009BFC;
    padding: 12px 0;
}

.sidebar_menu_left ul li ul li {
    cursor: pointer;
    color: #009BFC;
    padding: 2px 0;
}

.sidebar_menu_left ul li:hover {
    transition-duration: 200ms;
    color: white !important;
}

.sidebar_menu_left ul a:hover {
    text-decoration: none !important;
}

.sidebar_menu_left .sub_menu {
    font-size: 15px;
    margin-left: 20px;
    margin: 0;
}

.sidebar_menu_left .copyright_title {
    font: 14px/40px manrope-semibold;
    color: #FFFFFF;
    margin-bottom: 5px !important;
    display: block;
}

.sidebar_menu_left .copyright_desc {
    font: 12px/18px manrope;
    color: #A3A3A3;
}

.sidebar_menu_right {
    width: 50%;
    padding: 80px 0 50px 80px;
    color: #004169;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar_menu_right .underline {
    border-bottom: 1px solid #707070;
    display: block;
    width: 70%;
    margin: 8px 0;
    padding: 5px 0;
    font: 28px/48px manrope-medium;
    color: #004169;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sidebar_menu_right .underline:hover {
    text-decoration: none;
}

.sidebar_menu_right .underline .fa {
    font-size: 1rem;
    margin-left: 50px;
    align-items: center;
    color: #707070;
}

.sidebar_menu_right .form span {
    font: 18px/28px manrope-semibold;
    color: #B9B9B9;
}

.sidebar_menu_right .title {
    font: 42px/55px manrope-medium !important;
    letter-spacing: 0px;
    color: #004169;
}

.sidebar_menu_right .place {
    font: 18px/32px manrope-medium;
    letter-spacing: 0px;
    color: #B9B9B9;
}

@media screen and (max-width: 768px) {
    .container {
        padding: 0 28px !important;
    }

    #sidebar_menu {
        flex-direction: column;
        position: absolute;
        z-index: 99999999;
        width: 100%;
        height: auto;
    }

    .sidebar_menu_left {
        width: 100%;
    }

    .sidebar_menu_right {
        width: 100%;
    }
}


#sidebar-responsive {
    clear: both;
    width: 100%;
    padding: 25px 0;
    display: flex;
    align-items: center;
    z-index: 9;
    position: absolute;
    background: none !important;
}


#sidebar-responsive .bars {
    display: block;
    margin: auto;
}

#sidebar-responsive .bars div {
    height: 3px;
    margin: 5px 0;
    width: 20px;
    border-radius: 25%
}

#sidebar-responsive .bars .dua {
    background: #004169;
    width: 18px;
    margin: auto;
}

#sidebar-responsive .closemenuresponsive {
    display: none
}

#sidebar-responsive .closemenuresponsive .bars {
    transition-duration: .4s;
    transform: rotate(90deg)
}

#sidebar-responsive .closemenuresponsive .bars div {
    border-radius: 10%
}

#sidebar-responsive .showmenuresponsive {
    display: table
}



/* Pagination */
.pagination {
    margin: 10px auto 50px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.pagination .number {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 12px 22px; */
    margin: 0 6px;
    background: #E2E8F0;
    color: #515867;
    border-radius: 50%;
}

.pagination .number:hover {
    text-decoration: none;
}

.pagination .number-active {
    background: #004169 !important;
    color: #FFFFFF !important;
}

.pagination .text {
    color: #004169;
    margin: 0 7px;
    font-family: manrope-medium;
}

.pagination-right {
    float: right;
}

/* Footer */
.footer {
    background: #004169;
    padding: 60px 0;
}

.footer_icon {
    display: flex;
}

.footer_icon_link {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 40px;
}

.footer_icon_link:hover {
    text-decoration: none;
    transition-duration: 300ms;
    background: rgba(255, 255, 255, 0.25);
}

.footer_icon_link .fab {
    color: #FFFFFF;
}

.footer .title {
    font: 18px/28px manrope-semibold;
    margin-bottom: 20px;
    letter-spacing: -0.45px;
    color: #FFFFFF;
}

.footer .desc {
    font: 15px manrope-medium;
    letter-spacing: -0.35px;
    color: #ABB6BB;
}
.footer .title_find {
    display: none;
}
.footer .desc input {
    border: none;
    background: none;
    padding: 10px 5px;
    outline: none;
    width: 100%;
    color: #ABB6BB;
    border-bottom: 1px solid #ABB6BB;
}

.footer_white {
    background: white;
    padding: 10px 0;
}

.footer_white .footer_text {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_white .footer_text a {
    font: 13px circular-std-medium;
    letter-spacing: -0.28px;
    color: #004169;
}

.footer_white .footer_text_left {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer_white .footer_text_right {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:768px) {
    #sidebar-responsive {
        display: none !important
    }

    #sidebar {
        width: 63px !important
    }

    #content {
        width: calc(100% - 63px) !important;
    }

    .closemenuresponsive2 {
        display: none !important
    }
}

@media screen and (max-width:768px) {

    #sidebar {
        display: none;
    }

    #content {
        width: 100%
    }

    #sidebar-responsive {
        display: block
    }

    /* Heading */
    .h2 {
        font: 18px/30px manrope-bold !important;
        letter-spacing: -0.45px;
    }

    .pagination .number {
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 12px 22px; */
        margin: 0 5px;
        background: #E2E8F0;
        color: #515867;
        border-radius: 50%;
    }

    .pagination {
        font: 13px/26px manrope-semibold !important;
    }

    .btn_continue,
    .btn_continue_blue {
        display: inline-block;
        border-radius: 36px;
        padding: 10px 30px;
        font: 13px/20px manrope-semibold !important;
    }

    .btn_continue .fa,
    .btn_continue_blue .fa {
        font-size: 0.7rem;
        margin-left: 25px;
    }
    .footer_white {
        padding: 10px 0;
    }
    .footer_white .footer_text a {
        font-size: 6px;
    }
    .footer_white .footer_text {
        flex-direction: row;
    }
    .footer .title_find {
        display: block;
    }
    .footer_white .footer_text_left a {
        margin: 5px 0;
    }
    
    .footer_white .footer_text_left {
        flex-direction: row;
        justify-content: space-between;
    }

    .footer_white .footer_text_right {
        margin: 5px 0;
    }
    
    .footer_white .footer_text_right {
        flex-direction: row;
    }
    
    .footer .col-lg-3 {
        margin-bottom: 10px;
    }
    .footer {
        padding:40px 0 20px 0;
    }
    /* .footer .footer_row .left {} */
    .footer .footer_row .left .title {font:9px/28px manrope-bold;display: none;}
    .footer .footer_row .left .title_find {
        color:#B9B9B9;
        font: 9px/28px manrope-medium;
        letter-spacing: 0px;
    }
    .footer .footer_row .left .telepon {display: none;}
    .footer .footer_row .left .email {display: none;}
    .footer .footer_row .left .place {
        font:  9px/15px manrope-medium;
        letter-spacing: 0px;
        color: #FFFFFF !important;
        margin: 0;
    }
    .footer .footer_row .left .desc {font:8px/12px manrope-medium;}
    /* .footer .footer_row .middle {}  */
    .footer .footer_row .middle .title {font:9px/28px manrope-bold;
    margin: 0;} 
    .footer .footer_row .middle .desc {font:8px/12px manrope-medium;} 
    .footer .footer_row .right {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: top;
        padding-right: 0;
    } 
    .footer .footer_row .right .title {font:9px/28px manrope-bold;display: none;} 
    .footer .footer_row .right .desc {font:8px/12px manrope-medium;margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: top;
    } 
    .footer .footer_row .right .desc .title {font:9px/28px manrope-bold;margin: 0;display: block;padding:0;color: #ABB6BB;margin-top: -10px;}
    .footer .footer_row .right .desc input {font:9px/28px manrope-bold;margin: 0;display: block;padding:0;margin-top: -10px;} 
    .footer .footer_row .right .top {
        width: 50%;
    }
    .footer_icon {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer_icon_link {
        font-size: 0.5rem;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.15);
        margin-bottom: 40px;
    }

    .footer_icon_link:hover {
        text-decoration: none;
        transition-duration: 300ms;
        background: rgba(255, 255, 255, 0.25);
    }

    .footer_icon_link .fab {
        color: #FFFFFF;
    }


}

@media screen and (max-width:360px) {
    .container {
        padding: 0 25px !important;
    }

    #sidebar {
        display: none;
    }

    #content {
        width: 100%
    }

    #sidebar-responsive {
        display: block
    }

    .pagination .number {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* padding: 12px 22px; */
        margin: 0 6px;
        background: #E2E8F0;
        color: #515867;
        border-radius: 50%;
    }
}
