html {height: 100%}
body{
	font-family: 'arial', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
	background-size: cover;
	background-image: url(../images/bg_body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
* {
	box-sizing: border-box;
}
img {
	vertical-align: top;
	width: 100%;
	height: auto;
	max-width: 100%;
}
img.full-width {
	width: 100vw !important;
	height: auto !important;
	max-width: inherit;
	-webkit-margin-left: calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	-webkit-margin-right: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
.container {
  max-width: 1200px;
  margin: 0 auto; 
  padding: 70px 0;
}
#wrapper {
	padding: 10px 10px 10px 240px;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}
#header {
  width: 230px;
  height: 100vh;
  position: relative;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0; 
  transition: all .3s;
  z-index: 999;
  padding-bottom: 35px;
  /*background-color: #ffffff;*/
  -webkit-box-shadow: 0 5px 17px 0 rgba(0,0,0,.05);
box-shadow: 0 5px 17px 0 rgba(0,0,0,.05)
}
#header .container {
	padding: 0;
}
#header .container {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#header .logo {
	padding:  20px;
  width: 190px;
}
#header .logo img {
	height: 70px;
	width: auto;
}

.gnav {
	overflow: scroll;
}
.gnav li {
	display: block;
	/*text-transform: uppercase;*/
	border-bottom: 1px solid #ebebeb;
}
.gnav li.btn-logout-sp {
	display: none;
}
.gnav > ul > li.arrow > a {
	position: relative;
}
.gnav > ul > li.arrow > a:before {
	content: "";
	display: block;
	width: 7px;
	height: 1px;
	background: #333;
	position: absolute;
	right: 10px;
	top: 50%;
}
.gnav > ul > li.arrow > a:after {
	content: "";
	display: block;
	width: 1px;
	height: 7px;
	background: #333;
	position: absolute;
	right: 13px;
	top: calc(50% - 3px);
	transition: all .2s;
}
.gnav > ul > li a {
	color: #333;
	font-size: 12px;
	/*font-weight: bold;*/
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 15px 20px;
}
#header:hover .gnav > ul > li a{
	position: relative;
}

/*.gnav >ul > li:hover > a:after {
	transform: rotate(90deg);
}*/
.gnav >ul > li > a.open:after {
	transform: rotate(90deg);
}
.gnav > ul > li ul li a:hover {
	opacity: .8;
}

.gnav .sub-menu {
	display: none;
	background: #ebebeb;
	width: 100%;
}
.gnav .sub-menu ul {
	display: none;
	padding-left: 10px;
}
.gnav .sub-menu li {
	border-bottom: 1px solid #fff;
}
.gnav .sub-menu li:last-child {
	border-bottom: none;
}
.gnav .sub-menu ul li {
	border-bottom: 1px solid #fff !important;
}
.gnav .sub-menu ul li:last-child {
	border-bottom: none;
}

.gnav .sub-menu li a {
	font-size: 13px;
	font-weight: normal;
	padding: 8px 20px 8px 35px;
	position: relative;
	text-transform: none;
}
.gnav .sub-menu li a:before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	background: url(../images/ico-folder.svg) no-repeat;
	background-size: 12px auto;
	position: absolute;
	top: 11px;
	left: 20px;
}
.gnav .sub-menu > li > a {
	position: relative;
}
.gnav .sub-menu > li > a:after {
	display: block;
	content: "";
	width: 4px;
	height: 4px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	transition: all .2s;
}
/*.gnav .sub-menu > li > a:hover:after,
.gnav .sub-menu > li:hover > a:after {
	position: absolute;
	right: 11px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}*/
.gnav .sub-menu > li > a.open:after {
	position: absolute;
	right: 11px;
	top: 50%;
	transform: rotate(45deg) translateY(-50%);
}
.gnav .sub-menu ul.list-archive li a {
	padding: 5px 20px 5px 35px;
}
.gnav .sub-menu ul.list-archive li a:before {
	background: url(../images/ico-archive.svg) no-repeat;
	background-size: 12px auto;
	top: 8px;
}

.btn-logout {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
}
.btn-logout a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #197fc2;
	color: #fff;
	padding: 5px 15px;
}



#main-content {
/*	max-width: 1200px;
	margin: 0 auto;*/
}
.header-sub {
	display: flex;
	color: #fff;
	background-size: cover;
	background-image: url('../images/bg_title.jpg');
	/*background: linear-gradient(70deg, #2B59D3, #1E429F);*/
	position: relative;
}
.header-sub:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	z-index: 1;
}
.header-sub  .container {
	width: 100%;
	max-width: 1200px;
	height: 120px;
	display: flex;
	text-align: center;
	align-items: center;
	padding: 0;
	position: relative;
	z-index: 2;
}
.header-sub h1 {
	font-size: 30px;
	padding: 0 10px 0 30px;
	color: #fff;
	text-align: left;
	/*text-transform: uppercase;*/
}
.header-sub p {
	max-width: 500px;
	font-size: 18px;
}


.content-desc {
	margin: 0 auto 70px;
	padding: 0 20px;
}
.content-desc ul,
.content-desc ol {
	margin-left: 20px;
}
.content-desc .title {
	font-size: 24px;
	margin-bottom: 10px;
}

/*#content.container,
#content .container {
	padding: 20px 15px;
}*/
#content.container {
	padding: 0;
	display: flex;
	justify-content: space-between;
}
#content .main {
	width: calc(100% - 250px);
	min-height: calc(100vh - 20px);
	background: #fff;
}
#content .main.container {
	padding: 0;
	width: auto;
}
#content .sidebar {
	width: 240px;
}
.box-file {
	background: #fff;
	padding-bottom: 10px;
}
.box-file h3 {
	color: #333;
	font-size: 14px;
	padding: 10px 20px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
}
.box-file ul {
	list-style: none;
}
.box-file ul li {
/*	margin-bottom: 5px;*/
}
.box-file ul li a {
	display: block;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 10px 5px 25px;
	background: url(../images/ico-archive.svg) 8px 8px no-repeat;
	background-size: 14px auto;
}
.box-file ul li a:hover {
	text-decoration: underline;
}

.article-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	box-sizing: border-box;
}
.article-box li {
	flex-basis: 33.33%;
	list-style: none;	
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
}

.article-box li a {
	display: block;
	padding: 25px;
	text-decoration: none;
	color: #333333;
	transition: all .3s;
}
.article-box li .thumb {
	margin-bottom: 10px;
}
.article-box li h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
.article-box li:hover {
	/*background: #1b8de7;*/
	background: linear-gradient(90deg, #2B59D3, #1E429F);
}
.article-box li:hover a {
	color: #ffffff;
}

.article {
	display: block;
	margin-bottom: 20px;
}
.article li {
	display: block;
	list-style: none;
  margin: 0 0 10px;
  padding-left: 30px;
  background: url(../images/ico-archive.svg) 7px 2px no-repeat;
  background-size: 16px auto;
}
.article li a {
	color: #333333;
	display: flex;
	text-decoration: none;
}
.article li a:hover {
	text-decoration: underline;
}



.tin_khac{padding:10px 5px 5px;border-top:3px solid #d8d8d8;}
.tin_khac p{font-weight:bold;}
.tin_khac ul{list-style:none outside none;margin:5px 0;padding:0px 0px 0px 10px;}
.tin_khac ul li{display:block;padding:3px 0;}
.tin_khac ul li a{background:url("../images/icon_arrow_4.png") no-repeat scroll 0px 3px;color:#000000;padding:0 0 0 15px;text-decoration:none;}
.tin_khac ul li a:hover{color:#1b8de7;text-decoration:none;}


.pagination{padding:20px;margin-bottom:20px;text-align:center; font-size: 14px;}
.pagination p{display:block;margin:8px 0px;}
.pagination a, .pagination span{display:inline-block;padding:5px 9px;margin-right:4px;border-radius:3px;border:solid 1px #c0c0c0;background:#fff;text-decoration:none;color:#717171;}
.pagination a:hover, .pagination span:hover{background:#fefefe;}
.pagination span.active{border:none;background:#1b8de7;color:#f0f0f0;}





#gotop {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	background: linear-gradient(90deg, #2B59D3, #1E429F);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;gôtp
	transition: all .2s;

}
#gotop i {
	font-size: 20px;
}
#gotop:hover {
	cursor: pointer;
	background: #1476f2;
}




/*====================*/
.btn-default {
	display: block;
	text-align: center;
}
.btn-default a {
	display: inline-block;
	margin: 0 auto;
	padding: 5px 20px;
	background: #ffffff;
	color: #1b8de7;
	border: 2px solid #1b8de7;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .3s;
}
.btn-default a:hover {
	color: #fff;
	background: #1b8de7;
}
.btn-default a i {
	padding-left: 5px;
}
#menu-sp {
	display: none;
}



.sp-call {
	display: none;
}

@media only screen and (max-width: 1024px) {
	table {
		width: 100% !important;
	}
  .container {
  	margin: 0 15px;
  }

  #wrapper{
		overflow: hidden;
		padding: 65px 0 15px 0;
		min-height: inherit;
	}
	#header {
		width: 100%;
		height: 50px;
	}
	#header .logo {
		width: 140px;
		padding: 5px;
		float: left;
	}
	#header .logo img {
		height: 40px !important;
		width: auto;
	}
	.gnav {
		display: none;
		width: 100%;
		height: calc(100vh - 50px);
		position: fixed;
		top: 50px;
		left: 0;
		bottom: 0;
		background: #fff;
		overflow: auto;
		border-top: 1px solid #ebebeb;
		padding-bottom: 50px;
	}
	.gnav li.btn-logout-sp {
		display: block;
	}
	#header .container {
		height: 50px;
		display: block;
	}
	#menu-sp {
		display: block;
	  width: 35px;
	  height: 20px;
	  float: right;
	  margin: 15px 5px;
	  position: relative;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .5s ease-in-out;
	  -moz-transition: .5s ease-in-out;
	  -o-transition: .5s ease-in-out;
	  transition: .5s ease-in-out;
	  cursor: pointer;
	}
	#menu-sp a {
		width: 35px;
		height: 20px;
		display: block;
	}

	#menu-sp span {
	  display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: #333;
	  border-radius: 6px;
	  opacity: 1;
	  left: 0;
	  -webkit-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	  -webkit-transition: .25s ease-in-out;
	  -moz-transition: .25s ease-in-out;
	  -o-transition: .25s ease-in-out;
	  transition: .25s ease-in-out;
	}
	/*#header:hover #menu-sp span {
		background: #1b8de7;
	}*/

	#menu-sp span:nth-child(1) {
	  top: 0px;
	}

	#menu-sp span:nth-child(2) {
	  top: 8px;
	}

	#menu-sp span:nth-child(3) {
	  top: 16px;
	}

	#menu-sp.is-open span:nth-child(1) {
	  top: 8px;
	  -webkit-transform: rotate(135deg);
	  -moz-transform: rotate(135deg);
	  -o-transform: rotate(135deg);
	  transform: rotate(135deg);
	}

	#menu-sp.is-open span:nth-child(2) {
	  opacity: 0;
	  left: -60px;
	}

	#menu-sp.is-open span:nth-child(3) {
	  top: 8px;
	  -webkit-transform: rotate(-135deg);
	  -moz-transform: rotate(-135deg);
	  -o-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
	.btn-logout {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	
  #gotop {
  	right: 15px;
  }
  .contact-wrap {
  	padding: 20px 15px;
  }
  .contact-wrap .info {
  	width: 100%;
  	padding: 0;
  	text-align: center;
  	margin-bottom: 20px;
  }
  .contact-wrap .map {
  	width: 100%;
  	padding: 0;
  }
  #content.container {
  	flex-direction: column;
  }
  #content .main {
  	width: 100%;
  }
  #content .sidebar {
  	width: 100%;
  }
  .content-desc {
  	margin-bottom: 30px;
  	padding: 0 15px;
  }
  .header-sub h1 {
  	padding: 0;
  }
}


.sp-on {
  display: none;
}
@media only screen and (max-width: 640px) {
	.sp-on {
	  display: block;
	}
	.sp-off {
	  display: none;
	}
	img {
	  width: 100%;
	  max-width: 100%;
	  height: auto !important;
	  vertical-align: top;
	}
	.container {
		padding: 40px 0;
	}


	
  
  
  #gotop {
  	right: 10px;
  }
  #header .container {
  	height: 50px;
  }
  
}

@media only screen and (max-width: 414px) {
	
	.article-box li {
  	flex-basis: 100%;
  }
	
	
	.article li {
		margin: 0 0 20px;
	}
	.article li a {
		flex-direction: column;
	}
	.article li .thumb {
		width: 100%;
		margin-bottom: 10px;
	}
	.article li .desc {
		width: 100%;
		padding: 0;
	}
}



#breadcrumb {
  margin: 0 0 10px;
  padding: 10px 15px;
  font-size: 13px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (max-width: 768px) {
	#breadcrumb {
		padding: 5px 15px;
		/*margin: 0 10px;*/
	}
}
#breadcrumb li {
  list-style: none;
  display: inline;
  color: #666;
  padding: 5px 0 5px 20px;
  position: relative;
}
#breadcrumb li:before {
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  left: 10px;
  top: 11px;
  transform: rotate(45deg);
}
#breadcrumb li:first-child {
  padding-left: 0;
}
#breadcrumb li:first-child:before {
  display: none;
}
#breadcrumb li a {
  text-decoration: none;
  color: #666;
}
#breadcrumb li a:hover {
  text-decoration: underline;
}
#breadcrumb li br {
	display: none;
}






.login-wrapper {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
	background: #fff;
	position: relative;
	top: 50vh;
	transform: translateY(-50%);
}
.login-wrapper h3 {
	background: #197fc2;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 15px;
}
.login-wrapper .form-group {
	padding: 10px 20px;
	display: flex;
	flex-direction: column;
} 
.login-wrapper .form-group label {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}
.login-wrapper .form-group input[type="text"],
.login-wrapper .form-group input[type="password"] {
	height: 36px;
	border: 1px solid #d8d8d8;
	padding: 0 10px;
	outline: none;
}
.login-wrapper .form-group button[type="submit"] {
	background: #197fc2;
	color: #fff;
	display: block;
	border: 0;
	padding: 8px 20px;
}
.login-wrapper .form-group button[type="submit"]:hover {
	cursor: pointer;
}
.login-wrapper .form-group.btn-group {
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 10px;
}
.login-wrapper .form-group.btn-group label {
	font-size: 12px;
	font-weight: normal;
}
.login-wrapper .form-group .err,
.login-wrapper .form-group .error {
	font-size: 12px;
	color: #f00;
	font-weight: normal;
}

.task_list {
	list-style: none;
	display: block;
	margin: 0 !important;
	padding: 0;
}
.task_list li {
	background: #fff;
	display: block;
	list-style: none;
	/*border-bottom: 1px solid #d8d8d8;*/
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.task_list li:before {
	content: "⦿";
	display: block;
	position: absolute;
	left: 5px;
	top: 10px;
}
/*.task_list li:first-child {
	border-top: 1px solid #d8d8d8;
}*/
.task_list li a {
	display: block;
	padding: 10px 5px 10px 25px;
	color: #333;
	text-decoration: none;
}
.task_list li a:hover {
	background: #efefef;
}
.task_list li > div {
	padding: 0 25px;
	margin-bottom: 10px;
}
.task_list li > h2 {
	display: block;
	padding: 10px 5px 10px 25px;
}
