.page-template-support .our_product_banner h1 {
    color: white;
    font-size: 66px;
    font-weight: normal;
  }
  .page-template-support .our_product_banner{
    background: url(../img/banner_supports.jpg) no-repeat center/cover;
    
  }
  .download-banner .content p {
    color: white;
    margin-bottom: 2rem;
  }
  .download-content{
    position: relative;
    top: -95px;
  }
  .download-content h2{
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
  .download-content .block_title ul {
    display: flex;
    justify-content: space-between;
  }
  .download-content .block_title ul li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    background-color: #fff;
    border: #eee solid 1px;
    width: 290px;
    height: 230px;
    margin: 0;
    padding: 0;
    border-radius: 5px;
  }

  .download-content .block_title ul li:nth-child(1) .icon-content span{
    background: url('../img/product-prisc-active.svg') no-repeat center/contain;
  }
  .download-content .block_title ul li.active:nth-child(1) .icon-content span{
    background: url('../img/product-prisc.svg') no-repeat center/contain;
  }
  .download-content .block_title ul li:nth-child(2) .icon-content span{
    background: url('../img/brochures-active.svg') no-repeat center/contain;
  }
  .download-content .block_title ul li.active:nth-child(2) .icon-content span{
    background: url('../img/brochures.svg') no-repeat center/contain;
  }
  .download-content .block_title ul li:nth-child(3) .icon-content span{
    background: url('../img/instruction-active.svg') no-repeat center/contain;
  }
  .download-content .block_title ul li.active:nth-child(3) .icon-content span{
    background: url('../img/instruction.svg') no-repeat center/contain;
  }
  .download-content .block_title ul li:nth-child(4) .icon-content span{
    background: url('../img/Learing-acitve.svg') no-repeat center/contain;
  }

  .download-content .block_title ul li.active:nth-child(4) .icon-content span{
    background: url('../img/Learing.svg') no-repeat center/contain;
  }

  .download-content .block_title ul li.active{
    border: rgb(0,85,168) solid 1px;
    background-color: rgb(0,85,168);
  }
  .download-content .block_title ul li.active p{
    color: #fff;
  }
  .download-content .block_title p {
    max-width: none;
  }
  .download-content .block_title ul li p {
    white-space: nowrap;
    color: black;
    font-size: 20px;
    text-align: center;
  }
  
  .download-content .block_title ul li .icon-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
  }
  .download-content .block_title ul li .icon-content span {
    width: 70px;
    display: block;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .download-list-content {
    padding: 4rem 0;
  }
  .download-list-content h2 {
    font-size: 30px;
    font-weight: normal;
  }
  
  .download-list-content table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .download-list-content table td {
    text-align: center;
    padding: 1.5rem 2rem;
    font-size: 20px;
  }
  .our_product_banner  .our_product_banner-title a{
    color: #999;
  }
  .download-list-content table td:first-of-type {
    text-align: left;
    font-weight: 500;
  }
  .download-list-content table td:nth-of-type(2) {
    color: #777777;
  }
  .download-list-content table td:nth-of-type(3) {
    color: #999;
    cursor: pointer;
    position: relative;
    padding: 0 5rem;
    text-align: right;
  }
  .download-list-content table td:nth-of-type(3) a {
    display: block;
    line-height: 60px;
  }
  .download-list-content table td:nth-of-type(3)::before {
    content: '';
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-60%);
    width: 20px;
    height: 20px;
    background: url('../img/icon-download.svg') no-repeat center/contain;
  }
  .download-list-content table tr{
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .download-list-content table tr:nth-child(odd) {
  background-color: #f8f8f8;
  }
  .download-list-content table tr:hover{
    background-color: #eee;
  }
  .support-faq h2 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 4rem;
  }
  .support-faq .sy_contentfaq .sy_fap_group .faqs_list li.active {
    border-left: 2px solid #1f93d2;
    color: #1f93d2;
  }
  .support-faq .sy_contentfaq .sy_fap_group .faqs_list li:hover {
    color: #1f93d2;
  }
  .support-faq .sy_contentfaq .sy_fap_group .faqs_list li {
    margin: 0 0 2rem;
    font-size: 18px;
  }
  .support-faq {
    margin-bottom: 10rem;
  }
  .support-faq .sy_contentfaq ul.faqs li.faq p.answer {
    opacity: 0.7;
    max-height: unset !important;
    display: none;
    transition: unset;
    margin-bottom: 2rem;
  }
  .support-faq .sy_contentfaq ul.faqs li.faq:nth-of-type(1) p.answer{
    display: block;
  }
  .support-faq .sy_contentfaq ul.faqs li.faq p.question {
    font-size: 1.2rem;
  }
  .support-faq .sy_contentfaq ul.faqs li.faq p.question strong {
    font-weight:500;
  }
  .support-faq .sy_contentfaq ul.faqs li.faq p.question{
    padding: 1.5rem 0 1rem 0;
  }
  .support-faq .sy_contentfaq ul.faqs li.faq  {
    padding: 0;
  }
  .support-faq .sy_contentfaq ul li.faq span {
    top: 1.7rem;
  }