/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


*{
    font-family: "Kanit", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    
}
.font_eng{
    font-family: "Outfit", sans-serif !important;
    font-optical-sizing: auto;
}
:root{
    --color-mint:#7CCFD6;
    --color-d-mint:#459BAF;
}
html {
    scroll-behavior: smooth;
    background-color: #ffffff;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1.entry-title{
    display: none !important;
}
.site-content{
    flex-direction: column;
}
.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #8B8B8B;
    border-radius: 50%;
    color: #ffffff !important;
    justify-content: center;
    margin-left: 1rem;
}
.page-numbers.current {
    background: var(--color-mint);
    color: #fff !important;
}
ul#menu-menu-main{
    list-style: none;
    margin-bottom: 0 !important;
}
.font-title{
    font-size: 1.7rem;
    text-transform: uppercase;
}
.font-sub-title{
    font-size: 1.5rem;
}

.font-w-200 {
    font-weight: 270;
}
.font-w-300{
    font-weight: 300;
}
.font-w-400{
    font-weight: 400;
}
.font-w-500{
    font-weight: 500;
}
.font-w-600{
    font-weight: 600;
}
.font-w-700{
    font-weight: 700;
}
.text-mint{
    color: #7CCFD6 !important;
}
.text-mint-l{
    color: #89E8E5 !important;
}
.text-mint-dark{
    color: var(--color-d-mint) !important;
}
.text-mint-d{
    color: #469BB1 !important;
}
.text-green-d{
    color: #50B4B0 !important;
}
.text-green-d{
    color: #94E8D4 !important;
}
.text-d{
    color: #6C6C6C !important;
}
.img-dot{
    border-radius: 50% !important;
}

.w-80-center{
    width: calc(100% - 20%);
    margin: auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: auto;
}
.elementor-widget-container{
    background: #ffffff !important;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
ิ.border-radius-20{
    border-radius: 20px !important;
    transition:  0.5s;
}
ิ.border-radius-top-20{
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    transition:  0.5s;
}
.inside-site-info {
    display: none !important;
    
}
.bg-cream{
    background: #fffff9;
}
.font-404 {
    font-size: 10rem;
}
.sub-font-404{
    font-size: 3rem;
}
p.sub-font-404{
    font-size: 1rem;
}
.hover-up:hover{
    transform:translateY(-15px);
    transition:  0.5s;
}
.hover-big:hover{
    transform:scale(1.05);
    transition:  0.5s;
}
.hover-down:hover{
    transform:translateY(-15px);;
    transition:  0.5s;
}
label.wpforms-field-label {
    color: #1a1a1a !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #7CCFD6 !important;
}
.swiper-pagination-bullet{
    width: 1rem !important;
    height: 1rem !important;
    background: #fff !important;
    border: 1px solid #7CCFD6;
    opacity: 1 !important;
}
.main-bt a:hover{
    color: #fff;
    transform: scale(1.05);
    transform-origin: center;
    transition: 0.5s;
}

.rounded-xl{
    border-radius: 1.25rem !important;
}
.rounded-md{
    border-radius: 0.5rem !important;
}

p{
    margin-bottom: 0 !important;
    line-height: 1.2;
}

.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 0em !important;
}
.italic{
    font-style: italic ;
}
.font_normal{
    font-style: normal ;
}
.underline{
    border-bottom: 1px solid var(--color-d-mint);
}
.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-left{
    background-image: linear-gradient(to right,rgba(86, 177, 191, 0.651),rgba(86, 177, 191, 0.651)) !important;
}
.swiper-button-next::after,.swiper-button-prev::after{
    content: '' !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -2rem !important;
}
.trim_text{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.article_info .trim-text{
    -webkit-line-clamp: 1 !important;
}
.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 0 !important;
}
.featured-image,.entry-header,.entry-meta,.comments-area{
    display: none !important;
}
.team_item{
    overflow: hidden;

    img{
        transition: all 0.5s ease-out;
    }

    img:hover,.choose_icon_item:hover{
        transform: scale(1.1);
        transition: all 0.5s ease-out;
    }
}
.choose_icon_item{
    transition: all 0.5s ease-out;
}
.choose_icon_item:hover{
    transform: scale(1.1);
    transition: all 0.5s ease-out;
}
