#page-archive .archives__left {
  width: 75%;
}
#page-archive .archives__left article .post-thumb {
  width: 270px;
}
#page-archive .archives__left article .post-thumb img {
  height: auto;
}
#page-archive .archives__left article .post-info {
  width: calc(100% - 270px);
  padding-left: 15px;
}
#page-archive .archives__left article .post-info h2.entry-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}
#page-archive .archives__left article .post-info h2.entry-title:hover {
  color: #91ad41;
}
#page-archive .archives__left article .post-info .entry-content {
  font-size: 14px;
  line-height: 25px;
}
#page-archive .archives__left .content-downloads .item-download .title-download {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  padding: 8px 15px;
  padding-right: 40px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  cursor: pointer;
  text-wrap: nowrap;
  transition: linear 0.3s;
  font-size: 14px;
  font-weight: bold;
  background-color: #F6F6F6;
}
#page-archive .archives__left .content-downloads .item-download .title-download span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-4px);
  z-index: 99;
  line-height: 8px;
}
#page-archive .archives__left .content-downloads .item-download .title-download span:after {
  content: "";
  background: url(../images/icons/arrow-black.svg);
  height: 8px;
  width: 12px;
  background-size: 100% 100%;
  display: block;
}
#page-archive .archives__left .content-downloads .item-download .list-driver {
  display: none;
  border: 1px solid #eee;
  border-radius: 6px;
  font-size: 14px;
}
#page-archive .archives__left .content-downloads .item-download .list-driver.active {
  display: block;
}
#page-archive .archives__left .content-downloads .item-download .list-driver ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-archive .archives__left .content-downloads .item-download .list-driver ul li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page-archive .archives__left .content-downloads .item-download .list-driver ul li a img {
  height: 16px;
  margin-right: 4px;
}
#page-archive .archives__left .content-downloads .item-download.active .title-download {
  background-color: #91ad41;
  color: #fff;
}
#page-archive .archives__left .content-downloads .item-download.active .title-download span:after {
  content: "";
  background: url(../images/icons/arrow-white.svg);
  background-size: 100% 100%;
}
#page-archive .archives__left .list-videos .item-video .box-video {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
#page-archive .archives__left .list-videos .item-video .box-video .play-video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24px;
  transform: translateY(-24px);
  z-index: 9;
}
#page-archive .archives__right {
  width: 25%;
}
#page-archive .archives__right .box-sub-category {
  padding: 0;
  border: 2px solid #91ad41;
  border-radius: 6px;
}
#page-archive .archives__right .box-sub-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#page-archive .archives__right .box-sub-category ul li {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 10px;
  padding-left: 30px;
}
#page-archive .archives__right .box-sub-category ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color: #91ad41;
  left: 15px;
  transform: translateY(-3px);
  z-index: 1;
}
#page-archive .archives__right .box-sub-category ul li:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#page-archive .archives__right .box-sub-category ul li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
#page-archive .archives__right .box-sub-category ul li:hover, #page-archive .archives__right .box-sub-category ul li.current-cat {
  background-color: #F6F6F6;
}
#page-archive .archives__right .box-sub-category ul li:hover a, #page-archive .archives__right .box-sub-category ul li.current-cat a {
  font-weight: bold;
}
#page-archive .category-video-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#page-archive .category-video-links ul li {
  display: inline-block;
}
#page-archive .category-video-links ul li.current-cat a {
  background-color: #91ad41;
  color: #fff;
}
#page-archive .category-video-links a {
  cursor: pointer;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding: 6px 12px;
  border-radius: 6px;
  margin-right: 8px;
  margin-bottom: 6px;
}
#page-archive .category-video-links a:hover, #page-archive .category-video-links a.active {
  background-color: #91ad41;
  color: #fff;
}

h1.page-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  margin: 40px 0 50px;
}
h1.page-title:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 6px;
  background-color: #91ad41;
  left: 0;
  top: 100%;
  margin-bottom: 30px;
}

#popup-video .modal-header {
  justify-content: center;
}
#popup-video iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 991px) {
  #page-archive .container.pb-3 {
    padding-bottom: 0 !important;
  }
  #page-archive .archives {
    padding: 10px 10px 0;
  }
  #page-archive .archives__left {
    padding: 0 0 25px;
    width: 100%;
  }
  #page-archive .archives__left article .post-thumb {
    width: 90px;
  }
  #page-archive .archives__left article .post-info {
    width: calc(100% - 90px);
  }
  #page-archive .archives__left article .post-info h2.entry-title {
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 18px;
  }
  #page-archive .archives__left .list-driver ul li > span {
    display: block;
    width: calc(100% - 30px);
  }
  #page-archive .archives__left .list-driver ul li a.download-driver img {
    margin-right: 0;
    margin-left: 10px;
  }
  #page-archive .archives__left .list-driver ul li a.download-driver span {
    display: none;
  }
  #page-archive .archives__right {
    padding: 0;
    width: 100%;
  }
  #page-archive .archives__right .box-sidebar {
    margin-bottom: 15px;
  }
  #page-archive .archives__right .box-sidebar:last-child {
    margin-bottom: 0;
  }
  h1.page-title {
    font-size: 20px;
    margin: 15px 0 30px;
  }
}