@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@300;400;700&display=swap');

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

body {
  font-family: 'Noto Sans Thai', sans-serif;
  line-height: 1.8;
  color: #212529;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #303030;
  font-weight: 600;
  margin-bottom: 30px;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-weight: 400;
  margin-bottom: 30px;
}

ol {
  padding-left: 30px;
}

a {
  color: #ff9200 !important;
}

.section-title {
  text-align: center;
  background-color: #303030;
  color: #ffffff;
  padding: 25px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 900;
  margin: 0 0;
}

.section-title-orange {
  text-align: center;
  background-color: #303030;
  color: #ff9200;
  padding: 25px;
  font-size: 20px;
  border-radius: 4px;
  font-weight: 900;
  margin: 0 0;
}


.panel-group {
  margin-top: 10px;
}

.panel-group .panel+.panel {
  margin-top: 10px;
}

.panel-heading {
  padding: 20px;
}

.panel-title {
  font-weight: 500;
}

.panel-body {
  text-align: center
}

.btn-orange {
  background-color: #ffffff;
  color: #ff9200;
  margin: 15px auto;
}

.btn-group-lg>.btn, .btn-lg {
  padding: 20px 60px;
  border-radius: 40px;
  background-color: #FF9200;
  border: 2px solid #ff9200;
  color: white;
}

.btn.focus, .btn:focus, .btn:hover {
  color: white;
  background-color: #ffa124;
  border: 2px solid #ff9200;
  outline: 5px auto #ff9200;
  outline-offset: -2px;
}

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

h4.section-title-orange:hover, h4.section-title-orange:active, h4.section-title-orange:focus {
  color: #ffffff;
  background: #ff9200;
}

.mainlogo {
  border: none;
  height: 43px;
}

.navbar-brand {
  height: 70px;
  padding: 14px 14px;
}

.jumbotron {
  background-color: #f4511e;
  color: #fff;
  padding: 100px 25px;
  font-family: Montserrat, sans-serif;
}

.container-fluid {
  padding: 60px 50px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.bg-grey {
  background-color: #f6f6f6;
}

.logo-small {
  color: #f4511e;
  font-size: 50px;
}

.logo {
  color: #f4511e;
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}

.carousel {
  margin-top: 70px;
  margin-bottom: 25px;
}

.banner-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.main-banner {
  margin-top: 70px;
}

.copy-title {
  font-size: 3.5rem;
  font-weight: bold;
}

.copy-desc {
  font-size: 2rem;
}

.tnc-apply {
  font-size: 1.5rem;
}

.carousel-inner img {
  width: 100%;
  /* Set width to 100% */
  height: 500px;
  margin: auto;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
  color: #f4511e;
}

.carousel-indicators li {
  border-color: #f4511e;
}

.carousel-indicators li.active {
  background-color: #f4511e;
}

.carousel-caption {
  position: absolute;
  bottom: 0px;
  z-index: 10;
  left: 0;
  right: 0;
  padding-top: 50px;
  padding-bottom: 0px !important;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(rgba(255, 0, 0, 0), rgb(0 0 0));
  width: 100%;
}

.item h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  font-style: italic;
  margin: 70px 0;
}

.item span {
  font-style: normal;
}

.navbar {
  margin-bottom: 0;
  background-color: #363636 !important;
  z-index: 9999;
  border: 0;
  font-size: 0.9em !important;
  line-height: 1.42857143 !important;
  letter-spacing: 0.9px;
  border-radius: 0;
  font-weight: bold;
}

.navbar-right {
  margin: 10px 0px;
}

.navbar li a, .navbar .navbar-brand {
  color: #fff !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
  color: #ff9200 !important;
  background-color: #363636 !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.navbar-inverse .navbar-toggle {
  border-color: #3e3e3e;
  background-color: #585858;
}

.navbar-toggle {
  padding: 17px 15px;
  top: 2px;
}
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: #2b2b2b;
}

.tutorial-card {
  padding: 0 20px 25px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 11px -5px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 2px 11px -5px rgba(0 0 0 / 20%);
  box-shadow: 0px 2px 11px -5px rgb(0 0 0 / 20%);
  position: relative;
  margin-bottom: 13px;
  margin-top: 20px;
}

.tutorial-btn {
  opacity: 0;
  background-color: #ff9200;
  position: relative;
  top: 115px;
  /*right: 155px;*/
  font-size: 16px;
  font-weight: bolder;
  z-index: 2;
  border-radius: 30px;
  padding: 14px 34px;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  color: white !important;
}

.tutorial-btn:hover {
  color: white;
}

.tutorial-title {
  text-align: center;
  font-weight: bolder;
  border-bottom: 1px #f0f0f0 solid;
  padding-bottom: 10px;
  margin-bottom: 13px;
  padding-top: 10px;
}

.tutorial-logo.tuts-lbt {
  background-position: -71px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo {
  background-image: url(../images/tutorial-logosv2.png?v=4);
  background-position: 0 -112px;
  display: block;
  width: 52px;
  height: 52px;
  margin-top: 30px;
}

.tutorial-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.tutorial-logo.tuts-vnd {
  background-position: -9px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo.tuts-momo {
  background-position: -378px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo.tuts-momo {
  background-position: -378px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo.tuts-zalo {
  background-position: -439px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo.tuts-qr {
  background-position: -500px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo.tuts-viettel {
  background-position: 61px -88px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tutorial-logo.tuts-article4 {
  background-position: -317px -88px;
}

.tutorial-logo.tuts-article3 {
  background-position: -256px -88px;
}

.tutorial-logo.tuts-article1 {
  background-position: -71px -88px;
}

.tutorial-logo.tuts-article2 {
  background-position: -133px -88px;
}

.promos-container {
  background-color: #f5f5f5;
  padding: 0px 20px;
  border-radius: 4px;
  margin-top: 10px;
}

#promo-selector .promo-block:not(:last-child) {
  border-bottom: 1px #ddd solid;
}

.promo-block {
  padding: 20px;
}

.promo-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bolder;
}

.truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-btn {
  color: #009fd9;
  font-weight: bolder;
}

ul .tutorial-content li {
  display: inline-block;
  text-align: left;
}

.tutorial-content li:last-child, .card-sub-text {
  font-weight: bolder;
}

ul, .mobile-steps-list li {
  list-style-type: none;
}

.tutorial-card:hover>.tuts-overlay {
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.5;
  border-radius: 4px;
  z-index: 2;
}

.tutorial-card:hover .tutorial-btn {
  opacity: 1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.read-more-btn {
  color: #ff9200;
  font-weight: bolder;
}

.read-more-btn:hover {
  color: #ff9200;
  font-weight: bolder;
}

/* .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  } */
.category-bar {
  background-color: #262626;
  color: #ff9200;
  font-size: 16px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  letter-spacing: .5px;
  margin: 0 auto;
}

.affiliate {
  text-align: center;
  margin-top: 20px;
}

.link-text {
  padding: 20px 50px;
}

.footer-contents {
  margin-top: 60px;
  background-color: #262626;
  padding: 20px;
  width: 100%;
}

.footer-terms {
  background-color: #202020;
  color: #ffffff;
  padding: 10px;
  font-size: 12px;
  color: #6e6e6e;
  text-align: center;
}

#footer {
  /* position: absolute; */
  font-family: 'Noto Sans Thai', sans-serif;
  bottom: 0;
  width: 100%;
}

.footer-logo-raster {
  background-image: url(../images/raster-logos-1x.png);
  display: block;
}

.footer-logo-raster.trust {
  background-position: 0 -56px;
  width: 46px;
  height: 47px;
}

.footer-logo-raster.trust.tst {
  background-position: -329px -56px;
}

.footer-logo-raster.trust.resgame {
  background-position: -141px -56px;
}

.footer-logo-raster.trust.gambleaware {
  background-position: -235px -56px;
}

.footer-logo-raster.trust.gamecare {
  background-position: -188px -56px;
}

.box-logo {
  background-image: url(../images/raster-logos-1x.png);
  background-position: 0 -112px;
  display: block;
  width: 29px;
  height: 29px;
  margin-top: 3px;
}

.box-logo.facebook {
  background-position: -58px -112px;
}

.box-logo.youtube {
  background-position: -117px -112px;
}

.box-logo.instagram {
  background-position: 1px -112px;
}

.box-logo.vk {
  background-position: 29px -112px;
}

.box-logo.email {
  background-position: 354px -112px;
}

.box-logo.viber {
  background-position: -30px -112px;
}

.box-logo.message {
  background-position: 118px -112px;
}

.box-logo.phone {
  background-position: 88px -112px;
}

.box-logo.twitter {
  background-position: -176px -112px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h6 {
  color: #b4b4b4;
}

/*.h6, h6 {
    font-size: 1.5rem;
}*/
ul.social-media-icns {
  margin: 0 auto;
  color: #6e6e6e;
}

ul.social-media-icns li {
  display: inline-block;
  margin-top: -4px;
}


/* accordion */
.panel-title {
  position: relative;
}

.panel-title::after {
  content: "\f107";
  font-size: 2em;
  color: #fff;
  top: 10px;
  right: 20px;
  position: absolute;
  font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}


@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(70%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/*
	  @media (max-width: 768px){
		#mobile-btn-link {
    	display: block;
		}
	  }
*/
@media (max-width: 990px) {
  .tutorial-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .tutorial-logo.tuts-lbt, .tutorial-logo.tuts-vnd, .tutorial-logo.tuts-article1, .tutorial-logo.tuts-article2, .tutorial-logo.tuts-article3, .tutorial-logo.tuts-article4 {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .section-title-orange {
    padding: 25px 60px;
}


}

@media (max-width: 576px) {
  .tutorial-logo {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/*

	  @media screen and (min-width: 1200px) {
	.container {
   	 width: 1400px!important;
	 height:70px!important;
	}

  }
*/
@media (min-width: 1024px) and (max-width: 1290px) {
  .cards-container {
    padding: 0 150px;
  }
}

@media screen and (min-width: 1080px) {
  .cards-container {
    margin: 0 auto;
    width: 1100px !important;
    /* height:70px!important;*/
    padding: 0 20px;
  }
}

@media screen and (max-width: 640px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }

  .btn-lg {
    margin-bottom: 20px;
  }

  .cards-container {
    padding: 0 50px;
  }
}

` @media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    font-size: 150px;
  }

  .cards-container {
    padding: 0 6px;
  }
}

/*for big screens*/
@media screen and (min-width: 1025px) {
  #mobile-btn-link, #mobile-banner, .m-tv-content {
    display: none;
  }
}

/*for medium screens*/
@media (min-width: 641px) and (max-width: 1024px) {
  .cards-container {
    padding: 0 75px;
  }

  #mobile-btn-link {
    display: block;
  }

  #arrow-crumbs, .tv-promo-sub-title, .tv-promo-title, .tuts-overlay, .tutorial-btn {
    display: none;
  }

  .carousel-caption {
    position: relative !important;
    padding-top: 1px !important;
    background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0)) !important;
    color: #ffffff !important;
    text-shadow: none !important;
    padding-bottom: 1px !important;
  }
}

/*for smaller screens*/
@media (max-width: 640px) {
  #arrow-crumbs, .tv-promo-sub-title, .tv-promo-title, .tuts-overlay, .tutorial-btn {
    display: none;
  }

  .copy-title {
    font-size: 2rem !important;
    margin-top: 10px !important;
  }

  .copy-desc {
    font-size: 1.5rem !important;
  }

  .tnc-apply {
    font-size: 1.2rem !important;
  }

  .carousel-caption {
    position: relative !important;
    padding-top: 1px !important;
    background-image: linear-gradient(rgb(0 0 0), rgb(0 0 0)) !important;
    color: #ffffff !important;
    text-shadow: none !important;
    padding-bottom: 1px !important;
  }
}
