﻿/*-- Reset-Code --*/

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: "微軟雅黑";
}

body a {
    color: #333;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-align: center;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

label {
    margin: 0;
}

img {
    max-width: 100%;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

.text-center {
    text-align: center;
}

.mt-1 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.mr-2 {
    margin-right: 20px;
}


/*-- //Reset-Code --*/


/*-- Navbar --*/

.navbar {
    position: absolute;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    transition: .4s;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 10px;
    padding: 5px 0;
}

.navbar-default .navbar-brand {
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    height: 0;
    padding: 0;
    line-height: 0;
    margin-top: 11px;
    font-family: "微軟雅黑";
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #FFF;
    font-weight: 700;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    padding: 10px 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #005bac;
}

.hover-effect ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.hover-effect li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.hover-effect li.act a {
    color: #fff;
    background-color: #005bac;
}

.hover-effect li a {
    font-size: 16px;
}

.hover-effect a:hover,
.hover-effect a:focus {
    outline: none;
}

.hover-effect ul {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hover-effect li {
    /* overflow: hidden; */
    position: relative;
}

.hover-effect li:before,
.hover-effect li:after {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.hover-effect li:before {
    left: 0%;
}

.hover-effect li:after {
    left: 50%;
}

.hover-effect a {
    backface-visibility: hidden;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.hover-effect a:before,
.hover-effect a:after {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hover-effect a:before {
    left: 25%;
}

.hover-effect a:after {
    left: 75%;
}

.hover-effect a:hover {
    color: #000;
    font-weight: 500;
}

.hover-effect li:before,
.hover-effect li:after,
.hover-effect a:before,
.hover-effect a:after {
    /* background-color: #333;
	position: absolute;
	height: 100%;
	width: 26%;
	top: 0;
	content: '';
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease; */
}

.hover-effect li:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover-effect li:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.hover-effect a:before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

.hover-effect a:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hover-effect li:hover:before,
.hover-effect li.current:before,
.hover-effect li:hover:after,
.hover-effect li.current:after,
.hover-effect li:hover a:before,
.hover-effect li.current a:before,
.hover-effect li:hover a:after,
.hover-effect li.current a:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-effect li:hover:before,
.hover-effect li.current:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.hover-effect li:hover:after,
.hover-effect li.current:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.hover-effect li:hover a:before,
.hover-effect li.current a:before {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

.hover-effect li:hover a:after,
.hover-effect li.current a:after {
    -webkit-transition-delay: 0.225s;
    transition-delay: 0.225s;
}

.hover-effect ul.item {
    position: absolute;
    width: 100%;
    top: 40px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hover-effect ul.item li {
    width: 100%;
    height: 0;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.hover-effect .navbar-nav>li:hover ul.item li {
    height: 40px;
    transition: height .2s;
    border-top: 1px solid #f5f5f5;
}

.hover-effect .navbar-nav>li:hover ul.item li a {
    color: #333;
}

.hover-effect .navbar-nav>li:hover ul.item li:first-child {
    border-top: none;
}

.hover-effect ul.item li:hover {
    background-color: #005bac;
}

.hover-effect .navbar-nav>li:hover ul.item li:hover a {
    color: #fff;
}


/*--w3layouts--*/


/*--agileits--*/


/*-- //Navbar --*/


/*-- Slider --*/

.slider {
    position: relative;
    padding: 0;
    padding-top: 80px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    border: 0;
}

a.callbacks_nav {
    display: none;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 9;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

ul.callbacks_tabs li {
    display: inline-block;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 80px;
    width: 80px;
}

.callbacks_tabs .callbacks1_s1 a:after {
    background: url(../image/icon01.png);
}

.callbacks_tabs .callbacks1_s2 a:after {
    background: url(../image/icon02.png);
}

.callbacks_tabs .callbacks1_s3 a:after {
    background: url(../image/icon03.png);
}

.callbacks_tabs .callbacks1_s4 a:after {
    background: url(../image/icon04.png);
}

.callbacks_here a:after {}

.callbacks1_s1.callbacks_here a:after {
    background: url(../image/icon01_hover.png);
}

.callbacks1_s2.callbacks_here a:after {
    background: url(../image/icon02_hover.png);
}

.callbacks1_s3.callbacks_here a:after {
    background: url(../image/icon03_hover.png);
}

.callbacks1_s4.callbacks_here a:after {
    background: url(../image/icon04_hover.png);
}

.layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.layer h3 {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    font-size: 70px;
    font-weight: 700;
    color: #FFF;
}


/*--w3layouts--*/


/*--agileits--*/

.layer p {
    position: absolute;
    top: 53%;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 300;
    color: #FFF;
    padding: 0 20px;
}


/*-- //Slider --*/


/*-- Paddings --*/

.about,
.mission,
.expertise,
.portfolio,
.team,
.newsletter,
.news,
.contact {
    padding: 100px 0;
}

.feedback {
    padding: 100px 0;
}

.expertise {
    padding: 100px 0 0;
}


/*-- //Paddings --*/

.container {
    max-width: 1200px;
    width: 100%;
}


/*-- About --*/

h2 {
    text-align: center;
    margin: 0 0 50px;
    font-size: 36px;
    font-weight: 700;
}

.about-grid-2 h3 {
    text-align: left;
    padding: 15px 0 10px;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 2px solid #084B91;
}

.about-grid-2 .imgbox .box-w {
    width: 50%;
}

.about-grid-2 .imgbox .box-w img {
    width: 80%;
}

.about-grid-2 p {
    line-height: 25px;
    color: #343434;
    font-size: 14px;
    padding-bottom: 30px;
}

.about-grid-2 .btn {
    background-color: transparent;
    color: #000;
}

.about-grid-2 .btn {
    background-color: transparent;
    color: #4088d6;
    outline: none;
    border: none;
    border-radius: 0;
    padding: 0 0 5px 0;
    margin-top: 30px;
    font-size: 16px;
    float: right;
    margin-right: 50px;
}

.about-grid-2 .glyphicon {
    margin-left: 10px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #4088d6;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

.modal-title {
    margin: 15px 0 20px;
    line-height: 0;
    font-size: 30px;
}

.modal-body p {
    padding: 20px 0 5px;
    font-size: 15px;
    line-height: 27px;
}


/*-- //About --*/


/*-- Mission --*/

.mission {
    background: url("../image/bg04.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
}

.bg01 {
    background: url("../image/contact.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 30px 0;
}


/*-- //Mission --*/


/*-- Expertise --*/

.expertise-grid-1 {
    width: 60%;
    float: left;
    position: relative;
}

.expertise-grid-1 h2 {
    position: absolute;
    top: 38%;
    right: 2%;
    width: 30%;
    text-align: left;
    font-size: 45px;
    font-weight: 700;
    color: #FFF;
}

.expertise-grid-2 {
    width: 40%;
    float: left;
    padding-right: 100px;
}

.expertise-grid-3 {
    position: relative;
}

.expertise-grid-3 p {
    position: absolute;
    left: -70%;
    top: 50px;
    border: 5px solid #343434;
    padding: 60px 20px 60px 425px;
}

.expertise-grid-3 p {
    line-height: 30px;
}


/*-- //Expertise --*/


/*-- Portfolio --*/

.filtr-item {
    padding: 0;
    width: 25%;
    float: left;
}

.filtr-container {
    width: 100%;
}

.item-desc {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
}

.simplefilter li,
.multifilter li,
.sortandshuffle li {
    color: #343434;
    cursor: pointer;
    display: inline-block;
    padding: 0px 20px 0 25px;
    font-size: 1.1em;
    margin: 10px 0.4em;
    letter-spacing: 1px;
    border-left: 3px solid #4088d6;
}

.case_box {
    text-align: center;
    border: 2px #4088d6 solid;
    margin-top: 10px;
    padding: 15px;
}

.case_box:hover {
    background-color: #e4f2f8;
    transition: all 0.3s;
}

.case01,
.case02 {
    color: #4088d6;
    cursor: pointer;
    display: inline-block;
    padding: 20px 20px 0 25px;
    font-size: 1.4em;
    margin: 10px 0.4em;
    letter-spacing: 1px;
    font-weight: bold;
}

.case01 {
    background: url("../image/case01.png") no-repeat left 23px;
}

.case02 {
    background: url("../image/case02.png") no-repeat left 23px;
}

.case_list li {
    list-style: none;
    line-height: 40px;
    padding-left: 20%;
    text-align: left;
}

.case_list.casepd li {
    padding-left: 30%;
}

.case_list li a {
    color: #333;
}

.case_list li a:hover {
    color: #c8102e;
}

select {
    padding: 1rem 1rem;
    text-transform: uppercase;
}

.sortandshuffle .shuffle-btn {
    background-color: #dec800;
}

.sortandshuffle .sort-btn {
    background-color: #de0000;
}

.sortandshuffle .sort-btn.active {
    background-color: #9d0000;
}

.filtr-item {
    transform: scale(1) translate3d(0px, 0px, 0px);
    -o-transform: scale(1) translate3d(0px, 0px, 0px);
    transition: all 0.5s ease-out 0ms;
    -o-transition: all 0.5s ease-out 0ms;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
}

ul.simplefilter {
    text-align: center;
    margin-bottom: 3em;
}

.rel {
    position: relative;
}

#mess01,
#mess02,
#mess03 {
    position: absolute;
    line-height: 40px;
    width: 180px;
    left: 805px;
    top: 5px;
    color: #343434;
    padding-left: 48px;
    text-align: left;
    background: url(../image/bgmess.png) no-repeat;
}

@media(max-width:991px) {
    /* .filtr-item {
        float: left;
        width: 33.33%;
    } */
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        padding: 0 13px 0 25px;
        font-size: 1em;
    }
}

@media(max-width:768px) {
    .filtr-item {
        float: left;
        width: 50%;
    }
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        padding: 0 10px 0 25px;
        font-size: 0.9em;
        letter-spacing: 0px;
    }
}

@media(max-width:600px) {
    .filtr-item {
        padding: 0em;
        width: 100%;
    }
    .news .filtr-item:nth-of-type(2) {
        margin-top: 2em;
    }
    ul.simplefilter {
        margin-bottom: 0em;
    }
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        margin-bottom: 1em;
    }
    .news h4 {
        min-height: auto !important;
    }
    .news p {
        min-height: auto !important;
    }
}

@media(max-width:414px) {
    ul.simplefilter {
        margin-bottom: 0em;
    }
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        padding: 4px 4px;
        font-size: 0.8em;
        letter-spacing: 0px;
        margin-bottom: 1em;
    }
}

.portfolio figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.portfolio figure:hover figcaption {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

.portfolio figcaption {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.portfolio figcaption h3 {
    font-weight: 700;
    font-size: 30px;
    color: #FFF;
    margin-bottom: 0;
    position: relative;
    margin-top: 105px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
}

.portfolio figure:hover h3 {
    left: 0;
}

.portfolio figcaption a {
    color: #fff;
    border: 2px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
}

.portfolio figcaption a:hover {
    color: #4f5856;
    background: #fff;
}


/*-- //Portfolio --*/


/*-- Feedback --*/

.feedback {
    background: url("../image/feedback.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #FFF;
}

.slider-1 ul.callbacks_tabs {
    display: none;
}

.feedback h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.feedback p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
    padding: 0 45px;
}

.feedback h4 {
    font-size: 20px;
    margin-top: 20px;
    text-align: right;
    color: #4088d6;
}


/*-- //Feedback --*/


/*-- Team --*/

.team h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.team ul {
    max-width: 1170px;
    margin: auto;
    padding: 0 15px;
}

.team ul li {
    float: left;
    width: 33.3%;
    list-style-type: none;
    font-size: 16px;
    line-height: 2;
    padding: 0 20px;
}

.team-grid {
    padding: 0;
}

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: auto;
    background: #000;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h4 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h4 span {
    font-weight: 800;
}

.grid figure h4,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-hera {
    background: #000;
}

figure.effect-hera h4 {
    font-size: 158.75%;
}

figure.effect-hera h4,
figure.effect-hera p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-hera figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 150%;
    line-height: 2;
}

figure.effect-hera p a {
    color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
    opacity: 0.6;
}

figure.effect-hera p a i {
    color: #FFF;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0);
    transform: translate3d(-60px, -60px, 0);
}

figure.effect-hera p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0);
    transform: translate3d(60px, -60px, 0);
}

figure.effect-hera p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px, 60px, 0);
    transform: translate3d(-60px, 60px, 0);
}

figure.effect-hera p a:nth-child(4) i {
    -webkit-transform: translate3d(60px, 60px, 0);
    transform: translate3d(60px, 60px, 0);
}

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

figure.effect-hera:hover h4 {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
    transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}

figure.effect-hera:hover p i:empty {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}


/*-- //Team --*/


/*-- Newsletter --*/

.newsletter {
    color: #FFF;
    text-align: center;
    position: relative;
    background-color: #141d37;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    background: url(../image/map.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.newsletter iframe {
    z-index: -1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
}

.newsletter h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.newsletter p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 30px;
}

.newsletter input.email,
.newsletter textarea.email {
    width: 40%;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.77);
    border: none;
    outline: none;
    color: #FFF;
    font-weight: 500;
    margin: 10px auto;
    display: block;
}

.newsletter textarea.email {
    resize: none;
    height: 150px;
}

.newsletter input.submit {
    padding: 13.5px 50px;
    background-color: #000;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 600;
}


/*-- //Newsletter --*/


/*-- News --*/

.news {
    background: url("../image/video.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.news .filtr-item {
    padding: 0 10px;
}

.news figure {
    background-color: #fff;
}


/* .news h3 {
	font-size: 36px;
	font-weight: 700;
    margin-bottom: 50px;
    color: #fff;
} */

.news h4 {
    font-size: 19px;
    margin-top: 15px;
    color: #333;
    text-align: left;
    line-height: 1.3;
    font-weight: bold;
    padding: 0 10px;
    min-height: 50px;
}

.news p {
    font-size: 16px;
    color: #333;
    padding: 10px 10px 20px;
    min-height: 122px;
}


/*-- //News --*/


/*-- Contact --*/

.contact {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #d7dfe9;
    background-color: #1b2c5a;
}

.contact h3 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 50px;
}

.contact h4 {
    text-align: left;
    color: #d7dfe9;
    padding-bottom: 5px;
}

.contact-grid-1 p {
    font-weight: 300;
    line-height: 30px;
    padding-right: 20px;
}

address {
    margin-bottom: 0;
}

.contact-grid-2 li {
    display: block;
    font-weight: 300;
    line-height: 28px;
}

.contact-grid-2 .glyphicon {
    color: #d7dfe9;
    margin-right: 5px;
}

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../image/img-sprite.png") no-repeat 0px 0px;
    background-size: 200px;
}

ul.social-icons li a.facebook:hover {
    background-position: 0px -33px;
}

ul.social-icons li a.twitter {
    background-position: -35px 0px;
}

ul.social-icons li a.twitter:hover {
    background-position: -35px -33px;
}

ul.social-icons li a.googleplus {
    background-position: -69px 0px;
}

ul.social-icons li a.googleplus:hover {
    background-position: -69px -33px;
}

ul.social-icons li a.instagram {
    background-position: -102px 0px;
}

ul.social-icons li a.instagram:hover {
    background-position: -102px -33px;
}

ul.social-icons li a.youtube {
    background-position: -135px 0px;
}

ul.social-icons li a.youtube:hover {
    background-position: -135px -33px;
}

.footer-nav {
    margin-top: 30px;
}

.footer-nav ul li {
    display: inline-block;
    padding: 0 25px;
    border-right: solid 1px #667a92;
}

.footer-nav ul li a {
    color: #D6D6D6;
}

.footer-nav ul li a:hover {
    color: #fff;
}

.footer-logo a {
    margin: 0;
    color: #6E6E6E;
}

.footer-nav ul li:nth-child(1) {
    padding-left: 5px;
}

.footer-nav ul li:nth-child(3) {
    border-right: none;
}


/*-- //Contact --*/


/*-- Copyright --*/

.copyright {
    padding: 30px 0;
    background-color: #1b2c5a;
    text-align: center;
    border-top: 1px #667a92 solid;
}

.copyright p {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
}

.copyright p a {
    color: #FFF;
}

.copyright p a:hover {
    color: #fff;
    text-decoration: underline;
}


/*-- //Copyright --*/


/*-- Go-To-Top-Button --*/

#toTop {
    z-index: 99999;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../image/to-top.png") no-repeat 0px 0px;
}


/*-- //Go-To-Top-Button --*/


/*-- //Index-Page-Styling --*/

.logo {
    width: auto;
    height: 70px;
    margin-top: -10px;
    margin-right: 10px;
}

.pic01 {
    height: 400px;
    width: auto;
    margin: auto;
}

.searh_pic {
    width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}

#navbar {
    margin: 15px 0;
}

#Choco_container_description {
    height: auto;
}

#Choco_container_title {
    display: block;
    float: none;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 5px 0;
}

#Choco_container_via {
    float: none;
    display: block;
}

.Choco_arrows {
    display: none !important;
}

.color-white {
    color: #fff;
}

.retMess {
    color: red;
    font-weight: bold;
    padding: 5px 0 0;
}


/*-- Responsive-Code --*/

@media screen and (max-width:1920px) {
    .expertise-grid-1 h2 {
        top: 41%;
        right: 1%;
    }
    .expertise-grid-3 p {
        left: -70%;
        top: 110px;
        padding: 60px 20px 60px 500px;
    }
}

@media screen and (max-width:1680px) {
    .expertise-grid-1 h2 {
        top: 39%;
    }
    .expertise-grid-3 p {
        top: 65px;
        padding: 60px 20px 60px 400px;
    }
}

@media screen and (max-width:1600px) {
    .expertise-grid-1 h2 {
        top: 40%;
        right: 2%;
    }
    .expertise-grid-3 p {
        top: 39px;
        padding: 60px 20px 60px 450px;
    }
}

@media screen and (max-width:1440px) {
    .layer h3 {
        font-size: 60px;
    }
    figure.effect-hera figcaption::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        height: 150px;
        border: 2px solid #fff;
        content: '';
    }
    .expertise-grid-3 p {
        top: 15px;
        padding: 60px 20px 60px 395px;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3 {
        font-size: 42px;
    }
}

@media screen and (max-width:1366px) {
    .navbar-default .navbar-brand {
        font-size: 30px;
    }
    .layer h3 {
        font-size: 55px;
    }
    .expertise-grid-3 p {
        position: absolute;
        left: -80%;
        top: 23px;
        border: 5px solid #000;
        padding: 40px 20px 51px 398px;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 38%;
        right: 2%;
        width: 30%;
        text-align: left;
        font-size: 40px;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3 {
        font-size: 36px;
    }
    .news h4 {
        /* font-size: 22px; */
        /* margin-top: 30px; */
    }
}

@media screen and (max-width:1280px) {
    .expertise-grid-3 p {
        position: absolute;
        left: -96%;
        top: 23px;
        border: 5px solid #000;
        padding: 30px 20px 41px 398px;
    }
}

@media screen and (max-width:1200px) {
    #mess01,
    #mess02,
    #mess03 {
        left: 673px;
    }
}

@media screen and (max-width:1024px) {
    .layer h3 {
        top: 30%;
        font-size: 40px;
    }
    .layer p {
        top: 47%;
        font-size: 16px;
    }
    .about-grid-2 h1 {
        text-align: left;
        margin: 30px 0 20px;
    }
    figure.effect-hera figcaption::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 110px;
        height: 110px;
        border: 2px solid #fff;
        content: '';
    }
    .expertise-grid-1 {
        width: 58%;
        float: left;
        position: relative;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 38%;
        right: 2%;
        width: 30%;
        text-align: left;
        font-size: 31px;
    }
    .navbar-default .navbar-brand {
        font-size: 37px;
    }
    .expertise-grid-2 {
        width: 42%;
        float: left;
        padding-right: 100px;
    }
    .expertise-grid-3 p {
        position: absolute;
        left: -122%;
        top: -3px;
        border: 5px solid #000;
        padding: 10px 20px 11px 398px;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 32%;
        right: 21%;
        width: 30%;
        text-align: left;
        font-size: 28px;
    }
    .portfolio figcaption h3 {
        font-size: 24px;
        margin-top: 88px;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3 {
        font-size: 32px;
    }
    figure.effect-hera h4 {
        font-size: 128.75%;
    }
    #mess01,
    #mess02,
    #mess03 {
        left: 673px;
    }
}

@media screen and (max-width:991px) {
    .logo {
        height: 58px;
        margin-top: -5px;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 7px;
    }
    .hover-effect li a {
        font-size: 14px;
    }
    .about-grid-2 h1 {
        text-align: left;
        margin: 0px 0 10px;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 69px;
    }
    .about,
    .mission,
    .portfolio,
    .feedback,
    .team,
    .newsletter,
    .news,
    .contact,
    .video h3 {
        padding: 70px 0;
    }
    .expertise-grid-1 {
        width: 100%;
        float: none;
        position: relative;
        text-align: center;
    }
    .expertise-grids {
        text-align: center;
    }
    .expertise-grid-3 p {
        position: absolute;
        left: 4%;
        top: -63px;
        border: 5px solid #000;
        padding: 6em 2em 2em 2em;
    }
    .expertise-grid-2 {
        width: 96%;
        float: none;
        padding-right: 0px;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 87%;
        right: 17%;
        width: 39%;
        text-align: left;
        font-size: 28px;
    }
    .news h4 {
        /* font-size: 18px; */
        /* margin-top: 22px; */
    }
    .footer-nav ul li {
        display: inline-block;
        padding: 0 12px;
    }
    .copyright {
        padding: 30px 0;
    }
    .about-grid-2 p {
        line-height: 30px;
        padding-right: 0;
    }
    .navbar-default .navbar-brand {
        font-size: 32px;
    }
    #mess01,
    #mess02,
    #mess03 {
        left: 520px;
    }
    ul.callbacks_tabs {
        position: absolute;
        bottom: 6%;
        left: 50%;
    }
}

@media screen and (max-width:800px) {
    .layer h3 {
        font-size: 36px;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3 {
        font-size: 28px;
    }
    .expertise-grid-2 {
        width: 92%;
        float: none;
        padding-right: 0px;
    }
    .expertise-grid-2 {
        width: 92%;
        float: none;
        padding-right: 0px;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 87%;
        right: 29%;
        width: 39%;
        text-align: left;
        font-size: 28px;
    }
    .video {
        padding: 50px 0px 0 0;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 75px;
    }
    .team-grid {
        padding: 0;
        float: left;
        width: 50%;
    }
    .about,
    .mission,
    .portfolio,
    .feedback,
    .team,
    .newsletter,
    .news,
    .contact {
        padding: 60px 0;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 10px 5px;
    }
}

@media screen and (max-width:767px) {
    .hover-effect .navbar-nav>li {
        list-style: none;
        display: block;
        margin: 0;
        border-top: 1px solid #ccc;
    }
    .hover-effect ul.item {
        position: relative;
        top: 0;
        box-shadow: none;
        padding: 0 20px;
    }
    .hover-effect ul.item li {
        height: 40px;
        border-top: 1px solid #f5f5f5;
        text-align: left;
    }
    .logo {
        width: auto;
        height: 50px;
        margin-right: 5px;
        margin-top: -18px;
    }
    .layer p {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font-size: 14px;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3 {
        font-size: 28px;
    }
    .expertise-grid-2 {
        width: 92%;
        float: none;
        padding-right: 0px;
    }
    .expertise-grid-2 {
        width: 92%;
        float: none;
        padding-right: 0px;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 87%;
        right: 29%;
        width: 39%;
        text-align: left;
        font-size: 28px;
    }
    .video {
        padding: 50px 0px 0 0;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 105px;
    }
    #mess01,
    #mess02,
    #mess03 {
        left: 72%;
        position: initial;
        margin: auto;
    }
    .newsletter input.submit {
        margin-top: 10px;
    }
    .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0;
        border: 1px solid #fff;
        border-radius: 0px!important;
    }
    .navbar-default .navbar-toggle {
        border-color: #fff;
    }
    .rslides .banner {
        height: 300px;
    }
    .callbacks_tabs a:after {
        height: 12px;
        width: 12px;
    }
    .team ul li {
        width: 100%;
    }
    .navbar {
        padding: 10px 0;
    }
    .newsletter input.email,
    .newsletter textarea.email {
        width: 90%;
    }
    .filtr-item.bottom {
        margin-top: 3em;
    }
    .case_list li {
        padding-left: 0;
    }
    .case_list.casepd li {
        padding-left: 0;
    }
}

@media screen and (max-width:736px) {
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: none!important;
    }
    .slider {
        padding-top: 54px;
    }
    .about,
    .mission,
    .portfolio,
    .feedback,
    .team,
    .newsletter,
    .news,
    .contact,
    .video h3 {
        padding: 50px 0;
    }
    .about-grid-2 h1 {
        margin-top: 30px;
    }
    .about-grid-2 p {
        line-height: 25px;
    }
    .about-grid-2 .btn {
        margin-top: 15px;
    }
    .contact {
        padding-bottom: 10px;
    }
    .contact-grid-1 {
        margin-bottom: 30px;
    }
    .contact-grid-2,
    .contact-grid-3 {
        width: 100%;
        float: left;
        margin-bottom: 0;
    }
}

@media screen and (max-width:667px) {
    .callbacks_tabs a:after {
        height: 12px;
        width: 12px;
    }
    ul.callbacks_tabs {
        position: absolute;
        bottom: 15%;
        left: 41%;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 84%;
        right: 29%;
        width: 38%;
        text-align: left;
        font-size: 21px;
    }
    #video h3 {
        padding: 10px 0 50px 0;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 90px;
    }
    .about-grid.about-grid-2 {
        margin-top: 2em;
    }
    .navbar-default .navbar-brand {
        font-size: 30px!important;
    }
    .mission h4 {
        margin-top: 9px;
        font-size: 21px;
    }
}

@media screen and (max-width:640px) {
    .callbacks_tabs a:after {
        height: 12px;
        width: 12px;
    }
    ul.callbacks_tabs {
        position: absolute;
        bottom: 7%;
        left: 41%;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 84%;
        right: 29%;
        width: 38%;
        text-align: left;
        font-size: 21px;
    }
    #video h3 {
        padding: 10px 0 50px 0;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 90px;
    }
    .filtr-item.bottom {
        margin-top: 2em;
    }
    .about-grid.about-grid-2 {
        margin-top: 2em;
    }
    .news h3,
    .contact h3,
    .portfolio h3,
    .newsletter h3,
    .team h3 {
        margin-bottom: 25px;
    }
    .mission h3 {
        line-height: 45px;
    }
    .rslides .banner {
        height: 300px;
    }
    .expertise {
        padding: 80px 0 240px;
    }
    .navbar-toggle {
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        padding: 7px 15px 7px 22px;
        font-size: 0.9em;
        letter-spacing: 0px;
        margin: 0 0 0 10px;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 62px;
    }
    .feedback p {
        font-size: 15px;
        padding: 0 4px;
    }
    .feedback h3 {
        margin-bottom: 21px;
    }
    .about,
    .mission,
    .portfolio,
    .feedback,
    .team,
    .newsletter,
    .news,
    .contact,
    #video h3 {
        padding: 40px 0;
    }
    .copyright p {
        font-size: 14px;
    }
    .copyright {
        padding: 20px 0;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3 {
        font-size: 25px;
    }
    .expertise-grid-3 p {
        position: absolute;
        left: 7%;
        top: -81px;
        border: 5px solid #000;
        padding: 6em 2em 2em 2em;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 74%;
        right: 29%;
        width: 44%;
        text-align: left;
        font-size: 21px;
    }
    .team-grid {
        padding: 0;
        float: left;
        width: 100%;
    }
    figure.effect-hera figcaption::before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 130px;
        height: 130px;
        border: 2px solid #fff;
        content: '';
    }
    .newsletter input.submit {
        padding: 9px 50px;
        font-size: 14px;
    }
    ul.simplefilter {
        margin-bottom: 1.5em;
    }
    figure.effect-hera h4 {
        font-size: 106.75%;
    }
    .pic01 {
        height: auto;
        width: 90%;
    }
}

@media screen and (max-width:414px) {
    .navbar-default .navbar-brand {
        font-size: 22px!important;
    }
    .expertise-grid-3 p {
        position: absolute;
        left: 7%;
        top: -81px;
        border: 5px solid #000;
        padding: 6em 2em 2em 2em;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 74%;
        right: 22%;
        width: 54%;
        text-align: left;
        font-size: 21px;
    }
    .simplefilter li,
    .multifilter li,
    .sortandshuffle li {
        padding: 0 12px 0 24px;
        font-size: 0.9em;
        letter-spacing: 0px;
        margin: 10px 0 10px 5px;
        margin-bottom: 0.5em;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 114px;
    }
    ul.callbacks_tabs {
        position: absolute;
        bottom: 15%;
        left: 35%;
    }
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3,
    .video h3 {
        font-size: 23px;
    }
    #video h3 {
        padding: 10px 0 40px 0!important;
    }
}

@media screen and (max-width:384px) {
    .newsletter input.submit {
        padding: 9px 42px;
        font-size: 14px;
    }
    .about,
    .mission,
    .portfolio,
    .feedback,
    .team,
    .newsletter,
    .news,
    .contact,
    #video h3 {
        padding: 30px 0;
    }
    .portfolio figcaption h3 {
        font-size: 22px;
        margin-top: 105px;
    }
    .about-grid-2 .btn {
        margin-top: 19px;
        font-size: 14px;
    }
    figure.effect-hera h4 {
        font-size: 106.75%;
    }
}

@media screen and (max-width:375px) {
    .portfolio h3,
    .about-grid-2 h1,
    .mission h3,
    .feedback h3,
    .team h3,
    .newsletter h3,
    .news h3,
    .contact h3,
    .video h3 {
        font-size: 20px;
    }
    .expertise-grid-1 h2 {
        position: absolute;
        top: 69%;
        right: 15%;
        width: 63%;
        text-align: left;
        font-size: 19px;
    }
}

@media screen and (max-width:320px) {
    ul.callbacks_tabs {
        position: absolute;
        bottom: 10%;
        left: 32%;
    }
    .navbar-default .navbar-brand {
        font-size: 26px!important;
    }
    .newsletter p {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 19px;
    }
    .newsletter input.submit {
        padding: 9px 20px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .function {
        width: 100px;
        height: 100px;
        border-radius: 5px;
        color: #fff;
        background-color: #000;
    }
}


/*-- product --*/

.product-head {
    height: 320px;
    background: url(../image/product.jpg) center;
}

.product-content {
    max-width: 1170px;
    margin: auto;
    padding: 70px 0;
}

.product-content h3 {
    border-left: 5px solid #c8102e;
    font-size: 32px;
    padding: 5px 20px;
    text-align: left;
    margin-bottom: 45px;
}

.product-content h4 {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 10px;
}

.product-content .content-area {
    width: 70%;
    float: left;
}

.product-content .content-area .imgbox {
    text-align: center;
}

.product-content .content-area .imgbox img {
    margin-bottom: 30px;
}

.product-content .sidebar {
    width: 27%;
    float: right;
}

.product-content .sidebar ul {
    border-top: 3px solid #1b2c5a;
    padding-top: 20px;
}

.product-content .sidebar ul li {
    font-size: 16px;
    line-height: 2;
}

.product-content .sidebar ul li.active a {
    color: #c8102e;
    font-weight: bold;
}

.product-content .sidebar a:hover {
    color: #c8102e;
    text-decoration: underline;
}

@media screen and (max-width:1200px) {
    .product-content {
        padding: 70px 20px;
    }
}

@media screen and (max-width:767px) {
    .product-head {
        height: 220px;
    }
    .product-content {
        padding: 40px 20px;
    }
    .product-content h3 {
        margin-bottom: 30px;
        font-size: 26px;
    }
    .product-content .content-area {
        width: 100%;
    }
    .product-content .sidebar {
        width: 100%;
        margin-top: 40px;
    }
}


/*-- //product --*/

.development {}

.development .time-line {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    padding: 0 100px;
    overflow-x: auto;
}

.development .time-line:before,
.development .time-line:after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #333;
    bottom: 1px;
    position: absolute;
    left: 0;
    right: 0;
}

.development .time-line:after {
    bottom: 40px;
}

.development .tl-box {
    margin-right: 40px;
    width: calc((100% - 120px) / 4);
}

.development .tl-box.mr0 {
    margin-right: 0;
}

.development .tl-item {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px 20px 30px 30px;
    color: #333;
}

.development .tl-item:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 3px solid #333;
    border-radius: 50%;
    background-color: transparent;
    display: block;
    left: 30px;
    top: 0;
    position: absolute;
}

.development .tl-item:after {
    content: "";
    width: 30px;
    height: 100%;
    border-top-left-radius: 8px;
    border-top: 1px dashed #333;
    border-left: 1px dashed #333;
    position: absolute;
    left: 0;
    top: 10px;
}

.development .tl-year {
    font-size: 16px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    color: #333;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
}

@media screen and (max-width:767px) {
    .development .time-line {
        padding: 0 25px;
    }
    .development .tl-box {
        margin-right: 10px;
        width: calc((100% - 30px) / 4);
    }
    .development .tl-item {
        padding: 30px 5px 30px 10px;
    }
    .development .tl-year {
        font-size: 14px;
    }
}

@media screen and (max-width:320px) {
    .development .time-line {
        padding: 0 10px 0 23px;
    }
    .development .tl-item {
        padding: 30px 0 30px 8px;
    }
}