
/********************************/
/**        ESP Page            **/
/********************************/
@media print {
	.new-quick-menu {
		display:none;
	}
}
.smartphone-version{
	display:none;
}
.support-wrap {
    font-size: 17px;
}

.wrapper #content .container {
	text-align: center;
}
.offering-content {
	padding: 3rem 1rem;
}
.offering .offering-content .content-header {
	border-bottom: none;
}

.offering-advantage {
	margin: 2rem 0;
}
.offering .offering-content .content-inner .offering-advantage .sub-tit {
	display: block;
	position: relative;
	z-index: 2;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	margin-bottom: -1.5rem;
	background: #666;
	color: #fff;
/* 	font-family: "LG Smart"; */
	padding: 1rem;
}
.offering-advantage-list {
	border: 1px solid #666;
	border-radius: 10px;
	padding: 3rem;
}

.offering .offering-content .content-inner .offering-advantage .text-indent-list li p {
	text-indent: 0;
	margin-bottom: 1rem;
	position: relative;
}
.offering .offering-content .content-inner .offering-advantage .text-indent-list li:before {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2.5rem;
	background-image: url("/us/content/img/support/business/checked.png");
	background-size: 100%;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
}
.offering .offering-content .content-inner .offering-advantage .text-indent-list.pdf-icon li:before{
	background-image: url(/us/content/img/support/guide_download/img-manual-pdf.png);
	width: 2rem;
    	background-repeat: no-repeat;
}
.offering .offering-content .content-inner .offering-advantage .text-indent-list li > div {
	display: inline-block;
}


.offering-table > div {
	display: flex;
}
.offering-table > div:nth-child(2) .item {
	background: #e5e5e5
}
.offering-table > div:nth-child(3) .item {
	background: #ddd
}
.offering-table > div:nth-child(4) .item {
	background: #ccc
}
.offering-table .item {
	padding: 1rem!IMPORTANT;
	text-align: right;
	width: 18%;
	font-size: 1rem;
	line-height: 1;
}
.offering-table .item:first-child {
	width: 28%;
}
.offering-table .item:not(:first-child) {
	border-left: 2px solid #fff;
}
.offering-table .title-row .item {
	padding: 0;
	position: relative;
	overflow: hidden;
	max-height: 200px;
}
.offering-table .title-row .item:first-child {
	padding: 2rem;
	background: #777;
}
.offering-table .title-row .item:first-child .tit-point {
	color: #fff;
	width: 90%;
	/* 	font-family: inherit; */
	line-height: 2.2rem;
	float: right;
	background: #777;
}
.offering-table .title-row .item .sub-tit {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	font-size: 1.5rem;
	/* 	font-family: inherit; */
	padding: 1rem;
	background: rgba(165,0,52,.9);
	height: 7rem;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1240px) {
	
  .offering-table .title-row .item .sub-tit {
	height: 9rem;
  }
}

.offering-table > div:not(.title-row) .item:first-child .title {/* 	font-family: "LG Smart"; */font-size: 1.5rem;}
.offering-table > div:not(.title-row) .item:first-child .sub-title {/* 	font-family: "LG Smart"; */font-weight: bold;/* font-size: 1.8rem; */line-height: 20px;}
.offering-table > div:not(.title-row) .item:first-child .micro-title {
/* 	font-family: "LG Smart"; */
	font-size: 1.6rem;
}

.option-note {
	background: #ddd;
	padding: 2rem 4rem 1rem;
	margin: .4rem 0 1rem;
}
.option-note * {
	color: #a50034;
	list-style: decimal;
}
.option-note .title {
/* 	font-family: "LG Smart"; */
	font-size: 2rem;
	font-weight: bold;
}

	.offering .offering-content .content-inner .offering-advantage .text-indent-list li:before {
		vertical-align: top;
	}
	.offering .offering-content .content-inner .offering-advantage .text-indent-list li > div {
		width: 85%;
	}



.offering .offering-content .content-inner .margin-1r {
	margin: 1rem;
}



@media(max-width: 768px){


.desktop-version{
	display:none;
}
.smartphone-version{
	display:block;
}
/*  MOBILE  */
	 #content .background-image {
		display: none;
	}
	.offering .offering-content .content-inner .offering-advantage .sub-tit {
		width: 80%;
	}


	.offering-table > div {
		flex-flow: row wrap;
	}

	.offering-table .item {
		flex-basis: 33%;
	} 
	.offering-table .item:first-child {
		flex-basis: 99%;
		text-align: center;
	} 
	 .offering-table .title-row .item:first-child .tit-point {
		width: 100%;
		font-size: 1.9rem;
		line-height: 2.2rem;
	}
	 .offering-table .title-row .item img {
		max-width: 100%;
	}
	 .offering-table .title-row .item .sub-tit {
		font-size: 1rem;
		padding: .5rem;
		height: 4rem;
	}
	.offering-table .item:nth-child(1) {
		border-bottom: 1px solid #fff;
		border-top: 2px solid #fff;
	}
	.offering-table .item:nth-child(2) {
		border-left: none;
	}
	.offering-table > div:not(.title-row) .item:first-child .sub-title {
		font-size: 1.3rem;
	}
	 .option-note {
		width: 99%;
		padding: 1.5rem;
	}
	.option-note .title {
		font-size: 1.8rem;
	}


/*  TODO: Organize this into the above items  */

		.offering-table .item {
			flex-basis: 99%;
			padding: 0;
		}
		.offering-table .item:first-child {
			padding: 2rem;
		}
		 .offering-table .item .item-left {
			width: 45%;
			display: inline-block;
			float: left;
			position: relative;
		}
		.offering-table .item .item-right {
			width: 55%;
			display: inline-block;
			text-align: left;
			padding: 2rem;
			float: left;
		}
		.offering-table .item:not(:first-child) {
			border-left: none;
			display: flex;
			border-bottom: 1px solid #bbb;
		}
		 .offering-table .item .item-left .sub-tit {
			position: absolute;
			bottom: 0;
			right: 0;
			background: rgba(165,0,52,.8);
			width: 100%;
			padding: 1rem;
			color: #fff;
		}
		.offering-table .item .item-left img {
			width: 100%;
	}


}




/*******DOWNLOAD DOCUMENTS SECTION***/
.section.lgbox-wrap.container::after {
content: "";
display: table;
clear: both;
}
.file-documents-img{
margin-top:2rem;
}


.file-documents-img img{
max-width:60px;
margin-bottom: 5px;
}
.is-mobile .file-documents-img img{
max-width: 40px;
}
.file-documents-img .form-p{
margin-top:0;
color: #a50034;
}
.offering .offering-content .content-inner ul li{
	padding: 0;
	margin: 0.5rem 0;
}
.offering .offering-content .content-inner ul li:before{
	display: none;
}
 .offering .offering-content .content-inner ul li p {
 	padding-top: 5px;
 	/* font-family: "LG Smart",Tahoma,Arial,sans-serif; */
 	font-size: 20px;
 	line-height: 24px;
 	margin: 0;
}