body {}
.bxMain {}
.bxMain.mainT85 {
    padding-top: 85px;
}
.bxMain.mainBg1 {
    background: url(images/bg1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bxMain .menuBar {
    -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-box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 0);
    box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 0);
    background-color: #fecb3c;
    display: block;
    width: 100%;
    position: fixed;
    height: 85px;
    left: 0px;
    top: 0px;
    z-index: 1000;
}
.bxMain .menuBar .menuBx {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1100px;
    position: relative;
    height: 200px;
}
.bxMain .menuBar.menuScoll .menuBx {
    height: 85px;
}
.bxMain .menuBar .menuBx .aLogo {
    -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-box-shadow: 0px 0px 10px 0px rgba(156, 156, 156, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(156, 156, 156, 1);
    box-shadow: 0px 0px 10px 0px rgba(156, 156, 156, 1);
    -moz-border-radius: 0px 0px 500px 500px;
    -webkit-border-radius: 0px 0px 500px 500px;
    border-radius: 0px 0px 500px 500px;
    display: block;
    background-color: #FFF;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    float: left;
}
.bxMain .menuBar .menuBx .aLogo .logo {
    display: block;
    width: 100px;
    margin: auto;
}
.bxMain .menuBar .menuBx .menuLink {
    -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;
    font-family: OpunMai;
    font-size: 17px;
    text-align: center;
    padding-left: 160px;
    padding-top: 50px;
    padding-right: 195px;
		font-weight: bold;
}
.bxMain .menuBar .menuBx .menuLink .aLink {
    color: #333333;
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
.bxMain .menuBar .menuBx .menuLink .aLink:hover {
    text-decoration: underline;
}
.bxMain .menuBar .menuBx .bxSearch {
    -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;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    display: block;
    float: right;
    background-color: #FFF;
    padding: 0px;
    position: relative;
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    top: -40px;
    right: 0px;
}
.bxMain .menuBar .menuBx .bxSearch #q {
    line-height: 40px;
    display: block;
    height: 40px;
    width: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: transparent;
}
.bxMain .menuBar .menuBx .bxSearch #q:focus {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.bxMain .menuBar .menuBx .bxSearch #btnQ {
    background-color: transparent;
    background-image: url(images/ico-search.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    cursor: pointer;
}
.bxMain .menuBar.menuScoll, .bxMain.mainT85 .menuBar {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 1);
    box-shadow: 0px 0px 5px 0px rgba(158, 158, 158, 1);
}
.bxMain .menuBar.menuScoll .menuBx .aLogo, .bxMain.mainT85 .menuBar .menuBx .aLogo {
    padding-top: 20px;
}
.bxMain .menuBar.menuScoll .menuBx .menuLink, .bxMain.mainT85 .menuBar .menuBx .menuLink {
    padding-top: 19px;
}
.bxMain .bxHead1 {
    background-color: #fecb3c;
    padding-top: 200px;
}
.bxMain .bxHead1 .bigBanner {}
.bxMain .bxHead1 .bigBanner .img {
    display: block;
    width: 100%;
}
.bxIndexVid{
    background-color: #FFF;
}
.bxIndexVid .inN{
	width: 100%;
	margin: auto;
	max-width: 1100px;
	position: relative;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.bxIndexVid .inN h2{
    font-family: OpunMai;
    font-size: 31px;
    text-align: center;
    display: block;
    color: #333333;
    position: relative;
	line-height: 45px;
}
.bxIndexVid .inN .bxxImg1{
	position: relative;
}
.bxIndexVid .inN .bxxImg1 .img1{
	display: block;
width: 100%;
}
.bxIndexVid .inN .bxxImg1 .bxYT{
	background-color: #000;
position: absolute;
width: 50.5%;
height: 75%;
top: 14%;
left: 22.7%;
}
.bxMain .bxBestContent {
	/*
    -webkit-box-shadow: 0px 5px 30px 0px rgba(163, 163, 163, 1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(163, 163, 163, 1);
    box-shadow: 0px 5px 30px 0px rgba(163, 163, 163, 1);
	*/
    background-color: #FFF;
}
.bxMain .bxBestContent.bxBestContentFoot {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(163, 163, 163, 0);
    -moz-box-shadow: 0px 5px 30px 0px rgba(163, 163, 163, 0);
    box-shadow: 0px 5px 30px 0px rgba(163, 163, 163, 0);
    background-color: transparent;
}
.bxMain .bxBestContent h1 {
    padding-top: 50px;
    font-family: OpunMai;
    font-size: 47px;
    text-align: center;
    display: block;
    color: #333333;
    position: relative;
}
.bxMain .bxBestContent h1::after {
    content: " ";
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    background-color: #666666;
    display: block;
    height: 3px;
    width: 120px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}
.bxMain .bxBestContent h2 {
    font-family: OpunMai;
    font-size: 31px;
    text-align: center;
    display: block;
    color: #666666;
}
.bxMain .bxBestContent.bxBestContentFoot h1 {
    color: #fff;
}
.bxMain .bxBestContent.bxBestContentFoot h1::after {
    background-color: #fff;
}
.bxMain .bxBestContent.bxBestContentFoot h2 {
    color: #fff;
}
.bxMain .bxBestContent .bxSlideBest {
    background-color: #343434;
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem {
    background-color: #FFF;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    position: relative;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem::after {
    content: " ";
    background-color: #f7f7f7;
    display: block;
    height: 40px;
    width: 100%;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fecb3c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem.bxItem_odd::after {
    border-bottom-color: #333333;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .aImg {}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .aImg .img {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .topic {
    font-size: 16px;
    color: #333333;
    font-family: OpunMai;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    height: 80px;
	font-weight: bold;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .txt {
    color: #666666;
    display: block;
    height: 100px;
    width: 100%;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .icoHit, .bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .icoHit.newHit {
    background-image: url(images/ico_hit.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 47px;
    width: 36px;
    position: absolute;
    top: -3px;
    right: 30px;
    background-size: 100%;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .icoHitNum {
    -moz-border-radius: 5px 5px 100px 100px;
    -webkit-border-radius: 5px 5px 100px 100px;
    border-radius: 5px 5px 100px 100px;
    background-image: url(images/ico-star.png);
    background-repeat: no-repeat;
    background-position: center 5px;
    display: block;
    height: 62px;
    width: 53px;
    position: absolute;
    top: 0px;
    right: 30px;
    background-size: 28px;
    background-color: #C04A4D;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .icoHitNum .tNum {
    font-family: OpunMai;
    color: #773133;
    display: block;
    text-align: center;
    font-size: 14px;
padding-top: 6px;
font-weight: bold;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .icoHitNum .tPop {
    font-family: OpunMai;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
line-height: 15px;
text-align: center;
font-weight: bold;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .bx_ct_name,
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .bx_ct_name {
position: absolute;
z-index: 1;
bottom: 7px;
color: #666666;
font-family: OpunMai;
font-size: 14px;
width: 100%;
left: 0px;
padding-left: 10px;
padding-right: 10px;
	height: 32px;
}
.bxMain .bxBestContent .bxSlideBest .bxParentItems .bxItem .bx_ct_name a,
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .bx_ct_name a{
	color: #666666;
}
.bxMain .bxBestContent .bxSlideBest .nPageSl1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    display: none;
    bottom: 75px;
    color: white;
    font-family: OpunMai;
    font-size: 18px;
}
.bxMain .bxAllContent {
    background: url(images/bg1.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 50px;
}
.bxMain .bxAllContent.bxListAll {
    background-color: #FFF;
    background-image: none;
}
.bxMain .bxAllContent h1 {
    padding-top: 50px;
    font-family: OpunMai;
    font-size: 47px;
    text-align: center;
    display: block;
    color: #333333;
    position: relative;
}
.bxMain .bxAllContent h1::after {
    content: " ";
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    background-color: #666666;
    display: block;
    height: 3px;
    width: 120px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}
.bxMain .bxAllContent h2 {
    font-family: OpunMai;
    font-size: 31px;
    text-align: center;
    display: block;
    color: #666666;
}
.bxMain .bxAllContent .bxSlideBest {
    width: 100%;
    position: relative;
}

.bxMain .bxAllContent .bxSlideBest .bxParentItems .pgSrchLeft{
	float: left;
	width: 30%;
	padding: 30px;
	background-color: #f3f3f5;
	margin-top: 20px;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .pgSrchRight{
	float: left;
	width: 70%;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem0 {
    width: 100%;
    position: relative;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
    background-color: #FFF;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    position: relative;
}
.bxMain .bxAllContent .bxSlideBest .nPageSl2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    display: none;
    bottom: 20px;
    color: #4d4d4d;
    font-family: OpunMai;
    font-size: 16px;
}
.bxMain .bxAllContent .bxSlideBest .aAllPage2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
    display: none;
    bottom: -10px;
    color: #fecb3c;
    font-family: OpunMai;
    font-size: 10px;
	z-index: 1;
line-height: normal;
padding-top: 4px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.bxMain .bxAllContent .bxSlideBest .aAllPage2:hover {
	color: #333333;
}
.bxMain .bxAllContent .bxSlideBest .owlSlide2 .owl-dots .aAllPage1 {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  display: inline-block;
  color: #4d4d4d;
  font-family: OpunMai;
  border: 1px solid #4d4d4d;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
	font-size: 10px;

}
.bxMain .bxAllContent .bxSlideBest .owlSlide2 .owl-dots .aAllPage1:hover {
  background-color: #4d4d4d;
  color: #fecb3c;
  text-decoration: none;
}
.bxMain .bxAllContent.bxListAll .bxSlideBest .bxParentItems .bxItem0 {
    width: 50%;
    float: left;
}
.bxMain .bxAllContent.bxListAll .bxSlideBest .bxParentItems {
    padding-right: 0px;
    padding-left: 0px;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem::after {
    content: " ";
    background-color: #f7f7f7;
    display: block;
    height: 40px;
    width: 100%;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #fecb3c;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem.bxItem_odd::after {
    border-bottom-color: #333333;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .aImg {}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .aImg .img {
    display: block;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .topic {
    font-size: 16px;
    color: #333333;
    font-family: OpunMai;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    height: 80px;
    overflow: hidden;
	font-weight: bold;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .txt {
    color: #666666;
    display: block;
    height: 100px;
    width: 100%;
    overflow: hidden;
}
.bxMain .bxAllContent .bxSlideBest .bxParentItems .bxItem .icoHit {
    background-image: url(images/ico_new.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 47px;
    width: 36px;
    position: absolute;
    top: -3px;
    right: 30px;
    background-size: 100%;
}
.bxMain .bxPageContent {
    padding-top: 20px;
    padding-bottom: 50px;
	position: relative;
}
.bxMain .bxPageContent .h1 {
    padding-top: 100px;
    font-family: OpunMai;
    font-size: 47px;
    text-align: center;
    display: block;
    color: #333333;
    position: relative;
	line-height: 60px;
}
.bxMain .bxPageContent .h1::after {
    content: " ";
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    background-color: #666666;
    display: block;
    height: 3px;
    width: 120px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}
.bxMain .bxPageContent .h2 {
    font-family: OpunMai;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #666666;
    font-weight: normal;
}
.bxMain .bxPageContent .h4 {
    font-family: OpunMai;
    font-size: 18px;
    text-align: center;
    display: block;
    color: #666666;
    font-weight: bold;
}
.bxMain .bxPageContent .topCate {
	font-family: OpunMai;
font-size: 18px;
text-align: right;
display: block;
color: #666666;
font-weight: normal;
position: absolute;
top: 40px;
right: 0;
max-width: 1100px;
width: 100%;
left: 0;
margin: auto;
}
.bxMain .bxPageContent .bxDetail {
    color: #666666;
    margin: auto;
    width: 100%;
    max-width: 1100px;
    min-height: 500px;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.bxMain .bxPageContent .bxDetail img {
    max-width: 100%;
}
.bxPage {
    font-family: OpunMai;
    font-size: 20px;
    text-align: center;
    position: relative;
	font-weight: bold;
}
.bxPage a {
    display: inline-block;
    color: #4d4d4d;
    text-decoration: none;
    margin-right: 10px;
    margin-left: 10px;
}
.bxPage .sel {
    color: #fecb3c;
}
.bxContent {
    color: #000;
}
.bxContent a {
    color: #BA8701;
}
.bxContent .videoWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.bxContent .bxDetailImg {
    text-align: center;
    line-height: 0px;
}
.bxContent .bxDetailImg .bxDetailImgSetBx {
    display: inline-block;
    position: relative;
}
.bxContent .bxDetailImg .bxDetailImgSetBx .bxImgSh {
    position: absolute;
    left: 10px;
    top: 0px;
    color: #FFF;
    display: none;
    font-size: 16px;
}
.bxContent .bxDetailImg .bxDetailImgSetBx .bxImgSh a {
    color: #FFF;
    text-decoration: none;
}
.bxContent .bxDetailImg:hover .bxDetailImgSetBx .bxImgSh {
    display: block;
}
.bxContent .imgpic {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}
.bxPostDetailContent {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
.bxPostDetailContent.notbotom {
    margin-bottom: 0px;
}
.bxPostDetailContent h1 {
    font-family: OpunMai;
    font-size: 70px;
    display: block;
    color: #333333;
}
.bxPostDetailContent h2 {
    font-family: OpunMai;
    font-size: 60px;
    display: block;
    color: #333333;
}
.bxPostDetailContent h3 {
    font-family: OpunMai;
    font-size: 50px;
    display: block;
    color: #333333;
}
.bxPostDetailContent h4 {
    font-family: OpunMai;
    font-size: 40px;
    display: block;
    color: #333333;
}
.bxContent ul {
    margin: 0px;
}
.bxContent il {
    margin: 0px;
}
.bxMain .bxFoot1 {
    position: relative;
    width: 100%;
    background-color: #fecb3c;
    padding-top: 0px;
}
.bxMain .bxFoot1 .img {
    display: block;
    width: 100%;
}
.bxMain .bxFoot1 .img.imgFootIndex {
    margin-top: -10%;
}
.bxMain .bxFoot1 .bxTxt {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
    box-shadow: 0px 0px 5px 0px rgba(153, 153, 153, 1);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-family: OpunMai;
    position: absolute;
    background-color: #FFF;
    height: 65%;
    width: 55%;
    left: 26%;
    bottom: 6%;
}
.bxMain .bxFoot1 .bxTxt h1 {
    font-size: 102px;
    color: #333333;
    position: absolute;
    top: 14%;
    left: 32%;
}
.bxMain .bxFoot1 .bxTxt h1::after {
    content: " ";
    background-color: #666666;
    display: block;
    height: 3px;
    width: 180px;
}
.bxMain .bxFoot1 .bxTxt .t1 {
    font-size: 30px;
    color: #666666;
    position: absolute;
    top: 48%;
    left: 32%;
}
.bxMain .bxFoot1 .bxTxt .t2 {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    font-size: 40px;
    color: #fecb3c;
    background-color: #333333;
    position: absolute;
    top: 72%;
    left: 32%;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    line-height: 40px;
}
.bxMain .bxFoot1 .imgCartoon {
    position: absolute;
    width: 22%;
    bottom: 4%;
    left: 19%;
}
.bxMain .bxFoot1 .imgBag {
    position: absolute;
    right: 16%;
    bottom: 4%;
    width: 13%;
}
.bxMain .bxFoot1 .bxFbPage {
    position: relative;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.bxMain .bxFoot1 .bxFbPage iframe {
    max-width: 100%;
}
.bxMain .bxFoot1 .txtFollow {
    font-family: OpunMai;
    font-size: 45px;
    position: absolute;
    right: 0px;
    top: 35px;
    color: white;
    text-align: center;
    display: block;
    font-weight: bold;
    line-height: 50px;
}
.bxMain .bxFooter {
    background-color: #FFF;
}
.bxMain .bxFooter .bxFoot2 {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    font-size: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bxMain .bxFooter .bxFoot2 .bx1 {
    float: left;
    width: 50%;
}
.bxMain .bxFooter .bxFoot2 .bx2 {
    float: right;
    width: 50%;
    text-align: right;
}
.bxMain .bxFooter .bxFoot2 .bx2 .img {
    display: inline-block;
    margin-left: 10px;
}
.bx_ab1 {
    font-family: OpunMai;
    color: #414042;
}
.bx_ab1 .bx_ab_content {
    margin: auto;
    width: 100%;
    max-width: 950px;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}
.bx_ab1 .bx_ab_content .bxHH {
	transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
	
	font-size: 53px;
    position: relative;
    width: 210px;
    text-align: center;
	margin-left: 7%;
	
}
.bx_ab1 .bx_ab_content .bxHH .hh1 {
    background-color: #fecb3c;
    color: #FFFFFF;
    display: inline-block;
	padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 82px;
    line-height: 68px;
    position: relative;
}
.bx_ab1 .bx_ab_content .bxHH .hh2 {
    background-color: #414042;
    color: #FFFFFF;
    display: inline-block;
	padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    height: 82px;
    line-height: 68px;
    position: relative;
    top: -28px;
}
.bx_ab1 .bx_ab_content .img_arr_g {
position: absolute;
top: 15%;
left: 45%;
width: 21%;
}
.bx_ab1 .bx_ab_content .img_1 {
-webkit-box-shadow: 2px 2px 5px 1px rgba(176,176,176,1);
-moz-box-shadow: 2px 2px 5px 1px rgba(176,176,176,1);
box-shadow: 2px 2px 5px 1px rgba(176,176,176,1);
	
	transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);

	width: 30%;
    position: absolute;
    border: 20px solid #FFFFFF;
    top: 19%;
    left: 66%;
}
.bx_ab1 .bx_ab_content .bxTxt1 {
    font-size: 16px;
    width: 60%;
}
.bx_ab1 .bx_ab_content .bxTxt1 img{
	max-width: 100%;
	margin: 10px;
}
.bx_ab2 {
  color: #414042;
  font-family: OpunMai;
  font-size: 26px;
  position: relative;
  background-color: #fecb3c;
}
.bx_ab2 .img_ab_bg {
    width: 100%;
    display: block;
    position: relative;
    line-height: 0px;
}
.bx_ab2 .bx_ab_content {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1100px;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 0px;
}
.bx_ab2 .bx_ab_content .img_1 {
-webkit-box-shadow: 2px 2px 5px 1px rgba(176,176,176,1);
-moz-box-shadow: 2px 2px 5px 1px rgba(176,176,176,1);
box-shadow: 2px 2px 5px 1px rgba(176,176,176,1);
	
	transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    width: 30%;
    position: absolute;
    border: 20px solid #FFFFFF;
top: -7%;
left: 12%;
}
.bx_ab2 .bx_ab_content .bxTxt1 {
    position: absolute;
    font-size: 16px;
width: 38%;
left: 49%;
}
.bx_ab2 .bx_ab_content .bxTxt1 img{
	max-width: 100%;
	margin: 10px;
}
.bx_ab2 .bx_ab_content .bxTxt1 .bxTxt2 {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bx_ab2 .bx_ab_content .bxTxt1 .bxTxt2 .btnAFb{
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
border-radius: 500px;
display: block;
background-color: #000000;
color: #fecb3c;
background-image: url(images/ico-fb-w.png);
background-repeat: no-repeat;
background-size: 30px auto;
line-height: 38px;
padding-left: 46px;
padding-right: 10px;
background-position: 10px center;
font-size: 23px;
padding-bottom: 5px;
width: 210px;
margin-top: 5px;
margin-bottom: 5px;
	padding-top: 7px;
font-weight: bold;
}
.bx_ab2 .bx_ab_content .bxTxt1 .bxTxt2 .btnAFb:hover{
	text-decoration: none;
}
.bxDlPdf{
	margin: auto;
	text-align: center;
	padding-top: 20px;
}


.bxSrch {
	position: fixed !important;
	background-color: #e9eaea;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1001;
	display: none;
}
.bxSrch.sel {
	display: block;
}
.bxSrch .bxSchFrm {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	position: fixed;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, .6);
	width: 95%;
	padding: 30px;
	max-width: 1100px;
}
.bxSrch .bxSchFrm .chsType {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 150px;
	height: 40px;
	display: block;
	background-color: #fff;
	position: absolute;
	top: 30px;
	left: 30px;
	padding-top: 5px;
	padding-right: 35px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-style: none;
	color: #6d6e72;
	background-image: url(images/v3.svg);
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 20px auto;
	margin: 0px;
}
.bxSrch .bxSchFrm .bxInQ {
	width: 100%;
	padding-left: 190px;
	padding-right: 80px;
}
.bxSrch .bxSchFrm .bxInQ .inputQ {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 5px;
	border-style: none;
	color: #6d6e72;
	display: block;
	background-color: #fff;
	width: 100%;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bxSrch .bxSchFrm .btnQ {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	border-style: none;
	display: block;
	background-color: #292728;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 30px;
	right: 30px;
	padding: 5px;
	background-image: url(images/zoom1.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
	cursor: pointer;
}


.pgSrchLeft .l1 .frmSub1 {
}
.pgSrchLeft .l1 .frmSub1 .input {
	color: #6d6e72;
}
.pgSrchLeft .l1 .t1 {
}
.pgSrchLeft .l1 h2 {
	font-size: 26px;
	font-weight: bold;
}
.pgSrchLeft .l1 .bxc1 {
	padding-top: 20px;
}
.pgSrchLeft .l1 .bxc1 .chkLabel {
	width: 50%;
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
}
.pgSrchLeft .l1 .bxc2 {
	padding-top: 20px;
}
.pgSrchLeft .l1 .bxc2 h2 {
}
.pgSrchLeft .l1 .bxc2 .chkLabel {
}


.frmSub1 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
.frmSub1 .input {
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
	display: block;
	width: 100%;
	border-style: none;
	background-color: #fff;
	color: #414042;
	text-align: center;
	margin: 0px;
	padding-right: 55px;
}
.frmSub1 .btnSub1 {
	-moz-border-radius: 0px 500px 500px 0px;
	-webkit-border-radius: 0px 500px 500px 0px;
	border-radius: 0px 500px 500px 0px;
	position: absolute;
	right: 0px;
	background-color: #333333;
	border-style: none;
	height: 100%;
	top: 0px;
	width: 50px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
background-position: 9px center;
background-size: 25px auto;
	cursor: pointer;
}
.frmSub1 .btnSub1.btnSub2 {
	background-image: url(images/zoom1.svg);
	background-position: 9px center;
	background-size: 25px auto;
}



.secFrm {}
.secFrm .contactFrm {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1000px;
    padding-bottom: 50px;
    font-family: OpunMai;
    font-size: 16px;
    line-height: 22px;
    color: #5e5e5e;
}
.secFrm .contactFrm .bxTitle {
    line-height: normal;
    color: #000;
}
.secFrm .contactFrm .row {
    padding-bottom: 15px;
}
.secFrm .contactFrm .l {
    float: left;
    width: 50%;
    padding-right: 10px;
}
.secFrm .contactFrm .r {
    float: left;
    width: 50%;
    padding-left: 10px;
}
.secFrm .contactFrm .l.w100, .secFrm .contactFrm .r.w100 {
    width: 100%;
    padding: 0px;
}
.secFrm .contactFrm .l.tRight, .secFrm .contactFrm .r.tRight {
    text-align: right;
}
.secFrm .contactFrm p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
.secFrm .contactFrm p span {
    color: #e36e25;
}
.secFrm .contactFrm .input {
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    border-radius: 20px;
    width: 100%;
    margin: 0px;
    background-color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 5px;
}
s .secFrm .contactFrm .BoxSelectList {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #b8b8b8;
    background-color: #f6f6f6;
    width: 100%;
}
.secFrm .contactFrm .btnAddFile {
    vertical-align: text-bottom;
}
.secFrm .contactFrm #filename {
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 5px;
}
.secFrm .contactFrm #filename span {
    color: #5e5e5e;
    background-color: #f6f6f6;
    text-align: center;
    display: inline-block;
    padding-top: 2px;
    padding-right: 20px;
    padding-bottom: 2px;
    padding-left: 20px;
    border: 1px solid #b3b3b3;
    margin-bottom: 5px;
}
.secFrm .contactFrm .bgLine {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin-top: 30px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
.secFrm .contactFrm .pg_ct1 {
}
.secFrm .contactFrm .pg_ct1 h1 {
	font-size: 28px;
	font-weight: normal;
}
.secFrm .contactFrm .pg_ct1 .bx_t {
	padding-top: 20px;
}
.secFrm .contactFrm .pg_ct1 .bx_t .t {
	color: #5e5e5e;
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-bottom: 10px;
	padding-left: 25px;
}
.secFrm .contactFrm .pg_ct1 .bx_t .t a {
	color: #5e5e5e;
	text-decoration: none;
}
.secFrm .contactFrm .pg_ct1 .bx_t .t.ico-pin {
	background-image: url(images/ico-g-pin2.png);
	padding-bottom: 20px;
}
.secFrm .contactFrm .pg_ct1 .bx_t .t.ico-tel {
	background-image: url(images/ico-g-tel2.png);
}
.secFrm .contactFrm .pg_ct1 .bx_t .t.ico-phone {
	background-image: url(images/ico-g-phone2.png);
}
.secFrm .contactFrm .pg_ct1 .bx_t .t.ico-fax {
	background-image: url(images/ico-g-fax2.png);
}
.secFrm .contactFrm .pg_ct1 .bx_t .t.ico-email {
	background-image: url(images/ico-g-maiil2.png);
}
.secFrm .contactFrm .pg_ct1 .bx_t .ico-sc {
	vertical-align: middle;
}
.secFrm .contactFrm .pg_ct1 .bx_t .ico-sc .ico {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.secFrm .contactFrm .pg_ct1 .bx_t .ico-sc span {
	color: #5e5e5e;
	display: inline-block;
	vertical-align: middle;
}

.refrestSecurity {
    background-image: url(images/icon-refresh-128.png);
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.icoVip{
background-image: url(exam/images/ico-vip.svg);
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
width: 30px;
height: 30px;
display: block;
background-color: #1c1b1b;
border: 2px solid #ffc900;
background-position: center center;
background-size: 20px auto;
background-repeat: no-repeat;
cursor: pointer;
position: absolute;
top: 20px;
left: 20px;
}







/*--เพิ่มใหม่พร้อมระบบสมาชิก------------------*/
.bxMain .menuBar .menuBx .menuLink .menuUserIcon {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	z-index: 1;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .img {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #000;
	cursor: pointer;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .bxS_vip {
	position: absolute;
	top: -5px;
	text-align: right;
	right: 35px;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .bxS_vip .txts_vip {
	-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;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	width: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #ffc900;
	background-color: #1c1b1b;
	display: block;
	position: absolute;
	top: 0px;
	right: 13px;
	color: #ffc900;
	height: 25px;
	line-height: 20px;
	font-size: 20px;
	overflow: hidden;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .bxS_vip.sel .txts_vip {
	-moz-border-radius: 500px 0px 0px 500px;
	-webkit-border-radius: 500px 0px 0px 500px;
	border-radius: 500px 0px 0px 500px;
	border: 2px solid #ffc900;
	padding-right: 13px;
	padding-left: 3px;
	width: 175px;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .bxS_vip .ico_vip {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 25px;
	height: 25px;
	display: block;
	background-color: #1c1b1b;
	border: 2px solid #ffc900;
	background-position: center center;
	background-size: 15px auto;
	background-image: url(exam/images/ico-vip.svg);
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 0px;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .mnLink {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	display: none;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #FECB3C;
	width: 150px;
	text-align: left;
	line-height: normal;
	right: 0px;
	padding: 10px;
	border: 2px solid #4B4A4A;
	color: #4B4A4A;
	z-index: 1;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon.sel .mnLink {
	display: block;
}
.bxMain .menuBar .menuBx .menuLink .menuUserIcon .mnLink .mnA {
	display: block;
	color: #000;
	padding-top: 0px;
	padding-bottom: 0px;
    font-size: 15px;
    font-weight: normal;
}




.bxPrice {
	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000;
}
.bxPrice .columns {
	width: 33.3%;
	padding: 8px;
	display: inline-block;
	margin-left: -2px;
	margin-right: -2px;
	margin-bottom: 50px;
}
.bxPrice .price {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	list-style-type: none;
	border: 1px solid #eee;
	margin: 0;
	padding: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
    background-color: #FFF;
}
.bxPrice .price.sel {
	border: 5px solid #fecb3c;
	border-color: #fecb3c;
}
.bxPrice .price.price2.sel {
	border: 5px solid #f46e5f;
	border-color: #f46e5f;
}
.bxPrice .price:hover {
	box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2)
}
.bxPrice .price .header {
	-moz-border-radius: 15px 15px 0px 0px;
	-webkit-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	background-color: #111;
	color: white;
	font-size: 25px;
	position: relative;
	height: 90px;
}
.bxPrice .price .header .himg {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	width: 200px;
	top: -30px;
}
.bxPrice .price .header .txtVipSmall {
position: absolute;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  left: 0px;
  font-size: 18px;
  top: 70%;
}
.bxPrice .price.sel .header {
    background-color: #fecb3c;
    color: #FFFFFF;
    font-size: 35px;
}
.bxPrice .price.price2.sel .header {
	background-color: #f46e5f;
}
.bxPrice .price li {
	padding: 10px;
	text-align: center;
	position: relative;
}
.bxPrice .price .grey {
	background-color: #eee;
	font-size: 20px;
}
.bxPrice .price .bottom {
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	background-color: #eee;
}
.bxPrice .price .bottom.bottom1 {
	background-color: #fbac42;
}
.bxPrice .price .bottom.bottom2 {
	background-color: #f15746;
}
.bxPrice .price li .comimg {
	width: 200px;
	margin-top: 20px;
}
.bxPrice .price li .tPrice {
	font-size: 32px;
	color: #fecb3c;
	font-weight: bold;
	margin-bottom: -15px;
}
.bxPrice .price li .tPriceS {
padding-top: 20px;
font-size: 20px;
	font-weight: bold;
	margin-bottom: -15px;
}
.bxPrice .price li .tPriceS span {
	position: relative;
}
.bxPrice .price li .tPriceS span::after {
content: '';
width: 100%;
position: absolute;
right: 0;
top: 50%;
border-bottom: 2px solid red;
-webkit-transform: skewY(-10deg);
transform: skewY(-10deg);
}
.bxPrice .price li .pc-col1 {
	color: #faab41;
}
.bxPrice .price li .pc-col2 {
	color: #f05745;
}
.bxPrice .pc-recm {
      background: red;
      width: 50px;
      height: 50px;
      position: absolute;
      text-align: center;
    top: -30px;
    right: 20%;
}
.bxPrice .pc-recm:before,
.bxPrice .pc-recm:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      width: 50px;
      background: red;
    }
.bxPrice .pc-recm:before {
      transform: rotate(30deg);
    }
.bxPrice .pc-recm:after {
      transform: rotate(60deg);
    }
  
.bxPrice .pc-recm span {
color: #fff;
position: absolute;
z-index: 1;
font-size: 18px;
text-align: center;
width: 100%;
left: 0px;
top: 8px;
-ms-transform: rotate(20deg);
transform: rotate(20deg);
}
.bxPriceOption{
    color: #000;
  max-width: 700px;
  display: block;
  margin: auto;
}



.img_banner_support{
    margin: auto;
  width: 100%;
    display: block;
}

/*SUPPORT====================================*/
.pxSupport   {
    font-family: Opun;
}
.pxSupport .topic1 {
    font-size: 47px;
    text-align: center;
    color: #FFF;
    -webkit-text-fill-color: #FFF; /* Will override color (regardless of order) */
    -webkit-text-stroke: 5px #f05a28;
    paint-order: stroke fill;
    line-height: 55px;
  padding-bottom: 20px;
}
.pxSupport .bxSpt1 {
}
.pxSupport .bxSpt1 .sptL1 {
    float: left;
    width: 70%;
    padding-bottom: 10px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx {
width: 30%;
  padding: 10px;
  color: #000;
  text-align: center;
    display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 {
    border-radius: 15px;
      box-shadow: 7px 0px #d0d2d3;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b1 {
    position: relative;
    height: 150px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding-top: 20px;
    background-repeat: no-repeat;
  background-size: 70%;
  background-position-x: center;
  background-position-y: 40px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b1::before {
content: "";
  position: absolute;
  width: 100%;
  top: -11px;
  left: 0px;
  background-image: url(images/pc-ring.svg);
  height: 30px;
  background-repeat: no-repeat;
  background-position-x: center;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b1 .t1 {
    font-weight: bold;
  font-size: 18px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b1 .t2 {
color: #231f20;
  -webkit-text-fill-color: #231f20;
  -webkit-text-stroke: 5px #FFF;
    paint-order: stroke fill;
  font-weight: bold;
  line-height: 70px;
  font-size: 40px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b1 .t2 i {
    font-style: normal;
  font-size: 60px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b1 .t3 {
    color: #404041;
    position: absolute;
  bottom: 0px;
  right: 30px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b2 {
    background-color: #efefef;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #FFFFFF;
    position: relative;
    height: 150px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b2 .t4 {
font-size: 20px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 20px;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b2 .t5 {
        font-size: 30px;
    text-align: center;
    color: #FFF;
    -webkit-text-fill-color: #FFF; /* Will override color (regardless of order) */
    paint-order: stroke fill;
padding-top: 40px;
    text-shadow: 0px 0px 13px #4b4b4b;
    font-weight: bold;
}
.pxSupport .bxSpt1 .sptL1 .pceBx .b0 .b2 .t5 i {
        font-style: normal;
  font-size: 45px;

}
.pxSupport .bxSpt1 .sptL1 .pceBx.pceBx1 .b0 .b1 {
    background-color: #ffca3d;
    background-image: url(images/ico-bg-p1.svg);
}
.pxSupport .bxSpt1 .sptL1 .pceBx.pceBx2 .b0 .b1 {
    background-color: #faac42;
    background-image: url(images/ico-bg-p2.svg);
}
.pxSupport .bxSpt1 .sptL1 .pceBx.pceBx3 .b0 .b1 {
    background-color: #f05a28;
    background-image: url(images/ico-bg-p3.svg);
}
.pxSupport .bxSpt1 .sptL1 .pceBx.pceBx1 .b0 .b2 .t5 {
    -webkit-text-stroke: 5px #ffca3d;
}
.pxSupport .bxSpt1 .sptL1 .pceBx.pceBx2 .b0 .b2 .t5 {
    -webkit-text-stroke: 5px #faac42;
}
.pxSupport .bxSpt1 .sptL1 .pceBx.pceBx3 .b0 .b2 .t5 {
    -webkit-text-stroke: 5px #f05a28;
}
.pxSupport .bxSpt1 .sptL1 .txtBnk {
    background-color: #ffca3d;
    border-radius: 100px;
    color: #000000;
    text-align: center;
    width: 90%;
    padding: 10px;
}
.pxSupport .bxSpt1 .sptL1 .txtBnk .img_scb {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}
.pxSupport .bxSpt1 .sptL1 .txtBnk b {
}
.pxSupport .bxSpt1 .sptL2 {
    float: left;
    width: 30%;
}
.pxSupport .bxSpt1 .sptL2 .btxt1 {
    background-color: #faac42;
    padding: 20px;
    border-radius: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
      font-size: 20px;
}
.pxSupport .bxSpt1 .sptL2 .btxt1 b{
    font-size: 25px;
}
.pxSupport .bxSpt1 .sptL2 .btxt1 .img_xx{
    float: right;
    width: 50px;
}
.pxSupport .bxSpt1 .sptL2 .btxt2 {
    padding: 15px;
    font-weight: bold;
}
.pxSupport .bxSpt1 .sptL2 .btxt2 i{
    color: #f05a28;
    font-style: normal;
}
.pxSupport .bxSpt1 .sptL2 .btxt3 {
    background-color: #ffca3d;
    padding: 20px;
    border-radius: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
      font-size: 18px;
    position: relative;
    width: 265px;
}
.pxSupport .bxSpt1 .sptL2 .btxt3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #ffca3d;
	border-bottom: 0;
	border-right: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}
.pxSupport .bxSpt2 {
    position: relative;
    padding-top: 30px;
}
.pxSupport .bxSpt2 .bar1 {
    border-radius: 15px;
    background-color: #efefef;
    width: 100%;
    position: relative;
}
.pxSupport .bxSpt2 .imgSp0 {
    position: relative;
    color: #606060;
    display: inline-block;
    width: 200px;
    padding-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    text-align: center;
}
.pxSupport .bxSpt2 .imgSp0 .t1 {
}
.pxSupport .bxSpt2 .imgSp0 .t1 b {
    color: #f05a27;
}
.pxSupport .bxSpt2 .imgSp0::before {
content: "";
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  width: 100%;
  height: 100px;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
}
.pxSupport .bxSpt2 .imgSp0.imgSp1::before {
    background-image: url(images/img-sp1.svg);
}
.pxSupport .bxSpt2 .imgSp0.imgSp2::before {
    background-image: url(images/img-sp2.svg);
}
.pxSupport .bxSpt2 .imgSp0.imgSp3::before {
    background-image: url(images/img-sp3.svg);
}
.pxSupport .bxSpt2 .imgSp0.imgSp4::before {
    background-image: url(images/img-sp4.svg);
}
.pxSupport .bxSpt2 .imgBoy1 {
    position: absolute;
    width: 150px;
  right: 70px;
  top: 10px;
}
/*SUPPORT_END====================================*/










/*================POPUP=====================*/
.ppBg {
	position: fixed !important;
	overflow-y: scroll;
	background-color: #e9eaea;
	background-color: rgba(0, 0, 0, .6);
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1001;
}
.ppBg .ppBody {
	width: 90%;
	max-width: 1200px;
	background-color: #fff;
	position: relative;
	display: block;
	margin-top: 70px;
	margin-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
}
.ppBg .ppBody .ppContent {
	position: relative;
	min-height: 300px;
	line-height: 0;
}
.ppBg .ppBody .btnClose {
	background-image: url(images/ico-close1.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center center;
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: -40px;
	right: 0px;
	cursor: pointer;
}
.load30 {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 30px;
	width: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-size: auto 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px;
}