@charset "utf-8";

/*------------------------------------------------------------
**
** Page (teamserenade)
**
--------------------------------------------------------------*/

#pw-page b {font-weight: bold;}

#pw-page .page-section{margin-bottom: 4rem;}
#pw-page .page-section.border-bottom{padding-bottom: 3rem; margin-bottom: 3rem;}

#pw-page .page-section.design-item {
	margin-bottom: 4rem;
}
#pw-page .page-title {
	position: relative;
	margin-bottom: 0;
	font-size: 50px;
	text-align: center;
	font-weight: 300;
}
#pw-page .page-title:before {
	content: '';
	position: absolute;
	left: 50%;bottom: -40px;
	width: 1px;height: 30px;
	border-left: 1px solid #aaa;
}
#pw-page .page-section.page-section-header {
	margin-bottom: 2.8rem;
}



#pw-page .page-section .summary {
	font-size: 16px;
	line-height: 1.8;
}
#pw-page .page-section .fabraury {
	position: absolute;
	right: -20%;bottom: 50px;
	padding: 1rem 3rem;
	color: #000;
	border: 10px solid #000;
}

.page-section .detail-title {
	border-top: 1px solid #333;
}
.page-section .detail-cont {
	border-top: 1px solid #eee;
}
.page-section .detail-cont.branch ul {
	list-style: disc;
	margin-bottom: 2rem;
}
#pw-page .page-section.page-ico img {
    width: 80px;
    height: 65px;
}

#pw-page .content-bg {
	position: relative;
	padding: 30px 0 0 0;
	line-height: 1.7;
	background-color: #f7f7f7;
	font-weight: 300;
}


/*branch*/
#pw-page figure {
	box-shadow: 0 10px 15px rgba(0,0,0,.1);
}
#pw-page figure a {
	display: block;	
	overflow: hidden;
}
#pw-page figure a>img {
	transition: transform .3s ease;
}
#pw-page figure:hover a>img {
	transform: scale(1.1);
}

#pw-page figure figcaption {
	padding: 2rem 2rem;
}
#pw-page figure figcaption .fa-ul>li svg {
	color: #B29873;
}

#pw-page .page-section.design-item .cont {
	font-size: 15px;
}

#pw-page .page-section .box-summary {
	margin: 2rem 0;
	padding: 3rem 3rem;
	font-size: 17px;
	font-weight: 200;
	line-height: 1.8;
	color: #fff;
	/* background: linear-gradient(
		120deg,
  hsl(219deg 48% 51%) 0%,
  hsl(219deg 47% 48%) 11%,
  hsl(219deg 48% 46%) 22%,
  hsl(219deg 49% 43%) 34%,
  hsl(219deg 50% 41%) 45%,
  hsl(219deg 52% 39%) 56%,
  hsl(219deg 53% 36%) 67%,
  hsl(219deg 55% 34%) 78%,
  hsl(219deg 57% 31%) 89%,
  hsl(219deg 59% 29%) 100%
	); */
	background: linear-gradient(120deg, #2c4f8c 13%, #335ba3 27%, #3864b2 66%, #28467e 90%);
	border-radius: 50px 0 50px 0;
}

.bg-up {
	background-color: #fff;
}



#pw-page .pagebg {
	height: 450px;
	min-height: 450px;
}
#pw-page .bg-img {
	/*background-attachment: fixed;*/
	background-image: url(../img/page-ab-bg1.jpg);
}
#pw-page .summary {
	font-size: 18px;
}


/*systems*/
#pw-page .imgbox:before {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 100%;
    background-color: rgba(0,0,0,.02);
    z-index: -1;
}
#pw-page .imgbox.left:before {
    right: 50%;
    left: auto;
}
#pw-page .img-circle>img {
    width: 70px;
    height: 70px;
}
#pw-page .img-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border: 1px solid #999;
    border-radius: 50%;
}



#pw-page .img-frame {
	position: relative;
}
#pw-page .img-frame:before {
	content: '';
	position: absolute;
	left: 2rem;top: 2rem;
	width: 100%;height: 100%;
	border: 10px solid #eee;
	z-index: -1;
}

#pw-page .section-summary {
	padding: 2rem 1rem;
	line-height: 1.8rem;
	background-color: #f8f8f8;
}

#pw-page .icon-linea {
    font-size: 50px;
    color: #888;
    height: 60px;
}

#pw-page .card-body .rounded-circle {
	width: 100px;
	height: 100px;
}


#pw-page .col-info {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 180px;
	height: 180px;
	text-align: center;
	border: 5px solid #41b7f9;
	border-radius: 50%;
}
#pw-page .col-info:before {
	content: '';
	position: absolute;
	left: -12px;top: -12px;
	right: -12px;bottom: -12px;
	border: 8px solid rgba(0,0,0,.05);
	border-radius: 50%;
}

#pw-page .title-product {
	position: relative;
	border-bottom: 1px solid #ddd;
}
#pw-page .title-product>span {
	display: inline-block;
	padding: .5rem 1rem;
	color: #fff;
	background-color: #50739c;
}
#pw-page .title-product>small {
	font-size: 16px;
	color: #888;
}
#pw-page .webzine {
	border: 1px solid #eee;
}
#pw-page .webzine img {
	max-width: 100%;
	height: auto;
}
#pw-page .webzine .caption h5 {
	color: #6986a9;
}

#pw-page .pw-parallax {
	height: 100vh;
}
#pw-page .pw-parallax svg {
	color: rgba(255,255,255,.5);
}
.pw-parallax .dzsparallaxer div.bg-overlay {
	background-color: rgba(0,0,0,.3);
}

#pw-page .room-content .nav-link {
	text-align: center;
	line-height: 1;
	color: #a0a4bb;
}
#pw-page .room-content .nav-link>span {
	font-size: 15px;
}	


#pw-page .video {
	background-image: url(../img/simbol-light.svg);
	background-repeat: no-repeat;
	background-position: right -15rem;
}

/*tabs*/
#pw-page .room {
	background-image: url(../img/simbol.svg);
	background-repeat: no-repeat;
	background-position: -5rem -15rem;
}
#pw-page .room .nav-link {
    display: block;
    padding: .8rem .5rem;
    font-size: 16px;
}
#pw-page .room .nav-pills .nav-item .nav-link {
    margin-left: -1px;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #ddd;    
    border-radius: 0;
}
#pw-page .room .nav-pills .nav-item:first-child .nav-link {
    margin-left: 0;
}    
#pw-page .room .nav-pills .nav-link.active, 
#pw-page .room .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #74aeec;
    border: 1px solid #2879d0;    
}
#pw-page .room .nav-justified>li {
    display: table-cell;
    width: 1%;
}


/* timeline */
.timeline .timeline-item {display: flex;width: 100%;}
.timeline .timeline-item .activity, 
.timeline .timeline-item .month {display: block;float:left;}
.timeline .timeline-item.close .activity, 
.timeline .timeline-item.close .month {color: #ccc;}
.timeline .timeline-item .month {
    width: 20%;
    font-size: 30px;
    font-weight: bold;
    color: #111;
}
.timeline .timeline-item .activity {
	display: flex;
	flex-direction: column;
    position: relative;
    width: 100%;width: 80%;
    margin-left: 0;padding: 0 0 40px 35px;   
    font-size: 16px;line-height: 1.8;
    border-left: 1px solid #ddd;
}
.timeline .timeline-item .activity p {
	display: flex;
	margin-bottom: 5px;
}
.timeline .timeline-item .activity p>span {
	display: inline-block;
    margin-right: 1rem;
    width: 20px;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.timeline .timeline-item .marker {           
    display: block;float: right;position: relative; 
    margin-right: -7px;margin-top: -30px;
    border-radius: 50%;z-index: 5;    
}
.timeline .timeline-item .marker .dot {
    display: block;float: right;position: relative;    
    height: 13px;width: 13px;    
    background-color: #5392f0;border: 3px solid #eee;border-radius: 50%; 
    z-index: 5;    
}
.timeline .timeline-item.active .activity, 
.timeline .timeline-item:hover .activity {color: #56a0ed;}
.timeline .timeline-item.active .month, 
.timeline .timeline-item:hover .month {color: #56a0ed;}
.timeline .timeline-item.active .marker .dot, 
.timeline .timeline-item:hover .marker .dot {
    background-color: #56a0ed;box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 480px) {
    .timeline .timeline-item .month {
        max-width: 80px;width: 80px;
        font-size: 24px;
    }
    .timeline .timeline-item .activity {padding-left:20px}
}
@media (max-width: 380px) {
    .timeline .timeline-item .activity {padding-left:20px}
}

/*certifi*/
#pw-page .certifi h5 {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}
#pw-page .certifi .img-box {
	position: relative;
	box-shadow: 5px 5px 0 rgba(0,0,0,.1);
}














.text-point {color: #012C6A;}
.text-orange {
	color: #F08200;
}
.bg-lightgreen {
	background-color: #e7f9ed;
}
.bg-lightblue {
	background-color: #ecf6fd;
}

#pw-page .fa-ul>li {
	margin-bottom: 1rem;
}
#pw-page .fa-ul>li svg {
	margin-right: .5rem;
	color: #154478;
}

.text-gray {color: #888;}
.py-100 {padding-top: 30px;padding-bottom: 30px;}

.white-cont{position: relative; padding: 2rem 0;}
.white-cont::before{
	content: '';
	position: absolute;
	left: 50%;
	top: -30px;
	width: 1px;
	height: 30px;
	border-left: 1px solid #aaa;
}

.white-cont > p{margin-bottom: 1.5rem;}
.white-cont h5{margin-bottom: 1.5rem; font-weight: 600;}
.white-cont > p:last-child{margin-bottom: 0;}
.white-cont ul{padding-left: 0; margin-bottom: 1.5rem;}

.white-cont ul li span{width: 20px; height: 20px; background-color: #212121; color: #fff; border-radius: 50%; display: inline-block; font-size: 12px; text-align: center; margin-right: 10px; padding-top: 1px;}

.liststyle{padding-left: 1.1rem !important;}
.liststyle > li{position: relative; font-size: 16px; font-weight: 400; color: #666 !important;}
.liststyle > li::before{content: ""; position: absolute; left: -14px; top: 8px; width: 5px; height: 5px; background-color: #000; border-radius: 50%;}

.about-txt h2{margin-bottom: 1.5rem;}
.about-txt p{line-height: 1.8;}
.about-txt p span{border-bottom: 1px solid #ff6363; color: #000;}

.blue-box{padding: 2rem; border-radius: 20px 0 20px 0; background-color: #009cff; display: inline-block;}
.blue-box > ul{padding-left: 0; margin-bottom: 0;}
.blue-box > ul > li{color: #fff; margin-bottom: 10px;}
.blue-box > ul > li:last-child{margin-bottom: 0;}
.blue-box > ul > li > span{color: #0228a0; margin-right: 10px;}

.grey-box{padding: 2rem; background-color: #f7f7f7;}
.grey-box p{line-height: 1.8; margin-bottom: 2rem;}
.grey-box p:last-child{margin-bottom: 0;}
.grey-box p span{color: #bf4141;}

.ver-line{width: 1px; height: 150px; background-color: #000; margin: 0 auto;}

/*------------------------------------------------------------
**
** Media Query
**
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.py-100 {padding-top: 100px;padding-bottom: 100px;}
	.bg-up {
		transform: translateY(-3rem);
	}
	#pw-page .section-summary {
		padding: 4rem 5rem;
		font-size: 1.1rem !important;
	}	
	#pw-page .card-body {
		padding: 3rem 2rem 2rem;
		min-height: 372px;
	}

	#pw-page .webzine img {
		width: 300px;
		height: auto;
	}	
	#pw-page .imgbox:before {
	    display: block;
	}

	.white-cont ul li{display: flex; flex-direction: row; align-items: center; margin-bottom: 5px;}
}
@media (min-width: 1200px) {
	#pw-page .content-bg {
		padding: 4rem;
		font-size: 20px;
		line-height: 2.5;
	}

}

@media (max-width: 1200px) {
	#pw-page {
		padding-top: 4rem;
	}
}
@media (max-width: 991px) {
	.line-under.line-white:before {
		border-color: #333;
	}
	#pw-page .organi-title.before-right:after {
		display: none;
	}
	#pw-page .organi-cont>div {
		margin-bottom: .5rem !important;
		-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	}
	#pw-page .organi-title:before {
		display: none;
		top: -72px;
		height: 72px;
	}

	.liststyle > li{font-size: 14px;}

	.white-cont ul li span{margin-right: 5px;}
	.white-cont ul li{font-size: 14px;}

	.white-cont > p{font-size: 14px;}

	.about-txt h2{font-size: 22px;}
	.about-txt p{font-size: 14px;}
	.blue-box{padding: 2rem 1rem;}
	.blue-box > ul > li{font-size: 14px;}
	.grey-box{padding: 2rem 1rem;}
	.grey-box p{font-size: 14px; margin-bottom: 1.5rem;}

}

@media (max-width: 576px) {
	#pw-page .page-title {
		font-size: 28px;
	}
	#pw-page .page-section.page-section-header {
		margin-bottom: 3rem;
	}
	#pw-page .img-frame:before {
		left: 10px;top: 10px;
	}

	#pw-page .col-info {
		width: 150px;
		height: 150px;
	}

	#pw-page .page-section.design-item .cont {
		font-size: 13px;
		line-height: 1.4;
	}
	#pw-page .room-content .nav-link {
		padding: 1rem 10px;
	}
	#pw-page .room-content .nav-link>svg {
		font-size: 32px;
	}


}