article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 0.9375em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html, body {
	height: 100%;
	/*font-size: 100%;*/
	-webkit-font-smoothing: antialiased
}
a:hover {
	cursor: pointer
}
a:focus {
	outline: none
}
img, object, embed {
	max-width: 100%;
	height: auto
}
object, embed {
	height: 100%
}
img {
	-ms-interpolation-mode: bicubic;
	display: inline-block;
	vertical-align: middle
}
textarea {
	height: auto;
	min-height: 50px
}
select {
	width: 100%
}
body{
	background-size: 100%;
	font-family: "latoregular", Arial, Helvetica, sans-serif;
	position: relative;
	cursor: default;
	font-size: 16px;
}
#body-container{
	background: #fff url(../img/bg_km.jpg) no-repeat center top;
    background-size: 100%;
}
.container_l{
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#menu{
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background:#58697c;
	width: 135px;
    float: left;
    display: block;
    padding: 15px;
	position:fixed;
	z-index: 99;
}
.logo_ad{
	float:left;
	display:block;
	width:auto;
}
ul.menu_pc{
	width: 100%;
    float: left;
    display: block;
    margin-top: 15px;
}
ul.menu_pc li{
	width: 100%;
    float: left;
    display: block;
	text-align:center;
	line-height:24px;
}
ul.menu_pc li a{
	color:#fff;
	font-size:14px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	text-decoration:none;
}
ul.menu_pc li a:hover, ul.menu_pc li a.active{
	color:#e2b900;
	text-decoration:none;
}
ul.menu_pc li.last{
	margin-top:10px;
}
[class^="hvr-"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 7px 15px ;
    background: #e2b900;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	text-transform:uppercase;
}
[class^="hvr-"]:hover {
    color: #fff;
}
@-webkit-keyframes hvr-back-pulse {
	50% {
		background-color: #e2b900;
	}
}

@keyframes hvr-back-pulse {
	50% {
		background-color: #e2b900;
	}
}
.hvr-back-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: color, background-color;
	transition-property: color, background-color;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
ul.menu_pc li a.hvr-back-pulse:hover, ul.menu_pc li a.hvr-back-pulse:focus, ul.menu_pc li a.hvr-back-pulse:active ,
a.hvr-back-pulse:hover,a.hvr-back-pulse:focus,a.hvr-back-pulse:active{
	-webkit-animation-name: hvr-back-pulse;
	animation-name: hvr-back-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background-color: #fccf03;
	color: #fff;
}
#one p.logo_m{
	width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 80px;
	margin-bottom:45px;
}
.text_one{
	width: 77%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	background: #e2b900;
    padding: 25px;
    font-size: 18px;
    color: #fff;
    text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.text_one:after, .text_one:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.text_one:after{
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e2b900;
	border-width: 12px;
	margin-left: -12px;
}
.text_one:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e2b900;
	border-width: 20px;
	margin-left: -20px;
}
.logo_small{
	width: 77%;
    margin-left: auto;
    margin-right: auto;
	text-align:center;
	margin-top:30px;
}
#one p.text{
	width:auto;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:#58697c;
	margin-top:10px;
}
.join{
	width:auto;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
	margin-top:20px;
}
.join a{
	padding:8px 60px 3px 60px;
	border:1px solid #e2b900;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#58697c;
	font-size:18px;
	text-decoration:none;
}
.hvr-sweep-to-top {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background:#fff;
}
.hvr-sweep-to-top:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #e2b900;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
	color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
section{
	margin-top:40px;
}
#two p, #three p, #four p, #five p, #six p, #seven p, #eight p,.qt{
	width:auto;
	margin-left: auto;
    margin-right: auto;
	text-align:center;
}
.time_slide h1{
	text-transform:uppercase;
	color:#58697c;
	text-align:center;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	margin-top:10px;
}
.time_slide table,.time_slide .time{
	width: 556px;
    margin: auto;
}
.time_slide .time div{
	float:left;
	display:block;
	width:50%;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
}
.time_text{
	color:#333;
}
.time_slide .time .time_date, .time_slide .time .time_date1{
	color:#fff;
	font-size:30px;
	background:#55a70d;
	padding-top:2px;
	margin-bottom:30px;
}
.time_slide .time .time_date1{
	background:#00bfd6;
	border-left:1px solid #fff;
}
#four h1 span{
	color:#e2b900;
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.row_tg{
	width:100%;
	margin-left: auto;
    margin-right: auto;
	display:table;
}
.row_content{
	width:100%;
	margin-left: auto;
    margin-right: auto;
	display:table-row;
}
.row_tg .row_content .left{
	float:left;
	display:table-cell;
	width:12%;
	text-align:center;
	background:#55a70d;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
	color:#fff;
	padding:5px 0px 3px 0px;
}
.row_tg .row_content.vljp .left{
	background:#00bfd6;
}
.row_tg .row_content .right{
	float: left;
    display: table-cell;
    width: 88%;
    padding-left: 15px;
    line-height: 29px;
    padding-top: 2px;
}
.cont_tl{
	width:77%;
	margin-left: auto;
    margin-right: auto;
}
#five .cont_tl p, #six .cont_tl p{
	text-align:left;
}
#five .cont_tl ul li{
	background: url(../img/list-style.png) no-repeat left 6px;
	padding-left:20px;
}
#five .cont_tl ul li span{
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
.cont_tl_main{
	width: 50%;
	margin-left: auto;
    margin-right: auto;
}
.cont_tl_main .row_content{
	width: 100%;
    display: block;
    float: left;
}
.cont_tl_main .row_content .left{
	width: 30%;
    display: block;
    float: left;
    text-transform: uppercase;
    text-align: center;
    font-family: "latobold", Arial, Helvetica, sans-serif;
    background: #55a70d;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
	padding:5px 10px;
}
.cont_tl_main .row_content .right{
	width: 70%;
    display: block;
    font-family: "latobold", Arial, Helvetica, sans-serif;
    background: #00bfd6;
    color: #fff;
    text-align: center;
    float: left;
	padding:5px 10px;
}
.cont_tl .join a{
	margin-top:20px;
}
#seven .cont_tl, #eight .cont_tl{
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
#seven .cont_tl  p,#eight .cont_tl  p{
	text-align:left;
	padding-bottom: 10px;
}
#seven .cont_tl  p span{
	font-family: "latobold", Arial, Helvetica, sans-serif;
}
#eight .cont_tl  p a{
	color:#55a70d;
}
.footer{
	background:#dce4e7;
	padding:10px 0px;
	margin-top:10px;
}
.footer_left,.footer_right{
	float:left;
	display:block;
	width:50%;
}
.footer_left p{
	font-size:14px;
	margin-top:10px;
}
.footer_right p a{
	float:right;
	display:block;
	width:auto;
	margin-left:20px;
	margin-top: 5px;
}
/*********************************dangnhap*********************************/
.menu_pc li.last a.item.home{
	background: url(../img/icon_home.png) no-repeat center center;
    text-indent: -9999px;
    width: 100%;
    height: 33px;
    float: left;
    display: block;
}
.menu_pc li.last a.item.home:hover{
	opacity:0.7;
}
.dangnhap{
	font-size: 30px;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	background: #e2b900;
    color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
    line-height: 35px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.dangnhap:after, .dangnhap:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.dangnhap:after{
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e2b900;
	border-width: 12px;
	margin-left: -12px;
}
.dangnhap:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e2b900;
	border-width: 20px;
	margin-left: -20px;
}
.cont_tl.dangnhap_text{
	width: 77%;
    margin-left: auto;
    margin-right: auto;
	border:1px solid #55a70d;
	padding:20px 15px;
}
.dn {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	margin-bottom:20px;
}
.dn h1 {
    text-transform: uppercase;
    color: #58697c;
    text-align: center;
    font-family: "latobold", Arial, Helvetica, sans-serif;
    margin-top: 10px;
}
.dangnhap_text .error{
	background:#ff0000;
	color:#fff;
	padding:15px 20px;
	text-align:left;
	margin-bottom:20px;
}
.dangnhap_text_dn{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}
.dangnhap_text_dn label{
	font-weight:normal;
	text-align:left;
	width:100%;
	margin-bottom:0px;
}
.dangnhap_text_dn input{
	width:100%;
	height:30px;
	border:1px solid #333;
}
.dangnhap_text_dn span.label_span{
	font-family: "latoitalic", Arial, Helvetica, sans-serif;
	color:#333;
}
.dangnhap_text_dn span{
	color:#ff0000;
}
.dangnhap_text_dn a {
	text-decoration:none;
	margin-top: 10px;
	padding: 7px 80px;
}
.dangnhap_text_dn a span{
	color:#fff;
}
.dangnhap_text_dn:last-child{
	margin-bottom:0px;
}
/*********************************khaosat*********************************/
.khaosat{
	font-size: 30px;
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	background: #e2b900;
    color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
    line-height: 35px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.khaosat:after, .khaosat:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.khaosat:after{
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e2b900;
	border-width: 12px;
	margin-left: -12px;
}
.khaosat:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #e2b900;
	border-width: 20px;
	margin-left: -20px;
}
.cont_tl.khaosat_text {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #55a70d;
    padding: 20px 15px;
}
.ks1{
	margin-top:20px;
}
.cont_tl.khaosat_text.ks2{
	margin-top:10px;
	border: 1px solid #00bfd6;
}
.dangnhap_text_dn{
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 10px;
}
.cont_tl.khaosat_text.ks1, .cont_tl.khaosat_text.ks2{
	padding:0px;
	font-family:  "Lucida Grande","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,"ＭＳ Ｐゴシック","MS PGothic","VL Pゴシック","Takao Pゴシック","IPA Pゴシック",Arial, Helvetica, sans-serif;
}
.cont_tl.khaosat_text.ks1 .ks1_title, .cont_tl.khaosat_text.ks2 .ks2_title{
	background:#55a70d;
	width:100%;
	padding:5px 0px;
	font-size:20px;
	color:#fff;
}
.cont_tl.khaosat_text.ks2 .ks2_title{
	background:#00bfd6;
}
.ks1_content{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	font-size:16px;
}
.ks1_content p{
	margin-top:10px;
}
.custom-label {
	color: #666;
 	display: block;
	float:left;
	margin-right: .8em;
 	cursor: pointer;
}
.custom-check {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -.15em; /* Adjust to for best fit */
    margin: 0;
    width: 15px;
    height: 15px;
    background: url(../img/bg_checkbox_02.png) no-repeat 0 0;
}
.custom-check.checked {
	background: url(../img/bg_checkbox_checked_02.png) no-repeat 0 0;
}
.ks1_content_m_row em{
	font-weight:normal;
	font-style:normal;
}
.ks1_content_m_left{
	float: left;
    display: block;
    width: 70%;
}
.ks1_content_m_right{
	display: block;
    float: left;
    width: 30%;
}
.ks1_content_m_row{
	display: block;
    float: left;
    width: 100%;
}
.ks1_content input{
	width:100%;
	height:30px;
	margin-bottom:20px;
	border:1px solid #333;
	padding: 0px 5px;
}
.ks2_content_m textarea{
	width:100%;
	height:200px;
	margin-bottom:20px;
	border:1px solid #333;
	resize: none;
	padding: 5px;
}
.button_gui a{
	width:100%;
	border-radius:0px;
	margin-top:10px;
	text-transform:uppercase;
	font-size:20px;
	font-family: "latobold", Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding-bottom:2px;
}
.button_gui a:hover{
	text-decoration:none;
}
/*********************************chonqua*********************************/
.chonqua_text{
	width: 77%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #55a70d;
	height: 365px;
}
section.dn.home_cq{
	margin-top:0px;
}
.chonqua_text_left{
	float:left;
	display:block;
	width:49.9%;
	background:url(../img/khoa_1.png) no-repeat center 30px;
	height:365px;
	border-right: 1px solid #55a70d;
}
.chonqua_text_right{
	float:left;
	display:block;
	width:49.9%;
	background:url(../img/khoa_2.png) no-repeat center 30px;
	height:365px;
}
.chonqua_text_left .count, .chonqua_text_right .count{
	font-size: 50px;
    font-family: "latobold", Arial, Helvetica, sans-serif;
    margin-top: 190px;
    text-align: center;
    margin-left: 100px;
    width: 130px;
}
.chonqua_text_right .count{
    margin-left: 95px;
    width: 130px;
}
.cont_tl.chonqua_text.cq1 .chonqua_button{
	margin-top: 40px;
}
.cont_tl.chonqua_text.cq1 .chonqua_button a{
	text-decoration:none;
	font-size:18px;
	padding: 5px 30px;
}
.cont_tl.chonqua_text.cq1{
	margin-bottom:30px;
}
.cqk{
	margin-top:30px;
}
.chonqua_text_tq .chonqua_button{
	margin-top:20px;
}
.cont_tl.chonqua_text.cq2{
	height:350px;
}
/*********************************popup*********************************/
.main_popup.w-pop01{
	width:40%;
	margin-left:auto;
	margin-right:auto;
	font-size:18px;
	line-height:22px;
}
.main_popup.w-pop01 .popup{
	background:#fff;
	padding:20px;
	text-align:center;
}
div.chonqua_button{
	margin-top:20px;
}
.chonqua_button a {
	font-family: "latobold", Arial, Helvetica, sans-serif;
	padding: 8px 100px 4px 100px;
}
.chonqua_button.tcdhs{
	width:84%;
	margin:20px auto 0px auto;
}
.chonqua_button.tcdhs p:first-child{
	float:left;
}
div.chonqua_button.tcdhs a{
	padding:8px 50px 4px 50px;
}
p.cor-light a.dieukien,p.cor-light a.dieukien:hover{
	color:#55a70d;
	text-decoration:underline;
}
.hvr-back-pulse.ths{
	margin-right: 5px;
}
.cont_tl.khaosat_text.ks2 .countChar{
	text-align: left;
    padding-top: 5px;
    padding-bottom: 20px;
    font-size: 12px;
}
.chonqua_button a.hvr-back-pulse:hover{
	text-decoration:none;
}
/*********************************responsive*********************************/
@media only screen and (max-width:1024px) {
	#menu {
		width:11%;
	}
}
@media only screen and (max-width:985px) {
	.cont_tl_main {
		width: 80%;
	}
	#menu {
		padding:10px;
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		width:11%;
	}
	[class^="hvr-"] {
		padding: 5px 7px;
	}
	.hvr-back-pulse {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.chonqua_text {
		width: 100%;
	}
	.chonqua_text_left,.chonqua_text,.chonqua_text_right {
		height:350px;
	}
	.chonqua_button {
		margin-top: 40px;
	}
	.chonqua_text_left .count, .chonqua_text_right .count{
		margin-left: 60px;
	}
	.cqk {
		padding: 0px 20px 0px 20px;
	}
	.cont_tl.chonqua_text.cq2 {
		height: 320px;
	}
}
@media only screen and (max-width:910px) {
	#menu {
		width: 12%;
	}
	.logo_m img{
		width:60%;
	}
}
@media only screen and (max-width:810px) {
	#menu {
		width: 15%;
		background: none;
		padding:0px;
	}
	.logo_m img{
		width:60%;
	}
	.logo_ad,ul.menu_pc li {
		display: none;
	}
	ul.menu_pc{
		margin:0px;
	}
	ul.menu_pc li.last{
		display:block;
		margin-top:0px;
	}
	ul.menu_pc li.last a.hvr-back-pulse {
		-webkit-border-radius: 0;
		border-radius: 0;
		-moz-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		float:left;
	}
}
@media only screen and (max-width:740px) {
	.chonqua_text_left .count, .chonqua_text_right .count {
		margin-left: 80px;
	}
	.cont_tl.chonqua_text.cq2 {
		height: 340px;
	}
}
@media only screen and (max-width:670px) {
	.chonqua_text_left .count, .chonqua_text_right .count {
		margin-left: 70px;
	}
}
@media only screen and (max-width:575px) {
	.time_slide table, .time_slide .time {
		width: 100%;
		margin-bottom: 30px;
		float: left;
	}
}

@media only screen and (max-width: 540px){
	#menu {
		width: 20%;
	}
	.row_tg .row_content .left {
		width: 20%;
	}
	.row_tg .row_content .right {
		width: 80%;
	}
	.text_one {
		padding: 15px;
	}
	.cont_tl_main {
		width: 100%;
	}
}
@media only screen and (max-width: 540px){
	.time_slide h1 {
		font-size: 25px;
	}
}
