/* Variable */
/* LAYOUT POSTS
-----------------------------*/
.singlePost {
  margin-bottom: 30px;
}

.singlePost:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.singlePost__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 639px) {
  
  .singlePost__inner {
    display: block;
  }
}

.singlePost__img {
  overflow: hidden;
  width: 29%;
}

@media screen and (max-width: 991px) {
  .singlePost__img {
    width: 46%;
  }
}

@media screen and (max-width: 639px) {
  .singlePost__img {
    width: 100%;
  }
}

.singlePost__img a {
  display: block;
}

.singlePost__img a img {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 100%;
}

.singlePost__img a:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.singlePost__information {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 50px;
  width: 71%;
}

@media screen and (max-width: 991px) {
  .singlePost__information {
    display: block;
    padding-left: 30px;
    width: 54%;
  }
}

@media screen and (max-width: 639px) {
  .singlePost__information {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}

.singlePost__textInformation {
  padding-right: 10%;
  width: 58%;
}

@media screen and (max-width: 991px) {
  .singlePost__textInformation {
    width: 100%;
  }
}

.singlePost__readMore {
  width: 42%;
}

@media screen and (max-width: 991px) {
  .singlePost__readMore {
    margin-top: 30px;
    width: auto;
  }
}

.singlePost__title {
  color: #2b2b2b;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px 0;
  text-transform: none;
}

@media (max-width: 1280px) {
  .singlePost__title {
    font-size: 14px;
  }
}

.singlePost__title a {
  color: inherit;
}

.singlePost__title a:hover {
  color: #a93927;
}

.singlePost__description {
  color: #333;
  display: none;
  text-align: justify;
}

.singlePost__description *:last-child {
  margin-bottom: 0;
}

.singlePost__meta {
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 991px) {
  .singlePost__meta {
    margin-top: 10px;
  }
}

.singlePost__buttonReadMore {
  border: none;
  color: #fff;
  display: inline-block;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: 44px;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
  background: -webkit-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
  background: -moz-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
  background: -o-linear-gradient(182.57deg, #ff8a1f -5.87%, #e73125 112.26%);
  background: linear-gradient(267.43deg, #ff8a1f -5.87%, #e73125 112.26%);
  -webkit-box-shadow: 0px 4px 80px rgba(222, 79, 35, 0.5);
     -moz-box-shadow: 0px 4px 80px rgba(222, 79, 35, 0.5);
          box-shadow: 0px 4px 80px rgba(222, 79, 35, 0.5);
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1499px) {
  .singlePost__buttonReadMore {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1199px) {
  .singlePost__buttonReadMore {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .singlePost__buttonReadMore {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    min-width: 120px;
  }
  .singlePost__buttonReadMore:before {
    width: 45px;
  }
  .singlePost__buttonReadMore span {
    padding: 0 15px;
  }
}

.singlePost__buttonReadMore:before {
  display: none;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-right: 1px solid #a82b16;
  background: url(../../images/button--icon--plus.svg) center center no-repeat;
}

@media screen and (max-width: 1499px) {
  .singlePost__buttonReadMore:before {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .singlePost__buttonReadMore:before {
    width: 40px;
  }
}

.singlePost__buttonReadMore span {
  padding: 0 35px;
}

@media screen and (max-width: 1499px) {
  .singlePost__buttonReadMore span {
    padding: 0 15px;
  }
}

.singlePost__buttonReadMore:hover {
  color: #fff;
}

.page-blogs .xem-them {
  text-align: center;
}

.page-blogs .xem-them .xem-them-button {
  background: #a93927;
  color: #fff;
  display: inline-block;
  font-family: SVN-Avo, Arial, Helvetica, sans-serif;
  padding: 14px 48px;
}

.page-blogs .xem-them .xem-them-button:hover {
  background: #802b1d;
}

.page-blogs .swiper-pagination-bullets {
  margin: 30px 0 0 0;
  position: static;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .page-blogs .swiper-pagination-bullets {
    margin-top: 15px;
  }
}

.page-blogs .swiper-pagination-bullets .swiper-pagination-bullet {
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  /* override */
  display: inline-block;
  font-size: 0;
  height: 13px;
  line-height: 13px;
  margin: 0 8px !important;
  /* override */
  opacity: 1;
  /* override */
  outline: none;
  text-align: center;
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  vertical-align: middle;
  width: 13px;
}

.page-blogs .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .page-blogs .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  background: #ffdb6b;
}

.page-blogs .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .page-blogs .swiper-pagination-bullets .swiper-pagination-bullet:hover:before {
  display: none;
}

.page-blogs .swiper-pagination-bullets .swiper-pagination-bullet:before {
  background: #555;
  content: "";
  display: inline-block;
  height: 8px;
  vertical-align: middle;
  width: 8px;
}

.page-blogs .pagination {
  margin-top: 40px;
  padding-top: 45px;
  display: block;
}

@media (max-width: 767px) {
  .page-blogs .pagination {
    margin-top: 0;
    padding-top: 0;
  }
}

/* PAGE TIN TUC
-----------------------------*/
.sectionHighLight {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1499px) {
  .sectionHighLight {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 991px) {
  .sectionHighLight {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .sectionHighLight {
    margin-bottom: 0px;
    padding-bottom: 40px;
  }
}

.sectionHighLight__box--large {
  padding-right: 20px;
  width: 60%;
}

@media screen and (max-width: 1499px) {
  .sectionHighLight__box--large {
    width: 60.5%;
  }
}

@media screen and (max-width: 1399px) {
  .sectionHighLight__box--large {
    width: 61%;
  }
}

@media screen and (max-width: 1199px) {
  .sectionHighLight__box--large {
    width: 55%;
  }
}

@media screen and (max-width: 1024px) {
  .sectionHighLight__box--large {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .sectionHighLight__box--large {
    margin-bottom: 35px;
    padding-right: 0;
    width: 100%;
  }
}

.sectionHighLight__box--small {
  width: 40%;
}

@media screen and (max-width: 1499px) {
  .sectionHighLight__box--small {
    width: 39.5%;
  }
}

@media screen and (max-width: 1399px) {
  .sectionHighLight__box--small {
    width: 39%;
  }
}

@media screen and (max-width: 1199px) {
  .sectionHighLight__box--small {
    width: 45%;
  }
}

@media screen and (max-width: 1024px) {
  .sectionHighLight__box--small {
    width: 35%;
  }
}

@media screen and (max-width: 991px) {
  .sectionHighLight__box--small {
    width: 100%;
  }
}

.sectionHighLightPostLarge__inner {
  position: relative;
}

.sectionHighLightPostLarge__img a {
  display: block;
}

.sectionHighLightPostLarge__img img {
  width: 100%;
}

.sectionHighLightPostLarge__info {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  max-width: 50%;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 320px;
}

@media screen and (max-width: 639px) {
  .sectionHighLightPostLarge__info {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}

.sectionHighLightPostLarge__info:before {
  background: -webkit-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
  background: -moz-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
  background: -o-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
  background: linear-gradient(267.43deg, #ee5324 -5.87%, #e73025 112.26%);
  bottom: 0;
  color: #fff;
  content: "";
  display: block;
  left: 0;
  opacity: 0.8;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.sectionHighLightPostLarge__title {
  color: #fff;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 18px;
  position: relative;
  text-transform: none;
  z-index: 2;
}

.sectionHighLightPostLarge__title a {
  color: inherit;
}

.sectionHighLightPostLarge__title:after {
  background: #fff;
  content: "";
  display: block;
  height: 5px;
  margin-top: 20px;
  width: 60%;
}

.sectionHighLightPostLarge__description {
  text-align: justify;
}

.sectionHighLightPostSmall:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
  .sectionHighLightPostSmall:not(:last-child) {
    margin-bottom: 30px;
  }
}

.sectionHighLightPostSmall__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 639px) {
  .sectionHighLightPostSmall__inner {
    display: block;
  }
}

.sectionHighLightPostSmall__img {
  width: 46%;
}

@media screen and (max-width: 639px) {
  .sectionHighLightPostSmall__img {
    width: 100%;
  }
}

.sectionHighLightPostSmall__img a {
  display: block;
}

.sectionHighLightPostSmall__img img {
  width: 100%;
}

.sectionHighLightPostSmall__info {
  padding-left: 40px;
  width: 54%;
}

@media screen and (max-width: 1199px) {
  .sectionHighLightPostSmall__info {
    padding-left: 25px;
  }
}

@media screen and (max-width: 639px) {
  .sectionHighLightPostSmall__info {
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}

.sectionHighLightPostSmall__title {
  color: #2b2b2b;
  font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

@media screen and (max-width: 1280px) {
  .sectionHighLightPostSmall__title {
    font-size: 16px;
  }
}

.sectionHighLightPostSmall__title:after {
  background: #a93927;
  content: "";
  display: block;
  height: 5px;
  margin-top: 30px;
  width: 60%;
}

@media screen and (max-width: 639px) {
  .sectionHighLightPostSmall__title:after {
    display: none;
  }
}

.sectionHighLightPostSmall__title a {
  color: inherit;
}

.sectionHighLightPostSmall__title a:hover {
  color: #a93927;
}

.sectionHighLightPostSmall__description {
  display: none;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: justify;
}

.sectionRelated__title {
  font-size: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
  .sectionRelated__title {
    font-size: 27px;
  }
}

@media screen and (max-width: 1280px) {
  .sectionRelated__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 639px) {
  .sectionRelated__title {
    font-size: 20px;
    margin-bottom: 35px;
    text-align: center;
  }
}

.sectionRelated .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectionRelated .flex .postContainer {
  width: 75%;
}

@media (max-width: 767px) {
  .sectionRelated .flex .postContainer {
    width: 100%;
    margin-top: 30px;
  }
}

.sectionRelated .flex .postContainer .singlePost_img {
  width: 40%;
}

.sectionRelated .flex .postContainer .singlePost__information {
  width: 60%;
}

.sectionRelated .flex .postContainer .singlePost__textInformation {
  width: 100%;
  padding-right: 0;
}

.sectionRelated .flex .sidebar {
  width: 25%;
  position: relative;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .sectionRelated .flex .sidebar {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}

.sectionRelated .flex .sidebar .singlePost__inner {
  display: block;
}

.sectionRelated .flex .sidebar .singlePost__img {
  width: 100%;
}

.sectionRelated .flex .sidebar .singlePost__information {
  width: 100%;
  padding-left: 0px;
  margin-top: 15px;
}

.sectionRelated .flex .sidebar .singlePost__textInformation {
  width: 100%;
  padding-right: 0px;
}

@media (max-width: 1024px) {
  .sectionRelated .flex .sidebar .singlePost__meta {
    display: none;
  }
}

.sectionRelated .flex .sidebar .singlePost__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sectionRelated .flex .sidebar .singlePost:nth-child(n+3) .singlePost__img {
  display: none;
}

.sectionRelated .flex .sidebar .singlePost:not(:last-child) {
  margin-bottom: 15px;
}

.sectionRelated .tin-lien-quan-separator {
  background: -webkit-gradient(linear, left top, right top, from(rgba(196, 196, 196, 0)), color-stop(43.36%, rgba(196, 196, 196, 0.5)), to(rgba(196, 196, 196, 0)));
  background: -webkit-linear-gradient(left, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  background: -moz-linear-gradient(left, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  background: -o-linear-gradient(left, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  background: linear-gradient(90deg, rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  width: 100%;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 35px;
  position: relative;
  left: -8%;
}

.sectionRelated .vertical-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(43.36%, rgba(196, 196, 196, 0.5)), to(rgba(196, 196, 196, 0)));
  background: -webkit-linear-gradient(rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  background: -moz-linear-gradient(rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  background: -o-linear-gradient(rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
  background: linear-gradient(rgba(196, 196, 196, 0) 0%, rgba(196, 196, 196, 0.5) 43.36%, rgba(196, 196, 196, 0) 100%);
}

@media (max-width: 767px) {
  .sectionRelated .vertical-line {
    display: none;
  }
}

.page-news .page-title {
  margin: 0 0 40px 0;
  text-align: center;
}

.page-news .page-title h1 {
  color: #00407a;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}

.page-news .page-title h1:before, .page-news .page-title h1:after {
  background: #b9a334;
  content: "";
  display: block;
  left: auto;
  position: absolute;
  right: 0;
  z-index: 9;
}

.page-news .page-title h1:before {
  bottom: 10px;
  height: 8px;
  width: 60%;
}

.page-news .page-title h1:after {
  bottom: 0;
  height: 4px;
  width: 40%;
}

.archive-description {
  margin: 15px 0 0 0;
  text-align: center;
}

/* SINGE POST
-----------------------------*/
@media screen and (max-width: 767px) {
  body .page-content {
    padding: 20px 16px;
  }
}

.page-single-blog .page-content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.page-single-blog .sunshine-button.xem-het {
  display: none;
}

.singlePostDetail {
  margin: 0;
}

.singlePostDetail__header {
  margin: 0 0 25px 0;
}

.singlePostDetail__meta {
  color: #b8b8b8;
  font-size: 12px;
  margin: 0 0 10px 0;
}

.singlePostDetail__title {
  font-size: 30px;
  margin: 0 0 60px 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
  .singlePostDetail__title {
    font-size: 27px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1280px) {
  .singlePostDetail__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .singlePostDetail__title {
    font-size: 20px;
  }
}

.singlePostDetail__excerpt {
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: justify;
}

.singlePostDetail__description {
  text-align: justify;
}

.singlePostDetail__description p {
  margin: 0 0 20px 0;
}

.singlePostDetail__description > *:last-child {
  margin-bottom: 0;
}

.singlePostDetail__description h2 {
  font-size: 1.15em;
}

.singlePostDetail__description .wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
}

.singlePostDetail__meta {
  margin-top: 30px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .singlePostDetail__meta {
    margin-top: 0px;
  }
}

.singlePostDetail__meta .meta-title {
  color: #2b2b2b;
  font-size: 15px;
  font-weight: 700;
  margin-right: 5px;
}

.singlePostDetail__meta a {
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #1e1e1e;
  display: inline-block;
  font-size: 13px;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.15s ease;
  -o-transition: 0.15s ease;
  -moz-transition: 0.15s ease;
  transition: 0.15s ease;
}

.singlePostDetail__meta a:hover {
  background: none;
  color: #a93927;
}

.singlePostDetail__meta a:not(:first-child) {
  margin-left: 6px;
}

.singlePostDetail__sharing {
  margin-top: 20px;
}

.singlePostDetail__sharing label {
  color: #2b2b2b;
  display: inline-block;
  font-family: SVN-Avo, Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-bottom: 0;
  margin-right: 15px;
  vertical-align: middle;
}

.singlePostDetail__sharing ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.singlePostDetail__sharing ul li {
  display: inline-block;
  vertical-align: middle;
}

.singlePostDetail__sharing ul li:not(:last-child) {
  margin-right: 10px;
}

.singlePostDetail__sharing ul a {
  background: none;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  color: #12358c;
  display: inline-block;
  height: 42px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 42px;
}

.singlePostDetail__sharing ul a:hover {
  background: #802b1d;
  color: #fff;
}

.sectionOtherNews {
  margin-top: 70px;
}

.sectionOtherNews__wrapper {
  border-top: 2px solid #ebebeb;
  padding-top: 80px;
}

@media screen and (max-width: 1499px) {
  .sectionOtherNews__wrapper {
    padding-top: 50px;
  }
}

.sectionOtherNews__title {
  margin: 0 0 70px 0;
}

@media screen and (max-width: 1499px) {
  .sectionOtherNews__title {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .sectionOtherNews__title {
    margin-bottom: 25px;
  }
}

.sectionOtherNews__title h2 {
  font-size: 30px;
  margin: 0 0 10px 0;
  text-align: left;
  text-transform: none;
}

@media screen and (max-width: 1499px) {
  .sectionOtherNews__title h2 {
    font-size: 27px;
  }
}

@media screen and (max-width: 767px) {
  .sectionOtherNews__title h2 {
    font-size: 24px;
  }
}

.sectionOtherNewsPost__image {
  margin-bottom: 25px;
}

@media screen and (max-width: 1499px) {
  .sectionOtherNewsPost__image {
    margin-bottom: 15px;
  }
}

.sectionOtherNewsPost__image a {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.sectionOtherNewsPost__image a:before, .sectionOtherNewsPost__image a:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  z-index: 7;
}

.sectionOtherNewsPost__image a:before {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  bottom: 90%;
  left: 10px;
  right: 90%;
  top: 10px;
}

.sectionOtherNewsPost__image a:after {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: 10px;
  left: 90%;
  right: 10px;
  top: 90%;
}

.sectionOtherNewsPost__image a:hover:before, .sectionOtherNewsPost__image a:hover:after {
  border-color: #fff;
  height: auto;
  width: auto;
}

.sectionOtherNewsPost__image a:hover:before {
  bottom: 30px;
  right: 10px;
}

.sectionOtherNewsPost__image a:hover:after {
  left: 10px;
  top: 30px;
}

.sectionOtherNewsPost__image img {
  width: 100%;
}

.sectionOtherNewsPost__info {
  padding: 0 20px;
}

.sectionOtherNewsPost__title {
  color: #2b2b2b;
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 10px 0;
  text-transform: none;
}

.sectionOtherNewsPost__title a {
  color: inherit;
}

.sectionOtherNewsPost__title a:hover {
  color: #a93927;
}

.sectionOtherNewsPost__date {
  color: #666;
  font-size: 1em;
  margin: 0;
}

.sectionPostSideBar {
  margin-top: 30px;
}

.sectionPostSideBar__title {
  font-size: 27px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1499px) {
  .sectionPostSideBar__title {
    font-size: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .sectionPostSideBar__title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.singleSidebarPost {
  margin-bottom: 0;
}

.singleSidebarPost:not(:last-child) {
  margin-bottom: 25px;
}

.singleSidebarPost__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.singleSidebarPost__image {
  width: 45%;
}

.singleSidebarPost__image a {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}

.singleSidebarPost__image a:before, .singleSidebarPost__image a:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  width: 0;
  z-index: 7;
}

.singleSidebarPost__image a:before {
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  bottom: 90%;
  left: 10px;
  right: 90%;
  top: 10px;
}

.singleSidebarPost__image a:after {
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: 10px;
  left: 90%;
  right: 10px;
  top: 90%;
}

.singleSidebarPost__image a:hover:before, .singleSidebarPost__image a:hover:after {
  border-color: #fff;
  height: auto;
  width: auto;
}

.singleSidebarPost__image a:hover:before {
  bottom: 30px;
  right: 10px;
}

.singleSidebarPost__image a:hover:after {
  left: 10px;
  top: 30px;
}

.singleSidebarPost__image img {
  width: 100%;
}

.singleSidebarPost__info {
  padding-left: 30px;
  width: 55%;
}

@media screen and (max-width: 1199px) {
  .singleSidebarPost__info {
    padding-left: 15px;
  }
}

.singleSidebarPost__title {
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.35;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .singleSidebarPost__title {
    font-size: 1em;
  }
}

.singleSidebarPost__title a {
  color: inherit;
}

.singleSidebarPost__title a:hover {
  color: #a93927;
}

.singleSidebarPost__date {
  color: #666;
  font-size: 0.8em;
  margin: 0;
}

/* PAGE AUTHOR
-----------------------------*/
.entry-header .archive-title {
  font-size: 30px;
  margin: 0 0 5px 0;
}

.author-info {
  position: relative;
}

.author-info .author-avatar {
  bottom: auto;
  height: 50px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 50px;
}

.page-blogs .sectionHighLight{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-template-rows: repeat(3,1fr);
    grid-template-areas:"item1 item1 item1 item2 item2" "item1 item1 item1 item3 item3" "item1 item1 item1 item4 item4";
    gap: 20px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 60px;
    padding-bottom: 100px;
  }
  .page-blogs .sectionHighLight .post-1 {
    grid-area: item1;
  }
  .page-blogs .sectionHighLight .post-2 {
    grid-area: item2;
  }
  .page-blogs .sectionHighLight .post-3 {
    grid-area: item3;
  }
  .page-blogs .sectionHighLight .post-4 {
    grid-area: item4;.page-blogs 
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__inner{
    position: relative;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__inner{
    height: 100%;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__img a {
    display: block;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__img img {
    width: 100%;
  }
  
  
  .page-blogs .sectionHighLight .sectionHighLightPost__inner {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__img {
      width: 46%;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__img{
      width: 100%;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__info {
      padding-left: 40px;
      width: 54%;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__title {
      color: #2b2b2b;
      font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 400;
      text-transform: none;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__title:after {
      background: #a93927;
      content: "";
      display: block;
      height: 5px;
      margin-top: 30px;
      width: 60%;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__title {
      color: #fff;
      font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
      font-size: 18px;
      font-weight: 400;
      position: relative;
      text-transform: none;
      z-index: 2;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__title a {
      color: inherit;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__title:after {
      background: #fff;
      content: "";
      display: block;
      height: 5px;
      margin-top: 20px;
      width: 60%;
  }
  .page-blogs .sectionHighLight .sectionHighLightPost__description {
    display: none;
    font-size: 14px;
    letter-spacing: -0.05em;
    text-align: justify;
  }

  .page-blogs .sectionHighLight .post-1  .sectionHighLightPost__info{
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      bottom: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      left: 0;
      max-width: 50%;
      padding: 20px;
      position: absolute;
      top: 0;
      width: 320px;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__info:before {
    background: -webkit-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
    background: -moz-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
    background: -o-linear-gradient(182.57deg, #ee5324 -5.87%, #e73025 112.26%);
    background: linear-gradient(267.43deg, #ee5324 -5.87%, #e73025 112.26%);
    bottom: 0;
    color: #fff;
    content: "";
    display: block;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__title {
    font-weight: 400;
  }
  .sectionHighLight .post-1 .sectionHighLightPost__title {
      color: #fff;
      font-family: SVN-Gotham, Arial, Helvetica, sans-serif;
      font-size: 18px;
      position: relative;
      text-transform: none;
      z-index: 2;
  }
  .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__title:after {
      background: #fff;
      content: "";
      display: block;
      height: 5px;
      margin-top: 20px;
      width: 60%;
  }
  .pagination a, .pagination span {
      background: none;
      border: none;
      color: #000;
      display: inline-block;
      font-family: SVN-Avo, Arial, Helvetica, sans-serif;
      font-size: 15px;
      font-weight: 700;
      height: 25px;
      line-height: 25px;
      margin: 0 5px 5px 0;
      min-width: 0;
      padding: 0 5px;
      text-align: center;
      -webkit-transition: 0.15s ease;
      -o-transition: 0.15s ease;
      -moz-transition: 0.15s ease;
      transition: 0.15s ease;
      vertical-align: middle;
      width: 25px;
  }
  .pagination span.current, .pagination a:hover {
      background: #a93927;
      border-color: #a93927;
      color: #fff;
  }
  @media(max-width:768px){
    .page-blogs .sectionHighLight{
      display: block;
      margin-bottom: 40px;
      padding-bottom: 60px;
    }
    .page-blogs .sectionHighLight .sectionHighLightPost__inner{
      display: block;
    }
    .page-blogs .sectionHighLight .post-1 .sectionHighLightPost__info{
      position: relative;
      max-width: 100%;
      width: 100%;
    }
    .page-blogs .sectionHighLight .sectionHighLightPost:not(:first-child){
      margin-top: 30px;
    }
    .page-blogs .sectionHighLight .sectionHighLightPost__img{
      width: 100%;
    }
    .page-blogs .sectionHighLight .sectionHighLightPost__info {
      padding-left: 0px;
      width: 100%;
      margin-top: 10px;
    }
    .sectionRelated .flex .postContainer .singlePost__information{
        width: 100%;
    }
    .page-row.sectionRelated{
        margin-bottom: 80px;
    }
  }
