@font-face {
  font-family: 'tlcorporateregular';
  src: url("../fonts/tlcorperateregular-webfont.eot");
  src: url("../fonts/tlcorperateregular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/tlcorperateregular-webfont.woff") format("woff"), url("../fonts/tlcorperateregular-webfont.ttf") format("truetype"), url("../fonts/tlcorperateregular-webfont.svg#tlcorporateregular") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'TLCorporateBold';
  src: url("../fonts/TLCorperateBold.eot");
  src: url("../fonts/TLCorperateBold.eot?#iefix") format("embedded-opentype"), url("../fonts/TLCorperateBold.woff") format("woff"), url("../fonts/TLCorperateBold.ttf") format("truetype"), url("../fonts/TLCorperateBold.svg#TLCorperateBold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TLCorporateRegular';
  src: url("../fonts/TLCorperateRegular.eot");
  src: url("../fonts/TLCorperateRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/TLCorperateRegular.woff") format("woff"), url("../fonts/TLCorperateRegular.ttf") format("truetype"), url("../fonts/TLCorperateRegular.svg#TLCorperateRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TLPromotionRegular';
  src: url("../fonts/TLPromotion.eot");
  src: url("../fonts/TLPromotion.eot?#iefix") format("embedded-opentype"), url("../fonts/TLPromotion.woff") format("woff"), url("../fonts/TLPromotion.ttf") format("truetype"), url("../fonts/TLPromotion.svg#TLPromotion") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PSL-Panpilas';
  src: url("../fonts/PSL-Panpilas-Bold.eot");
  src: url("../fonts/PSL-Panpilas-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PSL-Panpilas-Bold.woff") format("woff"), url("../fonts/PSL-Panpilas-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PSL-Panpilas';
  src: url("../fonts/PSL-Panpilas-BoldItalic.eot");
  src: url("../fonts/PSL-Panpilas-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/PSL-Panpilas-BoldItalic.woff") format("woff"), url("../fonts/PSL-Panpilas-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PSL-Panpilas';
  src: url("../fonts/PSL-Panpilas-Italic.eot");
  src: url("../fonts/PSL-Panpilas-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PSL-Panpilas-Italic.woff") format("woff"), url("../fonts/PSL-Panpilas-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PSL-Panpilas';
  src: url("../fonts/PSL-Panpilas.eot");
  src: url("../fonts/PSL-Panpilas.eot?#iefix") format("embedded-opentype"), url("../fonts/PSL-Panpilas.woff") format("woff"), url("../fonts/PSL-Panpilas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SukhumvitSetMedium';
  src: url("../fonts/SukhumvitSetMedium.eot");
  src: url("../fonts/SukhumvitSetMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/SukhumvitSetMedium.woff") format("woff"), url("../fonts/SukhumvitSetMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SukhumvitSet-Bold';
  src: url("../fonts/SukhumvitSet-Bold.eot");
  src: url("../fonts/SukhumvitSet-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SukhumvitSet-Bold.woff") format("woff"), url("../fonts/SukhumvitSet-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tahoma';
  src: url("../fonts/Tahoma.eot");
  src: url("../fonts/Tahoma.eot?#iefix") format("embedded-opentype"), url("../fonts/Tahoma.woff") format("woff"), url("../fonts/Tahoma.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'SukhumvitSetMedium';
  background-color: #FFF; /* Black background color */
  color:#f96303;
  /*background: url("../images/bg_body.png") repeat-y;*/
  background-attachment: fixed;
}
.main{
	/*background-color:#f00;
	background: url("../images/BG_Aboutus.png") repeat-y;*/
	width:100%;
	min-height:600px;
	overflow:hidden;
}
.bg_full_screen1 {
    background-color: #f96303; /* Black background color */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	border-top:solid 5px #333;
	min-height:2px;
	overflow:hidden;
}
.bg_full_content {
    /*background-color: #f5f5f5;*/ /* Black background color */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	border-bottom:solid 0px #fff;
	min-height:40px;
	border-radius:8px;
	padding:10px;
	overflow:hidden;
}
.detail_img{
	overflow:hidden;
	border-radius:8px;
	margin-bottom:20px;
}
.detailnews_img img{
	border:#333 solid 1px;
	overflow:hidden;
	border-radius:0px;
	margin-bottom:20px;
}

@media (max-width: 767px) {
.bg_full_screen2 {
	background: url("../images/bg_head2.png") repeat-x;
    background-color: #fff;
	background-size: 100%;
    top: 0; /* Stay on top */
	border-bottom:solid 0px #f00;
	overflow:hidden;
}
}
@media (min-width: 768px) {
.bg_full_screen2 {
	background: url("../images/bg_head.png") repeat-x;
    background-color: #fff;
	
    top: 0; /* Stay on top */
	border-bottom:solid 0px #f00;
	overflow:hidden;
}
}
@media (min-width: 1360px) {
.bg_full_screen2 {
	background: url("../images/bg_head_large.png") repeat-x;
    background-color: #fff;
	/*background-size: 100%;*/
    top: 0; /* Stay on top */
	border-bottom:solid 0px #f00;
	overflow:hidden;
}
}

.bg_full_screen3 {
    background-color: #FFF; /* Black background color */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	min-height:5px;
	overflow:hidden;
}
.bg_full_screen4 {
    background-color: #fff;
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	min-height:10px;
	overflow:hidden;
}
.bg_full_screen5 {
    background-color: #fff; /* Black background color */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	min-height:10px;
	overflow:hidden;
	border:solid 0px #999;
}
.bg_full_screen_content {
    /*background-color: #FFF; /* Black background color 
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	min-height:10px;
	overflow:hidden;
}

.bg_full_screen_aboutus {
    /*background-color: #0578da;*/
	background: url("../images/BG_Aboutus.png") no-repeat;
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
	border-bottom:solid 1px #fff;
	min-height:436px;
	overflow:hidden;

}
.column2 {
	background-color:#fff;
    float: left;
    width: 100%;
	min-height:450px;
	border:solid 0px #f5f5f5;
}
.column3 {
	background-color:#2b4f90;
    width: 100%;
	min-height:240px;
	border-bottom:solid 5px #c8ac47;
	margin-bottom:20px;
}
.column3_1 {
	background-color:#fff;
    float: left;
    width: 100%;
	border:solid 0px #f5f5f5;
	margin-bottom:30px;
    min-height:200px;
    display:block;
	text-align:center;
  /* transition */ 
    position: relative;
}

.column3_4 {
	background-color:#fff;
    float: left;
    width: 100%;
	height:180px;
	border:solid 0px #e2e2e2;
	margin-bottom:30px;
}
.column4 {
	background-color:#4db1e3;
    float: left;
    width: 100%;
	min-height:200px;
	border:solid 0px #e2e2e2;
	margin-bottom:10px;
}
.img_disc {
    position: absolute; /* Position the background text */
    bottom: 0; /* At the bottom. Use top:0 to append it to the top */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1; /* Grey text */
    width: 100%; /* Full width */
    padding: 10px; /* Some padding */
}
.texstyle1{
	float:left;
	color:#fff;
	font-size:17px;
	font-family: 'SukhumvitSetMedium';
	overflow:hidden;
}
.texstyle1 ul li{ list-style:none; margin-bottom:5px;}



.contact_icon ul{float:left; border:solid 0px #e2e2e2; margin-left:-45px;}
.contact_icon ul li{ margin-left:5px; margin-top: 10px; margin-bottom: 5px; list-style:none; float:left;}
.contact_icon ul li a{ padding-top:15px;}


@media (max-width: 767px) {
.head_logo{ width:80%; margin:auto; margin-top:5px; margin-bottom:10px;  overflow:hidden;}
}

@media (min-width: 768px) {
.head_logo{ width:30%; border:solid 0px #CCC; float:left; overflow:hidden;}
}


@media (max-width: 767px) {
.bg_banner {
	/*background: url("../images/bg_banner.png") no-repeat;
     background-color: #ccc; 
    background-size: 100%;*/
}
}
@media (min-width: 768px) {
.bg_banner {
	/*background: url("../images/bg_banner.png") no-repeat;
    background-color: #ccc;  
    background-size: 100%;*/
	overflow:hidden;
}
}

@media (min-width: 768px) {
#navbar_top_up {
    background-color: #359ed3; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    top:0px; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 1s; /* Transition effect when sliding down (and up) */
	z-index:1200;
	border-bottom:solid 0px #0d72b9;
}
}
@media (max-width: 767px) {
#navbar_top_up {
    background-color: #f5f5f5; /* Black background color */
    position: fixed; /* Make it stick/fixed */
    top:0px; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 1s; /* Transition effect when sliding down (and up) */
	z-index:1200;
	border-bottom:solid 0px #0d72b9;
}
}
footer {
  background: #ffffff;
  color: #000;
  overflow: hidden;
}

footer #shop_now .shop_now .img_shop_now {
  width: 100%;
}

footer #shop_now .shop_now .title {
  padding-top: 10%;
  font-family: 'TLPromotionRegular';
  color: #01965e;
  text-align: center;
  font-size: 3em;
  line-height: 1em;
}

footer #shop_now .shop_now .sud_title {
  color: #01965e;
  text-align: center;
  font-size: 2em;
  font-family: 'TLCorporateBold';
}

footer #shop_now .shop_now .btn-shop_now {
  background: #ec1d23;
  text-align: center;
  border-radius: 28px;
  padding: 3px 25px 3px 25px;
  border: solid #ec1d23 1px;
  text-decoration: none;
  cursor: pointer;
  width: 200px;
  color: #fff;
  font-size: 25px;
}

footer #copyright {
  background: #f96303;
  height:auto;
  text-align: center;
  color: #fff;
  padding-top:30px;
  border-top:solid 5px #dee1e6;
  padding-bottom:30px;
  font-size: 16px;
  font-family: 'SukhumvitSetMedium';
  overflow:hidden;
}

#back-top {
    position: fixed;
    bottom: 15px;
    /*margin-left: -150px;*/
    right: 20px;
	z-index:1000;
}

#back-top a {
    /*width: 60px;*/
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    /*text-transform: uppercase;*/
    text-decoration: none;
    color: black;
    font-weight:bold;
    opacity: 0.9;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    color: #000;
}

/* arrow icon (span tag) */
#back-top span {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background: #ddd url("../images/up-arrow.png")  no-repeat center center;

    /* rounded corners */
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    /* transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover span {
    background-color: #f1f3f4;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

.my-cart{
background:#95648c;
position:fixed;
font-size:25px;
padding: 1%;
font-family: 'SukhumvitSetMedium';
color:#FFF;
right: 0%;
top: 40px;
z-index:9;
overflow:hidden;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
}

.my-cart a{color:#FFF;}

#bg_mycart{
	width:100%;
	min-height:60px;
	background-color:#FFF;
	padding:10px;
	margin:0 auto;
	border:solid 1px #FFF;
	font-family: 'SukhumvitSetMedium';
	/*Shadow*/
   -moz-box-shadow: 5px 5px 5px #000;  
   -webkit-box-shadow: 5px 5px 5px #000;  
    box-shadow: 5px 5px 5px #000; 
}
/*------------------------------------------------------------------------------------------------*/

.link_hover{
  list-style:none;
  width:150px;
}
.column3_2 {
	background-color:#fff;
    float: left;
    width: 100%;
	border:solid 0px #e2e2e2;
	margin-bottom:30px;
    min-height:200px;
    display:block;
	margin-top:20px;
	box-shadow: 0px 3px 9px #CCC;
	overflow:hidden;
  /* transition */ 
  transition: transform .2s;
}

.column3_2:hover{
    background-color:#fff;
    float: left;
    width: 100%;
	border:solid 0px #e2e2e2;
	margin-bottom:30px;
    min-height:200px;
    display:block;
	margin-top:20px;
	box-shadow: 0px 3px 9px #CCC;
	overflow:hidden;
  /* transition */
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
}

.column3_3{
  background-color:#f5f5f5;
  float: left;
  text-align:center;
  width: 100%;
  min-height:340px;
  display:block;
  cursor: pointer;
  border:solid 0px #e2e2e2;
  margin-top:20px;
  margin-bottom:20px;
  transition: transform .2s;
}

.column3_3:hover{
  background-color:#fff;
  border:solid 0px #f5f5f5;
  box-shadow: 0px 3px 9px #CCC;
  text-align:center;
  min-height:340px;
  display:block;
  /* transition */
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
}
.column3_4{
  background-color:#f5f5f5;
  color:#2b4f90;
  border:solid 1px #f5f5f5;
  text-align:center;
  display:block;
  cursor: pointer;
  margin-top:20px;
  margin-bottom:20px;
  overflow:hidden;
  min-height:350px;
  box-shadow: 0px 3px 9px #CCC;
  transition: transform .2s;
}

.column3_4:hover{
  background-color:#fff;
  border:solid 1px #f5f5f5;
  box-shadow: 0px 3px 9px #CCC;
  text-align:center;
  max-height:600px;
  display:block;
  /* transition */
    -ms-transform: scale(1.05); /* IE 9 */
    -webkit-transform: scale(1.05); /* Safari 3-8 */
    transform: scale(1.05); 
}

.column1_1{
  /*background-color:#f00;*/
  width:100%;
  border:solid 0px #FC0;
  min-height:40px;
  overflow:hidden;
}

@media (max-width: 767px) {
.socail_icon { width:240px; margin:auto; overflow:hidden;}
.socail_icon ul li{ margin-left:5px; margin-top: 5px; margin-bottom: 5px; list-style:none; float:left;}
}
@media (min-width: 768px) {
.socail_icon { float:right; overflow:hidden;}
.socail_icon ul li{ margin-left:5px; margin-top: 5px; margin-bottom: 5px; list-style:none; float:left;}
}

.column1_2 {
    background-color:#f5f5f5;
	min-height:210px;
	border:solid 0px #e2e2e2;
	margin-bottom:30px;
    text-align:center;
    display:block;
    box-shadow: 0px 3px 9px #CCC;
}
.column1_1 a{color:#fff; text-decoration:none;}

.Login_Member{
	background-color:#FFF;
	margin:0 auto;
	min-height:80px;
	font-family: 'SukhumvitSetMedium';
	overflow:hidden;
	padding:10px;
	margin-bottom:10px;
	border-radius: 5px 5px 5px 5px;
	border:solid 0px #FFF;
}
.Login_Member ul li{
	background-color:#FFF;
	margin-left:-2%;
	font-family: 'SukhumvitSetMedium';
	overflow:hidden;
}
#login{
background:#95648c;
position:fixed;
font-size:25px;
padding: 1%;
font-family: 'SukhumvitSetMedium';
color:#FFF;
left: 0%;
top: 0;
margin-right:10px;
z-index:20;
overflow:hidden;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
}
#login a{
	width:auto;
    /*margin-top:30px;*/
	font-size:13px;
	text-decoration:none;
	color:#000;
}
/*------------------------------------------------------------------------------------------------*/

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.bg_cont1{
	background-color:#c5c5c5;
	overflow:hidden;
}

.cont1{
	background-color:#95648c;
	/*width:1168px;*/
	min-height:327px;
	padding:5px;
	overflow:hidden;
	font-family: 'SukhumvitSetMedium';
	font-size:22px;
	margin-left:4px;
	margin-top:20px;
	float:left;
	border:solid 0px #FFF;
	border-radius: 8px;
	/*box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);*/
}
.cont1 ul li{
	margin-top:10px;
	list-style:none;
}
.cont1 ul li td{
	font-size:22px;
	color:#FFF;
}

.Frame_address{
	background-color:#95648c;
	/*background-repeat:repeat;*/
    width:auto;
    min-height:50px;
    font-size:18px;
	font-family: 'SukhumvitSetMedium';
	padding:5px;
    overflow:hidden;
	float:left;
	/*border:#132867 1px solid;*/
	margin-bottom:20px;
	margin-left:10px;
	margin-top:10px;
	border-radius: 8px;
}
#logo_address{
 float:left;
}
#text_address{
	/*background-color:#f5f5f5;*/
	padding:10px;
	float:left;
	font-size:18px;
	color:#FFF;
	border:#FFF 0px solid;
}

/*animation*/
.tree2 {
  animation: tree2 ease-in 25s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: tree2 ease-in 25s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: tree2 ease-in 25s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: tree2 ease-in 25s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: tree2 ease-in 25s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}


@keyframes tree2 {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-10px, 0px);
  }
  20% {
    transform: translate(10px, 0px);
  }
  30% {
    transform: translate(-10px, 0px);
  }
  40% {
    transform: translate(10px, 0px);
  }
  50% {
    transform: translate(-10px, 0px);
  }
  60% {
    transform: translate(10px, 0px);
  }
  70% {
    transform: translate(-10px, 0px);
  }
  80% {
    transform: translate(10px, 0px);
  }
  90% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes tree2 {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-10px, 0px);
  }
  20% {
    -moz-transform: translate(10px, 0px);
  }
  30% {
    -moz-transform: translate(-10px, 0px);
  }
  40% {
    -moz-transform: translate(10px, 0px);
  }
  50% {
    -moz-transform: translate(-10px, 0px);
  }
  60% {
    -moz-transform: translate(10px, 0px);
  }
  70% {
    -moz-transform: translate(-10px, 0px);
  }
  80% {
    -moz-transform: translate(10px, 0px);
  }
  90% {
    -moz-transform: translate(-10px, 0px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes tree2 {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-10px, 0px);
  }
  20% {
    -webkit-transform: translate(10px, 0px);
  }
  30% {
    -webkit-transform: translate(-10px, 0px);
  }
  40% {
    -webkit-transform: translate(10px, 0px);
  }
  50% {
    -webkit-transform: translate(-10px, 0px);
  }
  60% {
    -webkit-transform: translate(10px, 0px);
  }
  70% {
    -webkit-transform: translate(-10px, 0px);
  }
  80% {
    -webkit-transform: translate(10px, 0px);
  }
  90% {
    -webkit-transform: translate(-10px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes tree2 {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-10px, 0px);
  }
  20% {
    -o-transform: translate(10px, 0px);
  }
  30% {
    -o-transform: translate(-10px, 0px);
  }
  40% {
    -o-transform: translate(10px, 0px);
  }
  50% {
    -o-transform: translate(-10px, 0px);
  }
  60% {
    -o-transform: translate(10px, 0px);
  }
  70% {
    -o-transform: translate(-10px, 0px);
  }
  80% {
    -o-transform: translate(10px, 0px);
  }
  90% {
    -o-transform: translate(-10px, 0px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes tree2 {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  10% {
    -ms-transform: translate(-10px, 0px);
  }
  20% {
    -ms-transform: translate(10px, 0px);
  }
  30% {
    -ms-transform: translate(-10px, 0px);
  }
  40% {
    -ms-transform: translate(10px, 0px);
  }
  50% {
    -ms-transform: translate(-10px, 0px);
  }
  60% {
    -ms-transform: translate(10px, 0px);
  }
  70% {
    -ms-transform: translate(-10px, 0px);
  }
  80% {
    -ms-transform: translate(10px, 0px);
  }
  90% {
    -ms-transform: translate(-10px, 0px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

/** tree1 **/
.tree1 {
  animation: tree1 ease-in 30s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: tree1 ease-in 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: tree1 ease-in 30s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: tree1 ease-in 30s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: tree1 ease-in 30s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes tree1 {
  0% {
    transform: translate(0px, 0px);
  }
  10% {
    transform: translate(-10px, 0px);
  }
  20% {
    transform: translate(10px, 0px);
  }
  30% {
    transform: translate(-10px, 0px);
  }
  40% {
    transform: translate(10px, 0px);
  }
  50% {
    transform: translate(-10px, 0px);
  }
  60% {
    transform: translate(10px, 0px);
  }
  70% {
    transform: translate(-10px, 0px);
  }
  80% {
    transform: translate(10px, 0px);
  }
  90% {
    transform: translate(-10px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes tree1 {
  0% {
    -moz-transform: translate(0px, 0px);
  }
  10% {
    -moz-transform: translate(-10px, 0px);
  }
  20% {
    -moz-transform: translate(10px, 0px);
  }
  30% {
    -moz-transform: translate(-10px, 0px);
  }
  40% {
    -moz-transform: translate(10px, 0px);
  }
  50% {
    -moz-transform: translate(-10px, 0px);
  }
  60% {
    -moz-transform: translate(10px, 0px);
  }
  70% {
    -moz-transform: translate(-10px, 0px);
  }
  80% {
    -moz-transform: translate(10px, 0px);
  }
  90% {
    -moz-transform: translate(-10px, 0px);
  }
  100% {
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes tree1 {
  0% {
    -webkit-transform: translate(0px, 0px);
  }
  10% {
    -webkit-transform: translate(-10px, 0px);
  }
  20% {
    -webkit-transform: translate(10px, 0px);
  }
  30% {
    -webkit-transform: translate(-10px, 0px);
  }
  40% {
    -webkit-transform: translate(10px, 0px);
  }
  50% {
    -webkit-transform: translate(-10px, 0px);
  }
  60% {
    -webkit-transform: translate(10px, 0px);
  }
  70% {
    -webkit-transform: translate(-10px, 0px);
  }
  80% {
    -webkit-transform: translate(10px, 0px);
  }
  90% {
    -webkit-transform: translate(-10px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes tree1 {
  0% {
    -o-transform: translate(0px, 0px);
  }
  10% {
    -o-transform: translate(-10px, 0px);
  }
  20% {
    -o-transform: translate(10px, 0px);
  }
  30% {
    -o-transform: translate(-10px, 0px);
  }
  40% {
    -o-transform: translate(10px, 0px);
  }
  50% {
    -o-transform: translate(-10px, 0px);
  }
  60% {
    -o-transform: translate(10px, 0px);
  }
  70% {
    -o-transform: translate(-10px, 0px);
  }
  80% {
    -o-transform: translate(10px, 0px);
  }
  90% {
    -o-transform: translate(-10px, 0px);
  }
  100% {
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes tree1 {
  0% {
    -ms-transform: translate(0px, 0px);
  }
  10% {
    -ms-transform: translate(-10px, 0px);
  }
  20% {
    -ms-transform: translate(10px, 0px);
  }
  30% {
    -ms-transform: translate(-10px, 0px);
  }
  40% {
    -ms-transform: translate(10px, 0px);
  }
  50% {
    -ms-transform: translate(-10px, 0px);
  }
  60% {
    -ms-transform: translate(10px, 0px);
  }
  70% {
    -ms-transform: translate(-10px, 0px);
  }
  80% {
    -ms-transform: translate(10px, 0px);
  }
  90% {
    -ms-transform: translate(-10px, 0px);
  }
  100% {
    -ms-transform: translate(0px, 0px);
  }
}

.img_banner_footer_m {
  width: 100%;
  display: none;
}

.img_banner_footer {
  width: 100%;
  display: block;
}

.logo {
  display: inline !important;
}
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #a3a3a3;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}


.vertical-menu {
    width: 100%;
	display:block;
}

.vertical-menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
	text-align:center;
	font-size:18px;
}

.vertical-menu a:hover {
    background-color: #ccc;
}

.vertical-menu a.active {
    background-color: #c8ac47;
    color: white;
}
/* Style the tab content */
.tabcontent {
    display: none;
	width: 100%;
    border: 0px solid #ccc;
	font-size:16px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/* ==== Additional ==== */

.header {
  background-color: #fff;
}

#navbar {
  overflow: hidden;
  background-color: #359ed3;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}

/*---------------------------------------------category name--------------------------------------------*/
@media (min-width: 768px) {
  .category_name{ display:none;}
}

@media (max-width: 767px) {
  .category_name{ 
  display:block;
  font-size:28px;
  color:#f96303;
  padding-top:10px;
}
}

@media (min-width: 768px) {
  .category_name2{
   display:block;
   font-size:24px;
   color:#000;
   float:left;
  }
}

@media (max-width: 767px) {
  .category_name2{ 
   display:block;
   font-size:20px;
   color:#000;
   float:left;
   margin-right:10px;
}
}

@media (min-width: 768px) {
  .date_show{
   display:block;
   font-size:16px;
   color:#000;
   float:right;
  }
}

@media (max-width: 767px) {
  .date_show{ 
   display:block;
   font-size:16px;
   color:#000;
   float:left;
}
}
@media (min-width: 768px) {
.dot {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: inline-block;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	font-size:18px;
	float:left;
	margin-right:5px;
	padding-top:3px;
}
}
@media (max-width: 767px) {
.dot {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: inline-block;
	overflow:hidden;
	text-align:center;
	color:#FFF;
	font-size:16px;
	float:left;
	margin-right:5px;
}
}
/*---------------------------------------------Menu Tab------------------------------------------------*/
@media (min-width: 768px) {
  .menu_cat a{
  background-color:#f2f2f2;
  border:solid 0px #C00; 
  color:#000;
  text-align:center;
  border-radius:0px;
  min-width:100%;
  padding:5px;
  box-shadow: 0px 2px 5px #CCC;
}
 .menu_active a{
 background-color:#f96303;
 border:solid 0px #C00;
 color:#FFF;
 text-align:center;
 border-radius:0px;
 min-width:100%;
 padding:5px;
 box-shadow: 0px 2px 5px #CCC;
}
 .menu_first a{
 background-color:#f96303;
 border:solid 0px #C00;
 color:#FFF;
 text-align:center;
 border-radius:0px;
 min-width:100%;
 padding:5px;
 box-shadow: 0px 2px 5px #CCC;
}
}

@media (max-width: 767px) {
  .menu_cat a{
  background-color:#f2f2f2;
  border:solid 0px #C00; 
  color:#f96303;
  text-align:center;
  margin:8px;
  border-radius:0px;
  box-shadow: 0px 2px 5px #CCC;
}
 .menu_active a{
 background-color:#f96303;
 border:solid 0px #C00;
 color:#FFF;
 text-align:center;
 margin:8px;
 border-radius:0px;
 box-shadow: 0px 2px 5px #CCC;
}
 .menu_first a{
 background-color:#f96303;
 border:solid 0px #C00;
 color:#FFF;
 text-align:center;
 margin:8px;
 border-radius:0px;
 box-shadow: 0px 2px 5px #CCC;
}
}

.sub_type{
	/*background-color:#CCC;*/
	min-width:100px;
	font-family: 'SukhumvitSet-Bold';
	overflow:hidden;
	float:left;
	border:solid 0px #C00;
	margin-top:-5px;
	
}

.sub_type ul li{
	background-color:#f2f2f2;
	font-size:16px;
	font-weight:bold;
	margin:0 auto;
	margin-right:5px;
	margin-top:5px;
	float:left;
	padding:5px;
	border-radius: 5px;
	display:inline;
	overflow:hidden;
}
.sub_type ul li a{
	color:#06F;
	padding:5px;
	font-family: verdana, arial, sans-serif;
	font-size:13px;
}
.sub_type ul li a:hover{
	color:#0CF;
	text-decoration:none;
}
.ad_img img{
	width:100%;
	height:auto;
	border:#F5F5F5 solid 1px;
	clear:both;
}

.img-resize_first img{
	width: 100%;
	min-height:100px;
	max-height:250px;
	overflow:hidden;
	border:#f96303 solid 5px;
	border-radius:8px 8px 0 0;
}

@media (min-width: 768px) {
.img-resize_first2 img{
	width: 100%;
	min-height:100px;
	max-height:500px;
	overflow:hidden;
	border:#f96303 solid 5px;
	border-radius:0 0 0 0;
}
}
@media (max-width: 767px) {
	.img-resize_first2 img{
	width: 100%;
	min-height:100px;
	max-height:20%;
	overflow:hidden;
	border:#f96303 solid 5px;
	border-radius:0 0 0 0;
}
}
@media (min-width: 768px) {
.img-resize img{
	width: 100%;
	min-height:120px;
	max-height:120px;
	overflow:hidden;
	border:#f96303 solid 0px;
	border-radius:8px;
}
}
@media (max-width: 767px) {
.img-resize img{
	width: 100%;
	min-height:120px;
	max-height:20%;
	overflow:hidden;
	border:#f96303 solid 0px;
	border-radius:8px;
}
}

@media (min-width: 768px) {
.img-resize_newspaper img{
	width: 100%;
	min-height:387px;
	max-height:387px;
	overflow:hidden;
	border:#333 solid 1px;
	border-radius:0px;
}
}
@media (max-width: 767px) {
.img-resize_newspaper img{
	width: 100%;
	min-height:387px;
	max-height:387px;
	overflow:hidden;
	border:#333 solid 1px;
	border-radius:0px;
}
}

/*---------------------------------------------text_content------------------------------------------------*/

@media (max-width: 767px) {
.text_content_first{
	background-color:#f96303; width:100%; min-height:60px; max-height:80px; padding:5px; overflow:hidden;
}
.text_content_first a{
	color:#FFF;
	font-size:1em;
	text-decoration:none;
}
.text_content_first a:hover{
	color:#FF6;
	font-size:1em;
	text-decoration:none;
}
}
@media (min-width: 768px) {
.text_content_first{
	background-color:#f96303; width:100%; min-height:70px; max-height:90px; padding:5px; overflow:hidden;
}
.text_content_first a{
	color:#FFF;
	font-size:1.2em;
	text-decoration:none;
}
.text_content_first a:hover{
	color:#FF6;
	font-size:1.2em;
	text-decoration:none;
}
}

/*---------------------------------------------text_content_sub------------------------------------------------*/

@media (max-width: 767px) {
.text_content_sub{
	background-color:#fff; width:100%; height:65px; padding:5px; overflow:hidden;
}
.text_content_sub a{
	font-family: 'Tahoma';
	color:#000;
	font-size:1em;
	text-decoration:none;
}
.text_content_sub a:hover{
	color:#f96303;
	font-size:1em;
	text-decoration:none;
}
}
@media (min-width: 768px) {
.text_content_sub{
	background-color:#fff; width:100%; height:65px; padding:5px; overflow:hidden;
}
.text_content_sub a{
	font-family: 'Tahoma';
	color:#000;
	font-size:1em;
	text-decoration:none;
}
.text_content_sub a:hover{
	color:#f96303;
	font-size:1em;
	text-decoration:none;
}
}
.cut-text-multi1{
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.cut-text-multi2{
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.foot_news_first{
	background-color:#f96303;
	width:100%;
	min-height:20px;
	padding:5px;
	overflow:hidden;
	border-radius:0 0 8px 8px;
}
.foot_news_first a{
    font-size:13px;
	color:#FF6;
}
.foot_news_first2{
	background-color:#f96303;
	width:100%;
	min-height:20px;
	padding:5px;
	overflow:hidden;
	border-radius:0 0 0 0;
}
.foot_news_first2 a{
    font-size:13px;
	color:#FF6;
}
.tag_area{
	background-color:#fbf4c6;
	width:100%;
	min-height:80px;
	margin-top:10px;
	padding:5px;
	overflow:hidden;
	border-radius:5px;
}
.tag_area a{
	color:#f96303;
	text-decoration:none;
	line-height:25px;
	border-bottom: 1px dotted;
}

.foot_news_sub{
	background-color:#fff;
	width:100%;
	height:30px;
	padding:5px;
	line-height:10px;
	overflow:hidden;
}
.foot_news_sub a{
    font-size:13px;
	color:#F00;
}
@media (min-width: 768px) {
.content_detail{
	font-family: 'Tahoma';
	color:#000;
	width:100%;
	padding:10px;
	margin-top:5px;
	font-size:16px;
}
}
@media (max-width: 767px) {
.content_detail{
	font-family: 'Tahoma';
	color:#000;
	width:100%;
	padding:10px;
	margin-top:5px;
	font-size:100%;
}
.content_detail img{
	width:100%;
	height:100%;
}
.content_detail span{
	font-size:100%;
}
}

@media (max-width: 767px) {
.newspaper{
	display:none;
}
}
@media (min-width: 768px) {
.newspaper{
    background-color: #fff;	
    top: 0; /* Stay on top */
	border:solid 0px #999;
	margin-bottom:10px;
	overflow:hidden;
}
}
#newspaper_head{
background-color:#f96303;
width:100%;
min-height:30px;
overflow:hidden;
border-radius:8px 8px 0 0;
color:#FFF;
font-size:18px;
text-align:center;
padding:10px;
margin:auto 0;
}

@media (max-width: 767px) {
#newspaper_top{
	border:0px solid #F00; overflow:hidden;
}
}
@media (min-width: 768px) {
#newspaper_top{
	display:none;
}
}
