/*
Theme Name: Jensen Child
Description: This is a child theme for Xora Theme
Author: Giang Hoang Viet
Template: hello-elementor
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
html{
    overflow-x: hidden;
}
b, strong{
    font-weight: 700;
}
body{
    overflow-x: hidden;
    line-height: 1.5 !important;
    font-size: 16px !important;
    font-family: "Inter", sans-serif;
}
.eael-data-table tbody tr td, .eael-data-table tbody tr th{
    line-height: 1.5 !important;
}
.uppercase {
    text-transform: uppercase;
}
.elementor-heading-title{
    line-height: 1.2;
}
i.fab.fa-twitter{
    background: url(images/logo-twiter.svg) no-repeat;
    background-size: contain;
}
.dark-icons .fab.fa-twitter{
    background-image: url(images/icon-twiter-2.svg);
}
.dark-icons .fab.fa-twitter:hover{
    background-image: url(images/logo-twiter.svg);
}
i.fab.fa-twitter:before{
    opacity: 0;
}
figcaption.widget-image-caption.wp-caption-text {
    margin-top: 10px;
}
.elementor-widget-theme-post-title span.elementor-heading-title span {
    color: #C19C60;
}
.mb-0{
    margin-bottom: 0 !important;
}
.elementor-field-group .elementor-select-wrapper select option {
    color: #000;
}
span.elementor-icon-list-text {
    word-break: break-word;
}
.align-bottom .elementor-container {
    align-items: flex-end !important;
}

blockquote {
    border-left: 4px solid #000;
    color: #333;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.25em;
    padding: 0 1.25em 0 1.25em;
    position: relative;
}
nav.elementor-pagination {
    margin-top: 40px;
}
h6.post-type-search {
    color: #46b64f;
}
a{
    color: var(--e-global-color-accent);
}
a:active, a:hover{
    color: var( --e-global-color-primary );
}
p a{
    font-weight: 400;
    text-decoration: underline;
}
table tfoot th, table thead th {
    font-size: 16px;
}
iframe, img{
    max-width: 100%;
}
hr {
    margin: 15px 0;
}
.elementor-form-fields-wrapper.elementor-labels-above {
    align-items: flex-start;
}
h1, h2, h3, h4, h5, h6{
    line-height: 1.2 !important;
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.text-right{
    text-align: right;
}
[type=button], [type=submit], button{
    border-radius: 99px;
    color: var( --e-global-color-primary );
    border-color: var( --e-global-color-primary );
    padding: 6px 23px;
    font-weight: 700;
    outline: none;
    text-align: center;
}
[type=button]:hover, [type=submit]:hover, button:hover, .mfp-close-btn-in .mfp-close:hover{
    background: var( --e-global-color-secondary );
    color: #fff;
}

.elementor-widget-theme-post-content ol, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-widget-text-editor ul, .elementor-widget-woocommerce-product-content ul, .elementor-widget-woocommerce-product-content ol{
    margin-bottom: 15px;
    padding-left: 16px;
}
.elementor-widget-theme-post-content ol li, .elementor-widget-theme-post-content ul li,
.elementor-widget-text-editor ol li, .elementor-widget-text-editor ul li, .elementor-widget-woocommerce-product-content ul li, .elementor-widget-woocommerce-product-content ol li{
    margin-bottom: 8px;
}
.image-cover, .media-items .elementor-image-box-wrapper figure.elementor-image-box-img{
    position: relative;
    padding-top: 60%;
}
.elementor-posts .elementor-post .image-cover{
    padding-top: 60%;
}
.elementor.swiper-slide.e-loop-item {
    padding-bottom: 20px;
}
.image-cover img{
        right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.elementor-nav-menu ul li a {
    border-bottom: 1px solid #ddd;
}
.elementor-location-footer .elementor-widget .elementor-icon-list-item {
    align-items: flex-start;
}
.elementor-location-footer .elementor-widget .elementor-icon-list-item span.elementor-icon-list-icon {
    padding-top: 5px;
}
body .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}
.align-center > .elementor-container {
    justify-content: center;
}
nav.elementor-pagination span, nav.elementor-pagination a {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    padding: 0 6px;
    border: 1px solid #ccc;
    color: #666;
    line-height: 26px;
    margin: 0!important;
}
nav.elementor-pagination span.current, nav.elementor-pagination span:hover, nav.elementor-pagination a:hover {
    background: #F0F1F3;
    color: #000;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover{
    border-left: 0 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 40%;
    left: 0%;
    color: #46B64F;
    font-size: 30px;
    background: #fff!important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 4px rgba(0,0,0,.15)!important;
    line-height: 30px;
    outline: none !important;
}
.owl-carousel .owl-nav button:hover{
    color: var( --e-global-color-primary ) !important;
}
.owl-carousel .owl-nav button.owl-next{
    left: auto;
    right: 0%;
}
nav.elementor-pagination.ecs-load-more-button span, nav.elementor-pagination.ecs-load-more-button a {
    width: auto;
    height: auto;
    background: transparent;
    border: 0;
    color: #46B64F;
    padding: 0;
}
nav.elementor-pagination.ecs-load-more-button a {
    background: transparent;
    border: 1px solid #46B64F;
    border-radius: 99px;
    padding: 8px 20px;
}
nav.elementor-pagination.ecs-load-more-button a:after{
    content: "\f061";
    transform: rotate(-45deg);
}
nav.elementor-pagination.ecs-load-more-button a:hover{
    background: #46B64F;
    color: #fff;
}
nav.elementor-pagination.ecs-load-more-button a:hover span{
    color: #fff;
}
.row{
    display: flex;
    flex-flow: row wrap;
}
.col{
    width: 100%;
    padding: 0px 15px 15px;
}
.row.large-columns-3 .col{
    width: 33.333%;
}
#content.page{
    width: 100%;
    max-width: 100%;
}
.show-for-medium{
    display: none !important;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu > li > a {
    border-bottom: 1px solid #ddd;
    outline: none !important;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu--dropdown a.elementor-item-active {
    font-weight: 700 !important;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu > li > a:active{
    background: transparent !important;
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 999;
    min-width: 300px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    bottom: 0 !important;
    padding: 50px 15px;
    margin: 0;
    margin-left: -300px;
    width: 300px !important;
    max-height: 100%;
    transition: all 300ms ease;
    transform-origin: left !important;
    transform: none !important;
    max-height: 100vh !important;
    height: 100vh !important;
}
.admin-bar nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    top: 32px !important;
}
.elementor-menu-toggle.elementor-active + nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-left: 0;
    overflow: unset;
    background: #fff;
}
.elementor-menu-toggle.elementor-active + nav.elementor-nav-menu--dropdown.elementor-nav-menu__container:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 50%);
    width: 100vh;
    display: block;
}
.dark .col-inner ul li:before {
    filter: brightness(0) invert(1);
}
nav.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-nav-menu{
    padding-left: 0;
    background: #fff;
}
.max-width-970 {
    max-width: 970px;
}
.single .elementor-widget-theme-post-title h1{
    font-size: 2.4rem;
}
.single .breadcrumbs span.current-item {
        display: none;
    }

#header.fixed-header {
    position: fixed; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255);
    left: 0;
    right: 0;
    z-index: 999;
}
.admin-bar #header.fixed-header{
    top: 32px;
}
#header.fixed-header .hide-scroll{
    display: none;
}
#header.fixed-header .elementor-widget-nav-menu .elementor-widget-container {
    margin-top: 0 !important;
}
form.elementor-form label a {
    text-decoration: underline !important;
}
form.elementor-form label a:hover{
    text-decoration: none !important;
}
.breadcrumbs a{
    color: #fff;
    font-weight: 400;
}
.breadcrumbs {
    font-size: 14px;
   text-shadow: none;
   color: #fff;
   text-transform: capitalize;
   font-weight: 400;
}
.row-wrap > .elementor-container{
    flex-flow: row wrap;
}
.elementor-widget-tabs .elementor-tab-content {
    padding: 10px 0;
}
i#close-menu {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 25px;
    height: 25px;
    font-size: 20px;
}
.elementor-post .elementor-post__thumbnail img{
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    transform: scale(1.01) translate(-50%,-50%);
}

.full-content-section .elementor-column.left-content > .elementor-widget-wrap > .elementor-element{
    margin-left: auto;
    margin-right: 0;
    max-width: 535px;
    width: 100%;  
}
.elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto;
    min-width: 220px;
}
.title-slider h2 span{
    background: url(images/bg-title-slide.png) no-repeat;
    background-position: bottom center;
    background-size: 100%;
}

.mfp-content .member-info {
    background: #fff;
    display: flex;
    width: 90%;
    max-width: 1000px;
    flex-flow: row wrap;
    margin: 6% auto;
    border-radius: 15px;
    padding: 30px;
}
.mfp-content .member-info .image-member{
    width: 35%;    
}
.mfp-content .member-info .content-member{
    width: 62%;
}
.mfp-content .member-info .elementor-widget-theme-post-content{
    width: 100%;
}
.mfp-content .member-info h4.elementor-heading-title {
    color: #090C81;
    font-size: 24px;
    margin-top: 15px;
}

.mfp-content .member-info .elementor-widget-social-icons a {
    background: transparent;
    border: 1px solid #070B80;
}
.mfp-content .member-info .elementor-widget-social-icons a * {
    color: #070B80 !important;
    fill: #070B80 !important;
}
.mfp-content .member-info .elementor-widget-social-icons a {
    font-size: 16px !important;
}
.mfp-content .member-info .elementor-widget-social-icons {
    text-align: right;
    margin-top: -50px;
}
.mfp-content .member-info .elementor-widget-social-icons a:hover * {
    color: #fff !important;
    fill: #fff !important;
}

.mfp-content .member-info .elementor-widget-social-icons a:hover {
    background: #070B80;
}
.mfp-content .member-info .elementor-widget-theme-post-featured-image:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 43%;
    background: #070B80;
    border-radius: 20px 20px 0 0;
    z-index: 0;
    display: block;
}
.mfp-content .member-info .elementor-widget-theme-post-featured-image .elementor-widget-container{
    position: relative;
    z-index: 1;
}
.elementor-gallery-carousel .swiper-slide{
    padding-top: 56.6%;
    height: auto;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.05);
}
.elementor-gallery-carousel #thumb-slider{
    margin-top: 15px;
}
.elementor-gallery-carousel #thumb-slider .swiper-slide{
    padding-top: 120px;
}
.elementor-gallery-carousel .swiper-slide img{    
    right: 0;
    width: auto;
    height: auto;
    max-width: 90%;
    max-height: 90%;
    bottom: 0;
    left: 0;
    margin: auto;
    top: 0;
    position: absolute;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}
.elementor-gallery-carousel .swiper-button-next, .elementor-gallery-carousel .swiper-button-prev{
    color: #fff;
}
.elementor-nav-menu--layout-vertical .elementor-nav-menu ul{
    position: static !important;
    width: 100% !important;
    display: block !important;
}
.elementor-nav-menu--layout-vertical > ul.elementor-nav-menu > li > a{
    border-bottom: 1px solid #ddd;
}
.elementor-nav-menu--layout-vertical li a{
    width: 100%;
}
.elementor-nav-menu .sub-arrow {
    margin-left: auto;
}
.elementor-nav-menu--layout-vertical .elementor-nav-menu ul li a, .elementor-nav-menu--layout-vertical .elementor-nav-menu ul li:hover>a, .elementor-nav-menu--layout-vertical .elementor-nav-menu ul li a:focus{
    padding: 10px 15px;
}
.e-loop-item span.label_icon {
    position: absolute;
    z-index: 2;
    width: 45px;
    height: 45px;
    background: #51616F;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    font-weight: 700;
    top: 0;
    left: 0;
}
@media(min-width: 1400px){
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 2.1rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.3rem;
    }
    h1, h2, h3, h4, h5, h6{
        line-height: 1.2 !important;
    }
    body{
        font-size: 16px !important;
    }
    .elementor-gallery-carousel #main-slider .swiper-slide{
        padding-top: 55%;
    }
}

@media(min-width: 900px) and (max-width: 1100px){
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.1rem;
    }
    h3 {
        font-size: 1.65rem;
    }
    h4 {
        font-size: 1.4rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    #header .elementor-nav-menu li:hover > .elementor-nav-menu--dropdown {
        display: block !important;
    }
    #top-bar{
        display: none !important;
    }
}
@media(min-width: 900px){
    .row-large-columns-3 .elementor-container, .row-large-columns-5 .elementor-container {
        flex-flow: row wrap !important;
    }
    .row-large-columns-3 .elementor-container .elementor-column{
        width: 33.3333% !important;
    }
    .row-large-columns-5 .elementor-container .elementor-column{
        width: 20% !important;
    }
    .align-center .elementor-loop-container.elementor-grid .e-loop-item {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
    .align-center .elementor-loop-container.elementor-grid {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-evenly;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .show-only-medium{
        display: none !important;
    }
}

@media(max-width: 880px){
    h1{
        font-size: 2.1rem;
    }
    .page-header-wrapper h1{
        font-size: 1.8rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3{
        font-size: 1.5rem;
    }
    h4{
        font-size: 1.3rem;
    }
    h5{
        font-size: 1.1rem;
    }
    .full-content-section .elementor-column > .elementor-widget-wrap > .elementor-element{
        max-width: 100%;
    }
    .row.medium-columns-2 .col{
        width: 50%;
    }
    #header .elementor-search-form .elementor-search-form__input {
        font-size: 18px;
    }
    .row.large-columns-3 .col{
        width: 50%;
    }
    .hide-for-medium{
        display: none !important;
    }
    .show-for-medium{
        display: block !important;
    }
    table.show-for-medium{
        display: table !important;
    }
    .single .elementor-widget-theme-post-title h1{
        font-size: 2rem;
    }
    .page-header-wrapper .elementor-container.elementor-column-gap-default {
        min-height: 250px !important;
    } 
    ul.products.elementor-grid.columns-3 li.product .box-product-item {
        padding: 15px;
    }
   
    .elementor-tabs-content-wrapper .elementor-accordion-item .elementor-tab-title{
        display: block;
    }
    
    .page-header-wrapper .breadcrumbs{
        margin-bottom: -10px;
    }
    .page-header-wrapper {
        background-position: 65% 0 !important;
    }
    .elementor-gallery-carousel #thumb-slider .swiper-slide{
        padding-top: 80px;
    }
    .mfp-content .member-info .image-member{
        width: 100%;    
        max-width: 300px;
    }
    .mfp-content .member-info .content-member{
        width: 100%;
    }
    .elementor-nav-menu ul.sub-menu {
        padding-left: 15px;
    }
    #menu-main-menu li .elementor-element, #menu-main-menu ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open{
        box-shadow: none !important;
    }
    .elementskit-navbar-nav-default .elementskit-dropdown-has>a .elementskit-submenu-indicator {
        border: 0;
    }
    .elementor-nav-menu.sm-vertical > li > .elementor-item{
        font-weight: 700 !important;
        text-transform: uppercase !important;
    }
}
@media(max-width: 600px){
    h1{
        font-size: 1.9rem;
    }
    .page-header-wrapper h1, .single .elementor-widget-theme-post-title h1{
        font-size: 1.6rem;
    }
    h2 {
        font-size: 1.6rem;
    }
    h3{
        font-size: 1.3rem;
    }
    h4{
        font-size: 1.2rem;
    }
    h5{
        font-size: 1.1rem;
    }
    .row.medium-columns-2 .col, .row.large-columns-3 .col{
        width: 100%;
    }
    .elementor-button {
        font-size: 15px;
        padding: 8px 15px;
    }
   .page-header-wrapper .elementor-container.elementor-column-gap-default {
        min-height: 200px !important;
    }
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: calc(100%/3);
    }
    #header .elementor-button span.elementor-button-text{
        font-size: 12px;
    }
    ul.products.elementor-grid.columns-3 li.product .box-product-item {
        padding: 10px;
    }

    .page-header-wrapper .elementor-shape-bottom svg{
        height: 95px !important;
    } 
    .page-header-wrapper h1{
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }
    .btn-submit .elementor-button-wrapper .elementor-button .elementor-align-icon-left, form .elementor-button .elementor-align-icon-left {
        margin-left: -11px;
    }
    .mfp-content .member-info{
        padding: 10px;
    }
    #header.fixed-header .hide-scroll-small{
        display: none;
    }
    .mfp-content .member-info .elementor-widget-social-icons {
        text-align: left;
        margin-top: 10px;
    }
    .mfp-content .member-info .elementor-grid-0 .elementor-grid{
        justify-content: flex-start !important;
    }
    #header .elementor-button {
        font-size: 12px;
        padding: 8px 10px;
    }

}