.shaow-wrap {
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.4));
}
.swapmask div {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Prompt', sans-serif;
}
.swapmask h2 {
	color: #FFF;
	font-size: 50px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	padding: 0;
	margin: 0;
	font-family: 'Prompt', sans-serif;
}
.swapmask h3 {
	color: #FFF;
	font-size: 20px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
	font-family: 'Prompt', sans-serif;
}
.contents h3 {
	margin: 0 0 20px 0;
	font-size: 20px;
	font-family: 'Prompt', sans-serif !important;
}
.contents li {
	margin-bottom: 10px;
}
.redeem-card-body, .luckydraw-card-body {
	transition: none
}
.redeem-card-body li a, .luckydraw-card-body li {
	font-family: 'Prompt', sans-serif;
}
.btnredeem {
	border: none;
	background: #0b4da1 !important;
	/* background: #00864c !important; */
	font-family: 'Prompt', sans-serif !important;
	padding: 10px 30px;
	color: #FFF;
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
	cursor: pointer
}
.a-btnredeem {
	border: none;
	background: #0b4da1 !important;
	/* background: #00864c !important; */
	font-family: 'Prompt', sans-serif !important;
	padding: 10px 30px;
	color: #FFF;
	display: block;
	margin: 20px 0 0 0;
	width: 100%;
	cursor: pointer;
	border-radius: 50px;
}
.bluebg {
	background: #1159b6 !important;
	overflow: hidden;
}
.redeem-card-text, .luckydraw-card-text, .redeem-card-text small, .luckydraw-card-text small, .redeem-card-text h5, .luckydraw-card-text h5, .points, .points:after {
	color: #FFF !important;
}

/* Tablet */

@media (max-width: 766px) {
.headernohero {
	margin: 0;
	padding: 0;
	background-size: 100% 200px;
}
.swapmask {
	margin: 0 auto 50px auto;
	padding: 0;
	width: 90%;
	height: 300px
}
.swapmask div {
	left: 20px;
	right: 0;
	top: 50%;
	padding: 0 50px;
	transform: translate(0, -50%);
}
.redeem-card .card-img-top, .luckydraw-card .card-img-top {
	width: 100% !important;
	border: none !important;
	float: none !important;
	min-height: inherit !important;
}
.redeem-card .redeem-card-body, .luckydraw-card .luckydraw-card-body {
	width: 100% !important;
	display: block !important;
	position: relative !important;
	overflow: hidden;
	min-height: inherit !important;
}
.redeem-card .card-img-top img, .luckydraw-card .card-img-top img {
	width: 100%;
	height: auto !important;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
}

/* Desktop */

@media(min-width: 766px) {
.headernohero {
	margin: 0;
	padding: 50px 0 0 0;
	background-size: 100% 200px;
}
.card {
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}
.redeem-card {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 0 !important;
	background: transparent
}
.redeem-card-text h5, .luckydraw-card-text h5 {
/*   margin-top: 50% */
}
.card-img-top {
	width: 50% !important;
	display: inline-block !important;
	float: left !important;
	border-radius: 0 !important;
	overflow: hidden;
}
.card-img-top img {
	height: 100%;
	width: auto
}
.redeem-card-body, .luckydraw-card {
	border-radius: 0 !important;
	width: 50% !important;
	background: transparent !important;
	display: inline-block;
}
/* Logo */
.banavata {
	position: relative;
	top: 0;
	left: 0;
	margin: 20px auto;
	border-radius: 50%;
	display: block;
	width: 80px;
	height: 80px;
	transform: none;
}
.switchpoint {
	/*  position: absolute; */
	width: 100%;
	margin: 0;
	bottom: 0;
}
.redeem-card:hover .redeem-card-body, .luckydraw-card:hover .luckydraw-card-body {
	background: transparent !important;
}
.redeem-card:hover .redeem-point span, .redeem-card:hover .redeem-point span:after, .redeem-card:hover .redeem-card-text p, .redeem-card:hover .redeem-card-text small, .redeem-card:hover .redeem-card-text h5, .redeem-card:hover .btn-fev i, .luckydraw-card:hover .luckydraw-point span, .luckydraw-card:hover .luckydraw-point span:after, .luckydraw-card:hover .luckydraw-card-text p, .luckydraw-card:hover .luckydraw-card-text small, .luckydraw-card:hover .luckydraw-card-text h5, .luckydraw-card:hover .btn-fev i {
	color: #333;
}
.nopad {
	padding: 0 !important;
}
}
.mt20 {
	margin-top: 20px !important;
}
/**/

body {
	background: #FFF;
}
.site-section {
	/* min-height: 1100px; */
	position: relative;
	padding: 0;
}
.hide {
	display: none !important
}
.swaper {
	position: relative;
	margin-top: -200px;
}
.skewmask {
	position: absolute;
	background: #0b4da1;
	top: 0;
	width: 100%;
	height: 300px;
	left: 0;
	right: 0;
	bottom: auto;
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
}
.point {
	font-size: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	width: 100%;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .9);
}
.point:after {
	content: 'Points';
	font-size: 14px;
	text-transform: uppercase
}
.expire {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-align: center;
	width: auto;
	display: block;
	padding: 10px 20px;
	/* border-radius: 30px; */
	position: relative;
	background: #333;
}
.expire span {
	background: #00864c;
	padding: 0 10px;
	border-radius: 20px;
	font-size: 18px;
	color: #FFF;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
	margin: 10px auto;/* display: inline-block; */
}
.nav-tabs .nav-link {
	background-color: #FFF;
}
.expire span:after {
	content: url('../images/pointicon.png.svg');
	font-size: 10px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle
}
/* .expire:hover span {
    background-color: #FFF;
    color: #00864c;
}
 */

.headerbox {
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
	clip-path: polygon(0 0, 100% 0%, 100% 74%, 0% 100%);
	position: relative;
	width: 100%;
	min-height: 350px;
	background: url('../images/bgbanner.jpg') no-repeat 50% 100% #333;
	background-size: cover;
	/* margin: 50px 0 0 10%; */
	padding: 80px;
	display: block
}
h1, h2 {
	color: #FFF;
	font-size: 30px;
	white-space: nowrap;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .9);
}
h2 {
	font-size: 25px;
}
.colorclass {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 20px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}
.class1 {
	background: #00864c !important;
}
.class2 {
	background: #007fff !important;
}
.class3 {
	background: #00b2cc !important;
}
.class4 {
	background: #ff8d19 !important;
}
.lineprofile {
	list-style: none;
	margin-left: 40%;
	border-left: 5px solid rgba(0, 0, 0, .2);
	position: relative;
}
.m-left30 {
	margin: 50px 0 0 40%;
}
.historylabel {
	font-family: 'Prompt', sans-serif;
	margin: 20px 0 0 0;
	font-size: 13px;
}
.lineprofile li {
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	font-weight: 300;
	display: block;
	margin: 10px 0;
	color: #333;
}
.lineprofile li i {
	position: absolute;
	left: -20%;
	font-size: 30px;
	margin-top: 18px;
	color: #333
}
.lineprofile li label {
	font-size: 12px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.nav-tabs {
	margin-top: 20px
}
.nav-item {
	width: 50%;
}
.nopadd {
	padding: 0 !important;
}
.nav-tabs .nav-link {
	padding: 20px;
}
.btnedit {
	font-size: 14px !important;
	display: inline-block;
	float: right;
	background: #FFF;
	padding: 10px 20px;
	border-radius: 20px;
	margin: 0 0 0 10px;
	border: none;
	cursor: pointer
}
.btnedit i {
	font-size: 18px
}
.tab-pane {
	padding-bottom: 80px
}
.box {
	text-align: center;
	margin: 30px 0;
	padding: 0;
	transition: 0.25s;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .2);
	background: url('../images/bg-white.jpg') 0 0;
	background-size: cover;
	min-height: 100vh
}
#boxs {
	background: url('../images/bghero.png') no-repeat 50% 50% #FFF;
	background-size: 100% auto;
}
.box img {
	width: 80px
}
.textedit {
	border: 0;
	background: none;
	display: block;
	margin: 0;
	text-align: center;
	border: none;
	border: 1px solid #dadada;
	text-align: left;
	padding: 10px 20px;
	max-width: 350px;
	width: 100%;
	outline: none;
	color: #666;
}
.textedit:disabled {
	border: 0;
	display: block;
	margin: 0;
	text-align: center;
	border: none;
	text-align: left;
	padding: 0px;
	/*     max-width: 350px; */
	width: 100%;
	outline: none;
	color: #666;/*     -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; */
}
select, option {
	color: #333 !important
}
.text-muted {
	color: #666666 !important
}
.box h1 {
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
}
.subnavscoll {
	white-space: nowrap !important;
	overflow-y: hidden !important;
	overflow-x: auto !important;/* min-height: 120px */
}
.subnavscoll a {
	min-width: 120px !important;
	display: inline-block !important;
	float: left !important;
	white-space: normal !important;
	line-height: 1em;
	font-size: 12px !important;
}
.subnavscoll a i {
	display: block !important;
	font-size: 28px !important;
	color: #FFF;
	background: rgba(26, 78, 157, 1);
	padding: 7px 0 0 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto 20px auto;
	text-align: center
}
.tab-pane {
	padding: 30px 40px;
	text-align: left
}
.lineor {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(192, 192, 192, 1) calc(50%), rgba(0, 0, 0, 0) calc(50% + 1px));
}
.lineor span {
	background-color: #FFF;
	padding: 0 10px;
}
.box input[type="text"]:focus, .box input[type="password"]:focus {
	/*     width: 300px; */
	border-color: #2ecc71
}
.box input[type="submit"], .btnsignup {
	border: 0;
	font-size: 14px;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 350px;
	color: white;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1 none
}
.btnsubmit, .btnsubmit:hover {
	border: 0;
	font-size: 14px;
	display: block;
	margin: 20px auto;
	text-align: center;
	padding: 10px 20px;
	outline: none;
	width: 100%;
	max-width: 350px;
	color: #FFF !important;
	border-radius: 50px;
	transition: 0.25s;
	cursor: pointer;
	background: #0b4da1 none
}
.btnsignup, .btnsignup:hover {
	background: #dadada;
	color: #333;
}
.box input[type="submit"]:hover {
	background: #0b4da1 !important
}

.tab-pane h2 {
	color: #333;
	text-shadow: none
}

@media (max-width: 766px) {
.colorclass, .expire {
	border-radius: 0
}
.lineprofile li i {
	left: -30%
}
}

@media (max-width: 480px) {
.tab-pane {
	padding: 20px;
}
.headerbox {
	height: 220px;
}
.lineprofile {
	margin-left: 80px;
	margin-top: 30px;
}
.tab-pane h2 {
	font-size: 20px;
}
.lineprofile li {
	font-size: 14px;
}
.lineprofile li i {
	left: -80px
}
}
.listbox {
	background-color: #FFF;
	margin: 20px 0;
	display: block;
	width: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, .3);
	border-radius: 10px;
}
.selectfev {
	width: 5%;
	display: inline-block;
	float: left;
	position: relative;
	background: #333;
}
.selectfev input[type='checkbox'] {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.listbox .imgbox {
	width: 30%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	float: left
}
.listbox .imgbox2 {
	width: 30%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	float: left
}
.listbox .imgbox img, .listbox .imgbox2 img {
	width: auto;
	height: 100%
}
.listbox .imgbox3 {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	float: left
}
.listbox .imgbox3 img {
	width: auto;
	height: 100%;
}
.listbox .imgbox3:hover img {
	opacity: 1
}
.listbox .captiondetail {
	width: auto;
	padding: 30px;
	display: inline-block;
}
.captiondetail h5 {
	color: #333;
	font-size: 18px;
	font-weight: 600
}
.captiondetail p {
	color: #333;
	font-size: 14px;
}
.captiondetail small {
	display: block;
	/*  margin: 20px 0; */
	font-size: 14px;
}
.captiondetail small i {
	font-size: 20px;
	vertical-align: text-bottom
}
.noresult {
	padding: 20px 0;
	margin: 0
}
.noresult i {
	font-size: 25px;
	vertical-align: text-bottom
}
.boxpoints {
	padding: 5px 5px 5px 10px;
	background-color: rgba(26, 78, 157, 1);
	color: #FFF;
	border-radius: 20px;
}
.boxpoints:after {
	content: url('../images/pointicon.png.svg');
	font-size: 10px;
	margin-left: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: top;
}
.codeexp {
	font-family: 'Prompt', sans-serif !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #ff0000 !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
}
.badge {
	background-color: rgba(26, 78, 157, 1);
	color: #FFF !important;
	font-size: 12px !important;
	padding: 5px !important;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	line-height: 1em;
	border-radius: 20px !important;
	vertical-align: middle;
}
table.historylog {
	width: 100%;
	font-family: 'Prompt', sans-serif !important;
	border-collapse: collapse;
	letter-spacing: 1px;
	font-family: sans-serif;
	font-size: .8rem;
}
table.historylog thead {
	background-color: rgba(26, 78, 157, 1);
	color: #FFF;
	text-align: center;
}
table.historylog tbody {
	background-color: #e4f0f5;
}
.btn-primary {
	padding: 5px 10px 5px 0px;
	font-size: 12px;
	color: #333;
}
.btn-primary:hover {
	padding: 5px 30px;
	color: #FFF !important;
	background-color: #00864c !important;
}
.btn-primary i {
	font-size: 25px;
	vertical-align: middle
}
#eventbox p {
	font-size: 18px;
	padding: 0 !important;
	margin: 0 !important
}
/* -------------------------- */

.headbox {
	position: relative;
	background-color: #FFF;
	display: block;
	padding: 30px 30px 0 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0,0.08);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.headbox:before {
	position: absolute;
	content: '';
	width: calc(100% + 40px);
	height: 200px;
	margin-left: -20px;
	margin-right: -20px;
	bottom: -30px;
	left: 0;
	right: 0;
	background: linear-gradient( to top, rgba(255,255,255,1) , rgba(255,255,255,0.8) , rgba(255,255,255,0) );
	z-index: 1;
}
.headbox .content-row {
	position: relative;
	z-index: 2;
}
.headbox h3 {
	font-size: 25px !important;
	line-height: 35px !important;
	font-weight: 600 !important;
	color: #333 !important;
}
.headbox h4 {
	color: #333 !important;
	font-size: 16px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
}
.headbox p {
	font-size: 16px;
	color: #333;
	font-family: 'Prompt', sans-serif;
}

.detail-row {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
} 
.detail-row>.img-col {
	position: relative;
	width: calc(100% - 350px);
}
.detail-row>.detail-col {
	position: relative;
	width:350px;
	padding-left:30px;
}

/* .detail-row.detail-only>.img-col,
.detail-row.detail-only>.detail-col {
	width: 50%;
} */

.detail-info-group,
.detail-info-group>.info-name-row,
.detail-info-group>.info-action-row {
	position: relative;
}
.info-name-row h3 {
	margin-top: 15px;
}
.info-name-row .circle+h3 {
	margin-top: 0;
}

.pointcol {
	position: relative;
	border-radius: 10px;
	background-color: #eaeaea !important;
	color: #333;
	padding: 20px;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
	font-family: 'Prompt', sans-serif;
}
.pointcol>.title {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}
.pointcol>.num {
	font-size: 45px;
	line-height: 50px;
	font-weight: 600;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
.pointcol>.unit {	
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}
/* .pointcol span {
	font-size: 60px;
	color: #333;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1em;
	font-weight: 600
}
.pointcol span:before {
	content: "คะแนนที่ใช้แลก";
	display: block;
	font-size: 18px;
	text-align: center;
	color: #333;
	font-family: 'Prompt', sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	line-height: 1em
}
.pointcol span:after {
	content: "คะแนน";
	display: block;
	font-size: 22px;
	text-align: center;
	color: #333;
	font-family: 'Prompt', sans-serif;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
	line-height: 1em
} */

@media (max-width: 992px) {
.pointcol {
	width: 100%;
	height: auto
}
}

.expdate-row {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-top: 1px solid rgba(0,0,0,0.05);
	font-size: 14px;
	line-height: 40px;
	font-weight: 500;
	font-family: 'Prompt', sans-serif;
	padding: 10px 0;
	margin-top: 20px;
	text-align: left;
}
.expdate-row > .expdate-col {
	flex: 1 0 0%;
}
.expdate-row > .btn-col {
	
}

.expdate {
	color: #e50000 !important;
}
.expdate:before {
	position: relative;
	content: "\f274";
	font-family: 'Line Awesome Free';
	font-size: 18px;
	margin-right: 8px;
	top: 1px;
}
.btnfav_out, .btnshare_out {
	background: none transparent;
	border: none;
	border-radius: 10px;
	width: 40px;
	height: 40px;
	background: none rgba(0, 0, 0, 0.05);
	cursor: pointer;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	transition: all ease-in-out .3s
}
.btnfav_out+.btnshare_out {
	margin-left: 5px;
}
.btnfav_out:hover, .btnshare_out:hover {
	background: none rgba(0, 0, 0, 0.15);
}
.btnshare_out img {
	width: 23px;
	height: 23px;
}
.btnfav_out i {
	display: block;
	font-size: 20px;
	color: #999;
	white-space: nowrap;
	text-align: center;
	font-weight: 600
}
.thumbnailbox {
	position: relative;
	width: 100%;
	height: 100%;
}
.thumbnailbox img {
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.bgdetails {
	position: relative;
	/* background-color: #FFF; */
	display: block;
	padding: 50px 30px;
	font-family: 'Prompt', sans-serif;
	/* font-weight: 300; */
	z-index: 2;
}
.bgdetails ol {
	padding: 0 0 0 20px;
	margin: 0;
}
.bgdetails li {
	margin: 0 0 10px 0;
}
.bgdetails h3 {
	color: #FFF;
	font-family: 'Prompt', sans-serif;
	margin: 40px auto;
	padding: 0;
}
.bgdetails h4 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #dadada;
}
.circle {
	position: relative;
	border-radius: 50px;
	width: 80px;
	height: 80px;
	border: 3px solid #fff;
	overflow: hidden;
	background-color: #00864c !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin: -50px auto 20px auto;
}
.circle img {
	width: 100%;
	height: 100%
}
.p30 {
	padding: 30px 0 !important;
}
.views {
	display: inline-block;
	font-size: 14px;
	white-space: nowrap;
	line-height: 40px;
	border-radius: 10px;
    width: auto;
    height: 40px;
	background: none rgba(0, 0, 0, 0.05);
	padding: 0 15px;
	margin-left: 5px;
}
.views:before {
	content: "\f06e";
	font-size: 24px;
	font-family: 'Line Awesome Free';
	font-weight: 400;
	vertical-align: middle;
	margin-right:10px;
}


/* xl - more 1 */
@media (min-width: 1549px) and (max-width: 1740px) {
}

/* xl - more 2 */
@media (min-width: 1299px) and (max-width: 1550px) {
}

/* xl - more 3 */
@media (min-width: 1200px) and (max-width: 1300px) {

.detail-row {
	display: block !important;
}
.detail-row>.img-col,
.detail-row>.detail-col {
	width: 100%;
	flex: none !important;
	padding: 0 !important;
}
.detail-info-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	padding-top: 30px;
}
.detail-info-group>.info-name-row {
	width: calc(100% - 350px);
}
.detail-info-group>.info-action-row {
	width: 350px;
	margin-left: 50px;
	padding-left: 50px;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.circle {
	margin: -80px auto 20px 30px;
}
.pointcol>.title,
.pointcol>.unit {
    font-size: 14px;
    line-height: 18px;
}
.pointcol>.num {
    font-size: 40px;
	line-height: 45px;
}

/* detail only */
/* .detail-row.detail-only {
	display: flex !important;
}
.detail-row.detail-only>.img-col {
	width: 550px;
}
.detail-row.detail-only>.detail-col {
	width: calc(100% - 550px);
}
.detail-row.detail-only .detail-info-group {
	display: block;
}
.detail-row.detail-only .detail-info-group>.info-name-row,
.detail-row.detail-only .detail-info-group>.info-action-row {
	width: 100%;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
.detail-row.detail-only>.detail-col {
	padding-left: 30px !important;
}
.detail-row.detail-only .circle {
	margin: -80px auto 20px auto;
} */

.headerbox {
	height: 300px;
}

}

/* xl */
@media (min-width: 1200px) { }

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

.headerbox {
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 30px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 350px;
}
/* .expire a span {
	margin: 20px 0 !important;
} */

.bgdetails {
	padding: 40px 30px;
}
.detail-row {
	display: block !important;
}
.detail-row>.img-col,
.detail-row>.detail-col {
	width: 100%;
	flex: none !important;
	padding: 0 !important;
}
.detail-info-group {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	padding-top: 30px;
}
.detail-info-group>.info-name-row {
	width: calc(100% - 350px);
}
.detail-info-group>.info-action-row {
	width: 350px;
	margin-left: 40px;
	padding-left: 40px;
	border-left: 1px solid rgba(0,0,0,0.1);
}
.circle {
	margin: -80px auto 20px 30px;
}
.pointcol>.title,
.pointcol>.unit {
    font-size: 14px;
    line-height: 18px;
}
.pointcol>.num {
    font-size: 40px;
	line-height: 45px;
}

}

/* md - sm - xs */
@media (max-width: 991.98px) {
	
.headerbox {
	display: block !important;
	width: 100%;
	margin: 0;
	padding: 30px;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	height: 320px;
	min-height:320px;
}

.detail-row {
	display: block !important;
}
.detail-row>.img-col,
.detail-row>.detail-col {
	width: 100%;
	flex: none !important;
	padding: 0 !important;
}

/* .detail-info-group>.info-name-row {
	text-align: center;
} */
.circle {
	margin: -40px auto 20px auto;
}
.pointcol>.title,
.pointcol>.unit {
    font-size: 14px;
    line-height: 18px;
}
.pointcol>.num {
    font-size: 40px;
	line-height: 45px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

.bgdetails {
	padding: 50px 30px 30px 30px;
}

}

/* sm - sm */
@media (max-width: 767.98px) { 
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) { }

/* xs */
@media (max-width: 575.98px) {

.headerbox {
	height: 290px;
	min-height: 290px;
}
.headbox h3 {
    font-size: 20px !important;
}

}