/*****
 *****	Index Style
 *****
 *****	_1 : RTL
 *****	_2 : LTR
 *****/
@charset "utf-8";

/*	fonts	[Version 2.1]	*/
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanweblightfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanweblightfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanweblightfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanweblightfanum.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebregularfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebregularfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebregularfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebregularfanum.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebmediumfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebmediumfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebmediumfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebmediumfanum.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebboldfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebboldfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebboldfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebboldfanum.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebextraboldfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebextraboldfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebextraboldfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebextraboldfanum.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebblackfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebblackfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebblackfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebblackfanum.ttf') format('truetype');
	font-weight: 850;
	font-style: normal;
}
@font-face {
	font-family: "iranyekan";
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebextrablackfanum.eot');
	src: url('../../../includes/fonts/IRANYekan/iranyekanwebextrablackfanum.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebextrablackfanum.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/iranyekanwebextrablackfanum.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'fontello';
	src: url('../../../includes/fonts/fontello_12/fontello.eot');
	src: url('../../../includes/fonts/fontello_12/fontello.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/fontello_12/fontello.woff2') format('woff2'),
		 url('../../../includes/fonts/fontello_12/fontello.woff') format('woff'),
		 url('../../../includes/fonts/fontello_12/fontello.ttf') format('truetype'),
		 url('../../../includes/fonts/fontello_12/fontello.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "iranyekanEN";
	src: url('../../../includes/fonts/IRANYekan/en/IRANYekanWebRegular.eot');
	src: url('../../../includes/fonts/IRANYekan/en/IRANYekanWebRegular.eot#iefix') format('embedded-opentype'),
		 url('../../../includes/fonts/IRANYekan/en/IRANYekanWebRegular.woff') format('woff'),
		 url('../../../includes/fonts/IRANYekan/en/IRANYekanWebRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*	fonts	*/


.DIR_1 {
	direction: rtl;
}
.DIR_2 {
	direction: ltr;
}
.DIR_1 * {
	font-family: iranyekan;
}
.DIR_2 * {
	font-family: iranyekanEN;
}


html {
	font-size: 16px;
	line-height: 1.5;
	tab-size: 4;
}
body {
	background: #363f45;
}
*, :before, :after {
	margin:0;
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
}
noscript {
	position: fixed;
	width: 100%;
	height: 100%;
	color: #FFF;
	background: #993333;
	text-align: center;
	padding: 1rem;
	z-index: 999;
}
strong, b {
	font-weight: bold;
}
hr {
	border:0;
	border-top: 1px solid #404040;
}
input, select, textarea {
	border: 1px solid #cacaca;
	border-radius: 4px;
	color: #404040;
	width: 100%;
	height: 35px;
	line-height: 35px !important;
	padding: 0 5px;
	box-sizing : border-box;
}
select option:disabled {
	color:#999;
}
textarea {
	height: 100px;
}
input:focus, select:focus, textarea:focus {
}
input.chechsize {
	width: 15px;
	height: 15px;
	border: none;
	vertical-align: middle;
}
input.size1, select.size1 {
	width: 65px;
	height: 35px;
	line-height: 35px !important;
}
input.size2, select.size2 {
	width: 150px;
	height: 35px;
	line-height: 35px !important;
}
input[type="submit"] {
	width: 154px;
}
input.size3, select.size3 {
	width: 350px;
	height: 35px;
	line-height: 35px !important;
}
textarea.size3 {
	width: 350px;
	height: 250px;
	line-height: 35px !important;
}
.tableForm {
	width: 80%;
}
.tableForm .Star {
	color: #cb5d37;
	font-weight: bold;
}
.tableForm .header {
	background:#CCC;
	padding:5px;
}
.tableForm .header .multi {
	color: #666;
	font-size: 14px;
}
.btn1 {
	color: #FFF;
	background: #d52b1e;
	border: 1px solid #000;
	height: 40px !important;
	line-height: 40px !important;
	transition:all 0.5s;
}
.btn1:hover {
	color: #FFF;
	background: #640017;
	border: 1px solid #640017;
	cursor: pointer;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #cb5d37;
}
.rutitr {
	font-size: 14px;
	color: #999;
}
.Title, a.Title {
	color: #000;
}
a.Title:hover {
	color: #cb5d37;
}
.PicSmall {
	width: 90px;
	/*height: 60px;*/
	border: 1px solid #005383;
}
.Abstract, .Abstract p, .Abstract span {
	font-size: 14px;
	line-height: 15px;
	color: #675b40;
}
.Line {
	width: 100%;
	height: 1px;
	background: #2980b9;
	line-height: 1px;
}
.DivTags {
	min-height: 35px;
	overflow: hidden;
	margin-top: 10px;
}
.DivShare {
	height: 30px;
	overflow: hidden;
	margin-top: 40px;
}
.DivShare .IcnShare {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 2px;
	vertical-align: middle;
	background-color: #fff;
	background-size: cover;
}
.DivShare .IcnShare.facebook { background-image: url(../../_tmp_common/images/Share/facebook.png); }
.DivShare .IcnShare.gmail { background-image: url(../../_tmp_common/images/Share/gmail.png); }
.DivShare .IcnShare.googleplus { background-image: url(../../_tmp_common/images/Share/googleplus.png); }
.DivShare .IcnShare.telegram { background-image: url(../../_tmp_common/images/Share/telegram.png); }
.DivShare .IcnShare.twitter { background-image: url(../../_tmp_common/images/Share/twitter.png); }
.DivShare .IcnShare.yahoo { background-image: url(../../_tmp_common/images/Share/yahoo.png); }
.DivShare .IcnShare.bale { background-image: url(../../_tmp_common/images/Share/bale.png); }
.DivShare .IcnShare.eitaa { background-image: url(../../_tmp_common/images/Share/eitaa.png); }
.DivShare .IcnShare.igap { background-image: url(../../_tmp_common/images/Share/igap.png); }
.DivShare .IcnShare.soroush { background-image: url(../../_tmp_common/images/Share/soroush.png); }
.DivComments {
	margin-top:30px;
}
.DivComment {
	padding:20px;
	color:#666;
}
.DivCommentTitle {
	border-bottom: 1px solid #468AC7;
	text-align:left;
	font-size:16px;
}
.DivCommentDesc {
	background:#fdfdfd;
	padding:20px;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
.AnswerBox {
	color:#468AC7;
	border-right: 4px solid #468AC7;
	margin-top: 20px;
	margin-right: 20px;
	padding:0 10px;
	line-height: 20px;
}
.Bull {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../_tmp_common/images/Bull.png) no-repeat center;
}
.ContentImageLarge {
	width: calc(100% - 2px) !important;
	padding: 0px;
	background: #fff;
	border: 1px solid #207abc;
	border-radius: 10px;
}
.ContentImage {
	padding: 0px;
	background: #fff;
	border: 1px solid #207abc;
	border-radius: 10px;
}
.BoxImage {
    background: rgba(241, 246, 255, 0.2);
    border: 1px solid #B3DCEA;
    border-radius: 3px;
    text-align: right;
	padding: 5px;
	position: relative;
}
.BoxImage:after {
    content: '';
	display: block;
	clear: both;
}
.BoxImage img {
	margin: 5px;
}
.ContentAbstract {
}
.DivContent {
	padding-top:40px;
}
.LinksImage {
	border: 0px;
	width: 84px;
	height: 84px ;
}
.BannersImage {
	visibility: hidden;
	border: 0px;
	width: 35px;
	height: 35px;
	margin-top: -4px;
}
.ScrollUP {
	width: 35px;
	height: 35px;
	opacity: 0.7;
	position: fixed;
	bottom: 0px;
	display: none;
	text-indent: -9999px;
	background: #454b52 url(../../_tmp_common/images/up.png) no-repeat center center;
	cursor: pointer;
}
.DIR_1 .ScrollUP {
	left: 0;
}
.DIR_2 .ScrollUP {
	right: 0;
}
.ScrollUP:hover {
	opacity: 1;
}
.CaptchaImage {
	width: 100px;
	height: 33px;
	vertical-align: bottom;
	padding: 0px !important;
	border: 0 !important;
	border-radius: 4px;
}
.clear {
	clear: both;
}
.BoxCode {
	direction: ltr;
	border-radius: 4px;
	border: 1px solid #ccc;
	color: #666;
	background: #f5f5f5;
	padding: 10px;
}
.BoxCode b, .BoxCode strong {
	color: #000;
}
.Height1 {
	height:15px;
}



/*	Index	*/
#DivOuterHead {
	width: 100%;
	height: 135px;
	position: fixed;
	top: 0;
	right:0;
	z-index: 70;
	background: #fff;
}
#DivOuterHead.Fix, #DivOuterHead.bgFix {
    border-bottom: 1px solid #999;
}
#DivHead {
	width: 95%;
	height: 95px;
	margin: 0 auto;
	position: relative;
}
#DivHeadBar {
	height:40px;
	background:#033828;
	position:relative;
}
.DivIcon {
	width: 250px;
	height:25px;
	position: absolute;
	top: 25px;
	text-align: left;
	font-size: 14px;
}
.DIR_1 .DivIcon {
	left: 0px;
}
.DIR_2 .DivIcon {
	right: 0px;
	text-align: right;
}
.LangBox {
	display:inline-block;
	line-height: 25px;
	color:#A2A2A2;
}
.langSeparator {
	color:#EFB03E;
	padding:0 10px 0 10px;
}

#SearchBox {
	display:inline-block;
	line-height: 25px;
	color:#7BC144;
    background: url(../images/search.png) no-repeat left 0;
}
.DIR_1 #SearchBox {
	margin-left: 25px;
	padding-left: 25px;
}
.DIR_2 #SearchBox {
	margin-right: 25px;
	padding-right: 25px;
	background-position: right;
}

.DivLogo {
	width: 270px;
	height: 60px;
	position: absolute;
	top: 15px;
	overflow: hidden;
}
.DivLogo a {
    display: block;
    height: 60px;
}

.icnHome {
	width:20px;
	height:40px;
	line-height:40px;
	display:inline-block;
	text-align:center;
	vertical-align: top;
	transition:all 0.5s;
}
.icnHome:hover, .icnHome:hover:before {
	color:#7bc144;
}
.icnHome:before {
	content: '\e803';
	font-size: 150%;
	color: #fff;
	transition:all 0.5s;
}
.ElectronicServices {
	color:#fff;
	line-height: 40px;
	position: absolute;
	top:0;
	left:0;
	font-size:18px;
	font-weight: 850;
	padding-right:10px;
	direction: ltr;
	transition:all 0.5s;
}
.ElectronicServices:hover, .ElectronicServices:hover:before {
	color:#7bc144;
}
.ElectronicServices:before {
	content: '\E826';
	font-size: 100%;
	color:#7bc144;
	line-height: 40px;
	transition:all 0.5s;
	padding:10px;
}


.DivOuterBanner1 {
	width: 100%;
	background: #eeeff2;
	background-image: linear-gradient(to bottom, #fff, #D0DDE6 100%);
	position: relative;
	margin-top: 135px;
	overflow: hidden;
}
.DivBanner1 {
	width: 96%;
	height: 100%;
	margin: 0 auto;
	padding:15px 0 30px 0;
	display: flex;
	justify-content: space-between;
}
.DivBanner1-one {
	width: 70%;
}
.DivBanner1-two {
	width: 26%;
}
/*	width <= 900px	*/
@media (max-width: 900px) {
	.DivOuterBanner1 {
		margin-top: 120px;
	}
	.DivBanner1 {
		justify-content: center;
	}
	.DivBanner1-one {
		width: 100%;
	}
	.DivBanner1-two {
		display:none;
	}
}




.DivOuterBanner_links {
	width: 100%;
	height:160px;
	background: #615a65;
	background-image: linear-gradient(to bottom, #D0DDE6, #ffffff 100%);
	padding-top:20px;
	padding-bottom:10px;
}
.DivBanner_links {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
.DivBanner_links * {
	transition:all 0.5s;
}
.DivBanner_links .Item {
	display: inline-block;
	width:70px;
	height:70px;
	margin: 0 4% 0 4%;
	padding:4px;
	position: relative;
	border: 1px solid #7BC144;
	border-radius: 50px;
	vertical-align: top;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px rgba(66, 35, 81, 0.15);
}
.DivBanner_links .Item:hover {
	/*border-color: #fff;
	background: #7BC144;*/
}
.DivBanner_links .Item a {
	display: block;
	height: 100%;
	line-height: 90px;
	text-align:center;
	color:#033828;
	background:#7BC144;
	border-radius: 50px;
}
.DivBanner_links .Item:hover a {
	color:#422351;
	border-radius: 50px;
	background: #7c4199;
}
.DivBanner_links .Item img {
	width:60%;
	height:60%;
}
.DivBanner_links .Item div {
	position: absolute;
	top: 75px;
	right: -18px;
	width: 105px;
	line-height: 15px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight:bold;
}
/*	width <= 1050px	*/
@media (max-width: 1050px) {
	.DivOuterBanner_links {
		height: auto;
		padding: 20px 0;
	}
	.DivBanner_links .Item {
		width: auto;
		height: 45px;
		margin: 5px;
		overflow: hidden;
		border-radius: 10px;
	}
	.DivBanner_links .Item a {
		border-radius: 7px;
	}
	.DivBanner_links .Item img {
		display:none;
	}
	.DivBanner_links .Item div {
		position: unset;
		width: auto;
		padding: 0 10px;
		font-weight:normal;
	}
}



.DivOuterBanner2 {
	width: 100%;
	background: #fff;
	position: relative;
	padding-top:80px;
	padding-bottom: 80px;
}
.DivBanner2 {
	width: 95%;
	margin: 0 auto;
	text-align:center;
}
.DivBanner2>.Title {
	font-size:32px;
	font-weight:bold;
	margin-bottom:50px;
	color:#353536;
}
.DivBanner2 .ViewAll {
	margin-top:60px;
}
.DivBanner2 .ViewAll a {
	font-size:20px;
	padding:3px 80px;
	border: 2px solid #7C4199;
	border-radius: 30px;
	color:#353536;
	transition:all 0.5s;
}
.DivBanner2 .ViewAll a:hover {
	color:#fff;
	background:#7C4199;
}
/*	width <= 1000px	*/
@media (max-width: 1000px) {
	.DivOuterBanner2 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.DivBanner2 .ViewAll {
		margin-top:30px;
	}
	.DivBanner2 .ViewAll a {
		font-size:16px;
		padding:3px 50px;
	}
}



.DivOuterBanner3 {
	width: 100%;
	height:500px;
	background: #7f8a77 url(../images/bg_banner3.png) no-repeat center center;
	background-size: cover;
}
.DivBanner3 {
	width: 95%;
	margin: 0 auto;
	text-align:center;
	position: relative;
}
.DivBanner3 .box {
	width: 40%;
	height:350px;
	line-height:25px;
	background:#fff;
	padding:30px;
	margin-top:90px;
	position:absolute;
	left:0;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.4);
	overflow:hidden;
}
.DivBanner3 .title {
	font-size: 18px;
	font-weight:750;
	line-height:40px;
}
.DivBanner3 .text {
	max-height:225px;
	text-align:right;
	overflow:hidden;
	font-size: 14px;
}
.DivBanner3 .ViewAll {
	margin-top:15px;
}
.DivBanner3 .ViewAll a {
	font-size:18px;
	padding:3px 60px;
	border: 2px solid #7BC144;
	border-radius: 30px;
	color:#fff;
	background:#7BC144;
	transition:all 0.5s;
}
.DivBanner3 .ViewAll a:hover {
	color:#353536;
	background:#fff;
}

.DivOuterBanner4 {
	width: 100%;
	background: #fff;
	position: relative;
	padding-top:80px;
	padding-bottom: 80px;
}
.DivBanner4 {
	width: 95%;
	margin: 0 auto;
	text-align:center;
}
.DivBanner4>.Title {
	font-size:32px;
	font-weight:bold;
	margin-bottom:60px;
	color:#353536;
}
.DivBanner4 .Item {
	display:inline-block;
	vertical-align:top;
	width: 23%;
	height: 370px;
	margin:0 1%;
	position:relative;
	overflow:hidden;
	border: 1px solid #eeeff2;
	border-radius:5px;
	box-sizing:border-box;
	box-shadow: 0px 6px 8px rgba(0,0,0,0.15);
}
.DivBanner4 .Item a.img {
	overflow:hidden;
}
.DivBanner4 .Item a {
}
.DivBanner4 .Item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
}
.DivBanner4 .Item:hover img {
	filter: blur(5px);
}
.DivBanner4 .Item .name {
	padding:0 5px;
	padding-top:20px;
	position: absolute;
	bottom: 0;
	width: 50%;
	height: 7%;
	opacity:0.7;
	background: rgb(53, 119, 91, 0.8);
	transition: all 0.3s ease-in-out;
	box-sizing: border-box;
}
.DivBanner4 .Item:hover .name {
	opacity:1;
	width: 100%;
	height: 60%;
	background: rgb(66, 35, 81, 0.8);
}
.DivBanner4 .Item .name div {
	color:#fff;
	font-size:20px;
	font-weight:bold;
	line-height: 30px;
	margin-bottom:25px;
}
.DivBanner4 .Item .name span {
	color:#bfb7b7;
	font-size:14px;
	font-weight:normal;
	line-height: 25px;
}
.DivBanner4 .ViewAll {
	margin-top:60px;
}
.DivBanner4 .ViewAll a {
	font-size:20px;
	padding:3px 80px;
	border: 2px solid #7BC144;
	border-radius: 30px;
	color:#353536;
	transition:all 0.5s;
}
.DivBanner4 .ViewAll a:hover {
	color:#fff;
	background:#7BC144;
}
/*	width <= 1000px	*/
@media (max-width: 1000px) {
	.DivOuterBanner4 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.DivBanner4 .Item {
		width: 45%;
		margin:0 2.5%;
		margin-bottom:20px;
	}
	.DivBanner4 .ViewAll {
		margin-top:30px;
	}
	.DivBanner4 .ViewAll a {
		font-size:16px;
		padding:3px 50px;
	}
}
/*	width <= 600px	*/
@media (max-width: 600px) {
	.DivBanner4 .Item {
		width: 80%;
		height: 300px;
	}
}



.DivOuterBanner5 {
	width: 100%;
	min-height:460px;
	background: #7f8a77 url(../images/bg_banner5.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.DivBanner5 {
	width: 95%;
	margin: 0 auto;
	text-align:center;
}
.DivBanner5>.Title {
	font-size:32px;
	font-weight:bold;
	padding-top:80px;
	margin-bottom:50px;
	color:#353536;
}
/*	width <= 1000px	*/
@media (max-width: 1000px) {
	.DivOuterBanner5 {
		min-height:300px;
		padding-bottom: 15px;
	}
	.DivBanner5>.Title {
		padding-top:50px;
		margin-bottom:35px;
	}
}


.DivOuterBanner6 {
	width: 100%;
	background: #fff;
	position: relative;
	padding-top:80px;
	padding-bottom: 80px;
}
.DivBanner6 {
	width: 95%;
	margin: 0 auto;
	text-align:center;
}
.DivBanner6>.Title {
	font-size:32px;
	font-weight:bold;
	margin-bottom:60px;
	color:#353536;
}
.DivBanner6 .Item {
	display:inline-block;
	vertical-align:top;
	width: 270px;
	height: 350px;
	margin:0 10px;
	position:relative;
	overflow:hidden;
}
.DivBanner6 .Item a.img {
	display:block;
	height: 265px;
	overflow:hidden;
}
.DivBanner6 .Item a {
	line-height: 70px;
}
.DivBanner6 .Item img {
	width: 100%;
	transform: rotate(-11deg);
	filter: grayscale(100%);
	transition: .3s ease-in-out;
	position: relative;
	right: -11px;
}
.DivBanner6 .Item:hover img {
	filter: grayscale(0);
}
.DivBanner6 .Item .imgCover {
	width: 100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/bgPrsn.png) no-repeat top;
	background-size: 100%;
}
.DivBanner6 .Item .name {
	color:#7BC144;
	font-size:20px;
	font-weight:bold;
}
.DivBanner6 .ViewAll {
	margin-top:60px;
}
.DivBanner6 .ViewAll a {
	font-size:20px;
	padding:3px 80px;
	border: 2px solid #7C4199;
	border-radius: 30px;
	color:#353536;
	transition:all 0.5s;
}
.DivBanner6 .ViewAll a:hover {
	color:#fff;
	background:#7C4199;
}

#DivOuterBody {
	background: #fff;
	width: 100%;
	padding-top: 135px;
}
/*	width <= 900px	*/
@media (max-width: 900px) {
	#DivOuterBody {
		padding-top: 120px;
	}
}

#DivBody {
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 50px;
}
/*	AllContentImage	*/
.DivBodyCenter img {
	padding: 0px;
	background: #fff;
	border: 1px solid #207abc;
	border-radius: 10px;
}
.DivBodySpace {
	width: 20px;
	height: 300px;
}
.DIR_1 .DivBodySpace, .DIR_1 .DivBodyCenter, .DIR_1 .DivBodyRight, .DIR_1 .DivBodyLeft {
	float: left;
}
.DIR_2 .DivBodySpace, .DIR_2 .DivBodyCenter, .DIR_2 .DivBodyRight, .DIR_2 .DivBodyLeft {
	float: right;
}
.DivBodyCenter1 {
	width: calc(100% - 500px);
}
.DivBodyCenter2 {
	width: calc(100% - 250px);
}
.DivBodyCenter3 {
	width: 100%;
}
.DivBodyRight {
	width: 230px;
	background: #ddd;
	padding-top: 20px;
}
.DivBodyLeft {
	width: 230px;
	min-height: 1000px;
	background: url(../images/bgHeadline11.gif);
}



#DivOuterFoot {
	width: 100%;
	background: #2B2F39;
	position: relative;
	overflow:hidden;
}
#DivOuterFoot2, #DivOuterFoot2 a {
	text-align: left;
	color: #8b969d;
	background: #20232C;
	position: relative;
	font-size: 14px;
	padding: 0 20px;
}
#DivFoot {
	width: 95%;
	margin: 0 auto;
	padding: 60px 0;
	color: #FFF;
}
#DivFoot a {
	color: #fff;
}
#DivFoot a:hover {
	color: #162333;
}
#DivFoot hr {
	border:0;
	border-top: 1px solid #8b969d;
}
/*	width <= 900px	*/
@media (max-width: 900px) {
	#DivFoot {
		padding: 30px 0;
	}
	#DivFoot div {
		width: 100% !important;
		padding-top: 10px;
		border-bottom: 1px solid #737980;
	}
}




#DivOthers {
	width: auto;
	height: 104px;
	background: #FFF;
	margin-top: 20px;
}
.DivCalendar {
	line-height: 40px;
}
.DivCalendar .Title {
	display: block;
	height: 40px;
	overflow: hidden;
}
.DivCalendar img {
	vertical-align: middle;
}
.DivCalendar .CalendarDate {
	color: #4fb9ac;
	line-height: 40px;
}
.DIR_1 .DivCalendar .CalendarDate {
	float: left;
}
.DIR_2 .DivCalendar .CalendarDate {
	float: right;
}
.DivPublicationsNew, .DivPublicationsNew a {
	color: #636363;
	font-size: 20px;
	line-height: 40px !important;
}
.DivPublicationsNew img {
	float:right;
	margin-left:10px;
	width:90px;
	height:118px;
}
.DivPublicationsNew div {
	color: #aa9975;
	font-size: 20px;
}
.Archive {
	position: absolute;
	bottom: 0px;
	width: 20px;
	height: 70px;
}
.DIR_1 .Archive {
	right: 0px;
}
.DIR_2 .Archive {
	left: 0px;
}
.Archive a {
	display: block;
	height: 100%;
}
.DIR_1 .Archive a {
	background: url(../images/Archive.gif);
}
.DIR_2 .Archive a {
	background: url(../images/Archive2.gif);
}

.video_1 {
	width:500px;
	max-width:100%;
	border:1px solid #207abc;
	border-radius:10px;
	overflow:hidden;
}
/*	Index	*/



/*	Contents Archive	*/
.DivContArchive {
	padding: 15px;
	position: relative;

	display: inline-block;
	width: 48%;
	box-sizing: border-box;
	margin: 1%;
	height: 280px;
	vertical-align: top;
	overflow: hidden;
	background: #f9f9f9;
	border: 1px solid #e7e7e7;
	border-radius:5px;
	box-shadow: none;
}
.DivContArchive>a {
	display: block;
}
.DivContArchive .Image {
	float: left;
	width:190px;
	height: auto;
	overflow: hidden;
}
.DivContArchive .Image img {
	width: inherit;
	border: 0;
	padding: 0;
}
.DivContArchive .Rutitr, .DivContArchive .Title, .DivContArchive .Abstract {
	width: calc(100% - 200px);
	display: inline-block;
	font-size: 18px;
	line-height:30px;
	font-weight:normal;
	vertical-align: top;
}
.DivContArchive .Rutitr {
	font-size: 14px;
	color: #376a9d;
}
.DivContArchive .Title {
	color: #376a9d;
	font-weight: bold;
}
.DivContArchive .Title img {
	border: 0;
	padding: 0;
	background: inherit;
	vertical-align: middle;
}
.DivContArchive .Icon {
	width:30px;
	border-radius:50px;
	margin-left:5px;
}
.DivContArchive .Abstract {
	font-size: 14px;
	color: #666;
}
.DivContArchive .Abstract * {
	font-size: inherit;
	line-height: inherit;
}
.DivContArchive .Bar {
	height: 20px;
	font-size: 12px;
	padding: 0 10px;
	color: #999;
	background: none;
	border-top:0;
	margin-top:20px;
}
.DivContArchive .ReadMore {
	width: 90px;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	position: absolute;
	bottom: 10px;
	left: 15px;
	color: #7c4199;
}
/*	Contents Archive	*/


/*	Paging	*/
.DivPaging {
	height: 35px;
	line-height: 35px;
	margin-top: 40px;
	text-align: center;
	color: #036;
	background: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	position: relative;
}
.DivPaging .paging1 {
	padding: 0 10px;
}
.DivPaging .arrow {
	font-size: 14px;
	padding: 0 5px;
	margin: 0 2px;
	color: #036;
	border: 1px solid #CCC;
}
.DivPaging .arrow:hover {
	background: #B3DCEA;
}
.DivPaging span.arrow {
	color: #666;
}
.DivPaging span.arrow:hover {
	color: #666;
	background: inherit;
}
.DivPaging .current, .DivPaging .current:hover {
	background: #FFF !important;
}
.DivPaging .paging2 {
	font-size: 16px;
	position: absolute;
	top: 3px;
	right: 5px;
}
.DivPaging .paging2 select {
	font-size: 12px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	background: inherit
}
.DivPaging .RowCount {
	font-size: 16px;
	position: absolute;
	top: 3px;
	left: 5px;
}
/*	Paging	*/


/*	BoxBlock	*/
.DivBoxBlock {
	width: auto;
	overflow: hidden;
	margin-top:20px;
}
.DivBoxBlock form {
	background:#eeeff2;
	padding:30px;
}
.DivBoxBlockTitle {
	line-height: 30px;
	font-size: 22px;
	font-weight:bold;
}
.DivBoxBlockCont {
}
.DivBodyRight .DivBoxBlockTitle {
	background: #468AC7;
	color: #fff;
	font-size: 18px;
	line-height:40px;
	font-weight:blod;
	padding:0 10px;
}
.DivBodyRight .DivBoxBlockCont {
	background: #5ba0d0;
	color: #e6f5ff;
	padding:10px;
}
/*	BoxBlock	*/


/*	BoxMain	*/
.DivBoxMain {
	width: 100%;
	min-height: 100px;
	background: #FFF;
	overflow: hidden;
}
.DivBreadcrumbs {
	width: max-content;
	font-size: 16px;
	line-height:20px;
	font-weight:normal;
	padding-top: 15px;
	color: #999;
}
.DivBreadcrumbs a {
	color: #999;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	padding: 3px;
}
.DivBreadcrumbs a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: 0.3s;
    border-top: 1px solid #ccc;
}
.DivBreadcrumbs a:hover:after {
    left: 0;
}
.DivBoxMainrutitr {
	font-size: 12px;
	line-height: 30px;
}
.DivBoxMainTitle {
	position:relative;
}
.DivBoxMainTitle h1 {
	min-height:35px;
	font-weight: 900;
	font-size: 20px;
	line-height:40px;
	margin-top: 20px;
	color:#353536;
}
.DivBoxMainTitle .Back {
	width: 50px;
	height: 33px;
	background: #fff url(../../_tmp_common/images/restore.png) no-repeat center;
	border: 1px solid #bbb;
	border-radius: 5px;
	overflow: hidden;
	position:absolute;
	left:0;
	bottom:5px;
	transition:all 0.5s;
}
.DivBoxMainTitle .Back:hover {
	background: #5ba0d0 url(../../_tmp_common/images/restore.png) no-repeat center;
}
.DivBoxMainTitle .Back a {
	display: block;
	height:100%;
}
.DivBoxMainCont {
	color: #002248;
	line-height: 30px;
	text-align: justify;
}
.DivBoxMainCont ul {
	list-style: disc;
	padding-right: 40px;
}
/*	BoxMain	*/


/*	Top Menu	*/
.DivTopMenu {
	width: 95%;
	height: 40px;
	margin: 0 auto;
	position: relative;
	padding-top:0;
	text-align:right;
}
.DIR_1 .DivTopMenu {
	text-align:right;
}
.DIR_2 .DivTopMenu {
	text-align:left;
}
.DivTopMenu>ul {
	list-style: none;	
	padding: 0px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}
.DivTopMenu>ul>li {
	position: relative;
	display: inline-block;
}
.DivTopMenu>ul li {
	line-height: 40px;
}
.DivTopMenu>ul>li>ul {
	list-style: none;
	width: 540px;
	max-height: calc(100vh - 150px);
	overflow: auto;
	visibility: hidden;
	opacity: 0;
	border-top: 1px solid #fff;
	border-radius: 0 0 10px 10px;
	position: absolute;
	top: 40px;
	z-index: 95;
	transition: all 0.5s ease;
	padding: 15px 0;
	margin-top:0;
	background: #422351;
}
.DivTopMenu>ul>li>ul:before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	top: -10px;
	left: 0;
}
.DIR_1 .DivTopMenu>ul>li>ul {
	right: 0px;
}
.DIR_2 .DivTopMenu>ul>li>ul {
	left: 0px;
}
.DivTopMenu>ul li:hover>ul {
	visibility: visible;
	opacity: 1;
}
.DivTopMenu>ul li:hover ul a {
	line-height: 35px;
}
.DivTopMenu>ul>li>ul>li {
	width: 230px;
	display: inline-block;
	vertical-align:top;
	margin: 0 20px;
}
.DivTopMenu>ul>li>ul>li:first-child:after {
	content: '';
	position: absolute;
	top: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #fff;
}
.DIR_1 .DivTopMenu>ul>li>ul>li:first-child:after {
	right: 20px;
}
.DIR_2 .DivTopMenu>ul>li>ul>li:first-child:after {
	left: 20px;
}
.DivTopMenu>ul a {
	display: block;
	color: #FFF;
	padding: 0px 15px;
	white-space: nowrap;
	font-size: 17px;
	font-weight: normal;
	transition: all 0.5s ease;
}
.DivTopMenu>ul ul a {
	font-size: 14px;
	font-weight: normal;
}
.DivTopMenu>ul a:hover, .CurrentTopMenu {
}
.DivTopMenu>ul a.IsParent {
	color: #A2A2A2 !important;
	border-bottom: solid 1px #A2A2A2;
	font-size:16px;
}
.DivTopMenu>ul a.IsParent:hover {
	color: #7bc144 !important;
}
.DivTopMenu>ul>li>a {
    position: relative;
	overflow: hidden;
	padding-bottom: 1px;
}
.DivTopMenu>ul>li>a:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: -100%;
    bottom: 0;
    transition: 0.3s;
    border-top: 1px solid #fff;
}
.DivTopMenu>ul>li:hover>a:after {
    left: 0;
}
.DivTopMenu>ul>li li a {
	padding: 0px 20px;
	font-size: 14px;
}
.DivTopMenu>ul>li>ul>li>ul {
	list-style: none;
	padding:0;
	margin-bottom: 15px;
}
.DivTopMenu>ul>li:hover>a {
    background:#7bc144;
}

.DivTopMenu>ul>li>ul a {
	position: relative;
}
.DivTopMenu>ul>li>ul a:after {
	content: '';
	position: absolute;
	top: 12px;
	width: 10px;
	height: 10px;
	transition: all 0.5s ease;
	border: 1px dotted #fff;
	background: none;
}
.DIR_1 .DivTopMenu>ul>li>ul a:after {
	right: 0px;
}
.DIR_2 .DivTopMenu>ul>li>ul a:after {
	left: 0px;
}
.DivTopMenu>ul>li>ul a:hover {
	color: #7bc144;
}
.DivTopMenu>ul>li>ul a:hover:after {
	background: #7bc144;
}
.DivTopMenu_Toggle {
	display: none;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	transition:all 0.5s;
	z-index:9;
	width: 33px;
	height: 26px;
	line-height: 21px;
	padding: 5px;
	top: 8px;
	overflow: hidden;
	background: none;
	border: 0;
	border-radius:5px;
	box-sizing: border-box;
}
.DIR_1 .DivTopMenu_Toggle {
	right: 55px;
}
.DIR_2 .DivTopMenu_Toggle {
	left: 55px;
}
.DivTopMenu_Toggle:hover {
	background: #7bc144;
	border-color: #4196dd;
}
.DivTopMenu_Toggle * {
	fill: #7bc144;
	transition: all 0.5s;
}
.DivTopMenu_Toggle:hover * {
	fill: #fff;
}
#TopMenu_Toggle {
	width: calc(100% - 1px);
	height: calc(100vh - 10px);
	padding: 5px;
	background: #422351;
	position: fixed;
	top: 0px;
	left: -100%;
	z-index: 1000;
	overflow: auto;
}
#TopMenu_Toggle .Close {
	width: 30px;
	height: 24px;
	line-height: 25px;
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: center;
	background: #8f5456;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	cursor: pointer;
}
#TopMenu_Toggle .Close:hover {
	background: #999;
}
#TopMenu_Toggle a {
	display: block;
	color: #FFF;
	white-space: nowrap;
	font-weight: normal;
	line-height: 35px;
	padding: 0px 20px;
	transition: all 0.4s ease;
}
#TopMenu_Toggle a:hover {
	color: #7bc144 !important;
}
#TopMenu_Toggle ul {
	list-style: none;
	padding:0;
}
#TopMenu_Toggle>ul>li>ul a {
	position: relative;
}
#TopMenu_Toggle>ul>li>ul a:after {
	content: '';
	position: absolute;
	width: 10px;
	background: #fff;
	transition: all 0.4s ease;
	top: 12px;
	height: 10px;
	border: 1px dotted #fff;
}
.DIR_1 #TopMenu_Toggle>ul>li>ul a:after {
	right: 0px;
}
.DIR_2 #TopMenu_Toggle>ul>li>ul a:after {
	left: 0px;
}
#TopMenu_Toggle>ul>li>ul a:hover:after {
	background: #7bc144;
}
#TopMenu_Toggle>ul>li>a {
	font-size: 16px;
	padding-top: 20px;
}
#TopMenu_Toggle>ul>li>a:hover {
}
#TopMenu_Toggle>ul>li>ul {
	list-style: none;
	padding:0;
	width: max-content;
	min-width: 250px;
}
.DIR_1 #TopMenu_Toggle>ul>li>ul {
	margin-right: 50px;
}
.DIR_2 #TopMenu_Toggle>ul>li>ul {
	margin-right: 50px;
}
#TopMenu_Toggle>ul>li>ul>li>ul {
	margin-bottom: 15px;
}
#TopMenu_Toggle>ul>li ul {
	margin-right: 30px;
}
#TopMenu_Toggle>ul>li li a {
}
#TopMenu_Toggle>ul>li li a:hover {
}
#TopMenu_Toggle a.IsParent {
	color: #A2A2A2 !important;
	border-bottom: solid 1px #A2A2A2;
	font-size: 16px;
}
#TopMenu_Toggle a.IsParent:hover {
	color: #7bc144;
}
/*	Top Menu	*/


/*	Inner Menu	*/
.DivInnerMenu {
}
.DivInnerMenu a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #FFF;
	background: #00bcd4;
	padding-right: 15px;
	white-space: nowrap;
}
.DivInnerMenu a:hover, .CurrentInnerMenu {
	background: #5ba0d0;
}
.DivInnerMenu img {
	vertical-align: middle;
	margin-left: 15px;
}
.DivInnerMenu li {
	margin-bottom: 2px;
}
/*	Inner Menu	*/


/*	Select2	[Version 1.1]	*/
.select2-selection__rendered {
    line-height: 35px !important;
}
.select2-selection__arrow {
	width:16px  !important;
    height: 33px !important;
	background: #ddd !important;
}
.select2-selection {
	border: 1px solid #cacaca !important;
	border-radius: 5px !important;
	transition: all 0.2s;
}
.select2-selection--single {
    height: 35px !important;
}
.select2-selection--multiple {
    height: 100px !important;
}
.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
	border-color: #66afe9 !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	background: #f9f9f9 !important;
}
.select2-selection.invalid {
	border-color: #f55252 !important;
}
.select2-dropdown {
	background: #f9f9f9 !important;
}
.select2-search {
	text-align:center;
}
.select2-search__field {
	width:95% !important;
	border-radius: 5px;
}
/*	Select2	*/


/*	FieldGroup	[Version 1.13]	*/
.Body3 .FieldGroup {
	width: 100% !important;
	margin:0 !important;
}
.TwoFieldsFifty, .ThreeFieldsFifty {
	display: flex;
	justify-content: space-between;
}
.TwoFieldsFifty .FieldGroup {
	width: 48% !important;
	margin: 0 !important;
}
.ThreeFieldsFifty .FieldGroup {
	width: 32% !important;
	margin: 0 !important;
}
.FieldGroup label {
	display: block;
    font-weight: normal;
	font-size: 13px;
	line-height: 30px;
	margin-top: 10px;
	color: #444;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.FieldGroup label span.invalid {
	position: absolute;
	left:0;
	color: #f55252;
	font: inherit;
	font-weight: normal;
	padding-right:5px;
}
.FieldGroup input, .FieldGroup select, .FieldGroup textarea, .Field_Size1, .Field_Label {
	display: block;
	border: 1px solid #cacaca;
	border-radius: 5px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	background:#fff;
	color: #444;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	box-sizing : border-box;
	transition: all 0.2s;
    font-weight: normal;
	font-size: 13px;
	line-height: 35px;
	vertical-align: middle;
}
.Field_Size1 {
	min-width:50px;
	max-width: 100px;
	display: inline-block !important;
}
.FieldGroup input:focus, .FieldGroup select:focus, .FieldGroup textarea:focus, .Field_Size1:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	outline: 0 none;
	background: #f9f9f9;
}
.FieldGroup .invalid, .FieldGroup input:focus:invalid, .FieldGroup select:focus:invalid, .FieldGroup textarea:focus:invalid, .Field_Size1:focus:invalid {
	border-color: #f55252 !important;
}
.FieldGroup input:disabled, .FieldGroup select:disabled, .FieldGroup textarea:disabled, .Field_Label, 
.FieldGroup input[type=text]:read-only, .FieldGroup input[type=email]:read-only, .FieldGroup input[type=tel]:read-only, .FieldGroup textarea:read-only {
	background: #f3f3f3;
}
.Field_Label {
	overflow: hidden;
	white-space: nowrap;
	cursor: text;
}
.FieldGroup textarea {
	height: 80px;
	line-height: 24px;
}
.FieldGroup .btn_OK {
	height: 40px;
    font-weight: bold;
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	color: #FFF;
	padding: 0;
	margin-top: 35px;
	background: #1097d2;
	background-image: linear-gradient(to bottom, #25a5dc, #1097d2 66%, #0f8abf);
	border-color: #0d78b6 #0d78b6 #0b689e;
	text-shadow: 0 1px rgba(0, 0, 0, 0.5);
	position:relative;
}
.FieldGroup_Report .btn_OK {
	height: 35px;
    font-weight: bold;
	font-size: 13px;
	line-height: 35px;
	margin-top: 30px;
}
.FieldGroup .btn_OK:focus, .FieldGroup .btn_OK:hover {
	background: #1097be;
	background-image: linear-gradient(to bottom, #25a5c8, #1097be 66%, #0f8aab);
	border-color: #0d78a2 #0d78a2 #0b688a;
	text-shadow: 0 1px rgba(0, 0, 0, 1);
}
.FieldGroup .btn_OK:disabled {
	background: #8ea8b3;
	border-color: #bbb;
}
.BoxMsgError .FieldGroup {
	float: none;
	display: inline-block;
	width: 100px;
}
.BoxMsgError .FieldGroup .btn_OK {
	margin: 0px;
	margin-right: 5px;
}
.FieldGroup .Field_Time {
	direction: ltr;
}
.FieldGroup .Field_Calendar, .FieldGroup .Field_Browse, .FieldGroup .Field_Search, .FieldGroup .Field_Download {
	float: right;
	width: calc(100% - 45px);
}
.FieldGroup .Field_BrowseDownload {
	width: calc(100% - 90px);
}
.FieldGroup .Field_Calendar, .FieldGroup .Field_Browse, .FieldGroup .Field_Download {
	direction: ltr;
}
.FieldGroup .NoButtons {
	float: none;
	width: 100%;
}
.FieldGroup .Calendar, .FieldGroup .Browse, .FieldGroup .Search, .FieldGroup .Download {
	float: right;
	width: 39px;
	height: 33px;
	cursor: pointer;
	background: #EEE;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-right: 4px;
	text-align: center;
	transition: all 0.5s;
}
.FieldGroup .Calendar:hover, .FieldGroup .Browse:hover, .FieldGroup .Search:hover, .FieldGroup .Download:hover {
	background: #CCC;
}
.FieldGroup .Calendar:before {
	content: '\e801';
	font-size: 150%;
	color: #0894d7;
	line-height: 32px;
}
.FieldGroup .Browse:before {
	content: '\e802';
	font-size: 150%;
	color: #0894d7;
	line-height: 35px;
}
.FieldGroup .Search:before {
	content: '\f50d';
	font-size: 150%;
	color: #0894d7;
	line-height: 35px;
}
.FieldGroup .Download:before {
	content: '\E81C';
	font-size: 150%;
	color: #0894d7;
	line-height: 35px;
}
.FieldGroup .Field_Captcha {
	float: right;
	width: calc(100% - 110px);
	direction: ltr;
}
.FieldGroup .CaptchaImage {
	float: left;
	width: 100px;
	height: 33px;
	border-radius: 5px;
	border: 1px solid #999 !important;
}
.FieldGroup .Field_CheckBox, .Field_CheckBox {
	width: 15px;
	height: 15px;
	display: inline-block;
	border: none;
}
.FieldGroup .MaskNumber, .FieldGroup .MaskMoney {
	direction: ltr;
}
.tbGrid .FieldGroup {
	min-width:90px;
	vertical-align:middle;
	margin:0;
}
/*	width >= 500px	*/
@media (min-width: 500px) {
	.FieldGroup {
		width: 70%;
	}
	.FieldGroup_Report {
		float: right;
		width: 32%;
		margin-left: 1%;
	}
	.tbGrid .FieldGroup_Report {
		float: none;
		display:inline-block;
	}
}
/*	width >= 900px	*/
@media (min-width: 900px) {
	.FieldGroup {
		float: right;
		width: 47%;
		margin-left: 3%;
	}
	.tbGrid .FieldGroup {
		float: none;
		display:inline-block;
	}
	.FieldGroup_Report {
		width: 24%;
		margin-left: 1%;
	}
}
/*	width >= 1400px	*/
@media (min-width: 1400px) {
	.FieldGroup {
		width: 35%;
		margin-left: 15%;
	}
	.FieldGroup_Report {
		width: 19%;
		margin-left: 1%;
	}
	#DivBody .BoxMsgOK, #DivBody .BoxMsgError {
		width: 85%;
	}
}
/*	FieldGroup	*/
		/*	FieldGroup this site	*/
			#DivBody .BoxMsgOK, #DivBody .BoxMsgError {
				width: auto;
			}
		/*	FieldGroup this site	*/


/*	FieldGroup CheckBox	[Version 1.3]	*/
.FieldGroup_CheckBox {
	height: 75px;
}
.FieldGroup_CheckBox input {
	opacity: 0;
	height: 30px;
	position: absolute;
	width: auto;
}
.FieldGroup_CheckBox label {
	display: inline-block;
	cursor: pointer;
}
.FieldGroup_CheckBox input[type=checkbox] + label:before, .FieldGroup_CheckBox input[type=radio] + label:before {
	color: #0894d7;
}
.FieldGroup_CheckBox input[type=checkbox]:disabled + label:before, .FieldGroup_CheckBox input[type=radio]:disabled + label:before {
	color: #ccc;
}
.tbGrid .FieldGroup {
	vertical-align:middle;
}
.tbGrid .tbl-header .FieldGroup_CheckBox input[type=checkbox] + label:before, .tbGrid .tbl-header .FieldGroup_CheckBox input[type=radio] + label:before {
	color: #fff;
}
.tbGrid .tbl-header .FieldGroup_CheckBox input[type=checkbox]:disabled + label:before, .tbGrid .tbl-header .FieldGroup_CheckBox input[type=radio]:disabled + label:before {
	color: #ccc;
}
.FieldGroup_CheckBox input[type=checkbox] + label:before {
	content: '\f096';
	margin-right: 3px;
	margin-left: 7px;
	font-size: 140%;
	vertical-align: middle;
}
.FieldGroup_CheckBox input[type=checkbox]:checked + label:before {
    content: '\e800';
	margin-right: 0;
}
.FieldGroup_CheckBox input[type=radio] + label:before {
	content: '\f10c';
	margin-left: 7px;
	font-size: 140%;
	vertical-align: middle;
}
.FieldGroup_CheckBox input[type=radio]:checked + label:before {
    content: '\f192';
}
.FieldGroup_CheckBox label span.invalid {
	left:auto;
}
.FieldGroup_CheckBox input[type=checkbox].invalid + label:before, .FieldGroup_CheckBox input[type=radio].invalid + label:before {
	color: #f55252 !important;
}
/*	FieldGroup CheckBox	*/
/*	FieldGroup Report	[Version 1.0]	*/
.FieldGroup_Report {
	height: auto;
}
.FieldGroup_Report label {
	margin-top: 0;
	font-weight: normal;
}
/*	FieldGroup Report	*/
/*	Field Separator	[Version 1.2]	*/
.Field_Separator {
	width: 90%;
	height:27px;
	margin-top:25px;
	border-bottom: 2px solid #FFAF38;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.Field_Separator>span {
	height:28px;
	display:inline-block;
	background: #FFAF38;
	padding-right: 12px;
	border-radius: 5px;
	position: relative;
}
.Field_Separator>span:before {
	content: '';
	width: 27px;
	height: 100%;
	background: #FFAF38;
	position: absolute;
	top: 0;
	left: -13px;
	transform: skew(-40deg);
	border-top-left-radius: 5px;
}
.Field_Separator>span>span {
	display:block;
	color:#FFF;
	position: relative;
}
/*	width >= 500px	*/
@media (min-width: 500px) {
	.Field_Separator {
		width: 70%;
	}
}
/*	Field Separator	*/
/*	myIcon	[Version 1.1]	*/
.myIcon:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
}
.myIcon.icoInfo {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px;
	cursor: pointer;
}
.myIcon.icoInfo:before {
	content: '\e804';
	font-size: 18px;
	line-height: 16px;
	position: absolute;
	top: 0;
	right: 0px;
	color: #0894d7;
	transition: all 0.5s;
}
.myIcon.icoInfo:hover:before {
	color: #ccc;
}
.myIcon.icoAccept {
	width: 16px;
	height: 16px;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px;
}
.myIcon.icoAccept:before {
	content: '\e816';
	font-size: 130%;
	line-height: 26px;
	position: absolute;
	top: 0;
	right: 4px;
	color: #43d487;
}
.myIcon.icoDecline {
	width: 16px;
	height: 16px;
	padding: 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px;
	cursor:pointer;
}
.myIcon.icoDecline:before {
	content: '\e817';
	font-size: 150%;
	line-height: 26px;
	position: absolute;
	top: 0;
	right: 7px;
	color: #ff6868;
}

.myIcon.icoAdd {
	width: 13px;
	height: 13px;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px;
	cursor:pointer;
	background:#43d487;
	border: 1px solid #6fb658;
	border-radius: 50px;
	transition:all 0.5s;
}
.myIcon.icoAdd:before {
	content: '\e809';
	font-size: 80%;
	line-height: 17px;
	position: absolute;
	top: 0;
	right: 3px;
	color: #fff;
}
.myIcon.icoAdd:hover {
	background:#6fb658;
}
.myIcon.icoDel {
	width: 13px;
	height: 13px;
	padding: 2px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 5px;
	cursor:pointer;
	background:#ff6868;
	border: 1px solid #ce4e4e;
	border-radius: 50px;
	transition:all 0.5s;
}
.myIcon.icoDel:before {
	content: '\e80a';
	font-size: 80%;
	line-height: 17px;
	position: absolute;
	top: 0;
	right: 3px;
	color: #fff;
}
.myIcon.icoDel:hover {
	background:#ce4e4e;
}


.icoHome:before {
	content: '\e803';
	font-size: 130%;
	color: #666;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.icoArrowLeft:before {
	content: '\e80c';
	font-size: 100%;
	color: #666;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
/*	myIcon	*/
		/*	myIcon this site	*/
			.myIcon.ClsIcn {
				width: 18px;
				height: 18px;
				font-size:18px;
				line-height:20px;
				text-align:center;
				display: inline-block;
				vertical-align: middle;
				position: relative;
				padding:1px;
				margin: 0 2px;
				cursor:pointer;
				color: #32aeea;
				border: 1px solid #32aeea;
				border-radius:5px;
				transition:all 0.5s;
			}
			.myIcon.ClsIcn:before {
				font-size: 16px;
				line-height: 16px;
				position: absolute;
				color: #32aeea;
				transition: all 0.5s;
			}
			.myIcon.ClsIcn:after {
				content: attr(tip);
				width: 150px;
				position: absolute;
				top: 25px;
				right: -70px;
				background: #fff;
				border: 1px solid #32aeea;
				border-radius:5px;
				opacity:0;
				visibility: hidden;
				padding:1px;
				transition: all 0.5s;
				z-index:79;
			}
			.myIcon.ClsIcn:hover:after {
				opacity:1;
				visibility: visible;
			}
			.myIcon.Teacher:before {
				content: '\e80f';
				top: 2px;
				right: 3px;
			}
			.myIcon.ClsTopic:before {
				content: '\f0f6';
				top: 2px;
				right: 3.5px;
			}
			.myIcon.ClsIcn:hover {
				background: #fff;
			}
		/*	myIcon this site	*/

/*	Msg Box	[Version 2.0]	*/
.BoxMsgOK, .BoxMsgError {
	padding: 10px;
	font-weight:bold;
	font-size: 14px;
	line-height: 25px;
}
.BoxMsgOK {
	color: #255584;
	background: #D5E6FC;
	border: 1px solid #BBC4E8;
}
.BoxMsgError {
	color: #B03939;
	background: #F9D9D9;
	border: 1px solid #EAACAC;
}
.BoxMsgOK .Close, .BoxMsgError .Close {
	float:left;
	width: 20px;
	height: 20px;
	line-height: 18px;
	text-align:center;
	border-radius:50px;
	cursor: pointer;
	transition: all 0.3s;
}
.BoxMsgOK .Close {
	color: #8E9EDE;
	border:1px solid #8E9EDE;
}
.BoxMsgError .Close {
	color: #E99191;
	border:1px solid #E99191;
}
.BoxMsgOK .Close:hover {
	color:#fff;
	background: #91ADD0;
}
.BoxMsgError .Close:hover {
	color:#fff;
	background: #E99191;
}
.BoxMsgOK .Close:before, .BoxMsgError .Close:before {
	content: '\E817';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
/*	Msg Box	*/
		/*	Msg Box this site	*/
			.BoxMsgOK, .BoxMsgError {
				font: normal 17px/30px;
			}
		/*	Msg Box this site	*/

/*	Popup Window	[Version 1.2]	*/
#DivPopup {
	display: none;
	position: absolute;
	z-index: 999;
}
.BoxPopup {
	line-height: 25px;
	padding: 5px 10px;
	background-color: #FF9;
	border: 1px solid #999;
	border-radius: 5px;
	font-size:12px;
}
#DivPopup tr:first-child {
	background: #E3CB2B;
	text-align: center;
}
#DivPopup table tr td {
	border: 1px solid #999;
	padding: 2px 4px;
}
/*	Popup Window	*/


/*	Table1	*/
.Table1 {
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #6494c4;
	border-bottom: 3px solid #6494c4;
	color: #002248;
}
.Table1 th, .Table1 td {
	border: 0;
	padding: 10px;
	border-bottom: 1px solid #6494c4;
}
.Table1 tr:nth-child(even) td {
	background: #b1d8f2;
}
.Table1 tr:nth-child(odd) td {
	background: #e4f3fd;
}
.Table1 tr:first-child th, .Table1 tr:first-child td {
	background: #6494c4;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	border: 0;
	border-right: 1px solid #e4f3fd;
}
.Table1 tr:first-child th:first-child, .Table1 tr:first-child td:first-child {
	border: 0;
}
/*	Table1	*/
		/*	Table1 this site	*/
		.Table1 {
			color: #404040;
		}
		/*	Table1 this site	*/


/*  Gallery */
.DivGallery {
	margin: 0 auto;
}
.DivGallery .Item {
	float: right;
	width: 295px;
	height: 120px;
	margin: 5px;
	padding: 5px;
	background: #7fa8cb;
	border: 1px solid #376a9d;
	position: relative;
}
.DivGallery .Item a {
	display: block;
}
.DivGallery .Item div {
	display: none;
	width: 295px;
	height: 120px;
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: center;
	color: #002248;
	background: #d0e8ff;
}
.DivGallery .Item img {
	width: 295px;
	height: 120px;
	border: 0;
	padding: 0;
}

.DivOuterGallery2 {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 10px;
	padding:10px;
	background: #47a4bf;
	border: 1px solid #7fa8cb;
	border-radius:5px;
}
.DivGallery2 {
	max-width: 700px;
	position: relative;
	overflow: hidden;
}
#Gallery2 {
	width:100%;
	height:500px;
	position:relative;
	margin:0 auto;
	top:0px;
	left:0px;
	overflow:hidden;
	visibility:hidden;
}
#Gallery2 .Gallery2 {
	width:100%;
	height:400px;
	cursor:default;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
}
#Gallery2 .NavBullet {position:absolute;left:0px;bottom:0px;width:95%;height:80px;}
#Gallery2 .NavBullet>div {top:auto !important; left:auto !important;}
#Gallery2 .NavBullet .p {width:130px;height:80px; position: absolute;top:0;left:0;box-sizing:border-box;background:#000; border-radius:10px; border:1px solid #666; cursor:pointer;}
#Gallery2 .NavBullet .p:hover{padding:2px;}
#Gallery2 .NavBullet .p:hover.pdn{padding:0;}
#Gallery2 .NavBullet .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none;opacity:.6;}
#Gallery2 .NavBullet .pav .t, .NavBullet .p:hover .t{opacity:1; border:1px solid #015593; width:calc(100% - 2px); height:calc(100% - 2px);}
#Gallery2 .NavArrow {display:block;position:absolute;cursor:pointer; width:50px;height:50px;top:150px;}
#Gallery2 .NavArrowLeft {left:0px;}
#Gallery2 .NavArrowRight {right:0px;}
#Gallery2 .NavArrow .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
#Gallery2 .NavArrow:hover {opacity:.8;}
#Gallery2 svg {position:absolute;top:0;left:0;width:100%;height:100%;}
/*	width <= 500px	*/
@media (max-width: 500px) {
	#Gallery2 {
		height:400px;
	}
	#Gallery2 .Gallery2 {
		height:300px;
	}
	#Gallery2 .NavArrow {top:125px;}
}
#Gallery2 video {
	width: 100%;
	height: 100%;
}
/*  Gallery */
	/*  Gallery this site */
	.DivGallery .Item {
		background: #00a9ab;
		border: 1px solid #7fa8cb;
		border-radius:5px;
	}
	.DivOuterGallery2 {
		background: #00a9ab;
	}
	/*  Gallery this site */


/*  ContentCategory */
.DivContCat {
	background: #7fa8cb;
	padding: 10px 20px;
	border-bottom: 5px solid #376a9d;
}
.DivContCat a {
	color: #FFF;
	font-weight: bold;
}
.DivContCat a:hover {
	color: #376a9d;
}
/*  ContentCategory */

/*  Book */
.BookList {
}
.BookList .Item {
	display:inline-block;
	width: 200px;
	height: 310px;
	text-align: center;
	vertical-align: top;
	margin: 10px;
	margin-bottom: 40px;
	padding: 5px;
	transition: all 0.5s;
}
.BookList .Item .Image {
	width: 177px;
	height: 237px;
	background: url(../../_tmp_common/images/bgBook.png);
	margin: 0 auto;
	position: relative;
}
.BookList .Item img {
	width: 151px;
	height: 201px;
	margin: 28px 20px 0 0;
	padding: 0px;
	border: 0;
}
.BookList .Title {
	display: block;
	color: #7bc144;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	margin-top:10px;
}
.BookList .Title:hover {
	color: #353536;
}
.BookList .Text {
	width: 151px;
	height: 201px;
	position: absolute;
	top: 28px;
	left: 3px;
	text-align: right;
	padding: 5px;
	opacity: 0;
	color: #FFF;
	background: #422351;
	overflow: hidden;
	transition: all 0.5s;
	border-radius:50px;
}
.BookList .Item:hover .Text {
	opacity: 1;
	border-radius:0px;
}

.BookView .Image {
	float: left;
	width: 177px;
	height: 237px;
	background: url(../../_tmp_common/images/bgBook.png);
	margin-top: 20px;
}
.BookView img {
	width: 151px;
	height: 201px;
	margin: 28px 20px 0 0;
	padding: 0px;
	border: 0;
}
.BookView .Title {
	color: #001935;
	font-weight: bold;
}
.BookView .Text {
	width: calc(100% - 200px);
}
.BookView .Abstract {
}
/*  Book */



/*  Panel Icon */
.DivIcnLMS {
	font-size:0;
	text-align: right;
}
.IcnLMS {
	display: inline-block;
	width: 80px;
	height: 80px;
	margin:10px;
	border-radius: 10px;
	border:1px solid #5ba0d0;
	overflow:hidden;
	box-shadow: -2px 2px 5px #ccc;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position:center top;
	background-size: 100%;
    transition: all 0.5s;
}
.IcnLMS:hover, .IcnLMS.slct {
	background-color:#e6f5ff;
	background-position:center bottom;
}
.IcnLMS.slct {
	background-color:#5ba0d0;
}
.IcnLMS a {
	display:block;
	height:100%;
}
.IcnLMS_selection {
	text-align:center;
	color: #11567f;
}
.IcnLMS_selection1 { /*background-image: url(../images/IcnLMS_selection1.png);*/ }
.IcnLMS_selection2 { /*background-image: url(../images/IcnLMS_selection2.png);*/ }
.IcnLMS_selection3 { /*background-image: url(../images/IcnLMS_selection3.png);*/ }
.IcnLMS_selection4 { /*background-image: url(../images/IcnLMS_selection4.png);*/ }
/*  Panel Icon */



/*	ClassList	*/
div.ClassList {
	min-width: 300px;
	display: inline-block;
	padding: 10px;
	margin: 5px;
	border-radius: 10px;
}
.ClassList {
	background: #00bcd4;
}
.ClassList th, .ClassList td {
	border: 0;
	padding: 10px;
	border-bottom: 1px solid #5ba0d0;
	border-right: 1px solid #e4f3fd;
}
.ClassList th span {
	font-size: 13px;
}
.ClassList tr:nth-child(even) {
	background: #e6f5ff;
}
.ClassList tr:nth-child(odd) {
	background: #f9f9f9;
}
.ClassList tr:first-child th, .ClassList tr:first-child td {
	color: #444;
	background: #5ba0d0;
	text-align: center;
	font-weight: bold;
	border: 0;
	border-right: 1px solid #e4f3fd;
	vertical-align: middle;
}
.ClassList .rowSelected {
	color: #666;
	background: repeating-linear-gradient(
		-55deg,
		#ddd,
		#ddd 3px,
		#eee 3px,
		#eee 10px
	) !important;
}
.ClassList .rowSelected .tick:before {
	content: '\e816';
	padding: 0 4px;
	background: #08af8d;
	color: #fff;
	border: 1px solid #079578;
	border-radius: 50px;
}
.ClassList .Select {
	width: 56px;
	height: 26px;
	padding: 4px;
	padding-right: 20px;
	font-size: 10px;
	line-height: 18px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	border-radius: 5px;
	color:#fff;
	transition: 0.3s;
	overflow: hidden;
}
.ClassList .Hide {
	display: none;
}
.ClassList .Select:before {
	width: 15px;
	text-align: center;
	color: #fff;
	top: 0px;
	right: 0px;
	line-height: 25px;
}
.ClassList .Select.Add {
	border: 1px solid #079578;
	background: #079578;
}
.ClassList .Select.Add:hover, .ClassList .Select.Add:before {
	background: #08af8d;
}
.ClassList .Select.Del {
	border: 1px solid #aa3939;
	background: #aa3939;
}
.ClassList .Select.Del:hover, .ClassList .Select.Del:before {
	background: #d24848;
}
/*	ClassList	*/


/*	Class	*/
.ClsMtg {
	margin-bottom:30px;
	padding: 15px;
	position: relative;
	background: #fdfdfd;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
}
.ClsMtgBar {
	margin-top:30px;
	color:#666;
	border-bottom: 1px solid #468AC7;
	text-align: left;
	font-size: 16px;
}
.ClassImg {
	float:left;
	width: 250px;
	height: 125px;
	border: 1px solid #cacaca;
	border-radius: 5px;
}
/*	Class	*/


/*  ClassList2 */
.ClassList2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.ClassList2 .Item {
	width: 23%;
	height: 320px;
	text-align: center;
	vertical-align: top;
	margin: 1%;
	margin-bottom: 40px;
	border-radius:10px;
	background:#D2D2D2;
	transition: all 0.5s;
	overflow: hidden;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.ClassList2 .Item .Image {
	height: 175px;
	position: relative;
}
.ClassList2 .Item img {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px;
	border: 0;
}
.ClassList2 .filterLayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background:#9A5E66;
	opacity:0.2;
}
.ClassList2 .Text {
	padding: 5px;
	color: #000;
}
.ClassList2 .Title {
	font-size: 16px;
	line-height: 25px;
	margin-top:10px;
}
.ClassList2 .Title:hover {
	color: #353536;
}
/*  ClassList2 */



.News {
	width: calc(33% - 18px);
	height:450px;
	background:#f6f6f8;
	padding:10px;
	border: 1px solid #eeeff2;
	border-radius:10px;
	margin:0 10px;
	transition: all 0.5s;
	overflow:hidden;
}
.DIR_1 .News {
	float:right;
	text-align: right;
}
.DIR_2 .News {
	float:left;
	text-align: left;
}
.DivNews {
	overflow: hidden;
}
.DivNews .News:hover {
	background: #eeeff2;
}
.DivNews .News>a {
	display:block;
	height: 100%;
}
.DivNews .PicSmall {
	width: 100%;
	height:200px;
	border: 0;
	overflow:hidden;
	margin-bottom:10px;
}
.DivNews .PicSmall img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.DivNews .rutitr {
	width:max-content;
	max-width:100%;
	line-height:18px;
	font-size: 14px;
	color: #7c4199;
}
.DivNews .Title {
	line-height:27px;
	font-size: 17px;
	font-weight:bold;
	padding: 10px 0;
	color:#353536;
}
.DivNews .Title img {
	border-radius: 50px;
	vertical-align:middle;
}
.DivNews .Abstract, .DivNews .Abstract p, .DivNews .Abstract span {
	font-size: 14px;
	line-height: 25px;
	color: #82848E;
}
/*	width <= 850px	*/
@media (max-width: 850px) {
	.News {
		width: calc(100% - 20px);
		margin-bottom:20px;
	}
}




/*	MySlider	*/
.DivMySlider {
	width: 90%;
	height: 100%;
	margin-right: 10%;
	position: relative;
}
.DivMySlider>div {
	display: none;
}
.DivMySlider .ObjSlid {
	width: 50%;
}
.ObjSlid_1 {
	min-height: 60px;
	background: linear-gradient(45deg,#11567f 0%,#2182a8 100%);
	position: absolute;
	top: 10px;
	left: -100%;
	opacity: 0;
}
.ObjSlid_1>div {
	line-height: 40px;
	padding: 10px;
	opacity: 0;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-shadow: -3px 3px 0 #11567f;
}
.ObjSlid_2 {
	position: absolute;
	top: 200px;
	right: 0;
	opacity: 0;
}
.ObjSlid_2>div {
	line-height: 30px;
	text-align: justify;
	color: #fff;
	padding: 0 10px;
	opacity: 0;
}
/*	width <= 800px	*/
@media (max-width: 800px) {
	.DivMySlider .ObjSlid {
		width: 80%;
	}
}
/*	width <= 500px	*/
@media (max-width: 500px) {
	.DivMySlider .ObjSlid {
		width: 90%;
	}
	.DivMySlider {
		width: 100%;
		margin-right: 5%;
	}
}
/*	MySlider	*/


/*  Home Slider_1 */
.mySwiper {
	width: 100%;
	height: 400px;
	border: 1px solid #A7B7C4;
	border-radius: 10px;
	overflow:hidden;
}
.mySwiper .swiper-slide {
	position: relative;
}
.mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mySwiper .swiper-slide .caption {
	width: 60%;
	height: 87px;
	position: absolute;
	bottom:20px;
	left:20px;
	text-align: center;
	background:#00000099;
	overflow:hidden;
	color: #fff;
	border-radius:10px;
	padding:10px 15px;
	transform: translateX(-50%) translateY(50px);
	opacity: 0;
	transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
}
.mySwiper .swiper-slide-active .caption {
	opacity: 1 !important;
	transform: translateX(0) translateY(0);
}
.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev, .mySwiper .swiper-pagination {
	opacity: 0;
	transition: all 0.5s;
	color: #716a71;
}
.mySwiper:hover .swiper-button-next, .mySwiper:hover .swiper-button-prev, .mySwiper:hover .swiper-pagination {
	opacity: 1 !important;
}
.mySwiper .swiper-pagination-bullet-active {
	background-color: #716a71;
}

.mySwiper_2 {
	padding: 17px !important;
	background: #fff;
}
.mySwiper_2 .swiper-slide img {
	border-radius: 10px;
}
.mySwiper_2 .swiper-slide .caption {
display:none;
	width: 100%;
	height: 120px;
	background:#42235190;
	bottom:0px;
	left:0px;
	transform: translateX(0) translateY(100%);
	border-radius:0px;
}
.mySwiper_2 .swiper-slide-active .caption {
	opacity: 1 !important;
	transform: translateX(0) translateY(0);
}

/*	width <= 1000px	*/
@media (max-width: 1000px) {
	.mySwiper {
		height: 350px;
	}
}
/*	width <= 800px	*/
@media (max-width: 800px) {
	.mySwiper {
		height: 300px;
	}
}
/*	width <= 600px	*/
@media (max-width: 600px) {
	.mySwiper {
		height: 250px;
	}
	.mySwiper .swiper-slide .caption {
		width: calc(100% - 20px);
		height: 80px;
		bottom:10px;
		left:10px;
		transform: none;
	}
}
/*  Home Slider_1 */


/*  Slider1 */
#Slider1_Toggle {
	display: none;
	padding: 20px 10px 0 10px;
	color:#fff;
}
#Slider1, #Slider1 .Slider1 {
	width: 1000px;
	height: 450px;
}
#Slider1 {
	position: relative;
	top: 0px;
	left: 0px;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow:hidden;
}
#Slider1 .Slider1 {
	position: relative;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#Slider1 .filterLayer {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background:#74C4DF;
	opacity:0.05;
}
#Slider1 .Label {
	width: 60%;
	height: 100px;
	position: absolute;
	bottom:20px;
	left:20px;
	background:#00000090;
	overflow:hidden;
	color: #FFF;
	border-radius:10px;
}
#Slider1 .Label a {
	color: #FFF;
}
#Slider1 .Label>div {
	margin:7px 30px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 40px;
	text-align:center;
}
#Slider1 .Label>span {
	width: 68%;
	max-height:80%;
	margin:0 auto;
	margin-top:30px;
	display:block;
	color: #82848E;
}
#Slider1 .Label>span p {
	text-align: justify;
	font-size: 16px;
	line-height: 30px;
}
#Slider1 ._Arrow {
	display:block;position:absolute;cursor:pointer;
	width:40px;height:40px;top:0px;
}
#Slider1 ._Arrow .a {fill:none;stroke:#fff;stroke-width:1000;stroke-linecap:round;}
#Slider1 ._Arrow:hover {opacity:.8;}
#Slider1 .Prev_Arrow {
	left:5px;
}
#Slider1 .Next_Arrow {
	right:5px;
}
#Slider1 .Navigator {
	position:absolute;
	top:12px;
}
.DIR_1 #Slider1 .Navigator {
	right:12px;
}
.DIR_2 #Slider1 .Navigator {
	left: 12px;
}
#Slider1 .Navigator .i {position:absolute;cursor:pointer; width:16px;height:16px;}
#Slider1 .Navigator .i .b {fill:#fff;fill-opacity:0.5;stroke:#000;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
#Slider1 .Navigator .i:hover .b {fill-opacity:.7;}
#Slider1 .Navigator .iav .b {fill-opacity: 1;}
#Slider1 .Navigator .i.idn {opacity:.3;}
.SliderReadMore {
display:none;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
}
.DIR_1 .SliderReadMore {
	right: 29px;
}
.DIR_2 .SliderReadMore {
	left: 29px;
}
/*	width <= 900px	*/
@media (max-width: 900px) {
	#Slider1 .Label {
		width: 70%;
	}
}
/*	width <= 700px	*/
@media (max-width: 700px) {
	#Slider1, #Slider1 .Slider1 {
		width: 800px;
		height: 400px;
	}
	#Slider1 .Label {
		width: 80%;
	}
}
/*	width <= 500px	*/
@media (max-width: 500px) {
	#Slider1, #Slider1 .Slider1 {
		width: 500px;
		height: 350px;
	}
}
/*  Slider1 */


/*  Slider2 */
#Slider2 {
	width: 1200px;
	height: 200px;
	position: relative;
	top: 0px;
	left: 0px;
}
#Slider2 .Slider2 {
	width: 1200px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#Slider2 .Label {
	width: 100%;
	height: 100%;
	margin:1% 0;
	position: absolute;
	left:0;
}
#Slider2 .Label>div {
	width: 69%;
	margin:0 auto;
	color: #888;
	font-weight: normal;
	font-size: 16px;
	line-height: 30px;
	text-align:center;
}
#Slider2 ._Arrow {
	display:block;position:absolute;cursor:pointer;
	width:40px;height:40px;top:0px;
}
#Slider2 ._Arrow .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
#Slider2 ._Arrow:hover {opacity:.8;}
#Slider2 .Prev_Arrow {
	top:-70px;
	left:20px;
	background: url(../images/arrow_left.png) center no-repeat;
}
#Slider2 .Next_Arrow {
	top:auto;
	bottom:0;
	right:20px;
	background: url(../images/arrow_right.png) center no-repeat;
}
#Slider2 .Navigator {
	position:absolute;
	bottom:0px;
}
.DIR_1 #Slider2 .Navigator {
	left: 150px;
}
.DIR_2 #Slider2 .Navigator {
	right:200px;
}
#Slider2 .Navigator .i {position:absolute;cursor:pointer; width:16px;height:16px;}
#Slider2 .Navigator .i .b {fill:none;fill-opacity:0.5;stroke:#7c4199;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.5;}
#Slider2 .Navigator .i:hover .b {fill-opacity:.7;}
#Slider2 .Navigator .iav .b {fill-opacity: 1;stroke:#7BC144;}
#Slider2 .Navigator .i.idn {opacity:.3;}
/*  Slider2 */




/*  TabsContent */
.TabsContent ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.TabsContent ul.tabs li{
	background: #f5f5f5;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}
.TabsContent ul.tabs li.current{
	background: #ededed;
	color: #222;
	font-weight: bold;
}
.TabsContent .tab-content{
	display: none;
	background: #ededed;
	padding: 15px;
}
.TabsContent .tab-content.current{
	display: inherit;
}
/*  TabsContent */


.BankLogo {
	width: 70px;
	height: 70px;
	padding: 0;
	border: 0;
}
.FieldGroup .Field_Payment {
	float: right;
	width: calc(100% - 60px);
	direction: ltr;
}
.FieldGroup .Payment {
	float: right;
	width: 54px;
	height: 33px;
	cursor: pointer;
	color: #fff;
	background: #1097d2;
	border: 1px solid #0d78b6;
	border-radius: 5px;
	margin-right: 4px;
	text-align: center;
	transition: all 0.5s;
}
.FieldGroup .Payment:hover {
	background: #1097be;
}


/*  Ticket */
#InsertFile {
	color: #A74A4C;
	cursor: pointer;
	margin: 5px 0;
}
#InsertFile span {
	color: #FFF;
	background: #33bd61 url(../../_tmp_common/images/plus.png) right no-repeat;
	cursor: pointer;
	border: 1px solid #2c8c4c;
	border-radius: 5px;
	padding: 0 20px 0 10px;
}
.DivFile {
	margin: 1px 0;
}
.DivFile input {
	width: 300px;
}
.DivFile .FileDownload {
	display: inline-block;
	width: 288px;
	color: #FFF;
	background: #248692;
	border: 1px solid #2a80b9;
	border-radius: 5px;
	padding: 2px 5px;
}
.DivFile .FileDel {
	color: #FFF;
	background: #c44142 url(../../_tmp_common/images/delete.png) right no-repeat;
	border: 1px solid #a13a3b;
	border-radius: 5px;
	padding: 0 20px 0 5px;
}
.TicketView {
	border: 1px solid #09F;
}
.TicketView .Title {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	color: #FFF;
	background: #09F;
}
.TicketView .Title span {
	line-height: 20px;
}
.TicketView .Text {
	padding: 10px 20px;
	background: #EEE;
}
.DivTicketForm {
	display: none;
	margin: 20px;
	padding: 10px;
	background: #DDD;
	border: 1px solid #09F;
	border-radius: 5px;
}
.TicketBtn {
	padding: 0 5px;
	color: #FFF;
	background: #09F;
	border-radius: 5px;
	font-size: 14px;
}
.TicketBtn:hover {
	color: #FFF;
	background: #2a80b9;
}
.TicketBtnInsert {
	color: #FFF;
	background: #33bd61 url(../../_tmp_common/images/plus.png) right no-repeat;
	cursor: pointer;
	border: 1px solid #2c8c4c;
	border-radius: 5px;
	padding: 0 20px 0 10px;
}
/*  Ticket */

/*	Chat	*/
#DivChatHead {
	width: 60px;
	height:60px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 97;
	background: #0f9567 url(../../_tmp_common/images/bgChat2.gif) no-repeat center center;
	cursor: pointer;
	border-radius:50px;
	border:1px solid #fff;
	transition:all 0.5s;
}
#DivChatHead:hover {
	box-shadow: 0px 3px 10px #11567f;
}
#DivChatHead:before, #DivChatHead:after {
	content:'';
	width:7px;
	height:7px;
	border-radius:50px;
	background:#0f9567;
	position:absolute;
	bottom:-14px;
	right:-8px;
}
#DivChatHead:after {
	width:13px;
	height:13px;
	bottom:-8px;
	right:-1px;
}
#DivChatFrame {
	display: none;
	width: 410px;
	height: 450px;
	border-radius: 5px 5px 0px 0px;
	z-index: 98;
	border: 1px solid #666;
	background: #FFF;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
/*	width <= 400px	*/
@media (max-width: 400px) {
	#DivChatFrame {
		width: 100%;
	}
}
#DivOuterChat {
	position:relative;
	width:390px;
	max-width:100%;
	height:360px;
}
#DivOuterChat .tableForm tr {
	height: 41px;
}
#DivChatBox {
	height: 340px;
	margin: 0 auto;
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #7ab5d9 #d8d4c7;
}
#DivChatBox::-webkit-scrollbar {
    width: 5px;
}
#DivChatBox::-webkit-scrollbar-track-piece  {
    background-color: #d8d4c7;
}
#DivChatBox::-webkit-scrollbar-thumb {
    background-color: #7ab5d9;
}
#DivOnline {
	margin: 15px 5px;
	padding: 15px;
	background: #cc99cc;
	border: 1px solid #996699;
	color: #573357;
}
#DivChatTitle {
	width:100%;
	height: 40px;
	line-height:40px;
	font-weight:bold;
	position: fixed;
	top: 0;
	right: 0;
	padding-right:10px;
	color:#11567f;
	border-bottom: 1px solid #2a80b9;
}
#DivMinimizeChat {
	position: fixed;
	top: 7px;
	left: 10px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(../../_tmp_common/images/minimize.png);
}
#DivLogoutChat {
	position: fixed;
	top: 7px;
	left: 40px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	background: url(../../_tmp_common/images/logout.png);
}
#MessageChat {
	width: 80%;
	height: 30px;
	line-height: 30px !important;
}
.MessageOK, .MessageOK:focus, .MessageOK:hover {
	width: 18% !important;
	height: 30px;
	color:#fff;
	background: #1097d2;
	border:1px solid #0d78b6;
	cursor: pointer;
	vertical-align: middle;
}
.MessageOK2, .MessageOK2:focus, .MessageOK2:hover {
	width: 100px !important;
}
#theSubmitChat2 {
	width: 50px;
	height: 33px;
	line-height: 30px !important;
}
.DivMsg {
	margin: 5px;
	padding: 5px;
	border: 1px solid #ACD8F0;
}
.MsgUser {
	float: right;
	font-weight: bold;
	padding: 0 5px;
}
.MsgTime {
	float: left;
	color: #2a80b9;
	background: #CCC;
	padding: 0 5px;
	border-radius: 2px;
	font-size: 10px;
}
.Department optgroup {
	color: #FFF;
	background: #BBB;
	font-style: normal;
	font-weight: normal;
}
.Department optgroup.Online {
	background: #57BB57;
}
.Department option  {
	color: #2a80b9;
	background: #FFF;
}
/*	Chat	*/


/*  Links_3 , Links_4 */
#Links_3, #Links_4 {
	width:100%;
	height:120px;
	margin:0 auto;
	position:relative;
	top:0px;
	left:0px;
	overflow:hidden;
	visibility:hidden;
}
#Links_3 .Links_3, #Links_4 .Links_4 {
	width:100%;
	height:100%;
	cursor:default;
	position:relative;
	top:10px;
	left:0px;
	overflow:hidden;
}
#Links_3 .NavBullet, #Links_4 .NavBullet {position:absolute;bottom:12px;right:12px;}
#Links_3 .NavBullet .i, #Links_4 .NavBullet .i {position:absolute;cursor:pointer; width:16px;height:16px;}
#Links_3 .NavBullet .i .b, #Links_4 .NavBullet .i .b {fill:none;stroke:#fff;stroke-width:2000;stroke-miterlimit:10;stroke-opacity:0.4;}
#Links_3 .NavBullet .i:hover .b, #Links_4 .NavBullet .i:hover .b {stroke-opacity:.7;}
#Links_3 .NavBullet .iav .b, #Links_4 .NavBullet .iav .b {stroke-opacity: 1;}
#Links_3 .NavBullet .i.idn, #Links_4 .NavBullet .i.idn {opacity:.3;}
#Links_3 .NavArrow, #Links_4 .NavArrow {display:block;position:absolute;cursor:pointer; width:50px;height:50px;top:0px;}
#Links_3 .NavArrowLeft, #Links_4 .NavArrowLeft {left:0px;}
#Links_3 .NavArrowRight, #Links_4 .NavArrowRight {right:0px;}
#Links_3 .NavArrow .a, #Links_4 .NavArrow .a {fill:#5ba0d0;fill-opacity:.7;stroke:#468AC7;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
#Links_3 .NavArrow:hover, #Links_4 .NavArrow:hover {opacity:.8;}
#Links_3 svg, #Links_4 svg {position:absolute;top:10px;left:0;width:100%;height:100%;}
/*  Links_3 */

/* Teacher */
.TechPage .Prsn {
	width:200px;	
	border:solid 1px #999;
	padding:3px;
}
.DIR_1 .TechPage .Prsn {
	float:left;
}
.DIR_2 .TechPage .Prsn {
	float:right;
}
.SlctDepartment {
	width:max-content;
	min-width:300px;
	background:#00a9ab;
	padding:10px 30px;
	margin-bottom:30px;
	border-radius:5px;
}
.SlctDepartment label {
	color:#fff;
}
.TechList {
}
.TechDiv {
	display:inline-block;
	width:200px;
	text-align:center;
	vertical-align:top;
	margin:10px;
	margin-bottom:40px;
	padding:5px;
	transition: all 0.5s;
}
.TechDiv>img {
	width:130px;
	height:130px;
	border:1px solid #eeeff2;
	border-radius:50%;
	filter: grayscale(100%);
	transition: .3s ease-in-out;
}
.TechDiv>div {
	color:#353536;
	font-weight:bold;
	font-size: 17px;
	line-height:40px;
}
.TechDiv>span {
	color:#82848e;
	font-size: 13px;
	line-height:20px;
}
.TechDiv:hover {
	background:#eeeff2;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
}
.TechDiv:hover >img {
	border:1px solid #7bc144;
	filter: grayscale(0);
}
.TechDiv:hover >div {
	color:#7bc144;
}
/* Teacher */

/* Amar */
.BoxAmar .BoxItem {
	display:inline-block;
	vertical-align:top;
	margin:10px;
	position:relative;
	overflow:hidden;
}
.BoxAmar .BoxItem .cntItem {
	width: 100px;
	height: 80px;
	line-height: 85px;
	font-size: 25px;
	font-weight: 800;
	margin: 0 auto;
	margin:10px;
	color: #7c4199;
	background:#fff;
	border:1px solid #D7DCE8;
	border-radius:50%;
	overflow:hidden;
	box-shadow: -2px 9px 10px rgba(0,0,0,0.3);
}
.BoxAmar .BoxItem .title {
	color:#7BC144;
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
}
/*	width <= 800px	*/
@media (max-width: 800px) {
	.BoxAmar .BoxItem {
		width: fit-content;
		height: 30px;
		margin:15px 20px;
	}
	.BoxAmar .BoxItem .cntItem {
		float:right;
		width: 50px;
		height: 30px;
		line-height: 30px;
		font-size: 17px;
		border:0;
		border-radius:0;
		background:none;
		border-bottom:1px solid #7c4199;
		box-shadow:none;
		margin:0;
	}
	.BoxAmar .BoxItem .title {
		float:right;
		margin-top:0;
		padding:0 10px;
		border-bottom:1px solid #7BC144;
		line-height: 29px;
		font-size: 17px;
	}
}
/* Amar */




/***********************************************/
/****************   Responsive   ***************/
/***********************************************/

/*	width <= 1250px	*/
@media (max-width: 1250px) {
	.DivBanner3 .box {
		width: 50%;
	}
}


/*	width <= 1000px	*/
@media (max-width: 1000px) {
	#DivHomeContent {
		width: 100%;
		margin:0;
	}
	.DivBodyRight, .DivBodySpace {
		display: none;
	}
	.DivBodyCenter2 {
		width: 100%;
	}
	.DivBanner3 .box {
		width: 70%;
		padding: 25px;
	}
}

/*	width <= 900px	*/
@media (max-width: 900px) {
	#DivOuterHead {
		height: 120px;
	}
	#DivHead {
		height: 80px;
	}
	#DivHeadBar, .DivTopMenu {
		height: 40px;
	}
	#DivHeadBar a, .ElectronicServices:before {
		line-height: 40px;
	}
	.DivLogo img {
		width: 70%;
	}
	.DivTopMenu > ul > li > ul {
		top: 39px;
	}
	.DivContArchive {
		width: 100%;
	}
}

/*	width <= 850px	*/
@media (max-width: 850px) {
	.DivBanner2>.Title, .DivBanner4>.Title, .DivBanner5>.Title {
		font-size:24px;
		font-weight: 850;
		margin-bottom: 35px;
	}
}

/*	width <= 700px	*/
@media (max-width: 700px) {
	.DivTopMenu>ul {
		display: none;
	}
	.DivTopMenu_Toggle {
		display: block;
		z-index:9;
	}
	.ContentAbstract {
		clear: both;
		width: calc(100% - 25px);
	}
	.tableForm {
		width: 100%;
	}
	.DivBanner3 .box {
		width: 80%;
		padding: 20px;
	}
}

/*	width <= 600px	*/
@media (max-width: 600px) {
	#DivHead{
		width: 100%;
	}
	.DivBanner3 .box {
		width: 90%;
		padding: 15px;
	}
}
	
/*	width <= 500px	*/
@media (max-width: 500px) {
	.DivIcon {
		width:70px;
		top: 5px;
		text-align: center !important;
	}
	#SearchBox {
		background:none;
		margin: 0 !important;
		padding: 0 !important;
	}
	.LangBox {
		display: block;
	}
	.langSeparator {
		display: none;
	}
	.ElectronicServices {
		font-size: 13px;
	}
	.DivContArchive .Image {
		width: calc(100% - 20px);
		height: 150px;
	}
	.DivContArchive .Rutitr, .DivContArchive .Title, .DivContArchive .Abstract {
		width: calc(100% - 15px);
	}
	.DivPaging .paging2, .DivPaging .RowCount {
		display: none;
	}
}


/*	width <= 360px	*/
@media (max-width: 360px) {
}

/*	width <= 320px	*/
@media (max-width: 320px) {
	.ContentImage {
		display: none;
	}
}


/*	width >= 1000px	*/
@media (min-width: 1000px) {
}

/*	width >= 1300px	*/
@media (min-width: 1300px) {
	#DivHead, #DivBody, #DivFoot, .DivBanner1, .DivBanner_links, .DivBanner2, .DivBanner3, .DivBanner4, .DivBanner5, .DivBanner6, .DivTopMenu {
		width: 1280px;
	}
}
