/******************************************************************
  Theme Name: Anime
  Description: Anime video tamplate
  Author: Colorib
  Author URI: https://colorib.com/
  Version: 1.0
  Created: Colorib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  Banner Section
6.  Product Section
7.  Intagram Section
8.  Latest Section
9.  Contact
10.  Footer Style
-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

html,
body {
  height: 100%;
  font-family: "Noto Sans Thai", "Mulish", sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #18191a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-family: "Noto Sans Thai", "Mulish", sans-serif;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.text-grey {
  color: #b7b7b7;
}

p {
  font-size: 15px;
  font-family: "Noto Sans Thai", "Mulish", sans-serif;
  color: #3d3d3d;
  font-weight: 400;
  line-height: 25px;
  margin: 0 0 15px 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

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

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
  margin-bottom: 30px;
}

.section-title h4,
.section-title h5 {
  color: #ffffff;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
}

/* .section-title h4:after,
.section-title h5:after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 32px;
  width: 4px;
  background: #ffeb3b;
  content: "";
} */

.set-bg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.spad {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

.text-bold {
  font-weight: 600 !important;
}

.text-ex-bold {
  font-weight: 700 !important;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* buttons */

.primary-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}

.primary-btn span {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}

.site-btn {
  font-size: 13px;
  color: #ffffff;
  background: #ffeb3b;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
}

/* Preloder */

#preloder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #000;
}

.loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  border-radius: 60px;
  animation: loader 0.8s linear infinite;
  -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

.spacial-controls {
  position: fixed;
  width: 111px;
  height: 91px;
  top: 0;
  right: 0;
  z-index: 999;
}

.spacial-controls .search-switch {
  display: block;
  height: 100%;
  padding-top: 30px;
  background: #323232;
  text-align: center;
  cursor: pointer;
}

.search-model {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 99999;
}

.search-model-form {
  padding: 0 15px;
}

.search-model-form input {
  width: 500px;
  font-size: 40px;
  border: none;
  border-bottom: 2px solid #333;
  background: 0 0;
  color: #999;
}

.search-close-switch {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  line-height: 28px;
  top: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------
  Header
-----------------------*/

.header {
  background: #232526;
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.header__logo {
  /* padding: 20px 0 17px; */
}

/* .header__logo a img {
  max-width: 300px;
} */

.header__logo a {
  display: inline-block;
}

.line-wrapper {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-direction: column;
  padding: 15px 0px;
  width: 100%;
}

.line-wrapper small {
  font-size: 10px;
}

.line-wrapper span {
  font-size: 14px;
}

.btn-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0px;
  background-color: #232526;
  margin: 20px 0px 0px 0px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  border: 3px solid #232526;
}

.btn-nav a {
  color: white;
}

.btn-nav img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  filter: invert(78%) sepia(8%) saturate(156%) hue-rotate(179deg) brightness(92%) contrast(87%);
}

.btn-nav:hover,
.btn-nav.active {
  /* background-color: #3a3b3c; */
  background: linear-gradient(135deg, #444, #111);
  font-weight: 600;
  transition: all 0.3s ease;
  border: 3px solid #e50914;
}

.btn-nav:hover img,
.btn-nav.active img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.btn-line-at {
  background: #00c300 !important;
  display: inline-flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 6px !important;
  color: #fff !important;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) !important;
  padding: 6px 16px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  width: max-content !important;
  max-width: 100%;
}

.btn-line-at:hover {
  background: #00a800 !important;
  color: #fff !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.btn-line-at div {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  margin: 0 !important;
  padding: 0 !important;
}

.btn-line-at div:first-child {
  margin-right: 12px !important;
  align-items: center !important;
}

.btn-line-at img {
  width: 44px !important;
  height: 44px !important;
  object-fit: contain;
  display: block;
  border-radius: 8px;
}

.btn-line-at div small {
  font-size: 13px !important;
  opacity: 0.95 !important;
  margin-bottom: 2px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  font-weight: normal !important;
}

.btn-line-at div span {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 768px) {
  .btn-line-at {
    padding: 6px 12px !important;
  }
  .btn-line-at div:first-child {
    margin-right: 8px !important;
  }
  .btn-line-at img {
    width: 34px !important;
    height: 34px !important;
  }
  .btn-line-at div small {
    font-size: 12px !important;
  }
  .btn-line-at div span {
    font-size: 16px !important;
  }
  .line-wrapper {
    align-items: center;
  }
}

.play-table {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  width: 100%;
  margin-bottom: 1px;
  color: white;
  border-bottom: 1px solid #3b3b3b;
}

.play-table div {
  height: 50px;
}

.play-table .time {
  background-color: #3c3c3c;
  padding: 5px;
  width: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-table .date {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  min-width: 70px;
}

.play-table .view {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  cursor: pointer;
}

.play-table .view.live a {
  color: #fff;
}

.play-table .view.fb a {
  color: #168aff;
}

.play-table .view.link a {
  color: #fff;
}

.play-table .view.line a {
  color: #00c300;
}

.play-table .view a {
  color: rgb(142, 142, 142);
  padding-top: 5px;
  font-size: 20px;
}

.blink {
  animation: blinker 1s step-start infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.8;
  }
}

.play-table .detail {
  background-color: #232526;
  align-items: center;
  padding: 5px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.play-table .detail .fav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-table .detail .match {
  display: flex;
  justify-content: center !important;
  align-items: center;
  width: 100%;
}

.play-table:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
}

.play-table:hover .detail {
  background-color: transparent;
}

.play-table .detail .match div {
  display: flex;
  align-items: center;
}

.play-table .detail .match .home {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
}

.play-table .detail .match .vs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #e50914;
  font-weight: bold;
  text-align: center;
  width: 10%;
  min-width: 50px;
}

.play-table .detail .match .away {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
}

.play-table .detail .match .team-name {
  display: flex;
  align-items: center;
  word-wrap: break-word;
  font-size: 16px;
}

.play-table .detail .match .team-logo {
  display: flex;
  align-items: center;
  margin: 0px 10px;
  width: 40px;
}

.home .team-name {
  text-align: right !important;
}

.away .team-name {
  text-align: left !important;
}

@media only screen and (max-width: 550px) {
  .team-logo {
    width: 25px;
    margin: 0px 5px;
  }

  .team-logo img {
    width: 25px;
  }

  .team-name {
    font-size: 12px !important;
    text-overflow: ellipsis;
    max-height: 3.6em;
  }

  .play-table .date {
    font-size: 12px !important;
    text-overflow: ellipsis;
    max-height: 3.6em;
  }

  .ad-vertical {
    display: none;
  }
}

.header__menu ul li a span {
  position: relative;
  font-size: 17px;
  top: 2px;
}

.header__right {
  text-align: right;
  padding: 20px 0 15px;
}

.header__right a {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  margin-right: 30px;
}

.header__right a:last-child {
  margin-right: 0;
}

.slicknav_menu {
  display: none;
}

.header .navbar {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  background: #232526;
}

.header .main-nav {
  background-color: #18191a !important;
  position: relative !important;
  display: block !important;
  z-index: 20 !important;
  margin-top: 0px !important;
  padding: 10px 0;
}

.channel-icon {
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid #fff;
}

.channel-icon:hover {
  opacity: 0.8;
  border: 2px solid #ffeb3b;
  transition: all 0.3s ease;
}

/*---------------------
  Hero
-----------------------*/

.hero {
  padding-top: 50px;
}

.hero__items {
  padding: 250px 0 42px 50px;
  border-radius: 5px;
}

.hero__text {
  position: relative;
  z-index: 9;
}

.hero__text .label {
  font-size: 13px;
  color: #ffeb3b;
  background: #ffffff;
  padding: 5px 14px 3px;
  display: inline-block;
  position: relative;
  top: -100px;
  opacity: 0;
  -webkit-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}

.hero__text h2 {
  color: #ffffff;
  font-size: 42px;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
  font-weight: 700;
  line-height: 52px;
  margin-top: 35px;
  margin-bottom: 8px;
  position: relative;
  top: -100px;
  opacity: 0;
  -webkit-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
}

.hero__text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 40px;
  position: relative;
  top: -100px;
  opacity: 0;
  -webkit-transition: all, 0.6s;
  -o-transition: all, 0.6s;
  transition: all, 0.6s;
}

.hero__text a {
  position: relative;
  top: -100px;
  opacity: 0;
  -webkit-transition: all, 0.8s;
  -o-transition: all, 0.8s;
  transition: all, 0.8s;
}

.hero__text a span {
  font-size: 13px;
  color: #ffffff;
  background: #ffeb3b;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}

.hero__text a i {
  font-size: 20px;
  display: inline-block;
  background: #ffeb3b;
  padding: 11px 5px 16px 8px;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
}

.hero__slider.owl-carousel .owl-item.active .hero__text .label {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text h2 {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text p {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-item.active .hero__text a {
  top: 0;
  opacity: 1;
}

.hero__slider.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.hero__slider.owl-carousel .owl-dots button {
  height: 8px;
  width: 8px;
  background: #b7b7b7;
  border-radius: 50%;
  margin-right: 10px;
}

.hero__slider.owl-carousel .owl-dots button.active {
  background: #ffffff;
}

.hero__slider.owl-carousel .owl-dots button:last-child {
  margin-right: 0;
}

.hero__slider.owl-carousel .owl-nav button {
  font-size: 36px;
  height: 66px;
  width: 66px;
  background: #0b0c2a;
  line-height: 66px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -47px;
}

.hero__slider.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -33px;
}

.hero__slider.owl-carousel .owl-nav button:after {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  height: 54px;
  width: 54px;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  z-index: -1;
  margin: 0 auto;
}

.hero__slider.owl-carousel .owl-nav button span {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  z-index: 1;
}

/*---------------------
  Product
-----------------------*/

.product {
  padding-bottom: 60px;
  padding-top: 80px;
}

.product-page {
  padding-top: 60px;
}

.btn__all {
  text-align: right;
  margin-bottom: 30px;
}

.trending__product {
  margin-bottom: 50px;
}

.match-box-wrapper {
  margin-bottom: 30px;
  background-color: #232526;
  padding: 0px 10px 30px 10px;
  border-radius: 20px;
}

.match-box-wrapper .section-title {
  color: white;
  border-radius: 20px 20px 0px 0px;
  background: linear-gradient(90deg, #3a3a3a, #1a1a1a);
  border-bottom: 2px solid #e50914;
  display: flex;
  flex-direction: row;
  padding: 10px;
}

.match-box-wrapper .section-title h4 {
  padding-left: 0px;
}

.match-box-wrapper .section-title .logo img {
  border-radius: 5px;
  width: 60px;
  height: auto;
}

.match-box-wrapper .section-title .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}

.match-box-wrapper .section-title .detail .date-time {
  font-size: 14px !important;
}

.popular__product {
  margin-bottom: 50px;
}

.recent__product {
  margin-bottom: 50px;
}

.product__item {
  margin-bottom: 30px;
}

.product__item__pic {
  height: calc(100vw / 2);
  max-height: 200px;
  position: relative;
  border-radius: 5px;
}

.product__item__pic .ep {
  font-size: 13px;
  color: #ffffff;
  background: #ffeb3b;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.product__item__pic .comment {
  font-size: 13px;
  color: #ffffff;
  background: #3d3d3d;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.product__item__pic .view {
  font-size: 13px;
  color: #ffffff;
  background: #3d3d3d;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product__item__text {
  padding-top: 20px;
}

.product__item__text ul {
  margin-bottom: 10px;
}

.product__item__text ul li {
  list-style: none;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 1px 10px;
  /* background: rgba(255, 255, 255, 0.2); */
  background-color: #ffeb3b;
  border-radius: 50px;
  display: inline-block;
}

.product__item__text h5 a {
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
}

.product__sidebar .section-title h5 {
  color: #ffffff;
  font-weight: 600;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
  line-height: 21px;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
}

.product__sidebar .section-title h5:after {
  position: absolute;
  left: 0;
  top: -6px;
  height: 32px;
  width: 4px;
  background: #ffeb3b;
  content: "";
}

.product__sidebar__view {
  position: relative;
  margin-bottom: 80px;
}

.product__sidebar__view .filter__controls {
  position: absolute;
  right: 0;
  top: -5px;
}

.product__sidebar__view .filter__controls li {
  list-style: none;
  font-size: 13px;
  color: #b7b7b7;
  display: inline-block;
  margin-right: 7px;
  cursor: pointer;
}

.product__sidebar__view .filter__controls li.active {
  color: #ffffff;
}

.product__sidebar__view .filter__controls li:last-child {
  margin-right: 0;
}

.product__sidebar__view__item {
  height: 190px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 20px;
}

.product__sidebar__view__item .ep {
  font-size: 13px;
  color: #ffffff;
  background: #ffeb3b;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.product__sidebar__view__item .view {
  font-size: 13px;
  color: #ffffff;
  background: #3d3d3d;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.product__sidebar__view__item h5 {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px 0 20px;
}

.product__sidebar__view__item h5 a {
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
}

.product__sidebar__comment {
  margin-bottom: 35px;
}

.product__sidebar__comment__item {
  margin-bottom: 20px;
  overflow: hidden;
}

.product__sidebar__comment__item__pic {
  float: left;
  margin-right: 15px;
}

.product__sidebar__comment__item__text {
  overflow: hidden;
}

.product__sidebar__comment__item__text ul {
  margin-bottom: 10px;
}

.product__sidebar__comment__item__text ul li {
  list-style: none;
  font-size: 10px;
  color: #ffffff;
  font-weight: 700;
  padding: 1px 10px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  display: inline-block;
}

.product__sidebar__comment__item__text h5 {
  margin-bottom: 10px;
}

.product__sidebar__comment__item__text h5 a {
  color: #ffffff;
  font-weight: 700;
  line-height: 26px;
}

.product__sidebar__comment__item__text span {
  display: block;
  font-size: 13px;
  color: #b7b7b7;
}

.product__page__title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.product__page__title .section-title {
  margin-bottom: 0;
}

.product__page__title .product__page__filter {
  text-align: right;
}

.product__page__title .product__page__filter p {
  color: #ffffff;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 16px;
}

.product__page__title .product__page__filter .nice-select {
  float: none;
  display: inline-block;
  font-size: 15px;
  color: #3d3d3d;
  font-weight: 700;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 40px;
  height: 32px;
  line-height: 32px;
}

.product__page__title .product__page__filter .nice-select:after {
  border-bottom: 2px solid #111;
  border-right: 2px solid #111;
  height: 8px;
  top: 47%;
  width: 8px;
  right: 15px;
}

.product__page__title .product__page__filter .nice-select .list {
  margin-top: 0;
  border-radius: 0;
}

.product__pagination {
  padding-top: 15px;
}

.product__pagination a {
  display: inline-block;
  font-size: 15px;
  color: #b7b7b7;
  font-weight: 600;
  height: 50px;
  width: 50px;
  border: 1px solid transparent;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.product__pagination a:hover {
  color: #ffffff;
}

.product__pagination a.current-page {
  border: 1px solid #ffffff;
}

.product__pagination a i {
  color: #b7b7b7;
  font-size: 15px;
}

/*---------------------
  Anime Details
-----------------------*/

.anime-details {
  padding-top: 60px;
}

.anime__details__content {
  margin-bottom: 65px;
}

.anime__details__text {
  position: relative;
}

.anime__details__text p {
  color: #b7b7b7;
  font-size: 18px;
  line-height: 30px;
}

.anime__details__pic {
  height: 440px;
  border-radius: 5px;
  position: relative;
}

.anime__details__pic .comment {
  font-size: 13px;
  color: #ffffff;
  background: #3d3d3d;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  position: absolute;
  left: 10px;
  bottom: 25px;
}

.anime__details__pic .view {
  font-size: 13px;
  color: #ffffff;
  background: #3d3d3d;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  position: absolute;
  right: 10px;
  bottom: 25px;
}

.anime__details__title {
  margin-bottom: 20px;
}

.anime__details__title h3 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 13px;
}

.anime__details__title span {
  font-size: 15px;
  color: #b7b7b7;
  display: block;
}

.anime__details__rating {
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.anime__details__rating .rating i {
  font-size: 24px;
  color: #e89f12;
  display: inline-block;
}

.anime__details__rating span {
  display: block;
  font-size: 18px;
  color: #b7b7b7;
}

.anime__details__widget {
  margin-bottom: 15px;
}

.anime__details__widget ul {
  margin-bottom: 20px;
}

.anime__details__widget ul li {
  list-style: none;
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding-left: 18px;
}

.anime__details__widget ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  height: 6px;
  width: 6px;
  background: #b7b7b7;
  content: "";
}

.anime__details__widget ul li span {
  color: #b7b7b7;
  width: 115px;
  display: inline-block;
}

.anime__details__btn .follow-btn {
  font-size: 13px;
  color: #ffffff;
  background: #ffeb3b;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 4px;
  margin-right: 11px;
}

.anime__details__btn .watch-btn span {
  font-size: 13px;
  color: #ffffff;
  background: #ffeb3b;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}

.anime__details__btn .watch-btn i {
  font-size: 20px;
  display: inline-block;
  background: #ffeb3b;
  padding: 11px 5px 16px 8px;
  color: #ffffff;
  border-radius: 0 4px 4px 0;
}

.anime__details__review {
  margin-bottom: 55px;
}

.anime__review__item {
  overflow: hidden;
  margin-bottom: 15px;
}

.anime__review__item__pic {
  float: left;
  margin-right: 20px;
  position: relative;
}

.anime__review__item__pic:before {
  position: absolute;
  right: -30px;
  top: 15px;
  border-top: 15px solid transparent;
  border-left: 15px solid #1d1e39;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.anime__review__item__pic img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.anime__review__item__text {
  overflow: hidden;
  background: #1d1e39;
  padding: 18px 30px 16px 20px;
  border-radius: 10px;
}

.anime__review__item__text h6 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.anime__review__item__text h6 span {
  color: #b7b7b7;
  font-weight: 400;
}

.anime__review__item__text p {
  color: #b7b7b7;
  line-height: 23px;
  margin-bottom: 0;
}

.anime__details__form form textarea {
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  padding-left: 20px;
  padding-top: 12px;
  height: 110px;
  border: none;
  border-radius: 5px;
  resize: none;
  margin-bottom: 24px;
}

.anime__details__form form button {
  font-size: 11px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffeb3b;
  border: none;
  padding: 10px 15px;
  border-radius: 2px;
}

/*---------------------
  Anime Watching
-----------------------*/

.anime__video__player {
  margin-bottom: 70px;
}

.anime__video__player .plyr--video {
  border-radius: 5px;
  background: transparent;
}

.anime__video__player .plyr audio,
.anime__video__player .plyr iframe,
.anime__video__player .plyr video {
  width: 102%;
}

.anime__video__player .plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.anime__video__player .plyr--video .plyr__control.plyr__tab-focus,
.anime__video__player .plyr--video .plyr__control:hover,
.anime__video__player .plyr--video .plyr__control[aria-expanded="true"] {
  background: transparent;
}

.anime__video__player .plyr--video .plyr__controls {
  background: transparent;
}

.anime__video__player .plyr--video .plyr__progress__buffer {
  color: transparent;
}

.anime__video__player .plyr--full-ui input[type="range"] {
  color: #ffffff;
}

.anime__video__player .plyr__controls .plyr__controls__item.plyr__progress__container {
  position: absolute;
  left: 26px;
  bottom: 45px;
  width: calc(100% - 60px);
}

.anime__video__player .plyr__menu {
  margin-right: 70px;
}

.anime__video__player .plyr__controls .plyr__controls__item:first-child {
  position: absolute;
  left: 32px;
  bottom: 8px;
}

.anime__video__player .plyr__controls .plyr__controls__item:last-child {
  position: absolute;
  right: 32px;
  bottom: 8px;
}

.anime__video__player .plyr__volume {
  position: absolute;
  width: auto;
  left: 76px;
  bottom: 8px;
}

.anime__video__player .plyr__controls .plyr__controls__item.plyr__time {
  position: absolute;
  left: 106px;
  bottom: 12px;
}

.anime__video__player .plyr__control--overlaid {
  background: transparent;
  background: var(--plyr-video-control-background-hover,
      var(--plyr-color-main, var(--plyr-color-main, transparent)));
}

.anime__video__player .plyr__control--overlaid svg {
  height: 60px;
  width: 50px;
}

.anime__details__episodes {
  margin-bottom: 35px;
}

.anime__details__episodes a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.anime__details__episodes a:hover {
  color: #000000;
  background: #ffffff;
}

/*---------------------
  Breadcrumb
-----------------------*/

.breadcrumb-option {
  padding-top: 35px;
}

.breadcrumb__links a {
  font-size: 15px;
  color: #ffffff;
  margin-right: 18px;
  display: inline-block;
  position: relative;
}

.breadcrumb__links a i {
  margin-right: 5px;
  color: #ffeb3b;
}

.breadcrumb__links a:after {
  position: absolute;
  right: -14px;
  top: 0;
  content: "";
  font-family: "FontAwesome";
}

.breadcrumb__links span {
  font-size: 15px;
  color: #b7b7b7;
  display: inline-block;
}

/*---------------------
    Normal Breadcrumb
-----------------------*/

.normal-breadcrumb {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.normal__breadcrumb__text h2 {
  color: #ffffff;
  font-size: 48px;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
  font-weight: 700;
  margin-bottom: 22px;
}

.normal__breadcrumb__text p {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 0;
}

/*---------------------
    Blog
-----------------------*/

.blog {
  padding-top: 70px;
  padding-bottom: 90px;
}

.blog__item {
  height: 580px;
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}

.blog__item.small__item {
  height: 285px;
}

.blog__item.small__item .blog__item__text {
  padding: 0 30px;
}

.blog__item.small__item .blog__item__text p {
  margin-bottom: 5px;
}

.blog__item.small__item .blog__item__text h4 a {
  font-size: 20px;
  line-height: 30px;
}

.blog__item__text {
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  width: 100%;
  padding: 0 105px;
}

.blog__item__text p {
  color: #ffffff;
  margin-bottom: 12px;
}

.blog__item__text p span {
  color: #ffeb3b;
  margin-right: 5px;
}

.blog__item__text h4 a {
  color: #ffffff;
  line-height: 34px;
}

/*---------------------
  Blog Details
-----------------------*/

.blog-details {
  padding-top: 70px;
}

.blog__details__title {
  text-align: center;
  margin-bottom: 70px;
}

.blog__details__title h6 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.blog__details__title h6 span {
  color: #b7b7b7;
  font-weight: 400;
  text-transform: none;
}

.blog__details__title h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 38px;
}

.blog__details__title .blog__details__social a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 16px 35px 14px 20px;
  border-radius: 2px;
  margin-right: 6px;
}

.blog__details__title .blog__details__social a:last-child {
  margin-right: 0;
}

.blog__details__title .blog__details__social a.facebook {
  background: #ffeb3b;
}

.blog__details__title .blog__details__social a.line {
  background: #00c300;
}

.blog__details__title .blog__details__social a.link {
  background: #ff4545;
}

.blog__details__title .blog__details__social a i {
  margin-right: 6px;
}

.blog__details__pic {
  margin-bottom: 30px;
}

.blog__details__pic img {
  min-width: 100%;
}

.blog__details__text {
  margin-bottom: 40px;
}

.blog__details__text p {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
}

.blog__details__item__text {
  margin-bottom: 42px;
}

.blog__details__item__text h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 35px;
}

.blog__details__item__text img {
  min-width: 100%;
  margin-bottom: 26px;
}

.blog__details__item__text p {
  color: #ffffff;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.blog__details__tags {
  margin-bottom: 60px;
}

.blog__details__tags a {
  display: inline-block;
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #ffeb3b;
  border-radius: 2px;
  margin-right: 6px;
  padding: 6px 15px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.blog__details__tags a:last-child {
  margin-right: 0;
}

.blog__details__btns {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0 15px;
  margin-bottom: 65px;
}

.blog__details__btns__item {
  margin-bottom: 20px;
}

.blog__details__btns__item.next__btn {
  text-align: right;
}

.blog__details__btns__item h5 a {
  font-size: 17px;
  letter-spacing: 2px;
  color: #ffffff;
}

.blog__details__btns__item h5 a span {
  font-size: 30px;
  color: #b7b7b7;
  position: relative;
  top: 8px;
}

.blog__details__comment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
}

.blog__details__comment h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 26px;
}

.blog__details__comment__item {
  margin-bottom: 40px;
  overflow: hidden;
}

.blog__details__comment__item.blog__details__comment__item--reply {
  padding-left: 112px;
}

.blog__details__comment__item__pic {
  float: left;
  margin-right: 40px;
}

.blog__details__comment__item__text {
  overflow: hidden;
}

.blog__details__comment__item__text span {
  font-size: 14px;
  color: #b7b7b7;
  display: block;
  margin-bottom: 10px;
}

.blog__details__comment__item__text h5 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog__details__comment__item__text p {
  color: #b7b7b7;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 25px;
}

.blog__details__comment__item__text a {
  display: inline-block;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 20px;
  letter-spacing: 2px;
  border-radius: 2px;
  margin-right: 14px;
  -webkit-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}

.blog__details__comment__item__text a:hover {
  background: #ffeb3b;
}

.blog__details__form {
  padding-top: 50px;
}

.blog__details__form h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 26px;
}

.blog__details__form form input {
  height: 50px;
  width: 100%;
  background: #ffffff;
  font-size: 15px;
  color: #a6a6a6;
  padding-left: 20px;
  border-radius: 2px;
  border: none;
  margin-bottom: 30px;
}

.blog__details__form form input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.blog__details__form form input::-moz-placeholder {
  color: #a6a6a6;
}

.blog__details__form form input:-ms-input-placeholder {
  color: #a6a6a6;
}

.blog__details__form form input::-ms-input-placeholder {
  color: #a6a6a6;
}

.blog__details__form form input::placeholder {
  color: #a6a6a6;
}

.blog__details__form form textarea {
  height: 115px;
  width: 100%;
  background: #ffffff;
  font-size: 15px;
  color: #a6a6a6;
  padding-left: 20px;
  border-radius: 2px;
  padding-top: 12px;
  resize: none;
  border: none;
  margin-bottom: 34px;
}

.blog__details__form form textarea::-webkit-input-placeholder {
  color: #a6a6a6;
}

.blog__details__form form textarea::-moz-placeholder {
  color: #a6a6a6;
}

.blog__details__form form textarea:-ms-input-placeholder {
  color: #a6a6a6;
}

.blog__details__form form textarea::-ms-input-placeholder {
  color: #a6a6a6;
}

.blog__details__form form textarea::placeholder {
  color: #a6a6a6;
}

/*---------------------
  Login
-----------------------*/

.login {
  padding-top: 130px;
  padding-bottom: 120px;
}

.login__form {
  position: relative;
  padding-left: 145px;
}

.login__form:after {
  position: absolute;
  right: -14px;
  top: -40px;
  height: 330px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

.login__form h3 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
  margin-bottom: 30px;
}

.login__form form .input__item {
  position: relative;
  width: 370px;
  margin-bottom: 20px;
}

.login__form form .input__item:before {
  position: absolute;
  left: 50px;
  top: 10px;
  height: 30px;
  width: 1px;
  background: #b7b7b7;
  content: "";
}

.login__form form .input__item input {
  height: 50px;
  width: 100%;
  font-size: 15px;
  color: #b7b7b7;
  background: #ffffff;
  border: none;
  padding-left: 76px;
}

.login__form form .input__item input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.login__form form .input__item input::-moz-placeholder {
  color: #b7b7b7;
}

.login__form form .input__item input:-ms-input-placeholder {
  color: #b7b7b7;
}

.login__form form .input__item input::-ms-input-placeholder {
  color: #b7b7b7;
}

.login__form form .input__item input::placeholder {
  color: #b7b7b7;
}

.login__form form .input__item span {
  color: #b7b7b7;
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 13px;
}

.login__form form button {
  border-radius: 0;
  margin-top: 10px;
}

.login__form .forget_pass {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 12px;
}

.login__register {
  padding-left: 30px;
}

.login__register h3 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
  margin-bottom: 30px;
}

.login__register .primary-btn {
  background: #ffeb3b;
  padding: 12px 42px;
}

.login__social {
  padding-top: 52px;
}

.login__social__links {
  text-align: center;
}

.login__social__links span {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.login__social__links ul li {
  list-style: none;
  margin-bottom: 15px;
}

.login__social__links ul li:last-child {
  margin-bottom: 0;
}

.login__social__links ul li a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 460px;
  padding: 14px 0;
  position: relative;
  margin: 0 auto;
}

.login__social__links ul li a.facebook {
  background: #4267b2;
}

.login__social__links ul li a.google {
  background: #ff4343;
}

.login__social__links ul li a.twitter {
  background: #1da1f2;
}

.login__social__links ul li a i {
  font-size: 20px;
  position: absolute;
  left: 32px;
  top: 14px;
}

/*---------------------
  Sign Up
-----------------------*/

.signup {
  padding-top: 130px;
  padding-bottom: 150px;
}

.signup .login__form:after {
  height: 450px;
}

.signup .login__form h5 {
  font-size: 15px;
  color: #ffffff;
  margin-top: 36px;
}

.signup .login__form h5 a {
  color: #ffeb3b;
  font-weight: 700;
}

.signup .login__social__links {
  text-align: left;
  padding-left: 40px;
}

.signup .login__social__links h3 {
  color: #ffffff;
  font-weight: 700;
  font-family: "Noto Sans Thai", "Oswald", sans-serif;
  margin-bottom: 30px;
}

.signup .login__social__links ul li a {
  margin: 0;
  text-align: center;
}

/*---------------------
  Footer
-----------------------*/

.footer {
  background: #101011;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
}

.page-up {
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -25px;
}

.page-up a {
  display: inline-block;
  font-size: 36px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: #e50914;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}

.page-up a span {
  position: relative;
  top: 2px;
  left: -1px;
}

.footer__nav {
  text-align: center;
}

.footer__nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin-right: 40px;
}

.footer__nav ul li:last-child {
  margin-right: 0;
}

.footer__nav ul li a {
  font-size: 15px;
  color: #b7b7b7;
  display: block;
  font-weight: 700;
}

.footer__copyright__text {
  color: #b7b7b7;
  margin-bottom: 0;
  text-align: right;
}

.footer__copyright__text a {
  color: #ffeb3b;
}

/*--------------------------------- Responsive Media Quaries -----------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .hero {
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Medium Device = 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero {
    overflow: hidden;
  }

  .login__form {
    position: relative;
    padding-left: 32px;
  }

  .login__social__links ul li a {
    width: 380px;
  }

  .blog__item__text {
    padding: 0 50px;
  }
}

/* Tablet Device = 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero {
    overflow: hidden;
  }

  .header {
    position: relative;
  }

  .header .container {
    position: relative;
  }

  .header__right {
    position: absolute;
    right: 120px;
    top: -42px;
    padding: 0;
  }

  .header__menu {
    display: none;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }

  .slicknav_nav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #ffffff;
    padding: 15px 30px;
    z-index: 9;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }

  .slicknav_btn {
    border-radius: 0;
    background-color: #222;
    position: absolute;
    right: 0;
    top: 9px;
  }

  .slicknav_nav .slicknav_arrow {
    color: #111111;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .product__sidebar {
    padding-top: 50px;
  }

  .footer__logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__nav {
    margin-bottom: 15px;
  }

  .footer__copyright__text {
    text-align: center;
  }

  .anime__details__widget ul li span {
    width: 90px;
  }

  .anime__details__pic {
    margin-bottom: 40px;
  }

  .anime__details__sidebar {
    padding-top: 50px;
  }

  .login__form {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .login__form:after {
    display: none;
  }

  .login__form form .input__item {
    width: auto;
  }

  .login__register {
    padding-left: 0;
  }

  .signup .login__social__links {
    padding-left: 0;
  }

  .ad-vertical {
    display: none;
  }
}

/* Wide Mobile = 480px */

@media only screen and (max-width: 767px) {
  .hero {
    overflow: hidden;
  }

  .header {
    position: relative;
  }

  .header .container {
    position: relative;
  }

  .header__right {
    position: absolute;
    right: 120px;
    top: -42px;
    padding: 0;
  }

  .header__menu {
    display: none;
  }

  .slicknav_menu {
    background: transparent;
    padding: 0;
    display: block;
  }

  .slicknav_nav {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #ffffff;
    padding: 15px 30px;
    z-index: 9;
  }

  .slicknav_nav ul {
    margin: 0;
  }

  .slicknav_nav .slicknav_row,
  .slicknav_nav a {
    padding: 7px 0;
    margin: 0;
    color: #111111;
    font-weight: 600;
  }

  .slicknav_btn {
    border-radius: 0;
    background-color: #222;
    position: absolute;
    right: 0;
    top: 9px;
  }

  .slicknav_nav .slicknav_arrow {
    color: #111111;
  }

  .slicknav_nav .slicknav_row:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .slicknav_nav a:hover {
    border-radius: 0;
    background: transparent;
    color: #111111;
  }

  .product__sidebar {
    padding-top: 50px;
  }

  .footer__logo {
    text-align: center;
    margin-bottom: 20px;
  }

  .footer__nav {
    margin-bottom: 15px;
  }

  .footer__copyright__text {
    text-align: center;
  }

  .blog__details__title h2 {
    font-size: 34px;
    line-height: normal;
  }

  .anime__details__pic {
    margin-bottom: 40px;
  }

  .anime__details__sidebar {
    padding-top: 50px;
  }

  .btn__all {
    text-align: left;
  }

  .product__page__title .section-title {
    margin-bottom: 30px;
  }

  .product__page__title .product__page__filter {
    text-align: left;
  }

  .anime__details__rating {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
  }

  .blog__details__social {
    overflow: hidden;
  }

  .blog__details__title .blog__details__social a {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    float: left;
  }

  .login__form {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .login__form:after {
    display: none;
  }

  .login__form form .input__item {
    width: auto;
  }

  .signup .login__social__links {
    padding-left: 0;
  }

  .login__social__links ul li a {
    width: auto;
  }

  .blog__item__text {
    padding: 0 30px;
  }

  .login__register {
    padding-left: 0;
  }

  .product__sidebar__view .filter__controls li {
    margin-right: 2px;
  }

  .search-model-form input {
    width: 100%;
  }
}

/* Small Device = 320px */

@media only screen and (max-width: 479px) {
  .hero__slider.owl-carousel .owl-nav {
    display: none;
  }

  .hero__items {
    padding: 250px 0 42px 15px;
  }

  .hero__text h2 {
    font-size: 32px;
  }

  .footer__nav ul li {
    margin-right: 10px;
  }

  .anime__details__btn .follow-btn {
    padding: 14px 26px;
    margin-right: 11px;
    margin-bottom: 25px;
  }

  .anime__details__widget ul li span {
    width: 85px;
  }

  .anime__video__player .plyr__volume {
    left: 65px;
  }

  .anime__video__player .plyr__controls .plyr__controls__item.plyr__time {
    left: 95px;
  }

  .anime__video__player .plyr__menu {
    margin-right: 60px;
  }

  .blog__details__title h2 {
    font-size: 30px;
    line-height: normal;
  }

  .blog__details__title .blog__details__social a {
    padding: 16px 25px 14px 20px;
  }

  .blog__details__comment__item.blog__details__comment__item--reply {
    padding-left: 0;
  }

  .blog__details__comment__item__pic {
    margin-right: 25px;
  }

  .blog__details__comment__item__text a {
    margin-right: 6px;
  }

  .login__social__links ul li a i {
    left: 20px;
  }

  .login__form .forget_pass {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 25px;
  }

  .header__right a {
    margin-right: 10px;
  }

  .anime__review__item__text h6 span {
    font-size: 12px;
  }

  .anime__review__item__text {
    padding: 18px 20px 20px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 60%);
  transition: box-shadow 0.5s ease-in-out;
  margin-bottom: 30px;
}

.video-container:hover {
  box-shadow: 0px 0px 12px 5px rgb(0 0 0 / 60%);
}

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

@keyframes boxShadowAnimation {

  0%,
  100% {
    box-shadow: 0px 0px 12px 4px #ff0000;
    /* Red shadow */
  }

  14% {
    box-shadow: 0px 0px 12px 4px #ff9900;
    /* Orange shadow */
  }

  28% {
    box-shadow: 0px 0px 12px 4px #ffff00;
    /* Yellow shadow */
  }

  42% {
    box-shadow: 0px 0px 12px 4px #33ff33;
    /* Green shadow */
  }

  57% {
    box-shadow: 0px 0px 12px 4px #3399ff;
    /* Blue shadow */
  }

  71% {
    box-shadow: 0px 0px 12px 4px #9933ff;
    /* Purple shadow */
  }

  85% {
    box-shadow: 0px 0px 12px 4px #ff33cc;
    /* Pink shadow */
  }
}

.player .video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  overflow: hidden;
  border-radius: 20px;
  /* transition: box-shadow 0.5s ease-in-out; */
  border: 2px solid transparent;
  animation: borderAnimation 180s linear infinite;
}

.match-info .match .detail .team-name-left img {
  height: 60px;
  width: 60px;
  margin: 0px 20px;
}

.match-info .match .detail .team-name-right img {
  height: 60px;
  width: 60px;
  margin: 0px 20px;
}

.match-info .match .detail {
  justify-content: center;
  min-height: 100px;
  padding: 10px 0px;
}

.match-info .match .detail .vs {
  font-size: 30px;
}

.match-info .match {
  /* background: linear-gradient(to bottom, #ff471e, #680000); */
  /* background: linear-gradient(to bottom, #180078, #ffeb3b); */
  background-color: #232526;
  border-radius: 20px;
  font-size: 30px;
}

.match-info .match .detail .live {
  display: block;
}

.match .detail .live {
  animation: flash 2s infinite;
  color: red;
}

.match .detail .match-date {
  font-size: 14px;
  color: rgb(133, 133, 133);
}

.match .detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.match .detail .team-name-left {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.match .detail .match-date {
  width: 120px;
}

.match .detail .team-name-right {
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 30%;
}

.match .detail .team-name-left img {
  height: 40px;
  width: 40px;
  margin: 0px 20px;
}

.match .detail .team-name-right img {
  height: 40px;
  width: 40px;
  margin: 0px 20px;
}

.match .detail .vs {
  padding: 0px 20px;
  border-radius: 15px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  margin: 0px 20px;
}

.match .detail .vs {
  background-color: #414141;
}

@media only screen and (max-width: 780px) {
  .match .detail .team-name-left {
    flex-direction: column-reverse;
    font-size: 14px;
    text-align: center;
  }

  .match .detail .team-name-right {
    flex-direction: column;
    font-size: 14px;
    text-align: center;
  }

  .match-info .match .detail .vs {
    font-size: 20px;
    font-weight: 600;
  }
}

.ad-vertical,
.ad-square {
  position: fixed;
  z-index: 1000;
  background-color: transparent;
  /* border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.ad-vertical {
  width: 100px;
  height: 360px;
  top: 50%;
  transform: translateY(-50%);
}

#ad-left {
  left: 0;
}

#ad-right {
  right: 0;
}

.ad-square {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ad-vertical.active,
.ad-square.active {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.close-btn:hover {
  color: red;
}

.sport-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.sport-list .sport-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #232526;
  min-width: 60px;
  padding: 15px 20px;
  border-radius: 10px;
  flex: 1;
}

.sport-list .sport-item:hover {
  background: linear-gradient(135deg, #444, #111);
  border-bottom: 2px solid #e50914;
  transition: all 0.3s ease;
}

.sport-list .sport-item.active {
  background: linear-gradient(135deg, #444, #111);
  border-bottom: 2px solid #e50914;
  color: #fff;
}

.sport-list .sport-item.active a {
  color: #fff;
}

.sport-list .sport-item a {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sport-list {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: start;
  }
}

.sport-list .sport-item .label {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sport-list .sport-item img {
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  margin-right: 15px;
  border-radius: 5px;
}

.detail-info {
  margin-top: 20px;
}

.detail-info .nav-link {
  color: white;
  font-size: 16px;
  border: 0px;
  transition: all 0s;
  background-color: transparent;
}

.detail-info .nav-tabs .nav-link.active {
  color: rgb(255, 255, 255);
  background: linear-gradient(to right, #2b0099, #00cbcb);
  border: 0px;
  border-radius: 20px;
  font-weight: 600;
}

.detail-info .nav-tabs {
  border: 0px;
  border-radius: 20px;
}

.detail-info .nav-tabs .nav-link:hover {
  border: 0px;
  border-radius: 20px;
}

.detail-info .detail-card {
  border-radius: 20px;
  padding: 15px;
  position: relative;
}

.light .detail-info .detail-card {
  background-color: var(--custom-bg-color-light);
}

.dark .detail-info .detail-card {
  background-color: #222222;
}

.detail-card .h2h {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.detail-card .h2h .team {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 150px;
  text-align: center;
}

.light .main-color {
  color: black;
}

.dark .main-color {
  color: white;
}

.light .main-color-invert {
  color: white;
}

.light .main-color-invert {
  color: black;
}

.detail-card .h2h .team .name {
  margin-top: 10px;
}

@media only screen and (max-width: 780px) {
  .detail-info .nav-link {
    font-size: 14px;
  }

  .detail-card .h2h .team .name h5 {
    font-size: 12px !important;
  }

  .plan-detail {
    display: none;
  }
}

.social-button {
  border: none;
  cursor: pointer;
}

.light .social-button {
  color: white;
}

.dark .social-button {
  color: black;
}

.slide-btn {
  width: 100%;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  padding: 10px;
}

.slide-btn div {
  margin-right: 10px;
  min-width: 150px;
}

.progress-bar-reverse {
  margin-right: 0;
  margin-left: auto;
}

.pogress-1 {
  background-color: #a20000 !important;
  /* Blue color */
}

.progress-2 {
  background-color: #989898 !important;
  /* Green color */
}

.field {
  background-image: url("./../img/field.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  /* Adjust the width as needed */
  max-width: 100%;
  /* Ensure it doesn't exceed the parent container */
  padding-bottom: 64.25%;
  /* 9 divided by 16 gives you 0.5625 (56.25%) for a 16:9 aspect ratio */
  position: relative;
  /* Create a positioning context */
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 1fr);
  /* Updated to 7 rows */
  position: absolute;
  /* Position the grid container absolutely */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.grid-cell {
  border: 1px solid #ffffff0d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid-cell .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--custom-text-color);
  font-size: 14px;
}

.grid-cell .player-number {
  border-radius: 50%;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.grid-cell .info .plan-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  .grid-cell .info .player-number {
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    font-size: 10px;
  }

  .grid-cell .info .plan-detail {
    display: none;
  }

  .ch small {
    display: none;
  }

  .timeline-panel img {
    display: none;
  }
}

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

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #ffeb3b;
  left: 50%;
  margin-left: -1.5px;
}

.timeline>li {
  margin-bottom: 0x;
  position: relative;
}

.timeline>li:before,
.timeline>li:after {
  content: " ";
  display: table;
}

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  width: 46%;
  float: left;
  border-radius: 20px;
  padding: 10px;
  position: relative;
  /* -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175); */
  text-align: end;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

/* .light .timeline > li > .timeline-panel {
  border: 1px solid var(--custom-bg-color-light);
}

.light .timeline > li > .timeline-panel {
  border: 1px solid var(--custom-bg-color-dark);
} */

.timeline>li>.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
  display: none;
}

.timeline>li>.timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
  display: none;
}

.timeline>li>.timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border: 1px solid #ffeb3b;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
  text-align: start;
}

.timeline>li.timeline-inverted>.timeline-panel {
  justify-content: start;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #008cba !important;
}

.timeline-badge.success {
  background-color: #43ac6a !important;
}

.timeline-badge.warning {
  background-color: #e99002 !important;
}

.timeline-badge.danger {
  background: linear-gradient(to top, #2b0099, #00cbcb);
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
  color: white;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
  color: grey;
}

.timeline-body>p+p {
  margin-top: 5px;
}

.article-container {
  margin: 30px 0px;
  border-radius: 5px;
  padding: 25px;
  background-color: #1a1a1a;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}

.dark .card {
  background-color: transparent !important;
  border: 1px solid transparent;
}

.table {
  color: #ccc;
}

.table thead {
  background-color: black;
  color: white;
  border-radius: 20px;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #18191a;
  display: block;
}

.navbar img {
  width: 50%;
}

/* hilight pagination */
.pagination-wrapper {
  text-align: center;
  margin: 20px 0;
}

.pagination {
  list-style: none;
  display: inline-flex;
  gap: 6px;
  padding: 0;
  margin: 0;
}

.pagination li {
  display: inline;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  background-color: #2d2d2d;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 36px;
  text-align: center;
  font-weight: 500;
}

.pagination a:hover {
  background-color: #444;
}

.pagination .active {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
  box-shadow: 0 0 0 2px #fff;
}

.pagination .disabled {
  opacity: 0.4;
  pointer-events: none;
}

.pagination .arrow {
  font-weight: bold;
  padding: 8px 14px;
}

/* end hilight pagination */

.ad-bottom-fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 320px;
  max-width: 100%;

  opacity: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
}

.ad-bottom-fixed.active {
  opacity: 1;
  visibility: visible;
}


/* container */
.sponsor-gallery {
  display: flex;
  flex-direction: column;
  gap: 0;
  /* ชิดสนิท */
}

/* link เต็มก้อน */
.sponsor-gallery a {
  display: block;
  margin: 0;
  padding: 5px;
}

/* image */
.sponsor-img {
  width: 100%;
  height: auto;
  /* 🔥 auto ตามรูปจริง */
  display: block;
  /* กันช่องว่างใต้ img */
  margin: 0;
  padding: 0;
}

/* Mobile Bottom Navigation */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #111111;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
  display: flex !important;
  justify-content: space-around;
  align-items: center;
  z-index: 1050;
  padding: 10px 0 5px 0;
  border-top: 1px solid #333;
}

@media only screen and (min-width: 768px) {
  .mobile-bottom-nav {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    border-radius: 25px;
    border: 1px solid #333;
    padding: 10px 20px 5px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
  }
}

@media only screen and (max-width: 767px) {
  body {
    padding-bottom: 70px;
  }
}

.mobile-bottom-nav a {
  color: #777;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex: 1;
}

.mobile-bottom-nav a i {
  font-size: 20px;
  margin-bottom: 5px;
}

.mobile-bottom-nav a.active {
  color: #fff;
}

.mobile-bottom-nav a.active i {
  color: #e50914;
}

.mobile-bottom-nav a:hover {
  color: #fff;
}

.mobile-bottom-nav a.register-btn {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 700;
}

.mobile-bottom-nav a.register-btn i {
  background: linear-gradient(135deg, #e50914, #b0060f);
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-top: -25px;
  box-shadow: 0 4px 10px rgba(229, 9, 20, 0.4);
  border: 3px solid #111;
  font-size: 18px;
}