﻿@charset "UTF-8";
/*@import url("0cd7fab59f804451a15dd0ac71feccec.css");*/
body.fixed {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
}
body {
    margin: 0;
}
a.blue-toggle {
    width: 21px;
    display: inline-block;
    height: 21px;
    background: url(../images/blue-toggle-x2.png);
    background-size: 200% 200%;
    background-position: 0 0;
    transition: none;
}

    a.blue-toggle:hover {
        background-position: 100% 0;
    }

    a.blue-toggle.active {
        background-position: 0 100%;
    }

        a.blue-toggle.active:hover {
            background-position: 100% 100%;
        }

.break-inline-xs {
    display: inline-block;
}

@media (max-width: 480px) {
    .break-inline-xs {
        display: block;
    }
}

ul.li-nonstyle-list {
    padding-left: 0;
}

    ul.li-nonstyle-list > li {
        display: block;
    }

.sub-nav {
    text-align: center;
    height: 60px;
    min-height: 60px;
}

    .sub-nav .nav {
        display: inline-block;
        float: none;
    }

        .sub-nav .nav li a {
            padding-top: 18px;
            padding-bottom: 18px;
            cursor: pointer;
        }

.text-fade {
    color: #90a4ae;
}

@media (max-width: 480px) {
    .text-fade {
        font-size: 12px;
    }
}

.ps-note {
    font-size: 15px;
    color: #777777;
    line-height: 1.5;
}

.grey-stripe-bg {
    background-color: #f7f7f7;
}

.giant-img-coat {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .giant-img-coat {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.key-news {
    min-height: 450px;
    background-color: #f7f7f7;
}

    .key-news .feature-news {
        margin-bottom: 20px;
    }

        .key-news .feature-news .news-content {
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 20px;
        }

            .key-news .feature-news .news-content > .row {
                height: 250px;
            }

            .key-news .feature-news .news-content .news-title {
                margin-top: 0;
                margin-bottom: 10px;
            }

            .key-news .feature-news .news-content .date {
                color: #999999;
                margin-bottom: 12px;
                font-size: 14px;
            }

            .key-news .feature-news .news-content .news-image, .key-news .feature-news .news-content .news-description {
                height: 100%;
            }

                .key-news .feature-news .news-content .news-description .content {
                    height: 100%;
                    margin-bottom: 20px;
                }

            .key-news .feature-news .news-content .news-image {
                padding-right: 0;
            }

        .key-news .feature-news .news-list-group {
            height: 100%;
            margin-bottom: 10px;
        }

            .key-news .feature-news .news-list-group .list-group-item {
                padding: 8px 5px;
                background-color: transparent;
                border-bottom: 1px solid #ddd;
                border-top: none;
                display: table;
            }

                .key-news .feature-news .news-list-group .list-group-item:first-child {
                    padding-top: 0;
                }

                .key-news .feature-news .news-list-group .list-group-item .date, .key-news .feature-news .news-list-group .list-group-item .single-news {
                    display: table-cell;
                }

                .key-news .feature-news .news-list-group .list-group-item .date {
                    font-size: 14px;
                }

                .key-news .feature-news .news-list-group .list-group-item:hover, .key-news .feature-news .news-list-group .list-group-item:focus {
                    background-color: #fff;
                }

    .key-news .read-more {
        text-align: right;
        margin-top: 10px;
    }

@media (max-width: 1200px) and (min-width: 768px) {
    .key-news .feature-news .news-list {
        padding: 0;
        height: auto;
    }

    .key-news .feature-news .news-content, .key-news .feature-news .news-list {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .key-news {
        text-align: center;
    }

        .key-news .feature-news {
            text-align: left;
        }

            .key-news .feature-news .news-image, .key-news .feature-news .news-content {
                height: auto;
            }

            .key-news .feature-news .news-list {
                padding-left: 0;
                padding-right: 0;
            }

            .key-news .feature-news .news-list-group {
                height: auto;
            }
}

@media (max-width: 480px) {
    .key-news .feature-news .news-content > .row {
        height: auto;
    }

        .key-news .feature-news .news-content > .row .news-image, .key-news .feature-news .news-content > .row .news-description {
            width: 100%;
        }

        .key-news .feature-news .news-content > .row .news-image {
            margin-top: -15px;
            padding-right: 15px;
            height: 250px;
        }

        .key-news .feature-news .news-content > .row .content {
            padding: 15px;
        }

    .key-news .feature-news .news-content, .key-news .feature-news .news-list {
        background-color: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        padding: 15px 0;
    }

        .key-news .feature-news .news-content .date, .key-news .feature-news .news-list .date {
            font-size: 11px;
            margin-bottom: 5px;
        }

    .key-news .feature-news .news-list {
        padding-top: 0;
    }

        .key-news .feature-news .news-list .read-more {
            padding-left: 15px;
            padding-right: 15px;
        }

    .key-news .feature-news .news-list-group {
        padding-left: 0;
        margin-bottom: 15px;
    }

        .key-news .feature-news .news-list-group .list-group-item .date {
            font-size: 11px;
            width: 20%;
        }

        .key-news .feature-news .news-list-group .list-group-item .single-news {
            font-size: 14px;
            line-height: 1.2;
        }

        .key-news .feature-news .news-list-group .list-group-item:first-child {
            padding-top: 8px;
        }

        .key-news .feature-news .news-list-group .list-group-item:hover, .key-news .feature-news .news-list-group .list-group-item:focus {
            background-color: #efefef;
        }

    .key-news .read-more {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        margin-bottom: 0;
    }

        .key-news .read-more a {
            display: block;
        }
}

.product-features {
    color: #ffffff;
}

    .product-features .shortcut {
        background-color: #0047a4;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        text-align: center;
    }

    .product-features .product-boxes .product-box {
        overflow: hidden;
        cursor: pointer;
        height: auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .product-features .product-boxes .product-box a {
            display: block;
            cursor: pointer;
        }

            .product-features .product-boxes .product-box a:hover .darken {
                opacity: 1;
            }

            .product-features .product-boxes .product-box a:hover img {
                transform: scale(1.05);
            }

        .product-features .product-boxes .product-box img {
            width: 100%;
            transition: 0.2s ease-in;
        }

        .product-features .product-boxes .product-box .product-title {
            position: absolute;
            bottom: 5px;
            left: 30px;
            box-sizing: border-box;
            padding: 20px;
            z-index: 1;
            text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        }

            .product-features .product-boxes .product-box .product-title .h3 {
                margin: 0;
                font-weight: 300;
            }

        .product-features .product-boxes .product-box .darken {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            background-color: rgba(0, 0, 0, 0.2);
            transition: 0.2s ease-in;
        }

@media (max-width: 768px) {
    .product-features .shortcut {
        padding-left: 40px;
        padding-right: 40px;
        margin-bottom: 20px;
    }

    .product-features .product-boxes .product-box .product-title {
        padding: 10px;
        bottom: 0;
        left: 0;
    }

        .product-features .product-boxes .product-box .product-title p {
            margin: 0;
        }
}

@media (max-width: 480px) {
    .product-features .shortcut {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 15px;
    }

    .product-features .product-boxes {
        margin-bottom: 20px;
    }

        .product-features .product-boxes .product-box {
            margin-bottom: 15px;
        }
}

.locations {
    background-color: #eceff1;
    min-height: 500px;
}

/*.footer {
  background-color: #1a3048;
  padding-top: 45px;
  padding-bottom: 15px;
  min-height: 350px;
  position: relative;
  border-bottom: 10px solid #0047a4;
  color: #ffffff;
}
.footer .row {
  margin: 0;
}
.footer .footer-links {
  position: relative;
}
.footer .links-group {
  font-size: 17px;
  position: relative;
  min-height: 250px;
}
.footer .links-group .unit-link {
  color: #fff;
  opacity: 1;
  cursor: pointer;
  margin-bottom: 15px;
  display: block;
}
.footer .links-group .unit-link:hover, .footer .links-group .unit-link:focus {
  color: #ec7b43;
  text-decoration: none;
}
.footer .links-group ul {
  padding-left: .7em;
  margin-bottom: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .links-group ul > li {
  list-style: none;
  font-size: 14px;
}
.footer .links-group ul > li a {
  color: #fff;
  opacity: 0.5;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}
.footer .links-group ul > li a:hover, .footer .links-group ul > li a:focus {
  opacity: 1;
  text-decoration: none;
}
.footer .links-group ul.primary-links-group {
  margin-top: 5px;
  border-left: none;
}
.footer .links-group ul.primary-links-group > li {
  list-style: none;
  font-size: 14px;
}
.footer .links-group ul.primary-links-group > li i {
  width: 6px;
  height: 10px;
  margin-right: 10px;
  background-image: url("data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAMAAACOLiwjAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAHHRSTlMA/MFSKxwMsfbx7eXi19LGq5uSgHhuYD87EwezjDZsbwAAAE5JREFUGNNlz0cOADEIBEHjuDnn/f8/fWwkuJWEYMb9u2NCsyo9XckoDvOL0jQmlH0f0be0N3KbBKVDTqVLvAFrHDCneUocE5QKplxRtSuYmwMNvRirQwAAAABJRU5ErkJggg==");
  background-size: 100% 100%;
  display: inline-block;
}
.footer .links-group ul.primary-links-group > li a {
  opacity: 1;
  cursor: pointer;
  margin-bottom: 20px;
  display: inline-block;
}
.footer .links-group ul.primary-links-group > li a:hover, .footer .links-group ul.primary-links-group > li a:focus {
  color: #ec7b43;
  text-decoration: none;
}
@media (max-width: 480px) {
  .footer .links-group {
    min-height: auto;
  }
  .footer .links-group ul {
    padding-left: 0 !important;
  }
  .footer .links-group ul.primary-links-group {
    text-align: left;
    display: inline-block;
  }
  .footer .links-group .unit-link {
    margin-bottom: 5px;
  }
  .footer .links-group ul > li a {
    margin-bottom: 3px;
  }
}
.footer .copyright {
  text-align: right;
  color: #ffffff;
  font-size: 11px;
}
@media (max-width: 480px) {
  .footer .copyright {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .footer {
    min-height: auto;
    padding-top: 70px;
  }
}*/

.links-group {
    font-size: 17px;
    position: relative;
    min-height: 250px;
}

    .links-group ul.primary-links-group {
        margin-top: 5px;
    }

        .links-group ul.primary-links-group > li {
            list-style: none;
            font-size: 14px;
        }

            .links-group ul.primary-links-group > li i {
                width: 6px;
                height: 10px;
                margin-right: 10px;
                background-image: url("data:image/false;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAUCAMAAACOLiwjAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAHHRSTlMA/MFSKxwMsfbx7eXi19LGq5uSgHhuYD87EwezjDZsbwAAAE5JREFUGNNlz0cOADEIBEHjuDnn/f8/fWwkuJWEYMb9u2NCsyo9XckoDvOL0jQmlH0f0be0N3KbBKVDTqVLvAFrHDCneUocE5QKplxRtSuYmwMNvRirQwAAAABJRU5ErkJggg==");
                background-size: 100% 100%;
                display: inline-block;
            }

            .links-group ul.primary-links-group > li a {
                opacity: 1;
                cursor: pointer;
                color: #fff;
                margin-bottom: 20px;
                display: inline-block;
            }

                .links-group ul.primary-links-group > li a:hover, .links-group ul.primary-links-group > li a:focus {
                    color: #ec7b43;
                    text-decoration: none;
                }

@media (max-width: 480px) {
    .links-group {
        text-align: left;
        min-height: auto;
    }

        .links-group ul.primary-links-group {
            text-align: left;
            padding-left: 15px;
            display: inline-block;
        }

        .links-group .unit-link {
            margin-bottom: 5px;
        }

        .links-group ul > li a {
            margin-bottom: 3px;
        }
}

.locations .location-at {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 5px;
}

    .locations .location-at a {
        font-size: 15px;
        font-weight: 300;
        color: #ec4e00;
        position: relative;
        top: 5px;
        right: 20px;
    }

        .locations .location-at a:hover, .locations .location-at a:focus {
            opacity: 0.7;
        }

.locations .location-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 255px;
    overflow-y: auto;
}

    .locations .location-list .comp {
        width: 13%;
        display: table-cell;
    }

    .locations .location-list .address {
        width: 87%;
        display: table-cell;
        text-align: left;
    }

    .locations .location-list > a {
        display: table;
        width: 100%;
        border-bottom: 1px solid #ccc;
        line-height: 1.2;
        cursor: pointer;
        background-color: transparent;
    }

        .locations .location-list > a .comp {
            width: 100px;
            display: inline-block;
        }

        .locations .location-list > a:hover {
            background-color: #fff;
        }

.locations .placehold-img {
    margin-bottom: 20px;
}

.go-top-container {
    position: absolute;
    left: 0;
    right: 0;
}

    .go-top-container.fixed {
        position: fixed;
        bottom: 20px;
    }

    .go-top-container .container-fluid:before, .go-top-container .container-fluid:after {
        content: none;
        display: none;
    }

@media (max-width: 480px) {
    .go-top-container {
        top: 15px;
    }
}

.go-top {
    width: 40px;
    height: 40px;
    float: right;
    background-color: #fff;
    position: relative;
    right: 0;
    background-position: 0 0;
    background-size: 200% 100%;
    cursor: pointer;
    z-index: 96;
    transition: none;
}

    .go-top:hover, .go-top:focus {
        background-position: 100% 0;
    }

.learn-more-icon {
    width: 7px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 7px;
    background-image: url(../images/learnmore-org.png);
}

.bz-card {
    background-color: #90a4ae;
    padding: 10px 15px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #ffffff;
}

    .bz-card p {
        margin-bottom: 0;
    }

@media (max-width: 768px) {
    .bz-card {
        margin-right: -15px;
        margin-bottom: 10px;
        padding: 20px 15px;
    }
}

@media (max-width: 480px) {
    .bz-card {
        font-size: 14px;
        text-align: left;
        margin-right: 0;
    }
}

.youtube-link-cube {
    position: relative;
    height: 111px;
    background-image: url(../images/fans.jpg);
    background-size: cover;
}

    .youtube-link-cube a {
        cursor: pointer;
        display: block;
        height: 100%;
    }

        .youtube-link-cube a:hover .youtube-link-conatiner, .youtube-link-cube a:focus .youtube-link-conatiner {
            background-color: rgba(0, 0, 0, 0.5);
        }

        .youtube-link-cube a:hover .teco-channel, .youtube-link-cube a:focus .teco-channel {
            color: #fff;
        }

    .youtube-link-cube .youtube-link-conatiner {
        text-align: center;
        color: #ffffff;
        margin: auto;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        transition: 0.2s ease-out;
    }

        .youtube-link-cube .youtube-link-conatiner:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 100%;
        }

        .youtube-link-cube .youtube-link-conatiner .youtube-link {
            display: inline-block;
            vertical-align: middle;
            width: 213px;
            margin: auto;
            opacity: 1;
            transition: 0.1s ease-in;
        }

            .youtube-link-cube .youtube-link-conatiner .youtube-link > div {
                float: left;
                height: 39px;
            }

            .youtube-link-cube .youtube-link-conatiner .youtube-link .youtube-logo {
                width: 98px;
                height: 39px;
                background-size: 100% 100%;
            }

            .youtube-link-cube .youtube-link-conatiner .youtube-link .teco-channel {
                width: 110px;
                margin-left: 5px;
                color: #fff;
                line-height: 20px;
                font-size: 16px;
                text-align: left;
            }

.youtube-subscribe {
    margin: 10px 0;
}

.emergency {
    background-color: #ebebeb;
    padding: 20px;
}

    .emergency .content {
        margin-bottom: 20px;
        font-size: 16px;
        color: #333333;
        margin-bottom: 50px;
    }

.index-carousel-slick .kv-background-display {
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
    user-select: initial;
}

    .index-carousel-slick .kv-background-display:before {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        content: "";
        height: 100%;
    }

    .index-carousel-slick .kv-background-display > div {
        position: relative;
        margin: auto;
        display: inline-block;
        vertical-align: middle;
    }

        .index-carousel-slick .kv-background-display > div > div {
            padding-left: 0;
        }

    .index-carousel-slick .kv-background-display .banner-title {
        font-size: 50px;
        letter-spacing: 3px;
        line-height: 1.2;
        text-align: left;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .index-carousel-slick .kv-background-display .banner-caption {
        text-align: left;
        letter-spacing: 3px;
    }

    .index-carousel-slick .kv-background-display .banner-cube {
        background-color: rgba(26, 48, 72, 0.3);
        padding: 15px;
    }

        .index-carousel-slick .kv-background-display .banner-cube .banner-title {
            font-size: 28px;
            letter-spacing: 3px;
        }

        .index-carousel-slick .kv-background-display .banner-cube .banner-caption {
            font-size: 16px;
        }

@media (max-width: 1600px) {
    .index-carousel-slick .kv-background-display .banner-cube {
        left: 5%;
    }
}

@media (max-width: 1480px) {
    .index-carousel-slick .kv-background-display:before {
        position: absolute;
    }

    .index-carousel-slick .kv-background-display > div {
        top: 25%;
    }

    .index-carousel-slick .kv-background-display .banner-caption {
        margin-bottom: 15px;
    }

    .index-carousel-slick .kv-background-display .banner-cube {
        margin-left: 10%;
        left: 0;
    }
}

@media (max-width: 1200px) {
    .index-carousel-slick .kv-background-display:before {
        position: absolute;
    }

    .index-carousel-slick .kv-background-display > div {
        top: 25%;
    }
}

@media (max-width: 1480px) {
    .index-carousel-slick .kv-background-display .container-fluid.secondary {
        width: 1210px;
    }

    .index-carousel-slick .kv-background-display .banner-cube {
        min-width: 320px;
    }
}

@media (max-width: 1210px) {
    .index-carousel-slick .kv-background-display .container-fluid.secondary {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .index-carousel-slick .kv-background-display > div {
        position: absolute;
        left: 0;
        right: 0;
        top: initial;
        bottom: 0;
        height: auto;
        padding: 0;
    }

        .index-carousel-slick .kv-background-display > div > div {
            padding-left: 15px;
        }

    .index-carousel-slick .kv-background-display .banner-cube {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .index-carousel-slick .kv-background-display {
        height: 200px;
    }

        .index-carousel-slick .kv-background-display .banner-cube .banner-title {
            margin-bottom: 0;
            font-size: 17px;
        }

        .index-carousel-slick .kv-background-display .banner-title {
            font-size: 25px;
        }

        .index-carousel-slick .kv-background-display .banner-caption {
            font-size: 14px;
            line-height: 1.3;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }
}

.index-carousel-slick .slick-prev {
    left: 10%;
}

.index-carousel-slick .slick-next {
    right: 10%;
}

@media (max-width: 1440px) {
    .index-carousel-slick .slick-prev {
        left: 5%;
    }

    .index-carousel-slick .slick-next {
        right: 5%;
    }
}

.kv-bg-img-holder .kv-background-display {
    height: 400px;
}

.kv-background-display .train-text {
    vertical-align: top;
    top: 60px;
}

.kv-background-display {
    width: 100%;
    height: 400px;
    background-size: 100% 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

    .kv-background-display:before {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        content: "";
        height: 100%;
    }
.kv-bg-img-holder .kv-h{
    height:540px;
}
@media(max-width:767px){
    .kv-bg-img-holder .kv-h{
        height:152px;
    }
}
@media(min-width:768px) and (max-width:992px) {
    .kv-bg-img-holder .kv-h {
        height: 310px;
    }
}

.kv-background-display > div {
    position: relative;
    margin: auto;
    display: inline-block;
    vertical-align: bottom;
    bottom:60px;
}

        .kv-background-display > div > div {
            padding-left: 0;
        }

    .kv-background-display .banner-title {
        font-size: 50px;
        letter-spacing: 3px;
        line-height: 1.2;
        text-align: left;
        font-weight: 100;
        margin-bottom: 10px;
    }

    .kv-background-display .banner-caption {
        text-align: left;
        letter-spacing: 3px;
    }

    .kv-background-display .banner-cube {
        background-color: rgba(26, 48, 72, 0.3);
        padding: 15px;
    }

        .kv-background-display .banner-cube .banner-title {
            font-size: 28px;
            letter-spacing: 3px;
        }

        .kv-background-display .banner-cube .banner-caption {
            font-size: 16px;
        }

@media (max-width: 1480px) {
    .kv-background-display:before {
        position: absolute;
    }

    .kv-background-display > div {
        top: 50%;
    }

    .kv-background-display .banner-caption {
        margin-bottom: 15px;
    }
}

@media (max-width: 1200px) {
    .kv-background-display:before {
        position: absolute;
    }

    .kv-background-display > div {
        top: 50%;
    }
}

@media (max-width: 768px) {
    .kv-background-display > div {
        position: absolute;
        left: 0;
        right: 0;
        top: initial;
        bottom: 0;
        height: auto;
        padding: 0;
    }

        .kv-background-display > div > div {
            padding-left: 15px;
        }
}

@media (max-width: 480px) {
    .kv-background-display {
        height: 200px;
    }

        .kv-background-display .banner-cube .banner-title {
            margin-bottom: 0;
            font-size: 17px;
        }

        .kv-background-display .banner-title {
            font-size: 25px;
        }

        .kv-background-display .banner-caption {
            font-size: 14px;
            line-height: 1.3;
            margin-bottom: 10px;
            letter-spacing: 1px;
        }
}

.one-fifth-floater {
    margin: 40px 0;
}

    .one-fifth-floater:after {
        display: table;
        content: "";
        clear: both;
    }

    .one-fifth-floater .element {
        width: 20%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }

        .one-fifth-floater .element > div {
            width: 146px;
            height: 146px;
            border-radius: 50%;
            overflow: hidden;
            margin: auto;
            position: relative;
        }

            .one-fifth-floater .element > div img {
                width: 100%;
            }

            .one-fifth-floater .element > div .title {
                position: absolute;
                width: 100%;
                height: 100;
                top: 0;
                left: 0;
                background-color: rgba(0, 0, 0, 0.4);
                color: #fff;
                text-align: center;
                border-radius: 50%;
                padding: 60px 0;
                letter-spacing: 2px;
            }

.corner-link-learnmore {
    position: relative;
    top: 34px;
    float: right;
    font-size: 14px;
    line-height: 1;
    color: #ec4e00;
}

    .corner-link-learnmore i.orange-arrow {
        width: 6px;
        height: 13px;
        background-size: 200% 200%;
        padding: 0;
        vertical-align: top;
        margin-left: 10px;
        transition: none;
        display: inline-block;
        background-image: url(../images/pagi-arrows-x2.png);
        background-position: 100% 100%;
    }

    .corner-link-learnmore:hover, .corner-link-learnmore:focus {
        color: #f38827;
    }

i.orange-arrow {
    width: 6px;
    height: 13px;
    background-size: 200% 200%;
    padding: 0;
    vertical-align: top;
    margin-left: 5px;
    -webkit-transition: none;
    transition: none;
    display: inline-block;
    background-image: url(../images/pagi-arrows-x2.png);
    background-position: 100% 100%;
    transition: transform 0.2s ease-out;
}

@media (max-width: 768px) {
    .corner-link-learnmore {
        top: 22px;
    }
}

@media (max-width: 480px) {
    .corner-link-learnmore {
        top: 12px;
        margin-right: 15px;
    }
}

.title-page-nav {
    text-align: center;
}

    .title-page-nav .pagination {
        margin: 15px 0;
    }

        .title-page-nav .pagination a {
            border: none;
            color: #999999;
            font-size: 16px;
            padding: 5px 8px;
        }

            .title-page-nav .pagination a:hover, .title-page-nav .pagination a:focus {
                background-color: transparent;
                color: #ec4e00;
            }

            .title-page-nav .pagination a.active {
                color: #ec4e00;
                text-decoration: none;
            }

            .title-page-nav .pagination a[aria-label="Previous"], .title-page-nav .pagination a[aria-label="Next"] {
                width: 6px;
                height: 14px;
                background-size: 200% 200%;
                padding: 0;
                margin: 10px 6px;
                transition: none;
            }

            .title-page-nav .pagination a[aria-label="Previous"] {
                background-image: url(../images/pagi-arrows-x2.png);
                background-position: 0 0;
            }

                .title-page-nav .pagination a[aria-label="Previous"]:hover {
                    background-position: 0 100%;
                }

            .title-page-nav .pagination a[aria-label="Next"] {
                background-image: url(../images/pagi-arrows-x2.png);
                background-position: 100% 0;
            }

                .title-page-nav .pagination a[aria-label="Next"]:hover {
                    background-position: 100% 100%;
                }

.location-filter-content {
    letter-spacing: 1px;
}

    .location-filter-content a {
        color: #0047a4;
        text-decoration: underline;
    }

        .location-filter-content a:hover {
            color: #ec4e00;
            text-decoration: none;
        }

.location-filter {
    text-align: left;
}

    .location-filter .flag-ball {
        width: 34px;
    }

        .location-filter .flag-ball img {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }

    .location-filter .flag-ball, .location-filter .information {
        display: table-cell;
        vertical-align: top;
    }

    .location-filter .company {
        margin-bottom: 50px;
        min-height: 300px;
    }

@media (max-width: 480px) {
    .location-filter .company {
        min-height: auto;
        height: auto;
    }
}

@media (max-width: 768px) {
    .location-filter .world-map-container {
        width: 100%;
        overflow-x: scroll;
    }

        .location-filter .world-map-container .world-map {
            margin: auto;
        }
}

.location-filter .information {
    height: 260px;
    margin-bottom: 15px;
    width: 100%;
}

    .location-filter .information h4 {
        margin-top: 0;
        margin-bottom: 10px;
    }

        .location-filter .information h4 span {
            font-size: 18px;
        }

    .location-filter .information p {
        margin-bottom: 5px;
    }

    .location-filter .information address {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .location-filter .information .stickers-group {
        display: table;
        width: 50%;
        color: #aaaaaa;
    }

        .location-filter .information .stickers-group > div {
            display: table-cell;
        }

        .location-filter .information .stickers-group .active {
            color: #0047a4;
        }

@media (max-width: 768px) {
    .location-filter .information {
        height: 300px;
    }

        .location-filter .information .stickers-group {
            width: 100%;
        }
}

@media (max-width: 480px) {
    .location-filter .information {
        height: auto;
    }
}

.location-filter .list-row {
    padding: 30px 15px;
}

    .location-filter .list-row:last-child {
        border-bottom: none;
    }

/*background-img-holder attribute*/
[role="bg-img-source"] {
    display: none !important;
}

[role="bg-img-display"] {
    background-size: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

.index-slick-container {
    height: 400px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .index-slick-container {
        height: 200px;
    }
}

.sprite-download-icon, .gvnc-download-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 3px;
    position: relative;
    top: 2px;
    background-image: url(../images/btn-download@x2.png);
    background-size: 200% 200%;
    background-position: 0 0;
}

    .sprite-download-icon:hover, .sprite-download-icon:focus {
        background-position: 100% 0;
    }

    .sprite-download-icon.cyan-icon {
        background-position: 0 100%;
    }

.btn-download {
    transition: none;
    vertical-align: middle;
}

    .btn-download:hover .sprite-download-icon, .btn-download:focus .sprite-download-icon {
        background-position: 100% 0;
    }

        .btn-download:hover .sprite-download-icon.cyan-icon, .btn-download:focus .sprite-download-icon.cyan-icon {
            background-position: 100% 100%;
        }

@media (max-width: 1080px) and (min-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 17px;
        padding-right: 17px;
    }
}

.bg-gray {
    background-color: #eee;
}

.hover-img {
    display: block;
    overflow: hidden;
    position: relative;
}

    .hover-img img {
        transition: 0.2s ease-in;
        width: 100%;
    }

    .hover-img .darken {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.2);
        transition: 0.2s ease-in;
    }

    .hover-img:hover img {
        transform: scale(1.05);
    }

    .hover-img:hover .darken {
        opacity: 1;
    }

.pbox {
    position: relative;
    overflow: hidden;
}

    .pbox .title {
        position: absolute;
        bottom: 5px;
        left: 30px;
        box-sizing: border-box;
        padding: 20px;
        z-index: 1;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        color: #fff;
    }

@media (max-width: 1200px) {
    .pbox .title {
        left: 0;
    }
}

.pbox .title h3 {
    margin: 0;
    font-weight: 300;
}

.products-grids {
    padding: 30px 0;
    text-align: center;
}

    .products-grids .shortcut {
        margin: auto;
        margin-bottom: 30px;
        text-align: left;
        font-size: 18px;
        line-height: 1.5;
    }

    .products-grids .product-boxes {
        margin: 0 !important;
    }

        .products-grids .product-boxes .products-row {
            padding: 40px 0;
        }

            .products-grids .product-boxes .products-row:nth-child(odd) {
                background-color: #f6f6f6;
            }

        .products-grids .product-boxes .product-single {
            overflow: hidden;
            margin-bottom: 20px;
            text-align: left;
            height: auto;
        }

            .products-grids .product-boxes .product-single a {
                display: block;
                cursor: pointer;
            }

                .products-grids .product-boxes .product-single a:hover .darken {
                    opacity: 1;
                }

                .products-grids .product-boxes .product-single a:hover img {
                    transform: scale(1.05);
                }

            .products-grids .product-boxes .product-single img {
                width: 100%;
                transition: 0.5s ease-in;
            }

        .products-grids .product-boxes .product-title {
            font-size: 16px;
        }

            .products-grids .product-boxes .product-title a {
                display: block;
                line-height: 1;
                cursor: pointer;
                color: #ec4e00;
            }

                .products-grids .product-boxes .product-title a i {
                    vertical-align: initial;
                    line-height: 1;
                    transition: transform .2s ease-out;
                }

                .products-grids .product-boxes .product-title a:hover {
                    color: #f38827;
                }

                    .products-grids .product-boxes .product-title a:hover i {
                        transform: translateX(5px);
                    }

        .products-grids .product-boxes .product-single .product-title .h4 {
            font-weight: 300;
            color: #0047a4;
        }

        .products-grids .product-boxes .product-single .product-title .h3 {
            font-weight: 300;
            color: #0047a4;
        }

        .products-grids .product-boxes .product-single .slpited-pd-title {
            margin-top: 0;
        }

        .products-grids .product-boxes .product-single .green-beans {
            font-size: 14px;
            margin: 20px 0;
        }

            .products-grids .product-boxes .product-single .green-beans > div {
                padding-right: 0;
            }

            .products-grids .product-boxes .product-single .green-beans .item {
                padding-left: 10px;
                margin-bottom: 5px;
            }

            .products-grids .product-boxes .product-single .green-beans .green-ball {
                width: 20px;
                height: 20px;
                background-color: #82ba41;
                color: #fff;
                left: 0;
                padding: 1px;
                font-size: 13px;
                position: absolute;
                display: inline-block;
                text-align: center;
                font-family: "Arial";
                border-radius: 50%;
            }

        .products-grids .product-boxes .product-single:nth-child(odd) {
            padding-right: 30px;
        }

        .products-grids .product-boxes .product-single:nth-child(even) {
            padding-left: 30px;
        }

@media (max-width: 480px) {
    .products-grids .product-boxes .products-row {
        padding: 20px 0;
    }

    .products-grids .product-boxes .product-single .product-title {
        font-size: 17px;
    }

    .products-grids .product-boxes .product-single:nth-child(odd) {
        padding-right: 15px;
        padding-left: 15px;
    }

    .products-grids .product-boxes .product-single:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .products-grids .btn-group {
        margin: 0;
    }
}

.other-products {
    background-color: #eeeeee;
}

    .other-products .shortcut {
        margin-bottom: 30px;
        margin: auto;
        text-align: center;
    }

    .other-products .other-pd-single {
        position: relative;
        height: 136.5px;
        margin-bottom: 20px;
        transition: 0.2s ease-out;
        background-color: #dce4eb;
        width: 100%;
        position: relative;
        overflow: hidden;
        margin: 0;
        margin-bottom: 20px;
        vertical-align: bottom;
    }

        .other-products .other-pd-single a {
            display: block;
            cursor: pointer;
        }

        .other-products .other-pd-single .pd-title {
            position: relative;
            display: inline-block;
            padding: 20px;
            vertical-align: bottom;
        }

        .other-products .other-pd-single img {
            width: 50%;
        }

        .other-products .other-pd-single .pd-title {
            position: absolute;
            top: 0;
            padding: 15px;
            padding-top: 55px;
            word-break: normal;
        }

            .other-products .other-pd-single .pd-title .cate {
                font-size: 20px;
                color: #333;
                letter-spacing: 4px;
            }

            .other-products .other-pd-single .pd-title .en {
                color: #333;
                font-size: 12px;
            }

@media (min-width: 768px) {
    .other-products .other-pd-single:hover {
        background-color: #0047a4;
    }

        .other-products .other-pd-single:hover .pd-title .cate, .other-products .other-pd-single:hover .pd-title .en {
            color: #fff;
        }
}

@media (max-width: 768px) {
    .other-products .other-pd-single {
        text-align: center;
        background-color: transparent;
        margin: auto;
        margin-bottom: 20px;
        overflow: hidden;
    }

        .other-products .other-pd-single img {
            display: inline-block;
            width: 100%;
        }

        .other-products .other-pd-single a {
            display: block;
            cursor: pointer;
        }

            .other-products .other-pd-single a:hover {
                text-decoration: none;
            }

                .other-products .other-pd-single a:hover img {
                    transform: scale(1.05);
                }

        .other-products .other-pd-single img {
            transition: 0.2s ease-in;
            display: inline-block;
            vertical-align: bottom;
        }

        .other-products .other-pd-single .pd-title {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            color: #fff;
            padding: 10px;
            padding-top: 78px;
            background-color: rgba(0, 0, 0, 0.4);
            transition: 0.2s ease-in;
        }

            .other-products .other-pd-single .pd-title .cate {
                color: #fff;
            }

            .other-products .other-pd-single .pd-title .en {
                color: #fff;
            }
}

@media (max-width: 480px) {
    .other-products .other-pd-single {
        overflow: hidden;
    }

        .other-products .other-pd-single img {
            margin-left: -30%;
            height: 100%;
            width: initial;
        }

        .other-products .other-pd-single a {
            display: block;
            cursor: pointer;
        }

            .other-products .other-pd-single a:hover {
                text-decoration: none;
            }

                .other-products .other-pd-single a:hover img {
                    transform: scale(1.05);
                }

        .other-products .other-pd-single img {
            transition: 0.2s ease-in;
            display: inline-block;
            vertical-align: bottom;
        }

        .other-products .other-pd-single .pd-title {
            padding-top: 58px;
        }

            .other-products .other-pd-single .pd-title .cate {
                color: #fff;
                font-size: 15px;
                letter-spacing: 1px;
            }

            .other-products .other-pd-single .pd-title .en {
                color: #fff;
                font-size: 10px;
                display: none;
            }
}

@media (max-width: 768px) {
    .abs-link-group > div:nth-child(odd) {
        padding-right: 7px;
    }

    .abs-link-group > div:nth-child(even) {
        padding-left: 7px;
    }

    .abs-link-group .other-pd-single {
        margin-bottom: 10px;
    }
}

.announce .shortcut {
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

.feature-announce {
    background-color: #0047a4;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
}

.realtime-status {
    text-align: center;
}

    .realtime-status .realtime-stock {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 5px;
    }

    .realtime-status .stock-status {
        font-size: 13px;
        width: 145px;
        margin: auto;
        letter-spacing: 1.5px;
        display: table;
        font-weight: 400;
    }

        .realtime-status .stock-status.rise {
            color: #ff0000;
        }

        .realtime-status .stock-status.decline {
            color: #4caf50;
        }

        .realtime-status .stock-status span {
            display: table-cell;
            text-align: left;
        }

            .realtime-status .stock-status span:first-child {
                width: 20px;
            }

@media (max-width: 480px) {
    .realtime-status {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
        margin-bottom: 5px;
    }

        .realtime-status .row > div {
            text-align: center;
            display: inline-block;
            vertical-align: middle;
            height: 55px;
            padding-right: 0;
        }

            .realtime-status .row > div.stock-status-data {
                padding-top: 8px;
                padding-bottom: 8px;
                text-align: left;
                padding-left: 0;
            }

                .realtime-status .row > div.stock-status-data .stock-status {
                    margin: 0;
                }
}

.reminder-text {
    font-size: 14px;
    color: #777;
    text-align: right;
}

@media (max-width: 480px) {
    .reminder-text {
        text-align: center;
    }

        .reminder-text span {
            display: block;
        }
}

.stock-table {
    background-color: #f7f7f7;
    color: #333333;
    border: none;
    margin-bottom: 5px;
}

    .stock-table thead {
        border: none;
    }

        .stock-table thead tr {
            border: none;
        }

            .stock-table thead tr th {
                background-color: #efefef;
                color: #333333;
                text-align: center;
                border: none;
            }

            .stock-table thead tr th, .stock-table thead tr td, .stock-table tbody tr th, .stock-table tbody tr td {
                padding: 12px 5px;
                border: none;
            }

.ct-golden-section {
    margin-left: -8px;
}

@media (max-width: 480px) {
    .ct-golden-section {
        margin-left: -11px;
    }
}

@media (max-width: 480px) {
    .ct-bar {
        stroke-width: 50px;
    }
}

.ct-chart-line .ct-end {
    margin-left: -15px !important;
    text-anchor: end !important;
}

.ct-label {
    color: inherit;
    font-size: 10px;
}

.investor-contacting {
    font-size: 16px;
    margin-bottom: 30px;
}

    .investor-contacting p {
        color: #666666;
    }

@media (min-width: 768px) {
    .announing-list {
        padding-right: 50px;
    }
}

.news .shortcut {
    width: 940px;
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
}

.news-single-content {
    text-align: left;
}

    .news-single-content .h2 {
        margin-bottom: 0px;
    }

    .news-single-content .date, .news-single-content .img-copyright {
        color: #999999;
        margin-top: 6px;
        margin-bottom: 12px;
    }

    .news-single-content .cate-title {
        display: inline-block;
        margin-right: 8px;
    }

    .news-single-content ul {
        display: inline-block;
        margin: 0;
    }

    .news-single-content .the-tag {
        float: right;
        margin-right: 34px;
    }

@media(max-width:667px) {
    .news-single-content .the-tag {
        float: left;
    }
}

.news-single-content .carousel {
    margin-bottom: 20px;
}

.big-news {
    color: #f7f7f7;
    position: relative;
    height: 340px;
    text-align: left;
}

    .big-news .news-thumbnail {
        height: 100%;
        overflow: hidden;
        padding-right: 0;
        padding-left: 0;
    }

    .big-news .news-content {
        position: relative;
        display: block;
        height: 100%;
        background-color: #113e79;
        padding: 10px 20px;
        font-size: 18px;
    }

        .big-news .news-content .news-title {
            margin-bottom: 15px;
        }

        .big-news .news-content .date {
            font-size: 14px;
            margin-bottom: 5px;
        }

    .big-news .read-more {
        position: absolute;
        bottom: 15px;
        right: 15px;
    }

        .big-news .read-more .btn-default {
            border-color: white;
            color: white;
        }

            .big-news .read-more .btn-default:hover, .big-news .read-more .btn-default:focus {
                border-color: transparent;
            }

    .big-news:after {
        content: "";
        display: table;
        clear: both;
    }

@media (max-width: 992px) {
    .big-news .news-content {
        padding: 15px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .big-news {
        height: 270px;
        overflow: hidden;
    }

        .big-news .news-title {
            margin: 0;
            font-size: 18px;
            margin-bottom: 5px;
        }

        .big-news .news-content {
            font-size: 16px;
        }

            .big-news .news-content .date {
                font-size: 12px;
                margin-bottom: 5px;
            }
}

@media (max-width: 767px) {
    .big-news {
        height: auto;
        margin-bottom: 0;
    }

        .big-news .news-thumbnail {
            height: 350px;
        }

        .big-news .read-more {
            position: relative;
            bottom: 0;
            right: 0;
            text-align: center;
            margin-bottom: 0;
        }

            .big-news .read-more a {
                display: block;
            }
}

@media (max-width: 480px) {
    .big-news .news-thumbnail {
        height: 200px;
    }
}

.news-list {
    position: relative;
}

    .news-list .news-list-group.no-border {
        border-top: none;
        border-bottom: none;
    }

        .news-list .news-list-group.no-border .list-group-item:last-child {
            border-bottom: none;
        }

    .news-list .news-list-group .list-group-item {
        width: 100%;
        display: table;
        vertical-align: middle;
        text-align: left;
    }

        .news-list .news-list-group .list-group-item .date {
            color: #999999;
            font-size: 14px;
            padding-right: 15px;
            display: table-cell;
            width: 100px;
        }
        /* .news-list .search-btn {
        position: absolute;
        top: 88px;
        right: 0;
        padding-left: 0.5rem;
        padding-right: 1.5rem;
        background-color: transparent;
        border: none;
        outline:none;
    }*/
        .news-list .news-list-group .list-group-item .single-news {
            padding-right: 15px;
            display: table-cell;
            font-size: 16px;
        }

        .news-list .news-list-group .list-group-item .single-news-tag {
            font-size: 14px;
            color: #999999;
        }

@media (max-width: 480px) {
    .news-list .news-list-group .list-group-item {
        padding: 10px 5px;
    }

        .news-list .news-list-group .list-group-item .date {
            width: 20%;
            padding-right: 0;
            padding: 0 5px;
        }

        .news-list .news-list-group .list-group-item .single-news {
            font-size: 14px;
            padding-right: 0;
            text-align: left;
            padding: 0 5px;
            line-height: 1.5;
        }
}

.activity-slider {
    margin-bottom: 40px;
    padding: 0 4px;
}

    .activity-slider .slick-slide {
        text-align: center;
    }

        .activity-slider .slick-slide:focus, .activity-slider .slick-slide:visited {
            outline: none;
        }

    .activity-slider .slides {
        width: 220px;
        height: 378px;
        text-align: center;
        display: inline-block;
        border: 1px solid #cccccc;
    }

        .activity-slider .slides img {
            margin: auto;
            width: 100%;
            min-height: 165px;
            border-bottom: 1px solid #cccccc;
        }

        .activity-slider .slides .h5 {
            margin-top: 0;
            font-size: 17px;
        }

        .activity-slider .slides a {
            color: #333333;
            cursor: pointer;
            display: block;
        }

            .activity-slider .slides a:hover, .activity-slider .slides a:focus {
                text-decoration: none;
                outline: none;
            }

        .activity-slider .slides .content {
            padding: 15px;
        }

        .activity-slider .slides:focus, .activity-slider .slides:visited {
            outline: none;
        }

.pagingInfo {
    display: none;
}

@media (max-width: 768px) {
    .activity-slider {
        margin-right: 30px;
        margin-left: 30px;
    }

        .activity-slider .slick-prev {
            left: -18px;
            z-index: 97;
        }

        .activity-slider .slick-next {
            right: -18px;
            z-index: 97;
        }

        .activity-slider .slick-dots {
            bottom: -35px;
        }
}

@media (max-width: 480px) {
    .activity-slider {
        padding-right: 0;
        padding-left: 0;
        margin: 20px 0;
        margin-bottom: 50px;
    }

        .activity-slider .slick-prev {
            left: 25px;
            z-index: 97;
        }

        .activity-slider .slick-next {
            right: 25px;
            z-index: 97;
        }

    .pagingInfo {
        display: block;
        text-align: center;
        font-size: 13px;
        color: #aaaaaa;
        margin-top: -25px;
        margin-bottom: 20px;
    }

        .pagingInfo > div {
            display: inline-block;
            vertical-align: top;
            padding: 2px 0;
        }

        .pagingInfo .current, .pagingInfo .total {
            height: 24px;
            width: 24px;
            color: #fff;
            margin: 0 5px;
            background-color: #aaaaaa;
            border-radius: 50%;
        }
}

.tecoteam-info .thumbnail {
    text-overflow: ellipsis;
}

    .tecoteam-info .thumbnail p {
        margin-bottom: 0;
    }

.tecoteam-info .toggle-expending {
    text-align: right;
    line-height: 15px;
}

.tecoteam-info [role="text-toggle-target"] {
    display: none;
}

.tecoteam-info .dots {
    display: inline-block;
}

    .tecoteam-info .dots.dismissed {
        display: none;
    }

.timeline {
    height: 1350px;
    position: relative;
}

    .timeline .timeline-bg-container .timeline-bg {
        background-position: 100% 100%;
        background-size: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        display: none;
    }

        .timeline .timeline-bg-container .timeline-bg.timeline-2020 {
            background-image: url(../images/timeline-2010.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-2010 {
            background-image: url(../images/timeline-2010.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-2000 {
            background-image: url(../images/timeline-2000.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-1990 {
            background-image: url(../images/timeline-1990.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-1980 {
            background-image: url(../images/timeline-1980.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-1970 {
            background-image: url(../images/timeline-1970.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-1960 {
            background-image: url(../images/timeline-1960.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.timeline-1950 {
            background-image: url(../images/timeline-1950.jpg);
        }

        .timeline .timeline-bg-container .timeline-bg.active {
            display: block;
        }

    .timeline .timeline-nav {
        min-height: 1350px;
        background-color: #0047a4;
        text-align: center;
        padding: 30px;
        color: #ffffff;
        padding: 50px 0;
        /*font-family: "Noto Sans TC";*/
        letter-spacing: 2px;
        font-size: 16px;
        font-weight: 100;
    }

        .timeline .timeline-nav ul li.active a {
            opacity: 1;
            background-color: #3255a5;
            cursor: pointer;
            position: relative;
        }

            .timeline .timeline-nav ul li.active a:hover, .timeline .timeline-nav ul li.active a:focus {
                outline: 0;
            }

        .timeline .timeline-nav ul a {
            cursor: pointer;
            color: #fff;
            opacity: 0.3;
            padding: 30px 15px;
            background-color: transparent;
        }

            .timeline .timeline-nav ul a:hover {
                opacity: 1;
                background-color: #3255a5;
            }

    .timeline .timeline-screen {
        height: 1350px;
        position: relative;
        padding: 50px 30px;
    }

        .timeline .timeline-screen .timeline-list {
            margin: auto;
            padding: 0;
            list-style-type: none;
            display: none;
        }

            .timeline .timeline-screen .timeline-list > li {
                display: table;
                margin-bottom: 20px;
            }

@media (max-width: 1024px) {
    .timeline .timeline-screen .timeline-list > li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.timeline .timeline-screen .timeline-list > li .year {
    font-size: 30px;
    color: #666;
    /*font-family: "Noto Sans TC";*/
    padding: 0 20px;
    font-weight: 100;
}

.timeline .timeline-screen .timeline-list > li .event {
    padding: 10px 20px;
}

.timeline .timeline-screen .timeline-list > li .year, .timeline .timeline-screen .timeline-list > li .event {
    display: table-cell;
    vertical-align: top;
}

.timeline .timeline-screen .timeline-list > li .single {
    padding-left: 25px;
    position: relative;
}

    .timeline .timeline-screen .timeline-list > li .single:before {
        content: "－";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
    }

.timeline .timeline-screen .timeline-list.active {
    display: block;
}

.timeline-mobile .panel-group .panel + .panel {
    margin-top: 0;
}

.timeline-mobile .panel-heading {
    background-color: #0047a4;
    text-align: center;
    color: #ffffff;
    /*font-family: "Noto Sans TC";*/
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 100;
}

    .timeline-mobile .panel-heading .panel-title {
        padding: 0;
        font-weight: 100;
    }

    .timeline-mobile .panel-heading:hover, .timeline-mobile .panel-heading:focus {
        background-color: #3255a5;
    }

.timeline-mobile .panel-body {
    background-size: cover;
}

    .timeline-mobile .panel-body ul {
        padding-left: 0;
        list-style-type: none;
    }

        .timeline-mobile .panel-body ul > li {
            padding: 10px 0;
        }

.timeline-mobile #decade2020 .panel-body {
    background-image: url(../images/timeline-2010.jpg);
}

.timeline-mobile #decade2010 .panel-body {
    background-image: url(../images/timeline-2010.jpg);
}

.timeline-mobile #decade2000 .panel-body {
    background-image: url(../images/timeline-2000.jpg);
}

.timeline-mobile #decade1990 .panel-body {
    background-image: url(../images/timeline-1990.jpg);
}

.timeline-mobile #decade1980 .panel-body {
    background-image: url(../images/timeline-1980.jpg);
}

.timeline-mobile #decade1970 .panel-body {
    background-image: url(../images/timeline-1970.jpg);
}

.timeline-mobile #decade1960 .panel-body {
    background-image: url(../images/timeline-1960.jpg);
}

.timeline-mobile #decade1950 .panel-body {
    background-image: url(../images/timeline-1950.jpg);
}

.button-gird-group .btn-download {
    text-align: left;
    position: relative;
    display: table;
    margin-bottom: 20px;
    height: 58px;
    padding: 10px 15px;
    padding-right: 35px;
    line-height: 1.2;
    width: 100%;
    vertical-align: middle;
}

    .button-gird-group .btn-download span {
        display: table-cell;
        vertical-align: middle;
    }

    .button-gird-group .btn-download:before {
        content: "";
        display: inline-block;
        vertical-align: middle;
    }

    .button-gird-group .btn-download i {
        float: right;
        vertical-align: middle;
        position: absolute;
        right: 15px;
        top: 35%;
    }

@media (max-width: 768px) {
    .button-gird-group .btn-download {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .button-gird-group .btn-download {
        margin-bottom: 5px;
    }
}

.awards {
    min-height: 750px;
    background-image: url(../images/awards-bg.jpg);
    background-size: 100% 100%;
    background-size: cover;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

    .awards .h2 {
        color: #0047a4;
    }

    .awards .tiny-divider:before {
        border-color: #ffffff;
    }

    .awards .slider-container {
        padding: 30px 0px;
        position: relative;
    }

        .awards .slider-container .h2 {
            color: #cc9900;
        }

        .awards .slider-container .awards-slider .card {
            padding: 25px;
            width: 320px;
            height: 540px;
            font-size: 16px;
            margin: auto;
            background-color: #ffffff;
            text-align: center;
        }

@media (max-width: 1480px) {
    .awards .slider-container {
        width: 95%;
        margin: auto;
    }

    .awards .slick-prev {
        left: 0;
    }

    .awards .slick-next {
        right: 0;
    }
}

@media (max-width: 1190px) {
    .awards .slider-container {
        padding: 30px 150px;
    }

        .awards .slider-container .awards-slider .slick-dots {
            bottom: -60px;
        }
}

@media (max-width: 1050px) {
    .awards .slider-container {
        padding: 30px 30px;
    }
}

@media (max-width: 768px) {
    .awards {
        min-height: 0;
    }

        .awards .slider-container {
            padding: 0;
        }

            .awards .slider-container .awards-slider {
                margin-bottom: 30px;
            }

                .awards .slider-container .awards-slider .card {
                    padding: 20px 10px;
                    font-size: 16px;
                    width: 290px;
                    line-height: 1.5;
                }

                .awards .slider-container .awards-slider .slick-dots {
                    bottom: -35px;
                }

                .awards .slider-container .awards-slider .slick-prev {
                    left: -15px;
                }

                .awards .slider-container .awards-slider .slick-next {
                    right: -15px;
                }
}

@media (max-width: 480px) {
    .awards .slider-container {
        padding: 0;
    }

        .awards .slider-container .awards-slider {
            margin-top: 20px;
            margin-bottom: 30px;
        }

            .awards .slider-container .awards-slider .slick-prev {
                left: -8px;
            }

            .awards .slider-container .awards-slider .slick-next {
                right: -8px;
            }

            .awards .slider-container .awards-slider .card {
                width: 90%;
                font-size: 15px;
            }

                .awards .slider-container .awards-slider .card .golden-laurel {
                    margin-bottom: 20px;
                }

                    .awards .slider-container .awards-slider .card .golden-laurel:after, .awards .slider-container .awards-slider .card .golden-laurel:before {
                        top: -5px;
                    }
}

.teco-united-container {
    margin: 30px auto;
}

    .teco-united-container .nav-tabs > li > a {
        background-color: #333333;
        color: #fff;
    }

        .teco-united-container .nav-tabs > li > a:hover, .teco-united-container .nav-tabs > li > a:focus {
            background-color: #ec4e00;
            color: #fff !important;
        }

    .teco-united-container .nav-tabs li.active > a {
        background-color: #ec4e00;
        color: #fff !important;
    }

        .teco-united-container .nav-tabs li.active > a:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            top: 35%;
            right: -10px;
            border-style: solid;
            border-width: 7.5px 0 7.5px 10px;
            border-color: transparent transparent transparent #ec4e00;
        }

    .teco-united-container .nav-tabs li > a.active {
        background-color: #ec4e00;
        color: #fff !important;
    }

        .teco-united-container .nav-tabs li > a.active:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 0;
            top: 35%;
            right: -10px;
            border-style: solid;
            border-width: 7.5px 0 7.5px 10px;
            border-color: transparent transparent transparent #ec4e00;
        }

    .teco-united-container .tab-content > .tab-pane {
        padding: 0;
    }

    .teco-united-container .comp-cube {
        width: 100%;
        max-width: 213px;
        height: auto;
        min-height: 270px;
        border: 1px solid #bbbbbb;
        padding: 15px;
        margin-bottom: 15px;
    }

        .teco-united-container .comp-cube .comp-name {
            height: 100px;
            padding: 15px 0;
            letter-spacing: 1px;
            line-height: 1.3;
        }

            .teco-united-container .comp-cube .comp-name span {
                font-size: 10px;
                display: block;
                margin: 5px 0;
                text-align: center;
            }

        .teco-united-container .comp-cube .official-site {
            background-color: #ebebeb;
            color: #0047a4;
            display: block;
            padding: 5px 0;
            font-size: 15px;
            letter-spacing: 2px;
        }

            .teco-united-container .comp-cube .official-site:hover, .teco-united-container .comp-cube .official-site:focus {
                background-color: #0047a4;
                color: #fff;
            }

    .teco-united-container .panel-heading {
        color: #fff;
        padding: 0;
    }

    .teco-united-container .panel-title {
        padding: 0;
    }

        .teco-united-container .panel-title a {
            padding: 15px;
            background-color: #333333;
        }

            .teco-united-container .panel-title a[aria-expanded="true"] {
                background-color: #ec4e00;
            }

    .teco-united-container .panel-body {
        padding: 10px 2px;
    }

        .teco-united-container .panel-body .row > div:nth-child(odd) {
            padding-right: 7px;
            padding-left: 0;
        }

        .teco-united-container .panel-body .row > div:nth-child(even) {
            padding-left: 7px;
            padding-right: 0;
        }

        .teco-united-container .panel-body .row > div .comp-cube {
            height: auto;
            text-align: center;
        }

            .teco-united-container .panel-body .row > div .comp-cube .comp-name {
                height: 108px;
            }

@media (max-width: 320px) {
    .teco-united-container .panel-body .row > div .comp-cube .comp-name {
        height: 125px;
    }
}

@media (max-width: 768px) {
    .tech-lab-conatiner .tech-lab {
        font-size: 16px;
    }
}

.tech-sop {
    background-image: url(../images/tech-sop-bg.jpg);
    background-size: cover;
}

figure.margin-bottom {
    margin-bottom: 20px;
}

.tech-sop-container {
    margin: 50px auto;
}

.gvnc-board .board-members-container {
    margin: 30px 0;
    padding-left: 0;
    padding-right: 0;
}

    .gvnc-board .board-members-container .board-members {
        min-height: 115px;
        margin-bottom: 10px;
    }

        .gvnc-board .board-members-container .board-members .member {
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid #bbbbbb;
            font-size: 24px;
        }

        .gvnc-board .board-members-container .board-members .member-title {
            color: #ec4e00;
            padding: 0 5px;
            font-size: 15px;
        }

        .gvnc-board .board-members-container .board-members p {
            font-size: 16px;
        }

.reverse {
    background-color: #0047a4;
    color: #ffffff;
}

    .reverse .h2 {
        color: #ffffff;
    }

.perks {
    text-align: left;
}

    .perks > div {
        height: 250px;
        color: #666666;
        font-size: 17px;
    }

    .perks .item-title {
        display: block;
        position: relative;
        padding: 5px;
        padding-bottom: 10px;
        border-bottom: 1px solid #c1c1c1;
        color: #333;
        margin-bottom: 10px;
    }

        .perks .item-title i, .perks .item-title .h4 {
            display: inline-block;
            margin: 0;
            vertical-align: middle;
        }

@media (max-width: 768px) {
    .perks > div {
        font-size: 16px;
        height: 210px;
    }
}

@media (max-width: 480px) {
    .perks > div {
        height: auto;
    }
}
.environment{
    padding-bottom:40px;
    padding-top:40px;
}
.environment-bg {
    /* height:1000px;*/
    background-image: url(../images/join-teco-envi-bg.jpg);
    background-size: cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
    width:100%;
}

/*.environment {
    text-align: left;
}

    .environment > div {
        position: relative;
        margin-bottom: 30px;
    }

    .environment .item-title {
        position: relative;
        width: 225px;
        height: 45px;
        bottom: 25px;
        margin: auto;
        padding: 10px;
        background-color: #0047a4;
        z-index: 2;
        font-size: 16px;
        color: white;
    }

        .environment .item-title:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: -55px;
            border-style: solid;
            left: 0px;
            z-index: -1;
            border-width: 55px 0 0 225px;
            border-color: transparent transparent transparent #0047a4;
        }

        .environment .item-title:before {
            content: "";
            display: block;
            width: 24px;
            border-top: 1px solid #ffffff;
            position: absolute;
            top: 0;
        }

        .environment .item-title .h5 {
            color: #ffffff;
            position: absolute;
            bottom: 0;
            margin-bottom: 10px;
            margin-top: 10px;
        }*/

.environment img {
    position: relative;
    z-index: 1;
    width: 100%;
    height:auto;
    max-height:169px;
}
.environment .item-title {
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    text-align:center;
}

.activities {
    text-align: left;
}

.event {
    overflow: hidden;
    height: auto;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.activities img {
    width: 100%;
    height:auto;
    max-height:169px;
}
.activities .product-title {
    color: #ffffff;
    font-size: 19px;
    font-weight:bold;
    text-align:center;
    padding-bottom:20px;
    padding-top:20px;
}
.activities .line{
    border:1px solid #fff;
}

    /*.event .product-title {
        position: absolute;
        bottom: 0;
        box-sizing: border-box;
        padding: 20px;
        z-index: 1;
        font-size: 19px;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        font-weight: 300;
        color: #fff;
    }

        .event .product-title:before {
            content: "";
            display: block;
            width: 24px;
            border-top: 1px solid #ffffff;
            position: absolute;
            top: 10px;
        }*/

    .event .product-link {
        position: absolute;
        bottom: 0;
        right: 0;
        box-sizing: border-box;
        padding: 20px;
        z-index: 1;
        font-size: 19px;
        text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
        font-weight: 300;
        color: #fff;
    }

        .event .product-link a {
            color: #fff;
        }

            .event .product-link a:hover {
                font-weight: bold;
                font-size: 20px;
            }

                .event .product-link a:hover svg {
                    width: 18px;
                    height: 18px;
                }

    .event .darken {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.3);
        transition: 0.2s ease-in;
    }

.research-bg {
    background-image: url(../images/research-bg.jpg);
    background-size: cover;
    min-height: 860px;
}

@media (max-width: 768px) {
    .research-bg {
        background-size: cover;
    }
}
.earth-bg {
    text-align: center;
    background-image: url(../images/earth-bg.png);
    background-size: cover;
    background-position:50% 50%;
    background-repeat:no-repeat;
}

@media(max-width:768px){
    .earth-bg{
        background-size:cover;
    }
}

.learning-system {
   
    background-image: url(../images/system-bg.jpg);
    background-size: cover;
    min-height: 770px;
}

@media (max-width: 768px) {
    .learning-system {
        background-size: cover;
    }
}

@media (min-width: 768px) {
    .teco-trainning-tab.career-trainning .tab-content {
        height: 650px;
    }
}

@media (max-width: 768px) {
    .teco-trainning-tab.career-trainning .tab-content {
        height: 481px;
    }
}

@media (max-width: 480px) {
    .teco-trainning-tab.career-trainning .tab-content {
        height: 223px;
    }
}

.teco-trainning-tab .tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

@media (min-width: 768px) {
    .teco-trainning-tab .tab-content {
        height: 700px;
    }
}

.teco-trainning-tab .tab-content .tab-pane {
    padding-top: 30px;
    padding-bottom: 30px;
}

.teco-trainning-tab .tab-content .img-ojt {
    margin-top: 100px;
}

@media (max-width: 768px) {
    .teco-trainning-tab .tab-content {
        height: 510px;
    }
}

@media (max-width: 480px) {
    .teco-trainning-tab .tab-content {
        height: 250px;
    }

        .teco-trainning-tab .tab-content .img-ojt {
            margin-top: 50px;
        }
}

.teco-ways img {
    margin-bottom: 10px;
}

.sharing-slick-container {
    position: relative;
}

.teco-sharing .slick-slide {
    position: relative;
}

    .teco-sharing .slick-slide img {
        width: 100%;
    }

.teco-sharing .carousel-caption {
    position: absolute;
    font-size: 16px;
    color: #333;
    background-color: transparent;
    top: 0;
    bottom: 0;
}

    .teco-sharing .carousel-caption > div {
        position: relative;
        display: inline-block;
        height: 100%;
        width: 100%;
        vertical-align: middle;
    }

        .teco-sharing .carousel-caption > div:before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

    .teco-sharing .carousel-caption .custom-caption {
        line-height: 1.8;
        font-weight: 300;
        letter-spacing: 2px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        float: none;
        padding: 15px 30px;
        font-size: 20px;
        cursor: pointer;
        text-shadow: 5px 5px 15px rgba(255, 255, 255, 0.5);
    }

        .teco-sharing .carousel-caption .custom-caption:hover {
            color: #333;
        }

        .teco-sharing .carousel-caption .custom-caption:focus {
            outline: 0;
        }

        .teco-sharing .carousel-caption .custom-caption.white-content {
            color: #fff;
            cursor: pointer;
            text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
            background-color: rgba(0, 0, 0, 0.4);
        }

            .teco-sharing .carousel-caption .custom-caption.white-content .credit {
                color: #fff;
            }

                .teco-sharing .carousel-caption .custom-caption.white-content .credit:before {
                    border-top: 1px solid #fff;
                }

            .teco-sharing .carousel-caption .custom-caption.white-content:hover {
                color: #fff;
            }

        .teco-sharing .carousel-caption .custom-caption .credit {
            color: #333;
            text-align: right;
            position: relative;
            display: inline-block;
            float: right;
            font-size: 18px;
        }

            .teco-sharing .carousel-caption .custom-caption .credit:before {
                content: "";
                display: block;
                border-top: 1px solid #333;
                position: absolute;
                height: 1px;
                top: 50%;
                width: 50px;
                left: -60px;
            }

@media (max-width: 992px) {
    .teco-sharing .carousel-caption .custom-caption .credit:before {
        display: none;
    }
}

@media (max-width: 768px) {
    .teco-sharing .carousel-caption .custom-caption {
        font-weight: 300;
        font-size: 16px;
    }

        .teco-sharing .carousel-caption .custom-caption .credit {
            font-size: 15px;
        }
}

@media (max-width: 480px) {
    .teco-sharing .carousel-caption .custom-caption {
        line-height: 1.2;
        font-size: 13px;
        padding: 5px 10px;
        color: #fff;
        text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
        background-color: rgba(0, 0, 0, 0.4);
    }

        .teco-sharing .carousel-caption .custom-caption .credit {
            letter-spacing: 0;
            font-size: 13px;
            color: #fff;
        }
}

.teco-sharing .slick-prev, .teco-sharing .slick-next {
    top: 50%;
    z-index: 9;
}

.teco-sharing .slick-prev {
    left: 50px;
}

.teco-sharing .slick-next {
    right: 50px;
}

@media (max-width: 1080px) {
    .teco-sharing .slick-prev {
        left: 25px;
    }

    .teco-sharing .slick-next {
        right: 25px;
    }
}

@media (max-width: 862px) {
    .teco-sharing .carousel-caption .custom-caption {
        line-height: 1.4;
    }
}

@media (max-width: 768px) {
    .teco-sharing .carousel-caption .custom-caption .credit:before {
        width: 30px;
        left: -40px;
    }

    .teco-sharing .slick-dots {
        bottom: -30px;
    }
}

@media (max-width: 480px) {
    .teco-sharing .carousel-caption .custom-caption .credit:before {
        width: 30px;
        left: -40px;
    }

    .teco-sharing .slick-dots {
        bottom: -30px;
    }
}

.contactright {
    position: fixed;
    top: 50%;
    right: 5px;
    background-color: darkblue;
    width: 25px;
}

.contactrighten {
    width: 110px;
}

#search-form .line-controls {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background: #ffffff;
    opacity: 0.9;
    height: var(--search-input-height);
    border-radius: var(--search-input-border-radius);
    overflow: hidden;
}

#search-form .with-search-engine-border {
    border: 1px solid #ccc;
}

.line-controls .search-input {
    flex-grow: 1;
    padding: 0;
    margin: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    font-weight: 400;
    color: rgba(51,51,51,1);
    line-height: 37px;
    padding-left: 1.5rem;
}

.line-controls .search-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-left: 0.5rem;
    padding-right: 0.75rem;
}

    .line-controls .search-btn:focus {
        border: none;
    }

@media(min-width:1024px) {
    .text-lg-end {
        text-align: end;
    }
}

ul.locations-listing{
    margin:0;
}
    ul.locations-listing li {
        list-style: none;
    }
    ul.locations-listing .region-header {
        width: 100%;
        padding: 0;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
    }
        ul.locations-listing .region-header h3 {
            font-family: "source-sans-pro-n6", "source-sans-pro", sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 1.125em;
            line-height: 1.375em;
            color: #63707e;
            text-transform: uppercase;
            margin: 0;
            padding: 1rem;
            cursor: pointer;
        }
            ul.locations-listing .region-header h3:before {
                content: '';
                display: block;
                background: url(../images/location-toggle.png) top center;
                width: 17px;
                height: 17px;
                float: left;
                margin: 6px 7px 0 0;
            }
.region-list {
    padding: 30px 15px !important;
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 64.063em){
    .large-block-grid-3 > li:nth-of-type(3n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 64.063em){
    .large-block-grid-3 > li:nth-of-type(n) {
        clear: none;
    }
}
@media only screen and (min-width: 40.063em){
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
        clear: both;
    }
}
@media only screen and (min-width: 40.063em){
    .medium-block-grid-2 > li:nth-of-type(n) {
        clear: none;
    }
}
.small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
}
.small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table;
}
ul.locations-listing li.location-info .linfo {
    max-width: 85%;
    margin-left: 1rem;
    float: left;
}
ul.locations-listing li.location-info h5 {
    position: relative;
    font-size: 1.125rem;
    line-height: 1.125rem;
}
ul.locations-listing li.location-info p {
    margin-bottom: 0;
    font-size: 1.125rem;
}

.teco-sharing .swiper-caption {
    position: absolute;
    /*top: 0;*/
    box-sizing: border-box;
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    color: #fff;
   /* margin-top: 4rem;*/
    margin-left: 3rem;
    width: 542px;
    font-size:16px;
    padding: 1.5rem;
}
@media(min-width:1200px){
    .teco-sharing .swiper-caption-right {
        right: 0;
        margin-left: 0;
        margin-right: 3rem;
    }
}

@media(max-width:767px){
    .teco-sharing .swiper-caption {
        width: 217px;
        padding: 0.5rem;
        margin-top: 1rem;
        margin-left: 1rem;
        font-size: 12px;
    }
}
@media(min-width:768px) and (max-width:1199px){
    .teco-sharing .swiper-caption-right{
        right:0;
        margin-right:1rem;        
    }
    .teco-sharing .swiper-caption {
        /*top: 0;*/
        font-size: 14px;
        width: 340px;
        margin-left: 1rem;
        margin-top: 2rem;
        padding: 0.5rem;
    }
}
.swiper-caption .credit {
    text-align: right;
}

    .swiper-caption .credit .more-link {
        background-color: #fff;
        color: #00467E;
        padding: 0.25rem 0.75rem;
        border-radius: 5px;
        margin-right:0.5rem;
    }
    .swiper-caption .credit .credit-by {
        margin-bottom: 0.75rem;
    }
@media(max-width:767px){
    .swiper-caption .credit .more-link {
        padding: 0.05rem 0.5rem;
    }
}

#teco-flow .flow-title{
    padding-left:10px;
    padding-right:10px;
}
@media(max-width:768px){
    #teco-flow .flow-title{
        font-size:14px;
    }
}
#teco-recruitactive .timeline{
    height:248px;
}
    #teco-recruitactive .timeline .timeline-nav {
        min-height: 248px;
    }
    #teco-recruitactive .timeline .timeline-screen {
        height: auto;
    }

 @media(max-width:768px){
    #teco-recruitactive .timeline .timeline-nav{
        padding:20px 0;
    }
    #teco-recruitactive .timeline .timeline-screen{
        padding:15px 15px;
    }
        #teco-recruitactive .timeline .timeline-screen .timeline-list > li .year{
            padding:0;
            font-size:16px;
        }
    #teco-recruitactive .timeline .timeline-nav ul a{
        padding:15px 15px;
    }
 }


.board-orange {
    border-color: #ec4e00 !important;
    border-width:2px !important;
    background-color:transparent !important;
}
    .board-orange:hover {
        background-color: #ec4e00 !important;
    }
        .board-orange:hover span {
            color: white !important;
            
        }
        .board-orange:hover .gvnc-download-icon{
            background-position:100% 0;
        }