@font-face {
    font-family: "Roboto-Bold";
    src: url("../../fonts/roboto/Roboto-Bold.ttf");
    format: "ttf";
}
@font-face {
    font-family: "Roboto-Regular";
    src: url("../../fonts/roboto/Roboto-Regular.ttf");
    format: "ttf";
}
@font-face {
    font-family: "MontserratRegular";
    src: url("../../fonts/montserrat/MontserratRegular.ttf");
    format: "ttf";
}
@font-face {
    font-family: "MontserratBold";
    src: url("../../fonts/montserrat/MontserratBold.ttf");
    format: "ttf";
}
@font-face {
    font-family: "Konnect";
    src: url("../../fonts/konnect/Konnect-Light.otf");
    font-weight: 300;
}
@font-face {
    font-family: "Konnect";
    src: url("../../fonts/konnect/Konnect-Regular.otf");
}
@font-face {
    font-family: "Konnect";
    src: url("../../fonts/konnect/Konnect-Medium.otf");
    font-weight: 600;
}
@font-face {
    font-family: "Konnect";
    src: url("../../fonts/konnect/Konnect-Bold.otf");
    font-weight: 700;
}

* {
    font-family: "Konnect", sans-serif;
}

html, body {
    height: 100%;
    overflow-x: hidden;
}

a {
    color: #6B0A3E;
}

a, a:hover, a:focus {
    color: #460728;
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    color: #707070;
    margin-bottom: 1.5em;
}

.img {
    display: block;
    width: 100%;
}

.ul {
    padding: 0;
    margin: 0;
}

.ul li {
    list-style: none;
}

.ul-inline li {
    display: inline-block;
}

.help-block {
    font-size: 13px;
}

.cursor-pointer {
    cursor: pointer !important;
}

body > [id^="beacon_"],
body > [id*=" beacon_"] {
    display: none;
}

.error-form {
    display: block;
    margin-top: 5px;
    font-family: "Konnect", sans-serif;
    font-size: 11px;
    color: #F00;
}

.alert {
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 2px;
}

.alert.alert-danger a {
    color: #721c24;
    font-weight: bold;
}

.alert-mini {
    padding: 7px 15px !important;
}

.alert .close {
    margin-top: -4px;
}

.icon-facebook {
    color: #295396 !important;
}

.icon-twitter {
    color: #28aae1 !important;
}

.icon-instagram {
    color: #d6249f !important;
}

.empty-data {
    padding: 50px 0;
    text-align: center;
}

.empty-data img {
    width: 50%;
}

.group-input {
    margin-bottom: 10px;
}

.custom-input {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(222, 222, 222, 0.7);
    border-radius: 4px;
    overflow: hidden;
}

.custom-input .input-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    color: #787878;
    text-align: center;
    transform: translateY(-50%);
    z-index: 1;
}

.custom-input .input-icon .fa {
    font-size: 0.9375rem;
}

.custom-input input {
    position: relative;
    padding: 8px 40px;
    padding-right: 15px;
    width: 100%;
    color: #676767;
    font-size: 0.8125rem;
    background-color: transparent;
    border: 1px solid transparent;
    z-index: 2;
}

.custom-select.sort {
    padding: 5px 10px;
    padding-right: 30px;
    height: auto;
    font-size: 0.8125rem;
}

.text {
    font-size: 0.875rem;
}

.text p, .text li {
    font-size: 0.875rem;
    line-height: 24px;
}

/*
 * Plugin: Select2
 * ---------------
 */
.select2-container--default.select2-container--focus,
.select2-selection.select2-container--focus,
.select2-container--default:focus,
.select2-selection:focus,
.select2-container--default:active,
.select2-selection:active {
    outline: none;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de;
    border-radius: 0;
    padding: 6px 12px;
    height: 34px;
}

.select2-container--default.select2-container--open {
    border-color: #3c8dbc;
}

.select2-dropdown {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-results__option {
    padding: 6px 12px;
    font-size: 13px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 28px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-dropdown .select2-search__field,
.select2-search--inline .select2-search__field {
    padding-left: 15px;
    border: 1px solid #d2d6de;
    font-size: 14px !important;
}

.select2-dropdown .select2-search__field:focus,
.select2-search--inline .select2-search__field:focus {
    outline: none;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true]:hover {
    color: #444;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #d2d6de;
    border-radius: 0;
}

.select2-container--default .select2-selection--multiple:focus {
    border-color: #3c8dbc;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d2d6de;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: rgba(255, 255, 255, 0.7);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.btn-main {
    color: #fff;
    background-color: #6B0A3E;
}

.btn-main:hover {
    background-color: #9a0e59;
}

.form-group label {
    margin-bottom: 5px;
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.7);
}

.form-control {
    padding: 8px 12px;
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.54);
    border: solid 1px #e0e0e0;
    border-radius: 3px;
}

.form-control:focus {
    border: solid 1px #6B0A3E;
    box-shadow: none;
}

.form-control:invalid {
    box-shadow: none;
}

.btn {
    padding: 10px 27px;
    font-size: 0.8125rem;
    border-radius: 3px;
}

.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
    border-radius: 3px;
}

.btn-tbl {
    padding: 5px 10px;
    font-size: 0.6875rem;
    background-color: #f1f1f1;
    border-radius: 3px;
}

.btn-tbl.success, .btn-tbl.primary {
    color: #fff;
}

.btn-tbl.success {
    color: #fff;
    background-color: #28a745;
}

.btn-tbl.primary {
    background-color: #007bff;
}

.wrap-carousel-promo, .wrap-carousel-new {
    position: relative;
}

.wrap-carousel-promo:hover .arrow-nav.pro-prev img, 
.wrap-carousel-promo:hover .arrow-nav.pro-next img, 
.wrap-carousel-promo:hover .arrow-nav.promo-prev img, 
.wrap-carousel-promo:hover .arrow-nav.promo-next img, 
.wrap-carousel-new:hover .arrow-nav.pro-prev img, 
.wrap-carousel-new:hover .arrow-nav.pro-next img, 
.wrap-carousel-new:hover .arrow-nav.promo-prev img, 
.wrap-carousel-new:hover .arrow-nav.promo-next img {
    opacity: 1;
}

.arrow-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-nav.promo-prev.arrow-left, .arrow-nav.promo-next.arrow-left {
    left: -60px;
}

.arrow-nav.promo-prev.arrow-right, .arrow-nav.promo-next.arrow-right {
    right: -60px;
}

.arrow-nav.promo-prev img, .arrow-nav.promo-next img {
    width: 50px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.arrow-nav.pro-prev.arrow-left, .arrow-nav.pro-next.arrow-left {
    left: -40px;
}

.arrow-nav.pro-prev.arrow-right, .arrow-nav.pro-next.arrow-right {
    right: -40px;
}

.arrow-nav.pro-prev img, .arrow-nav.pro-next img {
    width: 30px;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

input:focus, button:focus {
    outline: none;
}

.wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.item h1 {
    font-size: 2.625rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.item h2 {
    font-size: 1rem;
    color: #898989;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.toast-success {
    color: #155724;
    background: #d4edda;
}

.toast-warning {
    color: #856404;
    background: #fff3cd;
}

.toast-danger {
    color: #721c24;
    background: #f8d7da;
}

@media only screen and (max-width: 1024px) {
    .arrow-nav {
        display: none;
    }
}

header {
    position: relative;
    height: 69.5px;
    z-index: 999;
}

.header {
    position: fixed;
    width: 100%;
    background: #fff;
    /*box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);*/
    display: block;
    z-index: 999;
}

.wrap-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    background: #fff;
    z-index: 2;
    
}

.logo {
    display: block;
    width: 200px;
    
}

@media (max-width: 991px) {
    .logo {
        width: 100px;
    }
}

@media (max-width: 400px) {
    .logo {
        width: 90px;
    }
}

.logo img {
    width: 100%;
}

.main-menu {
    width: calc(100% - 300px);
}

.main-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.main-menu ul li {
    margin-right: 20px;
    position: relative;
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li a {
    position: relative;
    display: block;
    font-family: "Roboto-Bold";
    /*padding: 25px 15px;*/
    padding: 25px 10px;
    /*font-size: 15px;*/
    font-size: 14px;
    color: #3E3E3E;
    font-style: normal;
    font-weight: 700;
    /*line-height: 18px;*/
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-menu ul li a:hover, .main-menu ul li a.active {
    color: #21409A;
}

.main-menu ul li a:hover:before, .main-menu ul li a.active:before {
    opacity: 1;
}

.main-menu ul li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #21409A;
    opacity: 0;
}

.wrap-btn-search {
    width: 150px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
}

.btn-search {
    cursor: pointer;
}

.toggle-menu {
    display: none;
    position: relative;
    width: 32px;
    height: 32px;
    background: transparent;
}

.toggle-menu:hover {
    cursor: pointer;
}

.toggle-menu:hover span {
    background: transparent;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu:hover span:before {
    top: 0;
    transform: rotate(45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu:hover span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu.active span {
    background: transparent;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate(45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: calc(100% - 15px);
    height: 2px;
    background: #000;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu span:before, .toggle-menu span:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.toggle-menu span:before {
    top: -6px;
}

.toggle-menu span:after {
    bottom: -6px;
}

@media only screen and (max-width: 991px) {
    .wrap-header {
        padding: 13px 0;
    }
    .toggle-menu {
        display: block;
    }
    .main-menu {
        display: none;
    }
    .wrap-btn-search {
        width: 50px;
    }
    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border-top: 5px solid #6B0A3E;
    }
    .main-menu ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .main-menu ul li {
        margin-right: 0;
        border-bottom: 1px solid #f4f4f4;
    }
    .main-menu ul li a {
        padding: 15px 0;
        text-align: center;
    }
    .main-menu ul li a:before {
        display: none;
    }
    .main-menu ul li a:hover {
        background: #f4f4f4;
    }
    .main-menu ul li a.active {
        background: #f4f4f4;
    }
}

#slider {
    position: relative;
}

.menu-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-slider li {
    width: calc(100% / 4);
    height: 100%;
    border-right: 1px solid rgba(148, 148, 148, 0.5);
}

.menu-slider li:last-child {
    border-right: none;
}

.menu-slider li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    height: 100%;
}

.menu-slider li a:hover span, .menu-slider li a.active span {
    padding-bottom: 15px;
    color: #EC8C1E;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.menu-slider li a:hover span:before, .menu-slider li a.active span:before {
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.menu-slider li a span {
    position: relative;
    display: block;
    margin-bottom: 70px;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.menu-slider li a span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: calc(100% + 15px);
    height: 3px;
    background: #EC8C1E;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.second-slider {
    display: none;
}

.item-banner-article {
    display: block;
    margin-bottom: 30px;
    background: #6B0A3E;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-banner-article:hover img {
    opacity: .7;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-banner-article h3 {
    padding: 10px 10px;
    font-size: 0.875rem;
    color: #fff;
    line-height: 24px;
}

@media only screen and (max-width: 991.8px) {
    #slider {
        height: auto;
    }
    .menu-slider {
        display: none;
    }
    .second-slider {
        display: block;
    }
    #mainImage {
        display: none;
    }
}

#page {
    padding: 80px 0;
    min-height: calc(100vh - 429px);
}

#shop {
    padding: 120px 0;
    background: url("../../images/bg-shop.png") no-repeat;
    background-size: cover;
}

.content-shop {
    width: 400px;
}

.content-shop p {
    font-size: 2.1875rem;
    color: #113F60;
    line-height: 45px;
    font-weight: 600;
}

.content-shop a {
    position: relative;
    display: inline-block;
    padding: 12px  60px 12px 30px;
    font-size: 1.125rem;
    color: #113F60;
    font-weight: 600;
    border: 1px solid #113F60;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.content-shop a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: -50%;
    width: 75px;
    height: 1px;
    background: #113F60;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.content-shop a:hover {
    color: #fff;
    background: #113F60;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.content-shop a:hover:before {
    width: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

#instagram {
    padding: 80px 0;
}

.title-instagram {
    margin-bottom: 45px;
    text-align: center;
}

.title-instagram h2 {
    margin-bottom: 15px;
    font-size: 2.0625rem;
    color: #6B0A3E;
}

.title-instagram p {
    margin-bottom: 0;
    color: #707070;
}

.wrap-instagram {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
}

.item-instagram {
    padding: 0 15px;
    width: 100%;
}

.item-instagram a {
    display: block;
    background: #000;
    border-radius: 10px;
    overflow: hidden; }

.item-instagram a:hover img {
    opacity: .6;
}

.item-instagram a img {
    width: 100%;
}

.link-instagram {
    margin-top: 50px;
    text-align: center;
}

.link-instagram a {
    display: inline-block;
    display: inline-block;
    padding: 7px 15px;
    font-size: 0.8125rem;
    color: #676767;
    background: #eee;
    border-radius: 5px;
}

.link-instagram a .fa {
    margin-right: 3px;
}

.link-instagram a:hover {
    color: #fff;
    background: #6B0A3E;
}

#search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #f1f1f1;
    z-index: 1;
}

#search .btn-secondary {
    color: #333;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-left: none;
}

#search .btn-secondary:hover {
    color: #fff;
    border-color: #454545;
    background: #454545;
}

#search .btn-secondary:focus, #search .btn-secondary:active {
    color: #fff;
    border-color: #898989;
    background: #898989;
    box-shadow: none;
}

.fancybox-content {
    padding: 0;
}

.fancybox-close-small {
    display: none;
}

.wrap-popup {
    position: relative;
    background: url("../../images/popup.jpg");
}

.content-popup {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: transparent;
}

.content-popup:before {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 120%;
    height: 120px;
    background: #ec8c1e;
    opacity: 0.4;
    transform: rotate(-6deg);
}

.content-popup:after {
    position: absolute;
    content: '';
    left: -50px;
    bottom: -50px;
    width: 120%;
    height: 120px;
    background: #ec8c1e;
    opacity: 0.9;
    transform: rotate(6deg);
}

.content-popup h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.75rem;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
}

.content-popup p {
    font-size: 0.75rem;
    color: #fff;
    text-align: center;
}

.content-popup ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 30px;
}

.content-popup ul li:first-child {
    margin-right: 10px;
}

.content-popup ul li:first-child a {
    background: #ec8c1e;
}

.content-popup ul li:first-child a:hover {
    background: #f0a44d;
}

.content-popup ul li a {
    display: block;
    padding: 8px 30px;
    width: 169px;
    font-size: 0.8125rem;
    color: #fff;
    text-align: center;
    border: 1px solid #ec8c1e;
    border-radius: 25px;
}

@media only screen and (max-width: 1024px) {
    #page {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 991.8px) {
    #page {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 600px) {
    .content-popup {
        padding-bottom: 0;
        width: 320px;
        height: 350px;
    }
    .content-popup h2 {
        margin-top: 10px;
        font-size: 1rem;
        line-height: 24px;
    }
    .content-popup ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
    .content-popup ul li {
        margin-bottom: 10px;
    }
    .content-popup:before, .content-popup:after {
        bottom: -100px;
    }
}

@media only screen and (max-width: 320px) {
    .content-popup {
        padding-bottom: 0;
        width: 300px;
        height: 330px;
    }
}

#banner {
    position: relative;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.59)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.59) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

.parallax {
    height: 280px;
    background: transparent;
}

.wrap-content-banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-banner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 100%;
}

.content-banner h1 {
    margin-bottom: 7px;
    font-family: "MontserratRegular";
    font-size: 2.5rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.content-banner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.content-banner ul li {
    position: relative;
    margin-right: 30px;
    font-family: "MontserratRegular";
    color: #fff;
    font-weight: 300;
}

.content-banner ul li:last-child {
    margin-right: 0;
}

.content-banner ul li:last-child:before {
    display: none;
}

.content-banner ul li:before {
    position: absolute;
    content: '/';
    top: 0;
    right: -17px;
    color: #f4f4f4;
}

.content-banner ul li a {
    display: block;
    font-family: "MontserratRegular";
    color: #fff;
    font-weight: 300;
}

@media only screen and (max-width: 767px) {
    .parallax {
        height: 240px;
    }
    .content-banner h1 {
        font-size: 1.75rem;
    }
    .content-banner ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .content-banner ul li a {
        font-size: 0.875rem;
    }
}

#trending {
    padding: 70px 0;
    background: #F5F5F5;
}

.title-trending {
    margin-bottom: 40px;
    font-size: 2.0625rem;
    color: #6B0A3E;
    font-weight: bold;
    text-align: center;
}

.wrap-trend {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.img-article {
    overflow: hidden;
}

.item-trend {
    padding: 0 15px;
    margin-bottom: 40px;
    width: calc(100% / 3);
}

.item-trend a {
    display: block;
}

.item-trend a:hover .img-article img {
    transform: scale(1.3);
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.item-trend a:hover h3 {
    color: #21409a;
}

.item-trend img {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-trend .img-article {
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 12px 30px -20px rgba(0, 0, 0, 0.8);
}

.item-trend h3 {
    padding: 0 15px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
}

.item-trend-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 10px;
}

.item-trend-info li {
    margin-right: 25px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #B3B3B3;
    padding-bottom: 12px;
}

.item-trend-info li:last-child {
    margin-right: 0;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}
/*end-trending*/

/*star-searching*/
#searching {
    padding: 70px 0;
    background: #F5F5F5;
}

.title-search {
    margin-bottom: 40px;
    font-size: 2.0625rem;
    color: #6B0A3E;
    font-weight: bold;
    text-align: center;
}

.wrap-search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.img-search {
    overflow: hidden;
}

.item-search {
    padding: 0 15px;
    margin-bottom: 40px;
    width: calc(100% / 3);
}

.item-search a {
    display: block;
}

.item-search a:hover .img-search img {
    transform: scale(1.3);
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.item-search a:hover h3 {
    color: #21409a;
}

.item-search img {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-search .img-search {
    margin-bottom: 30px;
    border-radius: 6px;
    box-shadow: 0 12px 30px -20px rgba(0, 0, 0, 0.8);
}

.item-search h3 {
    padding: 0 15px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #3E3E3E;
}

.item-search-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-bottom: 10px;
}

.item-search-info li {
    margin-right: 25px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #B3B3B3;
    padding-bottom: 12px;
}

.item-search-info li:last-child {
    margin-right: 0;
    /*font-weight: 700;*/
    /*text-transform: uppercase;*/
}
/*end-searching*/

/*star-terkait*/
#terkait {
    padding-top: 50px;
    padding-bottom: 82px;
    background: #21409A;
}

.title-terkait {
    position: relative;
    font-family: "MontserratRegular";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    color: #FFFFFF;
    /*text-align: center;*/
    border-bottom: 1px solid #355ED2;
    margin-bottom: 30px;
    padding-bottom: 16px;
}

.title-terkait:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    width: 217px;
    height: 3px;
    background: #ffffff;
}

.category-terkait {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-terkait li {
    margin-right: 40px;
}

.category-terkait li:last-child {
    margin-right: 0;
}

.category-terkait li a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.52);
    text-transform: uppercase;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.category-terkait li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.category-terkait li a:hover, .category-terkait li a.active {
    color: #fff;
}

.category-terkait li a:hover:before, .category-terkait li a.active:before {
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.wrap-terkait {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.item-terkait {
    width: 100%;
}

.item-terkait a {
    display: block;
}

.item-terkait a:hover .img-article img {
    transform: scale(1.3);
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.item-terkait a:hover .content-terkait {
    background: #1d9bf0;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.item-terkait a:hover .content-terkait h3, 
.item-terkait a:hover .content-terkait span {
    color: #fff;
}

.item-terkait a .img-article {
    /*border-radius: 10px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item-terkait img {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.content-terkait {
    position: relative;
    padding: 15px 20px;
    width: 100%;
    background: #fff;
    /*border-radius: 10px;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    text-align: center;
}

.content-terkait h3 {
    margin-bottom: 12px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #3E3E3E;
}

.content-terkait span {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #B3B3B3;
}

#terkait .owl-terkait {
    position: relative;
}

/*#terkait .owl-terkait.owl-carousel .owl-nav, #terkait .owl-terkait.owl-carousel .owl-dots {
    display: block;
}*/

#terkait .owl-terkait.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    /* left: 0%; */
    left: -30px;
    /*transform: translate(-50%, -50%);*/
    background: transparent;
    border: #36893B solid 0px;
    border-radius: 50%;
    max-width: 50%;
}

#terkait .owl-terkait.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    /* left: 0%; */
    right: -30px;
    /*transform: translate(-50%, -50%);*/
    background: transparent;
    border: #36893B solid 0px;
    border-radius: 50%;
    max-width: 50%;
}

@media (max-width: 600px) {
    #terkait .owl-terkait.owl-carousel .owl-prev {
        left: -15px;
    }
    #terkait .owl-terkait.owl-carousel .owl-next {
        right: -15px;
    }
}

@media (max-width: 550px) {
    #terkait .owl-terkait.owl-carousel .owl-prev {
        left: -15px;
    }
    #terkait .owl-terkait.owl-carousel .owl-next {
        right: -15px;
    }
}

@media (max-width: 500px) {
    #terkait .owl-terkait.owl-carousel .owl-prev {
        left: -15px;
    }
    #terkait .owl-terkait.owl-carousel .owl-next {
        right: -15px;
    }
}

@media (max-width: 450px) {
    #terkait .owl-terkait.owl-carousel .owl-prev {
        left: -15px;
    }
    #terkait .owl-terkait.owl-carousel .owl-next {
        right: -15px;
    }
}
/*end-terkait*/

/*star-latest*/
#latest {
    padding-top: 82px;
    padding-bottom: 82px;
    background: #21409A;
}

.title-latest {
    font-family: "MontserratRegular";
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 50px;
}

.category-latest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.category-latest li {
    margin-right: 40px;
}

.category-latest li:last-child {
    margin-right: 0;
}

.category-latest li a {
    position: relative;
    display: block;
    padding-bottom: 10px;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.52);
    text-transform: uppercase;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.category-latest li a:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.category-latest li a:hover, .category-latest li a.active {
    color: #fff;
}

.category-latest li a:hover:before, .category-latest li a.active:before {
    opacity: 1;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

@media (max-width: 600px) {
    #latest .container .owl-lat.owl-carousel .owl-prev {
        left: -30px;
    }
    #latest .container .owl-lat.owl-carousel .owl-next {
        right: -30px;
    }
}

@media (max-width: 550px) {
    #latest .container .owl-lat.owl-carousel .owl-prev {
        left: -15px;
    }
    #latest .container .owl-lat.owl-carousel .owl-next {
        right: -15px;
    }
}

@media (max-width: 500px) {
    #latest .container .owl-lat.owl-carousel .owl-prev {
        left: -15px;
    }
    #latest .container .owl-lat.owl-carousel .owl-next {
        right: -15px;
    }
}

@media (max-width: 450px) {
    #latest .owl-lat.owl-carousel .owl-prev {
        display: none;
    }
    #latest .owl-lat.owl-carousel .owl-next {
        display: none;
    }
}

.wrap-latest {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.item-latest {
    width: 100%;
}

.item-latest a {
    display: block;
}

.item-latest a:hover .img-article img {
    transform: scale(1.3);
    transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
}

.item-latest a:hover .content-latest {
    background: #1877f2;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.item-latest a:hover .content-latest h3, 
.item-latest a:hover .content-latest span {
    color: #fff;
}

.item-latest a .img-article {
    border-radius: 10px;
}

.item-latest img {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.content-latest {
    position: relative;
    padding: 15px 20px;
    margin-top: -50px;
    margin-left: 15px;
    width: 85%;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.content-latest h3 {
    margin-bottom: 12px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #3E3E3E;
}

.content-latest span {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    color: #B3B3B3;
}

#latest .owl-lat {
    position: relative;
}

#latest .owl-lat.owl-carousel .owl-prev {
    position: absolute;
    top: 35%;
    /* left: 0%; */
    left: -30px;
    /*transform: translate(-50%, -50%);*/
    background: transparent;
    border: #36893B solid 0px;
    border-radius: 50%;
    max-width: 50%;
}

#latest .owl-lat.owl-carousel .owl-next {
    position: absolute;
    top: 35%;
    /* left: 0%; */
    right: -30px;
    /*transform: translate(-50%, -50%);*/
    background: transparent;
    border: #36893B solid 0px;
    border-radius: 50%;
    max-width: 50%;
}
/*end-latest*/

#category {
    padding: 70px 0;
}

.main-category {
    position: relative;
    padding: 40px;
    padding-top: 50px;
    border: 5px solid #EC8C1E;
    border-radius: 10px;
}

.title-main-category {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.title-main-category span {
    display: inline-block;
    position: relative;
}

.title-main-category span:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% + 30px);
    height: 20px;
    background: #fff;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.title-main-category span div {
    position: relative;
    font-size: 2.0625rem;
    color: #EC8C1E;
    font-weight: bold;
    z-index: 2;
}

.wrap-main-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.item-category {
    padding: 0 15px;
    width: calc(100% / 4);
}

.item-category a {
    display: block;
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.7);
}

.item-category a:hover .img-article img {
    transform: scale(1.2);
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.item-category a:hover .content-item-category {
    background: #113F60;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.item-category a:hover .content-item-category h3, 
.item-category a:hover .content-item-category span {
    color: #fff;
}

.item-category a .img-article {
    border-radius: 0 0 10px 10px;
}

.item-category a .img-article img {
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.content-item-category {
    padding: 20px;
    border-radius: 10px 10px 0 0;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.content-item-category h3 {
    font-size: 1.25rem;
    color: #383737;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.content-item-category span {
    font-size: 0.75rem;
    color: #383737;
    font-weight: 300;
}

#page-art {
    padding: 80px 0;
    min-height: calc(100vh - 429px);
    background: #F5F5F5;
}

.wrap-article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.item-article {
    padding: 0 15px;
    margin-bottom: 30px;
    width: calc(100% / 4);
}

.item-article .img-article {
    /*border-radius: 0 0 10px 10px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.item-article:hover .img-article img {
    transform: scale(1.2);
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-article:hover .content-item-article {
    background: #21409A;
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.item-article:hover 
.content-item-article span, 
.item-article:hover .content-item-article h3 {
    color: #fff;
}

.item-article a {
    display: block;
}

.item-article a img {
    transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.content-item-article {
    padding: 30px 15px;
    background: #ffffff;
    text-align: center;
    /*border-radius: 10px 10px 0 0;*/
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.content-item-article span {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 0.75rem;
    color: #707070;
    text-decoration: underline;
}

.content-item-article h3 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 26px;
}

#img-article {
    position: relative;
    /*height: calc(100vh - 69.5px);*/
    overflow: hidden;
}

#img-article img {
    height: 100%;
    object-fit: cover;
}

.content-img-article {
    position: absolute;
    padding-top: 30px;
    padding-bottom: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);*/
    background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 100%);
}

.content-img-article span {
    display: block;
    margin-bottom: 17px;
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    /*color: #2B2B2B;*/
    color: #000;
}

.content-img-article h1 {
    font-family: "MontserratRegular";
    color: #3E3E3E;
    /*color: #000;*/
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
}

#page-artDet {
    padding: 80px 0;
    min-height: calc(100vh - 429px);
    background: #F5F5F5;
}

.detail-article p {
    font-family: "Roboto-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #3E3E3E;
    margin-bottom: 1.5em;
}

.detail-article ul li {
    margin-bottom: 7px;
    color: #707070;
}

#related {
    padding-bottom: 100px;
}

.title-related {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.title-related:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #C9C9C9;
}

.title-related h2 {
    position: relative;
    display: inline-block;
}

.title-related h2:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: calc(100% + 40px);
    height: 10px;
    background: #fff;
    transform: translate(-50%, -50%);
}

.title-related h2 span {
    position: relative;
    font-size: 2.0625rem;
    color: #6B0A3E;
    font-weight: bold;
}

.wrap-related {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -15px;
}

.item-related {
    padding: 0 15px;
    width: calc(100% / 3);
}

.item-related a {
    position: relative;
    display: block;
}

.item-related a:hover img {
    transform: scale(1.2);
}

.item-related a:hover .content-related {
    background: rgba(107, 10, 62, 0.8);
}

.item-related a:hover 
.content-related h3, 
.item-related a:hover 
.content-related span {
    color: #fff;
}

.item-related img {
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.img-related {
    overflow: hidden;
    border-radius: 50%;
}

.content-related {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    transform: translateY(20%);
}

.content-related span {
    display: block;
    margin-bottom: 7px;
    font-size: 0.6875rem;
    color: #707070;
}

.content-related h3 {
    font-size: 0.875rem;
    line-height: 20px;
}

@media only screen and (max-width: 1024px) {
    #trending {
        padding: 50px 0;
    }
    .item-article {
        width: calc(100% / 3);
    }
}

@media only screen and (max-width: 991.8px) {
    #trending {
        padding: 40px 0;
    }
    .item-trend {
        width: calc(100% / 2);
    }
    .item-article {
        width: calc(100% / 2);
    }
    .item-category {
        margin-bottom: 30px;
        width: calc(100% / 2);
    }
    .main-category {
        padding-bottom: 10px;
    }
    #img-article {
        position: relative;
        height: auto;
        margin-top: 10px;
    }
    #img-article img {
        height: auto;
        object-fit: contain;
    }
    .content-img-article {
        position: relative;
        margin-top: 40px;
        margin-bottom: -10px;
        bottom: 0;
    }
    .content-img-article span {
        font-size: 0.875rem;
        color: #898989;
    }
    .content-img-article h1 {
        font-size: 1.75rem;
        color: #383737;
        text-shadow: none;
        line-height: 40px;
    }
    .wrap-related {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }
    .item-related {
        padding: 0;
        margin-bottom: 30px;
        width: 100%; 
    }
    .img-related {
        overflow: hidden;
        border-radius: 0;
    }
    .content-related {
        background: rgba(255, 255, 255, 0.7);
        width: 100%;
        height: auto;
        border-radius: 0;
        transform: translateY(0);
    }
    .content-related h3 {
        font-size: 1rem;
        line-height: 24px;
    }
}

@media only screen and (max-width: 767.8px) {
    .item-trend {
        width: 100%;
    }
    .item-article {
        width: 100%;
    }
    .content-img-article {
        margin-top: 30px;
    }
    .content-img-article h1 {
        font-size: 1.375rem;
        line-height: 32px;
    }
}

@media only screen and (max-width: 480px) {
    .item-category {
        width: 100%;
    }
}

.page-contact {
    padding: 50px 0;
}

.title-contact {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.text-contact {
    margin-bottom: 30px;
}

.text-contact p {
    line-height: 26px;
}

.wrap-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEE;
}

.item-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 40px;
    margin-right: 30px;
    max-width: 370px;
}

.icon-contact {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 1.25rem;
    color: #FFF;
    background-color: #EC8C1E;
    border-radius: 50%;
}

.content-item-contact {
    margin-left: 20px;
    width: calc(100% - 70px);
}

.content-item-contact label {
    margin-bottom: 0;
    font-family: "Konnect", sans-serif;
    color: #EC8C1E;
    font-weight: bold;
}

.content-item-contact p, .content-item-contact ul li a, .content-item-contact span {
    font-size: 0.9375rem;
    color: #343434;
}

.content-item-contact p {
    line-height: 24px;
}

.content-item-contact h2 {
    margin-bottom: 2px;
    font-size: 1.5625rem;
    color: #343434;
    font-weight: bold;
}

.content-item-contact span {
    display: block;
}

.form-contact {
    margin-top: 40px;
}

.form-contact .form-control {
    padding: 10px 15px;
    font-size: 0.875rem;
    font-family: "MontserratRegular";
}

.title-form {
    margin-bottom: 30px;
}

.title-form h3 {
    margin-bottom: 5px;
    font-family: "MontserratRegular";
    font-size: 1.25rem;
    font-weight: bold;
}

.title-form p {
    font-family: "MontserratRegular";
    font-size: 0.9375rem;
}

.btn-form {
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "MontserratRegular";
    font-size: 0.8125rem;
    color: #FFF;
    font-weight: bold;
    background-color: #EC8C1E;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

#map iframe {
    display: block;
}

.form-error {
    display: block;
    margin-top: 5px;
    font-size: 0.75rem;
    color: red;
    line-height: 18px;
}

@media only screen and (max-width: 991px) {
    .wrap-contact {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .item-contact {
        margin-top: 40px;
        margin-right: 0;
        width: calc(100% / 2);
    }
}

@media only screen and (max-width: 767px) {
    .wrap-contact {
        padding-bottom: 30px;
    }
    .item-contact {
        padding-bottom: 20px;
        margin-top: 20px;
        width: 100%;
        border-bottom: 1px solid #EEE;
    }
    .item-contact:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}


/*star-footer*/
footer {
    padding: 15px;
    background: #171717;
}

.wrap-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.content-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.content-footer a {
    font-family: "MontserratRegular";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 37px;
    color: #B3B3B3;
}

.img-logo{
    float:right;
}

.logo-footer {
    position: relative;
    display: block;
    margin-right: 90px; 
    /*margin-right: 100px;*/
    /*width: 180px;*/
}

.logo-footer:before {
    position: absolute;
    content: '';
    top: 50%;
    left: -73px;
    height: 1px;
    width: 20px;
    background: transparent;
}

.logo-footer img {
    width: 100%;
}

.copyright {
    margin-bottom: 0;
    font-family: "MontserratRegular";
    color: #B3B3B3;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.sosmed-footer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.sosmed-footer li {
    margin-right: 15px;
}

.sosmed-footer li:last-child {
    margin-right: 0;
}

.sosmed-footer li a {
    display: block;
    color: #82C0E7;
}

.whatsapp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 99;
}

.whatsapp li {
    margin-right: 10px;
}

.whatsapp li:last-child {
    margin-right: 0;
}

.whatsapp li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    color: #fff;
    background: green;
    border-radius: 50%;
}

.whatsapp li a:hover {
    background: #009a00;
}

@media only screen and (max-width: 1024px) {
    .wrap-footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding:  0;
    }
    .sosmed-footer {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        margin-bottom: 20px;
    }
    .content-footer {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
    }
    .logo-footer {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .logo-footer:before {
        display: none;
    }
}

@media (max-width: 450px) {
    .content-footer a {
        font-size: 15px;
        line-height: 34px;
    }
}

@media (max-width: 400px) {
    .content-footer a {
        font-size: 15px;
        line-height: 34px;
    }
}

@media (max-width: 375px) {
    .content-footer a {
        font-size: 15px;
        line-height: 32px;
    }
}

@media (max-width: 365px) {
    .content-footer a {
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 320px) {
    .content-footer a {
        font-size: 15px;
        line-height: 29px;
    }
}

@media (max-width: 300px) {
    .content-footer a {
        font-size: 15px;
        line-height: 27px;
    }
}
/*end-footer*/

/*# sourceMappingURL=lwd.style.css.map */


/*star-slider-carousel*/
.static {
    position: static;
}

.cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.owl-home.owl-carousel .owl-slide {
    position: relative;
    height: 100vh;
    background-color: lightgray;
}

.owl-slide-text .owl-slide-title {
    font-family: "MontserratBold";
    font-style: normal;
    font-weight: 700;
    /*font-size: 48px;*/
    font-size: 40px;
    /*line-height: 59px;*/
    line-height: 51px;
    color: #FFFFFF;
    padding-bottom: 28px;
}

@media (max-width: 1100px) {
    .owl-home.owl-carousel .owl-slide {
        height: 73vh;
    }
}

@media (max-width: 1024px) {
    .owl-home.owl-carousel .owl-slide {
        height: 70vh;
    }
}

@media (max-width: 991px) {
    .owl-home.owl-carousel .owl-slide {
        height: 65vh;
    }
}

@media (max-width: 900px) {
    .owl-home.owl-carousel .owl-slide {
        height: 60vh;
    }
}

@media (max-width: 850px) {
    .owl-home.owl-carousel .owl-slide {
        height: 58vh;
    }
}

@media (max-width: 800px) {
    .owl-home.owl-carousel .owl-slide {
        height: 55vh;
    }
}

@media (max-width: 750px) {
    .owl-home.owl-carousel .owl-slide {
        height: 50vh;
    }
}

@media (max-width: 700px) {
    .owl-slide-text .owl-slide-title {
        font-size: 30px;
        line-height: 41px;
    }
    .owl-home.owl-carousel .owl-slide {
        /*height: 75vh;*/
        height: 47vh;
    }
}

@media (max-width: 650px) {
    .owl-slide-text .owl-slide-title {
        font-size: 30px;
        line-height: 41px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 45vh;
    }
}

@media (max-width: 600px) {
    .owl-slide-text .owl-slide-title {
        font-size: 30px;
        line-height: 41px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 40vh;
    }
}

@media (max-width: 550px) {
    .owl-slide-text .owl-slide-title {
        font-size: 25px;
        line-height: 36px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 37vh;
    }
}

@media (max-width: 500px) {
    .owl-slide-text .owl-slide-title {
        font-size: 24px;
        line-height: 35px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 31vh;
    }
}

@media (max-width: 450px) {
    .owl-slide-text .owl-slide-title {
        font-size: 23px;
        line-height: 34px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 29vh;
    }
}

@media (max-width: 400px) {
    .owl-slide-text .owl-slide-title {
        font-size: 20px;
        line-height: 31px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 27vh;
    }
}

@media (max-width: 375px) {
    .owl-slide-text .owl-slide-title {
        font-size: 18px;
        line-height: 29px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 25vh;
    }
}

@media (max-width: 365px) {
    .owl-slide-text .owl-slide-title {
        font-size: 17px;
        line-height: 28px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 22vh;
    }
}

@media (max-width: 320px) {
    .owl-slide-text .owl-slide-title {
        font-size: 17px;
        line-height: 28px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 20vh;
    }
}

@media (max-width: 300px) {
    .owl-slide-text .owl-slide-title {
        font-size: 17px;
        line-height: 28px;
    }
    .owl-home.owl-carousel .owl-slide {
        height: 20vh;
    }
}

.owl-home.owl-carousel .owl-slide-animated {
    transform: translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.05s;
}

.owl-home.owl-carousel .owl-slide-animated.is-transitioned {
    transform: none;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}

.owl-home.owl-carousel .owl-slide-title.is-transitioned {
    transition-delay: 0.2s;
}

.owl-home.owl-carousel .owl-slide-subtitle.is-transitioned {
    transition-delay: 0.35s;
}

.owl-home.owl-carousel .owl-slide-cta.is-transitioned {
    transition-delay: 0.5s;
}

/*.owl-home.owl-carousel .owl-dots,
.owl-home.owl-carousel .owl-nav {
    position: absolute;
}*/

.owl-home.owl-carousel .owl-dots .owl-dot,
.owl-home.owl-carousel .owl-nav [class*="owl-"]:focus {
    outline: none;
}

.owl-home.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid var(--main-black-color);
    transition: all 0.2s ease;
}

.owl-home.owl-carousel .owl-dots .owl-dot:hover span,
.owl-home.owl-carousel .owl-dots .owl-dot.active span {
    background: var(--main-black-color);
}

/*.owl-home.owl-carousel .owl-nav {
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    margin: 0;
}*/

.owl-home.owl-carousel .owl-nav.disabled {
    display: none;
}

.owl-home.owl-carousel .owl-nav svg {
    opacity: 0.3;
    transition: opacity 0.3s;
}

.owl-home.owl-carousel .owl-nav button:hover svg {
    opacity: 1;
}

.owl-home.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: transparent;
}

/*section {
    display: none;
}*/

@media screen and (max-width: 575px) {
    .owl-home.owl-carousel .owl-nav {
        top: 5%;
    }
    .owl-home.owl-carousel .owl-nav svg {
        width: 24px;
        height: 24px;
    }
}
/*end-slider-carousel*/

/*star-btnSlider*/
.btnSlider-primary {
    color: #fff;
    background-color: transparent;
}

.btnSlider {
    display: inline-block;
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    padding: 15px 30px 15px 30px;
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnSlider:hover, .btnSlider:focus {
    color: #ffffff;
}

@media (max-width: 550px) {
    .btnSlider {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 500px) {
    .btnSlider {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 450px) {
    .btnSlider {
        font-size: 12px;
        line-height: 15px;
    }
}

@media (max-width: 400px) {
    .btnSlider {
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 375px) {
    .btnSlider {
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 365px) {
    .btnSlider {
        font-size: 11px;
        line-height: 14px;
    }
}

@media (max-width: 320px) {
    .btnSlider {
        font-size: 11px;
        line-height: 14px;
    }
}
/*end-btnSlider*/

/*star-page-item*/
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    font-family: "Roboto-Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    /*letter-spacing: 1em;*/
    color: #B3B3B3;
    margin-right: 5px;
    background-color: #f5f5f5;
    border: 0 solid #dee2e6;
}

.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: transparent;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #21409A;
    border-color: transparent;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 50%;
    /*border-top-left-radius: 0.25rem;*/
    /*border-bottom-left-radius: 0.25rem;*/
}

.page-item:last-child .page-link {
    border-radius: 50%;
    /*border-top-right-radius: 0.25rem;*/
    /*border-bottom-right-radius: 0.25rem;*/
}
/*end-page-item*/


/*star-icon-play*/
.control.icon-play {
    display:inline-block;
    border-radius: 50%;
}

.control.icon-pause {
    display:inline-block;
    background-color: transparent;
    border-radius: 50%;
}
/*end-icon-play*/

/*star-audio-player*/
.nameMusic {
    font-family: "MontserratRegular";
    color: #313131;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 27px;
}

.audio-player {
    height: 50px;
    /*width: 350px;*/
    width: 70%;
    margin-bottom: 20px;
    background: #444;
    box-shadow: 0 0 20px 0 #000a;
    font-family: "MontserratRegular";
    color: white;
    font-size: 0.75em;
    overflow: hidden;
    display: grid;
    grid-template-rows: 6px auto;
}

.audio-player .timeline {
    background: white;
    width: 100%;
    position: relative;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 #0008;
}

.audio-player .timeline .progress {
    background: coral;
    width: 0%;
    height: 100%;
    transition: 0.25s;
}

.audio-player .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0 20px;
}

.audio-player .controls > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.audio-player .controls .toggle-play.play {
    cursor: pointer;
    position: relative;
    left: 0;
    height: 0;
    width: 0;
    border: 7px solid #0000;
    border-left: 13px solid white;
}

.audio-player .controls .toggle-play.play:hover {
    transform: scale(1.1);
}

.audio-player .controls .toggle-play.pause {
    height: 15px;
    width: 20px;
    cursor: pointer;
    position: relative;
}

.audio-player .controls .toggle-play.pause:before {
    position: absolute;
    top: 0;
    left: 0px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:after {
    position: absolute;
    top: 0;
    right: 8px;
    background: white;
    content: "";
    height: 15px;
    width: 3px;
}

.audio-player .controls .toggle-play.pause:hover {
    transform: scale(1.1);
}

.audio-player .controls .time {
    display: flex;
}

.audio-player .controls .time > * {
    padding: 2px;
}

.audio-player .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-player .controls .volume-container .volume-button .volume {
    transform: scale(0.7);
}

.audio-player .controls .volume-container .volume-slider {
    position: absolute;
    top: 15px;
    left: -3px;
    z-index: -1;
    width: 0;
    height: 15px;
    background: white;
    box-shadow: 0 0 20px #000a;
    transition: 0.25s;
}

.audio-player .controls .volume-container .volume-slider .volume-percentage {
    background: coral;
    height: 100%;
    width: 75%;
}

.audio-player .controls .volume-container:hover .volume-slider {
    left: -123px;
    width: 120px;
}

@media (max-width: 991px) {
    .audio-player {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .audio-player {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .audio-player {
        width: 100%;
    }
}

@media (max-width: 400px) {
    .audio-player {
        width: 100%;
    }
}
/*end-audio-player*/

/*star-rt-container*/
.rt-container {
    margin: 0 auto;
    padding-left:12px;
    padding-right:12px;
}

.rt-row:before, .rt-row:after {
    display: table;
    line-height: 0;
    content: "";
}

.rt-row:after {
    clear: both;
}

[class^="col-rt-"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 0 15px;
    min-height: 1px;
    position: relative;
}

@media (min-width: 768px) {
    .rt-container {
        width: 750px;
    }
    [class^="col-rt-"] {
        float: left;
        width: 49.9999999999%;
    }
    .col-rt-6, .col-rt-12 {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .rt-container {
        width: 1170px;
    }
    .col-rt-1 {
        width:16.6%;
    }
    .col-rt-2 {
        width:30.33%;
    }
    .col-rt-3 {
        width:50%;
    }
    .col-rt-4 {
        width: 67.664%;
    }
    .col-rt-5 {
        width: 83.33%;
    }
}
/*end-rt-container*/

/*star-submenu*/
.main-menu > ul > li:hover .submenu {
    visibility: visible;
}

.main-menu .submenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    /*box-shadow: 0 3px 15px rgba(0, 0, 0, 0.09);*/
    z-index: 99;
    display: block;
}

@media (max-width: 991px) {
    .main-menu .submenu {
        display: none;
    }
}

.main-menu .submenu > li {
    position: relative;
    /*border-bottom: 1px solid #f6f6f6;*/
}

.main-menu .submenu > li:last-child {
    margin-right: 0;
    border-bottom: none;
}

.main-menu .submenu > li:first-child {
    margin-right: 0;
    border-bottom: none;
}

.main-menu .submenu > li > a {
    display: block;
    padding: 10px 25px;
    font-size: 16px;
    color: #3E3E3E;
    font-family: "Roboto-Bold";
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.main-menu .submenu li a.active {
    color: #21409A;
}

.main-menu .submenu > li > a:active {
    color: #21409A;
}

.main-menu .submenu > li > a:hover {
    color: #21409A;
}
/*end-submenu*/

/*star-DemoCarousel*/
#DemoCarousel.carousel .carousel-indicators {}

#DemoCarousel.carousel .carousel-indicators li {
    background: #DEB03B;
    border: 0 solid #ffffff;
}

#DemoCarousel.carousel .carousel-indicators .active {
    background: #D9D9D9;
    border: 1px solid #ffffff;
}
/*end-DemoCarousel*/

/*star-slider-carousel*/
#DemoCarousel.carousel {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 13%;
    /*bottom: 25%;*/
    bottom: 33%;
    left: 13%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

@media (max-width: 1920px) {
    #DemoCarousel.carousel {
        margin-top: 50px;
    }
}

@media (max-width: 1900px) {
    #DemoCarousel.carousel {
        margin-top: 50px;
    }
}

@media (max-width: 1850px) {
    #DemoCarousel.carousel {
        margin-top: 50px;
    }
}

@media (max-width: 1800px) {
    #DemoCarousel.carousel {
        margin-top: 50px;
    }
}

@media (max-width: 1750px) {
    #DemoCarousel.carousel {
        margin-top: 50px;
    }
}

@media (max-width: 1700px) {
    #DemoCarousel.carousel {
        margin-top: 50px;
    }
}

@media (max-width: 1650px) {}

@media (max-width: 1600px) {}

@media (max-width: 1150px) {
    #DemoCarousel.carousel {
        margin-top: 0;
    }
}

@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 5px;
    }
}

.carousel-caption .cartext {
    color: #ffffff;
    font-family: "MontserratRegular";
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 20px;
}

.carousel-caption .cardesc {
    font-family: "MontserratRegular";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
}

.carousel-inner .bottom-left {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 0;
    /*height: 90px;*/
    /*background: linear-gradient(180deg, #0F0522 0%, rgba(15, 5, 34, 0) 100%);*/
    background: linear-gradient(180deg, #0f052200 0%, #0F0522 100%);
    width: 100%;
}

#DemoCarousel .item img {
    display: block;
    width: 100%;
}

@media (max-width: 1920px) {
    .carousel-caption {
        top: 40%;
        width: 35%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1900px) {
    .carousel-caption {
        top: 40%;
        width: 35%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1850px) {
    .carousel-caption {
        top: 40%;
        width: 40%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1800px) {
    .carousel-caption {
        top: 40%;
        width: 40%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1750px) {
    .carousel-caption {
        top: 40%;
        width: 40%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1700px) {
    .carousel-caption {
        top: 40%;
        width: 40%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1450px) {
    .carousel-caption {
        top: 40%;
        width: 50%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1400px) {
    .carousel-caption {
        top: 40%;
        width: 50%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1350px) {
    .carousel-caption {
        top: 40%;
        width: 50%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1300px) {
    .carousel-caption {
        top: 40%;
        width: 50%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1250px) {
    .carousel-caption {
        top: 40%;
        width: 50%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1200px) {
    .carousel-caption {
        top: 40%;
        width: 55%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 1150px) {
    .carousel-caption {
        top: 30%;
        width: 55%;
    }
    .carousel-caption .cartext {
        font-size: 60px;
        line-height: 60px;
    }
    .carousel-caption .cardesc {
        font-size: 18px;
        line-height: 25px;
    }
}

@media screen and (min-width: 1200px) {
    .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1025px) {
    .carousel-caption {
        bottom: 36%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 33px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 40px;
    }
}

@media (max-width: 1024px) {
    .carousel-caption {
        bottom: 36%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 33px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 40px;
    }
}

@media (max-width: 991px) {
    .carousel-caption {
        bottom: 33%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 35px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 40px;
    }
}

@media (max-width: 950px) {
    .carousel-caption {
        bottom: 34%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 31px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 40px;
    }
}

@media (max-width: 900px) {
    .carousel-caption {
        bottom: 34%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 29px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 34px;
    }
}

@media (max-width: 850px) {
    .carousel-caption {
        bottom: 33%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 28px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 34px;
    }
}

@media (max-width: 800px) {
    .carousel-caption {
        bottom: 33%;
        width: 80%;
        right: 12%;
        left: 12%;
    }
    .carousel-caption .cartext {
        font-size: 27px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 34px;
    }
}

@media (max-width: 750px) {
    .carousel-caption {
        bottom: 32%;
        width: 80%;
        right: 11%;
        left: 11%;
    }
    .carousel-caption .cartext {
        font-size: 25px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 31px;
    }
}

@media (max-width: 700px) {
    .carousel-caption {
        bottom: 26%;
        width: 80%;
        right: 11%;
        left: 11%;
    }
    .carousel-caption .cartext {
        font-size: 24px;
        color: #ffffff;
        padding-bottom: 10px;
        line-height: 31px;
    }
}

@media (max-width: 650px) {
    .carousel-caption {
        display: none;
    }
}

@media (max-width: 480px) {
    .carousel-caption {
        display: none;
    }
}

@media (max-width: 375px) {
    .carousel-caption {
        display: none;
    }
}

@media (max-width: 320px) {
    .carousel-caption {
        display: none;
    }
}
/*end-slider-carousel*/