@font-face {
    font-family: 'bebasneue';
    src: url('../fonts/bebasneue-regular-webfont.woff2') format('woff2'),
        url('../fonts/bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'prompt';
    src: url('../fonts/prompt-light-webfont.woff2') format('woff2'),
        url('../fonts/prompt-light-webfont.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'prompt';
    src: url('../fonts/prompt-regular-webfont.woff2') format('woff2'),
        url('../fonts/prompt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'prompt';
    src: url('../fonts/prompt-semibold-webfont.woff2') format('woff2'),
        url('../fonts/prompt-semibold-webfont.woff') format('woff');
    font-weight: bold;
    font-weight: 600;
    font-display: swap;
}

html {
    margin: 0 !important;
    height: -webkit-fill-available;
}

body {
    font-family: 'prompt';
}

a {
    text-decoration: none !important;
}

.post,
.page {
    margin: 0;
}

.font-prompt {
    font-family: 'prompt';
}

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

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

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

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

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

.color_AAA {
    color: #AAAAAA;
}

.color_000,
a.color_000,
a:active.color_000,
a:hover.color_000 {
    color: #000;
}

.color_red {
    color: red;
}

.color_AF {
    color: #AF1919;
}

.color_8C,
a.color_8C,
a:active.color_8C,
a:hover.color_8C {
    color: #c50105;
}

.color_77 {
    color: #777777;
}

.color_FF0 {
    color: #FF0000;
}

.color_75 {
    color: #757575;
}

.h_title {
    font-size: 25px;
}

.h2_title {
    font-size: 20px;
}

.site-header {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 60;
}

.home .site-header {
    position: fixed;
}

.home .css_menu_home,
.css_menu_home2 {
    background-color: #fff;
    box-shadow: 0px -15px 20px 10px #0005;
}

.main-navigation {
    margin-top: 15px;
    padding-top: 15px;
    font-family: 'bebasneue';
    text-transform: uppercase;
}

.main-navigation li:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    border-top: 1px solid white;
}

.main-navigation li:first-child:before {
    width: calc(100% - 15px);
    left: 15px;
}

.main-navigation a {
    position: relative;
    color: white;
    text-decoration: none !important;
    font-size: 26px;
    letter-spacing: 4px;
    margin: 0 13px 0 20px;
    outline: none;
}

.main-navigation a:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 10px);
    z-index: -1;
    border-top: 12px solid #af1919;
    width: 0;
    transition: .3s;
}

.main-navigation a:hover:after,
.main-navigation .current_page_item a:after,
.curent_post_type #menu-item-11062 a:after {
    left: -12px;
    width: calc(100% + 20px);
}

.main-navigation ul {
    justify-content: flex-end !important;
}

.main-navigation ul>li:not(.current_page_item):last-child>a {
    margin-right: 0;
}


.main-slide .ls-outline .ls-nav-prev,
.main-slide .ls-outline .ls-nav-next {
    border-radius: 30px;
}

@media screen and (min-width: 992px) {
    .main-slide .ls-outline .ls-nav-prev {
        left: calc(50% - 480px + 15px) !important;
    }

    .main-slide .ls-outline .ls-nav-next {
        right: calc(50% - 480px + 15px) !important;
    }
}

@media screen and (min-width: 1200px) {
    .main-slide .ls-outline .ls-nav-prev {
        left: calc(50% - 570px + 15px) !important;
    }

    .main-slide .ls-outline .ls-nav-next {
        right: calc(50% - 570px + 15px) !important;
    }
}

@media screen and (min-width: 1640px) {
    .main-slide .ls-outline .ls-nav-prev {
        left: calc(50% - 800px + 15px) !important;
    }

    .main-slide .ls-outline .ls-nav-next {
        right: calc(50% - 800px + 15px) !important;
    }
}

.main-slide .ls-outline .ls-bottom-slidebuttons a {
    width: 20px;
    height: 0;
    border-radius: 0;
    border: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.main-slide .ls-outline .ls-bottom-slidebuttons {
    top: -150px;
}

@media screen and (max-width: 991px) {
    .site-header {
        display: none;
    }
}

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

.header-before-nav {
    padding-top: 15px;
}

.header-social a {
    margin-right: 7px;
}

.header-social img {
    max-width: 25px;
    max-height: 25px;
}

.mobile-menu .header-social img {
    max-width: 35px;
    max-height: 35px;
}

.header-tel {
    padding-left: 10px;
    border-left: 1px solid white;
    margin-left: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
    margin-right: 10px;
}

.header-tel,
.header-tel * {
    color: white !important;
    text-decoration: none !important;
}

.mobile-menu .header-tel {
    padding: 0;
    margin: 0 0 15px;
}

.mobile-menu .header-tel,
.mobile-menu .header-tel * {
    color: black !important;
    padding: 0;
}

.header-apply .btn_main {
    background-color: #c50105;
    border: 0;
    font-size: 14px;
    border-radius: 30px;
    height: auto;
    font-family: 'bebasneue';
    display: inline-block;
    padding: 5px 18px;
    color: #fff;
    margin: 0 auto;
    min-width: auto;
    text-align: center;
    outline: none !important;
    letter-spacing: 1px;
}

.header-apply .btn_main img {
    width: 20px;
}

.mobile-menu .header-apply .btn_main,
.mobile-menu .header-document .btn_main {
    font-size: 20px;
}

.mobile-menu .header-apply .btn_main img {
    width: 30px;
}

.home .site-header {
    position: absolute;
}

.home .site-header.css_menu_home {
    position: fixed;
}

.css_menu_home .header-tel,
.css_menu_home .header-tel * {
    color: black !important;
}

.site-branding img {
    /* max-height: 120px; */
    max-height: 100px;
}

.css_menu_home .header-tel {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.after-slide {
    background-color: #fff;
}

.after-slide .container {
    position: relative;
    /* height: 150px; */
}

.home-program-list {
    position: relative;
    width: 100%;
    margin-top: 120px;
    margin-left: -2px;
    margin-right: -2px;
    z-index: 31;
}

.home-program-item {
    opacity: 0;
    padding-left: 2px;
    padding-right: 2px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.home-program-item .pg-item {
    position: relative;
    height: 150px;
    border-radius: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
    z-index: 0;
}

.pg-item-img-div {
    height: 150px;
}

.home-program-item:first-child .pg-item .pg-item-pp {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 240px;
}

.pg-item-img {
    width: auto;
    max-height: 120px;
}

@media screen and (min-width: 768px) {
    .home-program-list {
        top: calc(-50%);
        margin-top: -75px;
    }

    .home-program-item {
        width: 50%;
        margin-bottom: 4px;
    }

    .home-program-item .pg-item {
        border-radius: 0;
    }
}

@media screen and (min-width: 992px) {
    .home-program-item:first-child {
        width: 34%;
    }

    .home-program-item {
        width: 22%;
    }
}

@media screen and (min-width: 1640px) {
    .home-program-list {
        top: calc(-50%);
        margin-top: -100px;
    }

    .home-program-item .pg-item {
        height: 200px;
    }

    .pg-item-img-div {
        height: 200px;
    }

    .home-program-item:first-child .pg-item .pg-item-pp {
        height: 300px;
    }
}

.after-slide-brand {
    opacity: 0;
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    padding-top: 120px;
    font-size: 150px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
    line-height: 70px;
}

.after-slide-brand>div {
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
    .after-slide-brand {
        font-size: 220px;
        line-height: 100px;
    }
}

@media screen and (min-width: 1640px) {
    .after-slide-brand {
        font-size: 300px;
        line-height: 140px;
    }
}

.main-title {
    display: inline-block;
    border-left: 5px solid #c50105;
    padding-left: 10px;
    font-family: 'bebasneue';
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2px;
    line-height: 25px;
}

.main-text {
    display: inline-block;
    font-family: 'bebasneue';
    text-transform: uppercase;

}

/* .main-text span{
    color: #c50105;
} */
.title_fyl .main-text-bottom {
    /* position: absolute; */
    bottom: -30px;
    right: 0;
    font-size: 40px;
    color: #000;
}

.title_fyl .main-text {
    font-family: 'prompt';
    color: #000;
    font-size: 45px;
    /* margin: 0 0 80px; */
    margin: 0 0 40px;
}

.swiper-home-programs {
    width: 100%;
    height: 100%;
}

.trns-text {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.site-footer {}

.footer-info {
    min-height: 300px;
    font-size: 16px;
    background-color: rgba(72, 0, 6, 0.8);
}

.footer-copy {
    position: relative;
    width: 100%;
    background-color: black;
    color: white;
    padding: 10px 0;
    font-size: 11px;
}

.design_and_develop_by_digital_think_house {
    float: right;
}

.design_and_develop_by_digital_think_house>div {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    color: #fff;
}

.design_and_develop_by_digital_think_house>div:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    background-image: url(../images/dth-ico-black.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    transition: .5s;
}

.design_and_develop_by_digital_think_house>div:hover:after {
    background-image: url(../images/dth-ico-color.png);
}

.footer_menu {
    margin: 15px 0;
    padding: 15px 0;
    font-family: 'bebasneue';
    text-transform: uppercase;
}

.footer_menu li:before {
    /* content: ''; */
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    border-top: 1px solid white;
}

.footer_menu li:first-child:before {
    width: calc(100% - 15px);
    left: 15px;
}

.footer_menu a {
    position: relative;
    color: white;
    text-decoration: none !important;
    font-size: 25px;
    letter-spacing: 4px;
    margin: 0 20px;
    z-index: 1;
}

.footer_menu a:after {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    left: calc(50% - 10px);
    z-index: -1;
    border-top: 12px solid #af1919;
    width: 0;
    transition: .3s;
    z-index: -1;
}

.footer_menu a:hover:after {
    left: -12px;
    width: calc(100% + 20px);
}

.footer_menu ul {
    justify-content: flex-end !important;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: auto;
}

.footer_menu li {
    float: left;
}

@media(max-width:575px) {
    .footer_menu li {
        /* float: unset; */
    }

    .footer-copy {
        text-align: center;
    }

    .design_and_develop_by_digital_think_house {
        float: unset;
    }
}

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

.bg_top {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.bg_red {
    background-color: rgb(70 5 9 / 0.7);
    z-index: 0;
    color: #fff;
}

.btn_main {
    background-color: #9d0104;
    border: 0;
    font-size: 22px;
    border-radius: 30px;
    height: 50px;
    font-family: 'bebasneue';
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    margin: 10px auto;
    min-width: 200px;
    text-align: center;
    outline: none !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn_main img {
    display: inline-flex;
    width: 27px;
}

.search-btn {
    min-width: auto;
    font-size: 16px;
    padding: inherit;
}

.footer_top {
    color: #fff;
    text-align: center;
}

.footer_top h1 {
    font-size: 55px;
    font-weight: 500;
}

.footer_top p {
    font-size: 20px;
    font-weight: 100;
}

.footer_addr {
    font-size: 18px;
    font-weight: lighter;
    padding: 0 0 20px;
}

.footer_tel {
    font-size: 25px;
    font-family: 'bebasneue';
    letter-spacing: 4px;
}

.footer_media {
    padding: 20px 0px 30px;
}

.footer_media img {
    width: 45px;
}

.footer_media a {
    outline: none;
}

@media(min-width:576px) {
    .footer_menu ul {
        justify-content: center !important;
        -webkit-box-pack: center !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

button.btn_nav {
    padding: 2px;
    background-color: #fff0;
    border: 1px solid #c50105;
    border-radius: 50%;
    width: 50px;
    outline: none;
    font-family: 'prompt';
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #86979100;
    color: #FFF;
    text-decoration: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #c50105;
    width: 22px;
    height: 2px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 22px;
    height: 2px;
    background: #c17777;
}

.owl-theme .owl-dots .owl-dot {
    outline: none;
}

.home-newupdate-slide {
    padding: 0 100px;
}

.home-newupdate-slide .item {
    padding: 0 0 0 15px;
}

.home-newupdate-slide a {
    color: #000;
    outline: none;
    text-decoration: none;
}

.home-newupdate-slide a:hover {
    box-shadow: 0px 0px 10px 1px #00000014;
    display: block;
}

.inew_left {
    width: 100%;
    height: 100%;
}

.inew_right {
    padding: 0 15px;
}

.title_new {
    padding: 10px 0 0;
}

.title_new .main-title {
    font-size: 18px;
    text-align: left;
}

.title_new2 {
    display: inline-block;
    /* font-family: 'bebasneue'; */
    text-transform: uppercase;
    font-size: 20px;
    color: #c50105;
    text-align: left;
    display: block;
}

.new_excerp,
.title_new {
    text-align: left;
    font-size: 13px;
    font-weight: lighter;
    z-index: 1;
    position: relative;
}

.cut-text {
    text-decoration: none;
    text-overflow: ellipsis;
    /* เพิ่ม ... จุดจุดจุดท้ายสุด */
    display: block;
    overflow: hidden;
    white-space: nowrap;
    /* width: 255px; กำหนดความกว้าง  */
}

.cut-text-multi3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cut-text-multi4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cut-text-multi2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-newupdate-slide .owl-nav button.owl-next,
.home-newupdate-slide .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 70px);
}

.home-newupdate-slide .owl-nav button.owl-next {
    right: 0;
}

.home-newupdate-slide .owl-nav button.owl-prev {
    left: 0;
}

button.btn_nav span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* @media(max-width:1300px){
    .home-newupdate-slide .owl-nav button.owl-next {
        right: 0;
    }
    .home-newupdate-slide .owl-nav button.owl-prev {
        left: 0;
    }
} */
.owl-theme .owl-dots {
    margin: 30px 0 0;
}

.readmore {
    font-family: 'prompt';
    font-weight: lighter;
    background-color: #fff;
    color: #000;
    border: 1px solid #c50105;
    padding: 5px 20px 6px;
    height: auto;
    min-width: auto;
    font-size: 16px;
}

.home-newupdate-slide .item:hover .readmore {
    background-color: #c50105;
    color: #fff;
    border: 1px solid #c50105;
}

.price_ipro {
    color: #EDC100;
    font-size: 18px;
    font-family: 'bebasneue';
    background-color: #c50105;
    display: inline-block;
    padding: 0 10px;
    border-radius: 50px 0 0 50px;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 2;
}

.price_ipro span {
    color: #fff;
    font-size: 12px;
}

.home-programs-slide .title_new2 {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 60px;
    word-wrap: break-word;
    z-index: 1;
    position: relative;
    line-height: 40px;
    padding: 5px 0 0;
    height: 90px;
}

@media(max-width:1640px) {
    .home-programs-slide .title_new2 {
        /* width: 70%; */
        /* line-height: 45px; */
        /* font-size: 40px; */
    }
}

@media(max-width:1199px) {
    .home-programs-slide .title_new2 {
        /* width: 50%; */
        /* line-height: 40px; */
        /* font-size: 35px; */
    }
}

.home-programs-slide .excerp {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    height: 135px;
    margin: 5px 0 25px;
    z-index: 1;
    position: relative;
    opacity: 0;
    transition: 0.3s;
    font-size: 16px;
    font-weight: lighter;
}

.home-programs-slide a {
    text-decoration: none;
    color: #fff;
}

.readmore_ipro {
    background-color: #c50105;
    font-size: 30px;
    font-family: 'bebasneue';
    position: relative;
    /* width: 80%; */
    letter-spacing: 1px;
    z-index: 1;
    opacity: 0;
    height: 0;
    padding: 0;
}

.readmore_ipro p {
    font-size: 16px;
    margin: 0;
}

.readmore_ipro .readmore_name {
    /* width: 50%; */
    line-height: 25px;
    font-size: 20px;
}

@media(max-width:1640px) {
    .readmore_ipro .readmore_name {
        /* width: 70%; */
    }
}

@media(max-width:1199px) {
    .readmore_ipro .readmore_name {
        /* width: 80%; */
    }
}

.home-programs-slide .readmore_ipro img {
    filter: brightness(15);
    width: 30px;
    display: inline-block;
    right: 20px;
    position: absolute;
    top: 15px;
}

.home-programs-slide .start_date img {
    width: 20px;
    display: inline-block;
}

.home-programs-slide {
    text-align: left;
    padding: 0 100px;
}

.home-programs-slide .start_date {
    font-size: 16px;
    font-family: 'bebasneue';
    z-index: 1;
    position: relative;
    /* margin: 370px 0 0; */
    margin: 100px 0 0;
}

.home-programs-slide .date_ipro {
    font-family: 'bebasneue';
    line-height: 26px;
    z-index: 1;
    position: relative;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-programs-slide .owl-item {
    /* height: 800px; */
    height: 555px;
}

.home-programs-slide .item_bg {
    padding: 38px 25px;
    height: 100%;
}

.home-programs-slide .item_bg:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 10%) 28%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.home-programs-slide .item_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 10%) 28%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.home-programs-slide .owl-item .item {
    margin: 30px 0 0;
    transition: 0.3s;
    position: relative;
    height: 800px;
}

.home-programs-slide .owl-item .item:hover .readmore_ipro {
    padding: 20px 20px 20px 20px;
    opacity: 1;
    height: 120px;
}

.home-programs-slide .owl-item .item:hover .start_date {
    margin: 0;
    /* margin: 255px 0 0; */
}

.home-programs-slide .owl-item .item:hover .date_ipro {
    margin: 0 0 20px;
}

.home-programs-slide .owl-item .item:hover .excerp {
    opacity: 1;
}

.home-programs-slide .owl-item .item:hover .item_bg:before {
    background: linear-gradient(to bottom, rgb(212 28 36 / 40%) 0%, rgb(212 28 36 / 30%) 25%, rgba(0, 0, 0, 0) 100%);
    height: 40%;
}

.home-programs-slide .owl-item .item:hover .item_bg:after {
    height: 100%;
    background: #00000060;
}

.home-programs-slide .owl-item .item:hover {
    margin: 0;
}

.home-programs-slide .owl-nav button.owl-next,
.home-programs-slide .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 70px);
}

.home-programs-slide .owl-nav button.owl-next {
    right: 0;
}

.home-programs-slide .owl-nav button.owl-prev {
    left: 0;
}

.home-about-us {
    /* padding: 600px 0 50px; */
    padding: 0 0 50px;
    /* background-position: top left,bottom center; */
    background-position: top 50px left, bottom -260px center;
    background-repeat: no-repeat;
    /* background-size: contain,100% 50%; */
    background-size: 100%, 100% 100%;
    /* background-size: auto 888px,100% 100%; */
}

.pad_350px {
    padding: 0 0 120px;
}

.main-title2 {
    display: inline-block;
    border-left: 5px solid #fff;
    padding-left: 10px;
    font-family: 'bebasneue';
    text-transform: uppercase;
    font-size: 23px;
    letter-spacing: 2px;
    color: #fff;
}

.main-text2 {
    display: inline-block;
    font-family: 'bebasneue';
    text-transform: uppercase;
    font-size: 80px;
    color: #fff;
}

.step_find {
    font-size: 18px;
    font-weight: 500;
    color: #cccccc;
    text-align: left;
}

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

.step_find li {
    padding: 0 0 10px 20px;
    position: relative;
}

.step_find li span:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ccc;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.step_find li:before {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 4px;
}

.step_find li.active:before {
    background-color: #fff;
}

.step_find li:after {
    content: '';
    width: 1px;
    height: 50%;
    background-color: #ccc;
    position: absolute;
    bottom: 0;
    left: 4px;
}

.step_find li:first-child:before {
    content: unset;
}

.step_find li:last-child:after {
    content: unset;
}

.step_find li.active {
    color: #fff;
}

.step_find li.active:after {
    background-color: #fff;
}

.step_find li.curent {
    /* color: #af4343; */
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    /* text-shadow: 1px 1px #000000; */
}

.step_find li.curent:before {
    background-color: #fff;
}

.step_find li.curent span:before {
    /* background-color: #af4343; */
    /* border: 1px solid #c50105; */
    background-color: #fff;
    border: 1px solid #fff;
}

.step_find li.active span:before {
    background-color: #fff;
    border-color: #fff;
}

.step_find_dots {
    color: #fff;
    font-size: 25px;
    font-family: 'bebasneue';
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step_find_dots span {
    color: #c50105;
    font-size: 16px;
}

.step_find_list {
    color: #fff;
}

.step_find_list button.btn_nav {
    /* filter: brightness(20); */
    font-size: 20px;
    font-weight: 500;
    border: 0;
}

.step_find_item {
    font-size: 16px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 0 30px;
    cursor: pointer;
}

.step_find_item .txet {
    position: absolute;
    z-index: 2;
}

.step_find_title2 {
    font-size: 25px;
    font-weight: 500;
}

.step_find_title {
    background: #c50105;
    padding: 2px 5px;
    /* display: inline-block; */
    display: none;
}

.step_find_title2 {
    display: inline-block;
}

.bg_step_hover {
    background-position: center, bottom right;
    background-repeat: no-repeat;
    background-size: cover, 0px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
}

.step_find_item.active .bg_step_hover {
    background-size: cover, 70px;
    opacity: 1;
}

.step_find_item:hover .bg_step_hover {
    opacity: 1;
}

.step_next,
.step_prev {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.step_find_item input[type="checkbox"],
.step_find_item input[type="radio"] {
    opacity: 0;
}

.home-reviws-slide .item a {
    color: #fff;
    text-decoration: none;
}

.home-reviws-slide .owl-nav button.owl-next,
.home-reviws-slide .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 70px);
}

.home-reviws-slide button.btn_nav {
    border: 0;
}

.home-reviws-slide button.btn_nav img {
    /* filter: brightness(20);
    border-color: #fff; */
}

.home-reviws-slide button.btn_nav .btn_left img,
.home-reviws-slide button.btn_nav .btn_right img {
    top: 10px;
    position: relative;
}

.home-reviws-slide button.btn_nav .btn_right img {
    right: 50px;
}

.home-reviws-slide button.btn_nav .btn_left img {
    left: 50px;
}

.home-reviws-slide .owl-nav button.owl-next {
    right: 0;
}

.home-reviws-slide .owl-nav button.owl-prev {
    left: 0;
}

.home-reviws-slide .owl-dots .owl-dot.active span,
.home-reviws-slide .owl-dots .owl-dot:hover span {
    background: #ffffff;
    opacity: 1;
}

.home-reviws-slide .owl-dots .owl-dot span {
    background: #ffffff;
    opacity: 50%;
}

.home-reviws-slide p {
    margin: 0;
}

.home-reviws-slide .item {
    width: 65%;
    margin: auto;
    overflow: hidden;
    text-align: left;
    min-width: 768px;
}

.home-reviws-slide .main-title {
    display: block;
}

.home-reviws-slide .main-text p {
    font-size: 20px;
}

.home-reviws-slide .main-text {
    font-size: 30px;
    word-break: break-all;
}

.home-reviws-slide .top {
    min-height: 100px;
    margin-top: 20px;
}

.home-reviws-slide .bottom {
    min-height: 160px;
    padding: 50px 0 20px;
}

.text-coment {
    background-color: #c50105;
    padding: 2px 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 10px;
    width: fit-content;
}

.txet_excerpt {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: lighter;
}

.site-main,
.site-footer {
    min-width: 768px;
}

:root {
    --site-header-offset: 0px;
}

.mn_width {
    min-width: 768px;
}

/* .home-reviws-slide .owl-item:nth-child(5) .item{
    background: red;
} */
.home-reviws-slide .bg_img_next,
.home-reviws-slide .bg_img_prev {
    filter: grayscale(1);
}

.home-reviws-slide .bg_img_next,
.home-reviws-slide .bg_img_prev,
.home-reviws-slide .namefl {
    position: absolute;
    bottom: 50px;
    width: 100px;
    height: 60px;
}

.home-reviws-slide .bg_img_next,
.home-reviws-slide .btn_right .namefl {
    right: 5px;
}

.home-reviws-slide .bg_img_prev,
.home-reviws-slide .btn_left .namefl {
    left: 5px;
}

/* .home-reviws-slide .bg_img_next::after, .home-reviws-slide .bg_img_prev::after{ */
.home-reviws-slide .namefl::after {
    content: '';
    background-color: #c5010550;
    width: 60px;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.home-reviws-slide .btn_left .namefl::after {
    left: 0;
}

.home-reviws-slide .btn_right .namefl::after {
    right: 0;
}

.home-reviws-slide .bg_img_next::after {
    right: 0;
}

.home-reviws-slide .bg_img_prev::after {
    left: 0;
}

.home-reviws-slide .namefl {
    padding: 8px;
}

.namefp,
.namelp,
.namefn,
.nameln {
    font-family: 'bebasneue';
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    color: #fff;
    z-index: 2;
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: auto;
    position: relative;
    /* width: 83px; */
}

.page_title {
    font-size: 80px;
}

.header-page {
    color: #fff;
    font-family: 'bebasneue';
    display: flex;
    align-items: center;
    height: 500px;
    /* padding: 120px 10px 10px; */
    text-align: center;
    letter-spacing: 2px;
    line-height: 65px;
}

.page_subtitle {
    font-size: 25px;
    line-height: 35px;
    margin: 15px 10px 10px;
}

.subtitle_right {
    color: #8B151F;
    letter-spacing: 1px;
}

.txt_center {
    margin: auto;
}

.footer_page {
    position: relative;
    padding: 120px 0 0;
}

.bg1_footer_page {
    width: 100%;
    height: 401px;
}

.bg2_footer_page {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 0 100px;
}

.content-page .h1,
.content-page .h2,
.content-page .h3,
.content-page .h4,
.content-page .h5,
.content-page .h6,
.content-page h1,
.content-page h2,
.content-page h3,
.content-page h4,
.content-page h5,
.content-page h6 {
    font-weight: 600;
}

.img_404 {
    width: 80%;
    margin: auto;
    max-width: 1020px;
}

.padding_404 {
    padding: 200px 0 50px;
}

.text1_404 {
    font-family: 'bebasneue';
    text-transform: uppercase;
    font-size: 70px;
    margin: 10px 0 0;
}

.text2_404 {
    font-size: 20px;
    font-weight: lighter;
    margin: 0 0 15px;
}

.acf-map {
    width: 100%;
    height: 700px;
    border: #ccc solid 1px;
    margin: 0;
}

.acf-map img {
    max-width: inherit !important;
}

.text_addr {
    font-size: 20px;
    font-weight: lighter;
    display: flex;
    width: 930px;
    box-shadow: 1px 1px 15px 1px #00000050;
    margin: auto;
}

.text_addr .title {
    color: #fff;
    font-size: 25px;
    font-family: 'bebasneue';
    text-transform: uppercase;
    margin: 0 0 20px;
    letter-spacing: 2px;
}

.addr_left .title {
    color: #8B151F;
}

.addr_left {
    background-color: #fff;
}

.addr_right {
    background-color: #c50105;
    color: #fff;
}

.text_addr .subtitle {
    font-weight: normal;
    color: #c50105;
}

.addr_left,
.addr_right {
    padding: 30px 40px;
}

.fw500 {
    font-weight: 500;
}

.subtitle2,
.subtitle3 {
    padding: 0 0 0 45px;
}

.subtitle3 {
    display: flex;
}

.text_addr p {
    margin: 0;
}

.subtitle4 {
    display: flex;
    width: 200px;
}

.subtitle4_sub p {
    margin: 5px 0 25px;
}

.subtitle2 {
    margin: 0 0 10px;
}

.position-replative {
    position: relative;
}

.text_addr_center {
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.font_title {
    font-family: 'bebasneue';
    text-transform: uppercase;
}

.menu_review_list .menu_review_icon {
    width: 30px;
    height: 30px;
}

.menu_review_txt {
    font-size: 25px;
    letter-spacing: 2px;
}

.menu_review_list {
    min-width: 150px;
    position: relative;
}

.menu_review_list:first-child {
    margin: 0 0 0 15px;
}

.menu_review_list.active {
    color: #fff;
}

.menu_review_list.active::after,
.menu_review_list:hover:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #CA1C24;
    z-index: -1;
    filter: brightness(0.8);
}

.menu_review_list.active img {
    filter: invert(1);
}

.menu_review_list.active a {
    color: #fff;
}

.menu_review_list a {
    padding: 30px 20px 25px;
    color: #000;
    display: block;
    text-decoration: none;
    outline: none;
}

.menu_review_list:hover a {
    color: #fff;
}

.menu_review_list:hover img {
    filter: invert(1);
}

.menu_review {
    border-bottom: 1px solid #dfdfdf;
}


.news-paginate .page-numbers-begin,
.news-paginate .page-numbers-end {
    border: 1px solid #E6E6E6;
    padding: 6px 11px;
    color: #8E3809;
    float: left;
    border-radius: 30px;
    margin: 0 3px;
}

.news-paginate ul {
    list-style: none;
    display: -webkit-inline-box;
    padding: 0 !important;
    margin: 0;
    border: 0 !important;
}

.news-paginate .page-numbers {
    display: inline-block;
    color: #8E3809;
    text-decoration: none !important;
    padding: 6px 14px;
    min-width: 36px;
}

.news-paginate li,
.news-paginate .not_click {
    /* padding: 2px 14px; */
    border: 1px solid #E6E6E6;
    float: left;
    border-radius: 30px;
    margin: 0 3px;
}

.news-paginate li .page-numbers.current {
    background-color: #8E3809;
    color: #fff;
    border-radius: 30px;
}

.news-paginate .page-numbers-end {
    float: right;
    border-radius: 30px;
}

@media(max-width:500px) {
    .news-paginate a {
        font-size: 16px;
    }

    .news-paginate .page-numbers-begin,
    .news-paginate .page-numbers-end {
        padding: 0px 4px;
    }

    .news-paginate .page-numbers {
        padding: 0px 8px;
        min-width: unset;
    }

    .news-paginate li,
    .news-paginate .not_click {
        font-size: 16px;
    }
}

.blog_item .title_top {
    background-color: #82151F;
    width: auto;
    text-align: center;
    display: inline-block;
    padding: 1px 20px;
    letter-spacing: 1px;
    border-radius: 15px;
}

.blog_item .title {
    /* font-size: 30px; */
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

a.a_blog_item {
    text-decoration: none;
    color: #fff;
    display: block;
}

.blog_item .excerot {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 17px;
    /* font-size: 18px; */
    font-weight: lighter;
}

.v2 {
    border: 1px solid #fff;
    border-radius: 30px;
    width: auto;
    display: inline-block;
    color: #fff;
    background-color: #fff0;
    font-size: 16px;
}

.blog_item {
    padding: 100px 0 30px;
    position: relative;
    /* height: 200px; */
    height: 400px;
}

.blog_item .content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    padding: 0 15px 30px;
    width: 100%;
    /* height: 300px; */
}

.a_blog_item:hover .blog_item:before {
    content: '';
    width: 100%;
    background: linear-gradient(to top, rgb(212 28 36 / 40%) 0%, rgb(212 28 36 / 30%) 25%, rgba(0, 0, 0, 0) 100%);
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.a_blog_item:hover .blog_item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #00000060;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hover_show {
    display: none;
}

.a_blog_item:hover .hover_show {
    display: block;
}

.margin_md_60 {
    margin-bottom: -650px;
}

.content_blog_title {
    display: flex;
    height: 120px;
    align-items: center;
}

.search_main {
    display: block;
    width: 400px;
    height: 45px;
    position: relative;
    margin: 0 0 0 auto;
}

.search_main .search-btn {
    font-family: 'bebasneue';

    background-color: #8B151F;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
    border-radius: 30px;
    height: 100%;
    outline: none;
}

.search_main .search_input {
    color: #000;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    padding: 0 30px;
    outline: none;
}

.lk_back_page {
    font-size: 16px;
    font-weight: 500;
}

.lk_back_page a {
    color: #000;
    text-decoration: none;
}

.lk_back_page .lk_back_current {
    color: #8B151F;
}

.d_logo2.dnone,
.d_logo1.dnone {
    display: none;
}

.css_menu_home .main-navigation .current_page_item,
.css_menu_home .main-navigation .current-page-ancestor {
    background-color: #af1919;
}

.css_menu_home .main-navigation a {
    color: #000;
    outline: none;
}

.css_menu_home .main-navigation li:before {
    border-top: 1px solid #000000;
    top: 0;
}

.css_menu_home .main-navigation {
    margin-top: 0;
}

.size1 {
    font-size: 35px;
    font-weight: 600;
}

.blog_title2 {
    /* color: #8B151F; */
    color: #000000;
    width: 80%;
}

.blog_title2 p {
    color: #000;
    font-size: 20px;
}

.main_btn_share {
    position: absolute;
    bottom: -35px;
    right: 15px;
    cursor: pointer;
    z-index: 10;
}

.btn_share2 {
    position: relative;
    width: 130px;
    color: #fff;
}

.btn_share2 i {
    background-color: #6B0C17;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 12px 15px;
    border-radius: 0px 30px 30px 0px;
}

.btn_share {
    background-color: #8B151F;
    padding: 8px 25px;
    display: block;
    width: 100%;
    border-radius: 30px;
    text-align: left;
}

.content_blog_image {
    text-align: center;
}

.content_blog_excerpt {
    color: #8B151F;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    max-width: 300px;
    margin: auto;
    text-align: center;
}

.content_blog_excerpt p,
.content_blog_content p {
    margin: 0;
}

.content_blog_content {
    font-size: 20px;
    text-align: center;
    word-wrap: break-word;
}

.content_blog_title.setheight {
    height: 60px;
}

.program_left,
.program_right {
    /* margin-left: 15px;
    margin-right: 15px; */
}

.program_left {
    /* background-color: rgb(123, 204, 127); */
}

.program_right {
    /* background-color: rgb(204, 192, 123); */
    position: relative;
}

.list_program {
    margin: 10px 0;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #00000017;
}

.list_program .all_list {
    max-height: 300px;
    overflow-y: auto;
}

.list_program .all_list {
    /* scrollbar-3dlight-color:gold;
    scrollbar-arrow-color:blue;
    scrollbar-base-color:;
    scrollbar-darkshadow-color:blue;
    scrollbar-face-color:;
    scrollbar-highlight-color:;
    scrollbar-shadow-color: */
}

.box_scrollbar::-webkit-scrollbar {
    width: .2em;
}

.box_scrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.box_scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

.checkbox {
    width: 100%;
    /* margin: 15px auto; */
    position: relative;
    display: block;
    /* text-align: center; */
    /* height: 30px; */
}

.checkbox label {
    position: relative;
    min-height: 24px;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    width: 100%;
}

.checkbox label span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 17px;
    height: 15px;
    /* transition: transform 0.28s ease; */
    border-radius: 3px;
    border: 1px solid #414141;
}

.checkbox label:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg) scale(0);
    /* transition: transform ease 0.25s; */
    position: absolute;
    top: 8px;
    left: 8px;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}

.checkbox input[type="checkbox"]:checked~label:before {
    border: 1px solid #8B151F;
    background-color: #8B151F;
}

.checkbox input[type="checkbox"]:checked~label:after {
    transform: rotate(-45deg) scale(1);
}

.checkbox input[type="checkbox"]:focus+label::before {
    outline: 0;
}

.list_program .title .fa-chevron-circle-down {
    color: #fff;
    position: absolute;
    font-size: 13px;
    margin: 7px 0 0;
    top: 2px;
    right: 15px;
    background-color: #8B151F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 4px 0 0 6px;
}

.list_program .title .fa-chevron-circle-down:before {
    content: "\f106";
}

.list_program .title.select .fa-chevron-circle-down {
    /* color: #8B151F; */
}

.list_program .title.select .fa-chevron-circle-down:before {
    content: "\f107";
}

.list_program .title {
    font-size: 25px;
    color: #8B151F;
    position: relative;
}

.menu_program .menu_review_list {
    float: left;
    width: 160px;
    height: 130px;
    line-height: 25px;
    margin: 0;
}

.menu_program .menu_review_list a {
    padding: 10px 20px 15px;
}

.program_right .top .title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
    padding: 15px 0 0;
}

.program_right .top a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    outline: none;
    margin-right: 0px;
}

.v3 {
    font-family: 'prompt';
    font-size: 16px;
    min-width: auto;
    height: auto;
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
    margin-right: 10px;

}

.program_right .top a.active .v3,
.program_right .top a:hover .v3 {
    background-color: #8B151F;
    border: 1px solid #8B151F;
    color: #fff;
}

.program_right .top a.inactive .v3,
.program_right .top a.inactive:hover .v3 {
    background-color: #C0C0C0;
    border: 1px solid #C0C0C0;
    color: #fff;
}


.btn_main.compare {
    font-family: 'prompt';
    font-size: 14px;
    min-width: auto;
    height: 44px;
    background-color: #000000;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
}

.btn_main.btn_search {
    padding: 0;
    width: auto;
    height: 44px;
    min-width: 150px;
    font-family: 'prompt';
    font-size: 16px;
    position: relative;
    border: 1px solid #0005;
}

.single-review .btn_main.btn_search {
    position: absolute;
    bottom: 0;
    right: 0;
}

.search_update {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 30px;
    padding: 0 50px 0 20px;
    color: #8B151F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    outline: none;
    background-image: url(/wp-content/uploads/2020/08/select_option.png), linear-gradient(to bottom, white, white 100%, white 50%);
    background-position: right 10px top 10px;
    background-repeat: no-repeat;
    background-size: 25px, 100%;
    background-color: #fff;
}

.btn_main.btn_search:after {
    /* font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f078';
    position: absolute;
    font-size: 10px;
    top: calc(50% - 10px);
    left: calc(100% - 35px);
    color: #fff;
    background-color: #8B151F;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 4px 0 0 2px; */
}

.select_option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 278px;
    width: 100%;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    color: #000000;
    margin: 8px 0 8px 0;
    font-size: 18px;
}

.program_right .top {
    position: relative;
}

.program_right .top_right {
    position: absolute;
    right: 0;
    top: 0;
    /* float: right; */
}

.btn_main.compare img {
    display: inline-flex;
    width: 23px;
}

.s2 {
    width: 280px;
}

.program_right .bottom_list .title {
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    background-color: #8B151F;
    border-radius: 100px;
    padding: 6px 30px 5px;
}

.program_right .bottom_list .title.inactive {

    background-color: #C0C0C0;

}

.color_total {
    color: #FFEB00;
    font-size: 14px;
}

.program_right .title_right i {
    font-size: 16px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 4px 0 0 8px;
    color: #000;
    margin: 0 0 0 10px;
}

.program_right .bottom_list .title.select .title_right i::before {
    content: "\f107";
}

.color_total2 {
    font-style: normal;
}

.bottom_listdetail {
    display: flex;
    width: 100%;
}

.bottom_listdetail_l {
    width: 45%;
    position: relative;
    overflow: hidden;
    background-color: #7e7e7e;
}

.bottom_listdetail_r {
    width: 55%;
    font-size: 13px;
    padding: 10px 10px 10px 10px;
    position: relative;
}

.bottom_listdetail_ti {
    /* font-size: 28px; */
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.bottom_listdetail a {
    text-decoration: none;
    outline: none;
    color: #000;
    display: block;
    width: 100%;
}

.bottom_listdetail_l a {
    display: block;
    width: 100%;
    height: 100%;
}

.bottom_listdetail_top {
    display: none;
}

.bottom_listdetail_lo img {
    width: 13px;
    vertical-align: text-top;
}

.bottom_listdetail_lo {
    color: #8B151F;
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.bottom_listdetail_wo {
    border: 1px solid #0005;
    border-radius: 30px;
    padding: 0 10px 0;
    display: inline-block;
    font-weight: lighter;
}

.bottom_listdetail_ex {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 65px;
}

.program_prict {
    font-size: 18px;
    color: #8B151F;
    font-weight: bold;
    display: inline-block;
}

.program_prict span {
    font-size: 14px;
    color: #000;
}

.bottom_listdetail_bo .checkbox {
    background-color: #000000;
    display: inline-block;
    width: 100px;
    height: auto;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    padding: 0 5px;
}

.bottom_listdetail_bo .checkbox label:before {
    top: 2px;
    border: 1px solid #ffffff;
}

.bottom_listdetail_bo .checkbox input[type="checkbox"]:checked~label:before {
    border: 1px solid #fff;
    background-color: #000;
}

.click_compare {
    /* background-color: #8b151f; */
    display: inline-block;
    width: 100px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50px;
    /* color: #fff; */
    padding: 4px 5px;
    /* float: right; */
    cursor: pointer;
    background-color: #fff;
    color: #8b151f;
    box-shadow: 0px 0px 0px 1px #8b151f inset;
    font-weight: 600;
}

.click_compare img {
    width: 18px;
    display: inline-flex;
    cursor: pointer;
}

img.compare_active1 {
    filter: brightness(0);
    vertical-align: bottom;
}

img.compare_active2 {
    display: none;
    vertical-align: bottom;
}

.program_right .bottom_list .content {
    margin: 10px 0;
}

.click_compare.active img.compare_active2 {
    display: inline-flex;
}

.click_compare.active img.compare_active1 {
    display: none;
}

.click_compare.active {
    background-color: #000;
    color: #fff;
}

.bottom_listdetail_bo {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    /* padding: 10px; */
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.txtevent {
    color: #FFEB00;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    width: auto;
    background-color: #8b151f;
    padding: 5px 15px 5px;
    border-radius: 0px 30px 30px 0px;
    top: 20px;
    left: 0;
    max-width: 180px;
}

.bottom_listdetail:hover {
    box-shadow: 0px 0px 10px 0px #0002;
}

.program_right .bottom_list {
    margin: 0 0 40px;
}

.compare_location {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px;
    width: 210px;
    text-align: center;
    border-radius: 30px 30px 0 0;
    transform: rotate(-90deg);
    position: absolute;
    top: 82px;
    left: -127px;
    box-shadow: 0px 5px 5px 1px #0005;
}

.compare_location img {
    width: 24px;
    display: inline-flex;
}

.compare_location i {
    background-color: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 6px 0 0;
    vertical-align: middle;
}

.main_compare_location.active .compare_location i {
    padding: 3px 0 0;
}

.compare_location.active i {
    padding: 5px 0 0;
}

.compare_location.active i::before {
    content: "\f107";
}

.main_compare_location {
    height: 210px;
    position: fixed;
    z-index: 99;
    top: 10%;
    background: #0003;
    right: 0;
    max-width: 740px;
    width: 0;
    transition: .9s;
}

.main_compare_location.active {
    width: calc(100% - 50px);
}

.position_re {
    position: relative;
    width: 0;
    height: 100%;
    background: #fff;
    transition: 0.3s;
    box-shadow: 0px 0PX 10px 1px #0005;
    width: 100%;
}

.main_compare_location2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    cursor: pointer;
}

.btn_main.reset {
    font-family: 'prompt';
    font-size: 16px;
    min-width: 160px;
    height: 44px;
    background-color: #ffffff;
    color: #8b151f;
    border: 1px solid #8b151f;
    cursor: pointer;
}

.btn_main.reset img {
    width: 20px;
    display: inline-flex;
}

.main_compare_location3 {
    display: flex;
    /* height: 250px;
    align-items: center; */
}

.main_compare_location3_11,
.main_compare_location3_22 {
    display: flex;
    height: 210px;
    align-items: center;
}

.compare_item {
    width: 100px;
    height: 110px;
    /* background-color: darkred; */
    /* float: left; */
    margin: 0 10px;
    box-shadow: 0px 0px 5px 2px #0002;
    border-radius: 10px;
    position: relative;
    border: 1px solid #8B151F;
}

.main_compare_location3_2 {
    /* width: 220px; */
    text-align: center;
}

.main_compare_location3_22 {
    box-shadow: -5px 0px 5px 0px #0002;
}

.main_compare_location3_11 {
    padding: 20px;
}

.main_compare_location.active .position_re {
    width: 100%;
    /* max-width: 740px; */
    /* width: calc(100% - 20px); */
}

.main_compare_location3_1 {
    display: -webkit-inline-box;
}

.compare_item .top {
    width: 100%;
    height: 60px;
    border-radius: 10px 10px 0 0;
}

.compare_item_ti {
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 600;
    padding: 3px;
}

.compare_item_lo {
    color: #8B151F;
    font-size: 10px;
    text-decoration: none;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px;
}

.compare_item_lo img {
    width: 9px;
    display: inline-flex;
}

.compare_item_close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

.compare_item_close img {
    border-radius: 50%;
}

.main_compare_location.active .compare_location i::before {
    content: "\f106";
}

.program_right .bottom_list .title {
    cursor: pointer;
}

.list_program .title {
    cursor: pointer;
}

.compare_item.val_bor {
    border: 0;
}

.location_txt span {
    color: #8B151F;
}

.location_txt img {
    width: 20px;
    margin: 0 10px 0 0;
}

.location_title {
    color: #000;
}

.contnet_program .title {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    border-bottom: 1px solid #0001;
    padding: 10px 0;
    margin: 0 15px 20px;
}

.contnet_program .title span {
    color: #8B151F;
}

.contnet_program .title img {
    width: 50px;
    margin: 0 10px 0 0;
}

.contnet_program {
    box-shadow: 5px 5px 20px 0px #00000012;
    margin: 0 0 40px 0;
}

.contnet_program .subtitle {
    background-color: #8B151F;
    color: #fff;
    width: auto;
    display: inline-block;
    border-radius: 30px;
    padding: 0 13px;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
}

.contnet_program .subtitlelist {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 500;
}

.contnet_program .main_subtitle {
    padding: 0 15px 20px;
}

.contnet_program .name_location {
    padding: 0 15px;
}

.image_location2 {
    width: 100%;
    height: 100%;
}

.image_location3 {
    width: 100%;
    height: 360px;
}

.contnet_program_detail {
    font-size: 18px;
    min-height: 350px;
    margin: 0 15px 20px;
}

.contnet_program_detail2 {
    font-size: 20px;
    text-align: center;
}

.btn_main.v4 {
    background-color: #fff;
    border: 1px solid #c50105;
    color: #c50105;
    font-family: 'prompt';
    letter-spacing: 0px;
}

.btn_main.v5 {
    letter-spacing: -1px;
    font-family: 'prompt';
}

.main_item_compare ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 14px;
}

.image_com {
    width: 100%;
    height: 150px;
    position: relative;
    overflow: hidden;
}

.ti_com {
    background-color: #8a151f;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    /* cursor: pointer; */
}

.lo_com2 {
    color: #8B151F;
    font-size: 16px;
    font-weight: 600;
}

.main_item_compare li {
    border-bottom: 1px solid #0001;
    margin: 0 15px;
    padding: 10px 0;
}

.main_item_compare {
    width: 18%;
    margin: 0 15px 40px 15px;
}

.main_item_compare:first-child {
    width: 10%;
}

.main_item_compare a {
    outline: none;
    text-decoration: none;
}

.main_item_compare .lkd_compare {
    text-align: center;
    display: block;
}

.main_item_compare .btn_main {
    font-size: 16px;
    letter-spacing: 0px;
    min-width: auto;
    height: 35px;
    padding: 7px 35px;
    margin: 30px auto;
}

.item_compare {
    box-shadow: 5px 5px 10px 3px #0001;
}

.main_item_compare:first-child .item_compare {
    box-shadow: none;
}

.image_com2 {
    color: #FFEB00;
    font-size: 16px;
    font-weight: 500;
    background-color: #8B151F;
    border-radius: 0 30px 30px 0;
    padding: 5px 15px;
    display: inline-block;
    position: relative;
    top: 20px;
    max-width: 170px;
}

.home-newupdate-slide .item .new_excerp {
    height: 72px;
}

.home-reviws {
    padding: 70px 0 25px;
}

.main_item_compare:first-child li {
    align-items: center;
    display: inline-flex;
    width: 100%;
}

.main_item_compare ol {
    padding: 0;
    margin: 0;
}

.main_item_compare .list_num {
    list-style: decimal;
}

.main_item_compare .list_num li {
    border: 0;
    padding: 0;
}

.contnet_program_image img {
    width: 100%;
    height: auto;
}

.btn_main.filter_pro {
    width: 100%;
}

.go_find_yl {
    font-family: 'prompt';
    font-size: 14px;
    letter-spacing: 0px;
    color: #c50105;
    background-color: #fff;
    border-radius: 30px;
    padding: 7px 10px;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.close_find_pro {
    color: #c50105;
    font-size: 16px;
    background-color: #fff;
    border-radius: 30px;
    padding: 7px 10px;
    margin: 0 0 0 15px;
    cursor: pointer;
}

.btn_fyl {
    padding: 9px 10px 9px 30px;
    margin: 10px 0 20px 0;
}

.bottom_listdetail:hover .bottom_listdetail_top {
    display: inline-block;
    background-color: #8b151f;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    border-radius: 0 0 0 80px;
}

.bottom_listdetail:hover .bottom_listdetail_top img {
    width: 46px;
    margin: 0 0 0 auto;
    display: block;
    position: relative;
    padding: 10px 10px 24px 0px;
}

.menu_reviews {
    display: inline-flex;
    width: 100%;
    border-top: 1px solid #0003;
    border-bottom: 1px solid #0003;
    font-size: 25px;
    letter-spacing: 1px;
    overflow: auto;
}

.menu_reviews_li {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
}

.menu_reviews_li.active {
    background-color: #8b151f;
    color: #fff;
}

.menu_reviews_li:hover {
    background-color: #8b151f;
    color: #fff;
}

.menu_reviews_li .font_title {
    width: max-content;
}

.tab_reviews {
    position: relative;
}

.tab_reviews .main_btn_share {
    bottom: unset;
    top: 15px;
}

.tab_reviews_img,
.tab_reviews_text {
    min-height: 500px;
    /* height: 570px; */
}

.tab_reviews_text {
    align-items: center;
    /* display: inline-flex; */
}

.tab_reviews_by {
    background-color: #8b151f;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    padding: 1px 20px;
    margin: 0 0 8px;
}

.tab_reviews_title {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 35px;
}

.tab_reviews_content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: lighter;
}

.tab_reviews_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    color: #8B151F;
    font-size: 30px;
    margin: 0 0 10px;
    font-style: italic;
}

.re_title2 {
    font-size: 20px;
}

.tab_reviews_li {
    display: none;
}

.tab_reviews_li.active {
    display: block;
}

.re_atmosphere .title img {
    width: 50px;
    margin: 0 10px 0 0;
}

.re_atmosphere .title {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    color: #000;
    border-bottom: 1px solid #0001;
    padding: 10px 0;
    margin: 0 15px 20px;
}

.atmosphere_content .wp-video {
    margin: auto;
    width: 700px !important;
}



.home-programs-slide .owl-item .item:hover .anm_fadeInUpBig1 {
    opacity: 1;
    animation: slideInUp;
    animation-duration: 0.3s;
}

.home-programs-slide .owl-item .item:hover .anm_fadeInUpBig2 {
    opacity: 1;
    animation: fadeIn;
    animation-duration: 1s;
}

.my-o {
    /* display: inline-block;
    margin: auto; */
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.home-programs-slide .owl-item .item:hover .my-o2 {
    opacity: 0;
    display: none;
}

.home-programs-slide .title_new2 .f_50,
.readmore_ipro .readmore_name .f_50 {
    font-size: 16px;
}

.home-programs-slide .title_new2 .f_50 {
    color: #c50105;
}

.fix_readmorepro {
    position: relative;
    bottom: 0;
    z-index: 1;
}

.home-about-us:before {
    /* content: '';
    position: absolute;
    top: -140px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2020/07/bg2-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%; */
}

.step_prev button.btn_nav {
    border: 1px solid #c5010500;
}

.pro-hashtag {
    font-size: 16px;
}

.hashtag_a {
    color: rgb(27, 149, 224);
}

.home .hashtag_a {
    color: #fff;
}

.hashtag_search {
    padding: 0 10px;
    border-radius: 30px;
    border: 1px solid #0000;
    display: inline-block;
    color: rgb(27, 149, 224);
    margin: 0 0 10px;
}

.hashtag_search:hover {
    border: 1px solid rgb(27, 149, 224);
    color: rgb(27, 149, 224);
}

.hashtag_search i {
    color: red;
}

input.urlcopying {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.apply-now-note a {
    cursor: pointer;
}





/* **************************** share **************************** */

.share_social_main #wrapper {
    text-align: center;
    /* position:absolute; */
    /* left:0; */
    /* right:0; */
    /* top: 0; */
    /* margin: 100px auto; */
    /* width:420px; */
}

.share_social_main input[type="checkbox"] {
    display: none;
}

.share_social_main .checkbox:checked+.label {
    background: #7B748400;
    color: #231733;
}

.share_social_main .checkbox:checked~.social {
    opacity: 1;
    transform: scale(1) translateY(-90px);
}

.share_social_main .label {
    background: #23173300;
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484;
}

.share_social_main .social {
    transform-origin: 50% 0%;
    transform: scale(0) translateY(-190px);
    opacity: 0;
    transition: .5s;
}

.share_social_main ul {
    position: relative;
    left: 0;
    right: 0;
    top: 100px;
    margin: -5px auto 0;
    color: #fff;
    height: auto;
    width: max-content;
    background: #ffffff;
    padding: 10px;
    list-style: none;
    display: inline-block;
    box-shadow: 1px 1px 10px -2px #0003;
    border-radius: 5px;
}

.share_social_main ul li {
    /* font-size: 20px; */
    cursor: pointer;
    /* width: auto; */
    /* margin: 0; */
    padding: 0 5px 0;
    /* text-align: center; */
    float: left;
    /* display: block; */
    /* height: 22px; */
    border-right: 1px solid #00000012;
}

.share_social_main ul li:last-child {
    border-right: 0;
}

.share_social_main .copylink i {
    background-color: #000;
    border-radius: 30px;
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    padding: 6px 0 0;
}

.share_social_main ul li:hover {
    /* color:rgba(0,0,0,.5); */
}

.share_social_main ul:after,
.share_social_main ul:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    margin: 46px auto;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    /* border-top: 20px solid #E34429; */
    border-bottom: 10px solid #fff;
}

.share_social_main ul:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #0000000d;
    top: -57px;
}

.share_social_main li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0;
}

.share_social_main li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0;
}

.share_social_main li[class*="dropbox"] {
    background: #8DC5F2;
    padding: 12px 0;
}

.share_social_main li[class*="github"] {
    background: #9C7A5B;
    padding: 12px 0;
}

.share_social_main li[class*="instagram"] {
    background: #0E68CE;
    padding: 12px 0;
}

.share_social_main li[class*="youtube"] {
    background: #CC181E;
    padding: 12px 0;
}

.share_social_main .credits a {
    color: #fff;
    text-decoration: none;
}

.share_social_main .i_bg_social {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 25px;
}

/* **************************** share **************************** */

input#urlcopying,
input.urlcopying {
    /* position: absolute; */
    opacity: 0;
    top: 140px;
    right: 50%;
    height: 0;
    width: 0;
    font-size: 10px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
    border-right: 0;
    border-radius: 0;
    border-color: #0000001f;
}

.urlcopying_fix.active {
    /* position: fixed; */
    /* z-index: 999999999; */
    /* top: 35%; */
    /* right: 10%; */
    /* background-color: red; */
    /* width: 300px; */
    /* height: 23px; */
    display: inline-block;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .7); */
    background-color: #0000;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

.urlcopying_fix.active input#urlcopying,
.urlcopying_fix.active input.urlcopying {
    opacity: 1;
    height: auto;
    width: 200px;
    top: 0;
    right: 0;
}

.urlcopying_fix.active .urlcopying_btn {
    padding: 3px 10px;
    background-color: #c50105;
    width: auto;
    height: auto;
}

.urlcopying_btn {
    font-size: 10px;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 0;
    border-radius: 0;
    border-color: #0000001f !important;
    color: #fff;
    outline: none !important;
    width: 0;
    height: 0;
    padding: 0;
    background: #0000;
}

.urlcopying_fix2 {
    position: absolute;
    right: 10%;
    top: 35%;
}

.single-review .urlcopying_fix2 {
    right: 27%;
    top: 53%;
}

.single-review .urlcopying_fix.active input#urlcopying,
.single-review .urlcopying_fix.active input.urlcopying {
    top: 2px;
    right: 52px;
}

.f_50 {
    color: #8B151F;
    font-size: 20px;
}

.single-blog .content_blog_content {
    text-align: unset;
}

.single-review .content_blog_content,
.single-blog .content_blog_content {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.single-review .content_blog_content>*,
.single-blog .content_blog_content>* {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.single-review .content_blog_content img,
.single-review .content_blog_content video,
.single-review .content_blog_content figure,
.single-review .content_blog_content .wp-block-image,
.single-review .content_blog_content .wp-block-video,
.single-review .content_blog_content .wp-block-cover,
.single-blog .content_blog_content img,
.single-blog .content_blog_content video,
.single-blog .content_blog_content figure,
.single-blog .content_blog_content .wp-block-image,
.single-blog .content_blog_content .wp-block-video,
.single-blog .content_blog_content .wp-block-cover {
    max-width: 100%;
}

.single-review .content_blog_content iframe,
.single-review .content_blog_content .wp-block-embed,
.single-review .content_blog_content .wp-block-embed__wrapper,
.single-blog .content_blog_content iframe,
.single-blog .content_blog_content .wp-block-embed,
.single-blog .content_blog_content .wp-block-embed__wrapper {
    max-width: 100%;
}

.single-review .content_blog_content img,
.single-review .content_blog_content video,
.single-blog .content_blog_content img,
.single-blog .content_blog_content video {
    display: block;
    height: auto;
}

.single-blog .content_blog_content img {
    /* max-width: 1200px; */
}

#outerImageContainer {
    width: 100% !important;
    height: auto !important;
}

.home-program-item:hover {
    z-index: 10;
}

.home-program-item:hover .pg-item {
    transform: scale(1.1);
}

.title_left_font {}

.main_like_heart {
    display: inline-block;
    text-align: center;
}

.like_heart {
    color: #8b151f;
    display: inline-block;
    font-size: 25px;
    height: 0;
    position: relative;
    bottom: -5px;
}

.like_heart i {
    cursor: pointer;
}

.main_like {
    display: inline-flex;
    float: right;
}

.main_like .main_btn_share2 {
    border-left: 1px solid #0001;
    padding-left: 10px;
}

.flex_center {
    display: flex;
    align-items: center;
}









/*********************************************** overlay loading  ***********************************************/

.overlay-loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

.overlay-loading.active {
    opacity: 1;
    visibility: visible;
}

@font-face {
    font-family: 'icomoon';
    /* src:url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.eot?-9haulc');
	src:url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.eot?#iefix-9haulc') format('embedded-opentype'),
		url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.woff?-9haulc') format('woff'),
		url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.ttf?-9haulc') format('truetype'),
		url('https://s3.amazonaws.com/icomoon.io/4/Loading/icomoon.svg?-9haulc#icomoon') format('svg'); */
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spinner:before {
    content: "\e000";
}

.icon-spinner-2:before {
    content: "\e001";
}

.icon-spinner-3:before {
    content: "\e002";
}

.icon-spinner-4:before {
    content: "\e003";
}

.icon-spinner-5:before {
    content: "\e004";
}

.icon-spinner-6:before {
    content: "\e005";
}

.icon-spinner-7:before {
    /* content: "\e006"; */
}

@keyframes anim-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    display: inline-block;
    font-size: 4em;
    height: 1em;
    line-height: 1;
    margin: .5em;
    animation: anim-rotate 2s infinite linear;
    color: #fff;
    text-shadow: 0 0 .25em rgba(255, 255, 255, .3);
}

.spinner--steps {
    animation: anim-rotate 1s infinite steps(8);
}

.spinner--steps2 {
    animation: anim-rotate 1s infinite steps(12);
}

.icon-spinner-7 {
    position: fixed;
    top: calc(50% - 80px);
    left: calc(50% - 50px);
}

/*********************************************** end overlay loading  ***********************************************/


.home-quiz-bg-main a {
    text-decoration: none;
    outline: none;
}

.main_quiz_d {
    display: inline-block;
    height: 300px;
}

.main_quiz_d .main-text {
    font-family: 'prompt';
    font-size: 50px;
}

.content_blog a:hover {
    text-decoration: none;
}

.bg_blur {
    position: absolute;
    top: 0;
    filter: blur(2px);
    opacity: 0.5;
    -webkit-filter: blur(2px);
    transform: scale(1.1);
    /* height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.bg_center2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.opacity-0 {
    opacity: 0;
}

.header-document .btn_main {
    background-color: #fff0;
    border: 0;
    font-size: 14px;
    border-radius: 30px;
    height: auto;
    font-family: 'bebasneue';
    display: inline-block;
    padding: 5px 18px;
    color: #fff;
    margin: 0 auto;
    min-width: auto;
    text-align: center;
    outline: none !important;
    letter-spacing: 1px;
    border: 1px solid #fff;
}

.header-apply a,
.header-document a {
    text-decoration: none;
    outline: none;
}

.css_menu_home .header-document .btn_main,
.mobile-menu .header-document .btn_main {
    background-color: #fff;
    color: #c50105;
    border: 1px solid #c50105;
}

.pro_review .bottom_listdetail {
    display: block;
    position: relative;
}

.pro_review .bottom_listdetail_l {
    width: 100%;
    height: 300px;
}

.pro_review .bottom_listdetail_r {
    width: 100%;
}

.pro_review .bottom_listdetail:hover .bottom_listdetail_top {
    width: 40px;
}

.pro_review .bottom_listdetail:hover .bottom_listdetail_top img {
    width: 35px;
    padding: 5px 5px 10px 5px;
}

.pro_review .btn_main.v5 {
    padding: 7px 10px;
    margin: auto;
    font-size: 16px;
    width: 100%;
    height: auto;
    border: 1px solid #c50105;
}

.pro_review .btn_main img {
    display: inline-flex;
    width: 18px;
}

.pro_review .bottom_listdetail:hover .btn_main.v5 {
    background-color: #ffffff;
    color: #c50105;
    border: 1px solid #c50105;
}

.pro_review .bottom_listdetail:hover .btn_main.v5 img {
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(200%) contrast(0.8);
}

li#field_3_6,
li#field_3_7,
li#field_3_8 {
    width: 50%;
    display: inline-block;
    padding: 0 60px 0 13px !important;
    position: relative;
}

li#field_3_8 {
    /* width: 100%; */
    /* padding: 0 45px 0 13px !important; */
}

li#field_3_6 .gfield_label,
li#field_3_7 .gfield_label,
li#field_3_8 .gfield_label {
    display: none;
}

li#field_3_6 {
    margin-top: 75px;
}

li#field_3_6::after {
    content: 'ผู้แนะนำ';
    background-image: url(/wp-content/uploads/2020/09/read-fromi1.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 30px auto;
    position: absolute;
    top: -70px;
    left: 0;
    height: 35px;
    width: auto;
    padding: 10px 0 0 35px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

li#field_3_6::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

li#field_3_7::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 0;
    width: 89%;
    height: 1px;
    background-color: #e8e8e8;
}

li#field_3_6 .ginput_container,
li#field_3_7 .ginput_container,
li#field_3_8 .ginput_container {
    position: relative;
}

li#field_3_6 .ginput_container::after {
    content: 'ชื่อ*';
    position: absolute;
    top: -22px;
}

li#field_3_7 .ginput_container::after {
    content: 'เบอร์โทรศัพท์มือถือ*';
    position: absolute;
    top: -22px;
}

li#field_3_8 .ginput_container::after {
    content: 'Email*';
    position: absolute;
    top: -22px;
}

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

.map_multi_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.map_multi_col {
    position: relative;
    width: 100%;
    /* padding-right: 15px; */
    padding-left: 15px;
    padding-bottom: 15px;
}

.map_multi_col_50 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.map_multi_col_30 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.map_multi_col_100,
.map_multi_col_100_xl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.map_multi_col:nth-child(3n+1) {
    padding-left: 0;
}

.address_multi {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    z-index: 9;
}

.address_multi .text_addr {
    display: block;
    width: 90%;
    max-width: 440px;
}

/* .address_multi .subtitle4 img, .text_addr .subtitle img {
    width: 27px;
} */
.subtitle4 img,
.subtitle img {
    width: 27px;
}

.address_multi .subtitle4 .img2 {
    display: contents;
}

.address_multi .subtitle4 img {
    /* position: relative; */
    /* top: -6px; */
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.address_multi .addr_right {
    display: flex;
}

.address_multi .addr_left,
.address_multi .addr_right {
    padding: 20px 15px;
}

.address_multi .addr_left {
    padding-bottom: 5px;
}

.address_multi .addr_right1 {
    width: 45%;
}

.address_multi .addr_right2 {
    width: auto;
}

.address_multi .text_addr .title {
    font-size: 18px;
    margin: 0 0 2px;
}

.address_multi .addr_right2 .title {
    font-family: 'prompt';
    letter-spacing: unset;
}

.address_multi .subtitle4_sub p {
    font-size: 14px;
    margin: 0;
}

.address_multi .subtitle2 {
    font-size: 16px;
}

.map_multi {
    position: relative;
    z-index: 1;
}

.address_multi .subtitle2,
.address_multi .subtitle3 {
    /* padding: 0 0 0 15px; */
    padding: 0;
    margin: 0;
}

.map_multi_col_100_xl .address_multi .text_addr {
    max-width: 732px;
    display: flex;
}

.map_multi_col_100_xl .address_multi .addr_left,
.map_multi_col_100_xl .address_multi .addr_right {
    width: auto;
}

.map_multi_col_100_xl .address_multi .addr_right2 {
    display: none;
}

.map_multi_col_100_xl .address_multi .addr_right1 {
    width: auto;
}

.border_1 .addr_right1 {
    padding: 0 10px 0 0;
}

.border_1 .addr_right2 {
    /* border-left: 1px solid #fff; */
    padding: 0 0 0 10px;
    /* height: fit-content; */
    position: relative;
}

.border_1 .addr_right2::before {
    position: absolute;
    left: -5px;
    top: 7px;
    content: '';
    background-color: #fff;
    border-radius: 30px;
    z-index: 1;
    width: 1px;
    height: 80%;
}

.address_multi .subtitle4 {
    width: auto;
}

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

.addr_right_center {
    display: flex;
    margin: auto;
    width: 100%;
}

a.d_logo2 {
    outline: none;
}

.img_map {
    height: 700px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px -20px #000 inset;
}

.img_map a {
    outline: none;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
}

/* .lightcase-contentInner img, .lightcase-contentInner, #lightcase-content, #lightcase-case {
    width: 1200px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: unset !important;
} */






































.mx_width_quiz {
    max-width: 1199px;
}

@media(max-width:1199px) {
    .map_multi_col:nth-child(3n+1) {
        padding-left: 15px;
    }

    .map_multi_col:nth-child(2n+1) {
        padding-left: 0;
    }

    .map_multi_col_30 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .map_multi_col_100_xl {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .main_item_compare {
        width: 35%;
    }

    .main_item_compare:first-child {
        width: 18%;
    }

    .program_right .top_right {
        display: none;
    }

    .mx_width_768 {
        max-width: 768px;
    }

    .blog_item_col:nth-child(2) .blog_item,
    .blog_item_col:nth-child(4) .blog_item,
    .blog_item_col:nth-child(9) .blog_item,
    .blog_item_col:nth-child(11) .blog_item {
        height: 514px;
    }

    .blog_item {
        height: 320px;
    }

    .blog_item_col:nth-child(3) {
        top: -190px;
    }

    .blog_item_col:nth-child(3) .blog_item {
        height: 350px;
    }

    .blog_item_col:nth-child(5) {
        top: -345px;
    }

    .blog_item_col:nth-child(6) {
        display: block !important;
    }

    .blog_item_col:nth-child(7),
    .blog_item_col:nth-child(8),
    .blog_item_col:nth-child(9),
    .blog_item_col:nth-child(11),
    .blog_item_col:nth-child(12) {
        top: -340px;
    }

    .blog_item_col:nth-child(10) {
        top: -525px;
    }

    .blog_item_col:nth-child(10) .blog_item {
        height: 345px;
    }

    .blog_item_col:nth-child(12) {
        top: -685px;
    }

    .v2 {
        padding: 5px 50px 6px;
        font-size: 16px;
    }
}

@media(max-width:991px) {
    .subtitle4_sub span {
        display: block;
    }

    .subtitle4_sub span.dnone {
        display: none;
    }

    .map_multi_col {
        padding-left: 0 !important;
    }

    .subtitle4_sub p {
        margin: 5px 0 0;
    }

    .address_multi .subtitle4_sub p {
        font-size: 16px;
    }

    .address_multi .text_addr .title {
        font-size: 25px;
    }

    .address_multi .addr_left,
    .address_multi .addr_right {
        padding: 30px;
    }

    .address_multi .addr_left {
        width: 472px;
    }

    .address_multi .addr_right {
        width: 260px;
    }

    .address_multi .addr_right1,
    .address_multi .addr_right2 {
        width: auto;
    }

    .address_multi .addr_right2 {
        display: none;
    }

    .address_multi .addr_right {
        display: block;
    }

    .address_multi .text_addr {
        display: flex;
    }

    .address_multi .text_addr,
    .text_addr {
        max-width: 732px;
    }

    .map_multi_col {
        padding-left: 0;
    }

    .map_multi_col_30 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .home-newupdate-slide {
        padding: 0;
    }

    .home-programs-slide {
        padding: 0;
    }

    .container_item_md {
        min-width: 300px;
        width: 520px;
    }

    .text_addr_center {
        padding: 0 40px;
    }

    .text_addr {
        width: auto;
        font-size: 16px;
    }

    .subtitle3 {
        display: block;
    }

    .addr_left,
    .addr_right {
        padding: 20px;
    }
}

@media(max-width:767px) {
    .owl-theme .owl-nav {
        display: none;
    }

    .padding-md-0 {
        padding: 0 !important;
    }

    .home-programs-slide .title_new2 {
        /* width: 100%; */
    }

    .home-reviws-slide.owl-theme .owl-nav {
        display: block;
    }

    li#field_3_6,
    li#field_3_7,
    li#field_3_8 {
        width: 100%;
        padding: 0 15px !important;
    }

    li#field_3_7::before {
        content: unset;
    }
}

@media(max-width:575px) {
    .price_ipro {
        top: 15px;
    }

    .mobile .menu_program .menu_review_list {
        height: auto;
    }

    .menu_program .menu_review_list a {
        height: 100%;
    }

}










@media(min-width:768px) {}

@media(min-width:992px) {
    .address_multi .subtitle3 {
        display: none;
    }

    .main_quiz_d .main-text {
        font-size: 60px;
    }

    .step_find {
        font-size: 20px;
    }

    .step_find li.curent {
        font-size: 25px;
    }

    .home-about-us {
        background-position: top 18px left, bottom -260px center;
    }

    .title_fyl .main-text {
        font-size: 55px;
    }

    .step_find_item {
        height: 250px;
    }

    .step_find_title {
        font-size: 16px;
    }

    .step_find_title2 {
        font-size: 30px;
    }

    .step_find_item.active .bg_step_hover {
        background-size: cover, 130px;
    }

    .pad_350px {
        padding: 0 0 200px;
    }
}

@media(min-width:1200px) {
    .map_multi_col:nth-child(3n+2) .address_multi .text_addr {
        margin: 0 auto 0 28px;
    }

    .map_multi_col:nth-child(3n+3) .address_multi .text_addr {
        margin: 0 auto 0 28px;
    }

    .main_quiz_d {
        height: 350px;
    }

    .main_quiz_d .main-text {
        font-size: 70px;
    }

    .step_find_title2 {
        font-size: 40px;
    }

    .home-about-us {
        background-position: top -30px left, bottom -260px center;
    }

    .title_fyl .main-text {
        font-size: 60px;
    }

    .pad_350px {
        padding: 0 0 300px;
    }

    .tab_reviews_img,
    .tab_reviews_text {
        min-height: 570px;
    }

    .main_item_compare:first-child {
        width: 14%;
    }

    .program_right .bottom_list .title {
        font-size: 20px;
    }

    .program_right .top .title {
        font-size: 28px;
    }

    .blog_item {
        height: 260px;
    }

    .blog_item .content {
        padding: 0 15px 15px;
    }

    .blog_item_col:nth-child(2) .blog_item,
    .blog_item_col:nth-child(4) .blog_item,
    .blog_item_col:nth-child(6) .blog_item,
    .blog_item_col:nth-child(10) .blog_item,
    .blog_item_col:nth-child(12) .blog_item {
        height: 430px;
    }

    .blog_item_col:nth-child(5),
    .blog_item_col:nth-child(6),
    .blog_item_col:nth-child(7),
    .blog_item_col:nth-child(8) {
        top: -160px;
    }

    .blog_item_col:nth-child(5) .blog_item,
    .blog_item_col:nth-child(6) .blog_item,
    .blog_item_col:nth-child(7) .blog_item,
    .blog_item_col:nth-child(8) .blog_item {
        height: 300px;
    }

    .blog_item_col:nth-child(10),
    .blog_item_col:nth-child(12) {
        top: -320px;
    }

    .blog_item_col:nth-child(9),
    .blog_item_col:nth-child(11) {
        top: -150px;
    }

    .margin_md_60 {
        margin-bottom: -290px;
    }

    .step_next,
    .step_prev {
        font-size: 20px;
    }

    .step_find_dots {
        font-size: 30px;
    }

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

    .step_find_title2 {
        /* font-size: 40px; */
    }

    .readmore_ipro .readmore_name {
        width: 50%;
    }

    .home-programs-slide .readmore_ipro img {
        width: 40px;
        top: 50px;
    }

    .readmore {
        padding: 5px 40px 6px;
    }

    .home-programs-slide .excerp {
        font-size: 16px;
        line-height: 22px;
    }

    .price_ipro {
        font-size: 25px;
        top: 34px;
    }

    .price_ipro span {
        font-size: 14px;
    }

    .home-programs-slide .title_new2 {
        /* width: 70%; */
        font-size: 40px;
    }

    button.btn_nav {
        width: 70px;
    }

    .home-reviws-slide .bottom {
        /* padding: 250px 0 20px; */
        padding: 80px 0 20px;
    }

    .home-reviws-slide .main-text {
        font-size: 65px;
    }

    .home-reviws-slide .main-text p {
        font-size: 45px;
    }

    .text-coment {
        font-size: 18px;
    }

    .txet_excerpt {
        font-size: 16px;
    }

    .home-reviws-slide .bg_img_next,
    .home-reviws-slide .bg_img_prev,
    .home-reviws-slide .namefl {
        bottom: 80px;
        width: 140px;
        height: 100px;
    }

    /* .home-reviws-slide .bg_img_next::after, .home-reviws-slide .bg_img_prev::after{ */
    .home-reviws-slide .namefl::after {
        width: 80px;
    }

    .namefp,
    .namelp,
    .namefn,
    .nameln {
        font-size: 20px;
    }

    .home-reviws-slide .namefl {
        padding-top: 20px;
    }

    .home-reviws-slide button.btn_nav .btn_right img {
        right: 65px;
    }

    .home-reviws-slide button.btn_nav .btn_left img {
        left: 65px;
    }

    .content_blog_excerpt {
        max-width: 500px;
    }

    .home-programs-slide .title_new2 .f_50 {
        font-size: 20px;
    }

    .readmore_ipro .readmore_name .f_50 {
        font-size: 16px;
    }
}

@media(min-width:1640px) {
    .address_multi .addr_right1 {
        width: 50%;
    }

    .border_1 .addr_right2 {
        /* border-left: 1px solid #fff; */
        padding: 0 0 0 15px;
        /* height: fit-content; */
        position: relative;
    }

    .border_1 .addr_right2::before {
        left: -10px;
    }

    .map_multi_col:nth-child(3n+2) .address_multi .text_addr {
        margin: auto;
    }

    .map_multi_col:nth-child(3n+3) .address_multi .text_addr {
        margin: auto;
    }

    .address_multi .addr_left,
    .address_multi .addr_right {
        padding: 10px 30px 10px;
    }

    .address_multi .subtitle2,
    .address_multi .subtitle3 {
        /* padding: 0 0 0 30px; */
        padding: 0;
    }

    .main_quiz_d {
        height: 400px;
    }

    .site-branding img {
        padding: 10px 0;
    }

    .home-about-us {
        background-position: top left, bottom -260px center;
    }

    .single-location .f_50 {
        font-size: 30px;
    }

    .home-programs-slide .title_new2 .f_50 {
        font-size: 30px;
    }

    .readmore_ipro .readmore_name .f_50 {
        font-size: 20px;
    }

    .pad_350px {
        padding: 0 0 434px;
    }

    .step_find_title2 {
        font-size: 55px;
    }

    .blog_item_col_2 .blog_item {
        height: 400px;
    }

    .blog_item .title {
        font-size: 30px;
    }

    .blog_item .excerot {
        font-size: 18px;
    }

    .blog_item {
        height: 300px;
    }

    .blog_item_col:nth-child(5),
    .blog_item_col:nth-child(6),
    .blog_item_col:nth-child(7),
    .blog_item_col:nth-child(8) {
        top: -160px;
    }

    .blog_item_col:nth-child(9),
    .blog_item_col:nth-child(11) {
        top: -150px;
    }

    .blog_item_col:nth-child(2) .blog_item,
    .blog_item_col:nth-child(4) .blog_item,
    .blog_item_col:nth-child(6) .blog_item,
    .blog_item_col:nth-child(10) .blog_item,
    .blog_item_col:nth-child(12) .blog_item {
        height: 470px;
    }

    .step_find_item.active .bg_step_hover {
        background-size: cover, 150px;
    }

    .step_find_item {
        height: 340px;
    }

    .home-newupdate-slide .readmore {
        min-width: 200px;
        margin: 30px 0;
        font-size: 20px;
    }

    .title_new2 {
        font-size: 40px;
    }

    .title_new {
        /* padding: 50px 0 0; */
    }

    .home-programs-slide .title_new2 {
        /* width: 50%; */
        font-size: 55px;
        line-height: 65px;
        height: 135px;
    }

    .home-programs-slide .excerp {
        font-size: 19px;
        line-height: 25px;
        height: 154px;
    }

    .price_ipro {
        font-size: 37px;
        top: 15px;
        padding: 0 20px;
    }

    .price_ipro span {
        font-size: 16px;
    }

    .home-programs-slide .start_date {
        font-size: 20px;
    }

    .home-programs-slide .date_ipro {
        font-size: 40px;
        line-height: 50px;
    }

    .home-programs-slide .owl-item .item:hover .start_date {
        margin: 110px 0 0;
    }

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

    .readmore_ipro .readmore_name {
        font-size: 30px;
        line-height: 40px;
    }

    .home-programs-slide .owl-item .item:hover .readmore_ipro {
        height: 150px;
    }

    .home-programs-slide .start_date {
        margin: 270px 0 0;
    }

    .home-programs-slide .readmore_ipro img {
        top: 80px;
    }

    .home-programs-slide .owl-item {
        height: 800px;
    }

    .home-reviws-slide .container {
        max-width: 1140px;
    }

    .home-reviws-slide .item {
        width: auto;
    }

    .home-reviws-slide .item a {
        display: block;
        width: 85%;
        margin: auto;
    }

    .home-reviws-slide .main-text {
        font-size: 80px;
        line-height: 75px;
        margin-top: 10px;
    }

    .home-reviws-slide .main-text p {
        font-size: 55px;
    }

    .text-coment {
        font-size: 30px;
    }

    .txet_excerpt {
        font-size: 20px;
    }

    .namefp,
    .namelp,
    .namefn,
    .nameln {
        font-size: 30px;
    }

    .home-reviws-slide .bg_img_next,
    .home-reviws-slide .bg_img_prev,
    .home-reviws-slide .namefl {
        bottom: 80px;
        width: 220px;
        height: 130px;
    }

    .home-reviws-slide .namefl {
        padding: 20px;
    }

    /* .home-reviws-slide .bg_img_next::after, .home-reviws-slide .bg_img_prev::after { */
    .home-reviws-slide .namefl::after {
        width: 150px;
    }

    .home-reviws-slide button.btn_nav .btn_right img {
        right: 140px;
    }

    .home-reviws-slide button.btn_nav .btn_left img {
        left: 140px;
    }

    .lk_back_page {
        font-size: 18px;
    }

    .size1 {
        font-size: 60px;
    }

    .blog_title2 p {
        font-size: 30px;
    }

    .content_blog_excerpt {
        font-size: 30px;
    }

    .program_right .bottom_list .title {
        font-size: 25px;
    }

    .program_right .top .title {
        font-size: 34px;
    }

    .color_total {
        font-size: 19px;
    }

    .txtevent {
        /* font-size: 20px; */
    }

    .main_item_compare {
        width: 20%;
    }

    .ti_com {
        font-size: 13px;
    }

    .lo_com2 {
        font-size: 18px;
    }

    .main_item_compare:first-child {
        width: 10%;
    }

    .max-width_1130 {
        /* max-width: 1130px; */
    }

    .single-review .tab_reviews_li {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .new_excerp,
    .title_new {
        font-size: 16px;
    }
}

.mobile-nav {
    display: block;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    padding: 14px 0;
    z-index: 90000;
}

.mobile-nav .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-nav img {
    max-height: 38px;
    width: auto;
    max-width: 160px;
}

.mobile-nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.mobile-nav .header-document,
.mobile-nav .header_log_in {
    display: inline-flex;
    align-items: center;
}

.mobile-nav .header-document .btn_main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 14px 6px;
    min-width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.8px;
    color: #c50105;
    border: 1px solid #c50105;
    background-color: #fff;
}

.mobile-nav .header_log_in {
    gap: 6px;
    padding: 7px 12px 6px;
    border-radius: 999px;
    background-color: #fff;
}

.mobile-nav .header_log_in_name,
.mobile-nav .header_log_in_icon {
    color: #c50105;
}

.mobile-nav .header_log_in_name {
    margin-bottom: 0;
    white-space: nowrap;
}

.mobile-nav-bar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: white;
    background-color: transparent;
    font-size: 28px;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s;
    z-index: 99999;
}

.mobile-menu {
    display: block;
    position: fixed;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100vh;
    overflow: auto;
    background-color: white;
    transition: .3s;
    z-index: 100000;
}

.mobile-menu-overlay.open {
    display: block;
}

.mobile-menu.open {
    right: 0;
}

body.mobile-menu-open {
    overflow: hidden;
    height: 100vh;
    touch-action: none;
}

.mobile-menu-container {
    position: relative;
}

@media(min-width:992px) {

    .mobile-nav,
    .mobile-menu {
        display: none;
    }
}

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

.mobile-menu .navigation-inside {
    padding: 82px 20px 28px;
}

.mobile-menu .header-before-nav {
    padding: 6px 20px 28px;
}

.mobile-menu a,
.mobile-menu a:visited {
    color: black;
    padding: 0;
    text-decoration: none !important;
}

.mobile-menu-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: #000;
    font-size: 30px;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

.mobile-menu .menu-item {
    margin-bottom: 14px;
}

.mobile-menu .menu-item>a,
.mobile-menu .page_item>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.mobile-menu .menu-item-has-children>a::after,
.mobile-menu .page_item_has_children>a::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    transition: transform .2s ease;
}

.mobile-menu .menu-item-has-children.submenu-open>a::after,
.mobile-menu .page_item_has_children.submenu-open>a::after {
    transform: rotate(180deg);
}

.mobile-menu .sub-menu {
    display: none;
    margin-top: 10px;
    padding: 14px 16px;
    background: #f5f5f5;
    border-radius: 14px;
}

.mobile-menu .submenu-open>.sub-menu {
    display: block;
}

.mobile-menu .sub-menu li {
    margin: 0;
}

.mobile-menu .sub-menu li+li {
    margin-top: 12px;
}

.mobile-menu .sub-menu a,
.mobile-menu .sub-menu a:visited {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #111;
    border: 0;
}

.mobile-menu .current-menu-item>a,
.mobile-menu .current_page_item>a,
.mobile-menu .current-menu-parent>a,
.mobile-menu .current-menu-ancestor>a,
.mobile-menu .submenu-open>a {
    color: #c50105 !important;
    font-weight: 700;
}

.mobile-menu .mobile-menu-social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.mobile-menu .mobile-menu-social a {
    margin-right: 0;
}

.mobile-menu .mobile-menu-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    margin-bottom: 22px;
}

.mobile-menu .mobile-menu-phone i {
    transform: rotate(100deg);
}

.mobile-menu .mobile-menu-phone-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px 12px;
}

.mobile-menu .mobile-menu-phone-list a {
    font-weight: 500;
}

.mobile-menu .header_log_in,
.mobile-menu .header_log__in_mobile,
.mobile-menu .mobile-menu-login {
    width: 100%;
}

.mobile-menu .mobile-menu-login {
    margin-top: 24px;
}

.mobile-menu .mobile-menu-login a {
    display: block;
}

.mobile-menu .mobile-menu-login .btn_main {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: 120px;
    padding: 7px 14px 6px;
    border-radius: 999px;
    font-size: 14px;
    color: #c50105;
    border: 1px solid #c50105;
    background-color: #fff;
}

.mobile-menu .mobile-menu-login .btn_main i {
    margin-right: 0;
}

.mobile-nav.position-relative,
body:not(.home) .mobile-nav {
    position: fixed !important;
    background-color: #fff;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}

.mobile-nav.position-relative img,
body:not(.home) .mobile-nav img {
    filter: brightness(0);
}

.mobile-nav.position-relative .mobile-nav-bar,
body:not(.home) .mobile-nav .mobile-nav-bar {
    color: #000;
}

.mobile-nav.position-relative .header_log_in_name,
.mobile-nav.position-relative .header_log_in_icon,
body:not(.home) .mobile-nav .header_log_in_name,
body:not(.home) .mobile-nav .header_log_in_icon {
    color: #000;
}

.btn_main.v6 {
    min-width: auto;
    height: 35px;
    padding: 3px 20px;
    cursor: pointer;
}

.work-usa-title {
    letter-spacing: 3px;
}

#gform_2 .gform_wrapper .top_label .gfield_label,
#gform_2 .gform_wrapper legend.gfield_label {
    font-weight: 500;
}

#gform_2 select,
#gform_2 input[type="text"],
#gform_2 input[type="number"] {
    width: 100%;
    border-radius: 30px;
    padding: 8px 15px 6px;
    border: 1px solid #eeeeee;
    font-size: 16px;
    transition: .3s;
}

#gform_2 select:focus,
#gform_2 input[type="text"]:focus,
#gform_2 input[type="number"]:focus {
    border: 1px solid #c50105;
}

textarea:focus,
input:focus {
    outline: none !important;
}

body .gform_wrapper #gform_2 ul li.gfield {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

#input_2_6,
body .gform_wrapper #gform_2 ul li.field_description_below div.ginput_container_checkbox,
body .gform_wrapper #gform_2 ul li.field_description_below div.ginput_container_radio {
    margin-top: 0;
}

.gform_wrapper #gform_2 ul.gfield_checkbox li,
.gform_wrapper #gform_2 ul.gfield_radio li {
    display: inline-block;
    margin-right: 20px;
}

body .gform_wrapper #gform_2 ul li#field_2_24.gfield {
    width: 38%;
}

body .gform_wrapper #gform_2 ul li#field_2_29.gfield {
    width: 12%;
}

#field_2_12 {
    width: 100% !important;
    padding: 0;
}

#field_2_12 .ginput_container {
    max-width: 600px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.gform_wrapper #gform_2 ul.gfield_checkbox li label,
.gform_wrapper #gform_2 ul.gfield_radio li label {
    width: auto;
}

#field_2_12 .gfield_required {
    display: none;
}

.gchoice_2_12_1 {
    margin-right: 0 !important;
}

.gform_page_footer {
    text-align: center;
}

.gform_wrapper #gform_2 .gfield_error .gfield_label,
.gform_wrapper #gform_2 li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper #gform_2 li.gfield_error ul.gfield_checkbox,
.gform_wrapper #gform_2 li.gfield_error ul.gfield_radio {
    /* color: black; */
}

.validation_message {
    display: none;
}

.gform_wrapper #gform_2 li.gfield.gfield_error,
.gform_wrapper #gform_2 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgb(255, 255, 255, 0.25);
    margin-bottom: 0 !important;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
    padding-top: 0;
}

.gform_wrapper #gform_2 li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper #gform_2 li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

.gform_wrapper #gform_2 li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper #gform_2 li.gfield_error textarea,
.gform_wrapper #gform_2 li.gfield_error select {
    border: 1px solid red;
}

.gform_wrapper #gform_2 ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
    margin-top: 15px;
}

.gform_wrapper #gform_2 .gfield_error ul.gfield_checkbox li,
.gform_wrapper #gform_2 .gfield_error ul.gfield_radio li {
    margin-bottom: 0;
}

@media(max-width:641px) {
    .gform_wrapper #gform_2 input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: inherit;
    }
}

.gform_wrapper #gform_2 .gf_progressbar {
    background-color: transparent;
    border: none;
    box-shadow: none;
    text-align: center;
}

.gform_wrapper #gform_2 .gf_progressbar_wrapper h3.gf_progressbar_title {
    display: none;
}

.gform_wrapper #gform_2 .gf_progressbar:after {
    display: none;
}

body .gform_wrapper #gform_2 #gform_fields_2_2 li.gfield {
    width: 100%;
    margin: 0 auto;
}

.gformdetail {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
}

.gform_page {
    /* display: block !important; */
}

.payment-title {
    color: #b22325;
    font-size: 30px;
    /* font-family: 'thaisans_neuebold'; */
    font-style: italic;
    padding-top: 30px;
}

.apply-payment-condition-content {
    font-size: 20px;
}

.payment-container {
    border-bottom: 1px solid #b22325;
    padding-bottom: 20px;
}

.apply-now-note {
    text-align: left;
    border: 1px solid red;
    padding: 15px;
    margin: 20px;
}

.popup-apply-now {
    color: #ff2929;
    font-size: 20px;
    text-decoration: underline;
}

#page-apply-now input[type=checkbox],
.apply-now-payment-content-arrange input[type=checkbox] {
    transform: scale(1.4);
    margin-right: 9px;
    margin-left: 5px;
}

.apply-now-payment-row-1-extra,
.apply-now-payment-row-2-extra {
    color: #c7151b;
    font-size: 20px;
}

.apply-now-payment-row-1,
.apply-now-payment-row-2 {
    color: #c7151b;
    font-size: 18px;
}

.apply-now-payment-row-1-total-text,
.apply-now-payment-row-2-total-price {
    color: #c7151b;
    font-size: 24px;
}

.float-menu {
    position: fixed;
    bottom: 50px;
    right: 15px;
    display: inline-block;
    width: 120px;
    z-index: 200;
}

.float-social {
    position: fixed;
    top: 50%;
    right: 1.2%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 3.6%;
    min-width: 42px;
    max-width: 56px;
    z-index: 200;
}

.float-social-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.float-social a {
    display: block;
    width: 100%;
    transition: .3s;
}

.float-social a:hover {
    opacity: .85;
}

.float-social img {
    display: block;
    width: 100%;
    height: auto;
}

.float-social-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #c7151b;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.float-social-toggle i {
    font-size: 20px;
    line-height: 1;
    -webkit-transition: -webkit-transform .26s ease, opacity .26s ease;
    transition: transform .26s ease, opacity .26s ease;
}

@media (max-width: 991px) {
    .float-social {
        top: auto;
        right: 15px;
        bottom: 15px;
        transform: none;
        align-items: flex-end;
        width: 48px;
        min-width: 48px;
        max-width: none;
        gap: 0;
        z-index: 210;
    }

    .float-social-items {
        display: none;
        flex-direction: column;
        align-items: flex-end;
        gap: 10px;
        position: absolute;
        right: 0;
        bottom: 58px;
        width: 48px;
        pointer-events: none;
    }

    .float-social.is-visible .float-social-items {
        display: flex;
        pointer-events: auto;
    }

    .float-social a {
        width: 48px;
        opacity: 0;
        -webkit-transform: translate3d(0, 18px, 0) scale(.92);
        transform: translate3d(0, 18px, 0) scale(.92);
        will-change: opacity, transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .float-social.is-open .float-social-toggle i {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .float-social-toggle {
        display: inline-flex;
        -webkit-transition: background-color .26s ease, box-shadow .26s ease, -webkit-transform .26s ease;
        transition: background-color .26s ease, box-shadow .26s ease, transform .26s ease;
    }

    .float-social.is-open .float-social-toggle {
        box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
    }
}

.applynow {
    position: relative;
    cursor: pointer;
}

.applynowclose {
    position: absolute;
    top: 0;
    right: 0;
}

.to-top {
    padding: 0 10%;
    margin-top: 0px;
    cursor: pointer;
}

.alert_clipboard {
    position: absolute;
    color: #8b151f;
    width: max-content;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 10px;
    top: 50px;
    opacity: 0;
    transition: .3s;
}

.alert_clipboard.active {
    opacity: 1;
}

.gform_wrapper table.gfield_list thead {
    display: none;
}

.gform_wrapper table.gfield_list td {
    display: inline-block;
    width: 50%;
    padding: 0 0 0 16px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
    border-radius: 30px;
    padding: 8px 15px 6px !important;
    border: 1px solid #eeeeee;
    font-size: 16px;
    transition: .3s;
    margin: 0 20px 0 0;
}

.page-id-12034 .gfield_list_group td:nth-child(1) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin: 100px 20px 0 0;
}

.leadform_person {
    position: absolute;
    top: 40px;
    left: 0;
    vertical-align: middle;
    padding: 0 0 0 55px;
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}

.leadform_person::before {
    content: '';
}

.leadform_person::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    height: 40px;
    width: 50px;
    background-image: url(/wp-content/uploads/2020/09/read-fromi2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 50px auto;
}

.page-id-12034 .gform_wrapper table.gfield_list td {
    /* padding: 10px 0 10px 16px !important; */
    padding: 10px 50px 10px 16px !important;
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(1)::after,
.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(2)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(1)::after {
    top: 75px;
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(2)::after {
    top: -25px;
    left: 15px;
    width: 88%;
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(1)::before {
    content: 'ชื่อ*';
    position: absolute;
    top: 90px;
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(2)::before {
    content: 'เบอร์โทรศัพท์มือถือ*';
    position: absolute;
    top: -10px;
    left: 15px;
    width: 88%;
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(3)::before {
    content: 'Email*';
}

.page-id-12034 .gform_wrapper table.gfield_list td:nth-child(4)::before {
    content: 'มหาวิทยาลัย*';
}

.page-id-12034 .gform_wrapper table.gfield_list tr {
    padding: 0 0 30px;
    margin: 0 0 30px;
    box-shadow: 20px 20px 20px -20px #00000012;
}

.btn_main.v_leadform {
    background-color: #c5010500;
    color: #000;
    border: 1px solid #c50105;
    cursor: pointer;
}

.leadform_submit {
    cursor: pointer;
}

.btn_main.v_leadform i {
    color: #c50105;
}

.page-id-12034 .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle !important;
    margin: 0 0 30px;
    float: right;
}

.page-id-12034 .gform_wrapper .gform_footer input.button,
.page-id-12034 .gform_wrapper .gform_footer input[type=submit],
.page-id-12034 .gform_wrapper .gform_page_footer input.button,
.page-id-12034 .gform_wrapper .gform_page_footer input[type=submit] {
    background-color: #c50105;
    border: 0;
    font-size: 20px;
    border-radius: 30px;
    height: 50px;
    /* font-family: 'bebasneue'; */
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    margin: 10px auto;
    min-width: 200px;
    text-align: center;
    outline: none !important;
    letter-spacing: 1px;
}

.page-id-12034 .gform_wrapper .gform_footer {
    margin: auto;
    width: fit-content;
    /* display: none; */
}

input#gform_submit_button_3 {
    position: absolute;
    top: 109px;
    left: 50%;
    z-index: -99;
    opacity: -10;
    width: 0;
    height: 0;
}

.page-id-12034 .gform_wrapper li.gfield.gfield_error,
.page-id-12034 .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background: #fff0;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    box-sizing: border-box;
}

.page-id-12034 .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.page-id-12034 .gform_wrapper li.gfield_error textarea {
    border: 1px solid #eeeeee;
}

.page-id-12034 .gfield_list_5_cell1 input::placeholder,
.page-id-12034 .gfield_list_5_cell2 input::placeholder,
.page-id-12034 .gfield_list_5_cell3 input::placeholder,
.page-id-12034 .gfield_list_5_cell4 input::placeholder {
    color: rgb(184, 184, 184);
}

.page-id-12034 .gfield_list_cell {
    position: relative;
}

.txt_valid_lf {
    position: absolute;
    left: 35px;
    color: red;
    font-size: 13px;
}

.contnet_program iframe {
    width: 100%;
}

.step_find_list .step_next,
.step_find_list .step_prev,
.step_find_list .step_find_dots {
    display: none;
}

.page_lead_form .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    background: #fff0;
}

.border-leftleadform {
    border-left: 3px solid #8B151F;
    padding-left: 30px;
}

#field_3_5 .gfield_label.gfield_label_before_complex {
    display: none;
}

a.add_list_item {
    display: none;
}

.lead_form_del {
    color: #8B151F;
}

a.delete_list_item {
    display: none;
}

.bg_md_show {
    display: none;
}

.quiz-text {
    display: inline-block;
    margin: auto;
}

.home-quiz-bg-right {
    display: flex;
    align-items: center;
    height: 290px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.quiz-bg-main-left {
    background-repeat: no-repeat;
    background-position: left;
    background-size: auto 100%;
}

@media only screen and (max-width: 761px),
(max-device-width: 1023px) and (min-device-width: 768px) {
    .page-id-12034 .gform_wrapper table.gfield_list td {
        width: 100%;
    }

    .page-id-12034 .gform_wrapper ul.gform_fields.form_sublabel_above table.gfield_list td:before,
    .page-id-12034 .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        content: '';
        width: 90%;
    }

    .page-id-12034 .gform_wrapper ul.gform_fields.form_sublabel_below table.gfield_list td:after {
        width: 0;
    }

    .txt_valid_lf {
        left: unset;
        right: 65px;
    }

    .gform_wrapper .gfield_list_5_cell2 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        margin: 5px 20px 0 0;
    }

    .gform_wrapper .gfield_list_5_cell3 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        margin: 10px 20px 0 0;
    }

    .gform_wrapper .gfield_list_5_cell4 input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        margin: -5px 20px 0 0;
    }

    .page-id-12034 .gform_wrapper table.gfield_list td:nth-child(2)::before {
        position: relative;
        top: 8px;
        left: 0;
    }

    .page-id-12034 .gform_wrapper table.gfield_list td:nth-child(3)::before {
        position: relative;
        top: 12px;
    }

    .page-id-12034 .gform_wrapper table.gfield_list td:nth-child(4)::before {
        position: relative;
        top: -3px;
    }

    .border-leftleadform {
        border-left: unset;
        padding-left: unset;
        border-top: 3px solid #8B151F;
        padding-top: 30px;
    }

    .page-id-12034 .btn_main {
        height: auto;
        padding: 5px 10px;
        min-width: auto;
    }

    .txt_md_center {
        text-align: center !important;
    }

    .bg_md_none {
        display: none;
        background-image: unset !important;
        min-height: 120px;
    }

    .bg_md_show {
        display: block;
        /* padding: 100px 0 0;
        background-color: #000; */
    }
}

@media(max-width:1199px) {
    .pro_review .bottom_listdetail_l {
        height: 265px;
    }
}

.btn_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.login_pro_work input {
    width: 100%;
    border: 1px solid #777777;
    border-radius: 30px;
    padding: 5px 15px;
}

.login_pro_work input::placeholder {
    color: #AAAAAA;
}

.btn_login,
button.btn_login {
    font-weight: 500;
    padding: 5px 15px;
    width: 100%;
    background-color: #c50105;
    color: #fff;
    border: 0;
    border-radius: 30px;
    outline: none;
    text-align: center;
}

a.txt_sing_login,
.txt_sing_login,
.txt_sing_login a {
    font-size: 14px;
    color: #c50105;
    font-weight: 500;
    text-decoration: none;
    outline: none;
}

.btn_so_login {
    color: #000;
    background-color: #fff;
    box-shadow: 0px 0px 5px -1px #000;
    border: 0;
    border-radius: 30px;
    text-align: center;
    padding: 5px 15px;
}

.btn_login_facebook {
    background-color: #3C579E;
    color: #fff;
}

a.a_none,
.a_none a {
    text-decoration: none;
    outline: none;
}

.modal-content {
    border-radius: 1rem;
}

.ic_close {
    width: 25px;
    height: 25px;
    position: relative;
}

.ic_close:before,
.ic_close:after {
    position: absolute;
    left: 11px;
    content: ' ';
    height: 25px;
    width: 3px;
    background-color: #000;
}

.ic_close:before {
    transform: rotate(45deg);
}

.ic_close:after {
    transform: rotate(-45deg);
}

.cursor_pointer {
    cursor: pointer;
}

.program_top_available {
    font-size: 11px;
    font-weight: 500;
}

.program_bot_available {
    color: #8B151F;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
}

.program_available {
    display: inline-block;
    text-align: center;
    border-left: 2px solid #8B151F;
    padding-left: 8px;
    margin-left: 5px;
    /* float: right; */
}

.btn_cur_book,
a.btn_cur_book {
    background-color: #000;
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    padding: 4px 15px;
    /* float: right; */
    cursor: pointer;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.btn_full_book,
a.btn_full_book {
    background-color: #aaa;
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    padding: 4px 15px;
    /* float: right; */
    cursor: pointer;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.btn_book_now,
a.btn_book_now {
    background-color: #8b151f;
    display: inline-block;
    width: auto;
    height: 30px;
    vertical-align: middle;
    border-radius: 50px;
    color: #fff;
    padding: 4px 15px;
    /* float: right; */
    cursor: pointer;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 20px;
}

.bottom_listdetail_bo2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

span.txt_sub_proWork {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
}

i.header_log_in_warn {
    color: #FF0000;
    position: absolute;
    top: -3px;
    right: -6px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 0px 1px 2px #ff0000 inset;
}

.header_log_in_name {
    color: #AF1919;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.home .header_log_in_name,
.home .header_log_in_icon,
.home .header_log_out a {
    color: #fff;
}

.home .mobile-menu .header_log_in_name,
.home .mobile-menu .header_log_in_icon,
.home .mobile-menu .header_log_out a {
    color: #c50105;
}

.mobile-menu .header_log_in_name,
.mobile-menu .header_log_in_icon,
.mobile-menu .header_log_out a {
    /* color: #c50105; */
}

.css_menu_home .header_log_in_name {
    color: #AF1919;
}

.css_menu_home .header_log_in_icon {
    color: #285599;
    /* color: #c50105; */
}

.css_menu_home .header_log_out a {
    color: #000;
    /* color: #c50105; */
}

.header_log_in_icon {
    color: #285599;
    display: inline-block;
    margin-right: 2px;
}

.header_log_in {
    display: inline-flex;
}

.header_log_out a {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
}

.text_uppercase {
    text-transform: uppercase;
}

a.btn_clkhere {
    background-color: #AF1919;
    color: #fff;
    padding: 0 10px;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    display: inline-block;
    margin-top: 5px;
}

.popover {
    border-radius: 0.5rem;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    background-color: #EFEFEF;
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    border-bottom-color: #EFEFEF;
}

@media screen and (min-width: 992px) {
    .site-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 300;
    }

    .home .site-header,
    .home .site-header.css_menu_home {
        position: fixed;
    }

    body:not(.home) #page {
        padding-top: var(--site-header-offset, 120px);
    }

    .site-header .row {
        min-height: 78px;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .site-header .col-3,
    .site-header .col-9 {
        width: auto;
        max-width: none;
        flex: 0 0 auto;
        min-height: 78px;
    }

    .site-header .col-3 {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 34px;
    }

    .site-header .col-9 {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center !important;
        padding-left: 0;
    }

    .site-header .site-branding {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header .site-branding a {
        display: inline-flex;
        align-items: center;
    }

    .site-header .site-branding img {
        max-height: 42px;
        width: auto;
        padding: 0;
    }

    .site-header .main-navigation {
        display: inline-flex;
        align-items: center;
        align-self: center;
        order: 1;
        width: auto;
        margin-top: 0;
        padding-top: 0;
    }

    .site-header .main-navigation>.menu-toggle {
        display: none;
    }

    .site-header .main-navigation .menu-index-container {
        display: flex;
        align-items: center;
        height: 100%;
        min-height: 78px;
    }

    .site-header .main-navigation .navigation-inside {
        display: flex;
        align-items: center;
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 4px;
        height: 100%;
        min-height: 78px;
        margin: 0;
        padding: 0;
    }

    .site-header .main-navigation .navigation-inside>.menu-item,
    .site-header .main-navigation .navigation-inside>.page_item {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
    }

    .site-header .main-navigation li:before {
        display: none;
    }

    .site-header .main-navigation a {
        display: inline-flex;
        align-items: center;
        height: 100%;
        margin: 0 13px;
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 1px;
        color: #fff;
        line-height: 1;
    }

    .site-header .main-navigation a:after {
        display: none;
    }

    .site-header .main-navigation .sub-menu {
        position: absolute;
        top: calc(100% + 20px);
        left: 0;
        z-index: 40;
        display: none;
        min-width: 280px;
        margin: 0;
        padding: 24px 28px;
        list-style: none;
        background: rgba(15, 15, 20, 0.94);
        border-radius: 14px;
        box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
        overflow: visible;
    }

    /* 
    .site-header .main-navigation .sub-menu::before {
        content: "";
        position: absolute;
        top: -12px;
        left: 34px;
        width: 0 !important;
        height: 0 !important;
        background: none !important;
        clip-path: none !important;
        transform: none !important;
        border-top: 0 !important;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 12px solid rgba(15, 15, 20, 0.94);
    } */

    .site-header .main-navigation .sub-menu::after {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        background: transparent;
    }

    .site-header .main-navigation .menu-item-has-children:hover>.sub-menu,
    .site-header .main-navigation .menu-item-has-children.focus>.sub-menu,
    .site-header .main-navigation .page_item_has_children:hover>.sub-menu,
    .site-header .main-navigation .page_item_has_children.focus>.sub-menu {
        display: block;
    }

    .site-header .main-navigation .sub-menu li {
        display: block;
        margin: 0;
        padding: 0;
    }

    .site-header .main-navigation .sub-menu li+li {
        margin-top: 14px;
    }

    .site-header .main-navigation .sub-menu a {
        display: block;
        margin: 0;
        color: #fff !important;
        font-size: 17px;
        line-height: 1.35;
        letter-spacing: 0.8px;
        text-align: left;
        white-space: nowrap;
    }

    .site-header .main-navigation .sub-menu a:hover,
    .site-header .main-navigation .sub-menu .current_page_item>a,
    .site-header .main-navigation .sub-menu .current-menu-item>a {
        color: #d9d9d9 !important;
    }

    .site-header .main-navigation .current_page_item,
    .site-header .main-navigation .current-menu-item,
    .site-header .main-navigation .current-menu-parent,
    .site-header .main-navigation .current-menu-ancestor,
    .css_menu_home .main-navigation .current_page_item,
    .css_menu_home .main-navigation .current-menu-item,
    .css_menu_home .main-navigation .current-menu-parent,
    .css_menu_home .main-navigation .current-menu-ancestor {
        background-color: transparent;
    }

    .site-header .main-navigation .current_page_item>a,
    .site-header .main-navigation .current-menu-item>a,
    .site-header .main-navigation .current-menu-parent>a,
    .site-header .main-navigation .current-menu-ancestor>a,
    .site-header .main-navigation a:hover {
        color: #af1919;
    }

    .site-header .header-before-nav {
        order: 2;
        padding-top: 0;
        margin-left: 30px;
        justify-content: center !important;
    }

    .site-header .header-document,
    .site-header .header_log_in {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
    }

    .site-header .header-document .btn_main {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 9px 20px 8px;
        font-size: 17px;
        font-weight: 300;
        line-height: 1;
        letter-spacing: 1px;
        background-color: #fff;
        color: #c50105;
        border: 1px solid #c50105;
    }

    .site-header .header-document .btn_main i {
        margin-right: 6px;
    }

    .site-header .header_log_in {
        gap: 8px;
        padding: 9px 18px 8px;
        border-radius: 999px;
        background-color: #fff;
    }

    .site-header .header_log_in_icon,
    .site-header .header_log_in_name,
    .site-header .header_log_out a {
        color: #c50105;
    }

    .site-header .header_log_in_icon {
        margin-right: 0;
        flex: 0 0 auto;
    }

    .site-header .header_log_in_name {
        margin-bottom: 0;
        white-space: nowrap;
        font-weight: 300;
    }

    .site-header .header_log_out a {
        margin-left: 0;
        white-space: nowrap;
        font-weight: 300;
    }

    body:not(.home) .site-header,
    .site-header.css_menu_home,
    .site-header.css_menu_home2 {
        background-color: #fff;
        box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12), 0 2px 8px rgba(17, 17, 17, 0.08);
    }

    body:not(.home) .site-header .site-branding img,
    .site-header.css_menu_home .site-branding img,
    .site-header.css_menu_home2 .site-branding img {
        filter: brightness(0);
    }

    body:not(.home) .site-header .main-navigation a,
    .site-header.css_menu_home .main-navigation a,
    .site-header.css_menu_home2 .main-navigation a {
        color: #000;
    }

    body:not(.home) .site-header .main-navigation .sub-menu,
    .site-header.css_menu_home .main-navigation .sub-menu,
    .site-header.css_menu_home2 .main-navigation .sub-menu {
        background: rgba(255, 255, 255, 0.74);
        border: 1px solid rgba(0, 0, 0, 0.14);
        box-shadow: 0 22px 42px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(10px);
    }

    body:not(.home) .site-header .main-navigation .sub-menu::before,
    .site-header.css_menu_home .main-navigation .sub-menu::before,
    .site-header.css_menu_home2 .main-navigation .sub-menu::before {
        background: transparent;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: rgba(255, 255, 255, 0.74);
        box-shadow: none;
    }

    body:not(.home) .site-header .main-navigation .sub-menu a,
    .site-header.css_menu_home .main-navigation .sub-menu a,
    .site-header.css_menu_home2 .main-navigation .sub-menu a {
        color: #000 !important;
    }

    body:not(.home) .site-header .main-navigation .sub-menu a:hover,
    body:not(.home) .site-header .main-navigation .sub-menu .current_page_item>a,
    body:not(.home) .site-header .main-navigation .sub-menu .current-menu-item>a,
    .site-header.css_menu_home .main-navigation .sub-menu a:hover,
    .site-header.css_menu_home .main-navigation .sub-menu .current_page_item>a,
    .site-header.css_menu_home .main-navigation .sub-menu .current-menu-item>a,
    .site-header.css_menu_home2 .main-navigation .sub-menu a:hover,
    .site-header.css_menu_home2 .main-navigation .sub-menu .current_page_item>a,
    .site-header.css_menu_home2 .main-navigation .sub-menu .current-menu-item>a {
        color: #af1919 !important;
    }

    body:not(.home) .site-header .main-navigation .current_page_item>a,
    body:not(.home) .site-header .main-navigation .current-menu-item>a,
    body:not(.home) .site-header .main-navigation .current-menu-parent>a,
    body:not(.home) .site-header .main-navigation .current-menu-ancestor>a,
    body:not(.home) .site-header .main-navigation a:hover,
    .site-header.css_menu_home .main-navigation .current_page_item>a,
    .site-header.css_menu_home .main-navigation .current-menu-item>a,
    .site-header.css_menu_home .main-navigation .current-menu-parent>a,
    .site-header.css_menu_home .main-navigation .current-menu-ancestor>a,
    .site-header.css_menu_home .main-navigation a:hover,
    .site-header.css_menu_home2 .main-navigation .current_page_item>a,
    .site-header.css_menu_home2 .main-navigation .current-menu-item>a,
    .site-header.css_menu_home2 .main-navigation .current-menu-parent>a,
    .site-header.css_menu_home2 .main-navigation .current-menu-ancestor>a,
    .site-header.css_menu_home2 .main-navigation a:hover {
        color: #af1919;
    }

    .home .site-header:not(.css_menu_home) {
        background-color: transparent;
        box-shadow: none;
    }
}

.terms_privacy_policy {
    border: 1px solid #C6C6C6;
}





.home-program-list_new_v2 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .home-program-list_new_v2 .home-program-item {
        width: 50%;
        margin-bottom: 4px;
    }

    .home-program-list_new_v2 .home-program-item .pg-item {
        border-radius: 0;
    }
}

@media screen and (min-width: 992px) {
    .home-program-list_new_v2 .home-program-item:first-child {
        width: unset;
    }

    .home-program-list_new_v2 .home-program-item:nth-child(1),
    .home-program-list_new_v2 .home-program-item:nth-child(2) {
        width: 50%;
    }

    .home-program-list_new_v2 .home-program-item {
        width: 33.333333%;
    }

    .home-program-list_new_v2 .home-program-item .pg-item {
        height: 200px;
    }

    .home-program-list_new_v2 .pg-item-img-div {
        height: 200px;
    }
}

@media screen and (min-width: 1640px) {
    .home-program-list_new_v2 .home-program-item .pg-item {
        height: 250px;
    }

    .home-program-list_new_v2 .pg-item-img-div {
        height: 250px;
    }

    .home-program-list_new_v2 .home-program-item:first-child .pg-item .pg-item-pp {
        height: 340px;
    }
}




.container_chkb {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_chkb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /* height: 0;
    width: 0; */
    overflow: hidden;
    left: 0;
    top: 0;
}

.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 22px;
    width: 22px;
    border: 1px solid #c50105;
    border-radius: 3px;
}

.checkmark.checkmark_register {
    top: calc(50% - 10px);
    border: 1px solid #818181;
}

.container_chkb:hover input~.checkmark {
    background-color: #fff;
}

.container_chkb input:checked~.checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container_chkb input:checked~.checkmark:after {
    display: block;
}

.container_chkb .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #c50105;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

a.btn_step,
.btn_step {
    background-color: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
    border: 0;
    border-radius: 30px;
    width: 200px;
    display: inline-block;
    margin: 0 10px;
    box-shadow: 0px 0px 1px 1px #00000078 inset;
    font-weight: 500;
}

a.btn_step_back,
.btn_step_back {
    background-color: #000;
    color: #fff;
    box-shadow: unset;
}

a.btn_step_next,
.btn_step_next {
    background-color: #c50105;
    color: #fff;
    box-shadow: unset;
}

.img_auto img {
    width: auto;
    height: auto;
}

.btn_pro_date {
    background-color: #8B151F;
    color: #fff;
    width: auto;
    display: inline-block;
    border-radius: 30px;
    padding: 5px 15px;
}

.bor_r_1 {
    border-right: 1px solid #ccc;
}

.banner_promotion {
    display: inline-block;
}

.banner_promotion_2 {
    position: absolute;
    top: -20px;
    left: 0;
    height: 100%;
}

.banner_promotion_2 img {
    height: 130%;
}

.se_year_promo {
    border: 1px solid #c50105;
    border-radius: 30px;
    padding: 5px 15px;
    width: 100%;
}

.flex_center_1 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.mw_650px {
    max-width: 650px;
}

#progress_step_bar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}

#progress_step_bar li {
    list-style-type: none;
    color: #C1C1C1;
    /* text-transform: uppercase; */
    font-size: 18px;
    font-weight: 600;
    width: 33.33%;
    float: left;
    position: relative;
}

#progress_step_bar li.active {
    color: #000;
}

#progress_step_bar li:first-child:after {
    content: none;
}

#progress_step_bar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    line-height: 40px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    background: #C1C1C1;
    border-radius: 100%;
    margin: 0 auto 5px auto;
}

.step_regis_bar #progress_step_bar li:before {
    content: '3';
}

.step_regis_bar #progress_step_bar li {
    width: 100%;
}

.step_regis_bar #progress_step_bar:before {
    content: '';
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
}

#progress_step_bar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #C1C1C1;
    position: absolute;
    left: -50%;
    top: 17px;
    z-index: -1;
}

#progress_step_bar li.active:before,
#progress_step_bar li.active:after {
    background: #c50105;
    color: #fff;
}

#progress_step_bar li.at_step_2:before {
    color: #000;
    background: #C1C1C1;
    box-shadow: 0px 0px 0px 3px #c50105 inset;
}

#progress_step_bar li.at_step_3:before {
    color: #000;
    background: #fff;
    box-shadow: 0px 0px 0px 3px #c50105 inset;
}

.step_time,
.step_time_pro,
.step_time_aus,
.step_time_visa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}

.stepTimeNum {
    background-color: #000;
    margin: 0 3px;
    border-radius: 5px;
    padding: 0 5px;
}

.step_3_time {
    color: #000;
}

.btn_QR_code,
a.btn_QR_code,
button.btn_QR_code {
    background-color: #0042A3;
    color: #fff;
    border-radius: 30px;
    padding: 5px 15px;
    min-width: 200px;
    text-align: center;
    outline: none;
    text-decoration: none;
    display: inline-block;
}

.birth_date {
    background-color: #c50105;
    color: #fff;
    border-radius: 100%;
    width: 35px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.form_template input,
.form_template select {
    border: 1px solid #818181;
    border-radius: 30px;
    padding: 5px 15px;
}

.form_template input::placeholder {
    font-size: 12px;
    color: #757575;
    opacity: 1;
    /* Firefox */
}

.form_template input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #757575;
}

.form_template input::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px;
    color: #757575;
}

.m_btn_proWork {
    font-size: 1rem;
    height: auto;
    border: 5px solid #fff;
    border-radius: 50px;
    box-shadow: 0px 0px 5px -1px #000;
    padding: 5px 30px;
}

.header_txt_popver {
    border-radius: 0.5rem;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    background-color: #EFEFEF;
    display: inline-block;
    padding: 10px;
}

.mobile .click_compare {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mx_-15px {
    margin: 0 -15px !important;
}




























@media(min-width:768px) {}

@media(min-width:992px) {}

@media(min-width:1200px) {

    .btn_QR_code,
    a.btn_QR_code,
    button.btn_QR_code {
        min-width: 250px;
    }

    .h_title {
        font-size: 34px;
    }

    .h2_title {
        font-size: 24px;
    }

    .w_xl_50 {
        width: 50% !important;
    }
}

@media (min-width: 1600px) {

    .banner_promotion_2 {
        top: -40px;
    }

    .col-3xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-3xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
