@font-face {
   font-family: 'maki';
   src: url(../fonts/maki.woff);
}
.hdmain
{
    border-bottom: 1px solid white;
    background: #000000;
}
.header-main
{
    position: relative;
    display: block;
    z-index:123;
    padding: 0;
}
.header-main>div:nth-child(1)
{
    /* margin-top: -20px; */
}
.hdmain.fix-header .header-main>div:nth-child(1)
{
    margin-top:0;
}
.hdmain.fix-header .header-main>div:nth-child(1) a img
{
    max-width: 100px;
    margin: 0 auto;
}
.hdmain.pagedetail
{
    /* background:black; */
}
.header-main.pagedetail
{
    position:relative;
    /* padding-bottom: 20px; */
}
.hdmain.fix-header .header-main.pagedetail
{
    padding-bottom:0;
}
.hdmain.fix-header
{
    top: 0;
    display: none;
    position:fixed;
    padding-top:0;
    z-index: 9999999;
    background-color: #2CC068;
    width: 100%!important;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5.0s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5.0s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    box-shadow: 0 0 5px #BDBDBD;
    -moz-box-shadow: 0 0 5px #BDBDBD;
    -webkit-box-shadow: 0 0 5px #BDBDBD;
}
.hdmain.fix-header .header-main>div:nth-child(1)
{   
    width: 15%;
}
.hdmain.fix-header .header-main>div:nth-child(1) .logo img
{
    padding-top:10px;
}
.hdmain.fix-header .header-main>div:nth-child(2)
{
    width:68.333333333333336%;
    padding: 0;
}
.hdmain.fix-header .header-main
{
    padding-top:0;
    position: relative;
}
.menu-top-custom
{padding: 0;position: initial;margin-top: 14px;}
.menu-top-custom .navbar-nav
{
    list-style:none;
    display: table;
    margin-bottom: 0;
}
.menu-top-custom ul>li
{
    list-style:none;
    float:left;
    position: inherit;
}
.body-backdrop {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    background: rgba(0, 0, 0, 0.6);
}
.menu-top-custom .navbar-nav>li:hover>a
{
    background: #FBFBFB;
    border-top: 2px solid #020202;
    color: #333333;
}
.top-menu-new
{
    width: 97.5%;
    position:absolute;
    background: white;
    border: 1px solid #E0E0E0;
    top: 66px;
    z-index: 10;
    left: 0;
    display: none;
    opacity: 0;
    transform: scaleY(0.9);
    -webkit-transform: scaleY(0.9);
    -moz-transform: scaleY(0.9);
    transition: 
    -webkit-transform 500ms ease 0ms;
    -webkit-transition: 
    -webkit-transform 500ms ease 0ms;
    -moz-transition: 
    -moz-transform 500ms ease 0ms;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
.hdmain.fix-header .top-menu-new
{
    top: 62px;
}
.top-menu-new ul
{
    background-color: rgba(255, 255, 255,0.1);
    width: 100%;
    padding: 15px;
}
.menu-top-custom .navbar-nav>li:nth-child(6) .top-menu-new
{
    width: auto;
    left: auto !important;
}
.menu-top-custom .navbar-nav>li:nth-child(6) .top-menu-new ul li
{
   float:none; 
}
.top-menu-new ul li ul li
{
    float:left;
    width: 100%;
}
.f-bg-base
{
    background:none;
}
.top-menu-new>ul>li>.f-bg-base
{
    background:none;
    display: block;
    padding: 0px 20px 5px 0px;
    color: #6B6B6B;
    text-transform: uppercase;
    /* font-family: Lato; */
    font-weight: bold;
    font-family: 'Myriad Pro',Helvetica,sans-serif;
}
.top-menu-new>ul>li>ul
{
    display:table;
}
.top-menu-new ul li ul li a
{
    font-size: 13px;
    text-transform: none;
    color: #6F6F6F;
    display: block;
    padding: 5px 0;
    float: none;
    /* border-bottom: 1px solid #E2E2E2; */
    width: 100%;
}
.menu-top-custom .navbar-nav>li:hover .top-menu-new
{
  display:block;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  left: 15px;
  opacity: 1;
  display: block;
}
.menu-top-custom .navbar-nav>li>a
{
    border-top:2px solid transparent;
    text-transform:uppercase;
    padding: 15px 12px;
    color: #FFFFFF;
    font-size: 14px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    font-family: 'Myriad Pro',Helvetica,sans-serif;
}
.menu-top-custom .navbar-nav>li.active>a
{
   
}
.hdmain.fix-header .homeno .menu-top-custom .navbar-nav>li>a
{
    color:white;
}
.hdmain.fix-header .homeno .menu-top-custom .navbar-nav>li:hover >a
{
    color: #2CC067;
}
.homeno .menu-top-custom .navbar-nav>li>a
{
    /* color: #FFFFFF; */
}
.homeno .menu-top-custom .navbar-nav>li:hover >a
{
  /* color: #2CC067; */
}
.menu-top-custom .navbar-nav>li>img
{
    position: absolute;
    z-index: 10;
    top: 69px;
    right: 16px;
    display: none;
    transform: scaleY(0.9);
    -webkit-transform: scaleY(0.9);
    -moz-transform: scaleY(0.9);
    transition: 
    
    -webkit-transform 500ms ease 0ms;
    -webkit-transition: 
    -webkit-transform 500ms ease 0ms;
    -moz-transition: 
    -moz-transform 500ms ease 0ms;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
.hdmain.fix-header .menu-top-custom .navbar-nav>li>img
{
    top: 62px;
}
.menu-top-custom .navbar-nav>li:hover >img
{
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    display: block;
}
.hdmain.fix-header .menu-top-custom .navbar-nav>li>a
{
    padding: 20px 10px;
}
.header-rightt
{
    padding:0;
}
.header-right-left
{
    width: 65%;
    float:left;
    border-radius: 3px;
    background-color: white;
    /* position: relative; */
    display: table;
    padding-top: 15px;
    border: 1px solid #EAEAEA;
    opacity: 0;
}
.hdmain.fix-header .header-right-left
{
    padding-top: 6px;
    margin-top: 14px;
    width: auto;
    margin-left: 105px;
}
.hdmain.fix-header .register
{
    display:none;
}
.register
{
    float:left;
    display: table;
    position: relative;
}
.register:after
{
    width:1px;
    height: 10px;
    content:'';
    right:0;
    background-color: #6B6B6B;
    position:absolute;
    z-index:123;
    top: 4px;
}
.register:before
{
    width:1px;
    height: 10px;
    content:'';
    background-color: #6B6B6B;
    position:absolute;
    z-index:123;
    top: 4px;
    left:0;
}
.register>span
{
   font-size: 16px;
   color: #7B7B7B;
   padding: 0 15px 12px 15px;
   display: block;
   cursor: pointer;
}
.register>span:hover
{
    color:#2CC067;
}
.register .f-block
{
    display:none;
    position: absolute;
    width: 260px;
    right: -53px;
    top: 28px;
    border: 1px solid #E8E8E8;
    margin-bottom: 0;
    border-radius: 5px 0 5px 5px;
    background: white;
    z-index: 123;
}
.register:hover .f-block
{
    display: block!important;
}
.register .f-block .f-block-title
{
    display:none;
}
.register .f-block .f-block-body .input-group
{
    width:100%;
}
.register .f-block .f-block-body button
{
    color: white;
    background: #2CC067;
    border-color: #2CC067;
    border-bottom: 2px solid #1D904B;
    float: left;
}
.register .f-block .f-block-body a.dang-ky
{
    color: white;
    display: inline-block;
    background: #2CC067;
    padding: 6.5px 15px;
    border-bottom: 2px solid #1D904B;
    border-radius: 4px;
}
.hdmain.fix-header .language
{
    display:none;
}
.language
{
    position: absolute;
    top: 0;
    right: 215px;
    padding-right: 15px;
    border-right: 1px solid #d6d6d6;
    height: 30px;
}
.language>span
{
    padding-bottom: 10px;
    display: block;
    cursor: pointer;
    margin-top: 2px;
}
.language>span:hover
{
    color:#2CC067;
}
.language>div
{
    display:none;
    position: absolute;
    border-radius: 0 0 5px 5px;
    left: -1px;
    top: 19px;
    padding-top: 5px;
    width: auto;
    width: 136px;
    z-index: 123;
    padding-top: 15px;
}
.language:hover >div
{
    display:block;
}
.language ul
{
   display: table;
}
.language ul li {
    float: left;
    margin: 0;
}
.language ul>li:hover
{
    background: #2CC067;
}
.language ul li img {
    padding: 10px 5px;
}
.language ul>li a span
{
    display: block;
    font-size: 11px;
    text-align: left;
    font-family: Lato;
    float: left;
}


.hdmain.fix-header .search>span
{
    padding: 0 10px 8px 11px;
}
.hdmain.fix-header .search>span i
{
    color:#2CC067;
    margin-top: 3px;
}
 .search span:hover
{
    color:#2CC067;
}

.hdmain.fix-header .search .input-group.search-border
{
    top: 47px;
    right: 53px;
}


.search .search-basic
{
    display:none;
}

.search .btn-default
{/* top: -1px; */padding: 0;border-color: #2CC067;text-align: center;}

.hdmain.fix-header .header-right-right
{
    width: 19%;
    margin: 14px 0;
    float: right;
}
.header-right-right
{
    width: 24%;
    float:left;
    margin-top: 15px;
    border-radius: 5px;
    background-color: white;
}
.m10 h5 {
    font-size: 16px;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 6px;
}
.modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 48%!important;
    left: 25%;
}
h3.bb1 {
    text-transform: uppercase;
}
.form_2title_ {
    font-size: 16px;
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 6px;
}
#formCustom_2 input[type="text"] {
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #ebebeb !important;
    width: 100%;
	background-color:#fff !important;
}
#formCustom_2 input[type="number"] {
    margin-bottom: 10px;
    padding: 6px;
    border: 1px solid #ebebeb !important;
    width: 100%;
	background-color:#fff !important;
}
#formCustom_2 label{
	display:none
}
#formCustom_2 button {
    background: #009241;
    border: 1px solid #009241;
    padding: 8px;
    color: #fff;
    width: 100%;
}
.wrap-cart-custom
{
    display:none;
    width: 300px;
    right: 0;
    position: absolute;
    top: 40px;
   
    z-index: 33333333333333333333333;
}
ul.car_ul li.datexe {
    background: #2c353d;
    border-right: none;
    color: #fff;
}

ul.car_ul li {
    float: left;
    padding: 8px 2px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
}
ul.car_ul i {
    padding-right: 8px;
}

.wrap-cart-custom {}
.hdmain.fix-header .wrap-cart-custom
{
    top: 34px;
}
.wrap-cart-custom .miniCart-body
{
    background-color:white;
    border: 1px solid #C5C5C5;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
}
.f-miniCart-miniv2[data-status=show] .wrap-cart-custom
{
    display:block;
    width: 300px;
    position: absolute;
    background-color: white;
    right: 0;
    top: 50px;
}
.f-miniCart-miniv2
{
    width: 42px;
    position: relative;
    right: auto!important;
    height: auto;
    border-radius: 5px;
    /* display: table; */
    /* height: 37px; */
}
.hdmain.fix-header .f-miniCart-miniv2
{
    width: 40px;
    border-radius: 3px;
}
.f-miniCart-miniv2:hover
{
    /* background: #2CC067; */
    display: table;
}
.f-miniCart-miniv2:hover .miniv2-toolbar-barclick
{
    background: rgb(0, 166, 84);
}
.f-miniCart-miniv2:hover .miniv2-toolbar-barclick:after
{
    color: black;
}
.f-miniCart-miniv2:hover .wrap-cart-custom
{
  display:block;  
}
.miniv2-toolbar-count
{
       margin-top: 0;
       position: absolute;
       top: 15px;
       right: -30%;
       background-color: #EDED13;
       border-radius: 50%;
       display: block;
       padding: 10px 0px;
       line-height: 0em;
       color: white;
       /* width: 20px; */
       /* height: 20px; */
       float: right;
}
.hdmain.fix-header .miniv2-toolbar-count
{ 
    left: 20%;
}
.miniv2-toolbar-barclick:after
{
    content:"\e835";
    position:absolute;
    top: 16px;
    left: 37%;
    font-family: 'maki';
    z-index: 123;
    color: #EDED13;
    font-size: 18px;
}
.hdmain.fix-header .miniv2-toolbar-barclick:after
{
    
left: 35%;
}
.miniv2-toolbar-barclick:hover:after
{
    color:white;
}
.option-top
{
    margin: 20px 0;
}
.option-top .f-block
{
    background: none;
    margin-bottom: 0;
    padding: 0;
}
.option-top .f-block .f-block-title
{
    display:none;
}
.option-top .f-block .f-block-body>ul
{
    display:table;
    width: 100%;
    margin-bottom: 0;
}
.option-top .f-block .f-block-body>ul>li
{
    float:left;
    width:50%;
    border-bottom: 0;
    height: 300px;
}
.option-top .f-block .f-block-body>ul>li:hover>ul
{
    display:none;
}
.option-top .f-block .f-block-body>ul>li>.img2
{
    position: absolute;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index:2;
}
.option-top .f-block .f-block-body>ul>li>.img1
{
    position: absolute;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.option-top .f-block .f-block-body>ul>li:hover .img1
{
    
z-index: 3;
}
.option-top .f-block .f-block-body>ul>li:hover .img2
{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.option-top .f-block .f-block-body>ul>li .text-info-option
{
    position:absolute;
    width: 50%;
    height:auto;
    z-index: 10;
    background:rgba(255,255,255,0.6);
    top: 33%;
    left:0;
    right:0;
    margin:0 auto;
    padding: 15px;
    text-align: center;
    border-radius: 2px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.option-top .f-block .f-block-body>ul>li:hover .text-info-option
{
    display:block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.option-top .f-block .f-block-body>ul>li .text-info-option h3
{
    margin: 0;
    text-transform: uppercase;
}
.option-top .f-block .f-block-body>ul>li .text-info-option h3 a
{
    color: #165630;
}
.option-top .f-block .f-block-body>ul>li .text-info-option span
{
    color: #252525;
}
.option-top .f-block .f-block-body>ul>li:hover .text-info-option h3 a{
    background:none;
    padding-left: 0;
}
.quangcao-index
{
    display:table;
    width: 100%;
}
.quangcao-index .quangcao-index-top
{
    display:table;
    width: 100%;
}
.quangcao-index .quangcao-index-top>div
{
    padding:0;
}
.quangcao-index .quangcao-index-top>div>a img
{
    max-height:300px;
}
.quangcao-index .quangcao-index-top>div>a
{
    position:relative;
    display: table;
}
.quangcao-index .quangcao-index-top>div>a:after
{
    z-index: 1;
    content: "";
    position: absolute;
    /* width: 100%; */
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.quangcao-index .quangcao-index-top>div>a:before
{
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    /* width: 100%; */
    top: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}
.quangcao-index .quangcao-index-top>div>a:hover:after,
.quangcao-index .quangcao-index-top>div>a:hover:before
{
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
}
.quangcao-index .quangcao-index-bottom
{
    display: table;
    /* width: 100%; */
    background-color: #2CC067;
}
.quangcao-index .quangcao-index-bottom .container
{
    width: 1140px !important;
}
.quangcao-index .quangcao-index-bottom a
{
    float:left;
    width: 33.33333%;
}
.quangcao-index .quangcao-index-bottom a img
{
    max-height: 100px;
    max-width: 100%;
}
.item-pr-xemnhieu
{
    width: 24%;
    float:left;
    height: 268px;
    margin-right: 20px;
    margin-bottom: 15px;
    position:relative;
    background-color: #F7F7F7;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
}
.bl-xem-nhieu.bl .item-pr-xemnhieu,
.bl-xem-nhieu.bll .item-pr-xemnhieu
{
    width: auto;
    margin-right: 0;
    margin: 10px;
}
.item-pr-xemnhieu:nth-child(3),
.item-pr-xemnhieu:nth-child(5)
{
    margin-right:0;
}
.best-seller
{
    padding: 0;
}
.best-seller .f-block-title
{
   width:100%;
   border-bottom: 1px solid #F5F4F4;
   margin-bottom: 10px;
}
.best-seller .f-block-title span
{
    text-transform:uppercase;
    /* font-family:Lato; */
    font-size: 14px;
    border-bottom: 2px solid #2CC067;
    padding-bottom: 5px;
    display: inline-block;
}
.item-pr-xemnhieu.one
{
    width: 48%;
    float:left;
    height: 550px;
    padding:0;
    margin-right: 20px;
}
.item-pr-xemnhieuu
{
    width:100%;
    height:100%;
}
.item-pr-xemnhieuu-box
{
    position:absolute;
    top:0;
    background-color: rgba(0,0,0,0.3);
    width:100%;
    height:100%;
    opacity: 0;
    border-radius: 5px;
}
.item-pr-xemnhieuu-box .buy_quick i
{
  color: #2CC067;
}
.item-pr-xemnhieuu-box .buy_quick i:before
{
    color:white;
}
.item-pr-xemnhieu.one .item-pr-xemnhieuu-box h2
{
    
margin-top: 40%;
}
.item-pr-xemnhieuu-box h2
{
    text-align:center;
    margin-top: 20%;
}
.item-pr-xemnhieuu-box h2 a
{
    font-size:14px;
    color:white;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
    display: block;
    margin: 0 auto;
}
.item-pr-xemnhieuu-img
{
    height:100%;
    width:100%;
}
.item-pr-xemnhieuu-img a
{
    display:block;
    width: 100%;
    height: 100%;
}
.item-pr-xemnhieuu-img a img
{
    width:100%;
    height:100%;
    margin: 0 auto;
    border-radius: 5px;
}
.item-pr-xemnhieu-box-price
{
    position:absolute;
    bottom:0;
    z-index: 1;
    background:white;
    padding:10px;
    left:0;
    border-bottom-left-radius: 5px;
}
.item-pr-xemnhieu-box-price p
{
    margin-bottom:0;
    font-weight:bold;
    font-family: Lato;
}
.item-pr-xemnhieu-box-price p.item-pr-xemnhieu-box-price-old
{   
    text-decoration: line-through;
}
.item-pr-xemnhieuu-box .f-pr-item-action
{
    height: auto!important;
    background: none!important;
    position: absolute;
    z-index: 1;
    top: 40%;
    width: 100%;
    display: inline-flex;
}
.item-pr-xemnhieu.one .item-pr-xemnhieuu-box .f-pr-item-action
{
    top: 50%;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div
{
    display: inline-block;
    margin: 0 auto;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div button,
.item-pr-xemnhieuu-box .f-pr-item-action>div>a
{
    width: 30px;
    height: 30px;
    border: 1px solid white!important;
    margin-top: 0;
    background: none;
    position: relative;
    margin-right: 5px;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div>a span
{  
    top: -4px;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div button i,
.item-pr-xemnhieuu-box .f-pr-item-action>div>a i
{
    display: block;
    font-size: 13px;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    text-align: center;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div button i
{
    top: 8px;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div button:hover,
.item-pr-xemnhieuu-box .f-pr-item-action>div>a:hover
{
  background-color: #2CC067;
}
.v2-home-pr-item-name h2

{
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    font-size: 15px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    padding: 0;
    color: #545454;
    /* border-bottom: 1px solid #ddd; */
    margin: 0;
    font-weight: normal;
    font-family: 'Myriad Pro',Helvetica,sans-serif;
}
.v2-tabhome .v2-home-pr-item
{
    border: 1px solid #D4D4D4!important;
    border-radius: 0;
    height: 290px;
}
.buy_quick .fa
{
    font-size:12px;
}
.f-pr-item-action
{
    top:0;
    height: 175px !important;
    background: rgba(0,0,0,0.4) !important;
}
.f-pr-item-action>div
{
   width: 69%;
   margin:0 auto;
   margin-top:40%;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div
{
    width: 59%;
}
.item-pr-xemnhieu.one .item-pr-xemnhieuu-box .f-pr-item-action>div
{
    width: 29%;
}
.f-pr-item-action>div #add-cart,
.f-pr-item-action>div .bncquickbuy
{
   width: 30px;
   height: 30px;
   border-radius:3px;
   border: 1px solid white!important;
   background: none!important;
   color: white!important;
   text-align: center;
   padding: 6px 3px !important;
}
.f-pr-item-action>div #add-cart:hover
{
    border: 1px solid #2CC067!important;
    background-color: #2CC067!important;
}
.item-pr-xemnhieuu-box .f-pr-item-action>div #add-cart:hover
{
     border: 1px solid #FDFDFD!important;
     background-color: #2CC067!important;
}
.v2-home-pr-item button.like-product
{
    position:relative;
}
.v2-home-pr-item button.like-product
{
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    -o-transition: 0s ease-in-out;
}
.v2-tabhome .v2-home-pr-item:hover
{
    border: 1px solid #D4D4D4!important;
    box-shadow: 0 0 10px #d4d4d4;
}
.v2-home-catepr-showul-item .f-pr-item-action .btndetail span
{   
    color: white!important;
}
.v2-home-catepr-showul-item .f-pr-item-action .like-product:hover,
.v2-home-catepr-showul-item .f-pr-item-action .btn-warning:hover
{
    border: 1px solid #2CC067!important;
    background-color: #2CC067;
}
.v2-home-pr-item-price-gr
{
    padding: 0;
}
#newsSection .click-tabs
{
    list-style:none;
    display: table;
    width: 100%;
    border-bottom: 1px solid #F5F4F4;
    margin-bottom: 10px;
}
#newsSection .click-tabs li
{
    float:left;
}
#newsSection .click-tabs li a
{
    text-transform: uppercase;
    float: left;
    display: block;
    padding: 5px;
    padding-left: 0;
    color: #313131;
    font-size: 14px;
    /* font-family: Lato; */
    /* font-weight: bold; */
    border-bottom: 2px solid transparent;
}
#newsSection .click-tabs li.active a
{   
    border-bottom: 2px solid #2CC067;
}
.item-tt,.f-album-item,.f-video-item
{
  margin: 0 10px;
  border: 1px solid #CACACA;
  border-radius: 5px;
  height: 380px;
}
.f-album-item,.f-video-item
{
    height: 300px;
    overflow: hidden;
}
.f-page-split .f-video-item,
.f-page-split .f-album-item
{
    height: 165px;
}
.item-tt:before
{
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    z-index: 1;
    background: #2CC067;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
    filter: alpha(opacity=0);
}
.item-tt:hover:before
{
    left: 10px;
    right: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
}
.item-tt a img
{
    width:100%;
    height:200px;
}
.item-tt .name-tt
{
    width: 80%;
    margin-bottom: 0;
    text-align: left;
}
.item-tt .item-tt-creat_time
{
    position: absolute;
    background: rgba(6, 6, 6,0.6);
    display: inline-block;
    height: 30px;
}
.item-tt .item-tt-creat_time span
{
    line-height: 2em;
    color: white;
    padding: 0 10px;
}
.item-tt .name-tt a
{
    font-size:16px;
    font-weight: normal;
    color: #2F2F2F;
    width: 100%;
    display: block;
    overflow: hidden;*/;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.item-tt .info
{
    padding: 0px 10px 10px 10px;
    text-align: justify;
    margin-bottom: 0;
    height: 100px;
    color: #8A8A8A;
    margin-top: 10px;
    font-size: 13px;
}
.item-tt .detail
{
    padding-left: 25px;
}
.item-tt .detail a
{
    color: #2CC067;
    font-weight: bold;
    font-family: Lato;
    position:relative;
}
.item-tt .detail a:hover
{
    color: #565656;
}
.item-tt .detail a:after
{
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f101";
    font-size: 100%;
    padding-right: 5px;
    position: absolute;
    left: -12px;
    top: 1px;
}
#news-new,#news-hot,.tab-album,.video-new-home
{
    position:relative;
}
#news-new .customNavigation,
#news-hot .customNavigation,
.tab-album .customNavigation,
.album-new-home .customNavigation,
.video-new-home .customNavigation,
.v2-tabhome .customNavigation,
.v2-home-catepr-right .customNavigation,
.tab-video-home .customNavigation
{
  position:absolute;
  top: -44px;
  z-index: 1;
  right: 0;
}
.tab-album .customNavigation
{
    top: 0;
}
.video-new-home .customNavigation
{
    top: -55px;
}
.v2-tabhome .customNavigation
{
    top:0;
}
.v2-home-catepr-right .customNavigation
{
    top: -35px;
}
#news-new .customNavigation
{
    top: -46px;
}
.tab-video-home .customNavigation
{
    top: -35px;
}
#news-new .customNavigation .btn,
#news-hot .customNavigation .btn,
.tab-album .customNavigation .btn,
.album-new-home .customNavigation .btn,
.video-new-home .customNavigation .btn,
.v2-tabhome .customNavigation .btn,
.v2-home-catepr-right .customNavigation .btn,
.tab-video-home .customNavigation .btn
{
    border-radius: 50%;
    background-color: #F1F1F1;
    padding: 5px 11px;
    margin-left: 5px;
}
#news-new .customNavigation .btn i,
#news-hot .customNavigation .btn i,
.tab-album .customNavigation .btn i,
.album-new-home .customNavigation .btn i,
.video-new-home .customNavigation .btn i,
.v2-tabhome .customNavigation .btn i,
.v2-home-catepr-right .customNavigation .btn i,
.tab-video-home .customNavigation .btn i
{
    font-size:20px;
    color: #A1A1A1;
    font-weight: bold;
    line-height: 1em;
    padding-right: 0;
    margin-top: 0;
}
.tab-content li
{
    list-style:none;
    margin-top: 0;
}
.owl-item .v2-home-catepr-showli
{
    width:auto;
    float: none;
}
.f-product-viewid.viewlist .v2-home-catepr-showli
{
    width:100%;
    /* height: 273px; */
    margin-bottom: 20px;
    border-bottom: 0;
}
.f-product-viewid.viewlist .v2-home-catepr-showli .v2-home-pr-item-imgg
{
    width: 25%;
    float:left;
    padding: 10px;
    margin-right: 5%;
}
.f-product-viewid.viewlist .v2-home-catepr-showli .v2-home-pr-item-name h2
{
    text-align:left;
    margin: 20px 0 10px 0;
}
.f-product-viewid.viewlist .v2-home-catepr-showli .v2-home-pr-item-name,
.f-product-viewid.viewlist .v2-home-catepr-showli .f-pr-item-action,
.f-product-viewid.viewlist .v2-home-catepr-showli .v2-home-pr-item-price-gr
{
    width:70%;
    float:left;
    text-align: left;
}
.f-product-viewid .v2-home-catepr-showli .v2-home-catepr-showul-item
{
    border: 1px solid #DADADA!important;
    border-width: 1px !important;
    border-radius: 5px;
}
.f-product-viewid .v2-home-catepr-showli .v2-home-catepr-showul-item:hover
{
    box-shadow: 0 0 10px #d4d4d4;
}
.f-product-viewid .v2-home-catepr-showli .f-pr-item-action>div
{
    width: 74%;
}
.f-product-view .f-product-viewid .v2-home-catepr-showli .f-pr-item-action>div
{
    width: 61%;
}
.f-product-view .f-product-viewid .v2-home-catepr-showli .f-pr-item-action
{
    height: 200px !important;
    background: rgba(6, 6, 6,0.3) !important;
}
.v2-home-catepr-showul .v2-home-catepr-showli .v2-home-catepr-showul-item
{
    border: 1px solid #DADADA!important;
    border-width: 1px !important;
    border-radius: 5px;
}
.v2-home-catepr-showul .v2-home-catepr-showli .v2-home-catepr-showul-item:hover
{
    
box-shadow: 0 0 10px #d4d4d4;
}
.v2-home-pr-item-imgg
{
    height: 175px;
    position: relative;
    margin-bottom: 5px;
}
.f-product-view-other .v2-home-pr-item-imgg
{
    height: 200px;
}
.v2-home-pr-item-imgg img
{
    /* width: 100%; */
    /* height:100%; */
    margin: 0 auto;
}
.item-pr-xemnhieuu:hover .item-pr-xemnhieuu-box
{
    opacity:1;
}
.doi-tac .customNavigation
{
    position: relative;
}
.doi-tac .customNavigation .btn
{
    border-radius: 50%;
    background-color: #000000;
    top: -67px;
    width: 35px;
    height: 35px;
}
.doi-tac .customNavigation .btn:hover
{
    background: #2CC067;
}
.doi-tac .customNavigation .btn.prevdoitacduoi
{
    position: absolute;
}
.doi-tac .customNavigation .btn.prevdoitacduoi i
{
    
}
.doi-tac .customNavigation .btn.nextdoitacduoi
{
    right: 0;
    position: absolute;
}
.doi-tac .customNavigation .btn.nextdoitacduoi i.fa.fa-angle-right
{
    padding: 0 2px;
    margin: 0;
}
.doi-tac .customNavigation .btn i
{
  color: white;
  font-size: 25px;
  line-height: 0.9em;
}
div#owldoitacduoi
{
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
}
.doi-tac .logo_bottom
{
    border-bottom: 1px solid #343434;
}
#back-top
{
    position:fixed;
    right:5px;
    bottom: 50px;
    z-index:123;
    display: none;
}
#back-top p
{
    background: #000000;
    padding: 20px 10px 10px 10px;
    border-radius:5px;
    color: white;
    text-transform: uppercase;
    display: block;
    font-family: Lato;
    position:relative;
    font-size: 11px;
    border-bottom: 2px solid #000000;
    cursor: pointer;
    margin-bottom: 0;
}
#back-top p:After
{
    content:"\f077";
    position:absolute;
    top:0;
    font-family:FontAwesome;
    right: 15px;
    font-size: 12px;
}
.f-center-module .f-center-title
{
    height:auto;
}
.f-album-tab-home
{
    list-style: none;
    width: 100%;
    display: table;
    margin-bottom: 10px;
    border-bottom: 1px solid #F5F4F4;
}
.f-album-item .f-album-item-img
{
    height:100%;
    width:100%;
}
.f-album-item .f-album-item-img a img
{
    height:100%;
    width:100%;
    border-radius:0 0 3px 3px;
    transform: scale(1);
    transition: 0.3s transform;
}
.f-album-item .f-album-item-img:hover a img
{
        opacity: 0.7;
    transform: scale(1.1);
}
.f-album-tab-home li
{
    float: left;
}
.f-album-tab-home li a
{
    display: block;
    text-transform: uppercase;
    padding: 10px 10px 10px 0;
    /* font-family: Lato; */
    color: #313131;
    /* font-weight: bold; */
    border-bottom: 2px solid transparent;
    line-height: 1em;
    font-size: 14px;
}
.f-album-tab-home li.active a
{ 
    border-bottom: 2px solid #2CC067;
}
.f-module-page-album .f-album-item
{
  margin:0;   
}
.f-module-page-album .f-album-item
{
    height: 190px;
}
.video-new-home .f-center-title
{
    width:100%;
    border-bottom: 1px solid #EFEEEE;
    margin-bottom:20px;
    height: auto;
}
.video-new-home .f-center-title span
{
    
    font-size: 16px;
    font-family: Lato;
    display: inline-block;
    line-height: 1em;
    border-bottom: 2px solid #2CC067;
    padding: 10px 0;
}
.video-new-home li
{
    list-style:none;
}
.f-video-item-title
{
    position:absolute;
    top: 40%;
    width: 94.5%;
    text-align: center;
    background: rgba(44, 192, 103,0.6);
    opacity: 0;
}
.f-page-split-body .f-video-item .f-video-item-title,
.f-page-tab .f-video-item .f-video-item-title
{
    width:100%;
    top: 35%;
}
.tab-video-home .f-video-item-title
{
    width:100%;
}
.f-video-item:hover .f-video-item-title
{
    opacity:1;
    transition:all 0.5s;
    background: rgba(44, 192, 103,0.5)!important;
}
.f-video-item-title h2
{
    margin:0;
}
.f-video-item-title h2 a
{
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    display:block;
    padding:10px 0;
}
.f-video-item .f-video-item-img
{
    height:100%;
    width:100%;
}
.f-video .f-video-item .f-video-item-img a img
{
    height: 100%;
    max-height: 100%;
}
.f-video .f-video-item
{
    height: 300px;
    margin: 0;
    margin-bottom: 10px;
}
.f-page-tab .f-video .f-video-item
{
    height:200px;
}
.tab-video-home .f-video .f-video-item
{
    margin:10px;
}
.f-video-item .f-video-item-img a img
{
    height:100%;
    width:100%;
    border-radius:0 0 3px 3px;
}
.owl-theme .owl-controls
{
    display:none!important;
}
.tab-content
{
    /* margin-top:10px; */
}
.productbreadcrumb
{
    background-image: url("../images/bkg-breadcrums.png");
    background-position: 0 0;
    background-repeat: repeat;
}
.productbreadcrumb .breadcrumb li
{
    position:relative;
}
.productbreadcrumb .breadcrumb li:before
{
    content:"\f178";
    position:absolute;
    right: -12px;
    font-family:fontawesome;
    top: 3px;
    color: #8A8A8A;
}
.productbreadcrumb .breadcrumb li:last-child:before
{
    content:'';
}
.productbreadcrumb .breadcrumb li a
{
    display:block;
    padding:5px 15px;
    font-family: arial;
    text-transform:uppercase;
    font-size: 11px;
}
#block-slider img 
{
    width:100%;
    /* height: 650px; */
}
#newsSection,
.f-center-module.tab-album,
.f-center-module.video-new-home
{
    margin-bottom:20px;
}
.tab-video-home .f-center-title
{
    display:table;
    width: 100%;
    border-bottom: 1px solid #ECECEC;
}
.tab-video-home .f-center-title>ul li
{

}
.tab-video-home .f-center-title>ul li a
{
    font-family:'Lato';
    display:block;
    padding:10px;
    padding-left: 0;
    margin: 0;
    line-height: 1em;
    height: auto;
}
.tab-video-home .f-center-title>ul li.active a
{
    border-bottom: 2px solid #2CC067;
}
.slide .carousel-control>.fa
{
    background: rgba(64, 64, 64,0.6);
    padding:0 10px;
    font-size: 50px;
}
.slide .carousel-control>.fa:hover
{
    background: rgba(255, 255, 255,0.6);
    border: 1px solid #E4E4E4;
}
.slide .carousel-control.right
{
    right: 16px;
}
#f-pr-image-zoom-gallery img
{
	margin-top:10px;
    max-height:100%;
    height: 74px;
    width: 100%;
    margin:0 auto;
}
#f-pr-image-zoom-gallery a.active img
{
    border: 1px solid #2CC067;
}
.f-page-split .f-product li
{
   padding: 15px;
}
.f-page-split .f-pr-item-action
{
    height:auto!important;
    background: none!important;
}
.f-pr-view-box-size .box-size-title
{
    float:left;
    margin-right:15px;
}
.f-product-view-info .button-small
{
    float:left;
    border:0;
    border-bottom: 2px solid #208046;
    background: #2CC067;
    margin-right: 20px;
    width: 176px;
    font-size: 15px;
    padding: 10px 6px;
}
.f-product-view-info a .button-small
{
    background: #2c353d;
       outline: none;
    border: none;
    float:left;
    width: 110px;
}
.f-miniCart-miniv2 .miniv2-toolbar-name
{
    display:table;
    /* height:  30px; */
}
.v2-dealer
{
    list-style:none;
}
.f-pr-view-box-size.soluong
{
    width: 177px;
    height: 42px;
    padding: 0;
    border: 1px solid #D6D6D6;
    float: left;
}
.f-pr-view-box-size.soluong button
{
    background:none;
    box-shadow:none;
    border:0;
    width: 50px;
}
.f-pr-view-box-size.soluong p
{
    margin-bottom:0;
    color:white;
    display:inline-block;
    cursor: pointer;
}
.f-pr-view-box-size.soluong p.tang
{
    border-left: 1px solid #D6D6D6;
}
.f-pr-view-box-size.soluong p.giam
{
    border:0;
    border-right: 1px solid #D6D6D6;
}
.f-pr-view-box-size.soluong p span
{
    position:relative;
    display: block;
    padding: 10px 10px;
}
.f-pr-view-box-size.soluong p span.tang:after
{
   content:'+';
   position:absolute;
   z-index: 123;

   top: 5px;
   left: 18px;
   font-size: 20px;
   color: black;
}
.f-pr-view-box-size.soluong p span.giam:after
{
   content:'-';
   position:absolute;
   z-index: 123;
   font-size: 20px;
   top: 5px;
   left: 22px;
   color:black;
}
.f-pr-view-box-size.soluong option
{
   box-shadow: none !important;
   background: none!important;
   height: 42px;
   padding: 10px 5px;
   width: 65px;
   display: inline-block;
   text-align: center;
}
.share
{
    display: table;
    margin-bottom: 10px;
}
.share .share-title
{
    width: auto;
    float: left;
}
.share .share-title span
{
    display: block;
    padding: 7px;
    padding-left: 0;
}
.share .share-body
{
    float: left;
    margin-top: 5px;
}
.share .share-body a
{

}
.share .share-body a i
{
    padding: 3px;
}
.share .share-body a i.fa-facebook
{

color: white;

background: #0069A3;
}
.share .share-body a i.fa-pinterest
{
    
color: white;
    
background: #0069A3;
}
.share .share-body a i.fa-twitter
{
    
color: white;
    
background: #0069A3;
}
.share .share-body a i.fa-google-plus
{
    
color: black;
    
background: #A7A7A7;
}
.f-product-view .f-product-view-tab
{
    padding:0;
    border-top: 0;
    margin-top: 40px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header
{
    border-bottom: 1px solid #DADADA;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li
{

}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li.active
{
    border: 1px solid #DADADA;
    border-bottom:1px solid white;
    border-radius:3px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li:first-child.active
{
    border-left:0;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li a
{
    background:none;
    color: black;
    text-transform:none;
    padding:10px 20px;
    font-weight: bold;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li.active a
{
   background:none;
   color: #2CC067;
}
.like-product 
{
    float:left;
    margin-left: 10px;
}
.like-product li
{
    list-style:none;
}
.like-product li i
{
    color: #FFFFFF;
    padding: 11px 15px;
    font-size: 20px;
    background: #D8D8D8;
}
.wrap-btn-buy
{
    display:table;
    margin-top:20px;
}
.pagination li.active a
{
    background: #2CC067 !important;
    border-color: #2CC067 !important;
}
.pagination li a
{
    border-radius: 3px;
    padding: 4px 10px;
}
.pagination li
{
    margin: 0 5px;
    display: block;
    float: left;
}
.f-pagging
{
    margin-bottom:20px;
}
.f-news-page-item
{
    height: 310px;
}
.f-news-page-item .f-news-page-name
{
    margin-bottom: 15px;
}
.f-news-page-item .f-news-page-name h2
{
    font-size: 16px;
}
.f-news-page-item .f-news-page-name h2 a
{
    font-weight: bold;
    color: #353535;
}
.f-news-page-item .f-news-page-item-img img
{
    max-height: 180px;
}
.f-news-page-item .f-news-page-item-text
{
    height: 185px;
}
.f-read-more
{
    position:absolute;
    right:0;
    bottom:0;
}
.f-read-more a span{
    display:block;
    padding:10px;
    background: #2CC067;
    border-bottom: 2px solid #208046;
}
.v2pagging
{
    background:none;
}
.f-page-split-body .f-album .f-album-item
{
    margin:0;
    height:190px;
}
.f-product-bl
{
    margin-top:0;
}
.f-product-chooseview
{
    margin-left: 0;
    border: 1px solid #D2D0D0;
    padding: 5px 5px;
    border-radius: 3px;
}
.f-product-chooseview a.active span
{
    color: #2CC067;
}
.f-product-chooseview a span
{
    
}
.f-product-chooseview a
{
    border-right: 1px solid #AAAAAA;
    padding: 0 6px;
}
.f-product-chooseview a:last-child
{
    border-right:0;
}
.f-product-chooseview a span
{   
    font-size: 15px;
}
.f-cate
{
    background:none;
}
.v2-filterpr
{
    margin-top: 0;
    padding: 0;
    display: table;
    background: none;
    width: 100%;
}
.f-product-custom-view span.v2-filterpr-show
{
    float:left;
    padding-top: 6px;
    margin-right: 10px;
    font-size: 13px;
}
.f-product-custom-view select
{
    float:left;
    width: 150px;
    font-size: 12px;
}

.f-product-custom-view select#limit_filter
{
    width: 65px;
}
.f-product-custom-view .sapxep
{
   float:right;
   padding: 0;
   width: 205px;
}
.f-product-custom-view .hienthi
{
    float:right;
    padding: 0;
    text-align: right;
    width: 120px;
}
.f-product-custom-view
{
    padding:0;
}
.f-product-view-info-detail.col-md-5.fix-detailproduct
{
    position:fixed;
    right: 20px;
}
.payment-top
{
    /* margin-top:100px; */
    display: table;
    width: 100%;
}
.payment-top a
{
    float:left;
    /* display:block; */
    /* width: 50%; */
}
p.short_nd a
{
    color:white;
}
.f-album .f-album-item .f-album-item-title
{
    background:none;
}
@media (min-width: 1200px) {
    .fivecolumns .col-lg-2, .fivecolumns .col-md-2 {
        width: 20%;
    }
}
@media (min-width: 992px) {
    .fivecolumns .col-lg-2, .fivecolumns .col-md-2 {
        width: 20%;
        *width: 20%;
    }
}
.padding-0 {
    padding: 0;
}
.v2-home-pr-item-name {
    padding: 0 10px;
    width: 100%;
    float: left;
    height: 65px;
    overflow: hidden;
    /* border-bottom: 1px solid #ddd; */
}
.v2-pr-item-saleof {
    position: relative;
    z-index: 1;
    background: transparent;
    font-size: 30px;
    color: #ff7a00;
    font-weight: 600;
    padding: 0;
    float: left;
    width: 25%;
    min-height: 40px;
}
.v2-pr-item-saleof span {
    font-size: 21px;
    color: #2CC067;
    font-weight: 600;
}
.v2-pr-item-view .ic_peo {
    background-image: url("../images/user_view.png");
    width: 24px;
    height: 18px;
    display: block;
    background-repeat: no-repeat;
    float: left;
}
.v2-pr-item-prices {
    float: left;
    width: 50%;
    text-align: left;
}
.v2-pr-item-view {
    float: left;
    width: 13%;
    margin-top: -9px;
}
.v2-pr-item-view p {
    /* float: left; */
    margin: 0;
    margin-left: -3px;
}
.f-product-viewid.f-product li
{
    width: 20%;
} 
.f-product-view-other .f-product-viewid.f-product li
{
    width: 25%;
}
.menubg 
{
    margin: 10px 0;
    border-top: 1px solid #DEDEDE;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}
#block-slider 
{
    position:relative;
    box-shadow: 0px 1px 10px 0px #199049;
}
.fix-header .menu-top-custom
{
    /* display:none; */
}
.fix-header .menuheader .menu-top-custom
{
    display:block;
    margin-top: 0;
}
.fix-header .menuheader .menu-top-custom .navbar-nav>li>a
{
    color:white;
}
.login-bar
{
       display: table;
       list-style: none;
       float: right;
       margin-bottom: 0;
       position: absolute;
       top: -3px;
       right: 60px;
       /* display: none; */
}
.login-bar li
{
	
    float:left;
}
.login-bar li a
{
    font-family: UTM-Avo;
    color:black;
    display: block;
    padding: 5px 0 5px 27px;
    position:relative;
    font-size: 14px;
}
.login-bar li a:hover
{
    color: #2CC067;
}

.dm_sp_ct .f-block-news-menu
{
    height: 497px;
}
.dm_sp_ct .f-block-news-menu li
{

}

.login-bar li a {
    display: block;
    margin-top: 5px;
    color: #FEF310;
    font-size: 12px;
}
.login-bar li:first-child:after {
    content: "";
    width: 1px;
    height: 34px;
    background: #d6d6d6;
    position: absolute;
    right: 60px;
    top: 0;
}
.dm_sp_ct .f-block-news-menu li>a
{
    display: block;
    color: #2CC067;
    font-weight: bold;
    padding: 9px 15px;
    border-bottom: 1px solid #DEDEDE;
}
.dm_sp_ct .f-block-news-menu li>a:hover
{
    color: #8E8E8E;
    background: #FDFDFD;
}
.menuheader 
{
    position: initial;
}
.lienhe_top img
{
    width:100%;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom
{
    border: 1px solid #BFBFBF;
}