body {
    color: #666666;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: url(../../../../images/common/color_blue/body.jpg)top no-repeat;
}

/*--- Ã©Å¡Â±Ã§Â§ÂÃ¦Â¬Å  ---*/

.header-sheet {
    background-color: rgba(255, 255, 255, 0.9);
    color: #444;
    border: solid 1px #7ebd5c;
}

.header-sheet a {
    color: #468b7b;
}

/*--- !Ã©Å¡Â±Ã§Â§ÂÃ¦Â¬Å  ---*/

.share .btn {
    color: #8BABAB;
}

.share .btn.facebook:hover {
    color: #93BEF2;
}

.share .btn.google:hover {
    color: #ED8585;
}

.share .btn.twitter:hover {
    color: #65C9C7;
}

.btn.back {
    color: #54A2DB;
    border: 2px solid #54A2DB;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 35px;
    padding: 12px 20px 12px 60px;
    text-align: center;
}

.btn.back span {
    background: url(../../../../images/common/color_blue/back.png)no-repeat;
    width: 20px;
    height: 9px;
    margin: 0 10px;
    position: absolute;
    left: 5px;
    top: 15px;
}

.btn.back:hover {
    background: #234561;
    border-color: #234561;
    color: #fff;
}

.btn.simple {
    background: #0877da;
    color: #fff;
    border: 1px solid #0877da;
    border-radius: 30px;
    font-weight: bold;
}

.btn.simple:hover {
    background: #fff;
    color: #0877da;
}

.btn.simple.bg2 {
    background: #234561;
    border: 1px solid #234561;
}

.btn.simple.bg2:hover {
    background: #fff;
    color: #234561;
}

.btn.normal {
    border: 1px solid #286ea5;
    background: #286ea5;
    font-weight: bold;
    color: #fff;
}

.btn.normal:hover {
    color: #286ea5;
    background: #fff;
    border: 1px solid #286ea5;
}

.share_box .share-link .btn {
    border-radius: 15px;
    border: 1px solid transparent;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #39A0CE;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box .share-link .btn.blogger, .share_box .share-link .btn.facebook, .share_box .share-link .btn.google, .share_box .share-link .btn.twitter, .share_box .share-link .btn.mail, .share_box .share-link .btn.linkedin, .share_box .share-link .btn.tumblr, .share_box .share-link .icon-ic-share-t, .share_box .share-link .btn.line, .share_box .share-link .icon-ic-share-linecall, .share_box .share-link .icon-ic-share-w, .share_box .share-link .btn.pinterest, .share_box .share-link .btn.plurk {
    color: rgba(115, 184, 220, 0.7);
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}

.site-title .logo {
    background: url(../../../../images/common/color_blue/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 340px;
    height: 90px;
}

.header-fixed .site-title .logo {
    background: url(../../../../images/common/color_blue/logo2.png) 50% 50% no-repeat;
    height: 50px;
    width: 50px;
}

.header-fixed .site-title {
    width: 100px;
}

.top-nav .language .btn {
    background: #0BA7EA;
    color: #fff;
    padding: 0 25px 0 0px;
    border-radius: 0px;
}

.top-nav .language .btn:before {
    content: '';
    display: inline-block;
    background: url(../../../../images/common/color_blue/ic_lang.png) center center no-repeat;
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

.top-nav .language ul {
    border-radius: 0px;
    background: #f0faff;
    border: solid 1px #0ba7ea;
}

.top-nav .language li+li a {
    border-top: solid 1px #BAD6CE;
}

.top-nav .language li a:hover {
    color: #fff;
    background: #0ba7ea;
}

.site-nav .menu>li>a:after {
    display: none;
}

.site-nav .menu>li:hover>a, .site-nav .menu>li.active>a {
    color: #fff;
}

.site-nav {
    background: #0f8dff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0f8dff 0%, #005bac 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f8dff 0%, #005bac 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f8dff 0%, #005bac 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.site-nav .menu>li a {
    color: #DFFFFE;
}

.site-nav .menu>li+li:before {
    background: #DFFFFE;
}

.site-nav .menu>li:hover {
    background: #022f57;
    /* Old browsers */
    background: -moz-linear-gradient(top, #022f57 1%, #03447e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #022f57 1%, #03447e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #022f57 1%, #03447e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.site-nav .menu ul {}

.site-nav .menu ul li+li {}

.site-nav .menu ul li a {
    margin-bottom: 2px;
    color: #fff;
    background-color: rgba(10, 122, 223, 0.81);
}

.site-nav .menu ul li a:hover, .site-nav .menu ul li.active>a {
    background: #7bd65f;
}

.site-header {}

.site-header .search-box .form-control {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #7E7E7E;
}

.site-header .search-box .form-control:focus {
    background: #fff;
    border-color: #0ba7ea;
    color: #000000;
}

.search-box:after {
    color: #BEC7C1;
}

.search-box:hover:after {
    color: #0979de;
}

.header-fixed .site-nav {
    background: none;
    margin: 0px 0 0 30px;
    padding: 0;
}

.header-fixed .site-nav .menu>li>a {
    padding: 15px 10px;
}

.site-header {}

/* .header-fixed .site-title:before {
    content: '';
    width: 160px;
    height: 64px;
    background: #fff;
    position: absolute;
    top: -10px;
    margin: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
    left: -5px;
} */

.header-fixed .site-header {
    background: #0f8dff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0f8dff 0%, #005bac 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f8dff 0%, #005bac 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f8dff 0%, #005bac 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.banner button.slick-arrow {
    background: url(../../../../images/common/color_blue/index/arrow2.png) 0 0 no-repeat;
    width: 19px;
    height: 39px;
    position: absolute;
    top: 50%;
    margin-top: -19.5px;
    white-space: nowrap;
    text-indent: 100%;
    text-align: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0px;
    border: none;
    z-index: 9;
    transition: all .3s ease;
    cursor: pointer;
}

.banner button.slick-arrow:before {
    content: '';
    background: url(../../../../images/common/color_blue/index/arrow.png) 0 0 no-repeat;
    width: 19px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 10;
    transition: all .3s ease;
}

.main-title span:before {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0px 6px;
    display: block;
    position: absolute;
    right: 0;
    left: 0px;
    top: -20px;
    margin: 0px auto;
    border-color: #000000 transparent transparent transparent;
}

.main-title span {
    color: #000;
}

.content-top {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 46%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-title2:before {
    background: rgb(2, 47, 87);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(2, 47, 87, 1) 0%, rgba(3, 68, 126, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(2, 47, 87, 1) 0%, rgba(3, 68, 126, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(2, 47, 87, 1) 0%, rgba(3, 68, 126, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.content-title2 {
    color: #333333;
    margin-bottom: 10px;
}

.content-title2:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: rgb(7, 116, 213);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(7, 116, 213, 1) 1%, rgba(139, 233, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(7, 116, 213, 1) 1%, rgba(139, 233, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(7, 116, 213, 1) 1%, rgba(139, 233, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.breadcrumb {
    color: #000000;
}

.breadcrumb li+li:before {
    color: #525252;
}

.breadcrumb li:last-child a {
    color: #0071BB;
}

.breadcrumb li a:hover {
    color: #0e873a;
}

.content-top .breadcrumb {
    color: #BABABA;
}

.side-title {
    font-size: 21px;
    padding-top: 25px;
    color: #ffffff;
    background: url(../../../../images/common/color_blue/side_title_bg.png);
    text-align: center;
    padding-bottom: 38px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 3px;
    position: relative;
}

.side-title:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0px 6px;
    display: block;
    position: absolute;
    right: 0;
    left: 0px;
    margin: 5px auto;
    border-color: #73FFDC transparent transparent transparent;
}

.side {
    background: rgb(193, 230, 244);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(193, 230, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(193, 230, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(193, 230, 244, 1) 0%, rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.side-nav li a {
    color: #444444;
}

.side-nav>li>a {
    line-height: 1.4;
    border-radius: 60px;
    color: #000000;
    font-weight: bold;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(2, 54, 10, 0.31);
}

.side-nav>li>a:before {
    background: #0E7AD7;
    color: #fff;
}

.side-nav>li>a:hover, .side-nav>li.active>a {
    color: #fff;
    box-shadow: none;
    background: rgb(7, 116, 213);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(7, 116, 213, 1) 0%, rgba(139, 233, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(7, 116, 213, 1) 0%, rgba(139, 233, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(7, 116, 213, 1) 0%, rgba(139, 233, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.side-nav>li>a:hover:before, .side-nav>li.active>a:before {
    background-color: #ffffff;
    color: #0E7AD7;
}

.side-nav ul li a:before {
    background: #2DB200;
}

.side-nav ul li a:hover, .side-nav ul li.active>a {
    color: #2CB200;
}

.side-nav ul ul {
    border-width: 1px 0;
    border: 1px dashed #ddd;
}

.side-nav ul ul li a {
    color: #7ac71b;
}

.side-nav ul ul li a:before {
    border-radius: 50%;
    background: #3d9bc1;
}

.side-nav ul ul li a:hover, .side-nav ul ul li.active>a {
    color: #3d9bc1;
    padding-left: 30px;
}

.site-map {
    background: #1592d0;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1592d0 0%, #4aaea5 49%, #9aca58 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1592d0 0%, #4aaea5 49%, #9aca58 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1592d0 0%, #4aaea5 49%, #9aca58 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.footer-top .info, .footer-bottom {
    background: #EFEFEF;
}

.site-map ul li a {
    color: #FFFFFF;
}

.site-map ul li a:hover {
    color: #FFFF7F;
}

.footer-top .tel {
    color: #46A014;
}

.ibtn.fb-fans-page {
    background-image: url('../../../../images/tw/fb_page.png');
    width: 200px;
    height: 110px;
}

.footer-top .tel:before {
    content: '';
    display: inline-block;
    background: url(../../../../images/common/color_blue/ic_tel.png);
    width: 29px;
    height: 25px;
    vertical-align: middle;
    margin-top: -10px;
    margin-right: 15px;
}

.footer-top .info .txt li span+span {
    border-left: 1px solid #567057;
}

.footer-top .info .txt li span {
    color: #557057;
}

.footer-bottom {
    color: #8e8e8e;
}

.floating .ibtn.gotop {
    background: url(../../../../images/common/color_blue/gotop.png) 0 0 no-repeat;
    width: 43px;
    height: 62px;
}

.floating .ibtn.gotop:hover {
    background: url(../../../../images/common/color_blue/gotop.png) 0 100% no-repeat;
}

.pagination li a {
    color: #9C9D88;
    border: 1px solid #CCCCCC;
    background: #fff;
}

.pagination li a:hover, .pagination li.active a {
    background: #EEEEEE;
    color: #1f85e0;
}

.pagination li a.controls {
    color: #0774d6;
    border: 1px solid #CCCCCC;
}

.pagination li a.controls:hover {
    background: #EEEEEE;
}

.page-info .form-control {
    border: 1px solid #ddd;
}

.page-info .form-control:focus {
    border-color: #066fce;
}

.reminder {
    color: #666666;
}

.form-control {
    border: 1px solid #CCCCCC;
}

.form-control:focus {
    border-color: #67cbf2;
}

.search_select {
    background: #fbfbfb;
    border: 1px solid #cccccc;
    height: 34px;
    padding: 0 10px;
}

.search_select:focus {
    outline: none;
    border: 1px solid #95c721;
}

.line2 {
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
}

.required:after {
    background: #2facd8;
}

.form-box .required:after {
    background: #2facd8;
}

.form-box .captcha a {
    color: #80CAA5;
}

.form-box .captcha a:hover {
    color: #ccc;
}

.form-box .captcha a .ic {
    color: #70AC92;
}

.form-box .captcha a:hover .ic {
    color: #B8B9AA;
}

.success-msg {
    color: #1F1F1F;
}

.success-msg .ic {
    border-radius: 50%;
    background: #38bfec;
    color: #fff;
}

.no-svg .success-msg {
    background-image: url('../../../../images/common/color_blue/success_ic.png');
}

.success-txt {
    color: #666666;
}

.success-txt strong {
    color: #444;
}

.success-txt a {
    color: #E51A6C;
}

body .fancybox-close {
    background: url(../../../../images/common/color_blue/album/close.png) no-repeat;
    width: 47px;
    height: 47px;
    right: 15px;
    top: -19px;
}

.no-svg body .fancybox-close {
    background-image: url(../../../../images/common/color_blue/album/close.png);
}

body .fancybox-skin {
    background: #fff;
    border: 5px solid #72B1AA;
}

body .fancybox-inner {
    background: #F2FAF6;
}

.login-box .lightbox-title {
    color: #5FA386;
}

.login-box .lightbox-title span {
    border: 2px solid #CBE0D8;
}

.mmenu-show #mobile-fixed li, .mmenu-show #mobile-search, .mmenu-show #member-box li a, .mmenu-show #lang-box li a {
    background: #0181c9;
}

.mmenu-show #member-box li, .mmenu-show #language-box li {
    background: #269cdf;
    border-color: #69c8fd;
}

.mmenu-show #member-box li, .mmenu-show #language-box li a:hover {
    background: #0181c9;
}

.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}

.mmenu-show #mobile-fixed ul, .mmenu-show #member-box li, .mmenu-show #lang-box li {
    border-bottom-color: #32a1e0;
}

.mmenu-show #mobile-menu .language-menu {
    background: #0181c9;
    color: #fff;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #32a1e0;
}

.mmenu-show #mobile-menu .menu li a:hover, .mmenu-show #mobile-menu .menu li.active>a, .mmenu-show #lang-box .menu li a:hover, .mmenu-show #lang-box .menu li.active>a {
    color: #32a1e0;
}

@media screen and (max-width: 1000px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: 283px;
        height: 75px;
    }
    .floating .ibtn.gotop {
        background: url(../../../../images/common/color_blue/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .floating .ibtn.gotop:hover {
        background: url(../../../../images/common/color_blue/mobile_gotop.png) 50% 50% no-repeat;
    }
    .footer-top .info .txt li span+span {
        border: none;
    }
}

/*---- AREA -----*/

/*album*/

.album-list li .box .name {
    background: #2498D0;
}

.album-list li .box .name a {
    color: #FFFFFF;
}

.fancybox-title .photo-intro {
    color: #666666;
}

.fancybox-title .photo-title {
    color: #000000;
}

.fancybox-nav span {
    background-image: url('../../../../images/common/color_blue/album/lightbox_arrow.png')!important;
}

body .fancybox-skin {
    background: #fff;
    border: solid 1px #8cabdd;
}

.photo-pager b {
    color: #ffffff;
}

.photo-pager span {
    background: #0096d9;
    color: #9ad2eb;
}

/*article*/

.article-index-txt {
    background: #fff;
}

.article-list .date {
    color: rgba(213, 232, 242, .7);
}

.article-list .date small {
    color: #008C8C;
}

.article-list .name a {
    color: #111111;
}

.article-list .description a {
    color: #666666;
}

.article-list .box .more:before {
    background: #0a7be1;
}

.article-list .box .more {
    color: #0a7be1;
}

.article-header .date {
    color: rgba(213, 232, 242, .7);
}

.article-header .date small {
    color: #008C8C;
}

.article-header .title {
    color: #111111;
}

.keyword_box {
    color: #6C6C6C;
}

.share_box.article {
    text-align: left;
}

.keyword_box .keyword_txt {
    color: #55a928;
}

.keyword_box ul li>a {
    color: #4ab412;
}

.article-share .share_box {
    text-align: left;
}

.article-share .fb, .article-share .keyword_box {
    text-align: left !important;
}

.keyword_box ul li>a:hover {
    color: #0c7f09
}

@media screen and (max-width: 767px) {
    .article-list .item {
        border-bottom: 1px dashed #ddd;
    }
}

/*branch*/

.branch-list .pic:before {
    background: rgba(255, 255, 255, 0.3);
}

.branch-list .box:hover .pic:before {
    opacity: 1;
}

.branch-list .txt {
    color: #666666;
    background: #fff;
}

.branch-list .txt:before {
    content: '';
    position: absolute;
    left: -3px;
    right: -8px;
    top: 0;
    bottom: -10px;
    background: url(../../../../images/common/color_blue/branch/shadow.png);
    background-size: 100% 100%;
    z-index: -1;
    opacity: 0;
    transition: all .3s ease;
}

.branch-list .item:hover .txt:before {
    opacity: 1;
}

.branch-list .name {
    color: #03539b;
}

.branch-list .detail {
    color: rgba(102, 102, 102, 0.7);
}

.branch-list .url {
    color: #888;
}

.branch-list .btn:hover {
    color: #fff;
}

.branch-list .btn.detail {
    border: solid 1px #B5B5B5;
    color: #777777;
}

.branch-list .btn.detail .ic {
    color: #888888;
}

.branch-list .btn.detail1:hover {
    background: #066fcd;
    border-color: #066fcd;
    color: #FFFFFF;
}

.branch-list .btn.detail:hover .ic {
    color: #cde2f5;
}

.branch-list .btn.detail2:hover {
    background: #44b9c0;
    border-color: #44b9c0;
    color: #FFFFFF;
}

/*download*/

.download-list .pic {
    background: #cee1eb;
}

.ic-download {
    background: #cee1eb url(../../../../images/common/color_blue/download/ic.png) center center no-repeat;
}

.download-list .box:hover .ic-download {
    background-color: #0d86f3;
}

.download-list .box:hover .name {
    color: #004888;
}

/*faq*/

.faq-question {
    color: #444444;
    background: #fff;
}

.faq-item.active .faq-question>span, .faq-item:hover .faq-question>span {
    color: #2183c4;
}

.faq-question .icon {
    border: solid 3px #E5E5E5;
    background: #fff;
}

.faq-item.active .faq-question .icon, .faq-item:hover .faq-question .icon {
    border: solid 3px #69bcf3;
}

.faq-question .icon span {
    background: -webkit-linear-gradient(top, #0466be 0, #5dc8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-item.active .faq-question .icon span, .faq-item:hover .faq-question .icon span {
    background: -webkit-linear-gradient(top, #0466be 0, #5dc8b8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-answer {
    color: #444444;
}

.faq-answer .editor {
    background: #fff;
}

/*links*/

.links-list .pic>a:before {
    background: #E9E9E9;
}

.links-list .pic>a:after {
    background: -moz-linear-gradient(left, #0774d5 0%, #4fcab2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0774d5 0%, #4fcab2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0774d5 0%, #4fcab2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.links-list .name a {
    color: #5F5F5F;
    color: #525252;
}

.links-list .box:hover .name a {
    color: #9B9B9B;
}

.links-list .url {
    color: #888;
}

/*message*/

.form-control {
    background: #FBFBFB;
}

.go-msg {
    color: #000000;
    border: 1px solid rgb(6, 110, 203);
}

.go-msg:hover {
    background: #3790e0;
    color: #066ecb;
}

.go-msg-box .go-msg:hover {
    color: #ffffff;
}

.go-msg .ic {
    background: #066ecb url(../../../../images/common/color_blue/message/ic.png) center center no-repeat;
}

.message-question {
    background: #fff;
}

.message-item {
    box-shadow: none !important;
    border: 1px solid #9adef7;
}

.message-item.active {
    background: #2babda
}

.message-item .ic {
    color: #0a7ce4;
}

.message-item .message-question .message-from {
    color: #FCFCFC;
    background: #2babda;
}

.message-item .message-question .message-from:before {
    content: '';
    display: inline-block;
    background: url(../../../../images/common/color_blue/message/name_1.png);
    width: 27px;
    height: 30px;
    position: absolute;
    left: -27px;
    top: 0;
}

.message-item .message-question .message-from:after {
    content: '';
    display: inline-block;
    background: url(../../../../images/common/color_blue/message/name_2.png);
    width: 27px;
    height: 30px;
    position: absolute;
    right: -27px;
    top: 0;
}

.message-question:before {
    color: #2babda;
}

.message-question .title {
    color: #222222;
}

.message-answer {
    background: #f2f9fb;
    color: #222;
}

.message-answer b {
    color: #0c84ef;
}

#message-sect .go-msg {
    background: #fff;
}

#message-sect .form-wrap {
    border: 1px dotted #85b7e3;
    background: url(../../../../images/common/color_blue/message/bg.png) 50% 100% no-repeat;
}

/*news*/

.news-list .pic a:before {
    background: -moz-linear-gradient(-45deg, rgba(162, 216, 217, 0.65) 0%, rgba(66, 130, 179, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(162, 216, 217, 0.65) 0%, rgba(66, 130, 179, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(162, 216, 217, 0.65) 0%, rgba(66, 130, 179, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffff00', endColorstr='#a6237028', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.news-list .pic a:after {
    background-image: url(../../../../images/common/color_blue/news/more.png);
    background-repeat: no-repeat;
    background-position: 92% 92%;
}

.news-list .box:hover .txt {
    background: #F2FAF6;
}

.news-list .date {
    font-size: 76px;
    color: rgba(213, 232, 242, .7);
}

.news-list .date small {
    font-size: 15px;
    color: #008C8C;
    top: 50%;
    left: 0;
    right: 0;
}

.news-list .name a {
    color: #000;
}

.news-list .box:hover .name a {
    color: #0373AF;
}

.news-list .description a {
    color: #666666;
}

.news-header .date {
    color: rgba(213, 232, 242, .7);
    font-size: 76px;
    left: 0;
    top: -8px;
}

.news-header .date small {
    color: #008C8C;
    top: 50%;
    left: 0;
    right: 0;
}

.news-header .title {
    color: #111111;
}

@media screen and (max-width: 1000px) {
    .news-list .item {
        border: none;
        border-bottom: solid 1px #ddd;
    }
}

/*products*/

.products-list .item.new:before {
    background: #2bacdb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2bacdb 0%, #7ae2c1 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2bacdb 0%, #7ae2c1 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2bacdb 0%, #7ae2c1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 3px 5px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    color: #fcfcfc;
    margin: 10px;
    left: 0px;
}

.products-list .item {
    position: relative;
}

.products-list .pic-box .btn {
    background: #5AA59A;
}

.products-list .pic-box .btn:hover {
    background: #B8B9AA;
}

.products-list .pic-box .btn i {
    color: #fff;
}

.products-list .txt {
    padding: 10px;
    width: 90%;
    margin: -35px 5% 0;
}

.products-list .name {
    color: #fff;
}

.products-list .box .txt:before {
    background: rgb(148, 185, 36);
    opacity: 1 !important;
}

.products-list .box:hover .txt:before {
    background: rgba(148, 185, 36, .85) !important;
}

.products-list .box:hover .name a {
    color: #fff;
}

.products-list .description a {
    color: #000;
}

.products-list .box:hover .description a {
    color: #000000;
}

.products-list .more {
    border: 2px solid #ACD2CD;
    color: #59A599;
}

.products-list .box:hover .more {
    color: #B8B9AA;
    border: 2px solid #B8B9AA;
}

.products-list .offers {
    color: #DA6994;
}

.thumbnails li a:before {
    background: rgba(255, 255, 255, 0.5) url('../../../../images/common/color_blue/products/hover.png') 50% 0% no-repeat;
}

.thumbnails:before {
    background: url('../../../../images/common/color_blue/products/line.png') 50% 0% no-repeat;
}

.thumbnails:after {
    background: url('../../../../images/common/color_blue/products/line.png') 50% 0% no-repeat;
}

.pd-intro .pd-id {
    color: #aaa;
}

.pd-intro .pd-name {
    color: #262626;
}

.pd-info {
    color: #444444;
    background: #f9f9f9;
}

.pd-info b {
    color: #DA6994;
}

.products-detail .title span b {
    color: #0874d5;
}

.products-detail .title {
    color: #000000;
}

.products-detail .title:after {
    background: rgb(7, 116, 213);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(7, 116, 213, 1) 1%, rgba(139, 233, 243, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(7, 116, 213, 1) 1%, rgba(139, 233, 243, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(7, 116, 213, 1) 1%, rgba(139, 233, 243, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.products-detail .title span {
    background: #fff;
}

.sort_box .form-control {
    background: #ffffff;
    color: #252525;
    border: 1px solid #8fbae1;
    border-radius: 0px;
}

.sort_box .form-control:focus {
    outline: none;
    border: 1px solid #7bd44c;
}

.sort_icon .ibtn.one {
    background-image: url(../../../../images/common/color_blue/products/sort_pic3.png);
}

.sort_icon .ibtn.two {
    background-image: url(../../../../images/common/color_blue/products/sort_pic1.png);
}

.sort_icon .ibtn.four {
    background-image: url(../../../../images/common/color_blue/products/sort_pic2.png);
}

@media screen and (max-width: 1300px) {
    .products-list .item.new:before {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .products-list .box .name a {
        color: #fff;
    }
}

/*video*/

.video-list .pic {
    background: #FFFFFF;
    border: solid 1px #EEEEEE;
}

.video-list .box:hover .pic {
    border-color: #008bde
}

.video-list .box:hover .ic .path1:before {
    color: #008bde;
}

.video-list .name a {
    color: #1F1F26;
}

.video-list .box:hover .name a {
    color: #008bde;
}

.video-list .description a {
    color: #666666;
}

.video-header .title {
    color: #111111;
}

@media screen and (max-width: 767px) {
    .video-list .item {
        border-bottom: 1px dashed #ddd;
    }
}

/*HTML*/

.contact-info-list li:before {
    background: #57c6bc;
    color: #fff;
}

.terms-editor .title {
    font-size: 16px;
    color: #0262b8;
    margin: 0px;
    padding-top: 5px;
}

.terms-editor p {
    margin-top: 0px;
}