.elementor-kit-15{--e-global-color-primary:#17385F;--e-global-color-secondary:#2E2E2E;--e-global-color-text:#2E2E2E;--e-global-color-accent:#17385F;--e-global-color-558e76b6:#000;--e-global-color-5d967a33:#FFF;--e-global-color-52417f8:#235FAC;--e-global-color-ce106b5:#2051A4;--e-global-color-0750833:#FCD603;--e-global-color-ade2a2c:#FBB914;--e-global-color-9aeeb46:#F6F7F8;--e-global-color-ed6f0b5:#09161E;--e-global-color-805c7be:#1D356A;--e-global-color-aab6eec:#235FAC14;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-text-font-family:"Kanit";--e-global-typography-accent-font-family:"Kanit";font-family:"Kanit", Sans-serif;font-size:18px;font-weight:400;line-height:1.7em;}.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{background-color:var( --e-global-color-accent );font-size:16px;font-weight:500;text-transform:uppercase;color:var( --e-global-color-5d967a33 );border-radius:0px 0px 0px 0px;padding:15px 35px 15px 35px;}.elementor-kit-15 button:hover,.elementor-kit-15 button:focus,.elementor-kit-15 input[type="button"]:hover,.elementor-kit-15 input[type="button"]:focus,.elementor-kit-15 input[type="submit"]:hover,.elementor-kit-15 input[type="submit"]:focus,.elementor-kit-15 .elementor-button:hover,.elementor-kit-15 .elementor-button:focus{background-color:#FCD603;color:var( --e-global-color-primary );}.elementor-kit-15 a{color:var( --e-global-color-ce106b5 );}.elementor-kit-15 a:hover{color:var( --e-global-color-primary );}.elementor-kit-15 h1{font-weight:600;line-height:1.3em;}.elementor-kit-15 h2{font-weight:600;line-height:1.4em;}.elementor-kit-15 h3{font-weight:600;line-height:1.4em;}.elementor-kit-15 h4{font-weight:600;line-height:1.4em;}.elementor-kit-15 h5{font-weight:600;line-height:1.4em;}.elementor-kit-15 h6{font-weight:600;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1025px){.elementor-kit-15{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-15 button,.elementor-kit-15 input[type="button"],.elementor-kit-15 input[type="submit"],.elementor-kit-15 .elementor-button{padding:15px 30px 15px 30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* บังคับใช้ Kanit สำหรับทุกองค์ประกอบข้อความหลัก */
body,
h1, h2, h3, h4, h5, h6,
p, span, div, a, li, input, textarea, select, button {
    font-family: 'Kanit', sans-serif !important;
}

html[lang="th"] body,
html[lang="th"] h1, html[lang="th"] h2, html[lang="th"] h3, html[lang="th"] h4, html[lang="th"] h5, html[lang="th"] h6,
html[lang="th"] p, html[lang="th"] span, html[lang="th"] div, html[lang="th"] a, html[lang="th"] li,
html[lang="th"] input, html[lang="th"] textarea, html[lang="th"] select, html[lang="th"] button {
    font-family: 'Kanit', sans-serif !important;
}
/*End Font*/
.elementor-button:hover .elementor-button-icon .e-font-icon-svg {
    fill: #17385f;
    transition: color .5s ease
}
/*Fill box*/
.at_button.elementor-widget-button {
    width: fit-content;
}
.at_button .elementor-button::before{
    content:'';
    position: absolute;
    background: #fcd603; /*<-- Change fill color here*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right; /*<-- Change fill out direction*/
    transition: transform .5s ease; /*<-- Change fill speed */
}

/*Hover class*/
.at_button .elementor-button:hover::before{
    transform: scaleX(1);
    transform-origin: left; /*<-- Change fill in direction*/

}

/*Button text*/
.at_button .elementor-button-text{
    z-index: 1;
}

/*Hover Icon*/
.at_button:hover .elementor-button-icon{
    z-index: 1;
    transition: color .5s ease
}

/*Icone size */
/*.at_button .elementor-button-icon{*/
/*    transform: scale(1.3);*/
/*    padding-left: 5px;*/
/*}*/

/*Text focus color */
.at_button .elementor-button:focus {
    color: #FFF !important;
}

/*Text hover color */
.at_button .elementor-button:hover {
    color: #17385f !important;
    background-color: #17385f;
}
.at_button .elementor-button:hover .elementor-button-icon .e-font-icon-svg {
    fill: #17385f;
}

/*Fill box Black*/
.at_button_color.elementor-widget-button {
    width: fit-content;
}
.at_button_color .elementor-button::before{
    content:'';
    position: absolute;
    background: #17385f; /*<-- Change fill color here*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right; /*<-- Change fill out direction*/
    transition: transform .5s ease; /*<-- Change fill speed */
}

/*Hover class*/
.at_button_color .elementor-button:hover::before{
    transform: scaleX(1);
    transform-origin: left; /*<-- Change fill in direction*/

}

/*Button text*/
.at_button_color .elementor-button-text{
    z-index: 1;
}

/*Hover Icon*/
.at_button_color:hover .elementor-button-icon{
    z-index: 1;
    transition: color .5s ease
}

/*Icone size */
/*.at_button_color .elementor-button-icon{*/
/*    transform: scale(1.3);*/
/*    padding-left: 5px;*/
/*}*/

/*Text focus color */
.at_button_color .elementor-button:focus {
    color: #17385f !important;
}

/*Text hover color */
.at_button_color .elementor-button:hover {
    color: #FFF !important;
    background-color: #fcd603;
}

.at_button_color .elementor-button:hover .elementor-button-icon .e-font-icon-svg {
    fill: #FFF;
}

/*lightbox 1200*/
@media (min-width: 1025px) {
.elementor-lightbox .elementor-video-container .elementor-video-landscape {
        max-height: 85vh !important;
        width: 75vw !important;
    }
}/* End custom CSS */