/* ซ่อนโค็ด */
[v-cloak] {
    display: none;
}
[v-cloak]::before {
    content: "loading...";
}
.banner-checkbia-landing {
    background-image:url('../img/banner-health-PC.png');
    background-position: center right;
}
.padding-col-checkbox {
    padding-left: 0;
}
.padding-select-checkbox {
    padding-left: 28px;
}
.txt-sub-title-circle{
    line-height: 60px;
    color: #373737;
    margin-bottom: 40px;
}
.bg-video-landing.custom-health {
    max-width: 813px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.loading-page {
    position: fixed;
    z-index: 4000;
    display: none;
}

.loading-page.show {
    display: block !important;
}

.loading-box {
    position: relative;
    background-color: #3737371f;
    width: 100vw;
    height: 100vh;
}

.loading-box img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
}


.year.disabled{
    pointer-events: none ;
}

@media (max-width: 1200px) {
    .txt-sub-title-circle{
        line-height: 42px;
    }
}
@media (max-width: 767px) {
    .bg-video-landing.custom-health {
        min-height: 407px;
    }
}
@media (max-width: 575px) {
    .padding-col-checkbox {
        padding-right: 0;
    }
    .bg-video-landing.custom-health {
        min-height: 233px;
    }
}
@media (max-width: 500px) {
    .txt-sub-title-circle{
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}
@media (max-width: 374px) {
    .txt-sub-title-circle{
        font-size: 15px;
    }
}

