.navfull {
				position: relative;
				z-index: 999;
}

.btn-top {
				border: medium none;
				cursor: pointer;
				outline: medium none;
				padding: 0;
				position: fixed;
				right: 20px;
				z-index: 9999;
}

.btn-top:hover {
				opacity: 1
}

.panel-primary>.panel-heading {
				background-color: #7cd608;
				border-color: #7cd608;
}

.panel-primary {
				border-color: #7cd608;
}

.right-pro img{
				width: 100%;
				height: auto;
}
.right-pro h1 {
				    display: block;
    overflow: hidden;
    font-size: 45px;
    color: #7cd608;
    font-family: moti;
    margin-bottom: 20px;
}

@media only screen and (max-width:1199px) {
				.hidden-max {
								display: none !important;
				}
				.container {
								box-sizing: border-box;
								width: calc(100% - 2px);
								max-width: 100%;
				}
}

@media only screen and (max-width:991px) {
				.p-991-t15 {
								padding-top: 15px;
				}
				.m-991-b10 {
								margin-bottom: 10px;
				}
}

@media only screen and (max-width:767px) {
				.p-767-b5 {
								padding-bottom: 5px;
				}
				.p-767-r0 {
								padding-right: 0;
				}
				.p-767-lr0 {
								padding-left: 0;
								padding-right: 0;
				}
}

@media only screen and (max-width:639px) {
}

@media only screen and (max-width: 479px) {
				.p-479-r0 {
								padding-right: 0;
				}
				.p-479-lr0 {
								padding-left: 0;
								padding-right: 0;
				}
}

@media only screen and (min-width:0px) { /*.col-min-*/
}

@media only screen and (min-width:480px) { /*.col-xs-*/
}

@media only screen and (min-width:768px) {
				/*.col-sm-*/
				.p-sm-l40 {
								padding-left: 40px;
				}
				/* 				ul.slimmenu>li:nth-child(4) { */
				/* 								margin-left: 220px; */
				/* 								background: none; */
				/* 				} */
}

@media only screen and (min-width:992px) {
				/*.col-md-*/
				.col-md-5 {
								width: 20%;
				}
				.p-md-l40 {
								padding-left: 40px;
				}
				.p-md-l90 {
								padding-left: 90px;
				}
				.p-md-l10 {
								padding-left: 10px;
				}
}

@media only screen and (min-width:1200px) { /*.col-lg-*/
}

@media ( min-width :0px) and (max-width:479px) {
				.hidden-min {
								display: none !important;
				}
				.col-min-16, .col-min-24, .col-min-12 {
								float: left;
				}
				.col-min-16 {
								width: 66.66666667%;
				}
				.col-min-24 {
								width: 100%;
				}
				.col-min-12 {
								width: 50%;
				}
}

@media ( min-width :480px) and (max-width:767px) {
}

@media ( min-width :767px) and (max-width:991px) {
}

@media ( min-width :992px) and (max-width:1199px) {
}

@media ( min-width :1200px) and (max-width:1366px) {
}

.news_column img, .tab-content img {
				display: block;
				height: auto;
				max-width: 100%;
				margin: auto;
}

.news_column figure, .tab-content figure {
				float: none;
}

.videoWrapper {
				position: relative;
				padding-bottom: 56.25%; /* 16:9 */
				height: 0;
}

.videoWrapper iframe {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
}

.select2-container--default .select2-selection--single, .select2-container--bootstrap .select2-selection--single {
				line-height: 32px !important;
}

.select2-container, .select2-container--bootstrap {
				max-width: 100%;
				min-width: 100%;
}

.select2-results>.select2-results__options {
				max-height: 200px;
				overflow-y: auto;
}

.p-lr {
				padding-right: 15px;
				padding-left: 15px;
}

.p-lr0 {
				padding-right: 0px !important;
				padding-left: 0px !important;
}

.p-t20 {
				padding-top: 20px;
}

.p-0 {
				padding: 0;
}

.p-10 {
				padding: 10px;
}

.p-20 {
				padding: 20px;
}

.p-tb5 {
				padding-top: 5px;
				padding-bottom: 5px;
}

.p-l0 {
				padding-left: 0px;
}

.p-lr5 {
				padding-left: 5px;
				padding-right: 5px;
}

.p-lr15 {
				padding-left: 15px;
				padding-right: 15px;
}

.p-b10 {
				padding-bottom: 10px;
}

.m-t5 {
				margin-top: 5px;
}

.m-t10 {
				margin-top: 10px;
}

.m-t90 {
				margin-top: 90px;
}

.m-b0 {
				margin-bottom: 0px !important;
}

.m-b10 {
				margin-bottom: 10px !important;
}

.m-b30 {
				margin-bottom: 30px !important;
}

.m-t15 {
				margin-top: 15px;
}

.m-t20 {
				margin-top: 20px;
}

.m-b20 {
				margin-bottom: 20px;
}

.m-0 {
				margin: 0;
}

.m-tb15 {
				margin-top: 15px;
				margin-bottom: 15px;
}

.w-20 {
				width: 20% !important;
}

.w-100 {
				width: 100% !important;
}

.d-flex {
				-js-display: flex;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				-ms-flex-flow: row wrap;
				flex-flow: row wrap;
}

.d-inline-block {
				display: inline-block;
}

.justify-content>em {
				padding: 10px
}

.justify-content {
				justify-content: center;
}

.justify-left {
				justify-content: left !important;
}

.relative {
				position: relative !important
}

.absolute {
				position: absolute !important
}

.fixed {
				position: fixed !important;
				z-index: 12
}

.z-index {
				z-index: 1;
}

.l-h25 {
				line-height: 25px;
}

.one-line, .two-line, .three-line, .four-line, .five-line {
				width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box !important;
				-webkit-box-orient: vertical;
}

.one-line {
				-webkit-line-clamp: 1;
}

.two-line {
				-webkit-line-clamp: 2;
}

.three-line {
				-webkit-line-clamp: 3;
}

.four-line {
				-webkit-line-clamp: 4;
}

.five-line {
				-webkit-line-clamp: 5;
}

.h-25 {
				height: 25px;
}

.h-35 {
				height: 35px;
}

.h-45 {
				height: 45px;
}

.h-50 {
				height: 50px;
}

.h-60 {
				height: 60px;
}

.h-70 {
				height: 70px;
}

.h-75 {
				height: 75px;
}

.color-b {
				color: blue !important;
}

.color-r {
				color: red !important;
}

.color-w {
				color: white !important;
}

.color-b {
				color: black !important;
}

.color-y {
				color: yellow !important;
}

.bg-w {
				background-color: white;
}

#page-bodyhtml {
				overflow-x: auto;
				min-height: 0.01%;
}

#page-bodyhtml table>thead>tr>th, #page-bodyhtml table>tbody>tr>th, #page-bodyhtml table>tfoot>tr>th, #page-bodyhtml table>thead>tr>td, #page-bodyhtml table>tbody>tr>td, #page-bodyhtml table>tfoot>tr>td {
				border: 1px solid #ddd;
}

#page-bodyhtml table>thead>tr>th, #page-bodyhtml table>tbody>tr>th, #page-bodyhtml table>tfoot>tr>th, #page-bodyhtml table>thead>tr>td, #page-bodyhtml table>tbody>tr>td, #page-bodyhtml table>tfoot>tr>td {
				padding: 8px;
				line-height: 1.42857143;
				vertical-align: top;
				border-top: 1px solid #ddd;
}

#page-bodyhtml table>tbody>tr:nth-of-type(odd) {
				background-color: #f9f9f9;
}

.table-responsive {
				overflow-x: auto;
				min-height: 0.01%;
}