@font-face {
  font-family: GoogleSans;
  src: url(/fonts/GoogleSans-Regular.ttf?4b411db491ad6ae789b840fb3a5e6107);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: GoogleSans;
  src: url(/fonts/GoogleSans-Bold.ttf?6b36bf67d979283ff19fb8a20f0d8abe);
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: GoogleSans;
  src: url(/fonts/GoogleSans-Medium.ttf?de70471b71019e95638e6c8eda4427cd);
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: GoogleSans;
  src: url(/fonts/GoogleSans-Italic.ttf?e828b947af1a6400ff17814dd3dbe403);
  font-weight: normal;
  font-style: italic;
}
body {
  margin: 0;
  overflow-x: hidden;
}
body .layer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  display: none;
}
body .clear-float {
  clear: both;
}
body .footer-socials-wrap {
  display: none;
}
body .w-980 {
  width: 980px;
  margin: 0 auto;
}
body .alignJustifyFull {
  margin-top: 60px;
  width: 100vw;
}
body .alignJustifyFull img {
  width: 100%;
  height: auto;
}
body .first-block .alignCenterOverflow {
  width: 100vw;
  margin: 0;
}
body .first-block .alignCenterOverflow img {
  width: 100%;
}
body .other-blocks {
  border-bottom: 1px solid #e2dfdf;
}
body .other-blocks img {
  width: 100%;
  height: auto;
}
body .other-blocks video, body .other-blocks p, body .other-blocks textarea {
  width: 100%;
}
body .other-blocks p, body .other-blocks em {
  padding-top: 16px;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 16px;
}
body .other-blocks .content-other-blocks {
  padding: 0 160px;
}
body .other-blocks .content-other-blocks .alignJustifyFull {
  width: 100vw;
  margin: 0;
}
body figure {
  margin: 10px 0;
  width: 100%;
}
body figure figcaption {
  text-align: center;
  padding: 12px 0;
  color: #333333;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  margin-top: -5px;
}
body .alignCenterOverflow {
  width: 980px;
  padding-top: 16px;
  margin-left: -160px;
}
body .alignRightOverflow {
  width: 450px;
  float: right;
  margin-right: -160px;
  margin-left: 40px;
}
body .alignLeftOverflow {
  width: 450px;
  float: left;
  margin-left: -160px;
  margin-right: 40px;
}
body .related-article .heading {
  font-weight: bold;
  font-size: 20px;
  color: #4F4F4F;
}
body .related-article .item-media {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  color: #333333;
  width: 100%;
}
body .related-article .item-media .img {
  float: left;
  width: 300px;
  height: 100%;
  margin-right: 20px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
body .related-article .item-media .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 4px;
}
body .related-article .item-media .info {
  padding-top: 1px;
  margin-bottom: 10px;
}
body .related-article .item-media .info .title {
  font-weight: 600;
  font-size: 16px;
  margin-top: 0;
}
body .related-article .item-media .info .description {
  font-weight: 400;
  font-size: 16px;
}
body .tag .tag-heading {
  float: left;
  width: 130px;
  margin-top: 18px;
}
body .tag .tag-heading span {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #4F4F4F;
}
body .tag .tag-heading .tag-heading-icon {
  vertical-align: sub;
}
body .tag .tag-content-list {
  padding-left: 0;
  list-style-type: none;
  width: calc(100% - 130px);
  float: right;
}
body .tag .tag-content-list .tag-content-item {
  display: inline-block;
}
body .tag .tag-content-list .tag-content-item .tag-content-link {
  display: block;
  border: 1px solid #c1b8b8;
  margin: 0 10px 10px 0;
  padding: 10px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  color: #4F4F4F;
  transition: all 0.5s;
}
body .tag .tag-content-list .tag-content-item .tag-content-link:hover {
  color: #ffffff;
  background-color: #c31f40;
}
body .comment {
  background-color: #FFFFFF;
  padding: 16px;
  box-shadow: 1px 3px 5px #999999;
  margin-bottom: 20px;
}
body .comment .heading img {
  float: left;
  width: auto;
  height: 40px;
  margin-right: 20px;
}
body .comment .heading p {
  font-size: 28px;
  font-weight: 800;
  color: #999999;
}
body .same-category {
  margin-bottom: 20px;
  margin-top: 40px;
}
body .same-category .heading {
  position: relative;
}
body .same-category .heading p {
  font-size: 20px;
  padding-left: 10px;
  border-left: 5px solid #f11010;
  padding-top: 0;
  font-weight: 600;
  color: #4F4F4F;
}
body .same-category .same-category-content div:nth-child(odd) {
  padding-right: 5px;
}
body .same-category .same-category-content div:nth-child(even) {
  padding-left: 5px;
}
body .same-category .same-category-content .wrap {
  float: left;
  width: 50%;
  height: 250px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
body .same-category .same-category-content .wrap .same-category-content-item {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}
body .same-category .same-category-content .wrap .same-category-content-item .img {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body .same-category .same-category-content .wrap .same-category-content-item .img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.8);
}
body .same-category .same-category-content .wrap .same-category-content-item .info {
  position: absolute;
  bottom: 20px;
  padding: 0 20px;
}
body .same-category .same-category-content .wrap .same-category-content-item .info .title {
  font-weight: 800;
  color: #FFFFFF;
  font-size: 16px;
}
body .same-category .same-category-content .wrap .same-category-content-item .info .time {
  font-weight: 600;
  color: #FFFFFF;
  font-size: 14px;
}
body .same-category .same-category-content .wrap .same-category-content-item:hover img {
  filter: brightness(1);
}
@media only screen and (max-width: 991px) {
  body .footer-socials-wrap {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f5f5;
    height: 60px;
  }
  body .footer-socials-wrap .fb-like {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
  }
  body .footer-socials-wrap .icon-wrap {
    float: right;
    height: 100%;
    position: relative;
  }
  body .footer-socials-wrap .icon-wrap a {
    display: inline-block;
    margin: auto 0;
    padding: 0 30px;
    height: 100%;
    line-height: 60px;
    color: #333333;
  }
  body .responsive-menu1 {
    display: none;
  }
  body .responsive-menu2 {
    display: block;
  }
  body .responsive-menu2 .socials-wrap-left {
    color: #FFFFFF;
    text-align: right;
    float: left;
    position: relative;
  }
  body .responsive-menu2 .socials-wrap-left .fb-like {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
  }
  body .responsive-menu2 .socials-wrap-left label {
    display: inline-block;
    height: 100%;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
  }
  body .responsive-menu2 .socials-wrap-left label i {
    width: 30px;
    height: auto;
  }
  body .responsive-menu2 .socials-wrap-left label:hover {
    background-color: #FFFFFF;
    transition: 0.3s ease-out;
    color: #f3dce4;
  }
  body .responsive-menu2 .socials-wrap-right {
    color: #FFFFFF;
    text-align: right;
    float: right;
    position: relative;
  }
  body .responsive-menu2 .socials-wrap-right a {
    display: inline-block;
    height: 100%;
    padding: 13px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
  }
  body .responsive-menu2 .socials-wrap-right a:hover {
    background-color: #FFFFFF;
    transition: 0.3s ease-out;
    color: #f3dce4;
  }
  body .w-980 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .other-blocks .content-other-blocks {
    padding: 0 80px;
  }
  body .alignRightOverflow {
    margin-right: -80px;
    width: 400px;
  }
  body .alignLeftOverflow {
    margin-left: -40px;
    width: 400px;
  }
  body .alignCenterOverflow {
    margin: 0 auto;
    width: 100%;
  }
  body .related-article .item-media .img {
    width: 270px;
    height: 180px;
  }
  body .related-article .item-media .title, body .related-article .item-media .description {
    padding-top: 0;
    margin-top: 0;
  }
  body .related-article .item-media .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  body .same-category {
    margin-bottom: 40px;
  }
  body .same-category .same-category-content .wrap {
    height: 350px;
    border-radius: 4px;
    overflow: hidden;
  }
  body .same-category .same-category-content .wrap .same-category-content-item {
    width: 100%;
    height: 100%;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .img {
    width: 100%;
    height: 250px;
    margin-bottom: 16px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .img img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info {
    position: static;
    padding: 0 10px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info .title {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-bottom: 5px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info .time {
    color: #333333;
  }
}
@media only screen and (max-width: 767px) {
  body .clear-float {
    clear: both;
  }
  body .w-980 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .other-blocks .content-other-blocks {
    padding: 0 40px;
  }
  body .alignRightOverflow {
    margin-right: -40px;
    width: 350px;
  }
  body .alignLeftOverflow {
    margin-left: -40px;
    width: 350px;
  }
  body .related-article .item-media .img {
    width: 240px;
    height: 160px;
  }
  body .related-article .item-media .title, body .related-article .item-media .description {
    padding-top: 0;
  }
  body .related-article .item-media .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  body .same-category {
    margin-bottom: 80px;
  }
  body .same-category .same-category-content .wrap {
    height: 330px;
    border-radius: 4px;
    overflow: hidden;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .img {
    width: 100%;
    height: 200px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info {
    padding: 0 10px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info .title {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 5px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info .time {
    color: #333333;
  }
}
@media only screen and (max-width: 575px) {
  body .w-980 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  body .other-blocks .content-other-blocks {
    padding: 0;
  }
  body .alignRightOverflow {
    margin-right: 0;
    width: 100%;
  }
  body .alignLeftOverflow {
    margin-left: 0;
    width: 100%;
  }
  body .alignCenterOverflow {
    width: 100%;
  }
  body .related-article .item-media .img {
    width: 180px;
    height: 120px;
  }
  body .related-article .item-media .title {
    padding-top: 5px;
  }
  body .related-article .item-media .description {
    display: none;
  }
  body .footer-socials-wrap .fb-like {
    left: 10px;
  }
  body .footer-socials-wrap .icon-wrap a {
    display: inline-block;
    margin: auto 0;
    padding: 0 12px;
    height: 100%;
    line-height: 60px;
    color: #333333;
  }
  body .same-category {
    margin-bottom: 80px;
  }
  body .same-category .same-category-content .wrap {
    height: 270px;
    border-radius: 4px;
    overflow: hidden;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .img {
    width: 100%;
    height: 140px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info {
    padding: 0 10px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info .title {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 5px;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .info .time {
    color: #333333;
  }
}
@media only screen and (max-width: 415px) {
  body .related-article .info .title {
    padding: 0;
    margin-top: 0;
  }
  body .tag .tag-content-list {
    width: 100%;
    margin: 0 !important;
  }
  body .tag .tag-content-list .tag-content-item .tag-content-link {
    font-size: 16px;
    padding: 3px 10px;
  }
  body .same-category .same-category-content .wrap {
    height: 230px;
    border-radius: 4px;
    overflow: hidden;
  }
  body .same-category .same-category-content .wrap .same-category-content-item .img {
    width: 100%;
    height: 110px;
  }
}

.comment-box .header {
  font-family: SansBold, sans-serif;
  margin-bottom: 15px;
}

.comment-box label {
  margin-bottom: 6px;
  display: inline-block;
  margin-left: 1px;
}

.comment-box .right {
  float: right;
  margin: 0;
}

.comment-box .left {
  float: left;
}

.comment-box input[type=text], .comment-box input[type=email], .comment-box textarea {
  width: 100%;
  resize: none;
  background: #fff;
  border: thin solid #ddd;
  font: normal 14px Arial;
  outline: none;
}

.comment-box button {
  background: #001e3d;
  color: #fff;
  font: normal 14px/28px SansBold;
  height: 28px;
  border: none;
  padding: 0 8px;
  outline: none;
}

.comment-box button[disabled] {
  background: #23527c;
  cursor: no-drop;
}

.comment-box .comment-box-wrapper {
  background: #eee;
  margin-bottom: 15px;
  padding: 10px 10px 20px 10px;
}

.comment-box .comment-box-comments {
  background: #fefefe;
  padding: 12px;
}

.comment-box .comment-box-comments li:not(:last-child) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: thin solid #eee;
}

.comment-box .comment-box-comments .comment-info {
  font: normal 14px/20px Arial;
  margin-bottom: 10px;
  color: #888;
}

.comment-box .comment-box-comments .comment-name {
  font-weight: bold;
  color: #900;
}

.comment-box .comment-box-comments .comment-content {
  font: normal 15px/21px Arial;
}

.comment-box .comment-box-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.comment-box .comment-box-popup .popup-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.65);
}

.comment-box .comment-box-popup .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(-50%, -50%);
  padding: 30px;
  min-width: 300px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .comment-box .comment-box-popup .popup-content {
    width: 80%;
  }
}
.comment-box .comment-box-popup .popup-content .popup-close {
  position: absolute;
  top: -12px;
  right: -12px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  border: 2px solid #ddd;
  background: #333;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  border-radius: 100%;
  font-size: 18px;
}

.comment-box button {
  cursor: pointer;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

:not(p).alignLeft {
  float: left;
  margin-right: 1em;
}

:not(p).alignRight {
  float: right;
  margin-left: 1em;
}

p.alignLeft {
  text-align: left;
}

p.alignRight {
  text-align: right;
}

.comment-box {
  margin-top: 30px;
}
.comment-box .label-box {
  background: #C31E40;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px 5px 0 5px;
  position: relative;
}
.comment-box .label-box::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-left: 10px solid transparent;
  border-top: 8px solid #C31E40;
}
.comment-box .count-comment {
  font-size: 20px;
  line-height: 34px;
  color: #666666;
  margin-left: 15px;
}
.comment-box .input-comment {
  margin-top: 24px;
  position: relative;
}
.comment-box .input-comment textarea {
  padding-top: 15px;
}
.comment-box .input-comment .btn-gr {
  position: absolute;
  top: 15px;
  right: 15px;
}
.comment-box .input-comment .btn-gr .btn-close-cmt {
  background: #989898;
  border-radius: 8px;
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  padding: 0 10px;
  font-weight: bold;
}
.comment-box .input-comment .btn-gr .btn-send {
  background: #c31e40;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 31px;
  color: #ffffff;
  margin-left: 18px;
  border: 0;
  padding: 0 10px;
  font-family: GoogleSans, sans-serif;
}
.comment-box .comment-list .comment-item {
  margin-top: 30px;
}
.comment-box .comment-list .comment-item .name {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #666666;
  margin-right: 9px;
}
.comment-box .comment-list .comment-item .time {
  font-size: 14px;
  line-height: 34px;
  color: #848484;
  vertical-align: 2px;
}
.comment-box .comment-list .comment-item .comment {
  margin-top: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
}
.comment-box .comment-list .comment-item .action-gr {
  margin-top: 10px;
}
.comment-box .comment-list .comment-item .action-gr .btn-action {
  text-decoration: none;
  color: #848484;
  margin-right: 10px;
}
.comment-box .comment-list .comment-item .action-gr .btn-action img {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-color: #666666;
  border-radius: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
}
.comment-box .comment-list .comment-item .action-gr .btn-action:hover, .comment-box .comment-list .comment-item .action-gr .btn-action.active {
  color: #C31E40;
}
.comment-box .comment-list .comment-item .action-gr .btn-action:hover img, .comment-box .comment-list .comment-item .action-gr .btn-action.active img {
  background-color: #C31E40;
}
.comment-box .rep-comment {
  width: calc(100% - 92px);
  margin-left: auto;
}
.comment-box .view-more {
  font-size: 15px;
  line-height: 45px;
  color: #666666;
  border: 1px solid #666666;
  box-sizing: border-box;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  padding: 0 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.comment-box .view-more i {
  font-size: 13px;
}
.comment-box .view-more:hover {
  color: #fff;
  background-color: #C31E40;
  border-color: #C31E40;
}
