
html, body {
    /*font-family: 'TH Sarabun New' !important;*/
    /*font-family: supermarketRegular !important;*/
    font-family: 'Kanit', sans-serif !important;;
    font-size: 14px !important;
    background-color: #f8f8fb;
    height: 100%; /* ให้ html และ body สูงเต็มจอภาพไว้ก่อน */
   margin: 0;
   padding: 0;
}
/*menu*/
.navbar.navbar-default {
    background-color: #99ccff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
/* end menu*/

.color_headtop{
background-color: #c81010;
    height: 47px;
    border-bottom: 6px solid #99011d;
        box-shadow: 0px 1px 3px 2px #c1b7b7;
}
.color_logo {
    background-color: #ffffff;
    background-image: linear-gradient(#cccccc, white, white, white, white, white, white, white);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    /*border-color: #ffffff;*/
    background-color: #f8f8fb;
    /* border: 5px solid whitesmoke; */
    /* color: red; */
}
.link_menu{
    color: black;
    font-size: 18px;
}
.link_menu > span.active{
	border-bottom: 3px solid black;
	padding-bottom: 2px;    
	font-weight: bold;
}
.carousel-control.left {
    /* background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
    background-image: none;
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); */
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none;
    background-image: none;
    background-image:none;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.text_middle_line {
    width: 100%;
    text-align: center;
    /* border-bottom: 1px solid #000; */
    line-height: 0.1em;
    margin: 5px 0 20px;
    border-bottom: 2px solid #5d5d5d;
}
.text_middle_line > span {
    color: #5d5d5d;
    font-size: 22px;
    background: #f8f8fb;
    padding: 0 10px;
}
.head_title_text{
    text-align: center;
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.view_all{
    text-align: right;
    margin-top: 16px;
    font-size: 18px;
    /* font-weight: bold; */
    /* letter-spacing: 2px; */
}
.view_all > span{
	 background: #e4e4e4;
    padding: 5px 10px;
}
a {
    color: #141415;
    text-decoration: none;
}
.mb{
	margin-bottom: 20px;
}
.mt{
	margin-top: 20px;
}

.color_footer_top {
    background-image: url(picture/footer.png);
    color: #000000;
}
.color_footer_down {
background-color: #c81010;
    height: 47px;
    border-top: 6px solid #99011d;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination a.active{
	background-color: #99011d;
    color: white;
}
.head_detail_text{

}
.mt_gd{
	background-image: linear-gradient(#ffffff, white, white, white, #cec9c9);
    height: 20px;
}
.mb_gd{
	background-image: linear-gradient(#cec9c9, white, white, white, #ffffff);
    height: 20px;
}
.space_main_menu{
	background-color: white;
    box-shadow: 0px 1px 15px 2px #c1b7b7;
    padding-top:15px;
}
.img-hover-zoom {
  /*height: 300px; */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .9s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
  cursor: pointer;
}
.texttop_foot{
	color: white;
    padding-top: 25px;
    font-size: 30px;
}
.posi_de_foot{
	margin-left: 63px;
    margin-top: 7px;
    color: white;
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
}
.text_detailfoot{
	margin-left: 63px;
    margin-top: 7px;
    color: white;
    font-size: 18px;
    line-height: 34px;
    font-weight: normal;
}
.map{
	text-align: center;
	margin-top: 30px;
	color: white;
}
.text_hiden{
	display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
}
.text_new{
	color: #847b7b;
    font-size: 12px;
    padding-top: 7px;
}
.read_more{
	    float: right;
    font-size: 13px;
}
.position_back{
	position: relative;
}
.shadow_mb{
    box-shadow: 0px 1px 15px 2px #c1b7b7;
}
.shadow_mt{
	box-shadow: -8px -5px 4px 2px #dedede;
}

.box_head{
	background-color: black;
    color: white;
}
.pad0{
	padding: 0px;
}
.font_head_box{
	padding-top: 15px;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 5px;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.font_text_box{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.box_border_detail{
	    margin:30px 15px;
    border: 2px dashed #114e27;
    padding: 15px;
        background-color: white;
}
a > span.read_more{
	color: white;
}
.nevigator{
	    margin: 15px 0px;
    text-align: right;
}
.nevigator > span.active{
	    color: #92021d;
    font-weight: bold;
}
.tab-content{
	background-color: #ffffff26;
    padding: 20px;
}
.box_aboutas{
	background-color: white;
    padding: 15px 0px;
}
.slide1{
	background-image: url(picture/slide/1/BGbike.jpg);
      background-size: cover;
    background-repeat: no-repeat;
}
.back_tittlenew{
	background-color: #ffffffd9;
}
.section_extra{
    /*border-top: 1px solid #c5c5c5;*/
    /* padding-top: 5px; */
    font-size: 22px;
    color: #797979;
    text-align: center;
    background-color: white;
    margin: 0px 15px;
    padding: 5px 0px;
}

.extracv{
    font-style: italic;
    text-decoration: underline;
    font-size: 16px !important;
}