/* News CSS */
/* _setting CSS */
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 780px) {
  .news_list {
    margin-bottom: 10.25641vw;
  }
  .news_list .item a {
    padding: 5.12821vw 2.5641vw;
  }
  .news_list .item:first-child {
    border-top: 0.25641vw solid #D9D9D9;
  }

  .cat_nav {
    margin-bottom: 10.25641vw;
  }
  .cat_nav .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5641vw;
  }
  .cat_nav .cat {
    min-width: 28.20513vw;
    border: 0.25641vw solid #ec002d;
  }
  .cat_nav .cat a {
    display: block;
    font-size: 3.33333vw;
    line-height: 1.3;
    color: #ec002d;
    text-align: center;
    padding: 2.5641vw 3.33333vw;
  }
  .cat_nav .active {
    background-color: #ec002d;
  }
  .cat_nav .active a {
    color: #fff;
  }

  .years {
    width: 100%;
    height: 11.79487vw;
    text-align: center;
    margin-bottom: 10.25641vw;
  }
  .years .form_wrap {
    position: relative;
  }
  .years .form_wrap::after {
    content: '';
    display: block;
    position: absolute;
    right: 5.12821vw;
    top: 3.84615vw;
    width: 2.5641vw;
    height: 2.5641vw;
    border-left: 0.25641vw solid #888;
    border-bottom: 0.25641vw solid #888;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .years select {
    width: 100%;
    height: 11.79487vw;
    border: 0.25641vw solid #D9D9D9;
    color: #888;
    font-size: 3.58974vw;
    padding: 0 6.41026vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
  }

  .single .wrapper_inner {
    width: 100%;
  }
  .single .main {
    padding: 0 5.12821vw;
    margin-bottom: 20.51282vw;
  }
  .single .article_head {
    position: relative;
    border-bottom: 1.02564vw solid #D9D9D9;
    margin-bottom: 7.69231vw;
  }
  .single .article_head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1.02564vw;
    left: 0;
    width: 17.94872vw;
    height: 1.02564vw;
    background-color: #888;
  }
  .single .article_head .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.84615vw;
  }
  .single .article_head .cat {
    border: 0.25641vw solid #ec002d;
    font-size: 3.07692vw;
    color: #ec002d;
    padding: 1.28205vw 2.5641vw;
    margin-right: 2.5641vw;
    margin-bottom: 2.5641vw;
  }
  .single .article_head .date {
    display: block;
    font-size: 3.58974vw;
    margin-bottom: 2.5641vw;
  }
  .single .article_head .page_title {
    font-size: 5.64103vw;
    font-weight: bold;
    line-height: 1.27273;
    padding-bottom: 5.12821vw;
  }
}
/* Desktops and laptops */
@media print, screen and (min-width: 781px) {
  .news_list {
    margin-bottom: 70px;
  }
  .news_list .item a {
    padding: 25px 120px 25px 20px;
  }
  .news_list .item a:hover {
    background-color: #f5f5f5;
  }

  .list_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .years {
    width: 200px;
    height: 46px;
    text-align: center;
  }
  .years .form_wrap {
    position: relative;
  }
  .years .form_wrap::after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 10px;
    border-left: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .years select {
    width: 200px;
    height: 46px;
    border: 1px solid #D9D9D9;
    color: #888;
    font-size: 1.8rem;
    padding: 0 20px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

  .cat_nav {
    width: calc(100% - 220px);
    margin-bottom: 25px;
  }
  .cat_nav .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cat_nav .cat {
    border: 1px solid #ec002d;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .cat_nav .cat a {
    display: block;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #ec002d;
    text-align: center;
    padding: 11px 35px;
  }
  .cat_nav .cat a:hover {
    background-color: #ec002d;
    color: #fff;
    text-decoration: none;
  }
  .cat_nav .active {
    background-color: #ec002d;
  }
  .cat_nav .active a {
    color: #fff;
  }

  .wrapper_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .single .main {
    width: 850px;
  }
  .single .article_head {
    position: relative;
    border-bottom: 6px solid #D9D9D9;
    margin-bottom: 60px;
  }
  .single .article_head::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 170px;
    height: 6px;
    background-color: #888;
  }
  .single .article_head .cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
  .single .article_head .cat {
    border: 1px solid #ec002d;
    font-size: 1.4rem;
    color: #ec002d;
    padding: 3px 13px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .single .article_head .date {
    display: block;
    width: 85px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .single .article_head .page_title {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.3;
    padding-bottom: 30px;
  }
}
