@charset "utf-8";

.fck p {  font-size: 14px; color:#333; line-height: 18px;}
.fck img { width: 100%; cursor: url(../images/zoom_cursor.png), auto; }
.fck .icon-zoom { cursor: pointer; z-index: 2;}
.fck img.img-1 {width: auto;}
.hlight { padding: 15px 20px; background:#f6f6f6;}
.fck p.noted {font-size: 12px; font-weight: bold ; color:#333;padding: 5px 0 25px 27px; width: 70%; margin: 0 auto; border-top: solid 1px #e9e9e9; border-bottom: solid 1px #e9e9e9; position: relative; }
.noted  img{ position: absolute; top: 8px; left: 0;}
.noted .author {position: absolute; right: 0; bottom: 8px; color:#7c7c7c; }
.btn-qt { float: left;}
.btn-qt a { border-radius: 3px;line-height: 20px; height: 20px; padding: 0 8px 0 20px; background:#e32c22 url(../images/icon-like.png) 6px 5px no-repeat; float: left; font-size: 11px; color:#fff; text-transform: uppercase;}
.wrapper-qt  strong { float: right;}
.wrapper-qt { overflow: hidden;}
.btn-qt > span {float: left; padding: 0 2px; color:#878787; font-size: 11px; border: solid 1px #e0e0e0; height: 18px;position: relative; margin-left: 7px;line-height:18px;}
.btn-qt span span {width: 5px; height: 9px; position: absolute; top: 50%; left: -5px; margin-top: -4.5px; z-index: 2; background: url(../images/arrow-r.png) no-repeat;}
.btn-qt a:hover { color:#fff; background-color:#a2a2a2;}
.fck p, .fck table {font-size: 13.5px; margin-bottom: 14px;}
.fck a { color:##0072; font-size: 13px;}

/* reset & default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; background: transparent; font-size: 100%; vertical-align: baseline; box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block; box-sizing: border-box;}
body {color: #666; font-family: "Arial"; font-size: 12px; line-height: 1.1; box-sizing: border-box;}
textarea {font-family: inherit; overflow: auto; vertical-align: top; resize: none}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0; padding: 0;}
table {border-spacing: 0; border-collapse: collapse;}
sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}
img {max-width: 100%;}
h1 {font-size: 20px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
a { text-decoration: none;}
a:hover {color: #0069b2;}
.float-l{ float:left !important;}
.float-r{ float:right !important;}
.no-padding{ padding: 0!important;}
.no-margin { margin: 0!important;}
ul, li {list-style: none;}

/* CSS Document */
.Wrapper {
    overflow: visible;
    height: 1%;
}
html>body .Wrapper {
    overflow: hidden;
    height: auto;
}
.relative{
	position:relative;	
}
.float-l{
	float:left;	
}
.float-r{
	float: right;	
}
.like-container {float:left;}
.block-comment{
	font-size: 12px;	
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
	overflow:hidden;
	clear:both;
}
.block-comment form { overflow:hidden;}
.block-comment form textarea { resize:none; width:260px; padding:3px 5px; height:44px; background:#fff;  }
.block-comment form .overflow { border-top:#e3e3e3 solid 1px; padding-top:5px; margin-top:5px;}
.block-comment .form-comment{
	position: relative;
	
	padding: 20px 0px;
	border: 0px;
}
.block-comment .form-comment legend{
	border: #e1eaf1 solid 1px;
	padding: 2px 8px;
	background: #FFFFFF;
	position: absolute;
	top: -10px;
	left: 10px;
	font-weight: bold;
	color: #292929;
}
/* .block-comment .form-comment .txt-cmt{
	padding-left: 60px;	
} */
.block-comment .form-comment img{
	position:absolute;
	z-index: 2;
	left: 10px;
}
.block-comment .form-comment textarea{
	float:left;
	width: 98%;
	height: 44px;	
	border: 1px solid #ccc;
	font-size: 12px;
    padding: 5px;
	
}
.block-comment .form-comment p{
	float:left;
	color: #acacac;
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 10px 0px 0px 10px;	
}
.block-comment .form-comment p span{
	color: #0079BE;
}
.block-comment .form-comment button, .block-comment .form-comment .button {
	float: right;
	line-height: 16px;
	background-color: #0e71b4;
	padding: 5px 25px;
	margin: 8px 1px 0px 0px;
	font-size: 12px; font-weight: bold;
	color: #FFF;
	text-transform:uppercase;
	cursor: pointer;
	border: 0px;
	
}
.block-comment .lst-comment .readmore-cm  { padding-top: 5px; display: block; padding-left: 0;}
.block-comment .form-comment button:hover { background:#4274e5;}
.block-comment .lst-comment ul li dl{
	padding:5px 0px 0px 0; position:relative; height:auto; overflow: hidden; clear:both; min-height: 50px;
}
.block-comment .lst-comment ul li ul dl{
	margin-left: 40px;
	padding: 5px 0px 0px 0; background: url(../images/border.png) top left repeat-x;
}

.time {padding-left: 15px; color:#b8c0c1; background: url(../images/bgd-time.png) 5px 5px no-repeat;}
/*list comment*/
.lst-comment ul li dl dd p{word-wrap : break-word; font-size: 14px; padding: 3px 0; color:#333; box-sizing: border-box;}
.lst-comment { width:100%; padding:0 5px 10px 5px; color: #6f6f6f; height:auto; overflow: hidden; clear: both; line-height: 18px; box-sizing: border-box}
	.lst-comment strong { color:#212121;}
	.lst-comment .readmore{ color:#0079BE; text-decoration:none; padding-bottom: 6px; display:block;}
	.lst-comment ul { float:left; width:100%; margin:0px; padding: 0px;}
	.lst-comment > ul {  border-bottom: solid 1px #ccc;}
	.lst-comment > ul > li {border-top: solid 1px #ccc;}.lst-comment > ul > li:first-child { border: none;}
		.lst-comment ul li {   padding:3px 0 ; float:left; width:100%; list-style-type: none; text-rendering: geometricPrecision;}
			.lst-comment ul li ul dl { margin-left: 20px; background: url(../images/border.png) top left repeat-x;}
			.lst-comment ul li dl { }
				.lst-comment ul li dl dt { position:absolute; z-index: 4; left: 0px;}
				.lst-comment ul li dl dd { width: 100%; float:left; margin-left: 0px; box-sizing: border-box;}
				.lst-comment ul li dl dd .top { overflow:hidden;}
					.lst-comment ul li dl dd em { color:#a0a0a0; font-size:11px;}
					.lst-comment ul li dl dd .name { color:#878787; font-weight:bold;}
						.lst-comment ul li dl dd a:hover.name, .lst-comment ul li dl dd a:hover.reply, .lst-comment ul li dl dd a:hover.like, .lst-comment ul li dl dd a:hover.report { text-decoration:underline; color:#3b5998;}
					.lst-comment ul li dl dd .reply { color:#3b5998; font-size:11px; cursor: pointer;}
					.lst-comment ul li dl dd .like, .lst-comment ul li dl dd .unlike { background:url(../images/icon.png) -60px 0 no-repeat; padding-left:15px; color:#a0a0a0; font-size:11px;}
						.lst-comment ul li dl dd .like strong, .lst-comment ul li dl dd .unlike strong { color:#0079BE;}
					.lst-comment ul li dl dd .report { color:#a0a0a0; font-size:11px; border-left:#a0a0a0 solid 1px; padding-left:6px; margin-left:6px;}
	
	.lst-comment .seeall {  background:#bdcbd6; height:15px; float:left; padding-left:5px; color:#FFFFFF; font-size:10px; margin-top:5px; margin-bottom: 5px; line-height:15px; cursor:pointer ; border-radius: 3px;}
	.lst-comment a:hover.seeall { color:#0079BE;}
		.lst-comment .seeall span {  background:#bdcbd6; height:15px; float:left; padding-right:5px; border-radius: 3px;}
			.lst-comment .seeall span span { background:#bdcbd6; height:15px; float:left; padding:0;}
	
	.more { height:15px; float:right; padding-left:5px; color:#FFFFFF; font-size:10px; margin-top:5px; line-height:15px; cursor:pointer}
	a:hover.more { color:#f1f1f1;}
		.more span {  height:15px; float:left; padding-right:5px; color: #FFFFFF;}
			.more span span {  height:15px; float:left; padding:0;color: #80a10e; }
		.lst-comment ul li ul dl dd { min-width:200px; position:relative; margin-left: 0px; width: 98%}
		
	.lst-comment ul li.write-cmt { background:#f0f4f7; border:none;}
		.lst-comment ul li.write-cmt textarea { width:98%; height:30px; resize:none; border:#dee8f0 solid 1px; padding:3px;}
		
		.lst-comment ul li.write-cmt .btn-send { margin:3px 8px 3px 0;}
			.lst-comment ul li.write-cmt .btn-send li { border-top:none;}
			.cat-detail .ico-4 { margin-top:0}

.btn-send {
	float: left;
	position: relative;
	margin: 3px 8px 0 0;
}
.btn-send .btn {border-radius: 3px; float:left; height:24px; padding:0 0 0 8px; color:#333; font-weight:bold; font-size:11px; cursor:pointer; line-height:15px;  border: solid 1px #ccc; background:#eee;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
}
.btn-send .btn span { float:left; height:27px; padding:0 8px 0 0 !important;}
.btn-send  .btn span span { float:left; height:21px; padding:5px 0 0 0 !important; color:#292929 !important; font-style:normal !important; font-size: 11px !important;}
.btn-send .btn:hover { border-radius: 3px;
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%);
/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%);
/* Opera */ 
background-image: -o-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%);
/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(1, #FFFFFF));
/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #FFFFFF 100%);
/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #CCCCCC 0%, #FFFFFF 100%);
}		
.ico-67 {
	background-position: -60px -120px!important;
	width: 7px;
	height: 10px;
	position: absolute;
	top: 25px;
	left: -6px;
}
.showmore a{
	color: #838f97;
	font-weight:bold;
	font-size: 11px;
	display:block;
	background:url(../images/icon-link.png) no-repeat 73px -554px;
	width: 80px;
	margin: 0px auto;
	text-decoration:none; line-height: 12px;
}
.showmore:hover a { color:#0079BE;}
.lk-pl{ font-size: 11px; color:gray; text-decoration:none; float:left; margin-top: 10px;}
.block-comment .txt-cmt h3  { font-size: 12px; font-weight: bold; color:#b8c0c1;padding: 2px 0 10px 0;}
.block-comment .txt-cmt h3 span {color:#3b5998; text-transform: uppercase;}
.list-select { overflow: hidden; padding: 10px 20px; background:#f2f2f2; text-align: right;}
.list-select li { display: inline-block; padding: 0 5px; color:#333;}
.list-select li a { color:#333;}
.list-select li a:hover,.list-select li.active a  { color:#3b5998;}
.list-select li:first-child {padding-right: 10px; padding-left: 0;}
.btn-reply { display: inline-block; font-size: 10px; text-transform: uppercase; color:#3b5998; margin-right: 5px;}
.btn-like-cm { display: inline-block; padding-left: 12px; font-size: 10px; text-transform: uppercase; color:#3b5998; background: url(../images/icon-likes.png) 0 3px no-repeat;}
.btn-like-cm span { color:#7f7f7f; padding-left: 2px;}
.readmore-cm { color:#3b5998; font-weight: bold; padding-left: 5px;}
.readmore-cm:hover { text-decoration: underline;}
.like_number{font-size:11px;}
.block-comment .form-comment p.warning { font-size: 12px; color:#e32c22; float: left; padding-top: 15px; padding-left: 0; font-style: normal; display: none;}

/*readmore*/
.readmore {height: 34px; background: url(../images/bgd-readmore.jpg) repeat-x; width: 100%; clear: both;}
.readmore a { height: 34px; background: url(../images/arrow-down.png) 280px center no-repeat; width: 100%; display: block; text-align: center; line-height: 34px; color:#878787;}
.readmore a:hover { color:#e32c24; background-image: url(../images/arrow-down-hover.png)}

.cm-content .remain {display: none;}
.cm-content .view-more {font-size: 11px; color: #3b5998;}
.block-tool {clear: both;}

.cm-birthday  {  margin-bottom: 20px; }
.cm-birthday .form-comment{ padding-bottom: 0;}
.cm-birthday .block-comment .txt-cmt h3 span{ color:#ef1627; font-weight: bold;}
.cm-birthday  .list-select { text-align: left; background:#fff0f1 url(../images/cm-bd.jpg) right no-repeat;}
.cm-birthday .list-select li a:hover, .cm-birthday .list-select li.active a { color:#ef1627;}
.cm-birthday .avatar-1 { float: left; margin-right: 10px; margin-top: 10px; }
.cm-birthday .block-comment .lst-comment ul li dl { clear: none;}
.cm-birthday  .readmore-cm { color:#ef1627;}

.wra-comment { width: 100%; padding: 10px 0; display: none;}
.wra-comment.active { display: block;}
.wra-comment textarea { width: 100%; border: solid 1px #ddd; padding: 5px; box-sizing: border-box;}
.wra-comment .warning {  font-style: italic; font-size: 12px; color:#e32c22; float: left; padding-top: 10px; padding-left: 0; font-style: normal; display: none; }
.wra-comment .button { float:right; height: 28px; line-height: 28px;background-color: #0E71B4;padding: 0 20px;margin: 8px 1px 0px 0px;font-size: 12px; font-weight: bold;	color: #FFF;	text-transform:uppercase;	cursor: pointer;	border: 0px;	}
.wra-comment .button:hover {background:#e40d00;}
.wra-comment .btn-close-s { margin-right: 10px; background:#aaa;}

/*txt-cmt-1*/
.wrapper .inner-w {width: 48.5%;  float: right;}
.wrapper .inner-w:first-child { float: left; }
.txt-cmt-1 { height: 30px; border: solid 1px #ccc; line-height: 30px; margin-bottom: 15px; padding: 0 5px; width: 96%;}

/************ GLTT *************/
.block-gltt .title { width: 100%; color: #e32c22; font-weight: normal;  padding: 4px 0; border-bottom: solid 1px #e32c22; margin-bottom: 10px;}
.block-gltt .title span { color:#b8c0c1; font-size: 12px; font-weight: bold; margin-left: 7px;}
/*frm-search-q*/
.frm-search-q {background:#f6f6f6; padding: 10px 10px 20px 10px; overflow: hidden;}
.frm-search-q .form-group {width: 38.5%; float: left; margin-left: 3%; padding: 0;}
.frm-search-q .form-group-1 {width: 20%;}
.frm-search-q .form-group-2 {width: 17%;}
.frm-search-q .form-group:first-child {margin-left: 0;}
.frm-search-q .form-group label {width: 100%; margin-bottom: 5px; font-size: 13px; display: block; color:#333;}
.frm-search-q .form-group select {width: 99%; height: 26px; border: solid 1px #ccc; background:#fff;}
.frm-search-q .form-group input {width: 88%; height: 26px; border: solid 1px #ccc; background:#fff; padding: 0 8px;}
.btn-search-q {height: 27px; padding: 0 30px; font-weight: bold; text-transform: uppercase; color:#fff; border: none; background:#395695; cursor: pointer; margin-top: 19px;}
.btn-search-q:hover {background:#5978BD;}

/*list-question*/
.list-question {padding: 0;border-top: dashed 1px #ddd;padding-top: 10px;/*padding-bottom: 20px;*/min-height: 25px; color:#333; font-size: 14px;}
.btn-sq { display: inline-block; height: 28px; font-size: 12px; color:#fff; font-weight: bold; text-transform: uppercase; background:#3a5897; line-height: 28px; padding: 0 15px; margin-top: 15px;}
.btn-sq:hover { opacity: 0.8; color:#fff;}
.list-question table { margin-bottom: 10px;}
.block-2 .title-seagame { margin: 0 0 5px 0; padding: 0; border: none; background: url(../images/bgd-header.jpg) no-repeat;}
.block-2 .title-seagame a { text-decoration: none; color:#fff; font-size: 18px; line-height: 30px; display: block; width: 100%; height: 30px; overflow: hidden;   padding: 0 10px; border-bottom: none; margin-bottom: 2px;}
.block-2 .title-seagame a:hover { color:#fff;}
/*ques-1*/
.ques-1 { padding-bottom: 10px;background: #fff;padding:  10px;}
.ques-1 .ques-header { color:#878787; font-size: 13px; }
.ques-1 .ques-header span { list-style:disc; color:#b8c0c1; display: inline-block; margin-left: 8px; padding-left: 10px;}
.ques-1 p { line-height: 17px;/* font-style: italic; */padding: 7px 0 5px 0;font-weight: bold;}
.list-share li { display: inline-block; margin-right: 20px; font-size: 11px; padding-top: 2px; width: auto !important;}
.list-share li i { font-size: 12px; margin-right:1px;}
.list-share li a { margin-right: 5px; color:#e40d00; }
.list-share li.i-facebook a { color:#3b5998;}
.list-share li.i-google a { color:#ef5d32;}
.list-share li a:hover {  color:#666!important;}
.list-share li.active a { color:#666!important;}
.ans-1 {display:  block;box-sizing:  border-box;/* width: 90%; */ position: relative; /* overflow: hidden; */margin: 0 30px;padding: 15px 15px 10px 15px;/* background:#f6f6f6; */border-top: solid 1px #fff;background: #DDECFF;border-radius:  2px;}
/* .ans-1:before {
    content:"";
    position: absolute;
    left: 35px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 11px solid #fff;
    border-right: 15px solid transparent;
    border-bottom: 13px solid transparent;
}
 */
.list-share { padding-top: 10px;}
.ques-header > img { width: 15px; vertical-align: middle; margin-right: 2px;}
.ans-1 > a { float: left; margin-right: 10px; margin-top:  -0;position:  relative;}
.ans-1 > a  span {overflow: hidden;position: absolute;bottom: 110%;left: 0;width: 300px;padding: 5px;box-shadow: 0 0 2px #ccc;margin-left: -15px;background:#fff;display: none;text-align:  center;}
.ans-1 > a  span  strong {display: block;margin-bottom: 5px;color:#333;margin-top:  5px;}
.ans-1 > a  span  i {display: block;color: #555;font-style: normal;}

.ans-1 > a:hover span, .ans-1 > a.active span { display: block;}
.ans-1 > a img {width: 30px;border-radius: 2px;}
.ans-1 > a  span img{width: 100%;/* height: 100px; *//* float: left; */margin-right: 10px;}
.ans-1 p { line-height: 17px; padding: 5px 0;}
.ans-header {color:#3b5998;font-size: 12px;/* text-transform: uppercase; */overflow: hidden;/* height: 28px; */}
.ans-header span {list-style: none;color: #aaa;float:right;margin-left: 8px;padding-left: 10px;}
.ans-1 .details {width: auto;padding-left:40px;}
.ans-1 .details table  { margin-top: 10px;}
.ans-header strong i {display: block;font-weight: normal;font-style: normal;margin-top: 4px;font-size: 12px;color: #888;line-height: 1.3;padding-bottom: 2px;}
.ans-header strong {float: left;padding-top: 2px;max-width: 400px;}

.carousel-5 .flex-direction-nav a:before { font-size: 18px; line-height: 35px;}

.list-question .ans-1:nth-child(2) {border: none; border-radius:  2px;}
.more-gltt {/* padding: 5px; */ text-align: center;/* background:#146fb1; */color: #146fb1;/* border: solid 1px #146fb1; *//* display: block; *//* margin: 0 auto; */margin-left:  30px;margin-top: 10px;display: inline-block;}
.block-gltt .list-question:first-child{border: none;}

.btn-plus-gltt { color:#666 !important;}
.btn-plus-gltt .fa-minus-square { display: none;}
.btn-plus-gltt.active .fa-minus-square { display: block;}
.btn-plus-gltt.active .fa-minus-plus { display: none;}
.btn-plus-gltt:hover { color:#146FB1;}

@media screen and (max-width: 640px) {
	.cm-birthday .list-select{background:none;}
	.frm-search-q .form-group {width: 100%; margin-left:0; box-sizing: border-box;}
	.frm-search-q .form-group input, .frm-search-q .form-group select { width: 100%; box-sizing: border-box;}
	.frm-search-q .form-group:first-child {margin-bottom: 10px;}
	.list-share li {     margin-right: 6px; font-size: 9px;}
	.ans-1 { margin-left:0; margin-right:0;}
	.ans-header { overflow: hidden; padding-top: 2px; padding-bottom: 1px;}
	.ans-header span { float: right;}
	.ans-1 .details { padding-left: 0;}
	.list-share { padding-top: 10px;}
}
@media screen and (max-width: 480px) {
 
}

@media screen and (max-width: 1024px) {
	/*.wra-comment textarea { width: 100%;}*/
}
