body.home {
    font-family: 'Montserrat', 'Prompt';
}

body {
    font-family: 'Prompt';
    font-weight: 400;
    color: #3a3a3a;
}
.dpflex{
    display: flex;
    flex-wrap: wrap;
}
.w-200{
    width: 200px !important;
}
.post,
.page {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

.filter-black {
    filter: grayscale(1);
    transition: ease-in-out .3s;
}

.filter-black:hover {
    filter: unset;
}

*:focus-visible {
    outline: unset;
}

@media screen and (min-width: 1300px) {
    .container {
        max-width: 1600px;
    }
}


/** font */

.font-sarabun {
    /* font-family: 'Sarabun'; */
    font-family: 'Bai Jamjuree', sans-serif;
}

.font-right {
    /* font-weight: 300; */
    font-weight: 400;
}

.font-regular {
    font-weight: 400;
}

.font-bold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: normal;
}

.font-black {
    color: #000000;
}

.font-red {
    color: #E4002B;
}

.font-gray {
    /* color: #A5A7A9; */
    /* color: #5f6061; */
    color: #3a3a3a;
}

.font-drakgray {
    color: #808285;
}

.font-20 {
    font-size: 20px;
}


/** button */

.btn-red {
    font-family: 'Prompt';
    display: inline-block;
    background-color: #E4002B;
    border: 1px solid #E4002B;
    color: #ffffff !important;
    font-weight: 300;
    padding: 10px 15px;
    min-width: 200px;
    border-radius: 35px;
    font-size: 18px;
}

.btn-red:hover {
    background-color: #D00128;
}

.btn-outline-red {
    font-family: 'Prompt';
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #E4002B;
    color: #E4002B;
    font-weight: 300;
    padding: 10px 15px;
    min-width: 180px;
    border-radius: 35px;
    font-size: 18px;
}

.btn-outline-red:hover {
    background-color: #E4002B;
    color: #ffffff;
}

.btn-lg {
    padding: 14px 20px;
}


/** header */

.site-header {
    font-family: 'Prompt';
    /* position: relative; */
    z-index: 99;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #fff;
}

.home .site-header {
    position: absolute;
    background-color: #fff0;
}

.home .site-header.css_menu_home {
    position: fixed;
    background-color: #fff;
}

.css_menu_home .logo_white {
    display: none;
}

.css_menu_home .logo_black {
    display: inline-block;
}

.home .css_menu_home .header-bottom-menu a {
    color: #000;
}

.site-branding {
    background-color: rgba(0, 0, 0, 0.3);
}

.site-branding .container {
    font-size: 0px;
}

.header-top-left,
.header-top-right {
    display: inline-block;
    font-size: 12px;
    padding: 5px 0;
}

.header-top-left {
    width: 32%;
}

.header-top-right {
    width: 68%;
    text-align: right;
}

.header-contact {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-contact .headder-contact-item {
    display: inline-block;
    padding: 5px;
}

.header-contact .headder-contact-item:first-child {
    background-color: #E4002B;
    border-radius: 15px;
    padding: 2px 15px 2px 5px;
    margin-right: 5px;
}

.header-contact .headder-contact-item:first-child .item-ct-img {
    background-color: #fff;
    border-radius: 15px;
    padding: 0px 5px;
    height: 22px;
    display: inline-block;
    margin-top: 1px;
}

.header-contact .headder-contact-item:first-child .item-ct-img img {
    width: 12px;
}

.item-ct-txt {
    padding-left: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.item-ct-img img {
    width: 20px;
    max-height: 20px;
}

.header-top-menu ul,
.menu-course,
ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top-menu,
.header-top-menu-course {
    display: inline-block;
}

.header-top-menu li {
    display: inline-block;
    padding-left: 8px;
}

.header-top-menu li a {
    color: #ffffff;
    font-weight: 300;
    outline: none;
}

.header-top-menu {
    width: 50%;
}

@media(min-width:1200px) {
    .header-top-menu {
        width: auto;
    }
}

.menu-course .menu-item {
    display: inline-block;
    width: 150px;
    position: relative;
    padding: 0;
    margin-right: 3px;
}

.main-menu-bar {
    /* background-color: rgba(0, 0, 0, 0.2); */
    font-size: 14px;
}

.main-menu-bottom {
    padding: 15px 0;
}

.home .main-menu-bottom {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.menu-logo,
.header-bottom-menu,
.menu-search,
.menu-menu-course-container,
.menu-menu-language,
.header-bottom-menu>div {
    display: inline-block;
}

.menu-logo img {
    /* max-width: 106px; */
    max-width: 90px;
}

.header-bottom-menu .menu-item {
    display: inline-block;
}

.header-bottom-menu {
    width: calc(100% - 112px);
    vertical-align: middle;
}

.header-bottom-menu li {
    /* margin: 0 0 0 25px; */
}

.header-bottom-menu a {
    color: #000;
    font-weight: 300;
    outline: none;
}

.header-bottom-menu .menu-item:hover a {
    color: #E4002B;
}

.home .header-bottom-menu a {
    color: #ffffff;
}

.home .header-bottom-menu .menu-item:hover a {
    color: #E4002B;
}

.header-bottom-menu .current_page_item a {
    font-weight: 500;
}

.menu-lang select {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    padding: 2px 15px;
    /* padding: 2px 4px 2px 12px; */
    border-radius: 20px;
}

.modal-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 0;
    display: none;
}

.modal-search.open {
    display: flex;
}

.frm-search {
    background-color: #fff;
    border-radius: 30px;
    position: relative;
}

.modal-search.open::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    left: 0;
}

.show-search {
    cursor: pointer;
}

.close-modal-search {
    position: absolute;
    top: 35px;
    color: #fff;
    right: 35px;
    font-size: 45px;
    cursor: pointer;
}

.frm-search .inp-search-all {
    padding: 7px 15px;
    width: 350px;
    height: 100%;
    font-size: 16px;
    border-radius: 50px;
    border: 0px solid;
    vertical-align: middle;
}

.select2courseType+.select2,
.select2course+.select2 {
    /* width: 350px !important; */
    font-size: 16px;
    height: 50px;
    vertical-align: top;
}

.select2courseType+.select2 .select2-selection--single,
.select2course+.select2 .select2-selection--single {
    padding: 14px 10px;
    height: 100%;
    border-color: #fff;
}

.select2courseType+.select2 .select2-selection--single {
    border-radius: 30px 0 0 30px;
}

.select2course+.select2 .select2-selection--single {
    border-radius: 0;
}

.frm-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.frm-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(../images/angle-down.svg);
    border: unset;
    height: 20px;
    width: 10px;
    top: calc(50% - 6px);
}

.frm-search button[type="submit"] {
    background-color: #E4002B;
    border-color: #E4002B;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 60px;
    vertical-align: middle;
    border-radius: 30px;
}

.header-bottom-menu .menu-item.current-menu-item a {
    color: #E4002B;
}

/* .home .header-bottom-menu .menu-item.current-menu-item a {
    color: #fff;
} */

@media screen and (max-width: 767px) {
    .frm-search {
        background-color: transparent;
    }
    .select2course+.select2 .select2-selection--single {
        border-radius: 0 30px 30px 0;
    }
    .frm-search {
        text-align: center;
        width: 300px;
    }
    .frm-search button[type="submit"] {
        padding: 8px 45px;
        font-size: 14px;
        margin: 15px 0 0 auto;
        display: block;
    }
    .frm-search .inp-search-all {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .site-header {
        position: fixed;
    }
    .site-main,
    .home .site-main {
        padding-top: 70px !important;
    }
   
    .header-bottom-menu {
        width: calc(100% - 82px);
    }
    .header-bottom-menu a {
        color: #000000 !important;
    }
    .header-bottom-menu .menu-item {
        vertical-align: middle;
        padding: 0 0 0 15px;
    }
    .menu-logo img {
        padding: 10px 0;
        max-width: 70px;
    }
    .menu-site-desktop {
        display: none;
    }
    .menu-mobile-toggle {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .menu-mobile-toggle span {
        height: 1px;
        width: 21px;
        border-radius: 10px;
        border: 2px solid #000000;
        background-color: #000000;
        display: block;
        margin: 3px auto;
        transition: .25s ease-in-out;
        position: relative;
    }
    .menu-mobile-toggle.active span:nth-child(1) {
        transform: rotate(45deg);
        top: 8px;
    }
    .menu-mobile-toggle.active span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .menu-mobile-toggle.active span:nth-child(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    .menu-site-wrap {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        right: -999px;
        padding: 20px 35px;
        top: 0;
        overflow-y: auto;
        transition: ease-in-out .3s;
    }
    .menu-site-wrap.active {
        right: 0;
    }
    .menu-site-wrap li {
        padding-bottom: 10px;
    }
    .menu-site-wrap a {
        color: #000000;
        font-weight: 300;
    }
    .menu-site-wrap li.current-menu-item a {
        color: #E4002B;
        font-weight: 500;
    }
    .menu-course .menu-item {
        display: inline-block;
        width: auto;
    }
    .menu-course .menu-item a {
        background-color: #E4002B;
        color: #ffffff;
        font-weight: 500;
        border-radius: 30px;
        display: inline-block;
        padding: 10px 20px;
        margin: 5px 0;
    }
    .item-ct-img img {
        filter: brightness(0.1);
    }
    .header-contact .headder-contact-item:first-child {
        display: block;
        max-width: 185px;
        background-color: #ffffff;
    }
    .header-contact .headder-contact-item:first-child .item-ct-img {
        background-color: #e4002b;
    }
    .header-contact .headder-contact-item:first-child .item-ct-img img {
        filter: brightness(0) invert(1);
        vertical-align: revert;
    }
    .item-ct-txt {
        color: #000000;
    }
    .close-modal-search {
        top: 12px;
        right: 20px;
        font-size: 35px;
    }
    .frm-search {
        margin-bottom: 12rem;
    }
}

@media screen and (min-width: 992px) {
    .menu-site-mobile {
        display: none;
    }
    .menu-course .menu-item a {
        background-color: #E4002B;
        color: #ffffff;
        font-weight: 500;
        border-radius: 0 0 10px 10px;
        padding: 18px 12px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: -28px;
        text-align: center;
    }
    /* .menu-site-desktop.show {
    } */
    .menu-site-white .site-branding,
    .menu-site-desktop.show .site-branding {
        background-color: #F3F5F7;
    }
    .menu-site-white .header-top-menu li a,
    .menu-site-desktop.show .header-top-menu li a {
        color: #000000;
    }
    .menu-site-white .header-contact .headder-contact-item:not(:first-child) img,
    .menu-site-desktop.show .header-contact .headder-contact-item:not(:first-child) img {
        filter: brightness(0);
    }
    .menu-site-desktop.show {
        position: fixed;
        width: 100%;
        transition: ease-in-out .3s;
    }
    .menu-site-desktop.show .main-menu-bar {
        background-color: #fff;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
        /* transition: ease-in-out .3s; */
    }
    /* .menu-site-desktop.show .main-menu-bar {
        position: fixed;
        width: 100%;
        top: 0;
        transition: ease-in-out .3s;
        background-color: #fff;
        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
    } */
    .menu-site-desktop.show .header-bottom-menu a {
        color: #000;
    }
    .menu-site-desktop.show .header-bottom-menu .current_page_item a,
    .menu-site-desktop.show .header-bottom-menu .menu-item:hover a {
        color: #E4002B;
    }
    .menu-site-desktop.show .menu-logo {
        vertical-align: middle;
    }
    .logo_black,
    .menu-site-desktop.show .logo_white {
        display: none;
    }
    .menu-site-desktop.show .logo_black {
        display: block;
    }
    html[lang="th"] .menu-course .menu-item a {
        width: calc(100% - 15px);
    }
}

@media screen and (max-width: 1299px) {
    .header-bottom-menu .menu-menu-language {
        display: block;
        text-align: right;
        /* margin-top: 10px; */
    }
    .header-top-menu li {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .menu-site-mobile {
        background-color: #ffffff;
    }
    .header-top-right {
        display: inline-flex;
    }
    .select2courseType+.select2,
    .select2course+.select2 {
        font-size: 14px;
        height: 38px;
        width: 150px !important;
    }
    .frm-search button[type="submit"] {
        padding: 8px 45px;
        font-size: 14px;
    }
    .frm-search .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: inherit;
    }
    .select2courseType+.select2 .select2-selection--single,
    .select2course+.select2 .select2-selection--single {
        padding: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .select2courseType+.select2,
    .select2course+.select2 {
        width: 350px !important;
    }
    .header-bottom-menu li {
        margin: 0 0 0 23px;
    }
}

@media screen and (min-width: 1300px) {
    .header-top-left,
    .header-top-right,
    .main-menu-bar {
        font-size: 16px;
    }
    .menu-course .menu-item {
        width: 190px;
    }
    .menu-course .menu-item:not(:first-child) {
        margin-left: 5px;
    }
    .header-bottom-menu {
        text-align: right;
        margin-top: 10px;
    }
    .header-bottom-menu li {
        margin: 0 0 0 16px;
    }
    .menu-course .menu-item a {
        min-width: 160px;
    }
    html[lang="th"] .menu-course .menu-item {
        margin-left: 15px;
    }
    html[lang="th"] .menu-course .menu-item a {
        width: 100%;
    }
    html[lang="th"] .menu-course .menu-item:first-child a {
        margin-left: 15px;
    }
}

@media screen and (min-width: 1520px) {
    .header-bottom-menu li {
        margin: 0 0 0 35px;
    }
}

@media screen and (min-width: 1600px) {
    .header-bottom-menu li {
        margin: 0 0 0 41px;
    }
}


/** footer */

.footer-head {
    position: relative;
    padding: 50px 0 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}

.footer-logo,
.footer-social {
    display: inline-block;
}

.footer-logo img {
    max-height: 65px;
}

.footer-social {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    right: 0;
    bottom: 20px;
    ;
}

.footer-social li {
    display: inline-block;
    padding-left: 10px;
}

.footer-body {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}

.footer-menu-mobile {
    display: block;
}

.footer-menu-desktop {
    display: none;
}

.footer-list-title,
.footer-list-detail {
    display: inline-block;
}

.footer-list-title {
    color: #E4002B;
    font-weight: 500;
    max-width: 120px;
    width: 100%;
}

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

ul.footer-menu li {
    display: inline-block;
}

ul.footer-menu a,
.footer-list-detail a {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .footer-body {
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .footer-list-menu {
        padding-bottom: 10px;
    }
    .footer-list-title {
        max-width: 100%;
        display: block;
        padding-bottom: 10px;
    }
    ul.footer-menu li {
        display: block;
    }
    .footer-list-detail {
        /* max-width: calc(100% - 95px); */
        vertical-align: top;
    }
    .footer-list-detail .menu-item {
        padding-bottom: 10px;
    }
}

@media screen and (min-width: 1200px) {
    .footer-menu-desktop {
        display: block;
    }
    .footer-menu-mobile {
        display: none;
    }
    .footer-list-title,
    .footer-list-detail {
        display: block;
    }
    .footer-list-menu:not(:last-child) {
        padding-right: 15px;
    }
}

@media screen and (min-width: 1400px) {
    .footer-list-menu:not(:last-child) {
        /* padding-right: 27px; */
    }
}

@media screen and (min-width: 1600px) {
    .footer-list-menu:not(:last-child) {
        /* padding-right: 50px; */
    }
}

.main_footer_index {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #999999;
    background-color: #000000;
    padding: 10px 0px;
    padding-bottom: 5px;
    /* margin-top: 10px; */
}

.text_company_limited_left {
    float: left;
}

.text_company_limited_right {
    float: right;
}

.main_footer_index .text_company_limited_right a:not(.button) {
    color: #ffffff78;
    text-decoration: none;
    /* transition: 0.3s ease-in-out; */
}

.text_company_limited_right img {
    filter: brightness(0) invert(0.7);
    display: inline-block;
    /* transition: 0.3s ease-in-out; */
}

.text_company_limited_right a:hover img {
    filter: unset;
}


/** home */

.course-tran-list {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 20px;
}

.course-tran-list-img {
    /* background-position: top left; */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 345px;
}

.trainers_home .course-tran-list-img {
    height: 140px;
}

@media(min-width:576px) {
    .course-tran-list-img {
        height: 510px;
    }
    .trainers_home .course-tran-list-img {
        height: 225px;
    }
}

@media(min-width:768px) {
    .course-tran-list-img {
        height: 330px;
    }
    .trainers_home .course-tran-list-img {
        height: 200px;
    }
}

@media(min-width:992px) {
    .course-tran-list-img {
        height: 210px;
    }
    .trainers_home .course-tran-list-img {
        height: 280px;
    }
}

@media(min-width:1200px) {
    .course-tran-list-img {
        height: 255px;
    }
    .trainers_home .course-tran-list-img {
        height: 340px;
    }
}

@media(min-width:1300px) {
    .course-tran-list-img {
        height: 280px;
    }
    .trainers_home .course-tran-list-img {
        height: 390px;
    }
}

@media(min-width:1400px) {
    .course-tran-list-img {
        height: 350px;
    }
    .trainers_home .course-tran-list-img {
        height: 400px;
    }
}

@media(min-width:1600px) {
    .course-tran-list-img {
        height: 370px;
    }
}

.course-tran-detail {
    text-align: center;
    position: absolute;
    width: calc(100% - 80px);
    bottom: 0;
    background-color: #ffffff;
    left: 40px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.3);
    padding: 5px;
    color: #000000;
}

.course-tran-icon,
.course-tran-name {
    display: inline-block;
    vertical-align: middle;
}

.sec-3 {
    background-color: #F3F5F7;
    /* padding: 65px 0; */
}

.spe-off-list {
    background-color: #ffffff;
}

.about-detail {
    position: absolute;
    color: #ffffff;
    max-width: calc(100% - 150px);
    left: 4em;
    z-index: 1;
}

.cover-bg {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about_bg {
    position: absolute;
    transition: ease-in-out .3s;
    background: rgba(0, 0, 0, 0.34);
    width: 100%;
    height: 100%;
    /* z-index: 1; */
    left: 0;
    top: 0;
}

.cover-bg:hover .about_bg {
    background: rgba(228, 0, 43, 0.75);
}

.about-detail p {
    /* font-family: 'Sarabun'; */
    font-family: 'Bai Jamjuree', sans-serif;
}

.about-detail .btn {
    transition: ease-in-out .3s;
    opacity: 0;
    display: none;
}

.cover-bg:hover .btn {
    opacity: 1;
    display: inline-block;
}

.tag-tax {
    color: #E4002B;
    background-color: rgba(228, 0, 43, 0.15);
    color: #E4002B;
    display: inline-block;
    padding: 1px 15px;
    border-radius: 15px;
}

@media only screen and (max-width: 767px) {
    .set_p_0 .uagb-block-24030cc0 .uagb-column__inner-wrap {
        padding: 0px;
    }
    .set_m_0 p {
        margin: 0;
    }
}

.p_sarabun p {
    /* font-family: 'Sarabun'; */
    font-family: 'Bai Jamjuree', sans-serif;
}

.review-home-list {
    background-color: #F5F7F6;
    transition: ease-in-out .3s;
    padding: 25px 20px;
}

.review-home-list p {
    margin: 0;
}

.review-home-list:hover {
    background-color: #E4002B;
}

.review-home-list:hover .font-gray,
.review-home-list:hover .font-black,
.review-home-list:hover .font-drakgray {
    color: #ffffff;
}

.rw-img-sd {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50px;
    width: 25%;
    max-width: 85px;
    margin-right: 15px;
}

.re-detail-sd {
    display: inline-block;
    width: calc(70% - 15px);
    vertical-align: middle;
}

.review-home-prev {
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 1;
    background-color: #E4002B;
    color: #ffffff;
    padding: 10px 25px 10px 15px;
    border-radius: 0 30px 30px 0;
    top: calc(50% - 20px);
}

.review-home-next {
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 1;
    background-color: #E4002B;
    color: #ffffff;
    padding: 10px 15px 10px 25px;
    border-radius: 30px 0 0 30px;
    top: calc(50% - 20px);
}

.review-home-next,
.review-home-prev {
    display: none;
}

@media(min-width:1200px) {
    .review-home-sd:hover .review-home-next,
    .review-home-sd:hover .review-home-prev {
        display: block;
    }
}

.review-home-se1-prev {
    position: absolute;
    cursor: pointer;
    left: 0;
    z-index: 30;
    background-color: #E4002B;
    color: #ffffff;
    padding: 10px 25px 10px 15px;
    border-radius: 0 30px 30px 0;
    top: calc(50% - 20px);
}

.review-home-se1-next {
    position: absolute;
    cursor: pointer;
    right: 0;
    z-index: 30;
    background-color: #E4002B;
    color: #ffffff;
    padding: 10px 15px 10px 25px;
    border-radius: 30px 0 0 30px;
    top: calc(50% - 20px);
}

.sec-1 {
    position: relative;
}

.review-home-se1-next,
.review-home-se1-prev {
    display: none;
}

@media(min-width:768px) {
    .review-home-se1-next,
    .review-home-se1-prev {
        display: block;
    }
}

.txt-line-clamp-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.gd-img {
    position: relative;
}

.gd-img::after {
    content: '';
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}

@media screen and (max-width: 1199px) {
    .about-detail {
        position: relative;
    }
    .about-detail .btn {
        display: inline-block;
        opacity: 1;
    }
    .btn-outline-red:hover {
        background-color: #fff;
        color: #000;
    }
}

@media screen and (max-width: 991px) {
    .about-detail {
        max-width: calc(100% - 25px);
        left: 1em;
    }
    .cover-bg:hover .btn {
        /* display: none; */
    }
}

@media screen and (max-width: 575px) {
    .text_company_limited_left,
    .text_company_limited_right {
        float: unset;
    }
}

.securefile-item {
    border: 1px solid #EDEDED;
    border-radius: 5px;
}

.securefile-item-download,
.securefile-item-download:visited {
    display: inline-block;
    padding: 5px 20px;
    color: #E4002B !important;
    border-radius: 30px;
    border: 2px solid #E4002B;
    outline: none;
    text-decoration: none;
    transition: .3s;
}

.securefile-item-download:hover {
    background-color: #E4002B;
    color: white !important;
}


.dn_dinline {
    display: none;
}

.css_menu_home .main-menu-bar.set_new_shadow {
    box-shadow: 0px 7px 15px -2px rgb(0 0 0 / 30%);
}
.main-menu-bar.set_new_shadow_n{
    box-shadow: 0px 7px 15px -2px rgb(0 0 0 / 30%) !important;
}

/* .main-menu-bar.set_new_shadow {
    box-shadow: 0px 7px 15px -2px rgb(0 0 0 / 30%);
} */

.menu-site-mobile {
    display: block;
}

.menu-site-desktop.new_color_mnb {
    display: none;
}

.menu-mobile-toggle {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-mobile-toggle span {
    height: 1px;
    width: 21px;
    border-radius: 10px;
    border: 2px solid #000000;
    background-color: #000000;
    display: block;
    margin: 3px auto;
    transition: .25s ease-in-out;
    position: relative;
}

.menu-mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 8px;
}

.menu-mobile-toggle.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: -6px;
}

.menu-site-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    right: -1269px;
    padding: 20px 35px;
    top: 0;
    overflow-y: auto;
    transition: ease-in-out .3s;
}

.menu-site-wrap.active {
    right: 0;
}

.menu-site-wrap li {
    padding-bottom: 10px;
}

.menu-site-wrap a {
    color: #000000;
    font-weight: 300;
}

.menu-site-wrap li.current-menu-item a {
    color: #E4002B;
    font-weight: 500;
}

.header-contact .headder-contact-item:first-child {
    background-color: #E4002B;
    border-radius: 15px;
    padding: 2px 15px 2px 5px;
    margin-right: 5px;
}

.header-contact .headder-contact-item:first-child .item-ct-img {
    background-color: #fff;
    border-radius: 15px;
    padding: 0px 5px;
    height: 22px;
    display: inline-block;
    margin-top: 1px;
}

.header-contact .headder-contact-item:first-child .item-ct-img img {
    width: 12px;
}

.menu-course .menu-item a {
    position: relative;
}

.menu-logo img {
    padding: 10px 0;
    max-width: 70px;
}

.course-tran-detail {
    text-align: center;
    position: absolute;
    width: calc(100% - 80px) !important;
    bottom: 0;
    background-color: #ffffff;
    left: 40px !important;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    padding: 5px;
    color: #000000;
}

.header-bottom-menu {
    text-align: right;
}
.setprompt .h1, .setprompt .h2, .setprompt .h3, .setprompt .h4, .setprompt .h5, .setprompt .h6, .setprompt h1, .setprompt h2, .setprompt h3, .setprompt h4, .setprompt h5, .setprompt h6{
    font-family: 'Prompt';
}
@media(max-width:1199px) {
    .item-ct-txt {
        color: #000000;
    }

    .header-contact .headder-contact-item:first-child {
        display: block;
        max-width: 185px;
        background-color: #ffffff;
    }

    .header-contact .headder-contact-item:first-child .item-ct-img {
        background-color: #e4002b;
    }

    .header-contact .headder-contact-item:first-child .item-ct-img img {
        filter: brightness(0) invert(1);
        vertical-align: revert;
    }

    .menu-course .menu-item a {
        background-color: #E4002B;
        color: #ffffff;
        font-weight: 500;
        border-radius: 30px;
        display: inline-block;
        padding: 10px 20px;
        margin: 5px 0;
        top: 0px;
    }

    .menu-course .menu-item {
        display: inline-block !important;
        width: auto !important;
    }

    .menu-course .menu-item {
        display: inline-block;
        width: 176px;
        position: relative;
        padding: 0;
        margin-right: 3px;
    }
}

@media (min-width:768px) {

    .course-tran-detail {
        text-align: center;
        position: absolute;
        width: calc(100% - 80px) !important;
        bottom: 0;
        background-color: #ffffff;
        left: 40px !important;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        padding: 5px;
        color: #000000;
    }
}

@media (min-width:992px) {
    .course-tran-detail {
        text-align: center;
        position: absolute;
        width: calc(100% - 20px) !important;
        bottom: 0;
        background-color: #ffffff;
        left: 10px !important;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        padding: 5px;
        color: #000000;
    }

    .menu-course .menu-item a {
        top: 0px;
    }

    html[lang="th"] .menu-course .menu-item a {
        width: unset !important;
    }
}

@media(min-width:1200px) {
   

    .course-tran-detail {
        text-align: center;
        position: absolute;
        width: calc(100% - 40px) !important;
        bottom: 0;
        background-color: #ffffff;
        left: 20px !important;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        padding: 5px;
        color: #000000;
    }

    .menu-course .menu-item a {

        position: absolute !important;
        top: -28px;

    }

    .menu-site-mobile {
        display: none !important;
    }

    .menu-site-desktop.new_color_mnb {
        display: block !important;
    }

    /* .menu-menu-course-eng2-container ul li:first-child {
        display: none;
    } */
    .menu-menu-course-eng-container #menu-menu-course-eng li:first-child{
        display: none;
    }
    .menu-menu-course-container ul li:first-child {
        display: none;
    }

    .container_fluid_rps {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container_fluid_rps.container {
        max-width: none;
    }

    .fit-c {
        width: fit-content !important;
        padding-left: 30px !important;
    }

    .header-top-left_newh {
        width: 26% !important;
    }

    .header-top-right_newh {
        width: 74% !important;
    }

    .dn_dinline {
        display: inline-block !important;
    }

    .header-bottom-menu .menu-item.dinline_dn {
        display: none !important;
    }

    .header-bottom-menu.re_new_mf li {
        margin: 0 0 0 17px;
    }

    .header-bottom-menu.re_new_mf .menu-menu-language {
        display: inline-block;
    }

}

@media(min-width:1300px) {

    /* .menu-course .menu-item {
        display: inline-block;
        width: 150px !important;
        position: relative;
        padding: 0;
        margin-right: 3px;
    } */
    .fit-c {
        padding-left: 5px !important;
    }

    .header-top-left_newh {
        width: 23% !important;
    }

    .header-top-right_newh {
        width: 77% !important;
    }

}

@media(min-width:1400px) {
    .course-tran-detail {
        text-align: center;
        position: absolute;
        width: calc(100% - 80px) !important;
        bottom: 0;
        background-color: #ffffff;
        left: 40px !important;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
        padding: 5px;
        color: #000000;
    }

   
    .container_fluid_rps {
        width: none;
        padding-right: none;
        padding-left: none;
        margin-right: none;
        margin-left: none;
    }
    .menu-menu-course-eng-container #menu-menu-course-eng li:first-child{
        display: inline-block !important;
    }
    .menu-menu-course-container ul li:first-child {
        display: inline-block !important;
    }

    .container_fluid_rps.container {
        max-width: 1400px !important;
    }


}