/****************************************************************************************
										CONTENT
****************************************************************************************/
/* <==== MySelf ======>*/
#content {
	width: 100%;
	padding-bottom: 50px;
}

#more {
	margin-bottom: 20px;
}

.mypara {
	border-left: 4px solid red;
	padding-left: 15px;
	margin: 20px 0;
}

.mybox {
	box-shadow: 0 0 15px 4px #eaeaea;
	margin-bottom: 20px;
}

.mylabel div p {
	margin: 0;
	padding: 10px;
	color: white;
	display: inline-block;
	background-color: #4285f4;
	font-size: 16px;
}

.mylabel-kh {
	margin-bottom: 5px;
}

.mylabel-kh div p {
	margin: 0;
	padding: 5px 10px;
	color: white;
	display: inline-block;
	background-color: #4285f4;
	font-size: 16px;
}

.img-kh {
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	position: relative;
}

.img-kh:hover img {
	/*	margin: -5% 0 0 -5%;
	width: 110%;
	height: 110%;*/
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.img-kh img {
	transition: all .4s;
	width: 100%;
	height: 100%;
}

.cover-img {
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .4s;
}

.cover-img a {
	opacity: 0;
	background-color: #4285f4;
	position: absolute;
	padding: 12px 24px;
	color: #ffffff;
	top: calc(50% - 23px);
	left: calc(50% - 60px);
	transition: all .4s;
	text-decoration: none !important;
}

.img-kh:hover .cover-img a {
	opacity: 1;
	padding: 6px 12px;
	top: calc(50% - 17px);
	left: calc(50% - 48px);
}

.img-kh:hover .cover-img {
	background-color: rgba(0, 0, 0, 0.7);
}

.my-img {
	min-width: 60px;
	min-height: 60px;
	-webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.mini-info-kh {
	padding: 0 15px;
}

.title-kh a {
	color: #333333;
}

.title-kh a:hover {
	text-decoration: none;
	color: #4285f4;
}

.info-more-kh {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
	padding: 10px 0;
}

.dk-kh {
	padding: 10px 0;
}

.mybtn:hover {
	background-color: #4285f4;
	color: white;
	transition: all 0.3s;
}

.vietjap {
	padding: 15px 0 0 0;
}

.mybta {
	padding: 6px 12px;
	border: 1px solid #adadad;
	background-color: transparent;
	color: #111111;
	border-radius: 4px;
	transition: all .35s;
	display: inline-block;
	text-decoration: none !important;
}

.mybta:hover, .mybta:focus {
	color: #ffffff;
	background-color: #4285f4;
}
/*search-bar*/
.search {
	background-color: #f5f5f5;
	margin-bottom: 50px;
	padding: 10px 10px 10px 20px;
}

.search div form {
	border: 0;
	background-color: #fff;
	position: relative;
	line-height: 34px;
	max-width: 100%;
}

.search div form:focus {
	width: 250px !important;
}

.myinput {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding: 6px 0 6px 10px;
	border-radius: 0;
	height: 34px;
	border: 1px solid #c1c1c1;
	outline: none !important;
	right: 0;
	width: 150px;
	transition: all 0.5s;
}

.myinput:focus {
	box-shadow: 0 0 1px 1px #ff991a !important;
	width: 250px !important;
	border: none;
}

.mybtn-search {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	z-index: 10;
	background: 0 0;
	box-shadow: none;
	border: none;
	outline: 0;
	width: 30px;
	padding: 0;
	line-height: 34px;
}

.mybtn-search span {
	font-size: 14px;
	color: #ccc;
	line-height: 34px;
}

.form-control {
	border-radius: 0px !important;
}

.boxrv {
	border-radius: 5px;
    border-bottom: 1px solid #dddddd;
    max-height: 250px;
    overflow: auto;
}

 /*end search-bar*/

/* <==== Override ====>*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #999;
}

:-ms-input-placeholder { /* IE 10+ */
	color: #999;
}

:-moz-placeholder { /* Firefox 18- */
	color: #999;
}
/****************************************************************************************
										MODULE
****************************************************************************************/
/* <========================================== header ==========================================>*/
/* <==== MySelf ======>*/
/* <==== Override ====>*/
/* <========================================== content =========================================>*/
/* <==== MySelf ======>*/
/* <==== Override ====>*/
/* <========================================== footer ==========================================>*/
/* <==== MySelf ======>*/
/* <==== Override ====>*/