@import 'bootstrap.min.css';
@import 'all.min.css';
@import 'animate.css';
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
html,
body {
  font-size: 16px;
  font-family: "Noto Sans Thai";
}

a {
  color: #000;
}

.clearfloat:after {
  display: table;
  content: "";
  clear: both;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.flex-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo-main {
  width: 20%;
}
.logo-main img {
  width: 220px;
  height: auto;
}

.content-header {
  width: 60%;
}

.menu-action {
  width: 20%;
  text-align: right;
  padding: 10px 0 0;
}
.menu-action > li {
  display: inline-block;
  margin-left: 10px;
}
.menu-action > li img {
  cursor: pointer;
  width: 65px;
  height: auto;
}
.menu-action > li img:hover {
  -webkit-filter: saturate(5);
          filter: saturate(5);
}

.bg-nav-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  z-index: -1;
  background-size: 100% 100%;
}

.content-header {
  padding: 5px 0 0;
}
.content-header h2,
.content-header h4 {
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.7px;
}
.content-header h2 {
  color: #662c00;
}
.content-header h4 {
  color: #9b3f00;
}

.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  content: "";
  z-index: -1;
  background-size: 100% 100%;
}

.l-action {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
.l-action .l-menu > li {
  display: inherit;
  margin: 5px 0;
}
.l-action .l-menu > li a img {
  width: 180px;
  height: auto;
}
.l-action .l-menu > li a img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

.r-action {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
.r-action .r-menu > li {
  display: inherit;
  margin: 5px 0;
}
.r-action .r-menu > li a img {
  width: 180px;
  height: auto;
}
.r-action .r-menu > li a img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

.footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.flex-fixed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-fixed .blog-item-fixed {
  margin: 0 15px;
}
.flex-fixed .blog-item-fixed img {
  width: 170px;
  height: auto;
}
.flex-fixed .blog-item-fixed img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}
.flex-fixed .bg-footer-action {
  position: absolute;
  bottom: -5%;
  left: 5%;
  width: 90%;
  height: 50%;
  display: block;
  content: "";
  z-index: -1;
  background-size: 100% 100% !important;
}

.slide-main {
  margin: 120px 0 0;
}
.slide-main .carousel-item img {
  width: 70% !important;
  margin: 0 auto;
}

.caption-blog-primary {
  position: relative;
  z-index: 1;
  padding: 30px;
  padding-bottom: 50px;
}
.caption-blog-primary.-nobtn {
  padding-bottom: 30px;
}
.caption-blog-primary .bg-content-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-size: cover !important;
  background-position: center !important;
  border-radius: 30px;
  z-index: -2;
}
.caption-blog-primary .bg-content-2 {
  position: absolute;
  top: 6px;
  left: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: block;
  content: "";
  background-size: cover !important;
  background-position: center !important;
  border-radius: 25px;
  z-index: -1;
}
.caption-blog-primary .btn-group-primary {
  position: absolute;
  bottom: -24px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.caption-blog-primary .btn-group-primary img {
  width: 200px;
  height: auto;
  margin: 0 5px;
}
.caption-blog-primary .btn-group-primary img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

.menu-mobile-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateX(100%) !important;
  -ms-transform: translateX(100%) !important;
  transform: translateX(100%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}
.menu-mobile-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  display: block;
  content: "";
  background: rgb(30, 83, 207);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(30, 83, 207)), to(rgb(63, 252, 238)));
  background: linear-gradient(180deg, rgb(30, 83, 207) 0%, rgb(63, 252, 238) 100%);
  z-index: -1;
  -webkit-transition: height 0.15s ease-out;
  transition: height 0.15s ease-out;
}

.mobile-menu {
  width: 300px;
  text-align: center;
  padding: 0;
  margin: 4rem 0 0;
}
.mobile-menu > li {
  display: inherit;
  margin: 0 0 10px;
}
.mobile-menu > li a {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  font-style: italic;
  text-shadow: 0 0 6px #fa7000, 0 0 6px #fa7000, 0 0 6px #fa7000, 0 0 6px #fa7000, 0 0 6px #fa7000, 0 0 6px #fa7000, 0 0 6px #fa7000, 0 0 6px #fa7000;
}
.mobile-menu > li a:hover {
  text-shadow: 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd, 0 0 6px #a351fd;
}

.icon-close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.icon-close-menu i {
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.active-mobile-menu {
  -webkit-transform: translateX(0%) !important;
  -ms-transform: translateX(0%) !important;
  transform: translateX(0%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

figure {
  margin: 0;
}

.thumb img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

p {
  font-weight: 600;
  letter-spacing: -0.3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #662c00;
  font-weight: 900;
  font-style: italic;
}

.flex-pro-wrap .item-pro img {
  width: 100%;
  height: auto;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #fff;
  cursor: pointer;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.carousel-indicators .active {
  background: rgb(249, 242, 10) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 242, 10)), to(rgb(255, 158, 0))) !important;
  background: linear-gradient(180deg, rgb(249, 242, 10) 0%, rgb(255, 158, 0) 100%) !important;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #fff !important;
  height: 15px !important;
  width: 15px !important;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.lSPager.lSpg > li.active a {
  background: rgb(249, 242, 10) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(249, 242, 10)), to(rgb(255, 158, 0))) !important;
  background: linear-gradient(180deg, rgb(249, 242, 10) 0%, rgb(255, 158, 0) 100%) !important;
}

.flex-cat-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(17, 85, 26);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(17, 85, 26)), to(rgb(54, 163, 50)));
  background: linear-gradient(180deg, rgb(17, 85, 26) 0%, rgb(54, 163, 50) 100%);
  border-radius: 60px;
  padding: 10px;
  margin: 2rem 0;
}
.flex-cat-wrap .item-cat-wrap {
  width: 16.66%;
}
.flex-cat-wrap .item-cat-wrap img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.flex-cat-wrap .item-cat-wrap img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

.flex-game-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-game-filter .logo-brand-filter {
  width: 10%;
}
.flex-game-filter .game-show-list {
  width: 90%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-game-filter .game-show-list .blog-game-image {
  width: 16.66%;
}
.flex-game-filter .game-show-list .blog-game-image img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  padding: 5px;
  cursor: pointer;
}
.flex-game-filter .game-show-list .blog-game-image img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

.logo-brand-item {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.logo-brand-item > li {
  display: inherit;
  padding: 12px 10px;
}
.logo-brand-item > li a img {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.logo-brand-item > li a img:hover {
  -webkit-filter: saturate(2);
          filter: saturate(2);
}

.logo-footer {
  width: 250px;
  height: auto;
  margin: 20px auto;
  display: block;
}

.banner-addd {
  padding: 3rem 0 0;
}

.content-secondary {
  padding: 3rem 0;
}

.transfer-blog {
  margin: 2rem 0 0;
  background: #171f49;
  padding: 2rem 0;
}
.transfer-blog h2 {
  color: #fff;
}

.flex-transfer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-transfer .l-transfer {
  width: 50%;
}

.menu-transfer {
  margin: 15px 0 0;
}
.menu-transfer.-sub > li + li {
  margin-left: 3px;
}
.menu-transfer > li {
  display: inline-block;
}
.menu-transfer > li a h4 {
  color: #fff;
}
.menu-transfer > li img {
  width: 35px;
  height: auto;
}
.menu-transfer > li + li {
  margin-left: 20px;
}

.copyright-blog {
  background: #0095c9;
  color: #fff;
  padding: 10px 0 180px;
}

.item-mobile {
  display: none;
}

@media only screen and (max-width: 600px) {
  .r-action {
    display: none;
  }
  .l-action {
    display: none;
  }
  .logo-main img {
    width: 150px;
    height: auto;
  }
  .content-header {
    display: none;
  }
  .menu-action {
    width: 50%;
    padding: 5px 0 0;
  }
  .menu-action > li img {
    width: 50px;
    height: auto;
  }
  .slide-main .carousel-item img {
    width: 100% !important;
    margin: 0 auto;
  }
  .slide-main {
    margin: 100px 0 0;
  }
  .bg-fixed {
    background-size: cover;
  }
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.1rem;
  }
  h4 {
    font-size: 0.9rem;
  }
  h5 {
    font-size: 0.9rem;
  }
  p {
    font-size: 0.9rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0 0 10px;
    line-height: 1;
  }
  .flex-fixed .blog-item-fixed {
    width: 33.33%;
    margin: 0px 5px;
  }
  .flex-fixed .blog-item-fixed img {
    width: 100%;
    height: auto;
  }
  .flex-fixed .blog-item-fixed:nth-child(1) {
    display: none;
  }
  .flex-fixed .blog-item-fixed:nth-child(4) {
    display: none;
  }
  .flex-fixed .bg-footer-action {
    left: 1%;
    width: 98%;
    height: 50%;
    background-size: 100% 100% !important;
  }
  .flex-cat-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 8px;
  }
  .flex-cat-wrap .item-cat-wrap {
    width: 33.33%;
    margin: 3px 0;
  }
  .btn-group-primary img {
    width: 95% !important;
  }
  .caption-blog-primary {
    margin: 15px 0;
  }
  .caption-blog-primary {
    padding: 20px;
    padding-bottom: 40px;
  }
  .copyright-blog {
    padding: 10px 0 120px;
  }
  .flex-transfer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-transfer .l-transfer {
    width: 100%;
    text-align: center;
  }
  .flex-transfer .l-transfer h2 {
    font-size: 1.3rem;
    margin: 0 0 5px !important;
    font-weight: 600;
  }
  .flex-transfer .l-transfer:nth-child(2) {
    margin: 20px 0 0;
  }
  .transfer-blog {
    margin: 1rem 0 0;
    padding: 1.5rem 0;
  }
  .menu-transfer.-sub > li + li {
    margin: 0 1px;
    margin-top: 5px;
  }
  .logo-footer {
    width: 170px;
    height: auto;
  }
  .content-secondary {
    padding: 1rem 0 0;
  }
  .flex-game-filter .logo-brand-filter {
    width: 23%;
  }
  .flex-game-filter .game-show-list {
    padding: 0 10px;
    padding-right: 0;
    width: 77%;
  }
  .flex-game-filter .game-show-list .blog-game-image {
    width: 33.33%;
  }
  .logo-brand-item > li {
    display: inherit;
    padding: 10px 3px;
  }
  .banner-addd {
    padding: 1rem 0 0;
  }
  .item-mobile {
    display: block;
  }
  .item-pc {
    display: none;
  }
  .mobile-menu > li a {
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1367px) {
  .container {
    max-width: 1344px;
    width: 1344px;
  }
}
/*# sourceMappingURL=style.min.css.map */