.list-group {
	list-style: none;
}

.list-group-item {
	padding: 10px 0 10px 15px;
}

.list-group-item a {
	color: #333;
}

#nav_product .nav > li > a {
	padding: 10px 0 0;
}

#nav_product .nav li {
	border-bottom: 2px solid #B5B5B5;
}
#nav_product .nav li.active {
	border-bottom: 2px solid #4594EF;
}

#nav_product .nav li > a{
	height: 44px;
}

.list-group {
	margin-top: 40px;
}

.list-group-item {
	border: none;
}

.tab-content .container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

.section-1 {
	margin-top: 40px;
}

.section-1 .navbar {
	border: 0;
}

.sort-select {
	position: relative;
}

/*div.sort-select:after {
	content: "∨";
  position: absolute;
  right: 0;
  pointer-events: none;
}*/

.sort-select select {
	width: 70px;
	border: none;
	outline: none;
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}

.tab-pane .row > div {
	margin-top: 50px;
}

.tab-pane .row div.text-center img {
	margin-bottom: 10px;
	height: 230px;
}

.div-text-hidden {
	width: 100%;
	/*height:32px;*/
}

.tab-pane .detailDiv > div:nth-child(3){
	display: flex;
	margin-top: 10px;
}

.circular {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 20px;
	height: 20px;
	/*border: 1px solid #DCDCDC;*/
	border-radius: 100%;
}

.circular-bgcolor1 {
	background-color: #FFF;
}
.circular-bgcolor2 {
	background-color: #F6E835;
}
.circular-bgcolor3 {
	background-color: #FAB036;
}
.circular-bgcolor4 {
	background-color: #E45B6B;
}
.circular-bgcolor5 {
	background-color: #659FE2;
}
.circular-bgcolor6 {
	background-color: #A0D95D;
}


.vd-btn {
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
	border: 1px solid #979797;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	background-color: transparent;
	color: #4A4A4A;
	font-size: 16px;
	line-height: 48px;
	display: block;
}

.vd-btn:hover {
	border: 1px solid #4594EF;
	background: #4594EF;
	color: #FFF;
}

.page-div {
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: center;
	position: relative;
}

.page-select {
	margin-top: 20px;
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	line-height: 32px;
}

.page-select select {
	/*
	padding: 0 15px 0 0;
	text-align:center;
	text-align-last:center；*/
	width:65px;
	height: 30px;
	text-align:center;
	text-align-last:center;
	padding-left:6px;
	margin:-0.6rem 0;
}

.pagination > li > a {
	/*margin-right: 55px;*/
	border: none;
	color: #8A8A8A;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #0871b9;
	border-color: #0871b9;
}

.pagination > li > a:hover, .pagination > li > a:focus {
	background-color: transparent;
	color: #4594EF;
}

.img-thumbnail {
	padding: 10px 15px;
}

.left-title {
	font-size: 16px;
	font-weight: 400;
}
.left-text {
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.div-text-hidden {
		padding-left: 6px;
		padding-right: 6px;
	}
	.page-select {
		bottom: -26px;
	}
}