.feedback-form select {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	width: 100%;
	border-color: #d6d6d6;
	margin-bottom: 10px;
}
.qa-detail .item {
    padding: 10px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 10px;
}
.qa-detail .item >.information {
	float: left;
	width: 188px;
	padding-right: 40px;
	text-align: center;
	background: url("../../images/slider-background.jpg") no-repeat top right;
	background-size: 18px;
	margin-bottom: 10px;
}
.qa-detail .item .information .name {
	font-family: "Lato-Bold";
	color: #3db64d;
}
.qa-detail .item .content {
	padding-left: 10px;
}
.qa-detail .item .content .name {
	font-size: 16px;
	font-family: "Lato-Bold";
	color: #595959;
}
.qa-detail .item .content .time {
    font-size: 12px;
    margin-bottom: 10px;
    color: #818181;
    opacity: 0.8;
} 
.qa-detail .content .name{
	font-size: 16px;
	font-family: "Lato-Bold";
	color: #000000;
	padding-bottom: 5px;
}

.contact-page .hotline {
	max-width: 366px;
	height: 192px;
	background: url(../../images/hotlinebgr.png) no-repeat center;
	position: relative;
	margin-bottom: 30px;
	background-size: 100% auto;
}

.contact-page .delivery {
	height: 192px;
	padding: 55px 0 0 200px;
	background: url(../../images/giaohang.png) no-repeat left 30px;
	text-transform: uppercase;
	color: #1e1e1e;
	font-size: 30px;
	font-family: "Roboto Condensed";
}
.contact-page label{
	font-weight: bold;
}
form .group .btn-df[type='submit'] {
	background: #2a8f00;
	color: #ffffff;
}
form .group .btn-df {
	border: none;
	background: #d2d2d2;
	line-height: 35px;
	padding: 0 20px;
}
form .group {
	margin-bottom: 20px;
	height: 35px;
	zoom: 1;
}
form .group .input-df {
	width: 100%;
	background: #ffffff;
	border: 1px solid #727272;
	padding: 7px 10px;
	line-height: 20px;
}

.contact-page .hotline > span {
	position: absolute;
	bottom: 36px;
	right: 25px;
	color: #f9fb30;
	font-size: 3.6rem;
	font-style: italic;
	font-family: "Segoe UI Bold";
}

@media screen and (min-width: 768px) {
	.guide-checkout .di-table {
		display: table;
		width: 100%;
	}
}

.guide-checkout .di-table-cell.directional {
	background: #ebebeb;
	text-transform: uppercase;
	border: 1px solid #505050;
}

@media screen and (min-width: 768px) {
	.guide-checkout .di-table-cell.directional {
		width: 260px;
		margin: 0 -10px;
		padding: 0 !important;
	}
}
@media screen and (min-width: 768px) {
	.guide-checkout .di-table > .di-table-cell {
		display: table-cell;
		vertical-align: top;
		padding: 0;
	}
}

.content-policy .guide-checkout .wrapper{
	margin-top: 20px;
	padding: 20px;
	background: #fbfbfb;
}

.guide-checkout .di-table-cell {
	padding: 0 10px 0 30px !important;
}

.content-policy .guide-checkout .green-text {
	color: #3db64d;
	padding-bottom: 10px;
	border-bottom: 1px solid #3db64d;
	font-family: SFUSwissBTExtraCompressed;
	font-size: 34px;
	font-weight: 400;
}

.content-policy .guide-checkout .blue-text {
	color: #0277a4;
	padding-bottom: 10px;
	font-family: SFUSwissBTExtraCompressed;
	font-size: 34px;
	font-weight: 400;
}

.content-policy .guide-checkout .title {
	margin-bottom: 20px;
}

.content-policy .guide-checkout .nav-tabs > li > a {
	border: none !important;
	border-bottom: 1px solid #505050 !important;
	color: #0277a4;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
	position: relative;
	padding: 10px 15px;
	transition: all 0.75s;
}

.content-policy .guide-checkout .nav-tabs > .active > a {
	color: #3db64d;
}

.content-policy .nav>li>a:hover, .nav>li>a:focus {
	background-color: #eee;
}

.content-policy .nav-tabs > li.active, .nav-tabs > li:hover, .nav-tabs > li:focus {
	border: none;
	background: #ffffff;
	color: #333333;
}

.content-policy .guide-checkout .nav-tabs > li {
	float: none;
	margin-bottom: -1px;
}

.content-policy .nav-tabs {
	border-bottom: none;
}

.content-policy .nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.checkout-summary-row {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.checkout-summary-rows .title{
	font-size: 14px;
	color: #757575;
	line-height: 16px;
	font-weight: bold;
}

.checkout-summary-label {
	display: table-cell;
	font-size: 14px;
	color: #757575;
	letter-spacing: 0;
	line-height: 16px;
	vertical-align: middle;
	width: 50%;
}

.checkout-summary-value {
	display: table-cell;
	font-size: 16px;
	line-height: 21px;
	text-align: right;
	color: #202020;
	letter-spacing: -.44px;
	vertical-align: middle;
}

.checkout-summary-description {
	font-style: italic;
	font-size: 12px;
	margin-top: -20px;
	margin-bottom: 20px;
}

.checkout-summary-rows{
	margin-bottom: 20px;
}

.payment .checkout-summary-row, .ship-fee .checkout-summary-row {
	margin-left: 20px;
}

.cart-page .table {
	min-width: unset !important;
}
.cart-page .lf {
	padding-left: 0px;
}

.cart-page .rg {
	padding-right: 0px;
}

.cart-page .bank {
	margin-top: 10px;
}
#checkout-banking {
	margin-left: 20px;
}

.navbar-nav li a {
	 padding-left: 14px;
	 padding-right: 14px;
}