@font-face {
    font-family: "Panton-ExtraBold";
    src: url('font/Panton-ExtraBold.otf') format('truetype');
}

@font-face {
    font-family: "Panton-Black";
    src: url('font/Panton-Black.otf') format('truetype');
}

@font-face {
    font-family: "Panton-Regular";
    src: url('font/Panton-Regular.otf') format('truetype');
}

@font-face {
    font-family: "Lato-Regular";
    src: url('font/Lato/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Lato-Bold";
    src: url('font/Lato/Lato-Bold.ttf') format('truetype');
}


::-webkit-scrollbar {
    display: none;
}

body {
    font-family: 'Lato-Regular', Helvetica, Arial, Lucida, sans-serif;
}

.article p {
    font-size: 18px;
}

.header {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1); */
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.nav_brand {
    /* float: left; */
    padding: 0;
    list-style: none;
    text-align: center;
    /* padding-top: 9px; */
    display: flex;
    align-content: center;
    justify-content: center;
}

.nav_logo {
    /* text-indent: -9999px!important; */
    /* display: inline-block; */
    width: 203px;
    height: 34px;
    background-size: cover;
    background-position: center;
    align-self: center;
}

.nav_menu {
    /* display: block; */
    /* float: right; */
    margin: 0;
    padding: 0;
    list-style: none;
    height: 50px;
    display: flex;
}

.nav_item {
    /* position: relative; */
    /* float: left; */
    /* padding: 10px 0; */
    /* line-height: 1.4; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_item_wrapper {
    /* padding-left: 36px; */
}

.nav_item_divider {
    width: 1px;
    background-color: rgba(0, 0, 0, .7);
    height: 16px;
    display: inline-block;
    margin: 1px 4px;
    vertical-align: middle;
}

.heading_help {
    width: 100%;
    height: 300px;
    padding-top: 64px;
    margin-bottom: 40px;
    background-image: url(banner-bakground.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    max-width: 1440px;
    margin: 0 auto 40px;
}

.title_search_help {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: rgba(0, 0, 0, .7);
    text-align: center;
}

.search_help {
    width: 600px;
    max-width: 100%;
    margin: 32px auto 0;
    font-size: 14px;
}

.icon_search_help {
    width: 40%;
    max-width: 100%;
    margin: 32px auto 0;
    font-size: 14px;
    position: relative;
}

.icon_search_help_3 {
    width: 60%;
    max-width: 100%;
    margin: 45px auto 0;
    font-size: 14px;
    position: relative;
}

@media (max-width:900px) {
    .icon_search_help_3 {
        width: 100%;
    }
}

.search_bar {
    background: #f9f9f9;
    height: auto;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    transition: all .2s ease-in-out;
    z-index: 52;
    border-radius: 10px;
    border: solid 1px #3333;
}

.search_icon {
    background-image: url(https://ecs7.tokopedia.net/assets-tokopedia-lite/prod/080ef4f5.png);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 50px;
    min-width: 50px;
}

.search_input_help {
    width: 100%;
    padding: 20px;
    border: 0;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #f9f9f9;
}

input#searchMenus:focus {
    background: #fff;
    border: none;
}

.search_button_help {
    height: 64px;
    background-color: #428bca;
    color: #fff;
    border: 0;
    width: 84px;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}


/*page ke 2*/

a:hover,
a:active,
a:focus {
    color: #c74a27;
    text-decoration: none;
    outline: 0;
}

.menu-header {
    padding: 0 40px;
    border-bottom: 1px solid #e0e0e0;
}

.menu-header-title {
    font-size: 20px;
    display: inline-block;
    color: #42b549;
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.menu-header-tab {
    display: inline-block;
    margin-left: 48px;
    vertical-align: middle;
    /*overflow-x: scroll;*/
    white-space: nowrap;
}

.menu-header-tab__item {
    padding: 16px 0;
    margin: 0 16px;
    font-size: 14px;
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
}

.menu-header-tab__item.active {
    border-bottom: 2px solid #e99834;
    color: #e99834;
    font-weight: 500;
}

a.help-center {
    color: #dc3545;
    align-self: end;
    font-size: 1.7rem;
    margin-left: 1rem;
    font-weight: bold;
}


/*article*/

.article-container {
    width: 95%;
    margin: auto;
    margin-left: 35px;
    display: flex;
    min-height: calc(100vh - 160px);
}

.article-sidebar {
    background-color: #dc3545;
    color: rgba(0, 0, 0, .54);
    font-size: 14px;
    padding: 32px 0;
    width: 238px;
    display: inline-block;
    height: calc(100vh - 106px);
    position: fixed;
}

.article-sidebar:before {
    content: "";
    background-color: #dc3545;
    position: absolute;
    min-height: 100%;
    width: 39vw;
    left: -29vw;
    z-index: -1;
    top: 0;
}

.article-back-link {
    margin-bottom: 24px;
    cursor: pointer;
}

.article-back-link img {
    width: 12px;
    margin-right: 10px;
    vertical-align: middle;
}

.article-menus {
    height: 72vh;
    overflow-y: scroll;
    transition: .3s ease-in-out;
    padding-top: 40px;
}

.article-menus li {
    list-style-type: none;
    margin-bottom: 16px;
    cursor: pointer;
    color: #EDEDED;
}

.article-menus_has-child {
    margin: 0;
    padding: 0;
    /*color: rgba(0,0,0,.54);*/
    user-select: none;
}

.article-link_has-child div {
    color: #EDEDED;
}

.ic-arrow {
    border-style: solid;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    color: rgba(0, 0, 0, .54);
    transition: .3s ease-in-out;
}

.article-container .article-menus-name {
    display: inline-block;
}

.article-menus_has-child div.active {
    color: #fff;
    font-weight: 600;
}

.article-back-link>a {
    color: #fff;
}

.article-menus_has-child ul {
    border-left: 2px solid #e0e0e0;
    margin-top: 16px;
    color: rgba(0, 0, 0, .54);
    display: none;
    transition: .3s ease-in-out;
}

.article-menus_has-child--active {
    display: block !important;
}


/*Article Content*/

.article-content {
    display: inline-block;
    vertical-align: top;
    padding: 24px 32px 48px;
    margin-left: 238px;
    width: calc(100% - 238px);
}

.search_help_detail {
    width: 600px;
    max-width: 100%;
    margin: 0 0 32px;
    font-size: 14px;
    position: relative;
    margin-top: 0;
}

.article {
    margin-bottom: 45px;
}

.article h1 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, .7);
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}

.article div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.43;
    color: rgba(0, 0, 0, .7);
}

.bg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity .2s linear, z-index .3s linear;
    transition: opacity .2s linear, z-index .3s linear;
}

.bg_overlay_black {
    background-color: #000;
}

.bg_overlay_show {
    opacity: .88;
    z-index: 50;
}

div#searchMenusautocomplete-list {
    width: 100%;
    max-height: 300px;
    padding: 0 0 0 0px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 51;
    position: relative;
    border-radius: 0 0 4px 4px;
}

ul.article-menus_has-child--active {
    padding-left: 20px;
}

div#searchMenuslist-search {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    padding: 15px;
    padding-left: 46px;
}

li.article-link>a {
    color: #EDEDED;
}

li.article-link>a:hover {
    color: #fff;
}

.article-menus-head:hover {
    color: #fff;
}

.footer {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.footer .container {
    width: 100%;
    padding: 16px 0;
    margin: auto;
    text-align: left;
}

.footer p {
    font-size: 12px;
    text-align: left;
    color: rgba(0, 0, 0, .54);
    display: inline-block;
    margin: auto;
    vertical-align: middle;
}

.article img {
    max-width: 100%;
}

.nav_item_wrapper a {
    color: #333;
}

.nav_item_wrapper a:hover {
    color: #007bff;
}

@media only screen and (max-width: 1000px) {
    .hide-mb {
        display: none !important;
    }

    .article-content {
        margin-left: 0px;
        width: 100%;
    }

    .search_help_detail {
        width: 100%;
    }

    .icon_search_help {
        width: 100%;
        max-width: 100%;
        margin: 32px auto 0;
        font-size: 14px;
        position: relative;
    }

    .footer .container {
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .hide-mb {
        display: none !important;
    }

    .article-content {
        margin-left: 0px;
        width: 100%;
        padding: 15px;
    }

    .search_help_detail {
        width: 100%;
    }

    .icon_search_help {
        width: 100%;
        max-width: 100%;
        margin: 32px auto 0;
        font-size: 14px;
        position: relative;
    }

    .article-container {
        margin-left: 5px;
    }

    .footer .container {
        text-align: center;
    }

    .heading_help {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.container-cs {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-cs {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-cs {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-cs {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-cs {
        /* max-width: 1140px; */
        max-width: 85%;
    }
}

a.menus {
    font-size: 90%;
    font-weight: 600;
    margin-right: 20px;
    letter-spacing: 0;
}

a.menus.btn.btn-signin {
    font-weight: 500;
    font-family: 'Panton-Regular', Helvetica, Arial, Lucida, sans-serif;
    letter-spacing: 0;
}

a.menus:hover {
    color: #dc3545;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-signin:active {
    background-image: linear-gradient(#AD1931, #AD1931) !important;
}

.btn-signin {
    background-image: linear-gradient(#AD1931, #AD1931);
    color: white !important;
    border-radius: 10px;
    font-size: 90%;
    --webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    font-family: 'Panton-Regular';
    letter-spacing: 0px;
    font-weight: normal;
}

h1.title {
    font-size: 52px;
    color: #752c1d;
    font-weight: 600;
    font-family: 'Panton-ExtraBold', Helvetica, Arial, Lucida, sans-serif;
}


/* Burger menu */

.menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000000;
}

.menu-wrap .toggler {
    position: absolute;
    top: 35px;
    right: 115px;
    z-index: 200000000;
    cursor: pointer;
    width: 40px;
    height: 30px;
    opacity: 0;
}

.menu-wrap .humburger {
    position: absolute;
    top: 35px;
    right: 115px;
    z-index: 100000000;
    width: 40px;
    height: 30px;
    padding: 10px;
    background-color: #fed136;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 722px) {
    .menu-wrap .toggler {
        position: absolute;
        top: 35px;
        right: 100px;
        z-index: 200000000;
        cursor: pointer;
        width: 40px;
        height: 30px;
        opacity: 0;
    }

    .menu-wrap .humburger {
        position: absolute;
        top: 35px;
        right: 100px;
        z-index: 100000000;
        width: 40px;
        height: 30px;
        padding: 10px;
        background-color: #fed136;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 650px) {
    .menu-wrap .toggler {
        position: absolute;
        top: 35px;
        right: 50px;
        z-index: 200000000;
        cursor: pointer;
        width: 40px;
        height: 30px;
        opacity: 0;
    }

    .menu-wrap .humburger {
        position: absolute;
        top: 35px;
        right: 50px;
        z-index: 100000000;
        width: 40px;
        height: 30px;
        padding: 10px;
        background-color: #fed136;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* Humburger Lines */

.menu-wrap .humburger>div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}


/* Top Bottom line */

.menu-wrap .humburger>div:before,
.menu-wrap .humburger>div:after {
    content: '';
    position: absolute;
    z-index: 100000000;
    top: -6px;
    width: 100%;
    height: 2px;
    background: inherit;
}


/* Moves line down */

.menu-wrap .humburger>div:after {
    top: 6px;
}


/* Toggler animates */

.menu-wrap .toggler:checked+.humburger>div {
    transform: rotate(135deg);
}


/* Turn lines into x */

.menu-wrap .toggler:checked+.humburger>div:before,
.menu-wrap .toggler:checked+.humburger>div:after {
    top: 0;
    transform: rotate(90deg);
}


/* Rotate on hover when checked */

.menu-wrap .toggler:checked:hover+.humburger>div {
    transform: rotate(225deg);
}


/* Show menu */

.menu-wrap .toggler:checked~.menu {
    visibility: visible;
}

.menu-wrap .toggler:checked~.menu>div {
    transform: scale(1);
    transition-duration: 0.75s;
}

.menu-wrap .toggler:checked~.menu>div>div {
    opacity: 1;
    transition: opacity 0, 4s ease;
}

.menu-wrap .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-wrap .menu>div {
    background-color: rgba(24, 39, 51, 0.85);
    border-radius: 50%;
    width: 200vw;
    height: 200vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
}

.menu-wrap .menu>div>div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vw;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.menu-wrap .menu>div>div>ul>li {
    list-style: none;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 2rem;
}

.menu-wrap .menu>div>div>ul>li>a {
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}

.menu-wrap .humburger {
    visibility: hidden;
}

.menu-wrap .toggler {
    visibility: hidden;
}

.h-hide-mb {
    display: block;
}

@media (max-width: 767px) {
    .menu-wrap .humburger {
        visibility: visible;
    }

    .menu-wrap .toggler {
        visibility: visible;
    }

    .h-hide-mb {
        display: none;
    }
}

@media (max-width:800px) {
    h1.title {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    h1.title {
        font-size: 30px;
    }

    .t-buttn {
        font-size: 13px;
    }

    button.login_btn {
        font-size: 13px;
        padding-top: 4px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 4px;
    }
}

@media (max-width: 454px) {
    .t-buttn {
        font-size: 11px;
    }
}

@media (max-width: 368px) {
    .t-buttn {
        font-size: 10px;
    }
}

img.f-logo {
    max-width: 200px;
    margin: 5px 0 10px 0;
}

@media(max-width:767px) {
    img.f-logo {
        max-width: 200px;
        margin: 5px 0 10px 0;
    }
}

@media(max-width:450px) {
    img.f-logo {
        max-width: 110px;
    }
}

.p-box {
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.box {
    background: #fff;
    -webkit-box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.15rem 0.5rem rgba(0, 0, 0, 0.075);
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

div .menu>div>div>ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-inline-start: 0;
}

.flag-lang-li {
    padding: 0.5rem 1rem;
}

.flag-lang-a {
    font-weight: 600;
    letter-spacing: 0px;
    color: black;
    font-family: 'Lato-Regular', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    white-space: nowrap;
}

.flag-lang-a:hover {
    color: #fed136;
}