<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;display=swap');

@font-face {
    font-family: "Noto Serif Thai";
    src: url('fonts/NotoSerifThai-Bold.woff2') format('woff2'),
         url('fonts/NotoSerifThai-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "Noto Serif Thai";
    src: url('fonts/NotoSerifThai-Regular.woff2') format('woff2'),
         url('fonts/NotoSerifThai-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
    font-family: 'rsu';
    src: url('fonts/rsu_bold-webfont.woff2') format('woff2'),
         url('fonts/rsu_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'rsu';
    src: url('fonts/rsu_regular-webfont.woff2') format('woff2'),
         url('fonts/rsu_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'tf_lanna';
    src: url('fonts/tf_lanna_bol-webfont.woff2') format('woff2'),
         url('fonts/tf_lanna_bol-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}
@font-face {
    font-family: 'tf_lanna';
    src: url('fonts/tf_lanna-webfont.woff2') format('woff2'),
         url('fonts/tf_lanna-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html{
    font-size: 14px;
}
body{
    font-family: 'tf_lanna', sans-serif;
    color: #000;
}
figure{
    margin: 0;
}
.logo{
    padding: 0 5px;
}
.logo img{
    max-width: 100%;
    height: auto;
}
.row_top{
    align-items: center;
    margin-top: 30px;
}
.wrap_box_top_img{
    padding: 0;
}
.box_top_img{
    display: block;
    width: 100%;
    padding-bottom: 15%;
/*    background-color: #eee;*/
}
.box_top_img img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    display: block;
}
.search_box{
    background-color: #959696;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 88;
    font-size: 2.1rem;
    display: none;
}
.input_search{
    display: flex;
    align-items: center;
    height: 147px;
}
.search_box input{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    width: 100%;
    color: #eee;
}
.search_box input::-webkit-input-placeholder {
  color: #eee;
}
.search_box input::-moz-placeholder { 
  color: #eee;
}
.search_box input:-ms-input-placeholder {
  color: #eee;
}
.search_box input:-moz-placeholder {
  color: #eee;
}
.btn_submit_search{
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0 !important;
}
.btn_submit_search img{
    width: 100%;
    height: auto;
    display: block;
}
.bgnav{
    position: relative;
    z-index: 7;
}
.wrap_menu{
    margin-top: 20px;
    font-family: 'rsu', sans-serif;
}
.wrap_menu ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.4rem;
}
.wrap_menu ul li a{
    color: #000;
    padding: 22px 10px;
    display: block;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 700;
    position: relative;
}
.wrap_menu &gt; ul &gt; li &gt; a::before{
    content: "";
    height: 7px;
    width: 100%;
    background-color: #215330;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition: 0.5s all ease;
    transform-origin: left bottom;
}
.wrap_menu ul li.active &gt; a{
    color: #215330;
}
.wrap_menu &gt; ul &gt; li &gt; a:hover::before, .wrap_menu &gt; ul &gt; li.active &gt; a::before{
    transform: scaleX(1);
}
.wrap_menu ul li.hassub{
    position: relative;
}
.wrap_menu ul li ul.submenu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 7;
    width: 250px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #ccc;
}
@media (min-width: 768px){
    .wrap_menu ul li:hover ul.submenu{
        display: block;
    }
}
.wrap_menu ul li ul.submenu li{
    display: block;
    margin-bottom: 2px;
}
.wrap_menu ul li ul.submenu li a{
    font-size: 0.85em;
    padding: 15px;
    display: block;
    transition: 0.5s all ease;
}
.wrap_menu ul li ul.submenu li a span{
    display: block;
    position: relative;
    z-index: 5;
}
.wrap_menu ul li ul.submenu li a::before{
    content: "";
    background-color: #215330;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(0,1);
    transition: 0.5s all ease;
    transform-origin: left center;
    z-index: 1;
}
.wrap_menu ul li ul.submenu li a:hover{
    color: #FFF;
}
.wrap_menu ul li ul.submenu li a:hover::before{
    transform: scale(1,1);
}
.wrap_banner{
    padding: 0;
}
.owl-theme .owl-dots .owl-dot{
    outline: 0;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span{
    background-color: #D9D9D9;
    width: 14px;
    height: 14px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: #6AC5B5;
}
.banner-carousel.owl-theme .owl-dots .owl-dot span{
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
.banner-carousel.owl-theme .owl-dots .owl-dot.active span, .banner-carousel.owl-theme .owl-dots .owl-dot:hover span{
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
.banner-carousel.owl-theme .owl-dots{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    width: auto;
    white-space: nowrap;
}
.wrap_socail{
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
    font-family: 'rsu', sans-serif;
}
.wrap_socail a{
    display: inline-block;
}
.wrap_socail a img{
    width: 100%;
    height: auto;
    display: block;
}
.wrap_socail a:not(.btn_login){
    width: 36px;
}
.wrap_socail a.btn_login{
    background-color: #DBF1ED;
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    color: #000;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
}
.btn_search{
    width: 36px;
}
.btn_search img{
    width: 100%;
    height: auto;
    display: block;
}
.wrap_tag{
    display: inline-flex;
    width: calc(100% - 100px);
    padding-right: 15px;
    flex-wrap: wrap;
    margin-top: 35px;
    vertical-align: top;
    margin-bottom: 10px;
    font-family: 'rsu', sans-serif;
}
.wrap_tag_full{
    width: 100%;
}
.wrap_tag a{
    display: block;
    padding: 5px 15px 5px 15px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.wrap_btn_edittag{
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-top: 35px;
    vertical-align: top;
}
.btn_edittag{
    width: 100px;
    height: 40px;
    text-align: center;
    background-color: #dbf1ed;
    border-radius: 25px;
    border: 0;
    color: #000;
    font-weight: 700;
}
.head_fp{
    font-family: 'rsu', sans-serif;
}
.head_fp h1{
    position: relative;
    margin-top: 30px;
    font-size: 1.55rem;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 30px;
}
.head_fp h1 a{
    position: absolute;
    right: 0;
    top: 5px;
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}
.head_fp h1 a img{
    width: 10px;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
}
.head_fp h1::before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #215330;
}
.item_article{
    
}
.item_article figure{
    margin-bottom: 35px;
}
.item_article figure &gt; a{
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.item_article figure &gt; a img{
    width: 100%;
    height: auto;
    display: block;
}
.item_article figure figcaption{
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
    padding-left: 10px;
    position: relative;
}
.item_article figure figcaption &gt; a{
    display: block;
    color: #000;
    text-decoration: none;
}
.item_article figure figcaption &gt; a h1{
    display: block;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    height: 2.8em;
    font-family: 'rsu', sans-serif;
}
.item_article figure figcaption &gt; a p{
    display: block;
    line-height: 1.75;
    margin-bottom: 10px;
    font-size: 1rem;
    height: 3.5em;
}
.article_tag{
    padding-right: 20px;
}
.article_tag a{
    display: inline-block;
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    margin-right: 5px;
    text-decoration: none;
}
.btn_share{
    position: absolute;
    width: 14px;
    bottom: 3px;
    right: 0;
    cursor: pointer;
}
.btn_share img{
    width: 100%;
    height: auto;
    display: block;
}
.box_share{
    position: absolute;
    bottom: 80%;
    right: 0;
    transform: translate( 5px, -5px);
    white-space: nowrap;
    background-color: #FFF;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    line-height: 0;
    padding: 3px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
}
.box_share.active{
    bottom: 100%;
    opacity: 1;
    visibility: visible;
}
.share_button{
    width: 24px;
    display: inline-block;
    line-height: 1;
}
.owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    margin: 5px 4px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 0;
}
.article-carousel{
    border-bottom: 4px solid #215330;
    padding-bottom: 25px;
}
.bg_activity{
    background-color: #EFEFEF;
    padding: 1px 15px;
    margin-bottom: 8px;
}
.item_activity{
    margin-bottom: 10px;
    padding: 0 5px;
}
.item_activity &gt; a{
    display: block;
}
.item_activity &gt; a img{
    display: block;
    width: 100%;
    height: auto;
}
.item_activity figcaption{
    position: relative;
    margin-top: 15px;
}
.item_activity figcaption &gt; a{
    display: block;
    color: #000;
    text-decoration: none;
}
.item_activity figcaption &gt; a h1{
    display: block;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    height: 2.8em;
    font-family: 'rsu', sans-serif;
}
.item_activity figcaption &gt; a p{
    display: block;
    line-height: 1.75;
    margin-bottom: 10px;
    font-size: 1rem;
    height: 3.5em;
}
.date_place{
    margin-bottom: 5px;
}
.date_place div, .date_place a{
    display: inline;
    line-height: 1;
    font-size: 0.9rem;
    color: #009B83;
    font-weight: 700;
    padding-right: 10px;
    margin-bottom: 10px;
    vertical-align: baseline;
    text-decoration: none;
}
.owl-carousel .owl-item .date_place div img, .date_place img{
    max-width: 12px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
    margin-bottom: 2px;
}
.date_place div:not(:first-child), .date_place a:not(:first-child){
    padding-left: 10px;
}
.date_place div:not(:last-child), .date_place a:not(:last-child){
    border-right: 1px solid #000;
}
.item_service{
    margin-bottom: 25px;
}
.item_service &gt; a{
    display: inline-block;
    width: 150px;
    vertical-align: top;
}
.item_service figcaption{
    display: inline-block;
    width: calc(100% - 150px);
    vertical-align: top;
    padding-left: 10px;
    position: relative;
}
.item_service figcaption &gt; a{
    display: block;
    color: #000;
    text-decoration: none;
}
.item_service figcaption &gt; a h1{
    display: block;
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 10px;
    height: 1.25em;
    color: #6AC5B5;
    font-family: 'rsu', sans-serif;
}
.item_service figcaption &gt; a p{
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    max-height: 3em;
}
.service_place{
    font-size: 1rem;
    color: #575757;
}
.owl-carousel .owl-item .service_place img, .service_place img{
    max-width: 12px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 3px;
}
.service-carousel.owl-carousel .owl-stage{
    padding-left: 0 !important;
}
.service-carousel{
    margin-bottom: 15px;
}
.bg_coatching{
    background-color: #DBF1ED;
    margin-bottom: 8px;
}
.item_coatch{
    margin-bottom: 25px;
}
.item_coatch &gt; a{
    display: inline-block;
    width: 95px;
    vertical-align: top;
}
.item_coatch figcaption{
    display: inline-block;
    width: calc(100% - 95px);
    vertical-align: top;
    padding-left: 10px;
    position: relative;
}
.item_coatch figcaption &gt; a{
    display: block;
    color: #000;
    text-decoration: none;
}
.item_coatch figcaption &gt; a h1{
    display: block;
    line-height: 1.25;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 10px;
    height: 1.25em;
    font-family: 'rsu', sans-serif;
}
.item_coatch figcaption &gt; a p{
    display: block;
    line-height: 1.5;
    margin-bottom: 10px;
    max-height: 3em;
    font-size: 0.85rem;
    color: #009B83;
}
.bg_hilight_article{
    background-color: #DBF1ED;
    padding-bottom: 10px;
}
.bg_hilight_article .head_fp h1{
    padding-left: 0;
}
.bg_hilight_article .head_fp h1::before{
    display: none;
}
.bg_hilight_article .item_activity{
    padding-left: 10px;
    padding-right: 10px;
}
.bg_hilight_article .date_place div, .bg_hilight_article .date_place a{
    color: #4A4D4D;
}
.bg_hilight_article .date_place{
    margin-bottom: 10px;
}
.bg_hilight_article .item_activity figcaption &gt; a p{
    font-size: 1rem;
    height: 5.25em;
}
.bg_calendar{
    background-color: #EFEFEF;
}
.bg_calendar .head_fp h1{
    padding-left: 0;
}
.bg_calendar .head_fp h1::before{
    display: none;
}
.grid-wrap {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
.grid {
	margin: 0 auto;
    list-style: none;
    padding: 0;
}
.grid li {
	width: 50%;
	float: left;
	cursor: pointer;
}
.grid .item_activity{
    padding: 0 10px;
    margin-bottom: 20px;
}
.wrap_grid{
    padding: 0;
    align-self: flex-start;
}
.wrap_grid .head_fp{
    padding: 0 10px;
}
.wrap_scrollbar{
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
}
.wrap_scrollbar::-webkit-scrollbar-track{
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
	background-color: #fff;
}
.wrap_scrollbar::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.wrap_scrollbar::-webkit-scrollbar-thumb{
	background-color: #ccc;
/*	border: 1px solid #555555;*/
}
.item_servicecenter{
    margin-bottom: 30px;
}
.item_servicecenter &gt; a{
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.item_servicecenter &gt; a img{
    width: 100%;
    height: auto;
    display: block;
}
.item_servicecenter figcaption{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 10px;
    position: relative;
}
.item_servicecenter figcaption &gt; a{
    display: block;
    color: #000;
    text-decoration: none;
}
.item_servicecenter figcaption &gt; a h1{
    display: block;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
    height: 2.8em;
    font-family: 'rsu', sans-serif;
}
.item_servicecenter figcaption &gt; a p{
    display: block;
    line-height: 1.75;
    margin-bottom: 10px;
    font-size: 1rem;
    height: 3.5em;
}
.item_servicecenter .date_place{
    margin-bottom: 5px;
}
.item_servicecenter .date_place div, .item_servicecenter .date_place a{
    color: #4A4D4D;
}
footer.row{
    border-top: 2px solid #63C8B8;
    margin-top: 30px;
}
.menu_footer{
    font-family: 'rsu', sans-serif;
}
.menu_footer ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 70px;
}
.menu_footer ul li a{
    display: inline-block;
    line-height: 1.6;
    font-weight: 700;
    color: #000;
}
.menu_footer ul li div:first-child{
    margin-bottom: 20px;
}
.menu_footer ul .footer_link_socail{
    text-align: right;
}
.menu_footer ul .footer_link_socail span{
    font-size: 1rem;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.menu_footer ul .footer_link_socail a{
    width: 32px;
    margin-left: 5px;
}
.menu_footer ul .footer_link_socail a img{
    width: 100%;
    height: auto;
    display: block;
}
.copyright_bg{
    background-color: #63C8B8;
}
.term_policy a{
    display: inline-block;
    font-size: 0.65rem;
    color: #000000;
}
.copyright{
    font-size: 0.65rem;
    color: #000000;
    text-align: right;
    line-height: 2;
}
.row_copyright{
    min-height: 54px;
    align-content: center;
}
.banner-carousel figure{
    position: relative;
}
.banner-carousel figcaption{
    position: absolute;
    left: 0;
    top: 45%;
    transform: translate(0, -50%);
    width: 100%;
}
.caption_banner{
    padding-left: 10%;
    font-family: 'rsu', sans-serif;
}
.banner-carousel figcaption hgroup{
    font-size: 1rem;
}
.banner-carousel figcaption h1{
    font-size: 3.25em;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-carousel figcaption h2{
    font-size: 2.25em;
    margin-bottom: 10px;
}
.banner-carousel figcaption h3{
    font-size: 2.25em;
    font-weight: 700;
    margin-bottom: 10px;
}
.banner-carousel figcaption a{
    display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 5px 25px;
    border-radius: 25px;
    font-weight: 700;
}
.btn_menu{
    display: none;
    text-align: right;
    white-space: nowrap;
}
.btn_menu .text_menu{
    font-size: 1.1rem;
    display: inline-block;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 5px;
}
.btn_menu .symbol_menu{
    display: inline-block;
    vertical-align: middle;
}
.btn_menu .symbol_menu span{
    display: block;
    height: 3px;
    background-color: #000;
    margin-bottom: 3px;
    border-radius: 2px;
    margin-left: auto;
}
.btn_menu .symbol_menu span:first-child{
    width: 15px;
    margin-top: 3px;
}
.btn_menu .symbol_menu span:nth-child(2){
    width: 10px;
}
.btn_menu .symbol_menu span:nth-child(3){
    width: 17px;
}
.datepicker-inline{
    width: 100%;
}
.datepicker table{
    width: 100%;
}
.datepicker td, .datepicker th{
    padding: 6px;
    font-weight: 700;
    font-size: 1.05rem;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active{
    background-color: transparent;
    background-image: none;
    color: #000;
}
.datepicker td.event_date{
    background-color: #DBF1ED !important;
    border-radius: 50%;
/*    color: #FFF;*/
}
.datepicker table tr td.day.focused.event_date, .datepicker table tr td.day.event_date:hover{
    background-color: #DBF1ED !important;
}
.datepicker td.holiday_date{
    position: relative;
}
.datepicker td.holiday_date::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2.5px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #1C532D;
}
.wrap_list_events{
    margin: 15px -15px;
    border-bottom: 15px solid #FFF;
    padding-bottom: 10px;
}
.list_events{
    display: block;
    padding: 0 15px;
    list-style: none;
    margin: 0;
    font-family: 'rsu', sans-serif;
}
.list_events li{
    display: block;
    margin-bottom: 5px;
}
.list_events li &gt; div{
    display: inline-block;
    padding-left: 38px;
    color: #000;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
}
.list_events li span{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #1C532D;
    border-radius: 50%;
    color: #FFF;
    line-height: 30px;
    margin-right: 8px;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-decoration: none;
}
.list_events li a{
    display: block;
    color: #000;
    margin-top: 5px;
    padding-left: 10px;
    text-indent: -10px;
    text-decoration: none;
    line-height: 1.25;
    max-height: 2.5em;
}
.list_events li a::before{
    content: "•";
    font-size: 1.2em;
    margin-right: 5px;
}
.list_events li a:nth-child(2):last-child{
    text-indent: 0;
}
.list_events li a:nth-child(2):last-child::before{
    display: none;
}
.list_next_events{
    margin-bottom: 0;
    border-bottom: 0;
    margin-top: 0;
}
.list_next_events .list_events li span{
    background-color: #DBF1ED;
    color: #000;
}
.nextevent-carousel.owl-theme .owl-dots{
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    text-align: center;
}
.row_calendar{
    margin-bottom: 50px;
}
.submenu_btn{
    display: none;
}
.submenu_btn{
    position: absolute;
    width: 40px;
    height: 100%;
    text-align: center;
    right: 0;
    top: 0;
    line-height: 44px;
}
.submenu_btn img{
    width: 10px;
    height: auto;
    display: inline-block;
}
.imgmobile{
    display: none !important;
}
.tooltipster-base{
    max-width: 250px;
}
.date_place div.green_color, .date_place a.green_color{
    color: #009B83;
}
.banner_inside{
    padding: 0;
}
.banner_inside img{
    width: 100%;
    height: auto;
    display: block;
}
.row_item_activity_inside{
    margin-left: -5px;
    margin-right: -5px;
}
.item_activity_inside{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.page-item:first-child .page-link, .page-item:last-child .page-link{
    border-radius: 0;
}
.page-link{
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.25rem;
    background-color: #EDEDED;
    color: #000;
    border: 0;
    padding: .5rem 1rem;
}
.page-link img{
    width: 12px;
    height: auto;
    vertical-align: top;
    display: inline-block;
    margin-top: 4px;
}
.page-item.active .page-link{
    background-color: #009B83;
    color: #FFF;
}
.pagination{
    margin-top: 60px;
}
.head_bot_article{
    border-top: 4px solid #215330;
    padding-top: 30px;
    margin-top: 50px;
}
.head_list_detail{
    font-family: 'rsu', sans-serif;
    margin-bottom: 30px;
}
.head_list_detail h1{
    position: relative;
    margin-top: 30px;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 15px;
}
.head_list_detail h1::before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #215330;
}
.list_detail_text p{
    font-size: 1.15rem;
    margin-bottom: 15px;
    line-height: 1.5;
}
.list_detail_text h1, .list_detail_text h2, .list_detail_text h3, .list_detail_text h4, .list_detail_text h5, .list_detail_text h6{
    font-family: 'rsu', sans-serif;
    font-weight: 700;
    line-height: 1.5;
}
.list_detail_text h1{
    font-size: 1.7rem;
}
.list_detail_text h2{
    font-size: 1.5rem;
}
.list_detail_text h3{
    font-size: 1.45rem;
}
.list_detail_text h4{
    font-size: 1.25rem;
}
.list_detail_text h5{
    font-size: 1.15rem;
}
.list_detail_text h6{
    font-size: 1rem;
}
.list_detail_text img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
}
.share_detail{
    text-align: center;
    margin: 15px 0 30px 0;
}
.share_detail a{
    display: inline-block;
    width: 36px;
    margin: 0 3px;
}
.share_detail a img{
    display: block;
    width: 100%;
    height: auto;
}
.item_smeoneicon{
    padding-left: 80px;
    padding-right: 80px;
}
.item_smeoneicon a{
    display: block;
    text-align: center;
}
.item_smeoneicon a .circle_icon{
    border: 4px solid #959696;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 50%;
}
.item_smeoneicon a .circle_icon img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.item_smeoneicon figcaption{
    margin-top: 25px;
}
.item_smeoneicon figcaption a{
    font-size: 1.15rem;
    font-family: 'rsu', sans-serif;
    text-decoration: none;
    color: #000;
}
.item_smeoneicon figcaption a span{
    font-weight: 700;
    color: #63C8B8;
}
.head_line_grey{
    border-color: #EDEDED;
}
.section_detail:not(:first-of-type) .container{
    border-top: 4px solid #215330;
    padding-top: 85px;
    margin-top: 40px;
}
.btn_ld_viewmore{
    text-align: center;
}
.btn_ld_viewmore button{
    background-color: #EDEDED;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 15px 45px;
    border: 0;
}
.col_right_article{
    padding-left: 5px;
    padding-right: 5px;
}
.col_right_article .row{
    margin-left: -5px;
    margin-right: -5px;
}
.col_right_article .row .item_article{
    padding-left: 5px;
    padding-right: 5px;
}
.col_right_article .row .item_article figure{
    margin-bottom: 15px;
}
.border_green{
    border-top: 4px solid #215330;
    margin-top: 50px;
}
.col_right_article .item_article figure figcaption &gt; a h1{
    margin-bottom: 0;
}
.col_right_article .item_article figure figcaption &gt; a p{
    margin-bottom: 0;
}
.col_right_article .date_place{
    margin-bottom: 0;
}
.cover_coatching{
    border-radius: 50%;
    margin-right: 50px;
}
.cover_coatching img{
    width: 100%;
}
.txt_coatching{
    color: #767575;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'rsu', sans-serif;
}
.name_coatching{
    color: #434343;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: 'rsu', sans-serif;
    margin: 5px 0;
}
.txt_coatching2{
    font-size: 1.5rem;
    color: #009B83;
    font-weight: 700;
    font-family: 'rsu', sans-serif;
    margin-bottom: 15px;
}
.list_desc_coatching{
    font-size: 1.2rem;
}
.wrap_point{
    color: #555756;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.wrap_point div span{
    font-size: 5rem;
}
.detail_job{
    display: none;
}
.item_job h1{
    border: 1px solid #C7C5C5;
    border-top: 8px solid #ABDBD1;
    font-weight: 700;
    font-family: 'rsu', sans-serif;
    font-size: 1.2rem;
    padding: 15px;
    color: #434343;
    position: relative;
}
.item_job h1:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
    background-image: url(../images/chevron-down-solid.svg);
    opacity: 0.7;
    background-repeat: no-repeat;
    background-size: cover;
}
.wrap_desc_profilecoat{
    margin-top: 50px;
}
.item_job h1.active{
    background-color: #ABDBD1;
}
.item_job h1.active:before{
    transform: rotate(180deg);
}
.detail_job{
    border: 1px solid #C7C5C5;
    padding: 20px;
}
.item_job{
    margin-bottom: 20px;
}
.item_listcoatching{
    padding: 0 30px;
    margin-bottom: 50px;
}
.item_listcoatching .cover_coatching{
    margin-right: 0;
}
.row-listcoat{
    margin: 0 -30px;
}
.item_listcoatching .txt_coatching{
    font-size: 1.1rem;
}
.item_listcoatching .name_coatching{
    font-size: 1.5rem;
}
.item_listcoatching .txt_coatching2{
    color: #4B4B4B;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.7;
    max-height: 3.4em;
}
.item_listcoatching .wrap_point{
    text-align: left;
}
.item_listcoatching .wrap_point div{
    display: inline-block;
    color: #009B83;
    font-size: 1.2rem;
}
.item_listcoatching a{
    display: block;
}
.item_listcoatching a:hover{
    text-decoration: none;
}
.item_photoslide{
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}
.item_photoslide img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position:0 50%; 
}
.servicecenter_photslide{
    padding-right: 50px;
    margin-top: 15px;
}
.servicecenter_photslide figure{
    margin-bottom: 20px;
}
.content_servicecenter{
    margin-top: 50px;
    line-height: 2;
}
.content_servicecenter .head_fp h1{
    font-size: 1.8rem;
}
.servicecenter_address{
    color: #777777;
    font-size: 1rem;
}
.servicecenter_topic{
    font-weight: 700;
    font-size: 1.5rem;
    color: #000;
    font-family: 'rsu', sans-serif;
    margin: 10px 0 0;
}
.content_servicecenter p{
    font-size: 1rem;
}
.content_servicecenter .service_topicsmall.head_fp h1{
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.list_cotentcenter{
    padding-right: 50px;
}
.service_maps{
    margin-top: 40px;
}
.service_maps .embed-responsive {
    height: 0;
}
.service_maps .embed-responsive-16by9{
    padding-bottom: 170%;
}
.order_mapcenterlist .service_maps .embed-responsive-16by9{
    padding-bottom: 135%;
}
.service_social a{
    display: inline-block;
    margin: 30px 8px 0 0;
}
.service_social a img{
    width: 30px;
    height: auto;
}
.page_servicecenter{
    margin-bottom: 50px;
}
.btn_direction, .btn_direction:hover{
    background-color: #D6D6D6;
    color: #000;
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    text-decoration: none;
}
.btn_direction img{
    width: 17px;
    height: auto;
    vertical-align: top;
    margin: 12px 2px 0 0;
}
.service_boxsearch .form-control{
    height: 40px;
    border-radius: 7px;
}
.service_boxsearch button.form-control{
    background-color: #009B83;
    color: #FFF;
    border-color: #009B83;
}
.service_boxsearch{
    margin-top: 40px;
}
.list_smecenter{
    border-bottom: 1px solid #ddd;
    margin-right: 30px;
    padding: 25px 0;
}
.list_smecenter img{
    width: 100%
}
.list_smecenter a, .list_smecenter a:hover{
    color: #5D5C5C;
    text-decoration: none;
}
.name_smecenter{
    color: #000;
    font-family: 'rsu', sans-serif;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 5px;
}
.list_smecenter p{
    margin-bottom: 5px;
}
.list_smecenter:first-child{
    padding-top: 40px;
}
.topic_headsetting{
    text-transform: uppercase;
    margin: 50px 0;
    font-family: 'rsu', sans-serif;
}
.topic_headsetting h1{
    font-weight: bold;
    color: #4A4A4A;
    font-size: 3rem;
    line-height: 1;
}
.topic_headsetting h2{
    font-weight: bold;
    color: #ABDBD1;
    font-size: 3rem;
    line-height: 1;
}
.navbar_setting{
    padding: 0;
    font-family: 'rsu', sans-serif;
}
.navbar_setting li{
    list-style: none;
    display: inline-block;
    padding-bottom: 30px;
}
.navbar_setting li a{
    display: block;
    margin-right: 30px;
    font-weight: 700;
    font-size: 1.3rem;
    color: #4B4B4B;
    transition: 0.5s;
    position: relative;
}
.navbar_setting li a:before{
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ABDBD1;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transition: 0.5s all ease;
    transform-origin: left bottom;
}
.navbar_setting li a.active:before, .navbar_setting li a:hover:before{
    transform: scaleX(1);
}
.navbar_setting li a:hover{
    text-decoration: none;
}
.list_settingpeople{
    border-top: 1px solid #ddd;
    font-family: 'rsu', sans-serif;
    padding: 25px 0;
    color: #B4B0B0;
}
.list_settingpeople .cover_coatching{
    border: 5px solid #ADADAD;
    margin-right: 30px;
}
.btn_favorite{
    background-color: #ABDBD1;
    color: #fff;
    border: 0;
    border-radius: 5px;
    display: block;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    padding: 0;
    width: 100%;
}
.btn_favorite img{
    width: 17px;
    height: auto;
    vertical-align: top;
    margin-top: 8px;
}
.btn_unfavorite{
    background-color: #A1A7A6;
}
.people_coatname{
    font-weight: 700;
    font-size: 1rem;
    color: #4B4B4B;
}
.people_quality{
    font-size: 0.9rem;
    padding-right: 50px;
    color: #4B4B4B;
}
.yourmailsetting{
    font-size: 1.3rem;
    font-weight: 700;
    color: #4B4B4B;
    margin-bottom: 35px;
}

.wrap_settingpage input[type='checkbox'] {
  display: none;
  cursor: pointer;
}

.wrap_settingpage input[type='checkbox']:focus,
.wrap_settingpage input[type='checkbox']:active {
  outline: none;
}

.wrap_settingpage input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
  color: #0b4c6a;
}

.wrap_settingpage input[type='checkbox'] + label:before,
.wrap_settingpage input[type='checkbox'] + label:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}

.wrap_settingpage input[type='checkbox'] + label:before {
  background-color: #fafafa;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrap_settingpage input[type='checkbox'] + label:after {
  color: #fff;
}

.wrap_settingpage input[type='checkbox']:checked + label:before {
  -moz-box-shadow: inset 0 0 0 15px #47B5BE;
  -webkit-box-shadow: inset 0 0 0 15px #47B5BE;
  box-shadow: inset 0 0 0 15px #47B5BE;
    border-radius: 50%;
}


/*Checkbox Specific styles*/
.wrap_settingpage input[type='checkbox'] + label:before {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wrap_settingpage input[type='checkbox'] + label:hover:after, .wrap_settingpage input[type='checkbox']:checked + label:after {
  content: "\2713";
  line-height: 26px;
  font-size: 14px;
}
.wrap_settingpage input[type='checkbox'] + label:hover:after {
  color: #c7c7c7;
}
.wrap_settingpage input[type='checkbox']:checked + label:after, .wrap_settingpage input[type='checkbox']:checked + label:hover:after {
  color: #fff;
}

/*Toggle Specific styles*/
.wrap_settingpage input[type='checkbox'].toggle {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 55px;
  height: 21px;
  background-color: #d8d8d8;
  position: relative;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  @inlcude box-shadow(none);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    outline: 0;
    border: 0;
}
.wrap_settingpage input[type='checkbox'].toggle:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #F1F1F1;
  top: -4px;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    box-shadow: 0px 2px 2px #0000003D;
}
.wrap_settingpage input[type='checkbox']:checked.toggle {
  -moz-box-shadow: inset 0 0 0 15px #7fcac3;
  -webkit-box-shadow: inset 0 0 0 15px #7fcac3;
  box-shadow: inset 0 0 0 15px #7fcac3;
}
.wrap_settingpage input[type='checkbox']:checked.toggle:after {
  left: 29px;
  background-color: #47B5BE;
}
.topic_listsetting{
    font-weight: 700;
    font-size: 1.3rem;
    color: #4B4B4B;
}
.headname_topicsetting{
    position: relative;
    padding-right: 50px;
    font-family: 'rsu', sans-serif;
    font-size: 1.2rem;
     display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.icon_selecttopic{
    position: absolute;
    right: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #747474;
    cursor: pointer;
}
.icon_selecttopic img{
    width: 50%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    z-index: 1;
}
.icon_selecttopic:before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #47B5BE;
    position: absolute;
    top: -1px;
    left: -1px;
    border-radius: 50%;
    z-index: 2;
    border: 1px solid #47B5BE;
    transform: scale(0);
    transition: 0.5s;
}
.icon_selecttopic:after{
    content: "\2713";
    line-height: 26px;
    font-size: 14px;
     color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
    font-weight: bold;
    transition: 0.5s;
}
.icon_selecttopic.active:before{
    transform: scale(1);
}
.icon_selecttopic.active:after{
    transform: translate(-50%, -50%) scale(1);
}
.photocover_topicsuggest{
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    margin-top: 15px;
}
.photocover_topicsuggest img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    object-fit: cover;
    object-position: 0, 50%;
}
.wrap_listsuggestion{
    border-top: 1px solid #ddd;
    padding: 50px 0;
}
.row_listsuggestion{
     margin: 0 -30px;
}
.col_listsuggestion{
    padding: 0 30px;
    margin-bottom: 40px;
}
.wrap_startsignin{
    max-width: 90%;
}
.fancybox-bg{
    background-color: #EEF4F3;
}
.fancybox-content{
    background: none;
    padding: 0;
}
.fancybox-is-open .fancybox-bg{
    opacity: 0.7;
}
.box_startsignin{
/*
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
*/
    
    background-color: #fff;
    padding:30px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
    
}
.txt_signintopic{
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    font-family: 'rsu', sans-serif;
}
.signin_topic{
    color: #7FBAAD;
    font-size: 4rem;
    margin-bottom: 15px;
    font-family: 'rsu', sans-serif;
}
.signin_topic2 span{
    color: #505050;
}
.signin_topic2{
    color: #7FBAAD;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'rsu', sans-serif;
}
.signin_topic3{
    color: #505050;
    font-size: 1.5rem;
    margin: 10px 0 25px;
}
.btn_getstart a, .btn_getstart a:hover{
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background-color: #215330;
    border-radius: 5px;
    color: #fff;
    text-transform: none;
    font-size: 1.2rem;
    text-decoration: none;
    font-family: 'rsu', sans-serif;
}
.btn_register_ss{
    font-family: 'rsu', sans-serif;
    display: block;
    width: auto;
    margin: 15px auto 0 auto;
    text-decoration: underline;
    color: #666;
}
.btn_register_ss{
    color: #666;
}
.box_signin_choosetag{
    border-left: 1px solid #A3A1A1;
    padding: 10px 0 50px 50px;
    height: 400px;
    overflow-y: auto;
    margin-top: 40px;
}
.box_listtag{
    background-color: #eee;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    display: inline-block;
    color: #505050;
    font-family: 'rsu', sans-serif;
    border-radius: 50px;
    margin: 0 5px 15px 0;
    transition: 0.5s;
    cursor: pointer;
    pointer-events: all;
    color: #505050;
}
.box_listtag.active, .box_listtag:hover{
    background-color: #ace0d5;
    color: #505050;
}
.box_listtag img{
    width: 20px;
    height: auto;
    opacity: 0.7;
    vertical-align: top;
    margin-top: 10px;
}
.box_signin_choosetag::-webkit-scrollbar-track{
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
	background-color: #fff;
}
.box_signin_choosetag::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.box_signin_choosetag::-webkit-scrollbar-thumb{
	background-color: #ccc;
/*	border: 1px solid #555555;*/
}
.box_signin{
    background-color: #fff;
    font-size: 1.1rem;
    color: #505050;
    max-width: 550px;
    padding: 50px 50px 30px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.08);
}
.btn_siginsocial{
    border: 1px solid #666;
    border-radius: 5px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    color: #505050;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    transition: 0.5s;
    text-align: left;
    padding-left: 20px;
}
.btn_siginsocial img{
    width: 17px;
    height: auto;
    vertical-align: top;
    margin: 11px 10px 0 0;
}
.btn_siginsocial:hover{
    text-decoration: none;
    background-color: #eee;
    color: #333;
}
.wrap_btnsignin{
    margin-top: 35px;
}
.wrap_btnsignin a{
    margin-bottom: 15px;
}
.linkbottom_signin{
    font-size: 1rem;
    margin-top: 70px;
}
.linkbottom_signin a{
    display: inline-block;
    color: #505050;
    text-decoration: underline;
}
.boxsignin_input{
    width: 350px;
    margin: 30px auto 0;
    text-align: center;
}
.boxsignin_input input, .boxsignin_input select{
    border: 0;
    background: none;
    border-bottom: 1px solid #666;
    width: 100%;
    text-align: center;
    outline: none;
    color: #87BFA9;
    margin-top: 15px;
}
.boxsignin_input div{
    font-weight: 700;
}
.boxsignin_input:last-child{
    margin-bottom: 40px;
}
.box_register{
    padding-bottom: 50px;
}
.frm_register .signin_topic2{
    text-transform: uppercase;
    font-size: 3rem;
}
.frm_register .boxsignin_input input, .frm_register .boxsignin_input select{
    text-align: left;
    color: #505050;
    margin-top: 0;
    min-width: 350px;
    font-family: 'rsu', sans-serif;
}
.frm_register .boxsignin_input{
    width: 100%;
}
.btn_maccount{
    cursor: pointer;
}
.btn_showlogin{
    position: relative;
    width: 100%;
}
.btn_showlogin a{
    display: block;
}
.submenu_maccount{
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    width: 200px;
    text-align: left;
    background-color: #fff;
    padding: 10px 15px;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.submenu_maccount ul{
    padding: 0;
    margin: 0;
}
.submenu_maccount ul li{
    list-style: none;
    padding: 5px 0;
}
.submenu_maccount ul li:last-child{
    border-bottom: 0;
}
.submenu_maccount ul li a{
    color: #5D5C5C;
    font-weight: 500;
    transition: 0.5s;
    display: block;
    width: 100% !important;
    font-size: 1rem;
}
.submenu_maccount ul li a:hover{
    text-decoration: none;
    color: #333;
}
.submenu_maccount ul li a.txt_green{
    color: #009B83;
}
.warp_btn_viewmapmobile{
    display: none;
}
.embed_mobilemap{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wrap_mobile_mapslide{
    position: fixed;
    bottom: 15px;
    width: 100%;
    left: 0;
    z-index: 888;
}
.mobilemap_page footer{
    display: none;
}
.wrap_mobile_mapslide .list_smecenter, .wrap_mobile_mapslide .list_smecenter:first-child{
    background-color: #FFF;
    padding: 15px 0;
    border-radius: 10px;
}
.btn_closemapmobile{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    z-index: 887;
    position: fixed;
    top: 20px;
    left: 20px;
}
.btn_closemapmobile img{
    width: 18px;
    height: auto;
    display: block;
    margin: 8px auto;
}
.btn_filtermapmobile{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    z-index: 887;
    position: fixed;
    top: 20px;
    right: 20px;
}
.btn_filtermapmobile img{
    width: 22px;
    height: auto;
    display: block;
    margin: 6px auto;
}
.btn_search_mobilemap{
    display: inline-block;
    background-color: #63C8B8;
    color: #FFF;
    padding: 13px 25px;
    text-decoration: none;
    border: 0;
    border-radius: 10px;
    line-height: 1;
    width: 100%;
    text-align: center;
}
.head_mobilemap h5{
    font-family: 'rsu', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.desc_coatching .btn_favorite{
    display: inline-block;
    margin-top: 15px;
    width: auto;
    padding: 0 25px;
}
.item_search_result{
    margin-bottom: 30px;
    display: block;
    text-decoration: none;
}
.item_search_result:hover{
    text-decoration: none;
}
.item_search_result h2{
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}
.item_search_result span{
    font-size: 1rem;
    color: #009B83;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}
.item_search_result p{
    font-size: 1rem;
    color: #000;
    margin-bottom: 0;
}
.head_search span{
    font-size: 1rem;
    padding-left: 10px;
    color: #666;
    display: inline-block;
}

#calendar {
    max-width: 1100px;
    margin: 0 auto;
}
.fc .fc-button-group &gt; .fc-button{
    line-height: 1;
    background-color: #009B83;
    border-color: #009B83;
}
.fc .fc-button-group &gt; .fc-button:hover{
    background-color: #009B83;
    border-color: #009B83;
}
.fc-h-event{
    background-color: #009B83;
    border-color: #009B83;
}
.fc .fc-toolbar-title{
    font-size: 1.25rem;
    font-weight: 700;
}
.head_center{
    text-align: center;
}
.head_center h1::before{
    display: none;
    padding: 0;
}
.wrap_point .btn_favorite{
    margin-top: 15px;
}
.search_box_resultp{
    display: flex;
}
.order_mapcenterlist_center .embed-responsive-16by9::before{
    padding-top: 30%;
}
.bg_boxsearh_center{
    background-color: #ecf5f2;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 10px;
}
.bg_boxsearh_center .service_boxsearch{
    margin-top: 25px;
    margin-bottom: 10px;
}
.btn_searchcenter{
    font-family: 'rsu', sans-serif;
}
.head_findnearsme h1{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'rsu', sans-serif;
}
.btn_searchnearsme{
    text-align: center;
    padding: 10px 0;
    background-color: #939393;
    border-radius: 10px;
    border: 0;
    font-family: 'rsu', sans-serif;
    color: #FFF;
    width: 100%;
    display: inline-block;
    max-width: 300px;
    margin-top: 35px;
    margin-bottom: 10px;
}
.btn_searchnearsme img{
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.pu_btn_loginregister{
    display: block;
    margin-top: 20px;
    margin-bottom: 15px;
}
.pu_btn_loginregister a{
    display: inline-block;
    color: #333;
    margin-right: 10px;
    margin-left: 10px;
}
.fancybox-slide--html .fancybox-close-small{
    border: 1px solid #888;
    border-radius: 50%;
    padding: 4px;
    top: 10px;
    right: 10px;
}
.fancybox-button{
    height: 28px;
    width: 28px;
}
.scoll_list_smecenter{
    overflow-y: auto;
    overflow-x: hidden;
    height: 0;
}
.scoll_list_smecenter::-webkit-scrollbar-track{
/*	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);*/
	background-color: #fff;
}
.scoll_list_smecenter::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.scoll_list_smecenter::-webkit-scrollbar-thumb{
	background-color: #ccc;
/*	border: 1px solid #555555;*/
}

/*responsive*/
@media (max-width: 1441px){
    .signin_topic2{
        font-size: 2rem;
    }
    .signin_topic {
        font-size: 3rem;
    }
    .signin_topic3{
        font-size: 1.3rem;
    }
}
@media (max-width: 1299px){
    .submenu_maccount{
        top: 45px;
    }
}
@media (max-width: 1199px){
    .wrap_socail a:not(.btn_login), .btn_search{
        width: 28px;
    }
    .wrap_socail a.btn_login{
        height: 28px;
        line-height: 28px;
    }
    .wrap_menu ul{
        font-size: 1.25rem;
    }
    .banner-carousel figcaption hgroup{
        font-size: 0.9rem;
    }
    .head_fp h1{
        font-size: 1.25rem;
    }
    .datepicker td, .datepicker th{
        padding: 3px;
    }
    .content_servicecenter{
        margin-top: 0;
    }
    .content_servicecenter .head_fp h1{
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .col_listsuggestion{
        padding: 0 20px;
    }
    .row_listsuggestion{
        margin: 0 -20px;
    }
    .signin_topic2{
        font-size: 1.5rem;
    }
    .signin_topic{
        font-size: 2.5rem;
    }
    .signin_topic3{
        font-size: 1.2rem;
    }
    .box_signin_choosetag{
        padding-left: 35px;
    }
}
@media (max-width: 991px){
    .wrap_socail {
        flex-wrap: wrap;
    }
    .wrap_socail a.btn_login{
        margin-top: 10px;
    }
    .wrap_menu &gt; ul &gt; li &gt; a::before{
        height: 4px;
    }
    .wrap_menu ul{
        font-size: 1rem;
    }
    .wrap_menu ul li a {
        padding: 15px 10px;
    }
    .wrap_menu ul li ul.submenu li a{
        padding: 10px 15px;
    }
    .wrap_tag a{
        padding: 5px 10px 5px 10px;
        margin-bottom: 5px;
    }
    .menu_footer ul{
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .menu_footer ul li{
        margin-bottom: 20px;
    }
    .menu_footer ul li div:first-child{
        margin-bottom: 10px;
    }
    .caption_banner{
        padding-left: 5%;
    }
    .banner-carousel figcaption hgroup{
        font-size: 0.5rem;
    }
    .monthevent, .nextevent{
        display: inline-block;
        width: 50%;
        vertical-align: top;
        padding: 0 15px;
    }
    .wrap_list_events{
        border: 0;
    }
    .datepicker td, .datepicker th{
        padding: 10px;
    }
    .item_article:nth-child(1n+4){
        display: none;
    }
    .head_list_detail h1{
        font-size: 1.8rem;
    }
    .head_bot_article{
        padding-top: 0;
        margin-top: 30px;
    }
    .section_detail:not(:first-of-type) .container{
        padding-top: 50px;
    }
    .item_smeoneicon a .circle_icon img{
        width: 70%;
    }
    .cover_coatching{
        margin-right: 0;
    }
    .wrap_point div span{
        font-size: 4rem;
    }
    .name_coatching{
        font-size: 2rem;
    }
    .txt_coatching2{
        font-size: 1.35rem;
    }
    .servicecenter_photslide{
        padding-right: 20px;
    }
    .content_servicecenter .head_fp h1{
        font-size: 1.6rem;
    }
    .servicecenter_topic{
        font-size: 1.35rem;
    }
    .list_cotentcenter{
        padding-right: 0;
        margin-bottom: 40px;
    }
    .service_maps{
        margin-top: 0;
    }
    .service_maps .embed-responsive-16by9,
    .order_mapcenterlist .service_maps .embed-responsive-16by9{
        padding-bottom: 45%;
    }
    .content_servicecenter .service_topicsmall.head_fp h1{
        font-size: 1.35rem;
    }
    .order_smecenterlist{
        order: 2;
    }
    .order_mapcenterlist{
        order: 1;
        margin-top: 20px;
    }
    .list_smecenter{
        margin-right: 0;
    }
    .list_smecenter:first-child{
        padding-top: 30px;
    }
    .list_settingpeople .cover_coatching{
        margin-right: 0;
    }
    .people_quality{
        padding-right: 0;
    }
    .topic_headsetting h1, .topic_headsetting h2{
        font-size: 2.5rem;
    }
    .wrap_listsuggestion{
        padding: 30px 0;
    }
    .box_signin_choosetag{
        border-left: 0;
        padding-left: 0;
        padding-right: 30px;
        margin-top: 30px;
        padding-top: 0;
    }
/*
    .box_startsignin{
        position: static;
        transform: translate(0, 0);
        margin: 0;
    }
*/
}
@media (max-width: 767px){
    .wrap_box_top_img{
        order: -1;
        display: none;
    }
    .row_top{
        margin-top: 0;
        box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    }
    .wrap_socail {
        justify-content: flex-end;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .wrap_socail a.btn_login{
        margin: 0;
    }
    .wrap_socail a:not(.btn_login), .btn_search{
        width: 24px;
        margin-right: 5px;
    }
    .wrap_socail a.btn_login {
        height: 24px;
        line-height: 24px;
    }
    .logo{
        padding-left: 15px;
        padding-right: 0;
    }
    .btn_menu{
        display: inline-block;
        float: right;
        margin-bottom: 10px;
    }
    .wrap_menu{
        display: none;
        margin: 0;
    }
    .wrap_menu ul{
        display: block;
    }
    .wrap_menu ul li ul.submenu{
        position: static;
    }
    .caption_banner{
        padding-left: 5%;
    }
    .banner-carousel figcaption hgroup{
        font-size: 0.35rem;
    }
    .banner-carousel.owl-theme .owl-dots{
        bottom: 0px;
    }
    .banner-carousel.owl-theme .owl-dots .owl-dot span{
        width: 8px;
        height: 8px;
    }
    .banner-carousel figcaption a{
        font-size: 0.85rem;
    }
    .banner-carousel figcaption{
        top: 50%;
    }
    .banner-carousel figcaption h1, .banner-carousel figcaption h2{
        margin-bottom: 5px;
    }
    .wrap_tag{
        display: block;
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    .wrap_btn_edittag{
        display: block;
        margin-top: 5px;
    }
    .btn_edittag{
        height: 32px;
        font-size: 0.9rem;
    }
    .wrap_tag a{
        font-size: 0.85rem;
        padding: 5px 5px;
    }
    .order_article{
        order: -2;
    }
    .order_service{
        order: -1;
    }
    .bg_coatching{
        background-color: #EFEFEF;
    }
    .wrap_scrollbar{
        height: auto !important;
        overflow-y: hidden;
    }
    .grid li{
        width: 100%;
    }
    .item_servicecenter figcaption &gt; a p{
        display: none;
    }
    .wrap_grid .head_fp{
        padding: 0 15px;
    }
    .grid .item_activity{
        padding: 0 15px;
    }
    .grid li:nth-child(1n+4){
        display: none;
    }
    .menu_footer ul{
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .menu_footer ul li{
        margin-bottom: 0;
    }
    .menu_footer ul li a{
        font-size: 1.1rem;
    }
    .menu_footer ul li div:not(:first-child){
        display: none;
    }
    .menu_footer ul .footer_link_socail{
        text-align: center;
    }
    .menu_footer ul .footer_link_socail span{
        font-size: 1rem;
    }
    .copyright{
        text-align: left;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 0.8rem;
    }
    .term_policy{
        margin-top: 10px;
    }
    .term_policy a{
        font-size: 0.8rem;
    }
    .monthevent, .nextevent {
        display: block;
        width: 100%;
        padding: 0;
    }
    .wrap_list_events{
        border-bottom: 15px solid #FFF;
    }
    .row_calendar {
        margin-bottom: 10px;
    }
    .input_search{
        height: 80px;
    }
    .search_box{
        font-size: 1.1rem;
    }
    .btn_submit_search{
        width: 50px;
        height: 50px;
    }
    .wrap_menu ul li.hassub{
        
    }
    .submenu_btn{
        display: block;
    }
    .datepicker td{
        padding: 12px;
    }
    .imgdesktop{
        display: none !important;
    }
    .imgmobile{
        display: block !important;
    }
    .item_servicecenter:nth-child(1n+5){
        display: none;
    }
    .wrap_socail a.btn_login{
        max-width: 100px;
    }
    .head_list_detail h1{
        font-size: 1.5rem;
    }
    .list_detail_text h2{
        font-size: 1.3rem;
    }
    .item_smeoneicon{
        padding-left: 50px;
        padding-right: 50px;
    }
    .wrap_point{
        text-align: left;
    }
    .wrap_point div{
        display: inline-block;
        margin-right: 7px;
    }
    .wrap_point div span{
        font-size: 3rem;
    }
    .item_listcoatching .name_coatching{
        font-size: 1.3rem;
    }
    .servicecenter_photslide{
        padding-right: 0;
    }
    .content_servicecenter .service_topicsmall.head_fp h1{
        margin-bottom: 10px;
    }
    .service_maps .embed-responsive-16by9,
    .order_mapcenterlist .service_maps .embed-responsive-16by9{
        padding-bottom: 60%;
    }
    .people_coatname div{
        margin-bottom: 3px;
    }
    .people_quality{
        margin: 5px 0;
    }
    .btn_favorite{
        margin-top: 10px;
        width: 130px;
    }
    .list_settingpeople .align-items-center{
        align-items: flex-start !important;
    }
    .topic_headsetting h1, .topic_headsetting h2{
        font-size: 2rem;
    }
    .topic_headsetting{
        margin-bottom: 25px;
    }
    .box_signin_choosetag{
        height: 150px;
        padding: 0 30px 0 0;
    }
    .btn_getstart a{
        height: 35px;
        font-size: 1rem;
        line-height: 35px;
    }
    .signin_topic{
        font-size: 2.5rem;
    }
    .signin_topic3{
        margin-bottom: 15px;
    }
    .frm_register .signin_topic2{
        font-size: 2.2rem;
    }
    .btn_showlogin{
        display: inline-block;
        width: auto;
    }
    .submenu_maccount {
        top: 30px;
    }
    .scoll_list_smecenter{
        height: 410px !important;
    }
}
@media (max-width: 575px){
    .head_list_detail h1{
        font-size: 1.25rem;
    }
    .list_detail_text h2{
        font-size: 1.1rem;
    }
    .item_smeoneicon{
        padding-left: 20px;
        padding-right: 20px;
    }
    .btn_ld_viewmore button{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-link{
        font-size: 1rem;
    }
    .page-link img{
        width: 10px;
    }
    .pagination{
        margin-top: 15px;
    }
    .cover_coatching{
        margin: 0 auto 30px;
        display: block;
        max-width: 50%;
    }
    .txt_coatching{
        font-size: 1.1rem;
    }
    .name_coatching{
        font-size: 1.5rem;
    }
    .txt_coatching2{
        font-size: 1.15rem;
    }
    .list_desc_coatching{
        font-size: 1rem;
    }
    .wrap_point{
        font-size: 1rem;
    }
    .wrap_point div span{
        font-size: 1.7rem;
    }
    .item_job h1{
        font-size: 1.15rem;
        padding: 13px;
    }
    .item_job h1:before{
        width: 12px;
        height: 12px;
    }
    .item_job{
        margin-bottom: 15px;
    }
    .wrap_desc_profilecoat{
        margin-top: 30px;
    }
    .item_listcoatching .cover_coatching{
        max-width: 100%;
        margin: 0;
    }
    .item_listcoatching .txt_coatching{
        font-size: 1rem;
    }
    .item_listcoatching .name_coatching{
        font-size: 1.2rem;
        margin: 3px 0 0;
    }
    .item_listcoatching .wrap_point div{
        font-size: 1rem;
    }
    .item_listcoatching .txt_coatching2{
        margin-bottom: 5px;
    }
    .item_listcoatching{
        margin-bottom: 30px;
    }
    .row-listcoat{
        margin: 0;
    }
    .item_listcoatching{
        padding: 0;
    }
    .content_servicecenter .head_fp h1{
        font-size: 1.4rem;
    }
    .servicecenter_topic{
        font-size: 1.2rem;
    }
    .content_servicecenter .service_topicsmall.head_fp h1{
        font-size: 1.2rem;
    }
    .list_cotentcenter{
        margin-bottom: 30px;
    }
    .service_maps .embed-responsive-16by9,
    .order_mapcenterlist .service_maps .embed-responsive-16by9{
        padding-bottom: 80%;
    }
    .btn_direction, .btn_direction:hover{
        font-size: 1.15rem;
        height: 35px;
        line-height: 35px;
    }
    .btn_direction img{
        margin-top: 9px;
    }
    .name_smecenter{
        font-size: 1.1rem;
    }
    .list_smecenter .nopad-right{
        padding-right: 0;
    }
    .navbar_setting li a{
        font-size: 1rem;
        margin-right: 15px;
    }
    .navbar_setting li{
        padding-bottom: 10px;
    }
    .frmcheck{
        margin-top: 18px;
    }
    .list_settingpeople input{
        margin-top: 10px;
    }
    .topic_headsetting h1, .topic_headsetting h2{
        font-size: 1.8rem;
    }
    .yourmailsetting{
        font-size: 1.15rem;
    }
    .topic_listsetting{
        font-size: 1.2rem;
    }
    .wrap_settingpage input[type='checkbox'].toggle{
        width: 45px;
        height: 15px;
    }
    .wrap_settingpage input[type='checkbox'].toggle:after{
        width: 23px;
        height: 23px;
       
    }
    .wrap_settingpage input[type='checkbox']:checked.toggle:after{
         left: 22px;
    }
    .headname_topicsetting{
        font-size: 1.15rem;
    }
    .icon_selecttopic{
        top: 2px;
    }
    .photocover_topicsuggest {
        margin-top: 10px;
    }
    .col_listsuggestion{
        margin-bottom: 30px;
    }
    .signin_topic{
        font-size: 1.5rem;
    }
    .signin_topic2{
        font-size: 1.2rem;
    }
    .signin_topic3{
        margin-top: 5px;
        line-height: 1.2;
        font-size: 1.1rem;
    }
    .box_signin_choosetag{
        height: 350px;
    }
    .box_listtag{
        font-size: 1rem;
        margin: 0 3px 10px 0;
    }
    .box_signin{
        max-width: 100%;
        width: 90%;
        padding: 30px;
    }
    .boxsignin_input{
        width: 90%;
    }
    .frm_register .signin_topic2{
        font-size: 1.7rem;
    }
    .list_detail_text p{
        font-size: 1rem;
        line-height: 1.8;
    }
    .item_smeoneicon a .circle_icon img{
        width: 60%;
    }
    .item_smeoneicon a .circle_icon{
        border: 2px solid #959696;
    }
    .col-smeserch{
        padding: 0 8px;
    }
    .row-smeserch{
        margin: 0 -8px;
    }
    .col_listsuggestion{
        padding: 0 15px;
    }
    .row_listsuggestion{
        margin: 0 -15px;
    }
    .service_mbhide{
        display: none;
    }
    .warp_btn_viewmapmobile{
        display: block;
        text-align: right;
    }
    .warp_btn_viewmapmobile a{
        display: inline-block;
        background-color: #63C8B8;
        color: #FFF;
        padding: 10px 30px;
        margin-top: 20px;
        text-decoration: none;
    }
    .warp_btn_viewmapmobile a img{
        display: inline-block;
        width: 28px;
        height: auto;
        vertical-align: bottom;
    }
    .bg_boxsearh_center {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 1px;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }
    .bg_boxsearh_center .service_boxsearch {
        margin-top: 15px;
        margin-bottom: 2px;
    }
    .order_mapcenterlist_center .embed-responsive-16by9::before {
        padding-top: 70%;
    }
    .frm_register .boxsignin_input input, .frm_register .boxsignin_input select{
        min-width: 100px;
    }
    .box_startsignin{
        padding: 30px 0;
    }
}
</pre></body></html>