.main_wrapper_page .container {
  width: 1330px;
}
.main_wrapper_page .container .page_title {
  text-align: left;
  padding: 0;
  position: unset;
  color: #fff;
  margin-top: 60px;
}

.banner_overlay {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(17, 17, 17, 0.8);
}
.banner_overlay .page_title {
  width: 83%;
}

.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: left;
  margin-bottom: 34px;
  padding-bottom: 1px;
  position: relative;
}
.related-news .block_title:after, .col-right-detail-news .block_title:after {
  position: absolute;
  bottom: -3px;
  left: 0px;
  content: "";
  height: 1px;
  width: 40px;
  background: var(--main-color);
}
.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 .padding-content {
  margin: 120px 0;
}
@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: 15px;
  }
  .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;
  text-transform: uppercase;
  font-weight: bold;
  color: var(--extra-color);
}
@media screen and (max-width: 768px) {
  .news_detail .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.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 .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;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 0.2px;
  font-size: 16px;
}
.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 {
  font-size: 15px;
  margin: auto;
  width: 57%;
  margin-top: 40px;
}
.news_detail .description p {
  font-weight: 600;
}
@media all and (max-width: 650px) {
  .news_detail .description {
    line-height: 25px;
    font-size: 14px;
    margin-top: 20px;
  }
}

.news_detail .description p, .news_detail .description ul li, .description h2, .description h3 {
  margin-bottom: 10px;
}

.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: 0px 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;
}

.news_tags h2 {
  display: inline;
}
.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);
  color: #001ef4;
}
.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 h3 {
  margin-top: 10px;
  line-height: 30px;
  font-size: 24px;
}
.description h4 {
  font-size: 14px;
}
.description ul, .description ol {
  padding-left: 30px;
}
.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;
}

.description_inner {
  color: #6c6d6f;
}

.news_detail .description .boximage_fix {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 650px) {
  .news_detail .description .boximage_fix {
    display: block;
    margin-bottom: 30px;
  }
}
.news_detail .description .boximage_fix .frame_image {
  float: left;
  margin-right: 30px;
  width: calc(50% - 30px);
}
@media only screen and (max-width: 650px) {
  .news_detail .description .boximage_fix .frame_image {
    width: 100%;
    margin: 0px;
  }
}
.news_detail .description .boximage_fix .content {
  float: left;
  width: 585px;
}
@media only screen and (max-width: 650px) {
  .news_detail .description .boximage_fix .content {
    padding: 0px 10px;
    box-sizing: border-box;
    width: 100%;
  }
}
.news_detail .description .boximage_fix .content .content_title {
  color: #000000;
  font-size: 26px;
}
.news_detail .description .boximage_fix .content .description_inner {
  color: #6c6d6f;
}

.recommend-services .services_home {
  margin-bottom: 120px;
  padding-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .main_wrapper_page .container {
    padding: 40px 20px;
  }
  .main_wrapper_page .container .page_title {
    padding: 20px 0 10px 0;
    margin-top: 0px;
  }
  .main_wrapper_page .container .page_title .title_sv {
    margin-bottom: 30px;
  }
  .main_wrapper_page .container .page_title .summary_sv {
    padding: 0px;
  }
  .page-button {
    margin-bottom: 50px;
  }
  .description h2 {
    font-size: 30px;
  }
  .news_detail .padding-content {
    margin: 0px;
  }
  .news_detail .description {
    width: 90%;
    margin-top: 0px;
  }
  .recommend-services .services_home {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .news_detail .description {
    width: 100%;
  }
  .recommend-services .services_home {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 400px) {
  .main_wrapper_page .container {
    padding: 20px;
  }
}/*# sourceMappingURL=detail.css.map */