.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: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

body {
    font-family: Roboto;
}

body a {
    color: #333745;
    font-size: 14px;
}

a:hover {
    color: inherit;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}
img{
	max-width:100%;
}
.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;
}
.button_menu_mobile, .menutop {
    display: none;
}
ul.login-bar li {
    float: right;
}
.nav-tabs > li > a{
	color:#000;
	border-right: 1px solid #23b9db;
    padding: 0 5px;
}
.right2 {
    float: right;
    height: 38px;
}
.header-top-top {
    background: #4080FF;
    height: 40px;
    line-height: 40px;
}

ul.styleheadertop {
    float: right;
    margin: 0;
}

ul.login-bar li a {
    color: #fff;
    font-size: 14px;
    padding: 0 6px;
    font-weight: normal;
}
.v2_bnc_search_main div#myBtn {
    font-size: 21px;
    cursor: pointer;
}
#search-box .search-area {
    width: 80%;
    margin-left: 30px;
}
#search-box #myModal {
    padding-top: 0;
    display: none;
}
#search-box #myModal .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
}
#search-box #myModal .modal-content {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0;
}

#search-box #myModal button.close {
    margin: 0;
    right: 0;
    top: 0;
    color: #000;
    box-shadow: 0 0 0;
}
.search-basic {
    border-right: 1px solid #f2f2f2;
}
#search-box #myModal input {
    color: #000;
}
#search-box #myModal a#BNC_btn_search {
    border-radius: 0;
    padding: 11.5px 16px;
}
.searchAutoComplete {
    z-index: 10000;
    position: absolute;
    top: 40px !important;
    left: 0;
    width: 100%;
}
.modal-header{
	border-bottom:none;
}

.searchAutoComplete ul {
    list-style: none;
    border: #000 solid 1px;
    background: white;
    overflow-y: auto;
    height: 300px;
}
.searchAutoComplete ul li{
        line-height: 2.5em;
        border-bottom: aliceblue solid 1px;
        cursor: pointer;
    }
    .searchAutoComplete ul li img{
        width:50px;
        height:50px;
        margin-right: 15px;
    }
     .searchAutoComplete ul li:hover{
        background: #f6435b;
    }
     .searchAutoComplete ul li.active{
        background: #f6435b;
    }
    .searchAutoComplete ul li a{
        display: block;
        padding: 10px 15px;
        line-height: 1.3em;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position:relative;
        transition: all ease 0s;
        color: #000;
    }
    .searchAutoComplete ul li a p{
        position:absolute;
        bottom: 0;
        left: 79px;
        transition: all ease 0s;
        margin-bottom: 7px;
        font-size: 14px;
    }
    .searchAutoComplete ul li:hover a, .searchAutoComplete ul li:hover p{
        color: white;
    }
    .v2_bnc_search_main div#myBtn {
        font-size: 21px;
        cursor: pointer;
    }
    /*===== End Search ====*/

/*=== Cart ===*/
    .v2_bnc_cart_main {
       float: left;
    }
    .v2_bnc_cart_main .f-miniCart-miniv2 {
        right: 0 !important;
        width: 100%;
    }
    .v2_bnc_cart_main .miniv2-toolbar-close {
        display: none !important;
    }
    .v2_bnc_cart_main .miniv2-toolbar-barclick {
        position: relative;
    }
    .v2_bnc_cart_main .miniv2-toolbar-barclick:hover{
        color: #FFF;
    }
    .v2_bnc_cart_main:hover .f-miniCart-miniv2 {
        display: block !important;
        cursor: pointer;
        visibility: visible;
    }
    .name_cart {
        color: #fff;
        display: table;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 40px;
    }
    .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: 13px;
        opacity: 0;
        padding: 15px;
        position: absolute;
        right: 15px;
        top: 52px;
        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;
        display: inline-block;
    }
    .miniv2-toolbar-barclick .fa {
        display: block;
        font-size: 22px;
        margin-bottom: 3px;
    }
    .miniv2-toolbar-count {
        color: #fff;
        display: block;
        font-size: 13px;
        position: absolute;
        background: #f6435b;
        border-radius: 100% !important;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        top: 0px;
        right: -10px;
    }
    .miniCart-top {
        height: 35px;
        background: #f6435b;
        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: #93272d;
    }
    .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: #f6435b;
        text-transform: capitalize;
    }
    .minicartItemPay a:hover {
        background: #383838;
        color: #FFF;
    }
    .f-miniCart-miniv2-toolbar {
        margin: 29px 0;
        position: relative;
    }
    p.cart_color,p.cart_size {
        margin: 0 0 0 53px;
    }
/*=== End Cart ===*/
#search-box input {
    padding: 6px 12px;
}
.modal-content {
    position: relative;
    background-color: rgb(187, 50, 57);
    margin: auto;
    padding: 0;
    border: none;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.9s;
    animation-name: animatetop;
    animation-duration: 0.9s;
}
.modal {
    display: block;
    position: fixed;
    z-index: 9999;
    padding-top: 170px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.6);
}
ul.login-bar li a:hover {
    color: rgb(51, 55, 69);
}
#search-box {
    float: left !important;
    position: relative;
    float: left;
    margin: 10px 0;
    font-size: 16px;
    color: #FFF;
    margin-right: 15px;
}

div#search-box {
    position: relative;
}
.v2_bnc_cart_main {
    position: relative;
    top: -23px;
}
.search-area .input-group {
    width: 80%;
    margin: auto;
}

.search-area input {
    border-width: 1px;
    border-style: solid;
    border-color: #dadada;
    background-color: rgb(255, 255, 255);
    height: 40px;
    border-radius: 0;
    padding-left: 45px;
}
#search-box #myModal button.close {
    margin: 0;
    right: 0;
    top: 0;
    color: #000;
    box-shadow: 0 0 0;
}
.input-group-btn.buttonsearch {
    position: absolute;
    z-index: 99;
    top: 1px;
    left: 1px;
    height: 38px;
    width: 40px;
    background: #36A9E0;
    text-align: center;
}
.search-form .form-group {
  float: right !important;
  transition: all 0.35s, border-radius 0s;
  width: 32px;
  height: 32px;
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 25px;
  border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
  padding-right: 20px;
  border: 0 none;
  background: transparent;
  box-shadow: none;
  display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {
  display: none;
}
.search-form .form-group input.form-control:-moz-placeholder {
  /* Firefox 18- */
  display: none;
}
.search-form .form-group input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  display: none;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
  display: none;
}
.search-form .form-group:hover,
.search-form .form-group.hover {
  width: 100%;
  border-radius: 4px 25px 25px 4px;
}
.search-form .form-group span.form-control-feedback {
  position: absolute;
  top: -1px;
  right: -2px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #3596e0;
  left: initial;
  font-size: 14px;
}


.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: #4080FF;
}

.f-menutop {
    position: relative;
    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;
}



.moveimg {
    position: fixed;
    z-index: 9999;
    border: 1px solid #fff;
}

.next-slide {
    background: url("../imgs/next.html");
    width: 59px;
    height: 66px;
    float: left;
    right: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.prev-slide {
    background: url("../imgs/prev.html");
    width: 59px;
    height: 66px;
    float: left;
    left: 0;
    top: 50%;
    margin-top: -28px;
    position: absolute;
}

.prev-slide:hover {
    background: url("../imgs/prev-hover.html");
}

.next-slide:hover {
    background: url("../imgs/next-hover.html");
}

a.carousel-control {
    background: none !important;
}

.f-new-item-sum {
    text-align: justify;
    height: 125px;
    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: #4080ff;
    padding: 20px 0 0;
}
  .footer:before {
        content: "";
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .4);
    }
footer .list-menu {
    margin-bottom: 15px;
    line-height: 1.71429em;
    font-size: 15px;
    color: #959595;
}
ul {
    list-style: none outside;
}
footer .list-menu.list-blogs li {
    padding-left: 16px;
}
footer .list-menu.list-blogs li {
    position: relative;
  
}
footer .list-menu li {
    color: #FFF;
}
footer .list-menu li {
    padding: 3px 0;
}
footer .list-menu.list-blogs li:before {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #FFF;
    top: 12px;
}
footer .list-menu.list-blogs li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 12.5px;
}
footer .list-menu a {
    color: #FFF;
}
.v2_bnc_block_analytics ul li {
    width: 100%;
    position: relative;
    color: #FFF;
    padding: 3px 0;
        line-height: 1.71429em;
}
.v2_bnc_block_analytics ul li a {
    color: #fff;
}
.footer {
    position: relative;
    background: #4080ff;
    padding-top: 35px !important;
}
.footer-widget {
    color: #FFF;
}
footer .site-footer h3 {
    padding: 10px 0;
}
footer .site-footer h3 {
    position: relative;
    color: #fff;
    margin: 0px;
    padding: 13px 0;
    font-size: 1.28571em;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.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: center;
}

.copyright {
    font-size: 12px;
    color: #fff;
    padding: 15px;
    border-top: 1px solid #000;
    background: #000;
    clear:both;
}

.copyright a{
    color: #fff;
}

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 {
    border-radius: 3px;
}

.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: auto;
    border-radius: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    padding: 5px;
    font-size: 13px;
}

.f-product-chooseview {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
}

.f-product-chooseview a span {
    font-size: 18px;
    margin-right: 6px;
}

.f-product-chooseview a.active {
    color: #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;
}
.f-block-body ul li ul li>a:before {
    content: "\f105";
    font-size: 15px;
    top: -2px;
    margin-right: 5px;
    font-family: FontAwesome;
}
.cat-news .f-block-title {
    background: #669933 !important;
    color: #fff;
}
.f-block-title a{
	color:#fff;
}
.ds_catalg{
    margin-bottom: 10px;
	box-shadow: 1px 1px 3px #CCCCCC;
    border: #c2debf solid 1px;
    border-radius: 6px;
}
.f-block-body {
    padding: 0 10px;
	background:#fff;
	    overflow: hidden;
}
.f-center-module {
    background: #fff;
}
.cont-dm-menuleft ul{
    background: #fff;
    color: #000;
}
.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: 6px;
    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 {
    margin-top: 14px;
    float: right !important;
}

.language li {
    display: inline;
    margin: 5px;
}

.news-top li:hover {
    background: #efe5cd;
}

.f-menutop {
    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: #fff;
}

#search-category li {
    padding-left: 10px;
}

.filter>div {
    line-height: 45px;
}

.f-block-title span {
    display: block;
    background: #4080ff;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    padding-left: 10px;
    text-transform: uppercase;
}

.f-block-body>ul>li>a:before {
    content: "\f105";
    font-size: 15px;
    top: -2px;
    margin-right: 5px;
    font-family: FontAwesome;
}

.f-block-body ul li a {
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    color: rgb(80, 80, 80);
    padding: 10px 0;
	border-bottom: #dfdfdf dotted 1px;
    display: block;
 
}
.f-footer-info h3{
	color:#fff;
}
.f-footer-info ul li a{
	color:#fff;
}
.f-footer-info ul li {
	list-style:unset;
	color:#fff;
}

.f-block-body ul li a:hover {
    background: #fff;
}

.f-block-body ul li {
    position: relative;
}

.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 {
   
}

.f-block-body ul li ul li a {
  
}

.f-block-body ul li ul li ul li a {
    
}

.main1 {
  
}

.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;
   
}

.v2-home-pr-item-price-gr div {
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 12px;
    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;
}

.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;
}

.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: #f5f5f5;
    height: 40px;
}

.v2-home-catepr-title a {
    color: #fff;
    font-size: 17px;
}

.v2-home-catepr-title>a {
    float: left;
    background: #4080FF;
    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 {
      
    margin-top: 10px;
    background: #fff;
    border: 3px solid #DEDFDD;
}

.v2-home-pr-item:hover {
    border-color: #23B9DB;
}

.tab-content .owl-item li {
    padding: 0 10px;
}

.tab-content {
    margin-left: -10px;
    margin-right: -10px;
}

.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: #4080FF;
    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 {
  
    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;
	padding:10px;
}
.v2_bnc_products_details_box_rating {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 12px;
}
.v2_bnc_products_details_box_social {
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    float: left;
    padding: 0 0 10px 0;
}
.v2_bnc_products_details_box_social ul li:first-child {
    padding-left: 0px;
}

.v2_bnc_products_details_box_social ul li {
    float: left;
    padding: 0 6px;
    border-right: 1px solid #898989;
    line-height: 12px;
    color: #898989;
    font-size: 11px;
}
.v2_bnc_products_details_box_social ul li:last-child {
    border: none;
}
.v2_bnc_products_details_box_price {
    width: 100%;
    line-height: 30px;
    padding: 5px 0 10px;
    font-size: 13px;
    position: relative;
    clear: both;
}
.key {
    font-family: arial;
    font-size: 14px;
    font-weight: 700;
}
.v2_bnc_products_details_box_price .price {
    font-size: 21px;
    font-weight: 700;
}

.v2_bnc_products_details_box_price .price_sale, .price {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 5px 0;
    color: #fd4040;
}
.v2_bnc_products_details_box_description {
    border: 1px solid #fd4040;
    margin: 30px 0 20px;
    padding: 20px 10px;
    width: 100%;
    float: left;
    position: relative;
}
.v2_bnc_products_gift {
    background-color: #fff !important;
    display: block;
    height: 35px;
    margin-left: 20px;
    position: absolute;
    top: -25px;
}
.v2_bnc_products_gift_icon {
     display: block;
    float: left;
    height: 40px;
    width: 39px;
    margin: 0 0 0 10px;
    display: none;
}
.breadcrumb > li + li:before {
    content: "/";
    padding: 0 5px;
    color: #333745;
}

ol.breadcrumb li a {
    font-size: 12px;
    color: #333745;
    font-weight: 500;
}
.v2_bnc_products_gift_icon_title {
    color: #ee121e !important;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 5px;
    text-transform: uppercase;
}

.condition_list {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px 0;
    margin: 0;
}
.v2_bnc_products_details_box_info ul li.key {
    width: 100px;
    margin-right: 5px;
}
.v2_bnc_products_details_box_info ul li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 7px;
    font-size: 13px;
    display: inline;
}
.v2_bnc_products_details_box_info ul li {
    list-style: none;
    line-height: 24px;
    margin-bottom: 7px;
    font-size: 13px;
    display: inline;
}
.value {
    font-size: 14px;
    font-weight: 700;
}
.btn-buy {
    background: #f00;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease .5s;
    font-weight: bold;
    width: 100%;
    border-radius: 30px;
    margin: 10px 0;
    cursor: pointer;
    border: none;
    width: 100%;
    display: block;
}
.btn-buy a { color: #fff; }
.btn-buy .icons {
    font-size: 18px;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.breadcrumb {
    margin-bottom: 0;
    padding-left: 0;
}

.f-product span.text-action {
    display: none;
}

.f-product .mota-ngan {
    display: none;
}


/* viewlist */

.viewlist li {
    float: none;
    width: 100%;
}

.viewlist .v2-home-pr-item-img {
    float: left;
    height: auto;
}

.viewlist .v2-home-pr-item-img img {
    position: static;
    height: 200px;
    width: 200px;
}

.viewlist .v2-home-pr-item {
    height: 220px;
    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: 15px;
    line-height: 20px;
}

.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;
}
.btn-buy:hover {
    background: #f57921;
    color: #FFF !important;
}
.f-product-view-info {
    overflow: hidden;
}
.f-pr-view-box-size {
   
    width: 20%;
    padding: 21px;
}

.wrap-btn-buy {
    float: left;
    width: 80%;
    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;
    height: 100px;
    overflow: hidden;
    position: relative;
    margin: 15px;
}

div#slidezoompage a.active img {
    border-color: #004F86;
}

div#slidezoompage img {
    max-width: 100%;
    border: 1px solid #ddd;
    /* height: 100px; */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    max-width: 100%;
    max-height: 100%;
}
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;
    margin-bottom: 5px;
}
.f-product-view-tab-body img {
    margin: auto;
    display: block;
}
iframe{
    width: 100%;
}

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;
}
.input-group-btn.btn-search-28 {
    background: #ccc;
    color: #fff;
}
.analylic-type{
	float: left;
	padding-right: 10px;
}
.analytic-count{
	float: left;
}
.modal-dialog{
padding:0;
}
.f-block-analytic li {
    width: 100%;
    float: left;
    padding: 10px 0px;
}
.v2-home-pr-item-boxdetail{height: 140px;}
  
    ul.floor-menu-fixed {
    list-style: none;
    position: fixed;
    bottom: 6px;
    right: 104px;
    z-index: 9999;
    /* border: 1px solid #e7e7e7; */
    padding: 0;
    /* background: #fff; */
}
ul.floor-menu-fixed li {
    padding: 5px;
    display: inline-block;
}
ul.floor-menu-fixed li a:hover{
    background: #fff !important;
}
ul.floor-menu-fixed li a.skype:hover{
    color: #12a5f4;
}
ul.floor-menu-fixed li a.facebook:hover{
    color: #3b5998;
}
ul.floor-menu-fixed li a.google:hover{
    color: #dd4b39;
}
ul.floor-menu-fixed li a.facebook {
    background-color: #3b5998;
}
ul.floor-menu-fixed li a.google {
    background-color: #dd4b39;
}
ul.floor-menu-fixed li a.skype {
    background-color: #12a5f4;
}
ul.floor-menu-fixed li a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.floor-menu-fixed li a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
ul.floor-menu-fixed li a {
    display: block;
    width: 45px;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: #fff;
}

.facebook_1 {
    z-index: 10999;
    -webkit-animation: fadeinright 2.4s;
    -moz-animation: fadeinright 2.4s;
    -ms-animation: fadeinright 2.4s;
    -o-animation: fadeinright 2.4s;
    animation: fadeinright 2.4s;
    position: fixed;
    padding: 0;
    top: 35%;
    right: 0px;
    margin-right: -232px;
    width: auto;
    background: none;
    -webkit-transition: all 240ms linear;
    -moz-transition: all 240ms linear;
    -ms-transition: all 240ms linear;
    -o-transition: all 240ms linear;
    transition: all 240ms linear;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    box-shadow: -1px 0px 4px #999;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
.facebook_1 {
    width: 320px !important;
   
}
.stylefacebook .f-block-title {
    background: #3c5caf;
    text-align: left;
    color: white;
    font-family: arial;
    /* padding-left: 20px; */
    border: none;
    line-height: 34px;
    margin-bottom: 0px;
    text-align: center;
    height: auto;
}
.facebook_1:hover {
    margin-right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {

    position: relative;

    min-height: 1px;

    padding-right: 10px;

    padding-left: 10px;

}

.col-xs-5ths {

    width: 20%;

    float: left;

}

@media (min-width: 768px) {

    .col-sm-5ths {

        width: 20%;

        float: left;

    }

}

@media (min-width: 992px) {

    .col-md-5ths {

        width: 20%;

        float: left;

    }

}

@media (min-width: 1200px) {

    .col-lg-5ths {

        width: 20%;

        float: left;

    }

}
iframe{
        width: 100%
    }
    .slideshow_block_top:hover .owl-theme .owl-nav [class*=owl-]{
    background: rgba(0, 0, 0, 0.17);
    opacity:1;
    border:  0;
}
.v2_bnc_block_top {
    position: relative;
    margin-bottom: 10px;
}
.v2-tabhome {
    position: relative;
}
/*phone*/
.suntory-alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 120px;
    position: fixed;
    transition: visibility 0.5s ease 0s;
    width: 120px;
    z-index: 200 !important;
}

.suntory-alo-ph-circle {
    animation: 1.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim;
    background-color: transparent;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 100px;
    left: 0px;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 100px;
}

.suntory-alo-ph-circle-fill {
    animation: 2.3s ease-in-out 0s normal none infinite running suntory-alo-circle-fill-anim;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 15px;
    position: absolute;
    top: 15px;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.suntory-alo-ph-img-circle {
    /* animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim; */
    border: 2px solid transparent;
    border-radius: 100%;
    height: 50px;
    left: 25px;
    opacity: 0.7;
    position: absolute;
    top: 25px;
    transform-origin: 50% 50% 0;
    width: 50px;
}

.suntory-alo-phone.suntory-alo-hover,
.suntory-alo-phone:hover {
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-active .suntory-alo-ph-circle {
    animation: 1.1s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-static .suntory-alo-ph-circle {
    animation: 2.2s ease-in-out 0s normal none infinite running suntory-alo-circle-anim !important;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone:hover .suntory-alo-ph-circle {
    border-color: #03A9F4;
    opacity: 0.5;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle {
    border-color: #03A9F4;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle {
    border-color: #03A9F4;
    opacity: 1;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone:hover .suntory-alo-ph-circle-fill {
    background-color: #03A9F4;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-circle-fill,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-circle-fill {
    background-color: #03A9F4;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-circle-fill {
    background-color: #03A9F4;
}

.suntory-alo-phone.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone:hover .suntory-alo-ph-img-circle {
    background-color: #03A9F4;
}

.suntory-alo-phone.suntory-alo-green.suntory-alo-hover .suntory-alo-ph-img-circle,
.suntory-alo-phone.suntory-alo-green:hover .suntory-alo-ph-img-circle {
    background-color: #03A9F4;
}

.suntory-alo-phone.suntory-alo-green .suntory-alo-ph-img-circle {
    background-color: #03A9F4;
}

@keyframes suntory-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes suntory-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

.suntory-alo-ph-img-circle i {
    animation: 1s ease-in-out 0s normal none infinite running suntory-alo-circle-img-anim;
    font-size: 30px;
    line-height: 50px;
    padding-left: 12px;
    color: #fff;
}


/*=================== End phone ring ===============*/

@keyframes suntory-alo-ring-ring {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@media (max-width: 767px) {
  
}


/*end phone*/