.clear {
	clear: both;
}
.my-header {
	background:#343a40;
	height: 60px;
	width: 100%;
	margin-top:56px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	border-top: 1px solid #ffffff;
}
.main-content, #right-post {
	padding-top:15px;
}
.main-content .card {
	margin-top: 15px;
	margin-bottom: 15px;
}
.main-content img.content-img {
	max-width: 100%;
	max-height: 100%;
}
.content-post img, .main-content img {
	max-width: 100%;
	max-height: 100%;
}

.search-bar input.input-search{
	border-radius: 5px !important;
}
.search-bar .btn-select-box{
	width:100px;
	margin-left:3px;
	margin-right:3px;
}
header img.logo {
	width: 100%;
	max-width: 60px;
}
ul ol {
    margin-left: 25px;
    margin-top: 10px;
}
.card {
	margin-bottom: 15px;
}
.card .card-body, .card .card-header {
	padding: 10px 10px;
}
ul.border-bottom li, ol.border-bottom li {
    padding-top: 10px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
a:hover {
	text-decoration: none;
}


/* ================== header main ==================  */
.header-top-light{
	.nav-link{ color:$gray-500; 
		&:hover{ color:$dark; }
	}
}

.header-main{position:relative; padding-top:0.4rem; padding-bottom:0.4rem;}

.brand-wrap, .navbar-brand { 
    .logo{margin-right:7px;  max-height:42px; display:inline-block; }
}

.navbar-main{
	.nav-link{ font-weight:600; color:#1c1c1c; 
		&:hover{ color:#666;   }
	}
}


.widget-header{ display:inline-block; vertical-align: middle; position:relative;
	a{ color:$body-color;
		&:hover{
			color:$primary;
		}
	}
	i{color:$gray-500;}
	form{min-width:280px;}
	.title{display:block}
	.notify{ position:absolute; top:-3px; right:-10px}
	&:hover{
		i{color:$primary; }
	}
}


/* desktop only */
@media all and (min-width: 768px) {

	
}
/* desktop only .end */

ul li {
	list-style: none;
}
ul ol {
	padding: 0;
}
ul ol:first-child {
	padding-top: 10px;
}
ul ul {
	padding-bottom: 10px;
}


#notfound {
  position: relative;
  height: 100vh;
  background: #f6f6f6;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 110px 40px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

.notfound .notfound-404 {
  position: relative;
  height: 180px;
}

.notfound .notfound-404 h1 {
  font-family: 'Roboto', sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 165px;
  font-weight: 700;
  margin: 0px;
  color: #262626;
  text-transform: uppercase;
}

.notfound .notfound-404 h1>span {
  color: #00b7ff;
}

.notfound h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  margin-top: 0px;
  margin-bottom: 25px;
}