/*===== Edit By DTM For Desktop =====*/
html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
body {
    color: #333;
    font-size: 14px;
    direction: ltr;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}
a {
    -o-transition-property: background-color, border-color, color, opacity;
    -moz-transition-property: background-color, border-color, color, opacity;
    -webkit-transition-property: background-color, border-color, color, opacity;
    transition-property: background-color, border-color, color, opacity;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-decoration: none !important;
    color: #4a4a4a;
}
select {
    box-shadow: none !important;
    border: 1px solid #D7D7D7 !important;
}
input {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 1px solid #D7D7D7 !important;
}
ul li {
    list-style: none;
}
ul {
    margin: 0;
    padding: 0;
}
a:hover {
    color: #0da3e2;
}

a,img{
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    
}
/*===== Header =====*/
.header {
    position: relative;
    z-index: 100;
    background: #fff;
}
.header_top {
    border-bottom: 1px solid #cccccc;
    padding:12px 0;
}
.hot_line {
    color: #535353;
    float: left;
    margin-left: 50px;
    margin-top: 15px;
    text-align: left;
    font-size: 13px;
}
.hot_line p {
    font-size: 12px;
    padding: 10px 0px 0px;
}
.hot_line span {
    font-weight: 600;
}
.header_login {
    float: right;
    margin-top: 12px;
    position: relative;
}
.header_login a {
    color: #3c3c3c;
    font-size: 12px;
    display: block;
}
.header_login:hover .fa-key-style{
    color: #fff;
    background-color: #39b3e4;
    cursor:pointer;
}
.header_login .fa-key-style {
    border: 1px solid #f0f0f0;
    border-radius: 100%;
    color: #535353;
    font-size: 16px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    width: 39px;
    transition: all ease .5s;
}
.header_login:hover .login-account{
    opacity: 1;
    visibility: visible !important;
}
.header_login ul li {
    padding: 5px 30px;
}
.header_login ul li:hover{
    background: #3c3c3c;
}
.header_login ul li:hover a{
    color:#fff;
}
.header_bottom{
    padding: 22px 0;
}
.login-account {
    background: #fff none repeat scroll 0 0;
    list-style: outside none none;
    opacity: 0;
    position: absolute;
    top: 140%;
    transition: all 0.5s ease 0s;
    visibility: hidden !important;
    border: 1px solid #f7f4f3;
    z-index: 999;
    min-width: 140px;
    left: -46px;
}
#logo {
    float: left;
}
#logo a {
    float: left;
    display: block;
    cursor: pointer;
}
/*===== Search =====*/
.search-border {
    background: #fff
    width: 100%;
}
#search-box {
    position: relative;
}
#search-box .search-area {
    background: transparent;
    overflow: hidden;
    font-size: 11px;
    width: 90%;
}
#search-box .search-area:before {
    background: url(../imgs/arrow_upW.png) no-repeat 40px bottom;
    height: 9px;
    width: 100px;
    position: relative;
    top: 1px;
    right: -87%;
    content: '';
    display: none;
}
#search-box .search-area .search-field {
    width: 100%;
    outline: 0;
    float: left;
    height: 35px;
    color: #333;
    font-size: 11px;
    font-style: normal;
    border: 1px solid #D2CECE;
    border-radius: 0 !important;
}
#search-box .search-area .search-field:focus{
    border:2px solid #39b3e4 !important;
    border-radius: 2px 0 0 2px !important;
    border-right:none !important;
}
::-webkit-input-placeholder {
    color: #333;
    font-size: 11px;
    line-height: 20px;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    font-size: 11px;
    line-height: 20px;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    font-size: 11px;
    line-height: 20px;
}
:-ms-input-placeholder {
    color: #333;
    font-size: 11px;
    line-height: 20px;
}
#search-box .search-area .search-button {
    float: right;
    text-align: center;
    display: block;
    padding: 9px 9px 8px;
    background: #666668;
    color: #fff;
    text-transform: uppercase;
}
#search-box .search-area .search-button i {
    font-size: 18px;
    color: #fff;
}
#search-box .search-area .search-button span {
    color: #fff;
    font-size: 17px;
}
#search-box input {
    padding: 6px 12px;
}
.search-area .control-group {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.search-area form {
    padding: 10px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    background: #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.31);
}
.icon-search-hidden{
    display: none !important;
}
/*===== End Search ====*/

/*===== Cart ====*/
.custom_cart .f-miniCart-miniv2 {
    right: 0 !important;
    width: 100%;
}
.custom_cart .miniv2-toolbar-close {
    display: none !important;
}
.custom_cart .miniv2-toolbar-barclick {
    background: transparent;
}
.custom_cart .miniv2-toolbar-barclick .fa {
    font-size: 21px;
    margin-bottom: 0;
    background: #39b3e4 none repeat scroll 0 0;
    display: block;
    border-radius: 100% !important;
    box-shadow: 0 3px 0 0 #008dc7;
    text-align: center;
    width: 49px;
    height: 49px;
    line-height: 49px;
    float: left;
    position: absolute;
    right: 73px;
}
.custom_cart:hover .f-miniCart-miniv2 {
    display: block !important;
     cursor: pointer;
     visibility: visible;
}
.custom_cart:hover a .fa{
    color:#fff;
}
.name_cart {
    color: #444;
    display: block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.f-miniCart-miniv2:hover .wrap_cart{
    opacity: 1;
    transform: scaleY(1);
    z-index: 9999999;
}
.wrap_cart {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    color: #999;
    font-size: 12px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 55px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    width: 270px;
    z-index: -99;
}
.wrap_cart .miniCart-body {
    padding: 10px
}
.miniv2-toolbar-barclick {
    color: #FFF;
}
.miniv2-toolbar-barclick .fa {
    display: block;
    font-size: 22px;
    margin-bottom: 3px;
}
.miniv2-toolbar-count {
    color:#444;
    display: block;
    font-size: 11px;
}
.miniCart-top {
    height: 35px;
    background: #39b3e4;
    color: #FFF;
    text-align: center;
    line-height: 35px;
}
.miniCartItem li {
    border-bottom: 1px solid #F1F1F1;
    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;
    font-size: 13px;
    margin: 0;
}
.minicartItemTotal b:first-child {} .minicartItemTotal b:last-child {
    float: right;
    color: #F04E23;
}
.minicartItemPay {
    padding: 10px;
    margin: 0;
}
.minicartItemPay a {
    display: block;
    line-height: 35px;
    font-size: 13px;
    border: none;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    background: #39b3e4;
    text-transform: capitalize;
}
.minicartItemPay a:hover {
    background: #383838;
    color: #FFF;
}
.f-miniCart-miniv2-toolbar {
    float: right;
    position: relative;
}
/*===== End Cart ====*/

/*===== Menu =====*/
.header .menutop {
    position: relative;
    z-index: 16;
    background: #ee3124;
    height: 40px;
    border-radius: 3px 3px 0 0;
}
.header .menutop .f-menutop-name {
    color: #FFF;
    line-height: 40px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    height: 40px;
    cursor: pointer;
    position: relative;
    padding-left: 40px;
}
.header .menutop .f-menutop-name span {
    margin-left: 14px;
    font-size: 12px;
    text-transform: uppercase;
}
.header .menutop .f-menutop-name i {
    font-size: 19px;
    position: absolute;
    left: 20px;
    top: 31%;
}
.header .menutop .navbar {
    margin-bottom: 0px;
}
.header .menutop .f-menu-toggle {
    cursor: pointer;
    color: #fff;
}
.header .f-menutop {
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 0px;
    line-height: 23px;
}
.menutop .icon-bar {
    background: #fff;
}
.menutop .f-menu-toggle {
    padding: 5px;
}
.menu_main{
    background-color: #2D2D2D;
}
.f-menutop-name {
    text-transform: uppercase;
    color: #fff;
    background: #006fae;
    height: 0px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 7px;
    position: relative;
    display: none;
}
.f-menutop .f-menutop-ul > li > a.firstlink {
    color: #fff;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px 16px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: none;
}
.f-menutop > .f-menutop-ul > li {
    list-style: none;
    float: left;
    text-align: left;
    position: relative;
    z-index: 999;
}
.nxtActiveMenu li.active a,.nxtActiveMenu li.active:after {
    color: #39b3e4;
}
.f-menutop > .f-menutop-ul > li.parent:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 0;
}
.f-menutop .f-menutop-ul > li:hover .top-menu-sub {
    z-index: 9999999;
    opacity: 1;
    overflow: visible;
    transform: perspective(600px) rotateX(0deg);
    transition: all ease .5s;
}
.topmn-bg-zoom {
    display: none;
}
.top-menu-sub {
    background: #fff;
    border: 1px solid #f7f4f3;
    left: -8px;
    min-width: 200px;
    opacity: 0;
    position: absolute;
    top: 101%;
    transform: perspective(600px) rotateX(-90deg);
    transform-origin: 0 0 0;
    transition: all ease .5s;
    vertical-align: top;
    visibility: visible;
}
.top-menu-sub:after {
    content: "";
    position: absolute;
    top: -9px;
    left: 35px;
    width: 0px;
    height: 0px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: block;
}
.top-menu-sub > ul > li > a {} .top-menu-sub > ul > li ul li a {
    padding-left: 10px !important;
}
.top-menu-sub ul li {
    margin: 0;
    padding: 0;
    position: relative;
}
.top-menu-sub ul li>ul {
    position: absolute;
    top: 15px;
    z-index: 10;
    right: -209px;
    background: #15191d;
    transition: all 0.4s ease-in-out 0s;
    border-radius: 0px 4px 4px 0px;
    opacity: 0;
    visibility: hidden;
    min-width: 209px;
}
.top-menu-sub ul li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.top-menu-sub li {
    position: relative;
}
.top-menu-sub li a {
    background: none;
    display: block;
    font-weight: 500;
    padding: 8px 20px;
    line-height: 13px;
    color: #000;
    padding: 11px 27px;
    text-transform: capitalize;
    font-size: 13px;
}
.top-menu-sub li a:hover {
    background-color: #3c3c3c;
    color:#fff;
}
ul.menu_lv2:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -10px;
    width: 0px;
    height: 0px;
    border-right: 9px solid white;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    display: block;
}
.top-menu-sub li ul.menu_lv2 {
    position: absolute;
    top: 39px;
    opacity: 0;
    right: -218px;
    min-width: 209px;
    background-color: #ffffff;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    border: 1px solid #f7f4f3;
}
.top-menu-sub li:hover ul.menu_lv2 {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.top-menu-backgroud:hover .top-menu-sub {} .icon-bar {
    display: none;
}
.left-category-menu > .left-product-cat > .category-heading > h2 {
    background: #454545 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    line-height: 51px;
    margin: 0;
    min-height: 51px;
    padding-left: 18px;
    position: relative;
    text-transform: uppercase;
    border-bottom: 4px solid #39b3e4;
}
.left-product-cat {
    position: relative;
}
.category-heading h2::before {
    content: "\f0c9";
    display: block;
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 51px;
    line-height: 51px;
    margin-right: 20px;
    text-align: center;
}
.category-heading {
    overflow: hidden;
}

.category-menu-list {
    z-index: 9999;
    position: absolute;
    display: none;
}
.category-menu-list ul li a {
    color: #454545;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Lato', sans-serif;
}
.menu_main.shirk{
    position: fixed;
    top: -1px;
    z-index: 99;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.37);
}
/*===== Menu Mobile =====*/
.menu-block {
    position: relative;
    float: none;
    clear: left;
    display: none;
}
/*===== End Menu Mobile =====*/
/*===== End Menu =====*/

/*===== Element None=====*/
.f-module-page-title-contact,.f-module-page-title-news,.owl_customer_feedback_main .owl-buttons,.owl_news_hot_main .owl-pagination,.hidden-action,.v2-tabhome-title-inner,.owl-carousel-brands .owl-pagination{
    display: none !important;
}
/*===== End Element None=====*/

/*===== Adv collum 2 =====*/
.adv_collum_2 img{
    width:100%;
    height: auto;
    max-width: 100%;
}
.adv_collum_2_inner{
    position: relative;
    margin-bottom: 30px;
    display: block;
}
.adv_collum_2_inner:before{
     animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;   
}
.adv_collum_2_inner:hover:before{
    left:0;
    width: 100%;
    opacity: 1;
}
/*===== End Adv collum 2 =====*/

/*===== Adv Center =====*/
.adv_center_inner img {
    max-width: 100%;
}
/*===== End Adv Center =====*/

/*===== Links Shop By Categories =====*/
.link_shop_by_categories_box_inner {
    border: 1px solid #e1e1e1;
    overflow: hidden;
    width: 100%;
    margin:0 0 25px 0;
}
.link_shop_by_categories_links {
    padding-right: 10px;
    padding: 20px 0 20px 20px;
    float: left;
    display: inline-block;
    max-width: 51%;
}
.link_shop_by_categories_links h3 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 18px 0;
    text-transform: uppercase;
}
.link_shop_by_categories_links h3 a{
    color: #a6a6a6;
}
.link_shop_by_categories_links h3 a:hover {
    color: #2ba8db;
}
.link_shop_by_categories_links ul li {
    padding: 4px 0;
}
.link_shop_by_categories_links ul li a {
    color: #2ba8db;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    transition:all ease .5s;
}
.link_shop_by_categories_links ul li a:hover,.link_shop_by_categories_links a:hover .fa {
    padding-left: 5px;
}
.link_shop_by_categories_links .fa {
    color: #2ba8db;
    font-size: 12px;
    padding-right: 8px;
    transition:all ease .5s;
}
.link_shop_by_categories_img {
    float: right;
    display: block;
    max-width: 49%;
    vertical-align: top;
    zoom: 1;
}
.link_shop_by_categories_img img{
    height: 290px;
}
.link_shop_by_categories_img a {
    display: block;
}
/*===== End Links Shop By Categories =====*/

/*===== Banner Top Content =====*/
.banner_top_content{
   margin-top: 30px;
}
.banner_top_content_inner_1{
    position: relative;
}
.banner_top_content_inner_1 a {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 14px;
}
.banner_top_content_inner_1 a:hover::before{
    left: 0;
    opacity: 1;
    width: 100%;
}
.banner_top_content_inner_1 a::before{
    animation-duration: 0.5s;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 0;
}
/*===== End Banner Top Content =====*/

/*===== Social Bottom =====*/
.social-bottom-main {
    padding: 40px 0;
    background: #f6f6f6;
}
.social-bottom-icon {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #ddd;
    border-radius: 100% !important;
    color: #222;
    font-size: 20px;
    height: 52px;
    margin-right: 6px;
    padding-left: 0;
    text-align: center;
    width: 52px;
    display: block;
}
.social-bottom-icon .fa{
    line-height: 43px;
}
.social-bottom-icon:hover {
    background: #E3E3E3;
    color: inherit;
}
.social-bottom-main ul li{
    display: inline-block;
}
/*===== End Social Bottom =====*/

.social-share {
    float: left;
    width: 195px;
    margin-left: 14px;
    height: 22px;
    margin-top: 5px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.8;
}
.social-share:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
    opacity: 1;
}
.language {
    float: right;
    height: 24px;
    line-height: 22px;
}
.language ul {} .language ul li {
    float: left;
    list-style: none;
    margin: 0 4px;
}
.language ul li a {} #sidebar {} .language ul li a img {} .header .header-top .login-bar li .split-line {
    height: 13px;
    width: 1px;
    background: #BBB;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 6px;
}
.header .header-top .shopcart {
    float: right;
    line-height: 24px;
    cursor: pointer;
}
.header .header-top .shopcart .checkorder {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    margin: 0 4px;
    display: block;
    padding: 0px 6px;
}
.header .header-top .shopcart .checkorder:hover {
    color: #646464;
    background: #F5F5F5;
    border-top: 2px solid #00AEEF;
    height: 24px;
    line-height: 20px;
}
.header .header-top .shopcart .shop-top-cart {
    color: #747474;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 0px 6px;
}
.header .header-top .shopcart .shop-top-cart:hover {
    color: #646464;
    background: #F5F5F5;
    border-top: 2px solid #00AEEF;
    height: 24px;
    line-height: 20px;
}
.header .header-top .shopcart span {
    color: #7A7A7A;
}
.header .header-banner {
    background: #FFF;
    padding: 10px 0;
}
.header .header-banner .row {} .header .header-banner .logo {} .header .header-banner .logo a {
    padding: 0px;
}
.header .header-banner .logo a img {
    max-width: 215px;
}
.header .header-banner .search {
    margin-top: 25px;
}
.header .header-banner .search .search-tem {
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
    color: #808080;
}
.header .header-banner .search .search-tem a {
    font-size: 12px;
    font-weight: 500;
    color: #B8B8B8;
    margin: 0 6px;
    border-bottom: 1px dashed #E0E0E0;
}
.header .header-banner .search .search-tem a:hover {
    color: red;
}
.header .header-banner .search .navbar-form {
    margin-left: 0px;
    margin-right: 0px;
}
.header .header-banner .search .search-border {
    border: 2px solid #00AEEF;
    border-radius: 2px;
}
.header .header-banner .search input {
    min-width: 100px;
    border: 0px !important;
}
.header .header-banner .search .btn-default {
    border: 0px !important;
}
.header .news-top {
    position: relative;
    z-index: 16;
    display: none;
    float: left;
}
.header .news-top b {
    display: inline-block;
    width: 82px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: #FFF;
}
.header .news-top ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}
.header .news-top ul li {
    float: left;
    position: relative;
    display: block;
}
.header .news-top ul li:hover {
    background: #fff;
}
.header .news-top ul li:hover a {
    color: #DB2827
}
.header .news-top ul > li > a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    position: relative;
    z-index: 6;
    font-weight: normal;
    font-family: Arial;
    padding: 6px;
    margin-right: 1px;
    white-space: nowrap;
    color: #fff
}
.f-menutop > .f-menutop-ul {
    z-index: 16;
    margin: 0;
    position: relative;
}
.thuonghieu {
    padding: 0 0 0 8px !important;
    border: none !important;
}
.nohomeadv {
    display: none !important;
}
.icon-search {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin: 0 60px 0 23px;
    cursor: pointer;
}
.displayblock {
    display: block !important;
}
.vipadv-slide {
    float: left;
}
.vipadv-slide ul {
    list-style: none;
    margin: 0;
}
.vipadv-slide ul li {
    float: left;
}
.vipadv-slide ul li:first-child {} #top-navigation {
    float: left;
}
.vipadv-slide ul li a {} .vipadv-slide ul li a img {
    height: 222px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pos-r {
    position: relative;
}
.f-slider {
    overflow: hidden;
}
.block1 {
    overflow: hidden;
}
.f-slider .carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    width: auto;
    line-height: 1;
    margin: auto;
    max-width: auto;
}
.block1 .f-block-title {
    display: none;
}
/*===== END MENU TOO =====*/
.f-ctn-cateCustom .f-ctn-cateCustom-title {
    height: 40px;
    line-height: 35px;
    border-bottom: 2px solid #F34711;
}
.f-ctn-cateCustom .f-ctn-cateCustom-title span {
    margin-left: 2px;
    font-size: 20px;
    font-weight: normal;
    color: #F34711;
    float: left;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body {} .f-ctn-cateCustom .f-ctn-cateCustom-body .row-fluid {
    padding: 0px;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul {
    list-style: none;
    margin-bottom: 0px;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li .cateitem {
    box-shadow: 0 0px 3px #E4E4E4;
    background: #FFF;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li:first-child {
    position: relative;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li a {
    min-height: 20px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0px;
    border-top: 1px solid #F34147;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li ul li {
    border-top: 0px solid red;
    box-shadow: none;
    padding-bottom: 2px !important;
}
.f-ctn-cateCustom .f-ctn-cateCustom-body ul.f-ctn-cateCustom-ul li ul li a {
    font-size: 11px;
    border-bottom: 0px solid #272727;
    background: url(../imgs/nav.png) no-repeat 0px 3px;
    line-height: 18px;
    padding-left: 12px;
}
/*===== End Header =====*/

/*===== Category =====*/
.f-ctn-cateCustom-center {
    margin-bottom: 10px;
}
.f-ctn-cateCustom-center .carousel-control {
    width: 0%;
}
.f-ctn-cateCustom-center .carousel-inner img {
    margin: 0 auto;
}
.f-ctn-cateCustom-center .carousel-inner .slideitem {
    margin-bottom: 5px;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-title {
    height: 40px;
    line-height: 35px;
    border-bottom: 2px solid #F34711;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-title span {
    margin-left: 2px;
    font-size: 20px;
    font-weight: normal;
    color: #F34711;
    float: left;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body {} .f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul {
    list-style: none;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    position: relative;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li .cate-center-item {
    box-shadow: 0 1px 3px #dadada;
    padding: 5px;
    background: #FFF;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li:hover {} .f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li a {
    font-size: 14px;
    padding-bottom: 5px;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li a.cateCustom-center-img {} .f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li a.cateCustom-center-img img {
    margin: 0 auto;
    margin-top: 4px;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 8px;
    border-top: 1px solid #f34711;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li ul li {
    border-top: 0px solid red;
    box-shadow: none;
    border-bottom: 0px solid #DF0101;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li ul li:hover {
    border-bottom: 0px solid #F34711;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li ul li {
    padding-bottom: 0px;
}
.f-ctn-cateCustom-center .f-ctn-cateCustom-center-body ul.f-ctn-cateCustom-center-ul li ul li a {
    font-size: 11px;
    border-bottom: 0px solid #272727;
    background: url(../imgs/nav.png) no-repeat 0px 3px;
    padding-left: 12px;
}
/*===== End Category =====*/

/*===== OWL Css =====*/
.owl_news_hot_main .owl-theme .owl-controls .owl-buttons div,.owl-carousel-products-new.owl-theme .owl-controls .owl-buttons div,.owl-carousel-brands.owl-theme .owl-controls .owl-buttons div{
    background: none;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    font-weight: 900;
    margin: 5px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 13px;
    top: -63px;
}
.owl_news_hot_main .owl-theme .owl-controls .owl-buttons div.owl-prev,.owl-carousel-products-new.owl-theme .owl-controls .owl-buttons div.owl-prev,.owl-carousel-brands.owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: 35px;
}
/*=== Border Category ===*/
.v2-home-catepr-title .v2-home-catepr-title-inner,.f-center-module .f-center-title,.v2-tabhome-title,.social-bottom-inner .f-block-title,.link_shop_by_categories .f-block-title,.f-page-split-title,.v2_list_news .f-block-title{
    height: auto;
    margin: 0 0 30px;
    border-bottom: 1px solid #2ba8db !important;
    position: relative;
    text-align: left;
    line-height: 40px;
}
.v2-home-catepr-title .v2-home-catepr-title-inner a,.f-center-module .f-center-title h2,.v2-tabhome-name h2,.social-bottom-inner h2,.link_shop_by_categories h2,.f-page-split-title h2,.v2_list_news h2{
    border-bottom: 2px solid #2ba8db;
    color: #2d2d2d;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    font-weight: bold;
    position: relative;
    text-transform: capitalize;
    padding:0 0 10px;
}
/*=== End Border Category ===*/
/*===== End OWL Css =====*/

/*===== Scoll To Top =====*/
.fa-angle-style {
    color: #fff;
    background: #7f7f7f;
    padding: 13px;
    transition: all ease .5s;
}
.fa-angle-style:hover {
    background:#00A9E0;
}
div#topcontrol {
    right: 10px !important;
}
/*===== End Scoll To Top =====*/

/* BEGIN CENTER CONTAINER */
.f-center-module .f-center-title .nav-tabs {
    border-bottom: 0px;
}
.f-center-module .f-center-title .nav-tabs a {
display: inline-block;
    color: #2d2d2d;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 40px 0 0;
    position: relative;
    box-shadow: none;
    line-height: unset;
}
.f-center-module .f-center-title .nav-tabs li.active a {
    color: #4F4F4F;
}
.f-pr-tab-home-cate li.active {
    background: #B5B5B5;
}
.f-center-module .f-center-title .nav-tabs li:hover a {
    color: #2ba8db;
}
.f-center-module .f-center-body {
    position: relative;
    width: 100%;
    float: left;
}
.f-center-module .f-center-body .nav-tabs {
    position: absolute;
    top: 0px;
    left: -55px;
    z-index: 1;
    background: #FFF;
    border: 0px solid #000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.13);
}
.f-center-module .f-center-body .nav-tabs li {
    float: none;
    width: 50px;
    border-radius: 0;
}
.f-center-module .f-center-body .nav-tabs li.active {} .f-center-module .f-center-body .nav-tabs li.active a {
    color: #FFF;
    background: #2782E8;
    border: 1px solid #3B8BC5;
    z-index: 1;
}
.f-center-module .f-center-body .nav-tabs li a {
    text-align: center;
    font-size: 10px;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: block;
    border: 0px;
    background: #F2F2F2;
    margin-bottom: 0px;
    border: 1px solid #D3D3D3;
    text-transform: uppercase;
    padding: 9px 0;
    color: #424141;
}
.f-ctn-center-pr-search {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
    border-bottom: 10px solid #F5F5F5;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    background: #FFF;
}
.f-ctn-center-pr-search .f-ctn-center-pr-search-title {
    height: 40px;
    line-height: 35px;
    border-bottom: 2px solid #F34711;
}
.f-ctn-center-pr-search .f-ctn-center-pr-search-title span {
    margin-left: 2px;
    font-size: 20px;
    font-weight: normal;
    color: #F34711;
}
.parent_tab {
    background: #ee3124;
    padding: 13px;
    color: #FFF !important;
    font-weight: bold !important;
    margin-left: 0 !important;
}
/*===== END CENTER CONTAINER =====*/

.f-module-page {
    border-radius: 0px;
}
.top-new {
    background: #fff;
}
.f-module-page .f-module-page-title i img {
    border: 1px solid #EAEAEA;
    padding: 3px;
    border-radius: 2px;
    display: none;
}
.f-module-page .f-module-page-title > h1 {
    display: inline-block;
    text-transform: uppercase;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #15191d;
    padding: 0 10px 0 0;
}
.layout-left .filter>div {
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 3px;
}
ul.f-product-viewid {
    margin-left: 0px;
}
.f-module-page .f-product-chooseview span {
    color: #575757 !important;
    font-size: 21px !important;
    font-weight: normal !important;
    padding-left: 0px;
    margin-left: 7px;
}
.news-top img {
    margin-bottom: 3px
}
#sidebar > div:first-child .f-block .f-block-title {
    display: none;
}
.f-module-page-desc {
    background-image: none !important;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 2px dashed #2d2d2d;
    color: #2d2d2d;
    font-size: 16px;
}
.f-module-page-title h1 {
    margin: 0;
    padding: 0;
}
.f-module-page-title h1 span {
    display: inline-block;
    text-transform: uppercase;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    color: #333;
    background: #fff;
    padding: 0 10px 0 0;
}
.f-module-page .f-module-page-body .f-pr-image-zoom-gallery img {
    max-width: 100%;
    height: auto;
}
/*===== BEGIN TAB =====*/

/*===== BEGIN TAB HOME CATEGORY PRODUCT =====*/

.f-pr-tab-home-cate {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
.f-center-title .first {
    background: #00AEEF;
    height: 40px;
    margin-left: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
    color: #FFF !important;
    line-height: 40px;
    border-top-left-radius: 0px;
    border: 0px solid #3B8BC5;
    border-bottom: 0;
    text-transform: uppercase;
    font-size: 13px !important;
    font-weight: 700 !important;
    font-family: arial;
}
.f-pr-tab-home-cate li {
    float: left;
    background: #EDEDED;
}
.f-pr-tab-home-cate li a {
    margin-left: 2px;
    font-size: 16px;
    font-weight: normal;
    color: #2E2E2E;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
}
.f-pr-tab-home-cate li.active a {
    color: #F34711;
}
.v2-tab-home-ul {
    border: none;
}
.f-child-home-tab {} .f-child-home-tab .nav-tabs {
    text-align: right;
    border-bottom: 0;
}
.f-child-home-tab .nav-tabs li {
    float: none;
    display: inline-block;
    border: 0;
}
.f-child-home-tab .nav-tabs li a {
    border-radius: 2px;
    background: #C0C0C0;
    margin-top: 5px;
    padding: 2px 10px;
    border: 1px solid #9E9E9E;
    color: #000;
}
.f-child-home-tab .nav-tabs li.active a {
    border-radius: 2px;
    background: #6FD59B;
    margin-top: 5px;
    padding: 2px 10px;
    border: 1px solid #0C6729;
    color: #000;
}
/*===== END TAB HOME CATEGORY PRODUCT =====*/

/*===== Cate =====*/
.f-cate {
    margin-bottom: 10px;
    border-radius: 0px;
}
.f-cate ul.f-cate-ul {
    list-style: none;
    margin-bottom: 0;
}
.f-cate ul.f-cate-ul li {
    text-align: center;
    margin: 5px 0;
    padding-left: 0px;
    padding-right: 0px;
}
.f-cate ul.f-cate-ul li a {
    color: #565656;
    font-size: 13px;
    font-weight: bold;
    margin: 0 5px;
    display: block;
    background: none repeat scroll 0 0 #f8f8f8;
    border: 1px solid #aaaaaa;
    min-height: 49px;
    padding-top: 12px;
    border-radius: 3px;
}
.layout-child .sidebar_widget {
    display: none;
}
.layout-child .block-top > .no-padding {
    display: none;
}
.category_filter > i {
    display: none;
}
.f-cate ul.f-cate-ul li:hover a {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.26);
    background: none repeat scroll 0 0 #E9F1F3;
    border: 1px solid #05B2E9;
    color: #565656;
}
.f-cate ul.f-cate-ul li img {
    border: 1px solid #EAEAEA;
    border-radius: 50%;
}
.f-cate ul.f-cate-ul li:hover img {
    border: 1px solid #00AEEF;
}
/*====== End Cate ====*/

/*===== BEGIN PRODUCT STYLE =====*/
/*===== Tab Product Page =====*/
.f-page-tab {
    position: relative;
}
.f-page-tab ul.nav-tabs {
    border: 0px;
}
.f-page-tab ul.nav-tabs li {
    list-style: none;
}
.f-page-tab ul.nav-tabs li a {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 1px;
    background: #FFF;
}
.f-page-tab ul.nav-tabs li.active a {
    background: #F34711;
    color: #FFF;
    border: 0;
    border-radius: 2px;
}
.f-page-tab ul.nav-tabs li a:hover {
    border: 0;
}
/*===== End Tab Product Page =====*/

/*===== Product Main =====*/
.f-product-view {
    margin: 0 0 15px;
}
.f-product center {
    display: block;
    min-height: 200px;
    margin-top: 50px;
}
.f-product {
    padding: 0;
    margin-top: 10px;
}
.f-product li {
    list-style: none;
    margin: 15px 0;
}
.f-product .f-pr-item {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: left;
    position: relative;
    background: #FFF;
}
.f-product .f-pr-item .f-pr-item-img {
    position: relative;
    border: 0px solid #E7E7E7;
    border-bottom: 0px;
    margin-top: 1px;
    height: 235px;
    overflow: hidden;
}
.f-product .f-pr-item .f-pr-item-compare {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 10;
    background: #5BC0DE;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border: 1px solid #46B8DA;
    display: none !important;
}
.f-product .f-pr-item .f-pr-item-compare span {
    color: #fff;
}
.f-product .f-pr-item:hover .f-pr-item-compare {
    display: block;
    background: #f34711;
    border: 1px solid #f34711;
}
.f-product .f-pr-item .f-pr-item-saleof {
    position: absolute;
    top: 5px;
    right: 6px;
    z-index: 1;
    background: #4AB21F;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    padding: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
}
.f-product .f-pr-item .f-pr-item-saleof span {
    color: #fff;
}
.f-product .f-pr-item .f-pr-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    margin: auto;
}
.f-product .f-pr-item .f-pr-item-boxdetail {
    height: 94px;
    padding: 10px;
    background: #f7f7f7;
}
.f-product .f-pr-item .f-pr-item-boxdetail h2 {
    margin-top: 0px;
    margin-bottom: 4px;
}
.f-product .f-pr-item .f-pr-item-boxdetail h2 a {
    font-size: 14px;
    color: #414141;
    font-style: normal;
    font-family: 'font', Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
    margin-top: 0px;
    display: block;
}
.f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-price {
    font-size: 21px;
    color: #17bcb8;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: left;
    line-height: 23px;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
.f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-old-price {
    text-align: left;
    text-decoration: line-through;
    color: #4C4C4C;
    font-size: 12px;
    line-height: 22px;
}
.f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-action a.btn {
    margin-bottom: 2px;
    border-radius: 1px;
    background: #c33;
    border: none;
    border-radius: 15px;
}
.f-product .f-pr-item:hover .f-pr-item-action {
    display: block;
}
.f-product .f-pr-item:hover {} .f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-action .f-pr-item-more {} .f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-action .f-pr-item-more:hover {
    background-color: #1e62d0;
}
.f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-action .f-pr-item-quickbuy {} .f-product .f-pr-item .f-pr-item-boxdetail .f-pr-item-action .f-pr-item-quickbuy:hover {
    background-color: #1e62d0;
}
.f-product .f-pr-item .quickview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgba(252, 7, 7, 0.79);
    z-index: 1;
    border-radius: 2px;
    color: #FFF;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.59);
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: none;
}
.f-product .f-pr-item:hover .quickview {
    display: block;
}
.f-product .f-pr-item .f-pr-item-boxdetail .f-pr-otherdetail {
    display: none;
}
.f-product-chooseview {
    float: right;
    background: #fff;
    padding: 0px 0px 0px 15px;
    margin-top: 3px;
}
.f-product-chooseview a {
    float: left;
    color: #777;
    margin: 0px;
    font-size: 27px;
}
.f-product-view .f-product-view-info .f-product-view-info-image {
    padding: 0 8px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom {
    position: relative;
    margin-bottom: 5px;
    margin: auto;
    height: 400px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom > div {} .f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: auto !important;
    height: auto !important;
    max-height: 400px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery {
    margin-top: 10px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery a.left {
    background: url(../imgs/left.png) no-repeat 40% 50% #EBEBEB;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery a.right {
    background: url(../imgs/right.png) no-repeat 55% 50% #EBEBEB;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery .row {
    margin: 0px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery .row > div {
    margin: 0px;
    padding-left: 1px;
    padding-right: 1px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery .carousel-control {
    width: 10px;
    background: red;
    display: inline-block !important;
    vertical-align: middle !important;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery img {
    opacity: 0.5;
    margin: auto;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery a.active img {
    border: 1px solid #00aaf1;
}
#slidezoompage a img {
    width: 70px;
    height: 70px;
}
.f-product-view .f-product-view-info .f-product-view-info-image .f-pr-image-zoom-gallery img:hover {
    opacity: 1;
}
.f-product-view .f-product-view-info .f-product-view-info-detail {} .f-product-view .f-product-view-info .f-product-view-info-detail .f-product-view-name {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
}
.f-product-view .f-product-view-info .f-product-view-info-detail .f-product-view-name h1 span {
    margin-bottom: 0px;
    color: #5c5c5c;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.f-product-view .f-product-view-name .f-pr-view-tool {
    margin-top: 5px;
}
.f-product-view .f-product-view-name .f-pr-view-tool ul {
    list-style: none;
}
.f-product-view .f-product-view-name .f-pr-view-tool ul li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #898989;
    line-height: 12px;
    color: #898989;
    font-size: 12px;
}
.f-product-view .f-product-view-name .f-pr-view-tool ul li a {
    color: #A0A0A0;
}
.f-product-view .f-product-view-name .f-pr-view-tool ul li:first-child {
    padding-left: 0px;
}
.f-product-view .f-product-view-name .f-pr-view-tool ul li:last-child {
    border-right: 0px solid #ccc;
}
.f-product-view .f-pr-view-info {
    margin-top: 10px;
}
.f-pr-view-description {
    overflow: hidden;
    color: #8c8c8c;
    display: inline-block;
    font-size: 13px;
    height: 135px;
    text-align: justify;
}
.f-pr-view-info table {
    width: 100%;
}
.f-pr-view-info table {
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    width: 100%;
}
.f-pr-view-info table td:first-child {
    box-shadow: inset 1px 0 0 #fff;
    width: 25%;
    color: #666;
    font-size: 12px;
}
.f-pr-view-info table td img {
    max-width: 50px;
}
.f-pr-view-info table td {
    position: relative;
    transition: all 300ms;
}
.f-pr-view-info .price {
    color: #f65656;
    width: 100%;
    line-height: 27px;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: 5px 0;
    padding: 5px 0;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}
.vat {
    font-size: 11px;
    color: #444;
    font-weight: bold;
}
.f-product-view .f-pr-view-info ul li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 7px;
    font-size: 13px;
    display: inline;
}
.f-product-view .f-pr-view-info ul li.key {
    width: 100px;
    margin-right: 5px;
    font-family: arial;
    font-size: 13px;
    font-weight: 700;
}
.f-product-view .f-pr-view-info ul li span.price {
    font-size: 17px;
    color: #f65656;
    font-weight: 700;
    line-height: 21px;
    margin-right: 10px;
}
.f-product-view .f-pr-view-choosegroup {
    border: 1px solid #f1f1f1;
    padding: 5px;
}
.f-product-view .f-pr-view-choosegroup ul > li {
    list-style: none;
    float: left;
    margin-bottom: 5px;
}
.f-product-view .f-pr-view-choosegroup ul li.key {
    list-style: none;
    width: 100px;
}
.f-product-view .f-pr-view-choosegroup ul li.value ul.color-choose li {
    margin-right: 5px;
    position: relative;
    width: 43px;
    height: 43px;
    border: 1px solid #E9E9E9;
}
.f-product-view .f-pr-view-choosegroup ul li.value ul.color-choose li.selected {
    border: 1px solid #f34711;
}
.f-product-view .f-pr-view-choosegroup ul li.value ul.color-choose li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 41px;
    max-height: 41px;
}
.f-product-view .f-pr-view-choosegroup ul li.value ul.size-choose li {
    margin-right: 5px;
    position: relative;
    border: 1px solid #E9E9E9;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.f-product-view .f-pr-view-choosegroup ul li.value ul.size-choose li.selected {
    border: 1px solid #f34711;
}
.f-product-view .f-pr-view-choosegroup ul li.value ul.size-choose li a {} .f-product-view .f-product-view-tab {
    margin-top: 10px;
    border-radius: 2px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul {
    border: 0px;
    border-bottom: 1px solid #eee;
    height: 47px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li {
    margin-right: 10px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li > a {
    background: #eee;
    color: #888888;
    border: 1px solid #eee;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 20px;
    position: relative;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 4px 4px 0 0;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li > a:hover{
    background: #fff;
    border-bottom: none !important;
}
.f-product-view .f-product-view-tab .f-product-view-tab-header > ul li.active a {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: none !important;
    color: #2b2b2b;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body {
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;
}
.f-product-view .f-product-view-tab ul {
    list-style: none;
}
.f-product-view .f-product-view-tab ul li div {
    float: left;
}
.f-product-view .f-product-view-tab ul li div.f-callback-form-text {
    width: 202px;
    margin-top: 8px;
    text-align: right;
    margin-right: 9px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-content {
    padding: 10px;
    text-align: justify;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-header {
    background: #F8F8F8;
    border-radius: 3px;
    margin: 10px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-header .row {
    margin: 0px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-header li {
    padding-left: 1px;
    padding-right: 1px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-header li a.active {
    color: #f34711;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-header li a.active span {
    color: #f34711;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-body .tab_contact_panel {
    display: none;
    padding: 10px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-body .tab_contact_panel .row {
    margin: 0px;
}
.f-product-view .f-product-view-tab .f-product-view-tab-body .tab-contact .tab-contact-body .tab_contact_panel li > div {
    padding-left: 1px;
}
.f-product-view .f-product-view-tags {
    margin-top: 10px;
    padding: 10px;
    border: 1px dashed #C9C9C9;
}
.f-product-view-comment {
    margin-top: 10px;
}
.f-product-view-comment .f-product-comment-tab-header {} .f-product-view-comment .f-product-comment-tab-header > ul {
    list-style: none;
    border: 0;
    text-align: right;
}
.f-product-view-comment .f-product-comment-tab-header > ul li {
    float: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 0px;
}
.f-product-view-comment .f-product-comment-tab-header > ul li a {
    border: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    box-shadow: none;
}
.f-product-view-comment .f-product-comment-tab-header > ul li:hover {
    color: #CC040E;
}
.f-product-view-comment .f-product-comment-tab-header > ul li:hover a {
    color: #CC040E;
}
.f-product-view-comment .f-product-comment-tab-header > ul li.active a {
    color: #CC040E;
}
.f-product-view-comment .f-product-comment-tab-header > ul li a:hover {
    border: 0;
}
.quick-pr-name {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 17px;
    color: #075AA0;
}
.quick-pr-price {
    display: block;
    color: #E70B0B;
    font-weight: 700;
    font-size: 13px;
}
.quick-pr-old-price {
    display: block;
    text-decoration: line-through;
    color: #888;
    font-size: 11px;
    font-style: italic;
}
.quick-pr-upto {
    display: block;
    font-size: 12px;
    color: #2D96BB;
}
.quick-pr-total {
    color: #DD3838;
    font-weight: 700;
    font-size: 13px;
}
.quick-order-total div {
    text-align: right;
}
.quick-order-total span {
    display: block
}
.quick-order-total .pr-total {
    border-bottom: 1px solid #BBB;
    padding-bottom: 10px;
}
.quick-order-total .pr-total-money {
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px;
}
.quick-order-total .pr-vat {
    font-size: 12px;
    padding-top: 4px;
    color: #38B861;
}
.quick-order-total strong {
    color: #DD181B;
    font-size: 15px;
}
.table-quickbuy {
    margin-bottom: 10px;
    padding: 0;
    border-bottom: 1px solid #E7E7E7;
}
.quick-manu {
    font-size: 11px;
    color: #9D9D9D;
}
.quick-status-pr {
    color: #3ACB8F;
    font-size: 12px;
}
.quick-status a {
    color: #CB3A3A;
    font-size: 12px;
}
.quick-nofi {
    text-align: left;
    background: #F1F1F1;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #808080;
}
.quick-order-total {
    background: #F9F9F9;
    padding: 8px 10px;
    border-radius: 4px;
}
/*===== End Products main =====*/

/*===== Shoping Cart =====*/
.shopcart {} .sc-header {
    background: #5CB85C;
    height: 40px;
    border-bottom: 1px solid #2F8E2F;
}
.sc-header .sc-logo {
    display: block;
    height: 40px;
}
.sc-header .sc-logo img {
    height: 40px;
    padding: 5px;
}
.sc-header .sc-step {} .sc-header .sc-step ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sc-header .sc-step ul li {
    float: left;
    padding: 0 50px 0 76px;
    color: #FFF;
    position: relative;
    height: 40px;
}
.sc-header .sc-step ul li.active {
    background: #4BB7C5;
}
.sc-header .sc-step ul li.active:after {
    background: #5CB85C;
}
.sc-header .sc-step ul li.active:before {
    position: absolute;
    top: 0px;
    right: -17px;
    width: 42px;
    height: 29px;
    border: 0px solid #215F29;
    border-bottom: 0;
    border-left: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    background: #4BB7C5;
}
.sc-header .sc-step ul li:after {
    position: absolute;
    top: 0px;
    left: -25px;
    width: 42px;
    height: 29px;
    border: 1px solid #215F29;
    border-bottom: 0;
    border-left: 0;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.sc-header .sc-step .step-icon {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.sc-header .sc-step .step-icon span {} .sc-header .sc-step .step-name {
    float: left;
}
.sc-header .sc-step .step-name span {} .sc-header .sc-step .step-name span.step-number {
    display: block;
    font-size: 10px;
    margin-top: 2px;
}
.sc-header .sc-step .step-name span.step-action {
    display: block;
}
.sc-body {
    margin-top: 30px;
}
.sc-panel-login {
    padding-top: 20px;
}
.sc-panel-login .form-control {
    border-radius: 0;
    box-shadow: none;
}
.sc-panel-step .form-control {
    border-radius: 0;
    box-shadow: none;
}
.sc-nofi {
    text-align: left;
    background: #F1F1F1;
    padding: 5px;
    border-radius: 4px;
    font-size: 12px;
    color: #808080;
}
.sc-split {
    background: #E0E0E0;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #060606;
    border-left: 3px solid #109E42;
}
.sc-split label {
    padding-top: 2px !important;
}
.sc-split label input {
    margin: 0;
    margin-top: 1px;
}
.box-info-card {
    margin-bottom: 10px;
}
.box-info-card-bd {
    border: 1px solid #E7E7E7;
    border-top: 0;
    padding-top: 20px;
    background: #FAFAFA;
}
.sc-payment {} .sc-payment ul {} .sc-payment ul li {
    text-align: center;
    width: 124px;
}
.sc-payment ul li span {
    margin-top: 7px;
}
/*===== Shoping Cart =====*/

/*===== Begin Tab Home News =====*/
.f-news-tab-home {
    list-style: none;
    margin: 0;
    padding: 0;
}
.f-news-tab-home li {
    float: left;
}
.f-news-tab-home li a {
    border-radius: 0px;
    display: block;
    height: 39px;
    line-height: 40px;
    background: #F2F2F2;
    color: #6C6868;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-right: 4px;
    padding: 0 15px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.33);
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.f-news-tab-home li.active a {
    background: #2782E8;
    color: #FFF;
}
.f-news-tab-home li a.selected {
    color: #F34711;
}
/*===== End Tab Home News =====*/

/*===== Begin News Style =====*/

/*===== News Home =====*/
.owl_news_hot_main {
    margin: 0 0 30px 0;
}
.f-news li {
    list-style: none;
    margin-bottom: 10px;
}
.f-news li:nth-child(4) {
    border: 0;
}
.f-news .f-news-item {
    position: relative;
    background: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.f-news .f-news-item .f-news-item-img a{
    display: block;
    z-index: 2;
}
.f-news .f-news-item .f-news-item-img {
    position: relative;
    height: 180px;
    overflow: hidden;
}
.f-news .f-news-item:hover .f-news-item-img a:after {
    height: 100%;
    width: 100%;
}
.f-news .f-news-item .f-news-item-img a:after{
    background: rgba(0, 0, 0, 0.4);
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-in;
    width: 0;
    z-index: 1;          
}
.f-news .f-news-item .f-news-item-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.f-news .f-news-item .f-news-item-title {
    height: 170px;
    overflow: hidden;
    background: #f3f3f3 none repeat scroll 0 0;
    color: #9b9ea5;
    font-size: 12px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.f-news .f-news-item .f-news-item-title a {
    color: #5c5c5c;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.f-news .f-news-item .f-news-item-title h2 {
    height: 50px;
    overflow: hidden;
}
.f-news .f-news-item .f-new-item-sum {
    text-align: center;
    margin-top: 5px;
    line-height: 18px;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    height: 57px;
    overflow: hidden;    
}
/*===== End News Home =====*/

/*====== Products Main ======*/
#products-main h1{
    display: none;
}
.productbreadcrumb {
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0 8px;
    margin: 0 0 30px;
    overflow: hidden;
}
.productbreadcrumb .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 0;
}
img.products_avatar{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.breadcrumb li i {
    margin: 0 5px;
    color: #333;
    font-weight: 400;
}
.breadcrumb > li + li:before {
    display: none;
}
.breadcrumb li:last-child i {
    display: none;
}
.breadcrumb li a {
    font-size: 12px;
    color: #333333;
}
.breadcrumb li:nth-child(1) a{
    color: #333333 !important;
}
.breadcrumb li:nth-child(1) a:before {
    color: rgb(60, 60, 60);
    content: "\f015";
    display: inline-block;
    margin-right: 5px;
    text-rendering: auto;
    font: 16px/1 FontAwesome;
}
.breadcrumb li:nth-child(odd) a{
    color:#39b3e4;
}
select, select.form-control {
    font-size: 14px;
}
.filter_products.pull-right label{
    margin-top: 6px;
    float: right;
}
/*====== End Products Main ======*/

/*===== News Page =====*/
.f-news-page {
    list-style: none;
}
.bloc-bottom {
    margin-top: 0px;
    padding-bottom: 10px;
}
.bloc-bottom .f-block-title {
    font-size: 16px;
    font-weight: bold;
    border-bottom: none !important;
    border-top: 1px solid #ddd;
    padding-top: 12px;
    margin-bottom: 0px;
}
.bloc-bottom .f-block-news-menu li {
    display: inline-block;
}
.bloc-bottom .f-block {
    border: none;
    padding: 0 0;
    margin-top: 5px;
}
.bloc-bottom .slide1 > div {
    width: 100%;
}
.bloc-bottom .f-block-title span {
    color: #888;
    font-size: 16px;
    position: relative;
}
.tab-sp > div {} .tab-sp > div:first-child {} .slide1 > div {
    padding: 1px;
}
.f-news-page li {
    margin-top: 11px;
    padding: 0px;
    padding-bottom: 10px;
}
.new-date {
    color: #999;
    font-weight: normal;
    font-size: 13px;
    padding: 5px 0px;
    font-style: italic;
}
.f-news-page li .f-news-page-item-img {
    background: #fff;
}
.f-news-page li .f-news-page-item-img .thumbnail {
    border-radius: 0px;
}
.f-news-page li .f-news-page-item-img {
    background: #fff;
    height: 400px;
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
.f-news-page li .f-news-page-item-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.f-news-page li .f-news-page-item-img:hover img {
    opacity: .7;
} 
.f-news-page li .f-news-page-item-text {
    overflow: hidden;
    padding-bottom: 3px;
}

.f-news-page-item-text time,.f-news-page-item-text .fa{
    color: #B6B6B6;
    font-size: 12px;
}
.f-news-page li .f-news-page-item-text h2 {
    margin: 5px 0;
}
.f-news-page li .f-news-page-item-text h2 a {
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 21px;
}
.f-news-page li .f-news-page-item-text h2 a:hover{
    color:#00A9E0;
}
.f-news-page li .f-news-page-item-text .f-news-page-item-summary {
    line-height: 18px;
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    text-align: justify;
    color: #333;
    overflow: hidden;
    margin: 10px 0;
}
.f-news-page li .f-news-page-item-text .f-read-more {
    margin-top: 6px;
}
.f-news-page li .f-news-page-item-text .f-read-more a:hover{
    background-color: #00A9E0;
    border: 1px solid #00A9E0;
    color: #fff;
}
.f-news-page li .f-news-page-item-text .f-read-more a {
    background: #fbfcfd none repeat scroll 0 0;
    border: 1px solid #a5a9ac;
    color: #3c414c;
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    margin: 5px auto 15px;
    padding: 3px 15px;
    text-align: center;
    text-transform: uppercase;
}
.f-news-view-page .f-news-view-title h1 {
    display: block;
    font-size: 22px;
    line-height: 35px;
    margin: 0;
    color: #444;
}
.title-bl {
    position: relative;
    color: #CC040E !important;
    line-height: 31px;
    height: 32px;
    border-bottom: 1px solid #ededed;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.binhluan {
    text-align: right;
    margin: 10px;
}
.binhluan a.active {
    color: #CC040E;
}
.binhluan a {
    font-weight: bold;
    color: #222;
    font-size: 12px;
}
.binhluan span._line {
    margin: 0px 5px;
}
.f-news-date {
    color: #B6B6B6;
    font-size: 12px;
    padding-bottom: 4px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 15px;
}
.f-news-date .left {
    float: left;
}
.f-news-date .right {
    float: left;
}
.f-news-view-detail,
.f-video-view-detail {
    color: #404040;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 0;
    text-align: justify;
}
.f-news-view-detail img{
    max-width: 100%;
    height: auto;
    margin:10px 0;
}
.f-news-view-page .f-news-other {
    list-style: none;
}
.f-news-view-page .f-news-other li {
    line-height: 22px;
    margin-left: 6px;
}
.form-horizontal .control-label {
    color: #596067;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.f-news-view-page .f-news-other li a {
    background: url(../imgs/nav.png) no-repeat 0px 4px;
    padding-left: 10px;
    font-size: 12px;
}
.f-news-view-page .f-news-view-tags {
    margin-top: 10px;
}
.f-news-view-page .f-news-view-comment {
    margin-top: 10px;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header {
    height: 21px;
    border-bottom: 1px solid #F5F5F5;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul {
    list-style: none;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul li {
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 1px;
    height: 20px;
    border-bottom: 1px solid #FFF;
    border-right: 1px solid #F1F1F1;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul li:first-child {
    padding-left: 0px;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul li:last-child {
    border-right: 0px;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul li:hover {
    color: #f34711;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul li:hover a {
    color: #f34711;
}
.f-news-view-page .f-news-view-comment .f-news-comment-tab-header > ul li a.selected {
    color: #f34711;
}
.f-news-other {
    list-style: none;
}
.f-news-other img {
    display: none;
}
.f-news-other h3 {
    font-size: 12px;
    margin: 9px;
}
.f-news-other h3 a {
    color: #00AEEF;
    display: block;
    font-size: 13px;
    padding: 4px 0;
}
.newsdetail_img_details_big{
    display: block;
    height: 400px;
    width: 100%;
    float: left;
   margin: 0 0 10px 0;
}
.newsdetail_img_details_big img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover; 
}
.newsdetail_img_details_big img:hover{
    opacity: 0.7;
}
/*===== News Page ======*/
/*====== END NEWS STYLE ======*/

/*====== Begin Tab Home Album ======*/
#f-album-tab-home {
    list-style: none;
    margin: 0;
    padding: 0;
}
#f-album-tab-home li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
#f-album-tab-home li a {
    font-size: 16px;
    border-radius: 0px;
}
#f-album-tab-home li a.selected {
    color: #F34711;
}
.menutop .news-top {
    display: none;
}
/*====== END Tab home album ======*/

/*====== Album Main ======*/
.f-album .f-album-item {
    position: relative;
    list-style: none;
    margin-bottom: 20px;
    background: #FFF;
    height: 253px;
    overflow: hidden;
}
.f-album .f-album-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.f-album-item .f-album-icon,
.f-video-item .f-video-icon {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: opacity 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.f-album-item .f-album-icon:hover,
.f-video-item .f-video-icon:hover {
    opacity: 1;
}
.f-album-icon .f_album_title,
.f-video-icon .f_video_title {
    padding: 20px 5px;
}
.f-album-icon .f_album_title h2,
.f-video-icon .f_video_title h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 20px;
}
.f-album-icon .f_album_title h2 a,
.f-video-icon .f_video_title h2 a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.f-album-item .f-album-icon .album_icon,
.f-video-item .f-video-icon .video_icon {
    background-color: #eee;
    border: 1px solid rgba(150, 150, 150, 0.5);
    border-radius: 2px;
    color: #555;
    font-size: 16px;
    padding: 5px 10px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    transition: color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.f-video-item .f-video-icon .video_icon {
    bottom: 50px;
    font-size: 20px;
    padding: 10px 15px;
}
.f-album-item .f-album-icon .album_icon:hover,
.f-video-item .f-video-icon .video_icon:hover {
    background: #39b3e4;
    color: #fff;
}
.f-album li .f-album-item-img {
    position: relative;
}
.f-album-item-img-album {
    height: 175px;
}
.f-album-item-album{
    height: auto !important;
}
.f-album .f-album-item .f-album-item-img .f-album-item-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.f-album .f-album-item:hover .f-album-item-img-hover {
    transition: opacity .20s ease-in 0s, box-shadow .40s ease-out 0s;
    -webkit-box-shadow: 0 0 130px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 0 130px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 0 130px rgba(0, 0, 0, 1) inset;
    background: url(../imgs/full_image.png) no-repeat center;
}
.button-like {
    margin-top: 10px;
}
.f-album .f-album-item .f-album-item-img img {
    margin: 0 auto;
}
.f-album .f-album-item .f-album-item-img img:hover {
    opacity: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.f-album .f-album-item .f-album-item-title {
    padding: 5px;
    text-align: center;
    margin-top: 0px;
    background: #FFF;
    overflow: hidden;
    height: 44px;
}
.f-album .f-album-item .f-album-item-title h2 {
    margin: 0;
    padding: 0;
}
.f-album .f-album-item:hover {} .f-album .f-album-item .f-album-item-title a {
    line-height: 18px;
    font-size: 12px;
    color: #3A3A3A;
    font-family: arial;
}
.f-album .f-album-item:hover .f-album-item-title a {
    color: #17bcb8;
}
.f-album .f-album-item-description {
    display: none;
}
.f-album-view-page .f-album-detail {
    margin-top: 10px;
    line-height: 20px;
    text-align: justify;
}
.f-album-view-page .f-album-detail-readmore {
    margin-right: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;
    cursor: pointer;
}
.f-album-view-page .f-album-detail-readmore a {
    font-family: metro-b;
    padding: 4px;
    color: #E96E1C;
}
.f-page-split img {
    float: left;
    margin-right: 10px;
    height: 100%;
}
img.img-news-other{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.f-page-split ul, .f-page-split ul li
{
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
}
.f-page-split ul, .f-page-split ul li:first-child{
    padding-top:0;
}
.f-page-split ul, .f-page-split ul li:last-child
{
    border-bottom:none;
}
.new-detail .f-module-page {
    background: none;
}
.new-detail .f-pr-item-boxdetail .f-pr-item-price {
    font-weight: normal !important;
    text-align: center !important;
}
.product-detail {
    margin-bottom: 15px;
}
/*====== END Album Main ======*/

/*====== Video Main ======*/
.f-video-tab-home,.tab-hot .f-center-title {
    width: 100%;
    float: left;
}
.f-video-tab-home li {
    float: left;
}
.header-top-top {
    background: #17bcb8;
    margin: 0 -30px;
    padding: 11px 35px 12px;
    position: relative;
    display: none;
}
.f-video {
    margin-top: 10px;
}
.f-video li {
    list-style: none;
}
.f-video .f-video-icon .f_video_title1 {
    margin-bottom: 120px;
    padding: 60px 20px;
}
.f-video .f-video-icon .f_video_title1 h2 {
    font-size: 28px;
}
.f-video .f-video-icon .f_video_title1 h2 a {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
}
.f-video .f-video-icon .video_icon1 {
    font-size: 28px;
    padding: 20px 30px;
    background-color: #eee;
    border: 1px solid rgba(150, 150, 150, 0.5);
    border-radius: 2px;
    color: #555;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    transition: color 0.2s linear 0s, background-color 0.2s linear 0s, opacity 0.2s linear 0s;
}
.f-video .f-video-icon .video_icon1:hover {
    background: #17BCB8;
    color: #fff;
}
.v2-hometab-news-small-title h2:hover,
.v2-hometab-news-big li.bigfirst h2:hover {
    color: #17bcb8;
}
.f-video .f-video-item {
    position: relative;
    margin-bottom: 30px;
    background: #FFF;
    height: 275px;
    overflow: hidden;
}
.f-video .f-video-item>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.f-video .f-video-item .f-video-item-img {
    position: relative;
    padding: 5px;
    height: 237px;
}
.f-video .f-video-item .f-video-item-img img {
    width: 100%;
}
.f-video .f-video-item .f-video-item-img .f-video-item-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0px 0px 1px rgba(5, 5, 5, 0.5);
    z-index: 10;
}
.f-video .f-video-item .f-video-item-img img {
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.f-video .f-video-item:hover .f-video-item-img .f-video-item-img-hover {
    transition: opacity .20s ease-in 0s, box-shadow .40s ease-out 0s;
    -webkit-box-shadow: 0 0 130px rgba(0, 0, 0, 1) inset;
    -moz-box-shadow: 0 0 130px rgba(0, 0, 0, 1) inset;
    box-shadow: 0 0 130px rgba(0, 0, 0, 1) inset;
    background: url(../imgs/play_video.png) no-repeat center;
}
.f-video .f-video-item .f-video-item-img .f-video-item-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.f-video .f-video-item .f-video-item-title {
    padding: 5px;
    text-align: center;
    margin-top: 0px;
}
.f-video .f-video-item .f-video-item-title h2 {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
    height: 34px;
    overflow: hidden;
}
.f-video .f-video-item .f-video-item-title a {
    line-height: 18px;
    font-size: 12px;
    color: #000;
    text-align: center;
}
.f-video .f-video-item .f-video-item-title a:hover,
.f-news .f-news-item .f-news-item-title a:hover,
.f-footer ul.f-footer-nav li ul li a:hover,.f-album-icon .f_album_title h2 a:hover, .f-video-icon .f_video_title h2 a:hover{
    color: #00a9e0 !important;
}
.f-video-view-page .f-video-view-player {
    margin-top: 10px;
    background: #000;
}
.f-video-view-page .f-video-view-detail {
    margin-top: 10px;
    line-height: 20px;
    text-align: justify;
}
.f-video-view-page .f-video-detail-readmore {
    margin-right: 10px;
    height: 23px;
    line-height: 20px;
    margin-top: 5px;
    cursor: pointer;
}
.f-video-view-page .f-video-detail-readmore a {
    padding: 4px;
    color: #39b3e4;
    border: 1px solid #008dc7;
    font-size: 12px;
    border-radius: 2px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.autosize-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.autosize-container iframe,
.autosize-container object,
.autosize-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*====== End Video Main ======*/

/*====== Map ======*/
.f-maps-page .f-maps-left {} .f-maps-page .f-maps-left .f-maps-left-mapinfo {
    line-height: 20px;
    margin-top: 10px;
    text-align: justify;
    background: #F5F5F5;
    padding: 5px;
    border-radius: 3px
}
/*====== End Map ======*/

/*====== Contact ======*/
.form-horizontal{
    margin-top: 20px;
}
#txtContent {
    height: 150px;
    border: 1px solid #d7d7d7;
    padding:10px !important;
    box-shadow: none;
}
.f-contact-page {
    padding: 10px;
}
.f-contact-page .f-contact-page-info {
    margin-bottom: 10px;
}
.f-contact-form {
    margin-top: 20px;
    width: 100%;    
    float: left;
}
.title_contact {
    color: #505050;
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    word-spacing: 5px;
    margin-top: 0;
    font-family: 'Lato', sans-serif;
}
.iconContact {
    border: 1px solid #282828;
    border-radius: 100%;
    display: block;
    float: left;
    height: 37px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 37px;
    padding: 10px;
}
.contactDetails > p {
    color: #666;
    font-size: 14px;
    margin-bottom: 35px;
}
.contactDetails p:hover .iconContact{
    border: 1px solid #00A9E0;
    color: #00A9E0;
}
.contactDetails{
    margin: 29px 0;
}
.form-horizontal .col-md-6.col-sm-6.col-xs-12,.form-horizontal .col-md-12.col-sm-12.col-xs-12  {
    margin: 0 0 15px;
}
.warning{
    width: 100%;
}
#form_contact .form-control{
    border-radius: 0 !important;
}
#form_contact .btn-primary{
   background: #3a3d42 !important; 
}
#form_contact .btn-primary:hover{
   background: #00AEEF !important; 
}
/*====== End Contact ======*/

/*====== BEGIN RIGHT CONTAINER ======*/
.f-container .f-ctn-right {
    float: left
}
/*====== END RIGHT CONTAINER ======*/

/*====== Col Left Page ======*/
.col_left_page .f-block .f-block-title {
    display: block;
    border-bottom: 1px solid #2ba8db;
    margin: 0 0 15px;
}
.col_left_page .f-block .f-block-body ul.f-block-news-menu>li{
    border-bottom: 1px dashed #e5e5e5;
    line-height: 22px;
    padding: 10px 0px;
    font-size: 14px;
    background: none;
}
.col_left_page .f-block .f-block-body ul.f-block-news-menu>li a{
    color: #a8a8a8; 
}
.col_left_page .f-block .f-block-body ul.f-block-news-menu>li a:before {
    color: #a8a8a8;
    content: "\f196";
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-language-override: normal;
    font-size: 14px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 10px;
    text-rendering: auto;
}
.col_left_page .f-block .f-block-body ul.f-block-news-menu>li:hover {
    background: none;
}
.col_left_page .f-block .f-block-body ul.f-block-news-menu>li a:hover,.col_left_page .f-block .f-block-body ul.f-block-news-menu>li a:hover:before {
    color:#2ba8db;
}
.category_products {
    margin: 0 0 10px 0;
}
.f-block-title h3 {
    border-bottom: 2px solid #2ba8db;
    padding: 0 0 5px 0;
    font-size: 15px;
    display: inline-block;
    margin: 0;
    font-weight: bold;
}
/*====== END Col Left Page ======*/

/*====== BEGIN BLOCK STYLE ======*/
.f-block .f-block-title {
    border-bottom: 1px solid #2ba8db;
    color: #15191d;
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    text-transform: uppercase;
}
.f-block .f-block-title h2 {
    font-size: 17px;
    margin: 0;
}
.f-block .f-block-body {
    background: #FFF;
    border-top: none;
}
.f-block .f-block-body ul.f-block-pr-menu {
    list-style: none;
}
.banner {
    margin-top: 10px;
}
.f-block .f-block-body ul.f-block-pr-menu li {
    padding-left: 10px;
    line-height: 30px;
    background: #FFF;
    border-bottom: 1px solid #F1F1F1;
}
.f-block .f-block-body ul.f-block-pr-menu li a {
    color: #383838;
    margin-left: 10px;
    font-size: 13px;
}
.f-block .f-block-body ul.f-block-news-menu {
    list-style: none;
    overflow: hidden;
}
.f-block .f-block-body ul.f-block-news-menu>li h4 {
    margin: 5px 0 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}
.f-block .f-block-body ul.f-block-news-menu>li > a img {
    margin: 0 auto;
}
.f-block .f-block-body ul.f-block-news-menu>li {
    color: #454545;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 44px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    background: #f1f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #dfdddd;
}
.f-block .f-block-body ul.f-block-news-menu>li:last-child{
    border:none;
}
.f-block .f-block-body ul.f-block-news-menu>li:hover{
    background-color: #3799e4;
}
.f-block .f-block-body ul.f-block-news-menu>li>a:hover{
    color:#fff;
}
.f-block .f-block-body ul.f-block-news-menu>li>a {
    display: block;
    position: relative;
    overflow: hidden;
}
.f-block .f-block-body ul.f-block-news-menu>li>a .content_center {
    position: absolute;
    left: 5.2%;
    bottom: 10.5%;
}
.f-block .f-block-body ul.f-block-news-menu>li:last-child h2 {
    color: #000;
}
.content_center h3 {
    font-size: 53px;
    font-weight: normal;
    line-height: 53px;
    color: #fff;
    margin-bottom: 5px;
}
.content_center p {
    font-size: 27px;
    color: #17bcb8;
    line-height: 37px;
    width: 70%;
    margin: 0;
}
.f-block .f-block-body ul.f-block-news-menu>li:after {
    position: absolute;
    top: 16px;
    left: 5px;
    content: '';
    width: 5px;
    height: 5px;
    background: #F00;
    background: #B3B3B3;
    display: none;
}
.f-block-news-menu.row {} .danhmuc-top h2 a {
    font-size: 22px;
    text-align: center;
    color: #17bcb8;
    font-weight: 300;
    padding: 4px 0;
}
.block1 .f-block .f-block-body {
    padding: 0 0;
}
.block1 .f-block .f-block-body ul.f-block-news-menu>li ul {
    display: block;
    position: initial;
    min-width: 250px;
    background: #F7F7F7;
    border-radius: 3px;
    z-index: 999;
    border-bottom: 3px solid #47b3e4;
    padding-top: 8px;
    padding-bottom: 3px;
}
.block1 .f-block .f-block-body ul.f-block-news-menu>li ul li {
    border: 0px solid #ccc;
    border-left: 0px solid #17bcb8;
    margin-bottom: -1px;
    padding-left: 20px;
    background: #F7F7F7 url(../imgs/arr.png) no-repeat 8px 11px;
    height: 31px;
    overflow: hidden;
    line-height: 31px;
}
.danhmuc-top h2 {
    text-align: center;
    margin: 0 0;
    line-height: 30px;
    padding: 5px 0;
    background: #F7F7F7;
    border-radius: 4px 4px 0 0;
}
.f-block .f-block-body ul.f-block-news-menu>li:hover>ul {
    display: block;
}
.f-block .f-block-body ul.f-block-news-menu>li ul {
    z-index: 1;
    background: #FFF;
    list-style: none;
}
.f-block .f-block-body ul.f-block-news-menu>li ul li {
    position: relative
}
.f-block .f-block-body ul.f-block-news-menu>li ul li:nth-child(n+4) {
    display: none;
}
.f-block .f-block-body ul.f-block-news-menu>li ul li {
    width: 100%;
    float: none;
}
.f-block .f-block-body ul.f-block-news-menu>li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    min-width: 250px;
    background: transparent;
    border-radius: 3px;
    z-index: 999;
}
.f-block .f-block-body ul.f-block-news-menu>li ul li:first-child {
    border-radius: 0px 3px 0px 0px
}
.f-block .f-block-body ul.f-block-news-menu>li ul li:last-child {
    border-radius: 0px 0px 3px 0px
}
.f-block .f-block-body ul.f-block-news-menu>li ul li {
    border: 1px solid #ccc;
    border-left: 2px solid #17bcb8;
    margin-bottom: -1px;
    padding-left: 15px;
    background: #fff;
    height: 30px;
    line-height: 30px;
}
.f-block .f-block-body ul.f-block-news-menu>li ul li a {
    color: #414141;
    font-size: 13px;
    font-weight: 300;
    white-space: nowrap;
}
.f-block .f-block-body ul.f-block-news-menu>li ul li h2 {
    text-align: left;
    margin: 0 0;
    line-height: 28px;
    padding: 0 0;
    height: 28px;
    overflow: hidden;
}
.f-block .f-block-body ul.f-block-news-menu>li ul li a:hover {
    color: #17bcb8;
}
.f-block .f-block-body ul.f-block-album-menu {
    list-style: none;
}
.f-block .f-block-body ul.f-block-album-menu li {
    padding-left: 10px;
    line-height: 30px;
    background: #FFF;
    border-bottom: 1px solid #F1F1F1;
}
.f-block .f-block-body ul.f-block-album-menu li a {
    color: #383838;
    margin-left: 10px;
    font-size: 13px;
}
.f-block .f-block-body ul.f-block-album-menu li a:hover {
    color: #f34711;
}
.f-block .f-block-body ul.f-block-video-menu {
    list-style: none;
}
.f-block .f-block-body ul.f-block-video-menu li {
    padding-left: 10px;
    line-height: 30px;
    background: #FFF;
    border-bottom: 1px solid #F1F1F1;
}
.f-block .f-block-body ul.f-block-video-menu li a {
    color: #383838;
    margin-left: 10px;
    font-size: 13px;
}
.f-block .f-block-body ul.f-block-video-menu li a:hover {
    color: #f34711;
}
.f-block .f-block-body ul.f-block-custom-menu {
    list-style: none;
}
.f-block .f-block-body ul.f-block-custom-menu li {
    padding-left: 10px;
    line-height: 30px;
    background: #FFF;
    border-bottom: 1px solid #F1F1F1;
}
.f-block .f-block-body ul.f-block-custom-menu li a {
    color: #383838;
    margin-left: 10px;
    font-size: 13px;
}
.f-block .f-block-body ul.f-block-custom-menu li a:hover {
    color: #f34711;
}
.f-block .panel {
    border-radius: 0;
    border: 0px solid #FFF;
    margin-top: 7px;
    box-shadow: none;
}
.f-block .panel .panel-heading {
    padding: 7px 0;
    background: none;
    border-bottom: 1px solid #2ba8db;
}
.f-block .panel .panel-heading h4 a {
    font-weight: 700;
    color: #15191d;
    border-bottom: 2px solid #2ba8db;
    padding: 0 0 3px 0;
    font-size: 15px;
    text-transform: uppercase;
}
.f-block .panel .panel-body {
    border: 0px !important;
}
/*====== BEGIN BLOCK PRODUCT STYLE ======*/
.f-product-bl {
    padding: 0 5px;
}
.f-product-bl .f-pr-bl-item {
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    background: #FFF;
    border-top: none;
}
.slide1 {
    overflow: hidden;
}
.slide1 > div {
    float: left;
    width: 100%;
}
.f-product-bl .f-pr-bl-item-img {
    position: relative;
    border: 0px solid #E7E7E7;
    border-bottom: 0px;
    height: 80px;
    overflow: hidden;
    width: 80px;
    float: left;
    object-fit: scale-down;
    margin: 15px 10px 0;
}
.f-product-bl .f-pr-bl-item h2 {
    text-align: left;
    height: 27px;
    overflow: hidden;
    margin-bottom: 0px;
}
.f-product-bl .f-pr-bl-item h2 a {
    color: #444;
    font-size: 12px;
    line-height: 13px;
}
.block-top {
    overflow: hidden;
}
#carousel-example-generic {
    margin-bottom: 9px;
}
.adv-top {
    margin-top: 12px;
    margin-bottom: 12px;
}
#sidebar .slide1 .f-pr-bl-item-saleof {
    display: none;
}
#sidebar .slide1 .item {
    float: left;
    border: none;
}
#sidebar .slide1 .item img {
    right: 0px;
    height: 165px;
}
#sidebar .f-product-bl .f-pr-bl-item h2 {
    text-align: center;
}
#sidebar .f-product-bl .f-pr-bl-item-img {
    height: 168px;
    margin-top: 0px;
}
#sidebar .f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail {
    display: none;
}
#sidebar .f-product-bl .f-pr-bl-item h2 a {
    font-size: 12px;
    font-weight: normal;
}
.f-product-bl .f-pr-bl-item-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.f-product-bl .f-pr-bl-item-img img {
    margin: 0 auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-saleof {
    position: absolute;
    z-index: 19;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    background: url("../imgs/icon.png") no-repeat left center;
    color: #ffffff;
    top: 0px;
    right: 0px;
    height: 33px;
    width: 36px;
    font-weight: bold;
    line-height: 30px
}
.adv-bottom .left {
    width: 46%;
    float: left;
}
.adv-bottom .left {
    width: 46%;
    float: right;
}
.adv-bottom img {
    max-width: 100%;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-img img {
    height: 100%;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail {
    margin: 0;
    padding: 5px 0px 5px 0px;
    background: #FFF;
    height: 109px;
    overflow: hidden;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail h2 {
    height: 44px;
    margin: 0;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-align: left;
    display: block;
    border: none;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail h2 a {
    font-size: 13px;
    color: #414141;
    line-height: 18px;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail h2 a:hover{
    color: #0da3e2;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail .f-pr-bl-item-price {
    text-align: left;
    font-size: 14px;
    color: #e93232;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 0px;
    background: none;
}
.f-product-bl .f-pr-bl-item .f-pr-bl-item-boxdetail .f-pr-bl-item-old-price {
    text-align: left;
    text-decoration: line-through;
    color: #999;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0px;
}
/*====== END PRODUCT BLOCK STYLE ======*/

/*====== News ======*/
.v2_list_news time{
    color: #666;
    font-size: 11px;
}
.v2_list_news {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.f-news-bl li {
    list-style: none;
    background: #fff;
}
.f-news-bl li .f-news-bl-item {
    overflow: hidden;
}
.f-news-bl li .f-news-bl-item-img {
    padding: 0 8px 0 0;
    background: #fff;
    overflow: hidden;
    width: 100px;
    height: 70px;
    float: left;
}
.f-news-bl li div {
    list-style: none;
    padding-bottom: 3px;
    margin-bottom: 8px;
}
.f-news-bl li .f-news-bl-item {
    border-bottom:1px solid #e8e8e8;
}
.f-news-bl li .f-news-bl-item .label {
    float: right;
}
.f-news-bl li .f-news-bl-item-img {
    overflow: hidden;
}

.f-news-bl li .f-news-bl-item-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.f-news-bl li .f-news-bl-item-title h3 {
    margin: 3px 0 6px;
    color: #1f2228;
    height: 30px;
    overflow: hidden;
    text-align: left;
}
.f-news-bl li .f-news-bl-item-title h3 a {
    color: #444;
    line-height: 15px;
    font-size: 13px;
    font-weight: 700;
}
.f-news-bl li .f-news-bl-item-title h3 a:hover{
    color:#00A9E0;
}
.date-new {
    color: #ABABAB;
    font-size: 11px;
    font-style: italic;
}
.v2-block-support .f-news-bl-item-img {
    margin-top: 10px;
}
.v2-block-support li {
    padding: 0 10px;
}
.adv-left {
    position: relative;
    display: block;
}
.title-adv {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    height: 59px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 3px;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
}
/*====== End News ======*/

/*====== Ablum Block ======*/
.f-block-album {} .f-block-album .f-block-album-item .f-block-album-item-img {
    position: relative;
}
.f-block-album .f-block-album-item .f-block-album-item-img img {
    margin: auto;
}
.f-block-album .f-block-album-item .f-block-album-item-title {
    text-align: center;
    margin-top: 0px;
    background: #fff;
}
.f-block-album .f-block-album-item .f-block-album-item-title a {
    line-height: 21px;
    font-size: 13px;
    color: #A2A2A2;
}
.f-block-album .f-block-album-item:hover .f-block-album-item-title a {
    color: #FC3838;
}
/*====== End Ablum Block ======*/

/*====== Cokkie Website ======*/
.f-block-counter {
    list-style: none;
}
.f-block-counter li {
    line-height: 30px;
}
.f-block-counter .counter-key {} .f-block-counter .counter-value {} .f-block-counter .total {
    background: url(../imgs/vall.png) no-repeat 0px 6px;
}
.f-block-counter .mm {
    background: url(../imgs/vtoday.png) no-repeat 0px 6px;
}
.f-block-counter .weak {
    background: url(../imgs/vyesterday.png) no-repeat 0px 6px;
}
.f-block-counter .day {
    background: url(../imgs/vtoday.png) no-repeat 0px 6px;
}
.f-support-bl {
    padding-top: 40%;
    background: url(../imgs/support.png) no-repeat;
    background-size: 100%;
}
.f-support-bl li {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
}
.f-support-bl div {
    list-style: none;
    padding-right: 0px;
}
/*====== End Cokkie Website ======*/

.f-advsearch {} .f-advsearch .f-advsearch-title {
    border-bottom: 1px solid #f3f3f3;
}
.f-advsearch .f-advsearch-title span {
    line-height: 20px;
    font-size: 13px;
}
.f-advsearch .f-advsearch-body {} .f-advsearch .f-advsearch-body ul li {
    list-style: none;
    line-height: 20px;
    padding: 5px 0;
}
.f-advsearch .f-advsearch-body ul li label {
    font-weight: 400;
    cursor: pointer;
    color: #353535;
    font-size: 12px;
}
.f-advsearch .f-advsearch-body ul li span {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}
.f-color-search ul {
    padding: 0;
    margin: 0;
}
.f-color-search ul li {
    list-style: none;
    padding: 0;
    margin: 6px;
    float: left;
}
.f-color-search ul li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29);
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    line-height: 28px;
    font-size: 10px;
    color: #FFF;
}
.f-color-search ul li span {
    font-size: 35px;
}
.f-blocksearch-title {} .f-contact-bl {} .f-contact-bl .f-contact-bl-add {} .f-contact-bl .block-control-input {
    height: 34px !important;
    border-radius: 2px
}
.f-contact-bl .fileupload {
    width: 100px;
}
/*===== END BLOCK STYLE ===== */
/*=====  END CONTAINER CSS ===== */

/*=====  Compare CSS ===== */
#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 {
    background: url(../imgs/compare.png) no-repeat;
    padding: 8px;
    padding-top: 9px;
    padding-bottom: 7px;
    position: absolute;
    left: 8px;
    top: 8px;
    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 ===== */

/*===== Pagination =====*/
.pagination_main{
    margin-bottom: 20px;
}
.pagination_title{
    margin:10px 0;
}
.f-pagging {
    padding-left: 0px;
}
.news .f-block {
    border: 1px solid #DCDCDC;
    margin-bottom: 10px;
}
.f-pagging ul {
    list-style: none;
    margin: 0px;
    display: block;
    margin: 0px 0;
    border: 1px solid #dddddd;
    float: right;
    border-radius: 4px;
}
.f-pagging ul li a {
    border-right: 1px solid #ddd;
}
.f-pagging ul li:last-child a {
    border-right: none;
}
.f-pagging ul li {
    float: left;
}
.f-pagging ul li.active a:hover,.f-pagging ul li.active a {
    background: #2ba8db;
    border-color: #2ba8db;
    color: #fff;
}
.fb-comments span {
    width: 100%;
}
.pagination > li > a,
.pagination > li > span {
    background: none;
    border: none;
    color: #1f2228
}
.pagination > .disabled > a {
    background: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > .disabled > a:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background: #2ba8db;
    color: #fff;
}
/*===== End Pagination =======*/

/*===== Questions =====*/
.f-qa {
    margin-top: 10px;
}
.f-qaCate {} .f-qaCate-title {
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #E45454;
    font-weight: 700;
    font-size: 16px;
}
.f-qaCate-body {} .f-qaCate-body ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.f-qaCate-body ul li {
    display: block;
    line-height: 30px;
    border-bottom: 1px dashed #f1f1f1;
}
.f-qaCate-body ul li a {
    display: block;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
}
.f-qaCate-body ul li a:before {
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #FA6969;
    content: '';
    border-radius: 50%;
}
.f-qaList {
    padding-bottom: 4px;
    box-shadow: 0 2px 0px #DDD;
    margin-bottom: 10px;
}
.f-qaBox-title {
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #00AEEF;
    font-weight: 700;
    font-size: 16px;
}
.f-qaBox-title a {
    font-size: 15px;
    text-transform: uppercase;
    color: #515151
}
.f-qaBox-list {
    height: 300px;
}
.f-qaList-body {} .f-qaList-sotr {
    padding: 5px;
    border: 1px dashed #FFF;
    margin-top: 8px;
    background: #f1f1f1;
}
.f-qaList-sotr a {
    color: #CA3D3F;
}
.f-qaList-body-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.f-qaList-body-ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #c1c1c1;
}
.f-qaList-body-ul li .qa-name {
    font-size: 13px;
    color: #FA5858;
}
.f-qaList-body-ul li .qa-title {
    font-size: 13px;
    color: #373737;
}
.f-qaList-body-ul li .qa-desp {
    color: #6F6D6D;
    font-size: 13px;
}
.f-qaList-body-ul li .qa-desp span {
    color: #C72222;
    font-size: 12px;
    padding: 3px;
}
.f-qaUpdate {
    text-align: right;
    display: inline-block;
    float: right;
}
.f-qaUpdate a {
    border-radius: 0;
    padding: 10px 25px;
}
.f-qaHot {} .f-qaHot-title {
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #E45454;
    font-weight: 700;
    font-size: 16px;
}
.f-qaHot-body {} .f-qaHot-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.f-qaHot-body ul li {
    border-bottom: 1px dashed #817E7E;
    padding: 4px 0;
    line-height: 20px;
}
.f-qaHot-body ul li a {
    display: block;
    font-size: 13px;
}
.f-qaHot-body ul li a span.glyphicon {
    color: #F4AF32;
}
.f-qaViewPage {} .f-qaViewPage {} .f-qaView-body-ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.f-qaView-body-ul li {
    margin-bottom: 10px;
    border-bottom: 1px dotted #c1c1c1;
    padding-bottom: 10px;
}
.f-qaView-body-ul li .qa-name {
    font-size: 12px;
    color: #FA5858;
    display: block;
    position: relative;
    margin-top: 2px;
    text-align: center;
    font-weight: bold;
}
.f-qaView-body-ul li .qa-title {
    font-size: 13px;
}
.f-qaView-body-ul li .qa-desp {
    position: relative;
    padding: 10px 20px;
    background: #EBEBEB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 20px;
}
.f-qaView-body-ul li .qa-desp h1 {
    padding: 0;
    font-size: 17px;
    margin: 4px 0px;
    font-weight: 700;
    color: #3A3A3A;
}
.f-qa-answer-box .form-control,
.f-qa-answer-box .btn {
    border-radius: 2px;
}
.f-qaView-body-ul li .qa-desp:after {
    content: "";
    position: absolute;
    top: 5px;
    left: -16px;
    border-style: solid;
    border-width: 11px 16px 0px 0;
    border-color: rgba(0, 0, 0, 0) #EBEBEB;
    display: block;
    width: 0;
    z-index: 1;
}
.f-qaView-body-ul li .qa-tool {
    position: relative;
    margin-top: 4px;
    text-align: right;
}
.f-qaView-body-ul li .qa-tool a {
    font-size: 12px;
    padding-right: 5px;
    padding-left: 5px;
    color: #9E9E9E;
}
.f-qaView-body-ul li .qa-tool a:hover {
    color: #EC5757;
}
.f-qaView-body-ul li .qa-tool a span {} .f-qaView-body-ul li .qa-desp span {
    color: #C72222;
    font-size: 12px;
    padding: 0px;
}
.f-qaView-body-ul li .qa-time {
    font-size: 12px;
    text-align: right;
    position: relative;
    margin-top: 4px;
    padding-right: 5px;
    color: #4BC7EC;
}
.f-qaView-body-ul li .media-body {
    width: 100%
}
.f-qaView-body-ul li .qa-quote {
    background: #F7F7F7;
    padding: 6px;
    border-left: 4px solid #F08181;
    border-radius: 4px;
    margin-bottom: 9px;
    color: #868686;
    font-size: 13px;
}
.f-qaView-body-ul li .qa-quote span {} .f-qaView-body-ul li .qa-quote p {
    margin: 0
}
.f-qa-answer-bt a {
    border-radius: 2px;
    padding: 4px 12px;
    font-size: 12px;
    margin-top: 8px;
}
.f-qaView-question .qa-tool {
    text-align: left !important;
    margin-left: 8px;
}
.f-qaView-question .qa-time {
    text-align: left !important;
    margin-left: 13px;
}
.f-qaView-question .qa-desp {
    background: #FDFDE1 !important;
    border: 1px solid #EBEBEB;
}
.f-qa-answer-bt {
    text-align: right
}
.f-qa-answer-box {
    display: none
}
.f-qa-answer-box-tool {
    margin-top: 5px;
}
.form_ykien {
    display: none;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.ykientitle {
    position: relative;
    text-align: left;
    height: 51px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
}
.ykientitle a {
    padding: 10px;
    background: #0069A3;
    width: 200px;
    margin: auto;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    float: right;
    text-align: center;
    cursor: pointer;
}
.form_ykien .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 23px;
}
.form_ykien .control-label {
    font-size: 12px;
}
.form_ykien .col-md-5 {
    position: relative;
}
.form_ykien .form-control {
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #0069A3;
}
.list-ykien-item {
    margin-bottom: 40px;
    border-bottom: 1px dashed #F1F1F1;
    padding-bottom: 40px;
}
.ykien-thum {
    border-right: 2px solid #E72121;
}
.ykien-thum a {
    width: 110px !important;
    height: 110px !important;
    overflow: hidden;
    border-radius: 50%;
    background: #A3A3A3;
    border: 2px solid #0069A3;
    position: relative;
    display: block;
    z-index: 100;
}
.ykien-thum img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    max-width: none !important;
}
.ykien-thum img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ykien-ct {
    padding-left: 12px;
}
.ykien-name {
    font-weight: bold;
    font-size: 13px;
}
.yk-time {
    font-size: 13px;
    color: #707070;
    text-transform: lowercase;
    font-style: italic;
}
.yk-short {
    display: block;
    font-size: 13px;
    line-height: 23px;
    margin-top: 6px;
    padding-left: 5px;
    border-left: 1px dashed #EBEBEB;
    margin-left: 8px;
    text-align: justify;
}
.phai .ykien-thum {
    border-right: 0;
}
.phai .ykien-thum a {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    background: #A3A3A3;
    border: 2px solid #0069A3;
    position: relative;
    display: block;
    float: right;
}
.phai .ykien-thum img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -17px;
    right: 0;
    margin: auto;
}
.phai .ykien-ct {
    padding-right: 12px;
    padding-left: 0;
    border-left: 0;
    text-align: right;
}
.phai .yk-time {
    font-size: 13px;
    color: #707070;
    text-transform: lowercase;
    font-style: italic;
}
.phai .yk-short {
    display: block;
    font-size: 13px;
    line-height: 23px;
    margin-top: 6px;
    padding-left: 5px;
    border-left: 0px dashed #EBEBEB;
    margin-left: 8px;
    text-align: justify;
    border-right: 1px dashed #EBEBEB;
    margin-right: 8px;
    padding-right: 5px;
}
.phai .ykien-name {
    font-weight: bold;
    font-size: 13px;
}
.phai .list-ykien-item .col-md-10 {
    padding: 0;
}
.form_ykien .control-label {
    font-size: 12px;
}
.form_ykien .form-control {
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #0069A3;
}
.form_ykien .col-md-5 {
    position: relative;
}
.form_ykien .help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #E60A0A;
    position: absolute;
    top: 35px;
    left: 15px;
    font-size: 12px;
}
.form_ykien .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 23px;
}
/*===== Questions =====*/

/*===== Footer =====*/
.f-footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #333333 none repeat scroll 0 0;
    color: #a3a3a3;
    padding:20px 0 0px;
}
.footer_middle_title{
    margin-bottom: 35px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    text-transform: uppercase;
}
.footer_list_links li a{
    color: #dddddd;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    padding: 5px 0;
    text-transform: capitalize;
}
.footer_list_links li a:hover{
    color: #39b3e4;
}
.footer-static-top .f-col::before {
    border-left: 1px solid #484848;
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
}
.footer-payment {
    float: right;
    margin-top: 5px;
}
.footer-middle {
    padding: 0 0 30px 0;
}
.col-md-3.col-sm-6.col-xs-6.footer_middle_main{
    position: relative;
}
.col-md-3.col-sm-6.col-xs-6.footer_middle_main:before,.col-md-3.col-sm-6.col-xs-6.footer_right_introduction:before{
    border-left: 1px solid #484848;
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
}
.col-md-3.col-sm-6.col-xs-6.footer_middle_main:nth-child(1):before{
    border-left: none;
}
.container-inner address {
    color: #dddddd;
    float: left;
    font-size: 14px;
    margin: 10px 0 0 !important;
}
.container-inner {
    border-top: 2px solid #484848;
    padding: 20px 0;
}
ul.f-footer-nav {
    border-bottom: 2px solid #484848;
    margin-bottom: 40px;
    padding: 10px 0 20px;
}
ul.f-footer-nav  li {
    border-right: 1px solid #9f9f9f;
    display: inline-block;
    padding: 0 10px;
}
ul.f-footer-nav li:first-child{
    padding-left: 0;
}
ul.f-footer-nav li:last-child{
    border:none !important;
}
ul.f-footer-nav li a {
    color: #dddddd;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}
ul.f-footer-nav li a:hover {
    color: #39B3E4;
}
/*===== End Footer =====*/

.f-product-view .f-pr-view-choosesizeGroup {
    border: 1px solid #F1F1F1;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.f-product-view .f-pr-view-choosesizeGroup .dealer-tab {} .dealer-tab label {
    font-size: 14px;
    display: block;
    margin: 0 0 10px;
    color: #7a8188;
}
.dealer-tab ul li,
.box-size-title,
.f-pr-view-box-size select {
    color: #7a8188;
}
.f-product-view .f-pr-view-choosesizeGroup .dealer-tab a {
    padding: 4px;
    border-bottom: 2px solid #FFF;
    margin: 3px;
}
.f-product-view .f-pr-view-choosesizeGroup .dealer-tab a.active {
    border-color: #EC0A4F;
    color: #000;
}
.f-product-view .f-pr-view-choosesizeGroup .f-pr-view-choosesizeGroup ul {
    list-style: none;
    margin: 0;
    margin-top: 16px;
    padding: 0;
}
.new-detail .f-page-split-title:after {
    top: 14px;
}
.f-product-view .f-pr-view-choosesizeGroup .f-pr-view-choosesizeGroup ul li {
    background: #EAEAEA;
    padding: 3px;
    border-bottom: 1px solid #BBB;
}
.f-product-view .f-pr-view-choosesizeGroup .csg-oldprice {
    text-decoration: line-through;
    color: #808080;
    display: block;
    margin-top: 5px;
}
.f-product-view .f-pr-view-choosesizeGroup .csg-price {
    font-size: 16px;
    font-weight: 700;
    color: #D73131;
}
.f-product-view .f-pr-view-choosesizeGroup .select_number {
    margin-top: 14px;
}
.f-product-view .f-pr-view-choosesizeGroup .namesize {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: 16px;
}
.news .slide1 .item:nth-child(n+9) {
    display: none;
}
.news .slide1 .item {
    width: 50%;
}
.news .slide1 .f-pr-bl-item h2 {
    height: 30px;
    text-align: center;
}
.news .slide1 .f-pr-bl-item h2 a {
    font-weight: normal;
    line-height: 16px;
}
.news .slide1 >div {
    margin-right: -2px;
}
.news .slide1 .item .f-pr-bl-item-saleof,
.news .slide1 .item .f-pr-bl-item-boxdetail {
    display: none;
}
/* Doan CSS chi tiet 2*/

.f-pr-view-box-size {
    padding: 5px;
    border: 1px solid #F1F1F1;
}
.f-pr-view-box-size .custom_pd {
    padding: 5px;
    float: left;
}
.box-size-item {
    background: #2782E8;
    padding: 0 0px 0 5px;
    border-radius: 2px;
    border: 1px solid #E52020;
    height: 30px;
    width: 82px;
    font-size: 12px;
}
.box-size-name {
    float: left;
    width: 16px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    line-height: 26px;
}
.box-size-name span {} .box-size-select {
    float: right
}
.box-size-select span {
    color: #FFF;
    line-height: 27px;
    text-align: center;
    display: block;
    font-size: 12px;
    margin-right: 3px;
}
.box-size-select select {
    height: 28px;
    border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    border: 1px solid rgba(255, 252, 252, 0.27) !important;
    background: rgba(218, 218, 218, 0) !important;
    width: 48px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.56) !important;
    color: #FFF;
}
.box-size-type {
    float: left;
    width: 16px;
    text-align: center;
    color: #FFF;
    font-weight: 700;
    line-height: 26px;
}
.box-size-info {
    background: #E2E2E2;
    line-height: 31px;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 13px;
}
.box-size-viewprice {
    line-height: 28px;
    background: #2782E8;
    padding: 0 5px;
    border-radius: 2px;
    border: 1px solid #E52020;
    color: #FFEF9B;
    text-transform: uppercase;
    font-size: 12px;
}
.box-size-viewprice a {
    color: #FFF;
    font-size: 12px;
    cursor: pointer;
}
.box-size-title {
    font-weight: 700px;
}
.f-product-view .f-pr-view-chooseColorGroup {
    border: 1px solid #F1F1F1;
    padding: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.f-product-view .f-pr-view-chooseColorGroup .dealer-tab {} .f-product-view .f-pr-view-chooseColorGroup .dealer-tab a {
    padding: 4px;
    border-bottom: 2px solid #FFF;
    margin: 3px;
}
.f-product-view .f-pr-view-chooseColorGroup .dealer-tab a.active {
    border-color: #EC0A4F;
    color: #000;
}
.f-product-view .f-pr-view-chooseColorGroup ul {
    list-style: none;
    margin: 0;
    margin-top: 16px;
    padding: 0;
}
.f-product-view .f-pr-view-chooseColorGroup ul li {
    background: #EAEAEA;
    padding: 3px;
    border-bottom: 1px solid #BBB;
}
.f-product-view .f-pr-view-chooseColorGroup ul li.active {
    background: #FFF5C4;
}
.f-product-view .f-pr-view-chooseColorGroup .csg-oldprice {
    text-decoration: line-through;
    color: #808080;
    display: block;
    margin-top: 5px;
}
.f-product-view .f-pr-view-chooseColorGroup .csg-price {
    font-size: 16px;
    font-weight: 700;
    color: #D73131;
}
.f-product-view .f-pr-view-chooseColorGroup .select_number {
    margin-top: 14px;
}
.f-product-view .f-pr-view-chooseColorGroup .namecolor {
    font-size: 13px;
    font-weight: 700;
    display: block;
    margin-top: 6px;
}
.f-product-view .f-pr-view-chooseColorGroup .viewpricesi {
    font-size: 12px;
    cursor: pointer;
}
.moveimg {
    position: fixed;
    z-index: 9999;
    border: 1px solid #fff;
}
.f-addtocart {
    cursor: pointer;
}
.f-feedback-home {
    padding: 0;
    margin-top: 24px;
}
.f-feedback-home-item {
    text-align: center;
    width: 100%;
    float: left;
    border: 1px solid #ddd;
}
.f-feedback-home-item-img {
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 200px;
    margin: 10px auto 0;
    border: 3px 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-feedback-home-title h2 {
    margin-bottom: 5px;
}
.f-feedback-home-item-img a {} .f-feedback-home-item-img a img {
    display: block;
    width: 100%;
    height: 100%;
}
.f-feedback-home-title {} .f-feedback-home-title a {
    font-size: 15px;
    color: #39b3e4;
    font-weight: 700;
}
.f-feedback-home-time {
    font-size: 11px;
    color: #9B9B9B;
    font-style: italic;
}
.f-feedback-home-sum {
    text-align: justify;
    display: block;
    padding: 14px;
    border-top: 1px solid #ddd;
    color: #444;
    font-size: 13px;
    position: relative;
    height: 227px;
    line-height: 20px;
    overflow: hidden;
    transition: all ease .5s;
}
.f-feedback-home-sum:after {
    position: absolute;
    top: -6px;
    left: 49%;
    content: '';
    width: 10px;
    height: 10px;
    background: #EFEFEF;
    transform: rotate(45deg);
}
.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum:after{
    background: #39b3e4;
}
.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum, .f-feedback-home .f-feedback-home-item:hover,.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-item-img{
    border-color: #39b3e4;
    cursor:pointer;
}
.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum {
    border-color: #39b3e4;
}
.f-recr-view {
    margin-top: 20px
}
.f-prview-page .f-pr-item-img {
    height: 200px !important;
}
.f-prview-page .f-pr-item .f-pr-item-boxdetail h2 {
    height: 36px;
}
.f-prview-page .f-pr-item .f-pr-item-boxdetail .f-pr-item-old-price {
    display: block;
    height: 20px;
}
.f-prview-page .f-pr-item .f-pr-item-boxdetail .f-pr-item-price {
    margin-bottom: 0px;
}
.f-prview-page .viewlist .f-pr-item-img {
    height: auto !important;
}
.f-category-cmv-ul {
    list-style: none;
}
.f-category-cmv {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
    height: 250px;
    padding: 5px;
    margin-bottom: 15px;
}
.f-category-cmv h2 {
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: justify;
    color: #000;
    border-bottom: 1px solid #000;
    display: block;
    height: 56px;
    line-height: 16px;
}
.f-category-cmv h2 a {
    color: #494949;
}
.f-category-cmv .f-category-cmv-summary {
    display: block;
    font-size: 12px;
    margin-top: 10px;
}
.owl_customer_feedback_main .owl-theme .owl-controls .owl-page span {
    background: #49b9e6;
}
/*===== Our Brand =====*/
.owl-carousel-brands.owl-theme.owl-carousel img {
    max-width: 100%;
    height: 80px;
}
.owl-carousel-brands.owl-theme .owl-controls {
    margin-top: 0;
}
/*===== End Our Brand =====*/

/*===== BEGIN TAB HOME PRODUCT =====*/
.content-main-inner .v2-tab-home-ul li.active a ,.f-video-tab-home li.active a{
    border-bottom: 2px solid #2ba8db;
}
.v2-tab-home-ul {
    margin-top: 5px;
}
.v2-home-catepr-left {
    margin-bottom: 10px !important;
}
.v2-tab-home-ul li {
    list-style: none;
    float: none;
    display: inline-block;
}
.v2-tab-home-ul li a,.f-video-tab-home li a {
    display: inline-block;
    color: #2d2d2d;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 40px 0 0;
    position: relative;
    box-shadow: none;
    line-height: unset;
}
.v2-tab-home-ul li.active a {
    display: inline-block;
    font-weight: bold;
    padding:0;
    position: relative;
    border: none;
    border-radius: 0 0 0 0;
}
.v2-tabhome-item-ul {} .v2-tabhome-item-ul li {} .v2-tabhome-item-ul li .f-pr-item {
    box-shadow: none;
}
.v2-tabhome-item-ul li .f-pr-item-img {
    position: relative;
    border-bottom: 0px;
    margin-top: 0px !important;
    height: 180px !important;
    overflow: hidden;
    border: 1px solid #545454 !important;
}
.v2-tabhome-item-ul li .f-pr-item-img img {
    box-shadow: none;
    padding: 0px;
    max-height: 180px;
}
.v2-tabhome-product {} .v2-tabhome-product ul li {
    list-style: none;
    background: #fff;
    padding: 15px;
}
.v2-tabhome-product {} .v2-tabhome-product {} .v2-home-pr-item {
    position: relative;
}
.v2-home-pr-item:hover {} .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);
}
.v2-home-pr-item-compare {
    position: absolute;
    background: #D7D7D7;
    color: #FFF;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    display: none;
    padding: 3px 5px;
}
.v2-home-pr-item-saleof {
    background: #39b3e4 none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 3px 0 0 #008dc7;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 56px;
    left: 15px;
    line-height: 56px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 10px;
    width: 56px;
    z-index: 9;
}
.v2-home-pr-item-img {
    position: relative;
    margin: 0 0 10px 0;
    min-height: 263px;
    height: 263px;
    width: 100%;
    float: left;
    overflow: hidden;
}
.v2-home-pr-item:hover .v2-home-pr-item-img a:before,.v2-pr-item:hover .v2-pr-item-img a:before{
    opacity: 1;
    left: 0px;
    width: 100%;
}
.v2-home-pr-item-img a{
    display: block;
}
.v2-home-pr-item-img a:before,.v2-pr-item-img a:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
    opacity: 0;
    z-index: 1;
}
.v2-home-pr-item-img a img {
    width:100%;
    max-width:100%;
    height: 100%;
}
.v2-home-catepr-title img {
    float: left;
}
.customNavigation a {
    width: 28px;
    height: 28px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: -1px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-indent: -9999px;
    float: left;
    border: 1px solid #e3e4e8;
    padding-top: 10px;
    text-align: center;
    background: #fff;
    position: relative;
}
.customNavigation {
    position: absolute;
    top: 22px;
    right: 0px;
    background: #fff;
    overflow: hidden;
    padding: 0 5px;
}
.customNavigation a:hover {
    background: #efefef;
}
.v2-home-catepr {
    position: relative;
    overflow: hidden;
}
.customNavigation a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 9px;
    display: inline-block;
    vertical-align: 2px;
    top: 9px;
}
.customNavigation .btn-left:after {
    background: url(../imgs/nhommua_icon.png) no-repeat -114px -76px;
    left: 10px;
}
.customNavigation .btn-right:after {
    background: url(../imgs/nhommua_icon.png) no-repeat -93px -76px;
    right: 10px;
}
.v2-home-pr-item-name,.v2-pr-item-boxdetail h2 {
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    height: 49px;
    overflow: hidden;
    margin-top: 8px;
    float: left;
    display: block;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
#stars {
    float: left;
    display: block;
    width: 100%;
}
.v2-home-pr-item-name a{
    text-transform: capitalize !important;
}
.v2-home-pr-item-price-gr:after {} .v2-home-pr-item-price-gr:before {}{
    font-size: 24px;
    color: #17bcb8;
    margin-bottom: 0px;
    line-height: 24px;
}
.v2-home-pr-item-price, .v2-pr-item-price, p.f-pr-bl-item-price{
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 0 5px;
    margin-right: 5px;
    float: left;
    background: #e93232 none repeat scroll 0 0;
}
.v2-home-pr-item-action, .v2-home-pr-item-preview, .v2-home-pr-item-like-ss {
    display: block;
    float: left;
    border: 1px solid #777;
    border-radius: 50%;
    height: 41px;
    margin-right: 10px;
    padding: 0;
    width: 41px;
    line-height: 41px;
    text-align: center;
    transition: all ease .5s;
}
.v2-home-pr-item-action .fa,.v2-home-pr-item-preview .fa,.v2-home-pr-item-like-ss .fa {
    line-height: 38px;
    color: #aaa;
    font-size: 16px;
    left: 12px;
    pointer-events: none;
    top: 12px;
}
.v2-home-pr-item-action:hover,.v2-home-pr-item-preview:hover,.v2-home-pr-item-like-ss:hover {
    background: #00A9E0;
    border-color: #00A9E0;
    box-shadow: 0 3px 0 0 #008dc7;
}
.v2-home-pr-item-action:hover .fa,.v2-home-pr-item-preview:hover .fa,.v2-home-pr-item-like-ss:hover .fa{
    color:#fff;
}

.v2-home-pr-item-price-old,.v2-pr-item-price-old {
    margin-bottom: 0px;
    text-decoration: line-through;
    background: #B2B2B2 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    font-weight: 900;
    padding: 0 5px;
    margin-right: 5px;
    float: left;
}
.viewlist .v2-pr-item-boxdetail .v2-home-pr-item-action {s
    display: none;
}
.viewlist .v2-pr-item-boxdetail .v2-home-pr-item-like-ss {
    display: none
}
.v2-home-pr-item:hover .v2-home-pr-item-action a {} .v2-home-pr-item button.like-product {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 26px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #02AEEF;
    height: 25px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    text-align: center;
}
.v2-home-pr-item:hover button.like-product {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.v2-home-pr-item:hover .v2-home-pr-item-action button {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.v2-home-pr-item-action .v2-home-pr-item-action-detail {
    background: #00AEEF;
    height: 25px;
}
.v2-home-pr-item-action .v2-home-pr-item-action-buy {} .v2-home-pr-item-action .no-buy {
    opacity: 1;
    height: 25px;
}
.v2-home-pr-item-action button.v2-home-pr-item-action-buy {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 90px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #F00;
    height: 25px;
    border: 0;
    padding: 0;
}
.fb-comments,
.fb-comments span,
.fb-comments iframe[style] {
    width: 100% !important;
}
/** END TAB HOME PRODUCT **/

.v2-brand {
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}
.v2-brand-adv-left {
    width: 200px;
    float: left;
}
.v2-brand-adv-left img {
    width: 200px;
}
.v2-brand-adv-right {
    float: left;
    width: 200px;
}
.v2-brand-adv-right img {
    width: 200px;
}
.v2-brand-center {
    float: left;
}
.v2-brand-center ul {
    list-style: none;
    margin-left: 4px;
}
.v2-brand-center ul li {
    float: left;
    background: #FFF;
    margin: 1px;
    padding: 5px;
    text-align: center;
    width: 127px;
    position: relative;
    height: 85px;
    overflow: hidden;
}
.v2-brand-center ul li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.v2-brand-center ul li:hover img {
    -ms-transform: translateX(-5px);
    /* IE 9 */
    -webkit-transform: translateX(-5px);
    /* Chrome, Safari, Opera */
    transform: translateX(-5px);
}
.v2-home-catepr {
    position: relative;
    margin-bottom: 30px;
}
.v2-home-catepr-left {
    margin: 0;
    position: relative;
    padding-left: 0px;
}
.v2-home-catepr-right {
    padding: 0;
    float: left;
    width: 100%;
}
.v2-home-catepr-showli {
    margin-bottom: 15px;
}
.v2-home-catepr-left-mn {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.sp {
    float: left;
    width: 100%;
}
.v2-home-catepr-left-bg {
    float: left;
    position: relative;
    z-index: 1;
    height: 300px;
    width: 100%;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.v2-home-catepr-left-bg:hover {
    -ms-transform: translateX(-2px);
    /* IE 9 */
    -webkit-transform: translateX(-2px);
    /* Chrome, Safari, Opera */
    transform: translateX(-2px);
}
.v2-home-catepr-title {
    float: left;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    background: none !important;
    width: 100%;
}
.v2-home-catepr-title i {
    position: absolute;
    width: 38px;
    height: 38px;
    text-align: center;
    display: none;
    font-weight: 700;
    font-size: 20px;
    top: -5px;
    background: #000;
    left: -5px;
    border-radius: 2px;
    font-style: normal;
}
.v2-home-catepr-title i:before {
    position: absolute;
    bottom: -10px;
    right: 14px;
    width: 8px;
    height: 8px;
    content: '';
    background: #FFF;
    border-radius: 1px;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.block-bottom ul.f-block-news-menu>li:nth-child(1) > a {
    background: #f5791f !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(1) > a .read {
    background: #d35400 !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(1):hover > a .read {
    background: #f5791f !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(1):hover > a {
    background: #d35400 !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(2) > a {
    background: #3498db !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(2) > a .read {
    background: #2980b9 !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(2):hover > a .read {
    background: #3498db !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(2):hover > a {
    background: #2980b9 !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(3) > a {
    background: #a1aaaf !important;
}
.block-bottom ul.f-block-news-menu>li:nth-child(3) > a .read {
    display: none;
}
.block-bottom ul.f-block-news-menu>li:nth-child(3) > a .bottom-dm {
    padding-left: 10px;
}
.block-bottom ul.f-block-news-menu>li:nth-child(3) > a .bottom-dm img {
    right: 12px;
    left: auto;
}
.bottom-dm {
    position: relative;
    text-align: left;
    padding-left: 70px;
}
.block-bottom {
    margin-bottom: 0px;
}
.bottom-dm .read {
    float: right;
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 12px;
    padding: 3px 15px;
    color: #fff;
    background: #999;
    text-transform: uppercase;
    transition: background .3s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
    -o-transition: background .3s;
}
.bottom-dm img {
    position: absolute;
    top: 10px;
    left: 10px;
}
.v2-home-catepr-title i:after {
    position: absolute;
    top: -6px;
    right: 4px;
    width: 30px;
    height: 30px;
    content: '';
    background: none;
    border-radius: 1px;
    border: 3px solid #000;
    border-right: 0;
    border-top: 0;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.v2-home-catepr-title > a span {
    padding-right: 10px;
    white-space: nowrap;
    float: left;
    background: #fff;
    font-size: 28px;
    line-height: 28px;
    color: #15191d;
    font-weight: bold;
    text-transform: uppercase;
}
.block5 {
    float: left;
}
.f-center-module {
    float: left;
    width: 100%;
}
.block-sanpham .f-product-bl {
    width: 33.333%
}
.v2-home-catepr-right .left {
    float: left;
    width: 100%;
}
.v2-home-catepr:hover .f-pr-item-img {} .v2-home-catepr .nav-tabs {
    border-bottom: 0px solid #dddddd;
    display: none;
}
.v2-home-catepr .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.v2-home-catepr .nav-tabs > li:hover a {
    color: #ee3124;
}
.v2-home-catepr .nav-tabs > li > a {
    line-height: 1.428571429;
    text-transform: initial;
}
.v2-home-catepr .nav-tabs > li.active > a:hover,
.v2-home-catepr .nav-tabs > li.active > a:focus {
    color: #FF6600;
    border: 0px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    background: none;
}
.v2-home-catepr-tabul > li.active > a {
    color: #FF6600;
}
.v2-home-catepr .nav-tabs > li.active > a span {
    color: #FF6600;
}
.v2-home-catepr .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.v2-home-catepr .nav-tabs.nav-justified > li {
    float: none;
}
.v2-home-catepr .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.v2-home-catepr .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
.v2-home-catepr-tabul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}
.v2-home-catepr-tabul li {
    float: none;
    margin: 0;
}
.v2-home-catepr-tabul li a {
    display: block;
    font-size: 12px;
    position: relative;
    padding: 4px 15px 3px 15px;
    color: #444;
    border-right: 1px solid #D5D5D5;
    margin: 5px 0px;
}
.v2-home-catepr-tabul li:last-child a {
    border: none;
}
.v2-home-catepr-tabul li:hover {
    border: 0px;
    border-color: transparent;
}
.v2-home-catepr-tabul > li.active > a:hover,
.v2-home-catepr-tabul > li.active > a:focus {
    color: #CC040E;
    border: 0px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
    background: none;
    border: 0px;
}
.v2-home-catepr-tabul > li.active > a {
    color: #FF6600;
}
.v2-home-catepr-3tab {
    background: none !important;
    float: left;
    width: 100%;
    overflow: hidden;
}
.v2-home-catepr-right .right {
    width: 23%;
    float: right;
}
.sp .v2-home-catepr {
    float: left;
}
.v2-home-catepr-right-icon {
    margin-bottom: 12px;
}
.v2-home-catepr-left-bg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp .v2-home-catepr:nth-child(2n+1) {
    border-right: none;
}
.left .tab-content {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.sp .v2-home-catepr:nth-child(n+3) {
    border-top: none;
}
.v2-home-catepr-3tab ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    float: left;
    height: 39px;
    width: 100%;
    border-top: 1px solid #ddd;
}
.v2-home-catepr-3tab ul li {
    display: inline-block;
    height: 32px;
    text-align: center;
}
.v2-home-catepr-3tab ul li.mid {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-top: 0;
    border-bottom: 0;
}
.v2-home-catepr-3tab ul li.active a {
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    border-radius: 3px 3px 0 0;
}
.v2-home-catepr-3tab ul li a {
    color: #2d2d2d;
    line-height: 33px;
    padding: 3px 10px;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    border-right: 1px solid #dddddd;
}
.v2-home-catepr-3tab ul li a:hover {
    color: #2ba8db;
}
.v2-home-catepr-right-icon img,
.v2-home-catepr-right-bg img {
    max-width: 100%;
}
.v2-home-catepr-3tab ul li a {
    position: relative;
}
.v2-home-catepr-3tab ul li a.active:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #FFF;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    border-radius: 50%;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.38);
}
.v2-home-catepr-showul {
    list-style: none;
}
.v2-home-catepr-showul-item .f-pr-item-saleof {
    position: absolute;
    z-index: 19;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    background: url("../imgs/icon.png") no-repeat left center;
    color: #ffffff;
    top: 0px;
    right: 0px;
    height: 33px;
    width: 36px;
    font-weight: bold;
    line-height: 30px;
}
.v2-home-catepr-showul-item .f-pr-item-img {
    height: 249px;
    overflow: hidden;
    position: relative;
}
.v2-home-catepr-showul-item .f-pr-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.v2-home-catepr-showul-item {
    overflow: hidden;
    position: relative;
}
.v2-home-catepr-showul-item:hover .f-pr-item-img img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.v2-home-catepr-showul-item .f-pr-item-boxdetail {} .v2-home-catepr-showul-item .f-pr-item-name {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
}
.v2-home-catepr-showul-item .f-pr-item-price-gr {
    margin: 1px;
    padding: 5px 0;
    display: block;
    text-align: center;
}
.v2-home-catepr-showul-item .f-pr-item-price-gr p {
    padding: 0;
    margin: 0;
}
.f-pr-item-price-gr p {
    display: block;
}
.v2-home-catepr-showul-item .f-pr-item-name h2 {
    margin-top: 0;
    font-size: 15px;
    color: #414141;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
}
.v2-home-catepr-showul-item .f-pr-item-price {
    font-size: 24px;
    color: #17bcb8;
    margin-bottom: 0px;
    line-height: 24px;
}
.v2-home-catepr-showul-item .f-pr-item-old-price {
    font-size: 14px;
    color: #414141;
    font-weight: 300;
    margin-bottom: 0px;
    text-decoration: line-through;
}
.v2-home-catepr-showul .owl-controls {
    display: none !important;
}
.owl-item .item {
    width: inherit !important;
    padding-right
}
.v2-home-catepr-showul-item .f-pr-item-action {
    width: 100%;
}
.v2-home-catepr-showul-item .f-pr-item-action .btndetail {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 0;
    margin-top: 0;
    padding: 7px 0px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    padding-left: 1px;
    display: none;
}
.v2-home-catepr-showul-item .f-pr-item-action .bncquickbuy {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: auto;
    border-radius: 0;
    margin-top: 0;
    padding: 8px 0px;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    padding-top: 7px;
}
.v2-home-catepr-showul-item .f-pr-item-action .like-product {
    display: inline-block;
    margin: auto;
    border-radius: 0;
    margin-top: 0;
    text-align: center;
}
.v2-home-catepr-showul-item .f-pr-item-action .quickview {
    display: none;
    margin: auto;
    border-radius: 0;
    margin-top: 38px;
    padding: 3px 0px;
    font-size: 12px;
    margin-bottom: 10px;
    background: #00AEEF;
    width: 96px;
    color: #FFF;
    height: 30px;
    line-height: 25px;
    text-transform: uppercase;
}
.v2-home-catepr-showul-item .f-pr-otherdetail {
    display: none;
}
.phoneview {
    position: relative;
}
.phoneview-show {
    position: absolute;
    top: 50px;
    left: -33%;
    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 {
    position: relative;
    width: 90px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.checkordernb-show {
    position: absolute;
    top: 40px;
    left: -79px;
    width: 260px;
    z-index: 99;
    margin: auto;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    background: #fff;
    padding: 14px;
    border-radius: 4px;
}
.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;
}
.support-box: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;
}
.v2-hometab-news {
    background: #fff;
    margin-bottom: 30px;
}
.v2-hometab-news-big {
    background: #FFF;
}
.v2-hometab-news-big ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}
.v2-hometab-news-big li {} .mota-detail {
    height: 62px;
    overflow: hidden;
}
.v2-hometab-news-big li.bigfirst {
    height: 400px;
    border-bottom: 1px solid #CFCFCF;
}
.v2-hometab-news-big li.bigfirst .v2-hometab-news-big-img {
    display: block;
    height: 280px;
    background: #FFF;
}
.v2-hometab-news-big li.bigfirst .v2-hometab-news-big-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.v2-hometab-news-big li.bigfirst h2 {
    margin: 0;
    font-size: 16px;
    color: #303030;
    font-weight: 600;
    padding: 5px 10px;
    margin-top: 10px;
    font-weight: 500;
}
.v2-hometab-news-big li.bigfirst p {
    padding: 10px;
    font-size: 13px;
}
.v2-hometab-news-big li.smallother {
    height: 154px;
    background: #FFF;
    padding-top: 15px;
}
.v2-hometab-news-big li.smallother .v2-hometab-news-big-img {
    display: block;
    height: 80px;
    background: #FFF;
}
.v2-hometab-news-big li.smallother .v2-hometab-news-big-img img {
    height: 80px;
}
.v2-hometab-news-big li.smallother h2 {
    margin: 0;
    font-size: 12px;
    color: #303030;
    font-weight: 600;
    margin-top: 10px;
    text-align: justify;
}
.v2-hometab-news-big li.smallother p {
    padding: 10px;
    font-size: 13px;
    display: none;
}
.v2-hometab-news-small {} .v2-hometab-news-small ul {
    list-style: none;
    margin-bottom: 0;
}
.v2-hometab-news-small ul li {} .v2-hometab-news-small-item {
    overflow: hidden;
    border: 1px solid #dbdbdb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}
.v2-hometab-news-small-item:hover {
    border-color: #17bcb8;
    box-shadow: 0px 0px 2px #17bcb8;
    -webkit-box-shadow: 0px 0px 2px #17bcb8;
    -moz-box-shadow: 0px 0px 2px #17bcb8;
}
.v2-hometab-news-small-img {
    height: 117px;
    overflow: hidden;
    position: relative;
}
.v2-hometab-news-small-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.v2-hometab-news-small-title {
    height: 145px;
}
.v2-hometab-news-small-title h2,
.f-news-item-title h2 {
    margin: 0;
    font-size: 13px;
    color: #303030;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 20px;
    overflow: hidden;
    height: 41px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.v2-hometab-news-small-sum {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
}
.v2-hometab-news-smalltype {
    display: inline-block;
    line-height: 28px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 28px;
    width: 100%;
}
.block2-home .slide1 .item:nth-child(n+7),
.bloc-bottom .slide1 .item:nth-child(n+7) {
    display: none;
}
.v2-hometab-news-smalltype:after {
    content: "";
    width: 3px;
    height: 10px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10px;
    background: #ff4400;
    display: none;
}
.border-r {
    border-right: 1px solid #CFCFCF;
}
.v2-hometab-news-vip {
    background: #fff;
    margin-bottom: 30px;
}

.new-detail .f-module-page {
    background-color: #FCFCFF;
    border: 1px solid #D6D6D6;
}
.mota {
    display: none;
}
.v2-filterpr select {
    background: #FFF !important;
}
.f-module-page {
    background: #fff;
}
.f-module-page-title {
    margin: 0px 3px 10px;
}
.f-module-page-title .f-module-page_icon {
    border-radius: 100%;
    height: 30px;
}
.block-sanpham .tab-sp .item {
    width: 33.3333%;
    padding: 10px 10px;
    height: 160px;
}
.block-sanpham .tab-sp .item .f-pr-bl-item-img {
    width: 100px;
    float: left;
    margin-right: 5px;
}
.block-sanpham .f-product-bl .f-pr-bl-item {
    margin-bottom: 0px;
}
.block-sanpham .mota {
    display: block;
    color: #ABABAB;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    text-align: left;
    max-height: 45px;
    overflow: hidden;
}
.block-sanpham .f-block {
    padding: 0px;
    border: none;
}
.block-sanpham .sanpham-nt {
    padding-left: 0px;
}
.v2-rating {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 12px;
}
.button-small {
    background:#3e3e3e;
    padding: 10px 16px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    outline: none;
}
.button-small:hover {
    background: #008dc7;
    color: #FFF;
}
.product-sidebar .f-product-bl {
    width: 33.333%;
    padding: 0 1px;
}
.product-sidebar .f-product-bl .f-pr-bl-item h2 {
    text-align: center;
}
.product-sidebar .f-product-bl .f-pr-bl-item h2 a {
    font-weight: normal !important;
}
.product-sidebar .f-pr-bl-item .f-pr-bl-item-boxdetail {
    display: none;
}
.green {
    color: #2ecc71;
}
.tab-contact-header ul li a {
    color: #7a8188;
}
.f-product-view-info h1 {
    font-size: 21px;
    line-height: 29px;
    font-weight: bold;
    margin: 0;
    color: #596067;
}
.v2-dealer {} .v2-dealer li {
    font-size: 13px;
    border-top: 1px dashed #D5D5D5;
    padding: 6px 0;
}
#more-shop {
    padding: 0px 5px;
    color: #FFF;
    font-size: 12px;
    border-radius: 0;
    background: #FF8282;
}
.v2-quickview {} .v2-quickview .v2qv-bo {
    border-radius: 2px;
    border-color: #F4F4F4;
    background: #F4F4F4;
}
.v2-quickview .v2qv-name {
    margin: 0;
    padding: 0;
    display: block;
    padding-bottom: 8px;
    font-size: 20px;
    color:#39b3e4;
    text-align: left;
    margin: 0 0 8px;
    font-weight: 400;
    line-height: 26px;
}
.v2-quickview .v2qv-view {
    font-size: 12px;
    background: #F9F9F9;
    padding: 1px 5px;
    margin-top: 5px;
    border-radius: 1px;
    color: #898989;
}
.v2-quickview .r-label {
    font-weight: 600;
    color: #3A3A3A;
    font-size: 13px;
}
.v2-quickview .old_price {
    font-size: 14px !important;
    color: #414141 !important;
    font-weight: 300 !important;
    margin-bottom: 0px !important;
    text-align: left !important;
    text-decoration: line-through !important;
}
.v2-quickview .r-price {
    font-size: 24px;
    color: #39b3e4;
}
.v2-quickview .info {} .qr-img-v {
    margin-top: 35px;
}
.details {} .details .panel-default {
    border: 1px solid #ECECEC;
    border-radius: 1px;
}
.q-tab-other {} .q-tab-other .nav-tabs li {}  .q-tab-other-ct {} .q-tab-other-ct ul {
    margin-top: 20px;
}
.q-tab-other-ct ul{
    padding:0 15px;
    text-align: center;
}
.q-tab-other .nav-tabs{
    border-bottom: 1px solid #ccc;
}
.q-tab-other .nav-tabs li a {
    box-shadow: none;
    padding: 10px 10px 10px 0;
}
.q-tab-other-ct ul li {
    list-style: none;
    margin-bottom: 10px;
    display: inline-block;
}
.q-tab-other-ct ul li img,.q-thumb-image img{
    width: 100%;
    border: 2px solid #1990BD;
}
.q-thumb-image img{
    margin-bottom: 20px;
}
.v2-quickview .main-image {
    text-align: center;
    height: 400px;
    position: relative;
}
.hover-info {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: rgb(243, 243, 243);
    opacity: 0;
    transition: all 0.5s;
    display: none;
}
.hover-info .title {
    text-transform: none;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #4a4a4a;
    border-bottom: 1px solid #dcdcdc;
    margin: 10px 5px;
    padding-bottom: 4px;
}
.viewlist .hover-info {
    display: none !important;
}
.hover-info .title a {
    font-size: 13px;
    color: #4a4a4a;
}
.f-product-viewid > li:hover .hover-info {
    opacity: 1;
    z-index: 99;
}
.mota-sp {
    display: block;
    padding: 0 5px;
    font-size: 12px;
    color: #565656;
    line-height: 18px;
}
.mota-sp:hover {
    color: #565656;
}

/*===== CSS V2 Product view grid =====*/

.v2-pr-item {
    position: relative;
}
.v2-pr-item:hover {} .v2-pr-item:hover img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.v2-pr-item-compare {
    position: absolute;
    background: #D7D7D7;
    color: #FFF;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 5px;
}
.v2-pr-item-saleof {
    position: absolute;
    z-index: 19;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 13px;
    background: url("../imgs/icon.png") no-repeat left center;
    color: #ffffff;
    top: 0px;
    right: 0px;
    height: 33px;
    width: 36px;
    font-weight: bold;
    line-height: 30px;
}
.v2-pr-item-img {
    height: 260px;
    overflow: hidden;
    position: relative;
}
.v2-pr-item-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    width: 100%;
    object-fit: scale-down;
}
.v2-pr-item-boxdetail {
    height: 120px;
}
.v2-pr-item-name {} .v2-pr-item-price-gr {
    position: relative;
    height: 29px;
    overflow: hidden;
}
.v2-pr-item-price-gr:after {} .v2-pr-item-price-gr:before {}{
    font-size: 24px;
    color: #17bcb8;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: center;
    line-height: 23px;
}
.v2-pr-item-action {
    position: absolute;
    top: 174px;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
    text-align: center;
    color: #FFF;
    height: 26px;
    line-height: 27px;
}
.v2-pr-item-action a {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 90px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.v2-pr-item-action a:hover {
    color: #fff;
}
.v2-pr-item:hover .v2-pr-item-action a {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.v2-pr-item button.like-product {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 26px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #02AEEF;
    height: 25px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    text-align: center;
}
.v2-pr-item:hover button.like-product {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.31)
}
.v2-pr-item:hover .v2-pr-item-action button {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.v2-pr-item-action .v2-pr-item-action-detail {
    background: #00AEEF;
    height: 25px;
}
.v2-pr-item-action .v2-pr-item-action-buy {
    background: #F00;
    height: 25px;
}
.v2-pr-item-action button.v2-pr-item-action-buy {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 90px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #F00;
    height: 25px;
    border: 0;
    padding: 0;
}
.v2-pr-item-action-viewq {
    position: absolute;
    display: none;
    top: 28%;
    z-index: 1;
    left: 25%;
    right: 25%;
    background: #17bcb8;
    border-radius: 3px;
    border-bottom: 3px solid #00547b;
    font-size: 17px;
    color: #fff!important;
    text-align: center;
    padding: 11px 0px 0;
    height: 53px;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.v2-pr-item .v2-pr-item-action-viewq:hover {
    background: #a90329;
    border: 1px solid rgba(255, 255, 255, 0.39);
    color: #fff;
}
.v2-pr-item:hover .v2-pr-item-action-viewq {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}

/*===== CSS v2 Product view list =====*/

.viewlist li {
    width: 100%;
    list-style: none;
    margin: 10px 0 0 0;
}
.viewlist li .wrapper-hover:before {
    display: none;
}
.viewlist li .wrapper-hover {
    padding: 0;
    border: none;
}
.viewlist .v2-pr-item {
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.viewlist .v2-pr-item-compare {
    position: absolute;
    background: #D7D7D7;
    color: #FFF;
    z-index: 1;
    left: 0;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 5px;
}
.viewlist .v2-pr-item-saleof {
    position: absolute;
    z-index: 1;
    left: 185px;
    right: auto;
    bottom: auto;
    top: 83px;
    width: 35px;
    height: 35px;
    background: url(../imgs/bg_saleoff.png) no-repeat;
    background-size: 35px 35px;
    font-size: 14px;
    color: #FFF;
    padding: 0px 0px;
    line-height: 35px;
    text-align: center;
}
.viewlist .v2-pr-item-img {
    height: 210px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    float: left;
    width: 210px;
    border: 1px solid #ececec;
}
.viewlist .v2-pr-item-img a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.viewlist .v2-pr-item-boxdetail {
    position: relative;
    background: none;
    overflow: hidden;
    height: auto;
}
.viewlist .v2-pr-item-boxdetail .info_sp {
    text-align: justify;
    line-height: 18px;
    display: block;
}
.viewlist .v2-pr-item-boxdetail .info_sp p {
    margin: 0;
}
.viewlist .v2-pr-item-boxdetail h2 {
    margin: 10px 0;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    text-transform: capitalize;
    top: 0;
    font-size: 15px;
    color: #565656;
    left: 0;
    line-height: 20px;
    font-weight: bold;
}
.viewlist .v2-pr-item-boxdetail h2:first-letter {
    text-transform: uppercase;
}
.viewlist .v2-pr-item-name {} .viewlist .v2-pr-item-price-gr {
    text-align: left;
    margin-top: 0px;
    padding: 5px 0;
    border-bottom: 0px dashed #A6A6A6;
    left: 0;
}
.viewlist .v2-pr-item-price-gr:after {} .viewlist .v2-pr-item-price-gr:before {}  {
    display: inline-block;
    font-size: 24px;
    color: #17bcb8;
    font-weight: 300;
    margin-bottom: 0px;
    text-align: left;
    line-height: 23px;
}
.viewlist .v2-pr-item-action {
    position: absolute;
    top: 0;
    margin: 0;
    text-align: center;
    color: #FFF;
    height: 26px;
    line-height: 27px;
    width: 90px;
    right: 0;
    left: auto;
}
.product-detail .top-header1 {
    width: 100% !important
}
.product-detail .top-header1 .f-menutop-ul > li:nth-child(n+10) {
    display: none !important
}
.product-detail .f-menutop > .f-menutop-ul > li {
    margin-right: 4px !important
}
.adv-top .title-adv {
    display: none;
}
.viewlist .v2-pr-item-action a {
    display: block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 90px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    margin-bottom: 8px;
}
.viewlist .v2-pr-item-action a:hover {
    color: #fff;
}
.viewlist .v2-pr-item:hover .v2-pr-item-action a {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.viewlist .v2-pr-item button.like-product {
    display: none;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 26px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #02AEEF;
    height: 25px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: -46px;
    border-radius: 0px;
    text-align: center;
}
.viewlist .v2-pr-item:hover button.like-product {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.viewlist .v2-pr-item:hover .v2-pr-item-action button {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.viewlist .v2-pr-item-action .v2-pr-item-action-detail {
    background: #00AEEF;
    height: 25px;
}
.viewlist .v2-pr-item-action .v2-pr-item-action-buy {
    background: #F00;
    height: 25px;
}
.viewlist .v2-pr-item-action button.v2-pr-item-action-buy {
    display: inline-block;
    color: #FFF;
    text-transform: uppercase;
    font-size: 11px;
    width: 90px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #F00;
    height: 25px;
    border: 0;
    padding: 0;
}
.viewlist .v2-pr-item-action-viewq {
    position: absolute;
    top: 42%;
    z-index: 1;
    left: 55px;
    right: auto;
    margin: auto;
    display: block;
    width: 92px;
    background: #000;
    color: #FFF;
    font-size: 12px;
    padding: 4px 5px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
.viewlist .v2-pr-item:hover .v2-pr-item-action-viewq {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.8, 0.9);
    transform: scale(0.9, 0.9);
}
.viewlist .f-pr-otherdetail {
    display: block !important;
    position: absolute;
    top: 63px;
    left: 0;
    color: #717171;
    font-size: 13px;
}
.info_sp {
    display: none;
}
/* CSS Search */
.chosen-container-single .chosen-single {
    height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
}
.chosen-container-single .chosen-single span {
    padding-top: 2px;
}
.chosen-container-single .chosen-single div b {
    margin-top: 2px;
}
.chosen-container-active .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    border-color: rgba(82, 168, 236, .8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: 0 0 8px rgba(82, 168, 236, .6)
}
.search-basic select {
    width: 106px !important;
    border-radius: 0px !important;
    border: 0px !important;
    text-align: center;
    position: relative;
}
.search-basic {
    background: #F5F5F5;
    display: none;
}
.v2pagging {
    height: 52px;
    line-height: 32px;
    color: #444;
    font-size: 13px;
    padding: 10px 0;
    margin-top: 20px;
}
.v2-block-brand {} .v2-block-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.v2-block-brand ul li:first-child {
    margin-left: 0px;
}
.v2-block-brand ul li {
    width: 95px;
    float: left;
    margin: 0px 0 0 33.4px;
    border: 1px solid #eee;
    height: 51px;
    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;
}
.thuonghieu .f-block-title {
    text-align: center;
    color: #565656;
    font-size: 15px;
    height: 14px;
    margin-bottom: 18px;
}
.thuonghieu .f-block-title span {
    background: #fff;
    padding: 0 15px;
}
.v2-block-brand ul li a.brname {
    float: left;
}
.v2-block-brand ul li h2 {
    display: none;
}
.v2-block-support {} .sidebar_widget_content .adv-left {
    max-height: 103px;
}
.v2-block-support li {} .v2-block-support li {
    padding-top: 10px;
}
.f-slider {
    margin-bottom: 10px;
}
.hotline {
    color: #596067;
}
.v2-block-support li .f-news-bl-item .f-news-bl-item-img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 100%;
    border: 2px solid #17bcb8;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: none;
}
.v2-block-support li .f-news-bl-item .f-news-bl-item-img:hover {
    border: 2px solid #ee3124;
}
.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;
    border-radius: 100%;
}
.v2-block-support .f-news-bl-item-title h2 {} .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;
}
.sp-chat {} .sp-chat a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #02AEEF;
    text-align: center;
    padding-top: 3px;
    padding-left: 1px;
    color: #FFF;
}
.row_logo_bottom {
    background: #fff;
}
.row_logo_bottom li {
    list-style: none;
}
.row_logo_bottom li img {
    padding: 14px;
}
.v2-login,.v2-reg{
    padding: 27px 30px;
    background: #F4F4F4;
    border: 1px solid #E2E2E2;
    border-radius: 1px;
    margin: 30px 0;
}
.v2-login h3,.v2-reg h3,.v2-login h1,.v2-reg h1{
    color: #575757;
    display: block;
    margin-bottom: 18px;
    color: #505050;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    margin: 0 0 25px;
    text-transform: capitalize;
}
.v2-login .input-group {
    width: 100%;
    margin-bottom: 10px;
}
#form_contact .btn-primary,
.v2-login .btn-primary,.v2-reg .btn-success{
    background: #00AEEF;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    transition: all ease-in .5s;
}
#form_contact .btn-primar,.v2-login .btn-primary{
    margin:0 5px;
}
#form_contact .btn-primar:first-child{
    margin:0;
}
.v2-login .btn-primary:hover,.v2-reg .btn-success:hover{
    background: #3a3d42;
}
.v2-reg .input-group {
    width: 100%;
    margin-bottom: 10px;
}
.v2-checkorder .btn-success {
    background: #00AEEF;
    border: 0;
    border-radius: 0;
    width: 150px;
}
.v2-gotop {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #FFF;
    margin: auto
}
.v2-gotop a {
    background: url(../imgs/nhommua_icon.png) no-repeat -359px -120px;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    display: block;
    border-radius: 2px 2px 0 0;
    cursor: pointer;
}
.v2-gotop a i {
    font-size: 18px;
    cursor: pointer;
    display: none;
}
#search-category {
    list-style: none;
}
.search-box,.menu {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
#search-category li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px dashed #e5e5e5;
    color: #6d6d6d;
    line-height: 22px;
    padding: 10px 0;
    font-size: 14px;
}
.panel-body {
    padding: 15px 10px;
    overflow: hidden;
}
#search-category li:hover span,.f-advsearch .f-advsearch-body ul li:hover span {
    color: #05b2e9;
}
#search-category li span,.f-advsearch .f-advsearch-body ul li span {
    margin-left: 5px;
    font-size: 13px;
    color: #a8a8a8;
}
#search-supplier {
    list-style: none;
}
.searchsupplier {
    list-style: none;
}
.searchsupplier li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}
.searchsupplier li span {
    margin-left: 10px;
    font-size: 11px;
}
.searchsize {
    list-style: none;
}
.searchsize li {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 10px;
}
.menu-bottom li {
    list-style: none;
    float: left;
}
.menu-bottom ul {
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.menu-bottom ul li a {
    color: #535455;
    white-space: nowrap;
    padding: 0 10px 2px 7px;
    font-size: 12px;
    line-height: 36px;
    font-weight: bold;
    border-right: 1px solid #CCC;
}
.searchsize li span {
    margin-left: 10px;
    font-size: 11px;
}
.copyright {
    display: block;
    padding: 5px;
    text-align: center;
    color: #999;
    text-transform: inherit;
    font-size: 12px;
    padding: 10px 10px;
    background: #2E2E2E url(../imgs/bg_footer.png) repeat-x top;
}
.copyright a {
    color: #17bcb8;
    font-weight: bold;
    text-transform: uppercase;
}
.v2-subs {
    margin-top: 7px;
}
.v2-subs p {
    font-size: 12px;
    color: #FFF;
    margin: 4px 0;
}
.v2-subs .form-group {
    box-shadow: none;
    border-radius: 0;
    width: 242px;
}
.v2-subs .form-group .form-control {
    border: 1px solid #1E97C5 !important;
    box-shadow: none !important;
    background: #14A0D5;
    border-radius: 0;
}
.v2-subs .btn-success {
    border-radius: 0;
    background: #52BFE8;
    border: 0;
}
.orderv {
    font-size: 16px !important;
    color: #515151;
    text-transform: uppercase;
    font-weight: 200;
    display: inline-block;
    margin-left: 10px;
    line-height: 41px;
    border-bottom: 1px solid #00AEEF !important;
}
#galleria {
    height: 520px
}

.f-module-page-desc .img {
    display: none;
}
.pagination li i {
    font-size: 20px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li > a,
.pagination > li > span {
    padding: 6px 14px;
}
.f-page-split ul li h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.f-page-split ul li h3 a span {
    color: #da251c;
    line-height: 25px;
    position: relative;
    top: -2px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.f-page-split ul li h3 a:hover {
    color: #2ba8db;
}
.f-page-split ul li h3 a {
    color: #2d2d2d;
    font-size: 14px !important;
}
.f-news-page li .f-news-page-item-text h2 a:hover {
    color: #00A9E0;
    text-decoration: none;
}
.f-cate-ul li {
    width: 16.66666664%;
}
.f-cate-ul li img {
    display: none;
}
.danhmuc-top > li > a span {
    display: block;
}
.danhmuc-top > li:last-child > a {
    border-bottom: none;
}
.danhmuc-top > li > a {
    position: relative;
    padding: 0 5px 4px 5px;
    border-bottom: 1px solid #eee;
}
.danhmuc-top > li > a:hover span {
    color: #00aaf1;
}
.danhmuc-top > li > a:hover span.top {
    font-weight: bold;
    color: #00aaf1;
}
.danhmuc-top > li > a i {
    position: absolute;
    right: 7px;
    top: 14px;
    font-size: 16px;
    color: #ccc;
}
.danhmuc-top > li > a span.top {
    padding: 3px 0px 3px 0px;
    color: #444444;
    font-size: 13px;
    position: relative;
}
.danhmuc-top > li > a span {
    font-size: 11px;
    color: #999;
}
#main {
    padding: 0 0 0 12px;
}
.block5 {
    margin-top: 12px;
}
.code {
    font-weight: bold;
    display: inline-block;
    margin: 3px 0;
}

/*===== Main Image Preview =====*/
.main_image {
    width: 100%;
    height: 453px;
    float: left;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.main_image h2 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 5px;
    padding: 10px;
}
.main_image p {
    font-size: 1.2em;
    padding: 10px;
    margin: 0;
    line-height: 1.6em;
}
.block small {
    padding: 0 0 0 20px;
    background: url(images/icon_cal.gif) no-repeat 0 center;
    font-size: 1em;
}
#main {
    position: relative;
}
.main_image .block small {
    margin-left: 10px;
}
.main_image .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none !important;
}
.main_image .block {
    width: 100%;
    background: #111;
    border-top: 1px solid #000;
}
.main_image a.collapse {
    background: url(images/btn_coll.gif) no-repeat left top;
    height: 27px;
    width: 93px;
    text-indent: -99999px;
    position: absolute;
    top: -27px;
    right: 20px;
}
.main_image a.show {
    background-position: left bottom;
}
#main .image_thumb {
    position: absolute;
    right: 0px;
    top: 24px;
    width: 240px;
    right: 15px;
    border: 1px solid #ccc;
}
.image_thumb img {
    width: 40px;
    height: 36px;
    border-radius: 3px;
    float: left;
}
.image_thumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.image_thumb ul li {
    margin: 0;
    padding: 12px 10px;
    background: rgba(240, 240, 240, 0.83) url(images/nav_a.gif) repeat-x;
    width: 239px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.image_thumb ul li.active {
    position: relative;
}
.image_thumb ul li.active:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 12px solid;
    position: absolute;
    border-right-color: #fff;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    top: 50%;
    right: 100%;
    margin-top: -15px;
}
.image_thumb ul li.hover {
    background: #ddd;
    cursor: pointer;
}
.image_thumb ul li.active {
    background: #fff;
    cursor: default;
}
.image_thumb ul li h2 {
    font-size: 12px;
    color: #666;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.image_thumb ul li .block {
    float: left;
    margin-left: 10px;
    padding: 0;
}
.image_thumb ul li p {
    font-size: 11px;
    color: #666;
}
.block5 >div:nth-of-type(1) {
    width: 23%;
    float: right;
    padding: 0px;
}
.block5 > .adv-left {
    display: block;
    width: 76%;
    float: left;
}
.block5 >div:nth-of-type(2) {
    width: 76%;
    float: left;
    padding: 0px;
    border: none;
    margin-top: 10px;
}
.block5 >div .f-block-title {
    background: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    height: 36px;
}
.block5 >div:nth-of-type(2) .f-block-title span {
    background: #00b7f1;
    padding: 0px 20px 0 15px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    text-transform: initial;
    display: inline-block;
    position: relative;
}
.block5 >div:nth-of-type(1) .f-block-title {
    text-align: center;
    line-height: 36px;
}
.block5 >div .f-block-title span:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 18px solid transparent;
    border-left: 13px solid #00b7f1;
    border-right: 0px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    right: -12px;
    content: "";
}
.block5 >div:nth-of-type(2) .f-product-bl {
    width: 20%;
}
.block5 >div:nth-of-type(1) .tab-sp > div {
    width: 100%;
    padding: 0 11px;
}
.block5 >div:nth-of-type(1) .f-pr-bl-item-img {
    width: 88px;
    height: 97px;
    margin-right: 8px;
    float: left;
    margin-top: 0px;
}
.block5 >div:nth-of-type(1) .f-pr-bl-item h2 {
    margin-top: 2px;
    height: 24px;
}
.block5 >div:nth-of-type(1) .f-pr-bl-item-saleof {
    left: 0px;
}
.bloc-bottom .f-block-title {
    margin-bottom: 0px;
}
.f-block.col-md-2 .f-block-title {
    margin-bottom: 0px;
}
.layout-left .filter>div>span {
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 8px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    color: #414141;
    font-weight: 400;
    text-transform: uppercase;
}
.layout-left .filter {
    padding: 0px;
    border: 1px;
}
.layout-left {
    padding-left: 0px;
    padding-right: 0px;
}
#search-size {
    overflow-y: auto;
    height: 100px;
}
#search-supplier li,
#search-size li {
    width: 100%;
    float: none;
}
.layout-left .filter>div.slider-price {
    height: auto;
}
.layout-left .noUi-horizontal .noUi-handle {
    left: -5px !important
}
/*===== End Main Image Preview =====*/

.form_ykien {
    display: none;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.ykientitle {
    position: relative;
    text-align: left;
    height: 51px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    margin-bottom: 10px;
}
.ykientitle a {
    padding: 10px;
    background: #17bcb8 !important;
    width: 200px;
    margin: auto;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    float: right;
    text-align: center;
    cursor: pointer;
}
.form_ykien .form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 23px;
}
.form_ykien .control-label {
    font-size: 12px;
}
.form_ykien .col-md-5 {
    position: relative;
}
.form_ykien .form-control {
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #0069A3;
}
.list-ykien-item {
    margin-bottom: 0px !important;
    border-bottom: none !important;
    padding: 10px 0 !important;
}
.list-ykien-item:nth-child(2n+1) {
    background: #f9f9f9;
    border-radius: 4px;
}
.phai .yk-short {
    border-right: none !important;
}
.yk-short {
    border-left: none !important;
}
.ykien-thum {
    border-right: none!important;
}
.list-ykien-item .ykien-thum a {
    overflow: hidden;
    border-radius: 4px !important;
    background: none !important;
    border: 1px solid #ccc !important;
    position: relative;
    display: block;
    z-index: 100;
    float: right;
}
.list-ykien-item .ykien-thum img {
    width: auto !important;
    height: auto !important;
    position: absolute;
    max-width: 100% !important;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.ykien-thum img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.ykien-ct {
    padding-left: 0px !important;
}
.ykien-name {
    font-weight: bold;
    font-size: 16px !important;
    color: #262626;
}
.yk-time {
    font-size: 12px !important;
    color: #17bcb8 !important;
    text-align: left;
    display: block !important;
    text-transform: lowercase;
}
.yk-short {
    font-size: 13px;
    line-height: 23px;
    color: #262626;
    margin-top: 15px !important;
    padding-left: 0px !important;
    border-left: 1px dashed #EBEBEB;
    margin-left: 0px !important;
    text-align: justify;
}
.phai .ykien-thum {
    border-right: none !important;
    border-left: none !important;
}
.phai .ykien-thum a {
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 50%;
    background: #A3A3A3;
    z-index: 10;
    border: 2px solid #0069A3;
    position: relative;
    display: block;
    float: left !important;
}
.form_ykien .form-control {
    box-shadow: none;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}
.phai .ykien-thum img {
    width: 170px;
    height: 170px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px !important;
    right: 0;
    margin: auto;
}
.phai .ykien-ct {
    padding-right: 12px;
    padding-left: 0;
    border-left: 0;
    text-align: right;
}
.phai .yk-time {
    font-size: 13px;
    color: #707070;
    text-transform: lowercase;
    font-style: italic;
    text-align: right;
}
.phai .yk-short {
    display: block;
    font-size: 13px;
    line-height: 23px;
    margin-top: 6px;
    padding-left: 5px;
    border-left: 0px dashed #EBEBEB;
    margin-left: 8px;
    text-align: justify;
    border-right: 1px dashed #EBEBEB;
    margin-right: 8px;
    padding-right: 5px;
}
.phai .ykien-name {
    font-weight: bold;
    font-size: 13px;
}
.phai .list-ykien-item .col-md-10 {
    padding: 0;
}
.form_ykien .control-label {
    font-size: 12px;
}
.form_ykien .form-control {
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid #0069A3;
}
.form-horizontal .form-group {
    margin-bottom: 10px;
}
.form_ykien .form-control {
    box-shadow: none;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
}
.form_ykien .form-horizontal .form-group {
    margin-bottom: 0px !important;
}
.f-module-page-desc .img {
    display: block !important;
}
.f-maps-left {
    padding-left: 0px;
}
.phai .yk-short {
    text-align: right !important;
}
.form_ykien .form-control {
    margin-bottom: 10px;
}
.breadcrumb>li:last-child {
    display: none;
}
.breadcrumb>li:nth-child(2),
.breadcrumb>li:nth-child(4),
.breadcrumb>li:nth-child(6),
.breadcrumb>li:nth-child(8) {
    padding: 3px;
}
.header-container {} #search-box:hover .icon-search {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background: #15191d;
    left: 0;
    padding: 15px 30px !important;
}
.wrapper-hover {
    position: relative;
}
.mine-btn {
    border: none;
    background: transparent;
    box-shadow: none;
    font-size: 11px;
    color: #17bcb8;
    padding: 0;
}
.mine-btn.btn-danger {
    color: #cb171e;
}
.button_like {
    display: inline-block;
}
.button_like:focus {
    outline: none;
}
.mine-btn:hover,
.mine-btn:focus,
.mine-btn:active {
    background: transparent;
    color: #000;
    outline: none !important;
    box-shadow: none;
}
.button_ss {
    display: inline-block;
}
.button_ss:focus {
    outline: none
}
.button_ss a {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: none;
    color: #17bcb8;
    font-size: 11px;
}
.button_ss a:hover,
.button_ss a:focus,
.button_ss a:active {
    background: transparent;
    color: #000;
    outline: none;
    border: none;
}
.button_ss .separator {
    display: inline-block;
    margin: 0 13px 0 8px;
    font-size: 11px;
}
.f-pr-item-img {
    overflow: hidden;
    height: 343px;
    position: relative;
}
.nav-tabs>li>a:hover {
    color:unset;
    box-shadow: none;
    border:none;
    border-bottom: 2px solid #2ba8db;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover{
    box-shadow: none;
    color: #2d2d2d;
}
.nav-tabs>li.active>a:hover {
    border: inherit;
}
.v2-tab-home-ul li.active a{
    color: #2d2d2d;
}
.v2-hometab-news-small-mine-item {
    margin-bottom: 10px;
    border: none;
}
.v2-hometab-news-small-mine-item:hover {
    border: none;
    box-shadow: none
}
.fluid_container_wrap {
    overflow: hidden;
}
.video-content li:first-child .f-video-icon .f_video_titl {
    margin-bottom: 70px;
    padding: 20px 5px;
}

.tab-content .item {
    margin: 0 0 15px 0;
}
.news_letter {
    width: 23%;
    margin-right: 0 !important;
    float: left;
}
.news_letter .f-block-title {
    font-size: 18px;
    color: #fff;
    border: none;
    margin-bottom: 13px;
}
.news_letter .f-block .f-block-body {
    background: transparent;
    padding: 0 !important;
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(1) label {
    display: none;
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(1) input {
    border: 1px solid #212529 !important;
    background: #212529;
    padding: 6px 8px;
    height: 36px;
    line-height: 20px;
    border-radius: 0 !important;
}
.news_letter .f-block .f-block-body fieldset {
    position: relative
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(2) .btn {
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 13px;
    z-index: 99;
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(2) .btn:focus {
    outline: none
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(2) .btn:hover {
    border-color: transparent;
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(2) .btn i {
    color: #17bcb8;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(2) .btn i:hover {
    color: #fff;
}
.news_letter .f-block .f-block-body fieldset>div:nth-child(2) .col-md-9 {
    position: static;
}
/*===== Code New =====*/
.hethang {
    background: #f65656;
    color: #fff;
    padding: 7px 20px;
    transition: all ease-in .5s;
}
.hethang:hover{
    background: #2d2d2d;
    cursor: pointer;
}
.breadcrumb>li{
    display: inline;
}
#fast-dialog{
    min-height: auto !important;
    max-height: inherit !important;
}
.main-image img {
    width: 100%;
    max-width: 100%;
    height: 400px;
    object-fit: scale-down;
}
.q-thumb-image {
    text-align: center;
}
.v2-home-pr-item-img-main{
    height: auto !important;
}
.v2_news_inner_left{
    margin-bottom: 10px;
}
.f-page-split {
    margin: 15px 0;
}
.f-block {
    margin-bottom: 15px;
}
.form-control{
    padding: 0 10px !important;
}
.col_left_page .panel-body{
    padding:15px 0;
}
/*===== Hover IMG News ====*/
.adv_left_banner{
    position: relative;
    width: 100%;
    float: left;
    overflow:hidden;
}
.adv_left_banner img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.adv_left_banner::before {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100px;
    position: absolute;
    top: -100px;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, -100%, 0px);
    transition: transform 0.6s ease 0s;
    width: 100%;
    z-index: 1;
}
.adv_left_banner a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}
.adv_left_banner a::after {
    background: #000 none repeat scroll 0 0;
    bottom: 15px;
    content: "";
    display: block;
    height: 90%;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(0.3);
    transition: all 0.3s ease 0s;
    z-index: 2;
}
.adv_left_banner:hover::before {
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, -1, 30deg) translate3d(0px, 200%, 0px);
}
.adv_left_banner a:hover::after {
    opacity: 0.24;
    transform: scale(1);
}
/*===== End Hover IMG News ====*/

/*===== List Products =====*/
.list_prducts_inner {
    border: 1px solid #ebebeb;
    margin: 22px 0 0 0;
}
.list_prducts_main .v2-home-pr-item-saleof {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}
.list_prducts_main .v2-home-pr-item-price,.list_prducts_main .v2-home-pr-item-price-old{
    padding:0;
    background: none;
    color: #e93232;
    margin:3px;
}
.list_prducts_main .v2-home-pr-item-price-old{
    color: #B2B2B2;
}
/*===== End List Products =====*/

/*===== Menu Category Products =====*/
.page_main_inner .category_products .f-block-title{
    display: block;
}
.category_products .f-block-title {
    display: none;
}
.category_products .f-block-body ul li {
    width: 262px;
}
/*===== End Menu Category Products =====*/

/*===== Block Ship Fee =====*/
.ship_fee{
    display: none;
    margin: 15px 2px 2px 2px;
    border: #00AEEF solid 1px;
    padding: 9px;
}
.ship_note{
    display: none;
    margin: 15px 2px 2px 2px;
    border: #00AEEF solid 1px;
    padding: 9px;
}
.ship_fee #span_ship_fee{
    color: #E51313;
    font-weight: bold;
}
.ship_note #span_ship_note{
    color: #00AEEF;
    font-weight: bold;
}
/*===== End Block Ship Fee =====*/

/*===== Galeria =====*/
.galleria-thumbnails-container {
    left: 50% !important;
    transform: translateX(-50%);
    right: inherit !important;
}
.galleria-container {
    width: 100% !important;
}
/*===== End Galeria =====*/

/*===== Code New =====*/
.paymentColor a:hover,.paymentSize span:hover {
    cursor: pointer;
}
.color_products {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.tooltip-inner {
    background-color: #39b3e4;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #39b3e4;
}
.size1.paymentSize.required span:hover,.size1.paymentSize.required span.active {
    background: #39b3e4;
    border: 1px solid #39b3e4;
    color: #fff;
}
.size1.paymentSize.required span {
    border: 1px solid #3e3e3e;
    display: inline-block;
    padding: 1px 8px;
    color: #3e3e3e;
    margin: 0 -4px 0 6px;
    transition: all ease .5s;
}
li.value.paymentColor a .active {
    border: 1px solid #000000;
}
/*===== End Code New =====*/