.blog{
	margin-top:60px;
	margin-bottom:120px;
}
.blog_box{
	box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.1); 
	background-color:#fff;
	border-radius:5px;
}
.blog_con{
	padding:20px;
}
.blog_con h3{
	font-size:20px;
	color:#484a4c;
	font-weight:600;
	text-align:center;
	
}
.blog_con p{
	font-size:14px;
	color:#585b5d;
	line-height:25px;
	letter-spacing:0.5px; 
	
	text-align:center;
	margin-top:15px;	
}
.blog_btn{
	font-size:15px;
    font-weight: bold;
	color: #008ac0;
	letter-spacing:0.5px;
	text-transform:uppercase;
	text-align:center;
	transition:all ease 0.5s 0s;
    text-align: center;
    display: flex;
    align-items: center;
}
i.fa.fa-angle-right {
    font-size: 18px;
    margin-left: 5px;
	transition:all ease 0.5s 0s;
}
.blog_btn:hover{
	/* color:#40e0d0; */
    color: #008ac0;
	text-decoration:none;
}
.blog_btn i.fa.fa-angle-right{
	margin-left: 10px;
}
.blog_btn:hover i.fa.fa-angle-right{
	margin-left: 15px;
}
.read_more_blog {
    text-align: center;
}
#blog_slider .item {
    padding: 0px 10px 40px 10px;
}

.date_box_blog p {
    height: 78px;
    width: 78px;
    background: rgba(91,244,229,1);
    background: -moz-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91,244,229,1)), color-stop(100%, rgba(64,224,208,1)));
    background: -webkit-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: -o-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: -ms-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: linear-gradient(to right, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bf4e5', endColorstr='#40e0d0', GradientType=1 );
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50px;
    
    line-height: 24px;
    padding-top: 13px;
	margin:auto;
}
.date_box_blog p span{
	font-weight:400;
}
.date_box_blog {
    margin-top: -60px;
    z-index: 9999999;
    position: relative;
}
.zoom-effect-container {
    position: relative;
    width: 100%;
    height: 290px;
    margin: 0 auto;
    overflow: hidden;
}
.image-card {
  position: absolute;
  top: 0;
  left: 0;
  overflow:hidden;
  width: 100%;
}
.image-card img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.blog_box:hover .image-card img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.blog_box img {
    border-radius: 5px 5px 0px 0px;
}
/*blog*/
.blog_img_inner {
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.blog_img_inner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.blog_con_inner h4 {
	font-size:14px;
	color:#a8aed0;
	text-transform:uppercase;
	letter-spacing:0.5px;
	
}
.blog_con_inner h2 {
	font-size: 18px;
	color:#484a4c;
	font-weight:bold;
    overflow: hidden;
    line-height: 1.5;
    margin-bottom: 0;
}
.blog_con_inner h2:hover {
    color: #008ac0;
}
.blog_con_inner .date_con {
    padding: 0;
    margin: 15px 0;
    font-size: 15px;
    color: #322b40;
}
.blog_con_inner p {
    font-size: 14px;
    color: #585b5d;
    line-height: 25px;
    
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog_con_inner .read_more_blog{
	text-align:left;
}
.blog_page_box {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 30px;
    padding-top: 30px;
}
.blog_page_box:hover .blog_img_inner img {
    scale: 1.1;
}
.blog_page_box:first-child {
    padding-top: 5px;
}
/* .blog_title{
    margin-bottom: 20px;
} */
.tags ul{
    padding: 0;
}
.blog_title h3, .related-header h3 {
    font-size: 24px;
    color: #484a4c;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: -3px;
    background: url(https://liendoancutathehinhhcm.storage.googleapis.com/storage/images/line-bottom-header.webp) left bottom no-repeat;
    background-size: 200px 5px;
	padding-bottom: 15px;
    margin-bottom: 25px;
    font-family: "Encode Sans SC", serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
.related-header h3 {
    margin-bottom: 20px !important;
}
#searchbox svg {
    position: absolute;
    height: 50px;
    fill: #008ac0;
    margin-top: 0;
    padding: 10px;
    right: 0;
    top: 0;
    cursor: pointer;
}
#searchbox input {
    line-height: 80px;
    font-size: 15px;
    max-height: 50px;
    border: 0;
    font-weight: 300;
    color: #acb0b4;
    background: #EDF2F7;
    border: 1px solid #dee2e6;
    font-weight: 500;
    width: 100%;
    padding-left: 20px;
	border-radius:50px;
}
#searchbox input:focus {
    border: 1px solid #00adef;
}
.search_box{
	margin-bottom:30px;
}
#searchbox input::placeholder{
	color: #acb0b4;
}
#searchbox {
    margin-top: 15px;
    position: relative;
}
.post_con h3 {
	font-size:17px;
	color:#484a4c;
	line-height: 1.5;
    font-weight: 700;
}
.post_con h3:hover {
    color: #008ac0;
}
.post_con p a{
	font-size:14px;
	color: #008ac0;
	font-weight:500;
	letter-spacing:0.5px;	
}
.post_con p a:hover{
	text-decoration:none;
}
.post_con {
    padding-top: 5px;
}
.post_img {
    float: left;
    margin-right: 15px;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 12px;
}
.post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s;
}
.post_item {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}
.post_item:hover .post_img img {
    scale: 1.1;
}
.popular_box{
	margin-bottom:30px;
}
.wi-cat ul{
	margin-left:20px;
}
.wi-cat ul li {
    display: table;
    width: 100%;
}
.wi-cat ul li:before {
    content: "\f111";
    font-family: "fontAwesome";
    position: absolute;
    left: 15px;
    color: #d9dcd4;
    font-size: 7px;
    padding-top: 6px;
}
.wi-cat ul li a {
    color: #484a4c;
    display: block;
    margin-bottom: 12px;
	font-size:14px;
	
    padding-left: 0px;
}
.wi-cat ul li span:first-child {
    text-align: left;
}
.wi-cat ul li span {
    display: table-cell;
    width: 100%;
}
.wi-cat ul li span:last-child {
    text-align: right;
}
.sidebar-item.category ul li {
    display: block;
}
.sidebar-info ul li a {
    font-size: 14px;
    color: #484a4c;
    font-weight: 400;
    
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}
.sidebar-item.category ul li a {
    display: inline-block;
    padding: 10px 0;
    text-transform: capitalize;
    color: #777777;
    font-size: 14px;
    width: 100%;
}
.categories_left{
    float: right;
    background-color: #fff;
    width: 28px;
    text-align: center;
    height: 28px;
    border-radius: 30px;
    line-height: 27px;
    position: relative;
    top: -10px;
    transition: all ease 0.5s 0s;
	line-height:30px;
}
.sidebar-info li {
    list-style: none;
}
.sidebar-info li:hover .categories_left{
	background: rgba(91,244,229,1);
    background: -moz-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91,244,229,1)), color-stop(100%, rgba(64,224,208,1)));
    background: -webkit-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: -o-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: -ms-linear-gradient(left, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    background: linear-gradient(to right, rgba(91,244,229,1) 0%, rgba(64,224,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bf4e5', endColorstr='#40e0d0', GradientType=1 );
	color:#fff;
}
.sidebar-info li a:hover{
	text-decoration:none;
}
.sidebar-info ul li:before {
    content: "\f111";
    font-family: "fontAwesome";
    position: absolute;
    left: 15px;
    color: #d9dcd4;
    font-size: 7px;
    padding-top: 15px;
}
.categories_box {
    margin-bottom: 20px;
}
.tags ul li{
	list-style:none;
	display:inline-block;
}
.tags ul li a {
    color: #b1b1b1;
    font-size: 14px;
    border: 1px solid #b1b1b1;
    text-transform: uppercase;
    padding: 6px 10px;
    border-radius: 30px;
    line-height: 28px;
    margin-right: 10px;
    margin-bottom: 10px;
	transition:all ease 0.5s 0s;
}
.tags ul li a:hover{
	text-decoration:none;
	color:#fff;
	cursor:pointer;
	transition:all ease 0.5s 0s;
	border:1px solid none;
	background: #008ac0;
    background: -moz-linear-gradient(left, #008ac0 0%, #00adef 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #008ac0), color-stop(100%, #00adef));
    background: -webkit-linear-gradient(left, #008ac0 0%, #00adef 100%);
    background: -o-linear-gradient(left, #008ac0 0%, #00adef 100%);
    background: -ms-linear-gradient(left, #008ac0 0%, #00adef 100%);
    background: linear-gradient(to right, #008ac0 0%, #00adef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bf4e5', endColorstr='#40e0d0', GradientType=1 );
}
.single_blog .category_parent {
	font-size: 14px;
    color: #a8aed0;
    letter-spacing: 0.5px;
    display: flex;
    gap: 15px;
}
.single_blog .category_parent > * {
    background: #e9ecef;
    border-radius: 20px;
    padding: 3px 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7px;
}
.single_blog .category_parent a {
    color: #484a4c;
}
.single_blog .category_parent i {
    color: #6c757d;
}
.single_blog .title_sub {
    font-size: 24px;
    margin: 15px 0;
    color: #484a4c;
    font-weight: bold;
    line-height: 1.5;
    
}
.single_blog .date_con{
	padding:0;
	margin-top: 15px;
    font-size: 15px;
}
.single_img img{
	border-radius:5px;
	margin-top:20px;
	margin-bottom:30px;
}
.single_blog p i{
	font-size:14px;
	color:#9da2a8;
	letter-spacing:0.5px;
	
	line-height:25px;
}
.single_blog p{
	font-size:14.5px;
	/* color:#585b5d; */
	line-height: 26px;
	/* letter-spacing: 0.5px; */
	
}
.single_blog h3{
	font-size:24px;
	color:#484a4c;
	font-weight:600;
	
	letter-spacing:0.5px;
	margin-top:20px;
	margin-bottom:15px;
}
.blog_video_img img{
	border-radius:5px;
}
.blog_video {
    text-align: center;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
} 
.blog_video_icon {
    position: absolute;
    top: 34%;
    width: 100%;
}
.blog_video_img p {
    font-size: 14px;
    color: #9b9fa3;
    text-align: center;
    text-transform: uppercase;
    
    letter-spacing: 0.5px;
    margin-top: 5px;
}
.single_blog .bottom-box {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.single_blog .share li {
    display: inline;
    list-style: none;
}
.single_blog .content-box .content_blog span {
    color: #222222;
    font-size: 13px;
}
.single_blog .share li a i, .single_blog .share li span {
    display: inline-block;
    color: #b6b9bb;
    font-size: 16px;
    margin-right: 10px;
    width: auto;
    opacity: 1;
}
.pull-left ul li {
    display: inline-block;
    margin-right: 10px;
}
.pull-left ul li a{
	font-size:14px;
	color:#696c6f;
	transition:all ease 0.5s 0s;
	letter-spacing:0.5px;
	 
}
.pull-left ul li a:hover{
	color:#40e0d0;
	transition:all ease 0.5s 0s;
	text-decoration:none;
}
.single_blog {
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}
.comments_box{
	margin-top:40px;
}
.comments_box_img img{
	border-radius:50px;
}
.comments_box_con h4 {
    font-size: 18px;
    color: #484a4c;
    letter-spacing: 0.5px;
    
    margin-right: 15px;
	float:left;
}
.comments_box_con h5 {
    font-size: 14px;
    
    color: #9da2a8;
    padding-top: 4px;
}
.com_con {
    display: inline-block;
    width: 100%;
}
.comments_box_con p{
	font-size:14px;
	color:#585b5d;
	letter-spacing:0.5px;
	line-height:25px;
	
}
.comments_box_con p a{
	font-size:14px;
	color:#d7d7d7;
	letter-spacing:0.5px;
	text-transform:uppercase;
	transition:all ease 0.5s 0s;
	
}
.comments_box_con p a:hover{
	color:#31bd71;
	text-decoration:none;
	transition:all ease 0.5s 0s;
}
.comments_box_con {
    width: 83%;
    float: left;
}
.comments_box_img {
    width: 17%;
    float: left;
}
.comments_box_1 {
    display: inline-block;
    border-bottom: 1px solid #eaebe7;
    padding-top: 20px;
}
.comments_box .blog_title{
	margin-bottom:10px;
}
.comments_from .blog_title {
    margin-top: 50px;
    margin-bottom: 30px;
}

.comments_from .submit_btn {
    padding: 13px 30px;
}
.comments_from .submit_btn1 {
    text-align: left;
}

.categories_box .blog_title {
    margin-bottom: 10px;
}