body {
  margin: 0;
}
.btn {
  text-decoration: none;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.pb-3 {
  padding-bottom: 12px;
}
.d-flex {
  display: flex;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}

.fancybox-slide--video .fancybox-content {
  border-radius: 14px;
  overflow: hidden;
}

.fancybox-toolbar {
  right: 44px;
  display: none;
  transform: translateY(-60px);
}

.fancybox-button {
  border-radius: 50%;
}

.scBannerHero .container {
  padding: 0;
  max-width: 100%;
}

.bannerHero {
  border-radius: 0;
  padding: 0;
}

.heroCarousel .owl-stage-outer {
  border-radius: 0;
}

.bannerMain {
  display: block;
  width: 100%;
}

.heroCarousel .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 12px;
  opacity: 0.5;
  margin: 0 6px;
  border: none !important;
}
.heroCarousel .owl-dots .owl-dot:focus {
  outline: 0;
}

.heroCarousel .owl-dots {
  margin-top: 0;
}

.scBannerHero picture img {
  border-radius: 0;
}

.heroCarousel .owl-dots .owl-dot.active {
  border: none !important;
  background: #FFFFFF !important;
  opacity: 1;
}

.netPackage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.packageSlider {
  position: relative;
}
/* .packageSlider .sliderControl {
  margin-left: -6px;
} */
.packageSlider .owl-carousel .owl-stage {
  display: flex;
}
.packageSlider .owl-carousel .item {
  display: flex;
  height: 100%;
}
.packageSlider .owl-dots .owl-dot {
  margin: 0 4px;
}
.packageSlider .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0;
}
.packageSlider .owl-dots .owl-dot.active {
  width: 24px;
}
.packageSlider .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.packageSlider .owl-carousel .owl-nav button.owl-prev {
  left: -32px;
  transform: rotate(-180deg);
}
.packageSlider .owl-carousel .owl-nav button.owl-next {
  right: -32px;
}
.packageSlider .owl-carousel .owl-nav button.owl-next,
.packageSlider .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  position: absolute;
  margin: 0;
}
.packageSlider .owl-carousel .owl-nav button span {
  display: none;
}
.packageSlider .owl-carousel .owl-nav button {
  width: 32px;
  height: 32px;
  background: url(../images/icons/arrow-right@2x.png) center center no-repeat !important;
  background-size: 100% auto !important;
}
.packageSlider .owl-theme .owl-nav .disabled {
  opacity: 0;
}

.cardPackNet {
  display: flex;
  width: 310px;
  padding-bottom: 6px;
  padding-left: 6px;
}
.cardPackNet .innerWrapper {
  display: flex;
  flex-direction: column;
  background: #F9F9FC;
  /* box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); */
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.cardPackNet .innerWrapper .headPack {
  display: flex;
  padding: 16px;
  width: 100%;
  height: 80px;
  text-align: center;
  background: var(--TOL-liner, linear-gradient(273deg, #1340BF -33.86%, #00B8FF 159.52%));
  background-size: cover;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  align-items: center;
}
.cardPackNet .innerWrapper .headPack p {
  width: 100%;
}
.cardPackNet .innerWrapper .bodyPack {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 140px);
}
.cardPackNet .innerWrapper .bodyPack .title {
  display: flex;
  padding: 12px;
  justify-content: center;
}
.cardPackNet .innerWrapper .bodyPack .textBox {
  display: flex;
  width: 100%;
  padding: 8px 12px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.cardPackNet .innerWrapper .bodyPack .speed {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 12px;
  background: #FFFFFF;
}
.cardPackNet .innerWrapper .bodyPack .speed .download {
  line-height: 0.75;
  font-size: 57px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px; 
}
.cardPackNet .innerWrapper .bodyPack .speed .box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 6px;
}
.cardPackNet .innerWrapper .bodyPack .speed .box span {
  line-height: 0.8;
  padding-top: 3px;
}
.cardPackNet .innerWrapper .bodyPack .freebies {
  display: flex;
  background: #F9F9FC;
  flex-direction: column;
}
.cardPackNet .innerWrapper .bodyPack .freebies .label {
  position: relative;
  width: 125px;
  height: 25px;
  display: flex;
  justify-content: center;
  background: var(--TOL-liner, linear-gradient(273deg, #1340BF -33.86%, #00B8FF 159.52%));
  border-radius: 0px 0px 16px 16px;
  /* -webkit-mask-image: url(../images/icons/mask-label.png);
  mask-image: url(../images/icons/mask-label.png);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; */
  margin: 0 auto;
}
/* .cardPackNet .innerWrapper .bodyPack .freebies .label::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-gradient.jpg") center center no-repeat;
  background-size: cover;
  z-index: 0;
} */
.cardPackNet .innerWrapper .bodyPack .freebies .label span {
  display: flex;
  position: relative;
  z-index: 1;
}
.cardPackNet .innerWrapper .bodyPack .freebies .wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 6px 12px;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
}
.cardPackNet .innerWrapper .bodyPack .freebies .wrap:last-child::after {
  display: none;
}
/* .cardPackNet .innerWrapper .bodyPack .freebies .wrap::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 12px;
  right: 12px;
  bottom: 0;
  background: rgba(214, 214, 214, 0.8);
} */
.cardPackNet .innerWrapper .bodyPack .freebies .wrap .items {
  /* display: flex; */
  width: auto;
  padding: 0 2px;
  position: relative;
  /* justify-content: center; */
}
.cardPackNet .innerWrapper .bodyPack .freebies .wrap .items img {
  max-width: 70px;
  width: 100%;
}
.cardPackNet .innerWrapper .bodyPack .freebies .wrap .items:last-child::after {
  display: none;
}
.cardPackNet .innerWrapper .bodyPack .price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px 10px;
  margin-top: auto;
  flex-wrap: wrap;
  background-color: white;
}
.cardPackNet .innerWrapper .bodyPack .price > p {
  position: relative;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
}
.cardPackNet .innerWrapper .bodyPack .price .box {
  display: flex;
  flex-direction: column;
  padding-left: 6px;
}
.cardPackNet .innerWrapper .bodyPack .price .box span {
  line-height: 1.2;
}
.cardPackNet .innerWrapper .bodyPack .price > span {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: -10px;
}
.cardPackNet .innerWrapper .footerPack {
  display: flex;
  border-radius: 0 0 12px 12px;
  background: #FFFFFF;
  padding: 12px;
}
.cardPackNet .innerWrapper .footerPack .buttonControl {
  display: flex;
  width: 100%;
}

.scVideo {
  background: url("../images/bg-video.jpg") center center no-repeat;
  background-size: cover;
}
.scVideo .vdoWrapper {
  display: flex;
  width: 100%;
  max-width: 1240px;
  position: relative;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 auto;
}
.scVideo .vdoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contentWrapper {
  display: flex;
  width: 100%;
  min-height: 0px;
  overflow: hidden;
  padding-top: 60px;
}
.contentWrapper .image {
  display: flex;
  position: relative;
}
.contentWrapper .image img {
  align-self: flex-end;
}
.contentWrapper .content {
  display: flex;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
}
.contentWrapper .content .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.contentWrapper .content .buttonControl {
  display: flex;
  width: 100%;
  justify-content: center;
}
.contentWrapper .content .buttonControl .btn {
  max-width: max-content;
}

.present-1 .contentWrapper .image {
  width: calc(100% - 650px);
}
.present-1 .contentWrapper .image img {
  width: 100%;
}
.present-1 .contentWrapper .content {
  width: 650px;
}

.present-2 .contentWrapper .image {
  width: calc(100% - 650px);
}
.present-2 .contentWrapper .image img {
  width: 100%;
}
.present-2 .contentWrapper .content {
  width: 650px;
}
.present-2 .contentWrapper .content .wrapper {
  padding-right: 0;
}

.present-3 .contentWrapper .image {
  width: calc(100% - 650px);
}
.present-3 .contentWrapper .image img {
  width: 100%;
}
.present-3 .contentWrapper .content {
  width: 650px;
}

.present-4 .contentWrapper .image {
  width: calc(100% - 650px);
}
.present-4 .contentWrapper .image img {
  width: 720px;
  position: relative;
  left: -50px;
}
.present-4 .contentWrapper .content {
  width: 650px;
}
.present-4 .contentWrapper .content .wrapper {
  padding-right: 0;
}

.scSecurity .contentWrapper {
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
}
.scSecurity .securityWrapper {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.scSecurity .securityWrapper::after {
  content: "";
  width: 1px;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: #606060;
}
.scSecurity .logo {
  display: flex;
  max-width: 340px;
  width: 100%;
}
.scSecurity .logo img {
  width: 100%;
}
.scSecurity .checkList {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.scSecurity .checkList li {
  display: flex;
  align-items: center;
  margin-right: 24px;
  margin-bottom: 20px;
}
.scSecurity .checkList li:last-child {
  margin-right: 0;
}
.scSecurity .checkList li .icons {
  display: flex;
  width: 36px;
  margin-right: 2px;
  position: relative;
  top: -5px;
}
.scSecurity .checkList li .icons img {
  width: 100%;
}
.scSecurity .checkList li p {
  display: flex;
}
.scSecurity .packSecurity {
  display: flex;
  width: 100%;
  justify-content: center;
}
.scSecurity .packSecurity .innerWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scSecurity .packSecurity .box {
  display: flex;
  align-items: center;
}
.scSecurity .packSecurity .box .icons {
  width: 82px;
  margin-right: 20px;
}
.scSecurity .packSecurity .box .icons:last-child {
  margin-right: 0;
}
.scSecurity .packSecurity .box .icons img {
  width: 100%;
}
.scSecurity .packSecurity .textBox {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.scSecurity .securityWrapper {
  display: flex;
  width: 100%;
}

.nav-wrap-scroll .wrapper {
  display: flex !important;
  margin: 0px auto;
  width: 710px;
}
.nav-wrap-scroll .wrapper .listnav {
  margin: 0 30px;
  color: #222 !important;
  text-decoration: none !important;
}
.nav-wrap-scroll .wrapper .listnav::before {
  content: "";
  height: 100%;
  background-color: rgb(236, 236, 236);
  position: absolute;
  top: 0px;
  right: 0px;
}

@media only screen and (max-width: 992px) {
  .nav-wrap-scroll {
    overflow: scroll;
  }
  .nav-wrap-scroll .wrapper {
    width: 570px;
  }
  .nav-wrap-scroll .wrapper .listnav {
    margin: 0 12px;
  }
}

.nav-wrap-scroll .wrapper .listnav:first-child {
  margin-left: 0 !important;
}

.nav-wrap-scroll .wrapper .listnav:last-child {
  margin-right: 0 !important;
}

.nav-wrap-scroll .wrapper .icon {
  width: 46px;
  height: 46px;
  display: block;
  margin: auto;
  overflow: hidden;
}
.nav-wrap-scroll .wrapper .icon img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.listnav span {
  display: block;
  margin-top: 14px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .scVideo .vdoWrapper {
    max-width: 840px;
  }

  .contentWrapper {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .present-1 .contentWrapper,
.present-3 .contentWrapper {
    flex-direction: column-reverse;
  }

  .scContent .contentWrapper .image,
.scContent .contentWrapper .content {
    width: 100%;
  }
  .scContent .contentWrapper .image {
    max-width: 560px;
    margin-top: 40px;
  }

  .bGrdBlue {
    background: #FFFFFF;
    background: -moz-linear-gradient(180deg, #FFFFFF 0%, #36a5ff 5%, #0063ff 74%, #1076ff 100%);
    background: -webkit-linear-gradient(180deg, #FFFFFF 0%, #36a5ff 5%, #0063ff 74%, #1076ff 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #36a5ff 5%, #0063ff 74%, #1076ff 100%);
  }

  .scSecurity .logo {
    max-width: 250px;
  }

  .scSecurity .checkList li {
    align-items: flex-start;
    text-align: left;
  }
  .scSecurity .checkList li .icons {
    width: 30px;
  }

  .scSecurity .packSecurity .box .icons {
    width: 60px;
  }

  .scSecurity .packSecurity .textBox .tH3 {
    font-size: 30px;
    line-height: 32px;
  }

  .scSecurity .securityWrapper div:first-child .packSecurity {
    padding-top: 0;
  }

  .present-4 .contentWrapper .image img {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .scSecurity .checkList li {
    align-items: flex-start;
    text-align: left;
  }

  .scSecurity .securityWrapper::after {
    height: 1px;
    width: auto;
    top: calc(50% - 30px);
    bottom: auto;
  }

  .scSecurity .packSecurity {
    padding: 40px 0;
  }

  .scContent .contentWrapper .image {
    max-width: 450px;
  }

  .fancybox-toolbar {
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .scVideo .vdoWrapper {
    border-radius: 8px;
  }

  .heroCarousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
  }

  /* .packageSlider {
    margin-right: -16px;
  }

  .packageSlider .sliderControl {
    margin-left: 0;
  } */

  .fancybox-slide {
    padding: 16PX;
  }

  .fancybox-slide--video .fancybox-content {
    border-radius: 6px;
  }
}
@media only screen and (max-width: 480px) {
  .scSecurity .checkList {
    flex-direction: column;
    align-items: flex-start;
  }

  .scSecurity .checkList li {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .scSecurity .logo {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) {
  .fancybox-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
  }
}

#main-menu {
  background-color: #EAF1FF;
  padding-top: 21px;
  padding-bottom: 21px;
}

#main-menu img {
  height: 46px;
}

#main-menu a {
  font-weight: 500;
  width: 96px;
  font-size: 16px;
}

#link-out {
  background-color: #EAF1FF;
  padding: 40px 0;
}

#link-out .img-left {
  padding-right: 8px;
}

#link-out .img-right {
  padding-left: 8px;
}

@media only screen and (max-width: 992px) {
  #link-out .img-left {
    padding-right: 0;
    margin-bottom: 12px;
  }
  
  #link-out .img-right {
    padding-left: 0;
  }
}

#service .item {
  border-radius: 24px;
  background-color: #F3F3F6;
  width: 280px;
  height: 320px;
}

#service .item a{
  text-decoration: none !important;
}

#service .item a img {
  margin: 0 auto;
  height: 214px;
  width: auto;
}

#service .item a b {
  font-size: 20px;
  color: #000;
}
#service .item a span {
  color: var(--bt-sys-light-charcoal-grey-medium, rgba(48, 60, 70, 0.80));
  font-size: 14px;
}

#service .owl-carousel .owl-item {
  display: flex;
}


#privilege .item {
  border-radius: 24px;
  width: 280px;
}

#privilege .text-title {
  font-weight: bold;
  padding: 8px;
  color: white;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px 16px 0px 0px;
  background: var(--TOL-liner, linear-gradient(273deg, #1340BF -33.86%, #00B8FF 159.52%));
}

#privilege .item a {
  text-decoration: none !important;
}

#privilege .item a img{
  margin: 0 auto;
  height: 280px;
  width: auto;
}

#privilege .item a .text-description {
  font-size: 16px;
  padding: 10px;
  color: #242423;
}

#privilege .owl-carousel .owl-item {
  display: flex;
}

#news .item a {
  text-decoration: none !important;
}

#news .item a img {
  border-radius: 24px 24px 0px 0px;
}

#news .item a .text-description {
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 30px;
  padding: 10px 0;
}

#news .item a .text-description span {
  font-size: 12px;
  color: #007AD0;
  display: block;
}

#news .owl-carousel .owl-nav {
  position: absolute;
  top: 29%;
  width: 100%;
  transform: translateY(-50%);
}
#news .owl-carousel .owl-nav button {
  font-size: 40px;
}
#news .owl-carousel .owl-nav button.owl-next {
  right: -32px;
  outline: none;
  position: absolute;
  margin: 0;
}

#news .owl-carousel .owl-nav button.owl-prev {
  outline: none;
  position: absolute;
  margin: 0;
  left: -32px;
}

#news .owl-carousel .owl-item {
  display: flex;
}

.font-title-style  {
  color: #242423;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.036px;
  margin-bottom: 10px;
}

.font-sub-title-style {
  color: #202020;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 32px;
  position: relative;
}

.font-sub-title-style::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 3px;
  top: 0px;
  bottom: -130%;
  margin: auto;
  right: 0;
  left: 0;
  background: linear-gradient(90.95deg, rgb(250, 175, 64) -16.37%, rgb(242, 97, 98) 22.86%, rgb(236, 41, 123) 51.96%, rgb(224, 38, 103) 67.14%, rgb(193, 31, 51) 98.77%, rgb(190, 30, 45) 102.57%);
}

.scContent {
  margin-bottom: 52px;
}

@media only screen and (max-width: 992px) {

  .font-title-style {
    font-size: 24px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0.036px;
  }

  .font-sub-title-style {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.024px;
  }

  .scContent {
    margin-bottom: 32px;
  }
}

.owl-carousel .owl-nav button {
  width: 32px;
  height: 32px;
  background: url(../images/icons/arrow-right@2x.png) center center no-repeat !important;
  background-size: 100% auto !important;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -32px;
  transform: rotate(-180deg);
}

.owl-carousel .owl-nav button span {
  display: none;
}

.owl-dots {
  counter-reset: dots;
}
.owl-dot:before {
  display: flex;
  counter-increment: dots;
  content: counter(dots);
  width: 32px;
  height: 32px;
  padding: 8px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
}
.owl-dot.active:before {
  color: white;
  background-color: #E00000;
}
.owl-dots .owl-dot {
  width: 32px;
  height: 32px;
  background-color: transparent !important;
  border: transparent !important;
}
.carousel-btn {
  position: absolute;
  bottom: -5px;
  z-index: 1;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
}
#right-btn {
  right: 44%;

}
#left-btn {
  left: 44%;
}


@media only screen and (max-width: 768px) {
  #right-btn {
    right: 20%;
  
  }
  #left-btn {
    left: 20%;
  }
}

@media only screen and (max-width: 1200px) {
  #right-btn {
    right: 10%;
  
  }
  #left-btn {
    left: 10%;
  }
}

.swp .btn {
    min-width: auto;
    box-shadow: unset;
}

@font-face {
    font-family: 'BetterTogetherLight';
    font-weight: light;
    font-display: swap;
    src: url('https://www.true.th/ir/assets/fonts/bettertogether-light-webfont.woff2') format('woff2'),
        url('https://www.true.th/ir/assets/fonts/bettertogether-light-webfont.woff') format('woff');
}


@font-face {
    font-family: 'BetterTogetherRegular';
    font-weight: normal;
    font-display: swap;
    src: url('https://www.true.th/ir/assets/fonts/bettertogether-regular-webfont.woff2') format('woff2'),
        url('https://www.true.th/ir/assets/fonts/bettertogether-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'BetterTogetherMedium';
    font-weight: normal;
    font-display: swap;
    src: url('https://www.true.th/ir/assets/fonts/bettertogether-medium-webfont.woff2') format('woff2'),
        url('https://www.true.th/ir/assets/fonts/bettertogether-medium-webfont.woff') format('woff');
}

@font-face {
    font-family: 'BetterTogetherBold';
    font-weight: bold;
    font-display: swap;
    src: url('https://www.true.th/ir/assets/fonts/bettertogether-bold-webfont.woff2') format('woff2'),
        url('https://www.true.th/ir/assets/fonts/bettertogether-bold-webfont.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: TrueLight;
    font-weight: 300;
    src: url(https://www.true.th/static/true-light-2464ac3b7aa66ac883d25102c6600ff7.woff2) format("woff2"), url(https://www.true.th/static/true-light-6e7bca88be597791ed3e25283989b4ba.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: TrueMedium;
    font-weight: 400;
    src: url(https://www.true.th/static/true-medium-df4f7f923127f1996b6e6089155ee529.woff2) format("woff2"), url(https://www.true.th/static/true-medium-f9109596798bd8a68fa934a3e3b731b1.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: TrueBold;
    font-weight: 700;
    src: url(https://www.true.th/static/true-bold-61d87478b4c0d4f47fe33afeeeae70a4.woff2) format("woff2"), url(https://www.true.th/static/true-bold-06ec62031fa5d86ad8fbc805723fdca9.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: TrueBoldSpecial;
    font-weight: 800;
    src: url(https://www.true.th/static/true-bold-special-1485748d2b1a528595c902e71225a047.woff2) format("woff2"), url(https://www.true.th/static/true-bold-special-6237537c3d1638511e9d6562ae86bcec.woff) format("woff")
}

.grecaptcha-badge {
  visibility: hidden;
}
