    @charset "utf-8";
    /*------------ basic ------------*/

    body {
        color: #000;
        background: url(../../../../images/common/color_blue/body.jpg)top no-repeat #fff;
    }

    body:before {
        content: '';
        width: 100%;
        height: 10px;
        z-index: 99;
        top: 0;
        display: block;
        background: #00dcfb;
        background: -moz-linear-gradient(left, #00dcfb 0%, #1a509d 100%);
        background: -webkit-linear-gradient(left, #00dcfb 0%, #1a509d 100%);
        background: linear-gradient(to right, #00dcfb 0%, #1a509d 100%);
    }

    body.header-fixed:before {
        display: none;
    }

    .wrapper:before {
        content: '';
        width: 100%;
        height: 160px;
        background: #fff;
        display: block;
        position: absolute;
        border-bottom: 4px solid #ddd;
    }
    /*------------ / basic ------------*/
    /*------------ btn ------------*/
    /*-----back-btn-----*/

    .btn.back {
        background: #005dad;
        /* Old browsers */
        background: -moz-linear-gradient(left, #005dad 0%, #0077b7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #005dad 0%, #0077b7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #005dad 0%, #0077b7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        color: #fff;
        border-radius: 0;
        height: 40px;
        line-height: 40px;
    }

    .btn.back i {
        color: #fff;
        top: 12px;
    }

    .btn.back:hover {
        background: #005dad;
        /* Old browsers */
        background: -moz-linear-gradient(left, #005dad 0%, #7ed0da 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #005dad 0%, #7ed0da 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #005dad 0%, #7ed0da 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    /*-----style01-btn-----*/

    .ibtn.fb-fans-page {
        background-image: url(../../../../images/tw/fb_page_bl.png);
        width: 200px;
        height: 110px;
    }

    .btn.style01 {
        color: #7B5A42;
        background: #fff;
    }

    .btn.style01 i {
        background: #BC7C58;
        color: #fff;
    }

    .btn.general i {
        background: #4e4e4e;
    }

    .btn.cold i {
        background: #42b354;
    }

    .btn.freezing i {
        background: #68a0da;
    }

    .btn.style01:hover {
        background: #7B5A42;
        color: #fff;
    }

    .btn.style01:hover i {
        background: #000000;
    }

    .btn.style01.bg2 {
        color: #777777;
        background: rgba(255, 255, 255, .5);
    }

    .btn.style01.bg2 i {
        background: #CCCCCC;
    }

    .btn.style01.bg2:hover i {
        background: #777777;
    }
    /*-----style02-btn-----*/

    .btn.style02 {
        border: 1px solid #C3C5B5;
        background: #DCDDD5;
    }

    .btn.style02:hover {
        color: #fff;
        background: #686859;
    }

    .btn.style02.bg2 {
        color: #fff;
        border: 1px solid #C3C5B5;
        background: #686859;
    }

    .btn.style02.bg2:hover {
        background: #000;
    }
    /*-----style03-btn-----*/

    .btn.style03,
    .btn.style04 {
        color: #ffffff;
        background: #005dad;
        /* Old browsers */
        background: -moz-linear-gradient(left, #005dad 0%, #0077b7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #005dad 0%, #0077b7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #005dad 0%, #0077b7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-radius: 0;
    }

    .btn.style03:hover,
    .btn.style04:hover {
        background: #005dad;
        /* Old browsers */
        background: -moz-linear-gradient(left, #005dad 0%, #7ed0da 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #005dad 0%, #7ed0da 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #005dad 0%, #7ed0da 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .btn.style03.arrowL:before {
        background: url(../../../../images/common/color_blue/btn.png)no-repeat;
    }

    .btn.style03:after {
        background: url(../../../../images/common/color_blue/btn.png)100% 0% no-repeat;
    }
    /*---- btn-box ----*/

    .btn-box:before {
        background: url(../../../../images/common/color_blue/line.png)repeat-x;
    }

    .btn-box.has-border {
        border-top: 1px dashed #666666;
    }
    /*------------ / btn ------------*/
    /*------------ site_header ------------*/

    .site-title .logo {
        background: url(../../../../images/common/color_blue/logo.png) 50% 50% no-repeat;
        background-size: contain;
        width: 301px;
        height: 76px;
        margin-left: 10px;
        z-index: 9;
    }

    .site-title {
        margin: 15px 0;
    }

    .header-fixed .site-title .logo {
        margin-left: 0px;
    }

    .header-fixed .site-title .logo:before {
        content: '';
        width: 200px;
        /*background: #fff;*/
        height: 51px;
        display: block;
        position: absolute;
        z-index: -1;
    }


    .header-fixed .site-nav {
        padding: 0px;
    }

    .header-fixed .site-title {
        top: 0px;
    }

    .header-fixed .site-title:after {
        width: 210px;
        height: 82px;
    }
    /*------------top-nav ------------*/

    .top-nav>ul>li {
        color: #000000;
        margin-left: 13px;
    }

    .top-nav ul>li>i {
        color: #E0AC72;
    }

    .top-nav ul>li>a:hover {
        color: #5A2100;
    }
    /*---- language ----*/

    .language {
        border: 1px solid #cbcbcb;
        color: #156cb0;
        border-radius: 0;
    }

    .language .btn:before {
        background: url(../../../../images/common/color_blue/lang.svg)no-repeat;
        color: #156cb0;
    }

    .language ul {
        background: #ffffff;
        border: 1px solid #156cb0;
        width: 100%;
        left: 43%;
    }

    .language .btn i {
        color: #156cb0;
    }

    .language ul li {
        color: #000;
    }

    .language ul li a:hover {
        background: #37beec;
        color: #fff;
    }
    /*---- search-box ----*/

    .search-box:after {
        content: "\e1008";
        color: #002970;
        top: 10px;
    }

    .search-box:hover:after {
        color: #87cff1;
    }

    .site-header .search-box .form-control {
        color: #fff !important;
        background: #26A8E6;
        height: 35px;
        line-height: 35px;
    }

    .site-header .search-box .ibtn.search {}

    .site-header .search-box:hover a {
        color: #fff;
    }

    .site-header .search-box .form-control::-webkit-input-placeholder {
        color: #fff;
    }

    .site-header .search-box .form-control:focus::-webkit-input-placeholder {
        color: #fff;
    }

    .site-header .search-box .form-control::-moz-placeholder {
        color: transparent;
    }

    .site-header .search-box .form-control:focus::-moz-placeholder {
        color: #fff;
    }

    .site-header .search-box .form-control::-ms-input-placeholder {
        color: transparent;
    }

    .site-header .search-box .form-control:focus::-ms-input-placeholder {
        color: #fff;
    }

    .site-header .search-box .form-control::-moz-placeholder {
        color: transparent;
    }

    .site-header .search-box .form-control:focus::-moz-placeholder {
        color: #fff;
    }
    /*------------func-menu ------------*/

    .func-menu .cart i {
        color: #A86846;
    }

    .top-nav .func-menu .cart a:hover {
        color: #fff;
    }

    .func-menu .cart:hover i {
        color: #5A2100;
    }

    .func-menu>li>a {
        color: #AC8F61;
    }

    .func-menu>li>a:hover p {
        color: #4F3524;
    }

    .func-menu .sum {
        color: #fff;
    }

    .func-menu a:hover .sum {
        color: #fff;
    }
    /*------------site-nav ------------*/

    .site-nav {
        border-radius: 0px;
        background: #fff;
    }

    .site-nav .menu>li>a {
        color: #2A2A2A;
    }

    .site-nav .menu>li:hover>a {
        color: #0581C2;
    }

    .site-nav .menu li ul ul {
        color: #fff;
    }

    .site-nav .menu ul li a {
        color: #000;
        font-weight: bold;
    }

    .site-nav .menu ul li a:hover,
    .site-nav .menu ul ul li a:hover {
        color: #139AC7;
    }

    .site-nav .menu ul li ul li a {
        color: #777;
        font-weight: normal;
    }

    .site-nav .menu .menu-inn {
        background: rgba(255, 255, 255, 0.9);
        border-radius: 0px;
    }
    /*------------share------------*/

    .share {
        color: #7C7D6A;
    }


    .share .btn {
        border-radius: 5px;
        color: #fff;
        background: #37BEEC;
    }

    .share li:hover .btn {
        background-color: #51D5CE;
    }



    .share_box .share-link .btn,
    .share_box .share-link .icon-ic-share-linecall,
    .share_box .share-link .icon-ic-share-w {
        color: #a1d7f0;
    }
    /*------------ / site_header ------------*/

    .header-fixed .top-nav>ul {
        background: #E9D7C1;
    }


    .header-fixed .site-header .func-menu {
        background: #222;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    }
    /*------------ / banner ------------*/
    /*------------ site_main ------------*/

    .main-top {
        border-bottom: 1px dashed #575748;
    }


    .main-title {
        color: #000000;
    }


    .main-title span {
        color: #7B5A42;
    }

    .content-top {
        background: rgba(255, 255, 255, .4);
        border-radius: 15px;
    }

    .has-side .content {}

    .main-title {
        color: #444;
    }

    .main-title:before {
        background: url(../../../../images/common/color_blue/main-tit.png)no-repeat;
        width: 12px;
        height: 20px;
    }

    .search-hashtag {
        color: #FF410C;
    }
    /*------------ / site_main ------------*/
    /*------------ site_footer ------------*/

    .footer-top.news {
        padding-bottom: 100px;
        padding-top: 100px;
        background: #fff;
    }

    .footer-top {
        background: #0559a5;
        /* Old browsers */
        background: -moz-linear-gradient(left, #0559a5 0%, #1186b5 72%, #0e8da9 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0559a5 0%, #1186b5 72%, #0e8da9 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0559a5 0%, #1186b5 72%, #0e8da9 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

    .footer-txt {
        color: #000;
        background: #F7F7F7;
    }

    .footer-txt .tel {
        color: #000;
        line-height: inherit;
        padding: 2px 0;
    }

    .site-footer .title {
        color: #ffffff;
        display: none;
    }

    .site-map-box {
        color: #535353;
    }

    .site-map ul {
        color: #C1E3FF;
        letter-spacing:0px;
    }


    .site-map ul a:hover {
        color: #fff;
    }

    .site-footer .site-info {
        color: #000;
        padding: 35px;
        position: relative;
    }

    .site-footer .site-info p {
        display: inline-block;
        font-size: 14px;
        margin: 0 10px 0 0px;
        padding: 0;
    }

    .site-footer .site-info p+p:before {
        content: '';
        border-left: 1px solid #2799cf;
        padding: 0px;
        margin-right: 15px;
    }

    .footer-txt .fax {
        border-right: none;
    }

    .site-footer .follow p {
        color: #ffffff;
    }
    /*------------ / site_footer ------------*/
    /*------------ floating ------------*/

    .fb {
        background: url('../../images/common/color_blue/fb.png');
    }


    .gotop {
        background: url(../../../../images/common/color_blue/top.png)no-repeat;
        width: 75px;
        height: 38px;
    }

    .gotop:hover {
        background-position: 0 100%;
    }
    /*------------ / floating ------------*/
    /*------------ breadcrumb ------------*/

    .breadcrumb {
        color: #000;
    }


    .breadcrumb li a:hover {
        color: #26a8e6;
    }

    .content-breadcrumb-box:before {
        background: #02d2f4;
    }

    .content-breadcrumb-box .breadcrumb {
        color: #000000;
    }
    /*------------ / breadcrumb ------------*/
    /*------------ side ------------*/

    .side .title {
        background: url(../../../../images/common/color_blue/menu-bg.png)center no-repeat;
        text-align: left;
        line-height: 70px;
    }

    .side .title b {
        color: #fff;
        padding-left: 20px;
        letter-spacing: 1px;
    }

    .side-nav-top {
        border-bottom: 1px dashed #888;
    }

    .side-nav-top li a {
        color: #000000;
        background: #debaa6;
    }

    .side-nav-top>li>a:hover,
    .side-nav-top>li.active>a {
        background: #787969;
        color: #fff;
    }

    .side-nav.has-bg {
        background: url('../../images/common/color_blue/side_bg.png') no-repeat center bottom;
    }

    .mmenu-show #mobile-menu .side-nav>li,
    .mmenu-show #mobile-menu .content-nav>li {
        background: #ffffff54;
    }

    .side-nav>li>a:before {
         color: #26a8e6;
    }

    .side-nav>li>a:hover:before,
    .side-nav>li.active>a:before {
        color: #fff;
    }

    .side-nav>li>a {
        background: #fff;
        color: #2A2A2A;
        box-shadow: 0 0 5px rgba(6, 190, 231, .2);
        transition: all .3s;
        border-radius: 6px;
        ;
        border: 1px solid #D3E5F2;
    }

    .side-nav>li>a:hover,
    .side-nav>li.active>a {
        color: #fff;
        background: #005DAD;
        transition: all .3s
    }



    .side-nav ul {
        color: #26a8e6;
    }

    .side-nav ul li a:hover,
    .side-nav ul>li.active>a {
        color: #005dad;
    }

    .side-nav ul li a:hover:before,
    .side-nav ul>li.active>a:before {
        color: #52eaff;
    }
    /*------------ / side ------------*/
    /*------------ pagination ------------*/

    .pagination li a {
        color: #000000;
    }

    .pagination li a:hover,
    .pagination li.active a {
        color: #26a8e6;
        border-color: #26a8e6;
    }

    .pagination li a.controls {
        background: #26a8e6;
    }

    .pagination li a.controls:hover {
        background: #0476a0;
        color: #fff;
    }

    .pagination li a.prev {
        color: #fff;
    }

    .pagination li a.next {
        color: #fff;
    }

    .page-info .form-control {
        color: #000;
    }

    .page-info .form-control:focus {
        border-color: #0061ae;
    }
    /*------------ / pagination ------------*/
    /*------------ had-bg ------------*/

    .has-bg {
        background: rgba(244, 244, 244, 0.7);
        border-radius: 0px !important;
    }

    .has-img:before {
        background: #686859;
        color: #fff;
        display: none;
    }
    /*------------ / had-bg ------------*/
    /*------------ form ------------*/
    /*-----reminder-----*/

    .reminder {
        color: #000;
    }

    .reminder strong {
        color: #000000;
    }

    .reminder strong:before {
        color: #44a6d5;
    }

    .reminder b:before {
        background: #b0e1f8;
        border: 2px solid #26a8e6;
    }
    /*-----qty-box-----*/

    .form-control {
        color: #3e3e3e;
        border: 1px solid #26a8e6;
        background: #ffffff;
    }

    .form-control:focus {
        border-color: #a0e1ec;
    }

    .search_select {
        background: #f2d8bf;
        border: 1px solid #f2d8bf;
        height: 34px;
        padding: 0 10px;
        color: #000000;
        border-radius: 5px;
    }

    .search_select:focus {
        outline: none;
        background: #fff;
    }
    /*-----form-static-control-----*/

    .static-control {
        color: #333333;
    }
    /*-----form-wrap-----*/

    .form-box {
        background: #fff;
    }
    /*-----form-required-----*/

    .form-box .required:before {
        background: #b0e1f8;
        border: 2px solid #26a8e6;
    }
    /*----- captcha -----*/

    .form-box .captcha a i {
        color: #777777;
    }

    .form-box .captcha a:hover i {
        color: #A57038;
    }
    /*----- name -----*/

    .form-box .tips {
        color: #AC8D5F;
    }
    /*----- input-group -----*/
    /*----- radio + checkbox -----*/

    .form-radio:before {
        background-image: url('../../../../images/common/color_blue/form_radio.png');
        margin: 0 3px 4px 0;
    }

    .form-checkbox:before {
        background-image: url('../../../../images/common/color_blue/form_checkbox.png');
    }

    .form-radio.checked:before,
    .form-checkbox.checked:before {
        background-position: 0 100%;
    }
    /*-----success-box-----*/

    .success-box .msg {
        color: #629bc2;
    }

    .success-box .msg b:before {
        background: url(../../../../../images/common/color_blue/contact/bb.png)no-repeat center;
    }

    .success-box .msg b {
        color: #005dad;
        font-weight: bold;
    }

    .success-box small {
        color: #000000;
    }

    .success-box .btn.style04 {
        background: #26a8e6;
        color: #fff;
    }

    .success-box .btn.style04:hover {
        background: #1a509d;
    }
    /*------------ / form ------------*/
    /*------------ table ------------*/

    .table-h td {
        color: #847971;
    }

    .table-h .btn-holder a:hover {
        color: #000000;
    }

    .table-h thead th {
        color: #847971;
    }

    .table-h tfoot tr {
        color: #555;
    }

    .table-h tbody tr {
        border-top: 1px dashed #666666;
    }

    .table-h tfoot td {
        color: #545454;
    }


    .table-h tfoot tr:last-child td {
        color: #D51A23;
    }

    .table tfoot td .cart-rate {
        color: #545454;
    }

    .table-h .pd-id {
        color: #AC8F61;
    }

    .table-h .pd-name {
        color: #000000;
        border-bottom: 2px solid transparent;
    }

    .table-h a:hover .pd-name {
        color: #5A2100;
    }

    .table .ic-delete {
        color: #999999;
    }

    .table .ic-delete:hover {
        color: #BA7F5F;
    }

    .table td span {
        color: #CAAB6C;
    }
    /*-----table-v-----*/

    .table-v tr+tr {
        border-top: 1px dashed #666;
    }

    .table-v th {
        color: #666666;
    }

    .table-v th:after {
        background: #D3B085;
    }

    .table-v strong {
        color: #5A2100;
    }
    /*------------ / table ------------*/
    /*------------ lightbox ------------*/

    body .fancybox-close {
        color: #FFFFFF;
        background: #999999;
    }

    body .fancybox-close:hover {
        background: #000000;
    }

    body .fancybox-opened .fancybox-skin {
         border-radius: 10px;
        border: 1px solid #5a9bf8;
        background: #ffffff;
        box-shadow: 0 0 10px rgb(108, 163, 242);
    }

    body .fancybox-opened .fancybox-skin body {
        background: #343434;
    }


     body .fancybox-nav span {
        background: url('../../../../images/common/color_blue/index/banner_arrow.png');
        background-position: 0 100%;
        visibility: visible;
       width: 52px;
        height: 66px;
      
    }

    body .fancybox-nav span:hover {
        background-position: 0 0;
    }

    body .fancybox-next span {
        left: auto;
        transform: rotate(180deg);
    }

    .photo-title {
        color: #000;
    }

    .photo-title i {
        color: #BDBDAE;
    }

    .photo-intro {
        color: #666;
    }

    .photo-pager {
        color: #A39185;
    }

    .photo-pager b {
        color: #ad5ef7;
    }

    body #fancybox-thumbs ul li a:before {
        color: #fff;
    }

    body #fancybox-thumbs ul li a:after {
        background: rgba(255, 255, 255, 0.5);
    }
    /*---- arrival ----*/

    .arrival-box .pd-name i {
        color: #FFFFFF;
    }

    .arrival-box .pd-id {
        color: #fff;
    }

    .arrival-box .notice {
        color: #2E2E2E;
    }

    #alert-fancybox {
        background: #fff;
    }
    /*------------ / lightbox ------------*/

    .header-sheet {
        background-color: rgb(255, 255, 255);
        border: 1px solid #09aedc;
        color: #111;
        box-shadow: 0 0 15px rgba(80, 190, 175, 0.4);
    }

    .header-sheet .close-ontop {
        color: #09aedc;
    }

    .close-ontop {
        color: #000;
        text-shadow: 0 1px 0 #fff;
    }

    .header-sheet a {
        color: #164cff;
    }
    /*-- NEWS ---*/

    .news-list .box {
        background: #fff;
        border: 1px solid #D3D3D3;
        border-radius: 0px !important;
    }

    .news-list .box:hover {
        border-color: #fff;
        background: #fff;
        box-shadow: 0 0 5px rgba(55, 190, 236, .7);
    }

    .news-list .date {
        background: #D0D0D0;
        color: #fff;
        border-radius: 0;
        left: 0px;
        right: 0px;
        max-width: 133px;
        margin: auto;
        border-radius: 0 !important;
    }

    .news-list .box:hover .date {
        background: #1A509D;
    }

    .news-list .name:after {
        background: #d0d0d0;
        margin: auto;
        left: 0 !important;
        right: 0;
    }

    .news-list .box:hover .name:after {
        background: #3478DE;
    }

    .news-list .name {
        color: #333;
    }

    .news-list .box:hover .name {
        color: #000;
    }

    .news-date {
        background: #1A509D;
        color: #fff;
        border-radius: 0 !important;
    }

    .news-title {
        color: #000;
    }

    .news-list .date b,
    .news-date b {
        border-right: 1px solid rgba(255, 255, 255, .3);
    }

    .news-detail .share_box.all:after {
        content: '';
        width: 179px;
        height: 7px;
        display: block;
        background: url(../../../../images/common/color_blue/news/line.png)no-repeat;
    }
    /*-- PRODUCTS ---*/

    .products-list .new:before {
        color: #fff;
        background: url(../../../../images/common/color_blue/products/new.png)no-repeat;
        width: 60px;
        height: 25px;
        left: 10px;
    }

    .products-list .pic {
        border-radius: 0%;
        transition: all .2s;
    }

    .products-list li a {
        max-width: 100%;
    }

    .products-list li:hover .pic {
        border-radius: 0px;
    }

    .products-list .pic-box span {
        font-family: 'arial';
        color: #fff;
        width: 130px;
        height: 36px;
        border: none;
        font-size: 12px;
        letter-spacing: 2px;
        background: #FABF2E;
        line-height: 36px;
        opacity: 1 !important;
        bottom: -5%;
        border-radius: 0;
        left: 0;
        right: 0;
    }

    .products-list li:hover .pic-box span {
        bottom: -5%;
        background: #F19A07;
    }

    .products-list .text {
        padding: 0;
        max-width: 100%;
        padding: 5px 0;
    }

    .products-list .name {
        color: #000;
        padding: 7px 10px;
    }


    .sort_box .form-control {
        background: #ffffff;
        color: #131313;
        border: 1px solid #489ec7;
        border-radius: 0px;
    }

    .sort_box .form-control:focus {
        outline: none;
        color: #136389;
    }

    .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);
    }

    .pd-intro .pd-name {
        color: #000000;
    }

    .pd-description {
        color: #404040;
    }

    .pd-info .title {
        color: #000;
    }

    .pd-info-divider {
        background: url('../../../../images/common/color_blue/border_dot_h.png') repeat-x;
    }

    .products-detail .title {
        background: url('../../../../images/common/color_blue/products/border_dot_h.png')0px 100% repeat-x;
        color: #1092d0;
    }

    .products-detail .title:before {
        background: url('../../../../images/common/color_blue/products/ic.png')no-repeat;
    }

    .products-detail .title span:after {
        background: #76d3ff;
    }
    /*-- ALBUN ---*/

    .album-list .txt {
        background: #fff;
        color: #111;
        line-height: 15px;
        /* padding-bottom: 5px !important; */
    }

    .album-list li:hover .txt {}

    .album-list .txt:after {
        content: '';
        width: 30px;
        height: 3px;
        background: #005DAD;
        display: block;
        margin: 15px auto 0;
        transition: all .3s;
    }

    .album-list li:hover .txt:after {
        width: 100%;
    }

    .album-fancybox .slider-nav .pic:after {
        color: #FFFFFF;
    }

    body .fancybox-nav span {
        background: url('../../../../images/common/color_blue/index/banner_arrow.png');
        background-position: 0 100%;
    }


    body .fancybox-nav span:hover {
        background-position: 0 0;
    }

    .photo-title {
        color: #000;
    }

    .photo-title i {
        color: #BDBDAE;
    }

    .photo-intro {
        color: #666;
    }

    .photo-pager {
        color: #A39185;
    }

    .photo-pager b {
        color: #089de2;
    }

    body #fancybox-thumbs ul li {
        background: transparent;
    }

    body #fancybox-thumbs ul li a:before {
        color: #fff;
    }

    body #fancybox-thumbs ul li a:after {
        background: rgba(255, 255, 255, 0.5);
    }
    /*-- ARTICLE---*/

    .article-list li .description {
        color: #7a7a7a;
    }

    .article-list li .name {
        color: #000;
    }

    .article-list li:hover .name {
        color: #26a8e6;
    }

    .article-list li .date,
    .article-date {
        background: #1A509D;
        color: #ffffff;
    }

    .article-date {
        width: 180px !important;
    }

    .article-list li .date b,
    .article-date b {
        border-right: 1px solid #7698a8;
    }

    .article-editor .pic {
        border-bottom: 1px dotted #1a509d;
    }

    .article-title {
        color: #000000;
    }

    .article-detail .share_box.all:after {
        content: '';
        width: 179px;
        height: 7px;
        background: url(../../../../images/common/color_blue/news/line.png)no-repeat;
        display: block;
    }

    .keyword_box {
        color: #26a8e6;
    }

    .keyword li,
    .keyword_box .keyword li a {
        color: #26a8e6;
    }

    .keyword .icon-ic-keyword {
        border: 1px solid transparent;
        color: #26a8e6;
    }
    /*-- MESSAGES---*/

    .btn.go-msg,
    #message-sect .form-title {
        color: #fff;
        background: #005dad;
        /* Old browsers */
        background: -moz-linear-gradient(left, #005dad 0%, #0077b7 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #005dad 0%, #0077b7 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #005dad 0%, #0077b7 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border: 6px solid #d4f4ff;
    }

    .message-txt {
        border-radius: 0;
        background: #ffffff;
        border: #34bceb 1px solid;
        border-radius: 15px;
    }

    .message-txt:hover {
        box-shadow: 0 0 10px #26b2e8;
    }

    .author-box {
        color: #000;
    }

    .author-box .date:before {
        background: url(../../../../images/common/color_blue/message/ic2.png)no-repeat;
    }

    .author-box .date {
        color: #26a8e6;
    }

    .message-question {
        color: #000000;
    }

    .message-question .ic {
        color: #26a8e6;
    }

    .message-answer .message-from {
        color: #55446d;
    }

    .message-answer .editor:before {
        border-color: transparent transparent #f0f0f0 transparent;
    }

    .message-answer .editor {
        background: #f0f0f0;
        color: #000000;
    }

    #message-form {
        border-radius: 0px;
        background: #e1f2f5;
    }

    #message-form .form-title {
        background: url(../../../../images/common/color_blue/message/bg.jpg) no-repeat;
        background-size: cover;
    }

    #message-form .form-title i {
        background: url('../../../../images/common/color_blue/message/form.png')no-repeat;
    }

    .txt-mess {
        background: #ceeae8;
        line-height: 30px !important;
        color: #000;
        border-radius: 20px;
    }
    /*-- CONTACT---*/

    .contact-title b {
        color: #fe4d3d;
    }

    .contact-title .reminder {
        color: #000000;
    }
    /*-- Q&A ---*/

    .content {}

    .faq-list li {
        border-bottom: 1px solid #d6d6d6;
    }

    .faq-list .title {
        color: #fff;
        background: #33bbeb;
    }

    .faq-question {
        color: #464646;
    }

    .faq-list li.active .faq-question,
    .faq-list li:hover .faq-question {
        color: #26a8e6;
    }

    .faq-list li.active .faq-question i {
        transform: rotate(180deg);
        color: #cfcfcf;
    }

    .faq-answer {
        color: #000000;
    }

    .faq-answer .title {
        background: rgb(38, 168, 230);
    }

    .faq-answer .title span {
        border-color: #fff;
    }

    .faq-answer .editor {
        color: #000000;
    }
    /*-- LOCATION ---*/

    .branch-list .box {
        background: #ffffff;
        border: #b7e3f7 1px solid;
        box-shadow: none;
    }

    .branch-list .item:hover .box {
        border-color: #26a8e6;
    }

    .branch-list .name {
        color: #000000;
        border-bottom: 1px solid #7dc9ed;
    }

    .branch-list .description {
        color: #000;
    }

    .branch-list .btn:hover {
        color: #fff;
    }

    .branch-list .btn.detail {
        background: #90cce9;
        color: #fff;
        border-radius: 0px !important;
    }

    .branch-list .btn.detail:hover {
        background: #26a8e6;
    }

    .branch-list .btn .ic {
        background: #26a8e6;
        border-radius: 0px !important;
    }
    /*-- VIEDO ---*/

    .video-list .pic {
        background: #e6e6e6;
    }

    .video-list .item:before {
        background: url(../../../../images/common/color_blue/viedo/icon.png)no-repeat;
    }

    .video-list .pic a:before {
        background: url('../../../../images/common/color_blue/viedo/hover.png')center no-repeat rgba(255, 251, 239, 0.9);
    }

    .video-list li .text span {
        color: #535353;
    }

    .video-list li .name {
        color: #0e0e0e;
    }

    .video-list li .name:before {
        background: #dddddd;
    }

    .video-list li .name:after {
        background: #26a8e6;
    }

    .video-title {
        color: #000000 !important;
    }
    /*-- download --*/

    .download-list .pic {
        border: 8px solid #ffffff;
    }

    .download-list .pic a:before {
        background: url('../../../../images/common/color_blue/download/hover.png')center no-repeat rgba(255, 255, 255, 0.6);
    }

    .download-list .name:before {
        background: #cacaca;
    }

    .download-list li:hover .name:before {
        background-color: #26a8e6;
    }

    .download-list .name {
        color: #000000;
    }
    /*-- links --*/

    .link-list li .pic {
        border: 6px solid #ffffff;
        border-radius: 0px;
    }

    .link-list li:hover .pic {
        border-color: #7ecaef;
    }

    .link-list li .pic:before {
        background: rgba(255, 255, 255, .3);
    }

    .link-list li .name {
        color: #1F1F1F;
    }

    .link-list li .name:before {
        color: #fff;
        background: #005dad;
        /* Old browsers */
        background: -moz-linear-gradient(left, #005dad 0%, #7ed0da 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #005dad 0%, #7ed0da 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #005dad 0%, #7ed0da 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-radius: 50%;
    }

    .link-list li:hover .name:before {
        background: #3ec9e1;
        /* Old browsers */
        background: -moz-linear-gradient(left, #3ec9e1 0%, #005dad 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #3ec9e1 0%, #005dad 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #3ec9e1 0%, #005dad 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    /*-- editor --*/

    .terms-editor .title {
        color: #1667ac;
    }

    .index-about-editor {
        color: #000;
    }



    .contact-editor .col {
        color: #000;
    }

    .contact-editor i {
        background: #64b8e0;
        border-radius: 10px;
        color: #fff;
    }

    .service-editor .big {
        color: #a5a5a5;
    }
    /*------------ mobile_menu ------------*/

    .mmenu-show #mobile-fixed li {
        background: #0061ae;
    }

    .mmenu-show #mobile-search {
        background: #0061af;
    }

    .mmenu-show #mobile-search .form-control {
        color: #000 !important;
    }

    .mmenu-show #mobile-menu .main-menu {
        background: #fff;
    }

    .mmenu-show #member-box li a {
        background: #eee;
        color: #999;
    }

    .mmenu-show #mobile-fixed ul {
        border-bottom-color: #3bc4de;
    }

    .mmenu-show #member-box li {
        border-bottom: 1px solid #ddd;
    }

    .mmenu-show #mobile-menu .language-menu {
        background: #0a5990;
    }

    .mmenu-show #mobile-menu .share-menu {
        background: #fff;
    }

    .mmenu-show #mobile-menu .menu ul li a {
        color: #000;
    }

    .mmenu-show #mobile-menu .menu li a {
        border-bottom: 1px dashed #959586;
        color: #7f7f7f;
    }

    .mmenu-show #mobile-fixed .qty {
        background: #A86846;
    }


    .mmenu-show #mobile-menu .menu li a:hover,
    .mmenu-show #mobile-menu .menu li.active>a {
        color: #0060ae;
    }

    .mmenu-show .toggle-mmenu-close {
        color: #fff;
    }

    .mmenu-show #mobile-menu .language a {
        color: #fff;
    }

    .mmenu-show #mobile-menu .menu ul ul li a {
        background: rgba(255, 255, 255, 0.5);
        border-bottom: 1px dashed #959586;
    }

    .mmenu-show #mobile-menu .language ul li+li:before {
        color: #D6D6D6;
    }
    /*------------ / mobile_menu ------------*/

    @media screen and (max-width: 1000px) {

        /*------------ site-header 1024 ------------*/
        .site-title .logo {
            margin-left: 0px;
            background: url(../../../../images/common/color_blue/logo2.png);
        }
        body:before {
            display: none;
        }
        .has-side .content {
            padding: 0px;
        }
        .site-header {
            background: #fff;
        }
        .wrapper:before {
            display: none;
        }
        .site-title:after {
            display: none;
        }
        .floating .ibtn.gotop {
            background: url(../../../../images/common/color_blue/mobile_gotop.png) 50% 50% no-repeat;
        }
        /*------------ / table 960 ------------*/
        .header-sheet .close-ontop {
            background: #fff;
            border-top: 1px solid #09aedc;
        }
        .footer-top.news {
            padding-bottom: 20px;
            padding-top: 40px;
        }
        .products-list .text {
            padding: 0px;
        }
        .products-list .item {
            padding: 0px 5px;
        }
        .content-top {
            padding: 20px 15px 2px !important;
        }
        .search-box:after{
            top: 7px;
         }
    }

    @media screen and (max-width: 600px) {
        .site-footer .site-info p+p:before {
            display: none;
        }
        .products-list .item,
        .products-list.search .item {
            padding: 0px 5px;
        }
    }