.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.gap-10 {
    margin-right: -5px;
    margin-left: -5px
}

.gap-10>.col,
.gap-10>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px
}

.gap-15 {
    margin-right: -7.5px;
    margin-left: -7.5px
}

.gap-15>.col,
.gap-15>[class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px
}

.gap-20 {
    margin-right: -10px;
    margin-left: -10px
}

.gap-20>.col,
.gap-20>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

.gap-25 {
    margin-right: -12.5px;
    margin-left: -12.5px
}

.gap-25>.col,
.gap-25>[class*="col-"] {
    padding-right: 12.5px;
    padding-left: 12.5px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }

    .gap-40 {
        margin-right: -20px;
        margin-left: -20px
    }

    .gap-40>.col,
    .gap-40>[class*="col-"] {
        padding-right: 20px;
        padding-left: 20px
    }

    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }

    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1090px
    }

    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.row-item {
    margin-top: -10px
}

[class*="col-item"] {
    padding: 10px
}

.col-item-5 {
    flex: 0 1 20%
}

.col-item-4 {
    flex: 0 1 25%
}

.col-item-3 {
    flex: 0 1 33.33%
}

.col-item-2 {
    flex: 0 1 50%
}

.col-item-1 {
    flex: 0 1 100%
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #30373f;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    margin: 0
}

*,
*::before,
*::after {
    box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

img {
    max-width: 100%
}

svg {
    overflow: hidden;
    vertical-align: middle;
    height: 1em;
    fill: currentColor;
    pointer-events: none
}

a {
    color: #f69220;
    text-decoration: none;
    outline: 0;
    transition: color .3s
}

a:focus {
    outline: 0
}

a:hover {
    color: #f3860a
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Merriweather Sans", sans-serif;
}

p {
    margin-top: 0;
    margin-bottom: 15px
}

table,
td,
th {
    border: 1px solid #ddd;
    text-align: left
}

table {
    border-collapse: collapse;
    width: 100%
}

th,
td {
    padding: 12px 15px;
    vertical-align: top
}

td {
    font-size: 14px
}

pre {
    overflow: auto
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

textarea {
    overflow: auto;
    resize: vertical
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

#main-wrapper {
    margin: 0 auto;
    background-color: #fff;
    padding-top: 115px
}

.icon>svg {
    display: block
}

.icon-left {
    margin-right: 10px
}

.icon-right {
    margin-left: 10px
}

.full-height-page {
    min-height: calc(100vh - 115px - 155px)
}

.align-vertical-center {
    display: flex;
    align-items: center
}

.ml-auto {
    margin-left: auto !important
}

.mt-35,
.my-35 {
    margin-top: 35px !important
}

.mb-35,
.my-35 {
    margin-bottom: 35px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-0 {
    margin-top: 0 !important
}

.mb-15 {
    margin-bottom: 15px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.p-0 {
    padding: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pt-35 {
    padding-top: 35px !important
}

.b-radius-0 {
    border-radius: 0 !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: flex !important
}

.d-table {
    display: table !important
}

.d-inline-flex {
    display: inline-flex !important
}

.vertical-middle {
    vertical-align: middle
}

.justify-content-center {
    justify-content: center
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-between {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-between
}

.align-items-center {
    align-items: center
}

.flex-direction-column {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.no-click {
    pointer-events: none
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: contain;
    display: block
}

.text-uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-black {
    color: #333
}

.text-primary {
    color: #f69220
}

.text-gray {
    color: #888
}

.bg-gray {
    background-color: #f3f3f5
}

.fz-md {
    font-size: 1.2em
}

.fz-sm {
    font-size: .8em
}

.fz-16 {
    font-size: 16px !important
}

.fw-400 {
    font-weight: 400 !important
}

.w-full {
    width: 100%
}

@media (min-width: 992px) {

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .d-lg-block {
        display: block !important
    }
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .ml-sm-auto {
        margin-left: auto !important
    }
}

.btn {
    padding: 10px 25px;
    display: inline-block;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px
}

.btn[disabled],
.btn[disabled=disabled],
.btn:disabled {
    opacity: .7;
    cursor: not-allowed;
    pointer-events: none
}

.btn-primary {
    background: linear-gradient(180deg, #f1bb3d 0%, #f38c16 100%);
    color: #fff
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus:active,
.btn-primary:active:hover {
    background: linear-gradient(180deg, #f1bb3d 0%, #f38c16 100%);
    color: #fff
}

.btn-primary:hover {
    color: #fff
}

.btn-primary svg,
.btn-primary svg path {
    fill: #FFF
}

.btn-primary img {
    filter: brightness(0) invert(1)
}

.btn-secondary {
    background: linear-gradient(180deg, #74b6e0 0%, #3d82c7 100%);
    color: #fff
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus:active,
.btn-secondary:active:hover {
    background: linear-gradient(180deg, #74b6e0 0%, #3d82c7 100%);
    color: #fff
}

.btn-secondary:hover {
    color: #fff
}

.btn-default {
    background: silver;
    color: #fff
}

.btn-default:focus,
.btn-default:active,
.btn-default:focus:active,
.btn-default:active:hover {
    background: silver;
    color: #fff
}

.btn-default:hover {
    color: #fff
}

.btn-primary-outline {
    background: rgba(0, 0, 0, 0);
    color: #f69220 !important;
    border: 1px solid #f69220;
    padding-top: 9px;
    padding-bottom: 9px
}

.btn-primary-outline:focus,
.btn-primary-outline:active,
.btn-primary-outline:focus:active,
.btn-primary-outline:active:hover {
    background: rgba(0, 0, 0, 0);
    color: #f69220 !important
}

.btn-primary-outline:hover {
    color: #f69220 !important
}

.btn-primary-outline img {
    transition: filter .3s
}

.btn-primary-outline:hover {
    background-color: #f69220;
    color: #fff !important
}

.btn-primary-outline:hover img {
    filter: brightness(0) invert(1)
}

.btn-secondary-outline {
    background: rgba(0, 0, 0, 0);
    color: #4791dc;
    border: 1px solid #4791dc;
    padding-top: 9px;
    padding-bottom: 9px
}

.btn-secondary-outline:focus,
.btn-secondary-outline:active,
.btn-secondary-outline:focus:active,
.btn-secondary-outline:active:hover {
    background: rgba(0, 0, 0, 0);
    color: #4791dc
}

.btn-secondary-outline:hover {
    color: #4791dc
}

.btn-secondary-outline:hover {
    background-color: #4791dc;
    color: #fff
}

.btn-fb {
    background: #3578e5;
    color: #fff
}

.btn-fb:focus,
.btn-fb:active,
.btn-fb:focus:active,
.btn-fb:active:hover {
    background: #3578e5;
    color: #fff
}

.btn-fb:hover {
    color: #fff
}

.btn-twitter {
    background: #3aa9e0;
    color: #fff
}

.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter:focus:active,
.btn-twitter:active:hover {
    background: #3aa9e0;
    color: #fff
}

.btn-twitter:hover {
    color: #fff
}

.btn-google {
    background: #df4a32;
    color: #fff
}

.btn-google:focus,
.btn-google:active,
.btn-google:focus:active,
.btn-google:active:hover {
    background: #df4a32;
    color: #fff
}

.btn-google:hover {
    color: #fff
}

.btn-fullwidth {
    display: block;
    width: 100%;
    text-align: center
}

.btn-fullwidth:not(:last-child) {
    margin-bottom: 10px
}

.btn-more {
    padding: 12px 20px;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-weight: 700
}

.btn-more.btn-default {
    background: #f0f0f0;
    color: #333;
    font-weight: 400;
    border: 1px solid #dadada, 0.3
}

.btn-more.btn-default:focus,
.btn-more.btn-default:active,
.btn-more.btn-default:focus:active,
.btn-more.btn-default:active:hover {
    background: #f0f0f0;
    color: #333
}

.btn-more.btn-default:hover {
    color: #333
}

.btn-more svg {
    height: auto
}

.btn-login {
    letter-spacing: 0.5px;
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-transform: uppercase;
    line-height: 1.6153846154
}

.btn-auto-width {
    width: auto !important
}

.btn-grey {
    background-color: #8E9195;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    color: #FFF
}

.btn-bukalapak {
    background: #e91d51;
    color: #fff
}

.btn-bukalapak:focus,
.btn-bukalapak:active,
.btn-bukalapak:focus:active,
.btn-bukalapak:active:hover {
    background: #e91d51;
    color: #fff
}

.btn-bukalapak:hover {
    color: #fff
}

.btn-blibli {
    background: linear-gradient(180deg, #268acb 0%, #3e83c8 100%);
    color: #fff
}

.btn-blibli:focus,
.btn-blibli:active,
.btn-blibli:focus:active,
.btn-blibli:active:hover {
    background: linear-gradient(180deg, #268acb 0%, #3e83c8 100%);
    color: #fff
}

.btn-blibli:hover {
    color: #fff
}

.btn-tokopedia {
    background: #80c065;
    color: #fff
}

.btn-tokopedia:focus,
.btn-tokopedia:active,
.btn-tokopedia:focus:active,
.btn-tokopedia:active:hover {
    background: #80c065;
    color: #fff
}

.btn-tokopedia:hover {
    color: #fff
}

.btn-shopee {
    background: #ee4d2d;
    color: #fff
}

.btn-shopee:focus,
.btn-shopee:active,
.btn-shopee:focus:active,
.btn-shopee:active:hover {
    background: #ee4d2d;
    color: #fff
}

.btn-shopee:hover {
    color: #fff
}

.btn-lazada {
    background: #2053b0;
    color: #fff
}

.btn-lazada:focus,
.btn-lazada:active,
.btn-lazada:focus:active,
.btn-lazada:active:hover {
    background: #2053b0;
    color: #fff
}

.btn-lazada:hover {
    color: #fff
}

#main-wrapper:not(.scroll-down) .main-header {
    transform: translateY(0) !important
}

#main-wrapper.scroll-down .user-toggle__dropdown {
    visibility: hidden;
    pointer-events: none;
    opacity: 0
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1052;
    background-color: #fff;
    transition: transform .3s ease
}

.header-top {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative
}

@media screen and (max-width: 1200px) {
    .header-top .row {
        flex-wrap: nowrap;
        white-space: nowrap
    }

    .header-top .row .col:nth-child(2) {
        min-width: 0
    }

    .header-top .header-btn .btn:not(.header-search-toggle):not(.user-toggle) {
        padding: 12px 14px;
        width: 38px
    }

    .header-top .header-btn .btn:not(.header-search-toggle):not(.user-toggle) .icon {
        margin-right: 20px
    }
}

@media screen and (max-width: 992px) {
    .header-top .col:hover+.col-auto {
        opacity: 0;
        pointer-events: none
    }

    .header-top .col:not(:hover) ul>*:nth-child(n+3) {
        display: none
    }

    .header-top .col ul:after {
        color: #4791dc
    }

    .header-top .col ul:not(:hover):after {
        content: "MORE.."
    }

    .header-top .col ul:hover li:last-child {
        position: relative
    }

    .header-top .col ul:hover li:last-child::after {
        color: #4791dc;
        content: "LESS";
        position: absolute;
        right: -20px;
        top: 0;
        transform: translateX(100%);
        pointer-events: none
    }
}

.header-brand {
    display: block;
    margin-right: 10px
}

.header-brand img {
    display: block;
    height: 36px
}

#main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #30373f;
    font-weight: 700;
    display: flex
}

#main-menu>li:not(:last-child) {
    margin-right: 30px
}

#main-menu .menu-item {
    position: relative
}

#main-menu .current-menu-item {
    color: #f69220
}

#main-menu .hastag {
    color: #f69220
}

#main-menu a {
    color: inherit;
    display: block
}

#main-menu a:hover {
    color: #f69220
}

#main-menu .hot {
    font-weight: 500;
    font-size: 10px;
    color: #fff;
    background-color: #f83f3f;
    position: absolute;
    right: -15px;
    top: -15px;
    line-height: 1.2;
    padding: 3px 5px 1px;
    border-radius: 3px
}

.header-btn .btn {
    font-size: 12px;
    padding: 12px 18px;
    letter-spacing: .35px;
    line-height: 1.2;
    font-weight: 500
}

.header-btn .header-search-toggle {
    font-size: 14px;
    padding: 10px 11px
}

.header-btn .user-toggle {
    width: 36px;
    height: 36px;
    padding: 0;
    display: block;
    position: relative
}

.header-btn .user-toggle>img {
    border-radius: 50%
}

.header-btn .user-toggle__dropdown {
    position: absolute;
    right: 0;
    background-color: #fff;
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
    min-width: 240px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    z-index: 1000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease
}

.header-btn .user-toggle__dropdown>li>a {
    display: block;
    padding: 15px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    color: #30373f;
    text-transform: uppercase;
    box-shadow: inset 0 -1px 0 0 #f0f0f0
}

.header-btn .user-toggle__dropdown>li>a:hover {
    color: #f69220
}

.header-btn .user-toggle__dropdown.show {
    opacity: 1;
    pointer-events: all
}

.header-user-subscribe {
    padding: 17px 15px;
    box-shadow: inset 0 -1px 0 0 #f0f0f0
}

.header-user-subscribe .credit-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #4A4E54;
    font-size: 12px;
    line-height: 1.17
}

.header-user-subscribe .credit-info .icon-left {
    margin-right: 7px
}

.header-user-subscribe .credit-info [class*="icon"] svg {
    width: 23px;
    height: 23px
}

.header-user-info .user-thumb .user-premium,
.header-btn .user-toggle .user-premium {
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header-user-info {
    padding: 15px;
    box-shadow: inset 0 -1px 0 0 #f0f0f0
}

.header-user-info .user-thumb {
    width: 36px;
    height: 36px;
    display: block;
    position: relative
}

.header-user-info .user-thumb>img {
    border-radius: 50%
}

.header-user-info .user-desc {
    font-size: 12px;
    letter-spacing: .2px
}

.header-user-info .name {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase
}

.header-user-info .position {
    color: #8e9195
}

.header-search {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    align-items: center;
    display: none
}

.header-search svg {
    display: block
}

.header-search .form-control {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    height: 62px;
    border: 0;
    letter-spacing: .25px;
    font-size: 16px;
    padding: 10px 15px
}

.header-search .form-control::-moz-placeholder {
    color: rgba(142, 145, 149, 0.5);
    opacity: 1
}

.header-search .form-control:-ms-input-placeholder {
    color: rgba(142, 145, 149, 0.5)
}

.header-search .form-control::-webkit-input-placeholder {
    color: rgba(142, 145, 149, 0.5)
}

.header-search .btn {
    max-width: none;
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0
}

.header-search .btn span {
    padding: 0 4px 0 8px;
    font-weight: 600;
    letter-spacing: 1px
}

.header-search__close {
    flex: 0 0 20px;
    width: 20px;
    max-width: none;
    height: 20px;
    background-color: #e4e6e7;
    border-radius: 50%;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 17px;
    position: absolute;
    right: 0
}

.header-search__close:hover {
    color: #aaa
}

.open-header-search .header-search {
    display: block
}

.header-bottom {
    border-bottom: 1px solid #f0f0f0
}

#sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #30373f;
    letter-spacing: .41px;
    font-weight: 700;
    display: flex
}

#sub-menu .menu-item:not(:last-child) {
    margin-right: 40px
}

@media (max-width: 1199.98px) {
    #sub-menu .menu-item:not(:last-child) {
        margin-right: 30px
    }
}

@media (max-width: 991.98px) {
    #sub-menu .menu-item:not(:last-child) {
        margin-right: 24px
    }
}

#sub-menu .menu-item-hide {
    display: none
}

#sub-menu .menu-item-more {
    position: relative
}

#sub-menu .menu-item-more>a {
    position: relative;
    padding-right: 20px;
    color: #4791dc
}

#sub-menu .menu-item-more>a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-left: 2px solid #4791dc;
    border-bottom: 2px solid #4791dc;
    position: absolute;
    right: 0;
    top: 21px;
    transform: rotate(-45deg);
    transition: all .3s
}

#sub-menu .menu-item-more>a:hover:before {
    border-color: #f69220
}

#sub-menu .menu-item-more.active>a:before {
    transform: rotate(135deg);
    top: 24px
}

#sub-menu .menu-item-more.active .more-sub-menu {
    pointer-events: all;
    opacity: 1;
    transform: scale(1)
}

#sub-menu a {
    padding: 15px 0;
    color: inherit;
    display: block
}

#sub-menu a:hover {
    color: #f69220
}

#sub-menu .current-menu-item {
    color: #f69220
}

#sub-menu .more-sub-menu {
    position: absolute;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    left: 0;
    min-width: 150px;
    border: 1px solid #f0f0f0;
    z-index: 900;
    font-size: 13px;
    background-color: #fff;
    transition: all 250ms ease-in-out;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.5);
    transform-origin: top left
}

#sub-menu .more-sub-menu .menu-item {
    padding: 5px 15px
}

#sub-menu .more-sub-menu .menu-item:not(:last-child) {
    margin-right: 0
}

#sub-menu .more-sub-menu .menu-item a {
    padding: 0
}

@media screen and (max-width: 992px) {
    #sub-menu .more-sub-menu {
        left: auto;
        right: 0;
        transform-origin: top right
    }
}

.main-footer {
    background: #333;
    border-top: 1px solid #c2c2c2;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 45px 0;
    margin-top: 46px;
    font-weight: 500
}

.main-footer .copyright {
    color: #fff
}

.main-footer .footer-menu {
    text-align: right
}

.main-footer .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end
}

.main-footer .footer-menu li {
    border-right: 1px solid #b5b5b5;
    padding: 0 8px
}

.main-footer .footer-menu li:last-child {
    border-right: none
}

.main-footer .footer-menu li a {
    color: #fff;
    display: block
}

.main-footer .footer-menu li a:hover {
    color: #f69220
}

.main-footer [class*=col-]:last-child .widget .title-widget{
    text-align: right;
}
.main-footer [class*=col-]:last-child .widget .widget-body{
    text-align: right;
    justify-content: flex-end;
}
.main-footer [class*=col-]:last-child .widget .widget-body ul.social{
    justify-content: flex-end;
}

#main-wrapper {
    overflow: hidden
}

.main-content {
    opacity: 1;
    transition: opacity 0ms ease
}

img[data-src] {
    background: #ddd;
    opacity: 0.5
}

.siema-slider {
    margin-left: -15px;
    margin-right: -15px
}

.tingle-modal {
    opacity: 0
}

.fade {
    opacity: 1 !important;
    transition: opacity 0.3s
}

.desktop #main-wrapper {
    overflow: hidden
}

.desktop #main-wrapper:before {
    display: block
}

.desktop .main-content {
    opacity: 1;
    transition: opacity 0ms ease
}