.dessMedicine{
	max-width: 960px;
	margin:0 auto;
	margin-bottom: 30px;
	text-align: center;
}
.medicine{
	margin-bottom: 30px;
	position: relative;
}
.medicine .img a{
	display: block;
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.medicine .img a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.3;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.medicine:hover .img a:before{
	opacity: 0.7;
}
.medicine .caption{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 40px;
	flex-direction: column;
	z-index: 2;
}
.medicine .tend{
	width: 90%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transform: translateY(150px);
}
.medicine:hover .tend{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.medicine .tend:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	border-bottom: solid 2px #ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.medicine:hover .tend:before{
	-webkit-transition: all 0.3s linear 0.3s;
	-o-transition: all 0.3s linear 0.3s;
	transition: all 0.3s linear 0.3s;
	right: 0;
}
.medicine .tend a{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	max-height: 105px;
	display: block;
	text-align: center;
	color:#ffffff;
	pointer-events: auto;
}
.medicine .listMenu{
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
}
.medicine:hover .listMenu{
	opacity: 1;
}
.medicine .listMenu ul li{
	margin-bottom: 15px;
}
.medicine .listMenu ul li a{
	display: block;
	text-transform: uppercase;
	color:#ffffff;
	text-align: center;
	pointer-events: auto;
}
.medicine .listMenu ul li a:hover{
	color:#008a80;
}
.medicine .link{
	position: absolute;
	bottom: 25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.medicine .link a{
	display: inline-block;
	text-align: center;
	width: 170px;
	border:solid 2px #008a80;
	color:#ffffff;
	font-weight: bold;
	padding: 7px 10px;
	pointer-events: auto;
}
.medicine .link a:hover{
	background: #008a80;
}
/*==============================================================*/
.product{
	background: #ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 30px;
}
.product:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.product .img a{
	display: block;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.product .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: -webkit-transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1);
	transition: transform 4s cubic-bezier(0,.6,.45,1), -webkit-transform 7s cubic-bezier(0,.6,.45,1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.product .img a:hover img{
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.product .caption {
    padding: 18px 15px;
}
.product .tend{
	margin-bottom: 5px;
}
.product .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	color:#008a80;
	text-align: center;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .sl{
	text-align: center;
	color:#666666;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .price{
	font-weight: bold;
	color:#666666;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
/*================================================================*/
.filterMedicine{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.filterMedicine select{
	width: 270px;
	height: 50px;
	background-color: #f8fafd;
	padding-left: 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 3px rgba(0, 138, 128, 0.2);
	border:none;
	margin: 0 15px;
}
/*==============================================================*/
.productWrap{
	margin-bottom: 40px;
}
.productWrap .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin:0 -25px;
}
.productWrap .grid .col1{
	width: 450px;
	padding: 0 25px;
}
.productWrap .grid .col2{
	width:-webkit-calc(100% - 450px);
	width:-moz-calc(100% - 450px);
	width:-o-calc(100% - 450px);
	width:calc(100% - 450px);
	padding: 0 25px;
}
#slideThumbnail .slick-list{
	margin-bottom: 20px;
}
#slideThumbnail .slick-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slideThumbnail .slick-dots{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 15px;
	margin-right: 20px;
	border-right: solid 1px rgba(0,0,0,0.15);
}
#slideThumbnail .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideThumbnail .slick-dots li button{
	width:10px;
	height:10px;
	background: transparent;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 1px #666666;
}
#slideThumbnail .slick-dots li.slick-active button{
	background: #008a80;
	border-color: #008a80;
}
#slideThumbnail .zoom{
	font-size: 13px;
	line-height: 21px;
}
#slideThumbnail .zoom span{
	padding-left: 20px;
	position: relative;
}
#slideThumbnail .zoom span:before{
	content: "\f00e";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#008a80;
}
#slideThumbnail .item img{
	width: 100%;
}
.the-title{
	margin-bottom: 10px;
}
.the-title h1{
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
}
.the-info{
	color:#666666;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #008a80;
}
.the-attr{
	margin-bottom: 20px;
}
.the-attr .title{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color:#008a80;
	margin-bottom: 15px;
}
.the-attr table{
	width: 100%;
	border-top: solid 1px rgba(0,0,0,0.15);
	border-left: solid 1px rgba(0,0,0,0.15);
}
.the-attr table tr td{
	border-bottom: solid 1px rgba(0,0,0,0.15);
	border-right: solid 1px rgba(0,0,0,0.15);
	padding: 12px 10px;
}
/*===============================================================*/
.productContent {
	padding-bottom: 30px;
}
.productContent .tab-list{
	position: relative;
	margin-bottom: 20px;
	border-bottom: solid 2px #008a80;
}
.productContent .tab-list ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.productContent .tab-list ul li{
	flex-shrink: 0;
}
.productContent .tab-list ul li a{
	display: block;
	padding: 9px 25px;
	font-size: 14px;
	background: #f6f6f6;
	color:#666666;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: bold;
}
.productContent .tab-list ul li.active a{
	color: #ffffff;
	background: #008a80;
}
.productContent .tab-list .mc-menu{
	color: #333333;
	text-transform: uppercase;
	padding: 9px 15px;
	background: #feda60;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
	display: none;
}
.productContent .tab-list .mc-menu:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.the-content .t1{
	font-size: 24px;
	line-height: 32px;
}
/*==============================================================*/
.productOther{
	padding: 30px 0 45px;
	border-top: solid 1px #008a80;
}
.productOther .title{
	margin-bottom: 20px;
	text-align: center;
}
.productOther .title h2{
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	text-transform: uppercase;
	color:#008a80;
}
.slick-design .slick-list{
	margin: 0 -15px;
	padding: 10px 0;
}
.slick-design .item{
	padding: 0 15px;
}
.slick-design .product{
	margin-bottom: 0;
}
.slick-design .slick-arrow{
	width:40px;
	height:40px;
	background: none;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	color:#008a80;
}
.slick-design .slick-prev{
	left:-60px
}
.slick-design .slick-next{
	right:-60px
}
.slick-design .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 16px;
	line-height: 24px;
}
.slick-design .slick-prev:before{
	content: "\f060";
}
.slick-design .slick-next:before{
	content: "\f061";
}
.slick-design .slick-arrow:hover{
	color:#333333;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1025px){
.slick-design .slick-prev{
	left:-5px
}
.slick-design .slick-next{
	right:-5px
}
}

@media all and (max-width: 991px){
.medicine .tend{
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
.medicine .listMenu{
	display: none;
}
.medicine .img a{
	height: 250px;
}
.medicine .tend a{
	font-size: 16px;
	line-height: 24px;
	max-height: 72px;
}
.slick-design .slick-list{
	margin: 0 -10px;
}
.slick-design .item{
	padding: 0 10px;
}
}

@media all and (max-width: 768px){
.slick-design .slick-list{
	margin: 0 -5px;
}
.slick-design .item{
	padding: 0 5px;
}
}

@media all and (max-width: 767px){
.productWrap .grid{
	display: block;
}
.productWrap .grid .col1,
.productWrap .grid .col2{
	width: 100%;
}
#slideThumbnail{
	margin-bottom: 20px;
}
}

@media all and (max-width: 640px){

}

@media all and (max-width: 480px){
.medicine .link a{
	width: 130px;
}
.filterMedicine{
	margin: 0 -5px;
	margin-bottom: 30px;
}
.filterMedicine select{
	margin: 0 5px;
	width: 50%;
}
}

@media all and (max-width: 380px){
.medicine .img a{
	height: 200px;
}
}