@charset "utf-8";
/* CSS Document */

/*@font-face {*/
/*  font-family: "Kanit-m";*/
/*  src: url(/assets/fonts/Kanit-Medium.ttf) format("truetype");*/
/*}*/
/*@font-face {*/
/*  font-family: "Kanit-l";*/
/*  src: url(/assets/fonts/Kanit-Light.ttf) format("truetype");*/
/*}*/
/*@font-face {*/
/*  font-family: "Kanit-b";*/
/*  src: url(/assets/fonts/Kanit-Bold.ttf) format("truetype");*/
/*}*/
/*@font-face {*/
/*  font-family: "Kanit-l-i";*/
/*  src: url(/assets/fonts/Kanit-LightItalic.ttf) format("truetype");*/
/*}*/
/*@font-face {*/
/*  font-family: "Teko-b";*/
/*  src: url(/assets/fonts/Teko-Bold.ttf) format("truetype");*/
/*}*/
body {
  font-family: "Kanit";
  font-size: 14px;
  background-color: #000;
}

a {
  color: #fd7e14;
}
.bg-gray {
  background-color: #25242b;
}
/*.container-fluid {*/
/*  padding: 0 2.5rem;*/
/*}*/
a:hover {
  text-decoration: none;
  color: #eeab74;
}
.text-warning {
  color: #fd7e14 !important;
}
.btn-primary {
  background-color: #fd7e14;
  color: #320023;
  border-color: #fd7e14;
}
.btn-warning {
  background-color: #fd7e14 !important ;
  border: #fd7e14;
}
.btn-outline-warning{
  background-color: transparent !important ;
  border: 1px solid #fd7e14;
  color: #fd7e14 !important;
}

.btn-outline-warning:hover{
  background-color: transparent !important ;
  border: 1px solid #fd7e14;
  color: #fd7e14 !important;
}

.btn-slide-play i {
  border-radius: 25px;
  padding: 5px;
  font-size: 36px;
  background-color: #fd7e14;
  color: black;
}
.bg-dark-trans {
  background-color: rgba(0, 0, 0, 0.8);
}
.navbar-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 2rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
.nav-social {
  flex-direction: row;
}
.nav-social .nav-link {
  margin-right: 5px;
}
.has-search .form-control {
  padding-left: 2.375rem;
}
.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}
.filter {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}
.carousel-caption {
  z-index: 9999;
}
.carousel-caption h2 {
  font-family: "Kanit-b";
}
.carousel-caption p {
  font-size: 14px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 99;
}
.view_list {
  margin-bottom: 3rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  width: auto;

  /* Center slide text vertically 555 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.swiper-slide img {
  border-radius: 10px;
  width: 250px;
}

.swiper-slide img:hover {
  border-radius: 10px;
}

.swiper-slide .img-h {
  width: 380px;
  border-radius: 10px;
}

.swiper-slide .img-circle{
  width: 100px;
  height: 100px;
  margin: 8px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
/* [1] zoom image */
/* [1] The container */
.img-hover-zoom {
  height: 359px; /* [1.1] Set it as per your need */
  border-radius: 10px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom-f {
  height: 120px; /* [1.1] Set it as per your need */
  border-radius: 10px;
  background-color: #5ed4b3;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  background-size: cover;

  /*background-image: url("/images/bg_football.webp");*/
  /*background-position: center; !* Center the image *!*/
  /*background-repeat: no-repeat; !* Do not repeat the image *!*/

}
.img-hover-zoom-h {
  height: 215px; /* [1.1] Set it as per your need */
  border-radius: 10px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom-c {
  height: 160px; /* [1.1] Set it as per your need */
  border-radius: 10px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
.img-hover-zoom-y {
  border-radius: 10px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}

.img-hover-zoom-s {
  border-radius: 10px;
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}
/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img,
.img-hover-zoom-h img,
.img-hover-zoom-y img,
.img-hover-zoom-c img,
.img-hover-zoom-s img{
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.3);
}
.img-hover-zoom-h:hover img {
  transform: scale(1);
}
.img-hover-zoom-h:hover img {
  transform: scale(1.3);
}
.img-hover-zoom-c:hover img {
  transform: scale(1.3);
}
.img-hover-zoom-y:hover img {
  transform: scale(1.3);
}
.img-hover-zoom-s:hover img {
  transform: scale(1.3);
}

.item-container {
  margin-right: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.item-container-y {
  margin-right: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.item-container-y .title {
  position: relative;
  text-align: center;
  transition: opacity 0.35s ease;
  opacity: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background: rgba(21, 23, 25, 0);
  transition: background 0.5s ease;
}

.item-container:hover .overlay {
  display: block;
  background: rgba(21, 23, 25, 0.3);
  border-radius: 9px;
}

.item-container p {
  margin-bottom: 0;
}
.item-container .title {
  position: relative;
  text-align: center;
  transition: opacity 0.35s ease;
  opacity: 1;
}

.item-container .show {
  opacity: 1;
}

.item-label {
  position: absolute;
  z-index: 1;
  padding: 2px 8px;
  background-color: #fd7e14;
  color: #000;
  align-self: baseline;
  justify-self: baseline;
  right: 0;
  top: 10px;
  font-size: 14px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.item-container .title-name {
  font-size: 18px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.item-container .title-play {
  font-size: 64px;
  color: #fd7e14;
}

.item-container .title-times {
  font-size: 12px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.item-container .info {
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}
.item-container .button {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.item-container .button a {
  z-index: 1;
}

.item-container:hover .info {
  opacity: 1;
}
.item-container:hover .title {
  opacity: 1;
}

.item-container:hover .overlay {
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.5s ease;
}
footer {
  background-color: #25242b;
  padding: 1rem 0;
}
.footer-content {
  display: flex;
}
.footer-content-item {
  flex: 1;
}
.footer-content-item ul {
  flex-direction: row;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.footer-content-item ul li {
  margin-right: 1rem;
  font-size: 14px;
}
.footer-content .copyright {
  text-align: center;
}
.footer-content .social {
  text-align: right;
}
.social a {
  margin: 0 5px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: none;
  z-index: 9999;
}
.firstSpace {
  /* height: 98px; */
  height: 60px;
  margin-bottom: 2rem;
}
.list-title {
  padding: 2rem 0;
  text-align: center;
}
.shortPage-title {
  margin-top: 7rem;
  padding: 2rem 0;
  text-align: center;
}
.tv-list {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.tv-list-item {
  margin-bottom: 2rem;
}
.detail {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.detail-top {
  display: flex;
}
.detail-top-poster {
  border-radius: 10px;
  margin-right: 1rem;
  width: 250px;
}
.detail-top-actor {
  border-radius: 10px;
  margin-right: 1rem;
  width: 150px;
}

.detail-top-actor img{
  width: 100%;
}

/*.detail-title {*/
/*  letter-spacing: 1px;*/
/*  font-family: "Kanit-b";*/
/*  text-transform: uppercase;*/
/*}*/
/*.detail .years {*/
/*  font-family: "Kanit-b";*/
/*  font-size: 18px;*/
/*  color: #5ed4b3;*/
/*}*/
/*.detail .minute {*/
/*  font-size: 18px;*/
/*  color: #fff;*/
/*}*/


.detail-title {
  letter-spacing: 1px;
  font-family: "Kanit-b";
  text-transform: uppercase;
}

.detail .years a{
  color: rgb(0,191,255,0.7);
  font-size: larger;
  border: 1px solid rgb(0,191,255,0.7);
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
}

.detail .years a:hover{
  color: rgb(0,191,255,1);
  border: 1px solid rgb(0,191,255,1);
}

.detail .minute span{
  /* font-size: 18px; */
  color: #77dd77;
  font-size: larger;
  /*border: 1px solid #77dd77;*/
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
}
.detail .star span{
  color: #BF953F;
  font-size: larger;
  /*border: 1px solid #BF953F;*/
  border-radius: 5px;
  padding: 5px 8px 5px 8px;

}

.detail .favorite a{
  color: rgb(250,128,114,.7);
  font-size: larger;
  border: 1px solid rgb(250,128,114,.7);
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
}
.detail .favorite a:hover{
  color: rgb(250,128,114,1);
  border: 1px solid rgb(250,128,114,1);
}

.detail .report a{
  color: rgb(240,230,140,0.7);
  font-size: larger;
  border: 1px solid rgb(240,230,140,0.7);
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  background: transparent;

}
.detail .report a:hover{
  color: rgb(240,230,140,1);
  border: 1px solid rgb(240,230,140,1);

}

.detail .genre a{
  color: rgb(255,255,255,0.7);
  font-size: larger;
  border: 1px solid rgb(255,255,255,0.7);
  border-radius: 5px;
  padding: 5px 8px;

}

.detail .genre a:hover{
  color: rgb(255,255,255,1);
  border: 1px solid rgb(255,255,255,1);

}

.detail .quality {
  display: flex;
  flex-direction: row;
}
.detail .quality-item {
  font-family: "Kanit-b";
  display: flex;
  width: 120px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #fd7e14;
  color: black;
  border-radius: 4px;
  margin-right: 4px;
}

.detail .quality-item-inactive {
  font-family: "Kanit-b";
  display: flex;
  width: 120px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #4e555b;
  color: white;
  border-radius: 4px;
  margin-right: 4px;
}


.detail .season-item {
  font-family: "Kanit-b";
  display: flex;
  /*width: 100px;*/
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #fd7e14;
  color: black;
  border-radius: 4px;
  margin-right: 4px;
}
.detail .football-item {
  font-family: "Kanit-b";
  display: flex;
  width: 150px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background-color: #fd7e14;
  color: black;
  border-radius: 4px;
  margin-right: 4px;
}
.detail .type {
  margin-right: 2rem;
  display: inline-block;
}
.profile .icn-big {
  font-size: 48px;
  color: #000;
  width: 64px;
  height: 64px;
  background-color: #fd7e14;
  border: 2px solid #d89761;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.profile .username {
  font-size: 38px;
  color: #5ed4b3;
  font-family: "Kanit-b";
}
.profile-detail {
  color: #fff;
  font-size: 14px;
}

.profile-detail .detail-show {
  font-family: "Kanit-b";
  font-size: 18px;
  color: #5ed4b3;
}
.table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
}
.table td,
.table th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  border-top: 0;
  font-weight: 100;
}
td {
  color: #fff;
}
.shortPage {
  display: flex;
  flex-direction: column;
}
.shortPage-content {
  flex: 1;
}

.shortPage-content-center {
  align-items: center;
  justify-content: center;
}

.setting-lang {
	display: flex;
	align-items: center;
	justify-content: center;

}
.setting-lang-item {
	color: #fff;
	background-color: #25242b;
	border-radius: 4px;
	margin: 0 5px;
	padding: 6px 12px;
}
.contact-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact-list-item {
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	margin: 5px;
	width: 100%;
}
.facebook{
	background-color: blue;
}
.line{
	background-color: rgb(5, 85, 22);
}
.email{
	background-color: rgb(184, 138, 12);
}
.package-item {
  color: #fff;
	background-color: #25242b;
  border-radius: 10px;
  display: flex;
  margin-bottom: 1rem;
}
.package-item img{
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.package-item-text {

  display: flex;
  flex-direction: column;
  justify-content:space-between ;
}
.package-item-text .price{
  font-size: 36px;
  font-family: "Kanit-b";
  text-align: right;
  color: #5ed4b3;
}
.download-list-item {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #fd7e14;
}
.nohscroll {
  width: 100%;
  overflow-x: hidden;
}
.img-fit-grid {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.custom-align-buttom{
  display: inline;
}

.root-side-menu{
  background-color: #FFD700;
  opacity: 0.8;
}
.dropdown-menu{
  background-color: transparent;
}
.dropdown-menu:hover{
  color: transparent;
}
.dropdown-item {
  color: #fff;
  background-color:  rgba(0,0,0,0.5);
}
.dropdown-item:hover {
  color: #fd7e14;
  background-color:  rgba(0,0,0,0.5);
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  box-shadow: 0 0 16px 16px black inset;
  width: 100%;
  z-index: -1;
}

.active {
  color: #fcfcfc;
}

.content {
  background-color: #000;
  padding: auto;
}

.autoscale {
  width: 100%;
  height: auto;
  object-fit: fill;

  max-width: 100%;
  max-height: 100%;
}


.blink {
  animation: blink 1s steps(1, end) infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.img-thumbnail{
  background-color: transparent;
  /*background: rgb(0,0,0);*/
  /*background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(255,116,0,1) 9%, rgba(255,131,27,1) 100%);*/
  /*background-color: #fd7e14 !important;*/
  border: 0;
}
.closebtn {
  position: absolute;
  z-index: 1;
  padding: 2px 8px;
  background-color: #000;
  /*background-color: LightSalmon ;*/
  color: rgb(255,255,255,.5);
  /*align-self: baseline;*/
  /*justify-self: baseline;*/
  right: 0;
  top: 0;
  /*font-size: 30px;*/
  border-top-right-radius: 10px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
  border-top-left-radius: 1px;
  opacity: .6;
}


.item-label2 {
  position: absolute;
  z-index: 1;
  padding: 2px 8px;
  /*background-color: #f0dd8e;*/
  background-color: #ff0000;
  /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),*/
  /*radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
  color: #fff;
  align-self: baseline;
  justify-self: baseline;
  right: 0;
  top: 0;
  font-size: 16px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 4px;
}

.text-link{
  color: #fd7e14;
  text-decoration: none;
}
.text-link:hover{
  color: #fd7e14;
  text-decoration: none;
}

.item-label1 {
  position: absolute;
  z-index: 1;
  padding: 2px 8px;
  /*background-color: #f0dd8e;*/
  background-color: #ff0000;
  /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),*/
  /*radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
  color: #fff;
  align-self: baseline;
  justify-self: baseline;
  left: 0;
  top: 0;
  font-size: 16px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 4px;
}

.item-label3 {
  position: absolute;
  z-index: 1;
  padding: 1px 4px;
  min-width: 30px;
  /*background-color: #f0dd8e;*/
  /*background-color: #ff0000;*/
  /*background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),*/
  /*radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);*/
  /*color: #fff;*/
  align-self: baseline;
  justify-self: baseline;
  left: 0;
  top: 0;
  font-size: 16px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 4px;
}

