﻿@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=latin,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;subset=vietnamese");

html {
    min-height: 100%;
}
body {
    font-size: 12px;
    font: 12px/18px Arial;
}
ul, li, h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

/*header */
.mt-header .navbar {
    position: relative;
    padding: 0 !important;
    margin-bottom: 0;
    border: none;
}
.mt-header .container {
    margin: 0 auto;
    margin-bottom: 0px !important;
    padding: 7px 5px 0px 5px;
}
.mt-header .navbar-default {
    background-color: #4a90e2 !important;
}
.mt-header .mt-logo {
    display: inline-block;
    width: 100%;
    background: url(/images/logo.png) no-repeat;
    width: 180px;
    height: 40px;
}
.mt-header .navbar-info {
    overflow: hidden;
    display: none;
}
.mt-header .navbar-search {
    padding-top: 5px;
    padding-right: 0;
}
.mt-header .shopping-cart {
    display: inline-block;
    float: right;
    width: 250px;
}
.mt-header .hotline {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
}
.mt-header .hotline img {
    float: left;
    margin-top: 2px;
    vertical-align: middle;
    margin-right: 5px;
}
.mt-header .hotline .hotline-title {
    color: #fafafa;
}
.mt-header .hotline .hotline-number {
    color: #fafafa;
}
.mt-header .shopping {
    display: inline-block;
    float: right;
    width: 110px;
    white-space: nowrap;
    font-family: 'Roboto Condensed', sans-serif;
}
.mt-header .shopping img {
    float: left;
    margin-top: 2px;
    vertical-align: middle;
    margin-right: 5px;
}
.mt-header .shopping .shopping-title {
    color: #fafafa;
}
.mt-header .shopping .shopping-number {
    color: #fafafa;
}

/*--mobile--*/
.mobile-menu {
    clear: both;
    display: none;
}
.mobile-menu ul {
    width: 100%;
    display: block;
    border-collapse: collapse;
}
.mobile-menu li {
    border-bottom: solid 1px #e1e1e1;
}
.mobile-menu li:last-child {
    border-bottom: none;
}
.mobile-menu li i {
    margin-right: 5px;
}
.mobile-menu li a, .mobile-menu li a.parent, .mobile-menu li a:visited, .mobile-menu li a.parent:visited {
    background-color: transparent;
    line-height: 12px;
    text-decoration: none;
    font-size: 12px;
    color: #fafafa;
}
.mobile-menu li a:hover, .mobile-menu li a.parent:hover {
    background-color: #028FCC;
    color: #fff;
}
.mobile-menu .nav .nav li a, .mobile-menu .nav .nav li a:active {
    text-align:left;
    width:100%;
    padding: 3px 0 3px 30px;
    line-height: 20px;
    text-decoration: none;
    font-size: 12px;
    color:#fafafa;
}
.mobile-menu .nav .nav li a:hover {
    background-color: #589ef1;
}

/*#region Menu */
.navbar-menu {
    height: 38px;
    background: #fff;
    margin-top: 8px;
}
.navbar-menu ul {
    display: block;
    position: relative;
    width:100%;
    z-index: 100;
}
.navbar-menu ul > li {
    list-style: none;
    display: block;
    float: left;
}
.navbar-menu ul > li > a {
    display: block;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 510;
}
.navbar-menu ul > li > a:hover, .navbar-menu ul > li > a.active {
    background: #4a90e2;
    color: #fff;
}
.navbar-menu ul > li:first-child > a {
    padding: 5px;
    margin: 0 5px 0 10px;
}
.navbar-menu ul > li:first-child:hover > a {
    color: #333;
    background-color: transparent;
}

.mt-footer {
    border-top: solid 1px #c2c2c2;
    -webkit-box-shadow: 0px 0px 3px #c2c2c2;
    -moz-box-shadow: 0px 0px 3px #c2c2c2;
    box-shadow: 0px 0px 3px #c2c2c2;
    background-color: #4a90e2 !important;
    padding-top: 1.5em;
    font-family: 'Roboto Condensed', sans-serif;
}
.mt-footer .mt-footer .col-md-4, .mt-footer .col-md-6, .mt-footer .col-md-12 {
    margin: 0;
    padding: 0;
}
.mt-footer h4 {
    text-transform:uppercase;
    font-size: 15px;
    font-weight: bold;
    color: #fafafa;
}
.mt-footer ul {
    margin-top: 5px;
}
.mt-footer ul li {
    line-height: 22px;
}
.mt-footer ul li a, footer ul li a:active {
    font-size: 14px;
    color: #fafafa;
}
.mt-footer ul li a:hover {
    text-decoration:underline;
}
.mt-footer .line {
    height: 0;
    border-bottom: 1px solid #fafafa;
}
.mt-footer .contact {
    display: block;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;
    color: #fafafa;
}
.mt-footer .copyright {
    display:inline-block;
    margin-bottom:4px;
}
.mt-footer .copyright li {
    color: #fafafa;
    font-size: 14px;
}
.mt-footer .social {
    display: block;
    list-style: none;
    float: right;
}
.mt-footer .social li {
    margin: 0 3px;
    padding: 0;
}
.mt-footer .social li:last-child {
    margin-right: 0;
}
.mt-footer .social a.facebook:hover {
    background-color: #3B5998;
}
.mt-footer .social a.twitter:hover {
    background-color: #33ccff;
}
.mt-footer .social a.google:hover {
    background-color: #BD3518;
}
.mt-footer .social a.facebook:hover i, .mt-footer .social a.twitter:hover i, .mt-footer .social a.google:hover i {
    color: #fff;
}
.mt-footer .social a.socialIcon:hover, .mt-footer .social .socialHoverClass {
    color: #44BCDD;
}
.mt-footer .social-circle li a {
    border: solid 1px #f3f3f3;
    display: inline-block;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
}
.mt-footer .social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.mt-footer .social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.mt-footer .social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.mt-main {
    background-color: #f0f0f0;
}
.mt-main .container{
    margin: 0 auto;
    padding: 0 5px;
}
.mt-main .mobile-search {
    overflow: hidden;
    display: none;
    padding: 0;
    margin: 10px 0;
}
.mt-main .mt-holder {
    margin-bottom: 15px;
}
.mt-main .mt-wrap {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    min-height: 300px;
}

/*#Home */
.carousel-news {
    overflow: hidden;
    display: block;
    background-color: #fff;
    width: 100%;
    margin-bottom: 15px;
}
.carousel-news .col-xs-12, .carousel-news .col-md-8, .carousel-news .col-md-4 {
    padding: 0;
    margin: 0;
}
.carousel-news .carousel .carousel-caption {
    left:0;
    bottom:0;
    width:100%;
    padding: 0;
    padding-top:8px;
}
.carousel-news .carousel .carousel-caption h3 {
    font-family: 'Roboto Condensed', sans-serif;
    animation-delay: 1s;
    font-size:25px;
    color:#d7d7d7;
}
.carousel-news .carousel .carousel-caption p {
    margin-top:3px;
    animation-delay: 2s;
    color:#d7d7d7;
}
.carousel-news .carousel .active.left, .carousel-news .carousel .active.right {
    opacity: 0;
    z-index: 2;
}
.carousel-news .carousel .next.left, .carousel-news .carousel .prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel-news .carousel .carousel-control {
    z-index: 3;
}
.carousel-news .home-news {
    padding: 0 10px;
}
.home-news .home-news-tille, .home-news .home-news-tille:visited {
    display: block;
    width: 100%;
    padding: 5px 0;
    border-bottom: solid 1px #eaeaea;
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    color: #094188;
}
.home-news .home-news-tille:hover {
    text-decoration: underline;
}
.home-news .home-news-items ul {
    list-style: none;
}
.home-news .home-news-items ul li {
    border-bottom: 1px dotted #eaeaea;
    width:100%;
    display: inline-block;
    padding: 5px 0
}
.home-news .home-news-items ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.home-news .home-news-items ul li:hover {
    background: #fafafa
}
.home-news .home-news-items h3 {
    margin: 0;
    font-size: 13px;
    color: #3071A9;
    text-align: justify
}
.home-news .home-news-items ul li img {
    float: left;
    width: 110px;
    margin: 0 5px 1px 0
}
.home-news .home-news-items ul li a {
    text-decoration: none
}
.home-news .home-news-items .date-view {
    font-size: 11px;
    color: #989898;
    margin: 3px 0 0 0
}
.home-news .home-news-items span {
    padding: 0px 5px
}
.home-cat {
    overflow: hidden;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eaeaea;
}
.home-cat .home-cat-left {
    float: left;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #4a90e2;
    padding: 10px 0 10px 10px;
}
.home-cat .pull-right {
    padding: 10px 0;
    padding-right:10px;
    float:left;
}
.home-cat .pull-right ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
}
.home-cat .pull-right ul li {
    display: inline;
    float: left;
    border-right: solid 1px #eaeaea;
    padding: 0 10px
}
.home-cat .pull-right ul li:last-child {
    padding-right: 0;
    border-right: none;
}
.home-cat .pull-right ul li a {
    display: block;
}
.home-cat .pull-right ul li a:hover {
    text-decoration: underline
}
.home-cat .pull-right ul li:last-child a {
    font-weight: bold
}

/*Product list*/
.product-list {
    overflow: hidden;
}
.product-list > [class*=col-] {
    padding: 8px;
    margin: 0;
}
.product-list a, .product-list a:hover {
    text-decoration: none;
    border: solid 1px #eaeaea;
    margin: 0;
}
.product-list .mt-box {
    position: relative;
    padding: 5px;
    width: 100%;
    height: 270px;
    text-align: center;
}
.product-list a:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.product-list a:hover h2{
    color: #4a90e2;
}
.product-list .mt-box img {
    display: inline-block;
    height: 140px;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    margin-bottom: 10px;
}
.product-list .mt-box h3 {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #333;
    text-align: left;
    margin-bottom: 5px;
}
.product-list .mt-box .online {
    display: block;
    overflow: hidden;
    font-size: 11px;
    color: #333;
    text-align: left;
    margin-bottom: 5px
}
.product-list .mt-box .price {
    display: block;
    overflow: hidden;
    text-align: left;
}
.product-list .mt-box .price strong {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    color: #DD1A22;
    text-align: left;
}
.product-list .mt-box .price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    color: #222;
    text-decoration: line-through;
    margin-left: 5px;
}
.product-list .mt-box .sale {
    display: block;
    overflow: hidden;
    font-size: 11px;
    color: #333;
    text-align: left;
    margin-top: 5px
}
.product-list .mt-box .sale span {
    font-weight: bold;
}
.product-list .mt-box .desc {
    padding-top: 5px;
    font-size: 12px;
    width: 100%
}
.mt-wrap .load-more {
    display: block;
    overflow: hidden;
    width: 100%;
    border-right: 1px solid #eaeaea;
    text-align: center;
    padding: 10px 0;
}
.mt-wrap .load-more a {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none
}
.mt-wrap .load-more a:hover {
    text-decoration: underline;
}
.mt-wrap .load-more .badge {
    background-color: #4a90e2;
    margin: 0 5px;
    padding: 3px 10px;
    font-size: 11px;
}

/*mt-toolbar*/
.mt-toolbar {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}
.mt-toolbar .breadcrumb {
    display: inline-block;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.mt-detail {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
}
.p-sharelike {
    padding-top: 12px;
}
.p-title {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding: 10px 0;
}
.p-price {
    overflow: hidden;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #DD1A22;
    margin-bottom: 15px;
}
.p-price-online .panel-default {
    margin-bottom: 10px;
}
.p-price-online .panel-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 7px;
}
.p-price-online .panel-body {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #4a90e2;
    padding: 10px 7px;
}
.p-gif {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    border: solid 1px #eaeaea;
    border-radius: 3px;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.p-gif h2 {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 7px;
}
.p-gif ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.p-gif ul li {
    display: block;
    font-size: 13px;
    text-align: justify;
    color: #249C24;
    line-height: 25px;
}
.p-gif ul li .fa {
    font-size: 20px;
    color: #f18103;
}
.p-accessories {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    border: solid 1px #eaeaea;
    padding: 5px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.p-accessories ul {
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
}
.p-accessories ul li {
    display: block;
    padding-left: 23px;
    padding-top: 1px;
    font-size: 13px;
    text-align: justify;
    line-height: 25px;
}
.p-accessories ul .fa-cube {
    position: relative;
}
.p-accessories ul .fa-cube:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    top: 0;
    left: 0;
    padding-right: 7px;
    content: "\f1b2";
}
.p-accessories ul .fa-clock {
    position: relative;
}
.p-accessories ul .fa-clock:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    top: 0;
    left: 0;
    padding-right: 7px;
    content: "\f017";
}
.p-accessories ul .fa-undo {
    position: relative;
}
.p-accessories ul .fa-undo:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 16px;
    top: 0;
    left: 0;
    padding-right: 7px;
    content: "\f0e2";
}
.p-color {
    display: block;
    text-align: center;
    margin: 10px 0;
}
.p-color .img-thumbnail {
    width: 50px;
}
.p-color ul {
    margin: 0;
}
.p-color li {
    cursor:pointer;
    padding: 0 3px;
}
.p-color li div {
    margin-top: 3px;
    font-size: 11px;
    text-align: center;
}
.p-color li a {
    text-decoration: none;
}
.p-button {
    display: block;
    overflow: hidden
}
.p-button a {
    text-decoration: none;
}
.p-button .buy-now {
    float: left;
    width: 49.5%;
    overflow: hidden;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background: #fd6e1d;
    border-radius: 4px;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    margin-right: 1%
}
.p-button span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: none;
    font-weight: normal
}
.p-button .buy-ins {
    line-height: normal;
    float: right;
    width: 49.5%;
    padding: 5px 0;
    border-radius: 4px;
    text-align: center;
    background: #288ad6;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.p-spec {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 10px 0;
}
.p-spec h2 {
    overflow: hidden;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
}
.p-spec .table td {
    border: none;
    padding: 5px 0;
}
.p-spec .table td:first-child {
    min-width: 90px !important;
}
.p-spec .table td:last-child {
    padding-left: 8px;
}
.p-spec .table tr {
    border-bottom: dotted 1px #ccc;
}
.p-spec .table tr:last-child {
    border-bottom: none;
}
.p-same {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
}
.p-same-title {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 3px;
    padding-bottom: 8px;
    border-bottom: solid 1px #eaeaea;
}
.p-same ul {
    list-style: none;
}
.p-same ul li {
    width:100%;
    display: inline-block;
    padding-bottom: 5px;
}
.p-same ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}
.p-same ul li h3 {
    font-size: 15px;
    color: #3071A9;
    text-align: justify;
    margin-bottom: 5px;
}
.p-same ul li strong {
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #DD1A22;
    margin-bottom: 5px;
}
.p-same ul li img {
    float: left;
    width: 80px;
    margin-right: 5px;
    transition-duration: 0.5s;
    transition-timing-function: linear;
}
.p-same ul li a {
    text-decoration: none
}
.p-same ul li:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.p-same p {
    text-align: justify;
}
.p-news .showmore {
    cursor: pointer;
    color: #4a90e2;
    text-align: center;
    padding: 7px 5px 5px 5px;
    margin: 10px auto;
}
.p-news-title {
    overflow: hidden;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: solid 1px #eaeaea;
}
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
legend.scheduler-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

.mt-banner {
    display: block;
    overflow: hidden;
    width: 100%;
}
.mt-banner .col-md-6:first-child {
    padding: 0 5px 0 0;
}
.mt-banner .col-md-6:last-child {
    padding: 0 0 0 5px;
}

.mt-filter {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #eaeaea;
}
.mt-filter .mega-menu {
    display: block;
    width: 100%;
}
.mt-filter .mega-menu li {
    display: inline-block;
    list-style: none;
    float: left;
}
.mt-filter .mega-menu > li .active {
    color: #DD1A22;
}
.mt-filter .mega-menu .category > span {
    display: block;
    color: #333;
    padding: 10px;
    padding-right: 5px;
    font-size: 13px;
    font-weight: bold;
}
.mt-filter .mega-menu > li > a {
    display: block;
    color: #4a90e2;
    padding: 10px 7px;
    text-decoration: none;
    font-size: 13px;
    z-index: 21;
}
.mt-filter .mega-menu > li > a:last-child {
    padding-left: 0;
}
.mt-filter .mega-menu > li:hover > a {
    background: #fff;
    color: #333;
}
.mt-filter .mega-menu .sub-wraper {
    position: absolute;
    background: #fff;
    padding: 10px 10px 0 10px;
    left: 0;
    -webkit-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    border: solid 1px #e1e1e1;
    border-left: none;
    display: none;
    z-index: 20;
}
.mt-filter .mega-menu > li > .popup-center {
    left: auto;
    right: auto;
    border: solid 1px #e1e1e1;
    width: 170px;
}
.mt-filter .mega-menu > li > .popup-right {
    left:auto;
    right:0;
    border: solid 1px #e1e1e1;
    border-right: none;
    width: 140px;
}
.mt-filter .mega-menu > li > .popup-right li {
    padding: 5px 0;
}
.mt-filter .mega-menu > li > .popup-right li:first-child {
    padding-top: 0;
}
.mt-filter .mega-menu > li > .popup-right .fa {
    margin-right:5px;
    color:#818181;
}
.mt-filter .mega-menu .check-all {
    border-bottom: solid 1px #eaeaea;
    padding: 3px 0 5px 0;
    margin-bottom: 10px;
}
.mt-filter .mega-menu .header {
    display: block;
    overflow: hidden;
    width:100%;
    font-size: 13px;
    font-weight:bold;
    margin-bottom: 8px;
}
.mt-filter .mega-menu .header span {
    font-weight: bold;
}
.mt-filter .mega-menu .one-column {
    display: block;
    overflow: hidden;
    width:100%;
}
.mt-filter .mega-menu .one-column li {
    list-style:none;
    padding: 3px 0;
    width: 100%;
}
.mt-filter .mega-menu .two-column {
    display: inline-block;
}
.mt-filter .mega-menu .two-column li {
    float: left;
    list-style: outside none none;
    padding: 3px 0;
    width: 50%;
}
.mt-filter .mega-menu .m-price {
    display:none;
}
.mt-filter .mega-menu .d-price {
    display:block;
}
.mt-filter .mega-menu > li > div > .row:last-child {
    padding-top: 5px;
}
.filter-list {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #eaeaea;
    padding: 5px 10px 3px 10px;
}
.filter-list ul li {
    padding: 2px !important;
    margin-bottom: 3px;
}
.filter-list ul li .btn{
    margin: 0 !important;
}
.mt-news {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 15px;
}
.mt-news .news-cat-title {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-top: 3px;
    padding-bottom: 8px;
    border-bottom: solid 1px #eaeaea;
}
.news-list {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 5px 0;
}

.mt-news .media {
    border-bottom: 1px solid #eaeaea;
    padding: 5px 0px;
    margin: 0;
}
.mt-news .media-body {
    position: relative;
    overflow: hidden;
}
.mt-news .media:last-child {
    border-bottom: none;
    margin-bottom: 0
}
.mt-news .media h5 {
    text-align: justify;
    margin-bottom: 5px;
}
.mt-news .media h5 a:link, .mt-news .media h5 a:visited {
    line-height: 1.3;
}
.mt-news .media h5 a:hover {
    text-decoration: underline
}
.mt-news .media .desc {
    text-align: justify
}
.mt-news .media .date-view {
    text-align: justify;
    font-size: 12px;
    color: #989898;
}
.mt-news .media .date-view span {
    padding: 0px 5px
}
.mt-news .media .date-view a {
    text-decoration:none;
    color: #989898;
}
.mt-news .news-video {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0;
}
.mt-news .news-other {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
}
.news-other .media img {
    width: 110px
}
.news-other .media h5 {
    font-size: 13px;
}

.news-title {
    overflow: hidden;
    display: block;
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 15px;
}
.news-content {
    overflow: hidden;
    display: block;
    width: 100%;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 10px;
}
.news-content table, .news-content div, .news-content p {
    width: 100% !important;
}
.news-content img {
    display: block;
    margin: 0 auto;
}
.news-author {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}
.news-readmore {
    position: absolute;
    background: #fff;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0 10px 0;
}
@media (max-width : 320px) {
    html, body {
        min-width: 320px !important;
        width: 320px !important;
    }
}
@media (max-width : 362px) {
    .product-list .mt-box {
        height: 270px;
    }
    .product-list .mt-box img {
        height: 140px;
    }
}
@media (max-width : 392px) {
    .mt-filter .mega-menu li:first-child {
        display: none;
    }
    .mt-header .navbar-info {
        display: none !important;
    }
    .mt-header .navbar-right {
        display: block !important;
        overflow: hidden;
        margin: 5px 0 !important;
        width: 100%;
    }
    .mt-header .navbar-right .hotline {
        display: inline-block !important;
        width: 125px;
        float:right;
    }
    .mt-header .navbar-right .shopping {
        display: block !important;
        width: 100%;
    }
    .mt-header .mobile-menu ul {
        border-top: solid 1px #e1e1e1;
    }
}
@media (max-width : 440px) {
    /*.mt-footer .social {
        overflow: hidden;
        width: 100%;
        margin-bottom: 15px;
    }
    .mt-footer .social li:first-child {
        margin-left: 0;
    }*/
}
@media (max-width : 490px) {
    .mt-filter .mega-menu .pull-right {
        display: none;
    }
    .mt-filter .mega-menu .feature {
        float: right !important;
        margin-left: 0;
        padding-left: 0;
    }
}
@media (max-width : 540px) {
    .news-list .img-thumbnail {
        width: 110px;
    }
}
@media (max-width : 600px) {
    .product-list .mt-box {
        height: 250px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .news-list .img-thumbnail {
        width: 150px;
    }
    .product-list .mt-box {
        height: 270px;
    }
    .product-list .mt-box img {
        height: 170px;
    }
}
@media (max-width : 600px) {
    .news-list .img-thumbnail {
        width: 110px;
    }
    .news-list .desc {
        display: none;
    }
    .home-cat .pull-right li:not(:last-child) {
        display: none;
    }
}
@media (min-width: 993px) and (max-width: 1199px) {
    .home-news .home-news-tille {
        padding: 4px 0 1px 0;
    }
    .home-news .home-news-tille a:link, .home-news .home-news-tille a:visited {
        font-size: 14px;
    }
    .home-news .home-news-items ul li {
        padding: 3px 0
    }
    .home-news .home-news-items h3 {
        font-size: 12px;
    }
    .home-news .home-news-items ul li img {
        width: 90px;
    }
    .product-list .mt-box {
        height: 290px;
    }
}
@media (max-width : 768px) {
    .mt-header .navbar-collapse {
        padding: 0;
    }
    .mt-header .navbar-header {
        display: table;
        margin: 0;
        width: 100%;
    }
    .mt-header .navbar-toggle {
        margin: 0;
        margin-right: 8px;
    }
    .mt-header .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }
    .mt-header .mt-logo {
        margin-left: 5px;
    }
    .mt-header .navbar-info {
        display: inline-block;
        float: right;
    }
    .mt-header .navbar-right {
        display: none;
    }
    .mt-header .navbar-search {
        display: none;
    }
    .mt-main .mobile-search {
        display: block;
    }
    .mt-header .navbar-menu {
        display: none;
    }
    .mt-header .mobile-menu {
        display: block;
        clear: both;
    }
    .mt-main .home-news {
        padding-bottom: 10px;
    }
    .mt-filter .mega-menu > li > div {
        border-right: none;
    }
    .mt-main .mt-banner {
        display: none;
    }
    .mt-footer .text-right:last-child {
        padding-top: 10px;
    }
    .mt-footer .list-unstyled:last-child {
        margin-bottom: 10px;
    }
}
@media (min-width : 1000px) {
    .mt-header .navbar-search {
        padding-left: 10%;
    }
}
@media (max-width : 992px) {
    .mt-filter .mega-menu .d-price {
        display: none;
    }
    .mt-filter .mega-menu .m-price {
        display: block;
    }
}