/*
Theme Name: DoVanBao
Theme URI: http://dovanbao.com/
Author: Do Van Bao
Author URI: http://dovanbao.com
Description: Thiet ke website
Version: 3.0.0
License: GNU General Public License v2 or later
License URI: http://dovanbao.com
Text Domain: dvb
*/
/* 
    Document   : reset
    Created on : 1-10-2013, 16:03:39
    Author     : mrr.rio
    Description:
        Purpose of the stylesheet follows.
*/


/*********************
  UI CONTROL
*********************/
#fb-root {}

/* To fill the container and nothing else */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {}

/*********************
 GENERAL UI COLORS 
*********************/

/***
Colors
***/
.bg-color-1 {
    background: #f34711;
}

.bg-color-2 {
    background: #fff;
}

.bg-color-3 {
    background: #f34711;
}

.color-1 {
    color: #f34711 !important;
}

.color-2 {
    color: #000;
}

.color-3 {
    color: #ccc;
}

.border-left {
    border-left: 1px solid #f3f3f3;
}

.border-right {
    border-right: 1px solid #f3f3f3;
}

.color-one {
    color: #000;
}

.color-red {
    color: #e02222;
}

.color-blue {
    color: #0da3e2;
}

.color-grey {
    color: #555555;
}

.color-green {
    color: #35aa47;
}

.color-yellow {
    color: #ffb848;
}

.color-purple {
    color: #852b99;
}

.color-light-red {
    color: #ff5400;
}

.color-light-blue {
    color: #bfd5fa;
}

.color-light-grey {
    color: #fafafa;
}

.color-light-green {
    color: #78df1d;
}

/*********************
 GENERAL RESET & SETUP 
*********************/

/***
General typography 
***/
html {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
    padding: 0;
}

img {
    border: 0px;
    max-width: 100%;
}

h2 a:hover {
    color: #0da3e2;
    text-decoration: none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

h3 {
    color: #222;
}

/***
ie8 & ie9 modes
***/
.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

/***
General More Link
***/

/***
Fix link outlines after click
***/
a,
a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none !important;
}

/***
IE8 fix for form input height in fluid rows
***/
.ie8 .row-fluid [class*="span"] {
    min-height: 20px !important;
}

/***
Fix grid offset used for reponsive layout handling(refer app.js=>handleResponsive)
***/
.fix-offset {
    margin-left: 0px !important;
}

/***
Misc tools
***/
.clearfix {
    clear: both;
}

.visible-ie8 {
    display: none
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin: 0px !important;
}

.no-bottom-space {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.no-top-space {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.space5 {
    display: block;
    height: 5px !important;
    clear: both;
}

.space7 {
    height: 7px !important;
    clear: both;
}

.space10 {
    height: 10px !important;
    clear: both;
}

.space12 {
    height: 12px !important;
    clear: both;
}

.space15 {
    height: 15px !important;
    clear: both;
}

.space20 {
    height: 20px !important;
    clear: both;
}

.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-text-shadow {
    text-shadow: none !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.no-left-margin {
    margin-left: 0 !important;
}

.margin-auto {
    margin: auto;
}

.padding-10 {
    padding: 10px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.hide {
    display: none;
}

.bold {
    font-weight: 600 !important;
}

.fix-margin {
    margin-left: 0px !important
}

.border {
    border: 1px solid #ddd
}

.inline {
    display: inline;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #E0DFDF;
    border-bottom: 1px solid #FEFEFE;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}

@media (min-width: 1200px) {
    .col-xl-20 {
        width: 20%;
    }
}

body {
    font-family: 'Roboto', sans-serif;
}

    {
    color: #333745;
    font-size: 14px;
}

a:hover {
    color: inherit;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

.btn-success,
.btn {}

.form-control {}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: none;
    border: none;
    color: inherit;
}

ul.login-bar li {
    float: right;
}

header.header {
    background: #1f9c6e;
}

.header-top-top {
    height: 37px;
    border-bottom: 1px solid #29bb85;
    line-height: 37px;
}

.block-option-top {
    font-size: 12px;
    padding-left: 25px;
}

.social-links {
    color: #fff;
    text-align: right;
    font-size: 12px;
    float: left;
    display: none;
}

.social-links a {
    color: #fff;
    display: inline-block;
    margin: 0 0px;
    font-size: 15px;
    padding: 11px 15px;
}

.social-links a:hover {
    background: #be393e;
}

ul.styleheadertop {
    float: right;
    margin: 0;
    margin-right: 16px;
}

ul.login-bar li a {
    color: #fff;
    font-size: 12px;
    padding: 0 6px;
    font-weight: normal;
}

ul.login-bar li a:hover {
    color: rgb(51, 55, 69);
}

div#search-box {
    position: relative;
    margin: 2px 0;
}

.search-area .input-group {
    margin: auto;
    width: 100%;
}

.search-area input {
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    background-color: rgb(255, 255, 255);
    height: 40px;
    border-radius: 0;
    padding-left: 12px;
    box-shadow: none;
}

.input-group-btn.buttonsearch {
    position: absolute;
    z-index: 99;
    top: 1px;
    right: 1px;
    height: 38px;
    width: 40px;
    background: #0145a5;
    text-align: center;
}

.input-group-btn.buttonsearch i:before {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

#f-compare {
    position: fixed;
    top: 25px;
    right: -190px;
    width: 184px;
    background: #FCFCFC;
    z-index: 12;
    box-shadow: 0 0 2px #CCC;
    border-bottom: 5px solid #f3f3f3;
}

#f-compare .f-compare-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 2px solid #F34711;
}

#f-compare .f-compare-title i {
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
}

#f-compare .f-compare-title span {
    text-transform: uppercase;
    font-size: 13px;
    color: #686868;
}

#f-compare .f-compare-body ul {
    list-style: none;
}

#f-compare .f-compare-body ul li {
    position: relative;
    height: 42px;
    line-height: 40px;
    text-overflow: ellipsis;
    width: 182px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #F1F1F1;
    border-left: 2px solid #FFF;
    cursor: pointer;
    background: #FCFCFC;
}

#f-compare .f-compare-body ul li:last-child {
    border-bottom: 0px solid #F1F1F1;
}

#f-compare .f-compare-body ul li:hover {
    border-left: 2px solid #f34711;
    background: #fff;
}

#f-compare .f-compare-body ul li a {
    padding: 10px;
    padding-top: 12px;
    background: url(../imgs/trash.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 2px;
}

#f-compare .f-compare-body ul li span {
    margin-left: 26px;
}

#f-compare .f-compare-body ul li a:hover {
    background: url(../imgs/trashopen.png) no-repeat;
}

#f-compare .f-compare-body .f-compare-info {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F7F7F7;
    border-bottom: 1px solid #6D6D6D;
    border-top: 1px solid #797979;
    color: #F60;
}

#f-compare .f-compare-body .f-compare-button {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#f-compare .f-compare-body .f-compare-button a {
    background: #ECECEC;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    box-shadow: 0 0 5px #E4E4E4;
    border: 1px solid #CFCFCF;
    color: #7C7C7C;
}

.f-compare-page table thead tr th a {
    font-weight: normal;
}

.f-compare-page table thead tr th span {
    font-weight: normal;
    color: #f34711;
}

/* End Compare css*/

.shopcart .checkorder {
    font-size: 14px;
    display: block;
}

.headerbottom1 {
    text-align: center;
}

.shopcart .checkorder:hover span {
    color: rgb(51, 55, 69);
}

.phoneview {
    position: relative;
}

.phoneview-show {
    position: absolute;
    top: 25px;
    right: 0;
    width: 160px;
    height: 160px;
    z-index: 99;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.phoneview-show:after {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 10px;
    margin: auto;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 1px solid rgba(0, 0, 0, 0.21);
    background: #FFF;
    border-top: 0;
    border-right: 0;
}

.phoneview-show img {
    width: 160px;
    height: 160px;
}

.phoneview:hover .phoneview-show {
    display: block;
}

.checkordernb-show {
    position: absolute;
    top: 90%px;
    left: -70px;
    width: 260px;
    z-index: 999999;
    margin: auto;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    background: #fff;
    padding: 14px;
}

.checkordernb-show:after {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 10px;
    margin: auto;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 1px solid rgba(0, 0, 0, 0.21);
    background: #FFF;
    border-top: 0;
    border-right: 0;
}

.checkordernb:hover .checkordernb-show {
    display: block;
}

.checkordernb .checkordernb-show .chelp {
    display: block;
    color: #000;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.checkordernb-show input {
    width: 100%;
    margin-bottom: 10px;
}

.checkordernb-show button {
    display: block;
    background: #F23030;
    width: 120px;
    text-align: center;
    color: #FFF;
    padding: 3px;
    margin: auto;
    margin-top: 10px;
    border: 0px;

}

.pos-r {
    position: relative;
}

.menutop {
    /*margin-bottom: 5px;*/
}

.menu {
    background: #d81616;
    /*max-height: 55px;*/
}

.f-menutop {
    position: relative;
}

.f-menutop-name span {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.f-menutop-name {
    display: none;
}

.menutop .navbar {
    margin-bottom: 0px;
}

.menutop .f-menu-toggle {
    cursor: pointer;
    color: #fff;
}

.news-top {
    position: relative;
    z-index: 16;
    background: #F4ECDC;
    float: left;
}

.news-top b {
    display: inline-block;
    width: 82px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: #FFF;
}

.news-top ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.news-top ul li {
    margin: 0 5px;
    float: left;
    padding: 15px 0px;
    text-align: center;
}

.news-top ul a {
    font-size: 11px;
    color: #000;
    font-family: arial;
    text-transform: uppercase;
    font-weight: 600;
}

.news-top ul a p {
    font-weight: normal;
}

.bold-li {
    font-weight: bold !important;
    margin-bottom: 0px;
}

.f-menutop>.f-menutop-ul>li {
    list-style: none;
    position: relative;
    width: 14.28%;
    background: red;
    float: left;
}

.f-menutop .f-menutop-ul>li>a.firstlink {
    font-style: normal;
    font-size: 15px;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding: 12px 0px;
    font-weight: bold;
}

.f-menutop .f-menutop-ul>li a:hover {
    color: #000;
    background: #fff;
}

.f-menutop .f-menutop-ul>li>a.firstlink:hover:after {
    background: #303030;
}

.top-menu-backgroud {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
}

.top-menu-sub ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    min-width: 200px;
    display: none;
}

.top-menu-backgroud img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.f-menutop .f-menutop-ul>li:hover .top-menu-backgroud img {

    -webkit-transition: 4s ease-in-out;
    -moz-transition: 4s ease-in-out;
    -o-transition: 4s ease-in-out;
    -webkit-transition-delay: 0s;
    /* Safari */
    transition-delay: 0s;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);

}

.top-menu-sub ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.top-menu-sub ul li a {
    background: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 11px 25px 12px 9px;
    color: #fff;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-align: left;
}

.top-menu-sub ul li a:hover {
    color: #fff !important;
    background: #0409e7;
}

.headder-bottom {
    width: 100%;
    background: #fff;
    margin: 18px 0;
}

.v2-block-brand {}

.v2-block-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-block-brand ul li {
    width: 131px;
    float: left;
    margin: 2px;
    border: 1px solid #E4E4E4;
    height: 55px;
    position: relative;
}

.v2-block-brand ul li a.brimg {
    display: block;
}

.v2-block-brand ul li a.brimg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.v2-block-brand ul li a.brname {
    float: left;
}

.v2-block-brand ul li h2 {
    display: none;
}

.v2-block-support li .f-news-bl-item .f-news-bl-item-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00AEEF;
    position: relative;
}

.v2-block-support li .f-news-bl-item .f-news-bl-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.v2-block-support .f-news-bl-item-title h2 a {
    font-size: 12px;
    color: #4D4D4D;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.v2-block-support li div {
    list-style: none;
    padding-left: 10px;
    padding-right: 4px;
}

.f-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


.f-miniCart-miniv2 {
    position: relative;
    height: 100%;
    z-index: 99999;
    right: 0 !important;
    top: 12px;
    float: right;
    margin-right: 26px;
}

.miniv2-toolbar-close {
    color: #FFF;
    width: 35px;
    height: 35px;
    text-align: center;
    background: #323232;
    line-height: 30px;
    font-size: 23px;
    cursor: pointer;
    visibility: hidden;
    display: none;
}

.miniv2-toolbar-close span {}

.miniv2-toolbar-barclick {
    color: #000;
    /* width: 100%; */
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    =: #FFFposition: relativefloat: rfloat:
}

.miniv2-toolbar-barclick .fa {
    float: left;
    font-size: 22px;
    color: #fff;
    position: relative;
}

.miniv2-toolbar-count {
    font-size: 14px;
    position: absolute;
    margin: 0 auto;
    margin-right: 5px;
    background: #f5f511;
    color: #000;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    left: 16px;
    top: -10px;
    line-height: 20px;
}

.miniCart-top {
    height: 35px;
    background: #6A7B7F;
    color: #FFF;
    text-align: center;
    line-height: 35px;
}

.miniCart-body {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 100%;
    width: 300px;
    background: #fff;
    display: none;
    padding: 10px 0;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}

.miniCart-body:before {
    content: "";
    position: absolute;
    right: 5px;
    top: -8px;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.miniCartItem {
    margin-bottom: 0;
}

.miniCartItem li {
    border-bottom: 1px solid #F1F1F1;
    max-width: 100%;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}

.miniCartItemImg {
    float: left;
    width: 50px;
    margin-right: 5px;
}

.miniCartItemImg img {
    display: block;
    width: 100%;
}

.miniCartItem p {
    display: block;
    padding: 3px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    font-size: 12px;
}

.miniCartItem p b {
    color: #919191;
}

.miniCartItem p i {
    float: right;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    color: #919191;
}

.miniCartItem p a {
    font-size: 12px;
}

.minicartItemTotal {
    padding: 10px;
    float: left;
    width: 100%;
    font-size: 13px;
}

.minicartItemTotal b:first-child {}

.minicartItemTotal b:last-child {
    float: right;
    color: #F04E23;
}

.minicartItemPay {
    padding: 10px;
    float: left;
    width: 100%;
}

.minicartItemPay a {
    display: block;
    line-height: 35px;
    font-size: 13px;
    border: none;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background: #F04E23;
    transition: all 0.15s;
}

.moveimg {
    position: fixed;
    z-index: 9999;
    border: 1px solid #fff;
}

.next-slide {
    background: url("../imgs/next.png");
    width: 59px;
    height: 66px;
    float: left;
    right: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.prev-slide {
    background: url("../imgs/prev.png");
    width: 59px;
    height: 66px;
    float: left;
    left: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.prev-slide:hover {
    background: url("../imgs/prev-hover.png");
}

.next-slide:hover {
    background: url("../imgs/next-hover.png");
}

a.carousel-control {
    background: none !important;
}

.f-new-item-sum {

    font-size: 13px;
    text-align: left;
    margin-top: 0;
    line-height: 21px;
    margin-bottom: 19px;
}

.f-news-item-title h2 {
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}

.f-feedback-home-item {
    text-align: center;
}

.f-feedback-home-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 5px solid #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

.f-news-item {
    margin-bottom: 10px;
}

.f-feedback-home-item-img a {}

.f-feedback-home-item-img a img {
    display: block;
    width: 100%;
    height: 100%;
}

.f-feedback-home-title {
    text-align: center;
    font-size: 40px;
}

.f-feedback-home-body .owl-page span {
    width: 25px !important;
    height: 4px !important;
    background: #666 !important;
}

.f-feedback-home-title h3 {
    color: #be393e;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}

.f-feedback-home-title h2 {}

.f-feedback-home-title a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.f-feedback-home-time {
    font-size: 11px;
    background: #F5F5F5;
    border-radius: 2px;
    color: #9B9B9B;
}

.f-feedback-home-sum {
    color: #444;
    font-size: 14px;
    position: relative;
    line-height: 25px;
    overflow: hidden;
    margin-top: 22px;
    text-align: center;
}

.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-item-img {
    border-color: #2782E8;
}

.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum {
    border-color: #000;
}

.f-feedback-home-title h2 {
    height: 32px;
}

.owl-page span {
    background: #23B9DB !important;
}

.f-news-item-img {
    position: relative;
    height: 250px;
}

.f-news-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-sp h2 {
    height: 31px;
}

.menu-sub-bottom {
    display: none;
}

.f-footer {
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    color: #0c7759;
    margin-top: 15px;
}

.f-footer-info {
    /* background: #0F9AB9; */
}

.f-footer-nav>li {
    float: left;
    padding-right: 25px;
}

.f-footer-nav li a:hover {
    color: #23B9DB;
}

ul.f-footer-nav li a h3,
ul.f-footer-nav h3.widget-title {
    text-align: left;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    color: #f5ee0b;
}
.widget .menu {
  background: transparent;
}

.f-footer-nav>li>a {
    white-space: nowrap;
    color: #535455;
    font-size: 12px;
    font-family: arial;
    line-height: 36px;
    font-weight: bold;
    border-left: 1px solid #CCC;
}

ul.f-footer-nav li ul li {
    padding: 3px 0;
}

ul.f-footer-nav li ul li:before {
    content: "\f105";
    color: #fff;
    font-family: fontawesome;
    margin-right: 5px;
}

ul.f-footer-nav li ul li a {
    font-style: normal;
    font-size: 13px;
    text-transform: none;
    color: rgb(255, 255, 255);
}

.f-footer-nav li:first-child a {
    border-left: none;
}

.f-footer-nav {}

.logo-bottom {
    float: left;
    text-align: center;
    width: 100%;
}

.logo-bottom a.logo {
    width: 100%;
    float: left;

}

.logo-bottom a.logo img {
    margin: auto;
}

.copyright {
    display: none;
}

.copyright,
.copyright a {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

a.box-ft {
    font-weight: bold;
    color: #000;

}

.f-footer {}

#quantity {
    display: block !important;
}

.f-menutop-ul .f-block-title.title-cat-pro {
    display: none;
}

.f-menutop-ul .f-block {
    border: none;
}

.f-menutop-ul .f-block-news-menu {
    border: none;
}

.f-menutop-ul .f-block-news-menu li {
    border-bottom: 1px solid #b4a47c;
    border-top: none;
}

.f-menutop-ul .menu-sub-cat-pro {
    position: absolute;
    right: -265px;
    height: 475px;
    width: 275px;
    z-index: 999;
    background: #fff;
    top: 0px;
}

.f-menutop-ul a.pra {
    border: none !important;
}

.f-menutop-ul .qc-1 {
    display: none;
}

.f-module-page {
    margin-top: 0;
}

.f-module-page .f-module-page-title i img {
    border: 1px solid #EAEAEA;
    padding: 3px;
    border-radius: 2px;
}

.f-module-page .f-module-page-title h1 {
    font-style: normal;
    font-size: 35px;
    text-transform: none;
}

.f-module-page-desc {
    background: #F2F2F2 !important;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
}

.f-module-page-title h1 {
    margin: 0;
    padding: 0;
    display: none;
}

.f-module-page .f-module-page-body {}

.v2-filterpr {
    display: table;
    width: 100%;
    background: #F4F4F4;
    padding: 5px 10px;
}

.v2-filterpr .form-control {
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}

.f-product-chooseview {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.f-product-chooseview a span {
    font-size: 18px;
    margin-right: 6px;
}

.f-product-chooseview a.active {
    color: #c14141;
}

.noUi-connect {
    background: #669933 !important;
}

.button-small {
    border: none !important;
    background: #1f9c6e;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.v2_bnc_products_details_box_price span.key {
    font-weight: bold;
    font-size: 15px;
}

.v2_bnc_products_details_box_price span.price {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.cat-news ul {
    width: 100%;
}

.cat-news ul li {
    position: relative;
}

.cat-news ul li ul {
    position: absolute;
    display: none;
}

.cat-news ul li:hover ul {
    position: relative;
    display: block;
}

.cat-news ul.f-block-news-menu li:hover a {
    background: #669933 !important;
    position: relative;
    color: #fff;
}

.cat-news .f-block-title {
    background: #669933 !important;
    color: #fff;
}

.cat-new ul {
    width: 100%;
}

.wp-sp-block img {
    width: 100px !important;
    height: 100px !important;
}

#galleria {
    height: 520px
}

.cat-new ul li img {
    display: none;
}

.qc-text {
    width: 136px;
    float: left;
    padding-top: 55px;
}

.miniv2-toolbar-name {
    /* background-color: #669933; */
}

.v2-gotop {
    text-align: center;
    position: fixed;
    bottom: 39px;
    padding: 15px;
    right: 0;
}

a.lentop {
    color: #fff;
    font-size: 15px;
    background: #1d916e;
    padding: 10px 13px;
    cursor: pointer;
}

.check-cart a {
    font-size: 13px;
}

.f-footer-nav .ft-mn {
    width: 193px;
}

.f-footer-nav li a {
    border: none !important;
}

.menu-sub-bottom {
    display: block;
}

.menu-sub-bottom li a {
    font-size: 12px;
    font-weight: normal !important;
    height: 25px;
    line-height: 25px;
}

.mau-ft {
    background: none repeat scroll 0 0 #efefef;
}

.copy_content {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ac-lf {
    float: left;
}

.quang-cao {
    float: left;
}

.language {
    float: right !important;
    margin-left: 15px;
}

.news-top li:hover {
    background: #efe5cd;
}

.f-menutop {
    text-align: center;
    margin-bottom: 0;
    margin: 0px 0px;
    background: #1f9c6e;
}

div#notify-box {
    float: right;
    padding: 0 6px;
    display: none;
}

.shopcart {
    float: right;
    height: 40px;
    line-height: 40px;
}

.shopcart span {
    color: #fff;
}

#search-category li {
    padding-left: 10px;
}

.filter>div {
    line-height: 45px;
}

.f-block-title span {
    display: block;
    background: #1f9c6e;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.f-block-body ul li a {
    font-style: normal;
    font-size: 16px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0;
    border: 1px solid #20d492;
    text-align: left;
    background: #1f9c6e;
    padding-left: 10px;
}

.f-block-body ul li a:hover {
    background: #1f9c6e;
    color: #fff;
}

.f-block-body ul li {
    position: relative;
    margin-bottom: 10px;
}

.f-block-body ul li ul li a {
    font-weight: normal;
    text-transform: uppercase;
}

.f-block-body ul li ul li a {
    padding-left: 20px;
    background: none;
    color: #333;
    border: none;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
}

.f-block-body ul li ul li ul li a {
    padding-left: 30px;
}

.main1 {
    /* padding-top: 20px; */
}

.qc-below-slide {
    margin: 20px -10px;
    display: table;
}

.qc-below-slide img {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.v2-tabhome-name {}

.v2-home-pr-item-saleof {
    background: #f76b6a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    padding: 0 5px;
    left: auto;
    font-weight: 500;
    position: absolute;
    text-align: center;
    line-height: 25px;
    top: 0px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    z-index: 10;
}

.v2-home-pr-item-boxdetail h2 {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #333745;
    text-align: center;
    height: 30px;
    overflow: hidden;
}

.v2-home-pr-item-price-gr {
    text-align: center;
    margin: auto;
    margin-top: 4px;
}

.v2-home-pr-item-price-gr div {
    font-weight: bold;
    \: Helvetica,
    Arial,
    sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #be393e;
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
}

.v2-home-pr-item-action {
    text-align: center;
    display: none;
}

.v2-home-pr-item-action-buy {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    background: #000;
    margin-top: 9px;
}

.v2-home-pr-item:hover a.quickview {
    opacity: 0;
    visibility: visible;
}

.v2-home-pr-item a.quickview span {}

.v2-home-pr-item a.quickview i {
    text-align: center;
    display: block;
    line-height: 21px;
    font-size: 20px;
    color: #fff;
}

.v2-home-pr-item-price-gr .v2-home-pr-item-price-old {
    color: #999;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 12px;
}

.v2-home-pr-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.v2-home-pr-item-img {
    height: 212px;
    position: relative;
    overflow: hidden;
}

.f-ctn-left {
    /* padding-right: 0; */
    padding: 0;
}

.f-ctn-right {
    padding-left: 0;
}

.v2-tabhome {
    margin-bottom: 10px;
}

.v2-tabhome-title ul {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #1114b9;
    line-height: 40px;
}

ul#f-pr-tab-home li a {
    color: #333;
    background: none;
    border: none;
    font-size: 13px;
    padding: 0 6px;
    text-transform: uppercase;
    font-weight: bold;
}

.item-block-duoi {}

div#owldoitacduoi .owl-item {}

ul#f-pr-tab-home li.active {
    background: #1114b9;
}

ul#f-pr-tab-home li.active a {
    color: #fff
}

.v2-home-catepr-title i {
    display: none;
}

.v2-home-catepr-left-mn {}

.v2-home-catepr-title h2 a {
    color: #fff;
    font-size: 28px;
}

.v2-home-catepr-title>a {
    float: left;
    background: #0145a5;
    padding: 0 15px;
    line-height: 40px;
}

.v2-home-catepr-title>a:hover {
    color: #fff;
}

ul.v2-home-catepr-tabul li a {
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    font-size: 13px;
}

ul.v2-home-catepr-tabul {
    float: left;
    width: 70%;
    border: none !important;
    display: none;
}

.v2-home-catepr-tabul li.active a {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

ul.v2-home-catepr-tabul li.active {
    background-color: #333745;
}

ul.v2-home-catepr-tabul li:hover a {
    color: #333745;
}

.tab-content .owl-theme .owl-buttons div {
    background: #333745 !important;
    opacity: 1 !important;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.tab-content .owl-theme .owl-buttons div i {
    position: absolute;
    font-size: 18px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.qc-dmsp {
    margin-bottom: 20px;
}

.v2-home-pr-item {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0px 0px 12px transparent;
    box-shadow: 0px 0px 12px transparent;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.tab-content .owl-item li {
    padding: 0 15px;
}

.tab-content {
    /* margin-left: -15px; */
    /* margin-right: -15px; */
}

.header-logo-bottom h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: none;
}

.f-block-bottom-body ul li h3 {
    font-size: 16px;
    font-weight: bold;
}

.f-block-bottom-body ul li a {
    color: rgb(235, 88, 88);
}

.f-block-bottom-body ul li img {
    float: left;
    margin-right: 10px;
}

.f-pr-bl-item-saleof {
    position: absolute;
    color: #fff;
    background: rgb(221, 0, 23);
    padding: 5px;
    display: none;
}

.item.f-product-bl {
    display: table;
    width: 100%;
    padding: 5px;
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.f-block-body .f-pr-bl-item-img img {
    height: 55px;
    width: 55px;
}

.f-pr-bl-item-boxdetail h2 {
    margin: 0;
}

.f-pr-bl-item-boxdetail p {
    margin-bottom: 0;
}

.f-block-body .f-pr-bl-item-img {
    float: left;
    width: 30%;
}

.f-pr-bl-item-boxdetail {
    text-align: center;
}

.f-pr-bl-item-boxdetail h2 a {
    font-weight: 400;
    \: "Roboto";
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    display: block;
    color: #333;
    margin-bottom: 10px;
}

.f-pr-bl-item-boxdetail p {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    display: inline-block;
    text-transform: none;
    color: #df1414;
}

p.f-pr-bl-item-old-price {
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
}

.f-center-title {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 25px;
}

.f-center-title span,
.bg-intro .f-block-title span,
.v2-tabhome-name span,
.v2-home-catepr-title h2 a span {
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px;
    position: relative !important;
    font-weight: bold;
    background: #1f9c6e;
}

ul.f-pr-tab-home-cate {
    display: table;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: none;
}

ul.f-pr-tab-home-cate li a {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}

ul.f-pr-tab-home-cate li:first-child a {
    font-size: 17px;
}

ul.f-pr-tab-home-cate li:first-child {
    background-color: #333745;
    padding-right: 10px;
}

ul.f-video-tab-home li a {
    font-size: 12px;
    color: #fff;
    padding: 10px 10px;
    display: inline-block;
    background: #d81616;
    text-transform: uppercase;
    font-weight: bold;
}

.tooltip-inner {
    max-width: none;
    background: #23B9DB;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #23B9DB;
}

.f-subscribe-title span {
    text-align: left;
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px dotted rgb(95, 104, 116);
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

input#subscribe_email {
    padding: 8px;
    height: 44px;
    border-radius: 0;
    background: #fff;
}

.f-subscribe .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
}

fieldset {
    position: relative;
}

.form-group.sendEmail {
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.form-group.sendEmail button {
    height: 34px;
    background: #004F86;
    border-radius: 0;
    color: #fff;
}

.f-news-bl-item-title h2 {
    margin: 0;
}

ul.f-news-bl li {
    display: table;
    width: 100%;
    padding: 5px;
    background-color: rgba(244, 244, 244, 0.53);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.f-news-bl-item-img img {
    height: 55px;
    width: 55px;
    max-width: none;
}

.f-block-body .f-news-bl-item a {
    padding: 0;
    border: none;
}

.productbreadcrumb {
    float: left;
    position: relative;
    width: 100%;
}

.breadcrumb>li+li:before {
    content: "/";
    padding: 0 5px;
    color: #333;
}

ol.breadcrumb li a {
    font-size: 13px;
    font-weight: 500;
    color: #333;
}

.breadcrumb {
    margin-bottom: 0;
    background: none;
    padding: 10px 0;
}

.f-product span.text-action {
    display: none;
}

.f-product .mota-ngan {
    display: none;
}

/* viewlist */
.viewlist li {
    float: none;
    width: 100%;
}

.viewlist .v2-home-pr-item-img {
    float: left;
    height: auto;
}

.viewlist .v2-home-pr-item-img img {
    position: static;
    height: 200px;
    width: 200px;
}

.viewlist .v2-home-pr-item {
    height: 220px;
    border: none;
    background-color: #f4f4f4;
}

.viewlist .v2-home-pr-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.viewlist .v2-home-pr-item-boxdetail h2 {
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
}

.viewlist .v2-home-pr-item-price-gr div {
    font-size: 12px;
    border: none;
    text-align: left;
    padding: 8px 0;
    margin-right: 10px;
}

.viewlist .v2-home-pr-item-price-gr {
    text-align: left;
    margin: 0;
    height: auto;
}

.viewlist .v2-home-pr-item-action a.BNC-add-cart {
    color: #fff;
    display: block;
    padding: 0;
}

.viewlist .v2-home-pr-item-action .text-action {
    margin-left: 5px;
}

.viewlist .v2-home-pr-item-action {
    text-align: left;
}

.viewlist .v2-home-pr-item-action a.BNC-add-cart div {
    background: rgb(235, 88, 88);
    display: inline-block;
    padding: 6px 12px;
}

.viewlist .v2-home-pr-item-action .btn {
    padding-left: 0;
    font-size: 11px;
    margin-top: 5px;
}

.viewlist .mota-ngan {
    padding: 0 0 12px 0;
    color: #5F6874;
}

.f-video-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-video-item {
    margin-bottom: 20px;
}

.f-product-view-name h1 span {
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    display: block;
    line-height: 29px;
}

.f-product-view-name h1 {
    margin-top: 0;
}

.v2-rating {
    position: relative;
    display: none;
}

.zoomWrapper {
    margin: auto;
    height: 415px;
    position: relative;
    margin: auto;
}

.f-pr-image-zoom {
    position: relative;
    clear: both;
}

.f-pr-view-tool {
    /* margin: 5px 0; */
    /* display: none; */
}

.f-pr-view-tool ul li {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    border-left: 1px solid #ccc;
}

.f-pr-view-tool ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.f-pr-view-tool ul li a {
    font-size: 12px;
}

.zoomWrapper img {
    width: 100% !important;
    height: 415px;
    object-fit: scale-down;
}

.f-pr-view-info ul li.key {
    width: 115px;
    font-weight: bold;
    margin-top: 5px;
}

.f-pr-view-info ul li {
    float: left;
    margin: 5px 0;
}

.f-pr-view-choosesizeGroup {
    background: #F4F4F4;
}

.f-pr-view-info,
.f-pr-view-box-size {}

.f-pr-view-box-size {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.wrap-btn-buy {
    float: left;
    clear: both;
}

span.box-size-title {
    float: left;
    width: 115px;
}

.f-pr-view-box-size select {
    height: 40px;
    padding: 5px;
}

.color-info {
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.f-pr-view-info ul li.key-color {
    float: none;
    clear: both;
}

.f-pr-view-info ul li.value-color {
    margin-bottom: 5px;
}

div#slidezoompage img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul#f-pr-page-view-tabid li a {
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: #1d916e;
    box-shadow: none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    line-height: 37px;
    display: block;
    border-bottom: none;
}

ul#f-pr-page-view-tabid li a:hover {
    background-color: #d7a949;
}

.f-product-view-tab-body {
    padding: 15px;
}

.f-product-view-tab .tab-content {
    margin: 0;
}

ul#f-pr-page-view-tabid {
    border: none;
}

.f-product-view-tags {
    margin: 10px 0;
}

.f-product-view-tags a {
    background-color: rgb(235, 88, 88);
    color: rgb(255, 255, 255);
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 15px;
}

ul#f-pr-page-view-tabcomentid li a {
    color: rgb(255, 255, 255);
    background-color: rgb(31, 156, 110);
    display: block;
    padding: 5px 8px;
}

ul#f-pr-page-view-tabcomentid li.active a {
    background-color: #1f9c6e;
}

.related-slide .owl-item {
    padding: 0 6px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.f-product-view-other {
    overflow: hidden;
}

.f-page-split-title {
    line-height: 40px;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

ul.f-block-top-news-menu li {
    float: left;
    margin-right: 10px;
}

ul.f-block-top-news-menu li img {
    height: 40px;
    width: 20px;
    float: left;
    margin-right: 5px;
    padding: 10px 0px;
}

ul.f-block-top-news-menu li a {
    color: #fff;
    display: table;
}

ul.f-block-top-news-menu li a span {
    float: left;
}

ul.f-block-top-news-menu li a:hover {
    color: #333745;
}

form#news_filter select,
form#news_filter input {
    height: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}

.f-page-split-news ul {
    padding-left: 20px;
}

.f-page-split-news ul li {
    list-style-type: disc;
}

.f-page-split-news ul li h3 {
    margin: 0;
}

.header-top-top .container {
    background: none;
}

.content-footer {
    padding-top: 105px;
}

div#logo {
    padding: 4px 0;
    text-align: center;
}

div#logo img {
    display: inline-block
}

.f-block-body ul li i {
    display: none;
}

span.vnd-sum {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    display: none;
}

.f-block.dmsp .f-block-body ul li a {
    background: #3662e0;
    color: #fff;
}

.f-block.dmsp .f-block-body ul li ul li a {
    background: #eee;
    color: #333;
}

.v2-home-pr-item-boxdetail h3 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 0.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

ul#f-pr-page-view-tabid li.active a {
    background: #1d916e;
}

.f-product-view-tab {
    margin-top: 20px;
}

.v2_bnc_products_details_box_name h1 {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold;
}

ul.ipse {
    float: left;
}

ul.ipse li {
    float: left;
    margin-right: 10px;
    font-size: 13px;
}

.v2_bnc_products_details_box_social {
    margin-bottom: 5px;
}

.v2_bnc_products_details_box_price {
    font-size: 13px;
}

.v2_bnc_price_sale_main {
    font-size: 13px;
    position: relative;
}

.v2_bnc_price_sale_main span.price.price_sale {
    c;
    color: red;
    font-weight: bold;
    font-size: 20px;
}

.number_sale {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 40px;
    top: -5px;
}

.f-news-item-title h3 {
    margin-top: 10px;
}

.f-news-item-title h3 a {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

.v2-home-pr-item-boxdetail h3 a {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
}

.f-news-page-item-text h3 a {
    font-weight: bold;
}

li.f-news-page-item {
    float: left;
    margin-top: 10px;
}

.f-news-page-item-text h3 {
    margin-top: 0;
}

.f-read-more.pull-righ {
    margin-top: 10px;
    display: block;
}

.f-read-more.pull-right {
    margin-top: 10px;
}

.f-news-page-item-img {
    position: relative;
    height: 180px;
}

.f-news-page-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 5px;
}

.f-news-page-item-summary {
    font-size: 13px;
    text-align: justify;
}

.f-news-view-title h1 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.f-news-view-detail img {
    max-width: 100%;
    height: auto !important;
}

ul.owl-carousel_doitacduoi {
    padding-bottom: 10px;
}

.f-product-comment-tab-header ul {
    border: none;
}

a.hotlinebot {
    position: fixed;
    bottom: 3px;
    z-index: 111;
    left: 14px;
    display: none;
}

a.hotlinebot {
    background: red;
    color: #fff;
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 20px;
}

a.hotlinebot i {
    margin-right: 5px;
    background: #750d0d;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 17px;
}

.v2-home-catepr-title h2 {
    margin-bottom: 0;
    margin-top: 0;
}

span.price.new {
    font-weight: bold;
    color: #c14141;
    font-size: 18px;
    text-decoration: none;
}

span.price {
    text-decoration: line-through;
}

.v2-tabhome-name span {
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    text-transform: uppercase;
    font-size: 17px;
}

.owl-carousel-new .owl-pagination {
    display: none;
}

.f-product-view-tab .tab-content h1 {
    font-size: inherit;
    margin: inherit;
}

.v2_bnc_block_analytics {
    clear: both;
}

.v2_bnc_block_body {
    background-color: rgba(244, 244, 244, 0.53);
}

.v2_bnc_block_analytics ul li {
    padding: 5px 11px;
    font-size: 13px;
}

.v2_bnc_block_analytics ul li img {
    margin-right: 6px;
}

.v2_bnc_block_analytics ul li span {
    float: right;
    font-weight: bold;
}

ul.f-news-bl li a {
    background: none !important;
    color: #333;
}

.row_logo_bottom {
    margin: 15px 0;
}

.tit-intro {
    text-align: center;
    color: #547758;
    font-family: arial;
    font-weight: bold;
    letter-spacing: 3px;
    font-size: 15px;
}

.short-ct {
    text-align: center;
    font-size: 48px;
    margin-top: 13px;
    line-height: 60px;
}

.mt-intro {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}

.adv1 ul li:last-child .tit-intro {
    display: none;
}

.bg-intro {
    margin-bottom: 10px;
    margin-top: 15px;
}

.myservice {
    background-image: url(http://upload2.webbnc.vn/uploadv2/web/83/8353/media/2017/09/29/04/20/1506658571_s01.jpg);
    background-position: center center;
    padding-top: 23px;
    padding-bottom: 70px;
}

.tit-adv-two {
    text-align: center;
    color: #fff;
}

.tit-two {
    font-family: arial;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-style: normal !important;
}

.tit-adv-two div {
    font-style: italic;
    margin: 40px 0;
}

.tit-adv-two h2 {
    font-size: 48px;
}

.img-tow {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    margin-top: -19px;
    vertical-align: middle;
}

.img-tow img {
    max-width: 43px;
}

.item-adv-two {
    position: relative;
    z-index: 2;
    text-align: center;
    border: 2px solid;
    border-color: #547758;
    padding: 15px 10px 35px 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 15px 15px 20px transparent;
    box-shadow: 15px 15px 20px transparent;
}

.item-two {
    position: relative;
    padding-bottom: 65px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.sm-tit {
    font-family: arial;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #547758;
    font-weight: bold;
    font-size: 12px;
}

.item-adv-two h3 a {
    font-size: 28px;
    color: #333;
}

a.view-tow {
    background-color: #547758;
    color: #fff;
    display: inline-block;
    width: 170px;
    height: 44px;
    line-height: 44px;
    font-family: arial;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -22px;
}

.wrap-item-tow {
    padding: 5px;
    background: rgba(255, 255, 255, 0.9);
    width: 89%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

a.view-tow:hover,
.list-sr .item-two:hover a.view-tow {
    background: #be393e;
}

.list-sr:hover .item-two {
    position: relative;
    padding-bottom: 65px;
    -webkit-transform: translate(-5px, -5px);
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
}

.list-sr .item-two:hover .img-tow,
.list-sr .item-two:hover .wrap-item-tow {
    -webkit-box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 15px 15px 20px rgba(0, 0, 0, 0.3);
}

.list-sr .item-two:hover .item-adv-two h3 a {
    color: #be393e;
}

.slide-brands {
    background: #fff;
    padding: 30px;
}

.owl-trungtam.owl-carousel img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.owl-trungtam.owl-carousel a.img-center {
    position: relative;
    height: 100px;
    display: block;
}

.v2-tabhome.bg-sp-new {}

.f-feedback-home-module.tab-hot {
    background-image: url(http://upload2.webbnc.vn/uploadv2/web/83/8353/media/2017/09/29/07/05/1506668473_zxcv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
}

.info-cat {
    font-size: 14px;
    line-height: 26px;
}

.view-all {
    margin-top: 10px;
}

.view-all a {
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    color: #333;
    font-size: 12px;
    letter-spacing: 1.5px;
    vertical-align: top;
}

.view-all a i {
    font-size: 21px;
    margin-top: -2px;
}

.v2-home-pr-item-img-cat {
    background: #fff;
    height: 210px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.v2-home-pr-item-img-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.v2-home-pr-item-boxdetail-cat h3 a {
    color: #000;
    font-size: 13px;
    display: block;
    line-height: 22px;
    height: 40px;
    text-align: center;
    font-weight: bold;
}

.f-news-item-title h3 a {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.f-news-item-title time {
    text-align: left;
    display: block;
    font-style: italic;
    font-size: 12px;
    display: none;
    color: #be393e;
}

.f-news-item-title h3 a {
    display: inline-block;
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
}

.f-news-item-title h3 a:hover {
    color: #be393e;
}

.qc-adv-five {
    width: 50%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.form-online {
    background: #444444;
    width: 50%;
    float: left;
    color: #fff;
    padding: 45px 45px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.pos-form-adv5 {
    margin: 50px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.form-online {}

.tit-fr {
    font-family: arial;
    font-weight: bold;
    letter-spacing: 1.7px;
    color: #eee;
}

.ct-fr {
    font-size: 48px;
    margin: 17px 0;
}

.info-fr {
    font-style: italic;
    line-height: 23px;
    margin-bottom: 20px;
}

p.text-center.text-danger.p_form_1_title_ {
    display: none;
}

.nd-fr label {
    display: none;
}

.nd-fr input {
    background: #666666;
    border-radius: 0;
    color: #ccc;
}

.form_custom_1_input_0,
.form_custom_1_input_1 {
    width: 48%;
    float: left;
    margin: 0 5px;
    margin-bottom: 10px;
}

.form_custom_1_input_1 {}

.form_custom_1_input_2,
.form_custom_1_input_3 {
    width: 32%;
    float: left;
    margin: 0 5px;
}



.nd-fr button {
    background: #be393e;
    border-radius: 0;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.3em;
    width: 30%;
    padding: 18px 0;
    border: none;
}

.nd-fr button:hover {
    background: red !important;
}

.time-fr {
    margin-top: 14px;
}

.slide-bot {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.slide-logo-block-bottom .item-block-duoi {
    height: 100px;
    position: relative;
    margin: 0 15px;
    border: 1px solid #eee;
}

.slide-logo-block-bottom .item-block-duoi img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.sidebar_widget .owl-buttons,
.sidebar_widget .owl-pagination,
#owldoitacduoi .owl-pagination,
#owldoitacduoi .owl-buttons {
    display: none;
}

.sidebar_widget .owl-item {
    padding: 0 10px;
}

.pagein {
    display: none;
}

.f-module-page-title {
    /* background-image: url(http://upload2.webbnc.vn/uploadv2/web/83/8353/media/2017/10/10/03/13/1507604922_title-bg-default.jpg); */
    /* background-position: center center; */
}

.f-module-page-title h1 {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}

.menu.menuin {
    background: #fff;
    border-top: 1px solid #eee;
}

.menu.no-padding.menuin.fixed {
    background: #f2f2f2;
}

ul.f-cate-ul li h2 a {
    background: #f2f2f2;
    border: 1px solid #eee;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #333;
}

ul.f-cate-ul li h2 a:hover {
    background: #1f9c6e;
    color: #fff;
}

.payment-top {
    margin-bottom: 10px;
}

span.price.pricesale {
    text-decoration: none;
    font-weight: bold;
    color: red;
}

.f-product-view-name {
    margin-top: 0px;
}

.f-product-view-info {
    margin-top: 0;
}

.v2_bnc_products_details_box_description {
    margin: 15px 0;
    font-size: 13px;
    line-height: 22px;
}

.f-news-page-item-img-news {
    height: 225px;
    position: relative;
}

.f-news-page-item-img-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-news-page-item-text-news h3 a {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 22px;
    color: #333;
    font-weight: bold;
    display: block;
    font-family: arial;
    height: 40px;
}

.f-news-page-item-summary-news {
    text-align: justify;
    font-size: 13px;
    line-height: 22px;
}

.f-news-page-item-text-news h3 a:hover {
    color: #be393e;
}

span.blog-date {
    position: absolute;
    left: 30px;
    top: 0;
    background: #28476b;
    width: 70px;
    height: 90px;
    display: none;
    padding: 14px;
    color: #fff;
    text-align: center;
}

span.blog-date small {
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 30px;
    margin-bottom: 5px;
}

.f-news-page-item {
    margin-bottom: 40px;
}

ol.breadcrumb-tit li {
    display: none;
    font-size: 36px;
    padding: 100px 0;
}

ol.breadcrumb-tit li:nth-child(2) {
    display: block;
    color: #333;

}

ol.breadcrumb-tit li:nth-child(2) a {
    color: #333;
}

ol.breadcrumb-tit {
    padding-left: 0;
}

.f-album-item-img {
    height: 220px;
    position: relative;
}

.f-album-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.f-album-item-title h3 {
    text-align: center;
    margin-top: 5px;
}

.f-album-item-title h3 a {
    background: #f2f2f2;
    display: block;
    font-size: 13px;
    color: #333;
    height: 40px;
    line-height: 40px;
}

.f-album-item-title h3 a:hover {
    color: #be393e;
}

.f-product-view-comment {
    margin-top: 10px;
}

.f-contact-form button {
    background: #be393e;
    border: none;
}

.bg_map {
    margin-top: 0 !important
}

.module_page_content {
    margin-top: 30px;
}

.module_page_maps_right {
    margin-bottom: 30px;
}

.f-video-item-img {
    height: 155px;
}

.f-video-item-title h3 a {
    display: block;
    background: #d81616;
    margin-top: 3px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.f-video-item-title h3 a {
    color: #fff;
    font-size: 13px;
}

.f-video-item-title h3 {
    margin-top: 2px;
}

form#video_filter div {
    margin-bottom: 5px;
}

.f-pr-view-chooseColorGroup.choosesize {
    float: left;
    margin-bottom: 10px;
}

.size-option ul li {
    margin-right: 10px;
    font-size: 11px;
}

.size-option ul li .size {
    line-height: 26px;
    cursor: pointer;
}

.f-pr-view-chooseColorGroup {
    float: left;
}

div#shop-1 {
    float: left;
}

.f-pr-view-chooseColorGroup li.paymentSize span {
    border: 1px solid #ddd;
    width: 45px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

.f-pr-view-chooseColorGroup li.paymentSize span.active {
    background: #be393e;
    color: #fff;
}

.f-pr-view-info ul li.paymentColor span {
    cursor: pointer;
    border: 1px solid #eee !important;
}

.f-pr-view-info ul li.paymentColor span.active {
    border: 2px solid #1f9c6e !important;
}

span.price.pricesales {
    text-decoration: none;
    color: #be393e;
    font-weight: bold;
    font-size: 17px;
}

.search-border select {
    display: none !important;
}

.headder-bottom input {
    background: none;
    font-size: 12px;
    box-shadow: none;
    height: auto;
}

.headder-bottom a.btn-default {
    border: none;
}

.v2-home-pr-item-boxdetail-cat h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.v2-home-catepr-title {
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 2px solid #1f9c6e;
}

.v2-home-pr-item-cat {
    margin-bottom: 20px;
}

.f-pr-bl-item-boxdetail h3 a {
    font-weight: bold;
    font-size: 13px;
    color: #333;
    line-height: 22px;
}

.f-pr-bl-item-img {
    position: relative;
    height: 220px;
}

.f-pr-bl-item-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}


.f-block-body-pro-new .owl-pagination {
    display: none !important;
}

.f-module-page h1 {
    margin: 10px 0;
    font-size: 19px;
    font-weight: bold;
}

ul.f-cate-ul h2 {
    margin: 5px 0;
}



a.livechatfb {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #fff;
    width: 40px;
    height: 40px;
    z-index: 11;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0px 1px 2px 1px #999;
}

a.livechatfb i {
    line-height: 40px;
    color: blue;
    font-size: 17px;
}

.block-option-top p {
    float: left;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
}

.mt-adv9 {
    display: inline-block;
}

.mt-adv9 p {
    font-style: italic;
    margin-bottom: 0;
    font-size: 12px;
}

.mt-adv9 p.title-adv9 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-style: normal;
    font-size: 15px;
}

.bg-intro .container {}

.form_order {
    padding: 5px;
    width: 270px;
    display: none;
    background-color: #fff;
}

.orderquick {
    position: fixed;
    z-index: 9000000;
    right: 0;
    bottom: 0px;
}

.ordea {
    background: #4267b2;
    text-align: center;
    cursor: pointer;
    line-height: 35px;
    color: #fff;
    min-width: 250px;
    font-family: arial;
    text-transform: uppercase;
    font-size: 14px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

a.hotlie {
    position: fixed;
    bottom: 45px;
    left: 2px;
    background: red;
    color: #fff;
    display: none !important;
    padding: 3px;
    font-weight: bold;
    font-size: 13px;
    display: none;
    z-index: 999;
    border-radius: 15px;
    padding-right: 10px;
}

a.hotlie i {
    background: #960a0a;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 22px;
    margin-right: 5px;
}

.f-block.home ul li ul {}

.f-block.home ul li {}

.f-block.home {}

.f-block.home .f-block-title span {
    7: none color: #0206e7;
    7: bold
}

.img-dm {
    height: 275px;
    position: relative;
    overflow: hidden;
    display: none;
}

.img-dm img {
    width: 100%;
    display: none;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}


a.name-dm {
    margin-top: 3px;
    text-align: center;
}

a.v2_bnc_item_avatar,
a.owl_item_slideshow {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 210px;
    transition: all 0.3s;

}

a.owl_item_slideshow {
    display: none;
}

a.v2_bnc_item_avatar {}

.v2-home-pr-item-cat:hover a.v2_bnc_item_avatar,
.v2-home-pr-item:hover a.v2_bnc_item_avatar {
    /* opacity:0; */
    /* visibility:hidden; */
}

.v2-home-pr-item-cat:hover a.owl_item_slideshow,
.v2-home-pr-item:hover a.owl_item_slideshow {
    opacity: 1;
    visibility: visible
}

li.listpr {

    padding: 0 15px;
}

.img-dm:hover img {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.f-menutop .f-menutop-ul>li>a.firstlink i.fa-caret-down {
    display: inline-block;
    padding-left: 8px;
}

ul#f-pr-tab-home li.active a span {
    border: 1px solid #fff;
    padding: 6px;
}

.v2-tabhome-name span:before {

    left: 114px !important;
}

.v2-tabhome-name span:after {

    right: 114px !important;
}

.bg-intro .f-block-title span:before {
    left: 130px !important;
}

.bg-intro .f-block-title span:after {
    right: 130px !important;
}

.bg-intro .f-block-title span {
    color: #333 !important;
    position: relative;
    padding-bottom: 32px !important;
    margin-bottom: 10px !important;
}

.bg-intro .f-block-title {
    text-align: center;
}

.headerbottom1.fixed {
    /* position: fixed; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* z-index: 999; */
    /* background: whitesmoke; */
}

.img-dm:hover a.viewmore {
    display: block !important;
}

.language ul li {
    display: inline;
    margin-left: 10px;
}

.headerbottom1.fixed #logo img {
    max-width: 83px;
}

.fixed .f-menutop {}

.f-pr-image-zoom-gallery a {
    display: block;
    margin: 0 5px;
    height: 90px;
}

.f-pr-image-zoom-gallery {
    margin-top: 15px;
}

li.value.paymentColor.ab span {
    width: 50px !important;
    height: 35px !important;
    text-indent: 0 !important;
    line-height: 33px;
    text-align: center;
    color: #0205e7;
    border: 1px solid transparent;
    border: none !important;
}

li.value.paymentColor.ab {}

.wrap {
    background: #fff;
    position: relative;
    padding: 0 15px 0px 15px;
}

.slidetop {
    clear: both;
}

a#BNC_btn_search {
    background: none;
}

.headder-bottom input {
    padding: 12px 5px;
}

.top-menu-sub ul li a:hover {
    background: #459c6f !important;
}

.v2-home-catepr-showul,
.f-product {}

.v2-home-catepr-showli,
.f-product li {}

.v2-home-catepr {
    margin-bottom: 15px;
}

.f-ctn-center {}

.f-block-title-botmo {
    text-align: center;
}

.f-block-title-botmo span {
    color: #1f9c6e;
    font-size: 18px;
    padding: 8px 10px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}

.f-block .owl-pagination {
    display: none;
}

.title-page {
    border-bottom: 1px solid #1f9c6e;
    margin-bottom: 10px;
}

.title-page h1 {
    display: inline-block;
    background: #1f9c6e;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.hotline_top {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px 2px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 46px;
    left: 15px;
    width: 175px;
    display: none;
    border-radius: 28px;
    background: #000;
    z-index: 999;
}

.icon_img {
    float: left;
    padding: 5px 10px;
    height: 40px;
    background: white;
    border-radius: 20px 0 0 20px;
}

.icon_img img {
    max-width: 25px;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}

.hotline_content {
    float: left;
    padding: 10px 10px;
    height: 40px;
    color: white;
}

.hotline_content a {
    color: white;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.hotline_content h4 {
    margin-top: 0;
    font-size: 17px;
}

a.quickview {
    background: #000;
    color: #fff;
    padding: 10px 8px;
    position: absolute;
    left: 0;
    z-index: 11;
    top: 40%;
    text-align: center;
    font-size: 17px;
    display: none;
    right: 0;
    border-radius: 50%;
    margin: auto;
    width: 40px;
    height: 40px;
}

.v2-home-pr-item-cat:hover a.quickview {
    display: none;
}

.v2-home-pr-item-action-buy:hover {
    background: red;
    color: #fff;
}

.v2-home-pr-item:hover .quickview {
    display: block;
}

.thongtin-login {
    float: right;
}

.v2-home-pr-item-cat:hover img,
.v2-home-pr-item:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.f-product-view-tab .tab-content img {
    max-width: 100% !important;
    height: auto;
}

.phonef {
    float: right;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

.phonef i {
    background: #fef100;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-top: -10px;
    float: left;
    color: #000;
    font-size: 20px;
    line-height: 40px;
    border-radius: 30px;
    text-align: center;
}

.col-md-5.col-sm-5.col-xs-12.rightht {}

.ico-ph {
    float: left;
    margin-left: 12px;
    font-size: 19px;
}

.phonef i.fa-envelope {
    margin-top: -10px;
}

.phonef.mailes {
    margin-top: 29px;
}

.f-menutop>.f-menutop-ul>li:nth-child(1) a {
    background: #215967;
}

.f-menutop>.f-menutop-ul>li:nth-child(2) a {
    background: #ff6600;
}

.f-menutop>.f-menutop-ul>li:nth-child(3) a {
    background: #006600;
}

.f-menutop>.f-menutop-ul>li:nth-child(4) a {
    background: #c00000;
}

.f-menutop>.f-menutop-ul>li:nth-child(5) a {
    background: #ffff00;
    color: #000;
}

.f-menutop>.f-menutop-ul>li:nth-child(6) a {
    background: #ff3399;
}

.f-menutop .f-menutop-ul>li>a:hover {
    /* background: #fef100; */
    /* color: #fff; */
}

.v2-tabhome-title-new {
    border-bottom: 2px solid #1f9c6e;
    text-align: left;
}

a.left.carousel-control,
.carousel-control.right {
    display: none;
}

ul.f-block-news-menu {}

.f-block-body ul li:last-child {
    border-bottom: navajowhite;
}

.right-ctn {
    float: right;
}

div#sidebar {}

/*************/
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    color: #fff;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.42);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>div {
    width: 43%;
    position: relative;
    margin: 5% auto;
    z-index: 9999;
    padding: 10px;
    background-color: #f5b122;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.close {
    background: #ccc;
    color: #333;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -9px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.close:hover {
    background: #ee3967;
    color: #fff;
}

/**************/
a.close {
    z-index: 111;
    position: absolute;
    opacity: 1;
}

div#openModal h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.menu-bottom {
    position: relative;
    z-index: 1;
}

.form_1title_ {
    display: none;
}

.form-order input {
    padding: 5px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    background: #fff;
    height: 36px;
}

.form-order textarea {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 10px;
}

.form-order input[type="submit"] {
    text-align: center;
    display: inline-block;
    border: none;
    padding: 9px 35px;
    background: yellow;
    color: #bb5e0bfa;
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

.form-order label {
    text-align: left;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    margin: 10px 0;
}

div#openModal p.smekd {
    font-weight: bold;
    text-align: center;
    margin: 10px 0;
}

button.close {
    z-index: 11;
    background: #d46a10;
    position: absolute;
    opacity: 1;
}

button.btntuvan.btn.btn-primary.btn-lg,
.title-dt span {
    text-transform: uppercase;
    background: #d46a10;
    border: none;
    border-radius: 0;
}

button.btntuvan.btn.btn-primary.btn-lg:hover {
    background: #1d916e;
}

.modal-content {
    background: #1f9c6e;
}

.modal-header h2 {
    text-align: center;
    color: yellow;
    text-transform: uppercase;
}

.modal-header {
    color: #fff;
    padding: 0;
}

.modal-content p {
    color: #fff;
    font-size: 17px;
}

.module_cate-left ul li {
    width: 100%;
}

.f-block-body ul li ul li {
    margin-bottom: 0;
    position: relative;
}

.f-block-body ul li ul {
    border: 1px solid #ccc;
    display: none;
}

.f-block-body ul li ul li:last-child a {
    border-bottom: none;
}

.menuleft ul li.active ul {
    /* display: block; */
}

.change_price p {
    float: left;
    font-weight: bold;
    width: 115px;
    margin-top: 16px;
}

.change_price ul {
    border-bottom: none;
}

.change_price ul li a {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-right: 9px;
    font-size: 16px;
    color: #333;
}

.change_price ul li.active a,
.change_price ul li:focus a,
.change_price ul li a:focus {
    border: 1px solid #1f9c6e;
}

.change_price ul li a:hover {
    color: #fff;
    background: #1f9c6e;
}

.change_price ul li.active a:hover {
    background: #1f9c6e;
    border-bottom: 1px solid #1f9c6e;
    color: #fff;
}

.price-ex.price.price_sale {
    border-top: 1px solid #0364ab;
    border-bottom: 1px solid #0364ab;
    font-size: 24px;
    font-weight: bold;
    color: red;
    margin: 10px 0;
    padding: 5px 0;
}

.des-van-tat {
    margin: 10px 0;
}

.pos_adv1 {
    background: url(https://cdn-img-v2.webbnc.net/media/10846/bg3.jpg);
    padding: 50px 0;
    margin-bottom: 15px;
    background-position: center;
    background-size: 100% auto;
}

a.adv-left {
    position: relative;
    /* display: block; */
    /* overflow: hidden; */
}

a.adv-left img {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

a.adv-left:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.fone,
.mailes {
    color: #fff;
    /* font-weight: bold; */
    margin-right: 15px;
    float: right;
    font-size: 12px;
}

.slidetop img {
    width: 100%;
}

.adv9 img {
    width: 100%;
}

.f-block-body ul li ul li ul {
    position: absolute;
    left: 100%;
    z-index: 11;
    display: none !important;
    top: -1px;
    background: #fff;
    width: 250px;
}

.f-block-body ul li ul li:hover ul {
    display: block !important;
}

.fone span {
    font-weight: bold;
    margin: 0 5px;
}

.tieude_fa {
    background: #d7a949;
    padding: 5px 10px 7px 19px;
    margin: 0;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    color: #ffffff;
    width: 263px;
    text-transform: uppercase;
}

.facebook_1 {
    z-index: 10999;
    -webkit-animation: fadeinright 2.4s;
    -moz-animation: fadeinright 2.4s;
    -ms-animation: fadeinright 2.4s;
    -o-animation: fadeinright 2.4s;
    animation: fadeinright 2.4s;
    position: fixed;
    padding: 0;
    top: 216px;
    left: 3px;
    margin-left: -218px;
    width: auto;
    background: none;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    border-radius: 5px 5px 0 0;
    background: #fff;
}

.facebook_1:hover {
    margin-left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.drive_file {
    position: fixed;
    z-index: 999;
    top: 137px;
    right: 5px;
    -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    */-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
    /* animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out; */
}

.drive_file a img {
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.drive_file a img:hover {
    transform: rotate(360deg);
}


@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-moz-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-o-keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes coccoc-alo-circle-anim {
    0% {
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes coccoc-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes coccoc-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}


.contact_right {
    z-index: 10999;
    -webkit-animation: fadeinright 2.4s;
    -moz-animation: fadeinright 2.4s;
    -ms-animation: fadeinright 2.4s;
    -o-animation: fadeinright 2.4s;
    animation: fadeinright 2.4s;
    position: fixed;
    padding: 0;
    top: 230px;
    right: 0;
    margin-right: -170px;
    width: auto;
    background: none;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 5px 5px 0 0;
    background: #fff;
    /* border: 1px solid lightpink; */
    width: 229px;
}

.contact_right:hover {
    margin-left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    margin-right: 0;
}

.contact_right_title span {
    background: #d7a949;
    color: white;
    display: block;
    font-size: 16px;
    padding: 11px 25px;
}

.contact_right_content {
    padding-top: 10px;
}

.contact_right_content .row1 {
    height: 30px;
    padding-left: 15px;
}

.contact_right_content .row1 span {
    padding-left: 15px;
}

.contact_right_content .row1 span a {
    color: #919191;
}

.contact_right_content .ctr_cont {
    padding: 10px;
    width: 96%;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #1f9c6e;
}

.contact_right_content .ctr_cont p span {
    color: white;
    font-size: 12px;
}

.contact_right_content .ctr_cont p span:nth-child(2) {
    display: block;
    float: right;
}

.f-block-dmsp li.active ul {
    display: block;
}

.f-block-dmsp .menuleft .block_dmsp_item.yeah4>ul {
    display: block;
}

.f-block-dmsp .menuleft>ul>.block_dmsp_item.yeah2>ul {
    display: block;
}

ul#f-pr-page-view-tabid li:last-child {
    display: none;
}

.title-dt span {
    padding: 9px 16px;
    font-size: 18px;
    line-height: 1.33;
    color: #fff;
}

.title-dt {
    margin-top: 16px;
    margin-bottom: 10px;
    display: block;
}

.f-cate-ul li:nth-child(4n+1) {
    clear: both;
}

.contact_right_title span i {
    font-style: normal;
    padding: 0 4px;
}


.contact_right:hover .contact_right_title span {
    padding: 8px 0;
}

.bota_cate_title h2 {
    border-bottom: 1px solid #1f9c6e;
    margin-bottom: 10px;
}

.bota_cate_title h2 a {
    display: inline-block;
    background: #1f9c6e;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.bota_category_item {
    margin: 5px 0;
}

.bota_category_item h3 {
    background: #f2f2f2;
    border: 1px solid #eee;
    font-size: 13px;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #333;
    margin: 0;
}

.bota_category_img_item {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}

.bota_category_img_item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* Mobile responsive */
@charset "utf-8";
/* CSS Document */

/* Large desktops and laptops */
@media (min-width:768px) {
    .searhtop {
        margin: 17px 0;
    }

    .rightht {
        float: right;
        margin: 40px 16px;
    }

    .v2-home-catepr-showli {
        width: 20%;
    }

    li.listpr {
        width: 20%;
        float: left;
        padding: 0 15px;
    }

    .f-menutop .f-menutop-ul>li:hover .top-menu-backgroud {
        opacity: 1;
        visibility: visible;
    }

    .f-menutop>.f-menutop-ul>li i {
        display: none;
    }

    .f-ctn-center.home {}

    .mainchild {}

    div#fast-container {}

    .container {
        width: 100%;
    }

    .top-menu-sub ul li:hover ul {
        display: block;
    }

    .f-miniCart-miniv2:hover .miniCart-body {
        display: block;
    }
}

@media (min-width:568px) {
    .viewlist .v2-home-pr-item-boxdetail {
        margin-left: 210px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 92%;
        position: relative;
    }

    .introduce1 .f-news-bl:before {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(../imgs/beforesp.png) no-repeat;
        height: 24px;
        width: 1060px;
        background-size: 1064px 24px;
    }

    .introduce1 .f-news-bl:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(../imgs/aftersp.png) no-repeat;
        height: 24px;
        width: 1060px;
        background-size: 1064px 24px;
    }

    .carousel-control.left {
        z-index: 9;
    }

}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .searhtop {
        width: 36%;
    }

    .header-top-top {
        height: auto;
        line-height: 22px;
    }

    .block-option-top p {
        font-size: 12px;
        font-weight: normal
    }

    .prpage.v2-home-pr-item:hover {
        -webkit-box-shadow: 0px 0px 15px #ccc;
        box-shadow: 0px 0px 15px #ccc;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    #myslide {
        height: auto;
    }

    .f-slider {
        height: auto;
    }

    .introduce1 .f-news-bl:before {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(../imgs/beforesp.png) no-repeat;
        height: 24px;
        width: 1060px;
        background-size: 933px 24px;
    }

    .introduce1 .f-news-bl:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(../imgs/aftersp.png) no-repeat;
        height: 24px;
        width: 1060px;
        background-size: 933px 24px;
    }

    .menuduoi .f-menutop .f-menutop-ul>li>a.firstlink {
        padding: 0px 8px 0;
    }

    .v2-hometab-news-small-img {
        height: auto;
    }

    .f-news .f-news-item .f-news-item-img {
        height: auto;
    }

    .carousel-control.left {
        z-index: 9;
    }

    .f-album li .f-album-item-img:before {
        background: url(../imgs/bg_top.png)no-repeat;
        width: 276px;
        height: 37px;
        position: absolute;
        top: 0px;
        left: -8px;
        content: '';
        background-size: 219px;
    }

    .f-album li .f-album-item-img:after {
        background: url(../imgs/bgbottom.png)no-repeat;
        width: 276px;
        height: 37px;
        position: absolute;
        bottom: -10px;
        left: -8px;
        content: '';
        background-size: 219px;
    }

    .carousel-caption h1 {
        font-size: 18px;
    }

    .titleblockproduct .f-block-body ul.f-block-news-menu>li {
        padding-right: 0px !important;
    }

    .main1 .titleblockproduct .f-block-news-menu {
        height: 505px;
        overflow: hidden;
    }

    .stlyeblocktitle {
        font-size: 16px !important
    }

    .titleblockproduct .f-block-title h2>span {
        font-size: 12px;
    }

    .sanphammoi {
        display: none;
    }

    .footerdelivery .block-bottom .f-block-body ul.f-block-news-menu>li {
        height: 138px;
    }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    .miniv2-toolbar-name {
        float: right;
    }

    a.miniv2-toolbar-barclick {
        width: auto;
    }

    span.miniv2-toolbar-count {
        display: none;
    }

    .f-menutop .f-menutop-ul>li>a.firstlink {
        font-size: 13px;
    }

    #myslide {
        height: auto;
    }

    .f-slider {
        height: auto;
    }

    .introduce1 .f-news-bl:before {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(../imgs/beforesp.png) no-repeat;
        height: 24px;
        width: 1060px;
        background-size: 713px 24px;
    }

    .introduce1 .f-news-bl:after {
        position: absolute;
        bottom: 0px;
        left: 0px;
        content: '';
        background: url(../imgs/aftersp.png) no-repeat;
        height: 24px;
        width: 1060px;
        background-size: 711px 24px;
    }

    .v2-hometab-news-small-img {
        height: auto;
    }

    .f-news .f-news-item .f-news-item-img {
        height: auto;
    }

    .f-center-module .f-center-title .nav-tabs a {}

    .header .news-top ul {
        display: none;
    }

    .carousel-control.left {
        z-index: 99999999;
    }

    .stylegotop {
        display: none;
    }


    .marginselect {
        margin-bottom: 15px;
    }

    .f-center-module .f-center-title .nav-tabs a h2 {
        font-size: 12px;
    }

    .form-control {
        margin-bottom: 10px;
    }

    .sidebar {}

    .styleheadertop {}

    .floatleft {
        float: left;
    }

    .stylesearchbox {
        position: absolute;
        top: -6px;
        right: -15px;
        width: 100%;
    }

    .search-area .control-group {}

    .carousel-caption h1 {
        font-size: 18px;
    }

    .danhmuctop {
        display: none
    }

    .titleblockproduct .f-block-body ul.f-block-news-menu>li {
        padding-left: 10px !important;
        padding-right: 0px !important;
    }

    .titleblockproduct .f-block-body ul.f-block-news-menu>li:before {
        display: none;
    }

    .sanphammoi {
        display: none;
    }

    .titleblockproduct {
        position: relative;
        margin-top: -63px;
        z-index: 99;
    }

    .titleblockproduct h2 {
        font-size: 10px;
    }

    .titleblockproduct .f-block-body {
        margin-top: 46px;
    }

    .main1 .titleblockproduct .f-block-news-menu {
        height: 374px;
        overflow: hidden;
    }

    .hiddenblock {
        display: none;
    }

    .blocknoibat1 {
        display: none;
    }

    .titleblockproduct .f-block-title h2>span {
        font-size: 10px;
    }

    .titleblockproduct .f-block-body ul.f-block-news-menu>li a {
        font-size: 10px;
    }

    .titleblockproduct .f-block-body ul.f-block-news-menu>li:hover .background-option-1 {
        display: none !important;
    }

    .titleblockproduct .f-block-body ul.f-block-news-menu>li:hover .background-option-1 {
        display: none !important;
    }

    .f-block .f-block-body ul.f-block-news-menu>li:hover>ul {
        display: none;
    }

    .footerdelivery .block-bottom .f-block-body ul.f-block-news-menu>li {
        height: 138px;
    }

    #logo {
        margin-top: 15px;
    }

    .header-top-top {
        height: auto;
    }
}

@media (max-width:991px) {
    a.adv-left {
        height: auto
    }

    .searhtop {
        width: 35%;
    }

    .block-option-top p {
        font-weight: normal;
        font-size: 12px;
        line-height: 22px;
        margin-top: 12px;
    }

    .f-ctn-center.home {
        padding-right: 10px;
        padding-left: 10px;
    }

    ul.f-block-top-news-menu li a span {
        display: block;
        line-height: normal;
        margin-top: 5px;
        float: none;
    }

    ul.f-block-top-news-menu li a {
        color: #fff;
        display: block;
        text-align: center;
    }

    ul.f-block-top-news-menu li img {
        height: auto;
        width: 20px;
        height: 20px;
        float: none;
        padding: 0;
        margin: auto;
    }

    .header-top-top {}
}

@media (max-width: 767px) {

    .facebook_1,
    .contact_right {
        display: none
    }

    .adv1 {
        width: 33.3333%;
        float: left;
    }

    .thongtin-login {
        display: none
    }

    .f-footer {

        background-size: cover !important;
    }

    .f-footer-nav>li {
        padding: 0;
    }

    .content-footer {
        padding-top: 54px;
    }

    a.adv-left {
        margin-bottom: 10px;
        height: auto;
    }

    .pos_adv1 {
        padding: 15px 0px;
    }

    .rightht {
        display: none;
    }

    .f-miniCart-miniv2 {
        margin-right: 15px;
        margin-top: 10px;
    }

    .social-links {
        display: none;
    }

    .searhtop {
        /* margin: 0 15px; */
        /* padding: 0; */
        width: 100%;
        clear: both;
    }

    .f-ctn-center {
        /* padding:0; */
    }

    .advtop {
        display: none;
    }

    .f-product-view-tab-body {
        padding: 10px 0;
    }

    .f-product-view-other ul {
        margin: 0;
    }

    .f-product-view-other ul li {
        width: 50%;
        padding: 0 6px;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        float: left;
    }

    .glyphicon-chevron-right:before,
    .glyphicon-chevron-left:before {
        left: -35px;
    }

    .glyphicon-chevron-right:after {
        left: -37px;
    }

    .glyphicon-chevron-left:after,
    .glyphicon-chevron-left:before {
        left: -4px;
    }

    li.listpr {
        width: 50%;
        /* padding: 0 6px; */
        float: left;
        /* border-right: 1px solid #eee; */
        /* border-bottom: 1px solid #eee; */
        /* border-top: 1px solid #eee; */
    }

    .img-dm {
        height: 260px;
    }

    .stylelogo {
        float: left;
    }

    .menutop {
        position: absolute;
        right: 40px;
        top: -13px;
    }

    .f-block.home ul li {
        width: 50%
    }

    a.hotlie {
        display: block;
    }

    .zoomContainer {
        z-index: -1;
        position: relative;
        display: none;
        overflow: hidden;
    }

    .zoomWrapper {
        /* z-index: -1; */
        position: relative;
        /* width: 100% !important; */
        height: auto;
    }

    .zoomWrapper:before {
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        background: transparent;
        z-index: 1;
    }

    .zoomWrapper img {
        height: auto !important
    }

    .f-pr-image-zoom:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 11;
    }

    ul.f-cate-ul li {
        width: 50%;
    }

    .qcadv9 {
        width: 100%;
        float: left;
        margin-bottom: 13px;
    }

    .img-tow {
        margin-top: -2px;
        width: 15%;
        float: left;
    }

    .mt-adv9 {
        width: 79%;
        float: left;
    }

    .carousel-indicators {
        width: 100%
    }

    .form-online {
        padding: 15px;
    }

    .slide-brands {
        padding: 15px;
    }

    .qc-adv-five,
    .form-online,
    .form_custom_1_input_0,
    .form_custom_1_input_1,
    .form_custom_1_input_2,
    .form_custom_1_input_3 {
        width: 100%;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 0;
    }

    .f-feedback-home-title {
        margin-top: 10px;
        font-size: 22px;
    }

    .item-two {
        margin-bottom: 20px;
    }

    .bg-intro {
        padding: 10px 0;
    }

    .short-ct,
    .tit-adv-two h2 {
        font-size: 35px;
    }

    div#logo img {
        display: inline-block;
    }

    a.hotlinebot {
        display: none;
    }

    ul.f-block-top-news-menu li a span {
        display: none;
    }

    .block-option-top {
        /* display: none; */
        text-align: center;
    }

    div#notify-box {
        display: none;
    }

    ul.styleheadertop,
    ul.login-bar li {
        float: none;
        display: none;
    }

    ul.f-block-top-news-menu {
        display: table;
        width: 100%;
    }

    ul.f-block-top-news-menu li {
        float: none;
        display: table-cell;
        vertical-align: middle;
        padding: 0 6px;
    }

    .shopcart {
        float: none;
    }

    .f-menutop-name {
        display: block;
        position: absolute;
        top: 30px;
        left: -5px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .f-menutop-name i {
        display: block;
        width: 35px;
        height: 35px;
        color: #fff;
        font-size: 25px;
        position: relative;
    }

    a.viewmore {
        display: block !important
    }

    .f-menutop-name i:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    span.vnd-sum {
        display: none
    }

    .headder-bottom {
        margin-bottom: 5px;
        clear: both;
        /* margin: 15px; */
        width: auto;
    }

    .list-sr {
        padding: 0;
    }

    .fixed .f-menutop {
        top: -9px;
    }

    .f-menutop {
        /* margin: 0; */
        /* position: absolute; */
        /* text-align: right; */
        /* top: 0; */
        /* right: 0; */
    }

    ul.f-menutop-ul {
        position: absolute;
        top: 42px;
        display: none;
        z-index: 999;
        /* background: #000; */
        width: 250px;
        border: 1px solid #ccc;
        right: -23px;
    }

    ul.f-menutop-ul li {
        float: none !important;
        text-align: left;
        position: relative;
        width: 100% !important;
    }

    .f-menutop .f-menutop-ul>li>a.firstlink {
        font-weight: normal;
        line-height: 22px;
        border-bottom: 1px dotted #ccc;
        padding: 8px;
        text-transform: uppercase;
    }

    ul.f-menutop-ul li i {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
        display: block;
        background: #333745;
        height: 38px;
        width: 39px;
        text-align: center;
        line-height: 38px;
    }

    .top-menu-backgroud {
        opacity: 1;
        visibility: visible;
        position: static;
        display: none;
    }

    .top-menu-sub ul li ul {
        position: static;
        padding-left: 10px;
        display: none;
    }

    .top-menu-sub ul li a {
        background: none;
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 10px 25px 10px 25px;
        color: #fff;
        border-bottom: 1px solid #f4f4f4;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
    }

    .qc-below-slide img {
        float: none;
        width: 100%;
        padding: 0;
    }

    .tab-content .owl-pagination {
        display: none;
    }

    .tab-content .owl-theme .owl-controls {
        margin-top: 0;
    }

    ul.v2-home-catepr-tabul {
        display: none;
    }

    .v2-home-pr-item {
        padding: 0;
        border: none;
        margin-top: 6px;
    }

    div#logo {
        padding: 0 65px;
    }

    .search-area .input-group {
        width: 100%;
    }
}

@media (max-width:768px) and (min-width:561px) {
    .menu-tren {
        padding-left: 0;
        margin-top: -1px;
    }

    div#search-box {
        padding-right: 0;
    }

    .headder-bottom {
        display: table;
        width: 100%;
    }

    div#logo img {
        display: inline-block;
    }

    .f-product-view-info-image {
        clear: both;
    }
}

@media (max-width:480px) {
    .headder-bottom input {
        font-size: 11px;
    }

    .v2-home-pr-item-img-cat {
        margin-top: 6px
    }

    .prpage .v2-home-pr-item-img,
    a.v2_bnc_item_avatar,
    a.owl_item_slideshow,
    .v2-home-pr-item-img-cat {
        height: 180px;
    }

    .v2-home-pr-item-img {
        height: 180px;
    }

    .f-block.home ul li {
        width: 100%
    }

    ul.f-cate-ul li {
        width: 50%;
    }

    .fanpage {
        clear: both;
    }

    .v2-home-catepr-showli {
        /* width: 50%; */
        /* padding: 0 6px; */
        /* width: 50%; */
        /* padding: 0 6px; */
        /* border-right: 1px solid #eee; */
        /* border-bottom: 1px solid #eee; */
        /* border-top: 1px solid #eee; */
    }

    div#search-box {
        width: 100%;
        margin: 10px 0;
        padding: 0;
    }

    .menu-tren {
        width: 100%;
        padding: 0;
    }

    ul.f-product-viewid li {
        /* width: 50%; */
        width: 50%;
        /* padding: 0 6px; */
        /* border-right: 1px solid #eee; */
        /* border-bottom: 1px solid #eee; */
        /* border-top: 1px solid #eee; */
    }

    .miniCart-body {
        position: absolute;
        z-index: 9999;
        right: -20px;
        top: 100%;
        width: 300px;
        background: #fff;
        display: none;
        padding: 50px 0;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    }

    .miniCart-body:before {
        right: 31px;
    }
}

.menutop.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}
ul.f-cate-ul li h2 a img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.search-border button.btn-default {
    border: 0;
    margin-left: 0;
}
.row.mb-10 {
    margin-bottom: 10px;
}
textarea {
    max-width: 100%;
    outline: none;
}
.f-contact-form input[type="submit"] {
    text-align: center;
    display: inline-block;
    border: none;
    padding: 9px 35px;
    background: #be393e;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.f-contact-form .form-label {
    font-weight: bold;
}
@media(min-width: 1200px) {
    .f-product li:nth-child(4n) {
        clear: right;
    }
    .f-product li:nth-child(4n+1) {
        clear: left;
    }
}