body{
    font-family: "Funnel Display", sans-serif!important;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.funnel{
    font-family: "Funnel Display", sans-serif!important;
    font-optical-sizing: auto;
    font-style: normal;
}

.sarabun{
    font-family: "Sarabun", sans-serif;
    font-style: normal;
}

.nomargin, .nomargin p{
    margin-bottom: 0!important;
}

.font800{
    font-weight: 800;
}

.font700{
    font-weight: 700;
}

.font600{
    font-weight: 800;
}

.font500{
    font-weight: 500;
}

.font400{
    font-weight: 400;
}

.font12{
    font-size: 12pt;
}

.font14{
    font-size: 14pt;
}

.font16{
    font-size: 16pt;
}

.font18{
    font-size: 18pt;
}

.font20{
    font-size: 20pt;
}

.font24{
    font-size: 24pt;
}

.font28{
    font-size: 24pt;
}

.font34{
    font-size: 34pt;
}

.white, .white p{
    color: #ffffff!important;
}

.black, .black p{
    color: #000000!important;
}

.dblue, .dblue p{
    color: #0d3663!important;
}

.grey, .grey p{
    color: #323232!important;
}

.green, .green p{
    color: #3fa7b1!important;
}

.dblue_light, .dblue_light p{
    color: #00639c!important;
}

.aligncenter, div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0!important;
}
.alignleft {
    float: left;
    margin-bottom: 0!important;
}
.alignright {
    float: right;
    margin-bottom: 0!important;
}

.ticker-wrapper.has-js{
    margin: 0!important;
}

#ticker_container{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7bbfcc;
    padding: 10px 5%;
    height: 48px;
    z-index: 1000;
}

#ticker_icon{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-top: 3px;
    float: left;
}

#ticker{
    width: calc(100% - 50px);
    float: left;
    color: #ffffff!important;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt!important;
}

.ditty-item-heading{
    display: none!important;
}

.ditty-item a{
    text-transform: none!important;
    color: #ffffff!important;
    cursor: none!important;
    pointer-events: none!important;
}

.ditty-item a::after{
    content: " | ";
    padding-left: 25px;
    padding-right: 15px;
}

.banner_one p{
    color: #ffffff!important;
    font-size: 16pt;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.banner_three p{
    color: #ffffff!important;
    font-size: 32pt!important;
    line-height: 1.1;
}

.banner_three p strong, .banner_four p strong{
    font-weight: 800!important;
}

.banner_four p{
    color: #7bbfcc!important;
    font-size: 32pt!important;
    line-height: 1.1;
}

@media screen and (max-width: 991px){
    .banner_three p,.banner_four p{
        font-size: 24pt!important;
        margin-bottom: 10px;
    }
    .mtmobile{
        margin-top: -100px!important;
    }
}

.talk-bubble {
    margin: 40px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    background-color: #7bbfcc;
    transition: 1s;
}

.footer-talk.talk-bubble {
    margin: 20px;
    display: inline-block;
    position: relative;
    width: 200px;
    height: auto;
    background-color: #7bbfcc;
    transition: 1s;
}

.footer-talk.talk-bubble:hover {
    margin: 20px;
    display: inline-block;
    position: relative;
    width: 210px;
    height: auto;
    padding: 3px;
    background-color: #7bbfcc;
}

.talk-bubble.border{
    border: 0px solid #666!important;
}
.round{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

}

/* Right triangle placed top left flush. */
.tri-right.border.left-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}
.tri-right.left-top:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 0px;
    bottom: auto;
    border: 22px solid;
    border-color: lightyellow transparent transparent transparent;
}

/* Right triangle, left side slightly down */
.tri-right.border.left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -40px;
    right: auto;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}
.tri-right.left-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -20px;
    right: auto;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -8px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 32px solid;
    border-color: transparent transparent transparent #666;
}
.tri-right.btm-left:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 22px solid;
    border-color: transparent transparent transparent lightyellow;
}

/*Right triangle, placed bottom left side slightly in*/
.tri-right.border.btm-left-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 30px;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}
.tri-right.btm-left-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 38px;
    right: auto;
    top: auto;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow;
}

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 30px;
    bottom: -40px;
    border: 20px solid;
    border-color: transparent transparent;
}
.tri-right.btm-right-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 38px;
    bottom: -20px;
    border: 12px solid;
    border-color: #7bbfcc #7bbfcc transparent transparent;
}
/*
	left: -8px;
  right: auto;
  top: auto;
	bottom: -40px;
	border: 32px solid;
	border-color: transparent transparent transparent #666;
	left: 0px;
  right: auto;
  top: auto;
	bottom: -20px;
	border: 22px solid;
	border-color: transparent transparent transparent lightyellow;

/*Right triangle, placed bottom right side slightly in*/
.tri-right.border.btm-right:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -8px;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 #666 transparent transparent;
}
.tri-right.btm-right:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 0px;
    bottom: -20px;
    border: 12px solid;
    border-color: lightyellow lightyellow transparent transparent;
}

/* Right triangle, right side slightly down*/
.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}
.tri-right.right-in:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: lightyellow transparent transparent lightyellow;
}

/* Right triangle placed top right flush. */
.tri-right.border.right-top:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: -8px;
    bottom: auto;
    border: 32px solid;
    border-color: #666 transparent transparent transparent;
}
.tri-right.right-top:after{
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 0px;
    bottom: auto;
    border: 20px solid;
    border-color: lightyellow transparent transparent transparent;
}

/* talk bubble contents */
.talktext{
    padding: 0.5em;
    padding-top: 0.4em;
    text-align: left;
    line-height: 1.5em;
}
.talktext p{
    /* remove webkit p margins */
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    margin-bottom: 0!important;
    text-align: center;
    color: #fff;
    font-family: "Sarabun", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media screen and (max-width: 991px) {
    .talktext {
        padding: 0.3em;
        padding-top: 0.2em;
        text-align: left;
        line-height: 1.5em;
    }

    .talktext p {
        font-size: 16pt !important;
    }
}
    .hamburguer-btn{
    height: 50px!important;
}

.hamburguer-btn .hamburguer span{
    height: 2px!important;
}

.btn-skew{
    animation: skew 3s infinite;
    transform: skew(20deg);
    animation-direction: alternate;
}

@keyframes skew {
    0% {
        transform: skewX(20deg);
    }
    100% {
        transform: skewX(-20deg);
    }
}

.hamburguer-btn .hamburguer span:nth-child(1), .hamburguer-btn .hamburguer span:nth-child(3){
    transition: all 1s!important;
}

.hamburguer-btn:hover .hamburguer span:nth-child(1), .hamburguer-btn:hover .hamburguer span:nth-child(3){
    top: 50%!important;
}

.hamburguer-btn .close span{
    height: 2px!important;
}

html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span, html.sticky-header-active .hamburguer-btn.hamburguer-btn-sticky-dark .close span, .pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span, .pin-wrapper .sticky-active:not([class*="sticky-wrapper-effect"]) .hamburguer-btn.hamburguer-btn-sticky-dark .close span, .pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .hamburguer span, .pin-wrapper .sticky-effect-active .hamburguer-btn.hamburguer-btn-sticky-dark .close span{
    background: #ffffff!important;
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body{
    background-image: url('/wp-content/uploads/2025/10/head-banner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body .hlogo{
    display: block;
}

.sticky-wrapper.sticky-wrapper-effect-1 .hlogo{
    display: none;
}

html.side-header-overlay-full-screen #header{
    background-color: #032b51;
}

#header .header-nav.header-nav-links nav > ul:not(:hover) > li > a.active, #header .header-nav.header-nav-links nav > ul li:hover > a{
    color: #7cbfcd;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active{
    color: #7cbfcd!important;
}

#header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a{
    color: #ffffff!important;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item{
    transition: 1s;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-item:hover{
    font-size: 24pt;
    left: 0;
}

html.side-header-overlay-full-screen #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover{
    font-size: 16pt!important;
}

.menulogo{
    margin-bottom: 75px;
}

@media screen and (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover{
        background: transparent!important;
    }
    #mainNav{
        margin-left: 0;
    }
    .menulogo{
        margin-bottom: 50px!important;
    }
    html.side-header-overlay-full-screen #header .header-nav-main{
        top: 40%;
    }
}

.menu_footer{
    position: absolute;
    bottom: 0;
    color: #7cbfcd!important;
    background: #032b51!important;
    z-index: 999999;
    width: 100%;
}

.scrollable-content{
    padding-bottom: 20%!important;
}

.bgdgreen{
    background: #3fa7b1!important;
}

.bglgreen{
    background: #7cbfcd!important;
}

.bgblue{
    background: rgb(13,99,156)!important;
}

.bgwhite{
    background: #ffffff!important;
}

.bggrey{
    background: rgb(233,234,235)!important;
}

.bglgrey{
    background: rgb(248,247,247)!important;
}

.bgcardpurple{
    background: #25408f!important;
}

.bgcardgreen{
    background: #3fa7b1!important;
}

.bgcardlblue{
    background: #85d3e1!important;
}

.bgcarddblue{
    background: #0d3663!important;
}

.bgservices_entry{
    background: rgb(207,235,242)!important;
}

.mtminus{
    margin-top: -17px!important;
}

.newshome{
    border-left: 1px solid #ffffff;
}

.newsdate{
    font-weight: 800;
    font-size: 30pt;
    color: rgb(135,209,224);
}

.eventdate{
    font-weight: 800;
    font-size: 18pt;
    color: rgb(135,209,224);
}

.eventlink a, .eventlink a:visited, .eventlink a:hover{
    color: #666666!important;
    text-decoration : none;
    font-weight: 400;
}

.newsmonth{
    font-weight: 800;
    font-size: 15pt;
    color: rgb(135,209,224);
    margin-top: -15px!important;
}

.newsyear{
    font-weight: 600;
    font-size: 10pt;
    color: #000000;
    margin-top: -28px!important;
}

.newsdots{
    margin-top: -32px!important;
}

.newsdots a, .newsdots a:visited, .newsdots a:hover{
    font-weight: 600;
    font-size: 24pt;
    color: #ffffff;
    text-decoration: none;
}

.newstitle{
    color: #000000;
    font-weight: 600;
    font-size: 15pt;
    margin-top: -8px!important;
}

.newstitle_list{
    color: #000000;
    font-weight: 600;
    font-size: 17pt;
    margin-top: -8px!important;
}

.newstitled{
    color: #000000;
    font-weight: 800!important;
    font-size: 18pt;
    margin-top: -8px!important;
}

.eventdots a, .eventdots a:visited, .eventdots a:hover{
    font-weight: 600;
    font-size: 24pt;
    color: #3fa7b1;
    text-decoration: none;
}

.services{
    z-index:5!important;
}

.sstrap{
    z-index:100!important;
}

.serviceslink a, .serviceslink a:visited, .serviceslink a:hover{
    color: #ffffff!important;
    font-size: 14pt;
    font-family: "Sarabun", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.eventhome{
    border-left: 1px solid #ccc;
}

.eventintro{
    padding-top: 4rem!important;
    padding-bottom: 4rem!important;
}

.quoteleft{
    color: #3fa7b1;
    font-size: 15pt;
}

.quoteauthor{
    font-weight: 700;
    color: #0d3663;
    margin-top: 10px;
    font-size: 16pt;
    margin-bottom: -10px;
}

.quotecompany{
    font-weight: 500;
    color: #3fa7b1;
    font-family: "Sarabun", sans-serif;
    font-size: 12pt;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
    background-color: #0d3663;
}

.owl-theme .owl-dots .owl-dot span{
    background-color: transparent;
    border: 1px solid #0d3663;
}

@keyframes animatedBackground {
    from {
        background-position: 90% 0%, 10% 100%;
    }
    to {
        background-position: 100% 0%, 0% 100%;
    }
}

.quotes{
    background-image: url('/wp-content/uploads/2025/10/top-right-quote-bracket.png'), url('/wp-content/uploads/2025/10/bottom-left-quote-bracket.png');
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 50px;
}

.news_quotes{
    background-image: url('/wp-content/uploads/2025/10/bottom-left-quote-bracket.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 30px;
}

.rmore a, .rmore a:visited, .rmore a:hover{
    color: #3fa7b1!important;
    text-decoration: none;
    font-weight: 500;
    font-size: 12pt;
}

@media screen and (max-width: 991px) {

}

#footer{
    background: #0d3663!important;
}

.footlink, .footlink a, .footlink a:visited, .footlink a:hover{
    color: #7cbfcd!important;
}

.fa-linkedin-in{
    color: #ffffff!important;
    font-size: 10pt;
    border: 1px solid #ffffff;
    margin-left: 5px;
    padding: 3px;
    border-radius: 3px;
    transition: 0.5s;
}

.fa-linkedin-in:hover{
    padding: 4px;
}

.content_head{
    background-image: url('/wp-content/uploads/2025/10/head-banner.jpg');
    background-repeat: no-repeat;
    background-position: top right;
}

.bio_image, .thumb-info, .thumb-info-wrapper.overlay::before{
    border-radius: 15px!important;
}

.thumb-info{
    background: transparent!important;
}

.thumb-info-inner{
    color: #3fa7b1!important;
    font-weight: 700;
    font-family: Sarabun;
}

.thumb-info-caption .thumb-info-caption-text, .biompos{
    padding: 0;
    color: #323232;
}

.thumb-info:hover img{
    transform: none;
}

.biomtitle{
    color: #3fa7b1!important;
    font-weight: 700;
    font-family: Sarabun;
    font-size: 14pt;
}

.modal-header{
    border-bottom: 0!important;
}

.modal-body{
    padding: 10%!important;
}

.biolinkedin .fa-linkedin-in{
    color: #000000!important;
    border: 1px solid #000000;
    padding: 2px;
}

.biolinkedin a, .biokinkedin a:visited, .biolinkedin a:hover{
    color: #000000!important;
    text-decoration: none!important;
    font-weight: 500;
}

.rounded-card{
    border-radius: 10px!important;
}

.service-card{
    min-height: 300px;
    position: relative;
    cursor: pointer;
}

.service-plus{
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 14pt;
    color: #000;
    background: #7cbfcd;
    height: 28px;
    width: 25px;
    border-radius: 50%;
}

.btn-card, .btn-card:visited{
    color: #fff;
    font-weight: 400;
    font-size: 12pt;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: 0.5s;
}

.btn-card:hover{
    color: #85d3e1;
    font-weight: 400;
    font-size: 12pt;
    padding: 5px 15px;
    border: 1px solid #fff;
    border-radius: 5px;
}

form label{
    font-weight: 300!important;
}

.contact-form input::placeholder, .contact-form textarea::placeholder{
    font-family: "Sarabun", sans-serif!important;
    font-style: normal!important;
    color: #666666!important;
    font-weight: 300!important;
}

.contact-form input:not(.form-check-input){
    padding: 10px!important;
    background: #eeeeee!important;
    border: 0!important;
}

.contact-form textarea{
    background: #eeeeee!important;
    border: 0!important;
}

.contact-form input[type="submit"]{
    border: 0;
    border-radius: 5px;
    padding: 10px 15px!important;
    background: #3fa7b1!important;
    color: #ffffff!important;
    font-size: 14pt!important;
    font-weight: 300!important;
    transition: 0.5s;
}

.contact-form input[type="submit"]:hover{
    background: #00639c!important;
}

.owl-carousel.stage-margin .owl-stage-outer{
    margin-left: 20px!important;
    margin-right: 20px!important;
}

.strapline p{
    line-height: 1.5!important;
}

.inthenews a, .inthenews a:visited, .inthenews a:hover{
    color: #0d3663;
}