@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');
body {
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #56576e;
}
img {
    max-width: 100%;
    height: auto;
}
p {
    margin-bottom: 10px;
}
.header-main .nav > li > a {
    line-height: 16px;
    position: relative;
}
.header-main .nav > li > a .header-cart-title {
    position: absolute;
    top: 0px; 
    right: 0px;
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    z-index: 1
}
li.cart-item>a {
    padding: 10px;
    border-radius: 30px;
}
.nav>li>a>span+i {
    margin-left: 0px;
}
ul#header-contact a, li.cart-item>a {
    border-radius: 30px;
}
.header-search-form-wrapper input {
    border-radius: 25px 0 0 25px;
}
.header-search-form-wrapper .searchform .button.icon {
    border-radius: 0 25px 25px 0;
}
#mega-menu-wrap {

    border-radius: 10px 10px 0 0;
}

.name.product-title a {
    font-size: 13px;
    font-weight: 600;
}
.section-title-normal span {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 15px;
    font-weight: bold;
}
.title-top .section-title-normal span {
    width: 100%;
}
.entry-content table tr:nth-child(2n-1) {
    background-color: #f5f5f5;
}
.entry-content th:first-child, .entry-content td:first-child {
    padding-left: 10px; 
}
.entry-content th, .entry-content td {
    font-size: 14px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.entry-content p {
	text-align: justify;
}
span.amount {
    font-size: 16px;
}
del span.amount {
    font-size: 13px;
}

.bocongthuong img {
  max-height: 100px;
}
.payment-smartviet-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.payment-smartviet-item {
  width: 49%;
  margin-right: 5px;
}
.payment-smartviet-item:nth-child(even) {
  margin-right: 0px;
}
.payment-smartviet-item img {
  border-radius: 10px;
  margin-bottom: 5px;
  border: 1px solid #cecece;

}
.partner-smartviet-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partner-smartviet-item {
  width: 33%;
}
.partner-smartviet-item:nth-child(even) {
  margin-right: 0px;
}
.partner-smartviet-item img {
  border-radius: 10px;
  margin-bottom: 5px;
  border: 1px solid #cecece;

}
/******* Color Option ********/
.color-option-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.color-option-item {
  position: relative;
  width: 12.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.color-option-item:last-child {
  margin-right: 0px;
}
.color-option-list input[type="radio"] {
  display: none;
}
.color-option-list label {
  color: #333;
  font-size: 13px;
  margin-bottom: 0;
  font-weight: normal;
  display: flex;
  justify-content: center;
  border: 1px solid #fff;
}
.color-option-list label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 32px;
}
.color-option-list label span img {
  opacity: 0;
  transition: all .3s ease;
}
.color-option-list label p {
  opacity: 0;
  transition: all .3s ease;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  text-align: center;
  letter-spacing: -.008em;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  margin-left: -50px;
  padding-top: 8px;
  width: 100px;
  white-space: nowrap;
  height: auto;
  z-index: 1;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
}
.color-option-list .active label p {
  display: block;
  opacity: 1;
}
.color-option-list input[type="radio"]#color-midnight-green + label span {
  background-color: #4e5851;
}
.color-option-list input[type="radio"]#color-silver + label span {
  background-color: #ebebe3;
}
.color-option-list input[type="radio"]#color-space-gray + label span {
  background-color: #535150;
}
.color-option-list input[type="radio"]#color-gold + label span {
  background-color: #fad7bd;
}
.color-option-list input[type="radio"]#color-black + label span {
  background-color: #2e3034;
}
.color-option-list input[type="radio"]#color-red + label span {
  background-color: #b41325;
}
.color-option-list input[type="radio"]#color-white + label span {
  background-color: #f3f3f3;
}
.color-option-list input[type="radio"]#color-green + label span {
  background-color: #aee1cd;
}
.color-option-list input[type="radio"]#color-yellow + label span {
  background-color: #ffe681;
}
.color-option-list input[type="radio"]#color-purple + label span {
  background-color: #d1cdda;
}
.color-option-list input[type="radio"]#color-rosegold + label span {
  background-color: #ecc6c1;
}
.color-option-list .active label {
  border: 1px solid #0070c9;
  border-radius: 50%;
}
.color-option-list .active label span {
  border: 2px solid #fff;
  transition: all .1s ease;
}
.color-option-list input[type="radio"]:checked + label p {
  opacity: 1;
  display: block;
  transition: all .3s ease;
}

/******* End Color Option ********/
/******* End Store ********/

.memory {
    width: 100%;
    margin-bottom: 10px;
}
.memory .m_default {
    margin-bottom: 15px;
}
label.installment {
    background: #d0021b;
    position: relative;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px 0 8px;
    margin: 0 0 5px 5px;
    height: 18px;
}
.caytao-info-capacity-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.caytao-info-capacity-item {
  width: 24%;
  /*padding: 10px;*/
  border-radius: 5px;
  border: 1px solid #cecece;
  text-align: center;
  color: #333;
  margin-bottom: 8px;
  margin-right: 5px;
}
.caytao-info-capacity-item:nth-child(4), .caytao-info-capacity-item:nth-child(8), .caytao-info-capacity-item:last-child {
  margin-right: 0px;
}
.caytao-info-capacity-item {
  background-color: #fff;
  position: relative;
}
.caytao-info-capacity-item label {
  padding: 10px;
  width: 100%;
  display: block !important;
  text-align: center;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin-bottom: 0;
}
.caytao-info-capacity-item label:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.caytao-info-capacity-item label:after {
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -3px -5px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.caytao-info-capacity-item input:checked ~ label {
  color: #000;
}
.caytao-info-capacity-item input:checked ~ label:before {
 /* -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;*/
}
.caytao-info-capacity-item input:checked ~ label:after {
  background-color: #00a500;
    border-color: #fff;
}
.caytao-info-capacity-item input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.caytao-info-capacity-item-radio__price {
  font-size: 16px;
    display: block;
    font-weight: bold;
    color: #e10c00; 
}

.caytao-info-capacity-item--active {
  border: 1px solid #f89008;
  color: #333;
}

.caytao-info-capacity-item i {
  color: #333;
  font-weight: bold;
  margin-right: 5px;
}
.caytao-info-capacity-item--active i {
  color: #0aad0a;
}
.caytao-info-capacity-item span {
  color: #333;
  font-weight: bold;
}
.caytao-info-capacity-item__price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  color: #e10c00;
}

.smartviet-info-capacity-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.smartviet-info-capacity-item {
  width: 24%;
  /*padding: 10px;*/
  border-radius: 5px;
  border: 1px solid #cecece;
  text-align: center;
  color: #333;
  margin-bottom: 8px;
  margin-right: 5px;
}
.smartviet-info-capacity-item:nth-child(4), .smartviet-info-capacity-item:nth-child(8), .smartviet-info-capacity-item:last-child {
  margin-right: 0px;
}
.smartviet-info-capacity-item {
  background-color: #fff;
  position: relative;
}
.smartviet-info-capacity-item label {
  padding: 10px 10px 5px;
  width: 100%;
  display: block !important;
  text-align: center;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  margin-bottom: 0;
}
.smartviet-info-capacity-item label:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: '';
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.smartviet-info-capacity-item label:after {
  width: 20px;
  height: 20px;
  content: '';
  border: 2px solid #D1D7DC;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: -3px -5px;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.smartviet-info-capacity-item .active label:after {
  background-color: green;
}
.smartviet-info-capacity-item input:checked ~ label {
  color: #000;
}
.smartviet-info-capacity-item input:checked ~ label:before {
 /* -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;*/
}
.smartviet-info-capacity-item input:checked ~ label:after {
  background-color: #00a500;
    border-color: #fff;
}
.smartviet-info-capacity-item input {
  width: 32px;
  height: 32px;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}
.smartviet-info-capacity-item-radio__price {
  font-size: 16px;
    display: block;
    font-weight: bold;
    color: #e10c00; 
}

.smartviet-info-capacity-item--active {
  border: 1px solid #f89008;
  color: #333;
}

.smartviet-info-capacity-item i {
  color: #333;
  font-weight: bold;
  margin-right: 5px;
}
.smartviet-info-capacity-item--active i {
  color: #0aad0a;
}
.smartviet-info-capacity-item span {
  color: #333;
  font-weight: bold;
}
.smartviet-info-capacity-item__price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  color: #e10c00;
}
.pages li {
    display: inline-block;
}
.pages a.current {
    background: #000;
    color: #fff;
}
.pages a {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
    padding: 5px 15px;
    display: inline-block;
    color: #777777;
    font-size: 15px;
    margin: 0 5px;
    border-radius: 10px;
}

.cart-details {
	background: #fff;
}
.cart-details  table tr:nth-child(2n-1) {
    background-color: #f5f5f5;
}
.label-product-new {
    position: absolute;
    background: #0005ff;
    border-radius: 5px;
    padding: 0 5px;
    right: 0px;
    top: 0px;
    font-size: 10px;
    color: #fff;
    z-index: 1;
}
.label-product-banchay {
    position: absolute;
    background: #da0000;
    border-radius: 5px;
    padding: 0 5px;
    right: 0px;
    top: 0px;
    font-size: 10px;
    color: #fff;
    z-index: 1;
}
.label-product-khuyemmai {
    position: absolute;
    background: #43b301;
    border-radius: 5px;
    padding: 0 5px;
    right: 0px;
    top: 0px;
    font-size: 10px;
    color: #fff;
    z-index: 1;
}
.label-product-order {
  position: absolute;
  background: #fd7700;
  border-radius: 5px;
  padding: 0 5px;
  right: 0px;
  top: 0px;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}
.smartviet--ttl {
  font-size: 20px;
  background: #000;
  border-radius: 30px;
  padding: 15px;
  color: #fff;
}
.menu-item i {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: translateY(-50%);

  transition: all 1s;
}
.menu-item-1 i {
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transform: translateY(-50%);

  transition: all 1s;
}
.menu-active > .sub-menu {
  position: inherit !important;
  left: 0;
  transition: all 1s;
  display: block;
}
.menu-active-1 > .sub-menu {
  position: inherit !important;
  left: 0;
  transition: all 1s;
  display: block;
}
.sf-menu ul {
  display: block;
}
@media (max-width: 767px) {
  .caytao-info-capacity-item {
      width: 32%;
  }
  .menu-active>.sub-menu {
		position: inherit !important;
		left: 0;
		transition: all 1s;
	}
	.menu-item-has-children i {
	    position: absolute;
	    top: 25px;
	    right: 10px;
	    z-index: 10;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    transform: translateY(-50%);
	  
	    transition: all 1s;
	}
  .menu-item-has-children-1 i {
      position: absolute;
      top: 25px;
      right: 10px;
      z-index: 10;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      transform: translateY(-50%);
    
      transition: all 1s;
  }
  .menu-item i {
    display: block;
  }
  .menu-item-1 i {
    display: block;
  }
}










