.container-thairath {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
  }
  @media (min-width: 768px) {
    .container-thairath {
      width: 750px;
    }
  }
  @media (min-width: 992px) {
    .container-thairath {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container-thairath {
      width: 1140px;
    }
  }
  a {
    text-decoration: none;
  }
  
  header {
    font-family: cloudregular;
    font-size: 22px;
    padding: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
  }
  header a {
    line-height: 41pt;
    margin: 0 5px;
    font-size: 17.6px;
  }
  header a:hover {
    color: #00b400;
  }
  .live-animate {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    background: #d00000;
    animation: animationFrames linear 1.5s;
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames linear 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames linear 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames linear 1.5s;
    -o-animation-iteration-count: infinite;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames linear 1.5s;
    -ms-animation-iteration-count: infinite;
    -ms-transform-origin: 50% 50%;
  }
  @keyframes animationFrames {
    0% {
      opacity: 1;
    }
    8% {
      opacity: 0;
    }
    16% {
      opacity: 1;
    }
    24% {
      opacity: 0;
    }
    34% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  @-webkit-keyframes animationFrames {
    0% {
      opacity: 1;
    }
    8% {
      opacity: 0;
    }
    16% {
      opacity: 1;
    }
    24% {
      opacity: 0;
    }
    34% {
      opacity: 1;
    }
    100% {
      opacity: 1;
    }
  }
  .navbar {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 110px auto auto;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: cloudregular;
  }
  @media only screen and (max-width: 575px) {
    .navbar {
      padding-bottom: 5px !important;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar {
      padding-bottom: 5px !important;
    }
  }
  @media only screen and (max-width: 768px) {
    .navbar {
      grid-template-columns: auto auto;
    }
    .navbar .container-thairath {
      width: 100%;
    }
    .navbar .item .menu-search {
      display: none;
    }
  }
  .navbar a {
    color: #333;
    font-family: cloudregular;
  }
  .navbar a .menu-live {
    color: #888;
  }
  .navbar .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-self: end;
  }
  .navbar .item a {
    display: flex;
  }
  .navbar .item svg {
    fill: #00b400;
  }
  .true-hits {
    float: right;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
  }
  #logo {
    color: #fff;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
  }
  #logo a {
    margin: 0;
    display: flex;
  }
  #logo svg {
    background: #fff;
    fill: #00b400;
    width: 100px;
  }
  @media only screen and (max-width: 768px) {
    #logo {
      display: contents;
      width: 100%;
      height: 45px;
    }
    #logo svg {
      width: 80px;
    }
    #logo img {
      width: 45px;
      height: 45px;
    }
  }
  i.fa.fa-search {
    margin-right: 1rem;
  }
  .active-menu,
  .menu-footer,
  .mobile {
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .active-menu {
      display: none;
    }
    .active-menu.active {
      display: block;
      position: fixed;
      top: 45px;
      z-index: 5;
      background: #fff;
      width: 100%;
      height: 100%;
      font-size: 1rem;
      padding: 0.25rem 0.5rem;
      -webkit-animation: show 0.5s ease;
      animation: show 0.5s ease;
    }
    @-webkit-keyframes show {
      0% {
        border-radius: 100%;
        background: #000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        border-radius: 0;
        background: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
    }
    @keyframes show {
      0% {
        border-radius: 100%;
        background: #000;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        border-radius: 0;
        background: #fff;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
      }
    }
    .active-menu.active img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 1rem;
    }
    .active-menu ul li {
      margin: 0.75rem 0;
      font-size: 1.25rem !important;
    }
  }
  .dropdown-wrapper {
    position: relative;
    display: inline-block;
    line-height: 42pt;
  }
  .dropdown-wrapper:hover .dropdown-submenu {
    display: block;
  }
  .dropdown-submenu {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    border: 1px solid #e5e5e5;
    z-index: 999;
    top: 45px;
  }
  .dropdown-submenu a {
    color: #000;
    padding: 10px;
    text-decoration: none;
    line-height: 18pt;
    display: block;
    margin: 0;
  }
  .dropdown-submenu a:hover {
    background-color: #f2f2f2;
    color: #00b400;
  }
  .dropdown-container {
    display: inline-block;
  }
  @media only screen and (max-width: 768px) {
    .dropdown-container {
      display: none;
    }
  }
  .header-wrapper {
    width: 100%;
    z-index: 3;
    position: relative;
    top: 0;
    background: 0 0;
  }
  .header-wrapper > div {
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .header-wrapper .menu-wrapper {
    position: absolute;
    top: 55px;
    left: 0;
    clear: both;
    display: none;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
    border: 0;
  }
  .header-wrapper .menu-wrapper a:hover {
    color: #00b400;
  }
  .header-wrapper .menu-wrapper #tr-ismenu {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 10px;
  }
  @media only screen and (max-width: 768px) {
    .header-wrapper .menu-wrapper #tr-ismenu {
      grid-template-columns: 1fr;
      margin: 0 10px;
    }
  }
  .header-wrapper .menu-icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 0 0 27px 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 25px 0 0;
    top: 1px;
  }
  .header-wrapper .menu-icon .navicon {
    background: #00b400;
    display: block;
    height: 2px;
    position: relative;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    width: 20px;
  }
  .header-wrapper .menu-icon .navicon:after,
  .header-wrapper .menu-icon .navicon:before {
    background: #00b400;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .header-wrapper .menu-icon .navicon:before {
    top: 6px;
  }
  .header-wrapper .menu-icon .navicon:after {
    top: -5px;
  }
  @media only screen and (max-width: 768px) {
    .header-wrapper .menu-icon {
      margin: 20px 0 0 !important;
      top: 6px !important;
    }
  }
  .header-wrapper .menu-btn {
    display: none;
  }
  .header-wrapper .menu-btn:checked ~ .menu-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 550px auto;
    grid-gap: 15px;
    border: 1px solid #ebebeb;
    margin: 0;
    padding: 2rem 0;
    background-color: #fff;
  }
  @media only screen and (max-width: 768px) {
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      margin: 0;
      width: 100vw;
      left: -15px;
      grid-template-columns: 1fr;
      grid-gap: 5px;
      border: 0 !important;
      padding: 0;
    }
  }
  .header-wrapper .menu-btn:checked ~ .menu-icon .navicon {
    background: 0 0;
  }
  .header-wrapper .menu-btn:checked ~ .menu-icon .navicon:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-wrapper .menu-btn:checked ~ .menu-icon .navicon:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header-wrapper .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after,
  .header-wrapper .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0;
  }
  .search-mobile {
    background: #8b8b8b;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
  }
  .search-mobile .search-mobile button,
  .search-mobile input {
    border: 0;
    display: block;
  }
  .search-mobile input {
    width: 80%;
    height: 25px;
    font-size: 20px;
  }
  .search-mobile button {
    width: 20%;
    background: #008841;
    height: 25px;
  }
  .search-mobile button svg {
    width: 16px;
    fill: #fff;
    position: relative;
    top: -6px;
    margin: 3px 0;
    vertical-align: middle;
    cursor: pointer;
  }
  .menu-list-sub a {
    display: block;
    color: #626262;
    font-size: 18px;
    line-height: 25pt;
    font-family: cloudregular;
  }
  .menu-list-sub a:nth-of-type(1) {
    display: block;
    color: #626262;
    font-size: 18px;
    line-height: 25pt;
    font-family: cloudsemibold;
  }
  .menu-list-section {
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 0 20px;
  }
  .menu-list-section a {
    color: #626262;
    font-size: 18px;
    line-height: 25pt;
    font-family: cloudsemibold;
    display: inline-block;
  }
  .menu-list-section a svg {
    width: 130px;
  }
  .menu-list-section a:hover {
    color: #008841 !important;
  }
  .menu-list-section a:nth-child(2) {
    display: none;
  }
  @media only screen and (max-width: 768px) {
    .menu-list-section {
      grid-template-columns: 1fr;
    }
  }
  .menu-list-other {
    padding: 0 0 0 20px;
    border-left: 1px solid #e5e5e5;
  }
  .menu-list-other a {
    font-family: cloudregular;
    color: #626262;
    display: block;
    font-size: 18px;
    line-height: 20pt;
    padding: 0 0 14px;
  }
  .menu-list-other a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 14pt;
  }
  .menu-list-other a svg {
    width: 18px;
    height: 18px;
    fill: #626262;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .menu-list-other a:hover svg {
    fill: #00b400;
  }
  .menu-list-other .tr-kampon {
    display: grid;
    grid-template-columns: 60px auto;
    grid-gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .menu-list-other div {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu-list-other div:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .menu-list-other ul {
    padding-left: 20px;
    margin-top: 5px;
    display: block;
  }
  .menu-list-other ul li {
    margin-bottom: 8px;
    color: #626262;
  }
  .menu-list-other ul li a {
    font-family: cloudregular;
    color: #626262;
    font-size: 1.125rem;
    line-height: 1.375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0;
  }
  .menu-set {
    display: grid;
    grid-template-columns: 330px 1fr;
    border-left: 1px solid #e5e5e5;
    margin: 10px;
  }
  @media only screen and (max-width: 768px) {
    .menu-set {
      border-left: 0;
      margin: 0 10px;
    }
  }
  .menu-social {
    grid-column: 1/-1;
    grid-row: 2;
    border-top: 1px solid #e5e5e5;
    margin: 10px 0 0 20px;
  }
  .menu-social a span {
    color: #626262;
    font-size: 16px;
  }
  .menu-social a svg {
    width: 30px;
    fill: #00b400;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
  .menu-list-sub a {
    display: block;
    color: #626262;
    font-size: 18px;
    line-height: 25pt;
    font-family: cloudregular;
  }
  .menu-list-section a,
  .menu-list-sub a:nth-of-type(1) {
    display: block;
    color: #626262;
    font-size: 18px;
    line-height: 25pt;
    font-family: cloudsemibold;
  }
  .menu-list-other {
    padding: 0 0 0 20px;
    border-left: 1px solid #e5e5e5;
  }
  .menu-list-other a {
    font-family: cloudregular;
    color: #626262;
    display: block;
    font-size: 18px;
    line-height: 20pt;
    padding: 0 0 14px;
  }
  .menu-list-other a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 14pt;
  }
  .menu-list-other a svg {
    width: 18px;
    height: 18px;
    fill: #626262;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .menu-list-other a:hover svg {
    fill: #00b400;
  }
  .menu-list-other div {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
  }
  .menu-list-other div:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .menu-list-section a,
  .menu-list-sub a:nth-of-type(1) {
    font-size: 24px;
    color: #00b400;
  }
  .menu-list-section a:hover,
  .menu-list-sub a:nth-of-type:hover(1) {
    color: #008841;
  }
  .sub-toggle-menu {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: none;
  }
  .sub-toggle-menu h2 {
    height: 40px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .sub-toggle-menu h2 a {
    color: #00b400;
    font-size: 20px;
    line-height: 18pt;
  }
  .sub-toggle-menu p {
    margin: 0 0 0;
  }
  .sub-toggle-menu p a {
    display: block;
    background: #e5e5e5;
    line-height: 32pt;
    padding: 0 10px;
    margin: 0;
  }
  .sub-toggle-menu p a:nth-child(2n) {
    background: #f2f2f2;
  }
  .sub-toggle-menu li {
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    min-height: 40px;
  }
  .sub-toggle-menu li i {
    position: absolute;
    margin-top: 20px;
    right: 20px;
  }
  .sub-toggle-menu li i:before {
    content: '';
    position: absolute;
    background-color: #00b400;
    width: 3px;
    height: 9px;
    -webkit-transform: translate(-2px, 0) rotate(45deg);
    transform: translate(-2px, 0) rotate(45deg);
  }
  .sub-toggle-menu li i:after {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
    content: '';
    position: absolute;
    background-color: #00b400;
    width: 3px;
    height: 9px;
  }
  .sub-toggle-menu li input[type='checkbox'] {
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    right: 0;
    top: 10px;
  }
  .sub-toggle-menu li input[type='checkbox']:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
  }
  .sub-toggle-menu li input[type='checkbox']:checked ~ i:before {
    -webkit-transform: translate(2px, 0) rotate(45deg);
    transform: translate(2px, 0) rotate(45deg);
    background-color: #626262;
  }
  .sub-toggle-menu li input[type='checkbox']:checked ~ i:after {
    -webkit-transform: translate(-2px, 0) rotate(-45deg);
    transform: translate(-2px, 0) rotate(-45deg);
    background-color: #626262;
  }
  @media only screen and (max-width: 768px) {
    .menu-list-sub {
      display: none;
    }
    .menu-list-section {
      position: relative;
      z-index: 1;
      padding: 0 !important;
      border: 0 !important;
    }
    .menu-list-section a {
      border-bottom: 1px solid #e5e5e5;
      width: 100% !important;
      padding: 5px 0 !important;
      font-size: 20px !important;
      margin: 0;
    }
    .menu-list-section a:last-child {
      display: none;
    }
    .menu-list-section a:nth-child(2) {
      display: block !important;
      padding: 10px 0 !important;
    }
    .menu-list-other {
      display: grid;
      grid-gap: 15px;
      grid-template-columns: auto auto;
      padding: 10px 0 !important;
      border: 0 !important;
    }
    .menu-list-other div {
      margin: 0 !important;
      padding: 0 !important;
      line-height: 14pt;
    }
    .menu-list-other div:last-of-type {
      width: 100%;
      text-align: center;
      padding: 10px 0 0 !important;
      display: inline-block;
      -webkit-box-ordinal-group: 1 !important;
      -ms-flex-order: 0 !important;
      order: 0 !important;
      padding: 2px 0 0 !important;
    }
    .menu-list-other div:last-of-type a {
      font-size: 16px;
      padding: 0 !important;
      line-height: 16pt !important;
    }
    .menu-list-other div:last-of-type a svg {
      width: 25px;
      height: 25px;
    }
    .menu-list-other div:last-of-type a span {
      display: none;
    }
    .menu-list-other div:nth-of-type(1) {
      border: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-item-align: center;
      align-self: center;
    }
    .menu-list-other div:nth-of-type(2) {
      border: 0 !important;
      text-align: inherit;
    }
    .menu-login {
      position: absolute;
      right: 100px;
    }
    .sub-toggle-menu {
      display: block !important;
      padding: 0 !important;
    }
    .menu-set {
      grid-template-columns: 1fr !important;
    }
    .menu-social {
      grid-row: 3 !important;
      text-align: center;
      margin: 0 20px 0 !important;
    }
    .menu-social a {
      line-height: 30pt;
    }
    .menu-social a span {
      display: none;
    }
  }
  
  header {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
  }
  header.container a {
    text-decoration: none !important;
  }
  .logomirror svg,
  .menu-list-section svg {
    margin: 0px auto;
    height: 14px;
    margin-left: 5px;
    width: auto !important;
  }
  .header-wrapper .menu-icon .navicon,
  .header-wrapper .menu-icon .navicon:after,
  .header-wrapper .menu-icon .navicon:before,
  .header-wrapper .menu-icon .navicon:after,
  .header-wrapper .menu-icon .navicon:before {
    background: #00b400;
  }
  .header-wrapper .menu-icon .navicon:before {
    top: 6px;
  }
  .header-wrapper .menu-icon .navicon:after {
    top: -6px;
  }
  .header-wrapper .menu-wrapper #tr-ismenu {
    margin: 10px 0 10px 20px;
  }
  .menu-list-section svg {
    margin-top: 8px;
    height: 16px;
  }
  .menu-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .special-menu {
    grid-column: 3;
    margin-top: -230px;
  }
  .navbar {
    grid-template-columns: 110px 1fr 80px;
  }
  .menu-set.menu-right {
    margin: 0 10px !important;
  }
  .menu-list-other ul li {
    margin-bottom: 5px;
  }
  .menu-list-sub a {
    font-family: 'cloudregular';
    color: #626262;
    font-size: 1.125rem;
    line-height: 1.375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 10px;
  }
  .menu-social {
    padding: 10px 0;
    display: flex;
    justify-content: center;
  }
  .menu-social a {
    display: inline-flex;
    align-items: center;
    font-family: 'cloudregular';
    color: #626262;
    font-size: 1.125rem;
    line-height: 1.375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-social a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    line-height: 11px;
  }
  .menu-social a svg {
    width: 18px;
    height: auto;
    margin-right: 10px;
  }
  .menu-list-other .tr-kampon a {
    color: rgba(0, 0, 0, 0.85);
    padding: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .menu-list-other .tr-kampon span {
    font-size: 14px;
  }
  
  @media (min-width: 992px) {
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      gap: 7px;
      grid-template-columns: 480px 1fr;
    }
  }
  
  @media (max-width: 767px) {
    .navbar {
      grid-template-columns: 1fr 30px 25px;
    }
    .menu-social a span {
      display: none;
    }
    .header-wrapper .menu-wrapper #tr-ismenu {
      margin: 10px 10px 0 10px;
    }
    .menu-list-section a {
      font-size: 1.5625rem !important;
    }
    .sub-toggle-menu li {
      padding: 6px 0;
      min-height: auto;
    }
    .header-wrapper .menu-icon {
      position: absolute;
      top: 6px !important;
      right: 0;
    }
    #logo svg {
      width: 109px;
    }
    #logo a {
      margin: 10px 10px 10px 0;
    }
    .menu-list-section svg {
      height: 16px;
      margin-top: 0;
      margin-left: -1px;
    }
    .menu-list-section a {
      padding: 10px 0 !important;
    }
    .menu-list-section a.mirror-logo {
      padding: 10px 0;
      height: 31px;
    }
    .menu-list-section a.mirror-logo svg {
      display: grid;
      align-items: center;
      height: 100%;
      width: 92px !important;
    }
    .menu-search {
      position: relative;
      top: -2px;
    }
    .menu-list-section a:nth-child(3) {
      grid-row: 2;
    }
    .menu-list-section a:nth-child(4) {
      grid-row: 3;
    }
    .menu-list-section a:nth-child(6) {
      grid-row: 6;
    }
    .menu-list-section a:nth-child(8) {
      grid-row: 7;
    }
    .menu-list-section a:nth-child(10) {
      grid-row: 9;
    }
    .menu-set {
      padding-bottom: 60px;
    }
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      overflow-y: auto;
      height: 100vh;
      grid-gap: 0;
    }
    .menu-list-other ul {
      margin: 0;
    }
    .menu-list-other ul li {
      margin-bottom: 0px;
    }
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      border-top: 1px solid #ebebeb !important;
    }
    .search-mobile {
      display: none;
      margin: 0 -10px;
    }
    .search-mobile button {
      background: #00b401;
      border-radius: 0 3px 3px 0;
      width: 15%;
      border: none;
    }
    .search-mobile input {
      width: 85%;
      border-radius: 3px 0 0 3px;
    }
    .search-mobile button svg {
      margin: 9px;
      fill: white !important;
    }
    .header-wrapper .menu-wrapper #tr-ismenu {
      gap: 0;
    }
    .sub-toggle-menu h2 a {
      font-family: 'cloudsemibold';
      font-size: 1.5625rem !important;
      margin: 0;
    }
    .sub-toggle-menu .livechat {
      padding: 0 !important;
      color: rgba(0, 0, 0, 0.85);
    }
    .sub-toggle-menu .livechat a {
      font-family: 'cloudsemibold';
      font-size: 20px;
      color: rgba(0, 0, 0, 0.85);
      align-items: baseline;
    }
    .sub-toggle-menu .livechat .circlered {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #dc3545;
      display: inline-block;
      position: relative;
      margin-right: 10px;
      -webkit-animation: FadeCirclered 1.5s ease infinite;
      animation: FadeCirclered 1.5s ease infinite;
    }
    .menu-list-other {
      grid-gap: 0;
    }
    .menu-list-other div:last-of-type {
      text-align: left;
    }
    @keyframes FadeCirclered {
      0% {
        opacity: 0.25;
      }
      100% {
        opacity: 1;
      }
    }
    .sub-toggle-menu .livechat a strong {
      color: #00b400;
      font-weight: normal;
      margin-left: 10px;
      font-size: 26px;
    }
    .mirror-logo {
      display: none !important;
    }
    .realign-position {
      display: block !important;
      grid-row: 5;
      margin-top: 2px !important;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      grid-template-columns: 1fr 1fr;
    }
    .header-wrapper .menu-wrapper #tr-ismenu {
      grid-template-columns: 1fr 1fr;
      gap: 10px;
      margin: 0 0 10px 20px;
      border-right: 1px solid #e5e5e5;
    }
    .sub-toggle-menu {
      display: none !important;
    }
    .menu-list-sub {
      display: block;
    }
    .special-menu {
      grid-column: 2;
      margin-top: 0;
    }
    .menu-list-section {
      grid-template-columns: repeat(2, 1fr);
      gap: 10px 10px;
    }
    .menu-list-section a {
      border-bottom: none;
      padding: 0 !important;
      line-height: 18pt;
    }
    .menu-list-section a:nth-child(2) {
      grid-row: 6;
    }
    .menu-list-other {
      grid-template-columns: 100%;
      gap: 0;
    }
    .menu-list-other div:nth-of-type(1) {
      border-bottom: 1px solid #e5e5e5;
      padding-bottom: 15px !important;
    }
    .menu-social a {
      margin-bottom: 10px;
    }
    .menu-social a span {
      display: inline-block;
    }
    .menu-social {
      margin: auto !important;
      text-align: left;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 0px 10px;
      width: 100%;
      padding-top: 10px !important;
    }
    .dropdown-container {
      display: none;
    }
    .navbar .item {
      grid-column: 3;
    }
    .mirror-logo {
      display: none !important;
    }
    .realign-position {
      display: block !important;
      margin-top: 8px !important;
    }
  }
  @media (max-width: 1199px) and (min-width: 992px) {
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      grid-template-columns: 410px 1fr;
    }
    .menu-list-other .tr-kampon a {
      font-size: 13px;
      line-height: 12pt;
    }
  }
  @media (max-width: 999px) and (min-width: 992px) {
    .header-wrapper .menu-btn:checked ~ .menu-wrapper {
      grid-template-columns: 410px 1fr;
    }
    .menu-list-other .tr-kampon a {
      font-size: 13px;
      line-height: 12pt;
    }
    .dropdown-container a:nth-child(10),
    .dropdown-container .dropdown-wrapper:nth-child(11),
    .dropdown-container a:nth-child(12),
    .dropdown-container a:nth-child(13) {
      display: none;
    }
  }
  @media (max-width: 1199px) and (min-width: 1000px) {
    .dropdown-container .dropdown-wrapper:nth-child(11),
    .dropdown-container a:nth-child(12),
    .dropdown-container a:nth-child(13) {
      display: none;
    }
  }
  