@charset "utf-8";
/* CSS Document */

/*
.highlightBorderTabDifferent::after{
  content: '';
  position: absolute;
  width: 0px;
  height: 5px;
  left: 50%;
  bottom:0;
  background-color: white;
  transition: all ease-in-out .2s;
}
.highlightBorderTabDifferent:hover::after{
  width: 100%;
  left: 0;
}
*/

.tab-row1 {
	text-align: center;
	padding: 0;
	float: none;
	display: inline-block;
	list-style: none;
	width: auto;
}
.tab-row1 li {
	width: auto;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: normal;
	border: none;
	/*border-bottom:1px solid #d2d2d2;*/
	border-radius: 0;
	transition: all 0.25s ease-out 0s;
	display: inline-block;
	position: relative;
	color: #353b42;
	background: none;
	margin: 0 125px 0 0;
	padding: 10px 0 48px;
	font-family: 'Montserrat', serif;
	cursor: pointer;
	animation-name: fadeIn;
	animation-timing-function: ease-in-out;
	animation-duration: 350ms;
 animation-delay: calc(var(--count) * 250ms);
	animation-fill-mode: both;
}
.tab-row1 li:nth-child(4n) {
	margin-right: 0;
}
.tab-row1 li:last-child {
	margin-right: 0;
}
.tab-row1 li span {
	width: auto;
	display: inline-block;
	margin: 0 8px -10px 0;
}
.tab-row1 li span img {
	width: 100%;
	display: block;
}
.tab-row1 li:hover {
	background: none;
	border: none;
}
.tab-row1 li:hover::after {
	width: 100%;
	left: 0;
}
.tab-row1 li::after {
	content: '';
	position: absolute;
	width: 0px;
	height: 1px;
	left: 50%;
	bottom: 0;
	background-color: #49a4c1;
	transition: all ease-in-out .2s;
}
.tab-row1 li.active::after {
	background: none;
	border: none;
	/*border-bottom:4px solid #49a4c1;*/
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #49a4c1;
	transition: all ease-in-out .2s;
}
.tab-row2 {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0 auto 0;
}
.tab-bar2 {
	width: 100%;
	float: left;
	display: none;
	margin: 0 0 0;
}
.tab-icon1 {
	width: 55px;
	float: none;
	transform: translateY(-50%);
	margin: 0 auto 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
}
.tab-btn1 {
	float: none;
	color: #ffffff;
	background: #49a4c1;
	border-color: #49a4c1;
	cursor: pointer;
	margin: 0 0 10px;
	padding: 14px 25px 14px 25px;
}
.tab-btn1:hover {
	color: #49a4c1;
	background: none;
	border-color: #49a4c1;
}
.conten-wrapp .conten-tab .tab-btn1 {
	animation-name: fadeIn;
	animation-timing-function: ease-in-out;
	animation-duration: 350ms;
	animation-delay: 1250ms;
	animation-fill-mode: both;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.tab-row1 {
	width: 100%;
}
.tab-row1 li {
	width: 50%;
	float: none;
	font-size: 13px;
	padding: 11px 0.5% 20px;
	margin: 0;
}
.tab-row1 li:nth-child(2) {
	float: right;
}
.conten-wrapp2 .tab-row1 {
	margin: 0 0 20px;
}
.tab-row1 li span {
	display: none;
}
}
 @media screen and (min-width:481px) and (max-width:600px) {
.tab-row1 {
	width: 100%;
}
.tab-row1 li {
	font-size: 13px;
	padding: 9px 13px 20px;
	margin: 0 6px 0 0;
}
.conten-wrapp2 .tab-row1 {
	margin: 0 0 20px;
}
}
 @media screen and (min-width:601px) and (max-width:767px) {
.tab-row1 li {
	font-size: 13px;
	padding: 9px 13px 20px;
	margin: 0 6px 0 0;
}
.conten-wrapp2 .tab-row1 {
	margin: 0 0 20px;
}
}
 @media screen and (min-width:768px) and (max-width:900px) {
.tab-row1 li {
	font-size: 13px;
	margin: 0 40px 0 0;
	padding: 4px 0 32px;
}
.tab-row1 li span {
	width: 20px;
	margin: 0 4px -8px 0;
}
}
 @media screen and (min-width:901px) and (max-width:1024px) {
.tab-row1 li {
	font-size: 14px;
	margin: 0 60px 0 0;
	padding: 7px 0 40px;
}
.tab-row1 li span {
	width: 23px;
	margin: 0 6px -9px 0;
}
}
 @media screen and (min-width:1025px) and (max-width:1240px) {
.tab-row1 li {
	margin: 0 80px 0 0;
}
}
 @media screen and (min-width:1241px) and (max-width:1350px) {
}
