@font-face {
  font-family: "avantgd";
  src: url("../fonts/avantgd.eot?") format("eot"),
  url("../fonts/avantgd.woff") format("woff"),
  url("../fonts/avantgd.ttf") format("truetype"); 
}
@font-face {
  font-family: "sanfrancisco-display";
  src: url("../fonts/SanFranciscoDisplay-Bold.eot?") format("eot"),
  url("../fonts/SanFranciscoDisplay-Bold.otf") format("otf"),
  url("../fonts/SanFranciscoDisplay-Bold.ttf") format("truetype"); 
}
@font-face {
  font-family: "FontIconSVG";
  src: url("../fonts/FontIconSVG.eot?") format("eot"),
  url("../fonts/FontIconSVG.otf") format("woff"),
  url("../fonts/FontIconSVG.ttf") format("truetype"); 
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: SFUHelveticaLight;
    src: url(../fonts/SFUHelveticaLight.ttf);
}

@font-face {
    font-family: helveticaneue;
    src: url(../fonts/helveticaneue.ttf);
}

@font-face {
    font-family: helveticaMedium;
    src: url(../fonts/helvetica-neue-medium.ttf);
}

@font-face {
    font-family: SFUHelveticaBold;
    src: url(../fonts/SFUHelveticaBold.ttf);
}

@font-face {
  font-family: "Material-Design-Iconic-Font";
  src: url("../Material-Design-Iconic-Font.eot?") format("eot"),
  url("../fonts/Material-Design-Iconic-Font.ttf") format("ttf"),
  url("../fonts/Material-Design-Iconic-Font.woff") format("woff"),
  url("../fonts/Material-Design-Iconic-Font.eot") format("truetype"); 
}

* {
    margin: 0px;
    padding: 0px;
}

.no-padding {
    padding: 0px;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
}


html, body {
	height: 100%;
  margin: 0;
  padding: 0;
  line-height: 22px;
  color: #333333;
  font-family: helveticaneue;
  font-size: 14px;
  /*background-color: #f1f1f1;*/
}

a{
    color: #000;
    outline: none !important;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #24abe2;
    text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
     margin-top: 0px; 
     margin-bottom: 0px; 
}

.isMobile {
    display: none;
}
.isDesktop{
  display: block;
}

header #topbar{
	padding: 4px 0;
  background-image: url(../img/bg_menu.jpeg);
  color: #fff;
  font-family: Roboto;
  height: 34px;
}

#topbar select {
    border: none;
    color: #FFFFFF;
    padding-right: 15px;
    background-position: top 46% right 0;
    background-color: transparent;
}
#topbar select option {
    background-color: #0085F0 !important;
}
#topbar .wellcome{
  font-size: 18px;  
}

#topbar .menu-top{
	display: inline-block;
	list-style: none;
  height: inherit;
}
#topbar .menu-top li {
  position: relative;
  display: inline-block;
  height: inherit;
}
#topbar .menu-top li a{
	display: block;
	padding: 0px 12px;
	color: #fff;
	border-right: 1px solid #f1a5aa;
	font-size: 15px;
}
#topbar .menu-top a:hover{
  color: #ccc;
}
#topbar .menu-top li:last-child a{	border-right: 0px;}
#topbar .menu-top li ul{
  position: absolute;
  display: none;
  width: auto;
  min-width: 190px;
  top: 100%;
  left: 0;
  z-index: 10;
  float: left;
  padding: 0px;
  background-color: #e5101d;
  border-radius: 2px 2px 8px 8px;
}

#topbar .menu-top li:hover ul{ display: block;} 
#topbar .menu-top li ul li{
  text-align: left;
  width: 100%;
  padding: 10px 0px;
  text-indent: 0px;
  border-bottom: 1px solid #cccccc;
}

#topbar .menu-top li ul li:last-child{border: 0px}

#logo {
  padding: 10px 0px;
  background-color: #ffffff;
  /*background: url('../img/bg_tet2019.jpg') no-repeat center 0px;
  background-size: cover;
  background: transparent;*/
}

#logo .company_name{
  color: #e5101d;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  text-shadow: 1px 1px 1px #263da1;  
}
#logo .container_form_search{ margin-top: 10px; }


#logo .cart-info{ display: inline-block;padding: 0px 5px}
#logo .cart-info .cart-money{
    background: #e5101d;
    padding: 0 5px;
    font-size: 15px;
    color: #fff;
    height: 34px;
    border-radius: 5px;
    display: inline-block;
    line-height: 34px;
    position: relative;
    cursor: pointer;
}
#logo .cart-info .cart-icon{
  display: inline-block;
  vertical-align: bottom;
  margin-left: 2px;
  position: relative;
  font-size: 20px;
  margin-right: 15px;
}
#logo .cart-info .cart-icon .itemCount{
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: -15px;
    top: -16px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #00aff0;
}
#logo .cart-info .cart-icon .icon-cart{ color: #e5101d }

/*Css manin menu*/
#main-menu{
  background: linear-gradient(180deg, #00C2FF 0%, #0085F0 100%);
}
#main-menu nav ul{
  margin: 0 auto; width: auto;float:left;
  behavior: url("/horizontal/menuh/cssmenu.htc"); 
  position:relative;
  z-index:4;
  height: 36px;
  /*background: #e5101d;
  border: 1px solid #cccccc;*/
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
  padding: 0;}

#main-menu nav ul li{
  padding: 0;
  float: left;
  height: 36px;
  position: relative;/*delete it if you want submenu to be positioned relative to the whole menu instead of this li element*/
  color: #ffffff;
  z-index:5;
}

#main-menu nav ul div {
    box-sizing:content-box;
}
#main-menu nav ul li:hover,#main-menu nav ul li.onhover { border-top:0; }
#main-menu nav ul a{
  padding: 0 30px;
  line-height: 36px; /*Note: keep this value the same as the height of .menuTemplate3 li */
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  outline: 0;
  text-decoration: none;
  color: #ffffff;
  position: relative;
}

#main-menu nav ul li:hover a, #main-menu nav ul li.onhover a
{
    background-color: rgba(104,191,234,.4);
    color: #FFFFFF;
    z-index: 9;
    opacity: 0.8;
    transition: 0.3s;
}

#main-menu nav ul a.arrow
{
    background: url(../img/arrow.gif) no-repeat right center;
}

/*Used to align a top-level item to the right*/        
#main-menu nav ul li.menuRight
{
    float: right;
    margin-right: 0px;
}
        
/*for the top-level separators*/
#main-menu nav ul li.separator
{
    font-size:0;
    overflow:hidden;
    border-left:1px solid #aaa;
    height:20px;
    margin-top:8px;
    z-index:4;
}

/* sub level */
#main-menu nav ul .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
    /*border: 1px solid #000;*/
    background: rgba(255,255,255,1);
    opacity: 1;
    transition: 0.3s;           
    text-align: left;
    padding: 20px;  
    top:35px;
    color:#000000;
}

#main-menu nav ul .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-size: 13px;
    font-weight: normal;
    display: inline;
    text-align: left;
    position: static;
    z-index: 0;
    text-transform: capitalize
}

#main-menu nav ul li:hover .drop, #main-menu nav ul li.onhover .drop
{
    left: -1px;/*Use this property to change offset of the dropdown*/
}
#main-menu nav ul li:hover .dropToLeft, #main-menu nav ul li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
}
#main-menu nav ul li:hover .dropToLeft2, #main-menu nav ul li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}

/* Elements within the drop down sub-menu
--------------------------------------------*/

#main-menu nav ul div.drop div div
{
  padding: 0px 0px;
}

#main-menu nav ul div.drop div a
{ 
    line-height: 24px;  
    color:#000000;
    background:none;
}
#main-menu nav ul div.drop div a:hover
{
    cursor:pointer;
    color:#0085F0;
}

#main-menu nav ul div.left {float:left; padding-right: 15px}

/*for top-level*/       
.decor3_1 
{
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 1px 2px 4px 2px #999;
    -webkit-box-shadow: 1px 2px 4px 2px #999;
    box-shadow: 1px 2px 4px 2px #999;
}

/*for submenu.*/   
.decor3_2 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0px 8px 14px #777;
    -webkit-box-shadow: 0px 8px 14px #777;
    box-shadow: 0px 8px 14px #777;  
}
/*End Main Menu*/

/*-----------------MIN menu--------------*/

#min-menu-page {
    background: #333;
    z-index: 2000;
}

#min-menu-page .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #f0f900;
    padding: 7px;
    background: #565656;
    border-bottom: 2px solid #676666;
    position:fixed!important;
    top: 0;
    left: 0; 
    width: 100%;
    z-index: 9;
}
#min-menu-page span{
  top: 5px;
  right: 5px;
  color: #ffffff;
  position:fixed!important;
}
#min-menu-page ul.lv1 {
    padding-top: 40px;
    list-style: none;
}

#min-menu-page ul.lv1 > li > a {
    display: block;
    padding: 7px 10px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #cccccc;
    padding-left: 10px;
    text-transform:capitalize;
}

#min-menu-page ul.lv1 > li > a:hover {
    color: #f0f900;
}

#min-menu-page .exit {
    text-align: center;
    margin-top: 15px;
}

#min-menu-page .exit i {
    font-size: 30px;
    color: #fff;
}

#min-menu-page > .lv1 > li.have-child > a::after {
    content: "\f278";
    font-family: 'Material-Design-Iconic-Font';
    position: absolute;
    right: 5px;
    line-height: 16px;
    font-size: 16px;
    height: 16px;
    width: 16px;
    font-weight: bold;
}

#min-menu-page > .lv1 > li.have-child.expand > a::after {
    content: "\f273";
    font-family: 'Material-Design-Iconic-Font';
    font-weight: bold;
}

#nav-menu-page {
    /*padding: 5px 0px;*/
    text-align: right;
    /*margin-top: 5px;
    margin-bottom: 5px;*/
}

#min-menu-page ul.lv2 {
    list-style: none;
    display: none;
}

#min-menu-page ul.lv2 li a {
    padding: 7px 15px;
    padding-left: 25px;
    display: block;
    border-bottom: 1px dotted #fff;
    color: #fff;
}

#min-menu-page ul.lv2 li a.sub_group {
    padding: 7px 15px;
    padding-left: 50px;
    display: block;
    border-bottom: 1px dotted #fff;
    color: #fff;
}

#min-menu-page ul.lv2 li a.title_group {
    padding: 7px 15px;
    padding-left: 25px;
    display: block;
    border-bottom: 1px dotted #fff;
    color: #f0f900;
}

.menu-fixed{   
    position:fixed!important;
    top: 0;
    left: 0; width: 100%;
    opacity: 0.9;
    z-index: 99999!important;
    transition:0.3s; 
    -moz-transition:0.3s; 
    -ms-transition:0.3s; 
    -o-transition:0.3s; 
    -webkit-transition:0.3s;
    margin-top:0px!important;
    border-bottom: 0px solid #ccc;
  }
.mainMenu{
  position:fixed!important;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 99999!important;
}

/*product hot*/
.hot-product{ margin-top: 15px;}
.container-pro-hot{
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.3);
  background-color: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.header-pro-hot{
  background: linear-gradient(90deg,#0085F0,#00C2FF);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  line-height: 4rem;
  padding: 0 1.2rem;
  font-size: 15px;
  border-bottom: 2px solid #e8e8e8;
  background-color: #fff;
}
.header-pro-hot h2{color: #fff;font-size: 18px;font-weight: 500;font-family: helveticaMedium; text-transform: uppercase;}
.header-pro-hot h2:hover{color: #cccccc}

.header-pro-normal{
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 3rem;
  line-height: 4rem;
  padding: 0 1.2rem;
  font-size: 11px;
  border-bottom: 1px solid #e8e8e8;
  background-color: #fff;
}
.header-pro-normal h2{font-size: 18px;font-weight: 500;font-family: helveticaMedium; text-transform: uppercase;}
.header-pro-normal h2:hover{color: red}

.hot-product .owl-theme .owl-controls {
    position: absolute;
    right: 0px;
    top: -54px;
}

.hot-product .owl-theme .owl-controls .owl-buttons div {
    border: 1px solid #00408B;
    background: none;
    padding: 1px 9px;
    color: #00408B;
}

.hot-product .owl-theme .owl-controls .owl-buttons div .fa {
    font-size: 20px;
}

.hot-product .owl-theme .owl-controls .owl-buttons div:hover {
    color: #00408B;
    background: #fff
}

.list-item-cate { margin-top: 5px; margin-bottom: 10px}
.item-product {
    padding-left: 5px;
    padding-right: 5px;
}

.item-product .item-product-img { 
  position: relative;
}
.item-product .item-product-img img{
  border: 1px solid #ebebeb;
  /*border: solid 1px rgba(0,0,0,.3);*/
  box-shadow: 0px 3px 4px 0px rgba(0,0,0,.2);
  border-radius: .8rem; 
  max-width: 100%;
  max-height: 100%;
}

.item-product .item-product-img .addcart .item-cart {
    opacity: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 16%;
    background-color: rgba(237, 77, 19, 0.7);
    color: #fff;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
    border-radius: 0px 0px 12px 12px;
}

.item-product-img:hover .addcart .item-cart {
    opacity: 1;
    transition: all 0.3s;
}
.bg-hov-car .title_add {
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 15px;
}

.item-product .out-of-stock {
    position:absolute;
    top: 10px;
    right: 25px;
    z-index: 999;
}

.item-product .img {
    position: relative;
}

.item-product .img span {
    position: absolute;
    border-radius: 0 12px 0px 12px; 
    top: 0px;
    right: 0px;
    padding: 5px 5px;
    background-color: #ed1c24;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    z-index: 1;
}

.item-product .img:hover {
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,.4);
  border-radius: 12px;
  /*-webkit-transform: scale(1.05);
  transform: scale(1.05);*/
}

.item-product .title {
    text-align: center;
    display: block;
    margin-top: 15px;
    font-size: 15px;
}

.item-product .price {
    display: block;
    margin-top: 5px;
    border-top: 1px solid #ebebeb;
    padding-top: 5px;
    font-size: 15px;
}

.item-product .price .price-promotion {
    color: #ed1c24;
    font-size: 15px;
    font-family: helveticaMedium;
    padding: 5px 10px;
}

.item-product .price .price-root {
  font-size: 11px;
  font-family: SFUHelveticaLight;
  text-decoration: line-through;
}

.item-product .price .addcart {
    float: right;
}
.item-product .rating{ text-align: center;font-size: 15px;}
.item-product .rating .checked{ color: orange;}

/* Tab css */
.nav-tabs{
    border: none;
    margin: 0;
}
.nav-tabs li a{
    padding: 10px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent; background: #0085F0;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}

.nav-tabs li a:after{
    content: "";
    width: 0;
    height: 2px;
    background: #e5101d;
    border: 1px solid #e5101d;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0; 
    z-index: 1;
    transition: all 1s ease 0s;
}
.nav-tabs li:hover a:after,
.nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #000000;
    background-color: #ffffff;
    border-color: #0085F0 #0085F0 #fff;
}
.tab .tab-content{
    padding: 10px 10px;
    margin-top: 5px;
    font-size: 15px;  
    color: #fff;
    letter-spacing: 1px;
    line-height: 23px;
    /*background: #727cb6;*/
    position: relative;
    color: black;
}

#footer{ 
  margin-top: 40px;
  min-height: 150px;
  position: relative;
  padding-top: 30px;
  background: url(../img/bg-foot.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-family: SFUHelveticaLight;  
}

#footer .logo-foot {
    margin-bottom: 15px;
}

#footer .wrap-add {
    margin-top: 10px;
}

#footer .wrap-add .title-add {
    font-family: helveticaneue;
    font-size: 15px;
    margin-bottom: 10px;
}

#footer .wrap-add p {
  font-size: 15px;
  margin-bottom: 5px;
}

#footer .wrap-add p i {
    margin-right: 10px;
}

#footer .foot-title {
    font-size: 18px;
    content: #fff;
    font-family: helveticaMedium;
    margin-bottom: 20px;
}

#footer .line {
    padding: 10px 0px;
    border-bottom: 1px solid #fff;
}

#footer .line a {
    color: #fff;
    margin-right: 10px;
}

#footer ul {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0px;
}
#footer ul li{ display: block; padding: 5px 0; border-bottom: 1px solid #66b0d5;}
#footer ul li a{ 
  color: #fff;
  font-size: 15px;
  text-transform: capitalize
}
#footer ul li a:hover{color: #ccc}

#footer .link-social a span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: table-cell;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 15px;
}
#footer .link-social a span:hover{background-color: #ccc;}
#footer .link-social a span i{color: #0085F0}

#footer #foot {
    background-color: #393939;
    padding: 4px 0px;
    text-align: center;
}
#goTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
    border: none;
    outline: none;
    background-color: #ed7732;
    opacity: 0.9;
    color: white;
    cursor: pointer;
    font-size: 20px;
    padding: 10px 12px;
    border-radius: 100px;
    transition: 1s;
    box-shadow: 0px 2px 3px 0px #888888;
}

#goTop:hover{
  background: black;
  transition: 1s;
  box-shadow: none;
}

/*naviga page*/
.display_none {
    display: none;
}
.th-pages {
    font-size: 14px;
    line-height: 17px;
}
.th-pages ul li img {
    width: 20px;
}
.th-pages ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}
.pagination .disabled {
    display: none;
}
.th-pages ul li {
    float: left;
    margin: 0 5px;
    list-style: none;
}
.th-pages ul li a {
    color: #7B7B7B;
    display: inline-block;
    border-bottom: 3px solid transparent;
    text-align: center;
    padding: 10px;
}
.th-pages ul li.active a, .th-pages ul li:hover a {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    border-color: #0085F0;
}


#menu ul {
    float: left;
    margin: 0 auto;
}

#menu ul li {
    float: left;
    position: relative;
    z-index: 999999;
    list-style: none;
}

#menu ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
    line-height: 35px;
    padding: 0 23px;
    display: block;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
}

#menu ul li:hover a {
    background: #f5811e;
    color: #fff;
}

#menu ul ul {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    min-width: 100%;
    padding: 10px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    /*-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;*/
}

#menu ul li:hover ul {
    top: 35px;
    visibility: visible;
    opacity: 1;
}

#menu ul ul li {
    float: none;
    width: 100%;
    margin: 0;
}

#menu ul ul li a {
    background: #fff;
    white-space: nowrap;
    padding: 0;
    color: #000;
    font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
}

#menu ul li:hover li a {
    background: #fff;
    color: #000;
    border-bottom: dotted #ccc 1px;
    line-height: 35px;
}

#menu ul li:hover li a:hover {
    color: #f5811e;
    cursor: pointer;
}

#menu .sub-menu {
    min-width: 900px;
}

#menu .sub-menu-accessories, #menu .sub-menu-software, #menu .sub-menu-networking {
    min-width: 400px;
}

#menu .sub-menu-networking li ul {
    min-height: 288px;
}

#menu .sub-menu-lk-ser{
    min-width: 80px;
}

#menu .sub-menu-lk-ser li{
    width: 200px !important;
}

#menu .sub-menu .readmore {
    font-weight: bold;
}

#menu .sub-menu-storage, #menu .sub-menu-networking {
    left: -120px;
}

#menu .sub-menu-accessories, #menu .sub-menu-software {
    left: -100px;
    border-bottom: 4px solid #f5811e;
}

/*#menu .sub-menu-server li ul {*/
/*min-height: 220px;*/
/*}*/
#menu .sub-menu-server li ul,
#menu .sub-menu-storage li ul {
    min-height: 252px;
}

#menu .sub-menu-workstation li ul {
    min-height: 190px;
}

#menu .sub-menu span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
    padding-left: 5px;
}

#menu .sub-menu li {
    float: left;
    width: 300px;
}

#menu .sub-menu-storage li {
    width: 180px;
}

#menu .sub-menu-networking li,
#menu .sub-menu-accessories li,
#menu .sub-menu-software li {
    width: 200px;
}

#menu .sub-menu-workstation {
    min-width: 750px;
}

#menu .sub-menu-workstation li {
    width: 250px;
}

#menu .sub-menu li ul {
    padding: 5px;
    border-bottom: 4px solid #f5811e;
    border-bottom: 4px solid #f5811e;
}
#menu ul, li {
  box-sizing: content-box  !important;
}