@charset "utf-8";

.pc { display:inherit;}
.mobile { display:none !important;}
.download_pc { display: flex;}
.shadow {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
}
.shadow2 {
box-shadow: 3px 4px 25px 3px rgba(0, 0, 0, 0.3);
}
.shadow3 {
box-shadow: 0 -6px 14px -4px rgba(136, 136, 136, 0.1);
}

.banner_line {line-height: 1.2;border-bottom: 1px #fff dashed;padding-bottom: 10px;}
.q { font-size: 18px;}
.bg-gray-darker .list-primary > li > a {     color: #97c8f1!important;}

a .service_content {
    -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    width: 100%;
    max-height: 0;
    line-height: 1.5;
    margin-top: 0.35em;
    opacity: 0;
}
.post-project:hover .service_content {
    max-height: 15em;
    opacity: 1;
}

.post-project > a {
   display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  /*   -moz-align-items: center; */
    /* -webkit-align-items: center; */
   /*  -ms-align-items: center; */
    /* align-items: center; */
   /*  -moz-justify-content: center; */
    /* -webkit-justify-content: center; */
  /*   -ms-justify-content: center; */
    /* justify-content: center; */
    -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
    -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
    transition: background-color 0.5s ease, transform 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    border-radius: 4px;
    border-bottom: 0;
    color: #ffffff;
    /* text-align: center; */
    /* text-decoration: none; */
    z-index: 9;
}
.service_title { 
font-size: 20px;
    font-weight: bold;
    /* border: 1px rgba(255, 255, 255, 0.56) solid; */
    padding: 5px 10px;
   /* width: 150px; */
    color: #000;
    text-align: left;
}
.mask_s {
    display: block;
    background: rgba(0, 0, 0, 0);
    z-index: 8;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}
.post-project img {
    position: relative;
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.7s;
    transition: opacity 0.35s, transform 0.7s;
    transition: opacity 0.35s, transform 0.7s, -webkit-transform 0.7s;
    will-change: opacity, transform;
}
.post-project:hover img {
    -webkit-transform: scale(1.16);
    -ms-transform: scale(1.16);
    transform: scale(1.16);
}
.post-project:hover .blur {    
  /*  -webkit-filter: blur(3px); 
       -moz-filter: blur(3px);
        -ms-filter: blur(3px);    
            filter: blur(3px);    */
}
.m_but {
    width: 35px;
    height: 44px;
    background: #fff;
    /* border-radius: 0px 0px 20px 20px; */
    text-align: center;
    top: 12px;
    position: absolute;
    right: 5px;
    z-index: 99;
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.3);
}
.service_content p { font-size: 16px;}
.member_name { width: 100%; text-align: center; font-size: 18px;}
.page_top_h { padding-top: 20px;}
.foot_bh { padding-bottom: 20px;}
.slim_pic { border-radius: 80%; margin: 0 auto; width: 70%;}
.page_body {
       width: 88%;
    margin: 0 auto;
    padding: 28px 40px;
    /* background: #fff; */
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.18);
    background-image: url(../images/page.jpg);
    background-repeat-x: no-repeat;
    background-position:2px 5px;
}
.page_line {
    width: 100%;
    display: block;
    border-bottom: 2px #efe4d5 dashed;
    /* margin-top: 10px; */
    margin-bottom: 10px;
}
.page_label { margin-bottom: 30px;}
.label_title { color: #044389;} 

.rd-navbar-static .rd-navbar-nav > li > a { border-bottom: 3px #fff solid;}
.smenu_title {
    font-size: 22px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #000;
    
}
.smenu_stitle {
        font-size: 15px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.m_bg {padding-left: 0px;}
.smenu_size {
    border: 0px #cdcdcd solid;
    text-align: center;
    display: inline-block;
    padding: 4px 6px;
    margin: 1px;
    font-size: 12px;
    width: 33px;
    box-shadow: 1px 2px 3px 0px rgba(136, 136, 136, 0.2);
}
.smenu_button {
   border: 1px #c40c15 solid;
    text-align: center;
    max-width: 110px;
    margin: 20px auto 0px;
    color: #c40c15;
    background: #fff;
}

.smenu_button:hover {
    border: 1px #c40c15 solid;
    text-align: center;
    max-width: 110px;
    margin: 20px auto 0px;
    color: #fff;
    background: #c40c15;
}
.top_hover { color: #fff!important; font-size: 14px;}
.top_hover:hover { color: #ff444d!important}
.swiper-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* min-height: 200px; */
	height: 65vh;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.ppage { text-align: left;}
.index_ttext { 
    width: 100%;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px #c0c0c0 solid;
    font-size: 20px;
}
.index_ttitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 78px;
}
.about_top {    display: block;height: 62px;}
.about_bag {
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.3);
    padding: 0 15px 40px 15px;
    position: absolute;
    right: 0px;
    top: -121px;
    z-index: 99;
    background: #fff;
    border-top: 6px #ff0000 solid;
    width: 90%;
    margin-top: 0px;
}
.about_batitle {
        color: #ff0000;
    font-size: 24px;
    border-bottom: 1px #c1c1c1 solid;
    width: 150px;
    margin: 10px auto 15px;
    padding-bottom: 10px;
}
.about_new_bg { background: #f4f4f4; display: block; padding: 15px;}
.about_new_day {color: #ff0000; font-size: 15px; margin-bottom: 8px;text-align: center;}
.about_new_pic { margin-bottom: 5px;    height: 200px;overflow: hidden;}
.about_new_title {font-size: 15px; text-align: center;}
.aobut_new_li {padding: 10px 10px;}
.line_w {
    width: 150px;
    margin: auto;
    border-bottom: 1px #c6c6c6 solid;
    margin-top: 20px;
}
.button2 {
    display: inline-block;
    width: auto;
    max-width: 100%;
    border: 1px solid;
    border-radius: 0;
    padding: 10px 47px;
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
    letter-spacing: 0;
    transition: .33s all ease;
    white-space: normal;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 40px;
    background: #a90005;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0000), color-stop(100%, #7c0000));
    background-image: -webkit-linear-gradient(#ff0000, #7c0000);
    background-image: -moz-linear-gradient(#ff0000, #7c0000);
    background-image: -o-linear-gradient(#ff0000, #7c0000);
    background-image: linear-gradient(#ff0000, #7c0000);
    color: #fff;
}
.button2:hover { color: #fff; opacity: 0.8;}
.icon_b {
    background: #ff0000;
    display: block;
    padding: 6px;
    text-align: center;
    color: #fff;
    width: 35px !important;
    height: 35px;
    border-radius: 6px;
    margin: 5px;
}
.pro_piic { position: absolute;right: 10px; bottom: 20px; z-index: 9;font-size: 24px;}
.shadow_2 {
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
    border: 1px #d5d5d5 solid;
}
.map { 
    background-image: url(../images/map.jpg);
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
	background-size: 100%;
}

.map_bg { background: rgba(233, 6, 18, 0.89); padding: 30px; border-radius: 18px; max-width: 950px; margin: auto;}

.map_title {
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
    width: 180px;
    margin: auto;
}
.map_stitle {
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px #fff solid;
    padding-bottom: 8px;
    margin-bottom: 8px;
	min-height: 54px;
	font-weight: bold;
}
.map_li {
        color: #fff;
    padding-left: 25px;
	font-size: 14px;
    
}

.map_li li {
   
    /*width: 63px;*/
    margin: auto;
 display: list-item;
    
}
.slogan {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.3);
    font-size: 26px;
    font-weight: bold;
}
.in_box_bg{
        width: 50%;
    background: #333f50;
}
.in_box2 {
    width: 50%;
    float: left;
    background: #333f50;
    padding: 30px;
    text-align: left;
}
.in_box { 
width: 100%;
    float: left;
    background: #bd0101;
    padding: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
     text-align: left;
}

.in_box_text { padding-right: 38px;}
.in_box_title {
	    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    /* min-height: 70px; */
    height: 70px;
	
}
.in_box_botton {
        background: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    margin-top: 15px;
    text-align: center;
    color: #bd0101;
  
}
.in_box_botton:hover { opacity: 0.8} 
.in_box_botton2 {
background: #bd0101;
    padding: 7px 20px;
    border-radius: 30px;
    margin-top: 15px;
    text-align: center;
    color: #ffffff;
  
}
.in_box_botton2:hover { opacity: 0.8} 
.index_ttitle2 {
    /* width: 188px; */
    display: table;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px #c0c0c0 solid;
    font-size: 45px;
    color: #e60012;
    font-weight: bold;
	text-transform:uppercase;
}
.index_word2 { font-size: 16px;}
.about_bbg {
 display: block;
    background: #aa050d;
    padding: 50px;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 60px;
    text-align: left;
    font-size: 16px;
}
.about_bbg_title {
   
        width: 380px;
   background-image: url(../images/line.png);
    background-position: center center;
    background-repeat: repeat-x;
}
.about_rtitle {
    font-size: 22px;
    background: #aa050d;
    width: 225px;
}
.page_top1 { width: 100%; display: block;text-align: center; margin-bottom: 15px;}
.timeline-inner-box time {
display: block;
    font-style: italic;
    font-size: 40px;
    line-height: 23px;
    color: #e40908;
}
.timeline-inner-box:after {
    position: absolute;
    top: 0;
    left: -9px;
    display: inline-block;
    width: 19px;
    height: 19px;
    background: #e40908;
    border-radius: 50%;
    content: '';
}
.timeline-inner-box:before {
    position: absolute;
    top: 0;
    bottom: -4px;
    left: 0;
    border-left: 1px solid #ececee;
    content: "";
    display: inline-block;
}
.breadcrumbs-custom__path > li {
    display: inline-block;
    vertical-align: baseline;

}
.download_line { border-bottom: 1px #a2a2a2 solid; padding-bottom: 8px;}
.download_pic {    padding: 5px;
    border: 1px #c1c1c1 solid;}
.download_icon { font-size: 32px; margin-top: 0px;}
.news_li {display: block; padding: 15px 8px; background: #f7f7f7;}
.news_day {
    color: #e60012;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 4px;
    width: 100%;
    display: block;
    text-align: center;
}
.news_title1 {
       text-align: center;
    padding: 0px 15px; 
}
.news_top_day { display: inline-block; text-align: left;color: #e60012; font-size: 15px; margin-right: 10px;}
.news_tag { display: inline-block; padding: 3px 15px; background: #b21e25; text-align: center; color: #fff; font-size: 15px;}
.news_top_title {
    width: 100%;
    display: block;
    text-align: left;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news_foot {
        display: block;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

.support_top {
    width: 100%;
    display: block;
    background: #be0d19;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 8px 5px 8px 10px;
    margin-bottom: 25px;
}
.support_top2 {
    width: 100%;
    display: block;
    background: #8497b0;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 8px 5px 8px 10px;
    margin-bottom: 25px;
}
.support_table { display: block; margin-top: 35px; text-align: left;}
.table-striped > tbody > tr:nth-of-type(odd) {background: #f7f7f7;}
.table-striped td { padding: 10px;}
.product_info_title { display: block; color: #000;text-align: left; font-size: 28px; font-weight: bold; margin-bottom: 20px;}
#child-carousel .item {
    margin-left: 12px;
    margin-right: 12px;
    opacity: .2;
    transition: 280ms ease-in-out;
    cursor: pointer;
}
#child-carousel .item:hover, #child-carousel .slick-current {
    opacity: 1;
}
.slick-gallery #child-carousel .item {
    margin-left: 0;
    margin-right: 0;
}
.prod_box { display: block; width: 100%; padding: 15px; text-align: left; background: #f4f4f4; }
.prod_box_title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.prod_box_text { }
.prod_bg { display: block; width: 100%; margin-bottom: 15px; margin-top: 25px;    text-align:  center;}
.prod_iconli { display: inline-block; margin:0px 10px;}
.prod_icon { font-size: 32px;}
.pro_li {
    display: block;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.pro_tag {
border: 0px #b6b6b6 solid;
    display: inline-block;
    padding: 3px 0px;
    color: #959595;
    min-width: 33px;
    text-align: center;
    margin: 1px;
    font-size: 13px;
    background: #f8f8f8;
	
}
.product_info_bg { padding: 0px 25px;}
#accordion { text-align: left;}
.mobile_lg {
  
    text-align: center;
   
    padding: 10px 5px;
}
.logo_bg {
  background-image: url(../images/lag_bg1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 437px;
    height: 437px;
    background-position: center center;
    text-align: center;
    margin: auto;
}
.logo_bg2 {
  background-image: url(../images/lag_bg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 437px;
    height: 437px;
    background-position: center center;
    text-align: center;
    margin: auto;
}
.logo_title {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
.logo_li {
        position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: 27%;
}
.logo_lag {
        background: #fff;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}
.logo_hov {
    display: block;
    width: 100%;
    max-width: 120px;
    margin: auto;
}
.logo_stitle {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.index_bbg {
    background: #dcdcdc;
    height: 250px;
    width: 100%;
    position: absolute;
    top: 35%;
    z-index: -1;
}

.page01 { order: 1}
.page02 { order: 2}
.rd-navbar-dropdown li a img { width:90px !important;}
.timeline-inner-box2:after {

    background: #000 !important;

}

.service_title2 {
    font-size: 18px;
    font-weight: bold;
    /* border: 1px rgba(255, 255, 255, 0.56) solid; */
    padding: 5px 10px;
    width: 100%;
    color: #000;
    text-align: center;
}

.pro_tag5 {
    border: 0px #b6b6b6 solid;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    min-width: 33px;
    text-align: center;
    margin: 1px;
    font-size: 13px;
    background: #3d61a3;
}
.pro_tag5:hover {
    border: 0px #b6b6b6 solid;
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    min-width: 33px;
    text-align: center;
    margin: 1px;
    font-size: 13px;
    background: #ff0000;
}
.prt { text-align: right;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}



.wmap { width: 16.66%; flex: 0 0 16.66%; padding: 0 10px;}




@media only screen and (max-width: 1680px) {

}

@media only screen and (max-width: 1600px) {

}

@media only screen and (max-width: 1400px) {
	.button2 {
 
    padding: 10px 15px;
   
}
}
    
@media only screen and (max-width: 1366px) {
.map_stitle {
    color: #fff;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px #fff solid;
    padding-bottom: 8px;
    margin-bottom: 8px;
	min-height: 54px;
	font-weight: bold;
}

.map_li {
        color: #fff;
    padding-left: 25px;
	font-size: 13px;
    
}


}


@media only screen and (max-width: 1280px) {

    
}
@media only screen and (max-width: 1210px){

}
@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 1199px) {
 
       
}



@media only screen and (max-width: 1024px) {
	.map_li {
    color: #fff;
    padding-left: 0px;
    margin-bottom: 30px;
    text-align: left;
}
	.map_li li {
   
    /*width: 63px;*/
    margin: 0px 10px;
 display: inline-block;
    
}
  .post-project:hover .service_content {
    max-height: 0em;
    opacity: 1;
}    
a .service_content {
    -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
    -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    width: 100%;
    max-height: 0;
    line-height: 1.5;
    margin-top: 0.35em;
    opacity: 1;
}  
    
}



@media only screen and (max-width: 990px){
	
	.in_box_title { color: #fff; font-size: 22px; font-weight: bold; margin-bottom: 25px; min-height: 70px;}
	
	
.m_bg {padding-left: 30px;}
 .smenu_button {
    border: 1px #c40c15 solid;
    text-align: center;
    max-width: 110px;
    margin: 0px auto 0px;
    color: #c40c15;
     background: #fff;
}   
 .smenu_button:hover {
    border: 1px #c40c15 solid;
    text-align: center;
    max-width: 110px;
    margin: 0px auto 0px;
    color: #ffffff;
     background: #c40c15;
}     
}

@media only screen and (max-width: 768px) {
.prt { text-align: left;}
    .pc { display:none;}
.mobile { display:block !important;}	
    .download_pc { display: none;}
.about_bag {
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.3);
    padding: 0 15px 40px 15px;
    position: initial;
    right: 0px;
    top: 0;
    z-index: 99;
    background: #fff;
    border-top: 6px #ff0000 solid;
    width: 100%;
    margin-top: 50px;
}
      .map {
    background-image: none;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
   position: relative;
}
    .map_li {
    color: #fff;
    padding-left: 0px;
            margin-bottom: 30px;
}
  .download_icon { font-size: 32px; margin-top: 10px;}  
	
	.wmap { width: 50%; flex: 0 0 50%; padding: 0 10px;}
	
	
	}

@media only screen and (max-width: 480px) {
	

	
	.wmap { width: 100%; flex: 0 0 100%; padding: 0 10px;}
	
	.product_info_title {
    display: block;
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
	.about_new_pic {
    margin-bottom: 5px;
    height: auto;
    overflow: hidden;
}
	
	.prod_bg { display: block; width: 100%; margin-bottom: 15px; margin-top: 25px;    text-align:  left;}
	.about_top {
    display: block;
    height: 70px;
}
	.map_stitle {
    color: #fff;
    text-align: center;
    font-size: 21px;
    border-bottom: 1px #fff solid;
    padding-bottom: 8px;
    margin-bottom: 8px;
    min-height: 54px;
    font-weight: bold;
}
	.index_ttitle2 {
    /* width: 188px; */
    display: table;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px #c0c0c0 solid;
    font-size: 24px;
    color: #e60012;
    font-weight: bold;
    text-transform: uppercase;
}
.index_ttitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.5;
    display: block;
    float: left;
} 
.page_top_h { padding-top: 0px;}
.shadow3 {
box-shadow: 0 -6px 14px -4px rgba(136, 136, 136, 0);
}
.page_body {
    width: 100%;
    margin: 0 auto;
    padding: 28px 15px;
    background: #fff;
    box-shadow: 0 2px 12px rgba(136, 136, 136, 0.1);
}    
.in_box { 
width: 100%;
    float: left;
    background: #bd0101;
    padding: 30px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
     text-align: left;
}
    .swiper-container {
	display: flex;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	/* min-height: 200px; */
	height: 35vh;
	/* Fix of Webkit flickering */
	z-index: 1;
}
    
 .in_box_bg{
        width: 100%;
    background: #333f50;
}
.in_box2 {
    width: 100%;
    float: left;
    background: #333f50;
    padding: 30px;
    text-align: left;
} 
 .logo_bg {
  background-image: url(../images/lag_bg1.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 437px;
    background-position: center center;
    text-align: center;
    margin: auto;
}
.logo_bg2 {
  background-image: url(../images/lag_bg2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 437px;
    background-position: center center;
    text-align: center;
    margin: auto;
}
.logo_title {
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 1px;
}
   
    .logo_li {
    position: absolute;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    top: 31%;
}
  .logo_stitle {
    color: #fff;
    font-size: 19px;
    margin-bottom: 1px;
}  
  
    
.page01 { order: 2}
.page02 { order: 1}
	
	
	.slogan {
   font-size: 18px;
}
	
    
    
	}




@media (min-width: 768px) {
   .breadcrumbs-custom__inner {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;} 
 
    .breadcrumbs-custom__inner > * + * {
    margin-top: 0;
}
    .breadcrumbs-custom__inner > * {
    padding: 0 15px;
}
    .breadcrumbs-custom__title {
    font-size: 24px;
    line-height: 1.54167;
}
  .breadcrumbs-custom__path > li {
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 1.3;
}
    .breadcrumbs-custom__path a, .breadcrumbs-custom__path a:active, .breadcrumbs-custom__path a:focus {
    color: #ff0000;
}
  .breadcrumbs-custom__path a {
    display: inline;
    vertical-align: middle;
}  
    
    .breadcrumbs-custom__path a {
    position: relative;
    top: -1px;
}
   .breadcrumbs-custom__path > li.active {
    color: #000;
} 
    
}
.breadcrumbs-custom__path > li + li:before {
    position: relative;
    left: -1px;
    display: inline-block;
    padding: 0 5px;
    content: "/";
    vertical-align: baseline;
}




@media (min-width: 768px) {
.page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box {
    margin-right: auto;
    text-align: right;
    padding-right: 46px;
}
.page .timeline-variant-1 .timeline-inner-box, .page .timeline-variant-2 .timeline-inner-box {
    max-width: 50%;

}
.timeline-inner-box {
    padding: 0 20px 55px;
}
.page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box:before {
    left: auto;
    right: -1px;}
.timeline-inner-box:before, .timeline-inner-box:after {
    top: 4px;}
 .page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box {
    margin-right: auto;
    text-align: right;
    padding-right: 46px;
}   
  .page .timeline-variant-1 > [class*='col-']:nth-child(odd) .timeline-inner-box {
    margin-left: auto;
    text-align: left;
    padding-left: 46px;
}

    .timeline-inner-box:before, .timeline-inner-box:after {
    top: 4px;
}
    .page .timeline-variant-1 > [class*='col-']:nth-child(even) .timeline-inner-box:after {
    left: auto;
    right: -10px;
}
    
}


