html {
    scroll-behavior: smooth;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    overflow-x: hidden;
    font-size: 16px;
    font-family: "NotoSans", "NotoSans-thai";
    line-height: 1.4;
    display: block;
    min-height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

b,
strong {
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
}

.img-thumbnail {
    border: none;
    background: none;
}

.pad_section {
    padding: 84px 0;
}

.t_inline {
    display: inline-block;
}

.breadcrumb a {
    color: #003087;
}

#layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-top: 70px;
}

.main-header {
    padding: 15px 0 0 0;
    /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
}

.logo-circle {
    width: 50px;
    height: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.logo-text {
    font-size: 24px;
    font-weight: 600;
    color: #4a5bb5;
}


/* Navigation Styles */

.navbar {
    display: flex;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1020;
    background-color: #ffffff;
    padding: 10px 20px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.navbar-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #101820;
    flex-shrink: 0;
}

.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav.center-nav {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    margin-left: 15px;
}

.navbar-actions {
    margin-left: auto;
}

.nav-link {
    color: #101820;
    font-weight: lighter;
    font-size: 18px;
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #3e6dc2 !important;
    transform: translateY(-2px);
}

.nav-link.dropdown-toggle::after {
    margin-left: 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f107";
    border: none;
    font-size: 11px;
}


/* Dropdown Styles */

.dropdown-menu {
    background: white;
    border: none;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
    margin-top: 5px;
}

.dropdown-item {
    color: #333 !important;
    padding: 12px 20px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    color: #101820;
}


/* Apply Button */

.btn-apply {
    background: #eed484;
    color: #3f3619;
    font-family: "NotoSans-thai-semibold";
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 17px;
    border: none;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 3px 15px rgba(255, 215, 0, 0.3);
}

.btn-apply:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
    background: #eed484;
}


/* ///// footer ///// */

.main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.page-content {
    flex: 1;
}


/* Footer */

.main-footer {
    background: #001e60;
    color: white;
    padding: 20px 0 0;
    margin-top: auto;
    flex-shrink: 0;
}

.footer-section {
    height: 100%;
}

.footer-title {
    color: white;
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
}

.footer-top {
    padding-bottom: 24px;
}


/* Social Links */

.social-links {
    display: flex;
    gap: 10px;
    margin: 32px 0 24px 0;
}

.social-link {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: white;
    transform: translateY(-2px);
}


/* Contact Info */

.contact-title {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.contact-text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.phone-item i {
    width: 18px;
    height: 18px;
    border: 0.8px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 7px;
}


/* Footer Menu */

.footer-menu-title {
    color: white;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: white;
}


/* Footer Brand */

.footer-brand {
    text-align: right;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.logo-circle-footer img {
    display: flex;
    margin: 0 auto;
    width: 100%;
}

.logo-text-footer {
    font-size: 28px;
    font-weight: 700;
    color: #1e3a8a;
}

.brand-text-footer h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    color: white;
    letter-spacing: 2px;
}

.brand-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 3px;
    margin-top: -5px;
    display: block;
}

.brand-slogan {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    /* font-style: italic; */
    text-align: center;
    margin: -10px;
    font-weight: lighter;
}


/* Footer Bottom */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px 0;
    margin-top: 24px;
}

.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin: 0;
}

.footer-policies {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-policies a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-policies a:hover {
    color: white;
}


/* /////////////////////// start home ///////////////////////// */

.home-cover {
    background-image: url("/assets/images/home/home-cover.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 90vh;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-cover .txt-home {
    color: #fff;
    text-align: center;
    align-items: center;
}

.home-cover .txt-home h1 {
    font-size: 115px;
    font-family: "NotoSans-semibold";
}

.home-cover .txt-home p {
    font-size: 40px;
    font-weight: lighter;
}

.home-cover .txt-define p {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
}

.make-smile {
    background-color: #dbe5f5;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    text-align: center;
    align-items: center;
}

.txt-make-smile h2 {
    font-size: 45px;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    color: #001e60;
    width: 1200px;
    margin: 10px auto;
}

.txt-make-smile h3 {
    font-size: 34px;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    color: #001e60;
}

.txt-make-smile p {
    font-size: 23px;
    color: #001e60;
}

.sec_define .define_about {
    width: 70%;
    margin: 0 auto;
}

.sec_define .txt-define {
    text-align: center;
}

.sec_define .txt-define p {
    font-size: 26px;
    margin-bottom: 0;
}

.sec_define .txt-define h1 {
    font-size: 64px;
    color: #101820;
}

.sec_define .txt-define h2 {
    font-size: 22px;
    color: #2353AA;
    font-weight: bold;
}

.sec_card .card_table:nth-child(1) {
    background: #001e60;
    background: linear-gradient( 0deg, rgba(0, 30, 96, 1) 0%, rgba(0, 62, 198, 1) 100%);
    color: #fff;
}

.sec_card .card_table:nth-last-child(-n+3) {
    background: #f5f8fc;
    color: #001e60;
}

.card-history-swiper .swiper-slide,
.success-swiper .swiper-slide {
    width: 250px;
    flex-shrink: 0;
}

.card-history-swiper .swiper-slide img,
.success-swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.card-history-swiper .swiper-button-next:after,
.card-history-swiper .swiper-button-prev:after,
.success-swiper .swiper-button-next:after,
.success-swiper .swiper-button-prev:after {
    display: none;
}

.card-history-swiper .swiper-button-next,
.card-history-swiper .swiper-button-prev,
.success-swiper .swiper-button-next,
.success-swiper .swiper-button-prev {
    display: none;
}


/* .card-history-swiper .swiper-button-prev,
.card-history-swiper .swiper-rtl .swiper-button-next,
.success-swiper .swiper-button-prev,
.success-swiper .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

.card-history-swiper .swiper-button-next,
.card-history-swiper .swiper-rtl .swiper-button-prev,
.success-swiper .swiper-button-next,
.success-swiper .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
} */

.card-history-swiper .swiper-pagination-bullet-active,
.success-swiper .swiper-pagination-bullet-active {
    background: #7BA4DB !important;
    width: 12px;
    height: 12px;
    border: 2px solid #7BA4DB !important;
}

.card-history-swiper .swiper-pagination-bullet,
.success-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #E4B72D;
    opacity: 1;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
}

.sec_workhard .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px;
}

.swiper-wrapper {
    margin-bottom: 30px;
}


/* .sec_card .card_table {
    max-height: 500px;
    max-width: 20%;
    margin: 4px;
    padding-top: 15px;
    border-radius: 10px;
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    overflow: hidden;
} */


/* .sec_card .card_table .font-per {
    font-size: 75%;
} */

.content-in-card p {
    font-size: 17px;
}

.content-in-card h2 {
    font-size: 32px;
    font-family: "NotoSans-thai-semibold";
}

img.logo-in-card {
    width: 100%;
    height: 100%;
    margin-left: 12px;
}

.content-in-card .txt-blue-in-card {
    font-family: "NotoSans-thai-semibold";
    color: #2353aa;
}

img.img-in-card {
    width: 115%;
    height: 100%;
    margin-left: -24px;
    border-radius: 0px 0px 10px 10px;
}

.hl-section {
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

.hl-section h1 {
    font-size: 52px;
}

.sec_life_smile .txt-in-col img {
    border-radius: 16px;
}

.sec_life_smile .txt-in-col h2 {
    padding-top: 24px;
    font-family: "NotoSans-thai-bold", "NotoSans-bold";
    font-size: 28px;
}

.sec_life_smile .txt-in-col p {
    color: #6A6A6A;
}


/* .hl-section p {
    font-size: 20px;
} */

.hl-section a {
    font-family: "NotoSans-thai-semibold";
    font-size: 18px;
    color: #003087;
    text-decoration: none;
}

.hl-section .arr-right::after {
    margin-left: 5px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f061";
    border: none;
    font-size: 15px;
}

.line-yellow {
    position: relative;
    display: inline-block;
    font-family: "NotoSans-semibold";
    color: #3e6dc2;
}

.line-yellow:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url("/assets/images/home/line-yellow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.line-yellows {
    position: relative;
    display: inline-block;
    font-family: "NotoSans-semibold";
    color: #3e6dc2;
}

.line-yellows:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 8px;
    background-image: url("/assets/images/home/line-yellow-shot.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.sec_tutors .container {
    max-width: 1000px;
}

.sec_tutors img.img-tutors {
    width: 220px;
    height: auto;
}

.sec_findjobs .img-element {
    position: absolute;
    width: 100%;
    height: auto;
    background: url("/assets/images/home/element.svg") no-repeat;
    background-size: auto;
    background-position: right bottom;
    margin-right: 0;
    z-index: -1;
}

.sec_findjobs .nav-link,
.sec_product .nav-link,
.sec_workhard .nav-link {
    border-bottom: 1px solid #b0b0b0;
    border-radius: 0;
    color: #101820;
    font-weight: lighter;
    font-size: 28px;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    padding: 20px 0px 20px 0px;
}

.sec_findjobs .nav-link.active,
.sec_product .nav-link.active,
.sec_workhard .nav-link.active {
    background: none;
    font-size: 28px;
    color: #3e6dc2;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    padding: 20px 0px 20px 30px;
}

.sec_findjobs .nav-link::before,
.sec_product .nav-link::before,
.sec_workhard .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #3e6dc2;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.sec_findjobs .nav-link.active::before,
.sec_product .nav-link.active::before,
.sec_workhard .nav-link.active::before {
    opacity: 1;
}

.sec_meetsmile img.logo-smile {
    width: auto;
    height: 40px;
}

.let-smile {
    background-color: #fef3d1;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    text-align: center;
    align-items: center;
}

.txt-let-smile h2 {
    font-family: "NotoSans-thai-semibold";
    font-size: 45px;
    color: #3f3619;
}

.let-smile .btn,
.make-smile .btn {
    background: #fff;
    color: #101820;
    font-family: "NotoSans-thai-semibold";
    padding: 7px 40px 5px 40px;
    border-radius: 50px;
    margin-top: 10px;
    box-shadow: #b8ccea66 0px 10px 15px -3px, #b8ccea66 0px 4px 6px -2px;
    transition: all 0.3s ease;
}

.let-smile .btn:hover,
.make-smile .btn:hover {
    transform: translateY(-2px);
}

.sec_findjobs .tab-content {
    width: 80%;
}

.sec_findjobs .inner-team,
.sec_teams .inner-team {
    background: linear-gradient( 90deg, rgb(238, 245, 255) 0%, rgb(242, 247, 252) 100%);
    border-radius: 12px;
    padding: 20px 10px 10px 20px;
    height: 180px;
    position: relative;
    margin: 12px 0;
}


/* .sec_findjobs .inner-team::before,
.sec_teams .inner-team::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/images/home/bg_hover.png');
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: all 0.4s ease;
    border-radius: 7px;
} */


/* .sec_findjobs .inner-team:hover::before,
.sec_teams .inner-team:hover::before {
    opacity: 0.5;
} */

.inner-team .inner-sub {
    display: flex;
    cursor: default;
}

.inner-team .subtitle {
    font-size: 1rem;
    color: #2353aa;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease 0.2s;
    padding: 0 0 0 10px;
}

.inner-team:hover .subtitle {
    opacity: 1;
    transform: translateY(0);
}

.sec_findjobs .inner-team h2,
.sec_teams .inner-team h2 {
    color: #001e60;
    font-family: "NotoSans-semibold";
    font-size: 18px;
    padding-right: 10px;
}

.sec_findjobs .inner-team p {
    color: #3e6dc2;
    font-size: 14px;
    font-family: "NotoSans", "NotoSans-thai";
}

img.logo_team {
    width: 50px;
    height: 50px;
}

.sec_findjobs .tab-content a,
.sec_Highlights a {
    font-family: "NotoSans-thai-semibold";
    color: #003087;
    font-size: 14px;
    text-decoration: none;
    text-align: left;
}

.sec_findjobs .tab-content .arr-right::after,
.sec_Highlights .arr-right::after {
    margin-left: 5px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: "\f061";
    border: none;
    font-size: 12px;
}

.sec_findjobs .tab-content .part-time p {
    font-size: 16px;
    color: #003087;
    margin-bottom: 0;
}

.sec_findjobs .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: contain;
}


/* Enhanced 3D Media Gallery CSS */

.sec_meetsmile .media-gallery-section,
.sec_behind .media-gallery-section {
    position: relative;
    overflow: hidden;
}


/* Swiper Container */

.sec_meetsmile .media-gallery-swiper,
.sec_behind .media-gallery-swiper {
    width: auto;
    max-width: 1200px;
    height: auto;
    padding: 20px 0;
    perspective: 1500px;
    margin: 0 auto;
}


/* Slide Styling - Updated for 600x400 cards */

.sec_meetsmile .media-gallery-swiper .swiper-slide,
.sec_behind .media-gallery-swiper .swiper-slide {
    width: auto;
    height: 400px !important;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
    transform: scale(1);
    visibility: visible !important;
    border-radius: 12px;
    overflow: hidden;
}


/* Image styling */

.sec_meetsmile .media-gallery-swiper .swiper-slide img,
.sec_behind .media-gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 12px;
    transition: transform 0.3s ease;
}


/* Center slide styling */

.sec_meetsmile .media-gallery-swiper .swiper-slide-active,
.sec_behind .media-gallery-swiper .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1.7) !important;
    z-index: 10;
    margin-bottom: 50px;
}


/* Link styling */

.sec_meetsmile .media-gallery-swiper .swiper-slide a,
.sec_behind .media-gallery-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


/* Container styling */


/* Navigation buttons */

.sec_meetsmile .swiper-3d .swiper-slide-shadow-left,
.sec_meetsmile .swiper-3d .swiper-slide-shadow-right,
.sec_behind .swiper-3d .swiper-slide-shadow-left,
.sec_behind .swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

.sec_meetsmile .swiper-button-next,
.sec_meetsmile .swiper-button-prev,
.sec_behind .swiper-button-next,
.sec_behind .swiper-button-prev {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -25px;
}

.sec_meetsmile .swiper-button-next:after,
.sec_meetsmile .swiper-button-prev:after,
.sec_behind .swiper-button-next:after,
.sec_behind .swiper-button-prev:after {
    font-size: 10px;
}

.sec_meetsmile .swiper-pagination-bullet,
.sec_behind .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #E4B72D;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.sec_meetsmile .swiper-pagination-bullet-active,
.sec_behind .swiper-pagination-bullet-active {
    background: #7BA4DB;
    border: 1px solid #7BA4DB;
}


/* //////////////// end home //////////////////// */


/* //////////////// start about //////////////////// */

.about-cover {
    background-image: url("/assets/images/about/about-cover.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 60vh;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-cover .txt-about {
    color: #fff;
}

.about-cover .txt-about h2 {
    font-size: 70px;
    font-weight: 600;
    font-family: "NotoSans-thai-semibold";
}

.about-cover .txt-about h1 {
    font-size: 80px;
    font-weight: 600;
    font-family: "NotoSans-semibold";
}

.about-cover .txt-define p {
    color: #fff;
    font-size: 32px;
}

.about-txt-head p {
    font-size: 20px;
    color: #7399DF;
    font-family: "NotoSans-thai-semibold";
    text-align: center;
    margin-bottom: 5px;
}

.about-txt-head h2 {
    font-size: 50px;
    background: linear-gradient(#3471f8, #001E60);
    -webkit-background-clip: text;
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    text-align: center;
    padding: 0 0 48px;
}

.sec_more,
.sec_about,
.sec_success,
.sec_team {
    background: #F5F8FC;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

.sec_more .img-element {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: url("/assets/images/home/element.svg") no-repeat;
    background-size: auto;
    background-position: right bottom;
    margin-right: 0;
    transform: scaleX(-1);
    z-index: 1;
}

.sec_more .img-seriousbacon,
.sec_about .bg-card {
    position: relative;
    z-index: 1;
}

.bg-card .card_table {
    background: #fff;
    color: #001e60;
    min-height: 430px;
    max-width: 430px;
    padding-top: 15px;
    margin: 5px 5px 16px;
    padding: 24px 24px 0;
    border-radius: 15px;
    display: inline-grid;
    overflow: hidden;
}

.sec_about .about-txt-head {
    position: relative;
    z-index: 1;
}

.sec_about img.logo-in-card {
    width: 80%;
    height: auto;
    margin-left: 75px;
    margin-top: -15px;
}

.sec_success .card_table {
    background: #fff;
    color: #001e60;
    max-height: auto;
    max-width: 20%;
    padding-top: 15px;
    margin: 4px;
    padding-left: 20px;
    border-radius: 15px;
    display: inline-grid;
    overflow: hidden;
}

.sec_team .about-txt-head h2 {
    font-size: 50px;
    background: linear-gradient(#000);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "NotoSans-thai", "NotoSans";
    font-weight: 100;
    text-align: center;
    margin-top: -10px;
}

.sec_team .about-txt-head h2 span {
    font-weight: 600;
}


/* .sec_corevalue {
    background-image: url("/assets/images/about/bgCoreValue.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: auto;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 0;
    text-align: center;
} */

.sec_corevalue .txt-head-corevalue h2,
.sec_headteam .txt-head-corevalue h2,
.sec_headjobs .txt-head-corevalue h2 {
    font-size: 70px;
    color: #B8CCEA;
}

.sec_corevalue .txt-head-corevalue h2 span,
.sec_headteam .txt-head-corevalue h2 span,
.sec_headjobs .txt-head-corevalue h2 span {
    color: #fff;
    font-family: "NotoSans-semibold";
}

.sec_corevalue .vision,
.sec_corevalue .mission {
    background: #F5F8FC;
    height: auto;
    border-radius: 16px;
    border: 1px solid #FFFFFF99;
    color: #fff;
    padding: 30px;
    position: relative;
    margin-top: 50px;
}

.sec_corevalue .vision img,
.sec_corevalue .mission img {
    width: 120px;
    position: absolute;
    top: -60px;
    right: 25px;
}

.sec_corevalue .vision h2,
.sec_corevalue .mission h2 {
    font-size: 18px;
    font-family: "NotoSans", "NotoSans-thai";
    color: #3E6DC2;
}

.sec_corevalue .vision p,
.sec_corevalue .mission p {
    font-size: 22px;
    padding-top: 15px;
    color: #003087;
    font-family: "NotoSans-bold", "NotoSans-thai-semibold";
}

.sec_corevalue .vision h5,
.sec_corevalue .mission h5 {
    font-size: 13px;
    padding-top: 15px;
    font-family: "NotoSans", "NotoSans-thai";
    color: #3E6DC2;
}

.sec_Values .values_card {
    background: #F5F8FC;
    height: 250px;
    border-radius: 16px;
    border: 1px solid #FFFFFF99;
    color: #fff;
    padding: 30px;
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.sec_Values .values_card img {
    width: 80px;
    position: absolute;
    top: -15%;
    right: 77px;
}

.sec_Values .values_card h2 {
    padding-top: 40px;
    font-size: 20px;
    color: #071D49;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
}

.sec_Values .values_card p {
    font-size: 17px;
    padding-top: 15px;
    color: #003087;
    font-family: "NotoSans", "NotoSans-thai";
}

.sec_Values .hl-section h1 {
    color: #6A6A6A;
}

.sec_executive .hl-section {
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    color: #101820;
}

.sec_executive .img-quotes {
    width: 68%;
    margin: 0 auto;
    margin-top: -80px;
}

.sec_corevalue .hl-section {
    color: #6A6A6A;
}

.sec_executive .hl-section h1 span,
.sec_corevalue .hl-section h1 span,
.sec_Values .hl-section h1 span {
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    color: #3E6DC2;
}

.sec_social {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    text-align: center;
    align-items: center;
}

.sec_social .txt-head h2 {
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    font-size: 34px;
}

.sec_social .social-link {
    color: #101820;
    font-size: 16px;
    display: -webkit-box;
}

.sec_social .social-link p {
    padding: 5px 0 0 10px;
}

.sec_social .social_incol {
    text-align: center;
}


/* .sec_social .social-link:hover {
        color: #e11a66;
        transform: translateY(-2px);
    } */

.sec_social .social-link i {
    width: 32px;
    height: 32px;
    border: 1px solid #101820;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


/* ///////////////////// end about /////////////////////// */


/* ///////////////////// start product /////////////////////// */

.sec_product .txt-head h1,
.sec_cultures .txt-head h1 {
    font-family: "NotoSans-thai-semibold";
    font-size: 60px;
    color: #101820;
}

.sec_cultures .txt-head h4 {
    color: #6A6A6A;
}

.sec_product .tab-content,
.sec_workhard .tab-content {
    width: 75%;
    padding-left: 60px;
}

.sec_product .txt-head-in-tab {
    padding-bottom: 50px;
}

.sec_product .txt-head-in-tab h2 {
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    color: #3E6DC2;
}

.sec_product .txt-head-in-tab img {
    border-radius: 20px;
}


/* ///////////////////// end product /////////////////////// */


/* ///////////////////// start cultures /////////////////////// */

.sec_cultures {
    padding: 24px 0 48px 0;
}

.sec_life_smile .hl-section,
.sec_workhard .hl-section,
.sec_behind .hl-section,
.sec_contact .hl-section {
    text-align: left;
}

.sec_life_smile .hl-section p {
    padding-top: 20px;
}

.sec_behind .hl-section p {
    color: #6A6A6A;
    padding-top: 20px;
}

.sec_life_smile .txt-in-tab img {
    border-radius: 10px;
}

.sec_life_smile .txt-in-tab h2 {
    padding-top: 12px;
    font-size: 20px;
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
}

.sec_life_smile .txt-in-tab p {
    color: #6A6A6A;
    font-size: 13px;
}

.sec_workhard .txt-in-tab h2 {
    font-size: 28px;
    color: #3E6DC2;
}

.sec_workhard .txt-in-tab img {
    border-radius: 10px;
}

.sec_workhard .sec_workhard-swiper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px 20px 0;
}

.sec_workhard .swiper-slide img {
    width: 330px;
    height: 230px;
    object-fit: cover;
}

.sec_workhard .swiper-button-prev:after,
.sec_workhard .swiper-button-next:after {
    font-size: 9px;
    color: #fff;
}

.sec_workhard .swiper-button-next,
.sec_workhard .swiper-button-prev {
    display: none;
}

.sec_workhard .swiper-button-next {
    right: 0px;
}

.sec_workhard .swiper-button-prev {
    left: 0px;
}

.sec_workhard .swiper-pagination {
    bottom: 0px;
}

.sec_workhard .swiper-pagination-bullet-active {
    background: #3e6dc2;
}

.sec_behind img.logo-smile-big {
    width: 80%;
}


/* ///////////////////// end cultures /////////////////////// */


/* ///////////////////// start benefits /////////////////////// */

.sec_Highlights .content-inrow {
    text-align: center;
}

.sec_Highlights p {
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    font-size: 15px;
}

.sec_Highlights img {
    width: 75%;
    padding-bottom: 15px;
}

.sec_allbenefits .flexible-life-container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #f0f0f0;
    display: grid;
    grid-template-columns: auto 1fr;
    /* gap: 32px; */
    align-items: start;
}

.sec_allbenefits .icon-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* gap: 16px; */
    padding-right: 30px;
}

.sec_allbenefits .content-section {
    flex: 1;
}

.sec_allbenefits .flexible-life-container .icon-section img {
    width: 90px;
}

.sec_allbenefits .flexible-life-container .content-section h2 {
    color: #3E6DC2;
}

.sec_allbenefits .flexible-life-container .content-section ul {
    padding-left: 20px
}


/* ///////////////////// end benefits /////////////////////// */


/* ///////////////////// start contact /////////////////////// */

.sec_contact .hl-section span {
    color: #3E6DC2;
}

.sec_contact .phone-numbers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sec_contact .phone-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 14px;
}

.sec_contact .phone-item i {
    width: 18px;
    height: 18px;
    border: 0.8px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 7px;
}

.sec_contact .social-link {
    width: 26px;
    height: 26px;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}

.sec_contact .address {
    vertical-align: middle;
}

.sec_contact .address a {
    color: #003087;
}

.sec_contact .address p {
    color: #848484;
    font-size: 18px;
}

.sec_contact iframe {
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

.sec_faqs {
    background-color: #F6F9FC;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    width: 100vw;
    text-align: left;
}

.sec_faqs .txt-head h2 {
    font-size: 62px;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
}

.sec_faqs .accordion {
    --bs-accordion-border-color: none;
}

.sec_faqs .accordion-header {
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    padding: 0;
    margin-left: -15px;
}

.sec_faqs .accordion .accordion-item .accordion-button,
.sec_faqs .accordion .accordion-item .accordion-button.collapsed {
    font-size: 17px;
}

.sec_faqs .accordion-body {
    padding: 0 20px 20px 5px;
}

.sec_faqs .accordion-body a {
    color: #003087;
}

.sec_faqs .accordion-item {
    background: transparent;
    border-bottom: 1px solid #B8CCEA;
    padding: 5px 0;
}

.sec_faqs .accordion .accordion-item .accordion-button,
.sec_faqs .accordion .accordion-item .accordion-button.collapsed {
    background: transparent;
    color: #000;
}

.sec_faqs .accordion-button:not(.collapsed),
.sec_faqs .accordion-button:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
    background-color: transparent;
}


/* ///////////////////// end contact /////////////////////// */


/* ///////////////////// start team /////////////////////// */

.sec_headteam {
    background-image: url("/assets/images/team/team-header.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 60vh;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec_Highlights .txt-benefit h2 {
    font-size: 50px;
    text-align: left;
}

.sec_teams img:hover {
    transform: scale(1.1);
}


/* ///////////////////// end team /////////////////////// */


/* ///////////////////// start jobs /////////////////////// */

.sec_headjobs {
    background-image: url("/assets/images/jobs/banner-Job.webp");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100vw;
    height: 60vh;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sec_job_positions .txt-head h2 {
    font-size: 45px;
}

.sec_findjobs .job-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    background: white;
    transition: box-shadow 0.2s;
}

.sec_findjobs .job-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.sec_findjobs .job-card a {
    color: #000;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    font-size: 1.1rem;
    text-decoration: none;
}

.sec_findjobs .job-card a:hover {
    color: #000;
}

.sec_findjobs .job-meta {
    color: #666;
    font-size: 0.9rem;
}

.sec_findjobs .job-type-badge {
    background-color: #f8f9fa;
    color: #495057;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    margin-right: 8px;
}

.sec_findjobs .filter-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.sec_findjobs .filter-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.sec_findjobs .form-check-label {
    font-size: 0.9rem;
    color: #495057;
}

.sec_findjobs .job-count {
    color: #666;
    font-size: 0.85rem;
}

.sec_findjobs .posted-date {
    color: #999;
    font-size: 0.85rem;
}

.sec_findjobs .job-card img.logo_team {
    width: 40px;
    height: 40px;
    margin-right: 20px
}


/* ///////////////////// end jobs /////////////////////// */


/* ///////////////////// start team detail /////////////////////// */

.sec_teamdetail .hl-section {
    text-align: left;
}

.sec_teamdetail .hl-section h1 {
    font-size: 65px;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
}

.sec_teamdetail .txt-content p {
    font-size: 20px;
    color: #101820;
}

.sec_positions {
    background: #F5F8FC;
    margin: 0 -10px;
}


/* ///////////////////// end team detail /////////////////////// */


/* ///////////////////// start jobs detail /////////////////////// */

.sec_jobheader .job-header {
    background-color: white;
    padding: 30px 0 50px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sec_jobheader .job-title h1 {
    font-size: 45px;
    font-family: "NotoSans-semibold", "NotoSans-thai-semibold";
    color: #2c3e50;
    margin-bottom: 15px;
    line-height: 1.2;
}

.sec_jobheader .job-meta {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 25px;
}

.sec_jobheader .job-meta span:not(:last-child)::after {
    content: " | ";
    color: #bdc3c7;
}

.sec_jobheader .job-tags {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sec_jobheader .tag {
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.sec_jobheader .tag.apply {
    background-color: #003087;
    color: white;
}

.sec_jobheader .tag.apply:hover {
    transform: translateY(-2px);
}

.sec_jobheader .tag.share {
    background-color: transparent;
    color: #003087;
    border: 2px solid #8EB0E5;
}

.sec_jobheader .tag.share:hover {
    transform: translateY(-2px);
}

.sec_jobheader .icon-container img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.sec_description ul {
    margin-bottom: 30px;
}


/* ///////////////////// end jobs detail /////////////////////// */


/* ///////////////////// start page not found /////////////////////// */

.sec_error {
    height: 100vh;
    display: grid;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background: #DBE5F5;
    background: linear-gradient(180deg, rgba(219, 229, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin-left: -10px;
}

.sec_error .error_page img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.sec_error .error_page img.no-internet {
    width: 30%;
    margin: 0 auto;
    display: block;
}

.sec_error .error_page img.errorpage {
    width: 65%;
    margin: 0 auto;
    display: block;
}

.sec_error .error_page h2 {
    font-size: 55px;
    color: #001E60;
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    text-align: center;
}

.sec_error .error_page h4 {
    font-size: 20px;
    color: #3E6DC2;
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    text-align: center;
}

.error_page .btn {
    display: table;
    background: #003087;
    color: #fff;
    font-family: "NotoSans-thai-semibold", "NotoSans-semibold";
    padding: 7px 40px 5px 40px;
    margin: 30px auto;
    border-radius: 50px;
    /* margin-top: 10px; */
    box-shadow: #b8ccea66 0px 10px 15px -3px, #b8ccea66 0px 4px 6px -2px;
    transition: all 0.3s ease;
}

.error_page .btn:hover {
    transform: translateY(-2px);
}


/* ///////////////////// end page not found /////////////////////// */