@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	font-family: 'Yu Gothic' , 'Helvetica Neue';
}
.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.overlay-blue,
.overlay-dark-blue,
.overlay{
	background-color: rgba(0, 113, 188, 0.8);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.overlay-dark-blue{
	background-color: rgba(0, 25, 74, 0.3);
}
.overlay{
	background-color: rgba(255, 255, 255, 0.4);
}
.img-head-cover{
	position: relative;
}
.img-head-cover .caption{
	text-align: center;
	color: #fff;
	padding-top: 9em;
	padding-bottom: 9em;
	line-height: 1.7;
	font-size: 14pt;
}
.img-head-cover .title-text{
	font-size: 24pt;
}
.img-text-blue-box{
/*	padding-bottom: 10em;
	padding-top: 10em;*/
}
.img-text-blue-box .position-blue-box{
	height: 100%;
    width: 100%;
    display: flex;
    align-self: center;
    align-items: center;
}
.wrapp-bg-blue-text{
	margin:auto;
	padding-left: 15px;
	padding-right: 15px;
}
.bg-blue-text{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	display: inline-block;
	background-color: rgba(25,164,222,0.95);
	color: #fff;
	border-radius: 10px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 2px 3px 0px 2px #195e7d;
    -moz-box-shadow: 2px 3px 0px 2px #195e7d;
    box-shadow: 2px 3px 0px 2px #195e7d;
}
.tab-bg-white{
	position: relative;
	background: url('../img/badge-center.png') repeat-x center transparent;
	background-size: 100% 100%; 
	color: #f7931e;
	padding: 0.3em 0.5em;
	margin-top:2em;
}
.tab-bg-white:before{
	content: "";
    display: block;
    width: 15px;
    height: 100%;
    margin: auto;
    /*
    border-left: 15px solid transparent;
    border-right: 15px solid #19a4de;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    */
    background: url('../img/badge-right.png') no-repeat center;
    background-size: 100% 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: -15px;
}
.tab-bg-white:after{
	content: "";
    display: block;
    width: 15px;
    height: 100%;
    margin: auto;
    /*
    border-left: 15px solid #19a4de;
    border-right: 15px solid transparent;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    */
    background: url('../img/badge-left.png') no-repeat center;
    background-size: 100% 100%;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -15px;
}
.border-bg-blue{
	border:1px solid #fff;
	margin: 0.7em;
    border-radius: 10px;
    padding: 3em 3.5em;
}
.blue-tab-wrapp{
	background-color: #18a5e8;
	color: #fff;
	text-align: center;
}
.blue-tab-wrapp .blue-tab{
	-webkit-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
.blue-tab-wrapp .blue-tab-right img{
	width: 100%;
	max-width: 200px;
}
.blue-tab-wrapp .blue-tab-right,
.blue-tab-wrapp .blue-tab-left{
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
	-webkit-transform: skewX(30deg);
	transform: skewX(30deg);
}
.blue-tab-wrapp .text-des{
	line-height: 1.7;
}
.blue-tab-wrapp .text-des p{
	margin-bottom: 0;
}
.blue-tab-wrapp .text-des .text-eng{
	font-size: 11pt;
}
.blue-tab-wrapp .blue-tab{
	position: relative;
	padding-top: 0.3em;
    padding-bottom: 0.3em;
}
.blue-tab-wrapp .blue-tab:before{
	content: "";
	display: block;
	background-color: #1dbcff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blue-tab-wrapp .blue-tab:after{
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 5px;
	left: 6px;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.home-highlight {
	overflow: hidden;
}
.home-highlight .highlight-item{
	margin-bottom: 4em;
}
.home-highlight .img-bg-shadow{
	position: relative;
    overflow: hidden;
    margin-bottom: 1em;
	background-color: #fff;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.1), 
	    		0 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.home-highlight .details-wrapp{
	position: relative;
    padding-top: 3.5em;
    padding-bottom: 2.5em;
    margin-top: 3em;
}
.home-highlight .img-bg-shadow .img-url{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}	
.home-highlight .img-bg-shadow:before{
	content:"";
	display: block;
	padding-bottom: 55%;
}
.home-highlight .details-wrapp{
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.7;
}
.home-highlight .details-wrapp .text-title{
	margin-bottom: 1.5em;
    display: inline-block;
    border-left: 5px solid #f7931e;
    padding: 0.7em;
    background-color: #fff;
    color: #000;
    letter-spacing: 2px;
}
.home-highlight .details-wrapp .text-content{
	padding-left: 1em;
	letter-spacing: 3px;
}
.home-highlight .details-wrapp .text-title h2{
	font-size: 16pt;
	margin-bottom:0;
}
.home-highlight .details-wrapp:before{
	content:"";
	display: block;
	background-color: #f2f2f2;
	position: absolute;
	top: 0;
	width: 130%;
	height: 100%;
	margin-left: -30%;
	z-index: -1;
}
.home-highlight .img-right-side .details-wrapp:before {
	margin: 0;
	left: 0
}
.archive h2 {
	text-align: center;
	margin-bottom: 30px;
}
.title-border {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 3em;
    font-size: 20pt;
    margin-bottom: 2.5em;
    letter-spacing: 3px;
}
.title-border span {
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 20px; 
}
.title-border .text-title:before, .title-border .text-title:after {
    content: '';
    display: block;
    width: 100vw;
    position: absolute;
    top: 50%;
    border-top: 1px solid #18a5e8;
}
.title-border span:before {
    right: 100%;
}
.title-border span:after {
    left: 100%;
}
.title-bg-radius {
	background-color: #18a5e8;
    display: inline-block;
    border-radius: 10px;
    line-height: 1.7;
    font-size: 16pt;
    padding: 0.1em 2em;
    color: #fff;
    margin-bottom: 3em;
}
.home-contact{
	padding-bottom: 2em;
	padding-top: 2em;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 1.7;
}
.home-contact .wrapp-bg-color{
	position: relative;
	text-align: center;
	background-color: rgba(24, 165, 232, 0.1);
	border:2px solid #18a5e8;
	padding-top: 3em;
    padding-bottom: 3em;
}
.home-contact .wrapp-bg-color:before,
.home-contact .wrapp-bg-color:after{
	content:"";
	display:block;
	position: absolute;
	top: -2px;
	width: 0;
	height: 0;
	left: 50%;
	transform: translate(-50%,0%);
}
.home-contact .wrapp-bg-color:before{
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 19px solid #fff;
	z-index: 1;
}
.home-contact .wrapp-bg-color:after{
	border-left: 34px solid transparent;
	border-right: 34px solid transparent;
	border-top: 22px solid #18a5e8;
}
.home-contact .icon-contact{
	font-size: 30pt;
	color: #333333;
	margin-bottom: 0.5em;
}
.home-contact .text-contact{
	font-size: 14pt;
	margin-bottom: 0.5em;
}
.home-contact .text-link{
	font-size: 24pt;
	color: #333333;
	text-decoration: none;
	margin-left: 0.5em;
}
.home-contact .link-phone{
	margin-top: 2em;
}
.home-contact .title-text{
	font-size: 22pt;
    line-height: 1.7;
    margin-bottom: 0.7em;
}
a.btn-mail {
    display: inline-block;
    background-color: transparent;
    color: #000;
    padding: 1em 2em;
    border:1px solid #333333;
    margin-top: 2em;
    text-decoration: none; 
    color: #333333;
    font-size: 13pt;
    vertical-align: middle;
}
.btn-mail:hover,
.btn-border-black:hover,
.btn-border-white:hover{
	transition: all 2s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
	background-color: rgba(51, 51, 51, 0.15);
}
.icon-mail{
	vertical-align: middle;
	font-size: 16pt;
	margin-right: 1em;
}
.main-footer{
	background-color: #f7f7f7;
	color: #666;
	text-align: center;
	padding-top: 3em;
}
.main-footer .logo-footer{
	max-width: 250px;
	margin-bottom: 2.2em;
}
.main-footer .text-title{
	margin-bottom: 0.5em;
}
.main-footer .nav-link-footer ul{
	padding-left: 0;
	margin-bottom: 1em;
}
.main-footer .nav-link-footer li{
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0.7em;
}
.main-footer .nav-link-footer li:not(:last-child){
	border-right: 1px solid #666666;
}
.main-footer .nav-link-footer a{
	text-decoration: none;
	color: #666666;
	display: block;
}
.main-footer .nav-link-footer a:hover{
	transition: all 0.5s ease-in-out;
	color: rgba(221, 221, 221, 0.7);
}
.main-footer .copy-right{
	margin-bottom: 0;
	padding-top: 1em;
	font-size: 11pt;
}
.blue-tab-footer{
	background-color: #18a5e8;
	color: #333333;
	padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-top: 1.5em;
}
.blue-tab-footer .blue-tab-right, 
.blue-tab-footer .blue-tab-left{
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
}
.blue-tab-footer .text-des p{
    margin-bottom: 0;
    font-weight: 300;
}
.blue-tab-footer .text-des{
    line-height: 1.7;
}
.blue-tab-footer .text-des .text-eng{
    font-size: 9pt;
    font-weight: 300;
}
.blue-tab-footer .blue-tab-right img{
    width: 100%;
    max-width: 200px;
}
.wrapp-privacy{
	padding-top:5em;
	padding-bottom: 5em;
}
.wrapp-privacy .title-text{
	font-size: 14pt;
	margin-bottom: 3em;
}
.wrapp-privacy .box-content .text-name{
	font-size: 14pt;
	border-left: 5px solid #18a5e8;
	margin-bottom: 1em;
	padding-left: 0.5em;
}
.wrapp-privacy .privacy-item:not(:last-child){
	margin-bottom: 2em;
}
.wrapp-privacy .privacy-item p {
	font-weight: 200;
}
.privacy-item a {
	color:#000;
}
.color-red{
	color: #ff0000;
}
.wrapp-question{
	padding-top: 4em;
}
.question-item .bg-title{
	background-color: #f7f7f7;
    border-top: 5px solid #188bd1;
    padding: 1em 1.5em;
}
.question-item .text-title{
	font-size: 13pt;
    line-height: 1.7;
    margin-bottom: 0;
    color: #188bd1;
}
.question-item .text-content{
	padding: 1em 1.5em;
/*	font-size: 14pt;*/
    line-height: 1.7;
}
.wrapp-question .question-item{
	margin-bottom: 4em;
}
.wrapp-question .title-text{
	text-align: center;
    font-size: 14pt;
    line-height: 1.7;
    margin-bottom: 4em;
}
.text-align-right{
	text-align: right;
	margin-top: 4em;
}
.text-align-right p{
	margin-bottom: 0.5em;
}
.wrapp-profile{
	padding-top: 4em;
	padding-bottom: 4em;
}
.wrapp-profile .more-space-bottom{
	margin-bottom: 2em;
}
.wrapp-profile .box-content{
	font-size: 13pt;
	line-height: 1.7;
}
.wrapp-profile .text-border{
	text-align: center;
	margin-bottom: 3em;
}
.wrapp-profile .title-text{
	display: inline-block;
	font-size: 22pt;
	border-bottom: 1px solid #188bd1;
}
.wrapp-profile .table tr{
	line-height: 1.7;
}
.wrapp-profile .table tr:first-child td{
	border-top: 0;
}
.wrapp-profile .table{
	margin-bottom: 0;
}
.td-right{
	text-align: right;
}
.wrapp-blog{
	margin-bottom: 5em;
	margin-top: 3.5em;
}
.wrapp-blog .sidebar{
	background-color: #fff;
	border:1px solid #18a5e8;
}
.wrapp-blog .sidebar .widget{
	padding-top: 2.5em;
}
.wrapp-blog .sidebar .widget:last-child{
    padding-bottom: 2.5em;
}
.wrapp-blog .sidebar .widget ul{
	padding-left: 0;
	margin-bottom: 0;
	padding-left: 15px;
    padding-right: 15px;
    line-height: 1.7;
}
.wrapp-blog .sidebar .widget li{
	list-style: none;
}
.wrapp-blog .sidebar .with-border li{
	border-bottom: 1px solid #b3b3b3;
}
.wrapp-blog .sidebar .widget a{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: block;
	text-decoration: none;
	color: #000;
}
.wrapp-blog .sidebar .widget a:hover{
	color: #18a5e8;
}
.wrapp-blog img{
	width: 100%;
	margin-bottom: 2em;
}
.widget-name{
	font-size: 14pt;
	line-height: 1.3;  
	margin-bottom: 0;
	font-weight: 400;
    color: #fff;
}
.wrapp-blog .widget-title{
	background-color: #18a5e8;
	display: inline-block;
	margin-bottom: 1em;
	padding: 0.1em 1em;
	padding-right: 4em;
	position: relative;
}
.wrapp-blog .widget-title:before{
	content: "";
	display: block;
	width: 0;
    height: 100%;
    margin: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.wrapp-blog .blog-details .title-text{
	font-size: 24pt;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.wrapp-blog a.text-time{
	font-size: 10pt;
	text-decoration: none;
	color: #000;
	margin-bottom: 1em;
    display: block;
}
.wrapp-blog .text-content{
	line-height: 1.7;
}
.wrapp-blog-list{
	padding-bottom: 2.5em;
	padding-top: 6em;
	background-color: #f7f7f7;
}
.wrapp-blog-list .wrapp-title{
	margin-bottom: 1.5em;
}
.wrapp-blog-list  .blog-item{
	background-color: #fff;
	padding: 30px;
	padding-top: 35px;
	margin-bottom: 2em;
}
.wrapp-blog-list .img-url{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.wrapp-blog-list .img-blog{
	position: relative;
}
.wrapp-blog-list .img-blog:before{
	content: "";
	display: block;
	padding-bottom: 65%;
}
.wrapp-blog-list .box-content{
	padding-top: 1.5em;
/*	padding-bottom: 2.5em;*/
}
.wrapp-blog-list .box-content .text-title{
	font-size: 15pt;
	line-height: 1.7;
	color: #000;
	font-weight:normal;
	margin-bottom: 0;
}
.wrapp-blog-list .box-content .text-title:hover{
	color: #18a5e8;
}
.wrapp-blog-list .box-content .text-time{
	font-size: 11pt;
	line-height: 1.7;
	margin-bottom: 0.5em;
}
.wrapp-blog-list .box-content .text-content{
	font-size: 12pt;
	line-height: 1.7;
}
.wrapp-hr{
	margin-top: 3em;
	margin-bottom: 4em;
}
.hr-blue{
	border-top:2px solid #18a5e8;
	max-width: 200px;
	margin: auto;
}

.wrapp-service .service-name{
	font-size: 14pt;
    line-height: 1.7;
    margin-bottom: 1em;
    color: #000;
}
.wrapp-service .bg-service{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.2;
}
.wrapp-service .icon-service{
	color: #fff;
	margin-bottom: 2em;
}
.wrapp-service .icon-service .icon-color{
	color: #18a5e8;
}
.wrapp-service .caption{
	background-color: #fff;
	border:1px solid #18a5e8;
	border-radius: 10px;
    padding: 1em;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.wrapp-service .service-item{
	margin-bottom: 4em;
}
.wrapp-service .service-item a{
	text-decoration: none;
	display: block;
}
.icon-menu{
	position: relative;
}
.icon-menu:before{
	display: block;
	content: "";
	background-image: url('../img/sunrize-menu.jpg');
	width: 100%;
}
.text-tite-center{
	margin-bottom: 3em;
	margin-top: 3em;
}
.procedure{
	background-color: rgba(167, 227, 254, 0.1);
	padding-bottom: 4em;
	padding-top: 4em;
}
.procedure .text-content,
.text-tite-center .text-content{
	text-align: center;
	padding-bottom: 2em;
}
.procedure .step-des{
    position: relative;
	display:block;
}
.procedure .step-name{
    margin-left: 6em;
    padding-top: 0.7em;
    margin-bottom: 1.5em;
    color: #18a5e8;
}
.procedure .step-name h3{
    margin-bottom: 0;
    font-size: 16pt;
    line-height: 1.7;
    margin-bottom: 0.5em;
}
.procedure .step-text{
    margin-left: 6em;
    font-size: 12pt;
    line-height: 1.7;
    border-bottom:2px dotted #ccc;
    padding-bottom: 1em;
    margin-top: 0.5em;
}
.procedure .step-item{
    position: relative;
}
.procedure .circle-bg{
    position: relative;
    float: left;
    background: #18a5e8;
    color: #ffffff;
    font-size: 20pt;
    text-align: center;
    width: 60px;
    max-width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%; 
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.procedure .step-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #f2f2f2;
    width: 40px;
    margin-left: 10px;  
}
.procedure .step-item:first-child .step-bg{
    margin-top: 25px;
}
.procedure .step-bg:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    bottom: 0;
    width: 40px;
    height: 70px;
    margin-top: 20px;
    transform: translate(0, -50%);
    background-image: url(../img/sunrize-bg-icon.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}
.procedure .step-item:not(:first-child) .step-bg:before{
    margin-top: 35px;
}
.procedure .step-item:last-child .circle-bg{
    background-color: #f7931e;
}
.procedure .step-item:last-child .step-bg{
    height: 25px;
}
.procedure .step-item:last-child .step-bg:before{
    display: none;
}
.procedure .step-item:last-child .step-text{
    border:none;
    color: #f7931e;
}
.procedure .step-item:last-child .step-text{
    border:none;
}
.procedure .step-item:last-child .step-name{
    color: #f7931e;
}
.wrapp-about .img-circle{
	width: 300px;
	height: 300px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	margin: auto;
	-webkit-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.3);
}
.wrapp-about .bg-img-circle{
	position: relative;
	padding-bottom: 2em;
	padding-top: 2em;
}
.wrapp-about .bg-img-circle:before{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrapp-about .bg-img-circle:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.wrapp-about .color-blue .bg-img-circle:after{
	background-image: url('../img/sunrize-bg-08.png');
}
.wrapp-about .color-orange .bg-img-circle:after{
	background-image: url('../img/sunrize-bg-09.png');
}
.wrapp-about .color-pink .bg-img-circle:after{
	background-image: url('../img/sunrize-bg-10.png');
}
.wrapp-about .color-blue .bg-img-circle:before{
	background-image: url('../img/sunrize-bg-05.png');
}
.wrapp-about .color-orange .bg-img-circle:before{
	background-image: url('../img/sunrize-bg-06.png');
}
.wrapp-about .color-pink .bg-img-circle:before{
	background-image: url('../img/sunrize-bg-07.png');
}
.wrapp-about .order-md-last.bg-img-circle:before {
	background-position: top right;
	right: 0;
}
.wrapp-about .order-md-last.bg-img-circle:after {
	background-position: bottom left;
	left: 0;
}
.wrapp-about .about-item .img-url{
	position: absolute;
	background-position: center;
	background-size: cover;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
}
.wrapp-profile-02{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 4em;
	padding-bottom: 4em;
}
.box-content-list{
	line-height: 1.7;
}
.box-content-list .title-text{
	text-align: center;
	font-size: 23pt;
}
.wrapp-text-title{
	text-align: center;
	margin-bottom:2em;
}
.wrapp-text-title .title-jp{
	font-size: 18pt;
	letter-spacing: 3px;
}
.wrapp-text-title .title-eng{
	font-size: 11pt;
}
.box-content-list .table td{
	padding: 1.5em 0.7em;
	border-top: none; 
}
.box-content-list .table tr{
	padding: 1.5em 0.7em;
	border-bottom: 1px solid #c8c8c8; 
}
a.btn-blue{
	text-decoration: none;
	color: #fff;
	padding: 0.4em 3em;
	background-color: #55ade6;
	display: inline-block;
	border-radius: 5px;
}
.wrapp-title a.btn-blue{
	margin-right: 1em;
}
.pagination {
    margin: auto;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover {
    color: #fff;
    background-color: #55ade6;
}
.pagination .page-numbers {
    text-decoration: none;
    font-size: 20pt;
    width: 40px;
    height: 40px;
    font-size: 16pt;
    text-align: center;
    line-height: 1.5;
    padding: 4px 6px;
    color: #55ade6;
    background-color: #fff;
    margin-right: 0.5em;
    border: 1px solid #55ade6;
    transition: background-color .25s;
}
.breadcrumbs {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #fff;
}
.breadcrumbs .ul-breadcrumbs {
    padding-left: 0;
    margin-bottom: 0;
}
.breadcrumbs .ul-breadcrumbs li {
    display: inline-block;
}
.breadcrumbs .ul-breadcrumbs a {
    color: #55ade6;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    display: block;
    text-decoration: none;
}
.breadcrumbs .ul-breadcrumbs span {
    font-size: 11pt;
}
.breadcrumbs .ul-breadcrumbs a:after {
    color: #000;
    content: "＞";
    line-height: 1.7;
    font-size: 12pt;
    padding-left: 10px;
    padding-right: 10px;
}
.bg-white{
	background-color: #fff;
}
.bg-gray{
	background-color: #f2f2f2;
}
.wrapp-nav-link{
	display: inline-block;
    background-color: #fff;
    border: 1px solid #18a5e8;
    padding: 0.5em 2em;
}
.wrapp-nav-link a.nav-link{
	display: inline-block;
    padding: 0.2em 1em;
    text-decoration: none;
    color: #000;
}
.wrapp-nav-link .nav-link .nav-arrow{
	color: #18a5e8;
}
.wrapp-nav-link .nav-title-text{
	padding: 0.2em 2em;
}
.wrapp-nav-bloog{
	text-align: center;
	margin-top: 4em;
}
.contact-form-wrapper {
    margin: 20px 0 40px 0;
    border-radius: 9px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.15);
}
.contact-form-wrapper .contact-form-inner {
    padding: 10px 20px 20px 20px;
}
.contact-form-wrapper label{
	color: #808080;
}	
.contact-form-wrapper img {
    width: 100%;
}
.contact-form-wrapper .g-recaptcha {
	display: inline-block;
	float: right;
	margin-bottom: 20px;
}
.contact-result  { padding: 3px 9px; }
.contact-result.failed  { border: 1px solid #aa0000; background-color: #fff4f4; }
.contact-result.success { border: 1px solid #00aa00; background-color: #f4fff4; }
.contact-result p { font-size: 13pt; margin: 0; }
.contact-result.failed  p { color: #990000; }
.contact-result.success p { color: #009900; }

.contact-img-header,
.section-services .services-img{
	position: relative;
}
.contact-img-header:before,
.section-services .services-img:before,
.sec-services-list .wrapp-img:before{
	content: "";
	display: block;
	padding-bottom: 30%;
}
.section-services .services-img {
	margin-bottom: 1em;
}
.section-services .services-img:before{
	padding-bottom: 65%;
}
.section-services .services-item{
	text-align: center;
	margin-bottom: 3em;
}
.section-services .services-item .text-title{
	font-size: 16pt;
	font-weight: 400;
	line-height: 1.7;
}
.contact-img-header .img-url,
.section-services .services-img .img-url,
.section-about .img-url,
.sec-services-list .img-url{
	background-position:center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.contact-img-header .img-url{
	background-position: bottom center;
}
.contact-form-wrapper .btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    min-width: 150px;
    transition: all 0.3s;
}
.section-services,
.section-about,
.wrapp-service{
	background-image: url('../img/new-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 4em;
    padding-bottom: 4em;
}
.wrapp-service{
	padding-top: 0;
}
.section-services .text-des{
	text-align: center;
	margin-bottom: 2em;
	font-size: 14px;
}
a.btn-border-black,
a.btn-border-white{
	display: inline-block;
	padding: 0.5em 3.5em;
	text-decoration: none;
}
a.btn-border-white{
	border:1px solid #fff;
	color: #fff;
}
a.btn-border-black{
	border:1px solid #333;
	color: #333;
}
.section-about .wrapp-btn-center{
	margin-top:2em;
}
.wrapp-btn-center{
	text-align: center;
}
.section-about{
	color: #fff;
	position: relative;
	background-image: url('../img/sunrize-top-20190207.jpg');
}
.section-about .text-name{
	font-size: 14pt;
	text-align: center;
	font-weight: 400;
	margin-bottom: 1em;
}
.section-about .wrapp-text-title{
	margin-bottom: 3em;
}
.section-about .wrapp-des{
	margin-top: 1.5em;
	line-height: 1.7;
}
.section-about .wrapp-des p {
	letter-spacing: 2px;
	line-height: 2;
}
.section-about .sec-about-item .wrapp-img {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 1.5em;
    position: relative;
    -webkit-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.5);
}
.section-about .wrapp-img img {
    max-height:auto;
    max-width: 500px;
}

.sec-services-list .wrapp-img{
	position: relative;
}
.sec-services-list .wrapp-img:before{
	padding-bottom: 60%;
}
.sec-services-list .wrapp-all-des{
	padding: 0;
	line-height: 1.7;
	display: flex;
    flex-direction: column;
    background-color: #fff;
}
.sec-services-list .tab-name-color{
	background-color: #c77c4e;
    padding: 0.7em 1.5em;
    font-size: 16pt;
    color: #fff;
}
.sec-services-list .tab-name-color span {
	vertical-align: middle;
}
.sec-services-list:nth-child(3) .tab-name-color{
	background-color: #0093ba;
}
.sec-services-list:nth-child(4) .tab-name-color{
	background-color: #759a3b;
}
.sec-services-list:nth-child(5) .tab-name-color{
	background-color: #c2b358;
}
.sec-services-list:nth-child(6) .tab-name-color{
	background-color: #999999;
}
.sec-services-list:nth-child(7) .tab-name-color{
	background-color: #6f6ba1;
}
.sec-services-list:nth-child(8) .tab-name-color{
	background-color: #0093ba;
}
.sec-services-list .wrapp-all-des .text-des{
	padding: 1em;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-self: center;
	justify-content: center;
	height: 100%;
	font-size: 16pt;
}
.icon-services{
	margin-right: 1em;
	font-size: 16pt;
	vertical-align: middle;
}
.wrapp-service .sec-services-list{
	-webkit-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 17px -3px rgba(0,0,0,0.3);
    margin-bottom: 2em;
}
.wrapp-service .wrapp-text-title{
	margin-bottom: 3em;
}
.box-des-text{
	background-color: #fff;
	border:1px solid #e6e6e6;
	padding: 2em 3em;
	text-align: center;
	line-height: 1.7;
	margin-top: 2.5em;
}
.box-des-text p {
	margin-bottom: 0;
}
.breadcrumbs.no-bg{
	background-color: transparent;
}
.wrapp-about-title .text-title{
	display: inline-block;
    font-size: 18pt;
    margin-bottom: 0;
    vertical-align: middle; 
}
.wrapp-about-title{
	line-height: 1.3;
	margin-bottom: 2em;
}
.wrapp-about-title .text-num{
	font-size: 24pt;
    vertical-align: middle;
    margin-left: 0.25em;
}
.wrapp-about .wrapp-about-des{
	margin-top: 1.5em;
}
.wrapp-about .about-item .text-name{
	font-size: 16pt;
	font-weight: 400;
}
.wrapp-about{
	padding-top: 3em;
	padding-bottom: 3em;
	line-height: 1.7;
}
.wrapp-about .about-item{
	margin-bottom: 2em;
	margin-top: 2em;
}
.hr-bottom{
	border-bottom: 2px solid red;
	width: 50px;
	margin-left: 0;
	margin-top: 0;
}
.color-blue .text-title,
.color-blue .text-num{
	color: #18a5e8;
}
.color-blue .hr-bottom{
	border-color: #18a5e8;
}
.color-pink .text-title,
.color-pink .text-num{
	color: #f40088;
}
.color-pink .hr-bottom{
	border-color: #f40088;
}
.color-orange .text-title,
.color-orange .text-num{
	color: #f7931e;
}
.color-orange .hr-bottom{
	border-color: #f7931e;
}
@media (max-width:991px) {
	.container.container-full{
		max-width: 100%;
	}
	.section-about .sec-about-item .wrapp-img {
	    width: 180px;
	    height: 180px;
	}
	.wrapp-about .img-circle{
		width: 230px;
		height: 230px;
	}
}
@media (max-width:767px) { 
	.border-bg-blue h1{
		font-size: 26pt;
	}
	.blue-tab-wrapp .text-des .text-eng{
		font-size: 9pt;
	}
	.blue-tab-wrapp .text-des p{
		font-size: 10pt;
	}
	.blue-tab-wrapp .blue-tab-right img{
		max-width: 160px;
	}
	.home-highlight .img-bg-shadow,
	.home-highlight .highlight-item{
		margin-bottom: 0;
	}
	.home-highlight .details-wrapp{
		margin-top: 0; 
	}
	.wrapp-privacy{
		padding-top:3em;
		padding-bottom: 1em;
	}
	.wrapp-blog  .blog-details{
		margin-bottom: 1.5em;
	}
	.wrapp-blog-list{
		padding-bottom: 2em;
		padding-top: 2em;
	}
	.wrapp-hr{
		display: none;
	}
	.wrapp-blog-list .box-content{
		padding-bottom: 1em;
	}
	.home-contact {
		padding: 50px 20px;
	}
	.home-contact .icon-contact {
    	font-size: 24pt;
	}
	.home-contact .text-link,
	.home-contact .title-text{
		font-size: 20pt;
	}
	.btn-mail{
		padding: 1em;
	}
	a.btn-mail {
		font-size: 11pt;
	}
	.main-footer .nav-link-footer li{
		width: 50%;
		clear: both;
		padding: 0;
		text-align: center;
	}
	.main-footer .nav-link-footer ul{
		display: table;width: 100%;
		text-align: left;
	}
	.main-footer .nav-link-footer li:not(:last-child) {
     	border-right: none;
	}
	.blue-tab-footer .blue-tab-right img{
		max-width: 160px;
	}
	.pagination .page-numbers{
		width: 30px;
	    height: 30px;
	    font-size: 12pt;
	    line-height: 1.3;
	}
	.wrapp-nav-bloog{
		margin-bottom: 2em;
	}
	.wrapp-nav-link .nav-title-text{
		display: none;
	}
	.section-about .sec-about-item .wrapp-img {
	    width: 200px;
	    height: 200px;
	}
	.section-about .sec-about-item{
		margin-bottom: 2em;
	}
	.wrapp-about{
		padding-top: 0;
	}
	.wrapp-about .about-item{
		margin-bottom: 0;
	}
	.tab-bg-white {
		display: inline-block;
	}
	.tab-bg-white:after,
	.tab-bg-white:before{
		/*display: none;*/
	}
	.tab-bg-white span {
		font-size: 12px;
		display: block;
	}
	.wrapp-service .sec-services-list {
		margin-bottom: 3em;
	}
	.wrapp-question .title-text {
		font-size: 13pt;
	}
	.wrapp-privacy .title-text {
		font-size: 16px;
	}
	.box-service-content{
		margin-top: 2em;
	}
}
@media (max-width:575px) { 
	.wrapp-about .bg-img-circle:before,
	.wrapp-about .order-md-last.bg-img-circle:after{
		left: -10%;
	}
	.wrapp-about .bg-img-circle:after{
		right: -10%;
	}
	.wrapp-about .order-md-last.bg-img-circle:before{
		right: -10%;
		left: auto;
	}
	.wrapp-about .img-circle{
		width: 250px;
		height: 250px;
	}
	.box-des-text{
		padding: 15px;
	}
	.sec-services-list .wrapp-all-des .text-des{
		font-size: 14pt;
	}
}