﻿
.my_m_b_30 {
  margin-bottom: 30px;
}

.my_padding {
  padding: 10px;
}

/*.cart_main {
  word-break: break-all;
}*/

.cart_main ul{
  margin-left: 30px;
}
.cart_main a{
  color: #24B9F0;
}
.cart_main p{
  margin-bottom: 10px;
}
.cart_main h2 {
  font-size: 18px;
font-weight: bold;
margin-top: 10px;
}

.cart_main h3 {
  font-size: 14px;
}

.wr_content {
  padding: 15px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.wr_content img {
  width: 100%;
}


.box_blog {
  border-radius: 5px;
  padding: 8px;
  border: 6px solid #fafafa;
  box-shadow: 0 0 10px #cfcfcf;
}

.blog-feed__img-box {
  overflow: hidden;
  position: relative;
}

.blog-feed__img--link:hover {
  transform: scale(1.03);
}

.blog-feed__img--link > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 230px;
}

.blog-feed__content {
  background: #fff;
}

.blog-feed__link {
  font-size: 18px;
  line-height: 26px;
  /* color: #323232; */
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 5px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  color: #432c1d;
  height: 58px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-feed__post-meta {
  font-size: 13px;
}

.blog-feed__post-meta--link {
    color: #432c1d;
}

.blog-feed__link > h2 {
  margin-bottom: 0;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 16px;
}

/* chi tiết bài viết */
.viewNew img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
  margin: auto;
}

.box_slicky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding: 20px;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
}

.other_head_post {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #432c1d;
  font-weight: 500;
}

.other_head_post ~ ul {
  list-style-type: none;
}

.other_head_post ~ ul > li {
  margin-bottom: 20px;
  display: flex;
}

.other_head_post ~ ul > li .box_img_post {
  width: 80px;
  height: 65px;
  margin-right: 10px;
}

.my_viewNew .other_head_post ~ ul > li img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.other_head_post ~ ul > li a {
  color: #432c1d;
  width: calc(100% - 90px);
  line-height: 22px;
}