<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    display: block;
    overflow-x: hidden;
    margin: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

body {
    font: 400 13px/20px 'Roboto';
    color: #0a0a0a;
    margin: 0;
    /* background: #252a2e; */
    font-size: 14px;
}

iframe {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: 0;
    border: none;
    color: #444;
}

img {
    vertical-align: middle;
    max-width: 100%
}

p {
    margin: 10px 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

li {
    margin: 0 0 4px 0;
}

hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 0
}

h1, h2, h3, h4, span.h1, span.h2, span.h3, span.h4 {
    line-height: 150%;
    font-weight: 400;
    margin-top: 0;
}
span.h1, span.h2, span.h3, span.h4 {
    display: block;
}

strong, b {
    font-weight: 500;
}

.clear {
    display: block;
    /* content: ''; */
    clear: both;
}
.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1170px){
    .container {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }
}

.container:after {
    content: '';
    clear: both;
    display: block;
}


.slides img {
    width: 100%!important;
    height: auto!important;
}

.section {
    padding: 30px 0;
}
.section p {
    margin: 15px 0;
}
.subject {
    position: relative;
    padding-bottom: 2px;
    line-height: 200%;
    margin: 0 0 30px 0;
    font-size: 26px;
    font-weight: 700;
    /*color: #f6f6f6;*/
    text-transform: uppercase;
}
.subject:after {
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #e50019;
}

.jcarousel .box-jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel .box-jcarousel &gt; ul {
    width: 20000em;
    position: relative;
    /* Optional, required in this case since it's a &lt;ul&gt; element */
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel .box-jcarousel &gt; ul &gt; li {
    /* Required only for block elements like &lt;li&gt;'s */
    float: left;
    text-align: center;
}

.nav_bar {
    display: block;
    margin: 10px 0px 10px 0;
    padding: 0px 10px 0px 30px;
    overflow: hidden;
    background: url('../images/home.png') no-repeat left 5px top 4px;
    background-size: 20px;
    /* border-bottom: 1px solid #e0e0e0; */
    width:100%;
}

.nav_bar li {
    display: inline-block;
    vertical-align: top;
}

.nav_bar a {
    display: inline-block;
    padding: 0px 15px 0px 5px;
    height: 28px;
    line-height: 28px;
    background: url('../images/breadcrum-nav.png') no-repeat center right;
    vertical-align: top;
    /* color: white!important; */
}

.nav_bar a:hover {
    text-decoration: underline;
}

.nav_bar li.last a {
    background: none !important;
    color: #F34F4F;
    font-weight: 500;
}

.nav_bar li.last:hover a {
    color: black;
    text-decoration: none;
}

#phantrang {
    margin: 10px 2%;
    font-family: Tahoma, Geneva, sans-serif;
    display: block;
    text-align: center;
}

#phantrang ul li a {
    padding: 4px 8px;
    font-size: 11px;
    line-height: 24px;
    border: 1px solid #ddd;
    margin-left: 5px;
    color: #777;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
}

#phantrang ul li a:hover {
    background-color: #eee;
}

#phantrang ul li.selected a {
    color: #999;
    font-size: 11px;
    padding: 4px 8px;
    background-color: #eee;
    line-height: 24px;
    border: 1px solid #ddd;
    margin-left: 5px;
    border-radius: 5px ;
    -moz-border-radius: 5px ;
    -webkit-border-radius: 5px ;
}

.info {
    line-height: 20px;
    color: #aaa;
    margin: 0;
    margin-bottom: 8px;
    /* font-size: 12px */
}

.info img {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 5px
}

.info span {
    margin-left: 200px
}


#mobileMenu {
    display: none;
}

#topmenu {
    border-bottom: 1px solid #eff7ff;
    background: #eff7ff;
    color: #000;
    height: 39px;
    position: relative;
}

#topmenu .xx{
    border: 2px solid #f21011!important;
    border-radius: 50%;
    padding: 2px 6px!important;
}
#topmenu .hot-line-number{
    font-size: 26px;
    color: #f21011!important;
    font-weight: bold;
}
#topmenu .right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

#mobileMenu .search-form {
    margin: 10px;
}
#mobileMenu .search-form input[type="submit"] {
    width: 32px;
    height: 27px;
    background: #fff url(../images/search2.png) no-repeat center center;
    padding: 8px;
    border: none;
    border-radius: 3px;
}
#mobileMenu .search-form input[type="text"] { padding: 3px 3px 2px; color: #888; border: 1px solid #ccc; }

#topmenu .search-form {
    padding-left: 40px;
    position: relative;
    display: block;
    width: 50%;
}
#topmenu .search-form input[type="text"] {
    vertical-align: top;
    background: none;
    border: 0;
    padding: 4px 24px 4px 8px;
    line-height: 20px;
    height: 20px;
    margin: 9px 0;
    outline: none;
    font-family: inherit;
    color: #000;
    /*text-transform: uppercase;
    font-style: italic;*/
}
#topmenu .search-form input[type="text"]::-webkit-input-placeholder {
   color: #888;
}

#topmenu .search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
   color: #888;
}

#topmenu .search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
   color: #888;
}

#topmenu .search-form input[type="text"]:-ms-input-placeholder {
   color: #888;
}


#topmenu .search-form input[type="submit"] {
    position: absolute;
    left: 10px;
    top: 6px;
    width: 24px;
    height: 24px;
    background: url('../images/search2.png') no-repeat center center;
    border: none;
    cursor: pointer;
}
#topmenu .right span {

    padding: 0 20px;
    line-height: 27px;
    display: inline-block;
}
#topmenu .right span a{
    color: #fff;
}
#topmenu .right span img {
    max-height: 32px;
}



@media screen and (max-width: 720px){
    #topmenu .search-form {
        display: none;
        position: absolute;
        top: 142px;
        z-index: 99998;
        left: 0;
        padding-left: 25px;
    }
    #topmenu .search-form input[type="text"] {
        margin: 5px 0;
    }
    #topmenu .search-form input[type="submit"] { top: 2px; left:5px; }
    #topmenu .right {
        width: 100%;
        height: 38px;
        overflow: hidden;
        transform: translateY(0);
    }
    #topmenu .right span.span-root {
        float: right;
    }

}


#header {
    top: 40px;
    height: 100px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #45629d;
    color:#fff;
}
#header &gt; .container {
    position: initial;
}

#header .left {
    float: left;
    width: 440px; /*320px*/
}
#header .right {
    /*float: left;
    width: 160px;*/
}
#header .center {
    float: left;
    width: 690px;
}
#header .center h2, #header .center span.h2 {
    font-weight: 500;
    font-size: 26px;
    margin-top: 12px;
    margin-bottom: 5px;
}
#header .center h2 strong, #header .center span.h2 strong {
    color: #e50019;
}
#header .center p {
    margin: 5px 0;
}
#header .right .cart-holder {
    position: relative;
    display: block;
    height: 28px;
    width: 28px;
    margin: 36px auto;
}
#header .right .cart-holder span {
    position: absolute;
    display: block;
    background: #dddddd;
    text-align: center;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    top: -6px;
    right: -4px;
}


#header #logo {
    position: relative;
    text-indent: -9999px;
    float: left;
    width: 420px; /*280px*/
    height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
}

#header #logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}




#mainmenu {
    display: block;
}

#mainmenu &gt; ul &gt; li {
    position: relative;
    float: left;
    padding: 27px 4px;
    margin: 0;
}
#mainmenu &gt; ul &gt; li:first-child:before {
    display: none;
}

#mainmenu &gt; ul &gt; li &gt; a {
    position: relative;
    display: block;
    padding: 13px 8px;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    transition: color 0.15s linear;
}
#mainmenu &gt; ul &gt; li.drop &gt; a, #mainmenu &gt; ul &gt; li.board &gt; a {
    padding-right: 24px;
}
#mainmenu &gt; ul &gt; li.drop &gt; a:after, #mainmenu &gt; ul &gt; li.board &gt; a:after {
    position: absolute;
    content: '';
    right: 4px;
    top: 18px;
    width: 11px;
    height: 11px;
    background: url('../images/arrow-down.png');
    background-size: 100% 100%;
}

#mainmenu &gt; ul &gt; li:hover &gt; a
{
    color: #fe1717;
    font-weight: 500;
}

#mainmenu &gt; ul &gt; li &gt; ul {
    position: absolute;
    display: none;
    top: 46px;
    left: 0;
    /* width: 280px; */
    /* padding-top: 27px; */
    z-index: 999;
}
#mainmenu &gt; ul &gt; li:hover &gt; ul {
    display: block;
}

#mainmenu &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    margin: 1px 0 0 0;
    background: rgba( 0, 0, 0, 0.70 );
    -webkit-transition: transform ease 0.35s;
}

#mainmenu &gt; ul &gt; li &gt; ul &gt; li a{
    display: block;
    padding: 8px 12px;
    color: #fff;
    line-height: 20px;
}

#mainmenu &gt; ul &gt; li &gt; ul &gt; li:hover {
    background: rgba(255,255,255,0.9);

    -webkit-transform: translate3d( 5px, 0, 0 );
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a {
    color: #000;
}

#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
    position: absolute;
    display: none;
    left: 280px;
    width: 240px;
    top: 0;
    background: rgba(255,255,255,0.9);
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li:hover &gt; ul {
    display: block;
}

#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li {
    position: relative;
    margin: 1px 0 0 0;
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:first-child {
    margin: 0;
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
    color: #999;
    padding-left: 28px;
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a:before {
    position: absolute;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #aaa;
    border-radius: 50%;
    left: 10px;
    top: 16px;
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a
{
    color: #000;
}
#mainmenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li:hover &gt; a:before {
    background: #000;
}

#mainmenu &gt; ul &gt; li.board {
    position: inherit;
}
#mainmenu &gt; ul &gt; li.board &gt; ul {
    /* display: block; */
    position: absolute;
    width: 100vw;
    top: 139px;
    padding: 10px 5vw;
    background: #101f30;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mainmenu &gt; ul &gt; li.board &gt; ul &gt; li {
    display: inline-block;
    background: none;
    width: 15vw;
    margin: 0;
    text-align: center;
    height: 180px;
    overflow: hidden;
}
#mainmenu &gt; ul &gt; li.board &gt; ul &gt; li img {
    display: block;
    margin: 0px auto 20px auto;
    padding:0 10px;
}
#mainmenu &gt; ul &gt; li.board &gt; ul &gt; li a{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    display: inline-table;
    min-height: 40px;
}
#mainmenu &gt; ul &gt; li.board &gt; ul &gt; li:hover a
{
    color: #fff;
}

#mobileMenu {
    display: none;
}

@media screen and (max-width: 1170px)
{
    #mainmenu {
        display: none;
    }

    #header {
        position: relative;
        top: 0;
        background: #fff;
    }
    #header .right {
        float: right;
        min-width: 60px;
    }

    #header #mainmenu &gt; div &gt; ul &gt; li:not(.last) {
        display: none;
    }

    #header #mainmenu &gt; div &gt; ul {
        text-align: center;
    }
    #header #mainmenu &gt; div &gt; ul &gt; li.last {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    #hambuger {
        position: fixed;
        top: 8px;
        left: 10px;
        z-index: 99999;

    }

    #wrapper, #mobileMenu, #hambuger {
        transition: ease 0.35s;
        -webkit-transition: ease 0.35s;
        -moz-transition: ease 0.35s;
        -ms-transition: ease 0.35s;
        -o-transition: ease 0.35s;
    }
    #hambuger {
        background: #eff7ff;
        border-radius: 2px;
        border:1px solid #ccc;
    }

    #hambuger &gt; span {
        height: 3px;
        width: 24px;
        background: #000; /*f21011*/
        display: block;
        margin: 4px;

        border-radius: 3px;
    }


    #mobileMenu {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -240px;
        width: 240px;
        height: 100%;
        overflow: auto;
        z-index: 999;
        background: #2b2e39;
    }

    #mobileMenu &gt; .logo {
        padding: 20px 0;
        display: none;
    }

    #mobileMenu &gt; ul &gt; li {
        border-top: 1px solid #424654;
        margin: 0;
    }
    #mobileMenu &gt; ul &gt; li &gt; a {
        padding: 4px 10px;
        color: #fff;
        display: block;
        font-size: 13px;
    }

    #mobileMenu &gt; ul &gt; li.drop &gt; a:after {
        content: '';
        display: inline-block;
        vertical-align: top;
        width: 9px;
        height: 4px;
        margin-left: 10px;
        margin-top: 11px;
        background: url('../images/arrow-down.png') no-repeat center center;
        background-size: 100% auto;
    }

    #mobileMenu &gt; ul &gt; li &gt; ul {
        padding: 0 10px;
        margin: 0px 0 20px;
    }

    #mobileMenu &gt; ul &gt; .board &gt; ul &gt; li {
        width: 50%;
        text-align: center;
        float: left;
        padding: 5px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        max-height: 115px;
        min-height: 115px;
        overflow: hidden;
    }
    #mobileMenu &gt; ul &gt; .board:after {
         content: '';
         display: block;
         clear: both;
    }

    #mobileMenu &gt; ul &gt; li &gt; ul &gt; li &gt; a {
        display: block;
        color: #a1a1a1;
        padding-bottom: 2px;
        margin-bottom: 8px;
        /* border-bottom: 1px solid #9ea0a9; */
        font-size: 12px;
        min-height: 28px;
        line-height: 1.2em;
    }

    #mobileMenu &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li  a {
        font-size: 13px;
        color: #9ea0a9;
    }

    #wrapper.moveright, #mobileMenu.moveright, #hambuger.moveright
    {
        transform: translate3d( 240px, 0, 0 );
        -webkit-transform: translate3d( 240px, 0, 0 );
        -moz-transform: translate3d( 240px, 0, 0 );
        -ms-transform: translate3d( 240px, 0, 0 );
        -o-transform: translate3d( 240px, 0, 0 );
    }

}

@media screen and (max-width: 486px)
{
    #header .left {
        width: 100%;
        text-align: center;
    }
    #header #logo {
        float: none;
        display: block;
        margin: 0 auto;
    }
    #header .right {
        /*display: none;*/
        position: absolute;
        right: 0px;
        width: 60px;
    }
    #header .right .cart-holder { margin: 6px auto; }
}


#slider {
    /* height: 600px; */
    overflow: hidden;
    text-align: center!important;
    width:100%;
}

#slider .slides li{
    margin: 0;

}
#slider .slides li .container {
    position: relative;
}

#slider .slides li img {
    height: 350px;
    width: auto;
    max-width: none!important;
    text-align: center;
    float: none!important;
    display: inline-block;
    max-height: 350px;
}


#slider .box {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 380px;
    display: block;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    z-index: 1000;
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 20px;
    margin-right: 105px;
    display: none;
}
#slider .box h2, #slider .box span.h2 {
    font-weight: 300;
    font-size: 48px;
    line-height: 54px;
    margin: 0 0 15px 0;
}
#slider .box h4, #slider .box span.h4 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 15px 0;
}
#slider .box p {
    margin: 20px 0;
}

#slider .box img {
    float: none;
    display: initial;
}

#slider .box .btn {
    display: block;
    width: 140px;
    padding: 6px 20px;
    margin: 25px auto 0 auto;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(255, 255, 255, 0.65);
    text-align: center;
}
#slider .box .btn:hover {
    background: rgba(255, 255, 255, 0.65);
}

#slider .line {
    max-width: 1152px;
    margin: 20px auto 0 auto;
    text-align: center;
    border: 1px solid #b7b7b7;
    font-size: 21px;text-transform: uppercase;
    padding: 12px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: blink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;

    -webkit-animation-duration: 500ms;
    -webkit-animation-name: blink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;

    animation-duration: 500ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes blink {
  0%{
color:#015697;
  }

  50%{
    opacity:0.75;
color:#e31d1a;
  }
  100%{
    opacity: 1;
color:#015697;
  }
}

@media screen and (max-width: 1170px)
{
    #slider, #slider .slides li img {
        height: auto;
    }

    #slider .box {
        margin-right: 0;
        width: 320px;
        padding: 15px;
        margin-top: 0;
        font-size: 80%;
        line-height: 18px;
    }
    #slider .box h2, #slider .box span.h2 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 720px)
{
    #slider .box {
        width: auto;
        right: initial;
        margin: 0 30px;
    }

    #slider .box p, #slider .box h2, #slider .box h4, #slider .box .btn,
    #slider .box span.h2, #slider .box span.h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 520px)
{
    #header .left {
        width: 320px;
    }
    #header #logo {
        background-image: url(../logo_bg.png) !important;
        width: 280px;
    }
    #slider .box {
        display: none;
    }
}

#intro .btn {
    display: block;
    width: 180px;
    border: 1px solid #888;
    padding: 7px 0;
    text-align: center;
    text-transform: uppercase;
    margin: 20px auto;
    font-weight: 400;
    font-size: 14px;
}
#intro .btn:hover{
    background: #888;
    color: #fff;
}



.social {
    float: right;
}
.social &gt; li {
    display: inline-block;
    line-height: 20px;
    margin-left: 4px;
}
.social &gt; li &gt; a{
    display: block;
    /*padding: 0 9px;*/
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: #3a3a3a;
    color: #fff;
    border-radius: 50%;
}
.social &gt; li:hover &gt; a
{
    background: #000;
}


.left {
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.right {
    float: right;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.grid {
    margin: 12px 0;
}
.grid:after{
    display: block;
    content: '';
    clear: both;
}
.grid li {
    margin: 0;
    position: relative;
    float: left;
    width: 25%;
    /* height: 241px; */
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid li &gt; div {
    border: 1px solid #ddd;
}

.grid li .images{
   display: block;
   height: 150px;
   position: relative;
   overflow: hidden;
   background: #fff;
}
.grid li .images img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
    -webkit-transform: translate3d( -50%, -50%, 0 );
    -moz-transform: translate3d( -50%, -50%, 0 );
    -o-transform: translate3d( -50%, -50%, 0 );
    -ms-transform: translate3d( -50%, -50%, 0 );

    transition: ease 0.35s;
    -webkit-transition: ease 0.35s;
    -moz-transition: ease 0.35s;
    -ms-transition: ease 0.35s;
    -o-transition: ease 0.35s;
}
.grid li .images:hover img {
    transform: translate3d( -54%, -50%, 0 );
    -webkit-transform: translate3d( -54%, -50%, 0 );
    -moz-transform: translate3d( -54%, -50%, 0 );
    -o-transform: translate3d( -54%, -50%, 0 );
    -ms-transform: translate3d( -54%, -50%, 0 );
}

.grid li .buttons {
    height: 45px;
}
.grid li .buttons .cart {
    float: left;
    line-height: 45px;
    width: 75%;
    padding: 0 20px 0 50px;
    color: #fff;
    background: #333 url('../images/cart.png') no-repeat left 15px center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid li .buttons .cart:hover {
    background: #2e343e url('../images/cart.png') no-repeat left 15px center;
}

.grid li .buttons .contact {
    float: left;
    line-height: 45px;
    width: 75%;
    padding: 0 20px 0 50px;
    color: #fff;
    background: #333 url('../images/contact.png') no-repeat left 15px center;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid li .buttons .contact:hover {
    background: #2e343e url('../images/contact.png') no-repeat left 15px center;
}

.grid li .buttons .favorite {
    float: left;
    height: 45px;
    width: 25%;
    background: #e50019 url('../images/heart.png') no-repeat center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.grid li .buttons .favorite.checked { background-color:#9a0415; /*b50317*/ }
.grid li .buttons .favorite:hover{
    background: #ce2023 url('../images/heart.png') no-repeat center center;
}
.infor a{
    color: white!important;
}.infor p{
    color: white!important;
}
.grid li .information {
    padding: 20px 12px 10px 12px;
    background: #f6f6f6;
    /*height: 40px;*/
    font-weight: 600;
}
.grid li .information .title {
    font-size: 15px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    display: block;
    margin-bottom: 8px;
    transition: color 0.15s linear;
    min-height: 40px;
}
.grid li .information .title:hover {
    color: #3182f1;
}
.grid li .information .price {
    margin: 0;
    line-height: 20px;
}
.grid li .information .price span {
    color: #e40101;
    font-size: 14px;
    font-weight: 700;
}
.grid li .information .price strike {
    float: right;
    color: #888;
    font-size: 14px;
}


@media screen and (max-width: 1170px) and (min-width: 720px)
{
    .grid li .information .title {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .grid li .buttons .cart, .grid li .buttons .contact {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .grid li .information .price strike {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 720px)
{
    .grid li {
        width: 50%;
    }
}
.category-title{
    padding-left: 10px;
}
#body .filter {
    padding-left: 10px;
}
@media screen and (min-width: 720px)
{
    #body .filter {
        width: 50%;
        float: left;
    }
    .category-title{
        width: 45%;
        float: left;
    }
}

@media screen and (max-width: 560px) and (min-width: 360px)
{
    .grid li .information .title {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .grid li .buttons .cart, .grid li .buttons .contact {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .grid li .information .price strike {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 360px)
{
    .grid li {
        width: 100%;
    }
}

.khuyenmai{
    background: #f6f6f6;
}
.thumbnail {
    margin: 12px 0;
}
.khuyenmai .subject{
    color: #000!important;
}
.thumbnail:after {
    clear: both;
    display: block;
    content: '';
}
.thumbnail li {
    margin: 0;
    position: relative;
    float: left;
    width: 25%;
    height: 474px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thumbnail li .images {
    display: block;
    height: 150px;
    overflow: hidden;
    border: 1px solid #ccc;
}
.thumbnail li .images img {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
    -webkit-transform: translate3d( -50%, -50%, 0 );
    -moz-transform: translate3d( -50%, -50%, 0 );
    -o-transform: translate3d( -50%, -50%, 0 );
    -ms-transform: translate3d( -50%, -50%, 0 );
    transition: ease 0.35s;
    -webkit-transition: ease 0.35s;
    -moz-transition: ease 0.35s;
    -ms-transition: ease 0.35s;
    -o-transition: ease 0.35s;
}
/*.thumbnail li .images:hover img {
    transform: translate3d( -54%, -50%, 0 );
    -webkit-transform: translate3d( -54%, -50%, 0 );
    -moz-transform: translate3d( -54%, -50%, 0 );
    -o-transform: translate3d( -54%, -50%, 0 );
    -ms-transform: translate3d( -54%, -50%, 0 );
}*/
.thumbnail li .title {
    display: block;
    font-weight: 700;
    margin: 10px 0;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.15s linear;
}
.thumbnail li .title:hover {
    text-decoration: none;
    color: #3182f1;
}
.thumbnail li p {
    margin: 10px 0;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
.thumbnail li .info {
    font-weight: normal;
    color: #d1d1d1;
    font-style: italic;
}
.thumbnail li .seemore {
    display: block;
    padding: 6px;
    color: #f6f6f6;
    background: #e20001;
    text-transform: uppercase;
    border:1px solid #f00000;
    margin-top: 15px;
    width: 80px;
    min-width: 100px;
    text-align: center;
}
.thumbnail li .seemore:hover {
    background: #f00000;
    color: #fff;
}


@media screen and (max-width: 840px)
{
    .thumbnail li
    {
        width: 50%;
        height: 480px;
    }
}
@media screen and (max-width: 360px)
{
    .thumbnail li
    {
        width: 100%;
        height: auto;
    }
}


#banner {
    display: block;
    height: 180px;
}

#body {
    padding: 0 0 25px 0;
    /* color: #959595; */
}
#body h1, #body span.h1 {
    /* color: #fff; */
}

@media screen and (max-width: 1170px)
{
    #body {
        padding-top: 0;
        padding-left: 12px;
        padding-right: 12px;
    }


}

.galleries {
    width: 180px;
    margin: 0;
}
.galleries:after {
    content: '';
    display: block;
    clear: both;
}
.galleries li {
    float: left;
    margin: 6px;
}
.galleries li img {
    width: 48px;
    height: 48px;
}

#footer {
    position: relative;
    min-height: 500px;
    background: #101f30;
    background-size: 100% 100%;
    color: #fff;
}

#footer .groups {
    display: table-row;
}
#footer .groups .group {
    display: table-cell;
    min-width: 190px;
    vertical-align: top;
    padding: 50px 0 20px 0;
}
#footer .groups .group2 { min-width: 300px; }

#footer .groups .group .group-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    margin: 0!important;
    padding-bottom: 30px;
    display: block;
    border-left: 1px solid #aaa;
    padding-left: 40px;
    padding-right: 40px;

}
#footer .groups .group ul.list {
    border-left: 1px solid #aaa;
    padding-left: 40px;
    padding-right: 40px;
}
#footer .groups .group ul.product-list {
    border-left: 1px solid #aaa;
    padding-left: 40px;

}
#footer .groups .group span {
    color: #e50019;
    font-weight: 500;
}
#footer .groups .contact {
    padding-left: 0;
}
#footer .groups .contact strong {
    color: #e50019;
}

#footer a {
    color: #999;
}
#footer .groups .group .list li {
    margin-bottom: 10px;
}
#footer .groups .group .list li a {
    text-transform: uppercase;
    font-weight: 500;
}
#footer .groups .group .list li:hover a {
    color: #fff;
}

#footer .groups .group .product-list li {
    width: 320px;
    margin-bottom: 18px;
    padding: 8px;
}
#footer .groups .group .product-list li:hover {
    background: rgba(255,255,255,0.15);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}
#footer .groups .group .product-list li:after {
    content: '';
    clear: both;
    display: block;
}
#footer .groups .group .product-list li .images {
    float: left;
    margin-right: 10px;
}
#footer .groups .group .product-list li .images img {
    float: left;
    width: 87px;
    height: 60px;
}
#footer .groups .group .product-list li .title {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 4px;
}
#footer .groups .group .product-list li .price {margin: 0;font-size: 14px;}
#footer .groups .group .product-list li .price strike {
    color: #fff;
    float: right;
}

@media screen and (max-width: 1170px)
{
    #footer .groups .group {
        width: 25%;
        min-width: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 960px)
{
    #footer .groups .group{
        width: 50%;
        padding-left: 20px;
    }
    #footer .groups .group:nth-child(2), #footer .groups .group:nth-child(3) {
        display: none;
    }
}

#footer .copyright {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    line-height: 54px;
    left: 0;
    right: 0;
}
#footer .copyright p { margin: 0; }

@media screen and (max-width: 560px)
{
    #footer {
        height: auto;
    }
    #footer:after {
        content: '';
        display: block;
        clear:both;
    }
    #footer .groups {
        display: block;
    }
    #footer .groups .group{
        float:left;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
    }
    #footer .copyright{
        float: left;
        width: 100%;
        position: relative;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

#body &gt; div &gt; h2, #body &gt; div &gt; span.h2 {
    margin-top: 20px;
    margin-bottom: 0;
}



#body .filter .filter-select {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    width: 160px;
    margin-right: 10px;
}
#body .filter .reset {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#body .filter .reset a {
    display: block;
    line-height: 43px;
    color: #666;
    height: 43px;
    padding: 0 10px;
    background: #eee;
}
#body .filter .reset a:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    border-right: 10px solid #eee;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
}

#body .filter .reset:hover a {
    background: #000;
    color: #fff;
}
#body .filter .reset:hover a:before {
    border-right-color: #000;
}

#body .filter .filter-select h4, #body .filter .filter-select span.h4 {
    line-height: 40px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding-left: 10px;
}
#body .filter .filter-select h4:after, #body .filter .filter-select span.h4:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 14px;
    width: 16px;
    height: 16px;
    background: url('../images/down-arrow.png') no-repeat center center;
    background-size: 14px auto;
}

#body .filter .filter-select ul{
    position: absolute;
    top: 40px;
    padding-top:  8px;
    width: 200px;
    z-index: 200;
    display: none;
}
#body .filter .filter-select:hover ul {
    display: block;
}

#body .filter .filter-select ul li {
    margin: 0;
}
#body .filter .filter-select ul li a{
    display: block;
    padding: 10px 24px 10px 12px;
    background: #EBEBEB;
    color: #959595;
    line-height: 18px;
}

#body .filter .filter-select ul .active a {
    background: #EBEBEB url('../images/ActiveAttributeCheck.gif') no-repeat right center;
}

#body .filter .filter-select ul li:hover a
{
    background: #444;
    color: #fff;
}
#body .filter .filter-select ul .active:hover a
{
    background: #444 url('../images/check-mark.png') no-repeat right 8px center;
    background-size: auto 12px;
    color: #fff;
}
#body .filter .filter-select ul .active a
{
    background: #444 url('../images/check-mark.png') no-repeat right 8px center;
    background-size: auto 12px;
    color: #fff;
}


/*=========== PRODUCT ===========*/
.product .product-image{
	float: left;
	max-width: 48%;
	padding: 0px 20px 15px 0px;
}
.product .product-image .primary{
	display: table-cell;
	border: 1px solid #e0e0e0;
	width: 540px;
	/* height: 440px; */
	padding: 30px 0px;
	vertical-align: middle;
	text-align: center;
	background: #fff;
	/* border-radius: 3px; */
}
.product .product-image .jcarousel{
    width: 450px;
    position: relative;
    left: -5px;
    /* margin-top: 15px; */
    margin: 15px auto;
    position: relative;
}
.product .product-image .jcarousel .chosen a{
	border-color: #ceba0d;
}
.product .product-image .jcarousel .jcarousel-next, .product .product-image .jcarousel .jcarousel-prev{
	position: absolute;
	cursor: pointer;
	width: 12px;
	height: 60px;
	background-image: url('../images/slide-arrow.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100% ;
	border: 0;
	outline: 0;
	top: 24px;
	right: -20px;
	opacity: 0.5;
}
.product .product-image .jcarousel .jcarousel-prev{
	left: -20px;
	right: auto;
	background-position: left center;
}
.product .product-image .jcarousel .jcarousel-next:hover, .product .product-image .jcarousel .jcarousel-prev:hover{
    opacity: 1;
}

.product .product-image .jcarousel li{
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product .product-image .jcarousel li a{
    display: table-cell;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 0;
    height: 100px;
    width: 120px;
    vertical-align: middle;
}
.product .product-image .jcarousel li img{
    max-height: 80px;
}


.product .product-information{
	float: left;
	max-width: 48%;
	padding: 0px 20px;
	/* color: #fff; */
	font-size: 125%;
}
.product .product-information h1, .product .product-information span.h1 {
	margin: 0 8px;
	font-size: 24px;
}
.product .product-information h1 strong, .product .product-information span.h1 strong{
	font-family: 'Roboto';
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}

.product .product-information p{
	margin: 8px 10px;
	line-height: 24px;
}

.product .product-information .spot{
	padding: 4px 10px 0px 10px;
}
.product .product-information .spot p{
	margin: 5px 0;
	color: #999;
}
.product .product-information .spot p strike{
	line-height: 20px;
	padding: 4px 0;
	display: block;
}
.product .product-information .spot p span{
	font-size: 24px;
	color: #e20101;
	font-weight: 600;
	vertical-align: top;
	display: block;
	padding: 4px 0;
}

.product .product-information .code{
	margin: 4px 0 10px 10px;
}
.product .product-information .code span{
    color: #2f78b7;
}
.product .product-information .line strong{
	width: 120px;
	display: inline-block;
}
.product .product-information .line a{
	color: #2f78b7;
}
.product .product-information .line .support{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 35px;
	background: #ceba0d;
	color: #ffffff;
	height: 36px;
	line-height: 36px;
	margin: 0 0 10px 5px;
	border-radius: 5px;
}
.product .product-information .line .buy{
	display: block;
	font-size: 16px;
	padding: 0px 50px;
	background: #434a54;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	margin: 10px 0;
	width: 200px;
    max-width: 68%;
	text-align: center;

}
.product .product-information .line .buy:hover, .product .product-information .line .support:hover {
    background: #666;
}




.product .product-information .brief{
	padding: 10px;
}
.product .product-information .brief p{
	margin: 0 0 5px 0;
}
.product .product-information .line em{
	font-style: normal;
	color: #ff0000;
	font-weight: bold;
}
.product .product-information ul li{
    padding: 0 10px 0 24px;
    background: url('../images/icon11.png') no-repeat left center;
    line-height: 20px;
    margin-left:10px
}
.product .product-information ul li a{
    font-weight: bold;
}
.product .product-information .product-hotline {
    position: relative;
    /* background: #f9f9f9; */
    /* border: 1px solid #e1e1e1; */
    padding: 5px;
    /* margin-top: 30px; */
    color: #015697;
    font-size: 150%;
}
.product .product-information .product-hotline .phone {
    color: #e20101;
    font-size: 120%;
    font-weight: 500;
    line-height: 120%;
}



.product .side{
	/* width: 250px !important; */
	padding-left: 10px;
	margin-top: 15px;
}
.product .side .box{
	margin: 10px 0 20px 10px;
}
.product .side .box:first-child{
	margin-top: 0;
}

.product-main {
    float: left;
    width: 800px;
}
.product-side {
    float: right;
    width: 340px;
}
.product-side &gt; .title{
    font-family: roboto;
    font-size: 15px;
    color: #444;
    text-transform: uppercase;
}
.product-side ul li {
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.product-side ul li:after {
    content: '';
    display: block;
    clear: both;
}
.product-side ul li .title{
    display: block;
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 13px;
}
.product-side ul li .title:hover {
    color: #444;
}
.product-side ul li .images{
    float: left;
    width: 94px;
    margin-right: 12px;
}
.product-side ul li .btn {
    float: right;
    background: #ceba0d;
    padding: 4px 10px;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
}
.product-side ul li p span {
    color: #c42c88;
    font-size: 16px;
}

.product-tabs:after{
    content: '';
    display: block;
    clear: both;
}
.product-tabs li{
    float: left;
    margin: 0;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    border-bottom: 0;
}
.product-tabs li a{
    display: block;
    padding: 8px 25px;
    font-size: 13px;
    line-height: 24px;
    /* text-transform: uppercase; */
}
.product-tabs li.active {
    background: #fff;;
    border-bottom: 0;
}
.product-tabs li:not(:first-child) {
    border-left: 0;
}

.product-tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.product-tab-content a{
	color: #0000FF;
}
.product-tab-content p {
    margin: 15px 0;
}

.product-tab-content div {
    max-width: 100%;
}

.main table tr:nth-child(even){
    background: #f0f0f0;
}
.main table th, .main table td{
    padding: 6px;
    border: 1px solid #e0e0e0;
}

.board-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}
.board-table th {
    font-size: 20px;
    padding: 10px;
    background: #fafafa;
    font-weight: 400;
    color: black;
    border-bottom: 2px solid #444;
}
.board-table th:nth-child(1) {
    width: 200px;
}
.board-table th:nth-child(3) {
    width: 260px;
}
.board-table th:nth-child(4) {
    width: 150px;
}

.board-table td {
    padding: 12px;
}
.board-table .name {
    font-size: 14px;
}
.board-table .price span{
    color: red;
    font-size: 15px;
    font-weight: 500;
}
.board-table .price strike {
    color: #888;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}
.board-table .seemore {
    text-align: center;
    font-size: 15px;
}
.board-table .seemore a {
    color: #2486ff;
}

@media only screen and ( max-width: 1170px )
{
    .product .product-image, .product .product-information {
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .product .product-image .jcarousel {
        width: 100%;
    }
}

@media only screen and ( max-width: 840px )
{
    .board-table th:nth-child(1), .board-table th:nth-child(3) {
        width: 140px;
    }
    .board-table th:nth-child(4) {
        width: 100px;
    }
    .board-table .price strike {
        display: block;
        margin: 0;
    }
}

@media only screen and ( max-width: 640px )
{
    .product .product-image, .product .product-information {
        padding: 0 2px;
        width: 100%;
        max-width: 100%;
    }
    .product .product-image {
        max-width: 440px;
        padding: 0 20px;
        margin: 0 auto;
        float: none;
    }

    .board-table th:nth-child(1), .board-table td:not(.name):nth-child(1) {
        display: none;
    }
}
@media only screen and ( max-width: 440px )
{
    .board-table th:nth-child(1), .board-table th:nth-child(3) {
        width: 80px;
    }
    .board-table th:nth-child(4) {
        width: 60px;
    }

    .board-table td {
        padding: 4px;
    }
    .board-table th {
        font-size: 100%;
    }
    .board-table .name, .board-table .seemore, .board-table .price span, .board-table .price strike {
        font-size: 80%;
    }
}



.btn-seemore {
    display: block;
    width: 280px;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
    margin: 30px auto;
    background: #333;
    color: #fff;
}
.btn-seemore:hover {
    background: #ef3639;
}

.share &gt; div {
    vertical-align: bottom;
}

.tags {
    display: block;
    margin: 20px 0
}

.tags a i {
    margin-right: 5px;
}
.tags a {
    display: inline-block;
    vertical-align: top;
    background-color: #e8554e;
    color: #fff;
    padding: 6px 15px;
    margin: 5px 0;
    width: auto;
    font-family: roboto;
    transition: all ease-in-out .1s;
    -webkit-transition: all ease-in-out .1s;
    -moz-transition: all ease-in-out .1s;
    -o-transition: all ease-in-out .1s;
    -ms-transition: all ease-in-out .1s
}

.tags a:hover {
    background: #333
}


#maptcont {
    height: 450px;
}

.contact-form, .contact-infor {
    float: left;
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.contact-form label,.contact-infor label {
    float: left;
    width: 140px;
    line-height: 36px
}

.contact-form input[type="text"],.contact-form textarea,.contact-infor input[type="text"],.contact-infor textarea {
    outline: 0;
    color: #757575;
    width: 260px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    font-family: inherit;
    font-size: inherit
}

.contact-form a,.contact-infor a {
    color: #00873b !important;
}

.contact-form .btn,.contact-infor .btn {
    background: #ec614c;
    margin: 20px auto;
    display: block;
    width: 180px;
    padding: 12px;
    text-align: center;
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form .btn:hover,.contact-infor .btn:hover {
    background: #cc4a36
}

.contact-form .infor,.contact-infor .infor {
    position: relative;
    margin: 0 0 12px 0;
    padding-left: 32px;
    font-size:14px;
}

.contact-form .infor i,.contact-infor .infor i {
    position: absolute;
    font-size: 18px;
    top: 2px;
    left: 0;
    width: 16px;
    text-align: center;
    color: #666;
}

.contact-form .infor strong,.contact-infor .infor strong {
    display: inline-block;
    vertical-align: top;
    width: 72px;
}

.contact-form li:after {
    content: '';
    clear: both;
    display: block;
}

@media only screen and ( max-width: 640px )
{
    .contact-form, .contact-infor {
        width: 100%;
    }
}



.order_form .box {
    padding: 15px;
}
.order_form .box h2, .order_form .box span.h2 {
    line-height: 24px;
    margin: 0 0 15px 0;
}

.order_form .box label{
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 4px 10px;
    width: 140px;
    margin-bottom: 4px;
}
.order_form .box input[type="text"]
{
    height: 18px;
    line-height: 18px;
    padding: 5px 10px;
    margin-bottom: 4px;
    border: 1px solid #e0e0e0;
    background: #fefefe;
}
.order_form .box input[type="radio"]
{
    display: inline-block;
    vertical-align: top;
}
.order_form .box textarea {
    display: block;
    width: 100%;
    height: 80px;
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.order_form .box .payment{margin: 20px 0px;position: relative;}
.order_form .box .payment li {
    position: relative;
}
.order_form .box .payment li &gt; i{
    color: #999;
    margin-left: 5px;
}
.order_form .box .payment li &gt; div{
    float: right;
    right: 0;
    width: 500px;
    padding: 2px 12px;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    display: none;
}
.order_form .box .payment li:after {
    content: '';
    display: block;
    clear: both;
}
.order_form input[type="submit"] {
    border: none;
    padding: 15px 15px;
    background-color: #6ab99a;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 15px;
    outline: none;
    width: 260px;
    border-radius: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}
.order_form input[type="submit"]:hover{
    background: #7dd4b2;
}

#body .table {
    width: 100%;
    border-collapse:collapse;
    background: #fff;
    border: 1px solid #e6e6e6;
}

#body .table tr:nth-child(even){
    background: #f0f0f0;
}
#body .table th, #body .table td{
    padding: 6px;
    border: 1px solid #e0e0e0;
}

#body .table tr {
    height: 40px;
}
#body .table .row{
    height: 98px;
}
#body .table th {
    padding: 12px 0;
    background: #f0f0f0;
}
#body .table tr:nth-child(even){
    background: #fff;
}
#body .table input[type="number"] {
    width: 40px;
    height: 24px;
    padding: 4px 10px;
    border: 1px solid #e0e0e0;
}
#body .table .order-button {
    padding: 4px 8px;
    color: #fff;
    margin-right: 8px;
    background: #3DAECA;
}
#body .table .order-button + .order-button{background: #da282d;}
#body .table th:first-child, #body .table td:first-child {
    display: none;
}

#mapcont {

}

.go-to-top {
    display:block;
    /* height:50px; */
    position:fixed;
    bottom:15px;
    text-decoration:none;
    box-shadow:0 0 5px #ddd;
    -webkit-box-shadow:0 0 5px #ddd;
    -moz-box-shadow:0 0 5px #ddd;
    z-index:999999999;
    right:10px;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 40px; */
    border-radius:25px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.go-to-top:hover{
    color:#fff;
}


.btn-call-now{
    display:block;
    /* height:50px; */
    position:fixed;
    width:366px; /*430px;*/
    bottom:10px;
    background:#e50019;
    text-decoration:none;
    box-shadow:0 0 5px #ddd;
    -webkit-box-shadow:0 0 5px #ddd;
    -moz-box-shadow:0 0 5px #ddd;
    z-index:999999999;
    left:0;
    color: #FFF;
    font-weight: 500;
    font-size: 20px;
    /* line-height: 40px; */
    border-radius:25px;
    padding:5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-call-now .mobile { display: none; }
.btn-call-now:hover{
    color:#fff;
    text-decoration: none;
}
.btn-call-now span {
    line-height: 40px;
    display: block;
}
.btn-call-now em{
    float: left;
    position:relative;
    color:#b70100;
    font-size:30px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-right: 5px;
}
.btn-call-now em:before {
    position:absolute;
    top:5px;
    left:8px;
}
@keyframes calllink {
  0%{
    color:#eba11e;
  }

  50%{
    color:#fff;
  }
  100%{
    color:#ebfa48;
  }
}
#cart-table tr{color: black!important;}
#cart-table th{color: black!important;}
#cart-table td{color: black!important;}

@media screen and (max-width: 840px)
{
    #cart-table th:nth-child(2){
        width: 80px;
    }

    #cart-table th:nth-child(4),  #cart-table tr:not(:last-child) td:nth-child(4){
        width: 0;
        overflow: hidden;
        padding: 0;
        display: block;
        border: none;
        outline: none;
    }
}
@media screen and (max-width: 650px)
{
    .btn-call-now{
        /*width: 50px; font-size: 100%;*/
        width: 250px;
        bottom: 10px;
        white-space: nowrap;
        overflow: hidden;
        left: 10px;
        height: 50px;
    }
    .btn-call-now .pc { display: none; }
    .btn-call-now .mobile { display: inline-block; }

    #cart-table th:nth-child(5) {
        width: 80px;
    }
}
@media screen and (max-width: 480px){
    #cart-table th:nth-child(2), #cart-table td:nth-child(2){
        display: none;
    }

    #cart-table th:nth-child(7)
    {
        width: 60px;
    }
    #cart-table td:nth-child(7)
    {
        text-align: center;
    }
    #cart-table th:nth-child(6),  #cart-table tr:not(:last-child) td:nth-child(6){
        display: none;
    }
    #cart-table tr:last-child td:nth-child(5){
        display: none;
    }

    #cart-table .order-button {
        margin-right: 0 !important;
    }
    #cart-table .order-button:first-child {
        display: none;
    }
}
@media screen and (max-width: 320px){
    .btn-call-now{
        font-size: 90%;
    }
}





.hide { display: none !important; }
ul.yiiPager { display: block; width: 100%; text-align: right; }
ul.yiiPager a:link, ul.yiiPager a:visited { padding: 5px 10px; }
ul.yiiPager li { line-height: 3em; }
.sub-cat li {
    padding: 5px 10px;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #ccc;
    margin: 5px;
}
.sub-cat li.active { font-weight: 600; }
.sub-cat li.active a { color:red; }
.sub-cat li.sub-item { font-size: 90%; font-weight: 600; }

#mobileMenu &gt; ul &gt; .board &gt; ul &gt; li.menu-item-103 { max-height: 135px; }
.menu-footer &gt; img {  }
iframe { max-width: 100%; }

.img-click img:hover, .btn:hover { cursor: pointer; }

.product-tab-content #desc &gt; img { display: none; }</pre></body></html>