.bulb-form-image {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 1;
    border-radius: .75rem;
}

.bulb-form {
    position: relative;
    z-index: 4;
}

.bulb-form .iti__selected-dial-code {
    color: rgb(24 40 108/var(--tw-text-opacity, 1));
}

.tel-input,
.bulb-form .iti__selected-dial-code {
    font-size: 18px;
}

.tel-input {
    line-height: 1;
}

.bulb-form button.submit-bulb-form:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.contact-tel-form .info-text {
    position: relative;
    z-index: 3;
}

.contact-tel-form .info-text a {
    text-decoration: underline !important;
}


@media screen and (max-width: 768px) {
    .bulb-form-image {
        position: relative;
        height: auto;
        width: auto;
        overflow: auto;
    }

    .tel-input,
    .bulb-form .iti__selected-dial-code {
        vertical-align: middle;
        font-size: 16px;
        line-height: 1;
    }

    .bulb-form .iti__selected-dial-code {
        transform: translateY(1px);
    }
}

.iti {
    display: flex !important;
    gap: 4px;
}

.tel-input {
    padding-left: 0 !important;
}

.bulb-form .iti__country-container {
    top: unset !important;
    bottom: unset !important;
    transform: unset !important;
    position: unset !important;
}

.iti__selected-country-primary {
    height: min-content !important;
    transform: translateY(.75px) !important;
}

@media screen and (max-width: 768px) {
    .bulb-form .iti__selected-dial-code {
        transform: translateY(0px);
    }

    .tel-input {
        transform: translateY(0px);
    }
}


.page-news-detail__content{
    table {
        border-collapse: collapse;
        width: 100%;
        margin: 20px auto;
    }
    th, td {
        border: 1px solid #051148;
        padding: 10px;
        text-align: left;
    }
    th {
        background-color: rgba(5, 17, 72, 0.8);
        color: white;
    }
}

.faq-text{
    p{
        color: #051148;
        line-height: 1.70588;
        font-size: 1rem !important;
        @media screen and (max-width: 767px) {
            font-size: .88235rem !important;
        }
        b, strong{
            font-family: Kanit, sans-serif;
            font-weight: 600
        }
        font{
            color: #051148 !important;
            @media screen and (max-width: 767px) {
                font-size: .88235rem !important;
            }
        }
        span{
            font-size: 1rem !important;
            @media screen and (max-width: 767px) {
                font-size: .88235rem !important;
            }
        }
    }
}

.bg-primary-tr {
    background-color: #F1F4FF;
}

.overflow-visible {
    overflow: visible;
}

.h-55px {
    height: 55px;
}


.pt-5rem {
    padding-top: 5rem !important;
}

.color-grey-light {
    color: #A1A3AD;
}


.display-block{
    display: block;
}

.homepage__hero .homepage--container h1.homepage-headline-en{
    @media screen and (min-width: 896px) {
        font-size: 70px;
    }
}

.homepage__hero .homepage--container .homepage-subtitle{
    display: block;
    font-size: 21px;
    font-weight: 400;
    line-height: 26.25px;
    margin-top: 1rem;
    @media screen and (max-width: 895px){
        text-align: center;
    }
}

/*news*/
.news-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0;
}

.news-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12.75px;
    box-shadow: 0 0 20px 0 #FF601A1A;
    padding: 27px 23px 30px;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

.news-card h3 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #143a8f;
}

.news-card p {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
    margin-bottom: 0;
    min-height: 72px;
}

.news-btn {
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FF601A;
    color: #fff;
    width: 204px;
    height: 48px;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    transition: background .2s ease;
}

.news-btn:hover {
    background: #e85d13;
}

.news-btn-load {
    font-family: 'Kanit', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    background: #FF601A;
    color: #fff;
    width: 383px;
    height: 52px;
    border-radius: 999px;
}

@media only screen and (max-width: 991px) {
    .news-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-card img {
        height: 180px;
    }
}

@media only screen and (max-width: 767px) {
    .news-cards {
        grid-template-columns: 1fr;
        /*padding: 16px;*/
    }
    .news-btn-load {
        width: auto;
        max-width: 340px;
    }
}

.articles-default__wrapper {
    margin: 84px auto 80px;
}
@media only screen and (max-width: 1099px) {
    .articles-default__wrapper {
        margin: 60px auto 80px;
    }
}
.page-article-detail {
    padding-top: 78px;
    background: #FFFAF8;
}
.page-article-detail i,
.page-article-detail em {
    font-style: italic;
}
@media only screen and (max-width: 1099px) {
    .page-article-detail {
        padding-top: 46px;
    }
}
@media only screen and (max-width: 575px) {
    .page-article-detail {
        padding-top: 46px;
        background: #FFF;
    }
}
.article-container {
    max-width: 739px;
    padding: 46px 33px 54px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px 0px #FF601A1A;
    border-radius: 12.75px;
    margin: 100px auto 40px;
    background: #FFFFFF;
}
@media only screen and (max-width: 991px) {
    .article-container {
        box-sizing: border-box;
        padding: 32px 1.47059rem;
        width: 100%;
        box-shadow: none;
        margin: 60px auto 40px
    }
}
@media only screen and (max-width: 767px) {
    .article-container {
        padding: 20px 1.47059rem;
    }
}
@media only screen and (max-width: 575px) {
    .article-container {
        padding: 0 1.47059rem;
    }
}


.article-title {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 51px;
    line-height: 51px;
    text-align: center;
    color: #18286C;
}

@media only screen and (max-width: 991px) {
    .article-title {
        font-size: 40px;
        line-height: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .article-title {
        font-size: 36px;
        line-height: 38px;
    }
}
.article-date {
    margin-top: 20px;
    color: #979797;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.article-image {
    width: 100%;
    height: auto;
    margin: 40px 0;
}
.article-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.article-perex {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 20px;
}
.article-btn-back {
    left: -112px;
    top: -46px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 54px;
    width: 54px;
    box-shadow: 0px 0px 20px 0px #FF601A1A;
    border-radius: 12.75px;
    background: #FFFFFF;
}

@media only screen and (max-width: 991px) {
    .article-btn-back {display: none;}
}



.content-block a {
    color: #FF601A;
    text-decoration: underline;
}

.content-block + .content-block {
    margin-top: 16px;
}
.content-block:last-child {
    margin-bottom: 0 !important;
}

.content-block.content-block--paragraph,
.content-block.content-block--paragraph p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.content-block.content-block--paragraph p + p {
    margin-top: 16px;
}

.content-block.content-block--heading,
.content-block.content-block--heading h1 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #000000;
}
.content-block.content-block--heading h1 {
    margin-top: 28px;
}

.content-block.content-block--highlighted,
.content-block.content-block--quote {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    background: #FFE9D4;
    border-radius: 12.75px;
    padding: 32px 26px;
}
.content-block.content-block--highlighted .content-block:first-child,
.content-block.content-block--highlighted .content-block:first-child h1 {
    margin-top: 0 !important;
}
.content-block.content-block--highlighted {
    margin: 30px auto 40px;
}
.content-block.content-block--quote {
    margin: 38px auto 32px;
}
.content-block.content-block--quote .quote-author {
    margin-top: 12px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    text-align: right;
    font-style: italic;
}

@media only screen and (max-width: 575px) {
    .content-block.content-block--highlighted,
    .content-block.content-block--quote {
        padding: 24px 24px;
        font-size: 16px;
    }

    .content-block.content-block--quote .quote-author {
        font-size: 14px;
    }
}

.content-block.content-block--ulist {

}
.content-block--ulist ul {
    padding-left: 24px;
    margin: 0;
    list-style-type: disc;
}
.content-block--ulist ul li {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.content-block--ulist ul li + li {
    margin-top: 8px;
}

.content-block.content-block--olist {

}
.content-block--olist ol {
    padding-left: 18px;
    margin: 0;
    counter-reset: section;
    list-style-type: none;
}
.content-block--olist ol li {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.content-block--olist ol li:before {
    counter-increment: section;
    content: counters(section, ".") ". ";
}
.content-block--olist ol li + li {
    margin-top: 8px;
}

.content-block.content-block--youtube .content-block__inner{
    padding: 24px 0;
}
.content-block--youtube .video-wrapper {
    position: relative;
    overflow: hidden;
}
.content-block--youtube iframe,
.content-block--youtube .video-iframe,
.content-block--youtube .video-thumbnail {
    overflow: hidden;
    border-radius: 9px;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-block--youtube .video-play-button {
    cursor: pointer;
}

.content-block.content-block--spotify .content-block__inner{
    padding: 19px 0 16px;
}
.content-block--spotify [data-spotify-uri]{
    min-height: 40px;
    background-color:#ddd;
    border-radius: 18px;
    position:relative
}


.article-accordion {
    width: 100%;
    max-width: 680px;
    overflow: hidden;
    margin-top: 20px;
    border: 1px solid #FF601A;
    border-radius: 12.75px;
    background-color: #fff;
}
.article-accordion .accordion__intro {
    position: relative;
    padding: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.article-accordion .accordion__content {
    padding: 0 32px;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    opacity: 0;
}
.article-accordion .accordion__content p {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    margin: 0;
}
.article-accordion .accordion-title, .article-accordion p {
    margin: 0;
}
.article-accordion .accordion-title {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
}
.article-accordion .accordion-more {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 11.75H22.75M11.75 0.75V22.75' stroke='%23FF601A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.1s ease-in-out;
}

.article-accordion.open {
    padding-bottom: 32px;
}
.article-accordion.open .accordion-more {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16H27' stroke='%23FF601A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}
.article-accordion.open .accordion__content {
    padding: 0 32px 32px;
    opacity: 1;
}
@media only screen and (max-width: 575px){
    .article-accordion.open {
        padding-bottom: 24px;
    }

    .article-accordion .accordion__intro {
        padding: 24px;
    }
    .article-accordion .accordion__content {
        padding: 0 24px;
    }
    .article-accordion.open .accordion__content {
        padding: 0 24px 24px;
    }

    .article-accordion .accordion__content p {
        font-size: 14px;
    }
    .article-accordion .accordion-title {
        font-size: 16px;
    }
}






/*.content-block .article-accordion-item {
    border: 1px solid #FF601A;
    border-radius: 12.75px;
    padding: 32px;
}
@media only screen and (max-width: 575px) {
    .content-block .article-accordion-item {
        padding: 24px;
    }
}
.content-block .article-accordion-item + .article-accordion-item {
    margin-top: 16px;
}
.content-block .article-accordion-item__banner {
    color: #000000;
    text-decoration: none;
}
.content-block .article-accordion-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000000;
    gap: 12px;
}

@media only screen and (max-width: 767px) {
    .content-block .article-accordion-item__question {
        font-size: 16px;
        gap: 16px;
    }
}
.content-block .article-accordion-item.open .article-accordion-item__content {
    margin-top: 23px;
}
.content-block .article-accordion-item .article-accordion-item__content {
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.content-block .accordion-item__question-icon {
    width: 24px;
}
.content-block .accordion-item__question-icon svg {
    width: 24px;
    height: 24px;
}
.content-block .article-accordion-item .faq-more {
    !* plus *!
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 11.75H22.75M11.75 0.75V22.75' stroke='%23FF601A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.1s ease-in-out;
}
.content-block .article-accordion-item.open .faq-more {
    !* minus *!
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 16H27' stroke='%23FF601A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 575px) {
    .content-block .article-accordion-item .faq-more {
        width: 20px;
        height: 20px;
    }
    .content-block .article-accordion-item.open .faq-more {
        width: 20px;
        height: 20px;
    }
}*/
.content-block.content-block--image .content-block__inner {
    padding: 24px 0;
}
.content-block.content-block--image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.content-block.content-block--attachment .content-block__inner {
    padding: 24px 0;
}
.content-block--attachment .article-attachment {
    font-family: 'Kanit', sans-serif;
    color: #FF601A;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    border: 1px solid #FFCEA8;
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    opacity: 1;
    border-radius: 12.75px;
    padding: 26px 32px;
}
.content-block--attachment .article-attachment__btn {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    background: #FF601A;
    color: #FFFFFF;
    text-decoration: none;
    opacity: 1;
    border-radius: 999px;
    gap: 10px;
    padding: 12px 24px;
    min-width: 190px;
}
@media only screen and (max-width: 575px) {
    .content-block--attachment .article-attachment {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        padding: 24px 24px;
    }
    .content-block--attachment .article-attachment__btn {
        width: 100%;
        text-align: center;
    }
}

.content-block.content-block--gallery {
    margin: 30px auto;
}
.content-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
@media only screen and (max-width: 649px) {
    .content-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));;
    }
}
.lightbox-card {
    aspect-ratio: 1 / 1;
    border-radius: 12.75px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.lightbox-card img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.lightbox-card:hover .lightbox-card-opener {
    opacity: 1;
    visibility: visible;
}
.lightbox-card .lightbox-card-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00338066;
    height: 100%;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
}
.tariff-title{
    font-size: 1.6rem;
}
.tariff-content {
    max-width: 290px
}

/*calc*/
.calculator-btns {
    flex-direction: row;
    gap: 8px;
}
@media only screen and (max-width: 767px){
    .calculator-btns {
       display: block
        /* gap: 0;
        flex-direction: column;
        align-items: flex-start;*/
    }

    .calculator-btns .tariff-button{
        text-align: center;
    }
}

/* goolge reviews */
.google-reviews__summary {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    font-family: 'Kanit', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #18286C;
}
.google-reviews__summary strong,
.google-reviews__summary b
{
    font-weight: 500;
}
.google-reviews__summary > div {
    position: relative;
}
.google-reviews__summary > div::before {
    content: "";
    width: 1px;
    height: calc(100% - 4px);
    display: block;
    position: absolute;
    right: -20px;
    top: 3px;
    font-weight: 300;
    background: #FF601A;
}

@media only screen and (max-width: 767px){
    .google-reviews__summary {
        flex-direction: column;
        gap: 12px;
        align-items: center;
        padding: 24px 0;
    }
    .google-reviews__summary > div::before {
        display: none;
    }
}

.google-reviews__summary > div:last-child::before {
    display: none;
}
.google-reviews__box {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row;
    margin: 56px auto 0;
    justify-content: center;
    border-radius: 16px;
   /* box-shadow: 0px 0px 20px 0px #FF601A1A;*/
    box-shadow: 0 0 20px 0 #ff601a1a;
    width: max-content;
    padding: 16px 28px;
    background: #fff;
}
.google-reviews__rating {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 76px;
    color: #FF601A;
}
.google-reviews__counter {
    font-family: 'Kanit', sans-serif;
    color: #051148;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media screen and (max-width: 767px){
    .google-reviews__box {
        gap: 12px;
        padding: 12px 20px;
    }
    .google-reviews__rating {
        font-size: 48px;
        line-height: 56px;
    }
}
@media screen and (max-width: 420px){
    .google-reviews__box {
        padding: 12px 16px;
    }
    .google-reviews__rating {
        font-size: 40px;
        line-height: 48px;
    }
}

.google-reviews__grid {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
@media only screen and (max-width: 767px){
    .google-reviews__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.google-review {
    /*box-shadow: 0px 0px 20px 0px #FF601A1A;*/
    /*box-shadow: 0px 4px 6px -4px #1018281A;
    box-shadow: 0px 10px 15px -3px #1018281A;*/
    box-shadow: 0 0 20px 0 #ff601a1a;
    border-radius: 16px;
    opacity: 1;
    gap: 24px;
    padding: 24px;
    font-family: 'Kanit', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    height: max-content;
}
.google-review__header {
    display: flex;
    gap: 4px;
}
.google-review__body {
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    color: #4B5563;
    min-height: 100px;
}
.google-review__footer {
    font-weight: 300;
    color: #4B5563;
    font-size: 12px;
    margin-top: auto;
    justify-self: flex-end;
}
.google-review__footer strong {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 2px;
}

.button-orange--outline {
    background: transparent;
    color: #FF601A;
    border: 2px solid #FF601A;
    padding: 10px 24px;
    border-radius: 999px;
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
    transition: background-color .2s;
}
.button-orange--outline:hover,
.button-orange--outline.active{
    background: #FF601A;
    color: #fff;
}