@charset "utf-8";

/************************************************************************************
CSS RESET
*************************************************************************************/

*{margin:0; padding:0;outline:0;}
html{height:100%;}
h1{font-size:15px;}
h2{font-size:14px;} 
h3{font-size:13px;} 
h4{font-size:12px;} 
h5{font-size:11px;} 
h6{font-size:10px;} 
a{text-decoration:none;} 
p{padding: 0 0 10px 0;}
img{border:0; border-spacing:0;}
img, embed{vertical-align:middle;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img, embed  {
        margin: 0;
        padding: 0;
        outline: 0;
}
/* remember to define focus styles! */
:focus {
        outline: 0;
}
ol, ul {
        list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0; border: 1px solid #eee}
table td, table th {border: 1px solid #eee; padding: 3px 10px;}
caption, th, td {font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {
        content: "";
}
blockquote, q {
        quotes: "" "";
}
strong, b {
	font-weight:bold;
}
em {
	font-style:italic;
}
pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], input[type=search], button, textarea {
	-webkit-appearance:none;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

input[type=number]::-webkit-inner-spin-button {
	opacity: 1;
}

/************************************************************************************
Reset HTML5 Elements to Block
*************************************************************************************/

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
CSS WEBSITE
*************************************************************************************/

html {height: 100%;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #111;
	line-height: 20px;
	margin: 0 auto;
}
.css_body {
	height: 100%;
	-webkit-text-size-adjust:100%;
	word-wrap: break-word;
}
.fixbody {overflow: hidden;}

#wrapper {height: 100%;}

.min_wrap {width: 1170px; margin: 0 auto;}

.icon_web {}

.font_sty {}

/************************************************************************************
CSS HEADER
*************************************************************************************/

#header {background: #0090da; height: 42px; color: #fff;}

.hea_menu {width: 420px; float: right; position: relative;}
.hea_menu a {color: #fff;}
.ul_hea_menu {float: right;}
.ul_hea_menu > li {float: left; margin-left: 5px; padding-top: 7px;}
.ul_hea_menu > li svg {font-size: 16px; width: 18px !important; text-align: center; position: relative; top: 2px;}
.ul_hea_menu > li a {padding: 0 5px; line-height: 28px; display: block;}
.ul_hea_menu > li:hover a {
	background: #0081c3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.ul_hea_menu > li.icon_user_name a:hover {background: none; cursor: default;}
.ul_hea_menu > li.icon_hea_menu {padding-top: 0;}
.ul_hea_menu > li.icon_hea_menu a {display: block; padding: 0 14px; line-height: 42px;}
.ul_hea_menu > li.icon_hea_menu a:hover {-webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.ul_hea_menu > li.icon_hea_menu .sub_hea_menu {left: auto; width: 300px;}

.ul_hea_menu > li:hover .sub_hea_menu {display: block;}
.sub_hea_menu {
	display: none;
	position: absolute;
	top: 42px; right: 0; left: 0;
	z-index: 12;
	background: #0077b4;
}
.sub_hea_menu ul li {font-size: 13px;}
.sub_hea_menu ul li:hover a {background: #0090da;}
.sub_hea_menu ul li svg {margin-right: 5px; opacity: 0.8;}
.sub_hea_menu ul li:hover svg {opacity: 1;}

.hea_search {
	float: left;
	position: relative;
	width: 300px;
	padding: 5px 10px 0 12px;
}
.ipt_hea_search {
	width: 100%; height: 32px;
	background: #fff;
	border: 0;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	padding: 0 32px 0 10px;
}
.ipt_hea_search[type="text"] {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
.btn_hea_search {
	cursor: pointer;
	z-index: 1;
	width: 32px; height: 32px;
	background: url(../imgs/layout/icon_1.png) no-repeat center center;
	position: absolute;
	top: 5px; right: 10px;
	border: 0;
	text-indent: -9999px;
}

.sub_hea_search {
	z-index: 111;
	position: absolute;
	top: 100%; left: 12px; right: 10px;
	max-height: -webkit-calc(100vh - 42px);
	max-height: -moz-calc(100vh - 42px);
	max-height: calc(100vh - 42px);
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	overflow: auto;
}
.ul_sub_hea_search > li {padding: 10px 20px; overflow: hidden;}
.ul_sub_hea_search > li:hover {background: #dff6c9;}
.ul_sub_hea_search > li + li {border-top: 1px solid #ebebeb;}
.img_sub_hea_search {
	float: left; 
	width: 55px; height: 55px; 
	margin-right: 10px; 
	text-align: center; 
	position: relative;
}
.img_sub_hea_search img {
	max-width: 100%; max-height: 100%;
	width: auto; height: auto;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	margin: auto;
}
.info_sub_hea_search {overflow: hidden; line-height: 18px;}
.info_sub_hea_search p {padding-bottom: 0; color: #333;}
.info_sub_hea_search p span {display: inline-block;}
.info_sub_hea_search p span + span {margin-left: 20px;}

.hea_tab_hd {margin: 0 30% 0 332px; padding-top: 9px; position: relative;}
.add_hea_tab_hd {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	width: 33px; height: 33px;
	text-align: center; 
	color: #fff;
	position: absolute;
	top: 9px; right: 0;
}
.add_hea_tab_hd:hover {background: #006da4;}
.add_hea_tab_hd svg {position: relative; top: 7px;}
.list_hea_tab_hd {overflow: hidden; padding-right: 34px;}
.list_hea_tab_hd > li {
	float: left;
	background: #0077b4;
	color: #aad1e6;
	cursor: pointer;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	position: relative;
	line-height: 33px;
	text-align: center;
	margin-right: 4px;
	padding: 0px 10px;
	text-transform:capitalize;
}
.list_hea_tab_hd > li:hover {background: #006da4;}
.list_hea_tab_hd > li svg {color: #aad1e6; margin-left: 3px;}
.list_hea_tab_hd > li svg:hover {color: #fff;}
.list_hea_tab_hd > li.active {background: #fff; color: #0077b4;}
.list_hea_tab_hd > li.active svg {color: #989898;}
.list_hea_tab_hd > li.active svg:hover {color: #e47885;}

/************************************************************************************
CSS CONTAINER
*************************************************************************************/

#container {
	height: -webkit-calc(100% - 42px); 
	height: -moz-calc(100% - 42px); 
	height: calc(100% - 42px); 
	background: #ebebeb; 
	clear: both; 
	position: relative;
}
#container > form {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.col_left {
	background: #fff;
	position: relative;
	height: 100%;
	overflow: hidden;
	width: 70%;
}
.in_col_left {
	height: -webkit-calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px 10px 10px 12px;
	overflow-x: hidden;
	overflow-y: auto;
}

.add_new {
	color: #fff;
	position: absolute;
	z-index:9999;
	top: 10px; left: 0;
	background: #4bac4d;
	font-size: 13px;
	text-align: center;
	display: block;
	padding: 0 7px 0 5px;
	line-height: 24px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-67px);
	-moz-transform: translateX(-67px);
	-ms-transform: translateX(-67px);
	-o-transform: translateX(-67px);
	transform: translateX(-67px);
}
.add_new:hover {
	background: #419543;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.add_new svg {margin-left: 5px;}

.col_right {
	background: #fff;
	width: 30%;
	height: 100%;
	border-left: 1px solid #e1e1e1;
	position: relative;
}

.tb_nd > li {border-bottom: 1px solid #ebebeb; background: #fafafa;}
.tb_nd > li:nth-child(2n) {background: #fff;}
.tb_nd > li:hover {background: #edf6e4;}
.in_tb_nd {display: table; padding: 15px 0; width: 100%;}
.col_nd {padding: 0 10px; display: table-cell;}
.col_nd_stt {text-align: center; width: 20px;}
.col_nd_del {text-align: center; color: #e47885; width: 14px;}
.col_nd_del svg {width: 14px !important; height: 14px; cursor: pointer;}
.col_nd_del svg:hover {color: #fff; background: #e47885;}
.col_nd_select{ position:relative;}
.col_nd_select .slec_txt {width: 80%; min-width:200px;}
.col_nd_ts {width: 40%;}
.col_nd_ts .ipt_sty {width: 12%; margin-right: 1%;}
.col_nd_dg {width: 15%;}
.col_nd_tt {font-weight: 700; font-size: 14px; width: 10%; text-align: right;}
.col_nd_tt_img {width: auto; text-align: left;}
.ipt_sty {
	text-align: left;
	background: none;
	border: 0;
	border-bottom: 1px solid #ccc;
	width: 100%; height: 29px;
}
.ipt_sty:focus {background-color: #fff; padding: 0 3px;}
.slec_sty {
	background: url(../imgs/layout/icon_2.png) no-repeat center right;
	background-size: auto 4px;
	border: 0;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	width: 100%; height: 29px;
	padding-right: 30px;
}
.slec_sty:focus {background-color: #fff; padding-left: 3px; background-position: center right 3px;}

.user_col_right {padding: 10px 12px 0 12px; overflow: hidden;}
.info_user_cr {float: left; text-transform: capitalize;}
.info_user_cr svg {margin-right: 3px;}
.date_user_cr {float: right; padding: 0; color: #999;}
.date_user_cr span {border-bottom: 1px solid #e4e4e4; margin-left: 3px;}

.search_user_col_right {padding: 10px 12px; position: relative;}
.ipt_search_user_col_right {
	border: 0;
	width: 100%; height: 28px;
	border-bottom: 1px solid #e1e1e1;
	color: #777;
	padding-right: 28px;
}
.btn_search_user_col_right {
	border: 0;
	cursor: pointer;
	width: 28px; height: 28px;
	position: absolute;
	top: 10px; right: 12px;
	z-index: 1;
	background: url(../imgs/layout/icon_1.png) no-repeat center right;
	text-indent: -9999px;
}
.div_kh {
	position: absolute;
	z-index: 111;
	top: 37px; right: 0; left: 0;
	background: #fff;
	display: none;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
}
.div_kh > li {padding: 10px 12px; background: #fff; cursor: pointer;}
.div_kh > li:nth-child(2n) {background: #f9f9f9;}
.div_kh > li:hover {background-color: #edf6e4;}

.div_sp {
	position: absolute;
	z-index: 111;
	top: 29px; right: 0; left: 0;
	background: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 3px;
	max-width:409px;
	min-width:300px;
	display:none;
	height:400px;
	overflow-y: scroll;
}
.div_sp > li {padding: 10px 12px; background: #fff; cursor: pointer; overflow:hidden;}
.div_sp > li:nth-child(2n) {background: #f9f9f9;}
.div_sp > li:hover {background-color: #edf6e4;}
.div_sp > li figure{width:20%; float:left;overflow:hidden;}
.div_sp > li img{ width:100%; height:100%;display:block;}
.div_sp > li div{ width:75%; margin-left:10px;float:left; text-transform:capitalize; text-align:left;}
.div_sp > li div h2{ font-size:12px;}
.div_sp > li div b{ font-size:11px; color:#A70002;}
.div_sp > li div span{ font-size:11px; padding-left:5px; text-decoration:line-through; color:#B5B5B5;}

.content_col_right {
	position: relative;
	overflow: auto;
	height: -webkit-calc(100% - 158px);
	height: -moz-calc(100% - 158px);
	height: calc(100% - 158px);
}
.bot_col_right {height: 60px; padding: 10px 12px; overflow: hidden;}
.btn_in {
	display: block;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	background: #9fa2a3;
	width: 22%;
	font-size: 16px;
	font-weight: 700;
	float: left;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn_in:hover {background: #8e9293;}
.btn_dh {
	display: block;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	background: #4bac4d;
	width: 76%;
	font-size: 16px;
	font-weight: 700;
	float: right;
	height: 60px;
	line-height: 60px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.btn_dh:hover {background: #419543;}

.t_content_col_right {border-bottom: 1px solid #e1e1e1; padding: 0 12px;}
.t_content_col_right span {
	display: inline-block;
	color: #fff;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	padding: 5px 20px;
	background: #0090da;
	position: relative;
	top: 1px;
}
.m_content_col_right {padding: 12px;}
.ul_m_content_col_right > li {overflow: hidden; padding: 5px 0; line-height: 20px;}
.ul_m_content_col_right > li.gc_ul_m_content_col_right {line-height: inherit;}
.txt_gc_ul_m_content_col_right {
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	padding: 10px;
	resize: vertical;
	min-height: 50px;
	height: 50px;
	color: #111;
}
.ul_m_content_col_right > li p {padding: 0;}
.l_ul_m_content_col_right {float: left;}
.r_ul_m_content_col_right {float: right; font-size: 15px; text-align: right;}
.r_ul_m_content_col_right .ipt_sty {width: 75%;}
.div_select_nv{ width:100%; border:1px solid #e1e1e1; padding:5px 0px;}

/************************************************************************************
CSS FOOTER
*************************************************************************************/

#footer {}
#footer a {}
#footer a:hover {}

/************************************** END FOOTER **************************************/

.f-detail {line-height: 1.5;}
.f-detail img, .f-detail div, .f-detail table, .f-detail h1, .f-detail h2, .f-detail h3, .f-detail h4, .f-detail h5, .f-detail h6, .f-detail p, .f-detail strong, .f-ndct em{max-width: 100% !important;}
.f-detail img {padding: 5px 0; max-width: 100% !important; height: auto !important;}
.f-detail a {color: #0090da;}
.f-detail a:hover {text-decoration: underline;}

.f-detail ul, .f-detail ol {margin-top: 10px; margin-bottom: 10px;}

.f-detail ul li {list-style: disc; margin-left: 20px;}
.f-detail ol li {list-style: decimal; margin-left: 20px;}

.tag {padding: 15px 0 0 0; font-size: 11px; overflow: hidden; font-family: Arial; line-height: 18px;}
.tag span {
	color: #939393; 
	padding: 2px 5px 2px 23px; 
	background: #F1F1F1 url(../imgs/layout/icontag.png) no-repeat 5px 5px; 
	display: block; 
	float: left;
	margin: 0 3px 3px 0;
}
.tag a {
	padding: 2px 5px; 
	color: #656565; 
	background: #F1F1F1; 
	display: block; 
	float: left;
	margin: 0 3px 3px 0;
}
.tag a:hover {background: #E2E2E2;}

.error-sty {color: #f70000; font-weight: 400; padding: 5px 0px; font-size: 11px;}

a, a:hover {}
a[href^="tel:"], a[href^="mailto:"] {color: #0090da;}

.clear {clear:both; height: 0; float: none;}

.box-sizing-fix {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

.img_object_fit {object-fit: cover; -moz-object-fit: cover; -webkit-object-fit: cover; -o-object-fit: cover; -ms-object-fit: cover;}

::-webkit-input-placeholder {opacity: 1;}
::-moz-placeholder {opacity: 1;}
:-ms-input-placeholder {opacity: 1;}
:-moz-placeholder {opacity: 1;}

.sty_slec {-webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.sty_slec::-ms-expand {display: none;}

.sty_transition {-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; transition: all 0.4s ease;}

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

select option {font-size: 12px; padding: 0px 5px;}

input, textarea, select, button {font-family: Arial,Helvetica,sans-serif; font-size: 13px; font-weight: 400; vertical-align: middle;}

::-webkit-scrollbar {width: 6px; height: 6px;}
::-webkit-scrollbar-thumb {width: 6px; background-color: #c1c1c1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
::-webkit-scrollbar-track {padding: 6px;}

.vote_radio input {position: relative; top: -2px; cursor: pointer;}
.vote_radio label {cursor: pointer;}

.page {font-size: 12px; margin: 30px 0 0 0; font-family: Arial; line-height: 18px; text-align: center;}
.PageNum a {display: inline-block; color: #fff; padding: 3px 10px; background: #0c6eb6; border: 1px solid #0c6eb6; margin: 0px 3px 5px 0px;}
.PageNum a:hover {color: #fff; background: #ffad42; border: 1px solid #ffad42;}
.PageNum span {font-weight: bold; display: inline-block; color: #fff; padding: 3px 10px; background: #ffad42; margin: 0px 3px 5px 0px; border: 1px solid #ffad42;}

/************************************************************************************
CSS LOGIN
*************************************************************************************/

.sty_wrapper {
	height: 100vh !important;	
	display: flex;
	justify-content: center;
	align-items: center;
}
.wrap_login{
	width:400px;
	margin:0 auto; 
	font-family: Arial; 
}
.row_lo_1{text-align:center; padding:30px 0;}
.row_lo_1 .logo_login img{display:inline-block; width:auto; height:45px;}
.row_lo_2{
	background:#fff;
	min-height:300px;
	padding:30px;
	border-bottom:3px solid #50a2e7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.ul_lo_2 > li{padding-bottom:15px;position:relative}
.lab_lo{display:block;padding-bottom:2px;font-size:11px;font-weight:700}
.ipt_lo{width:100%;height:36px;border:1px solid #ccc;padding:10px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.ipt_lo:focus{border:1px solid #9ecef6;-webkit-box-shadow:0 0 5px #b5ddff;-moz-box-shadow:0 0 5px #b5ddff;box-shadow:0 0 5px #b5ddff}
.ipt_lo2{padding-right:100px}
.img_lo{position:absolute;top:22px;right:0;height:36px;display:inline-block}
.btn_lo{cursor:pointer;width:100%;height:36px;border:0;background:#2A7ABE;color:#fff;font-weight:700;text-transform:uppercase;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.btn_lo:hover{-webkit-box-shadow:inset 0 0 8px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 8px rgba(0,0,0,0.3);box-shadow:inset 0 0 8px rgba(0,0,0,0.3)}
.error_lo{color:#E50D11;font-size:11px}
.row_lo_1_1{padding:20px 0}
.row_ntt{text-align:center;color:#fff;padding: 0px 15px}
.row_ntt a{color:#fff}
.row_ntt label{padding:0 5px;cursor:pointer}
.row_ntt label input{position:relative;top:-1px}
.input_ntt{border:0;width:30%;height:38px;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-bottom:2px solid #50a2e7}
.row_data{padding:0px 15px 74px 15px;overflow:hidden}
.inner_data{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px rgba(0,0,0,0.3);box-shadow:0 0 10px rgba(0,0,0,0.3)}
.nodata{position:fixed;right:0;bottom:30%;left:0;margin:auto;text-align:center;background:rgba(0,0,0,0.5);color:#fff;width:200px;padding:20px 0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.table_data{width:100%;background:#fff;border:0;font-size:11px}
.table_data td{padding:10px;text-align:center;border:0;position:relative}
.table_data thead{background:#145185}
.table_data thead td{font-weight:700;color:#fff;border:1px solid #ecf6ff}
.table_data tbody tr{background:#fff}
.table_data tbody tr:nth-child(2n){background:#f6f6f6}
.table_data tbody tr:hover{background:#bee0fe}
.table_data tbody tr:hover td{border:1px solid #fff}
.table_data tbody td{border:1px solid #eee}
.table_data tbody td:hover .ipt_data{display:block}
.ipt_data{background:#fff;border:3px solid #BEE0FE;font-size:11px;padding:5px;display:none;position:absolute;bottom:-28px;left:-1px;z-index:100;width:200px;-webkit-box-shadow:2px 2px 2px rgba(0,0,0,0.3);-moz-box-shadow:2px 2px 2px rgba(0,0,0,0.3);box-shadow:2px 2px 2px rgba(0,0,0,0.3)}
.text_gc{width:150px;border:1px solid #eee;padding:5px;resize:vertical}
.sty_left{text-align:left}
.impor_s_0{color:#2A7ABE;font-weight:700}
.impor_s_1{color:#E50D11;font-weight:700}
.impor_s_2{color:#28c20a;font-weight:700}
.btn_timkiem{padding:10px 0}
.btn_timkiem input{border:0;cursor:pointer;padding:5px 10px;background:#DF1163;color:#fff;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
.btn_timkiem input:active{opacity:.9}

/************************************************************************************
CSS POPUP
*************************************************************************************/

.fancybox-slide--iframe .fancybox-close-small {top: 0 !important; right: 0 !important; color: #999 !important;}
.fancybox-slide--iframe .fancybox-close-small:hover svg {color: #111 !important; opacity: 1 !important;}
.fancybox-slide--iframe .fancybox-close-small svg {opacity: 1;}

/************************************************************************************
CSS FORM
*************************************************************************************/

.f_pop_xuly {padding: 20px; position:relative;}
.t_pop_xuly {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	padding: 0 15px 15px 15px;
	position: relative;
	margin-top:20px;
}
.m_pop_xuly {overflow: hidden;}
.col_left_pop_xuly {width: 200px; float: left; padding: 0 15px 15px 15px;}
.col_right_pop_xuly {overflow: hidden; padding: 0 15px 15px 0;}
.row_clp {padding-bottom: 20px;}
.buttom_back{ 
	position:absolute; left:5px; top:5px;
	font-size:12px;
	border:solid 1px #E1E1E1; padding:2px 5px; text-align:center; 
	color:#000000; background-color:#F2F2F2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.buttom_back:hover {background: #c8c8c8; border: 1px solid #b7b7b7;}
.t_row_clp {
	background: #dcf4fc;
	border: 1px solid #c5e7f2;
	padding: 5px 10px;
	font-size: 13px;
}
.row_group_clp {margin-top: 10px; position: relative;}
.ipt_clp {
	width: 100%; height: 32px;
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 0 10px;
	color: #777;
}
.ipt_clp:focus, .slec_clp:focus {
	border: 1px solid #b7b7b7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(183,183,183,0.4);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(183,183,183,0.4);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 4px rgba(183,183,183,0.4);
}
.slec_clp {
	width: 100%; height: 32px;
	border: 1px solid #e1e1e1;
	background: #fff url(../imgs/layout/icon_2.png) no-repeat center right 10px;
	background-size: auto 6px;
	padding: 0 10px;
	color: #777;
}
.select_date_clp {
	width: 30px; height: 30px;
	display: block;
	position: absolute;
	top: 1px; right: 1px;
	text-align: center;
	cursor: pointer;
}	
.select_date_clp svg {position: relative; top: 8px;}

.tb_crp {width: 100%; border: 1px solid #e9e9e9; font-size: 13px;}
.tb_crp .links_fcb{ color:#0F00D8; text-decoration:underline;}
.tb_crp .links_fcb:hover{ color:#00257C;}
.tb_crp td {padding: 10px; white-space: nowrap;}
.t_tb_crp {background: #dcf4fc;}
.t_tb_crp td {border: 1px solid #c5e7f2; font-weight: 700; padding: 8px 10px 7px 10px;}
.m_tb_crp tr {background: #fff;} 
.m_tb_crp tr:nth-child(2n) {background: #f9f9f9;}
.m_tb_crp tr:hover {background: #edf6e4;}
.m_tb_crp tr td {border-right: 0; border-left: 0;}
.lick_crp {
	display: inline-block;
	font-weight: 700;
	background: #f2f2f2;
	border: 1px solid #e1e1e1;
	padding: 5px 12px;
	color: #111;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}
.lick_crp:hover {background: #c8c8c8; border: 1px solid #b7b7b7;}
.b_crp {padding-top: 20px; text-align: right;}

.but_add {
	color: #fff;
	font-weight: 700;
	background: #4bac4d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 20px;
	cursor: pointer;
	border: 0;
	font-size: 13px;
	margin-left: 5px;
}
.but_add:hover {background: #419543;}
.but_add svg, .but_rs svg {margin-right: 5px;}
.but_rs {
	color: #fff;
	font-weight: 700;
	background: #9fa2a3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 10px 20px;
	cursor: pointer;
	border: 0;
	font-size: 13px;
	margin-left: 5px;
}
.but_rs:hover {background: #8e9293;}

.left_crp {text-align: left;}
.right_crp {text-align: right;}
.center_crp {text-align: center;}

.lb_radio_clp {
	cursor: pointer; 
	display: inline-block; 
	line-height: 32px; 
	background: #f9f9f9;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px;
}
.lb_radio_clp input {position: relative; top: -2px; margin-right: 4px;}
.f_col_form {padding: 7.5px;}
.row_form {
	padding: 7.5px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.row_form .select_date_clp {top: 8.5px; right: 8.5px}
.col_form_1 .row_form {width: 100%;}
.col_form_2 .row_form {width: 50%;}
.col_form_3 .row_form {width: 33.3333%;}
.col_form_4 .row_form {width: 25%;}
.col_form_5 .row_form {width: 20%;}
.col_form_6 .row_form {width: 16.6666%;}
.col_form_7 .row_form {width: 14.25%;}
.col_form_8 .row_form {width: 12.5%;}
.li_chech .row_form{ margin:0px; padding:0px; margin-right:2px;}
.li_chech .row_form:last-child{ margin-right:0px;}
.li_chech .row_form .lb_radio_clp{ line-height:25px;}
.li_chech .l_ul_m_content_col_right{ margin-right:10px;}
.row_clp_but{
	display:inline-table;
	padding:10px 20px;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	background: #4bac4d;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.row_clp_buttom1{background:#4bac4d; margin-right:10px;}
.row_clp_buttom2{background:#9fa2a3;}

.b_crp_them{ margin-bottom:10px;}
.row_clp_buttom_them{
	display:block;
	padding:10px 20px;
	cursor: pointer;
	border: 0;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #4bac4d;
}

.sroll_tb {overflow-x: auto;}

.f_pop_in {padding: 20px; position: relative;}
.click_print {
	position: absolute;
	top: 20px; right: 45px;
	z-index: 1;
	font-size: 26px;
	text-align: center;
	width: 50px; height: 50px;
	border: 1px solid #bbb;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.click_print:hover {background: #0090da; color: #fff; border: 1px solid #0090da;}
.click_print svg {position: relative; top: 11px;}
.in_1 {overflow: hidden;}
.in_1 img {
	float: left;
	display: block;
	margin-right: 20px;
	width: 150px; height: auto;
}
.info_in_1 {overflow: hidden;}
.info_in_1 strong {display: block;}

.in_2 {
	text-align: center;
	text-transform: uppercase;
	padding: 20px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.in_3 {overflow: hidden; padding-bottom: 20px;}
.l_in_3 {width: 66%; float: left;}
.r_in_3 {width: 30%; float: right;}
.r_in_3 span {display: inline-block; min-width: 80px;}

.tb_in_4 {width: 100%; font-size: 12px;}
.tb_in_4 td {border: 1px solid #000;}
.tb_in_4 thead td {font-weight: 700;}
.sty_r_tb_in_4 {text-align: right;}

.in_5 {text-align: right; padding: 10px 11px 0 0;}

.in_6 {padding: 10px 0;}

.in_7 {overflow: hidden; text-align: center;}
.l_in_7, .r_in_7 {float: left; width: 50%;}
.div_chon_kho_chinh {width:150px;}
.div_chon_kho_chinh .slec_clp {
	border: 1px solid #fff; 
	height: 33px;
	-webkit-border-top-left-radius: 2px !important;
	-webkit-border-top-right-radius: 2px !important;
	-moz-border-radius-topleft: 2px !important;
	-moz-border-radius-topright: 2px !important;
	border-top-left-radius: 2px !important;
	border-top-right-radius: 2px !important;
}

.show_kho {position: absolute; top: 9px; right: 0;}

.sh_col_left_pop_xuly_rwd {
	display: none;
	background-color: #dcf4fc;
	border: 1px solid #c5e7f2;
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 5px;
	font-weight: 400;
	cursor: pointer;
	position: relative;
}
.sh_col_left_pop_xuly_rwd svg {margin-right: 4px;}
.sh_col_left_pop_xuly_rwd .fa-angle-down {margin-right: 0; position: absolute; top: 8px; right: 10px;}

@media only screen and (max-width: 1024px) {
	.fancybox-slide--iframe .fancybox-content {width: 100% !important;}
}

@media only screen and (max-width: 812px) {
	html, body {overflow-x: hidden; -webkit-overflow-scrolling: touch;}
	#header {height: auto; position: relative;}
	.hea_menu {float: none; width: auto; overflow: hidden; position: static;}
	.hea_search {float: none; width: auto; padding-left: 10px; padding-right: 10px;}
	.hea_tab_hd {margin: 0; padding-left: 10px; padding-right: 10px;}
	.ul_hea_menu {float: none;}
	.ul_hea_menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	.ul_hea_menu {display: inline-block;}
	* html .ul_hea_menu {height: 1%;}
	.ul_hea_menu {display: block;}
	.ul_hea_menu > li {margin-left: 0;}
	.ul_hea_menu > li.icon_hea_menu {float: right;}
	.show_kho {right: 10px;}
	#container {height: auto;}
	.col_left {margin: 0; height: 50vh; width: auto;}
	.col_right {float: none; width: auto; height: auto; border-left: 0; border-top: 1px solid #ccc;}
	.in_col_left {padding: 10px;}
	.content_col_right {height: auto;}
	.tb_nd {overflow-x: auto; overflow-y: hidden;}
	.tb_nd > li {width: 800px;}
	.add_new {z-index: 11;}
	.div_sp {position: static; height: 200px;}
	#container > form, .sh_col_left_pop_xuly_rwd {display: block;}
	
	.fancybox-slide--iframe {padding: 10px !important;}
	.f_pop_xuly {padding: 10px;}
	.col_left_pop_xuly {float: none; width: auto; display: none;}
	.col_right_pop_xuly {padding: 0;}
	.t_pop_xuly, .col_left_pop_xuly {padding-left: 0; padding-right: 0;}
}

@media only screen and (max-width: 480px) {
	.wrap_login {width: 94%;}
}