/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
@font-face {
    font-family: 'krungsri_condensedmedium';
    src: url('../../../font/krungsri_con_med-webfont-webfont.eot');
    src: url('../../../font/krungsri_con_med-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../font/krungsri_con_med-webfont-webfont.woff2') format('woff2'),
         url('../../../font/krungsri_con_med-webfont-webfont.woff') format('woff'),
         url('../../../font/krungsri_con_med-webfont-webfont.ttf') format('truetype'),
         url('../../../font/krungsri_con_med-webfont-webfont.svg#krungsri_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'krungsri_condensedregular';
    src: url('../../../font/krungsri_con-webfont-webfont.eot');
    src: url('../../../font/krungsri_con-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../../font/krungsri_con-webfont-webfont.woff2') format('woff2'),
         url('../../../font/krungsri_con-webfont-webfont.woff') format('woff'),
         url('../../../font/krungsri_con-webfont-webfont.ttf') format('truetype'),
         url('../../../font/krungsri_con-webfont-webfont.svg#krungsri_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
	
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	/*vertical-align:baseline;*/
	font-family: 'krungsri_condensedregular';
	font-size: 13px;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;color: rgb(247, 111, 0);}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{/*max-width:100%;*/}
/*end reset*/
body{
	font-family: 'krungsri_condensedregular';
	font-size: 100%;
	background-color: #F9F9F9; 
}

/*-- header_top --*/
.top_bg{
	background: #ffd400;
	/*border-bottom: 3px solid #ffd400;*/
}
.header_top{
	/*padding: 5px 8px;*/
	
}
.top_left{
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}
.top_left h2{
	text-transform:uppercase;
	font-size:12px;
	color:#ffffff;
}
.top_left h2 a{
	color: #000000;
	padding: 4px 15px;
	background: #ffcc33;
	border: 1px dotted;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_left h2 a:hover{
	background: #ffffff;
	text-decoration:none;
}
.top_right{
font-family: 'krungsri_condensedregular';
font-size:12px;
	float:right;
	color: #554242;
	margin-top:5px;
	margin-right:5px;
}
.top_right ul{
	padding:0;
	list-style:none;
}
.top_right ul li{
	display: inline-block;
	margin-right:5px;
}
.top_right ul li:last-child{
	margin-right: 0;
	color: #554242;
}
.top_right ul li a{
	text-align:center;
	/*text-transform:uppercase;*/
	display:block;
	color:#554242;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_right ul li a:hover{
	color:#463737;
	text-decoration: none;
}
/********** Login *************/
#loginContainer {
	position:relative;
}
#loginContainer a span{
	display:block;
}
/* Login Button */
#loginButton { 
    display:inline-block;  
    position:relative;
    z-index:30;
    cursor:pointer;
}
/* Login Box */
#loginBox {
    position:absolute;
	top: 44px;
	right: 0px;
    display:none;
    z-index:29;
}
#loginForm:after {
	content: '';
	position: absolute;
	right: 25px;
	top: -10px;
	border-left:10px solid rgba(0, 0, 0, 0);
	border-right:10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid #f0f0f0;
}
/* Login Form */
#loginForm {
   width:280px;
	background: #fff;
	border: 1px solid #d6d6d6;
}
#loginForm fieldset {
    margin:0 0 15px 0;
    display:block;
    border:0;
    padding:0;
}
fieldset#body {
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    padding:15px 15px;
    margin:0;
}
#loginForm #checkbox {
    width:auto;
    margin:3px 6px 0 0;
    float:left;
    padding:0;
    border:0;
    margin:-3px 9px 0 0; /* IE7 Fix */
}
#body label {
    color:#000;
    margin:10px 0 0 0;
    display:block;
    float:left;
    font-size:0.8125em;
}
#loginForm #body fieldset label{
    display:block;
    float:none;
    margin:0 0 6px 0;
}
#body label i{
	color:#000;
	font-size:1em;
	font-style:normal;
}
/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #DADADA;
	color: #222;
	background:#FFF;
    padding:6px;
	font-size: 0.8125em;
    -webkit-apperance:none;
    font-family: 'krungsri_condensedregular';
    -webkit-appearance: none;
}
/* Sign In Button */
#loginForm #login {
	font-family: 'krungsri_condensedregular';
	width: auto;
	float: left;
	background: #ffcc33;
	color: #333;
	font-size: 0.8725em;
	padding: 8px 20px;
	border: none;
	margin: 0 12px 0 0;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-webkit-appearance: none;
}
#loginForm #login:hover {
	background: #EEBF05;
}
/* Forgot your password */
#loginForm span{
    display:block;
    padding:0px 0px 15px 0px;
}
#loginForm span a{
	color:#000;
	font-size:0.8125em;
    font-weight:500;
    background: none;
	border: none;
	box-shadow: none;
}
#loginForm span a:hover{
	text-decoration:underline;
}
input:focus {
    outline:none;
}
/*-- header --*/
.header-bottom{
	background:#f9f9f9;
	padding:10px;
}
.header{
	margin-bottom: 5px;
	position: relative;
}
.logo{
	float:left;
}
/*---saerch---*/
.search{
	position:absolute;
	top:0;
	display:block;
	z-index:100;
	background:#00405d;
	width:100%;
	height:50px;	
}
.search form{
	position: relative;
	background: #fff;
	left: 10px;
	top: 10px;
	width: 80%;
}
.search input[type=text],
.search input[type=submit]{
	display:inline-block;
	border:none;
	color:#5d5d5d;
	outline:none;
	width:inherit;
	padding:inherit;
	font-size:14px;
	margin:inherit;
	-webkit-appearance: none;
}
.search input[type=text]{
	background:none;
	padding:7px;
	width:80%;
}
.search input[type=text]:focus{
	color:#5d5d5d;
}
.search input[type=submit]{
	position: absolute;
	top: 3px;
	right: 5px;
	background: url('../images/search1.png');
	height: 22px;
	width: 25px;
	margin-left: 5px;
}
.close{
	position:absolute;
	bottom:20px;
	right:10px;
	color:#fff;
}
.right button {
	cursor: pointer;
	font-size: .8em;
	color: #777;
	position: absolute;
	bottom: 0;
	top: 2px;
	right: 33px;
	border: none;
	outline: none;
	background: url('../images/search.png') no-repeat right 4px;
	width: 30px;
	height: 33px;
}
/*------------*/
.right {
	float: right;
	width:25px;
}
/*--menu--*/
/* dCodes Framework:(c) TemplateAccess */
.back-button a{
	color: #554242;
	background: url(../images/back.png) no-repeat -0% 100% #6f5f5e38;
	/*background: linear-gradient(to bottom,#eee 0,#dbdbdb 100%);*/
	padding: 6px 50px;
	font-family: 'krungsri_condensedmedium';
	font-size: 0.875em;
	display: block;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
}
.back-button a:hover{
	color: #ffd400;
	background: url(../images/backh.png) no-repeat -0% 100% #6f5f5e;
}
.header-bottom-right{
	float:right;
	margin-bottom: 10px;
}
.tag-list{
	float:right;
	margin-top:5px;
}
/* start icon styles */
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
.icon1 {
	float:left;
	zoom:1;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #f3f3f3;
}
.icon1 ul {
	width:200px;
	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top:39px;
	z-index: 1;
	right:0px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0px 2px 6px #aaa;
	-webkit-box-shadow: 0px 2px 6px #aaa;
	-moz-box-shadow: 0px 2px 6px #aaa;
	-o-box-shadow: 0px 2px 6px #aaa;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon1 ul li {
	float: none;
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.c1{
	background: url(../images/bag.png) no-repeat 0px -3px;
	width: 30px;
	height: 27px;
	display: inline-block;
	vertical-align: middle;
	margin-top:3px;
}
.icon1 .profile_img {
	margin-top: 3px;
}
.sub-icon1 ul li h3{
	text-align: center;
	font-size:0.85em;
	color: #399FB8;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.sub-icon1 ul li p{
	text-align:center;
	font-size:12px;
	color: #555;
	line-height: 1.5em;
}
.sub-icon1.list{
	padding: 20px 0px;
}
.sub-icon1 ul li p a{
	color: #00405d;
}
.sub-icon1 ul li p a:hover{
	color: #555555;
	text-decoration:underline;
}
.h_nav h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size:0.85em;
	color: #000;
	line-height: 1.8em;
	text-transform: uppercase;
	margin-bottom:10px;
}
.h_nav h4.top{
	margin-top: 12%;
}
.h_nav ul li{
	display: block;
}
.h_nav ul li a{
	display: block;
	font-size: 0.85em;
	color: #555;
	text-transform: capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h_nav ul li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/* start main */
.content_left {
	text-align: center;
}
.sidebar {
	padding: 20px 10px 0;
}
.grid_list{
	border-bottom: 1px solid rgb(236, 236, 236);
	padding-bottom: 0.5em;
	cursor: pointer;
	margin-bottom: 1em;
}
.grid_list:hover a{
	text-decoration:none;
}
.grid_img{
	width:30%;
	float: left;
	margin-right: 1em;
}
.grid_text-middle{
	width: 62.333%;
	float: left;
	margin-right: 1em;
}
.last{
	margin-right:0;
}
.grid_text h3, .grid_text-middle h3{
	font-size:15px;
}
.grid_text h3 a, .grid_text-middle h3 a{
	color:#555;
	text-transform:uppercase;	
}
.grid_text p, .grid_text-middle p{
	color:#777777;
	font-size:12px;
	text-transform: uppercase;	
}
/* start content */
.content{
	text-align:center;
}
.content_text {
	padding:0 10px;
}
.content_text h3{
	font-size:15px;
	color:#333;
	text-transform:uppercase;
}

.content_text h4 a{
	margin:20px 0 10px;
	font-size:1em;
	color:#000000;
	text-transform:uppercase;
	text-decoration:underline;
	display: inline-block;
	font-style: italic;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content_text h4 a:hover{
	color:#00405d;
	text-decoration:none;
}

.content_text h6 {
	background: #EFEFEF ;
	padding: 5px;
	color: #333;
	font-size: 13px;
	font-weight:bold;
	text-align: left;
}
.content_text p{
	font-style: italic;
	font-size:0.8125em;
	color:#000000;
	line-height: 1.8em;
}
/*.grids{
	padding:20px 0;
}*/
.grids
{	padding:5px 5px 20px;}
.grid1:hover .look{
	background:#ffcc33;
}
.grid1{
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
width: 50%;
	float: left;
}
.look {
	position: absolute;
	right: 0px;
	bottom: 5px;
	background: rgba(141, 141, 141, 0.51);
	padding: 5px;
}
.look h4{
	font-size:0.85em;
	color: #fff;
	text-transform: uppercase;
}
.look p{
	-webkit-text-stroke: 0.5px;
	font-size:12px;
	color: #333;
	text-transform: uppercase;
}
/*-- start footer -- */
/* scroll_top_btn */
.footer_top{
	border-top:1px solid rgb(236, 236, 236);
	padding:20px 10px 0;
}
/*-- start span_of_4 -- */
.span1_of_4 {
	margin-bottom: 20px;
}
.span1_of_4:first-child{
	margin-left: 0%;
}
.span1_of_4 h4{
	border-bottom: 1px solid rgb(236, 236, 236);
	font-size: 1em;
	color: #ffd400;
	line-height: 1.8em;
	text-transform: capitalize;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.span1_of_4 h5{
	margin-top:12%;
	font-size: 1.2em;
	color: #555555;
	line-height: 1.8em;
	text-transform:capitalize;
	display: block;
}
.span1_of_4 h5 a{
	color: #00405d;
}
.span1_of_4 h5 a:hover{
	color: #555555;
}
.span1_of_4 h5 a span{
	vertical-align: middle;
}
.span1_of_4 p{
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8725em;
}
.span1_of_4 h4.top{
	margin-top: 4%;	
}
.f_nav{
	padding:0;
	list-style:none;
}
.f_nav li a{
	display:block;
	font-size: 0.8125em;
	color:#777777;
	text-transform:capitalize;
	line-height: 1.8em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.f_nav li a:hover{
	color:#00405d;
	text-decoration:underline;
}
/* start span_of_2 */
.span_of_2{
	margin:20px 0;
	display: block;	
}
.span1_of_2 {
	margin-bottom: 20px;
}
.span1_of_2 h5{
	font-size:1em;
	color: #ffd400;
	line-height: 1.6em;
	text-transform:capitalize;
	display: block;
}
.span1_of_2 h5 a{
	color: #00405d;
}
.span1_of_2 h5 a:hover{
	color: #555555;
}
.span1_of_2 h5 a span{
	vertical-align: middle;
}
.span1_of_2 p{
	color: #777777;
	line-height: 1.8em;
	font-size: 0.8125em;
}
/*--- menu-stock info-icons ----
.menu-stock .nav-bar { list-style:none;}
.menu-stock .nav-bar ul {text-align: center; margin-top: 1em;}
.menu-stock .nav-bar li { display:inline; padding: 0 10px; }
.menu-stock .nav-bar li a {
padding-left: 25px; 
text-decoration: none;
color: #333;
text-shadow: 1px 1px 1px #ccc;
	height: 40px;
	
}*/

.menu-stock{
	margin: 0 0 0 0;
	background: #F3F3F3;
}
.menu-stock ul li{
	display:inline-block;
	padding: 0 2px;
}
.menu-stock ul li a{
	height: 20px;
	display: block;
padding-left: 21px; 
text-decoration: none;
font-size:13px;
color: #595959;
text-shadow: 1px 1px 1px #ccc;
}
.menu-stock ul{
	text-align:center;
	
}
.nav-bar .nav-button-0 span { font-size:13px;color:#006600; padding-right:40px;}
.nav-bar .nav-button-1 a { background:url("../images/comp_info.png") no-repeat 0px 0px transparent; }
.nav-bar .nav-button-2 a { background:url("../images/financial.png") no-repeat 0px 0px transparent; }
.nav-bar .nav-button-3 a { background:url("../images/paper_icon.png") no-repeat 0px 0px transparent; }
.nav-bar .nav-button-4 a { background:url("../images/SAA.png") no-repeat 0px 0px transparent; }
/*--- social-icons ----*/
.social-icons{
	margin: 0 0 0.5em 0;
}
.social-icons h3{
	font-size: 2em;
	color: #232323;
	font-family: 'krungsri_condensedregular';
	font-weight: 900;
	text-align: center;
	margin-bottom: 0.3em;
}
.social-icons p{
	color: #838383;
	line-height: 1.5em;
	font-size: 1.1em;
	text-align: center;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
	height: 40px;
	width: 40px;
	display: block;
	border-radius: 30em;
}
.social-icons ul{
	text-align:center;
	margin-top: 2em;		
}
.twitter{
	background: url(../images/bsprit.png) no-repeat 5px -131px #D6D6D6;
}

.facebook{
	background: url(../images/bsprit.png) no-repeat -39px -130px #D6D6D6;
}

.pin{
	background: url(../images/bsprit.png) no-repeat -83px -130px #D6D6D6;
}

.googlepluse{
	background: url(../images/social-icons.png) no-repeat -120px 3px #D6D6D6;
}

.in{
	background: url(../images/bsprit.png) no-repeat -171px -130px #D6D6D6;
}

.youtube{
	background: url(../images/bsprit.png) no-repeat -214px -130px #D6D6D6;
}

.lineoa{
	background: url(../images/bsprit.png) no-repeat -347px -130px #D6D6D6;
}

.telegram{
	background: url(../images/bsprit.png) no-repeat -299px -130px #D6D6D6;
}



.social-icons li a:hover{
	opacity: 0.7;
}
/*-- start footer_style -- */
.footer{
	background: #6f5f5e;
	padding: 0.1em 0 0.1em 0;
	text-align: center;
}
.copy-right a{
	color: #ffd400;
	line-height: 1.5em;
	text-align: center;
/*	margin-right: 2em;*/
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;;
	-o-transition:0.5s all;
	font-size: 16px;
}
.footer ul li a:hover,.copy-right a:hover{
	color:#fff;
}
.copy-right{
	color: #838383;
	line-height: 1.5em;
	font-size: 0.9em;
	text-align: center;
	margin-right: 0.6em;
	margin-top: 0.5em;
}
/* start women */
.w_sidebar{
	border: 1px solid #EBEBEB;
}
.w_nav1 ul{
	padding:0;
	list-style:none;
}
.w_nav1{
	padding: 20px;
}
.w_nav1 h4{
	text-transform:uppercase;
	color: #589D3E;
	font-size:0.85em;
	margin-bottom: 5px;
}
.w_nav1 ul li{
	line-height: 1.5em;
}
.w_nav1 ul li a{
	display: block;
	text-transform:uppercase;
	color: #555555;
	font-size:12px;
}
.w_nav1 ul li a:hover{
	color:#00405d;
}
.w_nav2{
	padding: 20px;
}
.w_nav2  li{
	line-height: 1.5em;
	display: inline-block;
}
.w_nav2 li a{
	display: block;
	padding: 14px;
}
.w_nav2 li a.color1{
	background:	#0AA5E2;
}
.w_nav2 li a.color2{
	background:	#40E0D0;
}
.w_nav2 li a.color3{
	background:	#B03060;
}
.w_nav2 li a.color4{
	background:	#000080;
}
.w_nav2 li a.color5{
	background:	#E60D41;
}
.w_nav2 li a.color6{
	background:	#45BF55;
}
.w_nav2 li a.color7{
	background:	#FF7F00;
}
.w_nav2 li a.color8{
	background:	#8B4513;
}
.w_nav2 li a.color9{
	background:	#FFD700;
}
.w_nav2 li a.color10{
	background:	#9FA8AB;
}
.w_nav2 li a.color11{
	background:	#C0C0C0;
}
.w_nav2 li a.color12{
	background:	#0AA5E2;
}
.w_nav2 li a.color13{
	background:	#FFCBDB;
}
.w_nav2 li a.color14{
	background:	#B87333;
}
.w_nav2 li a.color15{
	background:	#BFB540;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.w_sidebar h3{
	padding:0 20px 10px;
	font-size: 1em;
	color: #555555;
	text-transform:uppercase;
}
/* radios and checkboxes */
.sky-form {
	margin-top: -10px;

}
select {border: 1px solid #d9d9d9;
    border-radius: 4px;
    resize: vertical;
	font-family: 'krungsri_condensedmedium';
}
.row1{
	outline:none;
	padding: 20px;
	overflow: auto;
	height: 200px;
}
.sky-form.col.col-4 ul {
	padding: 0;
	list-style: none;
}
.sky-form h4{
	margin-top: 10px;
	background: #ECECEC;
	padding: 10px 20px;
	color: #333333;
	text-transform: uppercase;
	margin-bottom: 0;
	font-size:16px;
}
.sky-form section {
	margin-bottom: 20px;
}
.sky-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
}
.sky-form .label.col {
	margin: 0;
	padding-top: 10px;
}
.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}
/* selects */
.sky-form .select i {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 1px;
	height: 11px;
	background: #fff;
	box-shadow: 0 0 0 12px #fff;
}
.sky-form .select i:after,
.sky-form .select i:before {
	content: '';
	position: absolute;
	right: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.sky-form .select i:after {
	bottom: 0;
	border-top: 4px solid #404040;
}
.sky-form .select i:before {
	top: 0;
	border-bottom: 4px solid #404040;
}
.sky-form .select-multiple select {
	height: auto;
}
/* radios and checkboxes */
.sky-form .radio,.sky-form .checkbox {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 27px;
	font-size: 13px;
	line-height: 27px;
	color: #555555;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .remark {
	outline:none;
	border:none;
	margin-bottom: 4px;
	padding-left: 0px;
	font-size: 11px;
	line-height: 17px;
	color: #F76F00;
	font-weight: normal;
	margin-top: 0;
}
.sky-form .radio{
	text-transform: none;
}
.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}
.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}
.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 13px;
	height: 13px;
	outline: none;
	border-width: 2px;
	border-style: solid;
	background: #fff;
}
.sky-form .radio i {
	border-radius: 50%;
}
.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.sky-form .radio input + i:after {
	content: '';
	top: 4px;
	left: 4px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}
.sky-form .checkbox input + i:after {
	content: '';
	top: 3px;
	left: 2px;
	width: 10px;
	height: 7px;
	background: url(../images/tick.png) no-repeat;
	text-align: center;
}
.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}
.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}
.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}
.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}
.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}
/* icons */
.sky-form [class^="icon-"] {
  font-family: 'krungsri_condensedregular';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* normal state */
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	
	border-color: #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.sky-form .radio i{
border-color: #666;
}
.sky-form .toggle i:before {
	background-color: #ffd400;	
}
/* hover state */
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i {
	border-color: #554242;
}
.sky-form .button:hover {
	opacity: 1;
}
/* focus state */
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #ffd400;
}
/* checked state */
.sky-form .radio input + i:after {
	background-color: #ffd400;	
}
.sky-form .checkbox input + i:after {
	color: #ffd400;
}
.sky-form .radio input:disabled + i,
.sky-form .checkbox input:disabled + i,
.sky-form .toggle input:disabled + i {
	border-color: #e5e5e5;	

}
.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
/*	border-color: #2da5da;	*/
border-color: #ffd400;	
}
/* error state */
.sky-form .state-error input,
.sky-form .state-error select,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i {
	background: #fff0f0;
}
/* success state */
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i {
	background: #f0fff0;
}
/* disabled state */
.sky-form .input.state-disabled input,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.5;
}
.sky-form .input.state-disabled:hover input,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #e5e5e5;
}
/*-- start w_content --*/
.women_main{
	padding:10px 10px 20px;
}

.women{
	margin-bottom:10px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom:10px;
}
.women h4{
	font-size: 0.85em;
	text-transform: uppercase;
	color: #333333;
	margin-bottom:5px;
}
.women h4{
	color:#555555;
}
.w_nav {
	color:#555555;
	font-size:12px;
	padding:0;
	list-style:none;
}
.w_nav li{
	display: inline-block;
}
.w_nav li a{
	display: block;
	color:#555555;
	text-transform:capitalize;
}
.w_nav li a:hover{
	color: #00405d;
}
.grids_of_4{
	display:block;
}
.women_content{
	margin-right:10px;
}
.grid1_of_4{
	float: left;
	width: 48.2%;
	margin: 0 5px 20px 0;
}
.grid1_of_4:first-child{
	margin-left: 0;
}
.grid1_of_4 h4 {
	font-size:14px;
}
.grid1_of_4 h4 a{
	text-transform:uppercase;
	color:#000000;
}
.grid1_of_4 p{
	font-size:12px;
	color:#777777;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.content_box-grid {
	margin-top: 1em;
}
.view {
   overflow: hidden;
   position: relative;
   margin-bottom: 1em;
}
.view .mask,.view .content {
  position: absolute;
	overflow: hidden;
	top: 135px;
	left: 86px;
}
.view-fifth img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth .mask {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.view1{
   overflow: hidden;
   position: relative;
}
.view1 .mask1,.view1 .content {
   position: absolute;
   overflow: hidden;
   top:130px;
   left:90px;
}
.info {
   display: block;
	background: url(../images/label_new.png) no-repeat;
	text-indent: -9999px;
	width: 75px;
	height: 75px;
}
.view-fifth1 img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1 .mask1 {
  -webkit-transform: translateX(-300px);
   -moz-transform: translateX(-300px);
   -o-transform: translateX(-300px);
   -ms-transform: translateX(-300px);
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.view-fifth1:hover .mask1 {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
/*--single--*/
.cont{
	display: block;
	float:left;
}
.span_2_of_bottom1 {
	width:68.1%;
}
.lsidebar{
	display: block;
	float:right;
	margin-left:3.333%;
} 	
.span_2_of_bottom {
	width: 66.1%;
}
.span_1_of_bottom {
	width:25.1%;
	border: 1px solid #DDD;
}
.span_2_of_bottom p,
.span_1_of_bottom  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #888;
	line-height: 1.5em;
}
.desc{
	padding:5%;
}
.desc h5 a{
	color:#C0313C;
	font-size: 0.788em;
}
.desc h5 a:hover{
	color:#333;
}
.button {
	border: none;
	background: #45A43E;
	color: #FEF503;
	float: right;
	padding: 7px 15px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	text-transform:uppercase;
}
.button:hover {
	background:#333;
}
.price-text{
	padding:5% 0;
}
.desc1 {
	display: block;
}
p.stock {
	display: block;
	font-size: 0.89em;
	color: #555;
	margin: 10px 0;
}
.row-2 {
	overflow: hidden;
	text-align: left;
	padding-top: 6px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}
span.on_sale {
	display: block;
	float: left;
	padding: 15px 6px 0 30px;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: #777777;
}
.price1 {
	padding: 4% 0;
}
span.actual1 {
	text-decoration: line-through;
	margin-right: 8%;
	color: #888;
	font-size: 1.2em;
}
/*.single-bottom1 h6, .single-bottom2 h6 {
	
	background: linear-gradient(#666,#888 );
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
}*/
.single-bottom1 h6, .single-bottom2 h6  {
background: url('../images/top_line.jpg') left bottom no-repeat ;
margin-bottom: 18px;
padding-bottom: 5px;
font-size: 18px !important;
line-height: 140%;
font-weight: bold;
text-align: left;
color: #222222 !important;
clear: both;

}
.single-bottom1 h6 span , .single-bottom2 h6 span {
padding-right: 12px;
background: url('../images/icon_arrow.png') right center no-repeat;
	
}
p.prod-desc {
	color: #888;
	padding-top: 10px;
	font-size: 0.8125em;
	line-height: 1.5em;
}
.single-bottom1 {
	padding:5px 0;
}
.product {
	padding: 20px 0 10px;
}
.product-img {
	width:20.5%;
	float: left;
	margin-left:10px;

}
.prod1-desc {
	width:74.2%;
	float: left;

}
.product-desc h5 {
	padding-top: 1%;
	padding-bottom: 1%;
	color: #900;
	font-weight: bold;
	background: #F3F3F3;
}
.product-desc h5 a{
	color:#555;
	font-size:16px;
}
.product-desc h5 a:hover{
	color:#ffcc33;
	text-decoration:none;
}
p.product_descr {
	color: #555;
	font-size: 0.8125em;
	line-height: 1.5em;
}
.product_price{
	
	border-bottom: 1px solid rgb(236, 236, 236);
	}
.price-access {
	color: #555;
	font-size: 1em;
}
.button1 {
	font-family: 'krungsri_condensedregular';
	border: none;
	background:#00405d;
	padding: 7px 15px;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
	outline: none;
	margin-top:20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	width:100%;
}
.button1:hover{
	background:#ffcc33;
	color: #000000;
}
.desc1 h3{
	color:#333333;
	font-size:1.1em;
	text-transform:capitalize;
}
.desc1 p{
	font-size: 1.5em;
	color: #00405d;
	line-height: 1.8em;
	-webkit-text-stroke: 1.5px;
	text-shadow: 0 1px 0 #ffffff;
	letter-spacing: 1px;
}
.desc1 p a{
	margin-left:5px;
	color:#555555;
	text-transform:uppercase;
	font-size: 12px;
	-webkit-text-stroke: 0px;
	letter-spacing: 0px;
}
.desc1 p a:hover{
	color: #00405d;
}
.det_nav ul{
	padding:0;
	list-style:none;
}
.det_nav h4{
	line-height:1.8em;
	font-size:0.85em;
	color: #555555;
	text-transform:uppercase;
	margin-bottom:10px;
}
.det_nav ul li{
	display:inline-block;
	width: 20.33333%;
	margin-left: 4%;
}
.det_nav ul li:first-child{
	margin-left: 0;
}
.det_nav ul li a{
	display:block;
}
.det_nav ul li a img{
	border: 1px solid #DADADA;
}
.btn_form{
	margin:20px 0;
}
.btn_form a{
	font-family: 'krungsri_condensedregular';
	cursor: pointer;
	border: none;
	outline: none;
	display: inline-block;
	font-size: 0.85em;
	padding: 8px 30px;
	background: #00405d;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
}
.btn_form a:hover{
	background: #ffcc33;
	text-decoration:none;
}
.desc1  a span{
	font-size:0.8125em;
	color:#555555;
	text-transform:uppercase;
	text-decoration:underline;
}
.desc1 a span:hover{
	color: #554242;
	text-decoration:none;
}
.det_nav1 h4{
	font-size:0.85em;
	text-transform:uppercase;
	color: #555;
	margin:10px 0 20px;
}
.det_nav1 ul li{
	display: inline-block;
	margin-left: 10px;
}
.det_nav1 ul li:first-child{
	margin-left: 0;
}
/* end details */
/* start registration */
.registration{
	padding:0px 10px 20px;
}
.registration h2{
	font-size: 1em;
	color: #6f5f5e;
	text-transform: capitalize;
}

.registration h6 {
	background: linear-gradient(#666,#888 );
	padding: 5px;
	color: #fff;
	font-size: 13px;
	font-weight:bold;
}


.registration h6  {
background: url('../images/top_line.jpg') left bottom no-repeat ;
margin-bottom: 18px;
padding-bottom: 5px;
font-size: 18px !important;
line-height: 140%;
font-weight: bold;
text-align: left;
color: #6f5f5e !important;
clear: both;
}
.registration h6 span  {
    padding-right: 12px;
    background: url(../images/icon_arrow.png) right center no-repeat;
    font-size: 16px !important;
    line-height: 140%;
    font-family: 'krungsri_condensedmedium';}

.reg_fb {
	margin: 0px 0;
    padding: 6px 0 !important;
    display: block;
    height: 26px;

    background: #6f5f5e;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.bankinfo-left {
		float: left;
	width: 80%;
background: #554242;
font-size:13px;
}
.CellPadding {
padding: 6px 5px 6px 5px;
font-size:13px;
color:#222222}
.CellPadding_market {
padding: 5px 2px 5px 2px;
font-size:12px;
}
.topLineGray {

	border-top-color: #e5e5e5;
	border-top-style: solid;
	border-top-width: 1px;

}
.bottomrightLineGray {

	border-bottom-color: #e5e5e5;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-color: #F4F4F4;
	border-right-style: solid;
	border-right-width: 1px;
}
.rightLineGray {

	border-right-color: #F4F4F4;
	border-right-style: solid;
	border-right-width: 1px;
}
.leftLineGray {
border-left-color: #e5e5e5;
border-left-style: solid;
border-left-width: 1px;
}	
.reg_fb img {
	padding:5px;
	float: left;
}
.reg_fb i {
	color: #ffffff;
	padding:2px 0px;
	display: inline-block;
	font-size:13px;
	font-style: normal;
	font-family: 'krungsri_condensedmedium';
}
.reg_fb:hover {
	background:#ffd400;
	color: #554242;
}
.registration_left{
	margin-top: 20px;
}
.registration_left:first-child{
	margin-left: 0;
}
.registration_form{
	display: block;
}
.registration_form div{
	padding:10px 0;
}

.sky_form1{
	margin-bottom: -30px;
}
.sky_form1 ul{
	padding:0;
	list-style:none;
}
.sky_form1 ul li{
	float: left;
	margin-left: 20px;
}
.sky_form1 ul li:first-child{
	margin-left: 0;
}
label {
	display: block;
	margin-bottom: 0;
	font-size:13px;
	font-weight: bold;
	color:#333
}
.registration_form input[type="text"],.registration_form input[type="email"],.registration_form input[type="tel"],.registration_form input[type="password"]{
	padding: 8px;
	/*display: block;*/
	width: 98%;
	margin-right:10px;
	outline: none;
	font-family: 'krungsri_condensedregular';
	/*font-size: 0.8125em;*/
	color: #333333;
	-webkit-appearance: none;
	/*text-transform: capitalize;*/
	background: #FFFFFF;
	border: 1px solid rgb(231, 231, 231);
	font-weight: normal;
	-webkit-appearance: none;
}
.registration_form input[type="submit"],.registration_form input[type="button"],.registration_form input[type="reset"]{

	text-transform: capitalize;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	/*font-size: 0.8125em;*/
	margin-bottom: 5px;
	-webkit-appearance: none;
	color: #554242;
    background-color: #ffd400;
    border: solid 0px #e8e8e8 !important;
    border-radius: 5px;
    padding: 5px;
    width: 100px;
    font-family: 'krungsri_condensedmedium';
    transition-duration: 0.4s;
    cursor: pointer;
}


.registration_form input[type="submit"]:hover,.registration_form input[type="button"]:hover,.registration_form input[type="reset"]:hover{
	color: #554242;
	background-color: #ffc800;
    box-shadow: 0 5px 10px 0 rgb(63 63 63 / 24%), 0 3px 3px 0 rgb(63 63 63 / 19%);
}
.registration_form input[type="reset"]{

	text-transform: capitalize;
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	/*font-size: 0.8125em;*/
	margin-bottom: 5px;
	-webkit-appearance: none;
	color: #554242;
    background-color: #bebebe;
    border: solid 0px #e8e8e8 !important;
    border-radius: 5px;
    padding: 5px;
    width: 100px;
    font-family: 'krungsri_condensedmedium';
    transition-duration: 0.4s;
    cursor: pointer;
}
.registration_form input[type="reset"]:hover{
	color: #554242;
	background-color: #b6b5b3;box-shadow: 0 5px 10px 0 rgba(63,63,63,0.24), 0 3px 3px 0 rgba(63,63,63,0.19);
}


.registration_form .remark {
	font-size: 0.9em;
	/*line-height: 17px;*/
	color: #999999;
}
.terms{
	text-decoration:underline;
	text-transform:capitalize;
	color: #00405d;
}
.terms:hover{
	text-decoration:none;
}
.forget a{
	text-transform: capitalize;
	color: #999999;
	text-decoration: underline;
	font-size: 0.8925em;
}
.forget a:hover{
	text-decoration: none;
}
/* start shopping bag */
.shoping_bag {
	padding:10px;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping_bag h4{
	float: left;
	text-transform: uppercase;
	color: #777777;
	font-size: 0.8125em;
}
.shoping_bag h4 img{
	vertical-align: middle;
}
.shoping_bag h4 span{
	color: #00405d;
}
.s_art {
	float: right;
	padding: 0;
	list-style: none;
	margin-top: -12px;
}
.s_art li{
	text-align:center;
	text-transform: uppercase;
	color: #777777;
	font-size:0.8125em;
	line-height: 1em;
}
.shoping_bag1{
	padding:20px 10px;
	border-bottom: 1px solid rgb(223, 223, 223);
}
.shoping1_of_1{
	float: left;
	width: 27.3333%;
	margin-right: 10px;
}
.shoping1_of_2{
	float: left;
	width: 68.3333%;
}
.shoping_left h4{
	margin-bottom: 2%;
}
.shoping_left h4 a{
	text-transform: uppercase;
	color: #26BC85;
	font-size:0.8125em;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_left h4 a:hover{
	text-decoration: none;	
	color: #777777;
}
.shoping_left span{
	text-transform: uppercase;
	color: #999999;
	font-size: 0.8125em;
	-webkit-text-stroke: 0.4px;
}
.shoping_left span b{
	color: #555555;
	font-weight: 600;
}
.s_icons{
	margin-top: 2%;	
}
ul.s_icons{
	padding:0;
	list-style:none;
}
.s_icons li{
	display: inline-block;
	margin-left: 10px;
}
.s_icons li:first-child{
	margin-left: 0;
}
.s_icons li a{
	display: block;
	width:30px;
	height:30px;
	background: rgb(187, 187, 187);
	border-radius:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-align: center;
	padding:0;
}
.s_icons li a:hover{
	background: #00405d;
}
.s_icons li a img{
	vertical-align: bottom;
}
.shoping_right p{
	color: #333333;
	font-size: 0.8125em;
	text-transform: capitalize;
	line-height: 2em;
	-webkit-text-stroke: 0.4px;
}
.shoping_right p.tot{
	font-size:1em;
}
.shoping_right p span{
	color: #ff0000;
	float: right;
}
.shoping_right p a{
	color: rgb(12, 138, 12);
}
.shoping_bag1 h2{
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #777777;
	font-size:1em;
}
.shoping_bag1 h2 a{
	-webkit-text-stroke: 0.4px;
	color: #26BC85;
	font-size: 0.8725em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shoping_bag1 h2 a:hover{
	color: #555555;
}
.shoping_bag1 h2 img{
	vertical-align: text-bottom;
	margin-right: 5px;
}
.shoping_bag1 h2 span{
	color: #999999;
}
.shoping_bag2{
	padding:20px 10px;
}
.shoping_left a.btn1{
	text-transform: capitalize;
	display: inline-block;
	padding: 8px 10px;
	font-size: 0.85em;
	color: #ffffff;
	background: #00405d;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-appearance: none;
	margin-bottom: 10px;
}
.shoping_left a.btn1:hover{
	background: #ffcc33;
	text-decoration:none;
}
.shoping_right p span.color{
	color: rgb(12, 138, 12);
}
/* start contact */
.contact{
	margin:0 10px;
	display: block;
}
.contact h2{
	font-size:1em;
	color: #00405d;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: capitalize;
}
.map{
	margin:10px 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
	margin:20px 0;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	margin-top: 10px;
	color: #777777;
	display: block;
	font-size: 0.8125em;
	padding-bottom: 5px;
	text-transform: capitalize;
	font-weight: normal;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family: 'krungsri_condensedregular';
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: inline;
	width: 93.3333%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top: 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	font-family: 'krungsri_condensedregular';
	cursor: pointer;
	display: inline-block;
	font-size: 0.85em;
	padding: 8px 15px;
	background: #00405d;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background: #ffcc33;
	color: #ffffff;
}
.button_stock_new {
	background: #f3f3f3;
	color: #222222;
	font-size: 12px;
	vertical-align: middle;
	border-right: solid 1px #828282;
	border-bottom: solid 1px #828282;
	}
.apps_table {
	background: #bbbbbb70;
	color: #6f5f5e;
	font-weight: 600;
	font-size: 14px;
	vertical-align: middle;
	border-right: solid 1px #828282;
	border-bottom: solid 1px #828282;
	font-family: 'krungsri_condensedregular';
	}
.col-md-4 { width:33.00%;float:left;border-right: 1px solid #ECECEC;}
.col-md-4:nth-child(5) {margin-right: 0px;border-right: 0px;}
.col-md-6 { width:50.00%;float:left;border-right: 0px;}

/*stock info*/

.info_stock table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
}
.info_stock td,th {
    /*border-top: 1px solid #ddd;*/
    padding: 4px 8px;

border-bottom: 1px dotted #bfbfbf;
}
.info_stock th{ font-size:bold;}
.info_stock tbody tr:nth-child(even)  td { background-color: #eee; }


.real-time table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #bbb;
	margin: 0 auto;
}
.real-time td,th {
    /*border-top: 1px solid #ddd;*/
    padding: 4px 8px;

border-bottom: 1px dotted #bfbfbf;
}
.real-time th{ font-size:bold;}
.real-time tbody tr:nth-child(even)  td { background-color: #525252; }


/*stock info*/

/* Smartphones (portrait and landscape) ----------- */
@media (min-width: 320px) and (max-width: 480px)  {
#nomuraifund4ipad {display:none;}	



table#announce th:nth-child(2){
   display: none;
}
table#announce td:nth-child(2){
   display: none;
}



  .container {
    width: 100%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .grids {
	/*padding: 5px 10%;*/
}
.nav-bar .nav-button-0 { display:block; width:100%}
.nav-bar .nav-button-0 span { padding-right:0px;}
table.col-md-8 { width:80%;}
.col-md-3 {
    width: 165px;
	height: 162px;
	border-width: 1px;
	border-bottom-style: solid;
	border-right-style: solid;
	border-color: #c9c9c9;
  }
 .col-md-6 { width: 100%;border-right: 0px;}
  .col-md-4 { width:100%;border-right: 0px;}
.iphone_noright {border-right-style: none;}
.iphone_nobottom {border-bottom-style: none;}
  

 /*.header_top {padding: 5px 10px;}*/
 .top_left {float: left;margin-top: 3px;}
 img.top_left {max-width: 66%;}
 .top_right {
		font-family: 'krungsri_condensedregular';
		font-size: 12px;
		float: right;
		color: #fff;
		margin-top: 9px;
		margin-right: 4px;
		}
p.small_text {
	float: left !important;
	clear: both;
	margin-bottom: 8px;
	margin-left: 38px;
		}
.button_stock a {padding: 4px !important;}

		
.button_stock_new {
	background: #f3f3f3;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	}
.apps_table {
	background: #575757;
	color: #fff;
	font-size: 12px;
	vertical-align: middle;
	}
td.th_texttable.a { width:10px !important;  padding: 1px; }
td.th_texttable.b { width:10px !important;  padding: 1px; }
td.th_texttable.c { width:10px !important;  padding: 1px; }
td.th_texttable.d { width:10px !important;  padding: 1px; }
td.th_texttable.e { width:10px !important;  padding: 1px; }
td.th_texttable.f { width:10px !important;  padding: 1px; }

.th_texttable {font-size: small !important; ;
padding: 4px;}
.td_texttable {
font-size: small !important; 
padding: 3px !important; 
vertical-align: top !important; 
font-size: 12px !important;  }
.content_text {
padding: 0 5px !important;
width: 96% !important;
}
.td_apps {
font-size: small !important; 
padding: 3px !important; 
vertical-align: center !important; 
font-size: 12px !important;
width:25%;  }
.content_text {
padding: 0 5px !important;
width: 96% !important;
}

	.content.all2 {
		width: 96% !important; 
		margin-left: 2% !important;
		    margin-top: 20px !important;
	} 
	.section3.all2 {   width: 100% !important;     height: 200px !important;}
	.area_graph.all {  border: none !important; }

	.right_reccommend.all {   font-size: 12px !important; }
	.left_reccommend.all {   font-size: 12px !important; }
	.txt_stocks.all {   font-size: 20px !important;     height: 30px !important;}
	.txt_recommend.all {  font-size: 16px !important; }
	.section1.all {  height: 80px !important; }
	.txt_mkprice.all {  font-size: 14px !important;  }
	.market_price.all {  font-size: 14px !important; }
	.section2.all {   height: 90px !important; }
	.point.all.txtresist { font-size: 12px !important;}
	.point.all.txtsupport {  font-size: 12px !important;}
	.content.all2 {   margin-top: 20px !important;} 
	.hit_img {   left: 70% !important;  width: 20% !important;} 
	.dbox {
    width: 100% !important;
    margin: 2% 0 !important;
}
	
}





@media  (min-width: 481px) and (max-width: 768px) {
	  .container {
    width: 100%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-3 {
    width: 25%;
  }
 .col-md-6 { width: 100%;border-right: 0px;}
     .col-md-8 {
    width: 100%;
  }
    .col-md-4 {
   width:100%;border-right: 0px;
  }
  /* iPads (portrait and landscape) ----------- */
  .section3 {   height: 205px !important;}
  .section2.all { /* height: 114px !important; */}
  .content.all2 {   margin-top: 20px !important; }
  .txt_recommend.all { font-size: 15px !important; }
}
@media  (min-width: 768px) and (max-width: 1024px) {
	  .container {
    width: 100%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /*.col-md-3 {
    width: 25%;
  }*/
  .col-md-6 {
    width: 50%;border-right: 0px;
  }
   .col-md-8 {
    width: 66.66666667%;
  }
    .col-md-4 {
    width: 33.00%;float: left;border-right: 1px solid #ECECEC;
  }
  .col-md-4 :nth-child(3) {margin-right: 0px;border-right: 0;}
    .grids {padding: 0px 20px;}
  	.col-md-3 {
			/* width: 25%; */
			width: 186px;
			height: 180px;
			border-right-style: solid;
			border-width: 1px;
			border-color: #c9c9c9;
			
  	}
	.col-md-3.up { 
			border-width: 1px;
			border-right-style: solid;
			border-bottom-style: solid;
			border-color: #c9c9c9;
			
	} 
	.col-md-3.up.right { 
			border-width: 1px;
			border-bottom-style: solid;
			border-right-style: none;
			border-color: #c9c9c9;
			
			
	} 
	.col-md-3.end { 
			border-bottom-style: none;
			border-right-style: none;
	} 
	.content_text { height:130px;}
  

	
	.content.all2 { width: 100% !important; margin-left:0px !important;  }
	.section3.all2 {   width: 100% !important;}
	.area_graph.all2 {  border: none !important; }
	.section3.all2 {   height: 204px !important; }
  
  
  }
    @media (min-width: 992px){
.col-md-2 {
    width: 16.66666667%;
}}
@media (min-width: 768px) and (max-width: 991px) {
	  .container {
    width: 100%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

     .col-md-8 {
    width: 66.66666667%;
  }
    .col-md-4.all2 { 
    width: 60% !important; 
  }
   .col-md-4 {
    width: 33.33333333%;  
	border-right: 1px solid #ECECEC;
  }
  .col-md-4 :nth-child(3) {margin-right: 0px;border-right: 0;}
  .grids {
	padding: 0px 20px;
  }
  .col-md-3 {
		width: 182px;
		height: 184px;
		border-width: 1px;
		border-bottom-style: solid;
		border-right-style: solid;
		border-color: #c9c9c9;
  }
  .ipadupr {
		border-width: 1px;
		border-bottom-style: solid;
		border-right-style: none;
		}
	.bt {border-bottom-style: none;}	
}
.td_text {
	font-size:small;
padding: 10px;
vertical-align: top;
line-height: 130%;
border-right: solid 1px #e5e5e5;
border-bottom: solid 1px #e5e5e5;
	}
.th_text {
	
font-size:small;
font-weight:bold;
padding: 10px;
background-color: #efefef;
vertical-align: top;
line-height: 130%;
border-right: solid 1px #ccc;
border-bottom: solid 1px #ccc;
	}
.white_text {
		color:#fff;
		font-family: 'krungsri_condensedmedium';
}
.CellPadding a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.CellPadding a:hover {
	color: #999;
	text-decoration: underline;
}		
.dark_text	{oolor: #999;}
.head_text {font-weight: 500; }
.small_text {font-size:12px;}
/*.stock_picks {
	background: #67b11c;
	background: linear-gradient(#EBEBEB, #999999);
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #fff;
	font-family: 'krungsri_condensedregular';
	padding: 5px 5px;

}*/

/*--button stock--*/
.button_stock a{
	color: #999999;
	background: url(../images/red_af.png) no-repeat -0% 100% #000;
	/*background: linear-gradient(to bottom,#eee 0,#dbdbdb 100%);*/
	padding: 6px 50px;
	font-family: 'krungsri_condensedregular';
	font-size: 0.875em;
	display: block;
	moz-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	-webkit-transition: background 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-transform: uppercase;
	height: 24px;
	border-bottom:1px solid #999;
}
.button_stock a:hover{
	color: #999999;
	background: url(../images/back_bf.png) no-repeat -0% 100% #303030;
}
.button_stock-right{
	float:right;
	margin-bottom: 10px;
}
.th_texttable {
font-size: small;
font-weight: bold;
padding: 6px;
background-color: #6f5f5e;
vertical-align: top;
line-height: 130%;
border-right: solid 1px #949494;
border-bottom: solid 1px #949494;
color: #ffd400;
/* box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125); */
}

.td_apps {
font-size: small;
padding: 10px;
vertical-align: center !important;
width:25%;
line-height: 130%;
border-right: solid 1px #e5e5e5;
background-color: #F1F1F1;
color: #fff;
border-bottom: solid 1px #e5e5e5;
border-right: solid 1px #828282;
border-bottom: solid 1px #828282;
font-family: 'krungsri_condensedregular';	
}
.top-nav{
}
.top-nav ul li{
}
.top-nav li.active> a, .top-nav li> a:hover {
	background: url(../images/icons1.png) no-repeat 100% -0% #D3D3D3;
	color:#463737;
}
.top-nav ul li a{
  background: url(../images/icons1h.png) no-repeat 100% -0% #efefef;
  font-family: 'krungsri_condensedmedium';
  font-size: 14px;
  color: #6f5f5e;
  padding: 10px 48px 10px 10px;
  display: block;
  border-bottom: 1px solid rgba(85, 85, 85, 0.11);
  padding-right: 50px;	
}
.red{color:#CA2420;}
.green{color:#2db52d;}

/*----------container_reccommend----------------*/
.container_reccommend {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-right: 0px;
	width:70%;
}
/*
.section1 { width: 100%; height: 100px; background: #fff; border-radius: 15px 15px 0px 0px;}
.section2 { height: 100px; width:100%;   background:#fff; }
.div01 { width: 24%; background:#fff; float:left; padding: 10px 0px; text-align: center;}
.div02 { width: 38%; background:#fff; float:left; padding: 5px 0px 0px 5px; color:#7d7d7d; }*/
.div03 { width: 34%; background:#fff; float:left; padding: 3px 4px; color:#7d7d7d; } 

/*.txt_stocks { color:#ffffff; padding: 9% 5%;  font-size: 30px;  }
.txt_recommend {  color:#fff; padding: 3% 5% 1% 5%; clear:both;    background: #5372af;     font-size: 25px;     font-family: 'krungsri_condensedregular';  }*/
/*.left_reccommend {
    width: 36%;
    float: left;
    text-align: left;
    padding: 2% 2% 2% 5%;
    font-size: 20px;
    clear: both;
    font-family: 'krungsri_condensedregular';
	border-bottom: 1px dashed #555;
}
.right_reccommend {
	text-align: right;
    width: 45%;
    font-size: 20px;
    float: left;
    font-family: 'krungsri_condensedregular';
    padding: 2% 5% 2% 7%;
	border-bottom: 1px dashed #555;
}*/

/*.txt_mkprice {    font-size: 20px; font-family: 'krungsri_condensedregular'; color:#5b5b5c;}*/
.market_price {     font-size: 20px; color:#4667a2; }
.percent_change{    padding: 6% 5px; font-size: 11px; color:#2b9b47;}


.div02 td {   padding: 5px 5px; font-size: 11px;}
.div02_table {width:100%;     padding: 10px 5px;   padding: 15px 0px;}

.div03 td {   padding: 5% 0%; font-size: 12px;}
.div03_table {width:100%;     padding: 10px 5px;  }

.txt_left  {text-align:left;}
.txt_right {text-align:right;}
.buy {width:50%; text-align:left; }
.sell {width:50%; text-align:right; }
td.buy {padding:2px 0 2px 0px;}
td.sell {padding:2px 0px 2px 0px;}
.percent_buy {
	height: 25px;
	background:#64b961;
	float:left;
	text-align:left;
}
.percent_sell { height:25px; background:#e06060; float:left; text-align:right;}
.percent_openvol { height:25px; background:#ffd18c; float:left; text-align:right;}
.txt_percent_buy {color:#fff; padding-left: 1px; font-size:12px; position: relative;    top: 5px;}
.txt_percent_sell {color:#fff; padding-right:  1px ; font-size:12px; position: relative;    top: 5px;}
.section3 {     
    width: 95%;
    height: 205px;
    background: #fff;
    /*padding: 10px;*/
    margin: 0 auto;
	border-radius: 0px 0px 15px 15px;}
.area_graph {
    width: 100%;
    height: 160px;
    background: #f9fafb;
    margin: 10px 0px;
	border: 1px solid #888;
}
.head_graph {
    width: 100%;
    height: 36%;
    background: #e5e5e5; 
}
div.bar_support {
    width: 46%;
    float: left;
    height: 88%;
    margin-left: 14px;
    margin-top: 5px;
    text-align: left;
    font-size: 18px;

	color: #ffd400;
}
div.bar_resist {
    width: 47%;
    height: 88%;
    float: left;
    margin-right: 14px;
    margin-top: 5px;
    text-align: right;
    font-size: 18px;
   
	color: #2b9b47;
}
img.bar_support { width:16px;}
.area_bargraph {
    width: 90%;
    margin: 0 auto;
    height: 40%;
	margin-top:7%;
}
.bargraph {
   /* background: url(../images/bg-graph.png);*/
    background: -webkit-linear-gradient(90deg,#eD1D24,#FCF365,#58ba47); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg,eD1D24,#FCF365,#58ba47); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg,#eD1D24,#FCF365,#58ba47); /* Standard syntax (must be last) */

    height: 12px;
    background-size: 100%;
    padding: 10px 0px 10px 0;
}
.bargraph02 {
    background: none;  
}
.bargraph_highlight {
    width: 60%;
    position: relative;
    float: left;
	color: transparent;
	border-right: #000 6px solid;
    top: -14px;
    height: 36px;
}
.bargraph_highlight02 {
    width: 60%;
    background: none;
    position: relative;
    float: left;
	color: transparent;
	clear: both;
}
.bargraph_current {    
    width: 2%;
    background: rgba(72, 102, 160, 0.84);
    float: left;
    height: 165%;
    position: relative;
    top: -71px;
	color: transparent;
}
.bargraph_high {    width: 1%;
    background: #000;
    float: left;
    height: 165%;
    position: relative;
    top: -15px;
	color: transparent;
}
.point {
    width: 92%;
    margin: 0 auto;
    height: 11%;
    margin-top: 1%;
}
.point_support {
    float: left;
    width: 50%;
    text-align: left;
}
.point_resist {
    width: 50%;
    float: left;
    text-align: right;
}
.cursor {
    width: 9%;
    /* background: #4866a0; */
    float: left;
    height: 165%;
    position: relative;
    top: -15px;
    left: -16px;
}
.txt_current {
    clear: both;
    color: #4667a2;
}


/*MENU*/
.menu_head {
    width: 100%;
    margin: 0 auto;
	text-align: center;
    background: rgba(146, 0, 0, 0.83)!important; 
	color: #e4e4e4 !important;
	    height: 14%;
}
.daily {     font-size: 18px;}
/*.menu_strategy  {width:48%;   float:left; text-align:center; color:#ffffff;}
.menu_technical {width:48%;       float:left; text-align:center; color:#ffffff;}  */
.menu_technical.all {width:50%; float:left; text-align:center; color:#ffffff;} 
.menu_strategy.all  {width:50%; float:left; text-align:center; color:#ffffff;}
 
.menu_all { width:4%; background: #4B4B4B; float:left;  color:#fff; cursor: pointer;}
.menu_all img { padding: 15px;}
.head_strategy {text-align:center; width:100%;     font-size: 20px;     padding: 12px 0px; background: rgba(75, 155, 160, 0.87); border-radius: 0px 10px 0px 0px;}
.head_technical {text-align:center; width:100%; font-size: 20px;     padding: 12px 0px; background: rgba(46, 73, 128, 0.83); border-radius: 10px 0px 0px 0px;}
 
.menu_strategy01  { background:#7fb5bb; color:#ffffff; text-align:center; width:33.3%; float: left;   padding: 12px 0px; }
.menu_strategy01:hover { background:#333; cursor:pointer;}
.menu_technical01 { background:#5372af;; color:#ffffff; text-align:center; width:25%; float:left;   padding: 12px 0px;}
.menu_technical01:hover { background:#333; cursor:pointer;}
/*.menu_strategy02 {background:#238587; text-align:center; width:33.3%; float:left;}
.menu_strategy03 {background:#238587; text-align:center; width:33.3%; float:left;}*/

/*.menu_technical02 {background:#b28e45; text-align:center; width:25%; float:left;}
.menu_technical03 {background:#b28e45; text-align:center; width:25%; float:left;}
.menu_technical04 {background:#b28e45; text-align:center; width:25%; float:left;}*/
.menu.stocks_menu.sticky {
    background: transparent !important;
}
.menu.stocks_menu {
    background: transparent !important;
}

.button_refresh {
	-moz-box-shadow: 0px 10px 14px -15px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -15px #3e7327;
	box-shadow: 0px 10px 14px -15px #3e7327;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: 'krungsri_condensedregular';
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
}
.button_refresh:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.button_refresh:active {
	position:relative;
	top:1px;
}
/*.menu { -webkit-box-shadow: 0px 13px 28px -6px rgba(0,0,0,0.33);
		-moz-box-shadow: 0px 13px 28px -6px rgba(0,0,0,0.33);
		box-shadow: 0px 13px 28px -6px rgba(0,0,0,0.33); }*/
 .HL.all { position:absolute;}
 .HL { display: inline-block; position:relative; background: rgba(255, 255, 255, 0.59); border: 1px solid #fff; font-size: 10px;  top: 10px;}    


/*Page All*/
.content.all {width:23.5%; float:left; padding-right: 2%;}
.content.all2 {
    width: 80%;
    float: left;
	margin-left: 8%;
}
.content.all.first {padding-left: 2%;}
.container_reccommend.all {
	width:100%;     
	background: #fff;     
	border: 1px #888 solid;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 1px rgba(93, 93, 93, 0.75);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(93, 93, 93, 0.75);
    -moz-box-shadow: 0px 0px 10px 1px rgba(93, 93, 93, 0.75);
    box-shadow: 0px 0px 10px 1px  rgba(93, 93, 93, 0.75);
	}


.section1.all {    height: 82px; width: 100%; background: #fff; border-radius: 15px 15px 0px 0px;}
.txt_stocks.all {    font-size: 20px;
    color: #ffffff;
    padding: 11% 5% 0% 5%;
    height: 37px;}
/*.txt_stocks.all {font-size: 20px;color:#ffffff; 	padding: 13% 5% 0% 5%;  height: 41px; }*/

.txt_recommend.all {     color: #fff;
    padding: 3% 5% 1% 5%;
    clear: both;
    background: #5372af;
    font-size: 15px;
    height: 21px; }
/*.left_reccommend.all{    width: 36%;  font-size: 16px; padding: 2% 2% 2% 5%;  }
.right_reccommend.all { width: 45%;  font-size: 16px;  padding: 2% 5% 2% 7%; }*/
.action {width: 100%;height:24px; border-bottom: 1px dashed #555;    clear: both;}
.left_reccommend.all {
    width: 39%;
    float: left;
    text-align: left;
    padding: 2% 2% 2% 1%; 
    font-size: 13px;
    clear: both; 
	/*border-bottom: 1px dashed #555;*/
}
.right_reccommend.all {
    width: 53%;	
    float: right;  
	text-align: right;
    padding: 2% 2% 2% 0%;
    font-size: 13px;
    
	/*border-bottom: 1px dashed #555;*/
}

.section2.all {    height: 105px; width:100%;   background:#fff; }
.div01.all { padding:5px; width:26%;background:#fff; float:left; text-align: center;}
.txt_mkprice.all {  font-size: 14px; color:#5b5b5c;   clear: both;}
.market_price.all {     clear: both;}
.percent_change.all {font-size: 13px;    padding: 2px;}
.div02.all { width: 68%;       padding: 5px 0px 0px 5px;  background:#fff; float:left; color:#7d7d7d;    height: 88%;  }
.div02.all.txt_left {   width: 53%; }
.div02.all td { padding: 5px 0; font-size: 11px; }
.div03.all { width: 30%;   padding: 5px;   }
.div03.all td { padding: 5% 0%; font-size: 11px; } 
.txt_percent_buy.all { font-size:11px;}
.txt_percent_sell.all  { font-size:11px; }

.section3.all {  height: 220px; width: 90% !important; } 
.area_graph.all { height:190px; margin-top: 5px;     }
.head_graph.all { height:38%;}
.bar_support.all {  font-size: 15px; }
.bar_resist.all {font-size: 15px; width:37%;}
.bargraph.all {    height: 25px;}
.bargraph_current.all {    height: 340%; }
.bargraph_high.all {    height: 293%; }
.menu.all { width: 100% !important; }

.point.all {  margin-top: 2%; }
.cursor.all {  top: -52px;  left: -13px;}
img.cursor.all { max-width:140% !important;} 
.area_bargraph.all { position:relative;     margin-top: 6%; }
.txt_recommend.strategy { background:#7fb5bb;}
.content.all.strategy {   padding-bottom: 100px; }
.bargraph_highlight.all {
    border-right: #000 6px solid;
 /*   top: -52px;
    height: 50px;*/
	top: -47px;
    height: 50px;
}
.content.all.tech {
    /*padding-top: 30px;
    padding: 20px 10px; 
	padding: 10px 9px; */ 
	padding: 10px 9px 10px 9px;
	 height: 420px;
}
.point.all.resist {     width: 100%;
    float: left;
    position: relative;
    top: -98px;
    text-align: right;
	left: -10px; }
.point.all.support {
    top: -55px;
    position: relative;
	left: -7px;
}
		
.point.all.txtresist {     
	width: 100%;
    position: relative;
    top: -72px;
	/*font-size: 20px; */
	 float: left;
	
} 
	
.point.all.txtsupport {
	left: 0px;
    position: relative;
	/*font-size: 20px; */
}
.hit_img {
width:85px;
height:47px;
    top: 0px;
    left: 62%;
    position: relative;
}
.refreh {
    width: 100%;
    margin: 0 auto;
	
}
.text-market{
    width: 20%;
    float: left;
}
.text-refresh {
    width: 20%;
    float: left;
}
.off-refresh  {/*width: 15%;*/   float: left;}
.on-refresh   {/*width: 15%;*/  float: left;margin-left:10px;}
.min-refresh  {/*width: 20%; */ float: left;}
.button-refresh  {margin-right:5px;  float: right;}
.hotpick_body { 
/*background-image:url(../images/test.jpg) !important;
background: #dadada;*/
background-repeat: no-repeat;
background-attachment: fixed;
background-image:url(../images/test.jpg) !important;

}
.stocks_menu {width:80%; margin:0 auto;}
.txt_head.all2 {    margin: 20px 0px 10px 0px !important;
    width: 100%;
    text-align: center; }