/*
 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');
@font-face{
    font-family: SukhumvitSet;
    src: url('./assets/font/SukhumvitSet.ttc');
}
*{
    font-family: 'Prompt', sans-serif;
    margin: 0;
    padding: 0;
    
}
:root{
    --color-green:#006C68;
    --color-red:#E2493F;
    --color-mint:#30BDB7;
    --color-red-1:#600000;
    --color-pink:#FF8F8B;
    --color-red-2:#DD2554;
    --color_blue:#05367A;
}
html {
    scroll-behavior: smooth;
    background-color: #F5FFFE;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}
h1.entry-title{
    display: none !important;
}
.site-content{
    flex-direction: column;
}
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-green{
    color: var(--color-green) !important;
}
.text-light-green{
    color: #02a09b !important;
}
.text-red1{
    color: var(--color-red-1) !important;
}

.text-blue{
    color: var(--color_blue) !important; 
}
.text-dark{
    color: #3F3F3F !important;
}
.img-dot{
    border-radius: 50% !important;
}
.text-red{
    color: var(--color-red) !important;
}
.text-red_2{
    color: var(--color-red-2) !important;
}
.text-pink{
    color: var(--color-pink) !important;
}
.text-mint{
    color: var(--color-mint) !important;
}
.font_i{
    font-style: italic;
}
.font_s{
    font-family: 'SukhumvitSet';
}

.w-80-center{
    width: calc(100% - 20%);
    margin: 0 auto;
}
.w-70-center{
    width: calc(100% - 30%);
    margin: 0 auto;
}
.elementor-widget-container{
    background: #F5FFFE !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: #006C68;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    width: 10px !important;
    height: 10px !important;
}
.swiper-pagination-bullets{
    bottom: -2rem !important;
}
.main-bt a:hover{
    color: #fff;
    transform: scale(1.05);
    transform-origin: center;
    transition: 0.5s;
}
.page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    color: #006C68 !important;
    justify-content: center;
    margin-left: 1rem;
    border: 1px solid #006C68;
}
.page-numbers.current {
    background: #006C68;
    color: #fff !important;
}
a.next.page-numbers {
    color: #006C68 !important;
    background: transparent;
    font-weight: 600;
}
.comments-area,.entry-header,.entry-meta,.featured-image{
    display: none !important;
}
.page-header, .sidebar .widget, .site-main>* {
    margin-bottom: 0px !important;
}
.one-container .container{
    background-color: #F5FFFE !important;
}

button.bt_answer_bt{
    background: transparent !important;
}
button.bt_answer_bt:disabled .bt_answer,
button.bt_answer_bt[disabled] .bt_answer{
    filter: grayscale(1);
    background: #66666629;
}
.article_card_img img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center;
}
.other-service{
    background: url('./assets/pc/banner/404_bg.png') no-repeat center / cover;
    height: 56vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bt-404{
    background: #006C68;
    border-radius: 20px;
    padding: 0.3rem 1.5rem ;
}

section.sponser {
    padding-bottom: 5rem;

    .logo_spon {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2rem;
        margin-top: 2rem;
    }
}