@charset "utf-8";
@font-face {
  font-family: 'Cloud';
  src: url("../fonts/Cloud-Light.otf"); }

@font-face {
  font-family: 'Cloud';
  src: url("../fonts/Cloud-Bold.otf");
  font-weight: bold; }

body {
    /*font-family: "Cloud", Arial, sans-serif !important;*/
    font-size: 14px;
    margin: 0px;
    padding: 0px;

}
.show-line:before {
    background: #b21e28;
    width: 110px;
    left: calc(50% - 75px);
}
td,
th {
    font-family: "Cloud", Arial, sans-serif !important;
    font-size: 14px;
}

div {
    /* border: 1px solid #ff0000; */
}



#containner {
    position: relative;
    top: 0px;
    width: 100%;
    min-width: 1100px;
    /*max-width: 1366px;*/
    overflow: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#header {
    margin: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: auto;
}

#header #h_top {
    max-width: 500px;
    width: 100%;
    height: 10px;
    /*background-color: #B14EF2;*/
    /*background-image: url('../images/logo/logo_text.png');*/
    background-repeat: no-repeat;
    /*background-position: 110px 10px;*/
    background-position: 70px 10px;
    margin-left: auto;
    margin-right: auto;
}

#header #h_logo {
    z-index: 10;
    /*width: 90px;*/
    width: 86px;
    height: 90px;
    background-image: url('../images/logo/logo_3.png');
    background-repeat: no-repeat;
    background-size: auto 60px;
    position: absolute;
    float: left;
    /*margin-top: 10px;*/
    margin-top: 5px;
    margin-left: 0px;
}

#header #h_top #h_right {
    width: calc(100% - 320px);
    height: auto;
    position: relative;
    float: right;
    margin-top: 10px;
    /*margin-right: 10px;*/
    /*margin-right: 75px;*/
    margin-right: 10px;
}

#header #h_top #h_right #h_phone {
    width: 203px;
    height: 45px;
    background-image: url('../images/logo/logo_phone.png');
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: 2px;
    margin-left: 20px;
    border-radius: 10px;
}

#header #h_top #h_right #h_iso {
    display: block;
    width: 193px;
    height: 45px;
    background-image: url('../images/logo/logo_iso.png');
    background-repeat: no-repeat;
    position: relative;
    float: right;
    margin-top: 2px;
    margin-left: 20px;
    border-radius: 10px;
}

#h_menu_sm {
    display: none;
}

#menu_top_sm {
    display: none;
}

#header #h_menu {
    display: block;
    z-index: 9;
    width: 100%;
    height: 50px;
    position: relative;
    /*background: #F3E5EC;*/
    background: #591C74;
    top: -10px;
}

#header #h_menu #menu_top {
    display: block;
    z-index: 11;
    position: relative;
    width: 1050px;
    height: 40px;
    line-height: 30px;
    /*padding-left: 160px;*/
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

#header #h_menu #menu_top ul {
    z-index: 11;
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
    margin: 5px 0 0 0;
    list-style-type: none;
    box-sizing: border-box;
    ;
}

#header #h_menu #menu_top ul li {
    /*font-family: 'bangna';*/
    float: left;
    position: relative;



}

#header #h_menu #menu_top ul li a {
    /* text-align: left; */
    text-align: center;
    width: 170px;
    /*border-right: 1px solid #FFFFFF;*/
    border-right: 1px solid #decadd;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    /*color: #424242;*/
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*border-bottom: 5px solid #F3E5EC;*/
    border-bottom: 5px solid #591C74;
}

#header #h_menu #menu_top ul li a.end {
    border-right: 0px solid #e9e9e9;
}

#header #h_menu #menu_top ul li a:hover {
    /*border-bottom: 5px solid #fb92fa;*/
    border-bottom: 5px solid #decadd;
}

#header #h_menu #menu_top ul li ul {
    margin: 0;
    display: none;
}

#header #h_menu #menu_top ul li:hover ul {
    display: block;
    position: absolute;
}

#header #h_menu #menu_top ul li:hover ul li a {
    display: block;
    /*background-color: #F03AEE;*/
    background-color: #decadd;
    width: 220px;
    border-top: 1px solid #f2f2f2;
    border-right: none;
    margin-left: 0px;
    color: #591C74;
    /*border-bottom: 5px solid #F03AEE;*/
    border-bottom: 5px solid #decadd;
}

#header #h_menu #menu_top ul li:hover ul li a:hover {
    /*background-color: #fb92fa;*/
    /*border-bottom: 5px solid #fb92fa;*/
    background-color: #eedeee;
    border-bottom: 5px solid #decadd;
}

#header #h_banner {
    z-index: 7;
    position: relative;
    /*max-width: 1366px;*/
    min-width: 1024px;
    /*width: 100%;*/
    /*height: 400px;*/
    width: 100%;
    height: auto;
    background-color: #999;
    top: 50px !important;
    margin-left: auto;
    margin-right: auto;
}

#header #h_banner .banner_img img {
      top: -50px;
    width: calc(100vw - 17px);
    height: auto;
}

#header #h_banner .banner_img {
    /*width:  100%;*/
    /*height:  400px;*/
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}


/* prev / next links */

.cycle-prev,
.cycle-next {
    position: absolute;
    top: 0;
    width: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;
}

.cycle-prev {
    left: 0;
    background: url(../images/icon/anw_arrow_L.png) 50% 50% no-repeat;
}

.cycle-next {
    right: 0;
    background: url(../images/icon/anw_arrow_R.png) 50% 50% no-repeat;
}

.cycle-prev:hover,
.cycle-next:hover {
    opacity: .7;
    filter: alpha(opacity=70)
}

.disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}


/* display paused text on top of paused slideshow */


/*.cycle-paused:after {
  content: 'Paused';
  color: white;
  background: black;
  padding: 10px;
  z-index: 500;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 10px;
  opacity: .5;
  filter: alpha(opacity=50);
}*/


/* pager */

.cycle-pager {
    text-align: center;
    width: 100%;
    height: 50px;
    overflow: auto;
    z-index: 900;
    position: absolute;
    bottom: 0px;
    /*top: 10px;*/
    overflow: hidden;
    /*background: rgb(125, 218, 43);*/
}

.cycle-pager span {
    /*font-family: arial;*/
    font-size: 50px;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
}

.cycle-pager span.cycle-pager-active {
    color: #631263;
}

.cycle-pager>* {
    cursor: pointer;
}


/* Main =============================*/

#main {
    position: relative;
    top: -5px !important;
    width: 100%;
    height: auto;
}

.main_box {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.main_box_p1 {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #efefef;
    box-sizing: border-box;
    opacity: 0.8 !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}

.main_box_p2 {
    width: 100%;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    /* background-color: #eee; */
    box-sizing: border-box;
}

#nav {
    width: 1024px;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cbcbcb;
}

#nav a {
    text-decoration: none;
    color: #000000;
}

#nav a:hover {
    text-decoration: underline;
    color: #000000;
}

.content {
    width: 1024px;
    height: auto;
    overflow: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content_title {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 5px solid #5c1d5c;
    /*background: url(../images/logo/logo_name.png) no-repeat;
  background-size: auto 25px;
  background-position: 0px 2px;*/
    box-sizing: border-box;
}

.content_box {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 20px;
    border: 1px solid #f2f2f2;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}


/* index ============================*/

.idx_content {
    width: 1024px;
    height: auto;
    overflow: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /*font-family: 'bangna';*/
}



.idx_content_title {
    width: 100%;
    height: auto;
    overflow: auto;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 10px;
}

.idx_menu {
    width: 1024px;
    height: auto;
    overflow: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.idx_menu .tx_title {
    font-family: 'Prompt', sans-serif;
    font-size: 16px;
    color: #000000;
}

.idx_menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.idx_menu li {
    float: left;
    position: relative;
    margin-top: 1px;
    width: 250px;
}

.idx_menu li a {
    display: block;
    height: 75px;
    padding-top: 18px;
    padding-left: 85px;
    text-decoration: none;
    /*background-color: #ffffff;*/
    /* background-color: rgba(255, 255, 255, 0.69); */
    box-sizing: border-box;
    margin: 3px;
    color: #000000;
}

.idx_menu li a:hover {
    background-color:  #c2c2d6;
}

.m_medical a {
    background: url(../images/menu/m_medical.png) no-repeat;
    background-size: auto 75px;
    background-position: 0px center;
}

.m_package a {
    background: url(../images/menu/m_package.png) no-repeat;
    background-size: auto 75px;
    background-position: 0px center;
}

.m_news a {
    background: url(../images/menu/m_news.png) no-repeat;
    background-size: auto 75px;
    background-position: 0px center;
}

.m_contact a {
    background: url(../images/menu/m_contact.png) no-repeat;
    background-size: auto 75px;
    background-position: 0px center;
}

.idx_news_box_l {
    position: relative;
    float: left;
    width: 420px;
    height: 280px;
    overflow: auto;
    box-sizing: border-box;
}

.idx_news_box_l .idx_news_box_l_photo img {
    width: 420px;
    height: auto;
}

.idx_news_box_l .idx_news_box_l_photo {
    width: 420px;
    height: 280px;
    overflow: hidden;
}

.idx_news_box_r {
    position: relative;
    float: right;
    width: 580px;
    height: 280px;
    overflow: hidden;
    padding: 5px;
    box-sizing: border-box;

}

.idx_news_box_r a{
    color: #430E6F;
}
.idx_news_box_r a:hover{
    color: #D7C2E2;

}

.idx_news_box_r .idx_news {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #cccccc;
}

.idx_news_box_r .idx_news .idx_news_logo {
    width: 33px;
    height: 35px;
    background-image: url('../images/logo/logo_news.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
}

.idx_news_box_r .idx_news .idx_news_title {
    width: calc(100% - 45px);
    height: auto;
    overflow: hidden;
    position: relative;
    float: right;
    /*color: #D7C2E2;*/
}

.idx_news_box_r .idx_news .idx_news_title a {
    text-decoration: none;
    color: #000000;
}

.idx_news_box_r .idx_news .idx_news_title a:hover {
    text-decoration: underline;
    color: #000000;
}

.pg_box {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
}

.pg_box_photo img {
    width: 320px;
    height: auto;
}

.pg_box_photo {
    width: 320px;
    height: 183px;
    overflow: hidden;
    background: #f2f2f2;
}

.pg_box_txt {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    background-color: #D7C2E2;
    padding: 5px;
    box-sizing: border-box;
}

.pg_box_list {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
    box-sizing: border-box;
}

.pg_box_photo_list img {
    width: 320px;
    height: auto;
}

.pg_box_photo_list {
    position: relative;
    float: left;
    width: 320px;
    height: 183px;
    overflow: hidden;
}

.pg_box_txt_list {
    position: relative;
    float: right;
    width: calc(100% - 340px);
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}

.gl_box {
    position: relative;
    float: left;
    width: 320px;
    height: 230px;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.3);
}

.gl_box_photo img {
    width: 320px;
    height: auto;
}

.gl_box_photo {
    width: 320px;
    height: 183px;
    overflow: hidden;
}

.gl_box_txt {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    padding: 5px;
    box-sizing: border-box;
}

.pb_link a {
    text-decoration: none;
    color: #202020;
}

.pb_link a:hover {
    text-decoration: underline;
}


/* news =============================*/

.news_photo_full img {
    width: 800px;
    height: auto;
}

.news_box {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}

.news_list_photo img {
    width: 240px;
    height: auto;
}

.news_list_photo {
    width: 240px;
    height: 160px;
    position: relative;
    float: left;
    overflow: hidden;
}

.news_list_txt {
    width: calc(100% - 260px);
    height: auto;
    position: relative;
    float: right;
    padding: 5px;
}


/* package ===========================*/

.pg_box_slid {
    width: 100%;
    height: auto;
}

.pg_photo_full img {
    width: 80%;
    height: auto;
}


/* gallery ===========================*/

.gl_p_box {
    position: relative;
    float: left;
    width: 235px;
    height: auto;
    overflow: auto;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.gl_p_photo img {
    position: relative;
    left: -58px;
    width: 380px;
    height: auto;
}

.gl_p_photo {
    position: relative;
    width: 235px;
    height: 200px;
    overflow: hidden;
    background-color: #5C5C5C;
}


/* medical =============================*/

.md_photo_full img {
    width: 100%;
    height: auto;
}

.md_box {
    position: relative;
    float: left;
    width: 310px;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 4px 8px 20px 8px;
    box-sizing: border-box;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 12px 0 rgba(0, 0, 0, 0.19);
}

.md_photo img {
    width: 310px;
    height: auto;
}

.md_photo {
    width: 310px;
    height: 135px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.md_box_txt {
    width: 100%;
    height: 220px;
    overflow: auto;
    margin-top: 1px;
    box-sizing: border-box;
    background: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

.md_txt_title {
    width: 100%;
    height: auto;
    overflow: auto;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    background: #F3E5EC;
    color: #591C74;
}

.md_txt {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px;
    margin-top: 1px;
    box-sizing: border-box;
}

.c_photo img {
    width: auto;
    height: auto;
}


/* promotion =========================*/

.pm_box {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    margin: 5px;
}

.pm_box_photo img {
    width: 320px;
    height: auto;
}

.pm_box_photo {
    width: 320px;
    height: 183px;
    overflow: hidden;
    background: #f2f2f2;
}

.pm_box_txt {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    background-color: #D7C2E2;
    padding: 5px;
    box-sizing: border-box;
}

.pm_box_list {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 20px;
    border-bottom: 1px solid rgb(230, 230, 230);
    box-sizing: border-box;
}

.pm_box_photo_list img {
    width: 320px;
    height: auto;
}

.pm_box_photo_list {
    position: relative;
    float: left;
    width: 320px;
    height: 183px;
    overflow: hidden;
}

.pm_box_txt_list {
    position: relative;
    float: right;
    width: calc(100% - 340px);
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}


/* content ============================*/

.ct_box {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 40px;
    margin: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.ct_box_detail img {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/* contact ============================*/

.cont_txt {
    width: 40%;
    height: auto;
    overflow: auto;
    position: relative;
    float: left;
    box-sizing: border-box;
}

.cont_from {
    width: 58%;
    height: auto;
    overflow: auto;
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-left: 2%;
    padding: 20px;
    background: rgba(244, 244, 244, 0.8);
}

.cont_from input[type="text"] {
    width: 200px;
    margin-bottom: 5px;
}

.cont_from textarea {
    width: calc(100% - 190px);
    height: 150px;
    margin-bottom: 5px;
}

.cont_from p {
    padding: 0;
    margin: 4px 0;
}

.cont_from label {
    float: left;
    position: relative;
    width: 160px;
    line-height: 20px;
    text-align: left;
    padding-right: 5px;
}


/* room =============================*/

.r_box {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 40px;
    margin: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.r_list_photo img {
    width: 420px;
    height: auto;
}

.r_list_photo {
    width: 420px;
    height: auto;
    position: relative;
    float: left;
    /*overflow: hidden;*/
}

.r_list_txt {
    width: calc(100% - 440px);
    height: auto;
    position: relative;
    float: right;
    padding-top: 10px;
}


/* table */

.r_tb {
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

.r_tb tr:nth-child(even) {
    background-color: #F3E5EC
}

.r_tb td {
    height: auto;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}

.r_p_box {
    position: relative;
    float: left;
    width: 420px;
    height: auto;
    overflow: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.r_p_photo img {
    position: relative;
    width: 420px;
    height: auto;
}

.r_p_photo {
    position: relative;
    width: 420px;
    height: 280px;
    overflow: hidden;
    background-color: #5C5C5C;
}


/* facility =============================*/

.fc_box {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 40px;
    margin: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    float: left;
}

.fc_box .f_list_photo img {
    width: 420px;
    height: auto;
}

.fc_box .f_list_photo {
    width: 420px;
    height: auto;
    position: relative;
    float: left;
    /*overflow: hidden;*/
}

.fc_box .f_list_txt {
    width: calc(100% - 450px);
    height: auto;
    position: relative;
    float: right;
    padding-top: 10px;
}

.fc_box .f_full_photo img {
    width: auto;
    height: auto;
}


/* card =============================*/

.c_box {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.c_box_list {
    width: calc(100% - 40px);
    height: auto;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.c_box_list_photo img {
    width: 320px;
    height: auto;
}

.c_box_list_photo {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    background-color: #f0f0f0;
}

.c_box_list_txt {
    position: relative;
    float: right;
    width: calc(100% - 360px);
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}

.c_box_list_txt a {
    text-decoration: none;
    color: #000000;
}

.c_box_list_txt a:hover {
    text-decoration: underline;
    color: #000000;
}

.c_tb {
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

.c_tb tr:nth-child(even) {
    background-color: #F3E5EC
}

.c_tb th {
    height: auto;
    padding: 7px;
    background-color: #f2f2f2;
    border-top: 3px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.c_tb td {
    height: auto;
    padding: 7px;
    border-bottom: 1px solid #ddd;
}


/* award ========================== */

.w_box {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.w_box_list {
    width: calc(100% - 40px);
    height: auto;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.w_box_list_photo img {
    width: 320px;
    height: auto;
}

.w_box_list_photo {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
    overflow: hidden;
    background-color: #f0f0f0;
}

.w_box_list_txt {
    position: relative;
    float: right;
    width: calc(100% - 360px);
    height: auto;
    padding: 5px;
    box-sizing: border-box;
}

.w_box_list_txt a {
    text-decoration: none;
    color: #000000;
}

.w_box_list_txt a:hover {
    text-decoration: underline;
    color: #000000;
}


/* job =============================*/

.j_box {
    width: 100%;
    height: auto;
    overflow: auto;
    /*border: 1px solid #cccccc;*/
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px 10px 30px;
}

.j_box_list {
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #787778;
}

.j_box_txt {
    position: relative;
    float: left;
    width: calc(100% - 120px);
    height: auto;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    box-sizing: border-box;
    /*background-image: url("../images/logo/logo_name.png");
  background-repeat: no-repeat;
  background-position: 10px center;*/
}

.j_box_txt a {
    color: #000000;
    text-decoration: none;
}

.j_box_txt a:hover {
    text-decoration: underline;
}

.j_box_btn {
    position: relative;
    float: right;
    width: 100px;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
}

.j_btn {
    display: block;
    width: 80px;
    height: auto;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin: 5px;
    color: #ffffff;
    background-color: #902D90;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #888888;
}

.j_btn:hover {
    background-color: #d4a8bf;
}

.j_box_detail {
    width: 90%;
    height: auto;
    overflow: auto;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}


/*************************/

.j_form {
    max-width: 100%;
    /*background: #FAFAFA;*/
    padding: 30px;
    margin: 10px auto;
    /*box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.35);*/
    /*border-radius: 10px;*/
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.j_form ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.j_form ul li {
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
}

.j_form ul li .field-style {
    box-sizing: border-box;
    padding: 8px;
    outline: none;
    border: 1px solid #F3E5EC;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.j_form ul li .field-style:focus {
    box-shadow: 0 0 5px #902D90;
    border: 1px solid #902D90;
}

.j_form ul li .field-split-4 {
    width: calc(25% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.j_form ul li .field-split {
    width: calc(50% - 20px);
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.j_form ul li .field-full {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.j_form ul li textarea {
    width: calc(100% - 20px);
    height: 100px;
}

.j_form ul li input[type="button"],
.j_form ul li input[type="submit"] {
    box-shadow: inset 0px 1px 0px 0px #631263;
    background-color: #902D90;
    border: 1px solid #631263;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 5px;
}

.j_form ul li input[type="button"]:hover,
.j_form ul li input[type="submit"]:hover {
    background: linear-gradient(to bottom, #631263 5%, #631263 100%);
    background-color: #631263;
}

.j_form .j_space {
    width: 100%;
    height: 30px;
}

.j_title {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #631263;
    padding: 5px;
    color: #631263;
    font-size: 16px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

a.j_download {
    display: block;
    width: 120px;
    height: auto;
    text-align: center;
    text-decoration: none;
    padding: 5px;
    margin: 5px 0 0 0;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #38901e;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #888888;
}

a.j_download:hover {
    background-color: #22690d;
}

.j_detail {
    width: 100%;
    padding: 30px;
    margin: 10px auto;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}

.j_detail ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.j_detail ul li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    min-height: 35px;
    border-bottom: 1px solid #f1f1f1;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}

.j_detail ul li .field-left {
    font-weight: bold;
    width: 140px;
    float: left;
}

.j_detail ul li .field-right {
    width: calc(100% - 140px);
    float: right;
}


/* manager ========================== */

.mg_box {
    width: calc(100%-10px);
    height: auto;
    overflow: auto;
    padding: 50px 20px 20px 50px;
    margin: 5px auto 5px auto;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.mg_rate {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.mg_box_list {
    width: 180px;
    height: auto;
    padding: 5px;
    margin: 15px;
    display: inline-block;
}

.mg_box_list_photo img {
    width: 150px;
    height: auto;
}

.mg_box_list_photo {
    position: relative;
    width: 150px;
    height: 170px;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 10px solid #f0f0f0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 5px 5px #777;
}

.mg_box_list_txt {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    padding: 5px;
    box-sizing: border-box;
}


/* product =============================*/

.pd_box {
    position: relative;
    float: left;
    width: 220px;
    height: 210px;
    overflow: hidden;
    padding: 5px;
    margin: 7px;
    /*background-color: #4c64e6;*/
}

.pd_box_photo img {
    width: 220px;
    height: auto;
}

.pd_box_photo {
    width: 220px;
    height: 160px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.pd_box_txt {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    padding: 5px;
    box-sizing: border-box;
}

.pd_p_box {
    width: calc(100% - 10px);
    height: auto;
    overflow: auto;
    padding: 10px;
    margin: 5px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.pd_p_photo img {
    width: 450px;
    height: auto;
}

.pd_p_photo {
    position: relative;
    float: left;
    width: 450px;
    height: 300px;
    overflow: hidden;
    background-color: #5C5C5C;
    margin: 12px;
}


/* manager ========================== */

.mg_box {
    width: calc(100%-10px);
    height: auto;
    overflow: auto;
    padding: 50px 20px 20px 50px;
    margin: 5px auto 5px auto;
    border: 1px solid #cccccc;
    box-sizing: border-box;
}

.mg_rate {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
}

.mg_box_list {
    width: 280px;
    height: auto;
    padding: 5px;
    margin: 15px;
    display: inline-block;
}

.mg_box_list_photo img {
    width: 150px;
    height: auto;
}

.mg_box_list_photo {
    position: relative;
    width: 150px;
    height: 170px;
    overflow: hidden;
    background-color: #f0f0f0;
    border: 10px solid #f0f0f0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 5px 5px #777;
    margin-left: auto;
    margin-right: auto;
}

.mg_box_list_txt {
    width: 100%;
    height: 50px;
    margin-top: 1px;
    padding: 5px;
    box-sizing: border-box;
}


/* prosonal =============================*/

#pn_menu {
    position: relative;
    float: left;
    height: auto;
    width: 190px;
    padding: 10px;
    border: 1px solid #cccccc;
    overflow: auto;
    box-sizing: padding-box;
}

#pn_menu .pn_side_menu {
    height: 100%;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
}

#pn_menu .pn_side_menu ul {
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#pn_menu .pn_side_menu li a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: left;
    text-decoration: none;
    color: #000;
    margin-bottom: 1px;
    padding-left: 5px;
    box-sizing: border-box;
}

#pn_menu .pn_side_menu li a:hover {
    /*color: #FFF;*/
    background-color: #F3E5EC;
}

#pn_menu .pn_side_box {
    height: auto;
    width: 170px;
    padding: 10px;
    border: 1px solid #cccccc;
    overflow: auto;
}

#pn_menu .pn_side_box_photo img {
    width: 170px;
    height: auto;
    margin-bottom: 10px;
}

#pn_content {
    position: relative;
    float: right;
    width: calc(100% - 240px);
    height: auto;
    overflow: auto;
    border: 1px solid #cccccc;
    padding: 10px;
}


/* table */

table.tb1 {
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

table.tb1 th {
    height: 35px;
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color: #666666;
    background-color: #dedede;
}

table.tb1 td {
    border-width: 1px;
    padding: 4px;
    border-style: solid;
    border-color: #666666;
    background-color: #ffffff;
}

table.tb1 tr:hover td {
    background-color: #F3E5EC;
}


/* Font =============================*/

.tx_18 {
    font-size: 18px;
}
.tx_name_head {
    font-family: 'Prompt', sans-serif;
    color: #821482;
    font-size: 50px;
}
.tx_name {
    font-family: 'Prompt', sans-serif;
    color: #821482;
    font-size: 18px;
}

.tx_date {
    color: #821482;
    font-size: 12px;
}


/* Footer ===========================*/

#footer {
    position: relative;
    width: 100%;
    height: auto;
    background: linear-gradient(to right, #d7e1ec, #ffffff);
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 125px;
}

.footer_box {
    width: 100%;
    height: auto;
    overflow: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.socail-icons .fab{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}

#menu_footer ul {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    list-style-type: none;
    background: #591C74;
    overflow: auto;
    box-sizing: border-box;
    border-radius: 10px;
}

#menu_footer ul li {
    float: left;
    position: relative;
    width: 25%;
    height: auto;
    box-sizing: border-box;
}

#menu_footer ul li a {
    text-align: center;
    line-height: 45px;
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
}

#menu_footer ul li a:hover {
    color: #decadd;
}

.f_box_logo {
    position: relative;
    float: right;
    width: 250px;
    height: auto;
    overflow: auto;
    margin-top: 20px;
    margin-right: 0px;
}

.f_box_txt {
    position: relative;
    float: left;
    width: calc(100% - 300px);
    height: auto;
    overflow: auto;
    box-sizing: border-box;
    color: #591C74;
    margin-top: 20px;
    margin-left: 10px;
}

.f_box_link {
    position: relative;
    float: left;
    width: calc(100% - 300px);
    height: 60px;
    overflow: auto;
    box-sizing: border-box;
    margin-top: 10px;
    margin-left: 10px;
}

.f_box_link .f_youtube {
    width: 35px;
    height: 35px;
    background-image: url('../images/logo/youtube-icon.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
}

.f_box_link .f_facebook {
    width: 35px;
    height: 35px;
    background-image: url('../images/logo/logo_facebook.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
}

.f_box_link .f_line {
    width: 35px;
    height: 35px;
    background-image: url('../images/logo/logo_line.png');
    background-repeat: no-repeat;
    position: relative;
    float: left;
    margin-right: 5px;
}

/* Loader page ===========================*/
#wrapper_loader{
    position: absolute;
    left: 50%;
    width: 142px;
    height: 40px;
    margin: -20px 0 0 -71px;
    filter: contrast(20);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
#wrapper_loader .dot{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 5px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
    z-index: 100;
}
#wrapper_loader .dots{
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
    z-index: 100;
}
#wrapper_loader .dots span{
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    filter: blur(4px);
    background: #000;
    border-radius: 50%;
    z-index: 100;
}

@keyframes dot{
    50%{
    transform: translateX(96px);
    }
}
@keyframes dots{
50%{
    transform: translateX(-31px);
    }
}


/*nav_btn ---------------------*/

.nav_btn_left {
    width: auto;
    height: auto;
    text-align: center;
    line-height: 18px;
    position: relative;
    float: left;
    background-color: #F1F1F1;
    border: 1px solid #E1E1E1;
    margin-left: 1px;
    padding: 5px;
    border-radius: 2px;
}

.nav_btn {
    width: auto;
    height: auto;
    text-align: center;
    line-height: 18px;
    position: relative;
    float: right;
    background-color: #F1F1F1;
    border: 1px solid #E1E1E1;
    margin-left: 3px;
    padding: 5px;
    border-radius: 2px;
}

.nav_btn a {
    text-decoration: none;
    text-transform: none;
    text-align: center;
    color: #000;
}

.nav_btn a:hover {
    color: #FF9600;
}


/* === Validation === */

form.required {}

label.error {
    float: none;
    color: red;
    font-size: 14px;
    font-style: italic;
    display: none;
    margin-left: 3px;
}

input.error {
    background: #F3E5EC;
}

select.error {
    background: #F3E5EC;
}

file.error {
    background: #F3E5EC;
}

textarea.error {
    background: #F3E5EC;
}


/* error ---------------------*/

#error {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EBD523;
    border-bottom-color: #EBD523;
    background-color: #FDFBD9;
    padding-left: 180px;
    background-image: url(../images/icon/anw_error.png);
    background-repeat: no-repeat;
    background-position: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

#success {
    width: auto;
    height: auto;
    margin-bottom: 10px;
    border-top: 3px solid #66CC33;
    border-bottom: 3px solid #66CC33;
    background-color: #BEFF8A;
    padding-left: 180px;
    background-image: url(../images/icon/anw_success.png);
    background-repeat: no-repeat;
    background-position: 50px;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}

.black-ribbon {
    position: fixed;
    z-index: 9999;
    width: 70px;
}

@media only all and (min-width: 768px) {
    .black-ribbon {
        width: auto;
    }
}

.stick-left {
    left: 0;
}

.stick-right {
    right: 0;
}

.stick-top {
    top: 0;
}

.stick-bottom {
    bottom: 0;
}


/*tabs**************************/

.tabs_box {
    width: 100%;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
}

#tabs {
    padding: 0px;
    background: none;
    border-width: 0px;
    box-sizing: border-box;
}

#tabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-top: 0px solid #ffffff;
    border-right: 0px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 0px solid #ffffff;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

#tabs .ui-tabs-panel {
    /*margin: 0em 0.2em 0.2em 0.2em;*/
    background: #FFFFFF;
    /*border-width: 0px 1px 1px 1px;*/
    border-top: 0px solid #ffffff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    padding: 40px;
}

#tabs .ui-state-active {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #e0e0e0;
    background: #FFFFFF;
    color: #000000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #000000;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ffffff;
    background: #F3E5EC;
    color: #454545;
    border-top-right-radius: 10px;
    border-top-left-radius: 3px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus {
    border: 1px solid #ffffff;
    background: #e6cbd8;
    color: #2b2b2b;
}


/*chinese-spa**************************/

.ch_box1 {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.ch_box1 .ch_box1_photo {
    position: relative;
    float: left;
    width: 240px;
    height: auto;
}

.ch_box1 .ch_box1_photo .ch_box1_img img {
    width: 240px;
    height: auto;
}

.ch_box1 .ch_box1_photo .ch_box1_img {
    width: 240px;
    height: 160px;
    overflow: hidden;
    background: #f5f5f5;
}

.ch_box1 .ch_box1_txt {
    position: relative;
    float: right;
    width: calc(100% - 260px);
    height: auto;
}

.ch_box2 {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
}

.ch_box2 .ch_box2_photo {
    position: relative;
    float: left;
    width: 320px;
    height: auto;
}

.ch_box2 .ch_box2_photo .ch_box2_img img {
    width: 320px;
    height: auto;
}

.ch_box2 .ch_box2_photo .ch_box2_img {
    width: 320px;
    height: 190px;
    overflow: hidden;
    background: #f5f5f5;
}

.ch_box2 .ch_box2_txt {
    position: relative;
    float: right;
    width: calc(100% - 340px);
    height: auto;
}

.ch_box3 {
    position: relative;
    float: left;
    width: 290px;
    height: 300px;
    overflow: auto;
    padding: 10px;
    margin: 10px 8px 20px 8px;
    background: #f2f2f2;
    border-radius: 10px;
}

.ch_box3 .ch_box3_photo {
    width: 290px;
    height: 180px;
}

.ch_box3 .ch_box3_photo .ch_box3_img img {
    width: 290px;
    height: auto;
}

.ch_box3 .ch_box3_photo .ch_box3_img {
    width: 290px;
    height: 180px;
    overflow: hidden;
}

.ch_box3 .ch_box3_txt {
    width: 100%;
    height: 100px;
    margin-top: 10px;
    box-sizing: border-box;
}

.ch_img_full img {
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}
