/*custom.css*/
/*默认贴顶*/
.header-style-2 .main-bar .container-block, .header-style-2 .main-bar .container-block-fluid {
    top: 0px; 
}
/*下移动*/
.header-style-2 .sticky-header.is-fixed .main-bar .container-block, .header-style-2 .sticky-header.is-fixed .main-bar .container-block-fluid {
    top: 0px;
}
.header-style-2 .sticky-header.is-fixed .main-bar .container-block .navigation-bar, .header-style-2 .sticky-header.is-fixed .main-bar .container-block-fluid .navigation-bar {
    transition: all 1s ease;
    background-color: rgba(255,138,0,.9);
}
.nav-cart-item .btn{
    width: 100%;
    height: 100%;
}
.description-list p{
    font-weight: normal;
}
.cons-contact-form .form-control{
    background-color: rgba(255, 255, 255, .7);
    font-size: 18px;
}
.header-style-2 .header-nav .nav > li > a{
	font-size: 20px;
}
.nav-logo{
	padding:10px 10px 10px 25px
}
.nav-logo img{
	height: 40px;
}


.description-list li i {
    width: 26px;
    color: #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 6px;
    text-align: center;
    background-color: #ff8a00;
    font-size: 10px;
}
.description-list li {
    padding-left: 40px;
    font-weight: 600;
    color: #000;
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.5;
}
.all_services ul li a {
    transition: 0.5s all ease;
    position: relative;
    padding: 20px 35px 20px 30px;
    display: block;
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}

.service-full-info .p{
    font-size: 20px;
    line-height: 2;
}
.copyrights-text strong{
    color: #ff8a00;
}
.header-style-2 .header-bottom {
     border-top: none;
}

.VivaTimeline {/*background: url(images/history_bg.png) center no-repeat;*/ }
.VivaTimeline dl {position: relative; top: 0; padding: 20px 0; margin: 0 }
.VivaTimeline dl:before {position: absolute; top: 60px; bottom: 0; left: 74px; z-index: 100; width: 2px; margin-left: -1px; content: ''; background-color: #ccd1d9 }
.VivaTimeline dl dt {position: relative; top: 10px; z-index: 200; width: 120px; padding: 3px 5px; margin: 0px 0 0px 15px; font-weight: 400; color: #fff; text-align: center; background-color: #f9ab41; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.VivaTimeline dl dd {position: relative; z-index: 200 }
.VivaTimeline dl dd .circ {position: absolute; top: 30px; left: 72px; width: 26px; height: 26px; margin-left: -11px; background-color: #ff8a00; border: 4px solid #f5f7fa; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
.VivaTimeline dl dd .time {position: absolute; top: 20px; left: 170px; display: inline-block; width: 100px; padding: 10px 20px; font-size: 26px; line-height: 1; color: #ff8a00; }
.VivaTimeline dl dd .events {position: relative; max-width: 70%; padding: 0; margin-top: 15px; margin-bottom: -15px; margin-left: 200px; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; }
.VivaTimeline dl dd .events:before {position: absolute; top: 12px; width: 0; height: 0; content: ''; border-style: solid; border-width: 12px }
.VivaTimeline dl dd .events .events-object {margin: 0 auto; }
.VivaTimeline dl dd .events .events-header {/*min-height: 30px;*/ line-height: 20px; text-align: center; font-size: 16px; font-weight: bold; cursor: pointer; }
.VivaTimeline dl dd .events .events-body {overflow: hidden; zoom: 1; padding: 0; font-size: 20px; }
.VivaTimeline dl dd .events .events-body .row{/*display: none;*/ }
.VivaTimeline dl dd .events .events-body .events-desc {/*text-indent: 2em;*/ /*padding: 0 15px;*/ }
.VivaTimeline dl dd .events .events-footer {text-align:center; }
.VivaTimeline dl dd .events .events-footer ol {list-style: none; margin: 0 auto; padding: 0; }
.VivaTimeline dl dd .events .events-footer ol li {background: #32b487; border-radius: 5px; margin: 10px; display: inline-block; width: 10px; height: 10px; cursor: pointer; }
.VivaTimeline dl dd .events .events-footer ol .active{transform: scale(2); }
.VivaTimeline dl dd.pos-right .time {margin-left: -100px; text-align: right }
.VivaTimeline dl dd.pos-right .events {/*float: right*/ float: left; }
.VivaTimeline dl dd.pos-right .events:before {left: -24px; border-color: transparent #fbf1e4 transparent transparent }
.VivaTimeline dl dd.pos-left .time {margin-left: 0; text-align: left }
.VivaTimeline dl dd.pos-left .events {float: left }
.VivaTimeline dl dd.pos-left .events:before {right: -12px; border-color: transparent transparent transparent #CCC }
.VivaTimeline .carousel-indicators{bottom: 0; }

.events-desc-quot{
    box-sizing: border-box; 
    background: #ffca83; 
    height: 30px; 
    width: 36px; 
    transform: rotateZ(0deg); 
}
.events-desc-quot.left{
    border-radius: 0px 0px 60px; 
    margin-left: 15px; 
    margin-bottom: -30px;
}
.events-desc-quot.right {
    border-radius: 60px 0px 0px; 
    margin-right: 15px; 
    margin-top:-30px; 
    margin-left: auto;
}
.events-desc-quot.top {
    border-radius: 0px  0px 0 60px; 
    margin-right: 15px; 
    margin-left: auto;
}
.events-desc-quot i{
    margin-left: 8px;
}
.events-desc-quot-left img{
    display: block; width: 1.5em; height: auto;
}
.events-desc-box {
    margin-top: -30px; box-sizing: border-box; background-color: #fbf1e4; border-radius: 0px;
}
.events-desc-box-content {
    padding: 10px 65px 10px 35px;letter-spacing: 2px;font-size:18px;line-height:1.75em; 
}
.events-desc-box-content{
    margin: 0;
}

@media screen and (max-width: 767px) {
    .VivaTimeline dl:before {left: 90px }
    .VivaTimeline dl dt {margin: 0 30px 30px }
    .VivaTimeline dl dd .circ {left: 90px }
    .VivaTimeline dl dd .time {left: 20px }
    .VivaTimeline dl dd.pos-left .time {padding: 10px 0; margin-left: 0; text-align: left }
    .VivaTimeline dl dd.pos-left .events {float: right; width: 73%; margin-right: 4%; }
    .VivaTimeline dl dd.pos-left .events:before {left: -12px; border-color: transparent #CCC transparent transparent }
    .VivaTimeline dl dd.pos-right .time {padding: 10px 0; margin-left: 0; text-align: left }
    .VivaTimeline dl dd.pos-right .events {float: right; width: 73%; margin-right: 4%; }
    /*
    .VivaTimeline dl dd .events .events-body {display: none; }
    .VivaTimeline dl dd .events .events-footer {display: none; }
    */
}

@media screen and (max-width: 500px) {
    .VivaTimeline dl dd.pos-left .events {float: right; width: 63%; margin-right: 4%; }
    .VivaTimeline dl dd.pos-right .events {float: right; width: 63%; margin-right: 4%; }
}

img{object-fit: cover;}

.masonry-item{
    height: 260px;
}
.masonry-item .project-new-2{
    height: 100%;
}
.masonry-item .project-new-2 .wt-img-effect{
    height: 100%;
}
.masonry-item .project-new-2 .wt-img-effect img{
    width: 100%;
    height: 100%;
}

#culture {padding-top: 114px; margin-top: -114px }
.corporate-culture-wrapper {/*width: 1920px;*/ /*height: 708px;*/ overflow: hidden }
.corporate-culture {/*width: 1572px;*/ /*height: 657px;*/ margin: auto }
.corporate-culture-content {/*width: 1572px;*/ /*height: 506px;*/ margin: 28px auto 0 }
li {list-style: none }
.listyle {width: 386px; height: 252px; display: block; float: left; background-color: #0065b4; margin-bottom: 28px; margin-right: 21px }
.corporate-culture-content li:nth-child(3),.corporate-culture-content li:nth-child(6) {margin-right: 0 }
.lip {display: block; width: 100%; height: 64px; margin-top: 104px; color: #fff; font-size: 35px; font-weight: 400; line-height: 46px; text-align: center }
.CC-short-line {width: 140px; height: 0; border-bottom: 1px solid hsla(0,0%,100%,.3607843137254902); margin: 0 auto }
.li2img {position: relative; overflow: hidden; background-size: 386px 252px; background-repeat: no-repeat }
.culture-text {position: absolute; left: 0; height: 700px; width: 386px; padding-left: 30px; padding-right: 30px; padding-top: 213px; box-sizing: border-box; transition: all .3s cubic-bezier(.4,0,.2,1) 0s }
.CC-h2 {font-size: 24px; color: #fff; font-weight: 400; margin-bottom: 40px }
.CC-h2-en {font-size: 28px }
.culture-title-input {font-size: 24px; color: #fff; font-weight: 400; margin-bottom: 30px; background-color: transparent; border-width: 0 }
.CC-p {font-size: 20px; color: #fff; line-height: 25px; text-align: left }
.CC-p-en {font-size: 24px }
.culture-text-input {width: 450px; font-size: 20px; color: #fff; line-height: 25px; background-color: transparent; border-width: 0; margin-top: 20px }
.corporate-culture-content li:nth-child(2):hover .culture-text,.li2img:hover .culture-text {background-color: rgba(65,65,66,.5); padding-top: 90px }
.corporate-culture-content li:nth-child(2):hover .culture-text,.li2img:hover .culture-text .CC-h2 { color: #ff8a00;font-weight: bold; }
.corporate-culture-content li:nth-child(2):hover .culture-text,.li2img:hover .culture-text .CC-p { color: #ff8a00;font-weight: bold; }

.widget .form-control {
    font-size: 16px;
}
.widget.recent-posts-entry .wt-post-info .post-title{
    font-size: 15px;
}
.widget.recent-posts-entry .wt-post-media{
    width: 118px;
}
.widget.recent-posts-entry .wt-post-info {
    margin-left: 128px;
}
.widget_services ul li a {
    color: #000;
    margin-left: 0px;
    padding: 0px;
    display: inline-block;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.filter-wrap .masonry-filter li a {
    color: #000;
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 1px 0px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 10px 10px;
}

.project-single-row-section p{
    font-size: 18px;
}
.rs-icon-info-1 h4{
    font-size: 22px;
}
.rs-icon-info-1 p{
    font-size: 20px;
}

.widget_services ul li{
    line-height: 26px;
}

.widget_services ul li a{
    font-size: 18px;
}
