html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background-color: #fff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
body, td, th, input, textarea, select, a {
    font-size: 12px;
}
h1 {
    color: #636E75;
    font-family: Verdana;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
.welcome {
    color: #df9c00;
    font-family: sans-serif;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
.welcome-content p {
    line-height: 26px;
    font-size: 20px;
    color: #636E75;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 0 1px rgba(94, 87, 150, 0.25);
}
h2 {
    color: #000000;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 5px;
}
p {
    margin-top: 0px;
    margin-bottom: 20px;
}
a, a:visited, a b {
    color: #38B0E3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
}
a img {
    border: none;
}
form {
    padding: 0;
    margin: 0;
    display: inline;
}
input[type='text'], input[type='password'], textarea {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 3px;
    margin-left: 0px;
    margin-right: 0px;
    outline: none;
    border-radius: 0;
}
select {
    background: #F8F8F8;
    border: 1px solid #CCCCCC;
    padding: 2px;
    border-radius: 0;
}
label {
    cursor: pointer;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
.lfloat{
    float: left;
}
.rfloat{
    float: right;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb li{
    display: inline-block;
}
.breadcrumb a {
    color: #717171;
    position: relative;
    margin-right: 25px;
    font-size: 12px;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #6bb42f;
}
.breadcrumb a:after {
    content: "/";
    position: absolute;
    color: #717171;
    right: -17px;
    top: 0;
}
.buttons a{
    color: #fff;
}
.pagination{
    margin-top: 30px;
    border-top: 1px solid #dfdfdf;    
}
.radio, 
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.success{
    margin-top: 20px;
}
.alert {
    padding: 8px 14px 8px 14px;;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* header */
header{
    border-top: 0 solid #f5f5f5;
    text-align: center;
    
    background: #1b668c;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.33);
}
.header-top{
    display: none;
}
.header-body{
/*    padding: 27px 0;*/
    padding: 2px 0;
    top: 0px;
    z-index: 999;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: -100px;
}
.header-body.header-fixed {
    position: fixed;
    background: #1b668c;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.header-body.header-fixed .drop-menu.multi-menu a{
    padding: 5px 0;
}
.header-bottom{

}
.text-welcome{
    text-align: left;
}
.text-welcome strong{
    text-align: left;
}
.hotline {
    float: right;
    text-align: left;
    white-space: nowrap;
    width: 170px;
    margin-top: 5px;
}
.hotline .icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    float: left;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
}
.hotline i {
    font-size: 38px;
    color: #df9c00;
}
.hotline p {
    margin: 0;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 2px;
}
.hotline span {
    color: #c00006;
    font-weight: 700;
    font-family: OpenSans,Arial,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.text-welcome {
    float: left;
    font-family: OpenSans,OpenSans,Arial,Helvetica,sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    list-style: none;
    color: #717171;
    margin-bottom: 0;
    line-height: 55px;
}
#logo{
    display: inline-block;
}
#logo img{
    vertical-align: middle;
    height: 44px;
}
#logo a{
    overflow: hidden;
}


/* layout */
#wrapper{
    margin-top: 30px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px){
    .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
    .header-body.header-fixed{
        padding: 2px 0;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
#content{

}

/* Main menu */
#main-menu{
    background: #1b668c;
    margin-bottom: 0px;
    font-family: OpenSans,Arial,Helvetica,sans-serif;
    font-size: 18px;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left{
    float: left;
    width: 15%;
}
.header-left .navbar-header{
    display: none;
}
.header-center{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}
.header-right{
    display: none;
}
#main-menu .navbar {
    background: none;
    margin-bottom: 0;
    min-height: 44px;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.close-menu-wrap{
    display: none;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px){
    .navbar-toggle{
        display:none;
    }
    .navbar-nav>li {
        float: left;
    }
}
@media (max-width: 767px){
    #main-menu .navbar #menu-pc {
        float: none;
        border: 0;
        margin: 0 -15px;
        padding: 0 15px;
        background: #ad2931;
    }
}
#main-menu .navbar #menu-pc {
    padding: 0;
    float: left;
}

.navbar-nav, .nav {
    background: none;
    float: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    gap: 5px;
}

.navbar-nav>li {
    margin: 0;
    padding: 0 10px;
    white-space: nowrap;
    float: left;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-nav>li.current {
    background: none;
    margin-left: -20px;
    display: none;
}
.navbar-nav>li.current a{
/*    padding: 35px 0;*/
    bottom: 4px;
}
#main-menu .navbar .nav li span i {
    font-size: 22px;
}
.visible-xs{
    display: none;
}
.header-fixed .navbar-nav>li>a{
    padding: 20px 0;
}
.navbar-nav>li>a {
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 30px 0px;
    border: none;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar-nav>li>i{
    display: none;
    position: absolute;
    height: 0;
}
.navbar-nav>li:hover>a{
    color: #6bb42f;
    text-decoration: none;
}
.navbar-nav>li>a:after {
    content: "";
    background: #6bb42f;
    width: 0%;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    margin-top: 4px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}
.navbar-nav li:hover>a:after {
    width: 75%;
}
.dropdown-menu{    
    opacity: 0;
    display: block;
    margin-left: 0;
    z-index: 10000;
    top: 100% !important;
    width: auto;
    left: auto;
    right: auto;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #6bb42f;
    padding: 10px 0;
    filter: alpha(opacity=0);
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    visibility: hidden;
    -webkit-border-radius:0 5px;
    -moz-border-radius:0 5px;
    border-radius: 0 5px;
    position: absolute;
}
#main-menu .dropdown-menu>ul{
    display: flex;
    flex-flow: row wrap;
}
#main-menu ul li .full-width{
    left: 0;
    right: 0;
    width: 100%;
}
.collapse > ul.drop-menu{
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: auto;
}
.dropdown-menu>ul>li{
    float: left;
    margin: 0;
    width: 20%;
    min-width: inherit;
    border: none; 
    position: relative; 
}
.dropdown-menu>ul>li > a.dropdown-sub{    
    font-size: 14px;
    color: #777777;
    text-transform: capitalize;
    padding: 5px 50px 5px 20px;
    text-align: left;
    display: flex;
}
.dropdown-menu>ul>li > a.dropdown-sub span{
    width: 100%;
    padding: 5px 0;
    font-weight: 600;
    color: #df9c00;
}
.dropdown-menu>ul>li > a.dropdown-sub span:hover{
    color: #696969;
}
.dropdown-menu>ul>li>a{
    text-align: left;
}
.dropdown-menu>ul>li > a.dropdown-sub:hover,
.dropdown-menu>ul>li:hover > i{
    color: #6bb42f;
    text-decoration: none;
}
.dropdown-menu>ul>li > i{
    color: #333;
    font-size: 12px;
}
.dropdown-menu>ul>li > i.icon-menu{
    display: none;
}
.dropdown-menu>ul>li .dropdown-submenu{
    left: unset;
    display: flex;
    z-index: 10000;
    top: 0;
    width: auto;
    right: auto;
    background-color: #fff;
    padding-left:10px;
    position: relative;    
}
.drop-menu{
    margin-bottom: 0;
}
.dropdown-menu>ul>li:hover .dropdown-submenu{
    display: block;
    visibility: visible!important;
    opacity: 1;
    filter: alpha(opacity=70);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    margin-top: 0px;
}
.dropdown-submenu ul li{
    float: left;
    margin: 0;
    width: 100%;
    min-width: inherit;
    border: none;
    position: relative;
}
.drop-menu a{
    font-size: 14px;
    color: #777777;
    text-transform: capitalize;
    padding: 5px 20px;
    text-align: left;
}


#main-menu .navbar ul > li:hover .dropdown-menu {
    display: block;
    visibility: visible!important;
    opacity: 1;
    filter: alpha(opacity=70);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    margin-top: 2px;
}
.header-fixed #main-menu .navbar .nav ul {
    margin-top: 0px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    color: #222222;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}
.dropdown-item:hover {
    background: none;
    text-decoration: none;
    color: #6bb42f;
}
.icon-menu{
    color: #333;
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 12px;
    padding: 12px;
    cursor: pointer;
}
.icon-rotate{
    transform: rotate(90deg);
}


/*Search*/
#search {
    float: right;
    position: relative;
    
}
#search:before {
    content: "";
    display: inline-block;
    background: #dcdcdc;
    left: -5px;
    top: 12px;
    bottom: 12px;
    width: 1px;
    height: auto;
    position: absolute;
}
#search .button-search:hover {
    cursor: pointer;
    background-color: #d1d1d1;
}
#search .button-search {
    height: 46px;
    width: 51px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
}
#search .button-search i{
/*    line-height: 45px;*/
    text-align: center;
    vertical-align: middle;
    padding: 12px 0;
}
#search input {
    line-height: 44px;
    background: #fff;
    border: 1px solid #f7f7f7;
    color: #525254;
    padding: 0 20px;
    width: 200px;
    font-size: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
#search input:focus{
    background: #e6e6e6;
    outline: none;
}
.header-fixed .box-search{
    display: block;
    top: 5px;
    position: relative;
}
.box-search{
    display: block;
    top: 15px;
    position: relative;
}
.search-info{
    max-width: 835px;
    padding: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
    -moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
}
/* Hone info */
.box-home{
    background: #fff;
    margin-bottom: 40px;
    clear: both;
    border-bottom: 1px solid #dfdfdf;
}
.box-home ul, .box-home li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-home .box-heading{
    letter-spacing: 1px;
    color: #525254;    
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 1px solid #dfdfdf;
    clear: both;
    position: relative;
    top: 1px;    
   display: flex;
    background: white;
    z-index: 1;
    overflow: hidden;
}
.box-home .box-heading h2{
    text-align: left;
    font-size: 15px;
    color: #525254;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: 0px;
    margin-bottom: 2px;
    padding: 10px 10px;
    flex: 1 auto;
}
.box-heading h2 a{
    color: #333;
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'SourceSansPro';    
}
.box-heading div{
    float: right;
    overflow: hidden;
    display: flex;
}
.box-heading div p{
    margin: 0;
}
.box-heading div p a{
    display: inline-block;
    font-size: 14px;
    padding: 10px 10px;
    color: #288ad6;
    letter-spacing: 0.1px;
}
.box-heading div a:hover {
    color: #d9232e;
}
.box-home ul, .box-home li{
    list-style: none;
}
.box-heading{
    background: none;
}
.box-heading h2{
    text-align: center;
}
.box-heading h2 a{
    color: #333;
    font-size: 25px;
    font-family: sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.title-bg{
    background-repeat: no-repeat;
    height: 28px;
    margin-bottom: 30px;
}
.box-product{
    margin: auto;
    padding: 0;
    font-size: 0;
    overflow: visible;
}
.box-product > div {
    width: 25%;
    margin: 0;
    text-align: center;
    position: relative;
    padding: 5px 20px;
}
.box-product .image{
    text-align: center;
    overflow: hidden;
}
.box-product .image img{
    border: none;
    padding: 2px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
    width: 100%;
}
.box-product .image:hover img{
    transform: scale(1.25);
    transition: all 1s ease;
}
.mash-image{
    padding: 4px;
    background-color: #efe;
    border: 1.2px solid #ddd;
}
.box-product > div:hover .image img {
    -ms-transform: translate(0px,-10px);
    -webkit-transform: translate(0px,-10px);
    transform: translate(0px,-10px);
}
.box-product .name{
    text-align: center;
    overflow: hidden;
}
.box-product .name a{
    color: #004481;
    font-size: 15px;
    padding: 5px;
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
}
.box-product > div:hover .name a {
    color: #525254;
    font-weight: 700;
}
.box-product .price {
    font-size: 16px;
    text-align: center;
    color: #c42a2f;
    position: relative;
    z-index: 2;
}
.box-product .price-old{
    font-size: 12px;
    color: #999;
}
.box-item{
    margin: 0;
    text-align: center;
    position: relative;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.box-item:hover{
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    z-index: 3;
}
/*
.box-item:nth-child(2n){
    background: #eeeeee;
}
.box-item:nth-child(2n+1){
    background: #f8f8f8;
}
.box-item:nth-child(1), 
.box-item:nth-child(3), 
.box-item:nth-child(6), 
.box-item:nth-child(8), 
.box-item:nth-child(9),
.box-item:nth-child(11) {
    background: #eeeeee;
}
.box-item:nth-child(2),
.box-item:nth-child(4),
.box-item:nth-child(5), 
.box-item:nth-child(7), 
.box-item:nth-child(10), 
.box-item:nth-child(12) {
    background: #f8f8f8;
}*/
.box-view-more{
    text-align: center;
}
.box-view-more .view-more{
    color: #fff;
    font-size: 13px;
    padding: 7px;
    margin: 10px;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
}

/* Box info */
.box-info{
    margin: auto;
    padding: 0;
    overflow: visible;
}
.box-info h4{
    text-align: center;
}
.box-info h4 a{
    color: #df9c00;
    text-transform: uppercase;
    text-decoration: none;    
    font-size: 20px;
    font-weight: bold;
    font-family: 'Helvetica Neue';
}
.box-info p{
    color: #555;
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
}
li.box-item-info{
    width: 33.3333%;
    float: left;
    padding: 20px;
}



/* Product */
.product-category{
    font-size: 0;
    overflow: visible;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #e6e6e6;
    clear: both;
}
.product-category li.featured .info {
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
}
.product-category li.featured h3{
    font-size: 13px;
    color: #333;
    font-weight: 400;
    letter-spacing: .3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.product-category li.featured:hover h3{
    color: #525254;
    font-weight: 700;
}    
.product-category li.item-links .more-links{
    overflow: hidden;
    padding-top: 5px;
    margin-bottom: -8px;
}    
.product-category li.item-links .more-links a{
    width: auto;
    height: auto;
    position: relative;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px;
    float: left;
    text-align: center;
    margin-right: 5px;
    text-decoration: none;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);
    margin-bottom: 5px;
}    
.product-category li.item-links .more-links a.active{
    border-color: #d9232e;
    font-weight: bold;
}    
.product-category li.item-links .more-links a span{
    color: #333;
    font-size: 12px;    
    text-transform: capitalize;
}    
.product-category li.item-links .more-links a strong{
    font-size: 13px;
    display: block;
    color: #d9232e;
    margin-top: 0px;
}
.product-category li {
    width: 25%;
    margin: 0;
    text-align: center;
    position: relative;
    padding: 10px 10px;
/*    border-bottom: 1px solid #e6e6e6;*/
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
/*.product-category li:after {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.product-category li:first-child:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}*/
.product-category li:hover{
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    z-index: 3;
}
.product-category li:hover a{
    color: #df9c00;
    font-weight: 700;
}
.product-category li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.product-category .box-border{
    border:1px solid #dfdfdf;
}
.product-category .image{
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
}
.product-category .image img{
    border: 0;
    width: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
}
.product-category .name{
    font-size: 13px;
    color: #555;
    text-align: left;
    font-weight: normal;
    height: 36px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
}
.product-category h3{
    font-size: 0px;
}
.product-category .name a{
    font-size: 13px;
    color: #333;
    font-weight: 400;
    letter-spacing: .3px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.cate-home{
    margin: 0;
    text-align: center;
    position: relative;
    padding: 10px 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;  
}

.product-info{
    padding: 10px;
    overflow: overlay;
    max-width: 835px;
    margin: 0 auto;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
    -moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
}
.product-info > .left{
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px;
}
.product-info > .right{
    width: 100%;
    clear: both;
    padding: 5px 20px;
    text-align: center;
}
.product-info > .left + .right{
    margin: 0;
}
.product-info-content{
    padding: 5px 20px;
}
/* Catalog product */
.product-filter{
    border-bottom: 2px solid #525254;
}
.product-grid{
    font-size: 0;
    overflow: visible;
}

/* Filter */
.product-filter{
    margin-bottom: 1em;
    background: #f5f5f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: none;
    padding-bottom: 0px;
    overflow: inherit;
}
.product-filter .cate-heading h1{
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
#cate-nav-list {
    width: 100%;
    margin: 0;
    padding: 10px;
    display: inline-block;
}
#cate-nav-list li {
    list-style: none;
    display: inline-block;
    margin: 0;
}
#cate-nav-list li a {
    color: #333;
    padding-left: 10px;
    text-transform: capitalize;
    font-size: 13px;
}
#cate-nav-list li a:hover {
    color: #df9c00;    
}
#cate-nav-list .item_sorter {
    margin-right: 10px;
}
#cate-nav-list .moreviewoption {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
    color: #288ad6;
    position: relative;
}
#cate-nav-list .list_all_options {
    position: absolute;
    top: 150%;
    left: 50%;
    margin-left: -130px;
    width: 360px;
    border: 1px solid #d9d9d9;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 10;
    display: none;
}
#cate-nav-list .item_sorter .list_all_options {
    width: 140px;
    margin-left: -77px;
}
#cate-nav-list .active .list_all_options {
    display: block;
}
#cate-nav-list .list_all_options:before {
    content: "";
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #d9d9d9;
    position: absolute;
    bottom: 100%;
    left: 40%;
}
#cate-nav-list .list_all_options:after {
    content: "";
    border-width: 9px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 100%;
    left: 40%;
    margin-left: 1px;
}
#cate-nav-list .list_all_options label {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 9px;
    margin-bottom: 9px;
    display: block;
    padding-top: 5px;
}
#cate-nav-list .list_all_options button{
    background: transparent;
    position: absolute;
    right: 10px;
    top: 5px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    padding: 0;
    width: 25px;
    height: 25px;
    line-height: 10px;
    border-style: solid;
    border-width: 1px;
}
#cate-nav-list .list_all_options button:hover{
    background: #d9232e;
    color: #fff;
}
#cate-nav-list .list_all_options ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#cate-nav-list .list_all_options ul li {
    width: 50%;
    float: left;
    padding: 3px 0;
}
#cate-nav-list .item_sorter .list_all_options ul li {
    width: 100%;
    float: none;
}
#cate-nav-list .list_all_options ul li a {
    font-size: 13px;
}
#cate-nav-li .list_all_options ul li a:before {
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
}
#cate-nav-list .item-mobile{
    display: none;
}
#cate-nav-list .item-mobile .list_all_options{
    width: 180px;
    margin-left: -56px;
}
.product-grid > div {
    width: 25%;
    text-align: center;
    position: relative;
    padding: 10px 10px;
    margin: 0;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.product-grid > div:hover {
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    z-index: 3;
}
.product-grid > div:nth-child(2n+1) {
    background: none;
}
.product-grid > div:nth-child(2n) {
    background: none;
}
.product-grid .image {
    padding: 5px 0;
}
.product-grid .image a{
    width: 100%;
    height: auto;
    display: block;
}
.product-grid .image img {
    padding: 3px;
    border: none;
    width: 100%;
    height: auto;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
}
.product-grid > div:hover .image img {
    -ms-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.product-grid .more {
    
}
.product-grid .name {
    text-align: left;
}
.product-grid .name a {
    color: #333;
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
}
.product-grid > div:hover .name a {
    color: #df9c00;
    font-weight: 600;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
}
.product-grid .description {
    color: #666;
    font-size: 12px;
    text-align: justify;
    line-height: 20px;
    padding: 10px 0;
    display: none;
}
.product-grid > div:hover .description{
    color: #004481;
    font-size: 14px;
    font-weight: bold;
    display: block;
    position: absolute;
    background: #dfdfdf;
    width: 100%;
    padding: 5px 10px;
    margin: auto;
    overflow: hidden;
    left: 0;
    right: 0;
    height: 240px;
    top: 0;
    opacity: 0.9;
}
.product-grid > div:hover .description a{
    color: #004481;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none; 
    line-height: 20px;   
}
.product-grid .price {
    font-size: 16px;
    text-align: left;
    color: #000;
    position: relative;
    z-index: 2;
    font-weight: 600;
    padding: 5px 0;
    display: none;
}
.product-grid > div:hover .price {
    position: absolute;
    top: 100px;
    display: block;
}
.product-grid .price-old {
    font-size: 13px;
    text-align: left;
    color: #808080;
    position: relative;
    z-index: 2;
    font-weight: 600;
    text-decoration: line-through;
}
.product-list .price-tax{
    display: none;
}
.product-grid .cart {
    display: none;
}
.product-grid > div:hover .cart {
    position: absolute;
    top: 135px;
    display: block;
}
.product-grid .wishlist, 
.product-grid .compare{
    display: none;
}
.product-list .image img{
    border: none;
}
.product-list .name{
    margin-bottom: 10px;
}
.product-list .name a{
    color: #333;
    font-size: 14px;
}
.product-list .name a:hover{
    color: #df9c00;
}
.product-list .description a{
    font-size: 13px;
    color: #004481;
}
.product-list .price-new{
    font-size: 15px;
}
.product-list .price-old{
    font-size: 13px;
}
.product-list .wishlist, 
.product-list .compare{
    display: none;
}
/* product */
.product-info .product-name{
    font-size: 32px;
    font-weight: 600;
    color: #525254;
    text-align: left;
    font-style: italic;
    text-transform: capitalize;
    line-height: 1.4;
    border-bottom: 1px solid #dfdfdf;
}
.product-info .image {
    border: 0;
    padding: 5px 20px;
    width: 100%;
    float: none;
    margin: 0 auto;
    vertical-align: middle;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px;
}
.product-info .thumbs-adition {
    clear: both;
    margin: 0 auto;
    padding: 5px 20px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px;
}
.product-info #thumbs {
    max-width: 500px;
    height: 80px;
    float: none;
    clear: both;
    margin: 0 auto;
}
.product-info #thumbs a {
    width: 78px;
    display: inline-block;
}
.product-info .description{
    border-top: none;
    border-bottom: none;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.product-info .description li{
    list-style: none;
}
.product-info .manu-image {
    display: inline-block;
    margin-top: -10px;
    margin-bottom: 10px;
}
.product-info > .right ul {
    background: #f9f9f9;
    display: table;
    width: 100%;
    text-align: left;
    padding: 0;
    border-collapse: collapse;
    font-size: 13px;
    margin-bottom: 0;
    border: 1px solid #e7e7e7;
}
.product-info > .right li {
    display: table-row;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.product-info > .right li dt {
    display: table-cell;
    font-weight: 700;
    padding: 10px 15px;
    font-family: OpenSans, Arial, Helvetica, sans-serif;
    width: 20%;
}
.product-info > .right li dd {
    display: table-cell;
    padding: 10px 15px;
    border-left: 1px solid #e7e7e7;
}
.product-info .price {
    border-color: #525254;
    padding: 10px 0;
    position: relative;
    margin-bottom: 0;
    border-bottom: 0;
    text-align: center;
    font-family: OpenSans,Arial,Helvetica,sans-serif;
}
.product-info .price span {
    color: #dd242b;
    clear: both;
    display: block;
    font-size: 30px;
    padding: 2px 0;
}
.product-info .price span.price-old {
    font-weight: 700;
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: line-through;
}
.product-info .price span.price-new {
    color: #dd242b;
    clear: both;
    display: block;
    font-size: 30px;

}
.product-info span.price-tax {
    font-size: 12px;
    font-weight: normal;
    color: #999;
}
.product-info .price .discount div{
    padding: 2px 0;
}
.product-info .cart{
    padding: 5px 0;
    margin-bottom: 5px;
}
.product-info .cart input{
    width: 100%;
    padding: 6px 12px;
    margin: 5px 0;
}
.product-info .cart .form-control{
    padding: 3px 10px;
    margin: 0;
}
.product-info .cart .alert{
    margin-bottom: 5px;
}
.product-social{
    display: inline-block;
}
.social-share{
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 10px;
}
.social-share a{
    transition: background-color .2s;
    padding: 5px;
    border-radius: 100%;
    width: 20px;
    height: 18px;
    text-align: center;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 7px;
}
.social-share a i{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.social-share a:hover{
    background: #dfdfdf;
}
.htabs {
    background: none;
    height: auto;
    line-height: normal;
    margin-top: 5px;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    border-bottom: 3px solid #525254;
}
.htabs a.selected {
    background: #1b668c;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    margin-bottom: -3px;
    padding-bottom: 13px;
    border-left: 7px solid #525254;
    font-family: Verdana;
    font-size: 13.5px;
}
.htabs a {
    background: none;
    text-transform: uppercase;
    font-family: Verdana;
    font-weight: 600;
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    display: inline-block!important;
    text-decoration: none;
    color: #333;
    letter-spacing: -1px;
}
.tab-content {
    font-size: 13px;
    line-height: 23px;
    width: 100%;
    border: none;
}
.tab-content img {
    max-width: 80%;
    height: auto!important;
    margin: 0 auto;
    display: block;
}
.tab-content-img{
    display: block;
}
.tab-content-img img{
    display: inline-block;
    max-width: 48%;
    padding: 7px;
    margin: auto;
    border: 1px solid #dfdfdf;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
}

.tab-content-img img:hover{
    -ms-transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}

/* Carousel */
.carousel-mfc{
    width: 100%;
    background: url('http://localhost/ohkubo/image/data/map_asia.svg'), linear-gradient(-135deg, #325476, #484777); 
    padding: 90px 0 80px;
    background-repeat: repeat;
    background-size: contain;
}
.carousel-mfc .owl-carousel .owl-item img{
    padding: 0 5px;
}
#carousel,
.carousel-inner>.item>a>img, 
.carousel-inner>.item>img, 
.img-responsive, .thumbnail a>img, 
.thumbnail>img{
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
#thumbs {
    overflow: hidden;
    clear: both;
    width: 500px
}
#carousel {
    width: 500px;
    height: 500px;
    overflow: hidden;
    text-align: center!important;
    margin: 0 auto;
}
#carousel span,
#carousel img,
#thumbs a,
#thumbs img {
    display: block;
    text-align: center;
}
#carousel span,
#carousel a,
#thumbs span,
#thumbs a {
    position: relative;
}
#carousel img,
#thumbs img {
    border: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}
#carousel span {
    width: 500px;
    height: 500px;
    text-align: center;
}
#thumbs-wrapper {
    padding: 20px 40px;
    position: relative
}
#thumbs a {
    border: 3px solid #fff;
    margin: 0 2px;
    padding: 5px;
    overflow: hidden;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -ms-transition: border-color .5s;
    transition: border-color .5s;
}
#thumbs a:hover,
#thumbs a.selected {
    border-color: #DBDBDB;
}

/* Tin tuc */
.news-list
.news-category,
.news-article {
    background: transparent;
}
.blog-sidebar-nav{
    margin-bottom: 20px;
}
.blog-cate-title{
    display: none;
}
ul.blog-cate li ul{
    display: none;
}
.blog-sidebar-nav ul {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
    padding: 0 0;
    border: 1px solid #eee;
}
.blog-sidebar-nav ul li {
    list-style: none;
    float: left;
    margin: 0;
}
.blog-sidebar-nav ul li a{
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    color: #333;
    display: block;
    font-weight: bold;
}
.blog-sidebar-nav ul li a:hover {
    background: #d9232e;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.blog-custom-post{
    margin-bottom: 30px;
}
.news-cate-home{
    width: 100%;
}
.news-cate-right{    
    margin-left: 20px;
}
.news-cate-right #column-right{
    width: 100%;
}
.news-cate-main{
    background: #fff;
    padding: 5px;
    border: 1px solid #dfdfdf;
}
.news-cate-title{
    font-size: 17px;
    color: #333;
    padding-left: 0px;
    padding-bottom: 9px;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #eeeeee;
    font-weight: 600;
    position: relative;
    font-family: arial;
    text-align: left;
}
.news-cate-info{
    display: none;
}
.news-cate-list{
    display: none;
}
/* Tin tuc content - home*/
.article-main {
    max-width: 835px;
    margin: 0 auto;
    margin-bottom: 100px;
    -webkit-box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
    -moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
}
.news-list{
    overflow: visible;
    font-size: 0;
    clear: both;
}
.item-news{
    border-bottom: 1px dotted #e2e2e3;
    margin-bottom: 6px;
    padding-bottom: 10px;
    float: left;
    width: 100%; 
}
.item-news:last-child{
    border-bottom: 2px solid #e2e2e3;;
}
.news-list .name {
    padding: 0;
    margin: 5px 0;
    line-height: normal;
}
.news-list .name a{
    color: #333;    
    font: 700 17px OpenSans,Arial,Helvetica,sans-serif;
    position: relative;
    margin-bottom: 5px;
    display: block;
    z-index: 3;
}
.news-list .item-news:hover .name a{
    color: #df9c00;
    transition: all 0.3s;
}
.common-home .article-content{
    background: #1b668c17;
}
.common-home .news-list .image {
    width: auto;
    margin-right: unset;
    float: unset;
}
.common-home .info-content{
    display: block;
    padding: 30px;
    max-width: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow:none;
    margin-top: 30px;
}
.common-home .news-list .item-news:last-child{
    border-bottom: none;
}
.news-list .image {
    float: left;
    margin-right: 10px;
    width: 22%;
}
.news-list .image img{
    width: 100%!important;
    height: auto!important;
}
.common-home .article-full img{
    width: 100%;
}
.common-home .article-full .article-full-thumb:hover img{
   -ms-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
}
.common-home .item-news-full,
.common-home .item-news{
    width: 23.5%;
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    position: relative;
    font-size: 1rem;
    padding: 2px;
}
.common-home .item-news:nth-child(2n){
    margin-right: -webkit-calc(2% - 4px);
    margin-right: -moz-calc(2% - 4px);
    margin-right: calc(2% - 4px);
}
.common-home .item-news:nth-child(2n+1){
    float: none;
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
}
.common-home .article-full{
    width: 49%;
    float: left;
    margin-bottom: 0; 
    padding: 2px;
}
.common-home .article-full a{
    display: block;
}
.common-home .article-name{
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 17px;
    color: #333;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.common-home .article-name:hover{
    color: #df9c00;
    transition: all 0.3s;
}
.common-home .article-full a:hover .article-name{
    color: #df9c00;
    transition: all 0.3s;
}
.common-home .meta-info{
    display: flex;
    gap: 5px;
    justify-items: center;
}
.common-home .article-full .meta-info .author{
    display: flex;
    gap: 2px;
    justify-items: center;
    padding-bottom: 10px;
}
.common-home .article-full .article-description{
    font-size: 12px;
    line-height: 17px;
}
.common-home .meta-info span{
    margin: 0 0 5px 0;
}
/*end news home*/
.news-list .image img:hover{
    box-shadow: 0 2px 15px rgba(0,0,0,0.5);
    transition: all 0.2s;
}
.meta-info{
    overflow: hidden;
}

.meta-info,
.meta-info a{
    font-style: initial;
    font-size: 10.5px;
    color: #889;
}
.meta-info span{
    margin: 0px 10px 5px 0px;
    display: inline-block;
}
.meta-info span i{  
    font-style: initial;  
    margin-right: 2px;
    color: #889;
}
.news-list .desc{    
    color: #444;
    margin: 5px 0;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.4;
}
.news-list .desc h3{
    font-family: sans-serif;
    text-align: center;
    line-height: 1.4;
    font-size: 25.6px;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 30px 50px 10px;
    display: block;
    font-weight: bold;
    letter-spacing: -1px;
}
.news-list .desc p{
    margin: 18px 0;
}
.news-list .related{
    overflow: hidden;
    display: none;
}
.news-list .related a{
    color: #666;
    position: relative;
    padding-left: 10px;
}
.news-list .related a:after{
    content: '';
    width: 3px;
    height: 3px;
    background: #888;
    position: absolute;
    left: 0;
    top: 5px;
}
.news-cate .pagination{
    margin: 0 0 15px 0;
    padding: 0;
    border-top: none;
}
.news-cate-right .box-content-news h2{
    font-size: 17px;
    color: #333;
    padding:0 0 0 0px;
    border-left: none;
    padding-bottom: 9px;
    margin: 0 0 20px;
    text-transform: uppercase;
    border-bottom: 1px dashed #ddd;
    float: none;
    text-align: left;
}
.news-cate-right .box-content-news ul li.article-full{
    padding: 0 0 10px 0;
}
.news-cate-right .box-content-news ul li{
    padding-left: 0;
}
.news-cate-right .box-content-news ul li.article-full img{
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.news-cate-right .box-content-news ul li.article-full h3{
    line-height: 1.3;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    overflow: initial;
    color: #444;
}
.news-cate-right .box-content-news ul li h3{
    font-size: 13px;
    color: #333333;
    line-height: 1.3;
    height: auto;
}
.news-cate-right .box-content-news ul li.article-full:hover h3{
    color: #df9c00;
}
.news-cate-right .box-content-news ul li h3:hover{
    color: #df9c00;
}
.news-cate-right .box-content-news ul li.article-full p{
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}    
.article-title{
    color: #111;
    font-style: normal;
    text-align: center;
    font-family: sans-serif;
    letter-spacing: -2px;
    font-size: 20pt;
    line-height: 1.2;
    margin: 0;
    font-weight: bold;
    padding: 30px 0 0 0;
}
.article-meta{
    text-align: center;
    padding-left: 3px;
    margin: 5px 0 0px;
    float: left;
    width: 100%;
    font-family: sans-serif;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 10px;
    margin-right: 10px;
}
.article-summary{
    font-family: "Noto Serif", serif;
    font-size: 20.6px;
    font-weight: bold;
    color: #222;
    text-align: center;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 14px;
}
.article-summary:before{
    content: 'Didonghanquoc.com';
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    line-height: 13px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #00A6DD;
    padding: 2px 5px 1px;
    position: relative;
    top: -2px;
    margin-right: 3px;
}
.article-summary:after{
    content: "";
    display: block;
    width: 100px;
    margin: 30px auto 10px;
    background: #333;
    height: 1px;
}
.article-info{
    color: #222;
    text-align: justify;
    font-size: 20.2px;
    font-family: "Noto Serif", serif;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: "Noto Serif", serif
}
.article-info p {
    margin: 18px 0;
}
.article-post-share{
    padding-bottom: 5px;
}
.article-post-share a {
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 35px;
    padding: 0 20px;
    display: inline-block;
    margin-right: 20px;
    line-height: 35px;
}
.article-post-share a.social-facebook {
    background: #4267b2;
}
.article-post-share a.social-google {
    background: #d64937;
}
.article-info h3,
.article-image p,
.article-download p,
.article-product p {
    font-family: sans-serif;
    text-align: center;
    line-height: 1.4;
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 30px 50px 10px;
    display: block;
    font-weight: bold;
    letter-spacing: -1px;
}
.article-relate p {
    font-family: sans-serif;
    text-align: left;
    line-height: 1.4;
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 30px 0 10px 0;
    display: block;
    font-weight: bold;
    letter-spacing: -1px;
}
.article-info h3:before,
.article-image p:before,
.article-download p:before,
.article-product p:before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #333;
    margin: 0px auto 30px;
}
.article-relate p:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    margin: 0px auto 10px;
}
.article-info .author{
    font-size: 15px;
}
.article-info .author a{
    color: #004481;
    font-size: 15px;
}
.article-info .author a:hover{
    color: #df9c00;
    transition: 1s;
}
.article-info table img {
    width: 100%!important;
    height: auto!important;
}
.article-info table.picture .caption {
    padding: 8px 0;
    color: #777;
    font-size: 15px;
}
.article-info table.audio td.caption, 
.article-info table.audio td.pCaption, 
.article-info table.panorama td.caption, 
.article-info table.panorama td.pCaption, 
.article-info table.picture td.caption, 
.article-info table.picture td.pCaption {
    padding: 5px 0 8px;
}
table.picture td.caption {
    padding-bottom: 20px!important;
}
.article-info table.audio td, 
.article-info table.panorama td, 
.article-info table.picture td {
    position: relative;
}
.article-info table.audio, 
.article-info table.panorama, 
.article-info table.picture {
    font-family: sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.article-info table.audio .btnSlideshow, 
.article-info table.panorama .btnSlideshow, 
.article-info table.picture .btnSlideshow {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #000;
    background: rgba(0, 0, 0, .3);
    overflow: hidden;
    display: none;
}
.article-info table.picture td.pic:hover .btnSlideshow {
    display: block;
}
.box-home-news #column-right .box-content-news{
    background: #fff;
    height: 182px;
}
.box-content-news .title-news{
    display: block;
    overflow: hidden;
}
.box-content-news h2 {
    float: left;
    padding: 10px 20px 5px 10px;
    line-height: 1.3em;
    font-size: 15px;
    font-weight: bold;
    color: #d0011b;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    margin-bottom: 0px;
}
.box-content-news h2:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.box-content-news ul {
    display: block;
    overflow: hidden;
}
.box-content-news li {
    display: block;
    padding: 5px 10px 5px;
    border-bottom: 1px dashed #ededed;
    background: #fff;
}
.box-content-news li:last-child {
    border-bottom: none;
}
.box-content-news li a {
    display: block;
    overflow: hidden;
}
.box-content-news li img {
    float: left;
    width: 100px;
    height: 57px;
    margin: 0 10px 0 0;
}
.box-content-news li h3 {
    display: block;
    overflow: hidden;
    height: 36px;
    line-height: 1.3em;
    font-size: 14px;
    color: #333;
    margin: 2px;
}
.box-content-news li span {
    float: left;
    font-size: 10.5px;
    color: #999;
    margin-right: 10px;
}
.box-content-news li:hover h3 {
    color: #df9c00;
}
.box-content-news li p {
    display: none;
}
.article-image{
    text-align: center;
    clear: both;
}
.article-download{
    text-align: center;
    clear: both;
}
.article-download-content {
    margin-bottom: 20px;
}
.article-product li{
    width: 25%;
}
.article-product li .price{
    font-size: 13px;
    font-family: 'SourceSansPro';
}
.article-relate-list{
    overflow: hidden;
}
.article-relate-item{
    float: left;
    width: 100%;
    height: 135px;
    overflow: hidden;
    padding: 0 0;
    margin: 0 0 20px;
    clear: both;
    position: relative;
}
.article-relate-item .relate-box{
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    display: block;
    overflow: hidden;
}
.article-relate-list .image {
    float: left;
    margin-right: 10px;
    width: 30%;
}
.article-relate-list .image img {
    width: 100%!important;
    height: auto!important;
}
.article-relate-list .image img:hover {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
    transition: all 1s;
}
.article-relate-list .name {
    padding: 0;
    margin: 5px 0;
    line-height: normal;
}
.article-relate-list .name a {
    color: #004481;
    font: 700 17px arial;
    position: relative;
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
    z-index: 3;
}
.article-relate-list .name a:hover {
    color: #df9c00;
}
.article-relate-list .desc {
    color: #333;
    font: 400 13px/16px arial;
    margin: 5px 5px 0;
    line-height: 19px;
}
.tags{
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}
.tags .txt-tag, 
.tags .item-tag {
    background: #f1f1f1;
    padding: 0 10px;
    height: 20px;
    color: #939393;
    float: left;
    margin: 0 5px 5px 0;
    font: 400 11px/20px arial;
}
.tags .item-tag{
    display: inline-block;
    color: #656565;
}
.tags .item-tag:hover{
   background: #e2e2e2;
}
.tags h5{
    padding: 0;
    margin: 0;
}


/* Type tin tuc */
.news-article {
    background: #fff;
}
.article-main .article-box {
    background: #efefef;
}
.news-article .article-box {
    background: #efefef;
    border: 1px solid #dfdfdf;
    border-top: none;
}
.news-article .item-news{
    width: 33.333%;
    padding: 20px
}
.news-article .article-heading{
    padding: 30px 10px 0px 30px;
}
.news-article .news-list .image{    
    width: auto;
    margin: 0;
    float: none;
}
.news-article .news-list .name{    
    height: 50px;
}
.news-article .news-list .name a{    
    font: 700 17px arial; 
}
.news-article .news-list .desc{    
    display: none;
}
.news-article .news-list .related{    
    display: none;
}
.article-box {
    margin-bottom: 20px;
}
.article-heading {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    top: 1px;
    background: white;
    z-index: 1;
    overflow: hidden;
}
.article-heading h2{
    font-family: sans-serif;
    font-size: 25px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.article-content {
    padding: 10px;
}

/* Bottom footer*/
#bottom {
    background: #fff;
    padding: 40px 0;
    color: #525254;
    border-top: 5px solid #1b668c;
}
.#bottom .shop-info h2 {
    font-family: OpenSans,Arial,Helvetica,sans-serif;
    font-size: 55px;
    font-weight: 300;
    letter-spacing: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}
#bottom .shop-info ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}
#bottom .shop-info ul li{
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    width: 90%;
    padding: 5px 0;
}
#bottom .shop-info ul p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    width: 90%;
    padding: 0;
}
#bottom .shop-info ul p.info-adr{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    width: 90%;
    padding: 5px 0;
}
#bottom .shop-info ul p.info-adr i{
    padding-right: 10px;
    color: #df9c00;
    font-size: 18px;
    width: 25px;
    height: auto;
}
#bottom .shop-info ul li a{
    font-size: 18px;
    line-height: 24px;
    width: 80%;
}
#bottom .shop-info ul p span{
    font-weight: 600; 
    text-transform: capitalize;
    color: #1b668c;
}
#bottom .shop-info ul li span {
    font-weight: 600;
    width: 25%;
    display: inline-block;
    text-transform: capitalize;
    color: #1b668c;
}
#bottom .shop-info ul li i {
    padding-right: 10px;
    color: #df9c00;
    width: 25px;
    height: auto;
}
#bottom .shop-info ul li a {
    text-decoration: none;
    color: #525254;
}
#bottom .shop-info ul li a:hover {
    text-decoration: none;
    color: #df9c00;
}
#bottom .facebook-info {
    float: right;
    width: 340px;
}
.info-footer{
    display: flex;
}
.shop-info{
    width: 50%;
    padding-right: 20px;
}
.shop-info p>a>img{
    width: 250px;
    height: auto;
}
.gg-info{
    width: 50%;
    padding-left: 20px;
}

.gg-info iframe{
    width: 100%;
    height: 350px;
}

/* footer*/
footer {
    background: #484777;
    padding: 30px 0;
    border: 0;
    overflow: hidden;
    clear: both;
    min-height: 100px;
}
footer .column {
    float: left;
    width: 25%;
    min-height: 100px;
}
footer .column h3 {
    font-family: OpenSans,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}
footer .column ul {
    list-style: none;
    border-left: 1px solid #545454;
    min-height: 100px;
    margin-left: 0;
    padding-left: 12px;
}
footer .column ul li {
    margin-bottom: 7px;
}
footer .column ul li a {
    color: #afafaf;
    font-size: 14px;
}
.social-footer-content ul{
    display: flex;
    flex-wrap: wrap;
}
.social-footer-content ul li{
    width: auto!important;
    margin-right: 1.05rem;
    margin-bottom: 1.125rem;
}
.social-footer-content ul li a i{
    color: #444!important;
    font-size: 24px;
}
.social-footer-content ul li a:hover i {
    color: green!important;
    -ms-transform: translate(0px, -2px);
    -webkit-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .3s;
    transition: all .2s;
}
#powered{
    background: #e6242b;
    margin-top: 0;
    padding: 5px 0;
    background: #9a161d;
    padding: 5px 0;
    color: #af8f8f;
    font-size: 11px;
}
#powered p{
    text-align: left;
    color: #fff;
    line-height: 30px;
    margin: 0;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-minus:before {
    content: "\2212";
}
@media (min-width: 768px){

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
}
.clearfix:before, 
.clearfix:after, 
.container:before, 
.container:after,
.nav:before, 
.nav:after, 
.navbar:before, 
.navbar:after, 
.navbar-header:before, 
.navbar-header:after, 
.navbar-collapse:before, 
.navbar-collapse:after{
    content: " ";
    display: table;
}
.clearfix:after, 
.container:after,
.nav:after, 
.navbar:after, 
.navbar-header:after, 
.navbar-collapse:after{
    clear: both;
}
.nav:after, 
.nav:before, 
.navbar-collapse:after, 
.navbar-collapse:before, 
.navbar-header:after, 
.navbar-header:before, 
.navbar:after, 
.navbar:before{
    display: table;
    content: " ";
}
.btn {
    display: inline-block;
    padding: 3px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #1b668c;
    background-position: 0 -15px;
}
.buttons a{
    text-decoration: none;
}
/* contact */
.left-contact{
    width: 50%;
    padding-right:10px;
}
.right-contact{
    width: 50%;
    padding-left: 10px;
}
.content-contact{
    border: none!important;
    background-color: rgba(245, 245, 245, 0.7);
    padding: 10px;
    min-height: 420px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #d0c8c8;
}
.content-contact input,.content-contact textarea{
    background-color: rgba(255, 255, 255, 0.7);
}
.content-left{
    padding: 10px 10px 10px 0;
}
.content-right{
    padding: 10px 0px 10px 10px;
}
.contact-header {
    font-family: FontAwesome;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 7px;
    border-bottom: none;
    margin-bottom: 10px;
    color: #008800;
    text-shadow: 0px 1px 1px #999;
}
.contact-content{
    margin:0!important;
    padding:0!important;
    border:none!important;
}
.contact-map{
    margin-left:25px;
    margin-bottom:10px;
    color:#333;
}
.contact-map .fa-map-marker:before{
    content:"\f041";
    margin-left:-25px;
    color:#df9c00;
    font-size:25px;
    position:relative;
    top:10px;
}
.contact-map a{
    color:#DF9C00;
    font-size:12px;
}
.contact-map a:hover{
    color:#008000;
}
.contact-box{
    margin-left:25px;
    border-top:1px solid #dfdfdf;
    border-bottom:1px solid #dfdfdf;
    padding:5px 0;
}
.tstore, .tadr{
    padding:5px 0 2px 0;
    margin:0;
    text-transform:uppercase;
    font-weight:700;
    display:none;
}
.nstore{
    padding:2px 0 10px 0;
    margin:0;
    font-weight:700;
}
.nadr{
    padding:2px 0 0 0;
    margin:0;
}
.ttel{
    padding-right:5px;
}
.tfax{
    padding-right:22px;
}
.tinfo{
    padding:5px 0 2px 0;
    margin:0;text-transform:uppercase;
    position:relative;
    margin-top:-25px;
}
.ninfo{
    line-height: 20px;
    padding:0;
    margin:5px 0px 0px 0px!important;
    color: #444;
    font-size: 14px;
    text-align: justify;
}
.thotline{
    text-transform:uppercase;
}
.nhotline{
    font-weight:700;
    font-size:14px;
}
.twebsite{
    padding:0 5px 0 0;
    margin:0
}
.nwebsite{
    padding:2px 0 0 0;
    margin:0;
    text-align:left;
}
.nwebsite a{
    text-decoration:none;
}
.contact-box-tel{
    margin-top:10px;
    margin-bottom:2px;
}
.contact-box-fax {
    margin-top:10px;
    margin-bottom:2px;
}
.contact-box-hotline{
    margin-left:25px;
    padding:5px 0;
    border-bottom:1px solid #dfdfdf;
}
.contact-box-hotline .fa-phone:before{
    content:"\f095";
    margin-left:-25px;
    color:#df9c00;
    font-size:25px;
}
.contact-box-info{
    margin-left:25px;
    padding:5px 0;
}
.contact-box-info .fa-clock-o:before{
    content:"\f017";
    margin-left:-25px;
    color:#df9c00;
    font-size:25px;
}
.contact-box-website{
    margin-left:0px;
    padding:10px 0 5px 0;
}
.contact-box-website a{
    color:#38B0E3;
}
.contact-box-website a:hover{
    color:#df9c00;
}
.contact-box-email{
    margin-left:0px;
    padding:10px 0;
}
.contact-box-email a{
    color:#38B0E3;
}
.form-row{
    width:100%;
    clear:both;
    position:relative;
    padding-top:5px;
}
.form-row input{
    margin:7px 0;
    width:100%;
    float:left;
    height:30px;
    border-radius:0px;
}
.form-row textarea{
    margin:7px 0;
    width:100%;
    float:left;
    border-radius:0px;
}
.contact-captcha{
    padding-top:10px
}
.contact-captcha img{
    margin-top:5px
}
.contact-buttons{
    background:none!important;
    border:none!important;
    margin-bottom: 2px;
}
.contact-buttons input{
    cursor:pointer;
}
.contact-buttons input.button{
    margin-right:5px;
}
.contact-buttons .right-contact{
    width:100%!important;
}
.info-success{
    display: block;
    padding: 30px;
    max-width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 2.4;
    font-size: 17px;
    -webkit-box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
    -moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
}
/*Banner*/

.banner{
    display: block;
    overflow: visible;
    position: relative;
}
.banner .banner-bg div {
    text-align: inherit;
    display: block;
}
.banner div img {
    margin-bottom: 0px;
}
.banner-img{
    background: inherit;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.img-banner img{
    width: 100%;
    height: auto;
}
.banner-bg{
    width:100%;
    padding:0;
    margin:0 auto 50px;
    background: #484777;
    background-size:contain;
    background-repeat: no-repeat;
}
.banner-bg-home{
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.banner-bg-home-content{
    width: 50%;
    float: right;
    padding: 100px 0;
    color: #FFF;
    font-size: 1.6rem;
}
.img-banner-bg{
    width: 50%;
}
.img-banner-bg img{
    width: 100%;
}
.btn_banner-bg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 0%);
    margin: 0 0 30px;
    color: #325476;
    font-size: 1.8rem;
    transition: all .3s ease;
}
a.btn_banner-bg {
    text-decoration: none;
    color: #325476;
    font-size: 1.05rem;
    line-height: 0px;
}
.btn_banner-bg:hover {
    color: #6bb42f;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFF;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 30%);
    margin: 0 0 30px;
    transition: all .3s;
    font-weight: bold;
}
.btn_banner-bg a:hover p{
    transition: all 0.3s;
}
.banner-des{
    width: 50%;
    padding: 1.2em;
    margin: 0;
    line-height: 25px;
}
/*Gioi thieu*/
.info-brand-nav{
    margin-bottom: 20px;
}
.info-brand-nav .info-brand-content {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
    padding: 0 0;
    border: 1px solid #eee;
}
.info-brand-nav ul li {
    float: left;
    margin: 0;
}
.info-brand-nav ul li a {
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
    padding: 10px 20px;
    color: #333;
    display: block;
    font-weight: bold;
}
.info-brand-nav ul li a:hover {
    background: #d9232e;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.info-content{
    display: block;
    padding: 30px;
    max-width: 835px;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 2.4;
    font-size: 17px;
    -webkit-box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
    -moz-box-shadow: 0px 3px 23px 0px rgba(50, 50, 50, 0.52);
    box-shadow: 0px 3px 23px 0px rgb(50 50 50 / 52%);
}
.info-heading{
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
    text-align: center;
    padding: 5px;
}
.info-heading h1{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    padding:0px;
    margin: 0px;
    color: #333;
    line-height: 40px;
}
.info-content p{
    line-height: 1.7;
    font-size: 17px; 
}
.info-content-image{
    vertical-align: middle;
    text-align: center;
}
.info-content img{
    max-width: 600px;
    height: auto;
    padding: 20px 5px;
    vertical-align: middle;
    text-align: center;
}
.info-title{
    font-size: 30px;
    padding: 10px 0;
}
.info-title a{
    font-size: 30px;
    color: #1b668c;
    text-transform: uppercase;
}
.info-title a:hover{
    color: #6bb42f;
    text-decoration: none;
}
.info-des{
    display: flex;
}
.info-des .info-des-content{
    width: auto;
    padding-right: 20px;
    font-size: 20px;
    line-height: 50px;
    text-align: justify;
}
.info-des .info-image{
    width: 45%;
    padding-left: 20px;
}
.info-image img{
    width: 400px;
    height: auto;
    margin: 0;
}
/*Responsive*/
@media (min-width: 768px) {
    .common-home .info-content{
        padding: unset;
        font-size: 15px;
        line-height: 20px;
        width: 100%;
    }
    .info-title a{
        font-size: 20px;
        padding: unset;
    }
    .box-heading h2 a{
        font-size: 20px;
    }
    #cate-nav-list li a{
        font-size: 12px;
    }
    .product-grid > div:hover .description{
        height: auto;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .product-grid > div:hover .description a{
        font-size: 12px;
        line-height: 20px;
    }
/*product*/
    .product-category li.featured{
        height: 291px;
        width: 40%;
        padding: 0;
    }
    .product-category li .wfeatured{
        overflow: hidden;
    }    
    .product-info-bottom-left {
        width: 69%;
        float: left;
    }
    .product-info-bottom-right {
        width: 29%;
        float: right;
    }
    .product-info-bottom-right #column-right {
        width: 100%!important;
        float: right;
    }
    .product-info-bottom-right .box-product > div{
        width: 100%;
        padding: 5px 0;
        border-bottom: 1px solid #eee;
    }
    .product-info-bottom-right .box-product > div:last-child{        
        border-bottom: none;
    }
    .product-info-bottom-right .box-content{
        border: none;
    }
    .product-info-bottom-right .box-heading.redlabel{
        border-bottom: 1px solid #eeeeee;
        background: transparent;
        padding-top: 10px;
    }
    .product-info-bottom-right .box-heading.redlabel span{
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin-bottom: 10px;
        margin-left: 0px;   
        background: transparent;
        color: #333;
        border: none;
    }
    .product-info-bottom-right .box-heading.redlabel span i{
        color: #5f5f5f;
        font-size: 12px;
    }
    .product-info-bottom-right .box-product .image{
        width: 36%;
        float: left;
    }
    .product-info-bottom-right .price{
        font-size: 13px;
    }
    .product-info-bottom-right .price-old{
        font-size: 12px;
        font-weight: normal;
    }

    .heading-tab{
        font-size: 16px;
        font-weight: bold;
        border-bottom: 2px solid #eeeeee;
        margin-bottom: 15px;
    }    
    .heading-tab li{
        float: left;
        padding: 7px 22px;
    }    
    .heading-tab li.active{
        border-bottom: 2px solid #ff4500;
    }    
    .heading-tab li:hover{
        cursor: pointer;
    }
    .heading-tab-main.heading-tab-fix {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 15;
        background: #dfdfdf;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    }
    .heading-tab-fix .heading-tab-box {
        width: 100%;
        max-width: 835px;
        margin: 0 auto;
        position: relative;
    }
    .heading-tab-fix .heading-tab {
        border-bottom: none;
        margin-bottom: 0;
        font-weight: normal;
    }
    .heading-tab-fix .heading-tab li {
        color: #fff;
        padding: 10px 0px;
        margin: 0 21px;
    }
    .htabs a{
        font-size: 12px;
    }
    .product-info-bottom .body-tab .ptab-content{       
        margin-bottom: 30px;        
    }
    .product-info-bottom .body-tab .heading-product-info{
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eeeeee;
        padding-left: 10px;
    }
    .product-info-desc{
        padding: 5px 10px;
    }
    .product-info-desc>.heading-product-info{
        display: none;
    }
    .product-info-desc h3, 
    .product-info-desc h2, 
    .product-info-desc h4,
    .product-info-desc ul li,
    .product-info-desc p {
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    .product-info-desc h3, .product-info-desc h2 {
        font-weight: bold;
        font-size: 18px;
    }
    .product-info-desc ul li{
        padding-left: 10px;
        list-style: disc;
        margin-left: 55px;
    }
    .product-info-image{        
        margin: 2px 10px;        
    }
   
    .heading-review{
        margin-top: 25px;
    }
    .product-info-description{
        position: relative;
        margin: 30px 0;
        padding-left: 10px;
    }
    .box-product .image{
        padding: 5px;
    }
    .box-product .image img{
        width: 100%;
        max-width: unset;
    }
    /* News */
    .article-heading h2{
        font-size: 20px;
    }
    .news-list .name a{
        font-size: 12px;
        font-weight: 600;
        color: #696969;
        line-height: 17px;
    }
    .news-list .desc{
        font-size: 10px;
    }
    .news-cate-right .box-content-news ul li h3{
        font-size: 12px;
    }
    .news-cate-home{
        width: 65%;
    }
    .news-cate-right{
        width: 32%;
        margin-left: 20px;
    }
    .news-list .image{
        float: left;
        margin-right: 20px;
        width: 36%;
    }
    .meta-info span i{
        font-size: 10px;
    }
    .article-relate-list .image{
        width: 20%;
    }
    .item-news{
        border-bottom: none;
    }
/*Footer*/
    #bottom .shop-info ul p span{
        font-size: 13px;
    }
    #bottom .shop-info ul{
        text-align: left;
    }
    #bottom .shop-info ul p.info-adr{
        padding: unset;
        width: 100%;
    }
    #bottom .shop-info ul li{
        font-size: 13px;
        padding: 2px 0;
    }
    #bottom .shop-info ul li span{
        font-size: 13px;
    }
    #bottom .shop-info ul li a{
        font-size: 13px;
    }
    .shop-info p>a>img{
        width: 200px;
    }

}
@media (min-width: 992px){    
   .product-category li{
        width: 25%;
   }

}
@media (min-width: 1200px){
    .article-title,
    .article-summary,
    .article-info {
        width: 600px;
        float: left;
        position: relative;
        clear: both;
        left: 50%;
        margin-left: -300px;
    }
    .article-info table.picture[align=center] {
        width: 860px!important;
        margin-left: -130px!important;
    }
    .article-image,
    .article-download{
        max-width: 835px!important;
        margin: 0 auto;      
    }
    .article-relate,
    .article-product,
    .tags {
        width: 600px!important;
        margin: 0 auto;      
    }
}
@media (min-width: 1024px){
    .box-heading div{
        display: flex;
    }
    .header-top-mobile {
        display: none;
    }
}
@media (max-width: 767px) {
/* Begin Menu new   */
    header .header-body {
        padding-top: 0px;
        background: #fff;
        padding-bottom: 0px;
    }
    header #main-menu{
        background: #1b668c;
        position: inherit;
        height: auto;
        margin: 0 -15px;
        padding-top: 0px;
    }
    header .header-left{
        width: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header-left .navbar-header{
        padding: 10px 5px 10px 10px;
        z-index: 99;
        cursor: pointer;
        display: block;
    }
    .navbar-header .nav-toggle{
        color: #fff;
        width: 45px;
        position: relative;
        display: block;
        background: transparent;
        border: none;
    }
    .mega-menu-show{
        height: 50vh;
    }
    .menu-container{
        height: 0;
        overflow-y: hidden;
    }
    .navbar-header button.nav-toggle{
        color: #fff;
        border: none;
        transition: 0.3s;
        cursor: pointer;
    }
    .navbar-header span{
        color: #fff;
        font-size: 8px;
    }
    .nav-toggle span i {
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 5px;
        background: #fff;
    }
    header #main-menu .header-left #logo{        
        padding: 10px;
        overflow: hidden;
    }

    .header-left #logo img{
        height: 40px;
        width: auto;
    }
    header .header-center {
        background: #fff;
        position: absolute;
        top: 3.4em;
        left: 0;
        width: 100%;
        overflow-y: hidden;
        transition: 0.3s ease-in-out;
        z-index: 99;
        padding: 0;
    }
    #main-menu .navbar{
        height: calc(100% - 10px);
    } 
    #main-menu .navbar #menu-pc{
        padding: 0 1em 1em 1em;
        overflow-y: scroll;
        float: none;
        margin: 0;
        background: #fff;
        padding-bottom: 30px;
        height: calc(100% - 10px);
    }
    #main-menu .navbar ul.navbar-nav{
        overflow-y: scroll;
        padding-bottom: 40px;
        display: block;
    }
    .navbar-nav>li{
        float: none;
        margin: 0;
        padding: 0;
        list-style: none;
        white-space: nowrap;
        position: relative;
    }
    .navbar .nav>li>a{
        line-height: 35px;
        border-bottom: 0px solid #dfdf;
        padding: 2px 10px;
        color: #333;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 15px;
        justify-content: space-between;
        align-items: center;
        gap: 0.5em;
        display: flex;
        padding-right: 50px;
        cursor: pointer;
    }
    .navbar-nav>li>i{
        display: block;
        font-size: 12px;
        color: #333;
        padding-left: 10px;
        height: unset;
    }
    .navbar-nav>li>a:after{
        background: none;
    }
    .navbar-nav>li>a span{
        width: 100%;
        padding-right: 30px;
    }
    .navbar-nav>li> a i{
        font-size: 12px;
        color: #333;
        padding-left: 10px;
        cursor: pointer;
    }    
    .icon-rotate{
        transform: rotate(90deg);
    }
    .icon-menu{
        color: #f5f5f5;
        position: absolute;
        top: 2px;
        right: 10px;
        font-size: 14px;
        padding: 12px;
        cursor: pointer;
    }
    #menu-pc li > div.dropdown-menu{
        opacity: 1;
        visibility: unset;
        position: relative;
        transition: unset;
        -webkit-transform: unset;
        padding: 0 15px;
        border: none;
        display: none;
    }
    #menu-pc li > div.menu-show{
        display: block;
    }
    #main-menu .navbar ul > li:hover .dropdown-menu{
        display: none;
    }
    #main-menu .navbar ul > li:hover .menu-show{
        display: block;
    }
    #menu-pc .dropdown-menu>ul>li > a.dropdown-sub{
        line-height: 30px;
        padding-right: 50px;
        cursor: pointer;
    }
    .dropdown-menu>ul>li > a.dropdown-sub span{
        font-size: 13px;
        font-weight: bold;
        padding: 0;
        color: #333;
    }
    .dropdown-menu>ul>li{
        width: 100%;
    }
    .dropdown-menu .drop-menu{
        margin-bottom: 0;
    }    
    .dropdown-menu>ul>li > a>i{
        font-size: 10px;
        cursor: pointer;
        padding: 10px;
        color: #333;
    }
    .dropdown-menu>ul>li .dropdown-submenu{
        opacity: 1;
        visibility: unset;
        position: relative;
        transition: unset;
        -webkit-transform: unset;
        padding: 0 15px;
        border: none;
        left: 0;
        display: none;
    }
    .dropdown-menu>ul>li .sub-menu-show{       
        display: block;
    }
    .dropdown-menu>ul>li:hover .dropdown-submenu{
        display: none;
    }
    .dropdown-menu>ul>li:hover .sub-menu-show{
        display: block;
    }
    .dropdown-menu>ul>li .dropdown-submenu a.dropdown-sub{
        font-size: 12px;
        font-weight: 400;
        line-height: 25px;
    }
    header .header-right{
        display: flex;
        width: auto;
        gap: 1em;
    }
    header .header-right .hotline-call{
        text-align: center;
        margin: 10px;
    }    
    header .header-right .hotline-call p{
        color: #dfdfdf;
        margin: 0;
        font-size: 10px;
        line-height: 18px;
    }   
    header .header-right .hotline-call a{
        font-size: 1em;
        color: #dfdf;
        font-weight: bold;
        letter-spacing: 0px;
    }
    #search{
        float: none;
        width: 100%;      
    }
    #search input {
        width:100%;
        padding-left:25px;
        background:#fff;
        line-height: 36px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        border: 1px solid #c2c2c2;
    }
    #search .button-search {        
        border-radius:0px;
        width:45px;
        height:38px;
        background: transparent;
    }
    #search:before {
        display:none;
    }
    #search .button-search i{
        color: #333;
        line-height: 20px;
        padding: 9px 0;
    }
    .box-search{
        top: unset;
    }
    header .menu-mobile-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        transform: translateX(-100%);
        transition: all 0.2s linear;
        background: #fff;
        width: 320px;
    }
    .menu-mobile-wrap.menu_opened {
        transform: translateX(0);
    }
    .overlay-menu-mobile {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.7);
        opacity: 0;
        visibility: hidden;
    }
    .overlay-menu-mobile.active {
        opacity: 1;
        visibility: visible;
        z-index: 1000;
    }
    .close-menu-wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2px 5px;
        border-bottom: 1px solid #dfdfdf;
        background: #dfdfdf;
    }
    .close-menu-wrap a.logo-mobile{
       width: 100%;
       padding-right: 100px;
    }
    .close-menu-wrap a.logo-mobile img{
       height: 40px;
       width: auto;
    }    
    .close-menu-wrap a.del-toggle-menu{
       padding-right: 20px;
       font-size: 20px;
       color: #333;
    }

/* Content home*/
    .common-home .info-content{
        padding: unset;
        font-size: 15px;
        line-height: 20px;
    }
    .info-title a{
        font-size: 20px;
        padding: unset;
    }
    .info-des{
        display: unset;
    }
    .info-des .info-des-content{
        padding: unset;
        font-size: 16px;
        line-height: 35px;
    }
    .info-des .info-image{
        width: 100%;
        padding: unset;
    }
    .info-image img{
        width: 100%;
        max-width: unset;
    }
    .info-content p{
        text-align: justify;
        line-height: 35px;
    }
    .info-content img{
        width: 100%!important;
        height: auto!important;
    }
    .info-heading{
        margin-bottom: 10px;
    }
    .info-heading h1{
        font-size: 20px;
    }
    .box-home .box-heading{
        display: block;
    }
    .box-heading div{
        float: unset;
    }
    .box-heading h2 a{
        font-size: 20px;
    }
    .banner-bg-home-content{
        width: 100%;
        padding: 30px 0 0px 0;
    }
    .cate-category li{
        padding: 10px 5px;
    }
    .cate-category .name a{        
        font-size: 12px;
        text-align: center;
    }
    .box-heading div p{
        display: block;
    }
    .product-category li{
        width: 33.333%;
        padding: 5px;
    }
    .product-category li.featured {
        width: 100%;
        padding: 0;
    }
    .product-category li.featured .info{
        position: relative;
    }
    .product-category .price{
        font-size: 12px;
    }
    .product-category .price-old{
        font-size: 10px;
    }
/* News home */
    .common-home .article-full{
        width: 100%;
        float: unset;
        padding: 0;
        margin: 0;
    }
    .article-heading h2{
        font-size: 20px;
    }
    .common-home .news-list .image{
        width: 100%;
    }
    .common-home .news-list .name{
        padding: 5px 0;
    }
    .common-home .news-list .name a{
        font-size: 12px;
        font-weight: 500;
    }
    .common-home .item-news:nth-child(2n){
        margin-right: 0;
        display: inline-block;
    }
    .common-home .item-news:nth-child(2n+1){
        float: inherit;
    }
    .common-home .item-news .meta-info{
        display: none;
    }
    .news-list .name a{
        font-size: 13.2px;
    }
   .common-home .item-news{
        width: 50%;
        border: none;
        padding: 5px;
        margin: 0px;
        vertical-align: -webkit-baseline-middle;
        float: unset;
        display: inline-block;
    }
    /* footer */
    footer{
        padding:0 0 10px 0;
    }    
    footer>.container{
        padding: 0;
    }
    .info-footer{
        display: unset;
    }
    .shop-info,.gg-info{
        width: 100%;
        padding: unset;
    }
    .shop-info p>a>img{
        width: 200px;
        height: auto;
    }
    #bottom .shop-info ul p{
        padding: unset;
        width: 100%;
    }
    #bottom .shop-info ul p span{
        font-size: 13px;
    }
    #bottom .shop-info ul{
        text-align: left;
    }
    #bottom .shop-info ul p.info-adr{
        padding: unset;
        width: 100%;
    }
    #bottom .shop-info ul li{
        font-size: 13px;
        padding: 2px 0;
    }
    #bottom .shop-info ul li span{
        font-size: 13px;
    }
    #bottom .shop-info ul li a{
        font-size: 13px;
    }
    #powered label{
        padding-right: 5px;
    }
  
    .copyright span{
        line-height: 20px;
    }

/* category */
    .category-info {
        text-align:justify;
    }
    /* manufacturer */
    .manufacturer-list ul {
        width:50%;
        margin:0;
    }
    .box-product > div {
        width:50%;
        padding:10px;
    }
    .box-product .name {
        height:32px;
    }
    .box-product .name a {
        font-size:12px;
        font-weight:400;
    }
    .box-product .price {
        font-size:12px;
    }
    .box-product .price-old{
        font-size: 10px;
    }
    .product-compare{
        display: none;
    }
    .product-grid > div {
        width:33.333%;
        padding: 5px;
    }
    .product-grid .name {
        height:32px;
    }
    .product-grid .name a {
        font-size:12px;
        font-weight:400;
    }
    .product-grid > div:hover .description{
        height: 100%;
    }
    h1,
    .welcome {
        text-align:center;
    }
    .product-filter .sort {
        width:100%;
        margin-left:0;
        margin-bottom:10px;
    }
    .product-filter .sort a {
        width:49%;
        margin:0 0 5px;
    }
    .product-filter .sort b {
        width:49%;
        margin:0 0 5px;
        display:inline-block;
    }
    .product-filter .limit {
        margin-left:0;
    }
    .product-filter .cate-heading h1{
        display: none;
    }
    #cate-nav-list .item-mobile{
        display: block;
    }    
    #cate-nav-list .item{
        display: none;
    }

    /* Product */
    .product-info{
        padding: unset;
    }
    .product-info > .left {
        width:100%;
        margin-right:0;
    }
    .product-info .product-name {
        font-size:20px;
        padding-top: 10px;
    }
    .product-info .product-name:before {
        margin:0;
        margin-right:10px;
    }
    .product-info > .left {
        float:none;
        width:100%;
    }
    .product-info > .left + .right {
        width:100%;
        margin:0;
        margin-top:10px;
    }
    .product-info > .right {
        padding:10px;
        background-color:#FFFCF8;
        border-top:1px solid #CCC;
        margin-top:10px;
    }
    .product-info > .right ul {
        background:#fff;
        font-size:12px;
    }
   .product-info > .right li dt{
        width: 40%;
   }
    .product-info .image {
        text-align:center;
        width:100%;
        float: unset;
        padding: 0;
    }
    .product-info .image .caroufredsel_wrapper #carousel span{
        width: 100% !important;
        height: auto !important;
    }  
    .product-info #carousel {
        width: 100%;
        height: auto;
        padding: unset;
    }
    .product-info .image #wrap {
        display:inline-block;
    }
    .product-info #thumbs {
        width:100%;
        text-align:center;
    }
    .product-info #thumbs a {
        display:inline-block;
        float:none;
        width:62px;
    }
    .product-info ul{
        width: 100%;
        float: none;
        text-align: center;
    }    
    .product-info ul li{
        display: inline-block;        
    }    
    .product-info ul li a{
        width: 62px;
        padding: 2px;     
    }
    .product-info .left ul li a span{
        margin-top: 0;
        margin-left: 0;
    }
    .product-info .left ul li a p{
        font-size: 10px;
    }    
    .man-icon img {
        max-width:100%;
    }
    .product-info .man-icon {
        margin-top:0;
    }
    .product-info > .right li dd {
        border:0;
    }
    .product-info .phone_order h4:before {
        left:70%;
    }
    .product-info .phone_order h4:after {
        right:70%;
    }
    .product-info .visible-xs {
        display: block!important;
    }
    .htabs a {
        display:none !important;
    }
    .htabs a.selected {
        width:100%;
        display:block !important;
        text-align: left;
    }
    .tab-content ul{
        padding: 5px 0;
    }
    .tab-content ul li{
        text-align: left;
        display: block;
    }
    .tab-content-img img{
        width: 50%;
    }
    .box .box-heading.redlabel {
        background:#c10007;
    }
    .box .box-heading.redlabel span {
        width:100%;       
    }
    textarea {
        max-width:100%;
    }
    .product-info-bottom{
        padding: 0 0px;
    }
    .heading-tab-main{
        display: block;
    }
    .body-tab .heading-product-info{
        font-size: 16px;
        font-weight: 600;
        border-bottom: 1px solid #eeeeee;
        margin-bottom: 10px;
        padding: 10px 0;
    }
    .product-info-desc h2,
    .product-info-desc h2,
    .product-info-desc h2,
    .product-info-desc p{
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 15px;
    }
    
    /* news */
    .news-list .name{
        margin: 0;
    }
    .news-list .name a{
        color: #525254;
    }
    .news-cate-right{
        display: none;
    }
    .meta-info,
    .meta-info a{
        font-size: 10px;
    }
    .meta-info span{
        margin: 0px 5px 2px 0px;
    }
    .news-list .desc{
        font-size: 13px;
        color: #525254;
        display: none;
    }
    .news-list .related{
        display: none;
    }
    .article-main{
        margin-bottom: unset;
    }
    .article-title{
        padding: 10px 0;
        letter-spacing: -1px;
        font-size: 17px;
        line-height: 25px;
    }
    .article-summary{
        font-size: 19px;
    }
    .article-info{
        font-size: 19px;
    }
    .article-info img{
        width: 100%!important;
        height: auto!important;
    }
    .article-main .article{
        padding: 0 10px;
    }
    .article-image{
        padding: 0 10px;
    }
    .article-image .product-info > div > a > img{
        width: 100%;
    }
    .article-product{
        padding: 0 10px;
    }
    .article-product li .price{
        font-size: 14px;
    }
    .article-product li .price .price-new{
        font-size: 15px;
    }
    .article-relate{
        padding: 0 10px;
    }
    .article-relate-list .name a{
        font: 700 13px arial;
    }
    .article-relate-list .desc{
        font: 400 12px/16px arial;
        display: none;
    }
    .article-relate-item{
        background: none;
        height: auto;
    }
    .article-relate-item .relate-box{
        background: none;
    }
    .tags{
        padding: 10px;
    }
    .left-contact,.right-contact{
        width: 100%;
        padding: 0;
    }    
    .content-contact{
        min-height: auto;        
    }
    .search-info input[type='text'], input[type='password'], textarea{
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
    .search-info select{
        width: 100%;
        margin: 5px 0;
        padding: 5px;
    }
}
/*@media (min-width:481px) and (max-width:767px) {*/
@media (max-width: 382px){
    .info-heading{
        padding-bottom: 0 ;
    }
    .info-heading h1{
        font-size: 17px;
    }

    .info-heading p{
        font-size: 15px;
    }

}
@media (max-width: 481px){
    /* Category */
    .product-grid > div {
        width:50%;
    }
    .box-product > div {
        width:50%;
    }
    .product-category li {
        width:50%;
    }
    #bottom .shop-info {
        text-align:center;
    }
    #bottom .facebook-info {
        float:none;
        width:100%;
        text-align:center;
    }
    #bottom .facebook-info img {
    max-width:100%;
    }
    /* News */
    .news-list .image{
        width: 36%;
        float: left;
        margin-right: 20px;
    }
    .article-image .product-info > div > a > img{
        width: auto;
    }

}
@media (min-width:768px) and (max-width:991px) {
    body {
        overflow:hidden;
    }
    .header-top-mobile{
        display: none;    }

    header .header-hotline{
        padding-bottom: 10px;
    }
    #search {
        margin-top: 0;
        width: 86%;
        float: right;
        margin: 5px 0;
        display: none;
    }
    #search input{
        width:100%;
        color:#525254;
        line-height: 32px;
    }
    #search .button-search{
        background: transparent;
        height: 32px;
    }
    #search .button-search i{
        color: #333;
        line-height: 32px;
    }
    #box-info li {
        width: 27.5%;
        margin-left: 4.16666667%;
        float: left;
    }
    #box-info li .boxs span{
        font-weight: 400;
        font-size: 12px;
        text-transform: capitalize;
    }
    /* menu */
    .menu-nav>li{
        margin-right: 12px;
    }
    .menu-nav>li>a{
        font-size: 11px;
    }  
    .product-category li.featured {
        height: 240px;
        width: 50%;
        padding: 0;
    }
    .product-category li{
        width: 25%;
    }
    .product-category li.item-links .more-links a{
        padding: 2px;
    }
    .box-heading div p a{
        font-size: 12px;
        padding: 14px 7px;
    }
    .product-category .price{
        font-size: 12px;
    }
    .product-category .price-old{
        font-size: 10px;
    }   
    .product-grid > div {
        width:25%;
    }
    .product-grid .price{
        font-size: 12px;
    }
    .product-grid .price-old{
        font-size: 10px;
    }    
    .product-info #thumbs {
        width:100%;
        width:100%;
        text-align:center;
    }
    .product-info #thumbs a {
        display:inline-block;
        float:none;
        width:62px;
    }
    .product-info .image .caroufredsel_wrapper {
        width:100% !important;
        min-height:auto!important;
    }
    .product-info .image .caroufredsel_wrapper #carousel {
        width:100% !important;
        height:auto!important;
    }
    .product-info .image .caroufredsel_wrapper #carousel span {
        width:100% !important;
        height:auto !important;
    }
    .product-info .image .caroufredsel_wrapper #carousel span img{
        width: 500px;
        height: auto;
        padding: 5px;
        margin: 0 auto;
    }
    .product-info ul {
        width: 100%;
        float: none;
        text-align: center;
    }
    .product-info ul li {
        display: inline-block;
    }
    .product-info ul li a {
        width: 62px;
        padding: 2px;
    }
    .product-info .left ul li a span {
        margin-top: 0;
        margin-left: 0;
    }
    .product-info .left ul li a p {
        font-size: 10px;
    }
    .box-product > div{
        width: 25%;
    }
    .box-product .price{
        font-size: 12px;
    }
    .box-product .price-old{
        font-size: 10px;
    }

    /* news */
    .common-home .news-list .image{
        width: 100%;
    }
    .news-list .image{
        width: 35%;
    }
    .news-list .name{
        margin: 0;
    }
    .news-list .name a{
        color: #525254;
    }
    .common-home .news-list .name a{
        font-size: 12px;
    }
    .common-home .item-news .meta-info{
        display: none;
    }
    .common-home .article-full .article-description{
        display: block;
    }
    .meta-info span{
        margin: 0px 5px 2px 0px;
    }
    .news-list .desc{
        font-size: 10px;
        color: #525254;
    }
    .news-list .related{
        display: none;
    }
    .article-title{
        font-size: 30px;
        padding: 10px 0;
    }
    .article-summary{
        font-size: 19px;
    }
    .article-info{
        font-size: 19px;
    }
    .article-main .article{
        padding: 0 10px;
    }
    .article-image{
        padding: 0 10px;
    }
    .article-image .product-info > div > a > img{
        width: auto;
    }
    .article-product{
        padding: 0 10px;
    }
    .article-product li .price{
        font-size: 14px;
    }
    .article-product li .price .price-new{
        font-size: 15px;
    }
    .article-relate{
        padding: 0 10px;
    }
    .article-relate-list .name a{
        font: 700 13px arial;
    }
    .article-relate-list .desc{
        font: 400 12px/16px arial;
    }
    .info-des{
        display: unset;
    }
    .info-des .info-des-content{
        width: 100%;
    }
    .info-des .info-image{
        width: 100%;
        padding: 0;
    }
    .info-image img{
        width: 100%;
        max-width: 100%;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    #search{
        margin-left: 5px;
    }
    #search input{
        width: 200px;
    }
    #box-info li .boxs span{
        font-size: 15px;
        font-weight: 500;
    }
    .menu-nav>li>a{
        font-size: 12px;
    }
    .info-des .info-des-content{
        line-height: 38px;
    }
    .product-category li.featured {
        height: 248px;
        width: 40%;
        padding: 0;
    }
    .product-category li.item-links .more-links a{
        padding: 2px;
    }
    .box-heading div p a{
        font-size: 10px;
        padding: 14px 7px;
    }
    .product-category .price{
        font-size: 12px;
    }
    .product-category .price-old{
        font-size: 10px;
    } 
    /* product */
    .product-info .image {
        max-width:500px;
        width: 100%;
    }
    .product-info .image img {
        max-width:100%;
    }    
   
    /* News */
    .article-main .article{
            padding: 0 10px;
        }
    .article-product{
        padding: 0 10px;
    }
    .article-product li .price{
        font-size: 14px;
    }
    .article-product li .price .price-new{
        font-size: 15px;
    }
    .article-relate{
        padding: 0 10px;
    }
    .article-relate-list .name a{
        font: 700 13px arial;
    }
    .article-relate-list .desc{
        font: 400 12px/16px arial;
    }
}

.cd-top{
    display:inline-block;
    height:40px;width:40px;
    position:fixed;bottom:40px;right:10px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.05);
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    background:#0dc0c0 url('../image/cd-top-arrow.svg') no-repeat center 50%;
    visibility:hidden;
    opacity:0;
    -webkit-transition:opacity .3s 0s, visibility 0s .3s;
    -moz-transition:opacity .3s 0s, visibility 0s .3s;
    transition:opacity .3s 0s, visibility 0s .3s;
    z-index:10000;border-radius:3px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover{
    -webkit-transition:opacity .3s 0s, visibility 0s 0s;
    -moz-transition:opacity .3s 0s, visibility 0s 0s;
    transition:opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible{
    visibility:visible;
    opacity:1;
}
.cd-top.cd-fade-out{
    opacity:.5;
}
.no-touch .cd-top:hover{
    background-color:#0dc0c0;
    opacity:1;
}
@media only screen and (min-width:768px){
    .cd-top{right:20px;
        bottom:20px;
    }
}
@media only screen and (min-width:1024px){
    .cd-top{
        height:50px;
        width:50px;
        right:30px;
        bottom:30px;
    }
}


