body.modal-open .modal.custom-modal,
body.modal-open .modal.login-modal {
    top: 0;
    bottom: auto;
    left: 0;
    margin-left: 0;
    overflow: auto;
    background: transparent;
    height: 100%;
    width: 100%;
}
body.modal-open .modal.custom-modal .modal-content,
body.modal-open .modal.login-modal .modal-content {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-top: 20%;
    max-width: 400px;
}
@media (max-width: 991.98px) {
    body.modal-open .modal.custom-modal .modal-content,
    body.modal-open .modal.login-modal .modal-content {
        margin: auto;
    }
}
body.modal-open .modal-backdrop.fade {
    visibility: visible;
}
.custom-modal .tab-nav-wrapper,
.login-modal .tab-nav-wrapper {
    position: relative;
}
.custom-modal .tab-nav-wrapper .close,
.login-modal .tab-nav-wrapper .close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}
.custom-modal .nav-tabs,
.login-modal .nav-tabs {
    border: 0;
    margin-left: -1px;
}
.custom-modal .nav-tabs li.nav-item,
.login-modal .nav-tabs li.nav-item {
    margin-bottom: 0;
}
.custom-modal .nav-tabs li.nav-item a,
.login-modal .nav-tabs li.nav-item a {
    background: #ff5e14;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 30px;
}
.custom-modal .nav-tabs li.nav-item a.active,
.login-modal .nav-tabs li.nav-item a.active {
    background: #fff;
    color: #001659;
}
.custom-modal .tab-content,
.login-modal .tab-content {
    background: #fff;
    padding: 30px;
}
.custom-modal .tab-content .inputbox,
.login-modal .tab-content .inputbox {
    max-width: 100%;
}
.custom-modal .tab-content #member-registration dd,
.login-modal .tab-content #member-registration dd {
    margin-bottom: 1rem;
}
.custom-modal .tab-content #member-registration dt,
.login-modal .tab-content #member-registration dt {
    font-weight: 400;
}
.custom-modal .tab-content #member-registration dl > .control-group,
.login-modal .tab-content #member-registration dl > .control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.custom-modal .tab-content #member-registration dl > .control-group .controls,
.login-modal .tab-content #member-registration dl > .control-group .controls {
    margin-left: 0;
}
.custom-modal .tab-content #member-registration dl > .control-group a.modal,
.login-modal .tab-content #member-registration dl > .control-group a.modal {
    width: 100%;
}
body.modal-open .modal.custom-modal .modal-content {
    background: #fff;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 1200px) {
    body.modal-open .modal.custom-modal .modal-body {
        padding: 45px 30px;
    }
}
.not-at-top #t4-header {
    background: rgba(0, 0, 0, 0.7);
}
.t4-action {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    align-items: center;
}
@media (max-width: 767.98px) {
    .t4-action {
        margin-left: 15px;
    }
}
.t4-action .login-switch {
    border: 1px solid #ff5e14;
    color: #fff;
    padding: 0.4rem 1.143rem;
}
ul.ja-login li {
    height: auto;
}

@media (max-width: 767.98px) {
    .t4-action .login-switch {
        color: #001659;
        padding: 0;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

    .t4-action .login-switch i,
    .t4-offcanvas-toggle i {
        line-height: 40px;
    }
}
.t4-action .login-switch i {
    color: #ff5e14;
}
.t4-action .login-switch span {
    margin-right: 0;
    margin-left: 4px;
}
@media (max-width: 767.98px) {
    .t4-action .login-switch span {
        display: none;
    }
}
.t4-action .logout-button .btn {
    color: #ff5e14;
    border: 1px solid #fff;
}
.t4-action .logout-button .btn:active,
.t4-action .logout-button .btn:focus,
.t4-action .logout-button .btn:hover {
    background: rgba(0, 0, 0, 0.1);
}
.t4-action .hikashop_cart {
    position: relative;
}
.t4-action .hikashop_cart_module .hikashop_cart > .ion-md-cart,
.t4-action .hikashop_cart_module .hikashop_small_cart_checkout_link {
    background: #ff5e14;
    display: inline-block;
    color: #fff;
    position: relative;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    height: 52px;
    width: 52px;
}
@media (max-width: 767.98px) {
    .t4-action .hikashop_cart_module .hikashop_cart > .ion-md-cart,
    .t4-action .hikashop_cart_module .hikashop_small_cart_checkout_link {
        padding: 0;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
}
.t4-action .hikashop_cart_module .hikashop_cart > .ion-md-cart:active,
.t4-action .hikashop_cart_module .hikashop_cart > .ion-md-cart:focus,
.t4-action .hikashop_cart_module .hikashop_cart > .ion-md-cart:hover,
.t4-action .hikashop_cart_module .hikashop_small_cart_checkout_link:active,
.t4-action .hikashop_cart_module .hikashop_small_cart_checkout_link:focus,
.t4-action .hikashop_cart_module .hikashop_small_cart_checkout_link:hover {
    background: #fa4f00;
    color: #fff;
}
.t4-action .hikashop_cart_module span.cart-num {
    position: absolute;
    top: 6px;
    right: 3px;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.2);
    height: 20px;
    display: inline-block;
    line-height: 1;
    font-weight: 700;
    padding: 4px;
    min-width: 20px;
    text-align: center;
    border-radius: 50%;
}
@media (max-width: 767.98px) {
    .t4-action .hikashop_cart_module span.cart-num {
        top: 0;
        right: 0;
    }
}
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content {
    border: 1px solid #eef2fb !important;
    color: #343434;
    left: auto;
    right: 0;
    padding: 20px;
    min-width: 400px;
}
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content a {
    color: #343434;
}
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content a:active,
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content a:focus,
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content a:hover {
    color: #ff5e14;
}
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content tfoot {
    border-top: 1px solid #eef2fb;
}
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content input.hikashop_product_quantity_field {
    text-align: center;
}
.t4-action .hikashop_cart_module div.hikashop_cart_dropdown_content .hikashop_cart_proceed_to_checkout {
    background: #ff5e14;
    border: 0;
    border-radius: 0;
    color: #fff;
    margin-top: 2.143rem;
}
.acm-container-tabs-wrap .nav-tabs {
    border: 0;
}
.acm-container-tabs-wrap .nav-tabs .nav-item {
    margin: 0 0 0 10px;
}
@media (max-width: 767.98px) {
    .acm-container-tabs-wrap .nav-tabs .nav-item {
        margin: 5px 10px 0 0;
    }
}
.acm-container-tabs-wrap .nav-tabs .nav-item a {
    background: #eef2fb;
    color: #001659;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
}
.acm-container-tabs-wrap .nav-tabs .nav-item a.active,
.acm-container-tabs-wrap .nav-tabs .nav-item a:hover {
    background: #ff5e14;
    color: #fff;
}
.acm-container-tabs-wrap .tab-top-content {
    border-bottom: 1px solid #eef2fb;
    padding-bottom: 1.0715rem;
    margin-bottom: 30px;
    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;
}
@media (max-width: 767.98px) {
    .acm-container-tabs-wrap .tab-top-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.acm-container-tabs-wrap .tab-top-content .section-title {
    margin: 0;
}
.acm-container-tabs-wrap.style-2 .tab-top-content {
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a {
    background: transparent;
    border: 1px solid #eef2fb;
    opacity: 0.7;
    padding: 0 5px;
}
.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a img {
    height: 70px;
}
.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a.active,
.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a:hover {
    border-color: #001659;
    opacity: 1;
}
.t4-col + .t4-col .acm-container-tabs-wrap {
    border-top: 0 !important;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content {
    border-bottom: 0;
    padding-bottom: 0;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content .section-title {
    display: none;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content .nav-tabs {
    border-bottom: 1px solid #eef2fb;
    width: 100%;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content .nav-tabs .nav-item {
    margin: 0;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content .nav-tabs .nav-item a {
    background: transparent;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    padding: 10px;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content .nav-tabs .nav-item a:hover {
    color: #ff5e14;
}
.t4-col + .t4-col .acm-container-tabs-wrap .tab-top-content .nav-tabs .nav-item a.active {
    border-bottom-color: #ff5e14;
    color: #ff5e14;
}
#t4-section-spotlight-1 .acm-container-tabs-wrap {
    border-top: 2px solid #001659;
    margin-top: 45px;
    padding-top: 1.0715rem;
}
@media (max-width: 767.98px) {
    #t4-section-spotlight-1 .acm-container-tabs-wrap {
        margin-top: 30px;
    }
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none !important;
}
@media (min-width: 768px) {
    .row-flex {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .row-flex-wrap {
        -webkit-flex-flow: row wrap;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
    }
    .row-flex > div[class*="col-"] {
        margin: -0.3px;
    }
    .container-flex > div[class*="col-"] div {
        width: 100%;
    }
    .row-large {
        margin-left: -60px;
        margin-right: -60px;
    }
    .row-large > div {
        padding-left: 60px;
        padding-right: 60px;
    }
    .row-large > div + div {
        border-left: 1px solid #eef2fb;
    }
    .row-large > .col-lg-4,
    .row-large > .col-md-4,
    .row-large > .t3-sidebar {
        max-width: 420px;
    }
    .flex-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 100%;
        flex: 1 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    .flex-grow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex: 2;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }
}
.slide-layout.slide-1 {
    border: 1px dashed #ffd4c0;
    padding: 8px;
    margin-bottom: 30px;
}
.slide-layout.slide-1 .label-slide {
    background: #ff5e14;
    color: #fff;
    font-size: 12px;
    float: left;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-right: 1.0715rem;
    white-space: nowrap;
}
@media (max-width: 575.98px) {
    .slide-layout.slide-1 .label-slide {
        display: inline-block;
        float: none;
    }
}
.slide-layout.slide-1 .owl-carousel {
    position: relative;
    top: 3px;
}
.slide-layout.slide-1 .top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 575.98px) {
    .slide-layout.slide-1 .top-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.slide-layout.slide-1 .top-info .mod-articles-category-title {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.slide-layout.slide-1 .top-info .mod-articles-category-title a {
    color: #001659;
}
.slide-layout.slide-1 .top-info .mod-articles-category-title a:active,
.slide-layout.slide-1 .top-info .mod-articles-category-title a:focus,
.slide-layout.slide-1 .top-info .mod-articles-category-title a:hover {
    color: #ff5e14;
}
.slide-layout.slide-1 .top-info .mod-articles-category-date {
    color: #667b9c;
    font-size: 14px;
    padding-left: 7px;
    position: relative;
    margin-left: 7px;
}
@media (max-width: 767.98px) {
    .slide-layout.slide-1 .top-info .mod-articles-category-date {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        top: 0;
    }
}
.slide-layout.slide-1 .top-info .mod-articles-category-date:before {
    bottom: 1px;
    content: ".";
    position: absolute;
    left: 0;
}
@media (max-width: 575.98px) {
    .slide-layout.slide-1 .top-info .mod-articles-category-date:before {
        display: none;
    }
}
.slide-layout.slide-1 .bottom-info {
    font-size: 14px;
}
.ja-news .pull-left.item-image {
    float: none !important;
    margin-right: 0;
}
.ja-news .article-aside .article-info {
    margin: 0;
}
.ja-news .article-info dd:after {
    content: ".";
    margin-left: -3px;
}
.ja-news .mod-articles-category-title {
    margin-top: 5px;
}
.ja-news .mod-articles-category-title a {
    color: #001659;
    font-size: 22px;
}
.ja-news .mod-articles-category-title a:active,
.ja-news .mod-articles-category-title a:focus,
.ja-news .mod-articles-category-title a:hover {
    color: #ff5e14;
}
.ja-news .news-big .mod-articles-category-title {
    font-size: 28px;
    line-height: 1.2;
}
@media (max-width: 575.98px) {
    .ja-news .news-big .mod-articles-category-title {
        font-size: 24px;
    }
}
.ja-news .news-big .item-image {
    margin-bottom: 2.143rem;
}
.ja-news .news-big .item-image img {
    max-width: 100%;
}
.ja-news .news-medium {
    padding-bottom: 30px;
}
@media (max-width: 575.98px) {
    .ja-news .news-medium {
        padding-bottom: 2.143rem;
    }
}
.ja-news .news-medium .item-image {
    margin-bottom: 2.143rem;
}
.ja-news .news-medium .item-image img {
    max-width: 100%;
}
.ja-news .news-normal + .news-normal {
    margin-top: 30px;
}
@media (max-width: 575.98px) {
    .ja-news .news-normal + .news-normal {
        margin-top: 2.143rem;
    }
}
.ja-news .news-normal .item-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    width: 27%;
}
.ja-news .news-normal .item-image img {
    max-width: 100%;
}
.ja-news .news-normal .mod-articles-category-title {
    font-size: 14px;
    margin-bottom: 2.143rem;
    line-height: 1.33;
}
@media (max-width: 575.98px) {
    .ja-news .news-normal .mod-articles-category-title {
        margin-bottom: 1.0715rem;
    }
}
.ja-news.ja-news-1 .mod-articles-category-group {
    margin-top: 0;
}
.ja-news.ja-news-1 .article-content {
    padding-bottom: 60px;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-1 .article-content {
        padding-bottom: 0;
    }
}
.ja-news.ja-news-1 .article-content .aside-after-title {
    border-bottom: 1px solid #eef2fb;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    left: 15px;
    right: 30px;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-1 .article-content .aside-after-title {
        position: static;
        padding-bottom: 1.0715rem;
    }
}
.ja-news.ja-news-1 .news-big {
    margin-bottom: 30px;
}
.ja-news.ja-news-1 .news-big .item-image {
    width: 66.66%;
    float: left;
    margin-right: 0;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-1 .news-big .item-image {
        margin-bottom: 2.143rem;
        margin-right: 0;
        width: 100%;
    }
}
.ja-news.ja-news-1 .news-big .item-image img {
    height: 390px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.ja-news.ja-news-1 .news-big .article-content {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-1 .news-big .article-content {
        width: 100%;
    }
}
.ja-news.ja-news-1 .news-medium {
    position: relative;
}
.ja-news.ja-news-1 .news-medium .article-content {
    position: static;
    padding-bottom: 20px;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-1 .news-medium .article-content {
        padding-bottom: 0;
    }
}
.ja-news.ja-news-2 .news-big {
    position: relative;
    padding-bottom: 40px;
}
.ja-news.ja-news-2 .news-big .article-content {
    margin-bottom: 2.143rem;
}
.ja-news.ja-news-2 .news-big .aside-after-title {
    border-bottom: 1px solid #eef2fb;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    left: 15px;
    right: 30px;
}
.ja-news.ja-news-2 .news-big .item-image img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.ja-news.ja-news-2 .news-normal {
    margin-top: 30px;
    padding-bottom: 40px;
    position: relative;
}
.ja-news.ja-news-2 .news-normal .item-image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.143rem;
}
.ja-news.ja-news-2 .news-normal .item-image img {
    height: 135px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.ja-news.ja-news-2 .news-normal .aside-after-title {
    border-bottom: 1px solid #eef2fb;
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    left: 15px;
    right: 30px;
}
.ja-news.ja-news-2 .news-normal .mod-articles-category-title a {
    font-size: 17px;
    font-weight: 400;
}
.ja-news.ja-news-2 .ja-news-group .mod-articles-category-group {
    margin-top: 30px;
    margin-bottom: 0;
}
.ja-news.ja-news-3 .news-big {
    position: relative;
}
.ja-news.ja-news-3 .news-big + .news-big {
    margin-top: 30px;
}
.ja-news.ja-news-3 .news-big .article-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: -webkit-linear-gradient(transparent, #000);
    background-image: -o-linear-gradient(transparent, #000);
    background-image: linear-gradient(transparent, #000);
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 30px;
}
.ja-news.ja-news-3 .news-big .mod-articles-category-introtext {
    color: #fff;
}
.ja-news.ja-news-3 .news-big .mod-articles-category-title a {
    color: #fff;
}
.ja-news.ja-news-3 .news-big .item-image {
    margin-bottom: 0;
    height: 400px;
    position: relative;
}
.ja-news.ja-news-3 .news-big .item-image:before {
    background-size: 100% 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ja-news.ja-news-3 .news-big .item-image img {
    max-height: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    max-width: none;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-3 .news-big .item-image img {
        min-width: 100%;
    }
}
.ja-news.ja-news-3 .news-big .mod-articles-category-category {
    background: #ff5e14;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    display: inline-block;
}
.ja-news.ja-news-3 .news-big .mod-articles-category-category a {
    color: #fff;
}
@media (min-width: 991px) {
    .ja-news.ja-news-4 .news-normal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.ja-news.ja-news-4 .mod-articles-category-title {
    line-height: 1.2;
    margin-bottom: 5px;
}
.ja-news.ja-news-4 .mod-articles-category-title a {
    font-size: 15px;
    font-weight: 400;
}
.ja-news.ja-news-4 .mod-articles-category-group {
    border: 0;
    padding: 0;
    margin-bottom: 7.5px;
    margin-top: 0;
}
.ja-news.ja-news-4 .intro-image-wrap {
    float: left;
    position: relative;
    margin-right: 15px;
    width: 90px;
    min-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-4 .intro-image-wrap {
        margin-bottom: 15px;
        float: none;
        width: 100%;
    }

    div.ja-news.ja-news-4 .intro-image-wrap .item-image img {
        height: auto;
    }
}
.ja-news.ja-news-4 .intro-image-wrap .item-image {
    float: none;
    margin-right: 0;
    width: 90px;
    height: 90px;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-4 .intro-image-wrap .item-image {
        height: auto;
        width: 100%;
    }
}
.ja-news.ja-news-4 .intro-image-wrap .item-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: 100%;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-4 .intro-image-wrap .item-image img {
        max-width: 100%;
    }
}
.ja-news.ja-news-4 .intro-image-wrap > span {
    background: #ff5e14;
    color: #fff;
    top: 50%;
    left: -15px;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    margin-top: -15px;
    text-align: center;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-4 .intro-image-wrap > span {
        display: none;
    }
}
.ja-news.ja-news-4 .article-content {
    overflow: hidden;
    position: relative;
}
.ja-news.ja-news-4 .article-content .aside-after-title {
    position: static;
    bottom: 0;
    left: 0;
}
@media (max-width: 767.98px) {
    .ja-news.ja-news-4 .article-content .aside-after-title {
        position: static;
        margin-top: 15px;
    }
}
.ja-news.ja-news-4 .mod-articles-category-tags .tags > span .label {
    background: rgba(225, 225, 225, 0.3);
}
.ja-news.ja-news-4 .mod-articles-category-tags .tags > span .label:hover {
    border: none;
}
.ja-news.ja-news-5 .title-link {
    color: #667b9c;
}
.ja-news.ja-news-5 .title-link + .title-link {
    margin-top: 1.0715rem;
}
.ja-news.ja-news-5 .title-link a {
    color: #001659;
    font-size: 16px;
}
.ja-news.ja-news-5 .title-link a:active,
.ja-news.ja-news-5 .title-link a:focus,
.ja-news.ja-news-5 .title-link a:hover {
    color: #ff5e14;
}
.acm-clients.style-2 {
    padding: 30px 15px;
}
.acm-clients.style-2 .client-img {
    border: 1px solid #eef2fb;
}
.acm-clients.style-2 .client-img:hover {
    border-color: #c5d2f1;
    cursor: pointer;
}
.acm-clients.style-2 div.owl-carousel .owl-nav > button {
    margin-top: 15px;
}
@media (min-width: 1300px) {
    .acm-clients.style-2 div.owl-carousel .owl-nav > button {
        height: 30px;
        width: 30px;
        line-height: 30px;
        top: 50%;
        margin-top: -15px;
        left: 0;
    }
    .acm-clients.style-2 div.owl-carousel .owl-nav > button.owl-next {
        left: auto;
        right: 0;
    }
}
.magazine-custom-wrap {
    max-width: 900px;
    margin: auto;
}
.magazine-custom-wrap ._flipbook_thumb {
    margin: 0;
    width: 100% !important;
    height: 380px !important;
}
.magazine-custom-wrap ._flipbook_thumb ._flipbook_book-cover {
    background-size: cover;
    background-position: center center;
}
.magazine-custom-wrap ._flipbook_thumb ._flipbook_book-title {
    background: rgba(0, 0, 0, 0.8);
}
.acm-contact-info.style-1.custom-style .moduletable {
    border: 0;
    padding: 0;
    margin: 0;
}
.acm-contact-info.style-1.custom-style .moduletable > h3 {
    color: #001659;
    font-size: 40px;
    font-weight: 300;
    text-transform: none;
}
@media (max-width: 575.98px) {
    .acm-contact-info.style-1.custom-style .moduletable > h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.acm-contact-info.style-1.custom-style .moduletable .acym_introtext {
    font-size: 14px;
    max-width: 500px;
    margin-bottom: 30px;
}
.acm-contact-info.style-1.custom-style .info {
    padding: 90px 120px;
}
@media (max-width: 1919.98px) {
    .acm-contact-info.style-1.custom-style .info {
        padding: 60px;
    }
}
@media (max-width: 767.98px) {
    .acm-contact-info.style-1.custom-style .info {
        padding: 30px;
    }
}
.acm-contact-info.style-1.custom-style .info h3 {
    font-size: 40px;
    margin-bottom: 30px;
}
@media (max-width: 575.98px) {
    .acm-contact-info.style-1.custom-style .info h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.acm-contact-info.style-1.custom-style .info-bg {
    background: #fff7f3;
    padding: 90px 60px;
}
@media (max-width: 767.98px) {
    .acm-contact-info.style-1.custom-style .info-bg {
        padding: 30px;
    }
}
.acm-contact-info.style-1.custom-style .acym_form td,
.acm-contact-info.style-1.custom-style .acym_form tr {
    margin: 0;
    padding: 0;
}
.acm-contact-info.style-1.custom-style .acym_form input[type="email"] {
    border: 1px solid #eef2fb;
    height: calc(4.1508rem + 2px);
    max-width: 100%;
    padding: 10px 20px;
    width: 300px;
    max-width: 100%;
}
@media (max-width: 575.98px) {
    .acm-contact-info.style-1.custom-style .acym_form input[type="email"] {
        width: 100%;
    }
}
.acm-contact-info.style-1.custom-style .acym_form input[type="button"] {
    height: calc(4.1508rem + 2px);
}
.t4-copyright {
    position: static;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product {
    padding: 0 !important;
    width: auto !important;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_container {
    margin: 0 !important;
    padding: 0;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer {
    border: 1px solid #eef2fb;
    border-radius: 0;
    padding: 30px;
}
@media (max-width: 575.98px) {
    .owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer {
        padding: 15px;
    }
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_listing_img_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_listing_img_title > * {
    -webkit-box-ordinal-group: 100;
    -ms-flex-order: 99;
    order: 99;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_image {
    height: auto;
    margin-bottom: 2.143rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_image .hikashop_product_image_subdiv {
    width: auto;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_name {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_name a {
    color: #001659;
    font-size: 18px;
    font-family: Butler;
    font-weight: 300;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_name a:active,
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_name a:focus,
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_product_name a:hover {
    color: #ff5e14;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer a.hikacart {
    background: #eef2fb;
    border: 0;
    color: #001659;
    margin-top: 1.0715rem;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer a.hikacart:active,
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer a.hikacart:focus,
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer a.hikacart:hover {
    background: #ff5e14;
    color: #fff;
}
.owl-hikashop #hikashop-custom-wrap .owl-dots {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2.143rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-hikashop #hikashop-custom-wrap .owl-nav > button {
    top: 30%;
    left: -25px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: 2.143rem;
}
.owl-hikashop #hikashop-custom-wrap .owl-nav > button.owl-next {
    left: auto;
    right: -25px;
}
.t4-footer + #t4-copyright {
    background: #fff7f3;
    text-align: center;
    margin-top: 0;
}
.video-slider .item {
    position: relative;
}
.video-slider .item .play-icon a {
    position: absolute;
    margin-top: -50px;
    margin-left: -50px;
    top: 50%;
    left: 50%;
}
.video-slider .swiper-thumbs-wraper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.video-slider .swiper-thumbs-wraper .swiper-button-white {
    background: #001659;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    height: 40px;
    width: 40px;
}
@media (max-width: 575.98px) {
    .video-slider .swiper-thumbs-wraper .swiper-button-white {
        display: none;
    }
}
.video-slider .swiper-thumbs-wraper .item-image {
    border: 1px solid #eef2fb;
    margin-bottom: 0;
}
.video-slider .swiper-thumbs-wraper .swiper-slide-thumb-active .item-image {
    border-color: #ff5e14;
}

.video-slider .swiper-wrapper,
.video-slider .swiper-slide {
	height: auto;
}


/*slideshow and footer height*/

@media {
.acm-slideshow .item {
    overflow: hidden;
    position: relative;
    
      }
.acm-slideshow .owl-carousel .owl-item {
    height: 760px;
}
 .acm-slideshow .slider-content {
    height: 760px;
}
}



.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a.active,
.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a:hover { border: none!important;}
.acm-container-tabs-wrap.style-2 .tab-top-content .nav-item a .tab-title {
    padding-top: 17px;
    text-align: center;
    color: #ff5e14;
}

.t4-featured-products ul.nav-tabs,
.presencial ul.nav-tabs{ display:none;}

#t4-featured-products .t4-section-inner{
    box-shadow: 0px 10px 30px -11px;
    padding-bottom: 0px;
    padding-left:0px;
    padding-right:0px;
}
#Mod182{
    background: url(/images/online_bg.png);
    background-size: cover;
}
#Mod182 .module-inner {
    background: rgb(255 255 255 / 90%);
    padding: 15px;
}

#Mod184 {
    background: url(/images/persocial_bg.png);
    background-size: cover;
}
#Mod184 .module-inner {
    background: rgb(255 255 255 / 90%);
    padding: 15px;
}

.owl-hikashop #hikashop-custom-wrap .owl-dots{
    background:none;
}

#t4-section-1 .owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer ,.hikashop_subcontainer.hikashop_subcontainer_border{
    border:1px solid #ff5e14 !important;
    height: auto;
}

#t4-featured-products .hikashop_subcontainer.hikashop_subcontainer_border{
    border:none!important;}
	
	
.t4-featured-products .tab-top-content{
    background: url(/images/topborder.png);
    height: 50px;
    background-position: 1px -12px;
  border:none;
  margin-bottom:0px;
}

.t4-featured-products .tab-top-content .section-title {
    display:none;
}

.t4-featured-products .owl-hikashop #hikashop-custom-wrap .owl-dots{
    background: url(/images/bottomborderpng.png);
    height: 50px;
    background-position: 1px -12px;
  border:none;  
  margin-top:0px !important;
  display:block !important;
}

.t4-featured-products .owl-hikashop #hikashop-custom-wrap .owl-dots button{
    display:none;
}

.t4-featured-products .hikashop_product_image,
.t4-featured-products .product_others{
    float:left;
  width:50%;
}

.t4-featured-products .owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer .hikashop_listing_img_title{
    display:inline-block;
  width:100%;
}
.formaction-main{
    padding-right:110px;
}
#Mod188{
    margin-top:0px;
}
.featured_product .hikashop_product_name a {
    font-size: 36px !important;
}
.hikashop_product_stock_count {
    display: none !important;
}
.hikashop_product_price_full{
    width: 100%;
    display: inline-block;
}



.item-135 .t4-main-body{
    /*display:none !important;*/
}
.item-135 #Mod186{
    margin-top:51px;
}

.item-135 .t4-masthead .ja-masthead:before,
.item-289 .t4-masthead .ja-masthead:before,
.item-164 .t4-masthead .ja-masthead:before {
    display:none !important;
}
.hikashop_product_main_image_subdiv{
	text-align:left !important;
}

#mod-184 .hikashop_subcontainer, #Mod182 .hikashop_subcontainer{
	min-height:inherit !important;
	height:320px;
}

#hikashop_category_information_menu_164 .hikashop_product_image_subdiv{
	width:100% !important;
}
#hikashop_category_information_menu_164 .hikashop_product_image{
	height:auto !important;
}

#hikashop_category_information_menu_164 div.hikashop_subcontainer{
	min-height:300px;
}

.item-164 .hikashop_products_pagination_bottom{
	display:none;
}

.t4-footer+#t4-copyright {
    display: none !important;
}
.t4-footer .info.bg-secondary ,.t4-footer .info-bg{    background: none !important;}
.t4-footer{ background:url(../../images/footer-img-2.png) no-repeat; background-size: cover;}
.t4-footer h3 ,.t4-footer .acm-contact-info.style-1.custom-style .moduletable .acym_introtext ,.t4-footer .acm-contact-info.style-1.custom-style .acym_form input[type=email]{ color:#fff !important;}

p.address-ft{font-size: 25px;
    margin-top: 25px;}

.info-title.text-white.font-heading-family.h3.mt-3 {
    display: none;
}
.contact-item {
    margin-top: 20px;
    font-size: 20px;
}

body.item-164 .t4-featured-products .tab-top-content  ,body.item-164 .t4-featured-products .owl-hikashop #hikashop-custom-wrap .owl-dots{ display:none !important;}

body.item-164 a.hikacart ,body.item-135 a.hikacart {
    background: #EEF2FB;
    border: 0;
    color: #001659; margin-top:12px;
}
body.item-164 a.hikacart:hover ,body.item-135 a.hikacart:hover{background: #ff5e14;
    color: #fff;}
	
.t4-footer .nav {
    margin: 0;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
}
.t4-footer .nav > li > a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
}

.t4-footer .nav > li > a:hover{ color:#CCC;} 

div#hikashop_product_right_part {
    width: 50%;
    vertical-align: middle; padding-top:10px;
}
div#hikashop_product_left_part {
    width: 50%;
    float: left;
	margin-bottom:25px;
}

.hikashop_tabs_ul li{ cursor:pointer;background: #EEF2FB;
    color: #001659;}
	
.hikashop_tabs_ul li.hikashop_tabs_li_selected{background:#ff5e14 !important;
    color: #fff;}
	
span.hikashop_product_msrp_price_title , span.hikashop_product_our_price_title{ color:#ff5e14 !important; font-size: 20px;}
div#hikashop_product_right_part span.hikashop_product_price.hikashop_product_price_0.hikashop_product_price_with_discount {
    margin-left: 10px;
}
span.hikashop_product_discount {
    color: #001659;
    font-size: 16px;
    margin-right: 5px;
}

div#hikashop_product_right_part span.hikashop_product_price {
    font-size: 16px;
	color: #001659;
}
span.hikashop_product_price_per_unit {
    display: none;
}

div#hikashop_product_right_part span.hikashop_product_price_full {
    position: relative;
}
div#hikashop_product_right_part span.hikashop_product_price.hikashop_product_price_0.hikashop_product_price_with_discount {
    position: absolute !important;
    left: 90px;
    top: 25px;
	 font-size: 20px;
}

span.hikashop_product_price_before_discount {
    margin-right: 6px;
}
.owl-hikashop #hikashop-custom-wrap .hikashop_product .hikashop_subcontainer{ padding:20px;}

span.hikashop_product_price.hikashop_product_price_0.hikashop_product_price_with_discount{ color:#001659}
span.hikashop_product_discount {
    font-size: 14px;
}

#hikashop_products_switcher_hikashop_category_information_menu_164 .hikashop_product_image {
    width: 50%;
    float: left;
}

#hikashop_products_switcher_hikashop_category_information_menu_164 .product_others {
    float: left;
    width: 50%; padding-top:90px;}
	
#hikashop_products_switcher_hikashop_category_information_menu_164 .hikashop_subcontainer.hikashop_subcontainer_border {
    border: none !important;
    border-bottom: 1px solid #ff5e14 !important;
    border-radius: 0;
    padding-bottom: 25px !important;
    min-height: inherit !important;
    height: auto !important;
    margin-bottom: 20px !important;
    float: left;
    display: block !important;
    width: 96%;
}

#t4-header{ z-index:100001;}

#hikashop_category_information_module_177 .hikashop_product_image{min-height: 330px;
    display: flex;
    margin-bottom: 0;}

#hikashop_products_switcher_hikashop_category_information_menu_164 span.hikashop_product_name {
    font-size: 22px;
    font-weight: 600; 
}

#hikashop_products_switcher_hikashop_category_information_menu_164 span.hikashop_product_name a{color: #001659 !important;}

#hikashop_checkout legend  ,#hikashop_checkout_coupon_1_5 label{
    font-weight: bold;
	color: #001659 !important;
	font-size: 20px;
}

#hikabtn_checkout_next ,button.hikabtn.hikabtn-success.hikashop_checkout_address_new_button{ background:#ff5e14 !important; margin-bottom:20px;}

.acm-contact-info.style-1.custom-style .info h3{ margin-top:30px;}

div#hikashop_checkout_coupon_1_4 {
    background: #f5f5f5;
    padding: 20px;
}

span.hikashop_checkout_cart_final_total ,td#hikashop_checkout_cart_final_total_title {
    font-size: 20px;
    font-weight: bold;
    color: #001659;
}

input#hikashop_checkout_coupon_input_1_4 {
    height: 31px;
    margin-top: 1px;
    border: 1px solid #ff5e14;
}

.acm-slideshow .owl-carousel .owl-item {
    height: auto !important;
}


/*RSForm*/
.view-rsform #userForm {
	border: 2px solid #EEF2FB;
	padding: 60px;
	max-width: 850px;
	margin: auto;
}

.view-rsform #userForm > h2 {
	margin-top: 0;
}

.view-rsform #userForm .chzn-container {
	min-width: 80px;
}

.view-rsform #userForm .form-control {
	max-width: 100%;
}

.rsform-block-firmadigital {
	flex-direction: column;
}

.rsform-block-firmadigital .formControls {
	flex: 0 0 100%;
	max-width: 100%;
}

.rsfp-clear-signature {
	padding: 4px 10px;
	font-size: 14px;
}

.rsform-block-enviar {
	margin-top: 20px;
}

.rsform-block-enviar .formControlLabel {
	display: none;
}

.rsform-block-fechanacimiento .row {
	margin-left: -3px;
	margin-right: -3px;
}

.rsform-block-fechanacimiento .row > div {
	padding: 3px;
}

@media (max-width: 992px) {
	.view-rsform #userForm {
		padding: 15px;
	}

	.view-rsform #userForm > h2 {
		font-size: 20px;
	}
}

.t4-palette-mainnav .navbar-nav > li > a {
	position: relative;
}

.t4-palette-mainnav .navbar-nav > li > a:before {
	background: #fff;
	content: "";
	position: absolute;
	bottom: 15px;
	left: 0;
	height: 1px;
	width: 0;
	transition: 500ms all;
}

.t4-palette-mainnav .navbar-nav > li.active > a:before {
	width: 100%;
}

.t4-palette-mainnav .navbar-nav > li > a:hover:before {
	width: 100%;
}

.t4-palette-mainnav .navbar-nav > li.active > a,
.t4-palette-mainnav .navbar-nav > li.show > a,
.t4-palette-mainnav .navbar-nav > li > a:hover,
.t4-palette-mainnav .navbar-nav > li > a:focus,
.t4-palette-mainnav .navbar-nav > li > a:active {
	color: #fff!important;
}

.t4-action .logout-button .btn {
	color: #fff;
}

.not-at-top #t4-header {
	background: rgba(0, 22, 89,0.92);
}


/*Hikashop cart module*/
.head-cart {
  margin-left: 20px;
  position: relative;
  height: 52px;
}
.head-cart .ic-cart {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 20;
}
.head-cart .hikashop_cart_module {
  transform: translate(16px, 0px);
  position: relative;
  z-index: 10;
}
.head-cart .hikashop_cart_module .hikashop_small_cart_checkout_link {
  background: linear-gradient(207.65deg, #DC9101 12.76%, #FFC226 50.49%, #D29700 85.94%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  display: inline-block;
}
.head-cart .hikashop_cart_module .hikashop_small_cart_checkout_link .hikashop_small_cart_total_title {
  font-size: 14px;
  font-weight: 500;
  color: #141414;
}

.head-cart .hikashop_cart_module .hikashop_cart_dropdown_container .hikashop_cart_dropdown_content{
	top: 30px;
}

/*Twitter homepage*/
.acm-contact-info.style-1 .info-bg,
.acm-contact-info.style-1 .info {
	height: auto;
}

/*Increase wraper width*/
.com_joomdle.view-wrapper .t4-section-inner.container {
    max-width: 100%;
}

/*JA Login*/
.logout-wrap {
    display: flex;
    align-items: center;
    font-size: 1.143rem;
    margin-top: 11px;
}

.logout-button .button {
    padding: 2px 9px;
    font-size: 14px;
    margin-left: 8px;
}

/*SmartSearch Header*/

.t4-header .search {
    margin-top:1.6rem
}

@media (min-width: 576px) {
    .t4-header .search {
        margin-top:0
    }
}

.t4-header .form-inline {
    color: #212121;
    margin: 0;
    padding:0
}

.t4-header .form-inline .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.t4-header .form-inline .search:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    background: #e9ecef;
    border-right: 1px solid #ced4da;
    color: #212529;
    float: left;
    padding:1.05rem 2.14rem
}

.t4-header .form-inline .search label {
    display:none
}

.t4-header .form-inline .search .form-control {
    background: transparent;
    border-radius: 0;
    border: 0;
    margin-top: 0;
    outline:none
}

.t4-header .finder label,
.t4-header .mod-finder label {
    display:none
}

.t4-header .finder .awesomplete,
.t4-header .finder .form-search,
.t4-header .mod-finder .awesomplete,
.t4-header .mod-finder .form-search {
    display: block;
    position: relative;
    height:40px;
    width: 40px;
}


.t4-header .finder .awesomplete label,
.t4-header .finder .form-search label,
.t4-header .mod-finder .awesomplete label,
.t4-header .mod-finder .form-search label {
    display:none
}

.t4-header .finder .awesomplete input.js-finder-search-query,
.t4-header .finder .awesomplete input.search-query,
.t4-header .finder .form-search input.js-finder-search-query,
.t4-header .finder .form-search input.search-query,
.t4-header .mod-finder .awesomplete input.js-finder-search-query,
.t4-header .mod-finder .awesomplete input.search-query,
.t4-header .mod-finder .form-search input.js-finder-search-query,
.t4-header .mod-finder .form-search input.search-query {
    background-color: transparent;
    background-image: url("../../images/ic-search-white.png");
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    font-size: 14px;
    height: 40px;
    max-width: none;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    width: 40px;
    z-index:99;
}


.t4-header .finder .awesomplete input.js-finder-search-query:focus,
.t4-header .finder .awesomplete input.search-query:focus,
.t4-header .finder .form-search input.js-finder-search-query:focus,
.t4-header .finder .form-search input.search-query:focus,
.t4-header .mod-finder .awesomplete input.js-finder-search-query:focus,
.t4-header .mod-finder .awesomplete input.search-query:focus,
.t4-header .mod-finder .form-search input.js-finder-search-query:focus,
.t4-header .mod-finder .form-search input.search-query:focus {
    background-color: #001659;
    background-position: 13px center;
    border-color: rgba(255,255,255,0.2);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    outline: none;
    padding: 0 0 0 34px;
    width:220px
}

.t4-header .form-control::placeholder {
    color: #fff;
}

.mod-finder {
    position: relative;
    margin: 0;
    z-index: 9999;
}

/*Shadow Box*/
.slide-layout {
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

.box-shadow {
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    padding: 15px;
}

.ja-news.ja-news-1 .news-big {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ja-news.ja-news-1 .news-medium,
.ja-news.ja-news-1 .news-big  {
    margin-bottom: 15px;
}

.ja-news.ja-news-1 .news-big > *,
.ja-news.ja-news-1 .news-medium > *,
.ja-news .mod-articles-category-title {
    position: relative;
    z-index: 2;
}

.ja-news.ja-news-1 .news-big:before,
.ja-news.ja-news-1 .news-medium:before {
    box-shadow: 0 -1px 10px rgba(0,0,0,0.15);
    content: "";
    display: block;
    position: absolute;
    top: -7px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

/*Banner*/
#t4-banner-1,
#t4-banner-2 {
    background: #001659;
    padding: 40px 0;
}


/*Accordion*/
.acm-accordion .marker-open {
    display: none;
}

.acm-accordion .marker-close {
    display: flex;
}

.acm-accordion .marker > span {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.acm-accordion .collapsed .marker-open {
    display: flex;
}

.acm-accordion .collapsed .marker-close {
    display: none;
}



.acm-accordion .marker {
    background: #ff5e14;
    color: #fff;
    padding: 20px;
}

.acm-accordion .card-header {
    background: #fff;
    border: 0;
    padding: 0;
}

.acm-accordion .accordion-content-wrap {
    display: flex;
    text-align: left;
}

.acm-accordion .card-header button {
    align-items: center;
    background: transparent;
    border: 0;
    padding: 15px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}



.acm-accordion .intro-image {
    margin-right: 30px;
    max-width: 200px;
    width: 200px;
}

.acm-accordion .card-body {
    border-top: 1px solid #eee;
    padding: 15px;
}

@media (max-width: 767px) {
    .acm-accordion .card-header button {
        flex-direction: column;
    }

    .acm-accordion .accordion-content-wrap {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .acm-accordion .intro-image {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
}

/*Article Slideshow*/
.slide-layout.slide-2 .slide-article {
    position: relative;
    height: 500px;
}

.slide-layout.slide-2 .slide-article .intro-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slide-layout.slide-2 .slide-article .intro-image img {
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slide-layout.slide-2 .mod-articles-category-title a {
    color: #fff;
    font-size: 40px;
}

@media (max-width: 991px) {
    .slide-layout.slide-2 .mod-articles-category-title a {
        font-size: 24px;
    }

    .slide-layout.slide-2 .mod-articles-category-introtext {
        display: none;
    }
}

.slide-layout.slide-2 .mod-articles-category-title a:hover {
    text-decoration: underline;
}

.slide-layout.slide-2 .article-content {
    background: linear-gradient(to right, transparent, rgba(0,0,0,1));
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px;
    height: 100%;
    max-width: 50%;
    text-align: center;
    z-index: 1;
}

@media (max-width: 1199px) {
    .slide-layout.slide-2 .article-content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .slide-layout.slide-2 .article-content {
        padding: 30px;
    }

    .slide-layout.slide-2 .mod-articles-category-readmore {
        margin-top: 20px;
    }
}

.slide-layout.slide-2 .owl-dots {
    background: transparent!important;
    position: absolute;
    bottom: 10px!important;
    left: 10px;
    right: 10px;
}

.t4-section-3 .t4-module {
    box-shadow: 0 0px 20px rgba(0,0,0,0.15);
    padding: 10px;
}

#t4-articles-slideshow {
    margin-top: 40px;
}

/*Portfolio*/
.layout-portfolio #t4-content-mast-top {
    border-bottom: 0;
}

.layout-portfolio .article-info {
    margin-top: 0;
    margin-bottom: 10px;
}

.view-portfolio .items-row {
    border: 0;
}

.layout-portfolio .sidebar-r {
    padding: 0;
    border: 0;
}

.container .view-portfolio .item {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .container .view-portfolio .item {
        padding: 15px;
    }

    .readmore {
        margin-top: 10px;
    }
}

.view-portfolio .wrap-info {
    display: flex;
}

@media (max-width: 991px) {
    .view-portfolio .wrap-info {
        flex-direction: column;
    }
}

.view-portfolio .items-row .item .item-image {
    flex: 0 0 350px;
    max-width: 350px;
}

@media (max-width: 991px) {
    .view-portfolio .items-row .item .item-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.view-portfolio .typo-4 {
    padding-left: 0;
}

.view-portfolio .typo-4:before {
    display: none;
}

.view-portfolio .page-header h2 {
    font-size: 25px;
}

.acm-contact-info.style-1.custom-style .info a span,
.acm-contact-info.style-1.custom-style .info a {
    color: #fff;
}

#t4-footer .acym_introtext {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 500px;
}

.acm-contact-info .module-title  {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .acm-contact-info .module-title  {
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 5px;
    }
}

.logo-img-sm {
    max-height: 42px;
}

#search-form .com-finder__filter {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#search-form .filter-branch {
    margin-top: 20px;
}

#search-form .filter-branch .control-group {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

#search-form .filter-branch .control-group .controls {
    margin-left: 0;
}

#finder-filter-select-dates .field-calendar {
    margin-top: 10px;
}

.mod-finder .awesomplete > ul {
    top: 100%;
    color: #333;
    z-index: 100;
}

#search-form .awesomplete > ul {
    z-index: 100;
}

.com-content-article.item-page .reading-time {
    margin-bottom: 20px;
}

.com-content-article.item-page .pagination .page-item > a {
    width: auto;
}

.com-content-article.item-page .pagination > li + li {
    margin-left: auto;
}

.owl-hikashop #hikashop-custom-wrap .hikashop_product {
    box-shadow: 0 1px 17px rgba(0,0,0,0.2);
}

.box-shadow,
.mod-banners,
.twitter-block,
.col-md-3 .acm-container-tabs-wrap,
.col-sm-3 .acm-container-tabs-wrap {
    box-shadow: 0 1px 17px rgba(0,0,0,0.2);
    padding: 15px!important;
}

.twitter-block {
    margin-top: 30px;
}

.acm-slideshow-3 .item {
    position: relative;
}

.acm-slideshow-3 .owl-dots {
    position: absolute;
    bottom: 20px!important;
    left: 20px;
    background: transparent!important;
}

.acm-slideshow-3 .item .background {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.acm-slideshow-3 .item a.text-primary:hover,
.acm-slideshow-3 .item a.text-primary:focus,
.acm-slideshow-3 .item a.text-primary:active {
    color: #ff5e14 !important;
    text-decoration: underline;
}

.acm-slideshow-3 .item .slider-content {
    /*background: linear-gradient(to right, transparent, rgba(0,0,0,1));*/
    max-width: 50%;
    margin-left: auto;
    padding: 100px 40px;
    position: relative;
    text-align: center;
    z-index: 2;
}

@media (max-width: 991px) {
    .acm-slideshow-3 .item .slider-content {
        max-width: 100%;
        padding: 60px 40px;
    }
}

.search-results .list-wrap + .list-wrap {
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 20px;
}

.search-results .list-wrap {
    display: flex;
    text-align: left;
}


.com-finder #search-results .result-title  {
    margin-top: 0;
    margin-bottom: 5px;
}

.search-results .list-wrap .img-intro {
    flex: 0 0 250px;
    margin-right: 30px;
    max-width: 250px;
}

.com-finder #search-results .badge {
    background: #ff5e14;
    color: #001659;
    margin-bottom: 4px;
}

@media (max-width: 767px) {
    .search-results .list-wrap {
        flex-direction: column;
    }

    .search-results .list-wrap .img-intro { 
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.pagination .page-item > span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border: none;
    background-color: #EEF2FB;
    color: #001659;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.143rem;
    font-weight: 600;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 30px;
    text-align: center;
    width: 56px;
}

.categories-portfolio li {
    margin: 5px;
}

.categories-portfolio li > a {
    background: #EEF2FB;
    padding: 10px 13px;
}

.t4-wrapper div.owl-carousel.magazine-slide .owl-nav > button {
	top: 200px;
	left: 10px;
	line-height: 40px;
	height: 40px;
	width: 40px;
}

.t4-wrapper div.owl-carousel.magazine-slide .owl-nav > button.owl-next {
	left: auto;
	right: 10px;
}

iframe#blockrandom.autoHeight {
  min-height: 100vh;
}

@media (max-width: 767px) {
  iframe#blockrandom.autoHeight {
   min-height: 300px; 
  }
}

/*Megafiler style 22/10*/
.com_jamegafilter {
    --ja-mf-primary: #ff5e14;
    --ja-mf-success: #ff5e14;
    --ja-mf-info: #ff5e14;
    --ja-mf-warning: #ff5e14;
    --ja-mf-border: #EEF2FB;
}

.com_jamegafilter #t4-content-mast-top {
    padding-bottom: 20px;
    z-index: 99;
}

.ja-products-wrapper .product-item-link {
    color: #001659;
    transition: color .3s ease-in-out;
}

.ja-products-wrapper .published_date {
    color: #ff5e14;
    transition: color .3s ease-in-out;
}

.com_jamegafilter  #t4-content-mast-top + #t4-main-body {
    padding-top: 0;
}

.ja-filter-wrapper .filter-content {
    display: flex;
    flex-direction: column;
    background: transparent;
    padding-top: 0;
    padding-bottom: 0;
}

.ja-filter-wrapper .filter-content .block-subtitle {
    border-bottom: 1px solid #eef2fb;
    order:  1;
    text-transform: none;
    font-size: 20px;
    font-weight: 500;
}

.sb-horizontal.ja-mg-sidebar .filter-options {
    order:  2;
    margin-bottom: 0;
}


.ja-filter-wrapper .filter-content .filter-current {
    order:  3;
}

.ja-filter-wrapper .filter-content .filter-current .filter-values {
    display: none;
}

.ja-filter-wrapper .filter-actions {
    text-align: left;
}

.ja-filter-wrapper .filter-actions .btn {
    background: #ff5e14;
    color: #fff;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-title {
    margin:  0;
    padding-left: 10px;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-title span {
    background:  transparent;
    color: #001659;
    margin-bottom: 5px;
    padding:  0;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content {
    border:  0;
    display: flex;
    align-items: center;
    padding:  0;
    min-height: 0;
}

.ja-filter-wrapper .filter-content .filter-field+.filter-field {
    margin-top: 0;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content:not(.filter-dropdown) {
    height: auto;
    min-height: 0;
}

.ja-filter-wrapper .filter-content .chosen-container .chosen-single,
.ja-filter-wrapper .filter-content .input-text {
    border:  1px solid #2196f3;
    border-radius: 0;
    height: 44px;
    padding: 8px 15px;
}

.ja-filter-wrapper .filter-content  .chosen-container-single .chosen-single div b {
    background-position: 0 10px;
}



/*Product list*/
.ja-products-wrapper .product-item .product-item-info {
    border:  0;
    padding: 0;
}

.products-toolbar .jamg-layout-chooser {
    position: relative;
    top: 0;
    left: 0;
}

@media (min-width:  1200px) {
    .ja-products-wrapper .product-item a.product-item-photo img {
        object-fit: cover;
        object-position: center;
        height: 300px;
        width: 100%;
    }

    .ja-products-wrapper.products-grid .product-item-details {
        margin-bottom: 50px;
        position: relative;
    }

    .ja-products-wrapper.products-grid .product-item-details .item-content-wrap {
        background: #fff;
        padding:  30px 20px;
        margin:  0 30px;
        position: absolute;
        bottom:  -50px;
        min-height: 0;
    }

    .ja-products-wrapper.products-grid .product-item-details .item-content-wrap .desc {
        max-height: 0;
        color: #fff;
        font-size: 13px;
        line-height: 1.5;
        opacity: 0;
        margin-bottom: 0;
        transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.1s ease-in-out;
    }

    .ja-products-wrapper.products-grid .product-item-details .item-content-wrap:after {
        background: #002A76;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 6px;
        width: 100%;
        transition: height 0.4s ease-in-out;
    }

    .ja-products-wrapper.products-grid .product-item-details:hover .product-item-link {
        color: #fff;
    }

    .ja-products-wrapper.products-grid .product-item-details:hover .item-content-wrap .desc {
        max-height: 320px;
        opacity: 1;
        margin-top: 20px;
        overflow: hidden;
        transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.6s ease-in-out;
    }

    .ja-products-wrapper.products-grid .product-item-details:hover .item-content-wrap:after {
        border-top: 6px solid #F8E788;
        height: 100%;
        transition: height 0.4s ease-in-out, margin 0.4s ease-in-out, opacity 0.6s ease-in-out;
    }

    .ja-products-wrapper.list .list .product-item .product-item-info {
        border-bottom: 1px solid #eef2fb;
        display: flex;
        align-items: center;
        padding-left: 400px;
        min-height: 330px;
    }

    .ja-products-wrapper.list .list .product-item .product-item-info .thumb {
        top: 0;
        width: 380px;
    }

    .ja-products-wrapper.list .list .product-item .product-item-info .product-item-photo img {
        max-width: 100%;
    }

    .ja-products-wrapper.list .list .product-item-link {
        font-size: 28px;
    }
}


.ja-products-wrapper.products-grid .product-item-details .item-content-wrap > * {
    position: relative;
    z-index: 2;
}

/*Tab Style*/
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child {
    width: 100%;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child .filter-options-content ul.filter-items {
    display: flex;
    flex-wrap: wrap;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child .filter-options-content ul.filter-items li {
    background: none;
    padding: 0;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child .filter-options-content ul.filter-items li input {
    display: none;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child .filter-options-content ul.filter-items li label span {
    background:  #eef2fb;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child .filter-options-content ul.filter-items li label span:hover,
.sb-horizontal.ja-mg-sidebar .filter-options .filter-field.filter-radio:last-child .filter-options-content ul.filter-items li input:checked + span {
    background:  linear-gradient(84.47deg,#000028 2.66%,#01002b 2.67%,#0f0b65 7.71%,#602781 27.9%,#983b95 58.19%,#ee5423 85.67%,#ffc70b 104.18%);
    color: #fff;
}

/*Megafiler style 22/10*/
.products-toolbar .jamg-layout-chooser span {
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.products-toolbar .jamg-layout-chooser span.active {
    border-color: #ffffff !important;
    background: linear-gradient(84.47deg,#000028 2.66%,#01002b 2.67%,#0f0b65 7.71%,#602781 27.9%,#983b95 58.19%,#ee5423 85.67%,#ffc70b 104.18%);
    color: #ffffff !important;
}
.ja-products-wrapper .product-item {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    padding: 2px;
    margin-bottom: 10px;
}
.ja-products-wrapper.list .list .product-item {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    padding: 30px;
    margin-bottom: 20px;
}

ul.mostread li a {
    color: #6F6F6F;
    padding-left: 1rem;
}
ul.mostread > li a:hover {
    color: #ff5e14;
}

.latestnews .intro-image-wrap,
.mostread .intro-image-wrap {
    float: left;
    position: relative;
    margin-right: 15px;
    width: 90px;
    height: 90px;
    min-width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.latestnews li.row-flex,
.mostread li.row-flex {
    display: flex;
    flex-wrap: nowrap;
}

.latestnews .row-flex + .row-flex,
.mostread .row-flex + .row-flex {
    margin-top: 30px;
}

@media (max-width: 767.98px){
.t4-col.sidebar-r {
    padding-left: 15px;
    padding-right: 15px;
}
}