@charset "utf-8";

.l-content .topicPath {
    margin: 15px 0 10px;
    padding-left: 20px;
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.l-content .topicPath > li {
    display: inline-block;
	list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0
}
.l-content .topicPath > li > a {
    margin-right: 0.5em;
    text-decoration: none;
}
.l-content .topicPath > li > a:hover {
    text-decoration: underline;
    color: #025fae;
}
.l-content .left-content {
	position: relative;
	width: 950px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.6em;
}
.l-content .left-content * {
	box-sizing: border-box;
}
/*****main visual banner ***/
.l-content .left-content * {
	box-sizing: border-box;
}
.l-content .left-content .mrt-20 {
	margin-top: 20px;
}
/**** feature ****/
.l-content .feature-section {
	background: url("/pr/vona/economy/images/bg-feature.jpg");
	width: 100%;
	height: 340px;
	padding: 20px 70px;
	margin: 0;
}
.l-content .feature-section h2 {
	color: #ffcc00;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
}
.l-content .feature-section h2 span {
	display: inline-block;
	color: #111;
	background: #ffcc00;
	padding: 2px 5px;
	line-height: 1.1em;
}
.l-content .feature-list {
	display: inline-flex;
	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 35px;
}
.l-content .feature-list .item-big {
	width: 206px;
	padding: 0 5px;
}
.l-content .feature-list .item {
	width: 156px;
	padding: 0 5px;
}
.l-content .feature-blk {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	position: relative;
	font-weight: bold;
	color: #111;
	font-size: 14px;
	text-align: center;
	padding-top: 27px;
	line-height: 20px;
	height: 190px;
}
.l-content .feature-blk label {
	background: #ffcc00;
	color: #111;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -25px;
	text-align: center;
	line-height: 50px;
	font-size: 32px;
	font-weight: bold;
}
.l-content .feature-blk .feature-txt {
	margin-bottom: 15px;
	height: 40px;
	display: inline-block;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.l-content .feature-blk a {
	font-size: 12px;
}
.l-content .feature-logo {
	text-align: center;
	background: #fff;
	border-radius: 10px;
	width: 100%;
	height: 190px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.l-content .feature-logo:before {
	background: #eaebf0;
	position: absolute;
	width: 100px;
	height: 50px;
	transform: rotate(-45deg);
	top: -30px;
	left: -32px;
	display: inline-block;
	content: '';
}
.l-content .feature-logo:after {
	background: #eaebf0;
	position: absolute;
	width: 100px;
	height: 50px;
	transform: rotate(-45deg);
	bottom: -30px;
	right: -32px;
	display: inline-block;
	content: '';
}
/**** compare ****/
.l-content .compare-section {
	background: #fff;
	border: solid 2px #ffcc00;
	margin-top: 40px;
}
.l-content .head-compare {
	background: #ffcc00;
	text-align: center;
	padding: 15px;
}
.l-content .head-compare h2 {
	color: #111;
	margin: 0;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5em;
}
.l-content .head-compare h2 span {
	display: inline-block;
	color: #fff;
	background: #111;
	padding: 2px 5px;
	line-height: 1.1em;
}
.l-content .head-compare .c-list {
	padding: 0;
	display: inline-block;
	margin: 10px 0 0 0;
}
.l-content .head-compare .c-list li {
	padding-left: 35px;
    position: relative;
    list-style: none;
    margin: 10px 0;
    background: #fff;
    width: 533px;
    height: 22px;
    line-height: 21px;
    color: #111;
    border-radius: 12px;
    text-align: left;
    font-size: 12px;
}
.l-content .head-compare .c-list li:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/pr/vona/economy/images/icon-c.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.l-content .compare-content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 25px 45px;
	background-image: linear-gradient(#fff, #fcf6cd);
}
.l-content .compare-content .col-half {
	width: 950px;
	padding: 0 25px;
}
.l-content .compare-content .col-half h3 {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	height: 34px;
	line-height: 34px;
	width: 100%;
	background: #111;
	text-align: center;
}
.l-content .compare-content .col-half .compare-chart {
	text-align: center;
	background: #fff;
	border: solid 1px #cbcbcb;
	padding: 8px 0;
}
.l-content .compare-content .col-half .compare-chart p {
	text-align: center;
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
}
.l-content .table-compare {
	border-collapse: collapse;
	background: #fff;
	border: solid 1px #cbcbcb;
}
.l-content .table-compare td {
	font-size: 11px;
	line-height: 1.4em;
	padding: 4px 3px;
	border: solid 1px #cbcbcb;
	text-align: center;
}
.l-content .table-compare tr td:first-child {
	background: #e8e8e8;
	font-weight: bold;
	text-align: left;
	width: 80px;
}
.l-content .table-compare tr td:nth-child(2) {
	border-left: solid 2px #ffcc00;
	border-right: solid 2px #ffcc00;
}
.l-content .table-compare tr:first-child td:nth-child(2) {
	border-top: solid 1px #ffcc00;
}
.l-content .table-compare tr:last-child td:nth-child(2) {
	border-bottom: solid 2px #ffcc00;
}
.l-content .table-compare .blue-txt {
	font-weight: bold;
	color: #0f218b;
}
.l-content .table-compare .price-txt {
	font-weight: bold;
	color: #0f218b;
	font-size: 16px;
}
.l-content .table-compare .saving-txt {
	color: #111;
	background: #ffcc00;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 2px;
	margin: 3px 0;
}
/*** category ****/
.l-content .title-big-yellow {
	border: 5px solid #000;
	color: #111;
	background: #ffcc00;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 23px;
	line-height: 25px;
	font-weight: bold;
}
.l-content .title-big-yellow:before {
	content: '';
	display: inline-block;
	width: 168px;
	height: 56px;
	top: 10px;
	left: 10px;
	position: absolute;
}
.l-content .category-section {
	margin-top: 0;
}
.l-content .category-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	background: url("/pr/vona/economy/images/bg_icon.png") no-repeat;
	padding-bottom: 20px;
}
.l-content .category-list .item {
	width: 20%;
	padding: 0 10px;
}
.l-content .category-list .category-blk {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #111;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 10px 0;
}
.l-content .category-list .category-blk:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 50px;
	z-index: -1;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .category-list .category-blk:hover {
	filter: brightness(70%);
  	transform: scale(1.1);
	transition: 1s;
}
/* .l-content .category-list .category-blk:hover:after {
	background: #111;
} */

/****product-list*****/
.l-content .product-list-section {
	margin-top: 0;
}
.l-content .title-black {
	color: #ffcc00;
	background: #000;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}

.l-content .title-black:after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 73px;
	position: absolute;
	left: 870px;
}
.l-content .title-black h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}
.l-content .title-black h2 span {
	font-weight: normal;
	font-size: 18px;
}
.l-content .title-yellow {
	color: #111;
	background: #ffcc00;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}
.l-content .title-yellow:before {
	content: '';
	display: inline-block;
	background: url("/pr/vona/economy/images/logo-cat.png");
	width: 168px;
	height: 56px;
	top: 10px;
	left: 10px;
	position: absolute;
}
.l-content .title-yellow2 {
	color: #111;
	background: #ffcc00;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}
.l-content .title-yellow2:before {
	content: '';
	display: inline-block;
	background: url("/pr/vona/economy/images/logo-cat.png");
	width: 168px;
	height: 56px;
	top: 10px;
	left: 10px;
	position: absolute;
}
.l-content .title-yellow2:after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 73px;
	position: absolute;
	left: 870px;
}
.l-content .title-yellow h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}
.l-content .title-yellow h2 span {
	font-weight: normal;
	font-size: 18px;
}
.l-content .title-yellow2 h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}
.l-content .title-yellow2 h2 span {
	font-weight: normal;
	font-size: 18px;
}
.l-content .blk-bg {
	background: #000;
}
.l-content .yellow-bg {
	background: #000;
}
.l-content .prd-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}
.l-content .prd-list .item {
	width: 20%;
	padding: 5px 5px;
}
.l-content .prd-list .prd-blk {
	min-height: 280px;
	display: block;
	background: #fff;
	padding: 5px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}
.l-content .prd-list .prd-blk:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.15);
	
}
.l-content .prd-list .prd-blk .prd-head {
	height: 46px;
	text-align: center;
	color: #111;
	display: inline-block;
}
.l-content .prd-list .prd-blk .prd-head .prd-note {
	font-style: italic;
	color: #666;
	display: block;
}
.l-content .prd-list .prd-blk .prd-head .prd-price {
	font-weight: bold;
	font-size: 16px;
	background: #ffcc00;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.2em;
}
.l-content .prd-list .prd-blk .prd-name {
	height: 55px;
	line-height: 1.4em;
	display: block;
	margin: 5px 0;
}
.l-content .prd-list .prd-blk .prd-name.row-3 {
	height: 74px;
}
.l-content .prd-list .prd-blk .prd-delivery {
	color: #888;
}
.l-content .prd-list .prd-blk .prd-delivery img {
	margin: 0 4px 0 0;
	position: relative;
	top: 2px;
}


/***search ****/
.l-content .search-section {
	margin-top: 40px;
	text-align: center;
}
.l-content .search-section h3 {
	background: #000;
	color: #fff;
	font-style: italic;
	padding: 10px 10px;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
}
.l-content .search-section .yellow-txt {
	color: #ffcc00;
}

/***promotion****/
.l-content .promotion-section {
	margin-top: 40px;
	background-image: linear-gradient(#fff, #fcf6cd);
	border: solid 2px #ffcc00;
}
.l-content .promotion-section h2 {
	font-size: 24px;
	font-weight: bold;
	color: #111;
	background: #ffcc00;
	margin: 0;
	width: 100%;
	text-align: center;
	padding: 12px 0;
}
.l-content .promotion-content {
	padding: 30px 70px;
}
.l-content .gift-list {
	display: flex;
	flex-direction: row;
	margin-left: -5px;
	margin-right: -5px;
}
.l-content .gift-list .item {
	width: 25%;
	padding: 0 5px;
}
.l-content .gift-list .gift-blk {
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	position: relative;
	text-align: center;
	min-height: 235px;
	padding: 20px 0 10px 0;
}
.l-content .gift-list .gift-blk label {
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 0;
	background: #004098;
	padding: 2px 4px;
}
.l-content .gift-list .gift-blk span {
	font-weight: bold;
	display: block;
	text-align: center;
}
.l-content .list-cond {
	margin-top: 30px;
	padding: 0;
}
.l-content .list-cond li {
	list-style: none;
	padding-left: 30px;
	position: relative;
	margin: 13px 0;
}
.l-content .list-cond li label {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.l-content .list-cond li label span {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 20px;
	display: block;
}
.l-content .list-cond li label:before {
	content: '';
	display: inline-block;
	background: #ffcc00;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 0;
}
.l-content .blue-link {
	text-decoration: underline;
	color: #004098;
}

/***form area****/
.l-content .form-area {
    margin-top: 40px;
    position: relative; 
}
.l-content .form-area .header {
	background: #285a9f;
	padding: 25px 0;
	text-align: center;
	position: relative;
	color: #fff;
	overflow: hidden;
	z-index: 1;
}
.l-content .form-area .header:after {
	content: none;
	width: 0;
	height: 0;
	border-top: 0px solid transparent;
	border-bottom: 180px solid transparent;
	border-right: 650px solid #5ec5ff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
.l-content .form-area .header .text-1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin-top: 5px;
	margin-bottom: 5px;
}
.l-content .form-area .header .text-main {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: inline-block;
	text-transform: uppercase;
}
.l-content .form-area .header .text-main:before, .l-content .form-area .header .text-main:after {
	content: none;
	display: inline-block;
	position: absolute;
}
.l-content .form-area .header .note {
	margin-top: 5px;
	font-size: 13px;
}
.l-content .form-area .form-wrap {
	background: #285a9f;
	padding: 0 15px 30px 15px;
}
.l-content .form-area .form-control {
	border: 1px solid #acacac;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 3px 20px;
	font-size: 15px;
	outline: none;
	box-shadow: none;
}
.l-content .form-area .form-control.type-2 {
	border-width: 0 0 1px 0;
	border-style: dashed;
	padding: 0 0 0 0;
}
.l-content .form-area .form-group {
	margin-bottom: 20px;
}
.l-content .form-area .form-group .label-group {
	margin-bottom: 5px;
	height: 50px;
}
.l-content .form-area .form-group .label-group label {
	font-size: 15px;
	font-weight: normal;
	color: #000;
}
.l-content .form-area .form-group .label-group .req {
	color: #000;
	font-size: 18px;
	margin-left: 5px;
}
.l-content .form-area .form-group .label-group .note {
	font-size: 12px;
	color: #000;
	margin-top: -2px;
}
.l-content .form-area .form-group .input-group p.ferror {
	color: red;
	margin-top: 5px;
	font-size: 12px;
	display: block;
}
.l-content .form-area .form-group .input-group .list {
	margin-left: 30px;
}
.l-content .form-area .form-group .input-group .list li label {
	font-size: 15px;
	color: #272526;
}
.l-content .form-area .form-group .input-group .list li label span {
	position: relative;
	top: -1px;
	margin-left: 5px;
}
.l-content .form-area .form-group .input-group .list.l-col {
	display: flex;
	flex-wrap: wrap;
}
.l-content .form-area .form-group .input-group .list.l-col li + li {
	margin-left: 35px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2 li {
	width: 220px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item {
	margin-bottom: -10px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item li {
	width: 300px;
	margin-bottom: 10px;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item li + li {
	margin-left: 0;
}
.l-content .form-area .form-group .input-group .list.l-col.col-2.many-item li:nth-child(2n) {
	width: 450px;
}
.l-content .form-area .form-group .input-group .list.l-row li + li {
	margin-top: 10px;
}
.l-content .form-area form {
	background: #fff;
	padding: 30px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.l-content .form-area form .a-form .b-title {
	width: 188px;
	height: 43px;
	margin: 0 280px 0 1px;
	background-color: #ffef74;
	padding: 4px 4px 0 4px;
}
.l-content .form-area form .a-form .b-title p {
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2.2;
	letter-spacing: normal;
	text-align: center;
	color: #323124;
	border-style: dashed;
	border-width: 1px 1px 0 1px;
	border-color: #838383;
	display: flex;
	align-items: center;
	justify-content: center;
}
.l-content .form-area form .a-form.a-form2 {
	margin-top: 20px;
}
.l-content .form-area form .a-form.a-form2 .form-group .label-group {
	min-height: auto;
	margin-bottom: 12px;
}
.l-content .form-area form .a-form.a-form2 .form-group .input-group .note2 {
	font-size: 15px;
	color: #272526;
	margin-top: 20px;
	font-style: italic;
	padding-left: 25px;
}
.l-content .form-area form .a-form.a-form2 .form-group .input-group .form-control.type-2 {
	margin-left: 25px;
	margin-top: 10px;
	height: 30px;
	width: 92%;
}
.l-content .form-area form .a-form.a-form2 .form-group + .form-group {
	margin-top: 25px;
}
.l-content .form-area form .form-group-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-right: -50px;
}
.l-content .form-area form .form-group-wrap .form-group {
	width: calc(50%);
	padding-left: 50px;
	padding-right: 50px;
}
.l-content .form-area .button-group {
	text-align: center;
	margin-top: 30px;
}
.l-content .form-area .button-group button {
	background-color: #ff730a !important;
	width: 350px !important;
	height: 45px;
	outline: none;
	margin: 35px auto 20px;
	box-shadow: inset 0 1px 0 0 #ff730a, 0 2px 0 0 rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: bold;
}
.l-content .form-area .button-group button:hover {
	opacity: 0.8;
}
.l-content .form-area .button-group .form-wrap__note {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	font-style: italic;
	text-align: center; }
.l-content .form-area__note {
	width: 780px;
	margin: 27px auto;
}
.l-content .form-area__note p {
	background: #ededed;
	font-size: 15px;
	color: #272526;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.l-content .form-area__note p label {
	margin-right: 5px;
	font-weight: bold;
}
.l-content .form-area__note p:before, .l-content .form-area__note p:after {
	content: "";
	width: 28px;
	height: 37px;
	display: block;
	position: absolute;
	top: 0;
}

/*** related service ***/
.l-content .rp-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.l-content .rp-list .item-2 {
	width: 50%;
	padding: 10px 10px;;
}
.l-content .rp-list .item {
	width: 25%;
	padding: 10px 10px;
}
.l-content .rp-section {
	margin-top: 40px;
}
.l-content .rp-section h2 {
	font-size: 24px;
	font-weight: bold;
	color: #111;
	background: #ffcc00;
	margin: 0 0 10px 0;
	width: 100%;
	text-align: center;
	padding: 12px 0;
	text-transform: uppercase;
}

/* adding */
.l-content .product {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 14px;
}
.l-content .product > .product_part {
    font-size: 12px;
	line-height: 16px;
    margin: 0px;
    padding: 5px 5px 0px;
    min-height: 25px;
    display: block;
}
.l-content .part_s {
    font-size: 11px;
	line-height: 14px;
}

.l-content .m-btnSize--edit {
    width: 130px;
	height: 30px;
	padding-top: 5px;
    padding-left: 10px;
}

.l-content .discount_p {
	display: block;
    width: 100px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    background: #ff0000;
    padding: 5px;
    margin: 0 auto;
}

.l-content .bg_button{
	background: #fff;
	padding-bottom: 10px;
}


/* slider */
.l-content .bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.l-content .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	left: -5px;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.l-content .bx-wrapper .bx-pager,
.l-content .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.l-content .bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/pr/vona/economy/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.l-content .bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.l-content .bx-wrapper .bx-pager .bx-pager-item,
.l-content .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.l-content .bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.l-content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.l-content .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.l-content .bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.l-content .bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.l-content .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.l-content .bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.l-content .bx-wrapper .bx-controls-auto {
	text-align: center;
}

.l-content .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.l-content .bx-wrapper .bx-controls-auto .bx-start:hover,
.l-content .bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.l-content .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.l-content .bx-wrapper .bx-controls-auto .bx-stop:hover,
.l-content .bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.l-content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.l-content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.l-content .bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #6669;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.l-content .bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.l-content .tabArea {
	clear: both;
	width: 950px;
	margin: 20px 0px;
	border-bottom: #749dcf 2px solid;
	overflow: hidden;
}
.l-content .tabArea li {
	padding-right: 10px;
	float: left;
}
.l-content .tabArea li a {
	float: left;
	width: auto;
	padding: 11px 20px 12px;
	border-top: #bfbfbf 1px solid;
	border-right: #bfbfbf 1px solid;
	border-left: #bfbfbf 1px solid;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: #fff 0px 1px 0px 0px inset;
	background: #f2f2f2;
	text-align: center;
	font-weight: bold;
	color: #333;
	line-height: 1;
}
.l-content .tabArea li a.ac,
.l-content .tabArea li a.on {
	border-color: #749dcf;
	box-shadow: none;
	background: #749dcf;
	color: #fff;
	z-index: 10;
}

/* Edit Style */
.l-content .card-product .item:first-child{
	margin-left: 0px;
}
.l-content .shape ul {
	margin: 0;
	padding: 0;
}
.l-content .shape li {
	float: left;
	display: block;
	margin-left: 30px;
}
.l-content .shape-brand ul {
	margin: 0;
	padding: 0;
}
.l-content .shape-brand li {
	float: left;
	display: block;
	margin-left: 30px;
	padding: 2px;
	border: 1px solid #bfbfbf;
}
.l-content .fast {
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #1e8dd8;
}
.l-content .post-container {
	margin: 20px 20px 0 0;
	overflow: auto
}
.l-content .post-thumb {
	float: left
}
.l-content .post-thumb img {
	display: block
}
.l-content .post-content {
	margin-left: 170px
}

/* Font weight */
.l-content .bolder {font-weight: bolder;}

/* Font size */
.l-content .f16 {font-size: 16px;}
.l-content .f18 {font-size: 18px;}

/* 3 column */
.l-content .column-left{ float: left; width: 20%; }
.l-content .column-right{ float: right; width: 20%; }
.l-content .column-center{ display: inline-block; width: 60%; }


.l-content #ancItemlist{
	width:930px;
}
.l-content .sliderBox {
	width: 940px;
}

.l-content .bx-wrapper {
	max-width: 910px;
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
}
/* .l-content .bx-wrapper .bx-controls-direction a.bx-prev {
	top: 66px;
	left: -40px;
	background: url(/pr/vona/economy/images/renew_btn_pre.png) no-repeat 0 0;
	width:33px;
	height:93px;
} */
/* .l-content .bx-wrapper .bx-controls-direction a.bx-next {
	top: 66px;
	right: -30px;
	background: url(/pr/vona/economy/images/renew_btn_next.png) no-repeat 0 0;
	width:33px;
	height:93px;
} */

.l-content .ttl01,
.l-content .ttl02,
.l-content .ttl03,
.l-content .ttl04,
.l-content .ttl05 {
	border-collapse: collapse;
	width: 121px;
	height: 32px;
	padding: 0px 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background-color: #ababab;
	border-bottom: 1px solid #fff;
}
.l-content .slideTD_01 {
	height: 150px;
}
.l-content .topImg {
	text-align: center;
	height: 40px;
}
.l-content .slide01,
.l-content .slide02,
.l-content .slide03,
.l-content .slide04,
.l-content .slide05,
.l-content .slide06,
.l-content .slide07,
.l-content .slide08,
.l-content .slide09,
.l-content .slide10,
.l-content .slide11,
.l-content .slide12,
.l-content .slide13,
.l-content .slide14 {
	width: 305px;
	padding-left: 10px;
	padding-right: 10px;
	margin: auto;
}
.l-content .slideTD_01 img {
	margin: auto;
}
.l-content .banner2 img {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.l-content .frameCenter {
	width: 650px;
	margin: 0 auto;
}
.l-content .empText {
	font-size: 15px;
}

.l-content .h55{
	height: 55px;
	vertical-align:top;
}

.l-content .boxProduct .productType.boxGreen {
    border-color: #67a5dd;
    color: #fff;
}

.l-content .boxProduct .productType.boxGreen .productTypeName {
    background-color: #67a5dd;
    color: #fff;
	text-align: center;
    font-size: 20px;
    line-height: 50px;
}

.l-content .boxProduct .boxGreen {
    border-color: #67a5dd;
    color: #fff;
}

.l-content .boxProduct .m-cols {
	color: #000;
    padding-top: 20px;
    border: 2px solid #67a5dd;
}

.l-content .product > .product_stock {
	background: #fff;
    font-size: 14px;
	text-align: center;
    font-weight: bold;
    color: #9f4f00;
    padding: 10px 5px 0px;
    min-height: 35px;
    display: block;
	padding-bottom: 10px;
}

.l-content .product_stock .stock_img {
    vertical-align: middle;
    margin-right: 5px;
}

.l-content .p_900{
	width: 900px;
}

/* NAV */
.l-content .nav--sem {
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
	border-right: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	position: relative;
	text-align: left;
	display: block;
	height: 55px;
	z-index: 999;
}

.l-content .nav--sem .main-nav {
	display: inline-block;
	outline: none;
	float: left;
	width: 25%;
}

.l-content .nav--sem .main-nav span {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFCAMAAACgjTZZAAAAQlBMVEUjQpQlQpQlQpUjQpQlQpQlQpQlQpUlQpUlQpQlQpQlQpUjQpQlQpQjQpQlQpUjQpQjQpQlQpQjQpQkQZQlQpQlQpXdocFLAAAAEnRSTlMAAAAGBhoaOTplZZubxsbl5vlJRA44AAAAMUlEQVQIHQXBQRLAIAwDsSWml/b/b20GSIw0vhfcqqWOicVK2RFw/hL2VOVGjObJhAsJdRTt8hR2SAAAAABJRU5ErkJggg==") 220px center no-repeat;
	display: block;
	box-sizing: border-box;
	height: 55px;
	margin-right: -1px;
	padding: 6px 20px 6px 7px;
	border-right: 1px solid #a7a7a7;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	cursor: pointer;
}

.l-content .nav--sem .main-nav:last-child span {
	border: none;
}

.l-content .nav--sem .main-nav:hover span {
	border-color: #025fae;
	background: #025fae url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAFBAMAAABlfdtYAAAAJFBMVEX////////////////////////////////////////////////Vd7HLAAAAC3RSTlMABho5OmWbxuXm+f3cmbYAAAAmSURBVAjXY8jevXt3AoP47t3bBRiYundPYmBgsNrlACRZtzIwAACqggkZMSonjwAAAABJRU5ErkJggg==") 220px center no-repeat;
	color: #fff;
}

.l-content .nav--sem span.single-line {
	padding-top: 15px;
}

.l-content .nav--sem .main-nav .sub-nav {
	display: none;
}

.l-content .nav--sem .main-nav:hover .sub-nav {
	display: block;
	box-sizing: border-box;
	position: absolute;
	text-align: left;
	left: -1px;
	top: 53px;
	padding: 20px 9px 9px;
	border: 1px solid #a7a7a7;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
	background-color: #fff;
	width: 950px;
}
/* END NAV */

.l-content .productArea {
    /* margin-top: 34px; */
    border: 5px solid #000;
	border-bottom: 20px solid #000;
}

.l-content .productArea .productArea__title {
    padding: 20px 0;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.l-content .productArea .productArea__title .text-yellow {
    color: #ffff00;
    font-size: 27px;
}

.l-content .productArea .productArea__content {
	background: #ffcc00;
	height: 170px;
    padding: 35px 30px 0;
}

.l-content .productArea .productArea__content .button__download {
    margin-bottom: 25px;
    text-align: center;
    font-size: 14px;
}

.l-content .productArea .productArea__content .button__download a.m-btnLink--default .button__download_excel {
    display: block;
    padding: 15px 30px 15px 30px;
    /* background: url(/pr/vona/economy/images/btn_download_excel.png) no-repeat 365px 48%; */
}

.l-content .productArea .productArea__content .button__download a.m-btnLink--default {
    width: 415px;
    margin: 0 auto;
    padding: 0;
    font-size: 15px;
}

/* button dowmload list */
.l-content .m-btnSize--m_edit{
	width: 238px;
	height: 54px;
	margin-left: 1px;
	padding-left: 5px;
	padding-top: 16px;
}
.l-content .txt_dwld{
	color: #fff;
	text-decoration: none;
}
/* end button */
.l-content .m-asideSubBox__ttl--edit{
	font-size: 14px;
}

.l-content .m-asideSubBox__main--edit{
	font-size: 12px;
	line-height: 20px;
}

/* new slider */
/* Slideshow container */
.l-content .slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  
  /* Next & previous buttons */
  .l-content .prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
  }
  
  /* Position the "next button" to the left */
  .l-content .prev {
	background: #ffcc00;
	font-weight: bold;
    left: 0;
    border-radius: 50px;
    width: 65px;
    text-align: center;
    margin-left: -5px;
  }
  /* Position the "next button" to the right */
  .l-content .next {
	background: #ffcc00;
	font-weight: bold;
    right: 0;
    border-radius: 50px;
    width: 65px;
    text-align: center;
    margin-right: -5px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .l-content .prev:hover, .next:hover {
	background-color: #ffff00;
	width: 70px;
	font-weight: bold;
	color:#000;

  }
  
  /* Caption text */
  .l-content .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .l-content .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .l-content .dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background: transparent;
	border: 2px solid #ffcc00;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .l-content .active, .dot:hover {
	background-color: #ffcc00;
  }
  
  /* Fading animation */
  .l-content .fade {
	animation-name: fade;
	animation-duration: 1.5s;
  }

  .l-content .background_slider{
	background: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .l-content .txt_slide{
	font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
  }

  .l-content .bg_table{
	height: 453px;
	background: url("/pr/vona/economy/images/bg_table.png") no-repeat;
  }

  .l-content .l_eseries{
	margin-top: 308px;
    padding-right: 260px;
    float: right;
  }

  .l-content .l_eseries:hover{
	background: url("/pr/vona/economy/images/l_eserieshover.png") no-repeat;
	cursor: pointer;
	height: 90px;
	width: 206px;
	margin-right:200px;
	transform: scale(1.1);
  }
 .l-content .f_segmentasi{
	text-align: center;
    font-size: 17px;
    color: #fff;
    background: #000;
    padding: 20px;
 }
/* end of slider */

/* save price */
.l-content .save_price {
    background-color: #ffcc00;
    padding: 4px;
    max-width: 100%;
    position: absolute;
    margin-left: 75px;
    margin-top: 10px;
    border-radius: 5px;
}
.l-content .box_savetext {
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    font-weight: bold;
    line-height: 13px;
    letter-spacing: -1px;
}
.l-content .box_savenumber {
    display: inline-block;
    color: #dd0000;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 3px 3px 0 3px;
    font-size: 24px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -1px;
}
.l-content .box_savenumber .percent {
    padding: 0 0 0 2px;
    font-size: 16px;
}
/* end */