body
{
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
   font-family: 'Lato' , sans-serif;
  max-width: 1366px;
  color:#454545;
  letter-spacing: 1px; 
  /*user-select:none;*/
}
/*------------general------------*/

a{
  text-decoration: none !important;
  outline: none !important;
}
.rm-padding
{
  padding: 0;
}
.rml-padding
{
  padding-left: 0;
}
.rmr-padding
{
  padding-right: 0;
}
.rmr-margin
{
  margin-right: 0;
}
.black_overlay
{
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,.3);
}
.txt-right
{
  text-align: right
}
.txt-left
{
  text-align: left
}
.mobile_banner
{
    display:none !important;
}
/*--------Fonts-----------*/

@font-face {
  font-family: 'Exo 2';
  src: url('../fonts/Exo2-Medium.eot');
  src: url('../fonts/Exo2-Medium.eot') format('embedded-opentype'),
  url('../fonts/Exo2-Medium.woff2') format('woff2'),
  url('../fonts/Exo2-Medium.woff') format('woff'),
  url('../fonts/Exo2-Medium.ttf') format('truetype'),
  url('../fonts/Exo2-Medium.svg#Exo2-Medium') format('svg');
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'),
  url('../fonts/Montserrat-Medium.woff2') format('woff2'),
  url('../fonts/Montserrat-Medium.woff') format('woff'),
  url('../fonts/Montserrat-Medium.ttf') format('truetype'),
  url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
}

/*----------------header------------------*/
.right_logo
{
  display: inline-block;
  position: absolute;
/*  right: 2%;*/
  right: 0%;
  top: 18%;
}
.right_logo img
{
  width: 150px;
}
/*-------------Menu----------------*/
.navbar-inverse {
  background-color: #fff;
  border: none;  
  position: relative; 
  z-index: 999;
  width: 100%;
  left: 0; 
  top: 0; 
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}

.navbar-brand > img {
  width: 170px;
}
.navbar-brand {
  padding:5px 15px;
  height: auto;
  position: absolute;
  top: 0%;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
/*  margin-left: 0px;*/
      margin-left: -30px;
}
/*.navbar-nav {
  float: none;
  display: table;
  margin: 0px auto;
}*/
.navbar-nav {
    float: none;
    display: table;
/*    margin: 0px 160px;*/
    margin: 0px 160px;
}
.navbar-inverse .navbar-nav > li
{
  margin: 0 3px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #454545;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  /*font-size: 14px;*/
  font-size: 13px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 30px;
   font-family: 'Kanit', sans-serif;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
  color:#1660AB;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .active > a:hover {
 color:#1660AB;
 background-color: transparent;
}


  .dropdown-menu
  {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
  }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;

    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
  }

  .dropdown:hover .dropdown-menu {
    max-height: 200px;
    opacity: 1;
  }
  .dropdown-menu > li > a {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }

  .navbar-inverse .navbar-nav > .open > a, 
  .navbar-inverse .navbar-nav > .open > a:focus, 
  .navbar-inverse .navbar-nav > .open > a:hover {
    color: #1660AB;
    background-color: transparent;
  }
  .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: #1660AB;
  }
  /*-------------Fixed header-------------*/
  .fixed-header
  {
    position: fixed;
    top: 0; 
    z-index: 999;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  
  /*-----------absolute content---------*/
  .abs_content {
   position: relative;
   width: 100%;
   overflow: hidden;
   margin: 0;
   padding: 50px 50px 40px;
   z-index: 99;
   background: #1660AB url('../images/absBG.jpg')no-repeat ;
   background-size: cover;
   text-align: justify
 }
 .abs_content h2
 {
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  margin: 0 0 15px;
}
.abs_content p
{
  color: rgba(255,255,255,.8);
}
/*--------------Content---------------*/
.abt_cnt
{
 background: #F5F5F5;

}
.abt_cnt .container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: -150px;
  z-index: 1; 
  /* background: url(../images/bg-welcome.png) no-repeat 0 0; */
  background-size: auto auto;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}
.main_heading
{
  display: inline-block;
  position: relative;
  font-size: 2.4em;
  letter-spacing: 1px;
  color: #111;
  margin: 10px 0 20px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: uppercase;
}

.sub_heading
{
  display: inline-block;
  position: relative;
  font-size: 2em;
  letter-spacing: 1px;
  color: #474747;
  margin: 10px 0 30px;
  padding-bottom: 7px;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
}
.sub_title
{
    display: inline-block;
  position: relative;
  font-size: 1.6em;
  letter-spacing: .01rem;
  color: #111;
  margin: 0px 0 15px;
  padding-bottom: 7px;
  font-family: 'Exo 2', sans-serif;
  text-transform: capitalize;
}
.gen_content
{
  display: block;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
.btn-theme {
  /*width: 210px;*/
  width: 265px;
  height: 44px;
  color: #111;
  display: inline-block;
  font-size: 14px;
   font-family: 'Kanit', sans-serif;
  line-height: 44px;
  text-align: left;
  position: relative;
  background: #dfdfdf;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 0px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.btn-theme span {
  position: relative;
  z-index: 999;
  
}
.btn-theme .txt
{
  margin-left: 40px;
  transition: all 400ms ease-in-out;
}
.btn-theme:hover .txt
{
  margin-left: 5px;
  transition: all 400ms ease-in-out;
}
.btn-theme.black span.round {
  background: #1660AB;
}
.btn-theme .round {
  border-radius: 0%;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 99;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #1660AB;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.btn-theme .round i {
  width: 28px;
  height: 28px;
  display: block;
  font-size: 18px;
  line-height: 28px;
  border-radius: 0%;
  margin: 2px 0 0 2px;
  color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.btn-theme:hover {
  padding-left: 48px;
  padding-right: 28px;
  color: #fff;
}
.btn-theme:hover .round {
  width: calc(100% - 12px);
  border-radius: 00px;
  text-align: left;
}
.btn-theme:hover .round i {
  margin: 2px 0 0 2px;
  padding-left: 5px;
  background: rgba(255,255,255,0.5);
}
/*---------------sponsored row--------------*/
.sponsor_row {
  background: #fff;
  overflow: hidden;
  padding-bottom: 100px;
}
.sponsor_block
{
  display: block;
  width: 100%;
  position: relative;
  margin: 7px 0;
  padding: 10px;
  overflow: hidden;
}
.p_logo
{
  width: 70%;
}
.sp_logo
{  
  border: 1px solid #ccc;
  padding:10px;
}

/*---------------participate row--------------*/
.participate_row {
  background: url('../images/participateBG.jpg')no-repeat center;
  background-attachment: fixed;
  background-size: cover;
  overflow: hidden;
  min-height: 300px;
  position: relative;
  padding: 70px 0;
}
.participate_row .overlay
{
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:rgba(0,0,0,.5);
}
.participate_row  .main_heading
{
  color: #fff;
  position: relative;
  z-index: 99;
}
.participate_row  .tab-content
{
  position: relative;
  z-index: 99;
  margin-top: 20px;
  padding: 20px 20px 40px;
  text-align: center;
  background: rgba(255,255,255,.3);
  border-radius: 0px;
}
.participate_row  .tab-content p
{
  font-size: 16px;
  color: #fff;
}
.participate_row .nav-pills
{
  position: relative;
  z-index: 99;
  text-align: center
}
.participate_row .nav-pills li
{
  float: none;
  display: inline-block
}
.participate_row .nav > li > a {
  position: relative;
  display: block;
  /*width: 145px;*/
  width: 185px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 0px;
  background: rgba(255,255,255,.5);
  color: #fff;
  border: 2px solid #fff;
  font-family: 'Kanit', sans-serif;
}
.participate_row .nav > .active > a,.participate_row .nav > .active > a:hover,.participate_row .nav > li > a:hover {
  background: #1660AB;
}
.tb_title
{
  display: block;
  position: relative;
  font-size: 2em;
  letter-spacing: 1px;
  margin: 10px 0 50px;
  font-family: 'Voltaire', sans-serif;
  text-transform: capitalize;
  color: #111;
}
.reg_fees
{
  position: absolute;
  left: -8px;
  top: 9%;
  display: inline-block;
  padding: 6px 20px;
  color: #fff;
  font-size: 18px;
  font-family: 'Voltaire', sans-serif;
  border-radius: 0 0 0 10px;
  background: rgb(0,102,18);
  background: -moz-linear-gradient(left,  rgba(0,102,18,1) 0%, rgba(22,114,29,1) 41%, rgba(28,170,18,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%,rgba(28,170,18,1) 100%);
  background: linear-gradient(to right,  rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%,rgba(28,170,18,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006612', endColorstr='#1caa12',GradientType=1 );

}
.reg_fees::before
{
  content: '';
  position: absolute;
  left: 0px;
  top: -8px;
  border: 4px solid;
  border-color: transparent #016712  #016712 transparent ;
}
.reg_fees::after
{
  content: '';
  position: absolute;
  right: -38px;
  top: 0;
  border: 19px solid;
  border-color: transparent  transparent transparent #1CAA12 ;
}
.price_List
{
  position: absolute;
  left: -8px;
  top: 25%;
  display: inline-block;
  padding: 6px 20px;
  color: #fff !important;
  font-size: 18px;
  font-family: 'Voltaire', sans-serif;
  border-radius: 0 0 0 10px;
  background: rgb(253,85,163);
background: -moz-linear-gradient(left, rgba(253,85,163,1) 0%, rgba(253,135,213,1) 100%);
background: -webkit-linear-gradient(left, rgba(253,85,163,1) 0%,rgba(253,135,213,1) 100%);
background: linear-gradient(to right, rgba(253,85,163,1) 0%,rgba(253,135,213,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd55a3', endColorstr='#fd87d5',GradientType=1 );

}
.price_List::before
{
  content: '';
  position: absolute;
  left: 0px;
  top: -8px;
  border: 4px solid;
  border-color: transparent #FD55A3  #FD55A3 transparent ;
}
.price_List::after
{
  content: '';
  position: absolute;
  right: -38px;
  top: 0;
  border: 19px solid;
  border-color: transparent  transparent transparent #FD87D5 ;
}
/*---------------countdown row--------------*/
.countdown_row {
  background: #fff;
  overflow: hidden;
  padding: 70px 0;
  position: relative;
}
.countdown_row_fxImg
{
  position: absolute;
  top: 0;
  right: 0;
  opacity: .15;
}
.countdown_row h3
{
     font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #111;
  display: inline-block;
  margin-bottom: 50px;
  position: relative
}

ul#counter {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  display: block;
  text-align: center;
  position: relative
}
ul#counter li {
  display: inline-block;
  width: 120px;
}
ul#counter li span {
 font-size: 8rem;
 font-weight: bold;
 color: #1660AB;
 font-family: 'Voltaire', sans-serif;
 border-radius: 5px;
 border: 1px solid #DFDFDF;
 display: block;
 padding: 0;
 text-align: center;
}
ul#counter li p {
  font-size: 18px;
  color: #F0006C;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
  margin-top: 20px;
   font-family: 'Kanit', sans-serif;
}
ul#counter li.seperator {
  font-size: 80px;
  line-height: 1.2;
  vertical-align: top;
  color: #4E4E4E;
  width: 50px;
}
/*--------------------Footer Row----------------*/
.footerSub-row
{
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 35px 0 100px;
  background: url('../images/footerBG.jpg')no-repeat right bottom;
  border-top: 4px double #CBF4FA;
}
.address_block
{
 width: 100%;
 display: block;
 margin-top: 30px;
 border-left: 1px solid rgba(255, 255, 255, 0.6);
 padding: 0 0 0 20px;
}
.footerSub-row .address_block p
{
  font-size: 12px;
  line-height: 1.5;
  /* color: #fff; */
  margin-bottom: 0;
}

.footerSub-row .address_block p a
{
  color: #fff;
}
.footerSub-row .address_block p span
{
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}
.footerSub-row .address_block p a:hover
{
  color: #080808;
}
.footer-logo
{
  width: 100%;
  display: block;
  margin-top: 40px;
  overflow: hidden;
}
.social {
  margin: 60px 0 50px;
  position: relative;
  z-index: 11;
}
.social a {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  width: 30px;
  height: 30px;
  border-radius: 0px;
  background: #fff;
  color: #1660AB;
  text-align: center;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  border: 1px solid #ccc;
}

.social a:hover i
{
  color: #fff;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
}
.social .fb:hover {
  background: RGBA(0, 95, 170, 1);
  border-color: RGBA(0, 95, 170, 1);;
}

.social .tw:hover {
  background: RGBA(0, 171, 241, 1);
  border-color: RGBA(0, 171, 241, 1);;
}

.footer-menu
{
  display: block;
  width: 100%;
  margin: 70px 0 30px;
  padding: 0;
  overflow: hidden;
}
.footer-menu ul
{
  margin: 0;
  width: 100%;
  padding-left: 0;
}
.footer-menu ul li
{
  display: inline-block;
}
.footer-menu ul li a
{
     font-family: 'Kanit', sans-serif;
  color: #454545;
  font-size: 14px;
  position: relative;
  padding: 0 12px;
}
.footer-menu ul li a:hover
{
  color: #080808;
}
.footer-menu ul li a::before
{
  content: '*';
  position: absolute;
  left: 0;
  top: 7px;
  color: #1660AB;
  font-weight: 600;
  line-height: 1;
}
.footer-logo .ft_logo
{
  width: 195px;
  /*width: 125px;*/
  float: left;
  padding: 0px;
}

.footer-row {
 width: 100%;
 display: block;
 position: relative;
 margin: 0;
 padding: 20px 0 40px;
 background: #F2F2F2;
}
.footer-row span {
  font-size: 11px;
  display: block;
  line-height: 1.7;
}
.footer-row span a
{
  color: #454545;
}
.footer-row span a:hover
{
  color:#1660AB;
}

.vc_row
{
  border-top: 1px dashed #b4b4b4;
  padding-top: 15px;
  display: block;
}
.vc_row span
{
     font-family: 'Kanit', sans-serif;
  color: #1660AB;
  text-transform: uppercase;
  letter-spacing: 1px
}
/*---------------Back To Top------------------*/
.cd-top
{
 display: inline-block;
 height: 40px;
 width: 40px;
 position: fixed;
 bottom: 6%;
 right: 3%;
 overflow: hidden;
 background: #1660AB;
 visibility: hidden;
 opacity: 0;
 line-height: 1;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
 z-index: 9999;
 padding: 5px;
 text-align: center;
 border: 5px solid #fff;
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
}
.cd-top i
{
  font-size: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  color: #fff;
  transition: all ease-in-out .7s;
  -webkit-transition: all ease-in-out .7s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover
{
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible
{
  visibility: visible;
  opacity: 1;
  transition: all ease-in-out .7s;
  -webkit-transition: all ease-in-out .7s;
}
.cd-top:hover
{
  background: #fff;  
  transition: all ease-in-out .7s;
  -webkit-transition: all ease-in-out .7s;
}
.cd-top:hover i
{
  color: #1660AB;
  transition: all ease-in-out .7s;
  -webkit-transition: all ease-in-out .7s;
}
/*-----------other pages--------------*/
.about_banner
{
  background: url('../images/aboutbanner.jpg');
  background-size: cover;
}
.banner
{
  position: relative;
  display: block;
  width: 100%;
  min-height: 180px;
  margin: 0;
  padding: 0;
  overflow: hidden;

}
.abt_content
{
 background: #fff;
 background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 26%, #fdfdfd 33%, #e5e5e5 81%, #dfdfdf 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#ffffff), color-stop(33%,#fdfdfd), color-stop(81%,#e5e5e5), color-stop(100%,#dfdfdf));
 background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 26%,#fdfdfd 33%,#e5e5e5 81%,#dfdfdf 100%);
 background: -o-linear-gradient(top, #ffffff 0%,#ffffff 26%,#fdfdfd 33%,#e5e5e5 81%,#dfdfdf 100%);
 background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 26%,#fdfdfd 33%,#e5e5e5 81%,#dfdfdf 100%);
 background: linear-gradient(to bottom, #ffffff 0%,#ffffff 26%,#fdfdfd 33%,#e5e5e5 81%,#dfdfdf 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
 z-index: 1;
}
.abt_row
{
  display: block;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
.charity_row
{
  display: block;
  width: 100%;
  margin: 0;
  padding: 70px 0;
  overflow: hidden;
  position: relative;
}
.c_img {
  /*margin-top: 20px;*/
  width: 100%
}

.suppoter_row {
  background: #fff;
  overflow: hidden;
  padding: 80px;
}
/*-----------organizer page-----------*/
.org_block {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 5px;
  display: block;
  overflow: hidden;    
}
.o_img {
  /* margin-top: 50px; */
  width: 100%;
}
.org_block  h2
{
  display: block;
  text-transform: uppercase;
   font-family: 'Kanit', sans-serif;
  font-size: 18px;
  color: #005FAA;
  margin: 25px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #DFDFDF;
}
.org_block img {
  width: 100%;
}
.org_block  ul
{
  padding-left: 0;
}
.org_block  ul li
{
  font-size: 14px;
}
/*-----------Rules page-----------*/
.gen_ul
{
  padding-left: 0;
  margin-left: 0;
}
.gen_ul li
{
  margin-bottom: 10px;
}
/*-----------gallery page-----------*/
.gallery_product {
  margin: 25px 0 0; 
  display:block;
  position: relative;
  overflow: hidden;

}
.gallery_product img
{
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.gallery_product:hover img
{
  filter: grayscale(100%);
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.gallery_product a i {
  position: absolute;
  z-index: 99;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2rem;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 0px;
  text-align: center;
  padding-top: 7px;
  background: #E7B012;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.gallery_product:hover a i
{
  top: 50%;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.gallery_product a .m_title
{
    display: inline-block;
    width:auto;
    position:absolute;
    bottom:0;
    left:0;
    margin: 0;
    padding: 5px 10px;
    font-family: 'Kanit', sans-serif;
    
    font-size: 14px;
    color:#fff;
    background:#F0006C;
    letter-spacing: 0;
    transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
.gallery_product:hover a .m_title
{
  width: 100%;
  text-align:center;
  transition: all .7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
}
/*------------contact page-------------*/
.form_block
{
  display: block;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.form_block h2 {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #C5A47E;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Lato',sans-serif;
}
.form-control
{
  height: 40px;
  border-radius: 0;
  border-color: #222222;
  margin-bottom: 20px;
  box-shadow: none;
  color: #111;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px
}
.form-control:focus
{
  border-color:#1660AB;
  box-shadow: none;
}
.lbl_title
{
  display: block;
  margin: 0 0 7px;
  font-size: 14px;
  font-family: 'Kanit', sans-serif;
}
.submit_btn
{
  margin-top: 0px;
  width: 150px;
}
.submit_btn i
{
  margin-right: 10px;
}
.contact-info {
  position: relative;
  padding-left: 40px;
  margin-top: 0px;
}
.contact-info li {
  position: relative;
  display: block;
  line-height: 26px;  
  margin-bottom: 12px;
  padding: 10px 20px;
  border-bottom: 1px solid #f0f0f0;
  background: #F2F2F2;
  min-height: 50px;
}
.contact-info li .title
{
     font-family: 'Kanit', sans-serif;
 font-size: 14px;
 color: #1660AB;
 margin-bottom: 10px;
}
.contact-info li strong {
  font-weight: 500;
  font-size: 14px;
}
.map_row
{
  display: block;
  position: relative;
  width: 100%;
  margin-top: 50px;
  padding: 15px 15px 10px;
  border: 1px solid #f0f0f0;
}
.contact_routeBlock .nav > li > a {
  width: 175px;
}
.errMsg:not(:empty){
 position: absolute;
 bottom: 3px;
 left: 15px;
 letter-spacing: 1px;
 font-size: 12px;
 background: #efefef;
 padding: 1px 10px;
 animation: shake 600ms ease-in-out;
 border-radius: 3px;
}
.errMsg:not(:empty).smallErr{
  left: 5px;
  bottom: 0px;
  top: auto;
  margin-bottom: -20px;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
/*----------FAQ row----------*/
.faq_block
{
  display: block;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.faq_block span
{
  display: block;
  margin: 0 0 10px;
  font-size: 16px;
   font-family: 'Kanit', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1660AB;
  padding-left: 25px;
}
.faq_block span i
{
  position: absolute;
  left: 0;
  top: 2px;
  color: #F0006C;
}
.faq_block p
{
  padding-left: 25px;
}
/*-----------------prize list-----------------*/
.prize_title {
    display: block;
    text-transform: uppercase;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    color: #005FAA;
    margin: 25px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFDFDF;
}
.tot_prize
{
    display: inline-block;
text-transform: uppercase;
font-family: 'Kanit', sans-serif;
font-size: 18px;
color: #005FAA;
margin: 25px 0;
padding: 10px 15px 8px;
background: #efefef;
border-radius: 5px;
}
.tot_prize span
{
    color:#F0006C
}
.prize_table {
    display: table;
    overflow: hidden;
    width: 100%;
    margin:15px 0 0;
}

.prize_table tr:nth-child(2) {
    font-weight:600;
    color: #005FAA;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    background:#ececec
}
.prize_table tr:nth-child(3) td {
    color: #000;
    font-family: 'Kanit', sans-serif;
    font-size: 14px;
letter-spacing: 0;
}
.prize_table tr td:nth-child(1) {
    color: #F0006C;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
letter-spacing: 0;
}
.prize_table tr td,.prize_table tr th {
    padding: 7px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-collapse: collapse;
    text-align: center;
}
.prize_table tr th {
    /*background:#FFBD4D;*/
    background: #1D6586;
    color:#fff;
    font-family: 'Josefin Sans', sans-serif;
text-transform: uppercase;
text-shadow: 0 4px 2px rgba(0,0,0,.15);
}
.prize_table tr .total
{
    font-size:18px;
    color:#005FAA;
    
    font-family: 'Kanit', sans-serif;
}
.grid_scroll
{
    overflow-x:auto
}
/*------------------------------------*/

  .notification {
    position: fixed;
    overflow: hidden;
    z-index: 999;
    display: block;
    bottom: 0px;
    right: 0px;
    background:#f21076;
    width: 100%;
    padding: 5px 0px;
    font: italic 1.5em 'PT Serif' , serif;
    background: rgb(0,102,18);
background: -moz-linear-gradient(bottom, rgba(0,102,18,1) 0%, rgba(22,114,29,1) 41%, rgba(28,170,18,1) 100%);
background: -webkit-linear-gradient(bottom, rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%,rgba(28,170,18,1) 100%);
background: linear-gradient(to top, rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%,rgba(28,170,18,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006612', endColorstr='#1caa12',GradientType=1 );
}
.text-block {
    display: block;
    overflow: hidden;
    padding: 0px;
    width: 100%;
    vertical-align: middle;
    color:#fff;
    font-size:18px;
    text-align:center
}
.text-block a
{
    color:#fff;
}
.res_link
{
    display:none;
}
.button-back {
    position: absolute;
    top: 0%;
     right: 0;
    z-index: 99;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 13px;   
    padding: 8px 15px;
    color: #fff;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 0.06rem;
    line-height: 1;
    border-radius: 25px 0 0 25px;    
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    border: 2px solid #fff;
    background: rgb(0,102,18);
    background: -moz-linear-gradient(bottom, rgba(0,102,18,1) 0%, rgba(22,114,29,1) 41%, rgba(28,170,18,1) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%,rgba(28,170,18,1) 100%);
    background: linear-gradient(to top, rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%, rgba(28,170,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006612', endColorstr='#1caa12',GradientType=1 );
}
.button-back:hover {    
    color: #fff;
    background: rgb(0,102,18);
    background: -moz-linear-gradient(top, rgba(0,102,18,1) 0%, rgba(22,114,29,1) 41%, rgba(28,170,18,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%,rgba(28,170,18,1) 100%);
    background: linear-gradient(to bottom, rgba(0,102,18,1) 0%,rgba(22,114,29,1) 41%, rgba(28,170,18,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006612', endColorstr='#1caa12',GradientType=1 );
}
.video_btn
{
    position:fixed;
    bottom:10px;
    left:40px;
    display:inline-block;
    padding:8px 20px 8px 55px;
    background:#f00;
    color:#fff;
    font-family: 'Exo 2', sans-serif;
    text-transform: capitalize;
    font-size:18px;
    letter-spacing: 0;
    border-radius: 40px;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    z-index: 9999;
}
.video_btn img
{
    position:absolute;
    left:-2px;
    top:-2px;
    
}
.video_btn:hover,.video_btn:focus
{
    color:#fff;
    background:#1660AB
}

.d-i-b{
  display: inline-block!important;
}
.mt-10px{
  margin-top: 10px!important;
}

.mb-h{
  height: 400px;
}
@media (min-width: 768px)
{
  .mdw-imp {
      width: 100%;
  }
}

.img-box img{
  width: 100%;
}

.vkc-box img{
    border: 1px solid #1660ab61;
    padding: 10px;
    border-radius: 5px;
    width: 100%
}

.img-box{
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 5px;
}

.img-title h3{
    font-size: 15px;
    margin: 20px 0px;
    padding: 0px 0px 20px;
}

.shadow-box{
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%) !important;
    border-radius: 5px;
    padding: 20px;
    margin: 50px 0px;
    text-align: center;
    
}

.shadow-box1{border: 1px solid #005FAA;}