@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");

@font-face {
    font-family: "Linearicons";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Linearicons.ttf") format("truetype");
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    list-style-position: inside;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
    -webkit-appearance: none;
}
input[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
}
a {
    color: #007fc0;
    outline: none !important;
    text-decoration: none !important;
}
a:hover {
    color: #007fc0;
}
a img {
    border: none;
}
.clr {
    clear: both;
}
.fleft {
    float: left;
}
.fright {
    float: right;
}
::-webkit-input-placeholder {
    color: #000 !important;
    font-size: 12px;
}
::-moz-placeholder {
    color: #000 !important;
    font-size: 12px;
}
:-ms-input-placeholder {
    color: #000 !important;
    font-size: 12px;
}
input:-moz-placeholder {
    color: #000 !important;
    font-size: 12px;
}
.button {
    background: #007fc0;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.button:hover {
    background: #00527c;
}
.zing-content img {
    max-width: 100%;
    height: auto;
}
.zing-content iframe {
    max-width: 100% !important;
}
.zing-content table {
    width: 100%;
    margin: 0 0 15px 0;
}
.zing-content td {
    padding: 6px 10px;
    border: 1px solid #000;
}
.zing-required {
    color: red;
    font-weight: bold;
}
.mark {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.contact-success {
    width: 100%;
    margin-bottom: 10px;
    color: green;
    font-weight: bold;
}
.contact-error {
    width: 100%;
    margin-bottom: 10px;
    color: red;
    font-weight: bold;
}
.media-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
}
.media-image {
    margin-right: 10px;
}
.media-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
body {
    background: #f4f4f4;
    color: #000;
    font-size: 14px;
}
body p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.owl-theme .owl-controls {
    margin: 0;
    line-height: 0;
}

/* linearicons */
[class^="icon-"],
[class*=" icon-"] {
    font-family: "Linearicons";
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-tags:before {
    content: "\e756";
}
.icon-cart:before {
    content: "\e74d";
}
.icon-magnifier:before {
    content: "\e922";
}

/* end linearicons */

/* breadcrumb */
.breadcrumb-box {
    padding: 10px 0;
    background: #fff;
}
.breadcrumb-box ul {
    padding: 0;
    background: none;
}
.breadcrumb-box li {
    float: left;
}
.breadcrumb-box li a {
    color: #000;
    font-size: 10px;
    text-decoration: none;
}
.breadcrumb-box li a:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 0px 6px;
    background: url(../../img/next-bcrum.png) no-repeat;
}
.breadcrumb-box li:last-child a:after {
    display: none;
}
.breadcrumb > li + li:before {
    display: none;
}

/* end breadcrumb */

/* pagination */
.pagination {
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}
.pagination a,
.pagination span {
    min-width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 2px;
    padding: 0px 9px;
    background: #fff;
    color: #000;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.pagination a:hover {
    background: #ff0000;
    color: #fff;
}
.pagination span {
    background: #ff0000;
    color: #fff;
}

/* end pagination */

/* search suggets */
.suggest-box {
    float: left;
    display: none;
    clear: both;
    background-color: #eee;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9999;
}
.suggest-item {
    width: 375px;
    float: left;
    padding: 10px;
    clear: both;
    border-bottom: dashed 1px #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.suggest-item img {
    float: left;
    margin-right: 10px;
    padding: 5px;
    background-color: #fff;
    border: solid 1px #ccc;
}
.suggest-item h2 {
    margin: 0px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
}
.suggest-item h2 a {
    color: #000;
    text-decoration: none;
}
.suggest-price {
    display: block;
    margin-top: 5px;
    color: red;
    font-size: 14px;
    font-weight: bold;
}
.search-empty {
    padding: 20px;
    color: #555;
    font-size: 18px;
    text-align: center;
}

/* search suggets */

/* contact-from */
.form-group {
    margin-bottom: 15px;
}
.form-left {
    width: 50%;
    float: left;
    padding-right: 10px;
}
.form-right {
    width: 50%;
    float: right;
    padding-left: 10px;
}
.contact-form .group-3 {
    margin: 0 -15px;
}
.contact-form .group-3 .col-3 {
    padding: 0 15px;
}
.contact-form .form-control {
    height: 31px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 0;
}
.contact-form select::-ms-expand {
    display: none;
}
.contact-form select {
    background: url(../../img/icon-select.png) no-repeat right 10px center #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.contact-form textarea.form-control {
    height: 180px;
}
.contact-form label {
    font-weight: normal;
}
.contact-form::-webkit-input-placeholder {
    color: #2a2b2c !important;
    font-size: 14px;
    font-style: italic;
}
.contact-form::-moz-placeholder {
    color: #2a2b2c !important;
    font-size: 14px;
    font-style: italic;
}
.contact-form:-ms-input-placeholder {
    color: #2a2b2c !important;
    font-size: 14px;
    font-style: italic;
}
.contact-form input:-moz-placeholder {
    color: #2a2b2c !important;
    font-size: 14px;
    font-style: italic;
}
.form-message {
    padding-right: 120px;
    position: relative;
}
.send-message {
    width: 100px;
    height: 30px;
    background: #d72523;
    color: #fff;
    border: none;
    outline: none;
    line-height: 32px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.send-message:hover {
    background: #a20200;
}
.btn-reset {
    width: 100px;
    height: 30px;
    margin-left: 5px;
    background: #c1c1c1;
    color: #fff;
    border: none;
    outline: none;
    line-height: 32px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.btn-reset:hover {
    background: #555;
}
.contact-map iframe {
    width: 100%;
    max-height: 480px;
    min-height: 200px;
}
.contact-map p {
    margin: 0;
    line-height: 0;
}

/* end contact-from */

/* post-list */
.post-item {
    min-height: 170px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 240px;
    border-bottom: 1px dashed #c4c4c4;
    position: relative;
}
.post-item img {
    position: absolute;
    top: 0;
    left: 0;
}
.post-title {
    margin: 0 0 10px 0;
    color: #017035;
    font-size: 15px;
}
.post-title a {
    color: #292929;
}
.post-title a:hover {
    color: #69421f;
}
.post-excerpt {
    margin: 0;
    color: #292929;
    font-size: 13px;
}

/* end post-list */
.header-top {
    padding: 11px 0;
    background: #f6f6f6;
    font-size: 12px;
}
.header-center {
    padding: 10px 0;
    background: #f4f4f4;
}
.logo img {
    height: 40px;
    display: block;
    margin: auto;
}
.header-hotline {
    margin: 10px 0 0 10px;
}
.header-hotline a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}
.view-cart {
    margin: 13px 15px 0 0;
    color: #fff !important;
    font-size: 22px;
}
.view-sale {
    margin: 13px 15px 0 0;
    color: #fff !important;
    font-size: 22px;
}
.view-search {
    margin: 13px 15px 0 0;
    background: none;
    color: #fff !important;
    border: 0;
    font-size: 22px;
    line-height: 0;
}
.view-menu {
    width: 50px;
    height: 50px;
    padding: 17px 15px;
    background: #a90019;
    color: #fff;
    border: 0;
    font-size: 20px;
    line-height: 20px;
}
.view-menu span {
    width: 20px;
    height: 2px;
    display: block;
    margin-bottom: 5px;
    background: #fff;
}
.view-menu span:last-child {
    margin-bottom: 0;
}
.header-bottom {
    background: #dc0021;
    position: relative;
}
.header-bottom.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
}
.search-box {
    display: none;
    padding: 10px;
    background: #f4f4f4;
    -webkit-box-shadow: 0 0 1px #bbb;
    box-shadow: 0 0 1px #bbb;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 200;
}
.txt-search {
    width: 100%;
    height: 35px;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
    border-radius: 0;
}
.btn-search {
    background: none;
    color: #000;
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.header-ky-thuat {
    margin: 12px 0 0 30px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.header-sale {
    width: 190px;
    height: 40px;
    background: url(../../img/img-sale.png) no-repeat;
}
.footer-top {
    padding-top: 30px;
    background: #fff;
    font-size: 13px;
}
.footer-box {
    margin-bottom: 30px;
}
.footer-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-small-title {
    font-size: 14px;
}
.footer-menu ul {
    margin: 0;
    list-style: none;
}
.footer-menu li {
    margin-bottom: 8px;
}
.footer-menu li:last-child {
    margin-bottom: 0;
}
.footer-menu li a {
    padding-left: 15px;
    color: #000;
    position: relative;
}
.footer-menu li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    position: absolute;
    top: 7px;
    left: 0;
}
.footer-menu li a:hover {
    color: #007fc0;
}
.footer-menu li a:hover::before {
    background: #007fc0;
}
.footer-info p {
    margin-bottom: 6px;
}
.footer-info a {
    color: #000;
}
.footer-info a:hover {
    color: #007fc0;
}
.social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 16px;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
.social a:last-child {
    margin-right: 0;
}
.social .social-facebook {
    background: #3c5a9a;
}
.social .social-facebook:hover {
    background: #1e4584;
}
.social .social-google {
    background: #cf2200;
}
.social .social-google:hover {
    background: #ac1c00;
}
.social .social-twitter {
    background: #00a2f6;
}
.social .social-twitter:hover {
    background: #0076b3;
}
.payment-accept-list {
    margin: 0 -5px;
}
.payment-accept-item {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    padding: 0 5px;
}
.payment-accept-item:nth-child(4n + 1) {
    clear: both;
}
.payment-accept-img {
    width: 100%;
    height: 40px;
    border: 1px solid #f1f1f1;
    position: relative;
    overflow: hidden;
}
.payment-accept-img img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.footer-bottom {
    padding: 15px 0;
    background: #007fc0;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.slideshow .item img {
    width: 100%;
    height: auto;
    max-height: 400px;
    min-height: 120px;
    display: block;
}
.slideshow .owl-dots {
    width: 100%;
    line-height: 0;
    position: absolute;
    bottom: 10px;
}
.slideshow .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #fff;
}
.slideshow .owl-theme .owl-dots .owl-dot.active span,
.slideshow .owl-theme .owl-dots .owl-dot:hover span {
    background: #00527c;
}
.danh-muc-menu {
    display: none;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 1px #bbb;
    box-shadow: 0 0 1px #bbb;
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 200;
}
.danh-muc-menu ul {
    margin: 0;
    list-style: none;
}
.danh-muc-menu > ul > li {
    border-bottom: 1px solid #f0f0f0;
}
.danh-muc-menu > ul > li:last-child {
    border-color: #f6f6f6;
}
.danh-muc-menu > ul > li > a {
    display: block;
    padding: 12px 10px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
.danh-muc-menu li a:hover {
    color: #007fc0;
}
.danh-muc-menu ul li ul {
    display: none;
    padding-left: 25px;
}
.danh-muc-menu ul li ul li a {
    display: block;
    padding: 3px 0;
    color: #000;
    font-size: 12px;
}
.danh-muc-menu ul li ul li ul {
    padding-left: 15px;
}
.view-sub-menu {
    width: 41px;
    height: 41px;
    display: block;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.home-bottom {
    padding: 5px 0;
    background: #fff;
}
.slider-doi-tac-img {
    height: 50px;
    position: relative;
}
.slider-doi-tac-item img {
    width: auto !important;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#main-content {
    padding: 30px 0;
}
.box-content {
    padding: 20px;
    background: #fff;
}
.product-tax-content {
    padding: 20px 0;
}
.page-title {
    color: #00599f;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-tax-list {
    margin: 0 -5px;
}
.product-tax-item {
    width: 20%;
    float: left;
    margin-bottom: 30px;
    padding: 0 5px;
}
.product-tax-item:nth-child(5n + 1) {
    clear: both;
}
.product-tax-img {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
}
.product-tax-img a img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-tax-info {
    padding: 15px 10px 0 10px;
    text-align: center;
}
.product-tax-item-title {
    margin-bottom: 0;
    font-size: 14px;
}
.product-tax-item-title a {
    color: #000;
    font-weight: 500;
}
.product-tax-item-title a:hover {
    color: #007fc0;
}
.content-left {
    width: 80%;
    float: left;
}
.sidebar {
    width: 20%;
    float: right;
    padding-left: 10px;
}
.product-tax-header {
    margin-bottom: 10px;
    padding: 9px 0;
    background: #007fc0;
}
.product-tax-header .page-title {
    float: left;
    margin: 2px 0 0 0;
    color: #fff;
    font-size: 14px;
}
.sort-box {
    float: right;
}
.sort-select {
    min-width: 80px;
    float: left;
    position: relative;
    z-index: 10;
}
.sort-select > span {
    height: 22px;
    display: block;
    padding: 0 25px 10px 10px;
    background: url(../../img/icon-select.png) no-repeat right 5px center #fff;
    color: #000;
    font-size: 13px;
    line-height: 22px;
}
.sort-select ul {
    min-width: 120px;
    max-height: 200px;
    display: none;
    margin: 0;
    padding: 5px 10px;
    background: #fff;
    border: solid 1px #ddd;
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 99;
    overflow-y: auto;
    list-style: none;
}
.sort-select li a {
    color: #000;
    font-size: 12px;
}
.sort-select li a:hover {
    color: #007fc0;
}
.product-list .row {
    margin: 0 -5px;
}
.product-item {
    margin-bottom: 10px;
    padding: 0 5px;
}
.product-item:nth-child(4n + 1) {
    clear: both;
}
.product-box {
    background: #fff;
}
.product-img {
    width: 100%;
    height: 200px;
    position: relative;
}
.product-img a img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.icon-label {
    position: absolute;
    top: 0;
    right: 0;
}
.icon-label::before {
    display: none;
}
.icon-sale {
    width: 40px;
    height: 40px;
    background: url(../../img/bg-sale.png) no-repeat;
    background-size: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 10px;
}
.product-info {
    padding: 0 20px 15px 20px;
}
.product-title {
    height: 38px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.5;
    overflow: hidden;
}
.product-title a {
    color: #000;
}
.product-title a:hover {
    color: #007fc0;
}
.product-price p {
    display: inline-block;
    margin: 0;
}
.product-price .gia {
    margin-right: 5px;
    color: #ff0000;
    font-size: 14px;
    font-weight: 600;
}
.product-price .gia-cu {
    color: #888;
    font-size: 12px;
    text-decoration: line-through;
}
.sidebar-widget {
    margin-bottom: 10px;
}
.widget-title {
    margin-bottom: 0;
    padding: 10px 10px 9px 10px;
    background: #00599f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.widget-sub {
    padding: 15px 10px;
    background: #fff;
}
.filter-menu {
    display: none;
}
.filter-menu ul {
    margin: 0;
    list-style: none;
}
.filter-menu > ul > li:last-child ul {
    margin-bottom: 0;
}
.filter-menu > ul > li > a {
    display: block;
    padding-bottom: 10px;
    color: #d10a00;
    border-bottom: 1px solid #ff0000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.filter-menu ul li ul {
    max-height: 253px;
    margin: 10px 0 20px 0;
    overflow: hidden;
}
.filter-menu ul li ul li {
    margin-bottom: 8px;
}
.filter-menu ul li ul li:last-child {
    margin-bottom: 0;
}
.filter-menu ul li ul li a {
    padding-left: 20px;
    background: url(../../img/checkbox-uncheck.png) no-repeat left top 2px;
    color: #000;
    font-size: 12px;
}
.filter-menu ul li ul li a.active {
    background: url(../../img/checkbox-checked.png) no-repeat left top 2px;
}
.product-top {
    padding-bottom: 40px;
}
.product-left {
    width: 45%;
    float: left;
}
.product-right {
    width: 55%;
    float: left;
    padding-left: 25px;
    font-size: 13px;
}
.product-slider .img-main {
    width: 100%;
    height: 400px;
    position: relative;
}
.product-slider .img-main img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.product-thumnail-list {
    margin-top: 10px;
    position: relative;
}
.product-thumnail {
    padding: 0 15px;
}
.product-thumnail .item {
    height: 70px;
    border: 1px solid #e0e0e0;
}
.product-thumnail img {
    width: inherit !important;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}
.owl-prev-product {
    width: 8px;
    height: 25px;
    background: url(../../img/btn-prev.png) no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    z-index: 20;
}
.owl-prev-product:hover {
    background: url(../../img/btn-prev-hover.png) no-repeat;
}
.owl-next-product {
    width: 8px;
    height: 25px;
    background: url(../../img/btn-next.png) no-repeat;
    position: absolute;
    top: calc(50% - 12px);
    right: 0;
    z-index: 20;
}
.owl-next-product:hover {
    background: url(../../img/btn-next-hover.png) no-repeat;
}
.product-single-title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.product-single-price .gia {
    margin-right: 10px;
    font-size: 22px;
}
.product-single-price .gia-cu {
    font-size: 14px;
}
.product-parameter {
    margin-top: 15px;
}
.product-parameter p {
    margin-bottom: 0;
}
.product-parameter strong::after {
    clear: both;
    display: block;
    content: '';
}
.product-hotline {
    margin: 15px 0;
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}
.product-address p {
    margin-bottom: 6px;
}
.product-address p:last-child {
    margin-bottom: 0;
}
.product-address .product-info-title {
    margin-bottom: 10px;
}
.product-info-title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-hotline-item {
    margin-bottom: 20px;
}
.product-hotline-item:last-child {
    margin-bottom: 0;
}
.product-hotline-item p {
    margin-bottom: 0;
}
.product-hotline-item .product-info-title {
    margin-bottom: 5px;
}
.product-ky-thuat-list a,
.product-hotline-list a {
    color: #d4281e;
    font-size: 17px;
    font-weight: 600;
}
.product-btn {
    margin: 20px -5px 0 -5px;
}
.product-btn-left {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.product-btn-right {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.product-btn a {
    width: 100%;
    height: 45px;
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
}
.product-btn .btn-add-cart {
    background: #d4281e;
}
.product-btn .btn-add-cart:hover {
    background: #a90000;
}
.product-bottom {
    margin-top: 30px;
}
.product-single-box-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-comment {
    margin-top: 20px;
}
.product-comment-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}
.product-comment-title {
    float: left;
    margin: 4px 0 0 0;
    color: #080808;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.product-like {
    float: right;
}
.widget-sub-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #343434;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.widget-similar-product ul {
    margin: 0;
    list-style: none;
}
.widget-similar-product li {
    min-height: 85px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-left: 100px;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.widget-similar-product li:last-child {
    min-height: 70px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.widget-product-img {
    width: 90px;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
}
.widget-product-img img {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.widget-product-title {
    margin-bottom: 10px;
}
.widget-product-title a {
    color: #000;
}
.widget-product-title a:hover {
    color: #007fc0;
}

/* Checkout */
.customer-title {
    margin: 0 0 10px 0;
    padding: 7px 0 5px 25px;
    background: url(../../img/icon-nhan-hang.png) no-repeat left top 0px;
    color: #292929;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.customer-form {
    padding: 20px 20px 12px 20px;
    border: 1px solid #dbdbdb;
}
.customer-form .form-group {
    margin-bottom: 13px;
}
.customer-form textarea.form-control {
    height: 80px !important;
}
.cart-submit {
    width: 125px;
    height: 30px;
    display: block;
    margin: auto;
    border: none;
    text-transform: uppercase;
}
.gio-hang-title {
    margin: 0;
    padding: 12px 10px 8px 10px;
    color: #000;
    border-bottom: 1px dashed #d1d1d1;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart-box {
    background: #f5f5f5;
    color: #000;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.cart-item {
    min-height: 104px;
    padding: 12px 100px 12px 15px;
    border-bottom: 1px dashed #d1d1d1;
    position: relative;
}
.cart-img {
    border: 1px solid #e9e9e9;
    position: absolute;
    top: 12px;
    right: 9px;
}
.cart-title {
    margin: 5px 0 5px 0;
    color: #151515;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.cart-box .cart-qty {
    width: 27px;
    height: 27px;
    margin-left: 8px;
    border: 1px solid #cecece;
    border-radius: 3px;
    text-align: center;
}
.cart-total {
    margin: 0;
    padding: 6px 15px;
    color: #ff0000;
    border-bottom: 1px dashed #d1d1d1;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
}
.cart-bottom {
    padding: 10px;
    text-align: right;
}
.btn-remove-cart {
    display: inline-block;
    padding: 5px 35px 6px 0;
    background: url(../../img/bg-cart-delete.png) right top no-repeat;
    color: #131313;
    font-size: 14px;
    font-weight: bold;
}
.btn-remove-cart:hover {
    color: red;
}
.cart-buy {
    color: #353535;
    font-size: 16px;
    font-weight: bold;
}
.cart-buy:hover {
    color: #000;
}
.btn-delete-cart {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-delete-cart img {
    width: 20px;
    height: 20px;
}
.cart-empty {
    padding: 10px;
    text-align: center;
}
.cart-empty p {
    margin: 0;
}

/* Checkout */
#banner {
    margin-top: 10px;
}
#banner img {
    width: 100%;
    height: auto;
    min-height: 120px;
}
.product-list-5 .product-item {
    width: 20%;
}
.product-list-5 .product-item:nth-child(4n + 1) {
    clear: inherit;
}
.product-list-5 .product-item:nth-child(5n + 1) {
    clear: both;
}
.widget-page-menu .widget-sub-title {
    color: #007fc0;
    border-bottom: 1px solid #d1d1d1;
    font-size: 12px;
}
.page-menu-item {
    margin-bottom: 20px;
}
.page-menu-item:last-child {
    margin-bottom: 0;
}
.page-menu ul {
    margin: 0;
    list-style: none;
}
.page-menu li {
    margin-bottom: 8px;
}
.page-menu li:last-child {
    margin-bottom: 0;
}
.page-menu li a {
    padding-left: 15px;
    color: #000;
    position: relative;
}
.page-menu li a::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9f9f9f;
    position: absolute;
    top: 7px;
    left: 0;
}
.page-menu li a:hover {
    color: #007fc0;
}
.page-menu li a:hover::before {
    background: #007fc0;
}
.home-box {
    margin-bottom: 20px;
}

/* zing tab */
.tab-header {
    width: 100%;
    float: left;
}
.tab-header ul {
    margin: 0;
    list-style: none;
}
.tab-header li {
    float: left;
}
.tab:not(:first-child) {
    display: none;
}

/* zing tab */
.product-tab .tab-header {
    background: #fff;
    border-bottom: 1px solid #d10a00;
}
.product-tab .tab-header li a {
    display: block;
    padding: 11px 10px;
    color: #636363;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.product-tab .tab-header li a.active {
    background: #d10a00;
    color: #fff;
}
.product-tab .tab-content {
    padding-top: 10px;
}
.home-product-left {
    width: 40%;
    float: left;
    padding-right: 5px;
}
.home-product-right {
    width: 60%;
    float: left;
    padding-left: 5px;
}
.home-product-left .product-item {
    padding: 0;
}
.home-product-left .product-img {
    height: 400px;
}
.home-product-left .icon-sale {
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
}
.home-product-left .product-info {
    min-height: 178px;
}
.home-product-left .product-title {
    height: auto;
    font-size: 15px;
}
.home-product-left .product-title a {
    font-weight: 500;
}
.home-product-left .product-price .gia {
    font-size: 16px;
}
.product-list-3 .product-item {
    width: 33.33%;
}
.product-list-3 .product-item:nth-child(4n + 1) {
    clear: inherit;
}
.product-list-3 .product-item:nth-child(3n + 1) {
    clear: both;
}
.product-excerpt {
    height: 76px;
    margin: 10px 0 0 0;
    color: #444;
    overflow: hidden;
}
.home-product-header {
    padding: 8px 0;
    background: #007fc0;
}
.home-box-title {
    float: left;
    margin: 3px 0 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-danh-muc {
    width: 85px;
    height: 24px;
    float: right;
    background: #f4f4f4;
    color: #007fc0 !important;
    border-radius: 3px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.home-product-body {
    padding-top: 10px;
}
.filter-title {
    padding: 6px 10px;
    background: #d4281e;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    text-transform: inherit;
    cursor: pointer;
}
.similar-product {
    margin-top: 20px;
}
.similar-product-title {
    margin-bottom: 10px;
    padding: 10px 0;
    background: #007fc0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-xem-tat-ca {
    width: 140px;
    height: 30px;
    display: block;
    margin: auto;
    background: #ff0000;
    color: #fff !important;
    border-radius: 30px;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}
.btn-bottom {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 200;
}
.btn-bottom a:not(:first-child) {
    margin-top: 15px;
}
.btn-call {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../img/icon-call.png) no-repeat center center #3baeda;
    background-size: 70%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}
.btn-messenger {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../img/icon-messenger.png) no-repeat center center
        #0084ff;
    background-size: 70%;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}
.btn-zalo {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../../img/icon-zalo.png) no-repeat center center #012169;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000;
}
#term-description {
    margin-top: 20px;
    max-height: 500px;
    overflow: hidden;
    background: white;
    padding: 20px;
    font-size: 16px;
}
.posts-table-of-contends {
    width: auto;
    background: #189eff26;
    padding: 10px;
    border: 2px dotted #189eff;
    margin-bottom: 15px;
}
.title-posts-table-of-contends {
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 100%;
}
.title-posts-table-of-contends span {
    cursor: pointer;
}
#toc {
    font-size: 100%;
    padding: 15px;
    margin: 0;
}
#toc li {
    padding: revert;
    margin: revert;
}
#toc a {
    color: #1e73be;
}
#term-description ul {
    padding-left: 20px;
}
#term-description ul li {
    list-style: disc;
}
#toc ul,
#toc ul li {
    padding-right: 10px;
    margin: 0;
}
#read-more {
    text-align: center;
    position: relative;
    padding-top: 10px;
}
.read-more:before {
    content: "";
    background: linear-gradient(transparent, #fff);
    position: absolute;
    height: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    top: -80px;
}
#read-more button {
    color: #0092db;
    border: 1px solid #0092db;
    background: 0 0;
    padding: 5px 0;
    width: 160px;
    border-radius: 3px;
    cursor: pointer;
}
#read-more .btn-hide {
    display: none;
}
#read-more.rm-hide .btn-show {
    display: none;
}
#read-more.rm-hide button {
    margin-top: 0;
}
#read-more.rm-hide .btn-hide {
    display: inline-block;
}
.zing-content ul {
    padding-left: 15px;
}
.zing-content ul li {
    margin-left: 1.3em;
    margin-bottom: 0.6em;
    list-style: disc;
}
ul.product_list_widget {
    margin: 0;
    list-style: none;
}
ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
    margin-bottom: 8px;
}
ul.product_list_widget li a {
    position: initial;
    color: #000;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 1.3;
}
ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.product-price {
    text-align: center;
}
.product-price .gia {
    margin-right: 5px;
    color: #ff0000;
    font-size: 14px;
    font-weight: 600;
}
ul.product_list_widget li + li {
    border-top: 1px solid #ececec;
}
#scrollUp {
    color: #fff;
    font-size: 32px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: #669900;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    box-shadow: 0 2px 4px rgb(34 36 38 / 35%);
    text-align: center;
    display: none;
    z-index: 9999;
}
#scrollUp:hover {
    opacity: 1;
}
.post-content {
    font-size: 16px;
}
.zing-content {
    font-size: 16px;
    text-align: justify;
}
td,
th {
    border: 1px solid;
    text-align: center;
}
#term-description img {
    width: 100%;
    height: auto;
}
.product-parameter .gia b {
    color: red;
    font-size: 20px;
}
.btn--buy-now a {
    margin: 0 auto;
    width: 120px;
    overflow: hidden;
}
.btn--buy-now .added {
    background: #007fc0;
}