    @charset "utf-8";
    /*------------ basic ------------*/

    body {
        color: #ddd;
        background: url(../../../../images/common/color_black/body.jpg)top no-repeat #1F1F1F;
    }

    .site-header .container {
        padding: 0px;
    }
     .site-header  .container.SEO-txt{
        padding:0 20px;
    }
    /*------------ / basic ------------*/
    /*------------ btn ------------*/
    /*-----back-btn-----*/

    .btn.back {
        background: #3B3B3B;
        color: #fff;
        border-radius: 0;
        height: 40px;
        line-height: 40px;
    }

    .btn.back i {
        color: #fff;
        top: 12px;
    }

    .btn.back:hover {
        background: #063C6C;
    }
    /*-----style01-btn-----*/

    .ibtn.fb-fans-page {
        background-image: url(../../../../images/tw/fb_page_b.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: #3B3B3B;
        border-radius: 0;
    }

    .btn.style03:hover,
    .btn.style04:hover {
        background: #063C6C;
    }

    .btn.style03.arrowL:before {
        background: url(../../../../images/common/color_black/btn.png)no-repeat;
    }

    .btn.style03:after {
        background: url(../../../../images/common/color_black/btn.png)100% 0% no-repeat;
    }
    /*---- btn-box ----*/

    .btn-box:before {
        background: url(../../../../images/common/color_black/line.png)repeat-x;
    }

    .btn-box.has-border {
        border-top: 1px dashed #666666;
    }
    /*------------ / btn ------------*/
    /*------------ site_header ------------*/

    .site-title .logo {
        background: url(../../../../images/common/color_black/logo.png) 50% 50% no-repeat;
        background-size: contain;
        width: 280px;
        height: 112px;
        margin-left: 16px;
        z-index: 9;
    }

    .site-title {
        margin: 13px 0;
    }

    .header-fixed .site-title .logo {
        margin-left: 0px;
    }

    .site-title:after {
        content: '';
        width: 300px;
        height: 155px;
        background: #008dca;
        background: -moz-linear-gradient(top, #008dca 0%, #1c66b1 100%);
        background: -webkit-linear-gradient(top, #008dca 0%, #1c66b1 100%);
        background: linear-gradient(to bottom, #008dca 0%, #1c66b1 100%);
        display: block;
        position: absolute;
        top: -30px;
        bottom: 0;
        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;
    }

    .top-nav ul>li>i {
        color: #E0AC72;
    }

    .top-nav ul>li>a:hover {
        color: #5A2100;
    }
    /*---- language ----*/

    .language {
        background: #333;
        color: #bbb;
        border-radius: 0;
    }

    .language .btn:before {
        background: url(../../../../images/common/color_black/lang.svg)no-repeat;
        color: #000;
    }

    .language ul {
        background: #141414;
        width: 100%;
        left: 43%;
    }

    .language .btn i {
        color: #bbb;
    }

    .language ul li {
        color: #bbb;
    }

    .language ul li a:hover {
        color: #0684c4;
    }
    /*---- search-box ----*/

    .search-box:after {
        content: "\e1008";
        color: #93e4ff;
    }

    .search-box:hover:after {
        color: #46a5c4;
    }


    .site-header .search-box .form-control {
        border-left: 1px solid #26c9ff;
        color: #93e4ff !important;
    }

    .site-header .search-box:hover a {
        color: #93e4ff;
    }

    .site-header .search-box .form-control::-webkit-input-placeholder {
        color: #93e4ff;
    }

    .site-header .search-box .form-control:focus::-webkit-input-placeholder {
        color: #93e4ff;
    }

    .site-header .search-box .form-control::-moz-placeholder {
        color: transparent;
    }

    .site-header .search-box .form-control:focus::-moz-placeholder {
        color: #93e4ff;
    }

    .site-header .search-box .form-control::-ms-input-placeholder {
        color: transparent;
    }

    .site-header .search-box .form-control:focus::-ms-input-placeholder {
        color: #93e4ff;
    }

    .site-header .search-box .form-control::-moz-placeholder {
        color: transparent;
    }

    .site-header .search-box .form-control:focus::-moz-placeholder {
        color: #93e4ff;
    }
    /*------------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 {
        background: #1C1C1C;
        border-radius: 0px;
    }


    .site-nav .menu>li:after {}

    .site-nav .menu>li>a {
        color: #A1A1A1;
    }

    .site-nav .menu>li:hover>a {
        color: #ffffff;
    }

    .site-nav .menu>li:hover>a {}

    .site-nav .menu li ul ul {
        color: #fff;
    }

    .site-nav .menu ul li a {
        color: #1F6BB8;
       
    }

    .site-nav .menu ul li a:hover,
    .site-nav .menu ul ul li a:hover {
        color: #1566AC;
         text-decoration:  underline;
    }

    .site-nav .menu ul li ul li a {
        color: #000;
    }

    .site-nav .menu .menu-inn {
        background: rgba(255, 255, 255, 0.9);
        border: 1px solid #2d2d2d;
        border-radius: 0px;
    }
    /*------------share------------*/

    .share {
        color: #7C7D6A;
    }


    .share .btn {
        background: #333;
        color: #000;
        border-radius: 0;
    }

    .share li:hover .btn {
        background-color: #094475;
        color: #26FFFF;
    }



    .share_box .share-link .btn,
    .share_box .share-link .icon-ic-share-linecall,
    .share_box .share-link .icon-ic-share-w {
        color: #5d5d5d;
    }
    /*------------ / 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 {
        border: 1px solid #5d5d5d;
        padding: 20px;
    }

    .main-title {
        color: #fff;
    }

    .main-title:before {
        background: url(../../../../images/common/color_black/main-tit.png)no-repeat;
        width: 12px;
        height: 20px;
    }

    .search-hashtag {
        color: #FF410C;
    }
    /*------------ / site_main ------------*/
    /*------------ site_footer ------------*/

    .footer-top.news {
        background: #1F1F1F;
    }


    .footer-top:before {
        content: '';
        background: #333;
        height: 1px;
        max-width: 1330px;
        margin: auto;
        left: 0px;
        right: 0px;
    }

    .footer-top {
        color: #777;
        background: #131313;
    }

    .footer-txt {
        color: #0672CA;
        background: #131313;
    }

    .footer-txt .tel {
        color: #0672CA;
        line-height: inherit;
        padding: 2px 0;
    }

    .site-footer .title {
        color: #ffffff;
        display: none;
    }

    .site-map-box {
        color: #535353;
    }

    .site-map ul {
        color: #666;
    }


    .site-map ul a:hover {
        color: #fff;
    }

    .site-footer .site-info {
        color: #0672CA;
        padding: 30px;
        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 #2c4356;
        padding: 0px;
        margin-right: 15px;
    }

    .footer-txt .fax {
        border-right: none;
    }

    .site-footer .follow p {
        color: #a5a5a5;
    }
    /*------------ / site_footer ------------*/
    /*------------ floating ------------*/

    .fb {
        background: url('../../images/common/color_black/fb.png');
    }


    .gotop {
        background: #f6898f;
        color: #DFDACF;
        background: url(../../../../images/common/color_black/top.png)no-repeat;
        width: 89px;
        height: 43px;
    }

    .gotop:hover {
        background-position: 0 100%;
    }
    /*------------ / floating ------------*/
    /*------------ breadcrumb ------------*/

    .breadcrumb {
        color: #888;
    }


    .breadcrumb li a:hover {
        color: #028ac8;
    }

    .content-breadcrumb-box:before {
        background: #1076bb;
    }

    .content-breadcrumb-box .breadcrumb {
        color: #9e9e9e;
    }
    /*------------ / breadcrumb ------------*/
    /*------------ side ------------*/

    .side .title {
        background: url(../../../../images/common/color_black/menu-bg.png)center no-repeat;
        text-align: left;
        line-height: 70px;
    }

    .side .title b {
        color: #ccc;
        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_black/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: #0694D8;
    }

    .side-nav>li>a:hover:before,
    .side-nav>li.active>a:before {
        color: #fff;
    }

    .side-nav>li>a {
        background: #303030;
        color: #bbb;
        border: 1px solid #303030;
        transition: all .3s;
        border-radius: 0;
    }

    .side-nav>li>a:hover,
    .side-nav>li.active>a {
        border-color: #0694D8;
        color: #fff;
        background: #000;
        transition: all .3s
    }



    .side-nav ul {
        color: #097dca;
    }

    .side-nav ul li a:hover,
    .side-nav ul>li.active>a {
        color: #11e2ff;
    }

    .side-nav ul li a:hover:before,
    .side-nav ul>li.active>a:before {
        color: #11e2ff;
    }
    /*------------ / side ------------*/
    /*------------ pagination ------------*/

    .pagination li a {
        color: #898989;
    }

    .pagination li a:hover,
    .pagination li.active a {
        color: #1f5f9d;
        border-color: #1f5f9d;
    }

    .pagination li a.controls {
        background: #1f5f9d;
    }

    .pagination li a.controls:hover {
        background: #003365;
        color: #fff;
    }

    .pagination li a.prev {
        color: #fff;
    }

    .pagination li a.next {
        color: #fff;
    }

    .page-info .form-control {
        color: #000;
        background: #868686;
    }

    .page-info .form-control:focus {
        border-color: #023853;
        background: #868686;
    }
    /*------------ / pagination ------------*/
    /*------------ had-bg ------------*/

    .has-bg {
        background: #404040;
        border-radius: 0px !important;
    }

    .has-img:before {
        background: #686859;
        color: #fff;
        display: none;
    }
    /*------------ / had-bg ------------*/
    /*------------ form ------------*/
    /*-----reminder-----*/

    .reminder {
        color: #c2c2c2;
    }

    .reminder strong {
        color: #e1e1e1;
    }

    .reminder strong:before {
        color: #6eb7eb;
    }

    .reminder b:before {
        background: #1275bb;
        border: 2px solid #68a6e1;
    }
    /*-----qty-box-----*/

    .form-control {
        color: #a9a9a9;
        border: 1px solid #2f2f2f;
        border-radius: 0 !important;
        background: #2f2f2f;
    }

    .form-control:focus {
        border-color: #1077bc;
    }

    .search_select {
        background: #2f2f2f;
        border: 1px solid #2f2f2f;
        height: 34px;
        padding: 0 10px;
        color: #a9a9a9;
        border-radius: 5px;
    }

    .search_select:focus {
        outline: none;
        border-color: #1077bc;
    }
    /*-----form-static-control-----*/

    .static-control {
        color: #333333;
    }
    /*-----form-wrap-----*/

    .form-box {
        background: #404040;
    }
    /*-----form-required-----*/

    .form-box .required:before {
        background: #1275bb;
        border: 2px solid #68a6e1;
    }
    /*----- 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_black/form_radio.png');
        margin: 0 3px 4px 0;
    }

    .form-checkbox:before {
        background-image: url('../../../../images/common/color_black/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_black/contact/bb.png)no-repeat center;
    }

    .success-box .msg b {
        color: #4795d5;
    }

    .success-box small {
        color: #000000;
    }

    .success-box .btn.style04 {
        background: #2c2c2c;
    }
    .success-box .btn.style04:hover{
     background: #216a8b;
 }
    /*------------ / 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 #a1e2ed;
        background: #ffffff;
        box-shadow: 0 0 10px rgba(50, 178, 239, 0.8);
    }

    body .fancybox-opened .fancybox-skin body {
        background: #343434;
    }


    body .fancybox-nav span {
        background: url('../../../../images/common/color_black/index/banner_arrow.png');
        background-position: 0 100%;
        visibility: visible;
        width: 50px;
        height: 50px;
    }

    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 #1473b9;
        color: #111;
        box-shadow: 0 0 15px rgb(14, 122, 190);
    }

    .header-sheet .close-ontop {
        color: #156eb6;
    }

    .close-ontop {
        color: #000;
        text-shadow: 0 1px 0 #fff;
    }

    .header-sheet a {
        color: #36a2fa;
    }
    /*-- NEWS ---*/

    .news-list .box {
        background: #1A1A1A;
        border: 1px solid #1a1a1a;
        border-radius: 0px !important;
    }

    .news-list .box:hover {
        border-color: #0694D8;
    }

    .news-list .date {
        background: #023853;
        color: #fff;
        border-radius: 0 !important;
    }

    .news-list .box:hover .date {
        background: #0698DC;
    }

    .news-list .name:after {
        background: #0698DC;
    }

    .news-list .name {
        color: #666;
    }

    .news-list .box:hover .name {
        color: #fff;
    }

    .news-date {
        background: #0698DC;
        color: #fff;
        border-radius: 0 !important;
    }

    .news-title {
        color: #85b8d1;
    }

    .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_black/news/line.png)no-repeat;
    }
    /*-- PRODUCTS ---*/

    .products-list .new:before {
        color: #fff;
        background: url(../../../../images/common/color_black/products/new.png)no-repeat #000;
        right: 24px;
        width: 46px;
        height: 20px;
        top: 10px;
        color: #fff;
        line-height: 29px;
    }

    .products-list .pic {
        border-radius: 0%;
        transition: all .2s;
        margin-bottom: 0 !important;
    }

    .products-list li a {
        max-width: 100%;
    }

    .products-list li:hover .pic {
        border-radius: 0px;
    }

    .products-list .pic-box span {
    text-indent: -9999%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0px;
    border-radius: 0;
    width: 100.5%;
    height: 40%;
    left: 0;
    bottom: 0px;
     opacity: 1 !important;
}

.products-list li:hover .pic-box span {
     display: none;
     bottom:0px !important;
}

    .products-list .text {
        color: #17171F;
        padding: 0;
        background: #303030;
        max-width: 100% !important;
    }

    .products-list li:hover .text {
        background: #fff;
    }

    .products-list .name {
        color: #fff;
        padding: 7px 10px;
    }

    .products-list li:hover .name {
        color: #000;
    }

    .sort_box .form-control {
        background: #303030;
        color: #cccccc;
        border: 1px solid #303030;
        border-radius: 0px;
    }

    .sort_box .form-control:focus {
        outline: none;
        background: #5d5d5d;
        color: #000;
    }

    .sort_icon .ibtn.one {
        background-image: url(../../../../images/common/color_black/products/sort_pic3.png);
    }

    .sort_icon .ibtn.two {
        background-image: url(../../../../images/common/color_black/products/sort_pic1.png);
    }

    .sort_icon .ibtn.four {
        background-image: url(../../../../images/common/color_black/products/sort_pic2.png);
    }

    .pd-intro .pd-name {
        color: #63a7c6;
    }

    .pd-description {
        color: #8e8e8e;
    }

    .pd-info .title {
        color: #93e4ff;
    }

    .pd-info-divider {
        background: url('../../../../images/common/color_black/border_dot_h.png') repeat-x;
    }

    .products-detail .title {
        background: url('../../../../images/common/color_black/products/border_dot_h.png')0px 100% repeat-x;
        color: #4e94d1;
    }

    .products-detail .title:before {
        background: url('../../../../images/common/color_black/products/ic.png')no-repeat;
    }

    .products-detail .title span:after {
        background: #06a7f2;
    }
    /*-- ALBUN ---*/

    .album-list .txt {
        background: #383838;
        color: #aaa;
        line-height: 15px;
        padding-bottom: 5px !important;
    }

    .album-list li:hover .txt {
        color: #fff;
        background: #004386;
    }

    .album-list .txt:after {
        content: '';
        width: 30px;
        height: 3px;
        background: #17171F;
        display: block;
        margin: 15px auto 0;
        transition: all .3s;
        display: none;
    }

    .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_black/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: #065fb5;
    }

    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: #ffffff;
    }

    .article-list li:hover .name {
        color: #4086cc;
    }

    .article-list li .date,
    .article-date {
        background: #0e5c83;
        color: #ffffff;
    }

    .article-date {
        width: 180px !important;
    }

    .article-list li .date b,
    .article-date b {
        border-right: 1px solid #87b1b1;
    }

    .article-editor .pic {
        border-bottom: 1px dotted #959595;
    }

    .article-title {
        color: #6bb7cc;
    }

    .article-detail .share_box.all:after {
        content: '';
        width: 179px;
        height: 7px;
        background: url(../../../../images/common/color_black/news/line.png)no-repeat;
        display: block;
    }

    .keyword_box {
        color: #4ea6c5;
    }

    .keyword li,
    .keyword_box .keyword li a {
        color: #4ea6c5;
    }

    .keyword .icon-ic-keyword {
        border: 1px solid transparent;
        color: #4ea6c5;
    }
    /*-- MESSAGES---*/

    .btn.go-msg,
    #message-sect .form-title {
        color: #fff;
        background: #008dca;
        background: -moz-linear-gradient(top, #008dca 0%, #1c66b1 100%);
        background: -webkit-linear-gradient(top, #008dca 0%, #1c66b1 100%);
        background: linear-gradient(to bottom, #008dca 0%, #1c66b1 100%);
        border: 6px solid #028bc9;
    }

    .message-txt {
        box-shadow: 0 0 5px rgba(68, 86, 125, 0.33);
        border-radius: 0;
        background: #2a2a2a;
        border: #0275c9 1px solid;
    }

    .message-txt:hover {
        box-shadow: 0 0 10px #0278cb;
    }

    .author-box {
        color: #666;
    }

    .author-box .date:before {
        background: url(../../../../images/common/color_black/message/ic2.png)no-repeat;
    }

    .author-box .date {
        color: #5c7598;
    }

    .message-question {
        color: #b5b5b5;
    }

    .message-question .ic {
       color: #5abafd;
    }

    .message-answer .message-from {
        color: #55446d;
    }

    .message-answer .editor:before {
        border-color: transparent transparent #334551 transparent;
    }

    .message-answer .editor {
        background: #334551;
        color: #bfbfbf;
    }

    #message-form {
        border-radius: 0px;
        background: #404040;
        border: #404040 1px solid;
    }

    #message-form .form-title {
        background: url(../../../../images/common/color_black/message/bg.jpg) no-repeat;
        background-size: cover;
    }

    #message-form .form-title i {
        background: url('../../../../images/common/color_black/message/form.png')no-repeat;
    }

    .txt-mess {
        background: #1f1f1f;
        border-radius: 0px;
        line-height: 30px !important;
        color: #ddd;
    }
    /*-- CONTACT---*/

    .contact-title b {
        color: #87479d;
    }

    .contact-title .reminder {
        color: #666666;
    }
    /*-- Q&A ---*/

    .faq-list li {
        border-bottom: 1px solid #414141;
    }

    .faq-list .title {
        color: #fff;
        background: #1471b8;
        border-radius: 0 !important;
    }

    .faq-question {
        color: #1470b7;
    }

    .faq-list li.active .faq-question,
    .faq-list li:hover .faq-question {
        color: #c4c4c4;
    }

    .faq-list li.active .faq-question i {
        transform: rotate(180deg);
        color: #cfcfcf;
    }

    .faq-answer {
        color: #4C4C4C;
    }

    .faq-answer .title {
        background: rgba(205, 165, 116, .8);
    }

    .faq-answer .title span {
        border-color: #fff;
    }

    .faq-answer .editor {
        color: #b0b0b0;
    }
    /*-- LOCATION ---*/

    .branch-list .box {
        background: #373737;
        border: #575757 1px solid;
        box-shadow: none;
    }

    .branch-list .item:hover .box {
        border-color: #0e79bd;
    }

    .branch-list .name {
        color: #cccccc;
        border-bottom: 1px solid #141414;
    }

    .branch-list .description {
        color: #888;
    }

    .branch-list .btn:hover {
        color: #fff;
    }

    .branch-list .btn.detail {
        background: #5b5b5b;
        color: #fff;
        border-radius: 0px !important;
    }

    .branch-list .btn.detail:hover {
        background: #146fb7;
    }

    .branch-list .btn .ic {
        background: #146fb7;
        border-radius: 0px !important;
    }
    /*-- VIEDO ---*/

    .video-list .pic {
        background: #1c1c1c;
        border: #2e6996 1px solid;
    }

    .video-list .item:before {
        background: url(../../../../images/common/color_black/viedo/icon.png)no-repeat;
    }

    .video-list .pic a:before {
        background: url('../../../../images/common/color_black/viedo/hover.png')center no-repeat rgba(255, 251, 239, 0.9);
    }

    .video-list li .text span {
        color: #535353;
    }

    .video-list li .name {
        color: #9b9b9b;
    }

    .video-list li .name:before {
        background: #323232;
    }

    .video-list li .name:after {
        background: #186bb4;
    }

    .video-title {
        color: #b0b0b0 !important;
    }
    /*-- download --*/

    .download-list .pic {
        border: 8px solid #393939;
    }

    .download-list .pic a:before {
        background: url('../../../../images/common/color_black/download/hover.png')center no-repeat rgba(0, 0, 0, 0.6);
    }

    .download-list .name:before {
        background: #5a5a5a;
    }

    .download-list li:hover .name:before {
        background-color: #1b68b2;
    }

    .download-list .name {
        color: #a8a8a8;
    }
    /*-- links --*/

    .link-list li .pic {
        border: 6px solid #414141;
        border-radius: 0px;
    }

    .link-list li:hover .pic {
        border-color: #005ab3;
    }

    .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: #008dca;
        background: -moz-linear-gradient(top, #008dca 0%, #1c66b1 100%);
        background: -webkit-linear-gradient(top, #008dca 0%, #1c66b1 100%);
        background: linear-gradient(to bottom, #008dca 0%, #1c66b1 100%);
        border-radius: 50%;
    }

    .link-list li:hover .name:before {
        background: #005ab3;
    }
    /*-- editor --*/

    .terms-editor .title {
        color: #1a69b3;
    }

    .index-about-editor {
        color: #ddd;
    }

    .contact-editor .col {
        color: #ddd;
    }

    .contact-editor i {
        background: #0273c7;
        border-radius: 10px;
        color: #86c6f5;
    }

    .service-editor .big {
        color: #a5a5a5;
    }
    /*------------ mobile_menu ------------*/

    .mmenu-show #mobile-fixed li {
        background: #023853;
    }

    .mmenu-show #mobile-search {
        background: #1f5977;
    }

    .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: #1e6284;
    }

    .mmenu-show #member-box li {
        border-bottom: 1px solid #ddd;
    }

    .mmenu-show #mobile-menu .language-menu {
        background: #000000;
    }

    .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: #000000;
    }

    .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;
        }
        .site-header {
            background: #008dca;
            background: -moz-linear-gradient(top, #008dca 0%, #1c66b1 100%);
            background: -webkit-linear-gradient(top, #008dca 0%, #1c66b1 100%);
            background: linear-gradient(to bottom, #008dca 0%, #1c66b1 100%);
        }
        .site-title:after {
            display: none;
        }
        .floating .ibtn.gotop {
            background: url(../../../../images/common/color_black/mobile_gotop.png) 50% 50% no-repeat;
        }
        /*------------ / table 960 ------------*/
        .header-sheet .close-ontop {
            background: #fff;
            border: 1px solid #1473b9;
        }
        .footer-top.news {
            padding-bottom: 20px;
            padding-top: 40px;
        }
        .products-list .text {
            padding: 0px;
        }
        .products-list .item {
            padding: 0px 5px;
        }
        .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;
        }
    }