/*
 Theme Name:   Webthink News
 Theme URI:    https://webthink.in/
 Description:  Webthink News By Arvind Pandey
 Author:       Arvind Pandey 
 Author URI:   https://webthink.in/
 Version:      1.2.0
 License:      Private Owned by developer
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  Webxcloud
*/
*{
    margin: 0;
    padding: 0;
}

:root {
  --grey-back: #e5e5e5;
  --grey-dark-black:#222;
  --white-back: #fff;
}

html {
    
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

a, a:hover, a:focus {
    text-decoration: none;
    color: #424242;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}


p {
  line-height: 26px;
  color: #444;
}

.logo {
  width: 250px;
}

.menu-conatiner ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.not-found img{
  height: 600px;
  margin: auto;
  display: block;
}


.menu-conatiner ul li {
  width: 10%;
}

.menu-conatiner ul li a {
  display: block;
  padding: 6px 10px;
  border-top: 5px solid #000;
  font-weight: bold;
}

.menu-conatiner ul li a:hover {
  color: #b00020;
}




/* blcok start here*/


.after-border-left::before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid rgba(0,0,0,0.1450980392);
  position: absolute;
  top: 0;
  left: 0;
}


/* title heading decoration*/

.title-patch {
  color: #b00020;
  font-size: 30px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  text-align: left;
  padding: 0;
  margin: 0 0 15px;
}


.element.with-writer .title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px;
}

.element.with-writer {
  width: 100%;
  position: relative;
  padding-right: 60px;
  min-height: auto;
}

.element .by-line {
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  margin: 15px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.cont-image img {
  max-width: 100%;
  height: 215px;
  max-width: 100%;
  margin: auto;
  padding: 0 50px;
}

.contributor {
  text-align: center;
}

.cont-desc {
  font-size: 15px;
}


.h1-text {
  font-size: 25px;
  margin-bottom: 20px;
  color: #b00020;
}

h4.cont-name {
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
}

.base-text {
  color: #b00020 !important
}

section {
  display: block;
  clear: both;
  width: 100%;
  margin: 40px auto
}

section.gray-bg {
  padding: 60px 0;
  background: #f1f1f1
}

.container {
  max-width: 1300px
}

a,button {
  cursor: pointer;
  text-decoration: none;
  color: inherit
}

a:hover,button:hover {
  text-decoration: underline;
  color: inherit
}

a:hover .ad::after,button:hover .ad::after {
  text-decoration: none
}

.after-border-right {
  position: relative;
  height: max-content
}

.after-border-right::after {
  content: "";
  height: 100%;
  width: 1px;
  border-right: 1px solid rgba(0,0,0,0.1450980392);
  position: absolute;
  top: 0;
  right: 0
}

.after-border-left {
  position: relative;
  height: max-content
}

.after-border-left::before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid rgba(0,0,0,0.1450980392);
  position: absolute;
  top: 0;
  left: 0
}

.tab-only-side-border.after-border-right {
  position: relative;
  height: max-content
}

.tab-only-side-border.after-border-right::after {
  display: none;
  content: "";
  height: 100%;
  width: 1px;
  border-right: 1px solid rgba(0,0,0,0.1450980392);
  position: absolute;
  top: 0;
  right: 0
}

.tab-only-side-border.after-border-left {
  display: none;
  position: relative;
  height: max-content
}

.tab-only-side-border.after-border-left::before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid rgba(0,0,0,0.1450980392);
  position: absolute;
  top: 0;
  left: 0
}

.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,0.1450980392) !important
}

.no-border {
  border: none !important
}

.tab-border-bottom {
  border: none
}

.border-bottom {
  border-bottom: 1px solid rgba(0,0,0,0.1450980392) !important
}

.equal-height {
  display: table
}

.equal-height .col-12 {
  display: table-cell;
  vertical-align: top
}

.five-line-spliter {
  display: block;
  width: 100%;
  padding: 3px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.1450980392);
  border-bottom: 1px solid rgba(0,0,0,0.1450980392)
}

.five-line-spliter span {
  display: block;
  padding: 3px 0;
  border-top: 1px solid rgba(0,0,0,0.1450980392);
  border-bottom: 1px solid rgba(0,0,0,0.1450980392)
}

.five-line-spliter span i {
  background-color: rgba(0,0,0,0.1450980392);
  height: 1px;
  width: 100%;
  display: block
}

.three-line-spliter {
  display: block;
  width: 100%;
  padding: 3px 0;
  margin: 20px 0;
  border-top: 1px solid rgba(0,0,0,0.1450980392);
  border-bottom: 1px solid rgba(0,0,0,0.1450980392)
}

.three-line-spliter i {
  background-color: rgba(0,0,0,0.1450980392);
  height: 1px;
  width: 100%;
  display: block
}

.ad-section {
  margin: 30px auto 60px
}

.ad-section .ad {
  margin: 15px auto 30px;
  width: 300px;
  height: 250px;
  margin: 0
}

.ad-section .ad img {
  width: 300px;
  height: 250px;
  position: relative
}

.ad-section .ad:after {
  content: "ADVERTISEMENT";
  text-align: center;
  letter-spacing: 1px;
  font-size: 9px;
  font-family: "Merriweather",serif;
  position: relative;
  display: block;
  bottom: -5px;
  width: 100%;
  height: 10px;
  left: 0
}

.ad-section .ad.large {
  width: 300px;
  height: 600px
}

.ad-section .ad.large img {
  width: 300px;
  height: 600px;
  position: relative
}

.ad-section .ad.wide {
  display: block;
  margin: 0 auto;
  width: 970px;
  height: 268px
}

.ad-section .ad.wide img {
  width: 970px;
  height: 268px
}

.small-link {
  font-size: 14px;
  color: #000;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  margin: 20px 0;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: max-content;
  text-transform: uppercase;
  padding: 0;
  transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-bottom: solid transparent 5px
}

.small-link .text {
  font-size: 14px;
  color: inherit;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase
}

.small-link .slider {
  position: absolute;
  display: block;
  left: 0;
  top: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #000;
  width: 100%;
  transition: width .3s ease
}

.small-link:hover {
  text-decoration: none
}

.small-link:hover .slider {
  width: 0
}

.small-link.base-color {
  color: #b00020
}

.small-link.base-color .slider {
  background: #b00020
}

.small-link.see-more {
  position: relative
}

.small-link.see-more::after {
  content: url(../../images/th-online/see-more-arrow.svg);
  position: absolute;
  right: -25px;
  top: 0
}

.elections a {
  display: block
}

@media screen and (max-width: 570px) {
  .elections .small-link {
      margin:10px auto 0
  }
}

.small-link.show-more {
  position: relative
}

.small-link.show-more::after {
  content: url(../../images/th-online/show-more-arrow.svg);
  position: absolute;
  right: -20px;
  top: 3px
}

.small-link.show-less {
  position: relative
}

.small-link.show-less::after {
  content: url(../../images/th-online/show-more-arrow.svg);
  position: absolute;
  right: -20px;
  top: -3px;
  transform: rotate(180deg)
}

.small-link.small {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  display: block
}

.five-line-title {
  width: 100%;
  position: relative;
  text-align: center;
  margin: 40px auto 30px
}

.five-line-title * {
  position: relative;
  z-index: 2
}

.five-line-title .five-line-spliter {
  position: absolute;
  top: 11px;
  margin: 0;
  width: 100%;
  z-index: 0
}

.five-line-title h1 {
  text-align: center;
  font-size: 36px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  color: #B00020;
  background: #fff;
  padding: 0 20px;
  display: block;
  width: max-content;
  margin: 0 auto;
  max-width: 90%
}

.five-line-title h1.premium-title {
  padding-left: 65px;
  background: #fff url(../../images/th-online/h-circle-yellow.svg) no-repeat;
  background-position: 15px 3px;
  background-size: 40px auto
}

.five-line-title h1 + .five-line-spliter,.five-line-title h1 + * + .five-line-spliter,.five-line-title h1 + * + * + .five-line-spliter {
  top: 13px
}

.five-line-title h1 .icon {
  width: 40px;
  height: 40px;
  position: relative;
  top: -5px;
  margin-right: 10px
}

.five-line-title .logo-icon {
  max-width: 250px;
  width: max-content;
  margin: 10px auto
}

.five-line-title h2 {
  text-align: center;
  font-size: 28px;
  color: #B00020;
  background: #fff;
  padding: 0 20px;
  display: block;
  width: max-content;
  max-width: 90%;
  margin: 0 auto;
  font-family: "Playfair Display",serif;
  font-weight: 900
}

.five-line-title h2.premium-title {
  padding-left: 52px;
  background: #fff url(../../images/th-online/h-circle-yellow.svg) no-repeat;
  background-position: 15px 3px;
  background-size: 30px auto
}

.five-line-title h2 + .five-line-spliter,.five-line-title h2 + * + .five-line-spliter,.five-line-title h2 + * + * + .five-line-spliter {
  top: 9px
}

.five-line-title h2 .icon {
  width: 36px;
  height: 36px;
  position: relative;
  top: -3px;
  margin-right: 8px
}

.five-line-title h2 + .logo-icon {
  max-width: 210px
}

.five-line-title h3 {
  text-align: center;
  font-size: 28px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  color: #B00020;
  background: #fff;
  padding: 0 20px;
  display: block;
  width: max-content;
  max-width: 90%;
  margin: 0 auto
}

.five-line-title h3.premium-title {
  padding-left: 55px;
  background: #fff url(../../images/th-online/h-circle-yellow.svg) no-repeat;
  background-position: 15px 3px;
  background-size: 30px auto
}

.five-line-title h3 + .five-line-spliter,.five-line-title h3 + * + .five-line-spliter,.five-line-title h3 + * + * + .five-line-spliter {
  top: 9px
}

.five-line-title h3 .icon {
  width: 36px;
  height: 36px;
  position: relative;
  top: -3px;
  margin-right: 8px
}

.five-line-title h3 + .logo-icon {
  max-width: 210px
}

.five-line-title h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: "Merriweather Sans",sans-serif
}

.five-line-title .label {
  color: #B00020;
  text-transform: uppercase;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  margin: 15px 0 5px
}

.five-line-title .label a {
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold
}

.five-line-title .label a:hover {
  text-decoration: none
}

.five-line-title .label .type-icon {
  float: right;
  margin-top: -1px
}

.five-line-title .label.sponsored {
  color: #676767
}

.five-line-title .label * {
  font-family: inherit;
  font-weight: inherit
}

.five-line-title .label.premium {
  color: #000;
  padding-left: 28px;
  position: relative;
  margin: 15px auto;
  text-align: left;
  width: max-content;
  max-width: 100%
}

.five-line-title .label.premium:before {
  content: url(../../images/th-online/h-circle-yellow.svg);
  position: absolute;
  left: 0;
  text-align: center;
  top: calc(50% - 13px);
  font-family: initial;
  padding: 1px 0 1px 1px;
  font-weight: normal;
  width: 21px;
  height: 21px
}

.five-line-title .sub-text {
  display: block;
  font-family: "Merriweather",serif;
  font-size: 16px;
  max-width: 80%;
  margin: 10px auto 0
}

.five-line-title .sub-text strong {
  font-family: inherit;
  font-weight: 900
}

.five-line-title .sub-text span {
  display: block;
  margin-top: 5px
}

.box-line-title {
  position: relative;
  height: 115px
}

.box-line-title h3,.box-line-title h1,.box-line-title h2 {
  text-align: center;
  font-size: 38px;
  color: #000;
  margin: 0 auto 10px;
  background: #fff;
  padding: 0 20px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  width: max-content;
  max-width: 90%
}

.box-line-title h3 .sub-title,.box-line-title h1 .sub-title,.box-line-title h2 .sub-title {
  display: block;
  color: #b00020;
  font-size: 30px;
  font-family: "Playfair Display",serif;
  font-weight: 900
}

.box-line-title h3 .icon,.box-line-title h1 .icon,.box-line-title h2 .icon {
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px
}

.box-line-title::before {
  content: "";
  width: calc(100% + 40px);
  height: 90px;
  border: 1px solid rgba(0,0,0,0.1450980392);
  border-bottom: none;
  left: -20px;
  position: absolute;
  top: 23px;
  z-index: -1
}

.box-line-title .base-text {
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.2px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  position: relative;
  top: -8px
}

.box-line-title .label {
  color: #b00020;
  text-transform: uppercase;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 15px 0 5px
}

.box-line-title .label a {
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold
}

.box-line-title .label a:hover {
  text-decoration: none
}

.box-line-title .label .type-icon {
  float: right;
  margin-top: -2px
}

.box-line-title .label.premium {
  color: #000;
  padding-left: 28px;
  position: relative;
  margin: 15px auto;
  text-align: center;
  width: max-content
}

.box-line-title .label.premium:before {
  content: url(../../images/th-online/h-circle-yellow-new.svg);
  position: absolute;
  left: 0;
  text-align: center;
  top: -2px;
  font-family: initial;
  padding: 1px 0 1px 1px;
  font-weight: normal;
  width: 21px;
  height: 21px
}

.spliter {
  padding: 20px 0 0;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392);
  margin-bottom: 20px
}

.top-right {
  position: absolute;
  right: 12px;
  top: 12px
}

.element {
  padding: 0;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392)
}

.element:last-child {
  border-bottom: none
}

.element .page-num {
  color: #858585;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  margin: 10px 0;
  line-height: normal
}

.element .page-num + div {
  margin-top: 10px !important
}

.element .hash-tag {
  color: #b00020;
  font-size: 12px;
  font-family: "Merriweather Sans",sans-serif;
  text-decoration: underline
}

.element .hash-tag:hover {
  text-decoration: none
}

.element .label {
  color: #b00020;
  text-transform: uppercase;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 15px 0 5px
}

.element .label a {
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold
}

.element .label .type-icon {
  float: right;
  margin-top: -2px
}

.element .label .small-link.small {
  display: inline-block;
  margin-left: 5px
}

.element .label.premium {
  color: #000;
  padding-left: 28px;
  position: relative
}

.element .label.premium:before {
  content: url(../../images/th-online/h-circle-yellow-new.svg);
  position: absolute;
  left: 0;
  text-align: center;
  top: -2px;
  width: 21px;
  height: 21px;
  font-family: initial;
  padding: 1px 0 1px 1px;
  font-weight: normal
}

.element .label.sponsored {
  color: #676767
}

.element .label.live-span i {
  color: #b00020;
  margin-right: 5px;
  position: relative;
  top: 1px;
  font-size: 16px;
  animation: blinker .5s cubic-bezier(0.5,0,1,1) infinite alternate
}

@keyframes blinker {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

.element .label.live-span + div {
  margin-top: 5px
}

.element .label.kicker-outline {
  margin-left: 5px;
  border: 1px solid #b00020;
  width: max-content;
  padding: 3px 7px 1px;
  position: relative
}

.element .label.kicker-outline::after {
  content: "";
  position: absolute;
  border: 1px solid #b00020;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px
}

.element .label .small-link {
  margin: 0
}

.element .label .time {
  font-family: "Merriweather",serif;
  color: #000;
  font-size: 12px;
  margin-left: 10px;
  vertical-align: top
}

.element .picture {
  width: 100%;
  height: auto;
  margin: 10px 0 15px;
  position: relative;
  background: url(../../images/th-online/thumbnail-rectangle.svg) no-repeat center;
  background-size: 100% auto;
  width: 100%;
  --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.element .picture::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.element .picture>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.element .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: unset
}

.element .picture .imgs {
  content: "";
  background-image: url(../../images/th-online/play-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  top: calc(50% - 32px);
  left: calc(50% - 32px);
  width: 65px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element .picture .img-label {
  position: absolute;
  bottom: 15px;
  left: 15px
}

.element .picture .img-label.premium {
  display: block;
  width: 100px;
  height: 30px;
  padding: 2px 0;
  background: #fc0;
  text-align: center;
  text-transform: uppercase
}

.element .picture .img-label.premium .icon {
  margin-right: 2px;
  display: inline-block
}

.element .picture .img-label.premium .icon img {
  height: auto
}

.element .picture .img-label.premium .text {
  color: #000;
  font-size: 12px;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  display: inline-block
}

.element .label.businessline {
  color: #000;
  position: relative
}

.element .label.businessline:before {
  content: "";
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../images/bl-identity-icon.svg) no-repeat center;
  background-size: 21px 21px
}

.element .label.frontline {
  color: #000;
  position: relative
}

.element .label.frontline:before {
  content: "";
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../images/frontline-identity-icon.svg) no-repeat center;
  background-size: 21px 21px
}

.element .label.sportstar {
  color: #000;
  position: relative
}

.element .label.sportstar:before {
  content: "";
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../images/sportstar-identity-icon.svg) no-repeat center;
  background-size: 21px 21px
}

.element .label.businessline::after,.element .label.frontline::after,.element .label.sportstar::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/th-online/label-arrow.svg) no-repeat center;
  background-size: 15px 15px;
  margin-left: 5px;
  position: relative;
  top: -1px
}

.element .ad {
  margin: 15px auto 30px;
  width: 300px;
  height: 250px
}

.element .ad>* {
  position: relative
}

.element .ad img {
  width: 300px;
  height: 250px;
  position: relative
}

.element .ad::before {
  padding: 0 0
}

.element .ad:after {
  content: "ADVERTISEMENT";
  text-align: center;
  letter-spacing: 1px;
  font-size: 9px;
  font-family: "Merriweather",serif;
  position: relative;
  display: block;
  bottom: -5px;
  width: 100%;
  height: 10px;
  left: 0
}

.element .ad.large {
  width: 300px;
  height: 600px
}

.element .ad.large img {
  width: 300px;
  height: 600px;
  position: relative
}

.element .title {
  font-family: "Merriweather",serif;
  font-size: 22px;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  margin: 10px 0 20px;
  color: #000;
  font-weight: normal
}

.element .title a {
  font-family: inherit
}

.element .title a u {
  font-family: inherit;
  font-weight: inherit
}

.element .sub-text {
  font-size: 15px;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 10px 0;
  color: #000
}

.element .by-line {
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  margin: 15px 0;
  line-height: 14px;
  text-transform: uppercase
}

.element .by-line a {
  text-decoration: none;
  border-bottom: 1px solid rgba(43,46,52,0.5647058824);
  color: #2b2e34;
  width: max-content;
  font-weight: bold;
  text-transform: uppercase
}

.element.with-writer .by-line a {
  margin-right: 10px
}

.element .by-line a:hover {
  text-decoration: none;
  border-bottom: none
}

.element.bigger {
  width: 100%
}

.element.bigger .picture {
  margin: 10px 0;
  background: url(../../images/th-online/thumbnail-rectangle-big.svg) no-repeat center;
  background-size: 100% auto
}

.element.bigger .title {
  font-size: 28px;
  line-height: 36px;
  font-weight: bolder;
  margin: 10px 0 20px
}

.element.bigger .title a {
  font-weight: 900
}

.element.bigger .sub-text {
  font-size: 17px;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 10px 0;
  color: #000
}

.element.bigger.main-element {
  padding: 0 0 0
}

.element.bigger.main-element .title {
  font-size: 40px;
  line-height: normal
}

.element.wide {
  width: 100%
}

.element.wide .picture {
  margin: 20px 0;
  background: url(../../images/th-online/thumbnail-rectangle-big.svg) no-repeat center;
  background-size: 100% auto
}

.element.wide .title {
  font-size: 42px;
  line-height: normal;
  font-weight: bolder;
  margin: 15px 0 20px
}

.element.wide .title a {
  font-weight: 900
}

.element.wide .title span {
  text-decoration: underline;
  font-weight: inherit
}

.element.wide .sub-text {
  font-size: 17px;
  letter-spacing: -0.5px;
  text-align: left;
  margin: 10px 0;
  color: #000
}

.element.wide .by-line {
  margin: 15px 0
}

.element.smaller {
  width: 100%
}

.element.smaller .title {
  font-size: 18px
}

.element.smaller .title a {
  font-family: inherit
}

.element .author {
  display: block;
  width: 100%;
  margin: 10px 0 20px
}

.element .author .author-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  position: relative;
  --bs-aspect-ratio: calc(1 / 1 * 100%);
  vertical-align: middle;
  margin-right: 10px
}

.element .author .author-img::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.element .author .author-img>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.element .author .author-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: unset;
  border-radius: 50%
}

.element .author .author-name {
  color: #000;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 10px;
  display: inline-block;
  width: 80%;
  text-transform: uppercase;
  vertical-align: middle
}

.element .author .author-name a {
  font-family: "Merriweather Sans",sans-serif
}

.element.main-row-element {
  border-bottom: 1px solid #333;
  margin-bottom: 25px
}

.element.main-row-element .title {
  font-size: 32px;
  font-weight: bold
}

.element.main-row-element .title a {
  font-weight: bold
}

.element.main-row-element .right-content {
  min-height: 210px;
  position: relative
}

.element.main-row-element .right-content .picture {
  width: 348px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0 !important
}

.element.main-row-element .right-content .sub-text {
  margin-left: 363px;
  margin-top: 0;
  font-size: 17px
}

.element.main-row-element .right-content .by-line {
  margin-left: 363px
}

.timeline {
  list-style: none;
  margin: 10px 0 0;
  padding-left: 26px;
  position: relative
}

.timeline li {
  margin: 0;
  padding-left: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392)
}

.timeline li::before {
  content: " ";
  background: #fff;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 2px solid #000;
  left: -25px;
  width: 12px;
  height: 12px;
  z-index: 1;
  top: 11px
}

.timeline li.active::before {
  background: #000
}

.timeline li a {
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  padding: 10px 0;
  display: block
}

.timeline li a:hover {
  text-decoration: underline
}

.timeline li a .time {
  display: block;
  font-size: 12px;
  font-family: "Merriweather Sans",sans-serif;
  margin: 0 0 5px;
  width: max-content
}

.timeline li a::before {
  content: " ";
  position: absolute;
  border-left: 2px solid #000;
  left: -20px;
  height: 100%;
  z-index: 0;
  top: 12px
}

.timeline li:last-child {
  border-bottom: none
}

.timeline li:last-child a {
  padding-bottom: 0
}

.timeline li:last-child a::before {
  display: none
}

.timeline li:first-child a {
  padding-top: 0
}

.timeline li:first-child::before {
  top: 3px
}

.timeline.with-image li::before {
  top: 14px
}

.timeline.with-image li a {
  padding: 10px 0;
  margin: 6px 0
}

.timeline.with-image li a::before {
  top: 22px
}

.timeline.with-image li:first-child::before {
  top: 5px
}

.timeline.with-image li:first-child a {
  margin-top: 0;
  padding-top: 0
}

.timeline.with-image li:first-child a::before {
  top: 10px;
  height: 110%
}

.timeline.with-image li:last-child a {
  padding-bottom: 0;
  margin-bottom: 0
}

.timeline.with-image .label {
  color: #b00020;
  text-transform: uppercase;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  margin: 0 10px 5px 0;
  display: inline-block
}

.timeline.with-image .time {
  display: inline-block
}

.timeline.with-image .row-element {
  padding: 5px 0;
  min-height: 110px;
  position: relative
}

.timeline.with-image .row-element .picture {
  top: 5px;
  width: 100px;
  margin: 0;
  position: absolute;
  --bs-aspect-ratio: calc(1 / 1 * 100%)
}

.timeline.with-image .row-element .picture img {
  width: 100%;
  height: 100%
}

.timeline.with-image .row-element .right-content {
  margin-left: 115px
}

.timeline.with-image .row-element .right-content .title {
  margin: 0 0 10px
}

.number-list {
  margin: 0;
  margin-left: 40px;
  padding: 0;
  list-style: none;
  counter-reset: item
}

.number-list li {
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392);
  counter-increment: item;
  position: relative
}

.number-list li a {
  font-family: "Merriweather",serif;
  color: #000;
  text-decoration: none
}

.number-list li a span {
  font-size: 16px;
  text-decoration: underline;
  color: #000
}

.number-list li a:hover {
  text-decoration: underline
}

.number-list li a:hover span {
  text-decoration: none
}

.number-list li:last-child {
  border-bottom: none
}

.number-list li::before {
  margin-right: 10px;
  content: counter(item);
  color: #000;
  text-align: center;
  position: absolute;
  left: -35px;
  font-size: 34px;
  font-style: italic;
  line-height: normal;
  top: calc(50% - 23px)
}

.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 11px;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #777
}

.breadcrumb .breadcrumb-item::before {
  font-size: 10px;
  top: 6px;
  position: relative;
  padding-right: 5px;
  right: 1px
}

.breadcrumb .breadcrumb-item.active a {
  color: #b00020
}

.title-patch {
  color: #b00020;
  font-size: 30px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  text-align: left;
  padding: 0;
  margin: 0 0 15px
}

.title-patch.featured {
  color: #000;
  padding-left: 40px;
  position: relative;
  margin: 0 0
}

.title-patch.featured::before {
  content: "";
  background: url(../../images/th-online/h-circle-red-new.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 8px
}

.title-patch .patch-icon {
  width: 46px;
  height: auto;
  position: relative;
  top: -3px;
  margin-right: 5px
}

.title-patch span {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  font-family: "Merriweather Sans",sans-serif;
  margin: 5px 0 10px;
  font-weight: 300
}

.title-patch.medium-black {
  font-size: 22px;
  color: #000
}

.col-12 .dfp-ad:first-child {
  margin-top: 0
}

.col-12 .element:first-child {
  margin-top: 0
}

.col-12 .element:first-child div:first-child,.col-12 .element:first-child h1:first-child,.col-12 .element:first-child h2:first-child,.col-12 .element:first-child h3:first-child,.col-12 .element:first-child h4:first-child {
  margin-top: 0
}

.col-12 .element:last-child div:last-child,.col-12 .element:last-child h1:last-child,.col-12 .element:last-child h2:last-child,.col-12 .element:last-child h3:last-child,.col-12 .element:last-child h4:last-child {
  margin-bottom: 0
}

.col-12 .element {
  width: 100%
}

.cast h3,.cast h1,.cast h2 {
  color: #b00020;
  font-size: 30px;
  line-height: normal;
  text-align: left;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  margin: 0 0 10px
}

@media screen and (max-width: 570px) {
  section {
      margin:30px auto
  }

  .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      padding: 0 18px;
      width: 100%
  }

  .hide-mobile {
      display: none
  }

  .empty {
      display: none
  }

  .ad-section .ad.wide.ad {
      width: 300px;
      height: 250px;
      margin-bottom: 40px
  }

  .ad-section .ad.wide.ad img {
      width: 300px;
      height: 250px;
      content: url(../../images/th-online/ad-2.png)
  }

  .five-line-title {
      margin: 20px auto 20px
  }

  .five-line-title h1 {
      font-size: 30px;
      padding: 0 10px
  }

  .five-line-title h1.premium-title {
      padding-left: 50px;
      background-position: 12px 4px;
      background-size: 30px auto
  }

  .five-line-title h1 + .five-line-spliter,.five-line-title h1 + * + .five-line-spliter,.five-line-title h1 + * + * + .five-line-spliter {
      top: 11px
  }

  .five-line-title h1 .icon {
      width: 36px;
      height: 36px;
      position: relative;
      top: -3px;
      margin-right: 8px
  }

  .five-line-title .logo-icon {
      max-width: 170px;
      margin: 15px 0 5px
  }

  .five-line-title h3,.five-line-title h2 {
      font-size: 24px;
      padding: 0 10px
  }

  .five-line-title h3.premium-title,.five-line-title h2.premium-title {
      padding-left: 42px;
      background-position: 10px 3px;
      background-size: 25PX auto
  }

  .five-line-title h3 + .five-line-spliter,.five-line-title h3 + * + .five-line-spliter,.five-line-title h3 + * + * + .five-line-spliter,.five-line-title h2 + .five-line-spliter,.five-line-title h2 + * + .five-line-spliter,.five-line-title h2 + * + * + .five-line-spliter {
      top: 7px
  }

  .five-line-title h3 .icon,.five-line-title h2 .icon {
      width: 30px;
      height: 30px;
      position: relative;
      top: -3px;
      margin-right: 8px
  }

  .five-line-title h3 + .logo-icon,.five-line-title h2 + .logo-icon {
      max-width: 170px
  }

  .five-line-title h4 {
      font-size: 18px;
      margin: 5px auto 10px
  }

  .five-line-title .sub-text {
      font-size: 14px;
      max-width: 95%;
      margin: 7px auto 0
  }

  .xs-reverse {
      display: flex !important;
      flex-direction: row
  }

  .xs-reverse .col-12:nth-child(2) {
      order: -1
  }

  .xs-reverse .col-12:nth-child(2) .col-12 {
      order: -1
  }

  .xs-reverse.two-thr-one .col-12:nth-child(1) {
      order: 1
  }

  .xs-reverse.two-one-thr .col-12:nth-child(2) {
      order: -1
  }

  .xs-reverse.no-reverse .col-12 {
      order: 1
  }

  .xs-reverse.no-reverse .col-12 .col-12 {
      order: 1
  }

  .equal-height {
      display: block
  }

  .equal-height .col-12 {
      display: block
  }

  .after-border-left::after,.after-border-left::before,.after-border-right::after,.after-border-right::before {
      display: none
  }

  .box-line-title {
      position: relative;
      height: auto
  }

  .box-line-title h1,.box-line-title h2,.box-line-title h3 {
      font-size: 26px;
      padding: 0 10px;
      letter-spacing: 1px
  }

  .box-line-title h1 .sub-title,.box-line-title h2 .sub-title,.box-line-title h3 .sub-title {
      font-size: 22px;
      letter-spacing: 0
  }

  box-line-title h1 .icon,.box-line-title h2 .icon,.box-line-title h3 .icon {
      width: 30px;
      height: 30px;
      top: -2px;
      margin-right: 7px
  }

  .box-line-title .label.premium {
      margin: 10px auto 15px
  }

  .box-line-title::before {
      content: "";
      width: 100%;
      height: auto;
      border: 0;
      border-top: 1px solid rgba(0,0,0,0.1450980392);
      left: 0;
      top: 20px
  }

  .box-line-title .label.premium {
      margin: 10px auto 15px
  }

  .box-line-title::before {
      content: "";
      width: 100%;
      height: auto;
      border: 0;
      border-top: 1px solid rgba(0,0,0,0.1450980392);
      left: 0;
      top: 14px
  }

  .box-line-title .base-text {
      font-size: 26px;
      top: -6px;
      display: block
  }

  .col-12 .element:first-child {
      margin-top: 10px
  }

  .col-12 .element:first-child div:first-child,.col-12 .element:first-child h1:first-child,.col-12 .element:first-child h2:first-child,.col-12 .element:first-child h3:first-child,.col-12 .element:first-child h4:first-child {
      margin-top: 10px
  }

  .col-12 .element:last-child div:last-child,.col-12 .element:last-child h1:last-child,.col-12 .element:last-child h2:last-child,.col-12 .element:last-child h3:last-child,.col-12 .element:last-child h4:last-child {
      margin-bottom: 10px
  }

  .col-12 .element {
      width: 100%
  }

  .element .ad {
      margin: 20px auto 30px !important
  }

  .element .ad.large {
      width: 300px !important;
      height: 250px !important
  }

  .element .ad.large::before {
      padding: 0 0
  }

  .element .ad.large img {
      width: 300px !important;
      height: 250px !important;
      content: url(../../images/th-online/ad-2.png)
  }

  .element .page-num {
      font-size: 10px
  }

  .element .hash-tag {
      color: #b00020;
      font-family: "Merriweather Sans",sans-serif;
      font-size: 12px;
      margin: 10px 0 10px 15px
  }

  .element .label {
      font-size: 12px;
      margin-bottom: 8px;
      margin-top: 10px
  }

  .element .label.premium:before {
      top: -3px
  }

  .element .label.kicker-outline {
      margin-left: 4px;
      padding: 2px 5px 0
  }

  .element .label.kicker-outline::after {
      width: calc(100% + 8px);
      height: calc(100% + 8px);
      left: -4px;
      top: -4px
  }

  .element .label.businessline::after,.element .label.frontline::after,.element .label.sportstar::after {
      width: 13px;
      height: 13px;
      background-size: 13px 13px;
      margin-left: 3px;
      top: -2px
  }

  .element .title {
      font-size: 16px;
      margin: 8px 0 15px
  }

  .element .sub-text {
      font-size: 13px
  }

  .element .picture {
      margin: 10px auto 15px
  }

  .element .ad {
      margin: 20px auto 30px !important
  }

  .element.bigger .title,.element.wide .title {
      font-size: 16px;
      line-height: normal;
      margin: 8px 0 15px
  }

  .element.bigger .sub-text,.element.wide .sub-text {
      font-size: 13px;
      line-height: normal
  }

  .element.bigger .picture,.element.wide .picture {
      margin: 10px auto 15px
  }

  .element.bigger.main-element,.element.wide.main-element {
      padding: 0
  }

  .element.bigger.main-element .title,.element.wide.main-element .title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 15px
  }

  .element.smaller .title {
      font-size: 16px;
      min-height: auto
  }

  .element:last-child {
      border-bottom: 1px solid rgba(0,0,0,0.1450980392)
  }

  .element .sub-text {
      font-size: 14px;
      line-height: normal;
      letter-spacing: -0.2px
  }

  .element .by-line {
      margin: 10px 0;
      font-size: 8px
  }

  .element.live-news {
      padding: 15px 15px 5px !important;
      margin-bottom: 20px
  }

  .element.live-news .label {
      position: unset;
      margin-bottom: 15px
  }

  .element.live-news .picture {
      margin: 0 auto 10px !important;
      width: 100% !important;
      height: auto !important
  }

  .element.live-news .picture img {
      width: 100% !important;
      height: auto !important
  }

  .element.live-news .right-content {
      width: 100% !important;
      margin: 15px 0 0
  }

  .element.live-news .right-content .title {
      font-size: 18px;
      font-weight: 22px
  }

  .element.live-news .right-content .title,.element.live-news .right-content .time {
      color: #fff
  }

  .element.main-element + .mt-3 {
      margin-top: 0 !important
  }

  .element .author .author-name {
      margin-left: 5px
  }

  .element.main-row-element {
      border-color: rgba(0,0,0,0.1450980392);
      margin-bottom: 10px
  }

  .element.main-row-element .title {
      font-size: 22px;
      font-weight: normal;
      margin-bottom: 10px
  }

  .element.main-row-element .title a {
      font-weight: normal
  }

  .element.main-row-element .right-content {
      min-height: auto;
      position: relative
  }

  .element.main-row-element .right-content .picture {
      width: 100%;
      position: relative
  }

  .element.main-row-element .right-content .sub-text {
      margin-left: 0;
      margin-top: 15px;
      font-size: 14px
  }

  .element.main-row-element .right-content .by-line {
      margin-left: 0
  }

  .element.wide .title {
      font-size: 26px
  }

  .title-patch {
      margin: 15px 0 10px;
      display: inline-block;
      vertical-align: middle;
      font-size: 24px
  }

  .title-patch span {
      font-size: 10px;
      margin-bottom: 0
  }

  .title-patch .patch-icon {
      width: 36px;
      height: auto;
      position: relative;
      top: -2px;
      margin-right: 2px
  }

  .title-patch .icon {
      display: inline-block;
      vertical-align: middle;
      margin: 0;
      margin-right: 8px;
      width: 32px;
      height: 32px
  }

  .title-patch.medium-black {
      font-size: 18px
  }

  .timeline.with-image {
      margin-top: 0
  }

  .timeline.with-image li::before {
      top: 11px
  }

  .timeline.with-image li a {
      padding: 7px 0 0;
      margin: 0 0
  }

  .timeline.with-image li a::before {
      top: 22px
  }

  .timeline.with-image li:last-child {
      border-bottom: 1px solid rgba(0,0,0,0.1450980392)
  }

  .timeline.with-image .row-element {
      padding: 5px 0;
      min-height: 95px;
      border-bottom: none
  }

  .timeline.with-image .row-element .picture {
      top: 5px;
      width: 80px;
      --bs-aspect-ratio: calc(1 / 1 * 100%)
  }

  .timeline.with-image .row-element .picture img {
      width: 100%;
      height: 100%
  }

  .timeline.with-image .row-element .right-content {
      margin-left: 90px
  }

  .discover .tab-nav {
      margin-top: 0
  }

  .number-list li::before {
      font-size: 30px
  }

  .cast h3,.cast h1,.cast h2 {
      font-size: 24px;
      line-height: normal
  }

  .top-right {
      position: relative;
      top: -12px;
      right: unset
  }

  .choose-section {
      width: 100%;
      padding: 0
  }

  .choose-section .choose-section-btn {
      padding: 20px 20px 0 0;
      width: 100%;
      margin: 20px auto 0
  }

  .choose-section .choose-section-btn::before {
      font-size: 12px;
      opacity: .7;
      border: none
  }

  .choose-section .choose-section-btn::after {
      top: 28px
  }

  .choose-section .section-list {
      width: calc(100% - 24px);
      top: 40px;
      left: 12px
  }

  .choose-section .section-list::after {
      left: 50%
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .hide-mobile {
      display:block
  }

  .ad-section .ad.wide.ad {
      width: 100%;
      height: auto;
      margin-bottom: 30px
  }

  .ad-section .ad.wide.ad img {
      width: 100%;
      height: auto
  }

  .tab-border-bottom {
      border-bottom: 1px solid rgba(0,0,0,0.1450980392) !important
  }

  .xs-reverse {
      display: flex;
      flex-direction: row
  }

  .xs-reverse .col-12:nth-child(2) {
      order: -1
  }

  .xs-reverse .col-12:nth-child(2) .col-12 {
      order: -1
  }

  .xs-reverse.no-reverse .col-12:nth-child(2) {
      order: 1
  }

  .xs-reverse.no-reverse .col-12:nth-child(2) .col-12 {
      order: 1
  }

  .xs-reverse.two-one-thr .col-12:nth-child(2) {
      order: -1
  }

  .five-line-title {
      margin: 20px auto 30px
  }

  .five-line-title h3,.five-line-title h2 {
      font-size: 26px;
      padding: 0 15px
  }

  .five-line-title h3.premium-title,.five-line-title h2.premium-title {
      padding-left: 42px;
      background-position: 12px 3px;
      background-size: 25px auto
  }

  .five-line-title h3 + .five-line-spliter,.five-line-title h2 + .five-line-spliter {
      top: 8px
  }

  .five-line-title h1 {
      font-size: 30px;
      padding: 0 15px
  }

  .five-line-title h1.premium-title {
      padding-left: 50px;
      background-position: 12px 4px;
      background-size: 30px auto
  }

  .five-line-title h1 + .five-line-spliter {
      top: 11px
  }

  .five-line-title h4 {
      font-size: 18px;
      margin: 5px auto 10px
  }

  .five-line-title .sub-text {
      font-size: 15px;
      max-width: 90%;
      margin: 10px auto 0
  }

  .equal-height {
      display: flex
  }

  .equal-height .col-12 {
      display: block
  }

  .equal-height .bigger {
      margin-bottom: 25px
  }

  .tab-no-side-border.after-border-left::after,.tab-no-side-border.after-border-left::before,.tab-no-side-border.after-border-right::after,.tab-no-side-border.after-border-right::before {
      display: none
  }

  .tab-only-equal-height {
      display: table
  }

  .tab-only-equal-height .col-12 {
      display: table-cell;
      vertical-align: top
  }

  .tab-only-side-border.after-border-right {
      position: relative;
      height: max-content
  }

  .tab-only-side-border.after-border-right::after {
      display: block;
      content: "";
      height: 100%;
      width: 1px;
      border-right: 1px solid rgba(0,0,0,0.1450980392);
      position: absolute;
      top: 0;
      right: 0
  }

  .tab-only-side-border.after-border-left {
      position: relative;
      height: max-content
  }

  .tab-only-side-border.after-border-left::before {
      content: "";
      height: 100%;
      width: 1px;
      border-left: 1px solid rgba(0,0,0,0.1450980392);
      position: absolute;
      top: 0;
      left: 0
  }

  .timeline.with-image {
      margin-bottom: 20px
  }

  .box-line-title {
      position: relative;
      height: auto
  }

  .box-line-title h3 {
      font-size: 30px;
      padding: 0 10px
  }

  .box-line-title h3 .sub-title {
      font-size: 24px;
      margin-bottom: 0
  }

  .box-line-title::before {
      content: "";
      width: 100%;
      height: 85px;
      border: 0;
      border-top: 1px solid rgba(0,0,0,0.1450980392);
      left: 0;
      top: 14px
  }

  .element.main-row-element {
      margin-bottom: 5px;
      border-color: rgba(0,0,0,0.1450980392)
  }

  .element.main-row-element .title {
      font-size: 28px
  }

  .element.main-row-element .right-content {
      min-height: 145px;
      position: relative
  }

  .element.main-row-element .right-content .picture {
      width: 250px;
      margin-top: 0 !important
  }

  .element.main-row-element .right-content .picture img {
      width: 100%;
      height: 100%
  }

  .element.main-row-element .right-content .sub-text {
      margin-left: 265px;
      margin-top: 0
  }

  .element.main-row-element .right-content .by-line {
      margin-left: 265px
  }

  .discover .tab-nav {
      margin-top: 0
  }

  .col-12 .element:first-child {
      margin-top: 10px
  }

  .col-12 .element:first-child div:first-child,.col-12 .element:first-child h1:first-child,.col-12 .element:first-child h2:first-child,.col-12 .element:first-child h3:first-child,.col-12 .element:first-child h4:first-child {
      margin-top: 10px
  }

  .col-12 .element:last-child div:last-child {
      margin-bottom: 10px
  }

  .col-12 .element {
      width: 100%
  }

  .cast h3,.cast h1,.cast h2 {
      font-size: 26px;
      line-height: normal
  }

  .cast .title-element .picture {
      float: left
  }

  .cast .title-element .sub-text {
      margin-left: 190px;
      margin-top: 60px
  }

  .cast .link-arrow {
      margin-left: 25px
  }
}

@media screen and (max-width: 1181px) and (min-width:1001px) {
  .xs-reverse {
      display:flex;
      flex-direction: row
  }

  .xs-reverse .col-12:nth-child(2) {
      order: -1
  }

  .xs-reverse .col-12:nth-child(2) .col-12 {
      order: 1
  }

  .xs-reverse.no-reverse .col-12 {
      order: 1
  }

  .xs-reverse.no-reverse .col-12 .col-12 {
      order: 1
  }

  .xs-reverse.no-reverse-tab .col-12 {
      order: 1
  }

  .xs-reverse.no-reverse-tab .col-12 .col-12 {
      order: 1
  }

  .equal-height {
      display: flex
  }

  .tab-no-side-border.after-border-left::after,.tab-no-side-border.after-border-left::before,.tab-no-side-border.after-border-right::after,.tab-no-side-border.after-border-right::before {
      display: none
  }

  .tab-border-bottom {
      border-bottom: 1px solid rgba(0,0,0,0.1450980392) !important
  }

  .tab-only-side-border.after-border-right {
      position: relative;
      height: max-content
  }

  .tab-only-side-border.after-border-right::after {
      display: block;
      content: "";
      height: 100%;
      width: 1px;
      border-right: 1px solid rgba(0,0,0,0.1450980392);
      position: absolute;
      top: 0;
      right: 0
  }

  .tab-only-side-border.after-border-left {
      position: relative;
      height: max-content
  }

  .tab-only-side-border.after-border-left::before {
      content: "";
      height: 100%;
      width: 1px;
      border-left: 1px solid rgba(0,0,0,0.1450980392);
      position: absolute;
      top: 0;
      left: 0
  }

  .tab-6 {
      width: 48%;
      display: inline-block;
      vertical-align: top;
      margin-right: 3%
  }

  .tab-6 .hide-tab {
      display: none
  }

  .tab-6 .title-patch.mt-3 {
      margin-top: 0 !important
  }

  .tab-6:last-child {
      margin-right: 0
  }

  .box-line-title {
      height: auto
  }

  .box-line-title::before {
      content: "";
      width: 100%;
      height: 2px;
      border: 0;
      border-top: 1px solid rgba(0,0,0,0.1450980392);
      left: 0;
      top: 20px
  }

  .small-link {
      margin-bottom: 20px
  }

  .element .ad.large {
      margin: 20px auto 30px !important
  }

  .element .picture {
      max-width: 310px
  }

  .element.bigger .picture,.element.main-element .picture,.element.wide .picture {
      width: 100%;
      max-width: none
  }

  .five-line-title {
      margin: 20px auto 30px
  }

  .five-line-title h3,.five-line-title h2 {
      font-size: 26px;
      padding: 0 15px
  }

  .five-line-title h3.premium-title,.five-line-title h2.premium-title {
      padding-left: 42px;
      background-position: 12px 3px;
      background-size: 25px auto
  }

  .five-line-title h3 + .five-line-spliter,.five-line-title h2 + .five-line-spliter {
      top: 8px
  }

  .five-line-title h1 {
      font-size: 30px;
      padding: 0 15px
  }

  .five-line-title h1.premium-title {
      padding-left: 50px;
      background-position: 12px 4px;
      background-size: 30px auto
  }

  .five-line-title h1 + .five-line-spliter {
      top: 11px
  }

  .five-line-title h4 {
      font-size: 18px;
      margin: 5px auto 10px
  }

  .five-line-title .sub-text {
      font-size: 15px;
      max-width: 90%;
      margin: 10px auto 0
  }

  .col-12 .element:first-child {
      margin-top: 15px
  }

  .col-12 .element:first-child div:first-child {
      margin-top: 15px
  }

  .col-12 .element:last-child div:last-child {
      margin-bottom: 15px
  }
}

.nav-tabs {
  border-bottom: none;
  text-align: center;
  width: max-content;
  margin: 10px auto 0;
  padding-bottom: 30px
}

.nav-tabs .nav-link {
  margin: 0 10px;
  background: none;
  border: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: "Merriweather Sans",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid transparent
}

.nav-tabs .nav-link.active {
  color: #b00020;
  text-decoration: none;
  border-bottom: 1px solid #b00020;
  background: none
}

.nav-tabs .nav-link:hover {
  color: #b00020;
  text-decoration: none
}

.nav-tabs .nav-link::after {
  color: #6c757d;
  content: "/";
  position: absolute;
  right: -13px;
  top: -1px
}

.nav-tabs .nav-link.disabled {
  color: #000;
  margin-right: 0
}

.nav-tabs .nav-link:last-child::after,.nav-tabs .nav-link.disabled::after {
  display: none
}

.nav-tabs .nav-link.see-more {
  position: relative;
  padding-right: 25px
}

.nav-tabs .nav-link.see-more::before {
  content: "";
  position: absolute;
  right: 0;
  background: url(../../images/th-online/see-more-arrow.svg) no-repeat center;
  width: 20px;
  height: 10px;
  top: 6px;
  background-size: 13px auto
}

.discover .five-line-title h1,.discover .five-line-title h2,.discover .five-line-title h3 {
  color: inherit
}

.discover .five-line-title + .tab-nav {
  margin-top: 0
}

.discover .box-line-title + .tab-nav {
  margin-top: -50px
}

.tab-nav {
  overflow: auto
}

.tab-nav::-webkit-scrollbar {
  display: none
}

@media screen and (max-width: 570px) {
  .nav-tabs {
      margin:10px 0;
      padding-bottom: 0
  }

  .nav-tabs .nav-link {
      margin: 0 10px;
      font-size: 12px
  }

  .nav-tabs .nav-link::after {
      color: #6c757d;
      content: "/";
      position: absolute;
      right: -13px;
      top: -1px
  }

  .nav-tabs .nav-link:first-child {
      margin-left: 0
  }

  .nav-tabs .nav-link:last-child {
      margin-right: 0
  }

  .discover .five-line-title h1,.discover .five-line-title h3,.discover .five-line-title h2,.discover .five-line-title h4 {
      text-align: left;
      display: block;
      margin: 10px 0
  }

  .discover .five-line-title + .tab-nav {
      margin-top: 0
  }

  .discover .box-line-title + .tab-nav {
      margin-top: 0
  }
}

@media screen and (max-width: 1181px) and (min-width:571px) {
  .discover .box-line-title + .tab-nav {
      margin-top:0
  }
}

.link-list-outer {
  position: relative
}

.link-list-outer .scroll-arrow-btn {
  background: none;
  border: 0;
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 3px 0
}

.link-list-outer .scroll-arrow-btn img {
  width: auto;
  height: 15px;
  position: relative;
  top: -3px;
  left: 2px
}

.link-list-outer .scroll-arrow-btn::before {
  content: "";
  width: 50px;
  height: 100%;
  display: block;
  background: linear-gradient(270deg,#fff,rgba(255,255,255,0));
  position: absolute;
  top: 0;
  left: -45px
}

.link-list-outer .scroll-arrow-btn:hover,.link-list-outer .scroll-arrow-btn:focus,.link-list-outer .scroll-arrow-btn:active {
  background: #f1f1f1;
  border: 0;
  box-shadow: none
}

.link-list-outer .scroll-arrow-btn.right {
  right: -15px;
  display: none
}

.link-list-outer .scroll-arrow-btn.left {
  display: none;
  left: -20px
}

.link-list-outer .scroll-arrow-btn.left img {
  transform: rotate(180deg)
}

.link-list-outer .scroll-arrow-btn.left::before {
  left: 20px;
  transform: rotate(180deg)
}

.link-list {
  list-style: none;
  margin: 25px 0 13px;
  padding: 0;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 7px;
  width: 100%;
  max-width: max-content;
  scroll-behavior: smooth
}

.link-list::-webkit-scrollbar {
  display: none
}

.link-list li {
  display: inline-block;
  position: relative
}

.link-list li::after {
  color: #6c757d;
  content: "/";
  position: absolute;
  right: -6px;
  top: -4px
}

.link-list li a {
  margin: 0 8px;
  background: none;
  border: 0;
  padding: 0;
  color: #000;
  display: block;
  font-size: 14px;
  font-family: "Merriweather Sans",sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent
}

.link-list li a:hover {
  color: #b00020;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.1882352941)
}

.link-list li.active a {
  color: #b00020;
  text-decoration: none;
  border-bottom: 1px solid #b00020
}

.link-list li:last-child {
  margin-right: 0
}

.link-list li:last-child::after {
  display: none
}

.link-list li:first-child a {
  margin-left: 0
}

.link-list li.go-back {
  position: relative;
  padding-left: 26px
}

.link-list li.go-back::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../images/th-online/see-more-arrow.svg) no-repeat center;
  width: 20px;
  height: 10px;
  top: 4px;
  transform: scale(-1)
}

.link-list.no-scroll {
  white-space: normal;
  overflow-x: unset;
  text-align: left
}

.link-list.no-scroll li {
  margin: 4px 0
}

.link-list.no-scroll li::after {
  right: 3px
}

.link-list.no-scroll li a {
  margin: 0;
  margin-right: 20px
}

@media screen and (min-width: 1200px) {
  .link-list {
      overflow-x:hidden
  }
}

@media screen and (max-width: 570px) {
  .link-list {
      margin:10px 0 10px;
      padding-bottom: 3px
  }

  .link-list li a {
      font-size: 13px
  }
}

.news-letter-signup h3 {
  font-size: 28px;
  line-height: normal;
  text-align: center;
  color: #b00020;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  margin: 0 15px
}

.news-letter-signup .sub-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
  font-family: "Merriweather",serif;
  font-weight: 200;
  margin: 10px 15px
}

.news-letter-signup .newsletter-signup-form {
  margin: 30px auto;
  text-align: center
}

.news-letter-signup .newsletter-signup-form .text-box {
  width: 670px;
  margin: 0 5px;
  display: inline-block;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: transparent;
  padding: 0 25px;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #555
}

.news-letter-signup .newsletter-signup-form .text-box:hover,.news-letter-signup .newsletter-signup-form .text-box:active {
  outline: none;
  box-shadow: 0 0 4px rgba(0,0,0,0.1607843137)
}

.news-letter-signup .newsletter-signup-form .text-box:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 2px solid #979797
}

.news-letter-signup .newsletter-signup-form .summit-btn {
  width: 200px;
  margin: 0 5px;
  display: inline-block;
  height: 50px;
  box-shadow: inset 0 0 0 0 #000;
  border-radius: 5px;
  border: 0;
  background: #b00020;
  color: #fff;
  outline: none;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: ease-out .3s;
  -moz-transition: ease-out .3s;
  transition: ease-out .3s
}

.news-letter-signup .newsletter-signup-form .summit-btn .icon {
  margin-right: 5px
}

.news-letter-signup .newsletter-signup-form .summit-btn:hover,.news-letter-signup .newsletter-signup-form .summit-btn:active {
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #000
}

.news-letter-signup .small-link {
  color: #b00020;
  margin: 0 auto;
  display: block
}

.news-letter-signup .small-link .slider {
  background: #b00020
}

.news-letter-signup.smaller h3 {
  font-size: 18px;
  text-align: left;
  margin: 0
}

.news-letter-signup.smaller .newsletter-signup-form {
  margin: 15px 0;
  text-align: left
}

.news-letter-signup.smaller .newsletter-signup-form .text-box {
  width: 95%;
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  margin: 5px 0;
  border-radius: 3px
}

.news-letter-signup.smaller .newsletter-signup-form .summit-btn {
  width: 150px;
  margin: 5px 0;
  display: inline-block;
  height: 40px;
  font-size: 14px;
  border-radius: 3px
}

.news-letter-signup.smaller .newsletter-signup-form .summit-btn .icon {
  margin-right: 5px;
  width: 25px;
  height: auto
}

.news-letter-signup.smaller .newsletter-signup-form .summit-btn:hover,.news-letter-signup.smaller .newsletter-signup-form .summit-btn:active {
  text-decoration: none;
  box-shadow: inset 200px 0 0 0 #000
}

.news-letter-signup.smaller .small-link {
  color: #b00020;
  margin: 0;
  display: block;
  font-size: 12px
}

.news-letter-signup.smaller .small-link .slider {
  background: #b00020
}

@media screen and (max-width: 570px) {
  .news-letter-signup h3 {
      font-size:20px
  }

  .news-letter-signup .sub-text {
      font-size: 12px;
      line-height: normal
  }

  .news-letter-signup .newsletter-signup-form {
      margin: 10px auto 20px;
      text-align: center
  }

  .news-letter-signup .newsletter-signup-form .text-box {
      width: 90%;
      height: 40px;
      padding: 0 15px;
      font-size: 14px;
      margin: 5px auto
  }

  .news-letter-signup .newsletter-signup-form .summit-btn {
      width: 90%;
      height: 40px;
      font-size: 14px;
      margin: 5px auto
  }

  .news-letter-signup .newsletter-signup-form .summit-btn:hover,.news-letter-signup .newsletter-signup-form .summit-btn:active {
      box-shadow: inset 300px 0 0 0 #000
  }

  .news-letter-signup .newsletter-signup-form .summit-btn .icon {
      width: 26px
  }

  .news-letter-signup .small-link {
      font-size: 12px;
      color: #b00020
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .news-letter-signup h3 {
      font-size:24px
  }

  .news-letter-signup .sub-text {
      font-size: 14px
  }

  .news-letter-signup .newsletter-signup-form {
      margin: 30px auto;
      text-align: center
  }

  .news-letter-signup .newsletter-signup-form .text-box {
      width: 60%;
      height: 44px;
      padding: 0 15px;
      font-size: 16px
  }

  .news-letter-signup .newsletter-signup-form .summit-btn {
      width: 30%;
      height: 44px;
      font-size: 14px
  }

  .news-letter-signup .newsletter-signup-form .summit-btn:hover,.news-letter-signup .newsletter-signup-form .summit-btn:active {
      box-shadow: inset 250px 0 0 0 #000
  }
}

.include-title {
  font-family: "Poppins",sans-serif;
  text-align: left;
  font-size: 50px;
  color: #999;
  margin: 0 auto 0;
  padding-top: 100px;
  font-weight: bold
}

@media screen and (max-width: 570px) {
  .include-title {
      font-size:26px;
      margin: 0 auto;
      padding-top: 80px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .include-title {
      font-size:30px;
      margin: 50px auto 0
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .include-title {
      font-size:36px;
      margin: 60px auto 0
  }
}

.navigations .navigations-icon {
  display: block;
  background: #fff;
  border: 0;
  outline: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,0.2509803922);
  position: fixed;
  right: 18px;
  bottom: 40px;
  z-index: 600;
  line-height: 13px;
  transition: transform .6s cubic-bezier(0.23,1,0.32,1) 0,opacity .6s cubic-bezier(0.23,1,0.32,1) 0;
  transform: translateX(0px)
}

.navigations .navigations-icon:hover {
  background: #333
}

.navigations .navigations-icon:hover img {
  filter: invert(1)
}

.navigations .navigations-overlay {
  transition: opacity .6s cubic-bezier(0.23,1,0.32,1) 0;
  opacity: 0;
  z-index: 510;
  background-color: rgba(0,0,0,0.2509803922);
  left: 0;
  top: 0;
  pointer-events: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: fixed
}

.navigations .navigations-box {
  visibility: hidden;
  transition: transform .6s cubic-bezier(0.23,1,0.32,1) 0,opacity .6s cubic-bezier(0.23,1,0.32,1) 0;
  transform: translateX(0px);
  box-shadow: rgba(0,0,0,0.1490196078) 0 4px 12px;
  overflow: auto;
  left: 100%;
  background-color: white;
  z-index: 520;
  width: 414px;
  padding: 20px;
  top: 0;
  opacity: 1;
  box-sizing: border-box;
  position: fixed;
  height: 100%
}

.navigations .navigations-box .navigations-close {
  padding: 0;
  margin: 0;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: none
}

.navigations.show-navigations .navigations-icon {
}

.navigations.show-navigations .navigations-icon img {
  content: url(../../images/th-online/menu-close-icon.svg)
}

.navigations.show-navigations .navigations-overlay {
  pointer-events: all;
  transition: opacity .6s cubic-bezier(0.23,1,0.32,1) 0;
  opacity: 1
}

.navigations.show-navigations .navigations-box {
  visibility: visible;
  transform: translateX(-414px)
}

.navigations .navigations-list {
  list-style: none;
  margin: 0;
  padding: 0
}

.navigations .navigations-list li a {
  font-family: "Merriweather Sans",sans-serif;
  font-size: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392);
  padding: 8px 0;
  color: #333;
  display: block
}

.navigations .navigations-list li a:hover {
  color: #b00020;
  text-decoration: none
}

.navigations .navigations-list li:last-child a {
  border-bottom: none
}

@media screen and (max-width: 570px) {
  .navigations .navigations-icon {
      right:25px;
      bottom: 25px;
      background: #333
  }

  .navigations .navigations-icon img {
      filter: invert(1)
  }

  .navigations .navigations-box {
      transform: translateY(100%);
      border-top-right-radius: 12px;
      border-top-left-radius: 12px;
      width: 100%;
      left: 0;
      height: calc(100% - 50px);
      transition: transform .6s cubic-bezier(0.23,1,0.32,1) 0,opacity .6s cubic-bezier(0.23,1,0.32,1) 0;
      box-shadow: rgba(0,0,0,0.1490196078) 0 4px 12px
  }

  .navigations.show-navigations .navigations-box {
      transform: translateY(50px)
  }
}

.basic-btn {
  width: 100%;
  height: 60px;
  border: 1px solid #000;
  border-radius: 3px;
  font-family: "Merriweather Sans",sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  padding: 0 20px;
  background: none;
  margin: 10px 0;
  position: relative;
  transition: all .3s
}

.basic-btn span {
  font-family: inherit;
  position: relative;
  top: 1px
}

.basic-btn:focus {
  box-shadow: none;
  outline: none
}

.basic-btn:after {
  content: "→";
  position: relative;
  opacity: 0;
  top: 0;
  right: 20%;
  transition: .3s
}

.basic-btn:hover {
  padding-right: 60px;
  padding-left: 30px;
  color: #000;
  text-decoration: none;
  outline: none
}

.basic-btn:hover::after {
  opacity: 1;
  right: -8px
}

.basic-btn .left-icon {
  position: relative;
  margin-right: 5px;
  top: -2px
}

@media not all and (min-resolution: .001dpcm) {
  @supports(-webkit-appearance:none) {
      .basic-btn {
          width:100%;
          height: 60px;
          border: 1px solid #000;
          border-radius: 3px;
          font-family: "Merriweather Sans",sans-serif;
          text-transform: uppercase;
          font-size: 18px;
          color: #000;
          padding: 0 20px;
          background: none;
          margin: 10px 0;
          position: relative;
          transition: all .3s
      }

      .basic-btn span {
          font-family: inherit
      }

      .basic-btn:focus {
          box-shadow: none;
          outline: none
      }

      .basic-btn:after {
          content: "→";
          position: relative;
          opacity: 0;
          top: 3px;
          right: 20%;
          transition: .3s
      }

      .basic-btn:hover {
          padding-right: 60px;
          padding-left: 30px;
          color: #000;
          text-decoration: none;
          outline: none
      }

      .basic-btn:hover::after {
          opacity: 1;
          top: 3px;
          right: -8px
      }

      .basic-btn .left-icon {
          position: relative;
          margin-right: 5px;
          top: -2px
      }
  }

  @media screen and (max-width: 570px) {
      .hide-mobile {
          display:none;
          height: 0;
          visibility: hidden;
          max-height: 0
      }
  }
}

@media screen and (max-width: 570px) {
  .basic-btn {
      height:50px;
      font-size: 14px;
      padding: 0 20px;
      margin: 10px 0;
      max-width: 280px !important
  }

  .basic-btn .left-icon {
      width: 20px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .basic-btn {
      height:50px;
      font-size: 16px;
      padding: 0 20px;
      margin: 10px 0
  }
}

.top-pick .row {
  overflow: auto
}

.top-pick .row::-webkit-scrollbar {
  display: none
}

.top-pick .top-pick-element {
  margin: 0;
  position: relative
}

.top-pick .top-pick-element.color-bg .picture {
  background: #b00020
}

.top-pick .top-pick-element.color-bg .text-part {
  background: none
}

.top-pick .top-pick-element.ad-element .element {
  background: #f1f1f1;
  width: 100%;
  height: 434px
}

.top-pick .top-pick-element.ad-element .picture {
  width: 300px;
  height: 250px;
  position: relative;
  margin: 0;
  top: 20%
}

.top-pick .top-pick-element.ad-element .picture img {
  width: 300px;
  height: 250px
}

.top-pick .top-pick-element.ad-element .text-part {
  background: none
}

.top-pick .top-pick-element.Weekend {
  position: relative
}

.top-pick .top-pick-element.Weekend .logo {
  margin: 0 auto 15px;
  text-align: center;
  max-width: 70%
}

.top-pick .top-pick-element.Weekend .logo img {
  width: 100%
}

.top-pick .top-pick-element.Weekend .weekend img {
  width: 100%;
  text-align: left
}

.top-pick .top-pick-element.Weekend p {
  font-family: "Merriweather",serif;
  font-size: 16px;
  line-height: normal;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392);
  padding: 10px 0;
  margin: 0
}

.top-pick .top-pick-element.Weekend p.sub-text {
  font-size: 14px;
  border-bottom: none;
  padding-bottom: 0
}

.top-pick .top-pick-element.Weekend p.sub-text span {
  display: block;
  margin-top: 15px;
  width: max-content;
  position: relative
}

.top-pick .top-pick-element.Weekend p.sub-text span .slider {
  position: absolute;
  display: block;
  left: 0;
  top: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #000;
  width: 100%;
  transition: width .3s ease
}

.top-pick .top-pick-element.Weekend p:hover {
  text-decoration: none
}

.top-pick .top-pick-element.Weekend .align-btm {
  position: absolute;
  bottom: 30px
}

.top-pick .top-pick-element.Weekend a:hover p.sub-text span {
  text-decoration: none
}

.top-pick .top-pick-element.Weekend a:hover p.sub-text span .slider {
  width: 0
}

.top-pick .top-pick-element.sunday {
  position: relative
}

.top-pick .top-pick-element.sunday .sunday-element {
  background: #f1f1f1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.top-pick .top-pick-element.sunday .sunday-element .align-center {
  width: 100%;
  height: auto
}

.top-pick .top-pick-element.sunday .sunday-element .title {
  text-align: center;
  font-size: 22px;
  line-height: normal;
  font-family: "Merriweather",serif;
  font-weight: 900;
  color: #000
}

.top-pick .top-pick-element.sunday .sunday-element .title span {
  display: block;
  color: #b00020;
  font-weight: bold
}

.top-pick .top-pick-element.sunday .sunday-element .sunday-logo {
  margin: 10px auto 0;
  display: block;
  width: 75%;
  max-width: 200px
}

.top-pick .top-pick-element .picture {
  width: 100%;
  height: 434px;
  position: relative;
  background: #000
}

.top-pick .top-pick-element .picture img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 434px
}

.top-pick .top-pick-element .text-part {
  background: linear-gradient(0deg,rgba(0,0,0,0.8666666667),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,0));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.top-pick .top-pick-element .text-part .title {
  color: #fff;
  font-family: "Merriweather",serif;
  font-style: italic;
  font-size: 18px;
  text-align: left;
  padding: 20px 20px 0;
  position: absolute;
  bottom: 30px;
  line-height: normal
}

.top-pick .top-pick-element .text-part .title .label {
  text-transform: uppercase;
  font-style: normal;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0;
  letter-spacing: .5px;
  display: block
}

.top-pick .top-pick-element .text-part .title .big {
  font-family: "Merriweather",serif;
  font-size: 30px;
  line-height: normal;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  display: block;
  line-height: normal
}

.top-pick .top-pick-element .text-part .title .label.businessline {
  position: relative
}

.top-pick .top-pick-element .text-part .title .label.businessline:before {
  content: "";
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../images/bl-identity-icon-white.svg) no-repeat center;
  background-size: 21px 21px
}

.top-pick .top-pick-element .text-part .title .label.frontline {
  position: relative
}

.top-pick .top-pick-element .text-part .title .label.frontline:before {
  content: "";
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../images/frontline-identity-icon-white.svg) no-repeat center;
  background-size: 21px 21px
}

.top-pick .top-pick-element .text-part .title .label.sportstar {
  position: relative
}

.top-pick .top-pick-element .text-part .title .label.sportstar:before {
  content: "";
  position: relative;
  top: -2px;
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../../images/sportstar-identity-icon-white.svg) no-repeat center;
  background-size: 21px 21px
}

.top-pick .top-pick-element .text-part .title .label.businessline::after,.top-pick .top-pick-element .text-part .title .label.frontline::after,.top-pick .top-pick-element .text-part .title .label.sportstar::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: url(../../images/th-online/label-arrow.svg) no-repeat center;
  background-size: 15px 15px;
  filter: invert(1);
  margin-left: 5px;
  position: relative;
  top: -1px
}

.top-pick .owl-item .top-pick-element {
  width: auto
}

.top-pick .owl-dots {
  text-align: center
}

.top-pick .owl-dots .owl-dot {
  width: 35px;
  height: 4px;
  background: #aaa !important;
  cursor: pointer;
  margin: 20px 5px 0
}

.top-pick .owl-dots .owl-dot.active {
  background: #b00020 !important
}

.top-pick .owl-nav .owl-prev {
  position: absolute;
  top: 46%;
  left: -35px;
  opacity: .3
}

.top-pick .owl-nav .owl-prev .prev-slide {
  background: url(../../images/th-online/slider-rightarrow.svg) no-repeat scroll 0 0;
  transform: rotate(180deg);
  width: 24px;
  height: 36px
}

.top-pick .owl-nav .owl-prev:hover {
  text-decoration: none;
  opacity: .7
}

.top-pick .owl-nav .owl-prev.disabled {
  opacity: .3
}

.top-pick .owl-nav .owl-prev.disabled:hover {
  text-decoration: none;
  opacity: .3
}

.top-pick .owl-nav .owl-next {
  position: absolute;
  top: 46%;
  right: -35px;
  opacity: .3
}

.top-pick .owl-nav .owl-next .next-slide {
  background: url(../../images/th-online/slider-rightarrow.svg) no-repeat scroll 0 0;
  width: 24px;
  height: 36px
}

.top-pick .owl-nav .owl-next:hover {
  text-decoration: none;
  opacity: .5
}

.top-pick .owl-nav .owl-next.disabled {
  opacity: .3
}

.top-pick .owl-nav .owl-next.disabled:hover {
  text-decoration: none;
  opacity: .3
}

@media screen and (max-width: 570px) {
  .top-pick .top-pick-element {
      width:225px
  }

  .top-pick .top-pick-element .picture,.top-pick .color-bg .picture,.top-pick .ad-element .picture {
      width: 100%;
      height: 300px
  }

  .top-pick .top-pick-element .picture img,.top-pick .color-bg .picture img,.top-pick .ad-element .picture img {
      height: 300px
  }

  .top-pick .top-pick-element .text-part .title,.top-pick .color-bg .text-part .title,.top-pick .ad-element .text-part .title {
      font-size: 15px;
      padding: 15px 15px 0;
      bottom: 20px;
      line-height: normal;
      white-space: normal
  }

  .top-pick .top-pick-element .text-part .title .big,.top-pick .color-bg .text-part .title .big,.top-pick .ad-element .text-part .title .big {
      font-size: 20px;
      line-height: normal
  }

  .top-pick .top-pick-element .text-part .title .label,.top-pick .color-bg .text-part .title .label,.top-pick .ad-element .text-part .title .label {
      font-size: 10px
  }

  .top-pick .top-pick-element .text-part .title .label.businessline::after,.top-pick .top-pick-element .text-part .title .label.frontline::after,.top-pick .top-pick-element .text-part .title .label.sportstar::after,.top-pick .color-bg .text-part .title .label.businessline::after,.top-pick .color-bg .text-part .title .label.frontline::after,.top-pick .color-bg .text-part .title .label.sportstar::after,.top-pick .ad-element .text-part .title .label.businessline::after,.top-pick .ad-element .text-part .title .label.frontline::after,.top-pick .ad-element .text-part .title .label.sportstar::after {
      width: 13px;
      height: 13px;
      background-size: 13px 13px;
      margin-left: 3px;
      top: -2px
  }

  .top-pick .top-pick-element.Weekend {
      position: relative
  }

  .top-pick .top-pick-element.Weekend .logo {
      max-width: 75%;
      margin-bottom: 10px
  }

  .top-pick .top-pick-element.Weekend .weekend img {
      max-height: 90px
  }

  .top-pick .top-pick-element.Weekend p {
      font-size: 14px;
      padding: 6px 0;
      margin: 0
  }

  .top-pick .top-pick-element.Weekend p.sub-text {
      font-size: 12px
  }

  .top-pick .top-pick-element.Weekend p.sub-text span {
      margin-top: 10px
  }

  .top-pick .top-pick-element.Weekend .align-btm {
      bottom: 20px
  }

  .top-pick .top-pick-element.ad-element {
      width: 310px
  }

  .top-pick .top-pick-element.ad-element .element {
      height: 350px;
      border: none
  }

  .top-pick .top-pick-element.ad-element .element .picture {
      top: 12%
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .top-pick .top-pick-element .text-part .title .big {
      font-size:28px
  }

  .top-pick-element.ad-element {
      width: 325px
  }

  .top-pick-element.ad-element .element {
      height: 350px;
      border: none
  }

  .top-pick-element.ad-element .element .picture {
      top: 12%
  }

  .top-pick-element {
      width: 300px
  }

  .top-pick-element .text-part {
      white-space: normal
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .top-pick .top-pick-element .text-part .title .big {
      font-size:28px
  }

  .top-pick-element.ad-element {
      width: 325px
  }

  .top-pick-element.ad-element .element {
      height: 350px;
      border: none
  }

  .top-pick-element.ad-element .element .picture {
      top: 12%
  }

  .top-pick-element {
      width: 300px
  }

  .top-pick-element .text-part {
      white-space: normal
  }
}

@media screen and (min-width: 12000px) {
  .top-pick {
      padding:0 35px;
      width: 100%;
      max-width: 1350px
  }
}

@media screen and (max-width: 1181px) {
  .top-pick .owl-carousel {
      display:block;
      overflow-x: scroll;
      white-space: nowrap;
      padding-bottom: 15px
  }

  .top-pick .owl-carousel::-webkit-scrollbar {
      height: 2px;
      transition: width .3s;
      cursor: pointer;
      display: block
  }

  .top-pick .owl-carousel::-webkit-scrollbar-thumb {
      background: rgba(0,0,0,0.3137254902);
      border-radius: 50px
  }

  .top-pick .owl-carousel .item {
      display: inline-block;
      vertical-align: top;
      margin: 0 7px
  }

  .top-pick .owl-carousel .item:first-child {
      margin-left: 0
  }

  .top-pick .owl-carousel .item:last-child {
      margin-right: 0;
      border-right: none
  }

  .top-pick .owl-carousel .item:last-child::after {
      border-right: none;
      top: 0;
      right: 0
  }

  .top-pick .owl-carousel .item .picture {
      width: 100%
  }
}

.go-to-search {
  font-size: 12px;
  letter-spacing: .5px;
  width: 100%;
  background: #fff;
  border: 0;
  height: 38px;
  color: #000;
  text-align: left;
  padding: 9px 0 6px 13px;
  transition: ease-out .3s;
  box-shadow: inset 0 0 0 0 #787878;
  position: relative
}

.go-to-search img {
  position: absolute;
  right: 12px;
  top: 12px
}

.go-to-search::after {
  content: "→";
  position: relative;
  opacity: 0;
  top: 0;
  color: #fff;
  font-size: 18px;
  line-height: 0;
  right: 20%;
  transition: .3s
}

.go-to-search:hover,.go-to-search:focus {
  color: #fff;
  box-shadow: inset 320px 0 0 0 #787878
}

.go-to-search:hover img,.go-to-search:focus img {
  filter: invert(1)
}

.go-to-search:hover::after,.go-to-search:focus::after {
  opacity: 1;
  right: -10px
}

.inside-page .go-to-search {
  background: rgba(0,0,0,0.062745098)
}

@media screen and (max-width: 570px) {
  .search-box .go-to-search {
      box-shadow:none
  }

  .search-box .go-to-search::after {
      top: -1px;
      font-size: 18px
  }

  .search-box .go-to-search:hover,.search-box .go-to-search:focus {
      background: #787878
  }

  .search-box .go-to-search:hover::after,.search-box .go-to-search:focus::after {
      opacity: 1;
      right: -8px
  }

  .search-box.inside-page .go-to-search {
      margin: 10px auto 20px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .search-box .go-to-search {
      box-shadow:none
  }

  .search-box .go-to-search::after {
      top: -1px;
      font-size: 18px
  }

  .search-box .go-to-search:hover,.search-box .go-to-search:focus {
      background: #787878
  }

  .search-box .go-to-search:hover::after,.search-box .go-to-search:focus::after {
      opacity: 1;
      right: -8px
  }
}

@media not all and (min-resolution: .001dpcm) {
  @supports(-webkit-appearance:none) {
      @media screen and (max-width:999px) {
          .go-to-search::after {
              top:2px
          }
      }

      .go-to-search::after {
          top: 2px
      }
  }
}

.element .picture .time,.element .picture .img-count {
  background: rgba(0,0,0,0.831372549);
  color: #fff;
  height: 18px;
  text-align: center;
  font-size: 10px;
  font-family: "Merriweather Sans",sans-serif;
  display: block;
  padding: 2px 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin: 0 !important;
  width: max-content;
  top: unset;
  left: unset
}

.element .picture.audio::after {
  content: "";
  background-image: url(../../images/th-online/audio-tag.svg);
  position: absolute;
  display: block;
  width: 82px;
  height: 56px;
  left: 0;
  bottom: 0;
  cursor: pointer;
  background-repeat: no-repeat
}

.element .picture.video::after {
  content: "";
  background-image: url(../../images/th-online/video-play-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 56px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element .picture.photo::after {
  content: "";
  background-image: url(../../images/th-online/img-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 56px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element .picture.watch-now::after {
  content: "";
  background-image: url(../../images/th-online/h-watch-now.svg);
  text-align: center;
  position: absolute;
  display: block;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element .picture.package::after,.element .picture.package-indepth::after,.element .picture.package-casefiles::after,.element .picture.package-series::after {
  content: "";
  background-image: url(../../images/th-online/package-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 82px;
  height: 56px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture .time,.element.wide .picture .img-count,.element.bigger .picture .time,.element.bigger .picture .img-count {
  right: 10px;
  bottom: 15px
}

.element.wide .picture.audio::after,.element.bigger .picture.audio::after {
  content: "";
  background-image: url(../../images/th-online/audio-tag-big.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 159px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture.video::after,.element.bigger .picture.video::after {
  content: "";
  background-image: url(../../images/th-online/video-play-icon-big.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 159px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture.photo::after,.element.bigger .picture.photo::after {
  content: "";
  background-image: url(../../images/th-online/img-icon-big.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 159px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture.package::after,.element.bigger .picture.package::after {
  content: "";
  background-image: url(../../images/th-online/package-icon-big.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 180px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture.package-indepth::after,.element.bigger .picture.package-indepth::after {
  content: "";
  background-image: url(../../images/th-online/package-indepth-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 179px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture.package-casefiles::after,.element.bigger .picture.package-casefiles::after {
  content: "";
  background-image: url(../../images/th-online/package-case-files-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 183px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.wide .picture.package-series::after,.element.bigger .picture.package-series::after {
  content: "";
  background-image: url(../../images/th-online/package-series-icon.svg);
  text-align: center;
  position: absolute;
  display: block;
  left: 10px;
  bottom: 10px;
  width: 161px;
  height: 58px;
  cursor: pointer;
  background-repeat: no-repeat
}

.element.row-element .picture.package,.element.row-element .picture.package-indepth,.element.row-element .picture.package-casefiles,.element.row-element .picture.package-series {
  background-image: url(../../images/th-online/package-icon.svg)
}

.element.row-element .picture.audio::after,.element.row-element .picture.video::after,.element.row-element .picture.package::after,.element.row-element .picture.photo::after {
  width: 42px;
  height: 33px;
  background-size: 42px 33px;
  left: 0;
  bottom: 0
}

@media screen and (max-width: 570px) {
  .element .picture .time,.element .picture .img-count {
      font-size:8px;
      bottom: 8px;
      right: 0;
      padding-right: 6px;
      padding-left: 6px;
      height: 18px;
      padding: 2px 10px
  }

  .element .picture.package::after,.element .picture.package-indepth::after,.element .picture.package-casefiles::after,.element .picture.package-series::after,.element .picture.audio::after,.element .picture.video::after,.element .picture.photo::after {
      background-size: 42px 30px;
      width: 42px;
      height: 30px
  }

  .element.bigger .picture .time,.element.bigger .picture .img-count,.element.wide .picture .time,.element.wide .picture .img-count {
      height: 20px;
      font-size: 10px;
      padding: 3px 7px;
      bottom: 15px;
      right: 10px
  }

  .element.bigger .picture.package::after,.element.bigger .picture.package-indepth::after,.element.bigger .picture.package-casefiles::after,.element.bigger .picture.package-series::after,.element.bigger .picture.audio::after,.element.bigger .picture.video::after,.element.bigger .picture.photo::after,.element.wide .picture.package::after,.element.wide .picture.package-indepth::after,.element.wide .picture.package-casefiles::after,.element.wide .picture.package-series::after,.element.wide .picture.audio::after,.element.wide .picture.video::after,.element.wide .picture.photo::after {
      left: 10px;
      bottom: 10px
  }

  .element.bigger .picture.audio::after,.element.bigger .picture.video::after,.element.bigger .picture.photo::after,.element.wide .picture.audio::after,.element.wide .picture.video::after,.element.wide .picture.photo::after {
      background-size: 112px 46px;
      width: 112px;
      height: 46px
  }

  .element.bigger .picture.package::after,.element.wide .picture.package::after {
      background-size: 141px 46px;
      width: 141px;
      height: 46px
  }

  .element.bigger .picture.package-indepth::after,.element.wide .picture.package-indepth::after {
      background-size: 139px 46px;
      width: 139px;
      height: 46px
  }

  .element.bigger .picture.package-casefiles::after,.element.wide .picture.package-casefiles::after {
      background-size: 145px 46px;
      width: 145px;
      height: 46px
  }

  .element.bigger .picture.package-series::after,.element.wide .picture.package-series::after {
      background-size: 127px 46px;
      width: 127px;
      height: 46px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .element .picture .time,.element .picture .img-count {
      height:20px;
      font-size: 10px;
      padding: 3px 7px;
      bottom: 15px;
      right: 10px
  }

  .element .picture.audio::after,.element .picture.video::after,.element .picture.photo::after,.element .picture.package::after {
      background-size: 70px 50px;
      left: 0;
      bottom: 0;
      width: 70px;
      height: 50px
  }

  .element.wide .picture.package::after,.element.wide .picture.package-indepth::after,.element.wide .picture.package-casefiles::after,.element.wide .picture.package-series::after,.element.wide .picture.audio::after,.element.wide .picture.video::after,.element.wide .picture.photo::after,.element.bigger .picture.package::after,.element.bigger .picture.package-indepth::after,.element.bigger .picture.package-casefiles::after,.element.bigger .picture.package-series::after,.element.bigger .picture.audio::after,.element.bigger .picture.video::after,.element.bigger .picture.photo::after {
      left: 10px;
      bottom: 10px
  }

  .element.wide .picture.audio::after,.element.wide .picture.video::after,.element.wide .picture.photo::after,.element.bigger .picture.audio::after,.element.bigger .picture.video::after,.element.bigger .picture.photo::after {
      background-size: 142px 52px;
      width: 142px;
      height: 52px
  }

  .element.wide .picture.package::after,.element.bigger .picture.package::after {
      background-size: 141px 52px;
      width: 141px;
      height: 52px
  }

  .element.wide .picture.package-indepth::after,.element.bigger .picture.package-indepth::after {
      background-size: 160px 52px;
      width: 160px;
      height: 52px
  }

  .element.wide .picture.package-casefiles::after,.element.bigger .picture.package-casefiles::after {
      background-size: 164px 52px;
      width: 164px;
      height: 52px
  }

  .element.wide .picture.package-series::after,.element.bigger .picture.package-series::after {
      background-size: 144px 52px;
      width: 144px;
      height: 52px
  }
}

.index-results {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 49%;
  float: left
}

.index-results li {
  font-family: "Merriweather",serif;
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  line-height: normal;
  margin: 20px 0;
  cursor: pointer
}

.index-results li:hover {
  text-decoration: underline
}

@media screen and (max-width: 570px) {
  .index-results {
      width:100%;
      float: none
  }

  .index-results li {
      font-size: 18px;
      margin: 10px 0
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .index-results li {
      font-size:20px
  }
}

h1 a,h2 a,h3 a,h4 a,h5 a,.title-patch a {
  font-family: inherit;
  font-weight: inherit;
  color: inherit
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,.title-patch a:hover {
  text-decoration: underline !important
}

.small-link.center-align-load-more {
  display: block;
  text-align: center;
  margin: 30px auto 50px;
  font-weight: normal
}

@media screen and (max-width: 570px) {
  .small-link.center-align-load-more {
      margin:20px auto 35px;
      position: relative
  }

  .small-link.center-align-load-more .text {
      left: -10px
  }

  .small-link {
      font-size: 12px
  }

  .small-link .text {
      font-size: 12px
  }

  .small-link.see-more::after {
      right: -20px
  }

  .small-link.show-more::after {
      top: 0
  }
}

.center-align-load-more {
  width: 100%;
  padding: 15px 0 9px
}

.center-align-load-more::after {
  display: none
}

.center-align-load-more .text {
  width: max-content;
  position: relative
}

.center-align-load-more .text::after {
  content: url(../../images/th-online/see-more-arrow.svg);
  position: absolute;
  right: -25px;
  top: 0
}

.center-align-load-more:hover {
  background: #f5f5f5
}

.gray-bg {
  background: #f1f1f1
}

.today-paper-img {
  width: calc(100% - 32px);
  max-width: 557px;
  margin: 10px auto 20px;
  display: block;
  position: relative;
  top: 15px;
  --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.today-paper-img::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.today-paper-img>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.today-paper-img img {
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 100%;
  min-height: unset;
  box-shadow: 0 -5px 7px rgba(0,0,0,0.1254901961)
}

.today-paper {
  padding: 15px 20px 25px
}

.today-paper .element .page-num {
  color: #000;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  margin: 10px 0 7px
}

.today-paper .element .title {
  font-family: "Merriweather",serif;
  font-size: 16px;
  margin: 7px 0 10px
}

@media screen and (max-width: 570px) {
  .today-paper {
      padding:1px 20px 25px
  }

  .today-paper .element .page-num {
      font-size: 10px
  }

  .today-paper .element .title {
      font-family: "Merriweather",serif;
      font-size: 16px;
      margin: 7px 0 10px
  }
}

.featured-title {
  color: #b00020;
  font-size: 24px;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  text-align: left;
  margin: 0 0
}

@media screen and (max-width: 570px) {
  .featured-title {
      font-size:16px;
      margin: 10px 0 5px
  }
}

@media screen and (max-width: 1180px) and (max-width:1001px) {
  .featured-title {
      font-size:20px;
      margin: 10px 0
  }
}

.result .element:nth-last-child(2) {
  border-bottom: none
}

.result .element.row-element {
  width: 100%;
  position: relative;
  padding: 13px 0 15px;
  min-height: 150px
}

.result .element.row-element:nth-last-child(2) {
  border-bottom: none
}

.result .element.row-element .label {
  margin: 0;
  margin-right: 10px;
  display: inline-block
}

.result .element.row-element .label .type-icon {
  position: absolute;
  right: 0
}

.result .element.row-element .time {
  display: inline-block;
  font-size: 12px;
  font-family: "Merriweather Sans",sans-serif;
  margin: 0 0 0 0
}

.result .element.row-element .picture {
  width: 120px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 15px;
  background: url(../../images/th-online/thumbnail-square.svg) no-repeat center;
  min-height: 120px;
  --bs-aspect-ratio: calc(1 / 1 * 100%);
  background-size: 100% auto
}

.result .element.row-element .picture::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.result .element.row-element .picture>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.result .element.row-element .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: unset
}

.result .element.row-element .picture.audio::after,.result .element.row-element .picture.video::after,.result .element.row-element .picture.package::after,.result .element.row-element .picture.photo::after {
  width: 42px;
  height: 33px;
  background-size: 42px 33px;
  left: 0;
  bottom: 0
}

.result .element.row-element .right-content {
  margin: 0;
  margin-left: 135px;
  position: relative
}

.result .element.row-element .right-content .title {
  font-size: 22px;
  margin: 0
}

.result .element.row-element .right-content .align-btm {
  position: absolute;
  left: 0;
  bottom: 0
}

.result .element.row-element .right-content .by-line {
  margin-bottom: 0
}

.result .element.row-element.featured-top .label {
  margin-left: 135px;
  margin-bottom: 12px;
  position: relative
}

.result .element.row-element.featured-top .label .line {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #707070;
  border-top: 1px solid #707070;
  display: block;
  padding: 3px 0;
  top: 5px;
  position: relative
}

.result .element.row-element.featured-top .label .line hr {
  border: 0;
  height: 1px;
  background: #707070;
  opacity: 1;
  margin: 0;
  padding: 0
}

.result .element.row-element.featured-top .label a {
  position: absolute;
  top: 0;
  padding: 0 10px 0 28px;
  background: #fff;
  font-family: inherit;
  font-weight: inherit
}

.result .element.row-element.featured-top .label a::before {
  content: "";
  background: url(../../images/th-online/h-circle-red-new.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  left: 0;
  top: 0
}

.result .element.row-element.featured-top .right-content .title {
  font-size: 26px;
  font-weight: bold
}

.result .element.row-element.featured-top .right-content .title a {
  font-weight: inherit
}

.result .element.row-element.featured-top .right-content .sub-text {
  font-size: 17px
}

.result .element.row-element.first-element {
  padding-top: 0;
  min-height: 136px
}

.result .element.row-element.first-element .picture {
  top: 0
}

.result .element .page-num {
  margin-bottom: 5px
}

.result .element .title {
  margin: 5px 0 10px !important
}

.result .element .sub-text {
  font-size: 13px
}

.result .element.no-img {
  min-height: auto
}

.result .element.no-img div:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 570px) {
  .result .element.row-element {
      padding:7px 0 10px;
      min-height: 120px
  }

  .result .element.row-element .label {
      margin: 0;
      font-size: 12px;
      margin-right: 8px
  }

  .result .element.row-element .time {
      font-size: 10px
  }

  .result .element.row-element .picture {
      width: 100px;
      top: 10px;
      min-height: 100px
  }

  .result .element.row-element .right-content {
      margin: 0;
      margin-left: 115px
  }

  .result .element.row-element .right-content .title {
      font-size: 16px;
      margin: 0 !important
  }

  .result .element.row-element .right-content .align-btm {
      position: absolute;
      left: 0;
      bottom: 0
  }

  .result .element.row-element .right-content .by-line {
      margin-bottom: 0
  }

  .result .element.row-element.featured-top .label {
      margin-left: 115px;
      margin-bottom: 15px
  }

  .result .element.row-element.featured-top .right-content {
      margin-left: 115px;
      min-height: auto
  }

  .result .element.row-element.featured-top .right-content .title {
      font-size: 16px
  }

  .result .element.row-element.featured-top .right-content .sub-text {
      font-size: 14px;
      margin-bottom: 0
  }

  .result .element.no-img {
      min-height: auto
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .result .element.row-element {
      padding:9px 0 10px;
      min-height: 120px
  }

  .result .element.row-element .label {
      margin: 0 0 5px;
      font-size: 12px
  }

  .result .element.row-element .picture {
      width: 100px;
      top: 10px;
      min-height: 100px
  }

  .result .element.row-element .right-content {
      margin: 0;
      margin-left: 115px
  }

  .result .element.row-element .right-content .title {
      font-size: 16px;
      margin: 0 !important
  }

  .result .element.row-element .right-content .align-btm {
      position: absolute;
      left: 0;
      bottom: 0
  }

  .result .element.row-element.featured-top .label {
      margin-left: 115px;
      margin-bottom: 15px
  }

  .result .element.row-element.featured-top .right-content {
      margin-left: 115px;
      min-height: auto
  }

  .result .element.row-element.featured-top .right-content .title {
      font-size: 16px
  }

  .result .element.row-element.featured-top .right-content .sub-text {
      font-size: 14px;
      margin-bottom: 0
  }

  .result .element.no-img {
      min-height: auto
  }

  .hide-tab-portrait {
      display: none
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .result .element.row-element {
      padding:3px 0 10px;
      min-height: 120px
  }

  .result .element.row-element .label {
      margin: 0 0 5px;
      font-size: 12px
  }

  .result .element.row-element .picture {
      width: 100px;
      top: 10px;
      min-height: 100px
  }

  .result .element.row-element .right-content {
      margin: 0;
      margin-left: 115px
  }

  .result .element.row-element .right-content .title {
      font-size: 16px;
      margin: 0 !important
  }

  .result .element.row-element .right-content .align-btm {
      position: absolute;
      left: 0;
      bottom: 0
  }

  .result .element.row-element.featured-top .label {
      margin-left: 115px;
      margin-bottom: 15px
  }

  .result .element.row-element.featured-top .right-content .title {
      font-size: 18px
  }

  .result .element.no-img {
      min-height: auto
  }
}

#articledivtrendD {
  min-height: 630px
}

#articledivrec,#sectiondivicymi {
  min-height: 375px
}

@media screen and (max-width: 570px) {
  #articledivtrendD,#articledivtrendM {
      min-height:130px
  }

  #articledivrec,#sectiondivicymi {
      min-height: 515px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .col-md-12 #articledivtrendD {
      min-height:340px
  }

  .col-md-6 #articledivtrendD {
      min-height: 550px
  }

  .col-md-4 #articledivtrendD {
      min-height: 770px
  }

  #articledivrec,#sectiondivicymi {
      min-height: 760px
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .col-lg-4 #articledivtrendD {
      min-height:550px
  }

  #articledivrec,#sectiondivicymi {
      min-height: 400px
  }
}

@media screen and (max-width: 570px) {
  .video-element .element {
      padding:0;
      margin: 10px 0 0;
      border-bottom: 1px solid #999;
      min-height: 90px
  }

  .video-element .element:last-child {
      border-bottom: 1px solid rgba(0,0,0,0.1450980392)
  }

  .video-element .element .label {
      font-size: 12px;
      margin-left: 145px;
      margin-bottom: 0
  }

  .video-element .element .title {
      margin-left: 145px;
      margin-top: 5px;
      margin-bottom: 10px
  }

  .video-element .element .by-line {
      margin-left: 145px
  }

  .video-element .element .hash-tag {
      color: #b00020;
      border-bottom: 1px solid #b00020;
      font-size: 12px;
      margin: 10px 0 10px 145px
  }

  .video-element .element .picture {
      width: 130px;
      --bs-aspect-ratio: calc(9 / 16 * 100%);
      float: left;
      margin: 0 !important;
      min-height: 80px
  }

  .video-element .element .picture .time {
      font-size: 8px;
      bottom: 8px;
      right: 0;
      padding-right: 6px;
      padding-left: 6px;
      height: 18px;
      padding: 2px 3px
  }

  .video-element .element .picture img {
      width: 130px;
      height: 80px
  }

  .video-element .element .picture.audio::after {
      background-size: 42px 30px;
      width: 42px;
      height: 30px
  }

  .video-element .element .picture.video::after {
      background-size: 42px 30px;
      width: 42px;
      height: 30px
  }
}

.lang-list {
  margin: 5px auto 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.lang-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 3px
}

.lang-list li a {
  display: block;
  border: 1px solid rgba(0,0,0,0.1450980392);
  border-radius: 50px;
  width: 40px;
  height: 29px;
  padding: 3px 0;
  transition: all .3s;
  position: relative
}

.lang-list li a .tool-tip {
  display: none;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 1px solid #e1e1e1;
  padding: 3px 7px;
  position: absolute;
  z-index: 2;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  box-shadow: 0 -2px 3px rgba(0,0,0,0.16);
  transition: all .3s
}

.lang-list li a .tool-tip::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: calc(50% - 4px);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cdcdcd
}

.lang-list li a:hover,.lang-list li a:focus {
  border-color: #333
}

.lang-list li a:hover .tool-tip,.lang-list li a:focus .tool-tip {
  display: block
}

.date-time {
  text-align: center;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 14px;
  margin-bottom: 7px
}

.read-this-in {
  font-size: 12px;
  font-family: "Merriweather Sans",sans-serif !important;
  margin-top: 20px
}

.read-this-in .text {
  font-family: "Merriweather Sans",sans-serif !important;
  letter-spacing: .6px
}

.read-this-in .lang {
  font-family: "Merriweather Sans",sans-serif !important;
  padding: 5px 14px;
  border: 1px solid rgba(0,0,0,0.1450980392);
  border-radius: 50px;
  font-size: .9rem;
  text-decoration: none;
  transition: all .3s;
  margin: 0 10px
}

.read-this-in .lang:hover {
  border-color: #333
}

.read-this-in .lang-list {
  display: inline-block
}

.read-this-in.middle-align {
  text-align: center
}

.read-this-in.middle-align .text {
  display: inline-block;
  vertical-align: middle
}

.read-this-in.middle-align .lang-list {
  margin-left: 10px;
  margin-top: 0;
  display: inline-block;
  vertical-align: middle
}

.read-this-in.splite-center {
  text-align: center
}

.read-this-in.splite-center .text {
  text-align: center
}

.read-this-in.splite-center .lang-list {
  display: block
}

.read-this-in.splite-center .lang-list li img {
  height: 16px;
  width: 25px
}

@media screen and (max-width: 570px) {
  .date-time {
      font-size:14px;
      margin-bottom: 10px
  }

  .read-this-in {
      max-width: calc(100% - 36px);
      padding: 0;
      width: 100%;
      margin-left: auto;
      margin-right: auto
  }

  .read-this-in .lang-list {
      display: inline-block
  }

  .read-this-in,.read-this-in.middle-align {
      text-align: center
  }

  .read-this-in .text,.read-this-in.middle-align .text {
      text-align: center;
      margin-bottom: 8px
  }

  .read-this-in .lang-list,.read-this-in.middle-align .lang-list {
      margin-left: auto;
      margin-right: auto;
      margin-top: 10px;
      display: block
  }

  .read-this-in .lang-list li,.read-this-in.middle-align .lang-list li {
      margin: 10px 2px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .lang-list li {
      margin:5px 1px
  }

  .lang-list li a {
      width: 35px
  }
}

@media screen and (max-width: 1181px) and (min-width:1001px) {
  .lang-list li {
      margin:5px 1px
  }

  .lang-list li a {
      width: 35px
  }
}

.lang-selection {
  display: block;
  position: relative;
  margin: 10px auto 0;
  width: max-content
}

.lang-selection .lang-selector {
  text-align: left;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.1450980392);
  border-radius: 50px;
  width: 220px;
  padding: 6px 15px 6px 5px;
  cursor: pointer;
  position: relative;
  transition: all .3s
}

.lang-selection .lang-selector:hover,.lang-selection .lang-selector:focus {
  border-radius: 0;
  border-color: rgba(0,0,0,0.3137254902)
}

.lang-selection .lang-selector .lang-icon {
  position: relative;
  top: -2px;
  border-right: 1px solid #999;
  margin-right: 10px
}

.lang-selection .lang-selector::after {
  content: "";
  border-top: 7px solid;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  position: absolute;
  font-size: 18px;
  right: 15px;
  top: 14px;
  transition: all .3s
}

.lang-selection .lang-selector.active {
  border-radius: 0;
  border-color: rgba(0,0,0,0.3137254902)
}

.lang-selection .lang-selector.active::after {
  transform: rotate(180deg)
}

.lang-selection .lang-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 6px rgba(0,0,0,0.16);
  z-index: 2;
  max-height: 200px;
  overflow-y: auto
}

.lang-selection .lang-dropdown li {
  display: block;
  padding: 7px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.1450980392);
  background: #fff;
  color: #000;
  transition: all .3s;
  font-family: "Merriweather Sans",sans-serif;
  text-align: left;
  cursor: pointer
}

.lang-selection .lang-dropdown li:last-child {
  border: none
}

.lang-selection .lang-dropdown li .lang-icon {
  position: relative;
  top: -2px;
  border-right: 1px solid #999;
  margin-right: 10px
}

.lang-selection .lang-dropdown li:hover {
  background: #000;
  color: #fff
}

.lang-selection .lang-dropdown li:hover .lang-icon {
  filter: invert(1);
  border-right: 1px solid rgba(0,0,0,0.6)
}

.lang-selection .lang-dropdown li.selected {
  display: none
}

.editorial-logo {
  margin: 0 auto;
  display: block;
  width: 150px
}

@media screen and (max-width: 570px) {
  .editorial-logo {
      width:200px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .editorial-logo {
      width:200px
  }
}

.show-mobile {
  display: none
}

.ad-replace {
  height: 280px;
  overflow: hidden
}

@media screen and (max-width: 570px) {
  .show-mobile {
      display:block
  }

  .ad-replace {
      height: auto;
      overflow: auto
  }
}

@media screen and (max-width: 1000px) {
  #fragmentcontenthomevideo .col-12 .element:first-child div:first-child,#fragmentcontenthomevideo .col-12 .element:first-child h1:first-child,#fragmentcontenthomevideo .col-12 .element:first-child h2:first-child,#fragmentcontenthomevideo .col-12 .element:first-child h3:first-child,#fragmentcontenthomevideo .col-12 .element:first-child h4:first-child {
      margin-top:0
  }
}

.elections .title-link {
  font-family: "Merriweather Sans",sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  text-decoration: none
}

.elections .title-link.link:hover {
  text-decoration: underline
}

.elections .title-link.link::after {
  content: url(../../images/th-online/see-more-arrow.svg);
  position: relative;
  left: 5px;
  top: 0;
  display: inline-block
}

.elections .title-link.title {
  font-family: "Merriweather",serif;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  color: #b00020;
  margin-bottom: 15px;
  width: max-content
}

.elections .title-link.title.link::after {
  left: 10px;
  top: -2px
}

@media screen and (max-width: 570px) {
  .elections .title-link {
      margin:0
  }

  .elections .title-link.title {
      font-size: 20px;
      margin: 20px 0 10px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .elections .title-link {
      margin:0
  }

  .elections .title-link.title {
      font-size: 20px;
      margin: 20px 0 10px
  }
}

.five-line-title h2 .icon {
  width: 38px;
  height: 38px;
  position: relative;
  top: -3px;
  margin-right: 10px
}

a span {
  font-weight: inherit;
  font-family: inherit
}

a strong {
  font-weight: bold;
  font-family: inherit
}

.small-link.go-back {
  position: relative;
  padding-left: 26px
}

.small-link.go-back .text {
  position: relative;
  padding-bottom: 3px
}

.small-link.go-back::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(../../images/th-online/see-more-arrow.svg) no-repeat center;
  width: 20px;
  height: 10px;
  top: 4px;
  transform: scale(-1)
}

.align-to-title.small-link {
  position: absolute;
  top: 0;
  left: 10px;
  margin: 0;
  background: #fff;
  z-index: 9;
  padding-right: 15px
}

@media screen and (max-width: 570px) {
  .align-to-title.small-link {
      position:relative;
      top: 0;
      left: 0;
      margin: 10px auto;
      padding-right: 10px;
      text-align: center;
      display: block
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .align-to-title.small-link {
      position:relative;
      top: 0;
      left: 0;
      margin: 10px auto;
      padding-right: 10px;
      text-align: center;
      display: block
  }
}

@media screen and (max-width: 570px) {
  .logo-icon {
      max-width:170px;
      margin: 25px 0 5px
  }
}

@media screen and (max-width: 570px) {
  .mobile-row-element {
      padding:10px 0;
      margin: 0 0 !important;
      position: relative;
      min-height: 120px
  }

  .mobile-row-element>a {
      margin: 0 !important
  }

  .mobile-row-element a .picture {
      width: 100px;
      max-width: 100px;
      --bs-aspect-ratio: calc(1 / 1 * 100%);
      margin: 0 0 !important;
      position: absolute;
      top: 10px;
      left: 0;
      background: url(../../images/th-online/thumbnail-square.svg) no-repeat center;
      background-size: 100% auto
  }

  .mobile-row-element>* {
      margin-left: 110px !important;
      width: calc(100% - 110px)
  }

  .mobile-row-element>*:first-child,.mobile-row-element>*:nth-child(2) {
      margin-top: 0 !important
  }

  .mobile-row-element>*:last-child {
      margin-bottom: 0 !important
  }
}

.sportstar-section {
  background: linear-gradient(90deg,#fff 4px,transparent 1%) center,linear-gradient(#fff 5px,transparent 1%) center,rgba(0,0,0,0.2);
  background-size: 6px 6px;
  padding: 25px 0 10px
}

.sportstar-section .row.white-bg {
  background: #fff
}

.sportstar-section .scorecard-title {
  font-family: "Playfair Display",serif;
  font-size: 22px;
  font-weight: 900;
  color: #b00020;
  text-align: left;
  border-bottom: 1px solid #000;
  padding: 15px 0 8px;
  position: relative
}

.sportstar-section .scorecard-title .power-by {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 14px;
  font-family: "Merriweather Sans",sans-serif;
  color: #000
}

.sportstar-section .scorecard-title .power-by img {
  max-height: 20px;
  margin-left: 5px;
  vertical-align: middle
}

.sportstar-section .sub-section-title {
  font-family: "Playfair Display",serif;
  font-size: 30px;
  font-weight: 900;
  color: #000;
  text-align: left;
  margin: 20px 0
}

.sportstar-section .box-line-title {
  height: 85px
}

.sportstar-section .box-line-title::before {
  z-index: 1;
  top: 21px
}

.sportstar-section .box-line-title h2,.sportstar-section .box-line-title h3 {
  position: relative;
  z-index: 2;
  background: linear-gradient(90deg,#fff 4px,transparent 1%) center,linear-gradient(#fff 5px,transparent 1%) center,rgba(0,0,0,0.2);
  background-size: 6px 6px
}

.sportstar-section .scorecard {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin: 10px 0
}

.sportstar-section .scorecard .item {
  width: 15%;
  margin: 0 1%;
  position: relative
}

.sportstar-section .scorecard .item::after {
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(0,0,0,0.1450980392);
  position: absolute;
  top: calc(50% - 25px);
  right: -7%
}

.sportstar-section .scorecard .item:first-child {
  margin-left: 0
}

.sportstar-section .scorecard .item:last-child {
  margin-right: 0
}

.sportstar-section .scorecard .item:last-child::after {
  display: none
}

.sportstar-section .scorecard .score-list .label {
  color: #000;
  text-transform: uppercase;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-align: left;
  margin: 0
}

.sportstar-section .scorecard .score-list .label .red {
  color: #b00020;
  font-family: inherit;
  font-weight: inherit
}

.sportstar-section .scorecard .score-list .country-score img {
  width: 20px;
  height: 15px
}

.sportstar-section .scorecard .score-list .country-score .country {
  font-family: "Merriweather Sans",sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold
}

.sportstar-section .scorecard .score-list .country-score .score {
  font-family: "Merriweather Sans",sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: bold
}

.sportstar-section .scorecard .score-list .country-score .over {
  font-family: "Merriweather",serif;
  font-size: 14px;
  color: #333;
  padding-left: 10px;
  font-weight: 600;
  position: absolute;
  right: 0
}

.sportstar-section .scorecard .score-list .result {
  color: #b00020;
  font-size: 12px;
  font-family: "Merriweather Sans",sans-serif;
  text-align: left;
  margin: 5px 0 0
}

.sportstar-section .center-align-load-more:hover {
  background: rgba(0,0,0,0.0666666667)
}

@media screen and (max-width: 570px) {
  .sportstar-section {
      background:#fff;
      padding: 0;
      margin: 20px 0
  }

  .sportstar-section .scorecard-title {
      font-size: 18px;
      padding: 0 0 5px;
      margin-top: 20px
  }

  .sportstar-section .scorecard-title .power-by {
      bottom: 8px;
      right: 0;
      font-size: 10px
  }

  .sportstar-section .scorecard-title .power-by img {
      max-height: 12px;
      margin-left: 3px;
      vertical-align: bottom
  }

  .sportstar-section .sub-section-title {
      font-size: 20px;
      margin: 0 0 15px
  }

  .sportstar-section .box-line-title {
      height: auto;
      margin-bottom: 20px
  }

  .sportstar-section .box-line-title::before {
      top: 15px
  }

  .sportstar-section .box-line-title h2,.sportstar-section .box-line-title h3 {
      background: #fff
  }

  .sportstar-section .scorecard {
      width: 100%;
      white-space: nowrap;
      overflow: auto;
      padding-bottom: 15px
  }

  .sportstar-section .scorecard .item {
      width: 75%;
      margin: 0 15px
  }

  .sportstar-section .scorecard .item::after {
      content: "";
      width: 1px;
      height: 50px;
      background: rgba(0,0,0,0.1450980392);
      position: absolute;
      top: calc(50% - 25px);
      right: -15px
  }

  .sportstar-section .scorecard .score-list .label {
      font-size: 10px
  }

  .sportstar-section .scorecard .score-list .country-score img {
      width: 16px;
      height: 12px
  }

  .sportstar-section .scorecard .score-list .country-score .country,.sportstar-section .scorecard .score-list .country-score .score,.sportstar-section .scorecard .score-list .country-score .over {
      font-size: 12px
  }

  .sportstar-section .scorecard .score-list .result {
      font-size: 11px;
      margin: 3px 0 0
  }

  .sportstar-section .center-align-load-more {
      margin-top: 0
  }
}

@media screen and (max-width: 1200px) and (min-width:571px) {
  .sportstar-section {
      background:#fff;
      padding: 0;
      margin: 25px 0
  }

  .sportstar-section .scorecard-title {
      font-size: 20px;
      padding: 0 0 5px;
      margin-top: 20px
  }

  .sportstar-section .sub-section-title {
      font-size: 24px;
      margin: 0 0 15px
  }

  .sportstar-section .box-line-title {
      height: auto
  }

  .sportstar-section .box-line-title h2,.sportstar-section .box-line-title h3 {
      background: #fff
  }

  .sportstar-section .scorecard {
      width: 100%;
      white-space: nowrap;
      overflow: auto;
      padding-bottom: 15px
  }

  .sportstar-section .scorecard .item {
      width: 300px;
      margin: 0 15px
  }

  .sportstar-section .scorecard .item::after {
      content: "";
      width: 1px;
      height: 50px;
      background: rgba(0,0,0,0.1450980392);
      position: absolute;
      top: calc(50% - 25px);
      right: -15px
  }

  .sportstar-section .center-align-load-more {
      margin: 0 0
  }
}

.page-not-found h1 {
  font-family: "Playfair Display",serif;
  font-weight: 900;
  color: #b00020;
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px
}

.page-not-found h2 {
  font-family: "Merriweather",serif;
  font-weight: 900;
  color: #333;
  font-size: 24px;
  text-align: center
}

.page-not-found p {
  font-family: "Merriweather",serif;
  color: #333;
  font-size: 22px;
  text-align: center;
  margin: 30px auto 60px
}

.page-not-found .black-btn {
  width: max-content;
  height: 60px;
  border: 1px solid #000;
  border-radius: 3px;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 18px;
  color: #fff;
  background: #000;
  padding: 12px 20px 12px 30px;
  margin: 0 auto;
  display: block;
  position: relative;
  transition: all .3s
}

.page-not-found .black-btn span {
  font-family: inherit
}

.page-not-found .black-btn img {
  margin-right: 10px
}

.page-not-found .black-btn:focus {
  box-shadow: none;
  outline: none
}

.page-not-found .black-btn:after {
  content: "→";
  position: relative;
  opacity: 0;
  top: -1px;
  right: 20%;
  transition: .3s;
  font-size: 19px
}

.page-not-found .black-btn:hover {
  padding-right: 30px;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
  outline: none
}

.page-not-found .black-btn:hover::after {
  opacity: 1;
  right: -10px
}

.page-not-found .black-btn .left-icon {
  position: relative;
  margin-right: 10px;
  top: -2px;
  width: 36px;
  height: auto
}

.page-not-found .or {
  font-family: "Merriweather Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #949494;
  margin: 20px auto 15px
}

.page-not-found .thank-text {
  display: none;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
  margin: 15px auto
}

.page-not-found .thank-text img {
  position: relative;
  top: -3px;
  margin-left: 6px
}

.page-not-found .small-link {
  margin: 15px auto;
  display: block
}

.page-not-found .search-box .search .search-icon {
  right: 1px;
  padding: 6px 0
}

.page-not-found .search-box .search .search-field {
  padding-right: 40px
}

.page-not-found .search-box .go-to-search {
  font-size: 14px;
  background: #e1e1e1
}

@media not all and (min-resolution: .001dpcm) {
  @supports(-webkit-appearance:none) {
      @media screen and (max-width:999px) {
          .go-to-search::after {
              top:2px
          }
      }

      .go-to-search::after {
          top: 2px
      }
  }
}

@media screen and (max-width: 570px) {
  .page-not-found h1 {
      font-size:24px;
      margin-bottom: 15px
  }

  .page-not-found h2 {
      font-size: 16px
  }

  .page-not-found p {
      font-size: 14px;
      margin: 15px auto 30px
  }

  .page-not-found .or {
      margin: 15px 13px
  }

  .page-not-found .thank-text {
      max-width: 13px 10px
  }

  .page-not-found .black-btn {
      height: 40px;
      font-size: 14px;
      padding: 7px 15px 7px 25px
  }

  .page-not-found .black-btn:after {
      font-size: 14px
  }

  .page-not-found .black-btn:hover {
      padding-right: 25px;
      padding-left: 15px
  }

  .page-not-found .black-btn span {
      font-family: inherit
  }

  .page-not-found .black-btn .left-icon {
      width: 26px;
      height: 26px;
      top: -1px
  }

  .page-not-found .search-box .go-to-search {
      box-shadow: none
  }

  .page-not-found .search-box .go-to-search::after {
      top: -1px;
      font-size: 18px
  }

  .page-not-found .search-box .go-to-search:hover,.page-not-found .search-box .go-to-search:focus {
      background: #787878
  }

  .page-not-found .search-box .go-to-search:hover::after,.page-not-found .search-box .go-to-search:focus::after {
      opacity: 1;
      right: -8px
  }
}

@media not all and (min-resolution: .001dpcm) {
  @supports(-webkit-appearance:none) {
      @media screen and (max-width:570px) {
          .page-not-found .black-btn {
              width:200px;
              height: 39px;
              font-size: 14px;
              padding: 5px 0 7px 10px
          }

          .page-not-found .black-btn:after {
              content: "→";
              position: relative;
              opacity: 0;
              top: 1px;
              right: 20%;
              transition: .3s;
              font-size: 17px
          }

          .page-not-found .black-btn:hover {
              padding-right: 20px;
              padding-left: 10px
          }

          .page-not-found .black-btn:hover::after {
              opacity: 1;
              right: -6px;
              font-size: 17px;
              top: 1px
          }

          .page-not-found .black-btn span {
              font-family: inherit
          }

          .page-not-found .black-btn .left-icon {
              width: 26px;
              height: 26px;
              top: -1px
          }
      }
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .page-not-found h1 {
      font-size:28px
  }

  .page-not-found h2 {
      font-size: 20px
  }

  .page-not-found p {
      font-size: 16px;
      margin: 30px auto 20px
  }

  .page-not-found .search-box .go-to-search {
      box-shadow: none
  }

  .page-not-found .search-box .go-to-search::after {
      top: -1px;
      font-size: 18px
  }

  .page-not-found .search-box .go-to-search:hover,.page-not-found .search-box .go-to-search:focus {
      background: #787878
  }

  .page-not-found .search-box .go-to-search:hover::after,.page-not-found .search-box .go-to-search:focus::after {
      opacity: 1;
      right: -8px
  }
}

.read-in-app-floating-btn {
  width: 100%;
  padding: 30px 0 20px;
  position: fixed;
  bottom: 10px;
  z-index: 8;
  box-shadow: none;
  display: none;
  transition: all .5s
}

.read-in-app-floating-btn .rna-btn {
  display: block;
  width: max-content;
  margin: 0 auto;
  background: #B00020;
  color: #fff;
  font-family: "Merriweather Sans",sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 10px 17px;
  border-radius: 50px;
  transition: all .3s
}

.read-in-app-floating-btn .rna-btn:hover,.read-in-app-floating-btn .rna-btn:focus,.read-in-app-floating-btn a {
  background: #B00020;
  text-decoration: none
}

@media screen and (max-width: 570px) {
  .read-in-app-floating-btn {
      display:block
  }
}







.base-text {
  color: #b00020 !important
}

section {
  display: block;
  clear: both;
  width: 100%;
  margin: 40px auto
}

section.gray-bg {
  padding: 60px 0;
  background: #f1f1f1
}

.container {
  max-width: 1300px
}

a,button {
  cursor: pointer;
  text-decoration: none;
  color: inherit
}

a:hover,button:hover {
  text-decoration: underline;
  color: inherit
}

a:hover .ad::after,button:hover .ad::after {
  text-decoration: none
}

.flooting-ad {
  width: 100%;
  background: #f1f1f1;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  z-index: 11;
  box-shadow: 0 -6px 4px rgba(0,0,0,0.1254901961);
  display: none
}

.flooting-ad .picture {
  width: 320px;
  height: 60px;
  margin: 0 auto 15px
}

.flooting-ad .picture img {
  object-fit: cover;
  object-position: center;
  width: 320px;
  height: 60px
}

.flooting-ad .picture::after {
  content: "ADVERTISEMENT";
  text-align: center;
  letter-spacing: 1px;
  font-size: 9px;
  font-family: "Merriweather",serif;
  position: relative;
  display: block;
  bottom: -5px;
  width: 100%;
  height: 10px;
  left: 0
}

.black-bg {
  background: #000;
  width: 100%
}

.featured .container {
  position: relative;
  padding: 0
}

.featured .img-banner {
  position: relative
}

.featured .img-banner .img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.featured .img-banner .img::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.featured .img-banner .img>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.featured .img-banner .img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: unset
}

.featured .content {
  background: linear-gradient(90deg,#000,rgba(0,0,0,0.7333333333),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0.2),rgba(0,0,0,0.6666666667),#000);
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  text-decoration: none
}

.featured .content .title-patch {
  margin: 40px 0 30px;
  color: #fff
}

.featured .content .title-patch .icon {
  width: 38px;
  height: 38px;
  position: relative;
  top: -3px;
  margin-right: 10px
}

.featured .content .text {
  font-size: 50px;
  line-height: 58px;
  width: 50%;
  color: #fff
}

.featured .content:hover .text:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px
}

.featured .content .author {
  display: block;
  width: 100%;
  margin: 25px 0
}

.featured .content .author .author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  display: inline-block;
  margin-right: 10px
}

.featured .content .author .author-img img {
  object-fit: cover;
  object-position: center;
  width: 60px;
  height: 60px;
  border-radius: 50%
}

.featured .content .author .author-name {
  color: #fff;
  font-family: "Merriweather",serif;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase
}

.featured .content .author .author-name span {
  font-family: "Merriweather",serif;
  display: block;
  color: #fc0;
  font-weight: bold;
  text-decoration: none
}

.featured .content .author .author-name .name {
  font-family: "Merriweather",serif;
  font-size: 10px;
  color: #fff;
  text-decoration: underline
}

.featured .content .author .author-name .name:hover {
  text-decoration: none
}

.featured .content .arrow-link {
  margin-top: 40px
}

.featured .content .arrow-link img {
  width: 100px;
  height: 40px;
  display: inline-block;
  margin-right: 20px;
  filter: invert(1)
}

.featured .content .arrow-link .small-link {
  font-size: 14px;
  font-family: "Merriweather Sans",sans-serif;
  color: #fff;
  text-decoration: none;
  display: inline
}

.featured .content .arrow-link .small-link .slider {
  background: #fff
}

@media screen and (max-width: 570px) {
  .container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
      max-width:100%;
      width: 100%;
      padding: 0 18px
  }

  .featured {
      padding: 70px 0 25px
  }

  .featured .container {
      max-width: 100%;
      padding: 0;
      margin: 0
  }

  .featured .row {
      margin: 0;
      padding: 0
  }

  .featured .img-banner {
      margin: 0;
      padding: 0 0 0
  }

  .featured .content {
      padding: 20px 30px 0;
      background: none;
      position: unset
  }

  .featured .content .title-patch {
      font-size: 22px;
      position: absolute;
      margin: 0;
      top: -50px
  }

  .featured .content .title-patch .icon {
      display: unset;
      vertical-align: middle;
      width: 32px;
      height: 32px
  }

  .featured .content .text {
      font-size: 22px;
      line-height: 32px;
      width: 100%
  }

  .featured .content .text .res-br {
      display: none
  }

  .featured .content .author {
      margin: 15px 0
  }

  .featured .content .author .author-name {
      font-size: 11px;
      width: auto
  }

  .featured .content .arrow-link {
      margin-top: 0;
      text-align: right
  }

  .featured .content .arrow-link img {
      max-width: 40px;
      height: auto;
      margin-right: 10px
  }

  .featured .content .arrow-link a {
      font-size: 12px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .featured .container {
      max-width:100%;
      padding: 0;
      margin: 0
  }

  .featured .row {
      margin: 0;
      padding: 0
  }

  .featured .img-banner {
      margin: 0
  }

  .featured .img-banner .img {
      height: 440px
  }

  .featured .img-banner .img img {
      height: 440px
  }

  .featured .content {
      padding: 0 30px
  }

  .featured .content .title-patch {
      width: max-content;
      padding-left: 0;
      padding-right: 25px;
      margin: 40px 0 20px
  }

  .featured .content .title-patch span img {
      max-height: 13px
  }

  .featured .content .text {
      font-size: 30px;
      line-height: 36px;
      width: 60%
  }

  .featured .content .author {
      margin: 15px 0 0
  }

  .featured .content .author .author-name {
      font-size: 11px
  }

  .featured .content .arrow-link {
      margin-top: 25px
  }

  .featured .content .arrow-link img {
      max-width: 40px;
      height: auto;
      margin-right: 10px
  }

  .featured .content .arrow-link a {
      font-size: 12px
  }
}

@media screen and (max-width: 1181px) and (min-width:1001px) {
  .featured .container {
      max-width:100%;
      padding: 0;
      margin: 0
  }

  .featured .row {
      margin: 0;
      padding: 0
  }

  .featured .img-banner {
      margin: 0
  }

  .featured .img-banner .img {
      height: 440px
  }

  .featured .img-banner .img img {
      height: 440px;
      object-fit: contain
  }

  .featured .content {
      padding: 0 30px
  }

  .featured .content .title-patch {
      width: max-content;
      padding-left: 0;
      padding-right: 25px;
      margin: 40px 0 20px
  }

  .featured .content .title-patch span img {
      max-height: 13px
  }

  .featured .content .text {
      font-size: 30px;
      line-height: normal;
      width: 50%
  }

  .featured .content .text .res-br {
      display: none
  }

  .featured .content .author {
      margin: 15px 0 0
  }

  .featured .content .author .author-name {
      font-size: 11px
  }

  .featured .content .arrow-link {
      margin-top: 25px
  }

  .featured .content .arrow-link img {
      max-width: 40px;
      height: auto;
      margin-right: 10px
  }

  .featured .content .arrow-link a {
      font-size: 12px
  }
}

.top-section .element {
  min-height: 122px
}

.top-section .element.bigger .title {
  margin-bottom: 15px
}

.top-section .img {
  margin: 0 auto;
  display: block
}

.top-section .editorial .element {
  min-height: auto
}

.top-section .editorial .editorial-logo {
  margin: 0 auto;
  display: block;
  height: 73px;
  width: 150px
}

.top-section .title-patch {
  margin: 0 0 20px
}

section.black-bg.featured .content a {
  text-decoration: none
}

@media screen and (max-width: 570px) {
  .top-section {
      margin-top:20px
  }

  .top-section .element {
      min-height: auto
  }

  .top-section .editorial .element {
      min-height: auto
  }

  .top-section .editorial .editorial-logo {
      margin: 0 auto 20px;
      width: 200px;
      height: 100px
  }

  .top-section .title-patch {
      margin: 15px 0 10px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .top-section .element {
      min-height:auto
  }

  .top-section .main-element {
      border-bottom: none
  }

  .top-section .main-element + .row {
      margin-bottom: 20px
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .top-section .element .picture {
      margin:10 auto 20px !important
  }

  .top-section .main-element {
      border-bottom: none
  }

  .top-section .main-element + .row {
      margin-bottom: 30px
  }
}

.element.smaller.no-italics {
  min-height: auto
}

.element.smaller.no-italics .title,.element.smaller.no-italics .title a {
  font-size: 18px;
  font-weight: normal;
  font-style: normal
}

.element.with-writer {
  width: 100%;
  position: relative;
  padding-right: 60px;
  min-height: auto
}

.element.with-writer .title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 5px
}

.element.with-writer .title a {
  font-weight: normal;
  font-family: inherit
}

.element.with-writer .picture {
  width: 206px;
  margin: 10px 0;
  background: url(../../images/th-online/thumbnail-rectangle.svg) center;
  background-size: 100% auto
}

.element.with-writer .writer-img {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 52px;
  height: 52px;
  border-radius: 50%
}

.element.with-writer .writer-img img {
  object-fit: cover;
  object-position: center;
  width: 52px;
  height: 52px;
  border-radius: 50%
}

.element.with-writer:last-child .writer-img {
  bottom: 0
}

.element.flex-element {
  position: relative;
  min-height: 168px
}

.element.flex-element .picture {
  width: 300px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0
}

.element.flex-element .picture,.element.flex-element .picture * {
  margin: 0
}

.element.flex-element .title,.element.flex-element .label,.element.flex-element .by-line {
  margin-left: 315px
}

.listen-on,.listen-on span {
  text-align: left;
  font-family: "Merriweather Sans",sans-serif;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  width: max-content;
  font-size: 12px
}

.listen-on .podcast-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: max-content
}

.listen-on .podcast-list li {
  display: inline-block;
  margin: 0 5px
}

.listen-on .podcast-list li a {
  display: block
}

.listen-on .podcast-list li a:hover {
  text-decoration: none
}

@media screen and (max-width: 570px) {
  .element.with-writer .title {
      font-size:16px
  }

  .element.with-writer .picture {
      width: calc(100% + 60px)
  }

  .table-elements .mt-3 {
      margin-top: 0 !important
  }

  .table-elements .element {
      position: relative;
      padding: 10px 0;
      min-height: 120px;
      margin: 0 auto !important
  }

  .table-elements .element .picture {
      width: 100px;
      --bs-aspect-ratio: calc(1 / 1 * 100%);
      position: absolute;
      top: 10px;
      left: 0;
      margin: 0 !important
  }

  .table-elements .element .title,.table-elements .element .label,.table-elements .element .by-line,.table-elements .element .author,.table-elements .element .listen-on,.table-elements .element .sub-text {
      margin-left: 113px;
      margin-top: 0
  }

  .table-elements .element .label {
      margin-bottom: 5px
  }

  .table-elements .element div:first-child {
      margin-top: 0
  }

  .table-elements .element.bigger {
      padding: 0
  }

  .table-elements .element.bigger .picture {
      width: 100%;
      --bs-aspect-ratio: calc(9 / 16 * 100%);
      position: relative
  }

  .table-elements .element.bigger .title,.table-elements .element.bigger .label,.table-elements .element.bigger .by-line,.table-elements .element.bigger .author,.table-elements .element.bigger .listen-on,.table-elements .element.bigger .sub-text {
      margin-left: 0
  }

  .reverse-column {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap
  }

  .reverse-column .reverse-part:first-child {
      order: 0
  }

  .reverse-column .reverse-part:last-child {
      order: -1
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .element.flex-element {
      margin-bottom:20px
  }

  .element.flex-element .picture {
      margin: 0
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  .element.flex-element {
      margin-bottom:20px
  }

  .element.flex-element .picture {
      margin: 0
  }
}

.stories-list {
  list-style: none;
  margin: 30px auto;
  padding: 0;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center
}

.stories-list .storie-item {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin: 0 8px;
  cursor: pointer
}

.stories-list .storie-item .picture {
  width: 100%;
  min-height: unset;
  position: relative;
  --bs-aspect-ratio: calc(6 / 4 * 100%)
}

.stories-list .storie-item .picture::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.stories-list .storie-item .picture>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.stories-list .storie-item .picture img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
  min-height: unset
}

.stories-list .storie-item .picture .text-part {
  background: linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0.6),rgba(0,0,0,0.4),rgba(0,0,0,0),rgba(0,0,0,0.21),rgba(0,0,0,0.66));
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.stories-list .storie-item .picture .text-part .past-stories {
  display: flex;
  position: absolute;
  bottom: 8px;
  left: 6px;
  right: 6px;
  z-index: 1;
  overflow: hidden
}

.stories-list .storie-item .picture .text-part .past-stories span {
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
  opacity: .4;
  margin-right: 3px;
  overflow: hidden;
  margin-top: 5px;
  margin-left: 3px;
  flex: 1
}

.stories-list .storie-item .picture .text-part .past-stories span.active {
  opacity: 1
}

.stories-list .storie-item .picture .icon-part {
  height: 30px;
  width: 30px;
  margin: 14px
}

.stories-list .storie-item .picture .icon-part img {
  height: 30px;
  width: 30px
}

.stories-list .storie-item .title {
  color: #000;
  font-family: "Merriweather",serif;
  letter-spacing: .2px;
  font-size: 14px;
  text-align: left;
  padding: 15px 3px 0;
  position: relative;
  bottom: 10px;
  line-height: normal;
  white-space: normal
}

.stories-list.inner-page {
  overflow-x: unset;
  white-space: unset;
  margin: unset;
  padding: unset;
  text-align: center;
  padding: 0 10px 10px 10px
}

.stories-list.inner-page .storie-item {
  margin: 0 8px 10px 8px;
  width: 100%
}

.box-line-title + .stories-list {
  margin-top: -30px
}

.box-line-title .shorts {
  font-size: 30px;
  top: 0
}

@media screen and (max-width: 570px) {
  .stories-list {
      margin:20px auto 10px;
      padding-bottom: 10px
  }

  .stories-list .storie-item {
      width: 150px;
      margin: 0 3px;
      border-radius: 3px;
      vertical-align: top
  }

  .stories-list .storie-item .text-part .title {
      font-size: 9px;
      text-align: left;
      padding: 5px 5px 0;
      bottom: 5px
  }

  .stories-list .storie-item .picture .past-stories span {
      width: 5.6px;
      margin-right: 0
  }

  .stories-list .storie-item .picture .icon-part {
      height: 20px;
      width: 20px;
      margin: 0 5px
  }

  .stories-list .storie-item .picture .icon-part img {
      height: 20px;
      width: 20px
  }

  .stories-list.inner-page .storie-item {
      width: 100%;
      margin: 0
  }

  .box-line-title + .stories-list {
      margin-top: 10px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .box-line-title + .stories-list {
      margin-top:10px
  }
}

.title-patch {
  margin: 20px 0
}

.title-patch .icon {
  width: 38px;
  height: 38px;
  position: relative;
  top: -3px;
  margin-right: 10px
}

.title-patch.center-align {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.full-width-bg {
  padding-top: 30px;
  padding-bottom: 40px
}

.full-width-bg h2,.full-width-bg h1 {
  color: #fff;
  font-size: 36px;
  line-height: normal;
  text-align: left;
  font-family: "Playfair Display",serif;
  font-weight: 900;
  margin-bottom: 30px
}

.full-width-bg h2.medium,.full-width-bg h1.medium {
  font-size: 30px
}

.full-width-bg .title-patch {
  margin-top: 0
}

.full-width-bg .title-patch.center-align.video-ply {
  text-align: left
}

.full-width-bg .element .title,.full-width-bg .element .label,.full-width-bg .element .by-line {
  color: #fff
}

.full-width-bg .element .title,.full-width-bg .element .title a {
  font-weight: normal
}

.full-width-bg .element .picture .iframe {
  width: 100%;
  visibility: visible;
  display: none;
  position: absolute;
  inset: 0
}

.full-width-bg .element .picture .video-outer {
  min-height: 200px
}

.full-width-bg .element .picture .video-outer .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  display: inline-block;
  cursor: pointer
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn .iconWrapper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: inherit
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn .iconWrapper::before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  opacity: 0;
  -webkit-animation: animation-j45xwj 3s .48s linear infinite
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn .iconWrapper::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  opacity: 0;
  -webkit-animation: animation-j45xwj 3s .8s linear infinite;
  animation: animation-j45xwj 3s .8s linear infinite
}

.full-width-bg .element .picture .video-outer .playIcon .playBtn::after {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  top: -45px;
  left: -45px;
  right: -45px;
  bottom: -45px;
  opacity: 0;
  -webkit-animation: animation-j45xwj 3s .16s linear infinite;
  animation: animation-j45xwj 3s .16s linear infinite
}

@-webkit-keyframes animation-j45xwj {
  0% {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      transform: scale(0.5)
  }

  50% {
      opacity: .5
  }

  90% {
      opacity: 1
  }

  100% {
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5)
  }
}

.full-width-bg .discription {
  font-family: "Merriweather",serif;
  color: #fff;
  font-size: 17px;
  font-weight: normal
}

.full-width-bg .small-link {
  margin: 0 0 0
}

.full-width-bg .small-link,.full-width-bg .small-link .text {
  color: #fff
}

.full-width-bg .small-link .slider {
  background: #fff
}

@media screen and (max-width: 570px) {
  .full-width-bg {
      padding-top:20px;
      padding-bottom: 25px
  }

  .full-width-bg .container .row .col-xl-6 {
      order: -1
  }

  .full-width-bg h2,.full-width-bg h1 {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 20px
  }

  .full-width-bg .title-patch.center-align {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: block;
      margin-bottom: 10px
  }

  .full-width-bg .title-patch.center-align.video-ply {
      text-align: left
  }

  .full-width-bg .element .picture .video-outer {
      min-height: 100px
  }

  .full-width-bg .element .picture .video-outer .playIcon {
      margin: 0
  }

  .full-width-bg .element .picture .video-outer .playIcon .playBtn {
      width: 60px;
      height: 60px
  }

  .full-width-bg .element .picture .video-outer .playIcon .playBtn::after {
      display: none
  }

  .full-width-bg .discription {
      display: none
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .full-width-bg {
      padding-top:25px;
      padding-bottom: 33px
  }

  .full-width-bg .container .row .col-xl-6 {
      order: -1
  }

  .full-width-bg h2,.full-width-bg h1 {
      font-size: 24px;
      line-height: normal;
      margin-bottom: 20px
  }

  .full-width-bg .title-patch.center-align {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: block;
      margin-bottom: 10px
  }

  .full-width-bg .element .picture .video-outer {
      min-height: 100px
  }

  .full-width-bg .element .picture .video-outer .playIcon {
      margin: 0
  }

  .full-width-bg .element .picture .video-outer .playIcon .playBtn {
      width: 60px;
      height: 60px
  }

  .full-width-bg .element .picture .video-outer .playIcon .playBtn::after {
      display: none
  }

  .full-width-bg .discription {
      display: none
  }
}

.patch-1 .round {
  position: relative;
  width: 146px;
  display: flex;
  background-color: #ffed00;
  padding: 3px 8px;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  min-height: 25px
}

.patch-1 .round .patch-logo,.patch-1 .round .patch-video {
  width: 25px;
  height: 25px
}

.patch-1 .round .patch-logo img,.patch-1 .round .patch-video img {
  width: 25px;
  height: 25px
}

.patch-1 .round .p1-title {
  font-family: "Merriweather",serif;
  font-size: 22px;
  line-height: normal;
  font-weight: 800;
  color: #000;
  align-items: center;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  top: 2px;
  max-width: 70%
}

.patch-1 .round .p1-next {
  margin-right: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  color: #000;
  align-items: center;
  cursor: pointer;
  display: block;
  position: relative;
  top: 2px;
  font-style: normal
}

.patch-1 .round .p1-next .arrow {
  position: absolute;
  background-size: contain;
  height: 23px;
  width: 23px;
  top: 0;
  right: 0
}

.patch-1 .round .p1-next .arrow.next {
  background-image: url(../../images/th-online/ssrightarrow.svg);
  background-repeat: no-repeat
}

.patch-1 .round .live-span {
  margin: 0;
  font-style: normal;
  font-size: 22px;
  position: relative;
  top: -1px
}

.patch-1 .round .live-span i {
  top: 0;
  font-size: 22px
}

@keyframes bounceAlpha {
  0% {
      opacity: 1;
      transform: translateX(0px) scale(1)
  }

  25% {
      opacity: 0;
      transform: translateX(10px) scale(0.9)
  }

  26% {
      opacity: 0;
      transform: translateX(-10px) scale(0.9)
  }

  55% {
      opacity: 1;
      transform: translateX(0px) scale(1)
  }
}

.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.arrow.ss-see-more-arrow.bounceAlpha {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: .2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.round:hover .arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

.round:hover .arrow.ss-see-more-arrow {
  animation-name: bounceAlpha;
  animation-duration: 1.4s;
  animation-delay: .2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear
}

@media screen and (max-width: 570px) {
  .patch-1 .round .p1-title {
      font-size:16px;
      line-height: 16px
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  .patch-1 .round .p1-title {
      width:200px;
      font-size: 12px;
      line-height: 12px
  }

  .patch-1 .round .p1-seemore {
      width: 35px;
      font-size: 10px;
      line-height: 10px;
      margin-bottom: -3px
  }
}

@media screen and (max-width: 1200px) and (min-width:1000px) {
  .patch-1 .round .p1-title {
      width:185px;
      font-size: 12px;
      line-height: 12px
  }

  .patch-1 .round .p1-seemore {
      width: 35px;
      font-size: 10px;
      line-height: 10px;
      margin-bottom: -3px
  }
}


.nine-grid {
      display: grid;
      grid-template-columns: repeat(9, 1fr); /* 9 equal columns */
      gap: 1rem;
    }
    .grid-item {
      background-color: #e9ecef;
      padding: 5px 8px;
      text-align: center;
    }

    /* Responsive tweak for smaller screens */
    @media (max-width: 992px) {
      .nine-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for tablet */
      }
    }

    @media (max-width: 576px) {
      .nine-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for mobile */
      }
    }

      .grid-item:hover  {
        background-color: #006d77;
      }

       .grid-item:hover .map-name {
         color: #fff;
         text-decoration: none;
       }
    .map-btn {
      background-image: url('./img/map.png');
      background-repeat: no-repeat;
      height: 63px;
    }

     .map-btn.dl {
        background-position: 16px -3px;
     }

    .map-btn.up {
       background-position: -98px 0px;
     }

    .map-btn.cg {
       background-position: -206px 0px;
     }

    .map-btn.mh {
      background-position: -338px -2px;
     }

    .map-btn.mp {
      background-position: -440px -4px;
     }

    .map-btn.rj {
        background-position: -563px -3px;
     }

    .map-btn.ts {
          background-position: -678px 0px;
     }

    .map-btn.ap {
           background-position: -789px -3px;
     }

    .map-btn.or {
           background-position: -913px -6px;
     }


     .map-name {
      text-align: center;
     }

footer {
  background-color: #f2f2f2
}

footer .app-icon {
  display: inline;
  float: right
}

footer .app-icon img {
  width: 128px;
  height: 38px;
  margin-left: 15px
}

footer .footer-top-border {
  border-top: 5px solid #000;
  padding-top: 7px
}

footer .footer-logo {
  width: auto;
  padding: 30px 0 30px 0
}

footer .footer-logo .mobile-logo {
  height: 38px
}

footer .footer-menu h5 {
  font-size: 14px;
  line-height: normal;
  font-family: "Merriweather Sans",sans-serif;
  color: #000;
  font-weight: 800;
  margin: 0
}

footer .footer-menu h5 span {
  font-weight: 800;
  font-family: "Merriweather Sans",sans-serif
}

footer .footer-menu .footer-menu-list {
  list-style: none;
  display: inline-block;
  padding: 0;
  width: 100%
}

footer .footer-menu .footer-menu-list li {
  font-size: 14px;
  line-height: normal;
  font-family: "Merriweather Sans",sans-serif;
  color: #000;
  margin: 2px 0;
  position: relative;
  border-bottom: 1px solid #999;
  padding: 10px 0
}

footer .footer-menu .footer-menu-list li a {
  font-family: "Merriweather Sans",sans-serif
}

footer .footer-menu .footer-menu-list li:last-child {
  border-bottom: none
}

footer .footer-social-icon {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 20px
}

footer .footer-social-icon li {
  display: inline;
  margin: 0 5px 0 0
}

footer .footer-social-icon li img {
  width: 41px;
  height: 34px
}

footer .link-list {
  margin: 0 0 10px;
  padding: 0;
  list-style: none
}

footer .link-list li {
  display: inline-block;
  position: relative;
  margin-right: 15px
}

footer .link-list li::after {
  display: none
}

footer .link-list li#teconsent a::before {
  display: none
}

footer .link-list li a {
  font-size: 12px;
  line-height: normal;
  color: #000;
  text-decoration: none;
  font-family: "Merriweather Sans",sans-serif
}

footer .link-list li a:hover {
  text-decoration: none
}

footer .link-list li a::before {
  color: #6c757d;
  content: "/";
  position: absolute;
  left: -12px;
  top: -2px;
  font-size: 12px
}

footer .copyrights {
  margin-bottom: 5px;
  color: #000
}

footer .copyrights a {
  font-size: 12px;
  line-height: normal;
  font-family: "Merriweather Sans",sans-serif;
  color: #000
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.footer-list .title {
  list-style: none
}

.footer-list .title:first-child h5 {
  padding: 10px 0 0;
  margin: 0;
  border-top: 5px solid #000
}

.footer-list .title .footer-sub-list {
  padding: 0;
  margin: 12px 0 30px;
  list-style: none
}

.footer-list .title .footer-sub-list li {
  list-style: none;
  font-size: 14px;
  line-height: normal;
  font-family: "Merriweather Sans",sans-serif;
  color: #000;
  margin: 7px 0
}

.footer-list .title .footer-sub-list li a {
  padding: 3px 0;
  display: inline-block;
  font-family: "Merriweather Sans",sans-serif
}

.footer-list .title .footer-sub-list.with-graph-icon li a::after {
  content: url(../../../../theme/images/th-online/graph-arrow-icon.svg);
  margin-left: 3px
}

.back-to-top {
  position: relative;
  cursor: pointer
}

.back-to-top p {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  font-family: "Merriweather Sans",sans-serif;
  font-weight: bold;
  padding-right: 25px
}

.back-to-top p img {
  position: absolute;
  bottom: 3px;
  right: 0
}

@media screen and (max-width: 570px) {
  footer .top-border-hide-mobile {
      border-top:0 solid #000;
      padding-top: 0
  }

  footer .footer-logo {
      text-align: center;
      padding-bottom: 10px
  }

  footer .footer-logo .mobile-logo {
      width: 270px;
      height: 25px;
      margin-bottom: 20px;
      margin-left: 0;
      display: block
  }

  footer .footer-menu .footer-top-border {
      margin-top: 15px;
      border-top: 5px solid #000;
      padding-top: 15px
  }

  footer .footer-menu-tamil {
      font-size: 13px;
      line-height: 0
  }

  footer .app-icon {
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: space-between;
      float: none
  }

  footer .app-icon img {
      margin: 0 4% 0 0;
      width: 150px;
      height: 45px
  }

  footer .app-icon a:last-child img {
      margin-right: 0
  }

  footer .footer-list {
      padding-left: 0;
      padding-bottom: 7px;
      padding-top: 7px
  }

  footer .footer-list h5 {
      position: relative;
      z-index: 9;
      padding: 4px 0;
      margin: 2px 0;
      border-top: none
  }

  footer .footer-list .title {
      border-bottom: 1px solid #ccc;
      padding-bottom: 15px
  }

  footer .footer-list .title:first-child h5 {
      padding: 0;
      margin-top: 10px;
      border-top: none
  }

  footer .footer-list .title h5 {
      margin: 15px 0 5px
  }

  footer .footer-list .title li {
      display: inline-block;
      width: 49%;
      vertical-align: top
  }

  footer .footer-list .title .footer-sub-list {
      margin: 10px 0 0
  }

  footer .footer-list .title .footer-sub-list li {
      margin: 3px 0
  }

  footer .footer-list .menu-list-hide-mobile {
      display: none
  }

  footer .footer-social-icon {
      text-align: left;
      margin: 15px 0
  }

  footer .footer-social-icon li {
      margin: 5px 3px 5px 0
  }

  footer .footer-social-icon li img {
      width: 33px;
      height: 31px
  }

  footer .copyrights {
      text-align: left;
      line-height: 20px
  }

  .col-xl-2:nth-last-child(2) .footer-list:last-child .title:last-child {
      padding-bottom: 0;
      border-bottom: none
  }
}

@media screen and (max-width: 900px) {
  .back-to-top {
      position:unset;
      display: block;
      width: max-content;
      height: 0;
      float: right;
      margin-top: 30px
  }

  .back-to-top p {
      position: relative;
      float: right
  }
}

.footer-end {
  display: none;
  padding: 0 0
}

@media screen and (max-width: 900px) {
  .footer-end {
      display:block;
      padding: 0 0 90px
  }
}

.appointment img {
  width: 100%;
  max-height: 500px;
}

.advertisement img {
  width: 100%;
}

.advt-border {
  border: 2px solid #888;
  box-sizing: border-box;
  display: block;
}

.advt-border img{
  width: 100%;
}

.page-numbers {
    padding: 7px 12px;
    display: inline-block;
    border: 1px solid #ccc;
}

.page-numbers.current {
  background: #90caf9;
  color: #000;
}

#left-bottom-sticky-container {
  position: fixed;
  bottom: -100%;
  left: 35px;
  width: 100%;
  max-width: 800px;
  height: auto;
  z-index: 11;
  display: block;
  transition: all .8s
}

@media screen and (max-width: 570px) {
  #left-bottom-sticky-container {
      left:0;
      width: 100%
  }
}

@media screen and (max-width: 1000px) and (min-width:571px) {
  #left-bottom-sticky-container {
      left:0;
      width: 100%;
      max-width: 100%
  }
}

@media screen and (max-width: 1180px) and (min-width:1001px) {
  #left-bottom-sticky-container {
      bottom:-100%;
      left: 12px;
      transform: unset
  }
}


.mobile_menu_conainer {
  display: none;
}

.cx-flex-module {
  display: flex;
  flex-wrap: wrap;
}

.cx-item {
  width: 23%;
  margin: 0 1%;
  flex-grow: 1;
  display: block;
  text-decoration: none;
}

a.cx-item:hover {
  text-decoration: none;
}

.title-div {
  font-family: "Merriweather", serif;
  font-size: 22px;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  margin: 10px 0 20px;
  color: #000000;
  font-weight: normal;
}

.placeholder-single {
  border: 2px dashed #ccc;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.text-orange {
  color: #b00020;
  margin-bottom: 30px;
}

.menu-btn {
  display: none;
}

.wt-header {
  z-index: 15;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 6px rgba(0,0,0,0.160784);
  transition: .5s cubic-bezier(0.23,1,0.32,1);
  transition: all .3s;
}

.menu-conatiner {
  padding-bottom: 15px;
}


@media screen and (max-width: 400px) {
  .menu-conatiner {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .container-logo {
    width: 100%;
    justify-content: space-between;
  }

  .container-logo a {
    width: 70%;
  }

  .container-logo a img.logo {
    width: auto;
    height: 40px;
  }

  section {
    margin: 10px auto;
  }

  .menu-conatiner {
    padding-bottom: 5px;
  }

  .mobile_menu_conainer {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
  }

  .mobile_menu_conainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   }

  .mobile_menu_conainer ul li {
   width: 45%;
  }

  .mobile_menu_conainer ul li a {
    display: block;
    padding: 5px;
    border-bottom: 1px solid #e1e1e1;
    color: #b00020;
  }

  .menu-mobile {
    padding: 13px 20px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 30px;
    z-index: 15;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 6px rgba(0,0,0,0.160784);
    transition: .5s cubic-bezier(0.23,1,0.32,1);
    transition: all .3s;
  }

  .mob-logo img {
    height: 40px;
  }

  .mobile-menu-wrapper {
    padding: 20px;
  }

  .menu-btn-close {
    padding: 7px 20px;
  }



}