/*===== Personal Page =====*/
.homepage-full .product-section .section {
	padding: 15px 15px 0px;
}


.product-section .section {
	padding: 10px 0px 10px 0px;
	margin-bottom: 0;
}
.no-padding{
	padding-left: 0!important;
	padding-right: 0!important;
}
@media only screen and (max-width:767px) {
	.homepage-full .product-section .section,
	.product-section .section {
		padding: 10px 0 !important;
	}
	.hide-mobile{
		display: none;
	}
	.no-pleft{
		padding-left: 0!important;
	}
}

/* Product Nav */
#product-nav.navbar {
	border-radius: 0;
	background: #013071;
	border: 0;
	z-index: 3;
	margin-bottom: 40px;
}
#product-nav {
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	top: -100px;
	position: static;
}
#product-nav.fixed {
	position: fixed;
	width: 100%;
}
#product-nav.navbar li {
	width: 19%;
	display: inline-block;
	float: none;
	vertical-align: bottom;
}
#product-nav.navbar li a {
	color: #f9fafb;
	height: 50px;
	position: relative;
	font-size: 15px;
	display: inline-table;
	padding-left: 5px;
	padding-right: 5px;
}
#product-nav.navbar li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 0;
	height: 4px;
	background: #c4161c;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#product-nav .navbar-nav {
	text-align: center;
	float: none;
	padding: 0 70px;
}
#product-nav .nav>li>a:focus, #product-nav .nav>li>a:hover {
	background: transparent;
}
#product-nav.navbar li:hover a:before, #product-nav.navbar li.active a:before {
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	#product-nav.navbar li a {
	    font-size: 13px;
	}
}
@media only screen and (max-width:992px) {
	#product-nav .navbar-nav {
		padding: 0 0px;
	}
}
@media only screen and (max-width:500px) {
	#product-nav.navbar li {
		width: 49%;
		float: left;
	}
	#product-nav.navbar li a {
		height: initial;
		padding: 6px 5px;
		font-size: 13px;
	}
}

/* End Product Nav */

/* TISP SECTION */
.tisp-section {

	/* margin-bottom: 60px !important; */
}
.tisp-block {
	text-align: center;
	margin-top: 30px;
}
.tisp-block .tisp-icon {
	height: 64px;
	margin-bottom: 20px;
}
#cn-tkuv .tisp-block .tisp-icon {

	/*height: 95px;*/
}
.tisp-block h4 {
	margin: 0 0 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.tisp-block p {
	font-size: 15px;
}
@media only screen and (max-width:767px) {
	.tisp-block {
		margin: 25px 0 45px;
	}
	.tisp-block h4 {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.tisp-block p {
		font-size: 13px;
	}
}

/* DDSP SECTION */
.ddsp-section {
}
.ddsp-wrap {
	width: 100%;
	position: relative;
	padding: 50px 30px;
	background: url('../images/cn/page2/ddsp-img.jpg') no-repeat;
	background-size: cover;
}

.business .ddsp-wrap {
	background: url('../images/cn/page2/ddsp_new.jpg') no-repeat !important;
	background-size: cover !important;
}

.personal .ddsp-wrap {
	background: url('../images/cn/page2/ddsp-img.jpg') no-repeat !important;
	background-size: cover !important;
}

#cn-tkuv .ddsp-wrap {
	background: url('../images/cn/page3/ddsp-img2.jpg') no-repeat;
	background-size: cover;
}
.ddsp-content {
	background: #fff;
	border-radius: 6px;
	padding: 25px 60px;
	width: 530px;
	box-shadow: -1px 1px 3px #616161;
	float: right;
}
.ddsp-content .section-title {
	margin: 10px 0 15px;
	text-align: left;
	color: #5c5c5c;
	position: relative;
}
.ddsp-content .section-title:before {
	content: '';
	width: 54px;
	height: 4px;
	background: #c4161c;
	border-radius: 2px;
	position: absolute;
	bottom: -9px;
	left: 0;
}
.ddsp-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ddsp-content ul li {
	clear: both;
	padding: 25px 0px;
}
.ddsp-content .ddsp-icon {
	float: left;
	margin-right: 20px;
}
.ddsp-content .ddsp-details {
	font-size: 16px;
	float: left;
	width: calc(100% - 100px);
}
.ddsp-content .ddsp-details span {
	display: block;
	font-size: 13px;
}
.ddsp-content .ddsp-details p {
	font-size: 13px;
	margin: 2px 0;
}
@media only screen and (max-width:767px) {
	.ddsp-content {
		padding: 30px 19px;
		width: 100%;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.ddsp-section .container {
		padding: 0;
	}
}
@media only screen and (max-width:500px) {
	.ddsp-wrap {
		padding: 50px 0px 50px 5px;		/* border-top-right-radius: 0; */
	}
}

/* DKTT SECTION */
.dktt-section {
	width: 100%;
	background: url('../images/dktt-img.jpg') no-repeat;
	background-size: cover;
	margin-bottom: 30px !important;
}
.dktt-section .section-title {
	margin-bottom: 40px;
	margin-top: 30px;
}
.form-inner {
	/* background: #fff; */
	border-radius: 6px;
	padding: 35px 15px;
	max-width: 730px;
	box-shadow: 0px 0px 2px #b8b8b8;
	margin: 0 auto;
	position: relative;
	background: rgb(254,254,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(243,243,243,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%,rgba(243,243,243,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%,rgba(243,243,243,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}
.form-inner label {
	width: 25%;
	font-size: 14px;
	/* font-weight: 100; */
	text-align: right;
	padding-right: 13px;
}

.form-inner input, .form-inner select {
	width: 70%;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	height: 50px;
	padding: 0px 15px;
}

.form-inner textarea {
	width: 70%;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	height: 100px;
	padding: 0px 15px;
	vertical-align: middle;
}

@media only screen and (min-width:768px) {
	.form-inner label.error {
		width: 100%;
		font-size: 14px;
		text-align: left;
		padding-left: 25.5%;
	}
}

@media only screen and (max-width:767px) {
	.dktt-section {
		background: #fff;
		padding: 20px 0 30px !important;
	}
	.form-inner label, .form-inner label.error {
		width: 100%;
		text-align: left;
	}
	.form-inner input, .form-inner select, .form-inner textarea {
		width: 100%;
	}	
}

#dktt-form {
	margin-top: 25px;
}
#dktt-form .btn_details {
	margin: 0 auto;
	display: block;
	margin-top: 25px;
	padding: 10px 60px;
}
.dktt-success {
	text-align: center;
}
.dktt-success .success-icon {
}
.dktt-success .success-title {
	color: #0a4b85;
	font-weight: bold;
	margin-top: 25px;
}
.dktt-success p {
	padding: 0 25px;
}
.dktt-success .success-phone {
	color: #ca282f;
	font-weight: bold;
	font-size: 27px;
	/* margin-bottom: 25px; */
}

/* TTMTK SECTION */
.ttmtk-section {
	padding-bottom: 0px !important;

	/* margin-bottom: 80px !important; */
}
.ttmtk-section .pd10Per {
	padding: 20px 10%;
}
.ttmtk-block {
	margin-top: 30px;
	padding-left: 30px;
}
.ttmtk-block .ttmtk-icon {
	margin-bottom: 10px;
}
.ttmtk-section h4 {
	margin: 0;
	font-size: 15px;
}
.ttmtk-block p {
	font-size: 14px;
}
.ttmtk-block p a {
	color: #333;
	text-decoration: underline;
}

.ttmtk-block .number-dkv {
    line-height: 1.2;
    vertical-align: middle;
    margin-top: -77px;
    display: inline-block;
    margin-left: 55px;
    width: 95%;
}



.ttmtk-block .number {
	font-size: 85px;
	line-height: 0;
	color: #e2e2e2;
	vertical-align: middle;
	margin-top: -24px;
	display: inline-block;
}
@media only screen and (max-width:767px) {
	.ttmtk-section {
		margin-bottom: 0px !important;
	}
	.ttmtk-block {
		text-align: center;
		padding-left: 0
	}
	.ttmtk-block p {
		padding: 0px 20px;
	}
	.ttmtk-block p a {
		display: block;
	}
	.ttmtk-block .ttmtk-icon img {
	margin-bottom: 50px;
	}
	.ttmtk-block .number-dkv {
	margin-left: 0px
	}
}

/* PDV SECTION */
.pdv-section {
	padding: 30px 0 !important;
	text-align: center;
}
.pdv-section .section-title {
	margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
	.pdv-section .section-title {
		margin-top: 0px;
	}
}

/* SSHT SECTION */
.ssht-section {
	text-align: center;
}
.ssht-block {
	margin-top: 60px;
	border: 1px solid #ededed;
	padding: 30px 2px 50px;
	max-height: 260px;
}
.ssht-icon {
	max-width: 56px;
	margin: 0 auto;
}
.ssht-icon img {
	width: 100%;
}
.ssht-section h4 {
	margin: 20px 0 40px;
	font-size: 15px;

}

.ssht-section p {
	padding: 0 5px;
	font-size: 14px;
}
.ssht-section a p {
	color: #333;
}
.ssht-section a p:hover {
	color: #333;
}
.ssht-section a:hover {
	color: #c4161c;
}
.ssht-section a {
	color: #f9a11d;
}

.eService-section {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.eService-section .section-title {
	margin-bottom: 30px;
}
.eService-section .section-title.text-left {
	text-align: left;
}
.business .eService-section {
	background-color: #C2E3F9;
}
.personal .eService-section {
	background-color: #C2E3F9;
}
.eService-img {

	/* float: left; */
}
.eService-para {
	display: table;
}
.eService-para > a {
	display: block;
}
.eService-para p {
	text-align: left;
	font-size: 14px;
}
.eService-section .ssht-app {
	display: block;
	margin-bottom: 5px;
	padding-right: 5px;
}
.eService-section .leftBorder {
	border-left: 1px solid #e1e1e1;
	padding-left: 50px;
}
@media screen and (min-width:768px) and (max-width:992px) {
	.eService-section .container {
		width: 100%;
	}
	.eService-img {
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px) {
	.eService-img {
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}
	.eService-section .leftBorder {
		border-top: 1px solid #e1e1e1;
		border-left: 0;
		padding-left: 0px;
		margin-top: 35px;
		padding-top: 10px;
	}
}

/* 9/6/2017 */
.ssht-section .owl-carousel .owl-item img {
	display: inline-block;
	width: inherit;
}
.owl-carousel .owl-dots {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	display: none;
}
.owl-carousel .owl-dot {
	display: inline-block;
	zoom: 1;
	vertical-align: middle;
}
.owl-carousel .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #6783aa;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span {
	background: #c5151d;
	width: 12px;
	height: 12px;
}
@media only screen and (max-width:767px) {
	.ssht-section .owl-carousel .owl-dots {
		display: block;
	}
}

/*===== End Personal Page =====*/