/* @import url(https://fonts.google.com/specimen/Kanit#standard-styles); */
@import "../font/kanit/stylesheet.css";

body { 
  font-family: Kanit,'Helvetica Neue',Arial,Helvetica,sans-serif;
	background-color: #f2f2f2; 
	color: #333; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ font-family: Kanit,'Helvetica Neue',Arial,Helvetica,sans-serif; font-weight: 300 !important; }

a, a:hover { text-decoration: none; }
.wrap {
    min-height: 100vh;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 61px;
}

.container{
    width: 100% !important;
}
.clear-padding{
    padding: 0px 0px;
}

@media (min-width: 768px) { 
    .clear-padding{
        padding: 0px 15px;
    }
}

@media (min-width: 1120px) { 
   .container{
      width: 1170px !important;
   }
}

/* ----- header and footer ----- */
.navbar {
    background-color: #262626;
    padding: 0; 
    margin-bottom: 0px;
    border-radius: 0px !important;
    /* border-bottom: 3px solid #262626; */
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.razer-header {
	width: 100%;
	position: relative;
	padding: 2px 0px 2px 0px !important;
	margin: auto;
	text-align: center;
}

.home{
    position: absolute;
    top: 2px;
    left: 50;
    padding-left: 65px;
}

.head_logogame{
    position: absolute;
    top: 0px;
    left: 0;
 }

.profile{
    position: absolute;
    top: 0px;
    right: 0;
}

.profile a { 
  color: #44d62c; 
  text-decoration: none; 
  font-size: 14px; 
  font-weight: 300;
}

.profile a span {
  border: 1px solid #b2b2b2; 
  padding: 4px 10px;
  border-radius: 20px;
}

.footer {
  background-color: #262626;
  padding: 3px 0px; 
  margin-bottom: 0px; 
  text-align: center;
}
.footer .container img { height: 60px; }
.footer .container { 
  position: relative; 
}
.footer-right {
  position: absolute;
  top: 5px;
  right: 0;
}
.footer-right img { 
  height: 50px !important;
}

.footer-left {
  position: absolute;
  top: 5px;
  left: 0;
}

.footer-left img { 
  height: 50px !important;
}

.clearfix { clear: both; }
.content-banner { padding-left: 0px; padding-right: 0px; }
.img-content-banner { padding-left: 0px; padding-right: 0px;  }
.img-crop { width: 100%; }
.content-body { padding-top: 0px !important; }

.w100p { width: 100%; display: block; clear: both; }
.po { position: relative !important; }

.align-center { text-align:center !important; }
.obj-center { text-align:center !important;}
.obj-left { text-align: left !important;}
.obj-right { text-align: right !important;}

.fl{ float: left; }
.fr { float: right; }

.fw-600 { font-weight: 600 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-300 { font-weight: 300 !important; }

.fs-27 { font-size: 27px !important; }
.fs-26 { font-size: 26px !important; }
.fs-25 { font-size: 25px !important; }
.fs-23 { font-size: 23px !important; }
.fs-22 { font-size: 22px !important; }
.fs-21 { font-size: 21px !important; }
.fs-20 { font-size: 20px !important; }
.fs-18 { font-size: 18px !important; }
.fs-17 { font-size: 17px !important; }
.fs-16 { font-size: 16px !important; }
.fs-15 { font-size: 15px !important; }
.fs-14 { font-size: 14px !important; }
.fs-13 { font-size: 13px !important; }
.fs-12 { font-size: 12px !important; }
.fs-11 { font-size: 11px !important; }

.bg-white{ background-color: #fff; }
.color-white { color: #fff; }
.color-warning{ color: #ED1C24;}
.color-gold { color: #44D62C; }
.color-secondary{ color: #b2b2b2 !important;}
.color-tex-secondary{ color: #808080 !important;}
.request { color: #ED1C24; }

.p5t { padding-top:5px !important;}
.p10t { padding-top:10px !important;}
.p15t { padding-top:15px !important;}
.p20t { padding-top:20px !important;}
.p25t { padding-top:25px !important;}
.p30t { padding-top:30px !important;}
.p40t { padding-top:40px !important;}
.p50t { padding-top:50px !important;}

.p5b { padding-bottom:5px !important;}
.p10b { padding-bottom:10px !important;}
.p15b { padding-bottom:15px !important;}
.p20b { padding-bottom:20px !important;}
.p30b { padding-bottom:30px !important;}
.p40b { padding-bottom:40px !important;}
.p50b { padding-bottom:50px !important;}
.none-padding { padding: 0px 0px !important; }
 
.bg-steper{ background-color: #1A1A1A !important; } 
.steper { position: relative; text-align: center; }
.steper img.img-crop { width: 100%; }

.none-padding { padding-left: 0px; padding-right: 0px; }
@media ( min-width : 768px ) { 
 .steper img.img-crop { width: 50% !important; }
 .none-padding { padding-left: 15px; padding-right: 15px; }
}


/* ===== Button ===== */
.btn-lg, .btn-group-lg > .btn{ font-size: 16px !important; padding: 8px 12px !important; }
.btn { border-radius: 0px !important; text-decoration: none !important; }
.btn:hover{ text-decoration: none !important; }
.btn.btn-default{
  background-color: #fff;  
   border-color: #0475d0 !important;
   border-radius: 0;
   color: #0475d0 !important;
}  
.btn.btn-default:hover{
  background-color: #e6e6e6; 
}

.btn.btn-inverse {
  color:#ab8d58;
  background:#313130;
  border-color:#313130
}

.btn-delete{
   background: #cdcdcd;
   cursor: pointer;
   padding: 3px 10px;
   color: #5f5f5f;
 }
 
.btn-action { 
  background: #ab8d58 none repeat scroll 0 0;
  border: medium none;
  border-radius: 1px;
  min-width: 135px;
  color: #fff !important; 
  padding: 8px 12px !important;
  text-decoration: none !important;
}
.btn-action:hover {
  text-decoration: none !important;
  background: #ab8d58 none repeat scroll 0 0;
}

.btn-action:visited {
 background: #ab8d58 none repeat scroll 0 0;
}

.btn-action-cycle {
  background: #f57224 url() 0 0 no-repeat;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btn-action-cycle a {
 text-align: center;
 display: block;
 padding: 5px 15px; 
 font-size: 13px;
 color: #fff;
}


.scroll-to-top {
   background: #44d62c none repeat scroll 0 0;
   border-radius: 3px;
   bottom: 50px;
   cursor: pointer;
   height: 40px;
   position: fixed;
   right: 30px;
   text-align: center;
   width: 40px;
   z-index: 9999;
}
.scroll-to-top:hover {
  background: #333333 none repeat scroll 0 0;
}
.scroll-to-top i {
  color: #fff;
  font-size: 24px;
  line-height: 38px;
}


/* ===== title text style ===== */
.title-heding { margin-top:20px !important; margin-bottom:20px !important; letter-spacing: 1.0px;}
.title-heding p {
    display: block;
    color: #909090;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 14px;
}
 

.title-heding::after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background-color: #e86513;
    margin-top: 10px;
}

.title-heding.text-center::after, .title-heding.text-center span {
    margin-left: auto;
    margin-right: auto;
}



/* ------------- custom grid-wrap --------------- */
.grid-wrap3-1 {
  display: grid;
  grid-template-columns: repeat(1, 100%);
  margin: auto -0.5em;
}

.grid-wrap4-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: auto -0.5em;
}

.grid-wrap5-2 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  margin: auto -0.5em;
}


@media (min-width: 520px) {
  .grid-wrap3-1 {
   grid-template-columns: repeat(2, 50%);
 }

 .grid-wrap4-2 {
   grid-template-columns: repeat(3, 33.333%);
 }

 .grid-wrap5-2 {
   grid-template-columns: repeat(3, 33.333%);
 }

}

@media (min-width: 768px) {
  .grid-wrap3-1 {
   grid-template-columns: repeat(3, 33.333%);
 }

 .grid-wrap4-2 {
   grid-template-columns: repeat(4, 25%);
 }

 .grid-wrap5-2 {
   grid-template-columns: repeat(5, 20%);
 }

}

@media (min-width: 980px) {
  .grid-wrap3-1 {
   grid-template-columns: repeat(3, 33.333%);
 }

 .grid-wrap4-2 {
   grid-template-columns: repeat(4, 25%);
 }

 .grid-wrap5-2 {
   grid-template-columns: repeat(5, 20%);
 }

}


@media (min-width: 1400px) {
  .grid-wrap3-1 {
    grid-template-columns: repeat(3, 33.333%);
  }

  .grid-wrap4-2 {
    grid-template-columns: repeat(4, 25%);
  }

  .grid-wrap5-2 {
    grid-template-columns: repeat(5, 20%);
  }

}

.mygrid-item {
  padding: 0.5em;
  overflow: hidden;
  position: relative;
}

.mygrid-item .thumb {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.mygrid-item .thumb img {
  width: 100%;
  display: block;
}

.mygrid-item a {
  display: block;
}

.mygrid-item a .thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mygrid-item a:hover .thumb {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.mygrid-item .detail-container {
  padding: 7px 10px 10px 10px;
}

.mygrid-item .detail-container > .detail {
  position: relative;
  text-align: left;
}

.mygrid-item .detail a {
  text-decoration: none;
}

.mygrid-item a .title-name {
  color: #202621;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.mygrid-item a:hover .title-name {
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.mygrid-item .detail .title-name {
  -moz-box-orient: vertical;
  min-height: calc(20px);
  max-height: calc(20px);
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-height: 21px;
  font-size: 16px;
  font-weight: 500;
}