/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.42857143;
	font-size: 12px;
	color: #333;
}
articleBody
{
  BACKGROUND-COLOR: #fff;
    border: 2px solid #eea01c;
    border-radius: 18px;
    MARGIN-TOP: 10PX;
    PADDING-TOP: 10px;
  
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table td{
	text-align:left;
	vertical-align:top;
	padding: 5px;
}
.clear{
	clear: both;
}
.visiblePhone{
	display: none !important;
}
.hiddenPhone{
	display: block !important;
}
a, a:hover, a:visited, a:focus 
{
    cursor: pointer;
    text-decoration: none;
    outline: black;
  color: #fff;

}
b, strong, .bold{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: none;
}
@media screen and (max-width:992px){
	.visiblePhone{
		display: block !important;
	}
	.hiddenPhone{
		display: none !important;
	}
	.desktopShow{
		display: none !important;
	}
}

/**
 * Main Content
 */
#content p {
    margin: 0 0 10px;
}
#system-message {
	margin-bottom: 0;
}
#system-message .alert {
	margin-bottom: 0;
	border-radius: 0;
}
#system-message .alert-warning {
	border: 0;
}

/**
 * Pagination
 */
.pagination {
    margin: 0 0 40px 0;
    float: right;
    width: 100%;
}
.pagination .counter{
    margin: 6px 0;
}
.pagination .pagination-list {
    list-style: none;
    z-index: 100;
    padding: 0;
}
.pagination .pagination-list > li {
    display: inline-block;
    width: 32px;
    text-align: center;
    margin: 0 2px;
    background: #e9e9e9;
}
.pagination .pagination-list > li.disabled > a {
    color: #fff;
}
.pagination .pagination-list > li:last-child {
    margin-right: 0;
}
.pagination .pagination-list > li:first-child {
    margin-left: 0;
}
.pagination .pagination-list > li.active {
    background-color: #43d2e8;
}
.pagination .pagination-list > li.active > a {
    color: #fff;
}
.pagination .pagination-list > li > a {
    color: #2c3439;
    display: block;
    padding: 6px;
}
.pagination .pagination-list > li > a:hover,
.pagination .pagination-list > li > a:focus {
    text-decoration: none;
}
.icon-first:before {
    content: "\f049";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.icon-previous:before {
    content: "\f04a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.icon-next:before {
    content: "\f04e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.icon-last:before {
    content: "\f050";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.pathway{
    text-transform: uppercase;
}
/**
 * columns of same height
 */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 98%;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 10px;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/*----------------TOP-----------------*/
.navbar-inverse{
    background: #f9f9f9;
    padding: 0;
}   
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
background-color: #167ac6;
    font-weight: bold;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #337ab7;
}
/**-------Search----------**/ 
.searchwp{
    width: 223px;
    float: right;
    padding: 9px 0;
} 
.searchwp .form-search{
    margin: 0;
}
.searchwp .form-inline{
    position: relative;
    margin: 0;
}
.searchwp .form-inline:after{
    position: absolute;
    top: 6px;
    right: 10px;
    font-family: FontAwesome;
    content: "\f002";
    color: #333;
    font-size: x-large;
    top: auto;
    
}
.searchwp .search-query{
    border: none;
    padding: 6px 10px;
    width: 100%;
    border-radius: 0;
    height: 32px;
}
.searchwp .btn-primary{
    border-radius: 0;
    width: 53px;
    background: transparent;
    border: none;
    font-size: 0;
    height: 32px;
}
#finder-search .inputbox{
    padding: 5px;
    height: 34px;
}
#search-results h2{
    font-size: 24px;
}
#searchForm .phrases,
#searchForm .only,
#searchForm .form-limit, 
#searchForm .counter{
    display: none;
}
.ui-tooltip{
    display: none;
}
/**------Mega Menu--------**/                       
#mainmenu{
    background: #fff;
}
#js-mainnav.megamenu.blackwhite{
    border: none;
    background: none;
}
#megamenucss #js-mainnav.blackwhite .js-megamenu{
    background: #fff;
}
#megamenucss .megamenu .menu-title i {
    padding: 0;
}
#megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild.megacss span.menu-title, #megamenucss #js-mainnav.megamenu.horizontal ul.level0 li a.haschild-over.megacss span.menu-title{
    padding-left: 0;
    padding-right: 12px;
}
#js-mainnav.megamenu.blackwhite ul.level0 li.megacss span.megacss, #js-mainnav.megamenu.blackwhite ul.level0 li.megacss a.megacss, #js-mainnav.megamenu.blackwhite .megaMenuToggle{
    font-size: 14px;
    color: #2E2E2D;
    line-height: 30px;
    text-transform: uppercase;
    padding: 17px 15px !important;
    font-weight: bold;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url(../images/sep-1.png) no-repeat left center;    
}
#megamenucss .blackwhite.megamenu ul.level0 > li.megacss:hover > a.megacss, #megamenucss #js-mainnav.megamenu.blackwhite ul.level0 li.active {
    background: url(../images/sep-1.png) no-repeat left center !important;
    color: #00c2c7!important;
}
#js-mainnav.megamenu.blackwhite ul.level0 > li.megacss > a.megacss.first, #js-mainnav.megamenu.blackwhite ul.level0 > li.megacss > a.megacss.first:hover{
    background: none !important;
    padding-left: 0 !important;
}
.dropdown-menu{
    background-color: #363636;
}
#js-mainnav.megamenu.blackwhite ul.level1 li.megacss span.megacss, #js-mainnav.megamenu.blackwhite ul.level1 li.megacss a.megacss{
    text-shadow: none;
    font-weight: normal;
    text-transform: none;
    color: #fff;
    padding: 5px 15px !important;
}
#megamenucss #js-mainnav.megamenu ul.megamenu.level1{
    padding: 5px 0 15px 0;
}
#megamenucss .blackwhite.megamenu .dropdown-menu ul.level1 li.megacss:hover>a.megacss, #megamenucss .blackwhite .dropdown-menu ul.level1 li.megacss a.megacss:hover{
    color: #00c2c7 !important;
    background: #363636 !important;
}
/**-----Header-----------*/
#header{
background-image: linear-gradient(to right, #5183f4, #0920ec); 
  position: relative;
} 
.logo{
    float: left;
    margin: 0;
}
.socail{
    float: right;
    margin-top: 17px;
  visibility: hidden;
} 
.socail a{
    margin-left: 5px;
    color: #1762b1fa;
    font-size: 40px;
}   
/**-----Hotline-----------*/
.hotline{
    display: inline-block;
    float: left;
  display: inline-block;
    float: left;
    border-radius: 18px;
    border: 1px solid #0983ec;
    font-size: 12pt;
    font-family: revert;
    align-items: center;
    border-left: 16px solid #00caff;
}
.hotline .label-h{
    float: left;
  color: aliceblue;
}
.hotline .number{
    float:right;
    font-weight: bold;
}

.col-left img{
    width: 100%;
}
/**-----menuheader-----------*/
.maincontent {
    padding: 20px !important;
    background-color: #FFF;
    min-height: 1200px;
    display: inline-block;
    width: 100%;
}
#slide{
    background: #ffffff8a;
}
#slide .sprocket-features .readon{
    display: none;
}
.sprocket-features{
    
}
.box-heading h2{
    color: #3628ddd4;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #1389ee;
}
.box-heading h2 span{
    text-transform: none;
    float: right;
    font-size: 20px;
}
/*------breadcrumb----------*/
.breadcrumb {
    background-color:#ffffff2e;
    border-radius: 0;
    padding: 12px 20px;
border-bottom: 3px solid #2b2926;
    color: #999;
    margin-top: 10px;
}
.breadcrumb .divider{
    display: none;
}
/*------Product----------*/
.subheading-category, .page-header h2{
    font-size: 20px;
}
.box-product .padding:hover {
  box-shadow: 0 0 20px #1877f2;
  
}
.product-grid .padding, .box-product .padding {
    background-color: #fff;
    border: 1px solid #1877f252;
    padding: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.discount_percent {
    font-size: 20px;
    color: #fff;
    position: absolute;
    font-weight: bold;
    background: url(../images/discount.png) 0 0 no-repeat;
    width: 65px;
    height: 67px;
    text-align: right;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.item {
    margin-bottom: 10px;
    
}
.maxheight-feat {
    height: 78px;
    overflow: hidden;
    text-transform: capitalize;
}
.name a {
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    font-weight: 250;
    font-family: none;
}
.padding .image2 {
    margin-bottom: 5px;
}
.padding .image2 img{
    max-width: 100%;
    max-height: 100%;

}
.box-product .padding .f-left {
    border-bottom: 1px solid #ebebeb;
   /* padding-bottom: 17px;
    margin-bottom: 17px;*/
}
.box-product .price {
    font-size: 14px;
    color: #ff0b43;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 3px;
    float: left;
   
}
.box-product .price-d {
    text-decoration: line-through;
    font-size: 11px;
    color: #767676;
}
.box-product .padding .cart {
    float: right;
}
a.button:hover {
    background: #f35d03;
    color: #000;
  BORDER-RADIUS: 12px;
}
a.button {
    text-decoration: none;
    cursor: pointer;
    background: #020ccabd;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
  BORDER-RADIUS: 12px;
}

/*------banner----------*/
.sprocket-features .sprocket-features-img-container{
    width: 100%;
}
/*------rightCol----------*/
.right h4{
    font-size: 23px;
    line-height: 30px;
    color: #2e2e2e;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rightMenu{
    background: #464ad4;
    margin-bottom: 20px;
}
.rightMenu h4{
    margin-bottom: 0px;
    line-height: 46px;
    height: 46px;
    padding-left: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background-color: ##0055cc;

}
.rightMenu .nav>li{
    border-top: 1px solid #ccc;
    padding-bottom: 10px;
}
.rightMenu .nav>li>a{
    padding: 10px 15px 0 15px;
    font-size: 16px;
}
.rightMenu .nav>li:hover {
    background-color: #337ab7;
}
.rightMenu .nav>li ul{
    padding-left: 30px;
}
.rightMenu .nav>li ul ul{
    padding-left: 15px;
}
.rightMenu .nav>li ul a{
    font-size: 14px;
}
/**-----Product --------*/
.intro-text ul{
    list-style-type: circle;
}
.product-info .item-image{
    position: relative;
    margin-bottom: 20px;
}
.product-info .item-image img{
    width: 100%;
}
.product-info h1 {
    color: #323232;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    line-height: 24px;
    margin-top: 0;
    padding-top: 0;
}
.product-info .price {
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    color: #323232;
    font-size: 13px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.product-info .price .price-new {
    color: #f9a220;
    font-size: 24px;
}
.product-info .price .price-new-d {
    color: #b3b3b3;
    font-size: 20px;
    text-decoration: line-through;
}
.product-info .variant { /*MÀU - SIZE*/
   	border: 1px solid #2015edb3;
    margin-bottom: 20px;
    padding-top: 15px;
    border-left: 6px solid #1128eb;
    BACKGROUND-COLOR: #fff;
    PADDING-LEFT: 5pt;
    FONT-FAMILY: revert;
    FONT-SIZE: medium;
}
.product-info .cart-top {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.q-mini {
    width: 40px;
    height: 40px;
    text-align: center;
}
a.button-prod.mua-ngay{
    background: #365899;
}
a.button-prod {
    display: inline-block;
    background-color: #337ab7;
    font-size: 15px;
    color: #ffffff;
    padding: 9px 28px 10px 11px;
    margin-right: 1px;
    line-height: 31px;
    white-space: nowrap;
}
a.button-prod.sms {
    background-color: #40cc3c;
}
a.button-prod i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 9px;
}
.tabs {
    margin-bottom: 10px;
    margin-top: 20px;
}
.tabs .tab-heading {
    line-height: 32px;
    color: #00c2c7;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #365899;
    font-size: 12pt;
}
.tabs .tab-heading li{
    margin: 0;
}
.tabs .tab-heading li a{
    display: block !important;
}
.tabs .tab-content {
    padding: 20px;
    background-color: #FFF;
}
.tabs .tab-content img{
    max-width: 100%;
}
/*-----Tags ----*/
.tags-box ul li{
    float: left;    
}
.tags-box .tags {
    margin: 10px 0;
    padding: 0;
    display: inline-block;
}
/*------Contact us ----------*/
#Map{
    display: none;
}
#userForm input {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    margin: 0;
}
#userForm .rsform-captcha-box{
    width: 100px;
}
#userForm textarea {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}
.btn {
    border-radius: 0;
}
/*---Popup order ----*/
.formResponsive {
    margin: 0;
}
.modal-content {
    border-radius: 18px;
background-color: #e5e9ec;
}
.modal-title{
    font-size: 20px;
    font-weight: bold;
    color: #0819f4;
    text-transform: uppercase;
}
.modal-body h1{
    color: #323232;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
}
.modal-body .price {
    font-family: Arial, sans-serif;  
    color: #323232;
    padding-bottom: 10px;
}
.modal-body .price .price-new {
    color: #eb640d;
    font-size: 20px;
}
.modal-body .price .price-new-d {
    color: #e82104;
    text-decoration: line-through;
    font-size: 15px;
}
.modal-body .formResponsive .formControlLabel{
    text-align: left;
}
.modal-body .formResponsive .rsform-block{
    margin-bottom: 0;
}
#orderForm input,
#orderForm select {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    margin: 0;
}
#orderForm #Submit {
    border-radius: 20px;
    padding: 6px 20px;
    float: right;
    background: #ff8700;
    font-size: 17px;
    margin-top: 10px;
}
.formResponsive .formHorizontal p.formDescription{
    margin-top: 0;
}
.formResponsive .formRow:nth-child(1){
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
/*-----News----------*/
.news{
    text-align: left;
}
.news .title{
    font-size: 22px;
    line-height: 110%;
    height: 50px;
    overflow: hidden;
}
.readmore .btn{
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
    background: #00c2c7;
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    font-size: 17px;
    font-weight: 100;
    line-height: 19px;
}
.readmore .btn:hover {
    background: #333333;
    color: #fff;
}
/*------footer----------*/
.footer {
    position: relative;
  background-color: #365899;

  color: #fff;
    padding: 30px 0 20px 0;
}
.footer .nav>li>a{
    color: #fff;
    padding: 2px 0;
}
.footer a:hover, .footer a:focus{
    color: #fff !important;
}
.footer h4{
    text-transform: uppercase;
}
.footer ul{
    margin-bottom: 25px;
}
/*-----menu-copyright--*/
.copyright{
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
.copyright .custom{
    text-align: right;
}
.info_slider {
    position: fixed;
    top: 75%;
    left:5px;
    z-index: 999;
}
.scrollToTop {
    width: 48px;
    height: 148px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    right: 10px;
    /* top: 20px; */
    display: none;
    background: url(../images/arrow_up.png) no-repeat 0px 0px;
    white-space: nowrap;
    z-index: 1000;
}
/*--------news featured ---------*/
.news-featured{
    height: 317px;
    display: inline-block;
}
.news-featured .item {
    margin-bottom: 10px;
}
.news-featured img{
    height: 86px;
}
.news-featured .col-right{
    padding-right: 0;
}
.news-featured strong{
    color: #00c2c7
}
