@charset "UTF-8";

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

/* product detail */
.contact-prodetail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-prodetail .fb-prodetail {
    display: block;
    width: calc(50% - 10px);
    margin: 5px;
    text-align: center;
    padding: 10px 5px;
    background: url(../images/MessengerIcon.png) no-repeat;
    background-size: 35px;
    background-position: 10px center;
    background-color: #1182fc;
    color: #fff;
    border-radius: 3px;
    font-family: var(--font-title);
    transition: all 0.3s;
}

.contact-prodetail .zalo-prodetail {
    display: block;
    width: calc(50% - 10px);
    margin: 5px;
    transition: all 0.3s;
    text-align: center;
    padding: 10px 5px;
    background: url(../images/zalo-combo.png) no-repeat;
    background-size: 35px;
    background-position: 10px center;
    background-color: #1182fc;
    color: #fff;
    border-radius: 3px;
    font-family: var(--font-title);
}

.contact-prodetail .fb-prodetail:hover,
.contact-prodetail .zalo-prodetail:hover {
    background-color: #00458f;
    transition: all 0.3s;
}

.contact-prodetail .call-prodetail:hover {
    background-color: #b80101ea;
    transition: all 0.3s;
}

.contact-prodetail .call-prodetail {
    display: block;
    font-size: 18px;
    width: 100%;
    margin: 5px;
    text-align: center;
    padding: 10px 5px;
    background: url(../images/hl.png) no-repeat;
    background-size: 35px;
    background-position: 10px center;
    background-color: #ff0000ea;
    color: #fff;
    border-radius: 3px;
    font-family: var(--font-title);
}

.sale-prodetail-left {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: var(--color-dark-red);
    border-radius: 30px 0 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    z-index: 100;
    font-family: 'RobotoBold';
}

/* Cart fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 1000;
    background: #4b4f56;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff !important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0px;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding-left: 10px;
}

.quantity-pro-detail span,
.counter-procart {
    line-height: 30px;
    padding: 0px;
    width: 30px;
    user-select: none;
    height: 30px;
    color: #ffffff;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
    background-color: grey;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    user-select: none;
    font-weight: bold;
}

.quantity-pro-detail input,
.quantity-counter-procart .quantity-procat {
    height: 30px;
    border: none;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
    background-color: #dfdfdf;
}

.cart-pro-detail {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 1px 1px 15px #dddddd;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    transition: all 0.4s ease;
    background: #fff;
    border: 1px solid #00b432;
    color: #006b30;
}

.cart-pro-detail a.addnow:hover {
    color: #fff;
    transform: scale(0.95);
    transition: all 0.4s ease;
    background: -webkit-linear-gradient(top, #00b432, #006b30);
    box-shadow: 1px 1px 10px #00000021;
}

.addcart {
    font-size: 16px;
    font-family: var(--font-title)
}

.cart-pro-detail a.buynow {
    background: #fff;
    border: 1px solid #950000;
    color: #cb0000;
}

.cart-pro-detail a.buynow:hover {
    color: #fff;
    transform: scale(0.95);
    transition: all 0.4s ease;
    background: -webkit-linear-gradient(top, #cb0000, #8b0000);
    box-shadow: 1px 1px 10px #00000021;
    border-color: #cb0000;
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.ddsmoothmenu ul {
    z-index: 100;
    list-style-type: none;
}

.ddsmoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
}

.ddsmoothmenu ul li span {
    float: right;
}

* html .ddsmoothmenu ul li a {
    display: inline-block;
}

.menu .ddsmoothmenu ul li ul {
    margin-top: 0px;
    position: absolute;
    left: 0px !important;
    display: none;
    visibility: hidden;
    width: 200px !important;
    top: 40px;
    padding: 0px;
}

.menu .ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
    background: rgba(159, 54, 9, 0.62);
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ddsmoothmenu ul li ul li ul {
    top: 0px;
}

.menu .ddsmoothmenu ul li ul li ul {
    margin-left: 201px;
    margin-top: 0px;
}

* html .ddsmoothmenu {
    height: 1%;
}

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
    display: none;
}

.rightarrowclass {
    position: absolute;
    top: 10px;
    right: 5px;
}

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}

.toplevelshadow {
    opacity: 0.8;
}

.cfg-btn {
    background-color: rgb(55, 181, 114);
    color: #fff;
    border: 0;
    box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.3);
    outline: 0;
    cursor: pointer;
    width: 200px;
    padding: 10px;
    font-size: 1em;
    position: relative;
    display: inline-block;
    margin: 10px auto;
}

.cfg-btn:hover:not([disabled]) {
    background-color: rgb(37, 215, 120);
}

.mobile-magic .cfg-btn:hover:not([disabled]) {
    background: rgb(55, 181, 114);
}

.cfg-btn[disabled] {
    opacity: .5;
    color: #808080;
    background: #ddd;
}

.cfg-btn.btn-preview,
.cfg-btn.btn-preview:active,
.cfg-btn.btn-preview:focus {
    font-size: 1em;
    position: relative;
    display: block;
    margin: 10px auto;
}

.cfg-btn,
.preview,
.app-figure,
.api-controls,
.wizard-settings,
.wizard-settings .inner,
.wizard-settings .footer,
.wizard-settings input,
.wizard-settings select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.preview,
.wizard-settings {
    padding: 10px;
    border: 0;
    min-height: 1px;
}

.preview {
    position: relative;
}

.api-controls {
    text-align: center;
}

.api-controls button,
.api-controls button:active,
.api-controls button:focus {
    width: 80px;
    font-size: .7em;
    white-space: nowrap;
}

.app-figure {
    width: 80% !important;
    margin: 0px auto;
    border: 0px solid red;
    padding: 20px;
    position: relative;
    text-align: center;
}

.selectors {
    position: relative;
    z-index: 1;
    width: auto !important;
    margin: auto;
    margin-top: 2px;
}

.selectors .mz-thumb img {}

.mz-thumb-selected img {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

.mz-thumb:hover:not(.mz-thumb-selected) img {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

@media (min-width:0px) {
    .preview {
        width: 100%;
        float: none;
    }
}

@media (min-width:1024px) {
    .preview {
        width: calc(100% - 340px);
    }

    .wizard-settings {
        top: 0;
        min-height: 100%;
    }

    .wizard-settings .inner {
        margin-top: 60px;
    }

    .wizard-settings .footer {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .wizard-settings .settings-controls {
        position: fixed;
        top: 0;
        right: 0;
        width: 340px;
        padding: 10px 0 0;
        text-align: center;
        background-color: inherit;
    }
}

@media screen and (max-width:1024px) {

    .api-controls button,
    .api-controls button:active,
    .api-controls button:focus {
        width: 70px;
    }
}

@media screen and (max-width:1023px) {
    .app-figure {
        width: 98% !important;
        margin: 50px auto;
        padding: 0;
    }

    .app-code-sample {
        display: none;
    }

    .wizard-settings {
        width: 100%;
    }
}

@media screen and (max-width:600px) {
    .mz-thumb img {
        max-width: auto;
    }
}

@media screen and (max-width:560px) {
    .api-controls .sep {
        content: '';
        display: table;
    }
}

@media screen and (min-width:1600px) {
    .preview {
        padding: 10px 160px;
    }
}

ul.resp-tabs-list,
p {
    margin: 0;
    padding: 0
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left
}

.resp-tabs-container {
    padding: 0;
    background-color: #fff;
    clear: left
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none
}

.resp-tab-content {
    display: none;
    padding: 15px
}

.resp-tab-active {
    border: 1px solid #5AB1D0 !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 12px 14px 14px !important;
    border-top: 4px solid #5AB1D0 !important;
    border-bottom: 0 #fff solid !important;
    border-bottom: none;
    background-color: #fff
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #5AB1D0
}

h2.resp-accordion {
    font-size: 13px;
    border: 1px solid #c1c1c1;
    border-top: 0 solid #c1c1c1;
    margin: 0;
    padding: 10px 15px
}

h2.resp-tab-active {
    border-bottom: 0 solid #c1c1c1 !important;
    margin-bottom: 0 !important;
    padding: 10px 15px !important
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 14px !important;
    border-top: 1px solid;
    border: 1px solid #5AB1D0 !important;
    border-left: 4px solid #5AB1D0 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 12px solid #c1c1c1
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #9B9797
}

h2.resp-tab-active {
    background: #DBDBDB
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0
}

.resp-tab-content-active {
    display: block
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }
}

.resp-tab-content {
    border: 1px solid rgba(128, 128, 128, 0.35) !important;
    border-top: 0px !important;
    background: transparent;
    font-size: 13px;
    padding: 10px;
}

.resp-tabs-list li {
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 5px 20px !important;
    color: #19212B;
    border: 1px solid rgba(128, 128, 128, 0.35);
    border-bottom: 0px;
    border-radius: 2px 2px 0px 0px;
}

.resp-tab-active {
    background-color: #fff !important;
    border: 0px !important;
    color: #19212B !important;
    border: 1px solid rgba(128, 128, 128, 0.35) !important;
    border-bottom: 0px !important;
    border-top: 3px solid #19212B !important;
    border-radius: 5px 5px 0px 0px;
}

.resp-tabs-container {
    border-top: 1px solid;
    border-color: rgba(128, 128, 128, 0.35) !important;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/RobotoRegular.html') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'), url('../fonts/RobotoBold.html') format('woff2'), url('../fonts/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold.ttf') format('truetype'), url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

:root {
    --color-red: #f00;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    /* custom color */
    --font-title: 'RobotoBold';
    --font-title-card: 'RobotoBold';
    --color-title: #c31829;
    --color-hover-text: #c31829;
}

.modal-header {
    background-color: var(--color-title);
    color: #fff;
}

a:hover {
    text-decoration: unset;
    color: inherit;
}

/* ==================Slideshow================== */
#slide_show {}

#slider-top {
    max-width: 1920px;
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.text-split-3 {
    -webkit-line-clamp: 3;
}

.text-split-4 {
    -webkit-line-clamp: 4;
}

.text-split-5 {
    -webkit-line-clamp: 5;
}

ul {
    margin-bottom: 0;
}

.slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 726px;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 726px;
}

.slideshow {
    position: relative;
}

* {
    margin: 0;
    text-decoration: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

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

body {
    min-width: 1349px;
    font-family: 'RobotoRegular';
    line-height: 1.5;
    font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    vertical-align: top
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
    border: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

ol,
ul {
    list-style: none;
}

.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.clear {
    clear: both;
}

.wrap-main,
.wrap-content {
    max-width: 1220px;
    margin: 30px auto;
    padding: 0px 10px;
}

.wrap-home {
    margin: 0px;
    max-width: 100%;
    padding: 0px;
}

.wrap-content {
    margin: auto;
}

.title_main {
    line-height: normal;
    background: url(../images/bg-title-main.png) no-repeat bottom center;
    text-align: center;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.title_main span {
    font-family: 'RobotoBold';
    font-size: 30px;
    color: #7cca26;
    text-transform: uppercase;
    display: block;
}

.mxh {
    list-style: none;
    padding: 0px;
}

.mxh li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.mxh li:last-child {
    margin-right: 0px;
}

.wrap-ha {
    margin: -100px 0px 0px 0px;
    position: relative;
    z-index: 10;
}

.wrap-ha .slick-ha {
    margin: 0px -25px;
}

.ha {
    text-align: center;
    display: block;
    width: 195px;
    margin: 5px auto auto auto;
}

.ha img {
    border: 3px solid #fff;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3,Direction=0,Color=#B7B7B7)";
    -moz-box-shadow: 0 0 3px 2px #B7B7B7;
    -webkit-box-shadow: 0 0 3px 2px #B7B7B7;
    box-shadow: 0 0 3px 2px #B7B7B7;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#B7B7B7);
}

.ha h3 {
    color: #333333;
    font-family: 'RobotoBold';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 10px;
}

.ha h3:hover {
    color: #7cca26;
    transition: all 0.5s;
}

.wrap-intro {
    line-height: normal;
}

.wrap-intro .wrap-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 10px;
}

.item-intro:first-child {
    width: 63.9%;
}

.item-intro:last-child {
    width: 32.377%;
}

.title-intro {
    color: #7cca26;
    font-size: 30px;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.footer-ul {
    padding: 0;
}

.footer-ul li a {
    color: #fff;
}

.footer-ul li a:hover {
    color: #7cca26;
}

.footer-ul li {
    color: #fff;
    margin-bottom: 10px;
}

.title-intro:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 4px;
    background: #808080;
}

.info-intro {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.box-bdsnb {
    width: 400px;
    height: 375px;
}

.box-bdsnb ul {
    margin-bottom: 20px;
}

.box-bdsnb ul li {
    margin-bottom: 20px !important;
}

.bdsnb {
    display: block;
    color: #2f2f2f;
    line-height: normal;
}

.bdsnb img {
    margin-right: 20px !important;
    float: left;
}

.bdsnb .info-bdsnb {
    width: calc(100% - 170px);
    float: left;
}

.bdsnb .info-bdsnb h3 {
    font-weight: normal;
    font-size: 14px;
    font-family: 'RobotoBold';
    margin-bottom: 5px;
}

.bdsnb .info-bdsnb p {
    font-size: 13px;
    line-height: 18px;
}

.bdsnb-best {
    width: 360px;
}

.bdsnb-best img {
    float: none;
}

.bdsnb-best .info-bdsnb {
    width: 100%;
    float: none;
    margin-top: 15px;
}

.bdsnb-best .info-bdsnb p {
    margin-bottom: 10px;
}

.bdsnb-best .info-bdsnb span {
    display: block;
    width: 100px;
    height: 50px;
    border: 2px solid #333;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    background: #F2F2F2;
}

.bhnb {
    display: block;
    position: relative;
    margin: auto;
}

.bhnb .info-bhnd {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    padding: 10px 15px;
}

.bhnb .info-bhnd h3 {
    color: #7cca26;
    font-weight: normal;
    font-family: 'RobotoBold';
    margin-bottom: 5px;
}

.bhnb .info-bhnd p {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.slick-bh-nb {
    margin: 10px -5px 0px -5px;
}

.bh {
    width: 125px;
    margin: auto;
    display: block;
    cursor: pointer;
}

.wrap-email {
    background-image: url(../images/bg-dk.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.wrap-email .wrap-content {
    width: 100%;
    display: block;
    max-width: 930px;
}

.wrap-email .wrap-content form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.wrap-email .wrap-content form p input {
    width: 220px;
    height: 30px;
    border-radius: 3px;
    background: #fff;
    text-indent: 10px;
    font-family: 'RobotoRegular' !important;
}

.wrap-email .wrap-content form textarea {
    width: 100%;
    height: 110px;
    border-radius: 3px;
    background: #fff;
    resize: none;
    padding: 10px;
    margin-bottom: 15px;
    font-family: 'RobotoRegular' !important;
}

.wrap-email .wrap-content form input[type=submit] {
    color: #333333;
    font-size: 13px;
    width: 90px;
    height: 30px;
    display: block;
    margin: auto;
    background: #7cca26;
}

.header {
    background: #333333;
    color: #fff;
    line-height: normal;
}

.header .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
}

.header .wrap-content div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .wrap-content div p:nth-child(2) {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}

.header .wrap-content div p:nth-child(2):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    background: #bfbfbf;
    top: 2px;
    left: 0px;
}

.header .wrap-content p span {
    color: #7cca26;
    font-size: 15px;
    font-family: 'RobotoBold';
}

.menu .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu .wrap-content .ddsmoothmenu {
    line-height: 100px;
}

.menu .wrap-content .ddsmoothmenu ul {
    padding: 0px;
    list-style: none;
}

.menu .wrap-content .ddsmoothmenu ul li a {
    color: #333333;
    display: block;
    text-align: center;
    font-family: 'RobotoBold';
    padding: 0px 20px;
    text-transform: uppercase;
}

.menu .ddsmoothmenu ul li ul li {
    background: rgba(51, 51, 51, 0.8);
}

.menu .ddsmoothmenu ul li ul li:last-child {
    border-bottom: 0px;
}

.menu .ddsmoothmenu ul li ul li a {
    margin: 0;
    padding: 10px !important;
    text-align: left !important;
    background: none !important;
    line-height: normal;
    color: #fff !important;
    text-transform: capitalize !important;
}

.menu .ddsmoothmenu ul li ul a.selected,
.menu .ddsmoothmenu ul li ul li a:hover {
    background: none rgba(51, 51, 51, 0.8) !important;
}

.menu .wrap-content .ddsmoothmenu ul li:hover a,
.menu .wrap-content .ddsmoothmenu ul li a.active {
    color: #7cca26;
}

.menu .wrap-content .ddsmoothmenu ul li.line {
    width: 1px;
    height: 100px;
    background: url(../images/line-menu.png) no-repeat center;
}

.box-search {
    position: relative;
    z-index: 100;
    display: inline-block;
    vertical-align: middle;
}

.box-search a.icon-search {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    border-radius: 100%;
    background: url(../images/btn-search.png) #f2f2f2 no-repeat center;
}

.search-menu {
    position: absolute;
    top: -5px;
    right: 35px;
    width: 0px;
    height: 40px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #7cca26;
    z-index: 2;
    opacity: 0;
    border-radius: 25px;
    line-height: normal;
}

.search-menu a {
    float: left;
    width: 20px;
    height: 20px;
    cursor: pointer;
    outline: none;
    border: none;
    margin-top: 9px;
    margin-left: 10px;
    font-size: 18px;
    display: block;
    color: #7cca26;
    line-height: 18px;
}

.search-menu input {
    width: calc(100% - 35px);
    float: right;
    line-height: 38px;
    text-indent: 5px;
    outline: none;
    border: none;
    color: #7cca26;
    font-size: 12.5px;
}

.slideshow {
    position: relative;
}

.box-slide .theme-default .nivoSlider {
    background-color: transparent !important;
    margin-bottom: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.theme-default .nivo-directionNav a {
    width: 46px !important;
    height: 53px !important;
}

.theme-default a.nivo-nextNav {
    background-position: -23px 0 !important;
    right: 0px !important;
}

.theme-default a.nivo-prevNav {
    background-position: 23px 0 !important;
    left: 0px !important;
}

.wrap-product {
    margin: 50px 0px;
}

.box-product {
    margin-bottom: 50px;
}

.box-product:last-child {
    margin-bottom: 0px;
}

.slick-pronb {
    margin: 0px -15px;
}

.itemsp {
    position: relative;
    float: left;
    width: 23%;
    margin: 0 2.665% 2.665% 0;
}

.itemsp:nth-child(4n+1) {
    clear: both;
}

.itemsp:nth-child(4n) {
    margin-right: 0px;
}

.itemsp a {
    display: block;
    overflow: hidden;
}

.itemsp a img {
    width: 100%;
    transition: all 0.5s;
}

.itemsp a:hover img {
    transform: scale(1.1, 1.1);
}

.div_sanpham {}

.wrap_sanpham {
    width: calc(100% / 4);
}

.sp {
    display: block;
    width: 100%;
    max-width: 275px;
    margin: auto;
    color: #333333;
    line-height: normal;
    text-align: center;
}

.sp .img {
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.sp img {}

.sp h3 {
    font-family: 'RobotoBold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin: 15px 0px 5px 0px;
}

.sp h3:hover {
    color: #7cca26;
    transition: all 0.5s;
}

.sp p {
    text-align: center;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
}

.left-pro-detail {
    position: relative;
    float: left;
    width: 550px;
    border: 1px solid rgba(128, 128, 128, 0.4);
    text-align: center;
    margin-right: 20px;
    background: white;
}

.right-pro-detail {
    width: calc(100% - 570px);
    float: left;
}

.title-pro-detail {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    display: block;
    margin-bottom: 20px;
    color: #7cca26;
}

.slick-thumb-pro {
    margin: auto !important;
}

.slick-thumb-pro .slick-prev,
.slick-thumb-pro .slick-next {
    width: 15px !important;
    height: 20px !important;
}

.slick-thumb-pro .slick-prev:before,
.slick-thumb-pro .slick-next:before {
    display: none !important
}

.slick-thumb-pro .slick-next {
    background: url(../images/next-thumb-pro.png) no-repeat !important;
    right: 5px;
}

.slick-thumb-pro .slick-prev {
    background: url(../images/prev-thumb-pro.png) no-repeat !important;
    left: 5px;
}

.thumb-pro-detail {
    display: block !important;
    margin: 5px auto;
    max-width: 95%;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    border: 1px solid rgba(128, 128, 128, 0.4);
}

.detail_sp {
    margin-top: 20px;
}

.tbl_detail_item {
    width: 100%;
    margin-bottom: 10px;
}

.tbl_detail_item span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.tbl_detail_item p {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.price-detail p:not(.price-detail-old) {
    margin-right: 10px;
    color: #d20000;
    font-weight: bold;
    font-size: 25px;
}

p.price-detail-old {
    color: gray;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 17px;
}

.price-product {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
}

.price-new {
    color: #333;
    font-family: var(--font-title);
    text-align: center;
    font-size: 14px;
}

.price-new>span:last-child {
    font-family: 'BeVietnamRegular';
}

.price-new b {
    color: #EA1D27;
    /* margin-left: 5px; */
    font-weight: bold;
    margin-right: 10px;
}

.price-new code {
    color: #EA1D27;
}

.price-old code {
    color: #999;
}

.price-old {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.price-per {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fff;
    background: #CE2020;
    font-size: 11px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 20px 0 20px 20px;
    line-height: 35px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.social-plugin .addthis_native_toolbox,
.social-plugin .fb-send {
    float: left;
}

.social-plugin .fb-send {
    margin-right: 10px;
}

.news {
    width: 49%;
    float: left;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.42);
    padding-bottom: 15px;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float: left;
    margin-right: 10px;
    width: 160px;
}

.pic-news img {
    border: 1px solid rgba(128, 128, 128, 0.57);
    background: rgba(255, 255, 255, 0.67);
    box-sizing: border-box;
}

.pic-news:hover img {
    opacity: 0.8;
    border-color: #7cca26;
}

h3.name-news a {
    color: #333;
    font-size: 14px;
    font-weight: normal;
    display: block;
    line-height: normal;
    margin-bottom: 5px;
    font-family: 'RobotoBold';
}

h3.name-news a:hover {
    color: #7cca26;
}

.desc-news {
    color: #333333;
    margin-top: 5px;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}

.btn-news {
    float: right;
    color: #7cca26;
    font-size: 12px;
}

.btn-news a:hover {
    color: #7cca26;
}

.share {
    padding: 17px 10px 10px 10px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    display: flex;
    align-items: center;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color: #333333;
    font-size: 13px;
}

.list-news-other li a:hover {
    text-decoration: underline;
    color: #7cca26;
}

.left-lienhe {
    width: 60%;
    float: left;
    position: relative;
    height: 550px;
}

.left-lienhe iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
}

.info-lienhe {
    font-size: 13px;
    line-height: 1.5;
    color: #333333;
}

.breadCrumbs {
    background: #dcdcdc;
}

.breadcrumb {
    background: unset;
}

.breadcrumb-item span {
    color: grey;
    font-size: 12px;
}

.breadcrumb-item span:hover {
    color: #7cca26;
}

.right-lienhe {
    width: 38%;
    float: right;
}

.hr-lienhe {
    border-top: 2px solid rgba(128, 128, 128, 0.52);
    margin: 15px 0px;
}

#captcha {
    margin-bottom: 10px;
}

#vimg {
    vertical-align: middle;
    margin-right: 5px;
}

#reloadCaptcha {
    vertical-align: middle;
    font-size: 20px;
    cursor: pointer;
}

#map {
    height: 480px;
    margin: 10px 0px;
}

#directionsPanel {
    display: none;
}

span#hint-map {
    font-size: 13px;
    display: block;
}

input.btn-map {
    border: 0px;
    width: 100px;
    height: 31px;
    background: gray;
    color: white;
    border-radius: 2px;
    outline: none;
}

input.txt-map {
    height: 27px;
    width: calc(100% - 106px);
    text-indent: 10px;
    border: 1px solid;
    border-color: #cecbcb;
    border-radius: 0px;
    outline: none;
}

span.tit-map {
    color: #7cca26;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.diachi {
    font-size: 13px;
}

.tablelienhe span {
    color: #7cca26;
}

.tablelienhe td {
    height: 25px;
}

.tablelienhe .input,
.tablelienhe textarea {
    border: 1px #E9E9E9 solid;
    font-size: 12px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    min-height: 30px;
}

.tablelienhe .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.button {
    border: 1px solid #515151;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    padding: 5px 15px;
    background: #414944;
    border-radius: 1px;
    display: inline-block;
}

.button:hover {
    color: #FFFFFF;
    background: #202020;
    -webkit-transition: ease-in-out 0.5s;
    -o-transition: ease-in-out 0.5s;
    transition: ease-in-out 0.5s;
}

.tablelienhe .input::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe .input:-moz-placeholder {
    color: #585757;
}

.tablelienhe .input::-moz-placeholder {
    color: #585757;
}

.tablelienhe .input:-ms-input-placeholder {
    color: #585757;
}

.tablelienhe textarea::-webkit-input-placeholder {
    color: #585757;
}

.tablelienhe textarea:-moz-placeholder {
    color: #585757;
}

.tablelienhe textarea::-moz-placeholder {
    color: #585757;
}

.tablelienhe textarea:-ms-input-placeholder {
    color: #585757;
}

.footer {
    background: #2a2a2a;
}

.footer .wrap-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 55px 10px;
}

.footer-news:nth-child(1) {
    width: 450px;
}

.footer-news:nth-child(2) {
    width: 200px;
    margin-bottom: 20px;
    position: relative;
}

.footer-news:nth-child(2) iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0px;
    left: 0px;
}

.footer-news:nth-child(3) {
    width: 300px;
}

.title-footer {
    font-family: 'RobotoBold';
    font-size: 16px;
    color: #7cca26;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.title-footer:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 2px;
    background: #fff;
    bottom: 0px;
    left: 0px;
}

.info-footer {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #fff;
}

.bct {
    margin-left: 10px;
}

.footer-bottom {
    background: #262626;
    line-height: normal;
    color: #fff;
}

.footer-bottom .wrap-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11.5px 10px;
}

.thongke .item-tk {
    display: inline-block;
    vertical-align: top;
}

.thongke .item-tk span {
    color: #7cca26;
}

.thongke .item-tk:nth-of-type(2n) {
    margin: 0px 10px;
}

.notice_pro {
    width: 100%;
    background: #EFECEC;
    color: #7D7979;
    border-radius: 5px;
}

.notice_pro h4 {
    padding: 15px;
    font-weight: normal;
}

.pagination {
    text-align: center;
    margin-top: 15px;
}

.pagination ul {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0px;
}

.pagination ul>li {
    display: inline;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    cursor: default;
    background: #7cca26;
    color: white;
}

.pagination ul>li>a,
.pagination ul>li>span {
    font-size: 12px;
    float: left;
    padding: 1px 10px;
    line-height: 20px;
    text-decoration: none;
    background-color: #fff;
    color: #777;
    border: 1px solid #7cca26;
    margin: 0 2px;
    border-radius: 1px;
}

.pagination ul>li>a:hover,
.pagination ul>li>span:hover {
    background: #7cca26;
    color: white;
}

.scrollToTop {
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 50px;
    right: 2px;
    display: none;
    z-index: 3;
    cursor: pointer;
}

.text-hide {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.scroll-maded {
    overflow-y: scroll;
    overflow-x: hidden;
}

.scroll-maded::-webkit-scrollbar {
    width: 2px;
}

.scroll-maded::-webkit-scrollbar-thumb {
    width: 2px;
    background: #7cca26
}

.scroll-maded::-webkit-scrollbar-thumb:hover {
    width: 2px;
}

.scroll-maded::-webkit-scrollbar-thumb:active {
    width: 2px;
}

div.pagination_ajax {
    clear: both;
    text-align: center;
    line-height: 1.4em;
}

div.pagination_ajax span {
    display: inline-block;
    color: #7cca26;
    width: 21px;
    padding: 2px 0px;
    text-align: center;
    text-shadow: 0px 0px 2px #000;
    background-color: #902803;
    font-weight: bold;
    border-radius: 50%;
}

div.pagination_ajax a.paging {
    display: inline-block;
    color: #FFF;
    width: 21px;
    padding: 2px 0px;
    text-align: center;
    background-color: #319710;
    font-weight: bold;
    cursor: pointer
}

div.pagination_ajax a.paging:hover {
    background-color: #319710;
}

div.pagination_ajax {
    text-align: center;
    color: #e32424;
    margin-top: -5px;
}

div.pagination_ajax ul {
    display: inline-block;
}

div.pagination_ajax ul li {
    font-size: 11px;
    margin-bottom: 5px;
    min-width: 10px;
    display: inline-block;
    margin-right: 5px;
    padding: 7px 12px;
    background: #f2f2f2;
    color: #444444;
}

div.pagination_ajax ul li a {
    color: #444444;
    font-family: 'RobotoRegular';
    font-size: 14px;
}

div.pagination_ajax ul li:hover {
    color: #fff;
    background: #7cca26;
    cursor: pointer;
}

div.pagination_ajax ul li:hover a {
    color: #fff;
}

div.pagination_ajax .actived {
    cursor: pointer;
    color: #4879a6;
    background: #7cca26;
}

div.pagination_ajax .actived a {
    color: #fff
}

.phantrang {
    text-align: center;
    margin-top: 20px;
}

.skew img {
    overflow: hidden;
    -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -ms-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

.skew img:hover {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* Pagination */
.pagination-home {
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    border-radius: 5px;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* pagination ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 20px;
}

.pagination-ajax a {
    vertical-align: top;
    margin: 3px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    width: 35px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.pagination-ajax a:hover {
    background: #7cca26;
    color: #fff;
    border-color: #7cca26;
    transform: translateY(-2px);
    transition: all ease 0.3s;
}

.translate img {
    cursor: pointer;
}

.pagination-ajax a.current {
    background: #7cca26;
    color: #fff;
    border-color: #7cca26;
    transform: translateY(0);
}

@media(max-width:525px) {
    .itemsp {
        width: 49%;
        margin: 0;
    }

    .wrap-email .wrap-content form p {
        flex-flow: wrap;
    }

    .wrap-email .wrap-content form p input {
        width: 100%;
        margin-bottom: 10px;
    }

    .wrap-email .wrap-content form p input:last-child {
        margin-bottom: 0;
    }
}

.mobile_fix_img img {
    max-width: 100%;
    height: auto !important;
}

/* mobile footer */
.fix-toolbar {
    background: #000;
    width: 100%;
    padding: 5px;
    bottom: 0;
    position: fixed;
    height: auto;
    line-height: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
    border-top: 1px solid #fff;
    z-index: 10000;
}

.fix-toolbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    list-style: none;
    margin: 0;
}

.fix-toolbar ul li {
    text-align: center;
    width: 20%;
}

.fix-toolbar ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
}

.fix-toolbar ul li a img {
    height: 25px;
    width: auto;
}

.fix-toolbar img {
    vertical-align: top;
}

.fix-toolbar ul li a span {
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    display: none;
}