@font-face {
  font-family: 'GraphikTH-Regular';
  src: url("../fonts/GraphikTH/GraphikTH-Regular.eot");
  src: url("../fonts/GraphikTH/GraphikTH-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikTH/GraphikTH-Regular.woff2") format("woff2"), url("../fonts/GraphikTH/GraphikTH-Regular.woff") format("woff"), url("../fonts/GraphikTH/GraphikTH-Regular.ttf") format("truetype"), url("../fonts/GraphikTH/GraphikTH-Regular.svg#GraphikTH-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'GraphikTH-SemiBold';
  src: url("../fonts/GraphikTH/GraphikTH-SemiBold.eot");
  src: url("../fonts/GraphikTH/GraphikTH-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikTH/GraphikTH-SemiBold.woff2") format("woff2"), url("../fonts/GraphikTH/GraphikTH-SemiBold.woff") format("woff"), url("../fonts/GraphikTH/GraphikTH-SemiBold.ttf") format("truetype"), url("../fonts/GraphikTH/GraphikTH-SemiBold.svg#GraphikTH-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 62.5%; }
  @media (max-width: 992px) {
    html {
      font-size: 56.30631%; } }

body {
  background-color: #FFFFFF;
  font-size: 1rem; }

.content img {
  max-width: 100%; }

a {
  cursor: pointer;
  text-decoration: none; }

.ssanth-image-desktop {
  display: block !important;
  opacity: 1;
  visibility: visible; }
  @media (max-width: 992px) {
    .ssanth-image-desktop {
      display: none !important;
      opacity: 0;
      visibility: hidden; } }

.ssanth-image-mobile {
  display: none !important;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 992px) {
    .ssanth-image-mobile {
      display: block !important;
      opacity: 1;
      visibility: visible; } }

body.santh-opmodal {
  overflow: hidden; }

.santh-modal {
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 110000;
  overflow: hidden;
  visibility: hidden;
  top: 10%;
  text-align: center; }
  @media (max-width: 900px) {
    .santh-modal {
      top: 0; } }

.santh-modal.open {
  width: 100%;
  height: auto;
  overflow: unset;
  visibility: visible; }

@media (max-width: 900px) {
  .santh-modal .santh-modal-dialog {
    width: 100%; } }

.santh-modal .santh-modal-content {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(146, 146, 146, 0.55);
  box-shadow: 0px 3px 10px rgba(146, 146, 146, 0.55);
  border-radius: 10px;
  font-size: 1.5rem;
  display: inline-block;
  font-family: "GraphikTH-Regular"; }
  @media (max-width: 992px) {
    .santh-modal .santh-modal-content {
      font-size: 1.8rem; } }
  @media (max-width: 900px) {
    .santh-modal .santh-modal-content {
      width: 100%;
      border-radius: 0;
      background-image: url("../img/btn-subscribe-bg.png");
      background-position: bottom center;
      background-repeat: repeat-x; } }
  @media (max-width: 768px) {
    .santh-modal .santh-modal-content {
      font-size: 1.5rem; } }
  @media (max-width: 375px) {
    .santh-modal .santh-modal-content {
      font-size: 1.3rem; } }
  .santh-modal .santh-modal-content .santh-popup-close {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    z-index: 1;
    cursor: pointer;
    background-image: url("../img/ico/All-SVG.svg");
    background-size: 450px 253px;
    background-position: -291px -13px;
    opacity: .7; }
    @media (max-width: 375px) {
      .santh-modal .santh-modal-content .santh-popup-close {
        top: 15px;
        right: 15px; } }
