/*!
 * theme.css for master
 * Author wzcoder.com
 * @Copyright 2005-2019 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2019-01-16-10:01 PM
 */

.w-py-rem__4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.w-brd--tb {
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #f2f2f2;
}

.w-brd--t {
    border-top: 1px solid #f2f2f2;
}

.w-brd--b {
    border-bottom: 1px solid #f2f2f2;
}

/*header*/
.bs-header {
    border-bottom: 2px solid #f2f2f2;
}

.logo-wrapper .logo {
    display: inline-block;
}

.logo-wrapper .logo img {
    max-height: 70px;
    width: auto;
}

.region-lang {
    position: absolute;
    top: 10px;
    right: 25px;
}

.region-lang a {
    margin: 0 .5rem;
    font-size: 14px;
}

.w-header--light {
    padding-top: 10px;
    padding-bottom: 10px;
}


.w-header--light .navbar-nav .nav-link {
    font-weight: 600;
    padding: 0.5rem 1rem;
    position: relative;
    z-index: 20;


    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.w-header--light .navbar-nav .nav-link:hover, .lang-link:hover a {
    color: #FFFFFF;
}

.w-header--light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    bottom: -2px;
    top: 0;
    right: 0;
    width: 0;
    border-bottom: 2px solid transparent;
}

.w-header--light .navbar-nav .nav-link:hover::after, .w-header--light .nav-item:hover .dropdown-toggle::after {
    background-color: #00a2e9;
    border-bottom-color: #104378;
    z-index: -1;
    width: 100%;
}

.w-header--light .nav-item:hover .dropdown-toggle {
    color: #FFFFFF;
}

.w-header--light .dropdown-toggle::after {
    margin-left: 0;
    vertical-align: unset;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
}

.w-header--light .dropdown-menu {
    background: rgba(94, 92, 93, 0.1);
    border: none;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: 2px solid #104378;

}


.w-header--light .dropdown-menu a.nav-link {
    padding: 0.3rem 1rem !important;
}

.w-header--light .dropdown-menu a.nav-link:hover::after {
    border-bottom-color: transparent;
    background: rgba(0, 162, 233, 0.4);
}

.w-header--light .animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.w-header--light .navbar-toggler {
    position: absolute;
    right: 0;
    top: 0;
}

.w-header--light #navToggle2 {
    min-width: 14rem;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .w-header--light .navbar-nav .nav-link {
        padding: 0.5rem 0.75rem;
    }
}

@media (max-width: 991.98px) {
    .w-header--light .logo-wrapper .logo img {
        max-height: 50px;
        width: auto;
    }

    .w-header--light {
        max-width: 100%;
    }

    .w-header--light .nav-link {
        text-align: center;
        border-bottom: 1px solid #f2f2f2;
    }


}

@media (min-width: 992px) {
    .w-py-rem__4 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .w-header--light .navbar-collapse {
        margin-bottom: -18px;
    }

    .w-header--light .dropdown-menu {
        background: rgba(94, 92, 93, 0.5);
        color: #FFFFFF;
    }

    .w-header--light .dropdown-menu a.nav-link {
        color: #ffffff;
    }
}

.swiper-pagination-bullet {
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.js-swiper .swiper-pagination-bullet-active {
    background: #0079c3;
    width: 25px;
    border-radius: 50px;
}

.brd-round-px__10 {
    border-radius: 10px;
}

.service-box {
    box-shadow: 0px 3px 50px rgba(204, 200, 200, 0.5);
}

.service-box .box-default {
    padding: 25px 15px;
    background-color: #FFFFFF;
    text-align: center;

    min-height: 300px;
}

.service-box .box-hover {
    padding: 25px;
    opacity: 0;
    background-color: #7cb4ec;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.service-box:hover .box-hover {
    opacity: 1;
    z-index: 10;
}

.service-box .box-hover .box-information {
    color: #151515;
}

.products-box .thumb::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    z-index: 10;
    border-bottom: 4px solid #cccccc;
    width: 0;
    -webkit-transition: all .5s ease-out .1s;
    -o-transition: all .5s ease-out .1s;
    transition: all .5s ease-out .1s;
}

.products-box:hover .thumb::after {
    border-color: #00a2e9;
    width: 100%;
}

.full-block {
    min-height: 220px;
    background-color: #104378;
    background-repeat: no-repeat;
    background-size: cover;

}

.section-notice {
    background-image: url("/themes/default/assets/images/block-bg.png");
    background-position: left center;
}

.section-join {
    background-image: url("/themes/default/assets/images/block-bg2.png");
    background-position: right center;
}

.news-item .box-line {
    min-height: 1px;
    height: 1px;
    width: 0;
    background-color: #00a2e9;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -o-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -moz-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
}

.news-item:hover .box-line {
    width: 100px;
}

.news-item .date {
    min-width: 60px;
    margin-top: -10px;
    height: min-content;
}

.news-item:hover {
    display: block;
    box-shadow: 0px 0px 0px #e0e0e0;
}

.footer-bg {
    background-image: url("/themes/default/assets/images/footer-bg.jpg");
    background-position: center 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #c4c4c4;
    font-size: 95%;
}

.footer-bg a {
    color: #c4c4c4;
}

.footer-bg .footer-logo {
    width: 250px;
}

.footer-bg a:hover {
    color: #00a2e9;

}

.footer-qrcode img {
    max-width: 120px;
    height: auto;
}

.section-body img {
    max-width: 100%;
    height: auto;
}

.section-body table p {
    margin-bottom: 0;
}

.footer-lang a {
    padding: 0.1rem 0.3rem;
}

.footer-lang a:hover, .footer-lang a.active {
    background-color: rgba(255, 255, 255, 0.7);
    color: #00a2e9;
}

.category-box li a {
    padding: 0.75rem 1.2rem;
    display: block;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;

}


.category-box li {
    z-index: 20;
    position: relative;
    margin-right: 0 !important;
}

.category-box li::after {
    content: '';
    position: absolute;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid transparent;
}

.category-box li:hover::after, .category-box li.active::after {
    background-color: #00a2e9;
    border-bottom-color: #104378;
    width: 100%;
    z-index: -1;

}

.category-box li:hover a, .category-box li.active a {
    color: #ffffff;
    font-weight: bold;
}

.map {
    max-width: 100%;
    height: auto;
    overflow: hidden;

}

@media (min-width: 992px) {
    .map {
        height: 320px;
    }
}

.article-list {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .article-list {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        padding: 2rem 1rem;
    }

    .article-list:hover {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .05);
    }
}

@media (max-width: 767.92px) {
    .article-list .article-title a > h3 {
        font-size: 100%;
    }

    .category-list > li > a {
        border-bottom: 1px solid transparent;
    }

    .category-list > li:not(.active) > a:not(:hover) {
        border-bottom: 1px solid #eaeaea;
    }

}

.article-list:hover .article-title a {
    color: #0079c3;
}

.article-list:not(:last-child) {
    border-bottom: 1px dashed #f2f2f2;
}

.top-head h3 {
    font-weight: bold;
}

.top-head h3, .top-head p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media (min-width: 1200px) {
    .top-head h3 {

        font-size: 3rem !important;
    }

    .top-head p {
        font-size: 2rem !important;
    }
}

.w-heading-v3_center .w-heading-v3_title::after {
    background-color: #00a2e9;
}

/*timeline*/

.step {
    position: relative;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
}

.step.step-dashed .step-icon::after {
    border-left-style: dashed;
}

.step .step-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    margin-bottom: 1.5rem;
}

.step .step-content-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.step .step-content {
    -ms-flex: 1;
    flex: 1;
    line-height: 1.8;
}

.step .step-content p {
    margin-bottom: 0;
}

.step .step-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bolder;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    margin-right: 1rem;
}

.step .step-icon::after {
    position: absolute;
    top: 3.59375rem;
    left: 1.5625rem;
    height: calc(100% - 2.65625rem);
    border-left: 0.125rem solid #e7eaf3;
    content: "";
}

.step .step-icon-pseudo::before {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background-color: #97a4af;
    border-radius: 50%;
    content: "";
}


.step-icon-xs.step-icon {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}

.step-icon-xs.step-icon::after {
    top: 2.21875rem;
    left: 0.8125rem;
    width: 1.0625rem;
    height: calc(100% - 1.28125rem);
}

.step-icon-sm.step-icon {
    font-size: 0.8125rem;
    width: 2.6875rem;
    height: 2.6875rem;
}

.step-icon-sm.step-icon::after {
    top: 3.15625rem;
    left: 1.28125rem;
    width: 1.0625rem;
    height: calc(100% - 2.21875rem);
}

.step-icon-lg.step-icon {
    font-size: 1.25rem;
    width: 4.25rem;
    height: 4.25rem;
}

.step-icon-lg.step-icon::after {
    top: 4.71875rem;
    left: 2.0625rem;
    width: 1.0625rem;
    height: calc(100% - 3.78125rem);
}

@media (max-width: 767.98px) {
    .step-icon-lg.step-icon {
        font-size: 0.8125rem;
        width: 2.6875rem;
        height: 2.6875rem;
    }

    .step-icon-lg.step-icon::after {
        top: 3.15625rem;
        left: 1.28125rem;
        width: 1.0625rem;
        height: calc(100% - 2.21875rem);
    }

    .jobs-list {
        border-bottom: 1px dashed #f2f2f2;
    }
}

.btn-jobs {
    padding: 0.3173rem 1.278rem !important;
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cross-col2 {
    padding-bottom: 2rem;
}

.cross-col2 .content h2.title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cross-col2 .content .desc p {
    margin-bottom: 0;
}

.container .row.cross-col2:last-child {
    padding-bottom: 0;
}

.cross-col2 .copyright {
    font-size: 12px;
    color: #999;
}
<!--ºÄÊ±1778750501.098Ãë-->