::selection {background: #0c93d2; color:#fff;}
::-moz-selection {background: #0c93d2; color:#fff;}
::-webkit-selection {background: #0c93d2; color:#fff;}


/*Content*/
.content {
	width: 100%;
	display: block;
	color: #5e5e5e;
	font-size: 1.5rem;
	line-height: 25px;
	margin-bottom: 25px;
	overflow: hidden;
}
/*Content End*/

/*Content H title stle*/
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	color: #000;
	text-align: left;
	font-weight: lighter;
	margin-bottom: 15px;
	line-height: normal;
	text-transform: uppercase;
}
.content h1 {
	font-size: 3.0rem;
}
.content h2 {
	font-size: 2.8rem;
}
.content h3 {
	font-size: 2.6rem;
}
.content h4 {
	font-size: 2.4rem;
}
.content h5 {
	font-size: 2.2rem;
}
.content h6 {
	font-size: 2.0rem;
}
/*Content H title stle End*/



/*Content other style*/
.content a {
	color: #50b9ce;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}
.content a:hover {
	color: #71d6ea;
}
.content strong,
.content b {
	font-weight: 700;
}
.content hr {
	width: 100%;
	float: left;
	height: 2px;
	margin: 20px 0;
	background: #ccc;
	border: none;
}
.content blockquote {
	display: block;
	float: left;
	font-size: 1.4rem;
	font-style: italic;
	line-height: 22px;
	color: #949494;
	border-left: 5px solid #ccc;
	padding: 10px 10px 10px 20px;
	margin: 0 0 25px 25px
}
.content blockquote p {
	margin: 0;
}
/*Content other style End*/



/*Content List*/
.content ul {
	width: 100%;
	float: left;
	padding: 0 10px 0 15px;
	margin-bottom: 18px;
	list-style: none;
}
.content ol {
	width: 100%;
	float: left;
	padding: 0 10px 0 15px;
	margin-bottom: 18px;
	list-style-position: inside;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	margin-top: 5px;
	width: 100%;
	float: left;
}
.content li {
	width: 100%;
	float: left;
	position: relative;
	border-bottom: 1px solid #f7f7f7;
	padding: 5px 1% 5px 20px;
	color: #7d7d7d;
	transition: all 0.2s ease-in-out;
}
.content ol li {
	padding: 5px 1% 5px 5px;
}
.content li:nth-last-child(1){
	border-bottom: none;
}

.content li	p {
	margin: 0;
}
.content ul	li:before {
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
	width: 6px;
	height: 6px;
	line-height: 6px;
	font-family: "FontAwesome";
	font-size: 10px;
	color: #0c93d2;
	content: "\f10c";
	font-weight: bold;
}
.content ol li {
	padding: 4px 1% 4px 5px;
}
/*Content List End*/


/*Content Table*/
.content table {
	width: 100%;
	margin: 30px 0 30px;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
.content td,
.content th {
	padding: 10px;
	background: #FFF;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	transition: all 0.2s ease-in-out;
}
.content td:hover {
	background: rgba(204,204,204,0.1);
}

.content th {
	background: #0c93d2;
	border: 1px solid #0c93d2;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.content th:last-child {
	border-right: 1px solid #0c93d2;
}
/*Content Table End*/



/*Content Img*/
.content img {
	border: none;
}
.content_img {
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.img_100 .content_img {
	width: 100%;
}
.img_90 .content_img {
	width: 90%;
	display: inline-block;
}
.img_80 .content_img {
	width: 80%;
}
.img_70 .content_img {
	width: 70%;
}
.img_60 .content_img {
	width: 60%;
}
.img_50 .content_img {
	width: 48%;
	margin: 0 1%;
}
.img_40 .content_img {
	width: 38%;
	margin: 0 1%;
}
.img_30 .content_img {
	width: 28%;
	margin: 0 1%;
}
.img_20 .content_img {
	width: 18%;
	margin: 0 1%;
}
.img_10 .content_img {
	width: 8%;
	margin: 0 1%;
}
.img_100, 
.img_90, 
.img_80, 
.img_70, 
.img_60 {
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 35px;
	display: block;
}
.content_img.left_img {
	float: left;
	margin: 6px 15px 15px 0;
}
.content_img.right_img {
	float: right;
	margin: 6px 0 15px 15px;
}
.img_100 .content_img.left_img,
.img_90 .content_img.left_img,
.img_80 .content_img.left_img,
.img_70 .content_img.left_img,
.img_60 .content_img.left_img,
.img_100 .content_img.right_img,
.img_90 .content_img.right_img,
.img_80 .content_img.right_img,
.img_70 .content_img.right_img,
.img_60 .content_img.right_img {
	float: none;
	margin: 0;
}
.content_img img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.content_img::before,
.content_img::after {
	position: absolute;
	z-index: 2;
	content: "";
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.content_img::before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(12,147,210,0.5);
	display: block;
}
.content_img::after {
	width: 20%;
	height: 20%;
	top: 30%;
	left: 30%;
	text-align: center;
	background: url(../images/ico/zoom.svg) center no-repeat;
	transform: scale(0);
	background-size: contain;
}
.img_100 .content_img::after,
.img_90 .content_img::after,
.img_80 .content_img::after,
.img_70 .content_img::after,
.img_60 .content_img::after,
.img_50 .content_img::after,
.img_40 .content_img::after {
	width: 20%;
	height: 20%;
	top: 40%;
	left: 40%;	
}
.slide_img::after {
	width: 20%;
	height: 20%;
	top: 40%;
	left: 40%;	
}
.img_min .content_img::after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: scale(1);
	background-size: 30%;
	border-radius: 0;
}
.content_img:hover::after {
	transform: scale(1);
	opacity: 1;
}
.content_img:hover::before {
	opacity: 1;
}

.blueimp-gallery > .prev,
.blueimp-gallery > .next {
	display: block;
	border: none;
	background: url(../images/ico/arrow.svg) 17px center no-repeat;
}
.blueimp-gallery > .prev {
	transform: rotate(180deg);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
	display: block;
}
.blueimp-gallery > .close {
    font-weight: lighter;
}
/*Content img End*/




/* ==========================================================================
   05. Mobile: Landscape
   ========================================================================== */
@media screen and (max-width: 767px) {


	/*Content*/
	.my_table {
		width:100%;
		overflow-x: scroll;
		float: left;
		margin-bottom: 15px;
		-webkit-overflow-scrolling: touch;
	}
	.img_min,
	.img_100, 
	.img_90, 
	.img_80, 
	.img_70, 
	.img_60, 
	.img_50, 
	.img_40, 
	.img_30, 
	.img_20, 
	.img_10 {
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: 15px;
		display: block;
	}
	.img_min .content_img,
	.img_100 .content_img,
	.img_90 .content_img,
	.img_80 .content_img,
	.img_70 .content_img,
	.img_60 .content_img,
	.img_50 .content_img,
	.img_40 .content_img,
	.img_30 .content_img,
	.img_20 .content_img,
	.img_10 .content_img {
		width: 100%;
		float: left;
		margin: 0 0 15px;
	}
	.img_min > a > img {
		width: 100% !important;
	}


	.content_img::before,
	.content_img::after {
		display: none;
	}
}
