
@font-face {
	font-family: ourfont;
  	src:url('font/inter.ttf');
  	/*
	src:url('font/OpenSans-Regular.eot'); IE9 Compat Modes
	src:url('font/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),  IE6-IE8 
		url('font/OpenSans-Regular.woff2') format('woff2'),  Super Modern Browsers 
		url('font/OpenSans-Regular.woff') format('woff'),  Pretty Modern Browsers 
		url('font/OpenSans-Regular.ttf')  format('truetype'),  Safari, Android, iOS 
		url('font/OpenSans-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
	}
	
/* ---------------------------------- */
.login .loading{
	display:none;
    margin: auto;
    height: 32px;
    width: 32px;
	text-align: center;
    background-image: url(../pic/system/loading.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body{
    background-position: left bottom;
    background-size: 800px;
    background-repeat: no-repeat;
	line-height:22px;
	}
body.bg{
	background-image: url(../pic/background/login.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: left;
    height: 100vh;
	}
.login{
    position: absolute;
    width: 200px;
    height: 200px;
    left: calc(50% - 200px/2);
    top: calc(50% - 200px/2);
	text-align: center;
    border-radius: 6px;
    padding: 10px;
    background-color: rgba(255, 255, 255, .6);
	border-radius: 500px;
	}
.login:hover,
.login:focus{
	/*background-color: rgba(177, 250, 255, 0.3);*/
	}
.login > .logo{
	position: absolute;
    width: 60px;
    height: 60px;
    /*top: -44px;*/
    left: calc(50% - 88px / 2);
	margin:0;
    padding: 10px;
    background-image: url(../pic/system/logo_ming.svg);
    background-repeat: no-repeat;
    background-position: center;
    /*border: 4px solid #f3f3f3;*/
    /*background-color: #ffffff;*/
    border-radius: 50px;
	}
.login > form > input{
	margin-top:24px;
	margin-bottom:10px;
	text-align: center;
	background-color: transparent;
}
.login > form > div[action=login]{
	margin-top: 16px;
	cursor:pointer;
	border-radius: 100px;
    background: #fff;
    border: 1px solid #b0f9ff;
}
.login + footer{
    position: fixed;
	bottom: 0;
	margin: 0;
    width: 100%;
    text-align: center;
}
footer > p{
    font-size: 12px;
	color:#9a9a9a;
	margin: 0;
}

#error_404 .login > .logo{
	position: relative;
	}
#error_404 .login{
    padding: 20px;
    height: 240px;
	width: 240px;
    top: calc(50% - 140px);
    left: calc(50% - 140px);
    border-radius: 300px;
}
	
.inside{
	background-repeat: repeat-y;
    background-position: right;
    background-size: contain;
    background-attachment: fixed;
	/*background-repeat: no-repeat;
    background-position: top;
    background-size: 50%;*/
    /*background-attachment: fixed;*/
}
.inside > header{
	padding: 10px;
	box-shadow: none;
    background: transparent;
	width: inherit;
}
.inside > header > .back{
	float:left;
	width: 44px;
    height: 44px;
	background-color: #ffffff;
	border: 1px solid #e5f2f6;
    border-radius: 50px;
    background-image: url(../pic/system/logo_ming.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size:32px;
	cursor:pointer;
}
.inside > header > .arrow_left{
	float:left;
	width: 32px;
	height: 44px;
	/*color: #0381ab;
    line-height: 44px;
    font-weight: bold;*/
    background-image: url(../pic/system/icon_arrow_left_blue.svg);
    background-repeat: no-repeat;
    background-position: center;
	background-size:32px;
	cursor:pointer;
}
.inside > header > .back:hover,
.inside > header > .back:focus,
.inside > header > .arrow_left:hover,
.inside > header > .arrow_left:focus{
	opacity:.5;
	/*transition: .6s ease;*/
}
.inside > .banner{
	position:relative;
	margin:0;
	height:300px;
	background-color:#f3f3f3;
	background-attachment:fixed;
	background-size: cover;
	background-position:bottom;
	/*height:-webkit-fill-available;*/
	height:60vh;
	border-bottom: 1px solid #e6e6e6;
	}
#works_body p{
	margin:auto;
	max-width:800px;
}
#works li{
	transition: none;
}
#works .home_work_all_categories{
	display:none;
    margin-top: -56px;
    position: relative;
    z-index: 1;
}.inside > .banner > h1{
	position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
	}
.inside > .banner > .banner_product{
	position: absolute;
    width: 200px;
	height: 76px;
    bottom: -40px;
    left: calc(50% - 200px / 2);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
	border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0 -8px 8px rgba(0,0,0,.2);
    -webkit-box-shadow:0 -8px 8px rgba(0,0,0,.2);
	}
.inside iframe{
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
	border-radius: 8px;
	}
/* ---------------------------------- */
#works_body .btn{
	margin-top:10px;
	}
#works_body .main section{
	padding-top:30px;
	}
/* ---------------------------------- */
#experience h3{
	text-align: left;
	margin:0;
	line-height:22px;
	}
#experience h3,
#experience p{
	width:100%;
	}
#experience ul > li{
	height: 136px;/*96*/
	padding:20px;
    overflow: hidden;
	margin: 20px 0;
	border: 1px solid #e6e6e6;
	background-color: rgba(255, 255, 255, .8);
    border-radius: 8px;
	transition: .6s ease;
	cursor:pointer;
	}
#experience ul > li:hover,
#experience ul > li:focus{
	border:1px solid #9accdd;
	/*background-color: rgba(0, 140, 186, .1) !important;/*#f3f3f3*/
	/*border:8px solid #ffffff;*/
	}
#experience ul > li > .img_s{
	/*height: 68px;*/
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
	}
#experience ul > li .logo{
	position: absolute;
    padding: 10px;
    height: 28px;
    top: 8px;
    left: 8px;
	
	width: 28px;
	background-size: 48%;/*60*/
	
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 28px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.2);
    transition: .6s ease;
}
#experience ul > li.active{
	height: inherit;
	
	margin-top: 20px !important;
    background: #ffffff;
    border-radius: 8px;
	cursor:default;
	transition: .6s ease;
	}
#experience ul > li.active:hover,
#experience ul > li.active:focus{
	/*background-color:transparent !important;*/
}
#experience ul > li.active > div{
    width: 100%;
	margin:0;
	}
#experience ul > li.active > .img_s{
	margin: -40px;
    margin-bottom: 40px;
    width: calc(100% + 80px);
	height: 300px;
    border-radius: 8px 8px 0 0;
	}
#experience ul > li.active .logo{
	left: 20px;
    top: 230px;
    height: 50px;
    width: 187px;
    background-size: 80%;
    background-color: #ffffff;
	border-radius:8px;
	box-shadow: 0 -8px 4px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 -8px 4px 0px rgba(0,0,0,.2);
	}
#experience ul > li.active > div > h3{
	float:left;
	width:33%;
	padding:20px;
	box-sizing:border-box;
}
#experience ul > li.active > div > div{
	float:left;
	width:67%;
	margin:0;
	padding:20px;
	border-left: 1px solid #e6e6e6;
	box-sizing:border-box;
}
#experience ul > li .award{
	margin-top: 38px;
	margin-left: 14px;
	margin-right: 20px;
	background-color: hsl(54.09deg 83.55% 54.71% / 14%);
    /*border: 1px solid #fff69f;*/
	display: inline-block;
	padding: 12px;
	padding-right: 22px;
	border-radius: 8px;
}
#experience ul > li .award > div{
	float: left;
	box-sizing: border-box;
}
#experience ul > li .award > div:nth-child(1){
	background-size: 48px;
	width: 48px;
	height: 48px;
	background-image: url(../pic/system/icon_award_color.svg);
	background-repeat: no-repeat;
	background-size: 48px;
	margin-top: -32px;
	margin-left: -32px;
}
#experience ul > li .award > div:nth-child(2){
	/*width: calc(100% - 48px);*/
	margin-bottom: -16px;
}
#experience ul > li .award > div:nth-child(2) > p:nth-child(1){
	margin: 0;
	color: #9a9a9a;
}
#experience ul > li .award > div:nth-child(2) > p:nth-child(2){
	font-size: 20px;
	margin-top: 0;
	font-weight: 500;
	color: #ec882a;
}
#experience ul > li.active:nth-child(1) .logo{
	background-image:url(../pic/client_icon/sctl.png) !important;
}
#experience ul > li.active:nth-child(2) .logo{
	background-image:url(../pic/client_icon/flexsystem.png) !important;
}
#experience ul > li.active:nth-child(3) .logo{
	background-image:url(../pic/client_icon/hkmci.png) !important;
}
#experience ul > li.active:nth-child(4) .logo{
	background-image:url(../pic/client_icon/wghl.png) !important;
}
#experience ul > li.active:nth-child(5) .logo{
	background-image:url(../pic/client_icon/hp.png) !important;
}
	
	
/*#education ul > li{
	background-repeat:no-repeat;
	background-size:contain;
	}
#education ul > li{
	background-repeat:no-repeat;
	background-size:contain;
	}
#education ul > li:nth-child(odd){
	background-position: right;
	padding-right: 556px;
	}
#education ul > li:nth-child(even){
	background-position: left;
	padding-left: 478px;
	}*/
#education h3{
	text-align:left;
}
#education .timeline{
    background-image: url(../pic/system/line_year.png);
    background-position: 100px;
    background-size: 4px;
    background-repeat: repeat-y;
	
}
#education .i_col > .logo{
	margin-top: 13px;
    width: 84%;
    height: 58px;
    border-radius: 8px;
    background-color: #ffffff;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
}
#education ul{
	background-color: rgba(255, 255, 255, .8);
    padding: 20px;
    border-radius: 8px;
}
#education ul > li{
	margin-top: 8px;
}
#education > article > ul > li{
	margin-top: 40px;
}
#education ul > li > .year{
	margin-left: 72px;
    color: #9a9a9a;
    padding-left: 24px;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-image: url(../pic/system/dot_year.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*---------------------*/
img.s_img_fit{
	max-width: calc(100% - 10px * 2);
    /*margin: 10px;*/
    border-radius: 8px;
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.06);
	}
.no_shadow{
	box-shadow: none !important;
    -webkit-box-shadow: none !important;
	}
/*---------------------*/
.menu a,
#slider-wrapper a{
	text-decoration: none;
	outline:0;
	color:#1F1F1F;
}
.menu a:hover,
.menu a:focus,
.menu a:active,
.menu a:visited,
#slider-wrapper a:hover,
#slider-wrapper a:focus,
#slider-wrapper a:active,
#slider-wrapper a:visited{
	color:#1F1F1F;
}
a{
	text-decoration:none;
}
html{
  	scroll-behavior: smooth;
	color:#1F1F1F;
}
body{
	margin:0;
	padding:0;
	font-family:ourfont;
	font-size: 14px;
    color: #1F1F1F;
    font-weight: normal;
	}
header{
	position:fixed;
	z-index:3;
	top:0;
	
	padding: 0 20px;
	width:100%;
	height:44px;
	background-color:rgba(255,255,255,.9);
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
    box-sizing: border-box;
	}
.btn_menu{
	display:none;
	float:left;
	height:44px;
	width:44px;
	background-image: url(../pic/system/icon_menu.svg);
	background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
	cursor:pointer;
	}
.btn_menu:hover,
.btn_menu:focus{
	background-color:#f3f3f3;
	transition: all 0.2s ease-in-out 0.2s;
	}
.menu{
	padding-left: calc(50% - 436px) !important;/*50% - 448px*/
	}
.menu li{
	float: left;
    margin: 0 26px;
    line-height: 44px;
    text-align: center;
	transition: .6s ease;
	}
.menu li > a:hover,
.menu li > a:focus{
	color: #0381ab;
	}
nav > .menu > li.active{
	border-bottom: 4px solid #0381ab;
	}
nav > ul > li.active > a{
	color: #0381ab;
	}
header .logo{
	float: left;
    width: 44px;
    height: 44px;
	margin-left: 10px;
	background-image:url(../pic/system/logo_ming.svg);
	background-repeat:no-repeat;
	background-position:center;
	}
	
header .btn_tool{
	float:right;
	width:44px;
	height:44px;
	margin-left: 8px;

	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
header .btn_tool.icon_msg{
	background-image: url(../pic/system/icon_msg.svg);
}
header .btn_tool.icon_msg:hover,
header .btn_tool.icon_msg:focus{
	background-image: url(../pic/system/icon_msg_s.svg);
}
header .btn_tool.icon_phone{
	background-image: url(../pic/system/icon_phone.svg);
}
header .btn_tool.icon_phone:hover,
header .btn_tool.icon_phone:focus{
	background-image: url(../pic/system/icon_phone_s.svg);
}
header .btn_tool.icon_email{
	background-image: url(../pic/system/icon_email.svg);
}
header .btn_tool.icon_email:hover,
header .btn_tool.icon_email:focus{
	background-image: url(../pic/system/icon_email_s.svg);
}

nav{
	position: fixed;
    z-index: 3;
    top: 0;
    left: 98px;
	/*width: 545px;
    left: calc(50% - 545px / 2);*/
    /*left: calc(500px / 2);
    width: calc(100% - 500px * 2);*/
    transition: .6s ease;
	}

nav > .mask{
	position: fixed;
	left: 0;
	width: 0;
	height: -webkit-fill-available;
    height: 100vh;
    height: 100%;
	z-index: 3;
	/*background-color: rgb(0,0,0);*/
	background-color: rgba(0,0,0,0.5);
	transition: .6s ease;
}

.main{
	overflow-x: hidden;
	/*position:absolute;
	width:100%;
	height:-webkit-fill-available;*/
	}
	
.main .photo_list{
	margin:auto;
	max-width:1440px;
}
.main .photo_list .tc.active{
	position: fixed;
    z-index: 99;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    margin: auto;
    left: 0;
    background: rgb(0 0 0 / 80%);
    box-sizing: border-box;
    overflow: auto;
	}
.main .photo_list .tc.active img{
	margin: auto;
    max-width: 80%;
    height: auto !important;
	}
	
body > section > section{
    padding: 100px;
    padding-top: 80px;
	box-sizing: border-box;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	transition: .6s ease;
	/*padding-top:500px;
	overflow:hidden;*/
	}
/*body > section > section.active{
	padding-top:100px;
	overflow:auto;
	}*/
body > section > section > article{
	max-width: 1200px;/*1440*/
    margin: auto;
	}
section h1,
section h2,
section h3{
	text-align:center;
	}

h1{
	font-size: 2.1em;
    font-weight: 500;
	line-height:normal;
}
h2{
	font-size: 1.9em;
    font-weight: 500;
	line-height:normal;
}
h3{
	font-size: 1.4em;
    font-weight: 500;
	line-height:normal;
}
	
.item_container {
  position: relative;
  width: 50%;
  border-radius:8px;
  background-color:#f3f3f3;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}

/*.item_container .image {
  display: block;
  width: 100%;
  height: auto;
}*/

.item_logo{
	position: absolute;
    z-index: 1;
    bottom: -8px;
    right: -8px;
    width: 136px;
    height: 32px;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #f3f3f3;
    background-color: #ffffff;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
    -webkit-box-shadow: -2px 0px 6px 0px rgba(0,0,0,.1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
}

.item_overlay{
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 140, 186,.8);
  overflow: hidden;
  width: 100%;
  height:0;
  border-radius:8px;
  box-sizing:border-box;
  transition: .6s ease;
  cursor:pointer;
}

.item_container:hover .item_overlay{
/*.item_container:focus .item_overlay*/
  bottom: 0;
  height: 100%;
}

.item_overlay .text {
  color: white;
  /*font-size: 20px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding:10px;
}

#clients{
	background-color:#f3f3f3;
	}

#skills{
	background-color:#f3f3f3;
	}
#skills h3{
	text-align: left;
	}
#skills ul > li{
	position:relative;
	margin-bottom:48px;
    border-radius: 8px;
	
	-webkit-box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
	}
#skills ul > li > h3{
	margin: 0;
    padding: 76px 10px;
    padding-bottom: 20px;
    border-radius: 8px;
    cursor: pointer;
	}
#skills ul > li > p{
	display:none;
    padding: 10px 20px;
	text-align:center;
	}
#skills ul > li:nth-child(1){
    background-color: #e5f0f4;/*fcfaf0*/
	}
#skills ul > li:nth-child(2){
    background-color: #fdf3e9;/*f2fcf2*/
	}
#skills ul > li:nth-child(3){
    background-color: #e9f7fb;/*rgba(43, 172, 219, 0.1)*/
	}
#skills ul > li > h3{
	text-align:center;
	color:#ffffff;
	font-weight:normal;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 20px;
	background-size:48px;
	}
#skills ul > li:nth-child(1) > h3{
    background-image: url(../pic/system/icon_design_skill.svg);
	background-color:#027193;/*F8BA38*/
	}
/*#skills ul > li:nth-child(1) > h3:hover,
#skills ul > li:nth-child(1) > h3:focus{
	background-color:#f6ab09;037293
}*/
#skills ul > li:nth-child(2) > h3{
    background-image: url(../pic/system/icon_product_skill.svg);
	background-color:#ec882a;/*28BA9B*/
	}
#skills ul > li:nth-child(3) > h3{
    background-image: url(../pic/system/a_skill_3.png);
	background-color:#2BACDB;
	}
#skills .more{
    position: absolute;
    bottom: -44px;
    left: calc(50% - 44px / 2);
    width: 44px;
    height: 44px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
	cursor:pointer;
	}
#skills .more.blue{
    background-image: url(../pic/system/icon_arrow_bottom_blue.svg);
}
#skills .more.orange{
    background-image: url(../pic/system/icon_arrow_bottom_orange.svg);
}
#skills ul > li.active .more{
	display:none;
}
#skills img{
	width:60px;
	margin: 6px;
	border-radius: 16px;
	box-shadow: 0 0 4px 4px rgb(0 0 0 / 10%)
}

#intro{
    background-size: auto; 
    background-repeat: repeat;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
#intro ul > li > h3{
	color: #027193;
	padding-top: 56px;
	background-size: 44px;
    background-repeat: no-repeat;
    background-position: top;
	}
#intro ul > li img{
	display: block;
	width: 100%;
	max-width: 80%;/*660px*/
	padding-top: 20px;
	margin: auto;
	}
#intro ul > li:nth-of-type(1) > h3{
	background-image: url(../pic/system/icon_brand.svg);
	}
#intro ul > li:nth-of-type(2) > h3{
	background-image: url(../pic/system/icon_product.svg);
	}
#intro ul > li:nth-of-type(3) > h3{
	background-image: url(../pic/system/icon_management.svg);
	}
#intro ul > li:nth-of-type(4) > h3{
	background-image: url(../pic/system/icon_passion.svg);
	}
#intro ul > li{
    padding: 20px;
	background: rgba(255, 255, 255, .9);
    border-radius: 8px;
    box-sizing: border-box;
	}
	
#works{
	background-attachment: fixed;
	text-align:center;
	padding-top:50px;
	}
#works .filter_ul > li{
	width: auto !important;/*162px*/
	color: #0381ab;
}
#works .filter_ul > li.active{
	cursor: default !important;
	color: #ffffff;
}
#works ul > li{
	height:160px;
	cursor:pointer;
	
	box-shadow: 0 3px 2px -2px rgba(0,0,0,.1);
    -webkit-box-shadow: -2px 0px 6px 0px rgba(0,0,0,.1);
	}
	
.banner{
	width:100%;
	margin-top:44px;
}
	
#contact{
	text-align:center;
}

footer{
	text-align:center;
    line-height: 42px;
    margin-top: -12px;
    margin-bottom: -12px;
}

.leave_msg{
	background-color:#f3f3f3;
	padding:10px;
	border-radius:8px;
	}

.txt_group_title > span:nth-child(1){
	color: #027193;
	}
.txt_group_title > span:nth-child(3){
	font-size: 14px;
	font-weight: normal;
	}
.txt_group_title > span:nth-child(5){
    font-size: 12px;
	font-weight: normal;
	color: #9a9a9a;
    /* font-style: italic;
	color: hsl(0, 0%, 76%);*/
	}
	
.pop_top{
	position: fixed;
    z-index: 2;
    bottom: 66px;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 10px;
    border-radius: 44px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    background-image: url(../pic/system/icon_arrow_top.svg);
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.2s ease-in-out 0.2s;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    box-sizing: border-box;
	}
.pop_top:hover,
.pop_top:focus{
	background-color: #f3f3f3;
	}
	
#pop_chat_member_btn{
	position: fixed;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 10px;
    border-radius: 44px;
    border: 1px solid #e6e6e6;
    background-image: url(../pic/system/a_btn_chat.png);
    background-color: #ffffff;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    box-sizing: border-box;
	}
	
	
	
.pop_box{
	position: fixed;
	z-index: 3;
    padding: 10px;
    bottom: 10px;
    right: -328px;
    height: calc(100% - 64px);
	width:316px;/*300*/
	
	border-radius: 8px;
	background-color: #f3f3f3;
    border: 2px solid #ffffff;
	box-shadow: 0 0px 12px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 12px 0px rgba(0,0,0,.1);
	transition: .6s ease;
    box-sizing: border-box;
	}
.pop_box.active{
    right: 10px;
	}
.pop_box > .title > div:nth-child(1){
    float: left;
	width: calc(100% - 44px);
    padding: 10px;
    box-sizing: border-box;

	}
.pop_box > .title > div:nth-child(2){
    float: left;
	}
.pop_a_box{
	z-index:2;
	cursor:pointer;
	}
.pop_a_box:hover,
.pop_a_box:focus{
	opacity:.5;
	}
	
#pop_chat_member{
	height: calc(100% - 64px);
	}
#pop_chat_member > .content{
	background-color:#ffffff;
	overflow: auto;
    height: calc(100% - 76px);
	}
#pop_chat_member div[chat-id]{
	position: relative;
	padding:10px;
	border-bottom:1px solid #e6e6e6;
	}
#pop_chat_member > .content .photo{
	float: left;
	position: relative;
    width: 64px;
    height: 64px;
    background-color: #fff;
	border:1px solid #e6e6e6;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100px;
    box-sizing: border-box;
	}
#pop_chat_member > .content .photo > div{
	position: absolute;
    right: 0px;
    top: -2px;
    width: 20px;
    font-size: 9pt;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0, 140, 186);
    border-radius: 20px;
	}
#pop_chat_member > .content .title{
	float:left;
    padding: 10px;
	line-height: 44px;
    width: calc(100% - 64px);
    box-sizing: border-box;
}
#pop_chat_member > .content .status{
	position: absolute;
    padding: 0px 4px;
    width: 34px;
	bottom: 8px;
    left: calc(64px / 2 - 11px);
    font-size: 11px;
    text-align: center;
    color: #ffffff;
	background-color: #9a9a9a;
    border-radius: 4px;
}

	
#pop_chat_msg{
	position: fixed;
    /*right: 10px;*/
    bottom: 76px;
    width: 300px;
	height:inherit;
    padding: 0;
    background: transparent;
    border: none;
	}
#pop_chat_msg > .content{
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #9DFFFF;
    background-color: #E9FFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
	}
#pop_chat_msg > .corner{
	position: absolute;
	right: 14px;
    bottom: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 8px 0 8px;
    border-color: #9accdd transparent transparent transparent;
	}
	
#pop_chat .pop_chat_back_top {
	display:none;
	position: absolute;
    bottom: 62px;
    left: calc(50% - 22px);
    height: 32px;
    width: 44px;
    border-radius: 8px 8px 0 0;
    background-color: #e6e6e6;
    background-size: 24px;
    background-image: url(../pic/system/a_more_btn.png);
    background-position: center;
    background-repeat: no-repeat;
	}
	
#pop_chat > .content,
#my_booking > .content{
	background-color: #ffffff;
    padding: 10px;
	padding-bottom: 40px;
	padding-top:58px;
    height: calc(100% - 92px) !important;
	overflow: auto;
	border:1px solid #e6e6e6;
    border-radius: 8px;
	box-sizing: border-box;
	}
#my_booking > .content{
	padding-top:0;
	}
#my_booking > .control{
	margin:10px;
	text-align: center;
	}
#pop_chat > .content > .msg{
	margin: 20px 0;
	}
#pop_chat > .content > .msg > .photo,
.pop_chat_header > .photo{
	float: left;
    width: 46px;
    height: 46px;
	}
#pop_chat > .content > .msg > .photo > .img,
.pop_chat_header > .photo > .img{
	width: 100%;
    background-color: #ffffff;
    border-radius: 50px;
    height: 100%;
	
	background-size: contain;
	background-position:center;
	background-repeat:no-repeat;
    border: 1px solid #e6e6e6;
	}
#pop_chat > .content > .msg > .photo > .status,
.pop_chat_header > .photo > .status{
	background-color: #9a9a9a;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: -6px;
    padding: 0px 4px;
    text-align: center;
    color: #ffffff;
    width: 34px;
    font-size: 11px;
	}
#pop_chat > .content > .msg > .content,
.pop_chat_header > .content{
	float: left;
    width: calc(100% - 50px);
    padding: 5px 10px;
    padding-right: 0;
    box-sizing: border-box;
	}
#pop_chat > .content > .msg > .content > div:nth-child(1){
    background-color: #f3f3f3;
	padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
	}
#pop_chat > .content > .msg .content > div:nth-child(2){
	color: #cdcdcd;
    font-size: 11px;
	margin-left: 10px;
	transition: .6s ease;
	}
#pop_chat > .content > .msg .content > div:nth-child(2):hover,
#pop_chat > .content > .msg .content > div:nth-child(2):focus{
	color: #1F1F1F;
	}
#pop_chat > .content > .msg .content > div:nth-child(2) > img{
	vertical-align:sub;
	}
	
#pop_chat > .content > .msg.my_role > .content{
	padding-left: 0;
	padding-right: 5px;
	}
#pop_chat > .content > .msg.my_role > .content > div:nth-child(1){
	background: hsl(190, 81%, 94%);
	}
#pop_chat > .content > .msg.my_role > .content img{
	vertical-align:sub;
	}
#pop_chat > .content > .msg.my_role > .photo{
	float:right !important;
	}
	
#pop_chat > .loading{
	position: absolute;
    z-index: 1;
    background-color: #ffffff;
    top: 48px;
    right: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 58px);
    background-image: url(../pic/system/loading.gif);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: center;
    border-radius: 8px;
	}
	
#pop_chat > .input{
	margin-top: 10px;
	}
#pop_chat > .input > form > input{
	border-radius:8px;
	}
#pop_chat > .input > form > input{
	float:left;
	width: calc(100% - 70px);
	}
#pop_chat > .input > form > .btn{
	float:left;
	margin: 0;
    margin-left: 10px;
	}
#pop_chat .msg_full > .content{
    padding: 10px 4px;
    text-align: center;
    background-color: #f3f3f3;
	border-radius:8px;
    box-sizing: border-box;
	}
#pop_chat .msg_full > .content > .btn{
	margin: 10px 0;
    background: #ffffff;
    font-size: 13px;
	} 
#pop_chat .pop_chat_header{
	position: absolute;
    z-index: 1;
    top: 60px;
    margin: -10px;
    padding: 10px;
    width: calc(100% - 22px);
    height: 76px;
    border-radius: 6px 6px 0 0;
	border-bottom: 1px solid #e6e6e6;
    background-color: rgba(243, 243, 243, 0.85);
    box-sizing: border-box;
	} 
#pop_chat .pop_chat_header > .content{
	margin-top:10px !important;
	} 
#pop_chat .pop_chat_header > .content > .title{
	font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	} 
#pop_chat .pop_chat_header > .content > .info{
	color:#9a9a9a;
	} 
#pop_chat_btn{
	position: fixed;
    bottom: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 10px;
    border-radius: 44px;
    border: 1px solid #e6e6e6;
	background-image: url(../pic/user/ming.jpg);
	background-color:#ffffff;
	background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
	cursor:pointer;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,.08);
    box-sizing: border-box;
	} 
#pop_chat_btn > div,
#pop_chat_member_btn > div{
	position: absolute;
    right: -7px;
    top: -7px;
    width: 20px;
    font-size: 9pt;
    text-align: center;
    color: #ffffff;
    background-color: rgb(0, 140, 186);
    border-radius: 20px;
	}
		
.col1 > li{
	width:calc(100% - 10px * 2);
	margin:10px;
	}
.col2 > li{
	float: left;
	width:calc(100% / 2 - 10px * 2);
	margin:10px;
	}
.col3 > li{
	float: left;
	width:calc(100% / 3 - 10px * 2);
	margin:10px;
	}
.col4 > li{
	float: left;
	width:calc(100% / 4 - 10px * 2);
	margin:10px;
	}
.col6 > li{
	float: left;
	width:calc(100% / 6 - 20px * 2);
	}
.col8 > li{
	float: left;
	width:calc(100% / 8 - 20px * 2);
	}
	
.col_1 > *{
	width:100%;
	}
.col_2 > *{
	float:left;
	width:calc(50%);/* - 4px*/
	}
.col_3 > *{
	float:left;
	width:calc(100% / 3);/* - 4px*/
	}
.col_4 > *{
	float:left;
	width:calc(100% / 4);/* - 4px*/
	}
.col_1 > *,
.col_2 > *,
.col_3 > *,
.col_4 > *{
	margin-bottom:10px;
}

.i_col{
	float:left;
	box-sizing:border-box;
	}
.i_col3p{
	width:calc(30%);
	}
.i_col7p{
	width:calc(70%);
	}
.i_col2p{
	width:calc(20%);
	}
.i_col8p{
	width:calc(80%);
	}
	
.tc{
	text-align:center;
	}
	
.reset_ul{
    list-style-type: none;
	margin: 0;
    padding: 0;
 }

.fit_ul > li{
	width:100% !important;
	background-repeat: no-repeat;
    background-size: 40%;
    padding-left: 44%;
    box-sizing: border-box;
}

.full_ul{
	margin: 0 -200px;
	padding: 0 200px;
}
.full_ul > li{
	width: calc(100% - 40px) !important;
    padding: 40px;
    margin: 0 !important;
    /*box-sizing: border-box;*/
}

.fullpage_ul > li{
    width: calc(100% + 400px) !important;
	margin:0 !important;
	margin-left: -200px !important;
    padding: 50px 200px;
    box-sizing: border-box;
}
.fullpage_ul > li > p{    
	padding: 10px;
	background-color:rgba(255,255,255,.9);
	border-radius:8px;
}

.filter_ul{
 margin-bottom: 10px;
}
.filter_ul > li{
	display: inline-block;
    width: 105px !important;
    height: 44px !important;
    margin: 6px !important;
    padding: 10px 20px;
	line-height:22px;
    border: 1px solid #9accdd;
    background-color: rgba(255, 255, 255,.6);
    box-sizing: border-box;
	font-weight:500;
    border-radius: 8px;
    -webkit-box-shadow: none !important;
    transition: all 0.4s ease-in;
}
.filter_ul > li:hover,
.filter_ul > li:focus{
    background-color: #e5f2f6;
}
.filter_ul > li.active{
	color: #ffffff;
    background-color: #0381ab;
}

.icon_ul > li{
	height: 84px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    border-radius: 8px;
	}

.mask_ul > li{
    position: relative;
	cursor:pointer;
}
.mask_ul > li > .mask{
    position: absolute;
	left: 0;
    bottom: 0;
	height: 44px;
    width: 100%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.mask_ul > li > .mask_btn{
	position: absolute;
    height: 32px;
    width: 32px;
    left: 10px;
    bottom: -1px;
    border: 1px solid #e6e6e6;
    background-color: #f3f3f3;
    background-image: url(../pic/system/a_more_btn.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px 8px 0 0;
	display:none;
}
.mask_ul > li > .mask_btn:hover,
.mask_ul > li > .mask_btn:focus{
    background-color: #ffffff;
}
.mask_ul > li.active > .mask,
.mask_ul > li.active > .mask_btn{
	display:none;
}

.more_ul{
	overflow:hidden;
	transition: .6s ease;
}
.more_ul.active{
	overflow: visible;
}

.h_box_30_70 > div:nth-child(1){
	float: left;
    width: 30%;
	}
.h_box_30_70 > div:nth-child(2){
	float: left;
	width: calc(100% - 30% - 20px);
    margin-left: 20px;
	}
	
.h_box_70_30 > div:nth-child(1){
	float: left;
	width: calc(100% - 30% - 20px);
    margin-left: 20px;
	}
.h_box_70_30 > div:nth-child(2){
	float: left;
    width: 30%;
	}
	
.img_s{
    height: 168px;
	background-size:100%;
	border-radius: 8px;
	transition: all 0.6s ease-in;
	/*transition: .6s ease;*/
	background-color:#f3f3f3;
	
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	}

/*.img_s:hover, 
.img_s:focus{
	background-size:calc(100% + 20px);
	transition: .6s ease;
}*/
	
/*=================== auto_msg ====================*/
.auto_msg{
	position: fixed;
    z-index: 100000;
	width: 300px;
    top: 50px;
    left: calc(100% / 2 - 300px / 2 );
    padding: 10px;
    padding-right: 36px;
    border-radius: 6px;
	    text-align: center;
	
	/* default yellow */
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	
	/*background-color: rgba(255,255,255,0.8);*/
    -webkit-box-shadow: 0px 0px 8px #ccc;
    -moz-box-shadow: 0px 0px 8px #ccc;
    box-shadow: 0px 0px 8px #ccc;
	box-sizing: border-box;
	}
.auto_msg > .close{
	position: absolute;
    top: 10px;
    right: 10px;
	width: 16px;
    height: 16px;
	background: url(../pic/system/btn_close.png) no-repeat center;
    background-size: 12px;
	}
.auto_msg > .close:hover,
.auto_msg > .close:focus{
    opacity: .5;
	cursor:pointer;
	}
.warning_msg{
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	}
.finished_msg{
	background-color: #daf1d7;
    border-color: #2aa02e;
    color: #2aa02e;
	}
.info_msg{
	background-color: #e7f3fe;
    border-color: #24afeb;
    color: #24afeb;
	}
.error_msg{
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
	}
	
/* ------ banner------ */

.banner #slider-wrapper {
  width: 100%;
  height: 470px;
  /*margin: 50px auto;*/
  position: relative;
  margin-bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.banner #s1 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 2;
}

.banner #s2 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 2;
}

.banner #s3 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 12px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 2;
}

.banner #s4 {
  padding: 6px;
  background: #000000;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: 36px;
  border-radius: 20px;
  opacity: 0.3;
  cursor: pointer;
  z-index: 2;
}

.banner label {
	opacity: .5 !important;
}
/*.banner #s1:hover,
.banner #s2:hover,
.banner #s3:hover,
.banner #s4:hover*/
.banner label:hover,
.banner label:focus {
  opacity: .8 !important;
}

.banner .inner-wrapper {
  width: 100%;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0px;
  overflow: hidden;
}

.banner .inner-wrapper label{
	width: 50px;
    height: 44px;
    background-size: cover !important;
    background-position: right !important;
    border-radius: 8px !important;
    border: 2px solid #ffffff;
}

.banner .control {
  display: none;
}

.banner #Slide1:checked ~ .overflow-wrapper {
  margin-left: 0%;
}

.banner #Slide2:checked ~ .overflow-wrapper {
  margin-left: -100%;
}

.banner #Slide3:checked ~ .overflow-wrapper {
  margin-left: -200%;
}

.banner #Slide4:checked ~ .overflow-wrapper {
  margin-left: -300%;
}

/*.banner #Slide1:checked + #s1, 
.banner #Slide2:checked + #s2, 
.banner #Slide3:checked + #s3, 
.banner #Slide4:checked + #s4 */ 
.banner input:checked + label {
  opacity: 1 !important;
  border: 2px solid #027193;
}

.banner .overflow-wrapper {
  width: 400%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/*.slide img{
  width: 25%;
  float: left;
}*/
.slide{
	cursor:default;
}
.banner .slide .img {
	float: left;
    position: relative;
  	width: calc(100% / 4);
  	height: 470px;
    background-position: right;
	background-repeat: no-repeat;
    background-size: cover;
}

.banner .slide .img > .content{
    position: absolute;
    left: 100px;
    padding: 20px;
	font-weight: 500;
    font-size: xx-large;
    text-align: left;
    border-radius: 8px;
	
	background: hsla(206, 18%, 92%, .8);
    width: 566px;
	top: 35%;
	line-height: normal;
}

.txt_title{
	font-size:12px;
	margin-top: 10px;
    color: #9a9a9a;
	}

.t_1{
	transition: .2s ease;
	box-sizing:border-box;
	/*transition: all 0.2s ease-in-out 0.2s;*/
}
.t_1:hover,
.t_1:focus{
	margin-top:-1px;
	-webkit-box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
    box-shadow: 0 6px 10px -4px rgba(0,0,0,.15);
}

.btn{
	text-align:center;
	padding: 12px 20px;
    line-height: 18px;
    border-radius: 8px;
    color: #0381ab;
    background-color: rgba(255, 255, 255,.6);
	font-weight:500;
    border: 1px solid #9accdd;
	display:table;
	margin:auto;
	outline:0;
	cursor:pointer;
    transition: all .3s ease 0s;
	}
.btn:hover,
.btn:focus{
	background-color:#e5f2f6 !important;
	}
.btn.btn_icon{
    background-size: 20px !important;
    background-position: 8px !important;
    padding-left: 32px !important;
	background-repeat: no-repeat !important;
	}
button.btn{
	display:inline-block;
    margin: 0 4px;
	font-family:ourfont;
	font-size: 14px;
	/*padding: 14px 22px;
    font-size: 14px;
    color: rgb(0, 140, 186);
    border: 1px solid rgb(0, 140, 186);
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    transition: all .3s ease 0s;*/
}
.btn_op:hover,
.btn_op:focus{
	opacity:.8;
    cursor: pointer;
	}
.btn_circle{
	border-radius: 50px;
    width: 32px;
    padding: 0;
    height: 32px;
    background: #e6e6e6;
    border: none;
    color: #9a9a9a;
    text-align: center;
    line-height: 32px;
	}
.btn.btn_grey{
	color: #ffffff;
    background-color: #9a9a9a;
	border:none;
	}
.btn.btn_grey:hover,
.btn.btn_grey:focus{
    background-color: #B4B4B4 !important;
	}
.btn.btn_blue{
	color: #ffffff;
    background-color: #0381ab;
	border: 1px solid #0381ab;
	}
.btn.btn_blue:hover,
.btn.btn_blue:focus{
    background-color: #359abb !important;
	}
.fl{
	float:left !important;
	}
.fr{
	float:right !important;
	}
input, textarea, select {
    box-sizing: border-box;
    padding: 6px 12px;
    margin-bottom: 6px;
	width:100%;
    /* margin-top: 0; */
    font-family: ourfont;
    font-size: 14px;
    color: #1F1F1F;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ededed;
    background-color: #ffffff;
    resize: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    transition: all .3s ease 0s;
}
textarea {
	resize:vertical;
	min-height:70px;
}
input {
	line-height:31px;
}
input:hover, textarea:hover, select:hover,
input:focus, textarea:focus, select:focus{
	border-bottom:1px solid #9a9a9a;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9a9a9a;/* Firefox 19+ */
}
::-moz-placeholder { /* Firefox 19+ */
  color: #9a9a9a;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #9a9a9a;
}
:-moz-placeholder { /* Firefox 18- */
  color: #9a9a9a;
}


/* ------------------- */
.time_picker > div:nth-child(1),
.time_picker > div:nth-child(3){
	float:left;
	width:calc(50% - 34px);
	}
.time_picker > div:nth-child(2){
	float:left;
	width:10px;
	line-height: 30px;
    text-align: center;
	}
.time_picker > div:nth-child(4){
	float:left;
    margin-left: 10px;
	width: 48px;
	}
/* ------------------- */

#ui-datepicker-div{
	bottom: 0 !important;
    top: inherit !important;
	
	display:none;
	z-index:10000 !important;
    width: 256px;
	margin-top: 4px;
    border-radius: 6px;
	background-color:#F3F4F5;
	border: 1px solid #BDC3C7;
	
    -webkit-box-shadow: 0px 0px 20px #ccc;
    -moz-box-shadow: 0px 0px 20px #ccc;
    box-shadow: 0px 0px 20px #ccc;
	}

.ui-datepicker-header{
	line-height:44px;
	margin: 10px 0;
	}

.ui-datepicker-prev,
.ui-datepicker-next{
	margin:0;
	width: 44px;
    text-align: center;
	transition:all .8s ease 0s;
	}

.ui-datepicker-prev{
	float:left;
	}
	
.ui-datepicker-next{
	float:right;
	border-left: 1px solid #DADBDC;
	}
	
.ui-datepicker-prev{
	border-right: 1px solid #DADBDC;
	}
	
.ui-datepicker-title select:hover,
.ui-datepicker-title select:focus{
	background-color:#F3F3F3;
	cursor:pointer;
	}
.ui-datepicker-prev:hover,
.ui-datepicker-prev:focus,
.ui-datepicker-next:hover,
.ui-datepicker-next:focus{
	transition:all .8s ease 0s;
	background-color:#ffffff;
	cursor:pointer;
	}
	
.ui-datepicker-title{
	text-align:center;
	}
	
.ui-datepicker-title select{
	width: 60px;
	line-height: 21px;
	margin: 0 4px;
    padding: 8px;
	padding-right:14px !important;
    border: 1px solid #DADBDC;
	background-color:#ffffff;
	outline:0;
    -webkit-appearance: none;
    -moz-appearance: none;
	
	background-size: 8px;
    background-position: 93% 50%;
	}

.ui-datepicker-calendar{
	width: 100%;
    margin: 0 auto;
	margin-bottom: 6px;
    background-color: #ffffff;
	}

.ui-datepicker-calendar a{
	text-decoration:none;
	}
	
.ui-datepicker-calendar td, .ui-datepicker-calendar th{
	border:1px solid #ededed;
	text-align:center;
	cursor:pointer;
	line-height:32px;
	}
	
.ui-datepicker-calendar th{
	font-size: 9pt;
	line-height: 20px;
	color:#9E9E9E;
	background-color:#EAEAEA;
	}

.ui-datepicker-calendar td:hover,
.ui-datepicker-calendar td:focus{
	background:#DADBDC;
	color:#1F1F1F
	}	
	
.ui-datepicker-current-day{
	background-color:#DADBDC;
	}
	
#datepicker-1, #datepicker-2, .btn_date{
	background-image:url(../../img/input_date.png);
	background-repeat:no-repeat;
	background-size:18px;
	background-position:96% 50%;
}
	
.ui-datepicker-calendar tr td{
	width:calc(100% / 7);
	}
	
.ui-datepicker-calendar tr td:nth-child(1){
	color:#e74c3c;
	}
	
.ui-datepicker-calendar tr:nth-child(1) th:nth-child(1){
	color:#e74c3c;
	}
	
td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled{
	border:0;
	}
	
td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled:hover,
td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled:focus{
	background:none;
	cursor:default;
	}
	
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
	}
/* ------------------- */
.pop_functions_div{
	 position:fixed;
	 top:0px;
	 right:0px;
	 width:100%;
	 height:100%;
	 background-color:rgba(0,0,0,0.5);
	 z-index:10000;
	 display:none;
	 /*filter: alpha(opacity=40);   For IE8 and earlier */
}
.pop_functions_box_msg {
    overflow: auto;
    width: 300px;
    height: 200px;
    top: calc(50% - 200px/2 - 0px);
    left: calc(50% - 300px/2 - 0px);
    /* padding: 10px 10px; */
    background-color: #fff;
    position: absolute;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px #666666;
    -moz-box-shadow: 0px 0px 20px #666666;
    box-shadow: 0px 0px 20px #666666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
.pop_functions_box_msg .content > .icon{
    margin: 0 auto;
	margin-top: 20px;
	width:48px;
	height:48px;
	background-repeat: no-repeat;
    background-size: 48px;
    background-position: center;
	}
.pop_functions_box_msg .content > .content{
	padding:20px;
}
.pop_functions_box_msg .msg_alert{
	background-image: url(../pic/system/msg_alert.png);
	}
.pop_functions_box_msg .msg_finished{
	background-image: url(../pic/system/msg_tick.png);
	}
/* ------------------- */


@media only screen and (max-width: 1024px) {
	body > section > section{
		width: 100%;
		padding: 50px 20px;
		background-attachment:scroll !important;
	}
	.inside iframe{
		width:100%;
	}
	
	.icon_ul > li{
		background-size:80%;
	}
	
	
	.inside > .banner{
		background-attachment:scroll;
	}
	
	
	
	#education .i_col > .logo{
		background-size: 80%;
	}
		
	
	.t_col2 > li{
		width: calc(100% / 2 - 20px * 2);
	}
	.t_col3 > li{
		width: calc(100% / 2 - 20px * 2);
	}
	.t_col4 > li{
		width: calc(100% / 4 - 20px * 2);
	}
}

@media only screen and (max-width: 908px) {
	nav {
    	left: 84px;
	}
	.menu li {
    	margin: 0 10px;
	}
}

@media only screen and (max-width: 680px) {
	
    body{
        padding-bottom:60px;
    }
    
	.banner .slide .img > .content{
		font-size: 24px;
		left: 10px;
		width: calc(100% - 60px);
	}
		
	img.s_img_fit{
		width: 100% !important;
    	height: inherit !important;
	}
	
	/*-------- nav ----------*/
	.menu{
		padding-left: 0 !important;
	}
	/*.btn_menu{
		display:block;
	}*/
	header .logo{
		margin:0;
		/*width: calc(100% - 10px * 3 - 44px * 3);*/
		background-position:left;
		cursor:pointer;
	}
	nav{
		display:block;
		height: 72px;/* 60 */
		bottom: 0;
		position: fixed;
		left: 0;
		width: 100%;
		top: inherit;
		background-color: #ffffff;
		box-shadow: 0 3px 2px 4px rgb(0 0 0 / 10%);
    	-webkit-box-shadow: 0 3px 2px 4px rgb(0 0 0 / 10%);
		/*top: 44px;
		left: -200px;
		width: 200px;
		height: calc(100% - 44px);
		background-color: #f3f3f3;*/
	}
	nav > ul > li{
		/*width: 100%;*/
		padding:0 !important;
		transition: none !important;
	}
	nav > ul > li > a{
		height: 100%;
		display: block;
	}
    nav > ul > li:not(.active) > a:hover,
    nav > ul > li:not(.active) > a:focus,
    nav > ul > li:not(.active) > a:active{
        color: #1f1f1f;
    }
	nav > .menu > li.active{
   		margin-top: -4px;
		border-top: 4px solid #0381ab;
		border-bottom: 0;
		/*border-top: 2px solid #0381ab;
    	padding-left: 16px !important;*/
	}
	nav.active{
		left: 0;
		height: calc(100% - 44px);
    	overflow: auto;
	}
	nav.active > .mask{
		width: calc(100% - 200px);
		left: 200px;
	}
	.menu li{
		margin: 0;
		padding: 10px 20px;
		/*width: 100%;
		text-align: left;*/
		width:calc(100% / 3);/*calc(100% / 6)*/
		line-height: 60px;/* 84 24 */
		box-sizing: border-box;
		
		font-size:11px;
		background-size: 20px;/*24*/
		background-repeat: no-repeat;
		background-position: top;
		background-position-y: 4px;/*10*/
	}
	.menu li:nth-child(1){
		background-image: url(../pic/system/icon_overview.svg);
	}
	.menu li:nth-child(2){
		background-image: url(../pic/system/icon_brands.svg);
	}
	.menu li:nth-child(3){
		background-image: url(../pic/system/icon_works.svg);
	}
	.menu li:nth-child(4){
		background-image: url(../pic/system/icon_skills.svg);
	}
	.menu li:nth-child(5){
		background-image: url(../pic/system/icon_experience.svg);
	}
	.menu li:nth-child(6){
		background-image: url(../pic/system/icon_education.svg);
	}
	.menu li:nth-child(1).active{
		background-image: url(../pic/system/icon_overview_s.svg);
	}
	.menu li:nth-child(2).active{
		background-image: url(../pic/system/icon_brands_s.svg);
	}
	.menu li:nth-child(3).active{
		background-image: url(../pic/system/icon_works_s.svg);
	}
	.menu li:nth-child(4).active{
		background-image: url(../pic/system/icon_skills_s.svg);
	}
	.menu li:nth-child(5).active{
		background-image: url(../pic/system/icon_experience_s.svg);
	}
	.menu li:nth-child(6).active{
		background-image: url(../pic/system/icon_education_s.svg);
	}
}

@media only screen and (max-width: 768px) {/*414*/
	body > section > section{
		width: 100%;
		padding: 100px 20px;
	}

	#intro ul > li img{
		max-width: 100%;
	}
	
	.item_overlay{
		top: 0;
		padding: 20px;
		border-radius: 8px 8px 0 0;
		box-sizing: border-box;
	}
	.item_overlay .text{
		overflow:hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	#education .i_col > .logo{
		margin-top: 13px;
		/*height: 56px;*/
		background-size: contain;
	}
	#education .i_col3p{
		width: calc(20%);
	}
	#education .i_col7p{
		width: calc(80%);
	}
	#education li:nth-child(1) .logo,
	#education li:nth-child(2) .logo,
	#education li:nth-child(3) .logo{
		background-image: url(../pic/client_icon/google_s.png) !important;
	}
	#education li:nth-child(4) .logo{
		background-image: url(../pic/client_icon/bcu_m.png) !important;
	}
	#education li:nth-child(5) .logo{
		background-image: url(../pic/client_icon/hkdi_m.png) !important;
		background-size:50%;
	}
	#education li:nth-child(6) .logo{
		background-image: url(../pic/client_icon/ive_m.png) !important;
		background-size:80%;
	}
	
	#education ul > li > .year{
		margin-left: 27px;
	}
	
	#education .timeline{
		background-position: 44px;
	}
	
	#experience ul > li{
		height:168px;
	}
	#experience ul > li.active > div > h3,
	#experience ul > li.active > div > div{
		width:100%;
		border: none;
	}
	#experience ul > li .logo{
		top: 10px;
		left: 10px;
	}
	#experience ul > li .award{
		margin-right: 0;
	}
	
	.fullpage_ul > li{
		padding: 20px !important;
		padding-bottom: 240px !important;
		width: calc(100% + 40px) !important;
		margin: 80px -20px !important;
		background-position:bottom !important;
	}
	.fullpage_ul > li:last-child{
		margin-bottom: 0 !important;
	}
	.fullpage_ul > li > p{
		padding: 10px;
		background-color:rgba(255,255,255,.8);
		border-radius:8px;
	}
		
	.col2 >li,
	.col3 >li,
	.col4 >li,
	.col6 >li,
	.col8 >li{
		width: calc(100% - 10px * 2);
		margin: 10px;
	}
	
	.m_col1 > li{
		width: calc(100% / 1 - 10px * 2) !important;
	}
	.m_col2 > li{
		width: calc(100% / 2 - 10px * 2) !important;
	}
	.m_col4 > li{
		width: calc(100% / 4 - 10px * 2) !important;
	}
		
	.col_1 > *,
	.col_2 > *,
	.col_3 > *,
	.col_4 > *{
		width:100%;
	}
	
	.col1 > li{
		width:100%;
		margin: 0;
	}
	
	.i_col1_m{
		width: 100% !important;
		}
}

/* touchscreens */
@media (hover: none) {    
	/* ... */
}

/* mouse */
@media (hover: hover) {
	/*header .btn_tool.icon_phone{
		display:none;
	}*/
}