
.mw-text{
    color:#00aeff;
}

.mw-background{
    background-color:#00aeff;
}

.fwidth {
    width: 100% !important;
}

.fheight {
    height: 100% !important;
}

.search-bar{
    max-height:500px;
    position:relative;
}

.search-bar-bg{
    height:500px;
    max-height:500px;
    overflow: hidden;
}

.search-bar-bg img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center -4rem;
}

.search-bar-body{
    position:absolute;
    border:0px solid red;
    bottom:25px;
    width:100%;
    height:100%;
    max-height:300px;
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
}

.tippy-box[data-theme~='tomato'],.tippy-box[data-theme~='tomato2'] {
    background-color: #3591ea;
    color: white;
}

.search-bar-body ul li a{
    color:white;
    text-shadow:1px 1px 2px black;
    font-weight:bold;
    --bulma-tabs-link-active-border-bottom-color:#00aeff;
    font-size:1.1rem;
}

.search-bar-body ul li.is-active a{
    color:#00aeff;
}

.search-bar-body .search-bar-body-input{
    width: 100%;
    max-width: 800px;
    box-shadow: 1px 1px 2px black;
}

.search-bar-body .search-bar-body-input .search-bar-body-input-container{
    border-radius:2px;
    position:relative;
    background-color:white;
}


.search-bar-body-input-br{
    display:flex;
}

.search-bar-body-input-inputfield{
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    background-color: #fff;
    width: 100%;
    height: 40px;
    padding: 0 8px;
    color: #444;
    font-size: 1rem;
}

.search-bar-body-input-inputfield:focus,
.search-bar-body-input-inputfield:active,
.search-bar-body-input-inputfield:hover{
    border: none;
    box-shadow: none;
    outline: none;
    background-color: #fff;
}

.search-bar-body-input-inputfield::placeholder{
    color: #999;
}

.search-bar-body-input-br div{
    max-height: 40px;
    max-width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    cursor: pointer;
    transition: background-color .3s ease-in-out;
    font-weight: 700;
}

.search-bar-body-input-br div.is-active,.search-bar-body-input-br div:hover,.search-bar-body-input-button,.search-bar-body-input-button:hover{
    background-color:#00aeff;
}

.search-bar-body-input-button, .search-bar-body-bldg{
    font-weight:bold;
    max-height: 40px;
    max-width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: black;
}

.search-bar-body-bldg{
    background-color: #dddddd;
}

.search-bar-body-autocomplete li[aria-selected="true"]{
    background-color:#e7f7ff
}

.search-bar-body-autocomplete{
    position: absolute;
    max-height: 226px;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0.5rem 0 0 0;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1000;
    outline: none;
}

.search-bar-body-autocomplete ul > li{
    padding:6px 10px ;
    cursor:pointer;
}

.search-bar-body-autocomplete ul > li:hover{
    background-color:#dbdbdb;
}

.search-bar-body-autocomplete ul > li >mark{
    color: #47a5ff;
    font-weight:bold;
    background:transparent;
}

.search-bar-body-autocomplete .no_result{
    padding:7px;
}

.search-bar-body-bldg i{
    transition:transform .3s ease-in-out;
}

.search-bar-body-bldglist{
    width:100%;
    display: block;
    position: absolute;
    z-index: 1;
    border-radius: 3px; 
    box-shadow: black 2px 2px 7px;
    background-color:white;
    padding:10px;
    max-height: 400px;
    overflow-y: auto;
    margin-top:3px;
    z-index: 11;
    top: 50px;
    left: 0;
}

.search-bar-body-bldglist.close{
    display:none;
}

.search-bar-body-bldglist-header{
    font-size:1.25rem;
    color: black;
    font-weight:900;
    text-align: center;
}

.search-bar-body-bldglist-zone{
    font-size: 1rem;
    background-color: #00aeff;
    padding: 5px;
    color: white;
    font-weight:bold;
    border-radius: 5px;
}

.search-bar-body-bldglist-content{
    border-inline-start: 2px solid #d1d1d1;
    padding-inline-start: 15px;
    margin: 0.5rem;
}

.search-bar-body-bldglist-content .cell{
    cursor:pointer;
}

.search-bar-body-bldglist-content .cell.disable{
    pointer-events: none;
    color: #bfbfbf;
}

.search-bar-body-bldglist-content .cell:hover{
    font-weight: bold;
    color:#00aeff;
}

.search-bar-body-plate{
    display: flex;
    justify-content:center;
    overflow-x: auto;
    max-width: 800px;
    width: 100%;
    background-color: #ffffff8c;
    border-radius: 10px;
    margin: 5px;
}

.search-bar-body-plate .plate{
    white-space: nowrap;
}

.search-bar-body-plate .plate a{
    color:white;
    font-weight:bold;
    text-shadow: 1px 1px 3px black;
}

.search-bar-body-plate .plate a.disabled{
    color:#979797;
    pointer-events:none;
}

.search-bar-body-plate .plate a:hover{
    color:#57c4f7;
}

.swiper_good_prop,.swiper_live{
    position: relative;
    display: flex;
    justify-content: center;
}

.swiper_good_prop{
    width: 100%;
    max-width: 100%;
    height: 320px;
    min-height: 280px;
    max-height: 320px;
    overflow: hidden;
}

.swiper_good_prop .swiper-wrapper,
.swiper_good_prop .swiper-button-next,
.swiper_good_prop .swiper-button-prev{
    visibility: hidden;
}

.swiper_good_prop.swiper-ready .swiper-wrapper,
.swiper_good_prop.swiper-ready .swiper-button-next,
.swiper_good_prop.swiper-ready .swiper-button-prev{
    visibility: visible;
}

.swiper_good_prop-loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: #fff;
    box-sizing: border-box;
}

.swiper_good_prop.swiper-ready .swiper_good_prop-loading{
    display: none;
}

.swiper_good_prop-loading-track{
    --good-prop-spv: 1.4;
    --good-prop-gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    gap: var(--good-prop-gap);
    justify-content: center;
    align-items: stretch;
}

.swiper_good_prop-loading-card{
    flex-shrink: 0;
    height: 100%;
    width: calc((100% - var(--good-prop-gap) * (var(--good-prop-spv) - 1)) / var(--good-prop-spv));
    border-radius: 0.75rem;
    background: linear-gradient(90deg, #ececec 25%, #f8f8f8 50%, #ececec 75%);
    background-size: 200% 100%;
    animation: good-prop-loading-shimmer 1.4s ease-in-out infinite;
    display: none;
    opacity: 1;
}

.swiper_good_prop-loading-card:nth-child(-n+3){
    display: block;
}

.swiper_good_prop-loading-card:nth-child(1),
.swiper_good_prop-loading-card:nth-child(3){
    opacity: 0.6;
}

.swiper_good_prop-loading-text{
    flex-shrink: 0;
    margin: 0;
    color: #3591ea;
    font-weight: 600;
    text-align: center;
}

@keyframes good-prop-loading-shimmer{
    0%{
        background-position: 200% 0;
    }
    100%{
        background-position: -200% 0;
    }
}

.swiper_good_prop .swiper-wrapper{
    display: flex;
    flex-wrap: nowrap;
    height: 95%;
}

.swiper_good_prop .swiper-slide{
    flex-shrink: 0;
    height: 100%;
    box-sizing: border-box;
}

.swiper_good_prop.swiper-initialized .swiper-slide{
    opacity: 0.6;
    transition: opacity .3s;
}

.swiper_good_prop.swiper-initialized .swiper-slide.swiper-slide-fully-visible{
    opacity: 1;
}

.swiper_good_prop .card-image .image.is-2by1{
    aspect-ratio: 2 / 1;
}

.swiper_good_prop .card-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_good_prop .card-image picture{
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 480px) {
    .swiper_good_prop-loading-track{
        --good-prop-spv: 2.4;
        --good-prop-gap: 12px;
    }

    .swiper_good_prop-loading-card:nth-child(-n+4){
        display: block;
    }

    .swiper_good_prop-loading-card:nth-child(1),
    .swiper_good_prop-loading-card:nth-child(4){
        opacity: 0.6;
    }

    .swiper_good_prop-loading-card:nth-child(2),
    .swiper_good_prop-loading-card:nth-child(3){
        opacity: 1;
    }
}

@media only screen and (min-width: 768px) {
    .swiper_good_prop-loading-track{
        --good-prop-spv: 3.4;
        --good-prop-gap: 16px;
    }

    .swiper_good_prop-loading-card:nth-child(-n+5){
        display: block;
    }

    .swiper_good_prop-loading-card:nth-child(1),
    .swiper_good_prop-loading-card:nth-child(5){
        opacity: 0.6;
    }

    .swiper_good_prop-loading-card:nth-child(2),
    .swiper_good_prop-loading-card:nth-child(3),
    .swiper_good_prop-loading-card:nth-child(4){
        opacity: 1;
    }
}

@media only screen and (min-width: 1024px) {
    .swiper_good_prop-loading-track{
        --good-prop-spv: 4.4;
        --good-prop-gap: 16px;
    }
}

@media only screen and (min-width: 1280px) {
    .swiper_good_prop-loading-track{
        --good-prop-spv: 5.4;
        --good-prop-gap: 20px;
    }
}

.homepage-deferred{
    content-visibility: auto;
    contain-intrinsic-size: auto 420px;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0 1rem;
}

.homepage-deferred > h2.title{
    width: 100%;
    max-width: 60%;
    text-align: center;
}

.homepage-deferred .swiper_live,
.homepage-deferred .swiper_news,
.homepage-deferred .index-zone{
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.index-zone .index-news,
.index-zone .index-disclaimer,
.index-zone .index-section{
    max-width: 100%;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.swiper_good_prop .good-prop-slogan{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #00aeff;
    border-top-left-radius: 0.75rem;
    padding: 0.2rem 0.5rem;
    border-bottom-right-radius: 0.75rem;
    color: white;
}

.swiper_good_prop .card{
    height:100%;
}

.swiper_live .live-layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b3b3b3a8;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}


@supports not ((aspect-ratio: auto) or (aspect-ratio: 2/1)) { 	
    .image.is-16by9:not(.description) ,.image.is-2by1{
        padding-top: 56.25%;
    }

    .swiper_good_prop .card{
        height:auto;
    }

}

.swiper_good_prop .card:hover{
    box-shadow: 0 0 10px #82d7ff;
}

.swiper_good_prop .swiper-button-next,.swiper_good_prop .swiper-button-prev{
    background-color: #00aeff;
    padding: 1.25rem 0.75rem;
    color: white;
    height: 20px;
    width: 20px;
}

.swiper_good_prop .swiper-button-next{
}

.swiper_good_prop .swiper-button-prev{
}

.swiper_good_prop .media-right{
    margin-inline-start: 0;
}

.swiper-button-next:after,.swiper-button-prev:after{
    font-size: 1.25rem!important;
    font-weight: bold;
}

.swiper_live:not(.swiper-initialized) .swiper-wrapper,
.swiper_news:not(.swiper-initialized) .swiper-wrapper{
    display: flex;
    overflow: hidden;
}

.swiper_live:not(.swiper-initialized) .swiper-slide:not(:first-child),
.swiper_news:not(.swiper-initialized) .swiper-slide:not(:first-child){
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.swiper_live .swiper-slide:not(.swiper-slide-active), .swiper_news .swiper-slide:not(.swiper-slide-active){
    opacity: 0.6;
}

.swiper_live{
    max-width: 60%;
    width: 100%;
    position: relative;
    min-height: 240px;
    margin-left: auto;
    margin-right: auto;
}

.swiper_live .swiper-slide.live-slide{
    width: 100%;
}

.swiper_live .live .image.is-16by9{
    aspect-ratio: 16 / 9;
}

.swiper_live .interviewer .personal-image img{
    width: 96px;
}

.swiper_live .swiper-pagination,.swiper_news .swiper-pagination{
    bottom:-25px!important;
}

.swiper_live .live-layer.gone{
    z-index: -1;
}

.swiper_live .live{
    background-color:#f5f5f5;
}

.swiper_live .swiper-slide{
    margin: 0px 0px 0px 20px;
}

.swiper_live .interviewer{
    width: 40% !important;
    overflow:hidden;
    background-color: #f7f7f7;
}

.swiper_live .interviewer .personal-image{
    display: flex;
    justify-content: center;
}

.swiper_live .interviewer .name{
    text-align: center;
}

.swiper_live .interviewer .intro{
    padding:20px 40px;
}

.swiper_news{
    max-width: 60%;
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
}

.swiper_news .swiper-slide{
    width: min(100%, 720px);
    max-width: 100%;
    box-sizing: border-box;
}


.swiper_news .swiper-slide div:first-child{
    background-color:#f5f5f5;
}

.swiper_news .news-container{
    display: flex;
    width: 100%;
    color: black;
    position: relative;
}

.swiper_news .news-content{
    width: 50%;
    padding: 15px 0px 15px 15px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_news .news-report{
    max-height:250px;
}

.swiper_news .news-title{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
    max-height: 30px;
    -webkit-line-clamp: 1;
    height: 100%;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.swiper_news .news-text{
    width: 100%;
    height: 100%;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
    max-height: 200px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.swiper_news .news-img{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_news .news-img img{
    position: unset!important;
    box-shadow: 0 0 10px 2px #8080807d;
    width: auto!important;
    height:auto!important;
}

.swiper_news .news-img img:not(.report){
    border-radius: 5px;
}

.index-news,.index-disclaimer{
    max-width: 60%;
    width: 100%;
    background-color:white;
}

.index-zone{
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.index-section{    
    max-width: 60%;
    width: 100%;
    display:flex;
    padding:0.5rem 0rem;
}

.index-section .chart{
    background-color:white;
    padding: 1rem;
    width: 70%;
    margin-right:8px;
    margin-left:8px;
}

.index-section .index{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;
    margin-right: 8px;
}

.index-section .index .index-value{
    background-color:white;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3rem;
}

.apexcharts-toolbar .custom-icon{
    display: flex;
    align-items: flex-end;
}

.homepage h2:not(:first-child){
    margin-bottom:1rem;
}

.homepage{
    overflow:hidden;
}

h2.title{
    margin-top:3rem!important;
}

h2.title.news,h2.title.index{
    margin-top:4rem!important;
}

.is-pointer{
    cursor:pointer;
}

#video_aut {
    background-color: #6fd5ffa6;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 888888;
    border-radius: 5px;
    padding:2rem;
}

#cross_div{
    cursor:pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -28px;
    top: -28px;
}

@media only screen and (min-width: 1600px) {
    .swiper_good_prop{
        height: 400px;
        min-height: 300px;
    }

    .swiper_live{
        min-height: 360px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1599px) {
    .swiper_live{
        min-height: 320px;
    }
}

@media only screen and (max-width: 1024px) {

    h2.title:not(.live,.news,.index){
        margin-top:2rem!important;
    }
    h2.title.live{
        margin-top:1.5rem!important;
    }

    h2.title.news,h2.title.index{
        margin-top:1.5rem!important;
    }

    .homepage-deferred{
        padding: 0 0.75rem;
    }

    .homepage-deferred > h2.title,
    .homepage-deferred .swiper_live,
    .homepage-deferred .swiper_news,
    .homepage-deferred .index-zone,
    .swiper_live,
    .swiper_news,
    .index-section,
    .index-news,
    .index-disclaimer{
        max-width: 100%;
    }

    .swiper_good_prop{
        max-height: 270px;
        height: 270px;
        min-height: 270px;
    }

    .swiper_live .interviewer .personal-image .is-96x96{
        width:64px;
        height:64px;
    }

    .swiper_live{
        min-height: 220px;
        padding-bottom: 1.5rem;
    }

    .swiper_live .swiper-slide{
        margin: 0px;
    }

    .swiper_news .swiper-slide{
        width: 100%;
    }

    .index-section{
        flex-direction: column;
    }

    .index-section .chart,.index-section .index{
        width: 100%;
    }

    .index-section .index .index-value{
        padding: 0.5rem;
        margin: 0.5rem 0rem 0rem;
    }
    
    .swiper_news .news-text{
        line-height: 26px;
        max-height: 105px;
        -webkit-line-clamp: 3;
        font-size: 0.75rem;
    }
}

@media only screen and (max-width: 769px) {
    .search-bar-bg{
        max-height:300px;
        height:300px;
    }

    .search-bar-bg img{
        object-position: center 2rem;
    }
    .search-bar-body{
        justify-content: flex-end;
    }

    .search-bar-body-plate{
        justify-content: left!important;
    }

    .homepage-deferred{
        padding: 0 0.5rem;
    }

    .swiper_live .interviewer{
        width: 85% !important;
    }

    .swiper_live .live .image.is-16by9 iframe{
        width: 100%;
        height: 100%;
    }

    .swiper_news .news-container{
        flex-direction: column;
        align-items: stretch;
    }

    .swiper_news .news-img,
    .swiper_news .news-content{
        width: 100%;
        padding: 0.75rem;
        box-sizing: border-box;
    }

    .swiper_news .news-content{
        align-items: flex-start;
    }

    .swiper_news .news-title{
        max-height: 24px;
        line-height: 1.4;
    }

    .swiper_news .news-img img{
        max-width: 100%;
        height: auto !important;
    }

    .index-section .chart {
        padding:0.5rem 0rem 0rem 0rem;
        margin-right: 0px;
        margin-left: 0px;
    }

    .index-section .index{
        flex-direction: unset;
    }

    .index-section .index .index-value{
        width:49%;
    }

    .swiper_news .news-report{
        max-height:200px;
    }
}

@media only screen and (max-width: 680px) {
    #video_aut {
        width: 100%;
        padding:2rem 0.5rem;
    }

    #cross_div{
        right: -6px;
        top: -32px;
    }
}

@media only screen and (max-width: 600px) {
    .swiper_live .interviewer{
        width: 100% !important;
    }

    .swiper_live .interviewer .intro{
        padding: 1rem 1.25rem;
    }

    .index-section .index .index-value{
        width: 100%;
        padding: 0.75rem;
    }

    .index-section .index{
        flex-direction: column;
    }
}

@media only screen and (max-width: 450px) {
    #chart1{
        padding-left: 0rem;
        padding-right: 1rem;
    }
}
