.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.centered-object {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.white-toggler.navbar-toggler {
    border-color: rgb(214, 214, 214);
}

.white-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(214, 214, 214)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.block-2-item .image img {
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.discount-label-cms {
    background-color: #d70000;
    color: #fff;
    width: 100px;
    height: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    left: 10px;
    top: 15px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.discount-label-cms h4 {
    font-size: 16px;
    margin: auto;
}

.discount-label {
    background-color: #d70000;
    color: #fff;
    width: 85px;
    height: 30px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 10;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.discount-label h4 {
    font-size: 14px;
    margin: auto;
}

.box-image-eviden {
    padding: 0.5rem 2rem;
}

.box-image-eviden img {
    width: 100%;
    height: 225px;
    object-fit: cover;
}

merah {
    font-weight: 500;
    background: red;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

hijau {
    font-weight: 500;
    background: #4CAF4F;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

oren {
    font-weight: 500;
    background: #FF5722;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

biru {
    font-weight: 500;
    background: #2196F3;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

hitam {
    font-weight: 500;
    background: #262626;
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 5px;
}

.select-widgets-2 {
    height: 34px;
    color: #36404a;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.text-transaction {
    color: #3f73e3;
    font-weight: 600;
    text-align: center;
}

.list-menu-content {
    list-style: none;
    padding: 0px;
}

.list-menu-content .item {
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 0px;
    /* margin-top: -1px; */
    float: left;
    width: 100%;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
}

.list-menu-content .item:not(:first-child) {
    border-top: #fff;
}

.list-menu-content.mini .item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
}

.list-menu-content .item:hover {
    color: #229ee6;
    border: 1px solid #229ee6;
}

.btn-control .btn {
    border: 1px solid #fff;
}

.list-drag .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0px;
    border-top: none !important;
    border-left: none !important;
    border-bottom: none !important;
}

.list-drag .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-right-radius: 0px;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.list-data-slideshow {
    list-style: none;
    padding: 0px;
}

.list-data-slideshow .item {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    cursor: pointer;
}

.list-data-slideshow .item img {
    width: 100%;
    max-height: 200px;
    border-radius: 2px;
    object-fit: cover;
    object-position: top;
    border-bottom: 1px solid #cccc;
}

.list-data-slideshow .text {
    position: absolute;
    padding: 10px 20px;
    background: rgba(34, 158, 230, 0.78);
}

.list-data-slideshow .text .title {
    color: #fff;
    font-weight: bold;
}

.list-data-slideshow .text .description {
    color: #fff;
}

.list-data-slideshow .row {
    margin-right: 0px;
    margin-left: 0px;
}

.list-data-slideshow .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.btn.loading {
    background: #eaeaea;
    border: 1px solid #ccc;
    color: #646464 !important;
    cursor: not-allowed;
}

.btn.loading:hover {
    cursor: not-allowed;
    background: #eaeaea;
}

.red,
.help-block.error,
.wajib {
    color: #F44336;
}

.orange {
    color: #FFA500;
}

.help-block.error {
    padding: 5px;
}

::-webkit-scrollbar {
    /* width: 5px;
    color: blue; */
}

.bootpag {
    background: #fff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #ccd5db;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #e4eaec;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 15px;
    margin-left: -1px;
    line-height: 1.57142857;
    color: #76838f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e4eaec;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #229ee6;
    border-color: #229ee6;
}

.lef {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
    width: 100%;
}

.lef.green:before {
    background-image: linear-gradient(to right, #dbf5dd 8%, #bee2c0 18%, #dbf5dd 33%);
}

.lef.default:before {
    background-image: linear-gradient(to right, #d8696e 8%, #792024 18%, #d8696e 33%);
}

.lef:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #e0e0e0 8%, #e5e5e5 18%, #eeeeee 33%);
    animation: loadeffect 1s linear infinite;
    background-size: 1000px 100px;
}

.modal .panel {
    border: none;
}

.brand-footer {
    display: block;
    max-height: 85px;
    margin-bottom: 20px;
}

.nav-menu {
    background: #fff;
}

.nav-menu>li {
    margin-left: 0px;
}

.nav-menu>li>a {
    color: #36404a !important;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px !important;
    border-bottom: 3px solid #fff;
}

.nav-menu>li>a:hover,
.nav-menu a.active {
    border-bottom: 3px solid #229ee6;
    color: #229ee6 !important;
    background: #fff;
}

.form-control,
.thumbnail {
    border-radius: 2px;
}

.form-controlx {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 2px;
    color: #565656;
    padding: 7px 12px;
    height: 38px;
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.btn-danger {
    background-color: #B73333;
}

/* File Upload */
.fake-shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.fileUpload {
    position: relative;
    overflow: hidden;
}

.fileUpload #logo-id {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 33px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-preview {
    max-width: 100%;
    object-fit: scale-down;
}

.form-control {
    border-radius: 0px;
}

.price-list .price {
    font-size: 15pt;
    font-weight: bold;
}

.col-sm-12,
.col-lg-12,
.col-md-12 {
    /*width: 100%;*/
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.tabs-vertical>li.active>a,
.tabs-vertical>li.active>a:focus,
.tabs-vertical>li.active>a:hover {
    color: #229ee6 !important;
}

.footer.bg-footer a {}


.dropdown-item:hover {
    /* color: #229ee6 !important; */
}

.dropdown-item {
    font-size: 9pt;

}

.sweet-alert .sa-icon.sa-warning .sa-body {
    height: 25px;
}

.sweet-alert .sa-icon {
    height: 55px;
    width: 55px;
}

.sweet-alert button {
    border: 1px solid #ccc !important;
    background-color: #ffffff !important;
    color: #4c5667 !important;
    box-shadow: none !important
}

.sweet-alert button.confirm {
    border: 1px solid #229ee6 !important;
    background-color: #229ee6 !important;
    color: #fff !important;
    box-shadow: none !important
}

.sweet-alert button.confirm:hover {
    background-color: #2d54a5 !important;
}

.has-error input,
.has-error textarea {
    border: 1px solid #b93f36;
}

.font-15 {
    font-size: 15pt !important;
}

.font-10p {
    font-size: 10pt;
}

.font-18p {
    font-size: 18pt;
}

.font-25p {
    font-size: 25pt;
}

.font-1 {
    color: #fff !important;
    border-color: #fff !important;
    font-size: 0.80rem !important;
}

.no-border,
.no-border:hover,
.open>.dropdown-toggle.no-border,
.no-border:focus {
    border: none !important;
    background: transparent !important;
}

td .btn-group.open .i-edit:before {
    content: "\f142";
}

.note-editor .note-editable {
    overflow-x: hidden !important;
}

.popover.bottom {
    bottom: unset !important;
}

.note-editor .modal-header {
    padding: 15px !important;
}

.note-editor .modal-footer {
    border: none;
    padding-top: 0px;
}

.note-editor .modal-content {
    padding: 0px !important;
}

.note-editor .form-group {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.note-editor .modal-dialog {
    background: #fff;
}

.note-editor .btn-default,
.note-btn-group .btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}

.div-table-list {
    max-width: 700px;
    margin: auto;
}

.div-table-list #table_wrapper {
    margin-top: 3rem;
}

.table-list {
    margin-top: 1rem;
}

.table-list .item {
    background: #fff;
}

.table-list .header img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: top;
    border-bottom: 1px solid #ccc;
}

.table-list .body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    padding: 0 16px;
    background: #fff;
    margin-bottom: 10px;
}

.table-list .item .content {
    position: relative;
    width: calc(100% - 50px);
    margin-right: auto;
    word-break: break-word;
    word-wrap: break-word;
    padding: 16px 0;
}

.table-list .item .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.table-list .item .title {
    color: #3d4145;
    color: var(--color-neutral-700);
    display: block;
    padding-bottom: 2px;
    padding-right: 8px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

.table-list .item .status .label {
    margin-right: 5px;
}

.div-form {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: auto;
    z-index: 1000;
}

.div-form-body {
    overflow: auto;
    overflow-x: hidden;
    overflow-width: 0px;
}

.div-form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 22;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.editor-ground-control__back.button.is-borderless {
    border-right: 1px solid #d9dbdd;
    padding: 6px 16px;
    min-width: 80px;
    height: 46px;
    border-radius: 0;
    color: var(--color-primary);
}

.title-input {
    min-height: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    font-size: 28px;
    color: var(--color-neutral-700);
    font-weight: 600;
    resize: none;
    -ms-overflow-y: hidden !important;
    width: 100%;
}

.button.is-borderless {
    border: none;
    background: none;
    color: #3d4145;
    color: var(--color-neutral-700);
    padding-left: 0;
    padding-right: 0;
}

.div-btn-action {
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    line-height: 32px;
}

.div-form-content {
    margin: auto;
    margin-top: 100px;
    left: -136px;
    min-height: 500px;
    max-width: 720px;
}

.div-form-sidebar {
    position: fixed;
    top: 46px !important;
    right: -272px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    background: #eaeaea;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: auto;
    -webkit-transition: all .15s cubic-bezier(.075, .82, .165, 1);
    transition: all .15s cubic-bezier(.075, .82, .165, 1);
    overflow-x: hidden;
    box-shadow: none;
}

.div-form-sidebar.active {
    right: 0px !important;
}

.div-form-sidebar .header {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd !important;
}

.div-form-sidebar .ul-list .item a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.div-form-sidebar label {
    font-weight: 300 !important;
}

.ul-list .item .accordion-toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: left;
    padding-right: 10px;
    font-weight: 600;
}

.ul-list .item .accordion-toggle.collapsed:before {
    content: "\f105";
}

.div-form-sidebar .ul-list .item a.collapsed:hover {
    background: #eaeaea;
    color: #646464;
}

.div-form-sidebar .ul-list .item a:hover {
    color: #229ee6;
}

.div-form-sidebar .ul-list .item .content {
    padding: 10px;
    margin-top: -1px;
    border-bottom: 1px solid #ddd;
}

.modal .panel {
    /*border: 1px solid #;*/
    margin-bottom: 0px !important;
}

.modal-content {
    /* background: transparent !important; */
}

.modal-full {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0px !important;
}

.modal-full .modal-dialog {
    margin: 0px !important;
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0px !important;
}

.modal-full .modal-content {
    height: 100% !important;
}

.modal-full .panel {
    margin-bottom: 0px !important;
}

.modal-full .row,
.row-full {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.modal .form-group {
    margin-bottom: 0px;
}



#div-report tbody tr:hover,
.table-hovered tbody tr:hover {
    /*     background:#fff;
      border:1px solid #e5e5e5;
      cursor:pointer;
      -webkit-box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122);
      box-shadow: inset 0 -1px 0 0 rgba(100,121,143,0.122); */
}

.table {
    margin-top: 10px !important;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.table .dataTables_empty {
    text-align: center;
    padding: 10px;
}

.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #e5e5e5 !important;
}

.thead-border thead th {
    border: 1px solid #e5e5e5 !important;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    /* border-bottom-left-radius: 50px; */
    /* border-top-left-radius: 50px; */
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    /* border-bottom-right-radius: 50px; */
    /* border-top-right-radius: 50px; */
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    /* border-top-left-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    /* border-top-right-radius: 50px; */
    /* border-bottom-right-radius: 50px; */
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    /* border-top-left-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
}

.btn-group>.btn:first-child {
    /* border-radius:50px; */
}

.input-group-addon {
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    background: #ebeff2;
}

.btn-kotak .btn,
.btn-kotak {
    border-radius: 0px !important;
}

.table {
    background: #fff;
}

.table-add input {}

.table-add td {
    vertical-align: middle !important;
}

.modal .panel-body {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;

}

.modal label,
form label {
    font-weight: 600 !important;
}

.modal-footer {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.modal {
    overflow-y: auto;
}

.radio label::before {
    margin-top: 2px;
}

.radio input[type="radio"]:checked+label::after {
    margin-top: 2px;
}

.radio-box {
    display: -webkit-box;
}

.radio-box .radio-custom {
    margin-right: 10px;
}

#sidebar-menu .subdrop {
    background: #f4f8fb;
    border-left: 3px solid #229ee6;
    color: #229ee6 !important;
}

#sidebar-menu ul ul li.active a {
    color: #229ee6 !important;
}

.btn-default {
    /* background: #229ee6 !important;
    border: 1px solid #229ee6 !important; */
    background: #343a40 !important;
    border: 1px solid #343a40 !important;
}

.btn-default:hover,
.btn-default:focus {
    background: #1b3263 !important;
    color: #fff !important;
    border: 1px solid #fff !important;
}


/* CSS for FrontEnd */
.top-bar {
    margin-right: 0px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eaeaea;
    z-index: 1031;
}

.logo-top-bar {
    margin-left: 50px;
}

.logo-top-bar a img {
    padding: 0;
}

.form-top-bar {
    width: 75%;
}

.icon-search {
    position: absolute;
    margin-top: 10px;
    right: 30%;
}

.icon-top-bar {
    /* margin-top: 35px; */
    margin-right: 50px;
    text-align: right;
}

.row-box-solution {
    padding: 0;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
    grid-template-columns: 1fr;
    grid-gap: 25px;
}

.box-grid-solution {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 25px;
}

.box-grid-collection {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}

.box-grid-brand {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px;
}

.box-grid-reviewed {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}





/* End of CSS for FrontEnd */


.control-label.label-title {
    margin-bottom: 10px;
}


/*color*/
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #229ee6 !important;
    border-color: #229ee6 !important;
}

.panel-custom>.panel-heading {
    background-color: #229ee6 !important;
}

.navbar-default {
    /*     background-color: #36404a; */
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}

.navbar-default i {
    color: #36404a;
}

#wrapper.enlarged .left.side-menu #sidebar-menu a.subdrop {
    color: #229ee6 !important;
}

#sidebar-menu>ul>li>a.active {
    /*background: #229ee6 !important;*/
    border-left: 3px solid #229ee6;
    color: #229ee6 !important;
}

/*.tabs li.tab a.active {
      color: #229ee6 !important;
  }*/

.btn-default {
    background-color: #343a40 !important;
    border: 1px solid #343a40 !important;
    /* background-color: #229ee6 !important;
    border: 1px solid #229ee6 !important; */
}

.btn-default:hover {
    background-color: #1078b5 !important;
    border: 1px solid #1078b5 !important;
}

.div-table .div-btn {
    margin-bottom: 3rem;
}

.dataTables_empty {
    padding: 20px;
    text-align: center;
    background: #fff;
}

.dataTables_empty img {
    margin-bottom: 0px;
}

.div-table .table td .btn-group,
.div-table .dataTables_filter,
.dataTables_paginate,
.dataTables_filter {
    float: right;
}

.dataTables_filter input,
.dataTables_length select {
    border: 1px solid #ccc;
    margin-left: 10px;
    height: 35px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
    /*float:left;*/
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.flex {
    display: flex;
}

.list-link .item {
    color: #646464;
    display: block;
    padding: 2px 0px;
}

.list-link .item:hover {
    color: #229ee6;
}

.radius-form {
    border-radius: 0.25rem;
}

.radius-3 {
    border-radius: 3px;
}

.radius-10 {
    border-radius: 10px;
}

.radius-50 {
    border-radius: 50px;
}

.vertical-top {
    vertical-align: top;
}

.dropdown-content {
    padding-bottom: 20px;
}

.dropdown-content {
    display: none;
}

.dropdown-content.active {
    display: inline;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #229ee6;
}

.dropdown-dark .dropdown-main {
    /* border-right:1px solid #000; */
    -webkit-box-shadow: 4px 0 4px 0 rgba(27, 27, 27, .2);
    box-shadow: 4px 0 4px 0 rgba(27, 27, 27, .2);
    min-width: 260px;
}

.dropdown-dark {
    border-radius: 0px;
    background: #3f434c;
}

.dropdown-dark a {
    color: #fff;
    padding: 10px 20px 10px 20px;
}

.dropdown-dark a:hover {
    background: #ff4f04;
    color: #fff;
}

.dropdown-dark .dropdown-main a:hover {
    color: #fff;
}

.dropdown-dark .dropdown-content a:hover {
    color: #229ee6;
    background: none;
}

.w10 {
    width: 10%;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

.h5 {
    height: 5px;
}

.h6 {
    height: 6px;
}

.h7 {
    height: 7px;
}

.h8 {
    height: 8px;
}

.h9 {
    height: 9px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h80 {
    height: 80px;
}

.h100 {
    height: 100px;
}

.h120 {
    height: 120px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px;
}

.h300 {
    height: 300px;
}

.h325 {
    height: 325px;
}

.h400 {
    height: 400px;
}

.h500 {
    height: 500px;
}

.width-100 {
    width: 100%;
}

.width-325p {
    width: 325px;
}

.width-80 {
    width: 80%;
}

.width-70 {
    width: 70%;
}

.width-50 {
    width: 50%;
}

.width-30 {
    width: 30%;
}

.width-28 {
    width: 28%;
}

.width-25 {
    width: 25%;
}

.width-20 {
    width: 20%;
}

.width-50p {
    width: 50px;
}

.width-75p {
    width: 75px;
}

.width-100p {
    width: 100px;
}

.width-200p {
    width: 200px;
}

.height-100 {
    height: 100%;
}

.height-100p {
    height: 100px !important;
}


.box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.box .column {
    flex: 1;
    padding: 10px;
}

.box .column:nth-child(1) {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.box .column:nth-child(2) {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.box .column:nth-child(3) {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.ul-normal {
    margin-left: 20px;
    list-style-type: disc;
    padding: 0px;
}

.ul-normalx {
    margin-left: 20px;
    list-style-type: none;
}

.block {
    display: block;
}

.border-blue {
    border: 1px solid #229ee6;
}

.border-bottom-1ddd {
    border-bottom: 1px solid #ddd !important;
}

.div-price-list {
    padding: 2rem;
}

.div-price-list table.price-list {
    background: #fff;
}

table.price-list tbody {
    border: 1px solid #eaeaea;
}

table.price-list {
    width: 100%;
}

table.price-list tr:nth-child(even) {
    background-color: #f2f2f2
}

table.price-list tr td ul li {
    text-align: left;
    vertical-align: top;
    padding: 10px;
    padding-left: 0px;
    margin-left: 10px;
}

table.price-list tr td ul li item {
    display: inline;
    float: left;
}

table.price-list tr td ul li span {
    float: left;
    text-align: center;
}

table.price-list tr td ul li span.label {
    text-align: left;
}

table.price-list tr .ul-normal {
    width: calc(100% - 30px);
}

.price-list th {
    background: #229ee6;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.price-list th.primary {
    background: #1078b5;
}

.price-list th.default {
    background: #f2f2f2;
}

.price-list th small {
    display: block;
}

.price-list td {
    text-align: center;
    vertical-align: top;
}

.price-list td.label {
    text-align: left;
    padding: 10px;
    vertical-align: top;
}

.price-list td i {
    color: #9acc5e;
    font-size: 20pt;
    vertical-align: top;
    padding: 5px;
}

.price-list td .btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.price-list tbody td table td .ul-normal {
    margin-bottom: 0px;
}

ul.price-list {}

ul.price-list .item {
    width: 33%;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
}

ul.price-list .column .box-content {
    height: 100%;
}

span.label {
    color: #fff;
}

.label-blue {
    color: #229ee6;
}

.label-primary {
    color: #1078b5;
}

.label-success {
    color: #9acc5e;
}

.title-box {
    padding: 1rem 3rem;
    font-size: 18pt;
    display: inline-block;
}

.title-box-normal {
    padding: 1rem 3rem;
    display: inline-block;
}

.columns-3 {
    columns: 3 !important;
}

.columns-2 {
    columns: 2 !important;
}

.list-post {
    columns: 2;
}

.list-post .item {
    min-height: 200px;
    margin-bottom: 1rem;
    border-radius: 3px;
    border: 1px solid #ddd;
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(27,27,27,.2); */
    /* box-shadow: 0 2px 4px 0 rgba(27,27,27,.2); */
}

.list-post .image {
    overflow: hidden;
}

.list-post .image img {
    height: 200px;
    object-fit: cover !important;
    object-position: top;
}

.list-post .item-2 {
    min-height: 200px;
    margin-bottom: 1rem;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.list-post .content {
    padding: 20px;
}

.list-post .item-2 .content {
    border-top: 1px solid #ddd;
}

.list-post .title {
    font-size: 15pt;
}

.list-post .image img {
    width: 100%;
    min-height: 230px;
    vertical-align: middle;
    object-fit: scale-down;
    /* border:1px solid #eaeaea; */
    margin: 5px;
}

.list-post .item-2 .image {}

.summary p {
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.item-2 .summary p {
    -webkit-line-clamp: 6;
}

.list-post .text {
    min-height: 100px;
    padding: 10px 0px;
}

.list-post .item-2 .text {
    min-height: 160px;
    padding: 10px 0px;
}

.list-post .date {
    font-size: 10pt;
    color: #9e9e9e;
}

.btn-group-vertical>.btn:not(:first-child) {
    border: 1px solid #ddd;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border: 1px solid #ddd;
}

.panel-heading .accordion-toggle:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: right;
    color: #fff;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\f105";
}

.panel-title>a {
    display: block;
    text-decoration: none;
    padding: 5px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group+.panel-footer {
    border-top-width: 0;
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0;
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel+.panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #343A40;
    border-color: #eee;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #337ab7;
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1;
}

.panel-group-btn .panel+.panel {
    margin-top: 0px;
}

.panel-group-btn>.panel:not(:first-child) {
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
}

.panel-group-btn>.panel:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ddd;
}

.panel-group-btn>.panel:not(:first-child):not(.dropdown-toggle) {
    border-top: transparent;
}

.panel-group-btn>.panel:not(:first-child) {
    border: 1px solid #ddd;
    border-top-left-radius: inherit;
    border-top-right-radius: 0;
}


.panel-group-btn .panel>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd;
    border-bottom: transparent;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.link-white a {
    color: #fff;
}

.link-dark a {
    color: #262626;
}

.div-box {
    border: 1px solid #eaeaea;
}

a,
p,
div {
    color: #646464;
}

a:hover {
    text-decoration: none;
}

.banner-content ul,
.div-btn ul,
.list-link,
.div-price-list.note ul,
.ul-list,
.list-post {
    list-style: none;
    padding: 0px;
}

.slideshow {
    margin-top: 160px;
    height: auto;
    /* min-height: 600px; */
}

.navbar {
    background: #fff !important;
    padding: 0px !important;
    border-bottom: 1px solid #eaeaea;
}

.navbar-nav li a.nav-link {
    /* text-transform: uppercase; */
    font-weight: bold;
    /* font-weight: 600; */
    font-size: 11pt !important;
    color: #646464 !important;
    /* letter-spacing: 0px; */
    /* padding-top: 65px !important; */
    /* padding-bottom: 1px !important; */
    /* border-bottom: 4px solid #fff; */
}

.navbar-nav li a.nav-link:hover,
.navbar-nav a.nav-link.active {
    color: #ff4f04 !important;
    border-bottom: 4px solid #ff4f04;
}

.navbar-brand img {
    max-width: 230px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-title {
    font-size: 20pt;
    font-weight: 600;
}

.section .title-small {
    font-size: 25pt;
}

.section .title-smallx {
    font-size: 15pt;
}

.bold {
    font-weight: bold;
}

.bg-footer {
    /* background-image: url(../../aset/img/bg-footer.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.8)), url(../../aset/img/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; */
    background-color: #fff;
}

.section {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.our-solutions {
    position: relative;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #eaeaea;
    /* background-image: url('../../aset/img/bg-our-solutions.jpg'); */
    background-color: #F5F5F6;
    /* background-size: cover; */
    /* background-position: center; */
    padding-top: 6rem;
    padding-bottom: 6rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 600px;
}

.our-solutions .blue-title {
    color: #229ee6;
    font-size: 35pt;
    margin-bottom: 0px;
}

.our-solutions .grey-title {
    color: #959595;
    font-size: 18pt;
    font-weight: 400;
    margin-bottom: 0px;
}

.ul-section {
    border-top: 1px solid #eaeaea;
    list-style: none;
    background: #fff;
    padding: 0px;
    margin-bottom: 100px;
}

.ul-section li a {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    font-size: 13pt;
    width: 100% !important;
    display: block;
}

.ul-section li a:hover {
    background: #229ee6;
    text-decoration: none;
}

.ul-section li .active {
    background: #229ee6;
    color: #fff;
}

.ul-section li a:hover {
    color: #fff;
}

.ul-section a {
    color: #646464;
}

.showcase .showcase-text {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    padding-bottom: 0rem;
}

.border-bottom-blue {
    width: 80px;
    margin-top: 10px;
    border-bottom: 4px solid #FF4F04;
    border-radius: 3px;
}

.text-center .border-bottom-blue {
    position: absolute;
    left: 47%;
    right: 47%;
    width: 6%;
}

.text-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.div-sub .section-title {
    color: #229ee6;
    font-size: 25pt;
    font-weight: bold;
}

.div-sub {
    background: rgba(78, 82, 91, 0.8784313725490196);
    padding: 3rem;
    width: 60%;
    height: 60%;
}

.div-sub a {
    font-size: 15pt;
}

.div-sub-top {
    height: 40%;
}

.bg-white {
    background: #fff;
}

.bg-whitex {
    background: #f7f7f7;
}

.bg-ea {
    background: #eaeaea;
}

.bg-grey {
    background: #cccacb;
}

.bg-blue-primary {
    background: #1078b5;
    color: #fff;
}

.bg-red-primary {
    background: #FF4F04;
    color: #fff;
}

.border-red-primary {
    border: 1px solid #FF4F04;
}

section.showcase .div-btn {
    padding: 3rem;
}

section.showcase .div-btn .btn,
.box-form .btn,
.slideshow .btn,
.btn-radius {
    padding: 5px;
    border-radius: 50px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
}

.div-btn .btn-default {
    padding: 5px;
    line-height: 40px;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
}

.div-btn .btn-full {
    width: 100%;
}

.div-btn .btn-large {
    width: 300px;
}

.btn-link:hover {
    text-decoration: none;
}

section .div-btn .btn-link {
    margin-left: 30px;
}

section .div-btn .btn-link {
    color: #229ee6;
}

section .div-btn .btn-link:hover {
    color: #3db5fb;
    border: 1px solid #eaeaea;
}

.label-btn {
    float: left;
}

.icon-btn {
    background: red;
    /* background: #145b84; */
    height: 30px;
    width: 40px;
    border-radius: 50% !important;
    display: inline-table;
    margin-left: 10px;
    color: #fff;
}

.icon-btn-right {
    float: right;
    margin-right: -20px;
}

.icon-btn-grey {
    background: #bfbfc1;
}

.btn-grey {
    background: whitesmoke;
}

.btn-blue {
    background: #229ee6;
    color: #fff !important;
}

.btn-blue:hover {
    background: #3db5fb;
}

.btn-black {
    background: #363636;
    color: #fff;
}

.btn-black:hover {
    background: #585858;
    color: #fff;
}

.btn-white {
    background: #fff;
}

.btn-white:hover {
    background: #fafafa;
}

.bg-banner {
    background: #247cae;
    color: #fff;
}

/* .t-product {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
  } */

.p-r-5 {
    padding-right: 5px !important;
}

.p-r-10 {
    padding-right: 5px !important;
}

.pl-10p {
    padding-left: 10px;
}

.pr-1r {
    padding-right: 1rem;
}

.pr-5r {
    padding-right: 5rem;
}

.p-5p {
    padding: 5px;
}

.p-10p {
    padding: 10px;
}

.p-15p {
    padding: 15px;
}

.p-20p {
    padding: 20px;
}

.px-4r {
    padding: 0 4rem;
}

.px-15p {
    padding: 0 15px;
}

.px-10p {
    padding: 0 10px;
}

.py-10p {
    padding: 10 0px;
}

section .div-content {
    padding: 3rem;
}

section .div-content .section-title {
    font-size: 25pt;
    font-weight: 400;
}

section .div-content .text-section {
    margin: 0px !important;
}

.ul-section li a {
    padding-left: 3rem;
}

.box-form {
    width: 100%;
    background: #343a40;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 10px;
}

.box-form input,
.box-form textarea,
.form textarea {
    border: 1px solid #eaeaea;
    background: #fff;
    width: 100%;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 13pt;

}

.box-form input,
.form input,
.form input {
    height: 50px;
    line-height: 50px;
    padding: 15px;
    border: 1px solid #eaeaea;
}

.box-form textarea,
.form textarea {
    padding: 15px;
    min-height: 100px;
}

.box-form .btn {
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.box-shadow {
    -webkit-box-shadow: 5px 2px 12px 0px rgba(27, 27, 27, .2);
    box-shadow: 5px 2px 12px 0px rgba(27, 27, 27, .2);
}

.box-shadow-lr {
    box-shadow: 12px 0 15px -4px rgba(27, 27, 27, .2), -3px -1px 10px 2px rgba(27, 27, 27, .2);
}

.div-content-pull .div-left,
.div-content-pull .div-right {
    float: left;
    width: 50% !important;
    padding: 20px;
}

.div-left {
    text-align: right;
}

.div-right {
    text-align: left;
}

.form-search {
    width: 50%;
    margin-top: 20px;
    margin-left: 100px;
}

.form-search form {
    width: 100%;
}

.form-search input {
    font-size: 20px;
    width: calc(100% - 15%);
    padding-left: 16px;
    border-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #333;
    margin: 0;
    border: 1px solid #e0e0e0;
    height: 45px;
    box-sizing: border-box;
    outline: none;
}

.box-solution {
    /* text-align: left !important; */
    width: 100%;
    /* height: 100%; */
    min-height: 100px;
    /* max-height: 400px; */
    border-radius: 10px;
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(27, 27, 27, .2);
    box-shadow: 0 2px 4px 0 rgba(27, 27, 27, .2); */
    border: 0.5px solid #eaeaea;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* padding-left: 2rem;
    padding-right: 2rem; */
}

.box-solution .title {
    font-size: 20pt;
    font-weight: 400;
}

.box-solution .content {
    padding: 20px 0px;
    min-height: 170px;
}

.box-solution .number {
    background: #229ee6;
    padding: 5px 20px;
    color: #fff;
    position: absolute;
    top: 86px;
    left: 1.4rem;
    height: 55px;
    width: 55px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 23px;
}

.our-solutions .container-fluid .col-lg-4 {
    padding: 1rem;
    max-width: 25%;
}

.div-sub .lead,
.bg-banner .div-content,
.bg-banner p {
    color: #fff;
}

.product-img {
    margin-top: 30px;
}

.footer {
    /* background: #343434; */
}

.footer .title {
    color: #121211;
    font-size: 14pt;
    margin-bottom: 2.5rem;
}

.footer .link {
    /* color: #ada9a9; */
}

.footer .link:hover {
    color: #FF4F04;
}

.footer li,
.footer td,
.text-muted {
    /* color: #ada9a9; */
}

.footer li i,
.footer td i {
    margin-right: 10px;
    color: #FF4F04;
}

.footer-bottom {
    /* margin: 3rem 0px; */
    margin-top: 3rem;
}

.footer-bottom a {
    color: #fff;
}

.footer .content {
    padding: 0rem 3rem;
    color: #ada9a9;
    margin-bottom: 1rem;
}

.footer .list-social {
    padding: 0rem 1rem;
}

.footer .list-social li {
    display: inline-block;
    margin-right: 0.5rem;
    height: 40px;
    width: 40px;
    background: #FF4F04;
    border-radius: 10%;
    text-align: center;
    line-height: 42px;
    padding-left: 8.9px;
}

.footer .list-social li a i {
    color: #fff;
    font-size: 16pt;
}

.footer .list-social li:hover {
    background: #ff4f04d0;
}


.invisible,
.line-up-white .visible {
    opacity: 0;
}

.visible {
    opacity: 1;
    border: 1px solid #eaeaea;
}

.red-primary {
    color: #FF4F04;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-1r {
    margin-top: 1rem;
}

.mt-1-50r {
    margin-top: 1.50rem;
}

.mt-2r {
    margin-top: 2rem;
}

.mt-2-25r {
    margin-top: 2.25rem;
}

.mt-3r {
    margin-top: 3rem;
}

.mt-5r {
    margin-top: 5rem;
}

.mt-10r {
    margin-top: 9.8rem;
}

.mb-zero {
    margin-bottom: 0px;
}

.mb-5p {
    margin-bottom: 5px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-1r {
    margin-bottom: 1rem;
}

.mb-1-5r {
    margin-bottom: 1.5rem;
}

.mb-2r {
    margin-bottom: 2rem;
}

.mb-3r {
    margin-bottom: 3rem;
}

.ml-2r {
    margin-left: 2rem;
}

.slideshow p {
    color: #fafafa;
}

.slideshow .carousel-item {
    /* height: 100vh; */
    /* height: 625px; */
    /* height: 510px; */
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slideshow .carousel-indicators {
    display: block;
    position: absolute;
    margin-left: unset;
    margin-right: unset;
    left: 96%;
    top: 50%;
    margin-top: -25px;
    /* top:45%; */
    /* bottom:45%; */
}

.slideshow .carousel-indicators li {
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #fff;
    margin-bottom: 10px;
}

.slideshow .carousel-indicators li.active {
    background: #FF4F04;
}

#myCarousel #carausel-indicator-dot {
    display: none;
}

#myCarousel #carausel-indicator-dot .carousel-indicators .dott {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #afafaf;
}

#myCarousel #carausel-indicator-dot .carousel-indicators .active .dott {
    background: #FF4F04;
}

.carousel-caption {
    position: absolute;
    top: 40%;
    margin-top: -25px;
    bottom: unset;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.carousel-caption.left {
    left: 5%;
    text-align: left;
}

.carousel-caption.right {
    right: 8%;
    text-align: right;
}

.carousel-caption .title {
    font-size: 35pt;
    font-weight: 300;
    color: #229ee6;
}

.slideshow .div-btn {
    margin-top: 1.5rem;
}

.slideshow .btn {
    border-radius: 50px;
}

.slideshow .btn-white {
    color: #229ee6 !important;
}

.w-260 {
    width: 260px;
}

.list-o {
    list-style: disc;
    margin-left: 20px;
    padding: 0px;

}

.agree-register {
    margin-top: 10px;
    font-size: 12px;
}

.agree-register a {
    color: blue;
}

.weight-6 {
    font-weight: 600;
}

.weight-9 {
    font-weight: 900 !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-25 {
    padding: 25px !important;
}

.p-zero {
    padding: 0px;
}

.p-l-zero {
    padding-left: 0px;
}

.p-l-3r {
    padding-left: 3rem;
}

.p-r-zero {
    padding-right: 0px;
}

.p-lr-10 {
    padding-right: 10px;
    padding-left: 10px;

}

.p-lf-20 {
    padding-right: 20px;
    padding-left: 20px;
}

.p-lr-3r {
    padding-right: 3rem;
    padding-left: 3rem;
}

.p-1r {
    padding: 1rem;
}

.p-2r {
    padding: 2rem;
}

.p-3r {
    padding: 3rem;
}

.pb-10p {
    padding-bottom: 10px;
}

.pb-1r {
    padding-bottom: 1rem;
}

.pb-3r {
    padding-bottom: 3rem;
}

.pt-zero {
    padding-top: 0px;
}

.pb-zero {
    padding-bottom: 0px;
}

.p-lr-zero {
    padding: 0px;
}

.pt-1r {
    padding-top: 1rem;
}

.pt-2r {
    padding-top: 2rem;
}

.pt-3r {
    padding-top: 3rem;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-3r {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.p-l-3r {
    padding-left: 3rem;
}

.px-1r {
    padding-left: 1rem;
    padding-right: 1rem;
}

.li-pb-1r li {
    padding-bottom: 1rem;
}

.li-pb-10 li {
    padding-bottom: 10px;
}

.li-pb-20 li {
    padding-bottom: 20px;
}

/* .ml-auto {
    margin-right: auto;
  } */

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-5p {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-1r {
    margin-right: 1rem;
}

.mr-2r {
    margin-right: 2rem;
}

.m-1r {
    margin: 1rem;
}

.mb-3r {
    margin-bottom: 3rem !important;
}

.m-tb-zero {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mx-0 {
    margin-right: 0;
    margin-left: 0;
}

.m-auto {
    margin: auto;
}

header.banner {
    /* margin-top:5rem; */
    min-height: 400px;
}

.absolute {
    position: absolute;
}

.bottom {
    bottom: 0px;
}

.banner-content {
    padding: 3rem;
}

.banner-content .title {
    font-size: 35pt;
    font-weight: 400;
}

.banner-bottom {
    margin-top: -200px;
}

.banner-content .title {
    font-size: 35pt;
    font-weight: 300;
}

.banner-content .div-link li {
    float: left;
    padding-right: 20px;
    font-size: 11pt;
}

.bg-cover {
    background-size: cover !important;
}

.line-up-white {
    border-left: 2px solid #ffff;
}

.box-top-blue {
    border: 1px solid #eaeaea;
    border-top: 5px solid #229ee6;
    margin-bottom: 3rem;
    padding: 1rem;
}

.box-left-blue {
    border: 1px solid #eaeaea;
    border-left: 5px solid #229ee6;
    margin-bottom: 3rem;
    padding: 1rem;
}

.ul-check-blue,
.ul-check-blue ul {
    margin-bottom: 1rem;
    margin-top: 1rem;
    counter-reset: foo;
    display: table;
    padding: 0px;
}

.ul-check-blue li {
    margin-bottom: 10px;
    counter-increment: foo;
    display: table;
}

.ul-check-blue li {
    /* first well;*/
    list-style-type: none;
}

.ul-check-blue li.item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    margin-right: 10px;
    font-weight: 900;
    color: #229ee6;
    display: table-cell;
    /* aha! */
    text-align: right;
    padding-right: 10px;

}

.ul-check-blue i {
    color: #229ee6;
    margin-right: 10px;
}

.ul-half {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.blue {
    color: #229ee6;
}

.hover-blue button:hover,
.hover-blue a:hover {
    background: #229ee6;
    color: #fff;
}

.table-contact td {
    padding-right: 20px;
    vertical-align: top;
}

.table-contact td.blue {
    font-weight: bold;
}

.contact-top {
    line-height: 40px;
    min-height: 40px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #eaeaea;
}

.contact-top ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

.list-contact li i,
.list-contact li {
    margin-right: 10px;
}

.contact-top .list-contact .item {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-contact-right {
    text-align: right;
}

.btn-radius-zero,
.btn-radius-zero .btn {
    border-radius: 0px !important;
}

.navbar-nav .nav-item.mobile {
    display: none;
}

.dropdown-large .dropdown-menu-right {
    right: unset;
}

.dropdown-large {
    position: static !important;
}

.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 16px;
    padding: 20px 0px;
}

.dropdown-menu-large>li>ul {
    padding: 0;
    margin: 0;
}

.dropdown-menu-large>li>ul>li {
    list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: normal;
}

.dropdown-menu-large>li ul>li>a:hover,
.dropdown-menu-large>li ul>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu-large .disabled>a,
.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    color: #999999;
}

.dropdown-menu-large .disabled>a:hover,
.dropdown-menu-large .disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
    color: #428bca;
    font-size: 18px;
}

.dropdown-submenu {
    position: relative;
}

/* .dropdown-submenu>a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    float: right;
    color: #fff;
} */

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

/* .dropdown-submenu:hover>.dropdown-menu {
    display: block;
} */

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.text-justify {
    text-align: justify;
}

.text-black {
    color: #222;
}

.graphBox {
    position: relative;
    width: 100%;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
}

.box-custom {
    position: relative;
    background: #fff;
    padding: 10px;
    width: 100%;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

/* Notification  */
/* .notification-list .list-group-item {
    margin-bottom: 5px;
    border-radius: 5px;
} */

.notification-list .list-group-item.unread {
    background: #eff8ff;
}

.notif-body {
    padding: 5px;
    background: #ddd;
    overflow: auto;
    max-height: 300px;
}

.list-notification .title {
    color: #222222;
}

.list-notification .keterangan {
    color: #828282;
}

.list-notification .item .title {
    font-size: 12pt;
}

.list-notification .item .tgl {
    font-size: 9pt;
    color: #9E9E9E;
}

.list-notification .unread {
    background: #f4f8fb;
}

.list-notification .unread a {
    font-weight: normal !important;
}

.list-notification .item:hover {
    background: #ededed;
    cursor: pointer;
}

.notif-count {
    display: none;
}

.notification-list .list-group-item {
    margin-bottom: 5px;
    border-radius: 5px;
}

/* .notification-list .list-group-item.unread {
    background: #f4f8fb;
} */

.ul-notification.dropdown-menu-lg {
    width: 370px;
}


.div-notification select {
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    font-size: 9pt
}

/* end of notification */

.box-compare-search {
    margin: auto;
    width: 80%;
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.box-compare-image {
    width: 100%;
}


.label-sale {
    font-size: 20px;
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.title-product-promo {
    text-transform: uppercase;
    padding: 0 30px;
    margin: auto;
    font-size: 24px;
    margin-bottom: 20px;
}

.price-sale {
    margin: auto;
    font-size: 20px;
    color: gray;
    text-decoration: line-through;
    text-decoration-color: #FF4F04;
}

.btn-product-promo {
    margin: auto;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    color: #1e71ff;
    background-color: #e1ecff;
    font-weight: 700;
}

/* section brand  */
.popular-brand {
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    padding-bottom: 4rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 300px;
}

.box-brand {
    display: flex;
    margin: auto;
    margin-top: 50px;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.box-brand .img-brand {
    width: 100%;
}

/* end of section brand */


/* section all colection */
.all-collection {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 500px;
}

.box-collection {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #eaeaea;
}

.box-collection .img-collection {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.box-collection .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    /* background-color: #121211; */
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    z-index: 10;
}

.row-title-collection {
    position: absolute;
    top: 0;
    z-index: 11;
}

.title-collection {
    color: #FFFFFF;
    font-weight: 800;
    padding-top: 250px;
    text-align: left;
    font-size: 12pt;
    padding-left: 30px;
    z-index: 11;
}

.site-blocks-2 .block-2-item .text {
    z-index: 2;
    bottom: 0;
    padding-left: 20px;
    position: absolute;
    width: 100%;
}

.site-blocks-2 .block-2-item .text>span {
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: 900;
}

.site-blocks-2 .block-2-item .text h3 {
    font-size: 35px;
}

/* end of section all collection */

/* section spesial promo */
.spesial-promo {
    border-bottom: 1px solid #eaeaea;
    background-color: rgba(18, 17, 17, 0.912);
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 200px;
}

.text-promo {
    color: #fff;
}

.text-promo p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}

/* end of section spesial promo */

/* section video review */
.video-review {
    background-color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 300px;
}

.title-video-review {
    color: #222;
}

.box-videos {
    width: 100%;
    height: 350px;
    overflow: hidden;
    /* border: 0.5px solid #eaeaea; */
}

/* end of section video review */

/*section reviewed customer */
.reviewed-customer {
    background-color: #fff;
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 300px;
}

.box-reviewed {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    border: 0.5px solid #eaeaea;
}

.box-image {
    width: 75px;
    height: 75px;
    display: flex;
    text-align: left;
    align-content: flex-start;
    margin: 20px 20px 0px 20px;
}

.ava-image {
    border: 1px solid #eee;
    border-radius: 100%;
    object-fit: contain;
}

.box-flex-rev {
    margin-top: 40px;
}

.name-review {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
}

.customer-name {
    font-size: 10pt;
    font-weight: 600;
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.deskrip-review {
    margin-left: 20px;
    margin-right: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    text-align: left;
}

/* end of section reviewed customer */

/* section subcribe */
.subcribe {
    background-color: #121211;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 7rem;
    padding-right: 7rem;
    min-height: 100px;
}

.text-subscribe {
    color: #fff;
}

.font-btn {
    color: #fff !important;
    border-color: #fff !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1rem;
}

/* end of section subcribe */

.v-mobile {
    display: none;
}

.v-web {
    display: block;
}

/* RESPONSIVE */

@media (max-width: 600px) {

    .v-mobile {
        display: block !important;
    }

    .v-web {
        display: none !important;
    }
}

@media (min-width: 2000px) {

    .container-fluid,
    .container {
        width: 1600px;
    }
}

@media screen and (min-width:992px) and (max-width:1450px) {

    /* Detail Product */
    .box-spec-comp h5 {
        font-size: 15px !important;
    }

    .box-order .btn-biru {
        font-size: 10pt;
    }

    .box-order .btn-merah {
        font-size: 10pt;
    }

    .box-wishlist-chat {
        font-size: 10pt !important;
    }

    .box-wishlist-chat .mr-1 {
        margin-right: 0.5rem;
    }

    /* end of Detail Product */

    /* Product Compare */
    .box-compare-image img {
        height: 210px;
    }

    /* end of Product Compare */
}

@media (max-width: 991.98px) {
    .form-top-bar {
        padding: 1rem;
    }

    .icon-search {
        right: 33%;
    }

    .logo-top-bar {
        margin-left: 0;
    }

    .p-5-20 {
        padding: 5px 20px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: left !important;
    }
}

@media (max-width: 768px) {
    .dropdown-menu-large {
        margin-left: 0;
        margin-right: 0;
    }

    .dropdown-menu-large>li {
        margin-bottom: 30px;
    }

    .dropdown-menu-large>li:last-child {
        margin-bottom: 0;
    }

    .dropdown-menu-large .dropdown-header {
        padding: 3px 15px !important;
    }
}


@media screen and (min-width:320px) and (max-width:768px) {
    .slideshow .carousel-indicators {
        display: none !important;
    }

    #carausel-indicator-img {
        display: none !important;
    }

    #myCarousel #carausel-indicator-dot {
        margin: 20px 0 40px 0;
        display: block !important;
    }

    /* navbar */
    .form-top-bar {
        padding-left: 0;
        width: 120%;
    }

    .icon-search {
        right: 12px;
    }

    .icon-top-bar {
        margin-right: 0;
        padding-right: 0;
    }

    .logo-top-bar a img {
        width: 70px;
        margin: 5px !important;
    }

    /* end of navbar */

    /* content */
    .slideshow {
        margin-top: 137px;
    }

    .our-solutions {
        padding: 2rem;
    }

    .section-subtitle {
        font-size: 12pt;
    }

    .section-title {
        font-size: 16pt;
    }

    .text-center .border-bottom-blue {
        left: 42%;
        width: 15%;
    }

    .text-justify {
        text-align: justify;
    }

    .mt-5r {
        margin-top: 3rem;
    }

    /* end ofcontent */

    /* Banner */
    .mt-10r {
        margin-top: 8.4rem;
    }

    section .div-content {
        padding: 0;
    }

    .container-fluid div h1 {
        font-size: 28px;
    }

    .col-lg-9 .div-title .title-small {
        font-size: 24px;
    }

    section .div-content .section-title {
        font-size: 24px;
    }

    section .content h3 {
        font-size: 22px;
    }

    section .content h4 {
        font-size: 16px;
    }

    .col-lg-9 .div-title h5 {
        font-size: 16px;
    }

    .box-form {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .box-form input::placeholder {
        font: 12px/3 sans-serif;
    }

    /* end of Banner  */

    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Footer */
    .col-lg-2 .ml-2r {
        margin-left: 0;
    }

    /* end of footer */

    /* Myorder  */
    .content-order {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-wishlist {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .font-custome {
        font-size: 10px;
    }

    /* end of myorder */

    /* Check Receipt */
    .text-receipt {
        font-size: 20px;
    }

    .box-btn-receipt {
        display: block;
        text-align: right;
        align-items: flex-end;
    }

    .box-btn-receipt .btn {
        /* display: block; */
        font-size: 14px;
        margin: 5px 0;
    }

    /* end of Check Receipt */

    /* Products */
    .body-content .px-40p {
        padding-right: 30px;
        padding-left: 30px;
    }

    .block-2-item .image img {
        height: 200px;
    }

    /* end of Product */

    /* Product Compare */

    .product-compare td h2 {
        font-size: 15pt;
    }

    .box-compare-search .text-left {
        font-size: 10px !important;
    }

    .box-compare-image img {
        height: 150px;
    }

    .product-compare .table-compare th,
    td {
        font-size: 9pt;
    }

    .product-compare td strong {
        font-size: 9pt;
    }

    /* end of Product Compare */

    /* Search Product */
    .form-search {
        margin-left: auto;
        margin-right: auto;
    }

    .form-search input {
        width: 100%;
        /* width: calc(100% - 20%); */
        font-size: 14px;
        padding-left: 0;
        height: 35px;
    }

    /* end of search product  */

    /* Product Selector */
    .p-selector {
        padding-top: 0 !important;
    }

    .p-selector .col-lg-3 {
        margin-bottom: 20px;
    }

    .p-selector .btn-compare {
        margin-top: 5px;
    }

    .p-selector .box-compare-selector {
        margin-top: 40px;
    }

    .product-list .product-img {
        padding-top: 0;
    }

    /* end of Product Selector */

    /* List Product */
    .page-content-new .pt-5 {
        padding-top: 0 !important;
    }

    .page-content-new .list-group {
        margin-top: 0 !important;
    }

    /* End of List Product */

    /* Confirmation */
    .media {
        display: block;
    }

    .media .sq {
        text-align: center;
    }

    .media .media-body {
        text-align: center;
    }

    .media .media-body .col {
        text-align: center;
        flex-basis: unset;
    }

    .media .media-body .col-auto {
        text-align: center;
        flex-basis: unset;
    }

    .box-btn-payment {
        margin: auto;
        margin-top: 15px;
    }

    /* end of Confirmation */

    /* Home ============= */

    /* .slideshow .carousel-item {
        height: 140px;
    } */

    .title-product-promo {
        font-size: 14px;
    }

    .label-sale {
        font-size: 14px;
        margin-left: 10px;
        /* margin-top: 10px; */
        margin-bottom: 15px;
    }

    .price-sale {
        font-size: 14px;
    }

    .btn-product-promo {
        font-size: 14px;
    }

    .popular-brand {
        padding: 2rem;
    }

    .all-collection {
        padding: 2rem 1rem 1rem 1rem;
    }

    .all-collection .site-section {
        padding: 0;
    }

    .site-blocks-2 .block-2-item .text {
        padding-left: 0;
    }

    .site-blocks-2 .block-2-item .text span {
        font-size: 10px;
    }

    .site-blocks-2 .block-2-item .text h3 {
        font-size: 22px;
    }



    .spesial-promo {
        padding: 2rem 1rem;
    }

    .spesial-promo .text-promo h2 {
        font-size: 28px;
    }


    .video-review {
        padding: 3rem 1rem 1rem 1rem;
    }

    .video-review .title-video-review {
        text-align: center;
        align-items: center;
    }

    .video-review .title-video-review h2 {
        font-size: 24px;
    }

    .video-review .title-video-review p {
        font-size: 14px;
    }

    .video-review .mt-3r {
        margin-top: 1rem;
    }


    .reviewed-customer {
        padding: 2rem 3rem;
    }

    .review-page .py-5 {
        padding-top: 0 !important;
    }


    .subcribe {
        padding: 2rem 1rem;
    }

    .subcribe .text-subscribe {
        text-align: center;
        align-items: center;
    }

    .subcribe .text-subscribe h2 {
        text-align: center;
        font-size: 22px;
    }

    .subcribe .p-l-3r {
        padding-left: 10px;
        margin-right: auto;
        margin-left: auto;
    }

    .subcribe .mt-1-50r {
        margin-top: 10px;
    }

    .subcribe .btn-subcribe {
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }

    .subcribe .font-btn {
        font-size: 12px;
    }

    /* end of Home ============ */

    /* Product Detail */
    .product-detail-page .py-5 {
        padding-top: 0 !important;
    }

    .product-detail-page .pb-5 {
        padding-bottom: 0 !important;
    }

    .box-spec-comp {
        width: 100% !important;
    }

    .box-specification table td {
        font-size: 14px;
    }

    .product-detail-page .title-description {
        font-size: 14px;
    }

    .product-detail-page .devider-review {
        margin-top: 1rem;
        border-bottom: 3px solid #eee;
        margin-bottom: 2rem;
    }

    /* end of Product Detail */
}


/* website */
@media (min-width: 800px) {
    .list-post .item-news {
        display: inline-block;
    }

    .item-news .image,
    .item-news .content {
        width: 50%;
        float: left;
    }

    .body-content {
        /* margin-top: 140px */
    }

    .top-40 {
        top: 40px;
    }

    .row-dropdown {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
    }

    .div-dropdown .dropdown-main,
    .div-dropdown .dropdown-content {
        flex: 1;
        padding: 10px;
    }

    .navbar-nav li a.nav-link {
        margin-left: 10px;
        margin-right: 10px;
        line-height: 39px;
    }

    .widthx-80 {
        width: 80%;
    }

    .modal-50 .modal-dialog {
        max-width: 100%;
        width: 50%;
    }

    .modal-55 .modal-dialog {
        max-width: 100%;
        width: 55%;
    }

    .modal-60 .modal-dialog {
        max-width: 100%;
        width: 60%;
    }

    .modal-65 .modal-dialog {
        max-width: 100%;
        width: 65%;
    }

    .modal-70 .modal-dialog {
        max-width: 100%;
        width: 70%;
    }

    .modal-fullwidth .modal-dialog {
        max-width: 100%;
        width: 100%;
    }

    .modal .div-loader {
        position: absolute;
        padding: 15% 38%;
    }

    .modal-70 .div-loader {
        position: absolute;
        padding: 15% 45%;
    }
}

/* android */
@media only screen and (max-width: 800px) {
    .list-post .image img {
        margin: 0px;
    }

    .body-content {
        /* margin-top: 75px */
    }

    .dropdown-content {
        padding: 5px;
    }

    .dropdown-dark a {
        padding: 5px 20px;
    }

    .navbar-nav li a.nav-link {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .ul-section {
        margin-bottom: 0px;
    }

    .navbar-brand img {
        max-width: 150px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header.banner {
        min-height: 200px;
    }

    .banner-content .title {
        font-size: 25pt;
    }

    .banner-content {
        padding: 2rem;
        border-bottom: 1px solid #ddd;
    }

    .banner-content .div-link {
        display: inline-block;
        display: -webkit-inline-box;
    }

    .banner-bottom {
        margin-top: 0;
    }

    .banner-bottom .text-white,
    .banner-bottom .link-white a {
        color: #646464 !important;
    }

    .banner-bottom .line-up-white {
        border-left: 2px solid #646464;
    }

    .title-box {
        padding: 10px 30px;
    }

    .columns-2 {
        columns: 1 !important;
    }

    .div-title .p-l-3r {
        padding-left: 1rem;
    }

    .dropdown-large .dropdown-main {
        border-bottom: 1px solid #000;
    }

    .dropdown-menu-large .dropdown-main {
        -webkit-box-shadow: 5px 0px 6px 0px rgba(27, 27, 27, .2);
        box-shadow: 5px 0px 6px 0px rgba(27, 27, 27, .2);
    }

    .dropdown-main.p-r-zero,
    .dropdown-content.p-l-zero {
        /* padding:10px !important; */
    }

    .box .column {
        padding: 0px;
    }

    .box {
        display: -webkit-block;
        display: block;
    }

    .div-price-list table.price-list {
        /* margin-top: -35px; */
    }

    .div-price-list {
        padding: 1rem;
    }

    .list-post,
    .list-post .item,
    .columns-3 {
        columns: 1 !important;
    }

    .list-post .content {
        border-top: 1px solid #ddd;
    }

    .banner-bottomx {
        margin-top: 0px;
    }

    .navbar-nav .nav-item.mobile {
        display: inline;
    }

    .web {
        display: none;
    }

    .contact-top {
        display: none;
    }

    .contact-top {
        padding-left: 0px;
        padding-right: 0px;
    }

    .p-3r {
        padding: 1rem;
    }

    .p-lr-3r {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .pb-3r {
        padding-bottom: 1rem;
    }

    .section {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .slideshow {
        /* min-height: 380px; */
        /* min-height: 170px; */
        /* min-height: 140px; */
        min-height:auto;
    }

    /* .slideshow .carousel-item { */
    /* height: 140px; */
    /* } */

    .slideshow .carousel-indicators {
        left: 90%;
    }

    .footer .content,
    .footer .list-social,
    .footer .list-link,
    .footer .title {
        padding: 0px 1rem;
    }

    .footer .title,
    .footer .list-link {
        margin-bottom: 1rem;
    }

    .footer .list-social {

        margin-bottom: 2rem;
    }

    .div-left,
    .div-right {
        text-align: center;
    }

    .box-solution {
        padding: 3rem 2rem;
    }

    .our-solutions .container-fluid .col-lg-4 {
        padding: 2rem;
    }

    .box-solution .number {
        left: 5px;
    }

    .div-sub-top {
        display: none;
    }

    .div-sub {
        width: 100%;
        height: 100%;
    }

    .showcase .showcase-text,
    .div-sub,
    .box-form,
    .div-content {
        /* padding-left: 20px !important; */
        /* padding-right: 20px !important; */
    }

    .ul-section li a {
        padding-left: 20px;
    }

    section .div-btn .btn-link {
        margin-left: 0px;
    }

    .div-btn {
        text-align: center;
    }

    .div-btn .btn {
        margin-bottom: 20px;
    }

    .navbar-toggler-right {
        margin-right: 10px;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar {
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-nav li a.nav-link {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        padding-left: 20px;
        border-bottom: 1px solid #eaeaea;
    }

    .navbar-collapse {
        border-top: 1px solid #eaeaea;
    }

    .navbar-nav {
        border-bottom: none !important;
    }

    .p-lr-zero {
        padding: 0px !important;
    }

    .side-menu {
        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: left;
    }

}