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

.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:400; border:none; border-radius:0; transition:all 0.25s ease-out 0s; display:inline-block; position:relative; color:#ffffff; background:none; margin:0 40px 0 0; padding:10px 0 18px; font-family: 'satoshi-regular-font';}

.tab-row1 li:hover {
	font-family: 'satoshi-bold-font';
	transition: all 0.25s ease-out 0s;
}

.tab-row1 li.active {
	font-family: 'satoshi-bold-font';
	transition: all 0.25s ease-out 0s;
}

.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; font-size:13px !important; color:#ffffff; background:#99d5eb; border-color:#99d5eb !important; margin:0 0 0 0; padding:16px 20px 15px 22px;}
.tab-btn1:hover { color:#99d5eb; background:none; border-color:rgba(153,213,235,0.4);}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.tab-row1 { width:100%; padding:0 5% 10px;}
.tab-row1 li { width:50%; float:left; color:#000; padding:9px 2% 9px; margin:0;}
.tab-row1 li:nth-child(2) { float:right;}
.conten-wrapp2 .tab-row1 { margin:0 0 20px;}
.tab-btn1 { width:90%; margin:0 auto; display:block !important;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.tab-row1 { width:100%;}
.tab-row1 li { color:#000;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.tab-row1 li { margin:0 25px 0 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.tab-row1 li { font-size:15px; padding:5px 0 14px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
}

@media screen and (min-width:1025px) and (max-width:1240px) {
}

@media screen and (min-width:1241px) and (max-width:1350px) {
}