@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    .product-grid .col-4 {
        width: 25% !important;
    }
    .product-grid .col-4:nth-child(4n+1) {
        clear: left;
    }
    #banner {
        width: 67%;
    }
    #khuyenmai {
        width: 30%;        
    }
    .footer-info {
        width: 23.444%;
        float: left;
        position: relative;
    }
    .footer-links {
        width: 73.66%;
        position: relative;
        float: left;
        padding: 0 10px;
        border-left: 1px solid #DDD;
    }
}
@media (min-width: 768px) and (max-width:1200px) {
    .product-grid .col-4 {
        width: 25%;
    }
    #banner {
        width: 60%;
    }
    #khuyenmai {
        width: 35%;
    }
    .footer-info .list-shipping li {
        width: 50%!important;
    }
}
@media (min-width: 768px) {
    #masstop .col-5 {
        width: 20%;
    }
    #masstop .col-5:nth-child(5n+1) {
        clear: left;
    }
    #content {
        border-bottom: 1px solid #DDD;
        margin-bottom: 20px;
    }
    #column-left {
        width: 23.444%;
        float: left;
        position: relative;
    }
    #content {
        width: 73.66%;
        position: relative;
        float: left;
        padding: 0 10px;
        border-left: 1px solid #DDD;
    }
    .navbar {
        border-radius: 4px;
    }
    .navbar-header {
        float: left;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }
    .navbar-toggle {
        display: none;
    }
    #logo {
        width: 32%;
        float: left;
        margin-top: -10px;
    }
    #search {
        width: 40%;
        float: left;
    }
    #cart {
        width: 23%;
        float: right;
    }
    #logo, #search {
        padding-right: 15px;
    }
    .footer-links .col-3 {
        width: 25%;
        float: left;
    }
    .footer-links .contact {
        width: 50%;
        float: left;
    }
    .product-info > .left, .modal .left, .checkout-content .left {
        width: 50%;
        float: left;
    }
    .product-info > .right, .modal .right, .checkout-content .right {
        width: 48%;
        float: right;
    }
    .modal-content {
        width: 750px;
    }
    .modal {
        padding-top: 20px;
    }
    #cart .dropdown-menu {
        width: 400px;
    }
    .section-col {
        width: 47%;
        float: left;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-col:nth-child(2n+1) {
        clear: left;
    }
    .box-product > div .name, .box-product > div .price {
        display: none;
    }
}
@media (max-width: 767px) {
    #masstop .col-4 {
        width: 25%;
    }
    #masstop .col-4:nth-child(4n+1) {
        clear: left;
    }
    /*    .product-thumb {
            border: 1px solid #DDD;
        }*/
    #search {
        margin: 10px 0;
    }
    .visible-xs {
        display: block!important;
    }
    #khuyenmai {
        width: 100%;
        margin: 0!important;
    }
    .footer-links .col-3, .contact {
        margin-top: 20px;
    }
    #cart .dropdown-menu {
        width: 100%;
    }
    .modal-content {
        width: 90%;
    }
    .modal .right, .modal .right {
        width: 100%;
    }
    .modal {
        padding-top: 10px;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }    

}
@media (min-width: 426px) and (max-width: 767px) {
    .product-grid .col-2 {
        width: 50%;
    }
    .product-grid .col-2:nth-child(2n+1) {
        clear: left;
    }
    .hidden-sm {
        display: none!important;
    }    
    #menu {
        border-radius: 4px;
    }
    .module-left {
        width: 48%;
        float: left;
    }
    .module-left:nth-child(even) {
        margin-left: 15px;
    }
    #column-left:after {
        clear: both;
        content: ".";
        display: block;
        width: 0px;
        height: 0px;
    }
    #column-left {
        margin-bottom: 15px;
    }
}
@media (min-width: 426px) {
    .top-intro {
        float: left;
    }
}
@media (max-width: 425px) {
    #masstop .col-2 {
        width: 50%;
    }
    .col-2:nth-child(2n+1) {
        clear: left;
    }
    .hidden-xs {
        display: none!important;
    }
    .top-intro {
        float: right;
    }
    .box-product > div .name, .box-product > div .price {
        display: none;
    }
}
.col-2, .col-4, .col-5 {
    float: left;
    margin-top: 10px;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
#top {
    background-color: #181818;
    border-color: #222 #222 #000;
    border-bottom: 1px solid #ccc;
    margin: 0px 0px 15px;
}
#search {
    display: table;
}
#menu, #top {
    min-height: 40px;
}
body {
    color: #333;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    width: 100%;
}
body {
    font-family: 'Open Sans',sans-serif;
}
body, label {
    font-weight: 400;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: inline;
}
.list-inline {
    margin-left: -5px;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
ol, ul {
    padding: 0;
    margin-bottom: 10px;
}
#top-links li, figcaption {
    font-size: 12px;
}
#top-links a, #top-links li {
    color: #fff;
    text-decoration: none;
}
#top-links a:hover, .list-group a:hover, .list-group a:active, .footer-links ul > li > a:hover {
    color: #f0141e;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
#search input {
    height: 39px;
    line-height: 20px;
    padding: 0 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    float: left;
    position: relative;
}
#search button {
    height: 40px;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    position: relative;
}
.form-control {
    display: table-cell;
    font-size: 12px;
    background-color: #fff;
    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;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom,#eee,#ddd);
    background-repeat: repeat-x;
    border-color: #ddd #ddd #b3b3b3 #b7b7b7 !important;
}
.btn-default:focus, .btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c !important;
}
#cart button {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}
.btn-black {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
    color: #fff;
    background-color: #363636;
    background-image: linear-gradient(to bottom,#444,#222);
    border-color: #222 #222 #000;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-repeat: repeat-x;
    padding: 10px 16px;
}
.btn-black:hover {
    background-color: #222;
    background-image: linear-gradient(to bottom,#333,#111);
}
.btn-block {
    display: block;
    width: 100%;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    position: absolute;
    right: 0;
    left: auto;
}
.dropdown-menu {
    font-size: 12px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar {
    position: relative;
    min-height: 50px;
    margin: 10px 0;
    border: 1px solid transparent;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}
.collapse {
    display: none;
}
.nav>li, .nav>li>a {
    display: block;
    position: relative;
}
.navbar-collapse.in {
    overflow-y: auto;
}
.collapse.in {
    display: block;
}
#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    padding: 9px 15px;
    min-height: 15px;
    background-color: transparent;
}
.clearfix:after{
    clear: both;
    content: " ";
    display: block;
    width: 0px;
    height: 0px;
}
a {
    color: #d31c40;
    text-decoration: none;
}
a:hover, a:focus {
    color: #ac0b12;
}
#menu .nav>li.open>a, #menu .nav>li>a:hover {
    background-color: rgba(0,0,0,.1);
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,.2);
    font-weight: 700;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 5px 18px;
    float: right;
    border-color: #f83333 #d80b0b #8b1414;
}
#menu, #menu .btn-navbar {
    background: #d31c40;
}
.visible-xs {
    display: none;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #e43838;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    display: table-cell;
}
img {
    max-width: 100%;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}
.module-title {
    background: transparent;
    color: #000000;
    line-height: 20px;
    border-bottom: 1px solid #000000;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.container:before, .row:before, .navbar-collapse:before {
    display: table;
    content: " ";
}
.container:after {
    display: table;
    content: " ";
    clear: both;
}
#mainbody {
    padding-top: 20px;
    position: relative;
    z-index: 1;
}
.list-group a {
    border-bottom: 1px solid #DDD;
    color: #333333;
    font-weight: bold;
    padding: 8px 0;
    position: relative;
    display: block;
}
.product-thumb {
    overflow: auto;
    padding: 5px;
}
.product-thumb .image {
    text-align: center;
    position: relative;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.product-thumb .caption {
    padding: 0 10px;
    text-align: justify;
}
.product-thumb h4 {
    font-weight: bold;
    font-size: 14px;
}
#masstop .product-thumb h4 {
	height: 45px;
}
.price {
    font-size: 14px;
    font-weight: bold;
}
.red-button {    
    background-color: #d31c40;
    color: #fff;
    border: none;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb > .red-button {
    width: 100%;
}
.red-button:hover {
    background-color: #be193a;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.row {
    margin: 0 -15px;
}
.heading-h1 {
    background: transparent;
    color: #000;
    line-height: 25px;
    border-bottom: 1px solid #000000;
    padding: 0 0 20px;
    margin: 0 0 20px;
    font-size: 170%;
    font-weight: 700;
    text-transform: uppercase;
}
.module-left {
    margin-bottom: 30px;
}
#module-info a {
    padding: 5px 0;
    color: #333333;
}
#module-info a:hover {
    background-color: #eee;
    color: #f0141e;
}
#module-info li:first-child {
    border-top: 0;
}
#module-info li {
    border-top: 1px dotted #eeeeee;
}
.box-product {
    margin: 0 -5px;
    width: auto;
}
.box-product > div {
    margin: 0;
    float: left;
    width: 50%;
}
.box-product > div:first-child {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px dotted #616161;
}
.box-product > div .image {
    float: left;
    margin-right: 20px;
}
.box-product .image {
    position: relative;
    margin: 0 0 10px;
}
.box-product > div:first-child .name, .box-product > div:first-child .price {
    display: block;
}
.price-old {
    color: #999;
    text-decoration: line-through;
}
.price-new {
    color: #f0141e;
    padding-left: 10px;
}
.box-product > div:first-child .image img {
    width: 120px;
}
.box-product > div:nth-child(n+2) .image img {
    padding: 0;
    border: 0;
    max-width: 100px;
}
.module-ct {
    padding: 20px;
}
.navhelper {
    background: #000000;
    color: #999999;
    min-height: 36px;
    width: auto;
    clear: both;
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrumb > li a, .footer-links ul > li > a {
    color: #cccccc;
}
.breadcrumb > li + li:before {
    content: "/\00a0";
}
.breadcrumb > li a:hover, .breadcrumb > li a:focus, .breadcrumb > li a:active, .footer-links ul > li > a:hover {
    text-decoration: none;
    color: #999999;
}
#footer {
    background: #222222;
    color: #555555;
    padding-top: 30px;
}
.footer-info {
    font-size: 12px;
}
.footer-info .list-shipping li {
    cursor: pointer;
    float: left;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
}
.footer-info ul > li {
    display: block;
    padding: 10px 0;
    margin: 20px 0;
}
.footer-info .list-shipping i {
    background: #333;
    color: #fff;
    display: block;
    float: left;
    font-size: 115%;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.footer-info .list-shipping li .title {
    color: #fff;
    display: block;
    line-height: 100%;
    margin: 0 0 5px;
}
.footer-links .module-title {
    color: #ffffff;
    padding: 0;
    border: 0;
}
.footer-links ul > li > a {
    display: inline-block;
    padding: 5px 0;
}
.contact {
    color: #fff;
    line-height: 30px;
}
.contact i {
    margin-right: 10px;
}
.product-grid {
    margin-bottom: 30px;
}
.product-info {
    overflow: visible;
    margin-bottom: 20px;
}
.product-info .image, .modal .image {
    border: 1px solid #E7E7E7;
    float: left;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    position: relative;
    max-width: 100%;
}
.product-info .price {
    color: #F0141E;
    font-size: 18px;
}
.product-info .cart {
    border-bottom: 0;
    padding-top: 5px;
}
.product-info .cart div {
    float: none;
    letter-spacing: 1px;
}
.product-info .cart input[type="text"] {
    min-width: 50px;
    display: inline-block;
    background: #fff;
    border-color: #eee;
}
.options img {
    display: inline-block;
    width: 50px;
    margin: 5px;
    cursor: pointer;
}
.options img:active, .options img:hover, .options .selected {
    border: 2px solid #dc0e17;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(200, 22, 22, 0.6);
}
.checkbox, .radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: top;
}
.radio label, .checkbox label {
    display: inline;
    cursor: pointer;
}
#mainbody .inputbox, #mainbody input[type=number], #mainbody input[type=text], #mainbody input[type=password], 
#mainbody input[type=datetime], #mainbody input[type=datetime-local], #mainbody input[type=date], #mainbody input[type=month], 
#mainbody input[type=time], #mainbody input[type=week], #mainbody input[type=email], #mainbody input[type=url],
#mainbody input[type=tel], #mainbody input[type=color], #mainbody input[type=search], select, textarea, .modal input[type=text] {
    height: 34px;
    line-height: 1.666667;
    padding-left: 6px;
    color: #555;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 0;
}
.cart .red-button {
    padding: 0 20px;
}
.product-info > .left {
    margin-bottom: 20px;
}
#mainbody input[type=text]:focus, #mainbody input[type=email]:focus, 
#mainbody input[type=password]:focus, #mainbody textarea:focus, .modal input[type=text]:focus {
    outline: 0;
    border-color: #666;
}
#product-desc {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
}
.tags {
    margin: 20px 0;
    padding: 0;
    clear: both;
}
.image-additional img {
    max-width: 80px;
    cursor: pointer;
}
#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}
#cart .dropdown-menu table {
    width: 100%;
    margin-bottom: 10px;
    font-size: inherit;
}
#cart {
    position: relative;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.btn-danger {
    color: #fff;
    background-color: #d31c40;
    /*background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);*/
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover {
    color: #fff;
    background-color: #be193a;
}
.table td, .table th {
    height: 30px;
    padding: 2px 8px;
}
.error {
    color: #f0141e;
}
.img-thumbnail {
    width: 50px;
    border: 1px solid #ddd;
    padding: 4px;
    float: left;
    margin-right: 5px;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.table-content {
    width: 100%;
    min-width: 650px;
    margin-bottom: 20px;
}
.table-content>tfoot {
    border-top: 1px solid #ddd;
}
thead td {
    color: #4D4D4D;
    font-weight: bold;
    background-color: #F7F7F7;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group-btn:last-child>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn>.btn {
    position: relative;
}
.btn-primary {
    color: #fff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom,#23a1d1,#1f90bb);
    border-color: #1f90bb #1f90bb #145e7a;
}
.input-group [name^=quantity] {
    min-width: 50px;
    width: 100%;
    height: 28px !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -6px;
}
.buttons {
    min-height: 40px;
}
table {
    font-size: inherit;
    border-spacing: 0;
    border-collapse: collapse;
}
.checkout-content {
    padding: 0px 0px 15px 0px;
    overflow: hidden;
}
.required {
    color: #F00;
    font-weight: bold;
}
.large-field {
    min-width: 200px;
    width: 90%;
    font-size: 12px;
}
textarea {
    min-height: 50px;
    font-size: inherit !important;
}
.text-bordered {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 12px;
    display: block;
}
.items-more h3 {
    margin: 20px 0 5px;
}
.nav>li>a {
    padding: 10px 15px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
}
figcaption {
    margin-bottom: 20px;
    color: #DF6D6D;
}
.img-intro {
    height: 150px;
    float: left;
    border: 1px solid #ddd;
    padding: 4px;
    margin-right: 15px;
}
.category-info {
    text-align: justify;
}
.top-intro {
    margin-top: 12px;
    color: #ccc;
    font-style: italic;
}
figure.image {
    display: table;
    border: 1px solid gray;
    margin: 10px;
    background: #f5f2f0;
}
figure.align-left {
    float: left;
}
figure.align-right {
    float: right;
}
figure.align-center {
    margin-left: auto;
    margin-right: auto;
}
figure.image img {
    margin: 8px auto;
    display: table-cell;
}
figure.image figcaption {
    text-align: center;
    padding: 0 5px;
}
.box-red, .box-green, .box-checked {
    padding: 8px;
    border-radius: 5px;
    margin-left: 10px;
}
.box-checked {
    border: 1px solid #a6e29b;
    background: center no-repeat #ddffd7;
}
#content h2 {
    color: #ce263a;
}
#content ul, #content li {
    margin-left: 20px;
}
th {
    background: #333333;
    color: #eeeeee;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}
.product-grid .product-thumb .image:hover {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 3px #e0e0e0;
}
.sale-special {
    margin-bottom: 0;
    overflow: hidden;
    position: absolute;
    bottom: 2px;
    background-color: #f01465;
    color: #fff;
    line-height: 36px;
    text-align: center;
    right: 0;
    padding: 0 5px;
    border: 1px solid #fff;
    font-weight: bold;
    text-decoration: underline;
    font-size: 11px;
}
.product-name-h5 {
    font-size: 10px;
    margin: 0;
}
/* The Modal Box */
.modal {
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */    
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-header, .red-content {
    padding: 2px 16px;
    background-color: #d31c40 !important;
    color: #fff;
    clear: both;
}
.modal-header h2 {
    color: #fff !important;
}
/* Modal Body */
.modal-body {
    padding: 2px 16px;
}
/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
}
.modal-footer > p {
    font-size: 12px;
}
/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
/* Add Animation */
@-webkit-keyframes animatetop {
    from {top: -300px; opacity: 0} 
    to {top: 0; opacity: 1}
}
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}
.modal .image {
    max-width: 300px;
    margin-right: 10px;
}
/* -- The Modal Box */
/*banner*/
#banner {
    float: left;
    position: relative;
    border: 1px solid #ddd;
    padding: 5px;
}
/*khuyen mai*/
#khuyenmai {
    position: relative;
    float: left;
    margin-left: 20px;
    background-color: #222222;
}
#khuyenmai h3 {
    background: #95b32a;
    color: #ffffff;
    margin: 20px 0 0 -10px;
    padding: 10px 20px;
    display: inline-block;
    border-bottom: 0;
}
/*masstop*/
#masstop {
    padding-top: 30px;
}
/*blog article*/
.blog-introtxt img {
    width: 200px;
    padding-right: 5px;
}
.blog-introtxt {
    text-align: justify;
}
/*pagination*/
.pagination {
    background: #F5F5F5;
    border: 1px solid #ddd;
    color: #666;
    line-height: 40px;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    display: block;
}
.pagination > li {
    display: inline;
    margin: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #f0141e;
    border-color: #f0141e;
    cursor: default;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.666667;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}
/*more article*/
.items-more img {
    width: 25px;
    padding-right: 10px;
    clear: left;
}
.red-content {
    margin-bottom: 20px;
}
.red-content h2 {
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    overflow: hidden;
}
.red-content a {
    color: #f37676;
}
blockquote {
    font-style: italic;
}
blockquote::first-letter {
    font-family: Georgia,"Times New Roman",Times,serif;
    color: #ccc;
    font-size: 50px;
}
.promotion li {
    color: green;
}
.promotion h4 {
    margin-bottom: 0;
}
.product-info .price, .promotion {
    border-bottom: 1px solid #DDD;
}