﻿/*
    Jair.WU@deltaww.com
    2022.07
*/

/*#region general common */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, caption, tbody, tfoot, thead, tr, th, td, hr, input {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-shadow: none;
}

* {
    font-family: 'Noto Sans TC', 'DeltaSans', 微軟正黑體, sans-serif, Arial, 新細明體, Helvetica, "Times New Roman", Times, serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

html {
    height: 100%;
}

body {
    font-size: 16px;
    overflow-x: hidden;
    margin: 0;
    color: #333;
    background: #fff;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

input[type="date"],
input[type="text"],
input[type="password"] {
    height: 37px;
    line-height: 37px;
    padding: 0px 0px 0 6px;
    font-size: 16px;
    color: #000;
    background: #fff;
    border-radius: 0px;
    background-image: none;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-appearance: none;
}

input:-webkit-autofill {
    background-color: #fff;
    background-image: none;
    color: #000;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input[type="submit"] {
    height: 37px;
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: none;
    font-size: 16px;
    font-size: 1.6rem;
    outline: 0;
    background: #0555bb;
    color: #fff;
    border-radius: 0px;
    background-image: none;
    -webkit-appearance: none;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.button {
    border-radius: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

textarea {
    font-size: 16px;
}

select {
    font-size: 16px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding-left: 5px;
    vertical-align: middle;
}

ul, li {
    list-style: none;
}

button {
}

h1, h2, h3, h4, h5, h6 {
    line-height: 100%;
    letter-spacing: 0px;
    /*text-transform: uppercase;*/
    font-weight: 500;
}

figure, figcaption, img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.clearfix:after {
    clear: both;
    content: '\00a0';
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

a:link, a:active, a:visited {
    color: #0F52BA;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a > i {
    margin-right: 5px;
}

/*针对 IE*/
a {
    outline: none;
}

i {
    margin-right: 5px;
}

#youkuplayer {
    height: 240px;
    background: #fff url(../images/load.gif) no-repeat center;
}

.gotop {
    font-size: 48px;
    color: #7D7D7D;
    width: 40px;
    height: 40px;
    display: block;
}

@media all and (max-width: 768px) {
    .gotop {
        font-size: 32px;
    }
}

/*#endregion */

/*#region global */

#container {
    background: #fff;
}

#container, #page-header, #page-header-inner {
    width: 100%;
    background: #ffffff;
}

#content {
    width: 100%;
    position: absolute;
    top: 80px;
    z-index: 0;
}

.background-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}

@media all and (max-width: 768px) {
    .background-wrapper {
        height: auto;
    }
}

/*#region button */

.btn {
    font-size: 14px;
    vertical-align: middle;
}

    .btn i {
        font-size: 20px;
        line-height: 30px;
        min-height: 30px;
        margin-right: 10px;
    }

.btn-normal:link, .btn-normal:visited {
    border-radius: 3px;
    padding: 6px 8px;
    background: #0F52BA;
    margin: 0;
    font-size: 14px;
    /*font-size: 1box-3px;*/
    color: #fff !important;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.btn-normal:hover, .btn-normal:focus {
    background: #222;
    box-shadow: 0px 0px 0px rgba(0,0,0,1);
}

.btn-normal:active {
    background: #0F52BA;
    box-shadow: 0px 0px 0px rgba(0,0,0,1);
}

.btn-normal > i {
    margin-right: 5px !important;
    font-size: 12px !important;
    color: #fff !important
}

.btn-ancora-blue {
    border: 0;
    outline: none;
    border-radius: 0px;
    padding: 15px 20px;
    background: #0F52BA;
    margin: 5px 0;
    font-size: 20px;
    color: #fff !important;
    box-shadow: 2px 2px 2px rgba(0,0,0,1);
}

    .btn-ancora-blue:hover, .btn-ancora-blue:focus {
        border: 0;
        background-color: #0F52BA;
        color: #fff;
        box-shadow: 3px 3px 3px rgba(0,0,0,1);
        -ms-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -webkit-transform: scale(1.01);
        transform: scale(1.01);
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
    }

    .btn-ancora-blue:active {
        border: 0;
        color: #fff;
        box-shadow: 3px 3px 3px rgba(0,0,0,1);
        /*box-shadow: inset 0 2px 4px rgba(0,0,0,.1);*/
    }

.btn-delta-blue:link, .btn-delta-blue:visited {
    border: 0px;
    padding: 15px 20px;
    background: #0F52BA;
    margin: 5px 0;
    font-size: 20px;
    color: #fff !important;
}

.btn-delta-blue:hover, .btn-delta-blue:focus {
    box-shadow: 0px 4px 0px rgba(0,0,0,1);
}

.btn-delta-blue:active {
    background-color: #0F52BA;
    color: #fff;
}

.btn-delta-blue > i {
    color: #fff !important
}

.btn-ancora:link, .btn-ancora:visited {
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #1eb4dc 0, #0f52ba 100%);
    border: 0;
    border-radius: 3px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding: 15px 20px !important;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 18px;
}

.btn-ancora:focus {
    box-shadow: #0F52BA 0 0 0 0px inset; /*, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset*/
}

.btn-ancora:hover {
    box-shadow: rgba(0, 0, 0, .4) 0 4px 8px, rgba(45, 35, 66, .1) 0 7px 13px -3px, rgba(0, 0, 0, .5) 0 -3px 0 inset;
    transform: translateY(-2px);
}

.btn-ancora:active {
    box-shadow: rgba(0, 0, 0, .5) 0 3px 7px inset;
    transform: translateY(2px);
}

@media all and (max-width: 767px) {
    .btn-delta-blue:link, .btn-delta-blue:visited {
        font-size: 20px;
        padding: 12px 15px;
    }

    .btn-ancora:link, .btn-ancora:visited {
        box-shadow: rgba(255, 255, 255, .5) 0 1px 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .btn {
        vertical-align: middle;
    }

    .btn-normal:link, .btn-normal:visited {
        border-radius: 3px;
        padding: 5px 5px;
        background: #0F52BA;
        margin: 0;
        font-size: 13px;
        color: #fff !important;
    }
}

/*#endregion */

/*#region grid */

[class*='col-'] {
    float: left;
    padding-right: 0px;
}

.grid {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.col-1-2 {
    float: left;
    width: 50%;
}

.col-1-3 {
    float: left;
    width: 33.3333%;
}

.col-2-3 {
    float: left;
    width: 66.6666%;
}

.col-1-4 {
    float: left;
    width: 25%;
}

.col-1-5 {
    float: left;
    width: 20%;
}

/*#endregion */

/*#endregion */

/*#region menu  */

.page-tools {
    float: right;
    color: #000;
    padding-right: 10px;
    text-align: right;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}

    .page-tools > a > i {
        font-size: 30px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .page-tools > a {
        margin-right: 10px;
        vertical-align: middle;
    }

#page-header {
    width: 100%;
    position: absolute;
}

#page-header-inner {
    width: 100%;
    z-index: 101;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.08);
}

#header-container {
    position: relative;
    padding: 0px 0px;
    border-bottom: 0px solid #333;
    background: #fff;
    margin: 0 8%;
}

    #header-container:after {
        content: '';
        height: 1px;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    #header-container > .header-menu {
        position: relative;
        margin: 0 auto;
        height: 80px;
    }

#main-logo {
    float: left;
    padding: 10px 20px 10px 20px;
}

    #main-logo > a > img {
        width: 180px;
    }

#header-container #lang {
    float: right;
    padding: 0px 20px 0px 20px;
}

.fixed-header #page-header-inner {
    position: fixed;
}

.has-toolbar .fixed-header #page-header-inner {
    top: 0px;
}

#mobile-nav {
    display: none;
}

#main-nav {
    float: right;
    margin-right: 20px;
}

    #main-nav.hidden {
        opacity: 0;
    }

    #main-nav ul {
        list-style: none;
        margin: 0;
    }

    #main-nav li {
        margin: 0;
    }

    #main-nav > ul > li {
        float: left;
        position: relative;
    }

        #main-nav > ul > li > a {
            color: #000;
            display: block;
            font-size: 17px;
            height: 80px;
            line-height: 80px;
            padding: 0 20px;
            position: relative;
            -webkit-transition: all 0.2s ease-out 0s;
            -moz-transition: all 0.2s ease-out 0s;
            -ms-transition: all 0.2s ease-out 0s;
            -o-transition: all 0.2s ease-out 0s;
            transition: all 0.2s ease-out 0s;
        }

        #main-nav > ul > li:hover {
            z-index: 2;
        }

        #main-nav > ul > li > a:hover {
            text-decoration: none;
            background: #0F52BA !important;
            color: #fff;
        }

        #main-nav > ul > li:hover {
            z-index: 1;
        }

    #main-nav .sub-menu {
        border-radius: 0 0 0px 0px;
        border-top: 0;
        display: none;
        margin: 0px 0 0 0;
        position: absolute;
        top: 100%;
        padding-left: 0px;
        width: 220px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /*box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        -moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
        -webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);*/
    }

.lg-wd {
    width: 360px !important;
}

#main-nav .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin-top: 0;
}

#main-nav li:hover > .sub-menu:hover ul {
    display: block;
}

#main-nav .sub-menu:before {
    content: '';
    display: block;
    height: 1px;
    margin: 0 0 0 -1px;
    padding: 0 1px;
    position: absolute;
    top: -1px;
    width: 100%;
    z-index: 2;
}

#main-nav .sub-menu li {
    margin: 0;
    position: relative;
}

    #main-nav .sub-menu li + li {
    }

#main-nav .sub-menu a {
    border: 0;
    outline: 0;
    background: #f1f1f1;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    padding: 10px 15px;
    -webkit-transition: background-color .2s, color .2s, border-color .2s;
    transition: background-color .2s, color .2s, border-color .2s;
}

    #main-nav .sub-menu a:hover {
        background: #0F52BA;
        color: #fff;
    }

#main-nav .sub-menu > li:last-child > a {
    padding: 9px 14px;
}

#main-nav .sub-menu li:hover + li {
}

.sub-menu-active {
    background: #f0f0f0 !important;
}

#page-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    z-index: 998;
}

    #page-overlay.open {
        opacity: .5;
    }

/* 针对小于1275像素的，采用侧面菜单 */
@media all and (max-width: 1024px) {
    .page-tools {
        padding-right: 60px;
    }

    #container, #page-header, #page-header-inner {
        width: 100%;
        background: #fff;
        margin-top: 0px;
    }

        #page-header.fixed-header #page-header-inner {
            top: auto !important;
            width: 100%;
        }

    #header-container {
        padding: 0px 0px;
        margin: 0;
    }

    #main-logo {
        float: left;
        padding: 20px 20px 10px 10px;
    }

        #main-logo > a > img {
            width: 160px;
        }

    #main-nav {
        display: none !important;
    }

    #mobile-nav-trigger {
        display: block;
        margin: -11px 0 0 0;
        position: absolute;
        right: 20px;
        top: 50%;
    }

        #mobile-nav-trigger span {
            background-color: #0f52ba;
            display: block;
            height: 4px;
            width: 24px;
        }

            #mobile-nav-trigger span + span {
                margin-top: 5px;
            }

    #mobile-nav {
        background-color: #fff;
        display: none;
        height: 100%;
        overflow: auto;
        position: fixed;
        left: 100%;
        top: 0;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        width: 260px;
        z-index: 999;
    }

        #mobile-nav.open {
            -webkit-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            transform: translateX(-260px);
        }

        #mobile-nav > div {
            position: relative;
            padding: 60px 0 140px 0;
        }

        #mobile-nav .menu {
            list-style: none;
            margin: 0 0 2em;
        }

            #mobile-nav .menu li {
                position: relative;
                line-height: 1.6;
            }

            #mobile-nav .menu a {
                color: #000;
                display: block;
                padding: 16px 20px;
                position: relative;
                font-size: 20px;
            }

            #mobile-nav .menu li > a {
                color: #000;
                font-weight: 500;
            }

        #mobile-nav .menu-item-has-children > a {
            padding-right: 28px;
        }

        #mobile-nav .submenu-trigger {
            cursor: pointer;
            display: block;
            height: 24px;
            margin: -12px 0 0 0;
            position: absolute;
            top: 50%;
            right: 2px;
            width: 24px;
        }

            #mobile-nav .submenu-trigger:after {
                color: #000;
                content: '\f107';
                font-family: 'FontAwesome';
                font-size: 16px;
                left: 50%;
                line-height: 20px;
                margin: -10px 0 0 -10px;
                position: absolute;
                text-align: center;
                top: 50%;
                width: 20px;
            }

        #mobile-nav .open > a .submenu-trigger:after {
            content: '\f106';
        }

        #mobile-nav .sub-menu {
            display: none;
            list-style: none;
            margin: 0;
        }

        #mobile-nav li.open > .sub-menu {
            display: block;
            background-color: #e0dfdf;
            padding-top: 16px;
            padding-bottom: 16px;
        }

        #mobile-nav .sub-menu a {
            padding-left: 40px;
            color: #333 !important;
            font-weight: 400 !important;
            font-size: 18px;
        }

        #mobile-nav .sub-menu .sub-menu a {
            padding-left: 60px;
        }

    #close-mobile-nav {
        color: #000;
        display: block;
        font-size: 36px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        left: 8px;
        top: 5px;
        width: 40px;
    }
}

/*#region search */

.search-popup-wrap {
    position: fixed;
    top: 80px;
    right: 0;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    height: 180px;
    width: 600px;
    z-index: 99;
    padding: 10px 0;
    display: none;
}

.search-wrap {
}

    .search-wrap .title {
        font-size: 28px;
        padding: 20px;
    }

.search-form {
    position: relative;
}

    .search-form input {
        margin: 0 20px;
        width: calc(100% - 0px);
        border: none;
        border-bottom: 1px solid #333;
        padding: 10px 2px;
        font-weight: 500;
        font-size: 16px !important;
    }

        .search-form input::placeholder {
            font-size: 16px;
            opacity: .5;
        }

.search-btn {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0;
    font-size: 25px;
    color: #0087dc;
}

.search-footer {
    margin: 10px 20px;
}

.search-close {
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

/*#endregion */

/*#endregion */

/*#region footer */

.footer {
    padding: 40px 0;
    height: 100%;
    overflow: hidden;
    background: #43484e;
    box-shadow: inset 0px 20px 24px rgba(0,0,0,0);
}

.footer-grid {
    margin: 0 25% 0 10%;
}

    .footer-grid h1 {
        color: #fff;
        font-size: 18px;
        padding: 5px 0;
        font-weight: 500;
    }

    .footer-grid h2 {
        color: #8c8b8b;
        font-size: 14px;
        padding: 20px 0;
    }

    .footer-grid a {
        display: block;
        color: #dae6f5;
        font-size: 14px;
        margin: 10px 0;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

        .footer-grid a:hover {
            text-decoration: underline;
            color: #1eb4dc;
        }


.footer-bottom {
    background: #2c2c2c;
}

@media all and (max-width: 768px) {
    .footer {
        padding: 0px 0;
    }

    .footer-grid {
        margin: 0 20px;
    }

        .footer-grid > .col-1-4 {
            margin: 0 10px;
            display: none;
        }

        .footer-grid > .col-1-5 {
            margin: 0 10px;
            display: none;
        }

        .footer-grid h2 {
            color: #fff;
            font-size: 12px;
            padding: 20px 0;
        }
}

/*#endregion */

/*#region home banner */

.home-banner {
    width: 100%;
    position: relative;
    background: #0F52BA;
}

/*#endregion */

/*#region home-news */

.home-news {
    padding: 80px 0;
    background: var(--bg-color-white);
}

    .home-news > section {
        margin: 0 8%;
    }

        .home-news > section > header > h1 {
            text-align: center;
            font-size: 40px;
            padding-bottom: 80px;
        }

        .home-news > section > .grid .col-1-2 {
            width: 46%;
            margin-right: 8%;
        }

            .home-news > section > .grid .col-1-2:nth-child(2n) {
                margin-right: 0%;
            }

.post .post_thumb {
    width: 555px;
    height: 370px;
    display: block;
    margin-bottom: -70px;
    position: relative;
    overflow: hidden;
}

    .post .post_thumb:hover .post_thumb_in {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        -webkit-transform-origin: bottom right;
        transform-origin: bottom right;
    }

.post .post_thumb_in {
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post .post_info {
    background-color: #fff;
    max-width: calc(100% - 20%);
    margin-left: auto;
    padding: 16px 0px 0 25px;
    position: relative;
    z-index: 1;
}

.post .post_title {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 5px;
}

.post .post_date {
    font-size: 16px;
    line-height: 1.6em;
}

@media all and (max-width:768px) {
    .home-news {
        padding: 40px 0;
    }

        .home-news > section {
            margin: 0 20px;
        }

            .home-news > section > header > h1 {
                font-size: 28px !important;
                padding-bottom: 40px;
            }

            .home-news > section > .grid .col-1-2 {
                width: 100%;
                margin-bottom: 20px;
            }

    .post .post_title {
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 5px;
    }

    .post .post_date {
        font-size: 14px;
        line-height: 1.6em;
    }
}


/*#endregion */

/*#region home mission */

.home-mission {
    padding: 80px 0;
    background: #ffffff;
}

    .home-mission > section {
        margin: 0 18%;
    }

        .home-mission > section > header {
        }

            .home-mission > section > header > h1 {
                text-align: center;
                font-size: 40px;
                padding-bottom: 50px;
            }

    .home-mission .home-mission-content {
        text-align: center;
        font-size: 20px;
        line-height: 2;
    }

.home-mission-btn {
    margin: 0 auto;
    text-align: center;
    margin: 60px 0;
}

@media all and (max-width: 1366px) {
    .home-mission > section {
        margin: 0 12%;
    }
}

@media all and (max-width: 768px) {
    .home-mission {
        padding: 0px 0 40px 0;
    }

        .home-mission > section {
            margin: 0 20px;
        }

            .home-mission > section header > h1 {
                font-size: 28px;
                padding-bottom: 40px;
            }

        .home-mission .home-mission-content {
            font-size: 16px;
            line-height: 2;
        }

    .home-mission-btn {
        margin: 0 auto;
        text-align: center;
        margin: 20px 0;
    }
}

/*#endregion */


/*#region home product */

.home-product {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: #f0f0f0 url('/attached/home/banner/index_prod_bg.jpg?202208001'); /**PNG for IE*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .home-product > section {
        margin: 0 8%;
    }

        .home-product > section header {
            padding-bottom: 50px;
        }

            .home-product > section header > h1 {
                text-align: center;
            }

                .home-product > section header > h1 > span {
                    text-align: center;
                    font-size: 40px;
                    color: #ffffff;
                    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
                }

.home-product-btn {
    margin: 0 auto;
    text-align: center;
    margin: 40px 0;
}

.home-product-box {
    box-sizing: border-box;
}

.home-product-content {
    overflow: hidden;
    margin: 0 auto;
    padding: 0
}

    .home-product-content > .item {
        position: relative;
        display: block;
        width: calc(30% - 20px);
        margin-left: 20px;
        margin-right: 4%;
        margin-bottom: 40px;
        padding: 0px 0px;
        text-align: left;
        float: left;
        height: 420px;
        background: #fff;
        border-bottom: 0;
        border-right: 0;
        box-sizing: content-box !important;
        border-radius: 0px;
        overflow: hidden;
        border: 0px solid #f0f0f0;
        box-shadow: 0px 5px 5px rgba(35, 24, 21, 0.3);
    }

        .home-product-content > .item:nth-child(3n) {
            margin-right: 0;
        }

        .home-product-content > .item:hover {
            position: relative;
            z-index: 99;
            text-decoration: none;
            box-shadow: 0px 2px 10px rgba(0, 135, 220, 0.8);
        }

            .home-product-content > .item:hover .item-title {
            }

        .home-product-content > .item > .item-title {
            line-height: 25px;
            font-size: 26px;
            color: #000;
            padding: 20px 20px 0 20px;
            font-weight: 600
        }

        .home-product-content > .item > .item-text {
            color: #666;
            padding: 10px 20px;
            font-size: 16px;
            line-height: 1.5;
        }

        .home-product-content > .item > .item-link {
            position: absolute;
            bottom: 0px;
            width: 100%;
            z-index: 9;
            color: #000;
            background: rgba(44,44,44,0.1);
            padding: 10px 20px;
            margin: 0px auto;
            font-size: 16px;
            line-height: 35px;
            border-radius: 0px;
            font-weight: 400;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

            .home-product-content > .item > .item-link > i {
                font-size: 20px;
                margin-right: 10px;
            }

        .home-product-content > .item:hover .item-link {
            color: #fff;
            display: block;
            background: rgba(15,82,186,1);
        }

        .home-product-content > .item > figure {
            overflow: hidden;
            position: relative;
            line-height: 0;
            height: 100%;
            margin: 0;
            padding: 0;
            z-index: 8;
        }

            .home-product-content > .item > figure span {
                -ms-transform: scale(1);
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                transform: scale(1);
                -o-transition: transform 0.3s;
                -moz-transition: transform 0.3s;
                -webkit-transition: transform 0.3s;
                transition: transform 0.3s;
                display: block;
                width: 100%;
                height: calc(100% - 80px);
                margin: 0;
                padding: 0;
            }

        .home-product-content > .item:hover figure > span {
            -ms-transform: translate3d(0,-20px,0); /*scale(1.15)*/
            -moz-transform: translate3d(0,-20px,0);
            -webkit-transform: scale(1.15);
            transform: scale(1.15);
            -webkit-transform: translate3d(0,-20px,0);
            transform: translate3d(0,-20,0);
        }

@media screen and (min-width: 1367px) {
    .home-product > section {
        margin: 0 12%;
    }
}

@media all and (max-width: 1600px) {
    .home-product-content > .item {
        height: 380px;
    }

    .home-product > section {
        margin: 0 8%;
    }
}

@media all and (max-width: 1300px) {
    .home-product-content > .item {
        height: 340px;
    }

    .home-product > section {
        margin: 0 8%;
    }
}

@media all and (max-width: 1024px) {

    .home-product > section {
        margin: 0 6%;
    }

    .home-product-content > .item {
        /*width: 50%;*/
        width: calc(34% - 20px);
        width: -moz-calc(34% - 20px);
        width: -webkit-calc(34% - 20px);
        margin-left: 0px;
        margin-right: 20px;
        margin-bottom: 20px;
        height: 400px;
        box-shadow: 0px 0px 0px rgba(35, 24, 21, 0.3);
    }

        .home-product-content > .item:nth-child(3n) {
            margin-right: 0px;
        }
}

@media all and (max-width: 600px) {
    .home-product {
        padding: 40px 0;
        /*background-image: none;
        background: #2c2c2c;*/
    }

        .home-product > section {
            margin: 0 20px;
        }

            .home-product > section header {
                padding-bottom: 40px;
            }

                .home-product > section header > h1 > span {
                    text-align: center;
                    font-size: 28px;
                }

    .home-product-content > .item {
        width: 100%;
        width: calc(100% - 0px);
        width: -moz-calc(100% - 0px);
        width: -webkit-calc(100% - 0px);
        margin-left: 0px;
        margin-right: 0;
        margin-bottom: 20px;
        height: 360px;
        box-shadow: 2px 4px 2px rgba(35, 24, 21, 0.3);
    }


        .home-product-content > .item:hover .item-link {
            color: #0F52BA;
            display: block;
            background: rgba(44,44,44,0.1);
        }
}

/*#endregion */

/*#region home contact */

.home-contact {
    padding: 60px 0 120px 0;
}

    .home-contact > section {
        margin: 0 8%;
    }

        .home-contact > section header {
        }

            .home-contact > section header > h1 {
                text-align: center;
                font-size: 40px;
                padding-bottom: 50px;
            }

.home-contact-box {
    max-width: 1000px;
    height: 180px;
    background: #f0f0f0;
    margin: 0 auto;
    box-shadow: 0px 5px 5px rgba(35, 24, 21, 0.2);
}

    .home-contact-box:hover {
        box-shadow: 0px 5px 8px rgba(35, 24, 21, 0.5);
    }

    .home-contact-box .box-1 {
        float: left;
        width: 15%;
        background: #0F52BA;
        height: 100%;
        text-align: center;
    }

        .home-contact-box .box-1 > img {
            padding: 60px 20px;
        }

    .home-contact-box .box-2 {
        float: left;
        width: 30%;
        height: 100%;
    }

        .home-contact-box .box-2 > h3 {
            font-size: 18px;
            font-weight: 600;
            padding: 20px 20px 10px 20px;
        }

        .home-contact-box .box-2 > p {
            padding: 0px 20px;
            line-height: 1.6;
        }

    .home-contact-box .box-3 {
        float: left;
        width: 55%;
        height: 100%;
    }

        .home-contact-box .box-3 > h3 {
            font-size: 18px;
            font-weight: 600;
            padding: 20px 20px 10px 20px;
        }

        .home-contact-box .box-3 > p {
            padding: 0px 20px;
            line-height: 1.6;
        }

@media all and (max-width: 768px) {
    .home-contact {
        padding: 0px 0 40px 0;
    }

        .home-contact > section {
            margin: 0 0;
        }

            .home-contact > section header {
                margin: 0 20px;
            }

                .home-contact > section header > h1 {
                    text-align: center;
                    font-size: 28px;
                    line-height: 1.2;
                    padding-bottom: 40px;
                }

    .home-contact-box {
        height: auto;
        background: #f0f0f0;
        margin: 0 auto;
    }

        .home-contact-box .box-1 > img {
            padding: 20px;
            max-width: 240px;
        }

        .home-contact-box .box-1, .home-contact-box .box-2, .home-contact-box .box-3 {
            float: left;
            width: 100%;
        }

            .home-contact-box .box-1 > h3, .home-contact-box .box-2 > h3, .home-contact-box .box-3 > h3 {
                font-size: 20px;
                padding: 20px 20px 10px 20px;
            }
}

/*#endregion */

/*#region channel banner & content & box */

.channel-banner {
    position: relative;
    min-height: 160px;
    background: #2c2c2c;
    box-shadow: 5px 5px 5px rgba(0,0,0,0);
}

    .channel-banner > .channel-banner-block {
        margin: 0 8%;
        padding: 0px 20px;
    }

        .channel-banner > .channel-banner-block > header {
            text-align: right;
            padding: 0 20px;
        }

    .channel-banner .channel-banner-block > header > p {
        line-height: 160px;
        color: #fff;
        font-size: 36px;
    }

.channel-bar {
    background: #fff;
}

    .channel-bar > .content-block {
        margin: 0;
        padding: 0px 0px;
    }

    .channel-bar .bar-block > .bar-header {
        z-index: 2;
        padding: 0px 0;
        background: #f1f1f1;
        color: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

        .channel-bar .bar-block > .bar-header > h3 {
            margin: 0 8%;
            padding: 10px 20px;
            color: #666;
            font-size: 16px;
            line-height: 1.6;
        }

            .channel-bar .bar-block > .bar-header > h3 i {
                margin: 0 10px;
                color: #000 !important;
                font-size: 18px;
            }

            .channel-bar .bar-block > .bar-header > h3 > a {
                display: inline-block;
                border-bottom: 1px solid #f1f1f1;
                color: #333;
            }

                .channel-bar .bar-block > .bar-header > h3 > a:hover {
                    border-bottom: 1px solid #333;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;
                    transition: all 0.5s ease;
                    color: #000;
                    text-decoration: none;
                }


.channel-ex-list {
    margin-top: 20px;
}

    .channel-ex-list ul {
        *zoom: 1;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        background: none;
    }

        .channel-ex-list ul > li {
            width: 180px;
            margin: 10px 0;
            position: relative;
        }

    .channel-ex-list > ul > li > a {
        display: block;
        padding: 10px 20px;
        font-size: 18px;
        color: #ffffff;
        background: #939396;
    }

        .channel-ex-list > ul > li > a > i {
            color: #ffffff;
            font-size: 18px;
            margin-right: 10px;
        }

        .channel-ex-list > ul > li > a:hover {
            color: #ffffff;
            background: #333333;
            text-decoration: none;
            transition: all .5s ease 0s;
        }

@media all and (max-width: 768px) {
    .channel-banner {
        min-height: 100px;
    }

        .channel-banner > .channel-banner-block {
            margin: 0 0;
        }

    .channel-bar .bar-block > .bar-header {
        z-index: 2;
        padding: 10px 0;
    }

        .channel-bar .bar-block > .bar-header > h3 {
            margin: 0;
            padding: 0px 10px;
            font-size: 16px;
            font-weight: 300;
        }
}

/*#endregion */

/*#region channel- resources reliability & download */

/*#region reliability */

.channel-reliability {
    padding: 40px 0 20px 0;
    position: relative;
    background: #ffffff;
}

    .channel-reliability > .content-block {
        margin: 0 10%;
        padding: 20px 20px;
    }

        .channel-reliability > .content-block > header {
            padding: 0;
            margin: 0;
            margin-bottom: 30px;
        }

            .channel-reliability > .content-block > header > p {
                font-size: 18px;
                margin: 0px !important;
                padding: 0 !important;
                color: #3f3f3f;
                line-height: 2;
            }


/*#endregion */

/*#region library */

.channel-library {
    margin: 40px 0px 20px 0;
    padding: 0px 0px;
    position: relative;
    overflow: hidden;
    background: #e4e9ef;
}

    .channel-library > .block-grid > .col-left {
        float: left;
        width: 38.2%;
        padding: 40px 40px;
    }

        .channel-library > .block-grid > .col-left > h1 {
            font-size: 36px;
            padding: 10px 0;
        }

        .channel-library > .block-grid > .col-left > p {
            font-size: 18px;
            padding: 20px 0;
            line-height: 1.6;
        }

        .channel-library > .block-grid > .col-left > a {
            display: inline-block;
            margin: 0px 0;
            padding: 10px 20px;
        }

    .channel-library > .block-grid > .col-right {
        float: left;
        min-height: 300px;
        width: 61.8%;
        text-align: right;
        background: #e4e9ef url('/attached/channel/resources/library_bg.jpg'); /**PNG for IE*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .channel-library > .block-grid > .col-right > img {
            max-width: 400px;
        }


@media all and (max-width: 768px) {
    .channel-reliability {
        padding: 20px 0;
    }

        .channel-reliability > .content-block {
            margin: 0 0px;
            padding: 0;
        }

            .channel-reliability > .content-block > header {
                padding: 0;
                margin: 0 20px;
            }

                .channel-reliability > .content-block > header > p {
                    font-size: 16px;
                    line-height: 2;
                }

    .channel-library {
        margin: 20px 0px;
        padding: 0px 0px;
        background: #e4e9ef url('/attached/channel/resources/library_bg.jpg'); /**PNG for IE*/
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .channel-library > .block-grid > .col-left {
            width: 100%;
            padding: 40px 20px;
            background: rgba(0, 0, 0, 0.5);
        }

            .channel-library > .block-grid > .col-left > h1 {
                font-size: 24px;
                padding: 0;
                color: #ffffff;
            }

            .channel-library > .block-grid > .col-left > p {
                color: #ffffff;
                padding: 20px 0;
                font-size: 16px;
                text-shadow: 2px 2px #000000;
            }

            .channel-library > .block-grid > .col-left > a {
            }

        .channel-library > .block-grid > .col-right {
            display: none;
        }
}

/*#endregion */

/*#region download */

.channel-download {
    padding: 40px 0 120px 0;
    position: relative;
    background: #f4f5f6;
}

    .channel-download > .content-block {
        margin: 0 10%;
        padding: 0px 20px;
    }

        .channel-download > .content-block > header {
            padding: 0;
            margin: 0;
        }

            .channel-download > .content-block > header > h2 {
                font-size: 36px;
                margin: 0px !important;
                padding: 0 !important;
                color: #3f3f3f;
                line-height: 2;
            }


@media all and (max-width: 768px) {
    .channel-download {
        padding: 20px 0;
    }

        .channel-download > .content-block {
            margin: 0 20px;
            padding: 0;
        }

            .channel-download > .content-block > header {
                padding: 0;
                margin: 0;
            }

                .channel-download > .content-block > header > h2 {
                    font-size: 24px;
                    line-height: 2;
                    font-weight: bold;
                }
}
/*#endregion */

/*#endregion */

/*#region channel-intro */

/*#region channel-intro-introduction */

.channel-intro-introduction {
    padding: 40px 0;
    position: relative;
    background: #ffffff;
}

    .channel-intro-introduction > .content-block {
        margin: 0 10%;
        padding: 20px 20px;
    }

        .channel-intro-introduction > .content-block > header {
            padding: 0;
            margin: 0;
            padding-bottom: 20px;
            border-bottom: 1px solid #adadad;
            margin-bottom: 30px;
        }

            .channel-intro-introduction > .content-block > header > h2 {
                font-size: 38px;
                margin: 0px !important;
                padding: 0 !important;
                color: #3f3f3f;
                line-height: 1.2;
            }

            .channel-intro-introduction > .content-block > header > span {
                display: block;
                font-size: 20px;
                margin: 0 0 0px 0;
                padding: 0;
                color: #4d4d4d;
                line-height: 1.2;
            }

    .channel-intro-introduction .content-block .block-txt {
        line-height: 2;
    }

        .channel-intro-introduction .content-block .block-txt > h1 {
            line-height: 2;
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: justify;
        }

        .channel-intro-introduction .content-block .block-txt > p {
            padding: 0px 0px;
            color: #000;
            font-size: 18px;
            line-height: 2;
            margin-bottom: 20px;
            text-align: justify;
        }


/*#endregion */

/*#region channel-intro-mission */

.channel-intro-mission {
    padding: 40px 0;
    position: relative;
    background: #0F52BA url('/attached/channel/about/about_mission_bg.jpg'); /**PNG for IE*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .channel-intro-mission > .content-block {
        margin: 0 10%;
        padding: 40px 0px;
    }

        .channel-intro-mission > .content-block > header {
            padding: 0;
            margin: 0;
        }

            .channel-intro-mission > .content-block > header > h2 {
                border-left: 10px solid #fff;
                font-size: 38px;
                margin: 20px 0px 20px 20px;
                padding: 0;
                color: #ffffff;
                line-height: 1.2;
            }

            .channel-intro-mission > .content-block > header > section {
                margin: 60px 0px 20px 20px;
                padding: 0;
                color: #ffffff;
            }

                .channel-intro-mission > .content-block > header > section p {
                    color: #ffffff;
                    font-size: 22px;
                    line-height: 2;
                }

        .channel-intro-mission > .content-block > article {
            position: relative;
            max-width: 1100px;
            margin: 0 auto;
            margin-top: 80px;
        }

            .channel-intro-mission > .content-block > article .col-1-2 {
                margin-bottom: 20px;
            }

                .channel-intro-mission > .content-block > article .col-1-2:nth-child(2n-1) {
                    padding-right: 20px;
                }

                .channel-intro-mission > .content-block > article .col-1-2 > span {
                    width: 80%;
                    height: 180px;
                    font-size: 24px;
                    border-radius: 80px;
                    padding: 40px 50px;
                    display: inline-block;
                    line-height: 1.4;
                    color: #fff;
                    box-shadow: 2px 2px 20px rgba(0,0,0,0.2);
                }

                    .channel-intro-mission > .content-block > article .col-1-2 > span:hover {
                        box-shadow: 2px 2px 20px rgba(0,0,0,0.5);
                    }

                    .channel-intro-mission > .content-block > article .col-1-2 > span > i {
                        font-size: 20px;
                        margin-right: 20px;
                    }

.color-1 {
    background: #91bf43;
    padding-top: 70px !important;
}

.color-2 {
    background: #58b4a7;
    padding-top: 70px !important;
    padding-left: 90px !important;
}

.color-3 {
    background: #5788c3;
    padding-top: 70px !important;
}

.color-4 {
    background: #48abc8;
    padding-top: 70px !important;
    padding-left: 90px !important;
}

.circle {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #ffffff;
    top: calc(50% - 110px);
    left: calc(50% - 110px);
    box-shadow: rgba(0,0,0,0.2) 0px 0px 10px 3px inset,5px 5px 15px rgba(0,0,0,0.7);
    background: -webkit-linear-gradient(135deg, #d7dae1 0%, #ffffff 60%, #d7dae1 100%);
    background: linear-gradient(-45deg, #d7dae1 0%, #ffffff 60%, #d7dae1 100%);
}

    .circle:hover {
        box-shadow: rgba(0,0,0,0.2) 0px 0px 10px 3px inset,5px 5px 20px rgba(0,0,0,0.8);
    }

    .circle > span {
        position: absolute;
        top: 30px;
        left: 25px;
        font-weight: 600;
        font-size: 72px;
        color: #7d7d7d;
    }

    .circle > p {
        position: absolute;
        top: 120px;
        left: 26px;
        font-size: 20px;
        color: #9e9e9f;
    }


/*#endregion */

/*#region channel-intro-milestone */

.channel-intro-milestone {
    padding: 40px 0;
    position: relative;
    background: #ffffff;
}

    .channel-intro-milestone > .content-block {
        margin: 0 10%;
        padding: 40px 0px;
    }

        .channel-intro-milestone > .content-block > header {
            padding: 0;
            margin: 0;
        }

            .channel-intro-milestone > .content-block > header > h2 {
                border-left: 10px solid #0a53bc;
                font-size: 38px;
                margin: 20px 0px 60px 20px;
                padding: 0;
                color: #0a53bc;
                line-height: 1.2;
            }


/*#endregion */

@media all and (max-width: 1366px) {
    .channel-intro-mission > .content-block > article .col-1-2 > span {
        height: 160px;
        font-size: 20px;
    }

        .channel-intro-mission > .content-block > article .col-1-2 > span > i {
            font-size: 18px;
            margin-right: 20px;
        }

    .color-1 {
        padding-top: 55px !important;
    }

    .color-2 {
        padding-top: 55px !important;
        padding-left: 90px !important;
    }

    .color-3 {
        padding-top: 55px !important;
        padding-right: 90px !important;
    }

    .color-4 {
        padding-top: 55px !important;
        padding-left: 90px !important;
    }

    .circle {
        width: 200px;
        height: 200px;
        border-radius: 200px;
        top: calc(50% - 110px);
        left: calc(50% - 110px);
    }

        .circle > span {
            position: absolute;
            top: 40px;
            left: 25px;
            font-weight: 600;
            font-size: 68px;
        }

        .circle > p {
            top: 115px;
            left: 30px;
            font-size: 18px;
        }
}

@media all and (max-width: 768px) {
    .channel-intro-introduction {
        padding: 20px 0;
    }

        .channel-intro-introduction > .content-block {
            margin: 0 20px;
            padding: 0px 0px;
        }

            .channel-intro-introduction > .content-block > header {
                margin-bottom: 20px;
            }

                .channel-intro-introduction > .content-block > header > h2 {
                    font-size: 24px;
                    line-height: 1.6;
                    font-weight: bold;
                }

        .channel-intro-introduction .content-block .block-txt {
            padding: 0 0px;
        }

            .channel-intro-introduction .content-block .block-txt > h1 {
                line-height: 2;
                margin-bottom: 20px;
                font-size: 18px;
                font-weight: 600;
                text-align: justify;
                text-justify: newspaper;
                word-break: break-all;
            }

            .channel-intro-introduction .content-block .block-txt > p {
                padding: 0px 0px;
                color: #000;
                font-size: 16px;
                line-height: 2;
                margin-bottom: 20px;
                text-align: justify;
                text-justify: newspaper;
                word-break: break-all;
            }


    .channel-intro-mission {
        padding: 40px 0 60px 0;
    }

        .channel-intro-mission > .content-block {
            margin: 0 20px;
            padding: 0px 0px;
        }

            .channel-intro-mission > .content-block > header {
                padding: 0;
                margin: 0;
            }

                .channel-intro-mission > .content-block > header > h2 {
                    font-size: 24px;
                    margin: 20px 0px 0px 0px;
                }

                .channel-intro-mission > .content-block > header > section {
                    margin: 40px 0px 0px 0px;
                }

                    .channel-intro-mission > .content-block > header > section p {
                        font-size: 16px;
                        line-height: 1.3;
                        margin-bottom: 15px;
                    }


            .channel-intro-mission > .content-block > article {
                max-width: 100%;
                margin-top: 40px;
            }

                .channel-intro-mission > .content-block > article .col-1-2 {
                    margin-bottom: 10px;
                }

                    .channel-intro-mission > .content-block > article .col-1-2:nth-child(2n-1) {
                        padding-right: 10px;
                    }

                    .channel-intro-mission > .content-block > article .col-1-2 > span {
                        width: 100%;
                        height: 100px;
                        font-size: 18px;
                        border-radius: 0;
                        padding: 10px 10px;
                        line-height: 1.2;
                        color: #fff;
                    }

                        .channel-intro-mission > .content-block > article .col-1-2 > span > i {
                            display: none;
                        }

    .color-1 {
        padding-top: 10px !important;
        border-top-left-radius: 15px !important;
    }

    .color-2 {
        padding-top: 10px !important;
        padding-left: 10px !important;
        border-top-right-radius: 15px !important;
    }

    .color-3 {
        padding-top: 10px !important;
        padding-right: 40px !important;
        border-bottom-left-radius: 15px !important;
    }

    .color-4 {
        padding-top: 40px !important;
        padding-left: 50px !important;
        border-bottom-right-radius: 15px !important;
    }

    .circle {
        width: 120px;
        height: 120px;
        border-radius: 120px;
        top: calc(50% - 60px);
        left: calc(50% - 65px);
    }

        .circle > span {
            position: absolute;
            top: 25px;
            left: 18px;
            font-size: 40px;
            color: #72757a;
        }

        .circle > p {
            top: 70px;
            left: 15px;
            font-size: 11px;
            color: #c6c9d0;
        }


    .channel-intro-milestone {
        padding: 20px 0;
    }

        .channel-intro-milestone > .content-block {
            margin: 0 20px;
            padding: 0px 0px;
        }

            .channel-intro-milestone > .content-block > header {
                padding: 0;
                margin: 0;
            }

                .channel-intro-milestone > .content-block > header > h2 {
                    font-size: 24px;
                    margin: 20px 0px 0px 0px;
                }
}


/*#endregion */


/*#region channel-distributors */

/*#region channel-distributors */

.channel-distributors {
    padding: 40px 0;
    position: relative;
    background: #ffffff;
}

    .channel-distributors .content-block > section {
        margin-bottom: 40px;
    }

        .channel-distributors .content-block > section:nth-child(odd) {
            /*background: #fff;*/
        }

        .channel-distributors .content-block > section:hover {
            -webkit-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
            box-shadow: 0px 2px 10px rgba(0, 135, 220, 1);
        }

    .channel-distributors > .content-block {
        margin: 0 10%;
        padding: 20px 20px;
    }

        .channel-distributors > .content-block > header {
            padding: 0;
            margin: 0;
            padding-bottom: 20px;
            border-bottom: 1px solid #adadad;
            margin-bottom: 30px;
        }

            .channel-distributors > .content-block > header > h2 {
                font-size: 38px;
                margin: 0px !important;
                padding: 0 !important;
                color: #3f3f3f;
                line-height: 1.2;
            }

            .channel-distributors > .content-block > header > span {
                display: block;
                font-size: 20px;
                margin: 0 0 0px 0;
                padding: 0;
                color: #4d4d4d;
                line-height: 1.2;
            }

    .channel-distributors .content-txt {
        line-height: 2;
        padding: 40px 40px;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    }


        .channel-distributors .content-txt h1 {
            margin: 10px 0;
            font-size: 28px;
            font-weight: 500;
        }

            .channel-distributors .content-txt h1:hover {
            }

        .channel-distributors .content-txt a {
            display: inline-block;
            font-size: 28px;
            font-weight: 500;
            line-height: 1.6;
        }

            .channel-distributors .content-txt a:hover {
                color: #000;
                text-decoration: underline;
            }

            .channel-distributors .content-txt a > i {
                font-size: 24px;
                margin-left: 10px;
            }

        .channel-distributors .content-txt .content-desc {
            margin: 10px 0;
            padding: 10px 0;
            border-top: 1px solid #ddd;
        }

            .channel-distributors .content-txt .content-desc:hover {
                -webkit-transition: all .5s ease-in-out !important;
                -o-transition: all .5s ease-in-out !important;
                transition: all .5s ease-in-out !important;
                border-top: 1px solid #000;
            }


            .channel-distributors .content-txt .content-desc p {
                color: #000;
                font-size: 18px;
                line-height: 2;
                margin: 10px 0px;
                text-align: justify;
                word-break: break-all;
            }


/*#endregion */

@media all and (max-width: 1366px) {
}

@media all and (max-width: 768px) {
    .channel-distributors {
        padding: 20px 0;
    }

        .channel-distributors > .content-block {
            margin: 0 20px;
            padding: 0px 0px;
        }

            .channel-distributors > .content-block > header {
                margin-bottom: 20px;
            }

                .channel-distributors > .content-block > header > h2 {
                    font-size: 24px;
                    line-height: 1.6;
                    font-weight: bold;
                }

        .channel-distributors .content-txt {
            line-height: 2;
            padding: 20px 20px;
        }

        .channel-distributors .content-block .block-txt > h1 {
            line-height: 2;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 600;
            text-align: justify;
            text-justify: newspaper;
            word-break: break-all;
        }

        .channel-distributors .content-txt a {
            display: block;
            font-size: 18px;
            line-height: 1.2;
        }

        .channel-distributors .content-txt .content-desc > p {
            padding: 0px 0px;
            color: #000;
            font-size: 16px;
            line-height: 2;
            margin: 10px 10px;
            text-align: justify;
            text-justify: newspaper;
            word-break: break-all;
        }
}


/*#endregion */

/*#region channel-investor */

/*#region channel-investor */

.channel-investor {
    padding: 40px 0;
    position: relative;
    background: #ffffff;
}

    .channel-investor .content-block > section {
        margin-bottom: 40px;
    }


        .channel-investor .content-block > section:nth-child(even) {
           /* background: rgba(255,255,255,0.8);*/
            /* background: rgba(242,255,221,0.8);*/
        }

        .channel-investor .content-block > section:nth-child(odd) {
            /*background: rgba(0, 135, 220,0.1);*/
            /*background: rgba(192,255,246,0.8);*/
        }

        .channel-investor .content-block > section:hover {
            -webkit-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
            box-shadow: 0px 2px 10px rgba(0, 135, 220, 1);
        }

        

    .channel-investor > .content-block {
        margin: 0 10%;
        padding: 20px 20px;
    }

        .channel-investor > .content-block > header {
            padding: 0;
            margin: 0;
            padding-bottom: 20px;
            border-bottom: 1px solid #adadad;
            margin-bottom: 30px;
        }

            .channel-investor > .content-block > header > h2 {
                font-size: 38px;
                margin: 0px !important;
                padding: 0 !important;
                color: #3f3f3f;
                line-height: 1.2;
            }

            .channel-investor > .content-block > header > span {
                display: block;
                font-size: 20px;
                margin: 0 0 0px 0;
                padding: 0;
                color: #4d4d4d;
                line-height: 1.2;
            }

    .channel-investor .content-txt {
        line-height: 2;
        padding: 40px 40px;
        border: 1px solid #f0f0f0;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    }


        .channel-investor .content-txt h1 {
            margin: 10px 0;
            font-size: 28px;
            font-weight: 500;
        }

            .channel-investor .content-txt h1 a {
                display: inline-block;
                font-size: 28px;
                font-weight: 500;
                line-height: 1.6;
            }

                .channel-investor .content-txt h1 a:hover {
                    color: #000;
                    text-decoration: underline;
                }

        .channel-investor .content-txt h2 a {
            display: inline-block;
            font-size: 22px;
            font-weight: 500;
            line-height: 1.6;
        }

            .channel-investor .content-txt h2 a:hover {
                color: #000;
                text-decoration: underline;
            }

        .channel-investor .content-txt a > i {
            font-size: 24px;
            margin-left: 10px;
        }

        .channel-investor .content-txt .content-desc {
            margin: 10px 0;
            padding: 10px 0;
            border-top: 1px solid #ddd;
        }

            .channel-investor .content-txt .content-desc:hover {
                -webkit-transition: all .3s ease-in-out !important;
                -o-transition: all .3s ease-in-out !important;
                transition: all .3s ease-in-out !important;
                border-top: 1px solid #000;
            }

            .channel-investor .content-txt .content-desc p {
                color: #000;
                font-size: 18px;
                line-height: 2;
                margin: 10px 0px;
                text-align: justify;
                word-break: break-all;
            }


/*#endregion */

@media all and (max-width: 1366px) {
}

@media all and (max-width: 768px) {
    .channel-investor {
        padding: 20px 0;
    }

        .channel-investor .content-block > section {
            margin-bottom: 20px;
        }

        .channel-investor > .content-block {
            margin: 0 20px;
            padding: 0px 0px;
        }

            .channel-investor > .content-block > header {
                margin-bottom: 20px;
            }

                .channel-investor > .content-block > header > h2 {
                    font-size: 24px;
                    line-height: 1.6;
                    font-weight: bold;
                }

        .channel-investor .content-txt {
            line-height: 2;
            padding: 20px 20px;
        }

        .channel-investor .content-block .block-txt > h1 {
            line-height: 2;
            margin-bottom: 20px;
            font-size: 18px;
            font-weight: 600;
            text-align: justify;
            text-justify: newspaper;
            word-break: break-all;
        }

        .channel-investor .content-txt h1 {
            margin: 10px 0;
            font-size: 22px;
            font-weight: 500;
        }

            .channel-investor .content-txt h1 a {
                display: inline-block;
                font-size: 22px;
                font-weight: 500;
                line-height: 1.6;
            }

        .channel-investor .content-txt h2 a {
            display: inline-block;
            font-size: 18px;
            font-weight: 500;
            line-height: 1.6;
        }

        .channel-investor .content-txt a > i {
            font-size: 22px;
            margin-left: 10px;
        }

        .channel-investor .content-txt .content-desc > p {
            padding: 0px 0px;
            color: #000;
            font-size: 16px;
            line-height: 2;
            margin: 10px 10px;
            text-align: justify;
            text-justify: newspaper;
            word-break: break-all;
        }
}


/*#endregion */


/*#region channel product & detail*/

/*#region channel-product */

.channel-product {
    padding: 40px 0;
    background: #fff;
    min-height: 768px;
}

    .channel-product > .content-block {
        margin: 0 10%;
        padding: 20px 0px;
    }

    .channel-product .content-block > header {
        margin: 0px 0px;
        padding: 0;
    }

    .channel-product > .content-block > header > h2 {
        font-size: 38px;
        margin: 0px 0px 40px 20px;
        color: #0F52BA;
        line-height: 1.2;
    }

    .channel-product > .content-block > section > .block-grid {
        padding: 0px 20px 40px 20px;
    }

        .channel-product > .content-block > section > .block-grid i {
            color: #0F52BA;
            margin-right: 10px;
        }

        .channel-product > .content-block > section > .block-grid > .col-left {
            float: left;
            font-size: 22px !important;
            line-height: 2;
            width: 480px;
        }

        .channel-product > .content-block > section > .block-grid > .col-right {
            float: left;
            font-size: 22px !important;
            line-height: 2;
            width: calc(100% - 480px);
        }

    .channel-product > section {
        margin: 40px 10%;
        padding: 20px;
        margin-bottom: 80px;
        background: #f5f6f7;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        box-shadow: 0px 5px 5px rgba(35, 24, 21, 0.3);
    }

        .channel-product > section:hover {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            background: #f5f6f7;
            -webkit-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
            box-shadow: 0px 2px 10px rgba(0, 135, 220, 1);
        }

        .channel-product > section > header {
            color: #0F52BA;
            font-size: 36px;
            font-weight: bold;
            margin: 10px 0;
        }

        .channel-product > section > h2 {
            font-size: 20px;
        }

@media all and (max-width: 1024px) {
    .channel-product > .content-block > section > .block-grid > .col-left {
        float: left;
        font-size: 22px !important;
        line-height: 2;
        width: 50%;
        /*width: 480px;*/
    }

    .channel-product > .content-block > section > .block-grid > .col-right {
        float: left;
        font-size: 22px !important;
        line-height: 2;
        width: 50%;
        /*width: calc(100% - 480px);*/
    }
}

@media all and (max-width: 768px) {
    .channel-product {
        padding: 0px 0 40px 0;
    }

        .channel-product > .content-block {
            margin: 0 0px;
            padding: 10px 10px;
        }

            .channel-product > .content-block > header {
                margin: 0px 0px;
                padding: 0;
            }

                .channel-product > .content-block > header > h2 {
                    font-size: 24px;
                    background: #0F52BA;
                    color: #fff;
                    line-height: 1.2;
                    margin: 0px 0px;
                    font-weight: 400;
                    padding: 10px;
                }

            .channel-product > .content-block > section > .block-grid {
                padding: 10px 10px 10px 10px;
            }

                .channel-product > .content-block > section > .block-grid i {
                    margin-right: 10px;
                }

                .channel-product > .content-block > section > .block-grid > .col-left {
                    float: left;
                    font-size: 16px !important;
                    width: 100%;
                }

                .channel-product > .content-block > section > .block-grid > .col-right {
                    float: left;
                    font-size: 16px !important;
                    width: 100%;
                }

        /*.channel-product > .content-block > section > .block-grid > .col-left {
                    float: left;
                    font-size: 18px !important;
                    width: 100%;
                }

                .channel-product > .content-block > section > .block-grid > .col-right {
                    font-size: 18px !important;
                    width: 100%;
                }*/

        .channel-product > section {
            margin: 20px 0;
            padding: 20px;
            background: #f5f6f7;
            border-top: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
            box-shadow: 0px 3px 5px rgba(35, 24, 21, 0);
        }

            .channel-product > section:hover {
                border-top: 1px solid #d5d5d5;
                border-bottom: 1px solid #d5d5d5;
                background: #f0f0f0;
                box-shadow: 0px 2px 10px rgba(0, 135, 220, 0);
            }

            .channel-product > section > header {
                font-size: 30px;
            }

            .channel-product > section > h2 {
                font-size: 18px;
            }
}


/*#endregion */

/*#region channel-product-detail */

.channel-product-detail {
    margin: 0 25px;
}

    .channel-product-detail .detail-left {
        float: left;
        width: 33.3333%;
    }

        .channel-product-detail .detail-left > h3 {
            font-size: 22px;
            padding: 10px 0px;
            margin-bottom: 20px;
            display: inline-block;
            border-bottom: 1px solid #333;
        }

    .channel-product-detail .detail-right {
        padding-top: 60px;
        float: left;
        width: 66.6666%;
    }

        .channel-product-detail .detail-right .detail-txt {
            padding: 0px 60px;
        }

            .channel-product-detail .detail-right .detail-txt > h3 {
                padding: 10px;
                margin-bottom: 20px;
                font-size: 26px;
                color: #0087dc;
            }

            .channel-product-detail .detail-right .detail-txt > p {
                margin-bottom: 20px;
                font-size: 18px;
                line-height: 1.8;
                text-indent: 2em;
                text-align: justify;
            }


@media all and (max-width: 768px) {
    .channel-product-detail .detail-left {
        width: 100%;
        padding-bottom: 20px;
    }

    .channel-product-detail .detail-right {
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #ddd;
    }

        .channel-product-detail .detail-right .detail-txt {
            padding: 0px 0px;
        }

            .channel-product-detail .detail-right .detail-txt > p {
                font-size: 16px;
            }
}

/*#endregion */

/*#endregion */

/*#region channel contact */

.channel-milstone {
    padding: 0px 20px;
    position: relative;
    overflow: hidden;
}

    .channel-milstone > h1 {
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .channel-milstone > p {
        padding: 0px 0px;
        color: #000;
        font-size: 18px;
        line-height: 2;
        margin-bottom: 20px;
        text-align: justify;
    }

/*#endregion */

/*#region channel news & detail */

.date {
    padding: 10px 0px;
    font-size: 18px;
    color: #0064B4;
}

.tags {
    background: #0064B4;
    color: #ffffff !important;
    padding: 5px 10px !important;
    border-radius: 20px;
    font-size: 14px !important;
    margin: 0 10px;
}

/*#region channel news */

.channel-news {
    padding: 40px 0;
    background: #fff;
}

    .channel-news > .content-block {
        margin: 0 10%;
        padding: 20px 20px;
    }

        .channel-news > .content-block > .channel-news-list {
            margin: 0 0px;
            padding: 0 0px;
        }

.channel-news-list ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

    .channel-news-list ul li {
        float: left;
        list-style-type: none;
        width: 100%;
        margin: 0;
        margin-bottom: 40px;
        padding-bottom: 20px;
        background: #fff;
        border-bottom: 1px solid #ddd;
    }

        .channel-news-list ul li:hover {
            border-bottom: 1px solid #ddd;
            box-shadow: 2px 2px 0px rgba(67,72,78,0.5);
            -webkit-transition: all .3s ease-in-out !important;
            -o-transition: all .3s ease-in-out !important;
            transition: all .3s ease-in-out !important;
        }


        .channel-news-list ul li .block-grid {
            padding: 0px;
        }

            .channel-news-list ul li .block-grid > .col-left {
                float: left;
                width: calc(100% - 300px);
                padding: 10px 60px 0 0;
            }

                .channel-news-list ul li .block-grid > .col-left a {
                    display: block;
                    color: #000;
                    font-size: 22px;
                    font-weight: 500;
                    text-decoration: none;
                    padding: 0px 0px;
                }

                    .channel-news-list ul li .block-grid > .col-left a:hover {
                        color: #0064B4;
                    }

                .channel-news-list ul li .block-grid > .col-left p {
                    display: block;
                    color: #333;
                    text-align: justify;
                    background: transparent;
                    position: relative;
                    font-size: 16px;
                    text-align: left;
                    min-height: 60px;
                    line-height: 1.8;
                    margin: 0;
                    padding: 10px 0px;
                }

            .channel-news-list ul li .block-grid > .col-right {
                float: left;
                text-align: right;
                width: 300px;
            }

                .channel-news-list ul li .block-grid > .col-right > img {
                    max-width: 300px;
                    padding: 10px 0px;
                }

/*#endregion */

/*#region channel-news-detail */

.channel-news-detail {
    margin: 0px;
    position: relative;
}

    .channel-news-detail h2 {
        color: #000;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
        padding: 20px 0px;
    }

    .channel-news-detail article {
        margin: 0px;
        font-size: 18px;
        text-align: left;
        line-height: 1.8;
    }

        .channel-news-detail article img {
            padding: 10px 0 10px 0;
        }

        .channel-news-detail article > p {
            color: #333;
            text-align: justify;
            text-indent: 2em;
            background: transparent;
            position: relative;
            font-size: 18px;
            text-align: left;
            line-height: 1.8;
            margin-bottom: 20px;
            padding: 0px 0px;
        }

            .channel-news-detail article > p.textcenter {
                text-align: center;
            }

/*#endregion */

/*#region channel-news-footer */

.channel-news-footer {
    margin: 60px 10px;
    border-top: 1px solid #ddd;
}

    .channel-news-footer > .block-grid {
        overflow: hidden;
        padding: 20px;
        border-bottom: 1px solid #ddd;
    }

        .channel-news-footer > .block-grid i {
            font-size: 18px;
            margin-left: 8px;
        }

        .channel-news-footer > .block-grid > .col-left {
            width: 100px;
        }

        .channel-news-footer > .block-grid > .col-middle {
            width: calc(100% - 200px);
        }

        .channel-news-footer > .block-grid > .col-right {
            width: 100px;
        }

.channel-btn {
    margin: 60px 0;
    text-align: center;
}

    .channel-btn > a i {
        margin-right: 10px;
    }

.btn-news-blue:link, .btn-news-blue:visited {
    border-radius: 0px;
    padding: 15px 20px;
    background: #0F52BA;
    margin: 5px 0;
    font-size: 20px;
    color: #fff !important;
    box-shadow: 0px 0px 0px rgba(170,170,170,1);
    /*box-shadow: 2px 2px 0px rgba(204,204,204,1);*/
}

.btn-news-blue:hover, .btn-news-blue:focus {
    background: #0F52BA;
    box-shadow: 0px 2px 0px rgba(0,0,0,1);
}

.btn-news-blue:active {
    background-color: #0F52BA;
    color: #fff;
    border-color: rgba(0,0,0,.2);
    border-top-color: rgba(0,0,0,.3);
    background-image: none;
    box-shadow: 0px 0px 0px rgba(234,10,42,1);
}

.btn-news-blue > i {
    color: #fff !important
}

/*#endregion */

/*#region channel-search-news */

.channel-search-news {
    margin: 0px 0px 40px 0px;
}

#search-box {
    background: #f0f0f0;
    border-bottom: 1px solid #dddddd;
    padding: 20px;
}

    #search-box select {
        height: 40px;
        line-height: 40px;
        background: #ffffff;
    }

    #search-box input,
    #search-box input:focus {
        border: none;
        height: 40px;
        color: #333;
        outline: none;
        vertical-align: middle;
        border-top: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    #search-box button {
        background: #fff;
        height: 40px;
        line-height: 40px;
        width: 40px;
        border: 0;
        cursor: pointer;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        vertical-align: middle;
    }


    #search-box input[type="submit"] {
        height: 37px;
        cursor: pointer;
        box-sizing: border-box;
        vertical-align: middle;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        border: none;
        font-size: 16px;
        padding: 0 8px;
        outline: 0;
        background: #0555bb;
        color: #fff;
        border-radius: 0px;
        background-image: none;
        -webkit-appearance: none;
    }

    #search-box button > i {
        font-size: 18px;
        margin-left: 3px;
    }

/*#endregion */

@media all and (max-width: 768px) {
    .channel-news {
        margin: 0px;
        padding: 0;
    }

        .channel-news > .content-block {
            margin: 0 0px;
            padding: 0px 0px;
        }

            .channel-news > .content-block > .channel-news-list {
                margin: 20px 20px;
                padding: 0 0px;
            }

                .channel-news > .content-block > .channel-news-list ul li {
                    border: 0px solid #d5d5d5;
                    box-shadow: 4px 4px 0px rgba(67,72,78,0.5);
                    margin-bottom: 20px;
                    padding: 0px;
                }

    .channel-search-news {
        margin: 0px 0px 0px 0px;
    }

    #search-box input {
        max-width: 180px;
    }

    .channel-news-list ul li .block-grid > .col-left {
        width: 100%;
        padding: 10px 0px;
    }

    .channel-news-list ul li .block-grid > .col-right {
        width: 100%;
        text-align: center;
    }

        .channel-news-list ul li .block-grid > .col-right > img {
            max-width: 100%;
            padding: 0;
        }


    .channel-news-detail {
        margin: 20px 10px;
    }

        .channel-news-detail h2 {
            font-size: 20px;
            line-height: 1.6;
            font-weight: 600;
        }


        .channel-news-detail article > p {
            font-size: 16px;
        }

            .channel-news-detail article > p.textcenter {
            }

    .channel-news-footer {
    }

        .channel-news-footer > .block-grid {
            padding: 20px 0;
        }

            .channel-news-footer > .block-grid > .col-left {
                width: 100%;
                padding: 0px 0;
            }

            .channel-news-footer > .block-grid > .col-middle {
                width: 100%;
                padding: 10px 0;
                font-size: 16px;
            }

            .channel-news-footer > .block-grid > .col-right {
                width: 100%;
            }
}

/*#endregion */

/*#region channel contact */

.channel-contact {
    padding: 40px 0px 80px 0;
    position: relative;
    overflow: hidden;
    min-height: 768px;
}

    .channel-contact > .content-block {
        margin: 0 10%;
        padding: 20px 20px;
    }

        .channel-contact > .content-block > header {
            padding: 0;
            margin: 0px 0;
            margin-bottom: 40px;
        }

            .channel-contact > .content-block > header > h2 {
                font-size: 38px;
                margin: 0px !important;
                padding: 0 !important;
                color: #3f3f3f;
                line-height: 1.2;
            }

            .channel-contact > .content-block > header > span {
                display: block;
                font-size: 24px;
                margin: 10px 0 10px 0;
                padding: 0;
                color: #4d4d4d;
                line-height: 1.2;
            }


        .channel-contact > .content-block .block-grid {
            margin-top: 60px;
        }

        .channel-contact > .content-block > .block-grid > .col-left {
            float: left;
            font-size: 22px !important;
            line-height: 2;
            width: 45%;
        }

            .channel-contact > .content-block > .block-grid > .col-left > h2 {
                font-size: 22px;
                padding: 20px 0;
                line-height: 1.6;
                font-weight: 600;
            }

        .channel-contact > .content-block > .block-grid > .col-right {
            float: left;
            font-size: 22px !important;
            line-height: 2;
            width: 55%;
        }

        .channel-contact > .content-block p {
            border-top: 1px solid #ddd;
            padding: 15px 0px;
            line-height: 2;
            color: #000;
            font-size: 18px;
            text-align: justify;
        }

        .channel-contact > .content-block .block-map {
            background: #ffffff;
            padding: 0px;
            margin: 0px 20px 0 40px;
        }

            .channel-contact > .content-block .block-map > iframe {
                width: 100%;
                height: 300px;
            }

@media all and (max-width: 1600px) {
    .channel-contact > .content-block header > h2 {
        font-size: 36px;
    }

    .channel-contact > .content-block header > span {
        font-size: 22px;
    }
}

@media all and (max-width: 1366px) {
    .channel-contact > .content-block header > h2 {
        font-size: 32px;
    }

    .channel-contact > .content-block header > span {
        font-size: 20px;
    }
}

@media all and (max-width: 768px) {
    .channel-contact {
        padding: 20px 0px;
    }

        .channel-contact > .content-block {
            margin: 0 20px;
            padding: 0px;
        }

            .channel-contact > .content-block header {
                margin-bottom: 0px;
            }

                .channel-contact > .content-block header > h2 {
                    font-size: 24px;
                    margin: 0px 0px;
                    font-weight: bold;
                    padding: 20px 20px;
                }

                .channel-contact > .content-block header > span {
                    display: block;
                    font-size: 20px;
                    margin: 10px 0 10px 0;
                    padding: 0;
                    color: #4d4d4d;
                    line-height: 1.2;
                }

            .channel-contact > .content-block .block-grid {
                margin-top: 20px;
            }

            .channel-contact > .content-block > .block-grid > .col-left {
                width: 100%;
            }

            .channel-contact > .content-block > .block-grid > .col-right {
                width: 100%;
                margin-top: 0px;
            }

            .channel-contact > .content-block p {
                padding: 10px 0;
                font-size: 16px;
                line-height: 1.8;
            }

            .channel-contact > .content-block .block-map {
                padding: 0px;
                margin: 20px 0px;
            }

                .channel-contact > .content-block .block-map > iframe {
                    height: 300px;
                }
}
/*#endregion */

/*#region table */

.channel-file-tb {
    width: 100%;
    margin: 20px 0;
}

    .channel-file-tb table {
        border: 1px solid #ccc;
        width: 100%;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 auto;
        table-layout: fixed; /* for IE ，防止圖片把表格撐開 */
    }

        .channel-file-tb table tr {
            border: 1px solid #ddd;
            padding: 5px;
            background: #ffffff;
        }

        .channel-file-tb table thead tr:nth-child(1) {
            background: #f0f0f0;
        }

        .channel-file-tb table tr:hover {
            background: #ebebeb;
        }

        .channel-file-tb table th, table td {
            padding: 10px;
            text-align: center;
        }

            .channel-file-tb table th.text-left, .channel-file-tb table td.text-left {
                text-align: left;
            }

        .channel-file-tb table td a > i {
            font-size: 22px;
        }

        .channel-file-tb table th {
            font-size: 14px;
            letter-spacing: 0px;
        }

@media screen and (max-width: 600px) {

    .channel-file-tb table {
        border: 0;
    }

        .channel-file-tb table thead {
            display: none;
        }

        .channel-file-tb table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #ddd;
        }

        .channel-file-tb table td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px dotted #ccc;
        }

            .channel-file-tb table th.text-left, .channel-file-tb table td.text-left {
                text-align: right;
            }

            .channel-file-tb table td:last-child {
                border-bottom: 0;
            }

            .channel-file-tb table td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
            }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .channel-file-tb table th, table td {
        padding: 3px;
        text-align: center;
        font-size: 12px;
    }
}

/*#endregion */

/*#region swiper */

.swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #0087dc !important;
}

.swiper-news .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1;
}

.swiper-news .swiper-pagination-bullet-active {
    background: #000000 !important;
}

.swiper-container {
    width: 100%;
    height: 468px;
    overflow: hidden; /* 避免手機端橫向scroll */
    --swiper-pagination-color: #43484e;
    --swiper-theme-color: #fff;
}

.swiper-news {
    width: 696px !important;
    height: 464px !important;
    position: relative;
    overflow: hidden; /* 避免手機端橫向scroll */
    --swiper-pagination-color: #43484e;
    --swiper-theme-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.slide-custom .slide-block-news {
    position: absolute;
    width: 100%;
    bottom: 0px;
    background: rgba(15,82,186,0.5);
}

    .slide-custom .slide-block-news > h5 {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        padding: 14px;
        margin: 0px 0px;
    }

.slide-content {
    position: relative;
    margin: 0 8%;
    padding-left: 20px;
    height: 100%;
}

.slide-content-news {
    position: relative;
    margin: 0 0px;
    height: 100%;
}

.slide-custom .slide-block {
    position: absolute;
    bottom: 40px;
    background: rgba(15,82,186,0.7);
}

.slide-content-news .slide-block {
    position: absolute;
    bottom: 0px;
    background: rgba(15,82,186,0.5);
}

.slide-custom .slide-block > h3 {
    color: #fff;
    font-size: 34px;
    line-height: 1.2;
    padding: 30px 30px;
    margin: 0px 0px;
}


.slide-custom {
    height: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-prev {
    top: 50%;
}

.swiper-button-next {
    top: 50%;
}

@media all and (max-width: 768px) {

    .swiper-news {
        width: 100% !important;
        height: 260px !important;
    }

    .slide-custom .slide-block-news > h5 {
        color: #fff;
        font-size: 16px;
        line-height: 1.2;
        padding: 10px 10px 10px 10px;
        margin: 0px 0px;
    }

    .swiper-container {
        padding: 0;
        margin: 0;
        height: 260px;
        --swiper-pagination-color: #2c2c2c;
    }

    .swiper-wrapper {
        padding: 0;
        margin: 0;
    }

    .slide-content {
        padding: 0 0;
        margin: 0;
        padding-left: 0px;
    }

    .slide-custom .slide-block {
        bottom: 0px;
    }

    .slide-custom .slide-block {
        width: 100%;
        bottom: -0px;
        margin: 0 0px;
        padding: 10px 0;
        background: rgba(15,82,186,0.7);
    }

        .slide-custom .slide-block > h3 {
            color: #fff;
            font-size: 20px;
            line-height: 1.2;
            padding: 0 10px;
        }

        .slide-custom .slide-block > .btn-delta-blue {
            padding: 10px;
            margin-top: 20px;
            font-size: 16px;
        }

    .slide-custom {
        background-attachment: initial;
    }

    .swiper-button-prev {
        top: 40%;
    }

    .swiper-button-next {
        top: 40%;
    }

    .swiper-pagination {
        bottom: 5px;
        display: none;
    }
}

/*#endregion */

/*#region selectmenu */

.sm_target_clicked {
    background-color: #e9ecef;
    background-image: none;
    border-color: rgba(27,31,35,0.35);
    box-shadow: inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

.sm_caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 10px;
    border-left: 4px solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    /*float: right;*/
    margin-top: 3px;
    /*vertical-align: middle;*/
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
}

.sm_sub_menu {
    display: none;
}

.sm_sub_header {
    margin-top: 2px !important;
}

    .sm_sub_header:hover {
        background-color: transparent !important;
        color: black !important;
        cursor: default !important;
    }

    .sm_sub_header p {
        padding: 0;
        margin: 0;
        font-weight: 600;
        line-height: 26px;
        font-size: 16px;
    }

    .sm_sub_header button {
        float: left;
        font-weight: 700;
        line-height: 1;
        color: #000;
        filter: alpha(opacity=20);
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-transition: all .5s cubic-bezier(.175,.885,.32,1);
        transition: all .5s cubic-bezier(.175,.885,.32,1);
        height: 26px;
        width: 30px;
        text-shadow: none;
        outline: none !important;
        margin: 0;
        opacity: 0.5;
        font-size: 14px !important;
    }

        .sm_sub_header button:hover {
            opacity: 1;
        }

        .sm_sub_header button i {
            font-size: 16px;
        }

.sm_container {
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
    vertical-align: middle;
    min-width: 300px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    border-radius: 2px;
    box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 4px 0px rgba(0,0,0,0.2);
    /*display: none;*/
    z-index: 99999;
}

    .sm_container.sm_regular {
        width: auto;
        min-width: 150px;
    }

    .sm_container.sm_embed {
        position: relative;
    }


.sm_header {
    /*border-bottom: 1px solid #E6E7E7;*/
}

    .sm_header > h3 {
        margin: 8px 80px 8px 10px;
        color: #24292e;
        font-size: 16px;
        white-space: nowrap;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Noto Sans TC', 'DeltaSans', 微軟正黑體, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    }

    .sm_header button {
        position: absolute;
        -webkit-appearance: none;
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        outline: none;
        line-height: 100%;
        color: #999999;
        top: 3px;
        font-size: 20px;
    }

        .sm_header button.sm_close_button {
            right: 10px;
            font-size: 25px;
        }

        .sm_header button.sm_removeall_button {
            right: 32px;
        }

        .sm_header button.sm_selectall_button {
            right: 54px;
        }

        .sm_header button:hover {
            color: black;
        }

div.sm_button {
    display: inline-block;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    width: 24px;
    height: 100%;
    padding: 0;
    vertical-align: middle;
    line-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.sm_container_open > .sm_button {
    border-bottom-right-radius: 0 !important;
}

div.sm_clear_btn {
    position: absolute;
    top: 0;
    right: 25px;
    display: block;
    width: auto;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    color: #666666;
    margin: 0;
    padding: 4px 0 0 0;
    box-sizing: border-box;
    line-height: 1;
    font-family: 'Noto Sans TC', 'DeltaSans', 微軟正黑體, sans-serif, Arial, 新細明體, Helvetica, "Times New Roman", Times, serif;
}

    div.sm_clear_btn:hover {
        color: black;
        font-weight: bold;
    }

.sm_arrow,
.sm_arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.sm_arrow {
    border-width: 11px;
}

    .sm_arrow:after {
        content: "";
        border-width: 10px;
    }

.sm_arrow_bottom > .sm_arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #ddd;
    border-bottom-color: rgba(0,0,0,.25);
}

    .sm_arrow_bottom > .sm_arrow:after {
        content: " ";
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #fff;
    }

    .sm_arrow_bottom > .sm_arrow.sm_have_title:after {
        border-bottom-color: #f6f6f6;
    }

.sm_arrow_top > .sm_arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #ddd;
    border-top-color: rgba(0,0,0,.25);
}

    .sm_arrow_top > .sm_arrow:after {
        content: " ";
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #fff;
    }

.sm_results {
    background-color: white;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sm_regular .sm_results {
    padding: 0px 0;
}

    .sm_regular .sm_results > li {
        padding: 0;
    }

        .sm_regular .sm_results > li:hover {
            background-color: #0087dc;
            color: white;
        }

        .sm_regular .sm_results > li > a {
            width: 100%;
            display: block;
            padding: 10px;
        }

        .sm_regular .sm_results > li:hover a {
            color: white;
        }

        .sm_regular .sm_results > li.sm_disabled,
        .sm_regular .sm_results > li.sm_disabled:hover,
        .sm_regular .sm_results > li.sm_disabled a {
            background-color: white;
            color: #CCCCCC;
            cursor: default;
        }

        .sm_regular .sm_results > li.sm_header,
        .sm_regular .sm_results > li.sm_header:hover,
        .sm_regular .sm_results > li.sm_header a {
            background-color: white;
            color: black;
            font-size: 16px;
            font-weight: 600;
            cursor: default;
        }

.sm_results > li {
    height: auto;
    line-height: 1;
    margin: 0;
    overflow: hidden;
    padding: 3px 10px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    font-size: 14px;
    color: black;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Noto Sans TC', 'DeltaSans', 微軟正黑體, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

    .sm_results > li > a {
        color: black;
        text-decoration: none;
    }

    .sm_results > li > div.sm_selected_icon {
        width: 16px;
        margin-right: 10px;
        float: left;
    }

        .sm_results > li > div.sm_selected_icon > i {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.5;
            visibility: hidden;
        }

    .sm_results > li > div.sm_item_text {
        font-size: 14px;
        display: block;
        line-height: 1.7;
    }

    .sm_results > li.sm_divider {
        margin: 8px 0;
        padding: 0;
        cursor: default;
        overflow: hidden;
        border-bottom: 1px solid #E5E5E5;
    }

ul.sm_results > li.sm_over {
    background-color: #53A4EA !important;
    color: #fff !important;
    cursor: pointer;
}

ul.sm_results > li.sm_selected {
    font-weight: 600;
}

    ul.sm_results > li.sm_selected > div.sm_selected_icon > i {
        visibility: visible;
    }

.sm_results_off {
    /*background: rgba(255, 255, 255, 0.8);*/
}

.sm_input_off {
    background: #eee;
    color: #333333;
}

.sm_hide {
    display: none;
}


/* css animate */
.vivify {
    -webkit-animation-duration: .1s;
    -webkit-animation-fill-mode: both;
    animation-duration: .1s;
    animation-fill-mode: both;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes fadeInRight {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes fadeInLeft {
    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/*#endregion */

/*#region history */

.history {
    margin: 0 40px;
    background: url(../images/line.png) repeat-y 250px 0px;
    overflow: hidden;
    position: relative;
}

.history-date {
    overflow: hidden;
    margin-bottom: 60px;
}

    .history-date h2 {
        color: #0F52BA;
        font-size: 28px;
        line-height: 1.6;
        font-weight: normal;
        padding-left: 10px;
        margin-bottom: 0px;
        background: none;
    }

        .history-date h2 > span {
            display: block;
            color: #000;
            font-size: 20px;
            font-weight: 600;
            line-height: 1.8
        }

        .history-date h2 img {
            vertical-align: -5px;
        }

    .history-date ul {
        margin-top: -70px;
    }

        .history-date ul li {
            background: url(../images/dot.png) no-repeat 244px 6px;
            padding-bottom: 20px;
            padding-left: 290px;
            zoom: 1;
        }

            .history-date ul li h1 {
                font-size: 18px;
                line-height: 1.6;
            }

            .history-date ul li div {
                padding: 20px 0;
                line-height: 1.2;
            }

            .history-date ul li.last {
                padding-bottom: 0;
            }

            .history-date ul li:after {
                content: " ";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
            }


@media screen and (max-width: 768px) {
    .history-date {
        margin-bottom: 20px;
    }

    .history {
        margin: 40px 0px;
        background: none;
        background: url(../images/line.png) repeat-y 5px 0px;
    }

    .history-date h2 {
        font-size: 24px;
        font-weight: normal;
        padding-left: 30px;
    }

    .history-date ul {
        margin-top: 20px;
    }

        .history-date ul li {
            background: url(../images/dot.png) no-repeat -1px 6px;
            padding-bottom: 20px;
            padding-left: 30px;
            zoom: 1;
            /*font-size: 26px;*/
        }

            .history-date ul li h1 {
                font-size: 16px;
                font-weight: 500;
            }

            .history-date ul li div {
                padding: 20px 0;
                line-height: 2;
            }
}


/*#endregion */

/*#region timeline */

.main-timeline {
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline:before {
        content: '';
        height: 100%;
        width: 1px;
        border: 1px solid #aaa;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 30px;
    }

    .main-timeline .timeline {
        width: 50%;
        padding: 100px 70px 0 25px;
        margin: 0 50px 0 0;
        float: left;
        position: relative;
    }

    .main-timeline .timeline-content {
        padding: 15px 15px 15px 15px;
        border: 2px solid #aaa;
        border-radius: 0px;
        display: block;
        position: relative;
        margin-bottom: 40px;
    }

        .main-timeline .timeline-content > h3 {
            margin-bottom: 20px;
        }

        .main-timeline .timeline-content > p {
            margin-bottom: 20px;
        }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

        .main-timeline .timeline-content:after {
            content: '';
            background-color: #aaa;
            height: 18px;
            width: 15px;
            position: absolute;
            right: -15px;
            top: -2px;
            clip-path: polygon(100% 0, 0 0, 0 100%);
        }

    .main-timeline .timeline-year {
        color: #fff;
        background-color: #0087dc;
        font-size: 24px;
        font-weight: 300;
        padding: 10px 20px;
        text-align: center;
        border-radius: 0;
        position: absolute;
        right: -120px;
        top: -85px;
        box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
    }

        .main-timeline .timeline-year:hover {
            box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
        }

    .main-timeline .title {
        color: #222;
        font-size: 20px;
        font-weight: 300;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 0 7px 0;
    }

    .main-timeline .description {
        color: #222;
        font-size: 15px;
        letter-spacing: 1px;
        text-align: justify;
        margin: 0 0 5px;
    }

    .main-timeline .timeline:nth-child(even) {
        padding: 100px 25px 0 70px;
        margin: 0 0 0 50px;
        float: right;
    }

        .main-timeline .timeline:nth-child(even) .timeline-content {
            padding: 15px 20px 15px 20px;
            border-radius: 0;
        }

            .main-timeline .timeline:nth-child(even) .timeline-content:after {
                transform: rotateY(180deg);
                right: auto;
                left: -15px;
            }

        .main-timeline .timeline:nth-child(even) .timeline-year {
            right: auto;
            left: -120px;
        }

@media screen and (max-width:767px) {
    .main-timeline:before {
        /*display: none;*/
    }

    .main-timeline .timeline {
        width: 100%;
        padding-top: 80px;
        padding-right: 12px;
        margin-bottom: 20px;
    }

        .main-timeline .timeline:nth-child(even) {
            padding-left: 10px;
            padding-top: 80px;
            margin-bottom: 20px;
        }

    .main-timeline .timeline-content,
    .main-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
        background-color: #fff;
        padding-top: 25px;
    }

        .main-timeline .timeline-content:after {
            display: none;
        }

    .main-timeline .timeline-year {
        font-size: 18px;
        right: 0;
        top: -65px;
    }

        .main-timeline .timeline-year:after {
            display: none;
        }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        left: 3px;
    }
}

@media screen and (max-width:567px) {
    .main-timeline .title {
        font-size: 18px;
    }
}

/*#endregion */

/*#region pagination  */

.page {
    clear: both;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0 20px 0;
}

    .page a {
        font-size: 16px;
        display: inline-block;
        color: #003366;
        margin-right: 5px;
        border: 1px solid #ddd;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }

        .page a > i {
            margin-left: 5px;
            font-size: 20px;
        }

        .page a:hover {
            text-decoration: none;
            color: #003366;
        }

    .page .currentpage {
        font-weight: bold;
        color: #ff0000;
    }

@media all and (max-width: 768px) {
    .page a {
        font-size: 14px;
        border: 1px solid #ddd;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 30px;
    }

        .page a > i {
            margin-left: 5px;
            font-size: 16px;
        }
}

/*#endregion */

/*#region contact form JAIR.WU @ 2023-06 */

.tips {
    color: #ff0000;
    padding-left: 5px;
}

.error {
    color: #ff0000;
    height: 30px;
    padding-left: 10px;
    display: none;
}

.block-form {
    max-width: 1000px;
}

    .block-form .grid div {
        float: left;
        width: 50%;
        padding-right: 40px;
    }

        .block-form .grid div:nth-child(2n) {
            padding-right: 0px;
        }

    .block-form label {
        display: block;
        padding: 10px 0 10px 0;
        margin-top: 10px;
        font-size: 16px;
        font-weight: bold;
    }

    .block-form input[type=text] {
        width: 100%;
        border: 1px solid #ddd;
        outline: none;
    }

    .block-form input[type=button] {
        cursor: pointer;
    }

    .block-form input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .block-form input::-webkit-input-placeholder {
    }

    .block-form select {
        min-width: 160px;
    }

        .block-form select:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

    .block-form textarea {
        width: 100%;
        height: 80px;
        padding: 5px 5px;
        border: 1px solid #ddd;
        resize: vertical;
    }

        .block-form textarea:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        }

.btn-primary {
    border-radius: 2px;
    padding: 10px 20px;
    margin: 5px 0;
    font-size: 18px;
    letter-spacing: 1px;
    background: #0f52ba;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #0f52ba;
        color: #fff;
    }

    .btn-primary:active {
        background-color: #05409b;
        color: #fff;
        border-color: rgba(0,0,0,.2);
        border-top-color: rgba(0,0,0,.3);
        background-image: none;
        box-shadow: inset 0 2px 4px rgba(0,0,0,.1);
    }


#loading-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000;
    background: rgba(233, 233, 232, 0.75);
}

    #loading-mask .loading-indicator {
        width: 240px;
        padding: 20px 20px;
        background: rgba(255,255,255,1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
        border-radius: 5px;
        color: #000;
        position: fixed;
        margin-left: -140px;
        margin-top: -50px;
        left: 50%;
        font: normal 16px tahoma,arial,helvetica;
        height: auto;
    }

.block-form .prov {
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .block-form .grid div {
        width: 100%;
        padding-right: 0;
    }

    .block-form .prov {
        width: 48%;
        margin-right: 2%;
    }

    .block-form .city {
        width: 50%;
    }

    .block-form .role, .block-form .industry, .block-form .countryregion{
        width: 100%;
    }
}

/*#endregion */

@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
}

@media screen and (min-width: 1023px) {
}

@media screen and (min-width: 1367px) {
}
