.banner_breadcrumbs .container {
  min-height: 482px;
  display: flex;
  width: 1420px;
}
.banner_breadcrumbs .container .page_title {
  text-align: left;
  padding: 0;
  position: unset;
  color: #fff;
  width: 55%;
  margin-top: 26px;
}
.banner_breadcrumbs .container .page_title .title_sv {
  line-height: 67px;
  margin-bottom: 20px;
}
@media screen and (max-width: 990px) {
  .banner_breadcrumbs .container .page_title .title_sv {
    line-height: 45px;
  }
}
.banner_breadcrumbs .container .page_title .new_date {
  line-height: 22px;
  margin: 0px auto 15px;
  font-size: 15px;
  max-width: 100%;
}
.banner_breadcrumbs .container .banner-img {
  width: 38%;
}
.banner_breadcrumbs .container .banner-img img {
  width: 100%;
  height: auto;
}
.banner_breadcrumbs .banner-overlay {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(17, 17, 17, 0.8);
}

.related-news .block,
.col-right-detail-news .block {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .related-news .block,
  .col-right-detail-news .block {
    padding: 20px;
  }
}
.related-news .block_title,
.col-right-detail-news .block_title {
  text-align: center;
  padding-bottom: 1px;
  position: relative;
  text-transform: capitalize;
  color: #000;
}
.related-news .block_title span,
.col-right-detail-news .block_title span {
  font-size: 17px;
  text-transform: uppercase;
  text-transform: unset;
  font-weight: 600;
}

.cat-title-main {
  text-align: left;
  margin-bottom: 34px;
  padding-bottom: 12px;
  border-bottom: 3px solid #ddd;
  position: relative;
}
.cat-title-main:after {
  position: absolute;
  bottom: -3px;
  left: 0px;
  content: "";
  height: 3px;
  width: 40px;
  background: #000;
}
.cat-title-main span {
  font-size: 20px;
  text-transform: uppercase;
  text-transform: unset;
  font-weight: 600;
}

.col-right-detail-news {
  width: calc(30% - 15px);
  float: right;
}
@media screen and (max-width: 768px) {
  .col-right-detail-news {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
  }
}

.news_detail {
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 20px;
}
.news_detail .container2 .container {
  width: 1340px;
}
.news_detail .padding-content {
  width: 74%;
  margin: auto;
  margin-bottom: 130px;
  margin-top: 120px;
}
@media all and (max-width: 850px) {
  .news_detail .padding-content {
    width: 100%;
    float: none;
  }
}
.news_detail .name_cate {
  padding: 0px 20px 18px 0px;
  position: relative;
  font-size: 36px;
  text-align: left;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.news_detail .name_cate:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 83px;
  height: 0;
  border-style: solid;
  border-width: 3px 0px 0 0;
  border-color: var(--sub-color) transparent transparent transparent;
  webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news_detail .block_strengths {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .news_detail {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .news_detail .name_cate {
    font-size: 20px;
    padding: 0px 20px 8px 0px;
  }
}

@media screen and (max-width: 550px) {
  .pos_news_detail_1 {
    display: none;
  }
}

.news_detail .title {
  font-weight: normal;
  margin-bottom: 22px;
  font-size: 30px;
  line-height: 40px;
  color: var(--extra-color);
}
@media screen and (max-width: 850px) {
  .news_detail .title {
    font-size: 22px;
    line-height: 32px;
  }
}
.news_detail .news_time {
  color: #a0a0a0;
  font-size: 14px;
}

.time_rate {
  padding-bottom: 8px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  padding-left: 112px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.time_rate .rate {
  position: absolute;
  left: 0px;
  top: -1px;
}
.time_rate .share-news {
  width: 50%;
  float: right;
  box-sizing: border-box;
  text-align: right;
}
.time_rate .share-news .hit_share {
  display: inline-block;
}

.related-news .container {
  width: 1340px;
}
.related-news .related_content {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0px -15px 30px -15px;
}
@media screen and (max-width: 1025px) {
  .related-news .related_content {
    margin: 0px -10px 20px -10px;
  }
}
@media screen and (max-width: 768px) {
  .related-news .related_content {
    margin: 0px -10px 20px -10px;
  }
}
.related-news .news-item {
  width: calc(25% - 30px);
  box-sizing: border-box;
  margin: 0px 15px;
}
@media screen and (max-width: 1025px) {
  .related-news .news-item {
    width: calc(25% - 20px);
    margin: 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  .related-news .news-item {
    width: calc(50% - 20px);
    margin: 0px 10px;
    margin-bottom: 20px;
  }
}
.related-news .news-item img {
  width: 100%;
  transition: all 0.7s ease 0s !important;
  -webkit-transition: all 0.7s ease 0s;
}
.related-news .news-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.related-news .img {
  overflow: hidden;
  position: relative;
}
.related-news .img .time {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  padding: 10px 16px;
  background: var(--main-color);
}
.related-news .img a {
  display: block;
}
.related-news .title_related {
  padding: 11px 0px 0px;
  text-align: left;
  margin-bottom: 11px;
}
.related-news .title_related a {
  display: inline-block;
  line-height: 28px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media all and (max-width: 650px) {
  .related-news .title_related a {
    font-size: 15px;
    line-height: 25px;
  }
}
.related-news .date {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px;
}
.related-news .date svg {
  width: 15px;
  height: 15px;
  fill: #3c3c3c;
  position: absolute;
  left: 0px;
}
.related-news .summary {
  line-height: 22px;
  text-align: left;
  color: #464646;
}
@media all and (max-width: 650px) {
  .related-news .summary {
    font-size: 14px;
  }
}

.time_rate font {
  color: var(--sub-color);
  margin-right: 8px;
}

.news_detail .summary {
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 60px;
  background: var(--border-color);
  padding: 15px;
  border-radius: 3px;
}
@media all and (max-width: 650px) {
  .news_detail .summary {
    margin-bottom: 25px;
  }
}

.news_detail .description {
  line-height: 20px;
}
.news_detail .description p {
  font-size: 15px;
  font-weight: 600;
}
.news_detail .description p,
.news_detail .description ul li,
.news_detail .description div,
.description h2,
.description h3 {
  margin-bottom: 15px;
}

.news_detail .description img:hover {
  opacity: 0.6;
}

.news_detail .description figcaption {
  font-style: italic;
  text-align: center;
  margin-top: 5px;
}

.news_detail .relate_title {
  color: #222222;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  font-weight: normal;
  margin-top: 20px;
}

.item-related {
  float: left;
  /* margin-right: 15px; */
  width: 25%;
  box-sizing: border-box;
  padding: 0 8px;
  margin-bottom: 15px;
}

.related {
  overflow: hidden;
}

.title-item-related {
  margin-top: 13px;
}

.item-related:hover .title-item-related {
  color: #2080CA;
}

.title-item-related > a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
}

.item-related .img_a {
  text-align: center;
  overflow: hidden;
  display: block;
}

.item-related > a > img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

.item-related:hover a > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.5;
}

.description img {
  max-width: 100%;
  height: auto !important;
  margin: 10px 0px;
  margin: 10px auto;
  display: block;
}

.description iframe {
  max-width: 100%;
  width: 100%;
  border: none;
  height: 450px;
  max-height: 450px;
}

.description a {
  display: contents;
}

.description .inner_detail_content {
  margin-bottom: 25px;
}

.description .inner_detail_content div {
  margin-bottom: 0;
}

.inner_detail_content .products-list-related .product_grid {
  margin-bottom: 20px;
}

.inner_detail_content .products-list-related .product_grid .item {
  width: 25%;
  margin-bottom: 0;
}

.news_tags {
  margin-bottom: 30px;
  font-size: 15px;
}

.news_tags h2 {
  display: inline;
  font-weight: normal;
}
.news_tags h2 a {
  color: #2779ff;
}

@media only screen and (max-width: 500px) {
  .inner_detail_content .products-list-related .product_grid .item,
  .item-related {
    width: 50%;
  }
  .related_content .item-related:nth-child(odd),
  .products-list-related .product_grid .item:nth-child(odd),
  .related_content .item-related:nth-child(odd) {
    clear: left;
  }
  .description iframe[src*=youtube] {
    max-width: 100%;
    height: 100%;
    min-height: 300px;
  }
}
.description br {
  content: " ";
  display: block;
  margin: 10px 0;
}

.avatar-detail {
  margin-bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .avatar-detail {
    margin-bottom: 20px;
  }
}
.avatar-detail img {
  width: 100%;
}

.chat_click_up {
  text-align: center;
  margin-bottom: 20px;
}
.chat_click_up a {
  font-size: 18px;
  padding: 20px;
  color: #fff;
  background: #2b8bd4;
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  transition: 0.2s;
  padding-left: 53px;
  cursor: pointer;
  display: inline-block;
}
.chat_click_up a svg {
  position: absolute;
  width: 30px;
  height: 30px;
  fill: #fff;
  left: 15px;
  top: 16px;
}
.chat_click_up a:hover {
  background: var(--main-color);
  color: #fff !important;
}

.nav_cat_new {
  display: flex;
  flex-wrap: wrap;
  /* box-shadow: 0px 3px 5px 1px #eae9e9; */
  /* padding: 10px 5px; */
  margin: 15px auto;
}
@media only screen and (max-width: 850px) {
  .nav_cat_new {
    margin: 0px auto 0;
  }
}
.nav_cat_new .cat_new a {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  padding: 5px 0;
}
@media only screen and (max-width: 650px) {
  .nav_cat_new .cat_new a {
    margin-right: 10px;
    padding: 7px 0px;
  }
}

.description #toc {
  padding: 30px 20px 20px;
  border: 1px solid #ebebeb;
  width: 80%;
  margin: 20px auto;
  position: relative;
  background: #fdfdfd;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  .description #toc {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .description #toc p,
  .description #toc ul li,
  .description #toc div,
  .description #toc h2,
  .description #toc h3 {
    margin-bottom: 3px;
  }
}
.description #toc #toc-header {
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 20px;
  text-transform: uppercase;
  background: #fff;
  padding: 0px 15px;
  height: 28px;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .description #toc #toc-header {
    position: inherit;
    top: auto;
    left: auto;
    transform: translate(0%, 0%);
    font-size: 16px;
    text-transform: uppercase;
    background: none;
    padding: 0px;
    height: auto;
    text-align: center;
  }
}
.description #toc li:after {
  display: none !important;
}
.description #toc li a {
  color: var(--main-color);
}
.description #toc .toc-3 li:after {
  display: block !important;
  background: var(--main-color);
}

.description br {
  content: " ";
  display: block;
  margin: 10px 0;
}
.description #toc ul li,
.description #toc ol li {
  margin: 6px 0;
}
.description h2 {
  font-size: 22px;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}
@media all and (max-width: 850px) {
  .description h2 {
    font-size: 20px;
  }
}
.description h3 {
  font-size: 24px;
  line-height: 30px;
}
@media all and (max-width: 850px) {
  .description h3 {
    font-size: 18px;
  }
}
.description h4 {
  font-size: 16px;
}
@media all and (max-width: 850px) {
  .description h4 {
    font-size: 16px;
  }
}
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  color: #111;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: "MarcellusRegular";
}
.description ul,
.description ol {
  padding-left: 40px;
}
.description ul li,
.description ol li {
  list-style: disc;
}
.description ul ul li,
.description ul ol li,
.description ol ul li,
.description ol ol li {
  list-style: circle;
}

#list-news {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  #list-news {
    margin: 0 -10px;
  }
}
#list-news .item {
  box-shadow: 0px 1px 1px 1px #eae9e9;
  box-sizing: border-box;
  margin: 0 20px 20px;
}
#list-news .frame_img {
  width: 100%;
}
#list-news .frame_img img {
  width: 100%;
  height: auto;
  display: grid;
}
#list-news .frame_right {
  width: 100%;
}
#list-news .frame_right .title {
  text-transform: capitalize;
  font-size: 24px;
  line-height: 30px;
  font-family: "MarcellusRegular";
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
#list-news .frame_right .new-date {
  color: #5f646b;
  font-size: 13px;
  line-height: 17px;
}
@media only screen and (max-width: 550px) {
  #list-news .frame_right .title {
    text-transform: unset;
    font-size: 15px;
    height: unset;
    font-weight: normal;
  }
}
#list-news .owl-prev {
  display: flex;
  position: absolute;
  left: -44px;
  top: 30%;
  height: 3rem;
  width: 3re;
  width: 3rem;
  background: #fff;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}
#list-news .owl-prev:hover {
  background-color: var(--button-color);
}
#list-news .owl-next {
  display: flex;
  position: absolute;
  right: -44px;
  top: 30%;
  height: 3rem;
  width: 3re;
  width: 3rem;
  background: #fff;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
}
#list-news .owl-next:hover {
  background-color: var(--button-color);
}

@media screen and (max-width: 768px) {
  .banner_breadcrumbs .container {
    display: block;
    padding: 50px 15px;
  }
  .banner_breadcrumbs .container .page_title {
    width: 100%;
  }
  .banner_breadcrumbs .container .banner-img {
    width: 100%;
  }
  .description h2 {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .news_detail .padding-content {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .news_detail .padding-content h2,
  .news_detail .padding-content h3 {
    line-height: 35px;
    margin-bottom: 20px;
  }
  .related-news .container #list-news {
    margin: 0px;
    padding: 0 30px;
  }
  .related-news .container #list-news .item {
    margin: 0 10px;
  }
  .related-news .container #list-news .owl-next {
    right: -10px;
  }
  .related-news .container #list-news .owl-prev {
    left: -10px;
  }
  .related-news .container #list-news .frame_right .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  .related-news .container #list-news .owl-next, .related-news .container #list-news .owl-prev {
    top: 25%;
  }
}
@media screen and (max-width: 550px) {
  .related-news {
    margin-bottom: 100px;
  }
  .related-news .container h2 {
    font-size: 22px;
  }
  .related-news .container #list-news .frame_right .title {
    font-size: 20px;
    line-height: 35px;
  }
  .related-news .container #list-news .item {
    margin: 0 10px;
  }
  .related-news .container #list-news .owl-next {
    top: 25%;
    right: -10px;
  }
  .related-news .container #list-news .owl-prev {
    top: 25%;
    left: -10px;
  }
}/*# sourceMappingURL=detail.css.map */