/*@font-face {
    font-family: 'supermarket';
    src: url('../fonts/supermarket.eot');
    src: url('../fonts/supermarket.eot') format('embedded-opentype'),
         url('../fonts/supermarket.woff2') format('woff2'),
         url('../fonts/supermarket.woff') format('woff'),
         url('../fonts/supermarket.ttf') format('truetype'),
         url('../fonts/supermarket.svg#supermarket') format('svg');
}*/

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

body {
	margin: 30px;
	margin-bottom: 0px;
}

#logo {
	width: 100%;
	height: 102px;
	background-image: url("../images/logo.svg");
	background-repeat: no-repeat;
	background-size: 170px 102px;
}

.right-logo {
	float: right;
	margin-top: 10px;
}

.right-logo input{
	width: 200px;
}

a.login {
	color: #1B75BB;
}

.rightlogin{
	float: center;
}

.padtop {
	margin-top: 20px;
}

.padright {
	margin-right: 10px;
}

.center {
	margin: 0 auto;
	text-align:center;
}

.center img{
	padding-right:55px;
}

.center2 img{
	padding-right:20px;
}

.center img.final{
	padding-right:0px;
}

.center2 img.final{
	padding-right:0px;
}

.menub {
	color: #fff;
	/*background-color: #000;
	height: 150px;*/
	line-height: 50px;
}
/*.menub.ui-tabs-anchor {
	padding-top: 30px;
}*/
.black {
	color: #fff;
	/*background-color: #000;*/
	height: 150px;
	vertical-align: middle;
	min-width: 250px;
}

.black2 {
	color: #fff;
	background-color: #000;
	height: 150px;
	vertical-align: middle;
	min-width: 250px;
}

.menua{
	background-image: url("../images/menu/1.png");
	background-repeat: no-repeat;
}
.menubb{
	background-image: url("../images/menu/2.png");
	background-repeat: no-repeat;
}
.menuc{
	background-image: url("../images/menu/3.png");
	background-repeat: no-repeat;
}
.menud{
	background-image: url("../images/menu/4.png");
	background-repeat: no-repeat;
}
.menue{
	background-image: url("../images/menu/5.png");
	background-repeat: no-repeat;
}

.heading {
	min-height:45px;
	max-height:45px;
	overflow:hidden;
}

#menu .nav > li > a:hover,
#menu .nav > li > a:focus{
	background-color: #eee;
}

#menu2 .nav > li > a:hover,
#menu2 .nav > li > a:focus{
	color: #fff;
}

#menu2 ul.nav.nav-pills.nav-justified{
	border-spacing: 20px 0;
    border-collapse: separate;
}

.well > h2, .well > table > tbody > tr > td > h2 {
	color: #1B75BB;
}

.social {
	background-color: #000;
	margin: 0 -30px;
	height: 100px;
	color: #FFF;
	margin-top: 30px;
	text-align:center;
	height: 150px;
}

.social img{
	margin-top: 15px;
	padding-right: 50px;
	width: 120px;
	height: 70px;
}

.social img.final{
	padding-right:0px;
	width: 70px;
	height: 70px;
}

.promotion {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;   
    cursor: pointer;
}

.ui-tabs-anchor:active, .ui-tabs-anchor:focus{
     outline: none;
}

.tdr {
	text-align: right;
}

.tdc {
	text-align: center;
}

.tdcm {
	text-align: center;
	vertical-align: middle !important;
}

th {
	text-align: center;
	font-size: 22px;
	color: #FFF;
	background-color: #1B75BB;
}

.media {
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
	padding-top: 10px;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between; 
  justify-content: space-between;
}

.flex-container > li {
	text-align: center;
}

.btn-blue {
	padding: 10px 15px;
	padding-top: 15px;
	background-color: #1B75BB;
	color: #FFF;
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
    touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
   	-moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	background-image: none;
	border: 1px solid transparent;
}

.btn-blue:hover {
	color: #FFF;
}

.module {
  background: url(../images/loginbg.png);
  background-repeat: no-repeat;
  background-size: 60px 60px;
  width: 60px;
  height: 60px;
  position: relative;
}

.module2 {
	width: 200px;
	height: 60px;
	position: relative;
	background-color: #1B75BB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.radiust {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.userpasspop {
	width: 35%;
	height: 15%;
}

.mid h4 {
  font-family: 'DBHelvethaicaX55Regular', sans-serif;
  color: #FFF;
  margin: 0;
  position: absolute;
  top: 32%;
  left: 12%; 
  font-size: 12px;
  /*top: 40%;
  font-size: 14px;*/
}

.mid2 h4 {
  font-family: 'DBHelvethaicaX55Regular', sans-serif;
  color: #FFF;
  margin: 0;
  position: absolute;
  top: 20%;
  left: 18%; /*left: 27%;*/
  /*top: 35%;
  left: 30%;*/
  font-size: 24px;
}

.more {
	font-family: 'DBHelvethaicaX55Regular', sans-serif;
	color: #1B75BB;
	font-size: 14px;
	cursor:pointer;
}
.more2 {
	font-family: 'DBHelvethaicaX55Regular', sans-serif;
	color: #1B75BB;
	font-size: 18px;
	cursor:pointer;
}

img.article { 
	height: 339px;
	width: 339px;
	object-fit: fill;
}

.centered-and-cropped {
	object-fit: cover;
}

#art #p1 img, #art #p2 img, #art #p3 img, #art #p4 img, #art #p5 img, 
#art #p6 img, #art #p7 img, #art #p8 img, #art #p9 img, #art #p10 img, 
#art #p11 img, #art #p12 img, #art #p13 img, #art #p14 img, #art #p15 img, 
#art #p16 img, #art #p17 img, #art #p18 img, #art #p19 img, #art #p20 img{
	width: 20% !important;
}

#art #p1 input.btn-blue, #art #p2 input.btn-blue, #art #p3 input.btn-blue, #art #p4 input.btn-blue, #art #p5 input.btn-blue, 
#art #p6 input.btn-blue, #art #p7 input.btn-blue, #art #p8 input.btn-blue, #art #p9 input.btn-blue, #art #p10 input.btn-blue, 
#art #p11 input.btn-blue, #art #p12 input.btn-blue, #art #p13 input.btn-blue, #art #p14 input.btn-blue, #art #p15 input.btn-blue, 
#art #p16 input.btn-blue, #art #p17 input.btn-blue, #art #p18 input.btn-blue, #art #p19 input.btn-blue, #art #p20 input.btn-blue{
	margin-left: 20px;
}

.nav-wizard > li {
  float: left;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #a6a6a6;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #a6a6a6;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #ffffff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #a6a6a6;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #d5d5d5;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #d5d5d5;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-wizard > li.active > a:after {
  border-left-color: #428bca;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #a6a6a6;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #a6a6a6;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #a6a6a6;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
  iframe#iblog {
	width: 400px;
	max-width: 400px;
	height: 260px;
	max-height: 400px;
	display: block;
	}
}

iframe#iblog {
	width: 400px;
	max-width: 400px;
	height: 260px;
	max-height: 400px;
	display: block;
}