.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

body {
    font-family: Roboto;
    -moz-user-select: none !important;

    -webkit-touch-callout: none!important;

    -webkit-user-select: none!important;

    -khtml-user-select: none!important;

    -moz-user-select: none!important;

    -ms-user-select: none!important;

    user-select: none!important;
}

body a {
    color: #333745;
    font-size: 14px;
}

a:hover {
    color: inherit;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

.btn-success,
.btn {
    background: none;
    border: none;
    color: inherit;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background: none;
    border: none;
    color: inherit;
}

ul.login-bar li {
    float: right;
}

.header-top-top {
    margin: 10px 0;
    background: #ffffff;
    /* height: 40px; */
    line-height: 40px;
}

ul.styleheadertop {
    float: right;
    margin: 0;
}

ul.login-bar li a {
    color: #004f86;
    font-size: 14px;
    padding: 0 6px;
    font-weight: normal;
}

ul.login-bar li a:hover {
    color: rgb(51, 55, 69);
}

div#search-box {
    position: relative;
}

.search-area .input-group {
    width: 100%;
    margin: auto;
}

.search-area input {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(54, 169, 224);
    background-color: rgb(255, 255, 255);
    height: 40px;
    border-radius: 0;
    padding-left: 45px;
}

.input-group-btn.buttonsearch {
    position: absolute;
    z-index: 99;
    top: 1px;
    left: 1px;
    height: 38px;
    width: 40px;
    background: #36A9E0;
    text-align: center;
}

.input-group-btn.buttonsearch i:before {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

#f-compare {
    position: fixed;
    top: 25px;
    right: -190px;
    width: 184px;
    background: #FCFCFC;
    z-index: 12;
    box-shadow: 0 0 2px #CCC;
    border-bottom: 5px solid #f3f3f3;
}

#f-compare .f-compare-title {
    position: relative;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 2px solid #F34711;
}

#f-compare .f-compare-title i {
    padding: 8px;
    position: absolute;
    left: 0;
    top: 0px;
    cursor: pointer;
}

#f-compare .f-compare-title span {
    text-transform: uppercase;
    font-size: 13px;
    color: #686868;
}

#f-compare .f-compare-body ul {
    list-style: none;
}

#f-compare .f-compare-body ul li {
    position: relative;
    height: 42px;
    line-height: 40px;
    text-overflow: ellipsis;
    width: 182px;
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 1px solid #F1F1F1;
    border-left: 2px solid #FFF;
    cursor: pointer;
    background: #FCFCFC;
}

#f-compare .f-compare-body ul li:last-child {
    border-bottom: 0px solid #F1F1F1;
}

#f-compare .f-compare-body ul li:hover {
    border-left: 2px solid #f34711;
    background: #fff;
}

#f-compare .f-compare-body ul li a {
    padding: 10px;
    padding-top: 12px;
    background: url(../imgs/trash.png) no-repeat;
    position: absolute;
    top: 7px;
    left: 2px;
}

#f-compare .f-compare-body ul li span {
    margin-left: 26px;
}

#f-compare .f-compare-body ul li a:hover {
    background: url(../imgs/trashopen.png) no-repeat;
}

#f-compare .f-compare-body .f-compare-info {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #F7F7F7;
    border-bottom: 1px solid #6D6D6D;
    border-top: 1px solid #797979;
    color: #F60;
}

#f-compare .f-compare-body .f-compare-button {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#f-compare .f-compare-body .f-compare-button a {
    background: #ECECEC;
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 2px;
    box-shadow: 0 0 5px #E4E4E4;
    border: 1px solid #CFCFCF;
    color: #7C7C7C;
}

.f-compare-page table thead tr th a {
    font-weight: normal;
}

.f-compare-page table thead tr th span {
    font-weight: normal;
    color: #f34711;
}


/* End Compare css*/

.shopcart .checkorder {
    font-size: 14px;
    display: block;
}

.headerbottom1 {
    padding: 5px;
}

.shopcart .checkorder:hover span {
    color: rgb(51, 55, 69);
}

.phoneview {
    position: relative;
}

.phoneview-show {
    position: absolute;
    top: 25px;
    right: 0;
    width: 160px;
    height: 160px;
    z-index: 99;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
}

.phoneview-show:after {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 10px;
    margin: auto;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 1px solid rgba(0, 0, 0, 0.21);
    background: #FFF;
    border-top: 0;
    border-right: 0;
}

.phoneview-show img {
    width: 160px;
    height: 160px;
}

.phoneview:hover .phoneview-show {
    display: block;
}

.checkordernb-show {
    position: absolute;
    top: 90%px;
    left: -70px;
    width: 260px;
    z-index: 999999;
    margin: auto;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
    background: #fff;
    padding: 14px;
}

.checkordernb-show:after {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    content: '';
    width: 10px;
    height: 10px;
    margin: auto;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 1px solid rgba(0, 0, 0, 0.21);
    background: #FFF;
    border-top: 0;
    border-right: 0;
}

.checkordernb:hover .checkordernb-show {
    display: block;
}

.checkordernb .checkordernb-show .chelp {
    display: block;
    color: #000;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.checkordernb-show input {
    width: 100%;
    margin-bottom: 10px;
}

.checkordernb-show button {
    display: block;
    background: #F23030;
    width: 120px;
    text-align: center;
    color: #FFF;
    padding: 3px;
    margin: auto;
    margin-top: 10px;
    border: 0px;
}

.pos-r {
    position: relative;
}

.menutop {
    background: #F4ECDC;
}

.menu {
    float: left;
    width: 100%;
    background: #004f86;
}

.f-menutop {
    position: relative;
    background: #F4ECDC;
    float: left;
    width: 100%;
    /* z-index: -1; */
}

.f-menutop-name span {
    float: left;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.f-menutop-name {
    display: none;
}

.menutop .navbar {
    margin-bottom: 0px;
}

.menutop .f-menu-toggle {
    cursor: pointer;
    color: #fff;
}

.news-top {
    position: relative;
    z-index: 16;
    background: #F4ECDC;
    float: left;
}

.news-top b {
    display: inline-block;
    width: 82px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 0;
    color: #FFF;
}

.news-top ul {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.news-top ul li {
    margin: 0 5px;
    float: left;
    padding: 15px 0px;
    text-align: center;
}

.news-top ul a {
    font-size: 11px;
    color: #000;
    font-family: arial;
    text-transform: uppercase;
    font-weight: 600;
}

.news-top ul a p {
    font-weight: normal;
}

.bold-li {
    font-weight: bold !important;
    margin-bottom: 0px;
}

.f-menutop>.f-menutop-ul>li:first-child {
    border-left: 1px dotted rgb(95, 104, 116);
}

.f-menutop>.f-menutop-ul>li {
    list-style: none;
    position: relative;
    float: left;
    border-right: 1px dotted rgb(95, 104, 116);
}

.f-menutop .f-menutop-ul>li>a.firstlink {
    font-weight: 700;
    font-family: "Roboto";
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    line-height: 38px;
    display: block;
    padding: 0 15px;
    background: none;
}

.f-menutop .f-menutop-ul > li:hover > a.firstlink {
    background: #23B9DB;
    color: #fff;
}

.f-menutop .f-menutop-ul > li > a.firstlink:hover:after {
    background: #303030;
}

.top-menu-backgroud {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    background: #fff;
    min-width: 200px;
}

.top-menu-sub ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 99;
    min-width: 200px;
    display: none;
}

.top-menu-backgroud img {
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.f-menutop .f-menutop-ul > li:hover .top-menu-backgroud img {
    -webkit-transition: 4s ease-in-out;
    -moz-transition: 4s ease-in-out;
    -o-transition: 4s ease-in-out;
    -webkit-transition-delay: 0s;
    /* Safari */
    transition-delay: 0s;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.top-menu-sub ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.top-menu-sub ul li a {
    background: none;
    display: block;
    font-size: 14px;
    font-weight: normal;
    padding: 11px 25px 12px 9px;
    color: #333745;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    text-align: left;
}

.top-menu-sub ul li a.have-sub:after {
    content: "\f105";
    color: #000;
    font-family: fontawesome;
    margin-right: 5px;
    position: absolute;
    right: 0;
    font-size: 20px;
    top: 6px;
}

.top-menu-sub ul li a:hover,
.top-menu-sub ul li a:hover:after {
    color: #fff;
    background: #23B9DB;
}

.no-padding {
    padding: 0px;
}

.v2-block-brand {}

.v2-block-brand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.v2-block-brand ul li {
    width: 131px;
    float: left;
    margin: 2px;
    border: 1px solid #E4E4E4;
    height: 55px;
    position: relative;
}

.v2-block-brand ul li a.brimg {
    display: block;
}

.v2-block-brand ul li a.brimg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.v2-block-brand ul li a.brname {
    float: left;
}

.v2-block-brand ul li h2 {
    display: none;
}

.v2-block-support li .f-news-bl-item .f-news-bl-item-img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #00AEEF;
    position: relative;
}

.v2-block-support li .f-news-bl-item .f-news-bl-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.v2-block-support .f-news-bl-item-title h2 a {
    font-size: 12px;
    color: #4D4D4D;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.v2-block-support li div {
    list-style: none;
    padding-left: 10px;
    padding-right: 4px;
}

.f-block {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}



.f-miniCart-miniv2{position: fixed;
width: 250px;
height: 100%;
z-index: 100;
background: #FFF;
right: -250px;
top: 0;}
.f-miniCart-miniv2-toolbar{position: absolute;
left: -35px;
width: 35px;
height: 100%;
}
.miniv2-toolbar-name{
    background: rgba(0, 0, 0, 0.5); 
    border-radius: 5px;
}
.miniv2-toolbar-close{color: #FFF;
width: 35px;
height: 35px;
text-align: center;
background: #323232;
line-height: 30px;
font-size: 23px;
cursor: pointer;
visibility: hidden;
}
.miniv2-toolbar-close span{} 
.miniv2-toolbar-barclick{width: 35px;
display: block;
text-align: center;
color: #FFF;
font-size: 11px;
white-space: pre-wrap;
border-radius: 5px;
cursor: pointer;margin-top:1px ;}
.miniv2-toolbar-barclick:hover{background: #3498db;
color: #FFF;}
.miniv2-toolbar-barclick .fa{display: block;
font-size: 22px;
margin-bottom: 3px;} 
.miniv2-toolbar-count{background: #FFF;
color: #000;
border-radius: 2px;
display: block;
width: 24px;
margin: 0 auto;
height: 14px;
margin-top: 4px;
} 
.miniCartItem li{
    list-style: none;
}
.miniCart-top{height: 35px;
background: #3498db;
color: #FFF;
text-align: center;
line-height: 35px;}
.miniCart-body{} 
.miniCartItem{} 
.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;}
.minicartItemTotal b:first-child{}
.minicartItemTotal b:last-child{float:right;color: #3498db;}
.minicartItemPay{padding: 10px;}
.minicartItemPay a{display: block;
line-height: 35px;
font-size: 13px;border: none;
color: #FFF;
text-align: center;
cursor: pointer;
background: #3498db;
transition: all 0.15s;} 
.moveimg {
    position: fixed;
    z-index: 9999;
    border: 1px solid #fff;
}

.next-slide {
    background: url("../imgs/next.png");
    width: 59px;
    height: 66px;
    float: left;
    right: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.prev-slide {
    background: url("../imgs/prev.png");
    width: 59px;
    height: 66px;
    float: left;
    left: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.prev-slide:hover {
    background: url("../imgs/prev-hover.png");
}

.next-slide:hover {
    background: url("../imgs/next-hover.png");
}

a.carousel-control {
    background: none !important;
}

.f-new-item-sum {
    text-align: justify;
    height: 80px;
    overflow: hidden;
    font-size: 13px;
}

.f-news-item-title h2 {
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-top: 5px;
}

.f-feedback-home-item {
    text-align: center;
}

.f-feedback-home-item-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
    border: 5px solid #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10;
}

.f-news-item {
    margin-bottom: 10px;
}

.f-feedback-home-item-img a {}

.f-feedback-home-item-img a img {
    display: block;
    width: 100%;
    height: 100%;
}

.f-feedback-home-title {}

.f-feedback-home-title h2 {}

.f-feedback-home-title a {
    font-size: 15px;
    color: #000;
    font-weight: 700;
}

.f-feedback-home-time {
    font-size: 11px;
    background: #F5F5F5;
    border-radius: 2px;
    color: #9B9B9B;
}

.f-feedback-home-sum {
    text-align: justify;
    display: block;
    padding: 14px;
    border-radius: 2px;
    color: #444;
    font-size: 13px;
    position: relative;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
}

.f-feedback-home-sum:after {
    position: absolute;
    top: -6px;
    left: 49%;
    content: '';
    width: 10px;
    height: 10px;
    background: #EFEFEF;
    transform: rotate(45deg);
}

.f-feedback-home-sum q {
    quotes: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“" "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
}

.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-item-img {
    border-color: #2782E8;
}

.f-feedback-home .f-feedback-home-item:hover .f-feedback-home-sum {
    border-color: #000;
}

.f-feedback-home-title h2 {
    height: 32px;
}

.owl-page span {
    background: #23B9DB !important;
}

.f-news-item-img a img {
    width: 100%;
    height: 150px;
}

.item-sp h2 {
    height: 31px;
}

.v2-home-catepr {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

.menu-sub-bottom {
    display: none;
}

.f-footer-info {
    background: #333745;
    padding: 20px 0;
}

.f-footer-nav>li {
    float: left;
    padding-right: 25px;
}

.f-footer-nav li a:hover {
    color: #23B9DB;
}

ul.f-footer-nav li a h3 {
    text-align: left;
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px dotted rgb(95, 104, 116);
    padding-bottom: 10px;
}

.f-footer-nav>li>a {
    white-space: nowrap;
    color: #535455;
    font-size: 12px;
    font-family: arial;
    line-height: 36px;
    font-weight: bold;
    border-left: 1px solid #CCC;
}

ul.f-footer-nav li ul li {
    padding: 3px 0;
}

ul.f-footer-nav li ul li:before {
    content: "\f105";
    color: #fff;
    font-family: fontawesome;
    margin-right: 5px;
}

ul.f-footer-nav li ul li a {
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #000;
}

.f-footer-nav li:first-child a {
    border-left: none;
}

.f-footer-nav {
    float: left;
    width: 100%;
}

.logo-bottom {
    float: left;
    text-align: center;
    width: 100%;
}

.logo-bottom a.logo {
    width: 100%;
    float: left;
}

.logo-bottom a.logo img {
    margin: auto;
}

.copyright {
    text-align: right;
}

.copyright {
    font-size: 12px;
    color: #999;
}

a.box-ft {
    font-weight: bold;
    color: #000;
}

#quantity {
    display: block !important;
}

.f-menutop-ul .f-block-title.title-cat-pro {
    display: none;
}

.f-menutop-ul .f-block {
    border: none;
}

.f-menutop-ul .f-block-news-menu {
    border: none;
}

.f-menutop-ul .f-block-news-menu li {
    border-bottom: 1px solid #b4a47c;
    border-top: none;
}

.f-menutop-ul .menu-sub-cat-pro {
    position: absolute;
    right: -265px;
    height: 475px;
    width: 275px;
    z-index: 999;
    background: #fff;
    top: 0px;
}

.f-menutop-ul a.pra {
    border: none !important;
}

.f-menutop-ul .qc-1 {
    display: none;
}

.f-module-page {
    background: #fff;
    padding: 10px 10px;
    float: left;
    width: 100%;
}

.f-module-page .f-module-page-title i img {
    border: 1px solid #EAEAEA;
    padding: 3px;
    border-radius: 2px;
}

.f-module-page .f-module-page-title h1 {
    font-weight: 400;
    font-family: "Roboto Slab";
    font-style: normal;
    font-size: 17px;
    text-transform: none;
    color: rgb(255, 255, 255);
    background: #23B9DB;
    display: block;
    line-height: 40px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.f-module-page-desc {
    background: #F2F2F2 !important;
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
}

.f-module-page-title h1 {
    margin: 0;
    padding: 0;
}

.f-module-page .f-module-page-body {
    background: #fff;
}

.f-product-view-border {
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

.v2-filterpr {
    display: table;
    width: 100%;
    background: #F4F4F4;
    padding: 5px 10px;
}

.v2-filterpr .form-control {
    height: 32px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
    line-height: 23px;
}

.f-product-chooseview {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.f-product-chooseview a span {
    font-size: 18px;
    margin-right: 6px;
}

.f-product-chooseview a.active {
    color: #23B9DB;
}

.noUi-connect {
    background: #669933 !important;
}

.button-small {
    border: none !important;
    background: #004F86;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    font-family: Roboto Slab;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.cat-news ul {
    width: 100%;
}

.cat-news ul li {
    position: relative;
}

.cat-news ul li ul {
    position: absolute;
    display: none;
}

.cat-news ul li:hover ul {
    position: relative;
    display: block;
}

.cat-news ul.f-block-news-menu li:hover a {
    background: #669933 !important;
    position: relative;
    color: #fff;
}

.cat-news .f-block-title {
    background: #669933 !important;
    color: #fff;
}

.cat-new ul {
    width: 100%;
}

.wp-sp-block img {
    width: 100px !important;
    height: 100px !important;
}

#galleria {
    height: 520px
}

.cat-new ul li img {
    display: none;
}

.qc-text {
    width: 136px;
    float: left;
    padding-top: 55px;
}

.miniv2-toolbar-name {
    /* background-color: #669933; */
}

.v2-gotop {
    text-align: center;
    position: fixed;
    bottom: 20px;
    padding: 15px;
    right: 0;
}

a.lentop {
    color: #3F5765;
    font-size: 48px;
}

.check-cart a {
    font-size: 13px;
}

.f-footer-nav .ft-mn {
    width: 193px;
}

.f-footer-nav li a {
    border: none !important;
}

.menu-sub-bottom {
    display: block;
}

.menu-sub-bottom li a {
    font-size: 12px;
    font-weight: normal !important;
    height: 25px;
    line-height: 25px;
}

.mau-ft {
    background: none repeat scroll 0 0 #efefef;
}

.copy_content {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ac-lf {
    float: left;
}

.quang-cao {
    float: left;
}

.language {
    float: right !important;
}

.language li {
    display: inline;
    margin: 5px;
}

.news-top li:hover {
    background: #efe5cd;
}

.f-menutop {
    background: url(../imgs/dd-m.png);
    background-repeat: no-repeat;
    background-position: 100% 29px;
    text-align: center;
    padding-right: 21px;
}

div#notify-box {
    float: right;
    padding: 0 6px;
}

.shopcart {
    float: right;
    height: 40px;
    line-height: 40px;
}

.shopcart span {
    color: #004f86;
}

#search-category li {
    padding-left: 10px;
}

.filter>div {
    line-height: 45px;
}
.f-block-body{
    background:#fff;
}
.f-block-title span {
    display: block;
    background: #23B9DB;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
}


.f-block-body ul li a {
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: rgb(80, 80, 80);
    padding: 10px 10px;
    display: block;
}

.f-block-body ul li a:hover {
    background: #fff;
}

.f-block-body ul li {
    position: relative;
    border-bottom: 1px solid #cacaca;
}

.f-block-body ul li i {
    position: absolute;
    right: 7px;
    top: 10px;
    color: #23B9DB;
    font-size: 20px;
    cursor: pointer;
}

.f-block-body ul li ul {
   display: none;
   position: absolute;
   left: 99%;
   top: 0;
   width: 100%;
   z-index: 999;
   background: #fff;
   padding: 0 10px;
}
.f-block-body ul li:hover ul{
   display:block
}

.f-block-body ul li ul li a {
  
}

.f-block-body ul li ul li ul li a {
    padding-left: 40px;
}

.main1 {
    padding-top: 20px;
}

.qc-below-slide {
    margin: 20px -10px;
    display: table;
}

.qc-below-slide img {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.v2-tabhome-name {
    background: #23B9DB;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
}

.v2-home-pr-item-saleof {
    position: absolute;
    background: #df1414;
    color: #fff;
    padding: 5px;
    z-index: 9;
}

.v2-home-pr-item-boxdetail h2 {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #333745;
    text-align: center;
    height: 30px;
    overflow: hidden;
}

.v2-home-pr-item-price-gr {
    text-align: center;
    width: 80%;
    margin: auto;
    height: 43px;
}

.v2-home-pr-item-price-gr div {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 16px;
    text-transform: none;
    color: #df1414;
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid rgb(228, 228, 228);
    display: inline-block;
    padding: 5px;
}

.v2-home-pr-item-action {
    text-align: center;
}

.v2-home-pr-item-action a.BNC-add-cart {
    display: inline-block;
    padding: 6px 12px;
    color: #333745;
}

.v2-home-pr-item:hover a.quickview {
    opacity: 1;
    visibility: visible;
}

.v2-home-pr-item a.quickview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    z-index: 9;
    width: 40px;
    height: 40px;
    background: #23B9DB;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
}

.v2-home-pr-item a.quickview span {
    display: none;
}

.v2-home-pr-item a.quickview i {
    text-align: center;
    display: block;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
}

.v2-home-pr-item-price-gr .v2-home-pr-item-price-old {
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
    display: none;
}

.v2-home-pr-item-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.v2-home-pr-item-img {
    height: 186px;
    position: relative;
    overflow: hidden;
}
.v2-home-pr-item-img a{
    position: absolute;
    width: 100%;
    height: 100%;
}

.f-ctn-left {
    padding-right: 0;
}

.f-ctn-right {
    padding-left: 0;
}

.v2-tabhome-title ul {
    display: table;
    width: 100%;
    background: #23B9DB;
    height: 40px;
    line-height: 40px;
    border: none;
}

ul#f-pr-tab-home li a {
    color: #fff;
    background: none;
    border: none;
    font-size: 17px;
    padding: 0 15px;
}

.item-block-duoi {
    border: 3px solid rgb(244, 244, 244);
}

div#owldoitacduoi .owl-item {
    padding: 0 10px;
}

ul#f-pr-tab-home li.active {
    background: #004F86;
}

.v2-home-catepr-title i {
    display: none;
}

.v2-home-catepr-title {
    background: #23B9DB;
    height: 40px;
}

.v2-home-catepr-title a {
    color: #fff;
    font-size: 17px;
}

.v2-home-catepr-title>a {
    float: left;
    background: #004F86;
    padding: 0 15px;
    line-height: 40px;
}

.v2-home-catepr-title>a:hover {
    color: #fff;
}

ul.v2-home-catepr-tabul li a {
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    font-size: 13px;
}

ul.v2-home-catepr-tabul {
    float: left;
    width: 70%;
    border: none!important;
}

.v2-home-catepr-tabul li.active a {
    background: none!important;
    border: none!important;
    color: #fff!important;
}

ul.v2-home-catepr-tabul li.active {
    background-color: #333745;
}

ul.v2-home-catepr-tabul li:hover a {
    color: #333745;
}

.tab-content .owl-theme .owl-buttons div {
    background: #333745!important;
    opacity: 1!important;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0;
}

.tab-content .owl-theme .owl-buttons div i {
    position: absolute;
    font-size: 18px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.qc-dmsp {
    margin-bottom: 20px;
}

.v2-home-pr-item {
    border: 3px solid rgb(244, 244, 244);
    margin-top: 10px;
}

.v2-home-pr-item:hover {
    border-color: #23B9DB;
}

.tab-content .owl-item li {
    padding: 0 10px;
}

.tab-content {
    margin-left: -5px;
    margin-right: -5px;
}

.header-logo-bottom h3 {
    font-family: 'Roboto Slab';
    text-align: center;
    font-size: 30px;
    padding: 14px 0;
}

.f-block-bottom-body ul li h3 {
    font-size: 16px;
    font-weight: bold;
}

.f-block-bottom-body ul li a {
    color: rgb(235, 88, 88);
}

.f-block-bottom-body ul li img {
    float: left;
    margin-right: 10px;
}

.f-pr-bl-item-saleof {
    position: absolute;
    color: #fff;
    background: rgb(221, 0, 23);
    padding: 5px;
    display: none;
}

.item.f-product-bl {
    
    width: 100%;
    padding: 5px;
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(228, 228, 228);
    float: left;
}
.f-pr-view-info ul .price_new{
    color: #df1414 !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.f-pr-view-info ul .price_old{
    
    font-size: 16px !important;
    
    text-decoration: line-through;
}
.f-block-body .f-pr-bl-item-img img {
    height: 55px;
    width: 55px;
}

.f-pr-bl-item-boxdetail h2 {
    margin: 0;
}

.f-pr-bl-item-boxdetail p {
    margin-bottom: 0;
}

.f-block-body .f-pr-bl-item-img {
    float: left;
    margin-right: 10px;
    width: 30%;
}

.f-pr-bl-item-boxdetail {
    float: left;
    width: 60%;
}

.f-pr-bl-item-boxdetail h2 a {
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 13px;
    text-transform: none;
}

.f-pr-bl-item-boxdetail p {
    font-weight: 500;
    font-family: "Roboto";
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    color: #df1414;
}

p.f-pr-bl-item-old-price {
    color: #333;
    text-decoration: line-through;
    font-weight: normal;
}

.f-center-title {
    background: #23B9DB;
    margin-bottom: 20px;
    height: 40px;
    line-height: 40px;
}

.f-center-title span {
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
}

ul.f-pr-tab-home-cate {
    display: table;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    border-bottom: none;
}

ul.f-pr-tab-home-cate li a {
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
}

ul.f-pr-tab-home-cate li:first-child a {
    font-size: 17px;
}

ul.f-pr-tab-home-cate li:first-child {
    background-color: #333745;
    padding-right: 10px;
}

ul.f-video-tab-home li a {
    font-size: 17px;
    color: #fff;
    padding-left: 10px;
}

.tooltip-inner {
    max-width: none;
    background: #23B9DB;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #23B9DB;
}

.f-subscribe-title span {
    text-align: left;
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px dotted rgb(95, 104, 116);
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
}

input#subscribe_email {
    padding: 8px;
    height: 44px;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ccc;
}

.f-subscribe .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
}

fieldset {
    position: relative;
}

.form-group.sendEmail {
    position: absolute;
    top: 0;
    right: 5px;
    margin: 0;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

.form-group.sendEmail button {
    height: 34px;
    background: #004F86;
    border-radius: 0;
    color: #fff;
}

.f-news-bl-item-title h2 {
    margin: 0;
}

ul.f-news-bl li {
    display: table;
    width: 100%;
    padding: 5px;
    background-color: rgb(244, 244, 244);
    border-bottom: 1px solid rgb(228, 228, 228);
}

.f-news-bl-item-img img {
    height: 55px;
    width: 55px;
    max-width: none;
}

.f-block-body .f-news-bl-item a {
    padding: 0;
    border: none;
    font-weight: 400;
    font-family: "Roboto";
    font-style: normal;
    font-size: 13px;
    text-transform: none;
}

.productbreadcrumb {
    background: #F4F4F4;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #333745;
}

ol.breadcrumb li a {
    font-size: 12px;
    color: #333745;
    font-weight: 500;
    font-family: "Roboto";
    text-transform: uppercase;
}
ol.breadcrumb li a:after{
    content:'';
}
.breadcrumb {
    margin-bottom: 0;
    padding-left: 10px;
}

.f-product span.text-action {
    display: none;
}

.f-product .mota-ngan {
    display: none;
}


/* viewlist */

.viewlist li {
    float: none;
    width: 100%;
}

.viewlist .v2-home-pr-item-img {
    float: left;
    height: auto;
}

.viewlist .v2-home-pr-item-img img {
    position: static;
    height: 200px;
    width: 200px;
}

.viewlist .v2-home-pr-item {
    height: 220px;
    padding: 10px;
    border: none;
    background-color: #f4f4f4;
}

.viewlist .v2-home-pr-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.viewlist .v2-home-pr-item-boxdetail h2 {
    font-family: Roboto Slab;
    font-size: 13px;
    font-weight: 700;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
}

.viewlist .v2-home-pr-item-price-gr div {
    font-size: 12px;
    border: none;
    text-align: left;
    padding: 8px 0;
    margin-right: 10px;
}

.viewlist .v2-home-pr-item-price-gr {
    text-align: left;
    margin: 0;
    height: auto;
}

.viewlist .v2-home-pr-item-action a.BNC-add-cart {
    color: #fff;
    display: block;
    padding: 0;
}

.viewlist .v2-home-pr-item-action .text-action {
    margin-left: 5px;
}

.viewlist .v2-home-pr-item-action {
    text-align: left;
}

.viewlist .v2-home-pr-item-action a.BNC-add-cart div {
    background: rgb(235, 88, 88);
    display: inline-block;
    padding: 6px 12px;
}

.viewlist .v2-home-pr-item-action .btn {
    padding-left: 0;
    font-size: 11px;
    margin-top: 5px;
}

.viewlist .mota-ngan {
    padding: 0 0 12px 0;
    color: #5F6874;
}

.f-video-item-img img {
    height: 200px;
    width: 200px;
    margin: auto;
}

.f-video-item {
    margin-bottom: 20px;
    text-align: center;
}

.f-product-view-name h1 span {
    font-weight: 400;
    font-family: "Roboto Slab";
    font-style: normal;
    font-size: 20px;
    text-transform: none;
    color: #000;
    display: block;
    line-height: 40px;
}

.f-product-view-name h1 {
    margin-top: 0;
    margin-bottom: 5px;
}

.v2-rating {
    display: none;
    position: relative;
    background: #F4F4F4;
}

.zoomWrapper {
    margin: auto;
    /* height: 520px; */
}

.f-pr-image-zoom {
    position: relative;
}

.f-pr-view-tool {
    margin: 5px 0;
    display: none;
}

.f-pr-view-tool ul li {
    float: left;
    padding: 0 10px;
    font-size: 12px;
    border-left: 1px solid #ccc;
}

.f-pr-view-tool ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.f-pr-view-tool ul li a {
    font-size: 12px;
}

.zoomWrapper img {
    max-height: 520px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.f-pr-view-info ul li.key {
    width: 150px;
}

.f-pr-view-info ul li {
    float: left;
    margin: 5px 0;
}

.f-pr-view-choosesizeGroup {
    background: #F4F4F4;
}

.f-pr-view-info,
.f-pr-view-box-size {
    background: #F4F4F4;
    padding: 10px;
}

.f-pr-view-box-size {
    float: left;
    width: 20%;
    /* padding: 21px; */
}

.wrap-btn-buy {
    float: left;
    width: 100%;
    background: #f4f4f4;
    padding: 10px;
}

span.box-size-title {
    display: none;
}

.f-pr-view-box-size select {
    height: 40px;
    padding: 5px;
}

.color-info {
    display: inline-block;
    margin-right: 5px;
    width: 25px;
    height: 25px;
}

.f-pr-view-info ul li.key-color {
    float: none;
    clear: both;
}

.f-pr-view-info ul li.value-color {
    margin-bottom: 5px;
}

div#slidezoompage a {
    display: block;
    padding: 10px;
}

div#slidezoompage a.active img {
    border-color: #004F86;
}

div#slidezoompage img {
    max-width: 100%;
    border: 1px solid #ddd;
}

ul#f-pr-page-view-tabid li a {
    font-weight: 700;
    font-family: "Roboto Slab";
    font-style: normal;
    font-size: 14px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background-color: #004F86;
    box-shadow: none;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
    line-height: 37px;
    display: block;
    border-bottom: none;
}

.f-product-view-tab-body {
    background: #f4f4f4;
    padding: 15px;
}

.f-product-view-tab .tab-content {
    margin: 0;
}

ul#f-pr-page-view-tabid {
    border: none;
}

.f-product-view-tags {
    margin: 10px 0;
}

.f-product-view-tags a {
    background-color: rgb(235, 88, 88);
    color: rgb(255, 255, 255);
    margin-left: 0;
    padding: 2px 6px 3px 6px;
    display: inline-block;
    transition: all 0.2s;
    border-radius: 15px;
}

ul#f-pr-page-view-tabcomentid li a {
    color: rgb(255, 255, 255);
    background-color: rgb(51, 55, 69);
    display: block;
    padding: 5px 8px;
}

ul#f-pr-page-view-tabcomentid li.active a {
    background-color: #23B9DB;
}

.related-slide .owl-item {
    padding-left: 10px;
    padding-right: 10px;
}

.f-product-view-other {
    overflow: hidden;
}

.f-page-split-title {
    line-height: 40px;
    background-color: #23B9DB;
    color: #fff!important;
    padding-left: 10px;
    font-size: 17px;
}

ul.f-block-top-news-menu li {
    float: left;
    margin-right: 10px;
}

ul.f-block-top-news-menu li img {
    height: 40px;
    width: 20px;
    float: left;
    margin-right: 5px;
    padding: 10px 0px;
}

ul.f-block-top-news-menu li a {
    color: #fff;
    display: table;
}

ul.f-block-top-news-menu li a span {
    float: left;
}

ul.f-block-top-news-menu li a:hover {
    color: #333745;
}

ul.adv-block-left li {
    margin-bottom: 20px;
}
.area-img{
    float: left;
    padding-right: 10px;
}
.analylic-type{
    float: left;
    padding-right: 10px;
}
.analytic-count{
    float: left;
}
.f-block-analytic li {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.f-cate{}
.f-cate ul{}
.f-cate ul li{
    padding: 15px 10px;
}
.f-cate ul li img{
    
margin: auto;
    
display: table;
    
height: 100px;
}
.f-cate ul li a{
    
width: 100%;
    
float: left;
    
text-align: center;
}
img {
    pointer-events: none !important;
}
.thongtin-login{
    float: right;
}
.add-top{
    text-align: center;
}