﻿
body {
  margin: 0;  
  background-color: #f4f3f3;
  font-size: 13px;
  font-family: arial;
}
div#body {
  width: 953px;
  margin: 0 auto;
  padding: 10px;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  box-shadow: 0px 0px 5px 0px #a1a1a1;
  background-color: #fff;
}
a:link, a:visited{
	/* color:rgb(0, 0, 128); */
	color:#DF7900;
	text-decoration:none;
}
a:hover{
	/* color:rgb(233, 123, 30); */
	color:#847010;
}
input, select, textarea, button {
  padding: 5px;
  margin: 5px 0;
}
p {
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.ShareLink {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #a1a1a1;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 20%;
  width: 110px;
  border-left: none;
}
.item-share {
  margin-bottom: 10px;
}
.clear {
  clear: both;
}
.item-share.last-item {
  margin-bottom: 0;
}
div#banner {
  overflow: hidden;
  margin-bottom: 4px;
  position: relative;
  display: inline;
}
.banner-left {
  float: left;
}
.logo img {
	width: 100%;
}
.banner-right {
  float: right;
}
.language {
	left: 3px;
    position: absolute;
    top: 3px;
}
.search-right {
	position: absolute;
	right: 3px;
	top: 1px;
}
.menu-bottom {
    border: 2px solid #e10808;
    height: 31px;
    position: relative;
	margin-bottom: 2px;
	border-radius: 6px;
}

input#InputKeyword {
    width: 140px;
  transition: all 800ms;
  border: 1px solid #e10808;
  background-color: #e10808;
  color: #fff;
    margin: 0;
}
input#InputKeyword:focus, input#InputKeyword:hover {
  width: 400px;
  transition: all 800ms;
  border:1px solid #00749B;
}
.frm-search {
  position: relative;
}
.find.search-find {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
.search-find button {
  background-color: #e10808;
  padding: 3px;
  margin: 0;
  display: flex;
}
.search-find button:hover {
  background-color: #00749B;
}
.search-find button img {
  width: 20px;
}

div#menu {
  background-color: #e10808; 
  /*background: url("../Images/system/menu-bg.png") no-repeat;*/
    overflow: hidden;
    margin-bottom: 1px;
    background-size: 100%;
}
.menu-left {
  float: left;
  display: flex;
}
.menu-right {
  /* float: right; */
}
ul.menu {
  margin: 0;
  padding: 0px;
  overflow: hidden;
}
.menu li {
  float: left;
  list-style-type: none;
    padding: 9px 0;
	/* border-left: 1px solid #fff; */
	transition: all 500ms;
}
.menu li:first-child a {
    border: medium none;
}
.menu li a {
  text-decoration: none;
  font-size: 13px;
  padding: 3px 27px;
  color: #fff;
  transition: all 500ms;
  font-weight:bold;
  border-left: 1px solid #fff;
}
.menu li:last-child a {

}
.menu li:first-child{
  border: none;
}
.menu li.active, .menu li:hover {
  /* background-color: rgb(233, 123, 30); */
  transition: all 500ms;
}
.menu li.active a, .menu li:hover a{
  color:#000;
  transition: all 500ms;
}
.wrapper {
  display: flex;
}
#main-top embed {
  margin-bottom: 1px;
}
.ads .column {
  width: 25%;
  float: left;
}
a.ads-link {
  display: block;
  margin: 0;
  position: relative;
  text-decoration: none;
  padding-right: 1px;
}
.ads-img {
  position: relative;
  display: flex;
}
.ads-img img {
  width: 100%;
  height: 230px;
}
a.ads-link span.zoom span {
  background: rgba(0, 0, 0, 0) url("../Images/system/zoom_icon.png") no-repeat scroll 50% 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
a.ads-link span.zoom {
  background: rgba(0, 0, 0, 0) url("../Images/system/zoom_bg.png") repeat scroll 0 0;
  bottom: 0;
  height: 22px;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 21px;
}
.ads-title {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  padding: 10px 0;
  width: 100%;
  background: rgb(233, 123, 30);
  color: #fff;
}
a.ads-link:hover span.zoom, a.ads-link:focus span.zoom {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
a.ads-link:hover .ads-title, a.ads-link:focus .ads-title {
  display: block;
  bottom: 0;
  transition: all 0.5s ease;
}
.ads-title span {
  padding: 0 20px;
}
div#main-top {
  margin-bottom: 2px;
}
div#main-left {
  width: 205px;
  float: left;
  margin-right: 13px;
}
div#main-center {
  float: left;
  width: 735px;
}
#main-left h2.title{
        /* background: rgba(0, 0, 0, 0) url("../Images/system/left-title-bg.png") repeat scroll center top; */
    margin: 0;
    background: #e10808;
    border-radius: 4px 4px 0 0;
}
#main-center h2.title{
        /* background: rgba(0, 0, 0, 0) url("../Images/system/left-title-bg.png") repeat scroll center top; */
    margin: 0;
    background: #e10808;
    border-radius: 4px 4px 0 0;
	height: 33px;
}
h2.title {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-align: center;
	padding: 0 10px;
}
.support td {
    padding: 0;
}
td {
  padding: 2px 5px;
}
.row.relate-product {
    margin-top: 10px;
}
.row {
  margin-bottom: 10px;
}
.search-content form select,.search-content select#CategoryProductId {
  width: 239px;
}
.login input {
  width: 450px;
}
.find {
  width: 100%;
  text-align: center;
}
button, input[type="submit"], .cancel-form {
  background-color: rgb(233, 123, 30);
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 6px 10px 4px;
  margin: 0;
  width: auto;
}
.read-more .cancel-form
{
	padding: 6px 10px 4px;
}
button:hover, button:focus, input[type="submit"]:hover, .cancel-form:hover  {
  background-color: orange;
  border: none;
  color: #fff;
}
.read-more .cancel-form {
  float: none;
  color: #fff;
}
#admin .read-more {
  text-align: center;
  margin-top: 10px;
}
.CategoryProducts .border-content {
    padding: 0;
}
.border-content
{
  border: 1px solid #e10808;
  border-top:none;
  padding: 10px;
}
ul.cateroty-product {
  padding: 0;
  margin: 0;
}
.cateroty-product li:hover {
  color:#ff0000;
}
.cateroty-product li {
  list-style-type: none;
  overflow: hidden;
  background:rgba(0, 0, 0, 0) url("../Images/system/li0.png") no-repeat scroll left 0 ;
  cursor: pointer;
  padding: 5px 0;
}
.cateroty-product li:hover > a {	
  color:#847010;
}
.cateroty-product a {
  display: inline-block;
  margin: 0;
  padding: 0 10px 0 25px;
  transition: all 500ms;
  line-height: 20px;
  color:#df7900;
}
.cateroty-product li.has-sub:hover > a, .cateroty-product .has-sub.active > a {
  color:#ff0000;
}
.cateroty-product .has-sub > a {
  color:#000;
}
.cateroty-product .has-sub ul {
    padding-left: 25px;
}
.cateroty-product .has-sub .has-sub ul {
    padding-left: 10px;
}
.cateroty-product .has-sub li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.cateroty-product .has-sub li.has-sub {
    background: rgba(0, 0, 0, 0) url("../Images/system/bullet.png") no-repeat scroll left 12px;
}
.cateroty-product ul .has-sub a {
    padding: 0 10px 0 10px;
}
.cateroty-product ul li a {
    padding: 0 10px 0 10px;
}
.NewsHome .post-item a.post-name {
    background: rgba(0, 0, 0, 0) url("../Images/system/bullet.png") no-repeat scroll left 4px;
    padding-left: 10px;
}
.service-home {
    margin-bottom: 10px;
}
.post-item a.post-name {
  font-weight: bold;
  line-height: 20px;
  display: block;
    margin-bottom: 5px;
}
.post-item img {
  float: left;
  width: 100px;
  margin-right: 10px;
}
p.post-description {
  text-align: justify;
}
.post-item {
  margin-bottom: 10px;
  overflow: hidden;
}
.post-list {
  margin-bottom: 10px;
}
.post-detail .post-item img {
  float: none;
  height: auto;
  margin-bottom: 10px;
  width: auto;
}
.post-detail .post-item .post-content {
  padding: 0;
  width: 100%;
}
.relate-post ul {
  margin: 0 0 10px;
  padding-left: 15px;
}
.relate-post ul li {
  
}
.read-more a {
  float: right;
}
.list-item ,.post-list .post-item, .product-item, .login .row, .contact .row{
    border: 1px solid #e10808;
	border-top:none;
    overflow: hidden;
    padding: 10px;
}
.service-item.first-item {
  margin-left: 0;
}
.service-item.last-item {
  margin-right: 0;
}
.service-item {
    margin: 0 5px 10px;
  box-shadow: 0 2px 2px -1px #df7900;
  float: left;
  width: 231px;
}
.service-item .img-wrapper {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #df7900;
	text-align: center;
    width: 229px;
    height: 229px;
    vertical-align: middle;
    position: relative;
}
.service-item img {
  max-height: 80%;
    max-width: 90%;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.service-item .service-name {
  color: #df7900;
  font-weight: bold;
	margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.service-item:hover  .service-name{
  color: #847010;
}
.short-description {
  color: #333;
  text-align: justify;
  line-height: 20px;
}
.popu-product {
    background: #fff;
  padding: 10px;
  z-index: 1000;
  color: #847010;
  box-shadow: 1px 1px 5px 1px #847010;
  max-width:500px;
}
.popu-product h2 {
  background: #847010;
  color: #fff;
  font-size: 15px;
  margin: 0;
  padding: 5px;
  text-align: center;
}
.popu-product table {
  margin: 10px 0 0;
}
.popu-product table td:first-child {
  text-align: right;
}
.product-item img {
  float: left;
  margin-right: 10px;
  width: 225px;
}
.product-content {
    float: left;
}
.product-description {
  margin: 10px 0;
}
a.back-to-top:hover {
  background: rgb(233, 123, 30);
  font-weight: bold;
}
a.back-to-top {
  position: fixed;
  bottom: 4em;
  right: 2em;
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  height: 3em;
  width: 3em;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-indent: -999em;
  color: #fff;
  font-weight: bold;
}
a.back-to-top:before {
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  font-family: 'WebSymbolsRegular';
  content: ">";
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  zoom: 1;
  text-indent: 0;
  text-align: center;
  line-height: 2;
  font-size: 20px;
}
div#footer-center {
  /*background: rgba(0, 0, 0, 0) url("../Images/system/menu-bg.png") repeat scroll 0 0;*/ 
    overflow: hidden;
    margin-bottom: 10px;
    background: #e10808;
}
.footer-left {
  float: left;
}
.footer-right {
  float: right;
}
.footer-right p {
  padding: 15px 10px;
  font-size: 11px;
  color: rgb(233, 123, 30);
  font-weight: 600;
}
.nav-bottom {
border-top: 1px solid #a1a1a1;
  box-shadow: 0px 0px 5px 0px #a1a1a1;
  background-color: #eaeaea;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}
div#login {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
#login a.username {
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: underline;
}
#logoutForm {
  display: inline;
}
#login ul {
  margin: 0;
  padding: 0;
}
#login ul li {
  list-style-type: none;
}
span.SearchKey {
  font-size: 13px;
  color: #000;
}
fieldset {
  border: 0;
  padding: 0;
}
legend {
  display: none;
}
ul.ui-autocomplete {
  border-radius: 0;
  width: 406px!important;
    border: 1px solid #00749B;
}
.ui-autocomplete a.ui-state-hover {
  border: none;
  border-radius: 0;
  color: #fff;
  background:#00749B;
}
.ui-autocomplete.ui-menu .ui-menu-item a.ui-state-hover{
  margin: 0;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
}
.contact input[type="text"],.contact textarea {
  width: 530px;
}
.post-description p {
  text-align: justify;
}
.read-more a:hover {
  /* color: rgb(233, 123, 30); */
}
.read-more a {
  /* color: rgb(0, 0, 128); */
}
div#footer {
  padding-bottom: 35px;
}
.product-description .ui-widget-content {
  border: none;
}
.row.lien-he {
    text-align: center;
}
#main-center .field-validation-error {
    font-weight: bold;
    margin: 0;
    padding: 10px;
}
.contact input#Email {
    width: 530px;
}
.support img {
    vertical-align: middle;
}
.support td {
    text-align: center;
}
span.SupportName {
    color: #0099cc;
    font-weight: bold;
}
span.Mobiphone {
    color: rgb(255, 102, 0);
    font-weight: bold;
    font-size: 18px;
}
.row.support {

}
.support img.img-sup {
    width: 80px;
    height: 20px;
    margin-bottom:3px;
}
img.img-info {
    width: 15px;
    height: 15px;
}
.support .border-content {
    border-top: 1px solid #e10808;
}



/* -----------admin----------- */

#admin div#body {
  width: 1200px;
}
.editor-label {
  float: left;
  margin-right: 10px;
  width: 150px;
}
.editor-label label {
  cursor: pointer;
  margin-top: 10px;
}
label {
  display: block;
  font-size: 1.2em;
  font-weight: 600;
}
.editor-field input#RememberMe {
  margin-left: 160px;
  width: 15px;
}
label.checkbox {
  display: inline;
}
.login .read-more {
  margin-left: 160px;
  text-align: left;
}
.validation-summary-errors {
  color: #e80c4d;
  font-weight: bold;
}
.validation-summary-errors ul  {
  padding:0;
}
.validation-summary-errors ul li{
  list-style-type:none;
}
.wrapper-left {
  width: 230px;
  float: left;
  margin-right: 20px;
}
#admin div#main {
  overflow: hidden;
}
.wrapper-right {
  width: 950px;
  float: left;
}
h2.title-page {
  border: none;
  color: rgb(233, 123, 30);
  font-size: 50px;
}
#admin table tr {
  border-bottom: 1px solid #333;
}
#admin table tr:hover {
  background: #a1a1a1;
  color: #333;
}
#admin table tr {
  border-bottom: 1px solid #333;
}
#admin table tr td, table tr th {
  padding: 5px;
}
#admin table thead tr:hover {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0 none;
}
#admin thead th {
    text-align: left;
}
#admin h2.title {
    color: #1fa0e4;
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-align: left;
}
h2 a {
  float: right;
}
.content-left {
  float: left;
  width: 675px;
}
.content-right {
  float: left;
  width: 271px;
}
input, textarea, select {
  width: 700px;
    font-family: arial;
}
.content-left input, .content-left textarea, .content-left select {
  width: 486px;
}
select#CategoryProductId, select#ProducerID, select#Warranty,select#CategoryID , select#PartnerId,select#ApplicationId{
  width: 500px;
}
input#FeaturedProduct, input#PostFeature {
  width: 20px;
  margin: 14px 0;
}
textarea#ProductShortDescription {
  width: 773px;
}
.ads-image img#upload {
  width: 100%;
}
.ads-image input {
  width: 255px;
  border: 1px solid #a1a1a1;
}
#admin .content table td img {
  width: 70px;
}
input[type="file"] {
  border: 1px solid #a1a1a1;
}
.banner-image img {
  width: 100%;
  margin-bottom: 10px;
}
.cke.cke_reset.cke_chrome {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.field-validation-error {
  color: #e80c4d;
  font-weight: normal;
  margin-left: 160px;
}
.ui-dialog.ui-widget-content {
  border: medium none;
  border-radius: 0;
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar.ui-widget-header {
  background: rgb(233, 123, 30);
  border: medium none;
  border-radius: 0;
  color: #fff;
}
.ui-dialog .ui-dialog-buttonpane.ui-widget-content {
  border: medium none;
  padding: 0;
}
.ui-dialog button.cancel-form:hover {
  background: orange;
}
.ui-dialog button.cancel-form {
  background: rgb(233, 123, 30);
  border: medium none;
  border-radius: 0;
  color: #fff;
}
#admin table {
    width: 100%;
}
.editor-field .select2-container--default .select2-selection--multiple {
    border-radius: 0;
}
.editor-field .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
}

.ads-image.proimg img#upload {
    width: 100px;
}

#proimg img {
    float: left;
    border: 1px solid #a1a1a1;
    padding: 1px;
    margin: 0 5px 5px 0px;
    width: 100px;
    height: 67px;
}


/* ----------- END admin----------- */


/* ---------phan trang-------- */
.light-theme.pagination-page .current {
  background: #333;
}
.light-theme.pagination-page a, .light-theme.pagination-page span {
  background: none repeat scroll 0 0 rgb(233, 123, 30);
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.light-theme.pagination-page a:hover {
  background: orange;
}
/* ---------END phan trang-------- */




