@charset "utf-8";

.content .left-nav span.head:before{
	overflow: hidden;
	background-position: -50px -50px;
}
.content h3.annoucement-title{
	float:left;
}
/*Job List*/
.content #faqs-list{
	margin-top:15px;
}
.content #faqs-list .panel-title > a {
    display: block;
    width: 100%;
    height: 100%;
	color:#5d5d5d !important;
	font-size:17px;
}
.content #faqs-list .panel-default, .content .faqs-detail-wrap .panel-default {
	background:#fff;
}
.content #faqs-list .panel-default .panel-heading, .content .faqs-detail-wrap .panel-default .panel-heading {
	position:relative;
	display:block;
	background:url(../images/help/arrow-open.png) no-repeat left center;
}
.content #faqs-list .panel-default.panel-focus .panel-heading, .content .faqs-detail-wrap .panel-default.panel-focus .panel-heading {
	display:block;
	background:url(../images/help/arrow-close.png) no-repeat left center;
}
.content #faqs-list .panel-heading,
.content .faqs-detail-wrap .panel-group .panel{
	border:none !important;
    border-radius: 0 !important;
    border-radius: 0 !important;
	box-shadow: none !important;
	margin-top:0 !important;
}
.content #faqs-list .panel-heading, .content .faqs-detail-wrap .panel-heading {
	border-bottom:#dcdcdc solid 1px !important;
}
.content #faqs-list .panel-body, .content .faqs-detail-wrap .panel-body {
	background:#fff;
	padding:15px 0 15px 35px;
	border:none;
	color:#959595;
}
.content #faqs-list .panel-body a,
.content #faqs-list .panel-body td strong,
.content .faqs-detail-wrap .panel-body a,
.content .faqs-detail-wrap .panel-body td strong {
	color:#959595;
}
.content #faqs-list .panel-focus .panel-body, .content .faqs-detail-wrap .panel-focus .panel-body {
	border-bottom:#dcdcdc solid 1px !important;
}
.content #faqs-list .panel-body ul, .content .faqs-detail-wrap .panel-body ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.content #faqs-list .panel-heading h4, .content .faqs-detail-wrap .panel-heading h4{
	padding-left:20px;
}
.content #faqs-list .panel-focus .panel-heading h4 a, .content .faqs-detail-wrap .panel-focus .panel-heading h4 a {
	color:#ff9c00 !important;
}
.content #faqs-list .panel-default .panel-title > a, .content .faqs-detail-wrap .panel-default .panel-title > a {
	position:relative;
}
.content #faqs-list ul.list-dash, .content .faqs-detail-wrap ul.list-dash, .content .faqs-detail-wrap ul.list-unstyled {
	margin:10px 0;
}
.content #faqs-list ol, .content .faqs-detail-wrap ol {
	margin:10px 0;
}
.content #faqs-list .panel-body h4, .content .faqs-detail-wrap .panel-body h4 {
	color:#ff9c00;
	font-size:15px;
}
.content #faqs-list .panel-body .orange, .content .faqs-detail-wrap .panel-body .orange {
	color:#ff9c00;
}
.content #faqs-list .panel-body p, .content .faqs-detail-wrap .panel-body p {
	padding-top:10px;
}
.content #faqs-list ul.download, .content .faqs-detail-wrap ul.download {
	margin:10px 0;
	width:500px;
}
.content #faqs-list ul.download li, .content .faqs-detail-wrap ul.download li {
	padding:8px 0;
	float:left;
	width:250px;
}
.content #faqs-list ul.download li a, .content .faqs-detail-wrap ul.download li a {
	color:#ff9c00;
	text-decoration:underline;
}
.content #faqs-list ul.arrow, .content .faqs-detail-wrap ul.arrow {
	margin:10px 0;
}
.content #faqs-list ul.arrow li, .content .faqs-detail-wrap ul.arrow li {
	position:relative;
	padding-left:25px;
}
.content #faqs-list ul.arrow li:before, .content .faqs-detail-wrap ul.arrow li:before {
	content:'\e092';
	font-family: 'Glyphicons Halflings';
	position:absolute;
	top:0;
	left:0;
}
.faqs-detail-wrap .nav-tabs > li.active > a, .faqs-detail-wrap .nav-tabs > li.active > a:focus, .faqs-detail-wrap .nav-tabs > li.active > a:hover {
	font-weight: 600;
	border-top: 3px solid #fb6d1c;
	border-bottom: none;
}
.faqs-detail-wrap .nav-tabs > li > a:hover {
	border-bottom: 1px solid #EEE;
}
.faqs-detail-wrap .wrapper {
	padding-top: 2rem;
}
.content .download-detail-wrap h4 {
	color:#ff9c00;
	font-size:23px;
	font-family: 'supermarketRegular', Arial, sans-serif;
	margin:20px 0 10px;
}
.content .download-detail-wrap .tb-gray tr td,
.content .download-detail-wrap .tb-gray tr th{
	background:#f1f1f1;
	padding:8px 25px;
}
.content .download-detail-wrap .tb-gray.border-wh tr td,
.content .download-detail-wrap .tb-gray.border-wh tr th{
	border-right:2px solid #fff;
}
.content .download-detail-wrap .tb-gray.border-wh tr td:last-child,
.content .download-detail-wrap .tb-gray.border-wh tr th:last-child{
	border-right:none;
}
.content .download-detail-wrap .tb-gray.border-wh tr th{
	border-top:2px solid #fff;
}
.content .download-detail-wrap .tb-gray tr th{
	padding-top:25px;
}
.content .download-detail-wrap ul.download{
	list-style-type:none;
	margin:0;
	padding:0;
}
.content .download-detail-wrap ul.download.margin-top{
	margin-top:10px;
}
.content .download-detail-wrap ul.download > li{
	position:relative;
	margin:0;
	padding:5px 5px 5px 25px;
}
.content .download-detail-wrap ul.download > li:last-child{
	padding-bottom:30px;
}
.content .download-detail-wrap ul.download > li:before{
	content:'';
	position:absolute;
	background:url(../images/help/icon-download.png) no-repeat 0 0;
	width:15px;
	height:11px;
	top:8px;
	left:0;
}
.content .download-detail-wrap ul.download > li ul.list-gray{
	margin-top:10px;
}
.content .download-detail-wrap .program tr td{
	background:#ff9c00;
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	color:#fff;
	padding:8px 15px;
	text-align:center;
}
.content .download-detail-wrap .program tr td a span{
	display:block;
	background:url(../images/help/icon-download-wh.png) no-repeat 0 0;
	width:15px;
	height:11px;
	margin:3px auto 0;
}
.content .download-detail-wrap .program tr td a{
	color:#fff;
}
.content .download-detail-wrap .program tr td:last-child{
	border-right:none;
}
.content div.line-gray-v{
	margin:25px 0;
}
.content .col-r ul.list-gray{
	margin:0;
	float:left;
	text-align:left;
}
.content .contact-callcenter .star{
	position:relative;
}
.content .contact-callcenter .star:before{
	content:'*';
	color:red;
	position:absolute;
	top:10px;
	left:-12px;
}
.content .open-ac-wrap .contact-callcenter div{
	padding:10px 0;
}

.manual-pdf-mts .fa-file-pdf-o, .manual-pdf-hts .fa-file-pdf-o {
	color: #FF9C00;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
   padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 5rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
   margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.sht-txt {
	padding-top: 1.5rem;
	padding-bottom: 2rem;
}
.sht-txtlnk {
	font-size: 2.8rem;
	line-height: 1.2;
}
.termcond-Wrapper .list-unstyled {
	padding: 30px 0 35px;
}
.termcond-Wrapper .list-item {
	padding: 10px 0;
}
.termcond-subheadStyleOne {
	font-size: 19.5px;
	font-family: "supermarketRegular";
	font-weight: 600;
	text-align: center;
}
.list_lvOne {
	padding: 10px 10px 0 16px;
}
.termcond-Wrapper .list_lvOne .list-item {
	padding: 5px 0 0 10px;
}
.txtIndent {
	text-indent: 25px;
}
.txtEmphasis {
	font-weight: 600;
}
.txtUnderline {
	text-decoration: underline;
}
.txtItalic {
	font-style: italic;
}
.txtNormal {
	font-weight: 100;
}
.mx-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.mt-0 {
	padding-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.px-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.en {
	display: none;
}
.langSwitcher {
	font-weight: 600;
}
.langSwitcher.active {
	border-bottom: 1px solid #fa831f;
	color: #fa831f;
}
.langSwitcher-wrapper {
	padding-top: 15px;
}
.list-inline .langSwitcherTH-wrapper {
	padding-right: 10px;
	border-right: 2px solid #acacac;
}
.privacy-Wrapper {
	height: 1090px;
	overflow: hidden;
	margin-top: 37px;
	border: 2px solid #eae8e8;
	border-radius: 10px;
}
.privacy-WrapperInner {
	overflow-y: scroll;
	height: 1090px;
	padding: 30px;
}
.privacy-head {
	font-weight: 600;
}
.listStyleOne-LvOne {
	padding: 10px 0 0 18px;
	counter-reset: level-one;
}
.listStyleOne-LvOne > .list-item {
	padding: 0 0 10px 10px;
	counter-increment: level-one;
}
.listStyleOne-LvOne > .list-item::marker {
	font-weight: 600;
	content: counter(level-one)".";
}
.listStyleTwo-LvOne {
	padding: 10px 0 0 18px;
}
.listStyleTwo-LvOne > .list-item {
	padding: 0 0 10px 10px;
}
.th .listStyleTwo-LvOne > .list-item:nth-child(1)::marker {
  content: "(\0e01)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(2)::marker {
  content: "(\0e02)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(3)::marker {
  content: "(\0e04)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(4)::marker {
  content: "(\0e07)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(5)::marker {
  content: "(\0e08)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(6)::marker {
  content: "(\0e09)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(7)::marker {
  content: "(\0e0a)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(8)::marker {
  content: "(\0e0b)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(9)::marker {
  content: "(\0e0c)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(10)::marker {
  content: "(\0e0d)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(11)::marker {
  content: "(\0e0e)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(12)::marker {
  content: "(\0e0f)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(13)::marker {
  content: "(\0e10)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(14)::marker {
  content: "(\0e11)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(15)::marker {
  content: "(\0e12)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(16)::marker {
  content: "(\0e13)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(17)::marker {
  content: "(\0e14)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(18)::marker {
  content: "(\0e15)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(19)::marker {
  content: "(\0e16)";
}
.th .listStyleTwo-LvOne > .list-item:nth-child(20)::marker {
  content: "(\0e17)";
}
.listStyleOne-LvTwo {
	padding: 10px 0 18px 18px;
	counter-reset: level-two;
	list-style: none;
}
.listStyleOne-LvTwo > .list-item {
	padding: 0 0 10px 10px;
	counter-increment: level-two;
}
.listStyleOne-LvTwo > .list-item::marker {
	font-weight: 600;
	content: counter(level-one)"."counter(level-two);
}
.listStyleThree-LvOne {
	padding: 0 0 18px 18px;
	list-style: none;
	counter-reset: threeLevel-one;
}
.listStyleThree-LvOne > .list-item {
	padding: 0 0 10px 10px;
	counter-increment: threeLevel-one;
}
.listStyleThree-LvOne > .list-item::marker {
	content: "("counter(threeLevel-one)")";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(1)::marker {
  content: "(a)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(2)::marker {
  content: "(b)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(3)::marker {
  content: "(c)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(4)::marker {
  content: "(d)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(5)::marker {
  content: "(e)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(6)::marker {
  content: "(f)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(7)::marker {
  content: "(g)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(8)::marker {
  content: "(h)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(9)::marker {
  content: "(i)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(10)::marker {
  content: "(j)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(11)::marker {
  content: "(k)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(12)::marker {
  content: "(l)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(13)::marker {
  content: "(m)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(14)::marker {
  content: "(n)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(15)::marker {
  content: "(o)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(16)::marker {
  content: "(p)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(17)::marker {
  content: "(q)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(18)::marker {
  content: "(r)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(19)::marker {
  content: "(s)";
}
.en .listStyleTwo-LvOne > .list-item:nth-child(20)::marker {
  content: "(t)";
}
.en .listStyleThree-LvOne > .list-item:nth-child(1)::marker {
  content: "(i)";
}
.en .listStyleThree-LvOne > .list-item:nth-child(2)::marker {
  content: "(ii)";
}
.en .listStyleThree-LvOne > .list-item:nth-child(3)::marker {
  content: "(iii)";
}
.en .listStyleThree-LvOne > .list-item:nth-child(4)::marker {
  content: "(iv)";
}
.en .listStyleThree-LvOne > .list-item:nth-child(5)::marker {
  content: "(v)";
}




/* @media (max-width: 992px) {

}
@media (max-width: 1100px) {

}
@media (max-width: 1200px) {

} */


@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
        only screen and (   min--moz-device-pixel-ratio: 1.5),
        only screen and (     -o-min-device-pixel-ratio: 3/2),
        only screen and (        min-device-pixel-ratio: 1.5),
        only screen and (min-resolution: 192dpi) {
		.content #faqs-list .panel-default .panel-heading,
		.content #faqs-list .panel-default.panel-focus .panel-heading,
		.content .faqs-detail-wrap .panel-default .panel-heading,
		.content .faqs-detail-wrap .panel-default.panel-focus .panel-heading {
			background-image:url(../images/help/arrow-open@2x.png);
			background-size:30px 19px;
		}
		.content #faqs-list .panel-default.panel-focus .panel-heading, .content .faqs-detail-wrap .panel-default.panel-focus .panel-heading {
			background-image:url(../images/help/arrow-close@2x.png);
		}
		.content .download-detail-wrap ul.download li:before{
			background-image:url(../images/help/icon-download@2x.png);
		}
}
