  .blog{
    padding:25px 0 35px 0;
    margin:0px;
  }
  .blog h1,
  .blog h2,
  .blog a,
  .blog p{
    color: #000;
  }
  .blog .head{
    padding:25px 0 10px 0;
  }
  .blog .head h1{
    font-size: 52px;
    line-height: 56px;
    margin: 0;
    text-align: center;
    font-weight: normal;
    padding-bottom: 48px;
  }
  .blog .article .content{
    min-height:115px;
    margin:0 0 5px 0;
  }
  .wrap:lang(en) .blog .article .content{
    min-height:140px;
  }
  .blog .article h2 {
    font-size: 20px;
    line-height: 25px;
    margin: 15px 0 10px 0;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .blog .article p{
    line-height:17pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .blog .article .read_more{
    font-size: 18px;
  }
  .blog .article .read_more:hover{
    color: var(--msColor);
  }
  .blog .article .article-area{
    margin-bottom: 50px;
  }
  .blog .sidebar a{
    display:block;
    margin-bottom:15px;
  }
  .blog .pagination{
    margin:35px 0;
  }
  .blog .box-banner{
    position: relative;
    margin-bottom: 65px;
  }
  .blog .banner-content{
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 123px;
    padding-bottom: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .blog .banner-content h2 {
      font-family: 'Prompt';
      font-size: 34px;
      line-height: 50px;
      font-weight: normal;
      color: #fff;
      margin-bottom: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }

  .blog .banner-content a {
      background-color: var(--msColor);
      border: 2px solid var(--msColor);
      padding: 10px 20px;
      color: #000;
  }
  .blog .banner-content a:hover{
    background-color: #66b24500;
  }
  .blog .pagination a{
    border: unset;
    background-color: var(--msBg);
    font-size: 24px;
    padding: 5px 45px;
  }
  .blog .pagination a:hover:not(.active):not(.disabled) {
    background-color: unset;
    border: unset;
    border-bottom: 2px solid var(--msColor);
  }
  .blog .pagination a.active {
    background-color: unset;
    color: #000;
    border: unset;
    border-bottom: 2px solid var(--msColor);
  
  }

  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    /*ipad*/
    .blog .article h2,
    .blog .banner-content h2,
    .blog .article .read_more,
    .blog .pagination a{
      font-size: 20px;
      line-height: 18pt;
    }
    .blog .banner-content {
      left: 40px;
    }
    .blog .article .content {
        min-height: 130px;
    }
    .blog .article .article-area {
      margin-bottom: 35px;
    }
    .blog .pagination {
      margin: 0px 0;
    }
    .blog .pagination a {
      padding: 5px 20px;
    }
  }
  @media only screen and (min-width: 1024px) and (max-width: 1024px) {
    /*ipadแนวนอน*/
    .blog .banner-content h2{
      line-height: 30px;
    }
  }
  @media only screen and (max-width: 767px) {
    .blog .head h1 {
      font-size: 28px;
      line-height: 36px;
      padding-bottom: 30px;
    }
    .blog .article h2{
      font-size: 16px;
      line-height: 18pt;
    }
    .blog .article .read_more {
      font-size: 15px;
    }
    .blog .banner-content h2,
    .blog .pagination a{
      font-size: 18px;
      line-height: 18pt;
    }
    .blog .article p{
      color: var(--nomalColor);
      font-size: 14px;
    }
    .blog .box-banner {
      margin-bottom: 0px;
    }
    .blog .banner-content {
      position: unset;
      bottom: unset;
      width: 100%;
      left: unset;
    }
    .blog .banner-content h2 {
      color: #000;
      margin-bottom: 30px;
    }
    .blog .article .article-area {
      margin-bottom: 40px;
    }
    .blog .article .content {
      min-height: 129px;
    }
    .blog .pagination a {
      padding: 5px 15px;
    }
    .blog .pagination {
      margin: 0px 0;
    }
  }
  @media only screen and (max-width: 540px) {
    /*Surface Duo*/

  }
  @media only screen and (max-width: 414px) {
    /*Iphone 6/7/8 plus XR*/

  }
  @media only screen and (max-width: 411px) {
    /*Pixel 2*/
  }
  @media only screen and (max-width: 375px) {
    /*
    Iphone 6/7/8
    Iphone X
    */

  }
  @media only screen and (max-width: 360px) {
    /*Moto G4*/

  }
  @media only screen and (max-width: 320px) {
    /*Iphone5/se*/
  }
  @media only screen and (max-width: 280px) {
    /*Garaxy Fold*/
    .blog .head h1 {
      padding-bottom: 30px;
    }
  }
  @media (max-width: 320px) {
    .top-header .mobile-lang{
      display:none !important;
    }
  }