/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap'); */
html,
body {
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #f0f2f5;
}

img,
video {
    /* width: 100%; */
    max-width: unset;
}

.logoWebPlannedpro {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 230px;
    margin-top: -7px;
    margin-left: -5px;
}

.headOnNavbar {
    padding: 5px 0px;
    min-height: 32px;
    /* max-height: 35px; */
    font-size: 14px;
    background-color: #174a96;
    color: #fff;
    background: var(--action-gradient-primary2);
}

.headOnNavbar-description {
    /* margin-left: 10px; */
}

.headOnNavbar .colTopBar {
    display: flex;
    font-weight: 200;
    /* font-size: .95rem; */
}

.header-plannedpro {
    position: sticky;
    /* position: fixed; */
    top: 0;
    z-index: 999;
}

.dropdown-language {
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 4rem;
    /* border: 1px solid #a6a6a6; */
    border-radius: .2rem;
    color: #a6a6a6;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    overflow: hidden;
    display: none;
    z-index: 10;
}

.dropdown-language li {
    border-bottom: 1px solid #f2f2f2;
    height: 2rem;
    display: flex;
    align-items: center;
}

.dropdown-language li :last-child:after {
    border-bottom: 1px solid #e50909;
}

.dropdown-language li a {
    margin-right: 6px;
    width: 100%;
    /* background-color: #f4f4f4; */
    display: flow;
    padding-right: 8px;
    transition: all 1s;
}

.dropdown-language li a.active {
    background-color: #e9e9e9;
    color: #0b1c30;
}

.dropdown-language li a:hover {
    background-color: #e9e9e9;
    transition: all 1s;
    color: #0b1c30;
}

.showMenuOnMobileOnly {
    display: none;
    background-color: #00000085;
    backdrop-filter: blur(3px);
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    /* margin: 1rem; */
    padding: 1rem;
    position: fixed;
    top: 0;
    width: 100%;
    /* transition: all 1s; */
    visibility: hidden;
    opacity: 0;
    height: 100%;
}

.showMenuOnMobileOnly .cardMenu {
    background-color: #fff;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 23px;
    border-radius: .5rem;
    height: 90vh;
}

.showMenuOnMobileOnly .cardMenu .titleMenu {
    font-size: 1.2rem;
    text-transform: uppercase;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}

.showMenuOnMobileOnly .cardMenu .titleMenu .exitListMenu {
    float: right;
    cursor: pointer;
    color: #a6a6a6;
    font-size: 1.5rem;
    margin-top: -.3rem;
}

.showMenuOnMobileOnly .listmenu {
    height: 92%;
    overflow: hidden;
    overflow-y: auto;
}

.showMenuOnMobileOnly .listmenu .boxWhite {
    text-align: center;
    border: 1px solid #eeeeee;
    border-radius: .2rem;
    cursor: pointer;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    height: 5rem;
    display: grid;
    align-content: center;
    margin-bottom: 1rem;
}

.main_text {
    margin-top: 3.2rem;
}

.text_main1 {
    color: #f79622;
}

.showMenuOnMobileOnly .listmenu .boxWhite>.icon {}

.showMenuOnMobileOnly .listmenu .boxWhite>.title {}

#main-home>.view {
    background-image: url(../img/bg/c-homepage-bg1.png);
    /* background-color: #174996; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: inherit;
    padding-bottom: 1px;
    padding-top: 10vh;
    margin-top: -33px;
    height: 40rem;
}

.textTitleHomePage1 {
    font-size: 2.5rem;
    font-weight: 500;
}

.textTitleHomePage2 {
    font-size: 3.2rem;
    font-weight: 800;
}

#main-home {
    font-size: 16px;
}

#main-home button {
    padding: .5rem 2.5rem;
}

.img-home-page-right {
    /* width: 130%; */
    /* max-width: unset; */
}

.show_service1 {
    width: 100%!important;
    background-color: #fff;
    box-shadow: 0 0 0 1px #d4d4d5, 0 1px 3.5px 0 #174996, 0 1px 2px 0 #d4d4d5;
    padding: 20px 7.5px;
    border-radius: 5rem;
    margin-top: 2rem;
    /* margin-left: 1rem; */
    margin-bottom: -4.5rem;
    /* border-bottom: 2px solid #174996; */
    text-align: center;
}

.cat_service {
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-top: 7px;
    cursor: pointer;
    vertical-align: top;
    transition: all 1s;
    /* border: 1px red solid; */
}

.font_service_home {
    /* font-family: 'Kanit', 'Prompt'; */
    color: #174996;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    transition: all 0.4s;
}

.img_service_d {
    filter: opacity(0.8);
    transition: all 1s;
    width: 42px;
    margin: auto;
}

.img_service_d:hover {
    /* filter: grayscale(0);
  -webkit-filter: grayscale(0); */
    filter: opacity(1);
    transition: all 1s;
}

.font_service {
    /* font-family: 'Kanit', 'Prompt'; */
    color: #174996;
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
    transition: all 0.4s;
}

.font_service:hover {
    /* color: #174996; */
    font-weight: 400;
    transition: all 0.2s;
}

.font_service_home {
    color: #174996;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    transition: all 0.4s;
}

.show-service-information {
    background-color: #174996;
    /* min-height: 500px; */
    background: var(--action-gradient-primary3);
}

.card_service {
    border-radius: 1.5rem!important;
    margin-top: 1rem;
    z-index: 1;
    background-color: #fff;
}

.font_title_service {
    font-weight: 600;
    font-size: 22px;
    color: #174996;
}

.font_sub_service {
    font-weight: 400;
    font-size: 16px;
    color: #f79621;
    line-height: 0;
}

.boxShowMyService {
    background-color: #fff;
    border-radius: 5rem;
    position: relative;
    top: -6rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    z-index: 0;
    overflow: hidden;
    gap: 10px;
}

.boxShowMyService .listService {
    text-align: center;
    height: 6rem;
    display: grid;
    justify-content: center;
    align-content: center;
    transition: all 1s;
    border-radius: 3rem;
    overflow: hidden;
}

.boxShowMyService .listService:hover {
    background-color: #eeeeee;
    transition: all 1s;
    cursor: pointer;
}

.boxShowMyService .listService>.icon {}

.boxShowMyService .listService>.title {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    color: #164996;
    text-transform: uppercase;
}

.customSessionPageWhycontactPlannedpro {
    margin-top: -8rem;
}

.copyrights {
    /* text-align: center; */
    background-color: #174a96;
    /* background: var(--action-gradient-primary2); */
    color: #fff;
    font-size: 0.75rem;
    padding: .25rem 0;
    /* height: 2rem; */
}

.footerPage {
    border-top: 3px #dedede solid;
    /* border-top: 7px solid var(--action-gradient-primary2); */
    /* border-bottom: 3px #123265 solid; */
    background: #ffffff!important;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.footer-logo .dbd img {
    width: 10rem;
    margin-bottom: 1rem;
}

.imgPageNotFount {
    width: 100%;
    max-width: 600px;
    margin: auto;
    /* margin-top: 5rem; */
    margin-bottom: 1rem;
}

.pageNotFound {
        min-height: calc(100dvh - 25rem);
    display: grid;
    align-content: center;
}

.pageNotFound .text {
    text-align: center;
    /* margin-bottom: 4rem; */
    text-transform: capitalize;
    font-weight: 600;
    font-size: 2rem;
    color: #b0b0b0;
    line-height: 1.3;
}

.pageNotFound span {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
}

.btnPageNotFound {
    padding: .7rem 2rem;
    text-transform: capitalize;
}

@media screen and (max-width: 840px) {
    .headOnNavbar .colTopBar {
        display: grid;
        justify-content: center;
        text-align: center;
    }
    .headOnNavbar-description {
        font-size: .7rem;
    }
    #header {
        height: 52px;
    }
    #header #logo img {
        width: 183px;
        /* margin-top: -.1rem; */
    }
    .showMenuOnMobileOnly {
        /* display: block; */
        /* transition: all 1s; */
        opacity: 1;
        visibility: visible;
        z-index: 999;
    }
    #main-home>.view {
        padding-top: 4vh;
        height: 100vh;
        background-position: left center;
        /* position: absolute; */
    }
    .img-home-page-right {
        /* margin-right: -16rem; */
        /* position: absolute; */
        right: 0;
        /* width: 150%!important; */
        margin-top: -0rem;
        /* margin-right: -29rem; */
        /* margin-left: auto; */
    }
    .textTitleHomePage1 {}
    .textTitleHomePage2 {}
    .show_service1 {}
    .boxShowMyService {
        grid-template-columns: repeat(2, 1fr);
        border-radius: 2rem;
    }
    .boxShowMyService .listService {}
    .copyrights {
        text-align: center;
    }
    .img-logo-footer {
        max-width: 12rem;
        margin: auto;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 460px) {
    .textTitleHomePage1 {
        font-size: 2rem;
    }
    .textTitleHomePage2 {}
}