body {
  position: relative;
}
h3 code {
  font-size: 14px;
  font-weight: normal;
}
body > .navbar {
  font-size: 13px;
}
body > .navbar .brand {
  padding-right: 0;
  padding-left: 0;
  margin-left: 20px;
  float: right;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.125);
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
}
body > .navbar .brand:hover {
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px rgba(255, 255, 255, 0.4);
}
section {
  padding-top: 30px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}
.bs-docs-separator {
  margin: 40px 0 39px;
}
hr.soften {
  height: 1px;
  margin: 70px 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  border: 0;
}
/* Jumbotrons
-------------------------------------------------- */
/* Base class
------------------------- */
.jumbotron {
  position: relative;
  padding: 40px 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), 0 0 30px rgba(0, 0, 0, 0.075);
  background: #020031;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #020031), color-stop(100%, #6d3353));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #020031 0%, #6d3353 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#020031', endColorstr='#6d3353', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2), inset 0 -3px 7px rgba(0, 0, 0, 0.2);
}
.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
/* Link styles (used on .masthead-links as well) */
.jumbotron a {
  color: #fff;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.25);
}
/* Download button */
.masthead .btn {
  padding: 14px 24px;
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  /* redeclare to override the `.jumbotron a` */
  border: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.masthead .btn:hover {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 5px rgba(0, 0, 0, 0.25);
}
.masthead .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
/* Pattern overlay
------------------------- */
.jumbotron .container {
  position: relative;
  z-index: 2;
}
.jumbotron:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .4;
}
/* Masthead (docs home)
------------------------- */
.masthead {
  padding: 70px 0 80px;
  margin-bottom: 0;
  color: #fff;
}
.masthead h1 {
  font-size: 120px;
  line-height: 1;
  letter-spacing: -2px;
}
.masthead p {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.25;
}
/* Textual links in masthead */
.masthead-links {
  margin: 0;
  list-style: none;
}
.masthead-links li {
  display: inline;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.25);
}
/* Social proof buttons from GitHub & Twitter */
.bs-docs-social {
  padding: 15px 0;
  text-align: center;
  background-color: #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
.mt30{margin-top:30px;}
/* Quick links on Home */
.bs-docs-social-buttons {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs-docs-social-buttons li {
  display: inline-block;
  padding: 5px 8px;
  line-height: 1;
  *display: inline;
  *zoom: 1;
}
/* Subhead (other pages)
------------------------- */
.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}
/* Marketing section of Overview
-------------------------------------------------- */
.marketing {
  text-align: center;
  color: #5a5a5a;
}
.marketing h1 {
  margin: 60px 0 10px;
  font-size: 60px;
  font-weight: 200;
  line-height: 1;
  letter-spacing: -1px;
}
.marketing h2 {
  font-weight: 200;
  margin-bottom: 5px;
}
.marketing p {
  font-size: 16px;
  line-height: 1.5;
}
.marketing .marketing-byline {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  color: #999;
}
.marketing img {
  display: block;
  margin: 0 auto 30px;
}
/* Footer
-------------------------------------------------- */
.footer {
  padding: 70px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  margin-right: 10px;
}
/* Special grid styles
-------------------------------------------------- */
.show-grid {
  margin-top: 10px;
  margin-bottom: 20px;
}
.show-grid [class*="span"] {
  background-color: #eee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
}
.show-grid:hover [class*="span"] {
  background: #ddd;
}
.show-grid .show-grid {
  margin-top: 0;
  margin-bottom: 0;
}
.show-grid .show-grid [class*="span"] {
  background-color: #ccc;
}
/* Mini layout previews
-------------------------------------------------- */
.mini-layout {
  border: 1px solid #ddd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.mini-layout,
.mini-layout .mini-layout-body,
.mini-layout.fluid .mini-layout-sidebar {
  height: 300px;
}
.mini-layout {
  margin-bottom: 20px;
  padding: 9px;
}
.mini-layout div {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mini-layout .mini-layout-body {
  background-color: #dceaf4;
  margin: 0 auto;
  width: 70%;
}
.mini-layout.fluid .mini-layout-sidebar,
.mini-layout.fluid .mini-layout-header,
.mini-layout.fluid .mini-layout-body {
  float: left;
}
.mini-layout.fluid .mini-layout-sidebar {
  background-color: #bbd8e9;
  width: 20%;
}
.mini-layout.fluid .mini-layout-body {
  width: 77.5%;
  margin-left: 2.5%;
}
/* Download page
-------------------------------------------------- */
.download .page-header {
  margin-top: 36px;
}
.page-header .toggle-all {
  margin-top: 5px;
}
/* Space out h3s when following a section */
.download h3 {
  margin-bottom: 5px;
}
.download-builder input + h3,
.download-builder .checkbox + h3 {
  margin-top: 9px;
}
/* Fields for variables */
.download-builder input[type=text] {
  margin-bottom: 9px;
  font-family: Menlo, Monaco, "Courier New", monospace;
  font-size: 12px;
  color: #d14;
}
.download-builder input[type=text]:focus {
  background-color: #fff;
}
/* Custom, larger checkbox labels */
.download .checkbox {
  padding: 6px 10px 6px 25px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.download .checkbox:hover {
  color: #333;
  background-color: #f5f5f5;
}
.download .checkbox small {
  font-size: 12px;
  color: #777;
}
/* Variables section */
#variables label {
  margin-bottom: 0;
}
/* Giant download button */
.download-btn {
  margin: 36px 0 108px;
}
#download p,
#download h4 {
  max-width: 50%;
  margin: 0 auto;
  color: #999;
  text-align: center;
}
#download h4 {
  margin-bottom: 0;
}
#download p {
  margin-bottom: 18px;
}
.download-btn .btn {
  display: block;
  width: auto;
  padding: 19px 24px;
  margin-bottom: 27px;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* Misc
-------------------------------------------------- */
/* Make tables spaced out a bit more */
h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}
/* Example sites showcase */
.example-sites {
  xmargin-left: 20px;
}
.example-sites img {
  max-width: 100%;
  margin: 0 auto;
}
.scrollspy-example {
  height: 200px;
  overflow: auto;
  position: relative;
}
/* Fake the :focus state to demo it */
.focused {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
}
/* For input sizes, make them display block */
.docs-input-sizes select,
.docs-input-sizes input[type=text] {
  display: block;
  margin-bottom: 9px;
}
/* Icons
------------------------- */
.the-icons {
  margin-left: 0;
  list-style: none;
}
.the-icons li {
  float: left;
  width: 25%;
  line-height: 25px;
}
.the-icons i:hover {
  background-color: rgba(255, 0, 0, 0.25);
}
/* Example page
------------------------- */
.bootstrap-examples p {
  font-size: 13px;
  line-height: 18px;
}
.bootstrap-examples .thumbnail {
  margin-bottom: 9px;
  background-color: #fff;
}
/* Bootstrap code examples
-------------------------------------------------- */
/* Base class */
.bs-docs-example {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* Echo out a label for the example */
.bs-docs-example:after {
  content: "Example";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
/* Remove spacing between an example and it's code */
.bs-docs-example + .prettyprint {
  margin-top: -20px;
  padding-top: 15px;
}
/* Tweak examples
------------------------- */
.bs-docs-example > p:last-child {
  margin-bottom: 0;
}
.bs-docs-example .table,
.bs-docs-example .progress,
.bs-docs-example .well,
.bs-docs-example .alert,
.bs-docs-example .hero-unit,
.bs-docs-example .pagination,
.bs-docs-example .navbar,
.bs-docs-example > .nav,
.bs-docs-example blockquote {
  margin-bottom: 5px;
}
.bs-docs-example .pagination {
  margin-top: 0;
}
.bs-navbar-top-example,
.bs-navbar-bottom-example {
  z-index: 1;
  padding: 0;
  height: 90px;
  overflow: hidden;
  /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
  margin-left: 0;
  margin-right: 0;
}
.bs-navbar-top-example {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.bs-navbar-top-example:after {
  top: auto;
  bottom: -1px;
  -webkit-border-radius: 0 4px 0 4px;
  -moz-border-radius: 0 4px 0 4px;
  border-radius: 0 4px 0 4px;
}
.bs-navbar-bottom-example {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.bs-navbar-bottom-example .navbar {
  margin-bottom: 0;
}
form.bs-docs-example {
  padding-bottom: 19px;
}
/* Images */
.bs-docs-example-images img {
  margin: 10px;
  display: inline-block;
}
/* Tooltips */
.bs-docs-tooltip-examples {
  text-align: center;
  margin: 0 0 10px;
  list-style: none;
}
.bs-docs-tooltip-examples li {
  display: inline;
  padding: 0 10px;
}
/* Popovers */
.bs-docs-example-popover {
  padding-bottom: 24px;
  background-color: #f9f9f9;
}
.bs-docs-example-popover .popover {
  position: relative;
  display: block;
  float: left;
  width: 260px;
  margin: 20px;
}
/* Responsive docs
-------------------------------------------------- */
/* Utility classes table
------------------------- */
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}
.responsive-utilities tbody th {
  font-weight: normal;
}
.responsive-utilities td {
  text-align: center;
}
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}
.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}
/* Responsive tests
------------------------- */
.responsive-utilities-test {
  margin-top: 5px;
  margin-left: 0;
  list-style: none;
  overflow: hidden;
  /* clear floats */
}
.responsive-utilities-test li {
  position: relative;
  float: left;
  width: 25%;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  line-height: 43px;
  color: #999;
  text-align: center;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.responsive-utilities-test li + li {
  margin-left: 10px;
}
.responsive-utilities-test span {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.responsive-utilities-test span {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}
/* Sidenav for Docs
-------------------------------------------------- */
.bs-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  *width: 190px;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1), inset -1px 0 0 rgba(0, 0, 0, 0.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
 
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}
/* Responsive
-------------------------------------------------- */
.bank_list #b_l li {
  float: left;
  width: 60px;
  margin: 10px 10px 0px 0;
  border-bottom: none;
  padding: 0 !important;
}
.img-bank {
  border: 2px solid white;
}
.img-bank:hover{
	cursor:pointer;
}
.img-active {
  border: 2px solid blue !important;
}
.thanhtoan_list .bank_list #b_l li:hover{
background:none;
}
.thanhtoan_list {
    float: left;	
	width:100%;
}

.thanhtoan_list li {
    float: left;   
    padding-left: 2px;
    border-bottom: solid 1px #89b4d6;
}

.thanhtoan_yellow, .thanhtoan_list li.selected {
    background: url(../images/msg_success.png) no-repeat right center;
}
.thanhtoan_list li:hover {
	background:url(../images/left-sale.png) no-repeat right center;
    
}
.thanhtoan_col1 {
    width: 10%;
    float: left;
    height: 100%
}

.thanhtoan_col2 {
    width: 90%;
    float: left;
    height: 100%
}

.thanhtoan_check {
    float: left;
    width: 15px;
    text-align: center;
	margin-top:20px;

}

.thanhtoan_radio {
    cursor: pointer
}

.thanhtoan_ico {
    float: left;
    margin-top: 10px
}

.thanhtoan_title {
    float: left;
    margin-left: 20px;
    margin-top: -15px;
   
    font-weight: bold;
    color: #595959;
	width:300px;
}

.thanhtoan_control {
    width: 100%;
    float: left;
    margin-bottom: 10px
}
.thanhtoan_viewdetail {
    display: none;
    float: left;
    margin-top: 10px;  
    margin-bottom: 10px;
}
.cart-checkout .old-price{float:left; margin-right:5px}
.cart-checkout a:hover{color:#F30}
.shipping-block .block-left-products .bs-item .bs-item-inner .bs-content .price-box .price{font-weight:normal;font-size:120%; color:#39F}
.sum_item {    
    width: 100%;
    height: 35px;   
    border: solid 1px #e1e1e1;
}
.sum_item_title {
    float: left;
    width: 60%;
    text-align: right;
    height: 35px;
}
.sum_item p {
    width: 100%;
    float: left;
    margin-top: 8px;
}
.sum_item_value {
    float: left;
    border-left: solid 1px #e1e1e1;
    height: 35px;
    width: 40%;
    text-align: center;
}
/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }
  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 980px) {
	#yt_tab_products img{max-width:480px}
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px;
    /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}
/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top: -20px;
    /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left: -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }
  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }
  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}
/* Landscape phones
------------------------- */
@media (max-width: 480px) {
	#yt_tab_products img{max-width:200px}
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }
  /* Change up some type stuff */
  h2 small {
    display: block;
  }
  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 60px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 20px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }
  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }
  /* Marketing on home */
  .marketing h1 {
    font-size: 40px;
  }
  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }
  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }
  /* Modal example */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }
  /* Unfloat the back to top in footer to prevent odd text wrapping */
  .footer .pull-right {
    float: none;
  }
}
/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
body,
html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
ul,
ol {
  list-style: none;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: 100%;
}
/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
  height: 1%;
  /* IE5-6 */
}
html[xmlns] .clearfix {
  /* O */
  display: block;
}
.clearfix:after {
  /* FF, O, etc. */
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*:first-child + html .clearfix {
  /* IE 7 */
  display: inline-block;
}
/* Mis.
-------------------------------------------------------------*/
.clear,
.divider {
  clear: both;
}
.no-display {
  display: none !important;
}
.nowrap,
th .nobr {
  white-space: nowrap !important;
}
.no-border {
  border: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.pipe {
  padding: 0 4px;
  text-align: center;
  color: #999999;
}
/*Alignment---*/
.v-top {
  vertical-align: top;
}
.v-middle {
  vertical-align: middle;
}
.v-bottom {
  vertical-align: bottom;
}
.a-left {
  text-align: left;
}
.a-center {
  text-align: center;
}
.a-right {
  text-align: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.normal-weight {
  font-weight: normal;
}
.auto-width {
  width: auto;
}
/*Various Clears---*/
.clear:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.col2-alt-set:after,
.head:after,
.inner-head:after,
.box .head:after,
.box ol li:after,
.header-top:after,
.quick-access:after,
.header-nav:after,
.middle:after,
.more-views ul:after,
.button-set:after,
.actions:after,
.legend:after,
.form-list li:after,
.button-container:after,
.ratings:after,
.page-head:after,
.page-head-alt:after,
.page-popup .print-head:after,
.group-select li:after,
.search-autocomplete li:after,
.tool-tip .btn-close:after,
.account-box li:after,
.address-list li:after,
.generic-product-list li:after,
.listing-type-list .listing-item:after,
.listing-type-list .product-info .product-reviews:after,
.listing-type-grid .item:after,
.my-review-detail:after,
.product-options dt:after,
.product-options-bottom:after,
.product-options dd ul.options-list li:after,
.add-to-holder:after,
.listing-type-grid .grid-row:after,
.advanced-search-summary-box:after,
.shopping-cart-totals .checkout-types:after,
#nav ul li:after,
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.toolbar-inner:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
#nav li:after,
.ytm-tabs-title:after,
.ytm-tabs-title:after,
.product-options dl:after,
.yt-top .block-currency:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}
.yt-menu-container-home,
.yt-menu-container {
  float: left;
}
.cms-index-index #nav > li > .nav-home {
  background-color: #666666;
}
#nav > li {
  display: inline-block;
  position: relative;
  float: left;
}
#nav > li > a {
  text-transform: uppercase;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  border-right: 1px solid #555;
  color: #fff;
  font-weight: bold;
}
#nav > li > .nav-home {
  border-left: 1px solid #555;
}
#nav > li ul {
  display: none;
  position: absolute;
  left: 0px;
  top: 40px;
  background: #fff;
  width: 190px;
  z-index: 99;
  border: 1px solid #ddd;
}
#nav > li ul li.parent > a:before {
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f105";
  float: right;
}
#nav > li ul li {
  position: relative;
}
#nav > li ul li a {
  padding: 8px 14px;
  display: block;
}
#nav > li ul li:hover > a {
  background-color: #eeeeee;
}
#nav > li ul li ul {
  position: absolute;
  top: -1px;
  left: 188px;
}
#nav > li ul li:hover > ul {
  display: block;
}
#nav > li ul li:last-child a {
  border-bottom: none;
}
#nav > li:hover > ul {
  display: block;
}
#nav > li:hover > a {
  background-color: #ba0707;
}
#nav > li:first-child {
  margin-left: 0px;
}
#nav > li.active > a {
  background-color: #666666;
}
#nav > li.active:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  bottom: -11px;
  content: "";
  display: inline-block;
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.cms-index-index .header-default li.nav-home:before {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 11px;
  bottom: -11px;
  content: "";
  display: inline-block;
  height: 11px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.header-v5 #nav > li > a,
.header-v5 #nav > li > .nav-home {
  border: none;
}
.header-v5 #nav > li > a {
  margin-right: 1px;
}
.header-v5 #nav > li:hover > a,
.header-v5 #nav > li.active > a {
  background-color: #d23436;
}
.cms-index-index .header-v5 #nav > li > .nav-home {
  background-color: #d23436;
}
.cms-index-index .header-v4 #nav > li > .nav-home {
  color: #fff;
  background-color: #444;
}
.header-v4 #nav > li > a {
  line-height: 28px;
  border-radius: 4px;
  border: none;
  margin-right: 1px;
  color: inherit;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.header-v4 #nav > li.active > a,
.header-v4 #nav > li:hover > a {
  background-color: #444;
  color: #fff;
}
.header-v4 #nav > li > ul {
  top: 28px;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
  overflow: visible;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
  background: #000;
}
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(https://noithatminhthi.com/static/hinh.png) 0 0 no-repeat;
}
#cboxTopCenter {
  height: 14px;
  background: url(https://noithatminhthi.com/static/hinh.png) top left repeat-x;
}
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(https://noithatminhthi.com/static/hinh.png) -36px 0 no-repeat;
}
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(https://noithatminhthi.com/static/hinh.png) 0 -32px no-repeat;
}
#cboxBottomCenter {
  height: 43px;
  background: url(https://noithatminhthi.com/static/hinh.png) bottom left repeat-x;
}
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(https://noithatminhthi.com/static/hinh.png) -36px -32px no-repeat;
}
#cboxMiddleLeft {
  width: 14px;
  background: url(https://noithatminhthi.com/static/hinh.png) -175px 0 repeat-y;
}
#cboxMiddleRight {
  width: 14px;
  background: url(https://noithatminhthi.com/static/hinh.png) -211px 0 repeat-y;
}
#cboxContent {
  background: #fff;
}
#cboxLoadedContent {
  margin-bottom: 0;
}
#cboxLoadingOverlay {
  /*background:url(../images/loading_background.png) center center no-repeat;*/
}
#cboxLoadingGraphic {
  background: url(https://noithatminhthi.com/static/hinh.png) center center no-repeat;
}
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxCurrent {
  position: absolute;
  bottom: 0;
  left: 2px;
  font-weight: bold;
  color: #7C7C7C;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  position: absolute;
  bottom: -29px;
  background: url(https://noithatminhthi.com/static/hinh.png) 0px 0px no-repeat;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}
#cboxPrevious.hover {
  background-position: -51px 0px;
}
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}
#cboxNext.hover {
  background-position: -75px 0px;
}
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}
#cboxClose.hover {
  background-position: -100px 0px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -150px 0px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -125px 0px;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Widgets =============================================================================== */
.widget .widget-title {
  clear: both;
  padding: 15px 0 0;
  margin: 0 0 7px;
}
.widget .widget-title h2 {
  font-size: 15px;
  font-weight: bold;
  color: #CE4515;
}
.widget .mini-products-images-list .product-image {
  display: block;
  width: 76px;
  height: 76px;
  border: 1px solid #252525;
  margin: 0 auto;
}
.widget .mini-products-images-list li.item {
  float: left;
  width: 77px;
  height: 77px;
}
/* Widget: Catalog New Proructs List */
.widget-new-products {
  display: block;
}
.col-main .widget-new-products {
  margin: 7px 0;
}
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image {
  width: 85px;
  height: 85px;
}
.widget-new-products .products-list .product-shop {
  margin-left: 100px;
}
.sidebar .widget-new-products .block {
  font-size: 11px;
  line-height: 1.25;
}
.sidebar .widget-new-products .block-title strong {
  background: url(https://noithatminhthi.com/static/hinh.png) 0 1px no-repeat;
  padding-left: 21px;
  color: #CE4515;
}
/* Widget: Recently Viewed Proructs */
.widget-viewed {
  display: block;
}
.col-main .widget-viewed {
  margin: 7px 0;
}
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image {
  width: 85px;
  height: 85px;
}
.widget-viewed .products-list .product-shop {
  margin-left: 100px;
}
.sidebar .widget-viewed .block {
  font-size: 11px;
  line-height: 1.25;
}
.sidebar .widget-viewed .block-title strong {
  background: url(https://noithatminhthi.com/static/hinh.png) 0 0 no-repeat;
  padding-left: 21px;
}
/* Widget: Recently Compared Proructs */
.widget-compared {
  display: block;
}
.col-main .widget-compared {
  margin: 7px 0;
}
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image {
  width: 85px;
  height: 85px;
}
.widget-compared .products-list .product-shop {
  margin-left: 100px;
}
.sidebar .widget-compared .block {
  font-size: 11px;
  line-height: 1.25;
}
.sidebar .widget-compared .block-title strong {
  background: url(https://noithatminhthi.com/static/hinh.png) 0 0 no-repeat;
  padding-left: 21px;
}
/* Widget: CMS Static Block */
.widget-static-block {
  margin-bottom: 20px;
}
.sidebar .widget-static-block {
  display: block;
  margin: 0 0 15px;
}
/* Widgets: Links Common Styles */
.top-container .widget a {
  padding: 0 0 0 7px;
}
.bottom-container .widget a {
  padding: 0 3px;
}
/* Widget: Catalog Product Link */
.widget-product-link-inline {
  display: inline;
}
.col-main .widget-product-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}
.col-main .widget-product-link a {
  background: url(https://noithatminhthi.com/static/hinh.png) 100% 4px no-repeat;
  padding-right: 15px;
}
.sidebar .widget-product-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}
.sidebar .widget-product-link a {
  background: url(https://noithatminhthi.com/static/hinh.png) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}
/* Widget: Catalog Category Link */
.widget-category-link-inline {
  display: inline;
}
.col-main .widget-category-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}
.col-main .widget-category-link a {
  background: url(https://noithatminhthi.com/static/hinh.png) 100% 4px no-repeat;
  padding-right: 15px;
}
.sidebar .widget-category-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}
.sidebar .widget-category-link a {
  background: url(https://noithatminhthi.com/static/hinh.png) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}
/* Widget: CMS Page Link */
.widget-cms-link-inline {
  display: inline;
}
.col-main .widget-cms-link {
  display: block;
  text-align: right;
  margin: 7px 0;
}
.col-main .widget-cms-link a {
  background: url(https://noithatminhthi.com/static/hinh.png) 100% 4px no-repeat;
  padding-right: 15px;
}
.sidebar .widget-cms-link {
  display: block;
  margin: 0 0 15px;
  padding: 0 10px;
}
.sidebar .widget-cms-link a {
  background: url(https://noithatminhthi.com/static/hinh.png) 100% 4px no-repeat;
  padding: 0 15px 0 0;
}
/* ======================================================================================= */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9991;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap-quickview {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 9991;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 9991;
  border: 0px solid #fff !important;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  /*background: transparent url('blank.gif');*/
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
  display: none;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
  display: none;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('https://noithatminhthi.com/static/hinh.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('https://noithatminhthi.com/static/hinh.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('https://noithatminhthi.com/static/hinh.png') -55px -90px no-repeat;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #949494;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  /* 	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
  /*    	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
  /* 	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); */
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
  background: #fff;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  /*background-image: url('../../images/fancybox_sprite.png'); */
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -28px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
  display: inline-block;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat center center #000000 !important;
  border-radius: 3px;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  /*background: url('fancybox_loading.gif') center center no-repeat;*/
}
.fancybox-close {
  position: absolute;
  top: 5px;
  right: 0;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #666;
  background: none;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  /*background: transparent url('blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
  display: none;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('https://noithatminhthi.com/static/hinh.png') repeat;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  /*overflow-y: scroll;*/
  background: url(https://noithatminhthi.com/static/hinh.png) repeat;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  /*margin-bottom: -35px;*/
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 10px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  /*-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	font-weight: bold;
	text-shadow: 0 1px 2px #222;*/
  color: #FFF;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('https://noithatminhthi.com/static/hinh.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('https://noithatminhthi.com/static/hinh.png');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#fancybox-buttons.top {
  top: 10px;
}
#fancybox-buttons.bottom {
  bottom: 10px;
}
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
}
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 28px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url('https://noithatminhthi.com/static/hinh.png');
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}
#fancybox-buttons a:hover {
  opacity: 1;
}
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}
/*
 Cloud Zoom CSS. (c)2012 Star Plugins.
 This CSS can be altered to change the look and size of the lens.
*/
.cloudzoom-lens {
  border: none;
  width: 100px;
  height: 100px;
  cursor: crosshair;
}
/* CSS for zoom window (not used for 'inside' position). */
.cloudzoom-zoom {
  border: 1px solid #888;
}
.cloud-zoom-gallery .border {
  border-width: 1px;
  border-style: solid;
  border-right: none;
}
.border-right {
  border-right-width: 1px;
  border-right-style: solid;
}
/* CSS for captions */
.cloudzoom-caption {
  display: none;
  /* CSS captions should be hidden initially */
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}
/* cloud-zoom */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin: 0;
  cursor: move;
}
/* This is for the title text. */
.cloud-zoom-title {
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: #000;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  top: 0px;
}
/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}
/* This is the loading message. */
.cloud-zoom-loading {
  color: white;
  background: #222;
  padding: 3px;
  border: 1px solid #000;
}
#cpanel_wrapper {
  background: #e5e5e5;
  border: 1px solid #f3f3f3;
  border-right: none;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 8px;
  position: fixed;
  top: 40px;
  width: 300px;
  z-index: 999;
  right: -302px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}
#cpanel_btn {
  background: url(https://noithatminhthi.com/static/hinh.png) repeat left center #666666;
  width: 40px;
  border-right: none;
  position: absolute;
  left: -41px;
  top: 8px;
  padding: 8px 0 9px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 3px 0 0 3px;
  display: block !important;
  height: 37px !important;
  opacity: 1 !important;
}
#cpanel_wrapper .cpanel-head {
  background: url(https://noithatminhthi.com/static/hinh.png) repeat left center #666666;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  padding: 3px 10px 0 10px;
  float: left;
  color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
}
#cpanel_wrapper .cpanel-reset {
  float: right;
  margin: -3px -10px 0 0;
  position: relative;
  z-index: 1;
}
#cpanel_wrapper .cpanel-reset:before {
  border-color: rgba(0, 0, 0, 0) #0291ff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 8px 0;
  content: "";
  left: 3px;
  position: absolute;
  top: 9px;
}
#cpanel_wrapper .cpanel-reset .btn {
  background: none repeat scroll 0 0 #0291FF;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
  padding: 8px 15px;
  text-transform: none;
  transition: all 0.2s ease 0s;
  color: #fff !important;
}
#cpanel_wrapper .cpanel-reset .btn:hover,
#cpanel_wrapper .cpanel-reset .btn:focus {
  outline: none;
}
#cpanel_wrapper .cpanel-reset:hover .btn {
  padding-right: 25px;
  outline: none;
}
#ytcpanel_accordion .accordion-heading {
  background-color: #F9F9F9;
  background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
  background-repeat: repeat-x;
  border: 1px solid #BCBCBC;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.5) inset;
  margin: -1px;
  padding: 7px 10px;
}
#ytcpanel_accordion .accordion-heading:hover {
  background-color: #EDEDED;
  background-image: linear-gradient(to bottom, #f5f5f5, #e0e0e0);
  background-repeat: repeat-x;
}
#ytcpanel_accordion .accordion-heading.accordion-open {
  background: #888888;
  background: linear-gradient(to bottom, #999999, #777777) repeat-x scroll 0 0 #8b8b8b;
  border-color: #777777;
  box-shadow: none;
}
#ytcpanel_accordion .accordion-heading .accordion-toggle {
  color: #555555 !important;
  font-size: 12px;
  font-weight: bold;
}
#ytcpanel_accordion .accordion-heading .accordion-toggle i {
  color: #999999;
  float: left;
  font-size: 14px;
  margin: 2px 5px 0 0;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle,
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle i {
  color: #fff !important;
}
#ytcpanel_accordion .accordion-heading.accordion-open .accordion-toggle .icon-expand-alt:before {
  content: "\f117";
}
#ytcpanel_accordion .accordion-group .collapse {
  background: none repeat scroll 0 0 #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ytcpanel_accordion .accordion-group .collapse:before {
  border-color: #777777 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 8px 8px 0;
  content: "";
  left: 15px;
  position: absolute;
  top: -2px;
}
#ytcpanel_accordion {
  float: left;
  margin-top: 10px;
  width: 100%;
}
#ytcpanel_accordion .accordion-inner {
  padding: 15px 10px 10px;
  border: none;
}
#cpanel_wrapper option,
#cpanel_wrapper optgroup,
#cpanel_wrapper input,
#cpanel_wrapper select {
  background: none;
  color: #333;
}
#cpanel_wrapper select#select-store {
  padding: 3px 2px;
}
#cpanel_wrapper input.inputbox {
  border-radius: 0 0 0 0 !important;
  box-shadow: none !important;
  font-size: 11px !important;
  margin: 0 3px 0 0 !important;
  padding: 0 3px !important;
  width: 80px !important;
}
select.cp_select {
  font-size: 11px;
  height: auto;
  padding: 3px 2px;
  width: 120px;
  border-radius: 0px;
  color: #333;
}
.cpanel-head > span {
  float: left;
  margin-top: 5px;
  text-transform: uppercase;
}
.theme-color-heading {
  font-weight: bold;
  padding: 5px 0;
  display: block;
}
.cpanel-theme-color .theme-color.active {
  box-shadow: 0 0 0 2px #ad2323 inset;
}
.cpanel-theme-color .theme-color {
  background-color: #CCC;
  width: 38px;
  height: 25px;
  line-height: 35px;
  text-align: center;
  float: left;
  margin: 0 4px 5px 0;
  cursor: pointer;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cpanel-theme-color .theme-color:hover {
  opacity: 0.7;
}
.cpanel-theme-color .theme-color.cyan {
  background-color: #009688;
}
.cpanel-theme-color .theme-color.blue {
  background-color: #5f87d1;
}
.cpanel-theme-color .theme-color.green {
  background-color: #20bc5a;
}
.cpanel-theme-color .theme-color.orange {
  background-color: #f8ab16;
}
.cpanel-theme-color .theme-color.avocado {
  background-color: #72723e;
}
.cpanel-theme-color .theme-color.yellow {
  background-color: #f2c204;
}
.cpanel-theme-color .theme-color.red {
  background-color: #ea3a3c;
}
#ytcpanel_accordion .accordion-group {
  border: 1px solid #bcbcbc;
  margin-bottom: 5px;
}
#ytcpanel_accordion .accordion-inner {
  background: #fff;
}
/*#ytcpanel_accordion .accordion-group.cpanel-typography{
	border: none;
	padding-bottom: 0;
}
*/
#ytcpanel_accordion .cp-item {
  width: 33%;
  float: left;
}
#ytcpanel_accordion .cp-item > span,
#ytcpanel_accordion .store-switcher > span {
  width: 100%;
  float: left;
  margin-bottom: 2px;
}
#ytitem_3 .cp-item,
#ytitem_7 .cp-item {
  margin-bottom: 5px;
}
#ytitem_4 .cp-item,
#ytitem_5 .cp-item {
  margin-bottom: 5px;
  width: 100%;
}
#ytcpanel_accordion .cp-item.body-background-image {
  width: 100%;
  margin-bottom: 0;
}
#ytcpanel_accordion .cpanel-typography .cp-item {
  width: 50%;
}
.cp-item .pattern {
  height: 20px;
  margin: 0 5px 5px 0;
  width: 30px;
  border: 1px solid #CCC;
  float: left;
  cursor: pointer;
  text-indent: -999em;
  background-color: #f5f5f5;
}
.cp-item .pattern:hover {
  background-color: #ccc;
  border-color: #535353;
}
.cp-item .pattern.active {
  border-color: #535353;
}
#cpanel_wrapper a.reset {
  margin: 0 0 0 10px;
  color: #000;
}
.cpanel-input {
  padding: 1px 5px !important;
  width: 30px;
  font-size: 11px !important;
}
.cpanel-select {
  height: auto;
  padding: 2px !important;
  width: 90px;
  font-size: 11px !important;
}
#cpanel_btn i {
  vertical-align: top;
}
#cpanel_btn i:before {
  font-size: 18px;
}
input.miniColors {
  border-radius: 0 0 0 0 !important;
  font-size: 11px !important;
  padding: 3px !important;
  width: 60px !important;
  box-shadow: none !important;
  float: left;
}
.miniColors-selector {
  position: absolute;
  width: 187px;
  height: 162px;
  background: white;
  border: solid 1px #bababa;
  padding: 5px;
  z-index: 999999;
}
.miniColors.opacity.miniColors-selector {
  width: 200px;
}
.miniColors-selector.black {
  background: black;
  border-color: black;
}
.miniColors-colors {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 150px;
  height: 150px;
  background: url(https://noithatminhthi.com/static/hinh.png) -40px 0 no-repeat;
  cursor: crosshair;
}
.miniColors.opacity .miniColors-colors {
  left: 30px;
}
.miniColors-hues {
  position: absolute;
  top: 5px;
  left: 160px;
  width: 20px;
  height: 150px;
  background: url(https://noithatminhthi.com/static/hinh.png) 0 0 no-repeat;
  cursor: crosshair;
}
.miniColors.opacity .miniColors-hues {
  left: 185px;
}
.miniColors-opacity {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 150px;
  background: url(https://noithatminhthi.com/static/hinh.png) -20px 0 no-repeat;
  cursor: crosshair;
}
.miniColors-colorPicker {
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid black;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
}
.miniColors-colorPicker-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border: 2px solid white;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
.miniColors-huePicker,
.miniColors-opacityPicker {
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  border: 1px solid black;
  background: white;
  margin-top: -2px;
  border-radius: 2px;
}
.miniColors-trigger,
.miniColors-triggerWrap {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 3px;
}
.miniColors-triggerWrap {
  background: url(https://noithatminhthi.com/static/hinh.png) -22px 0 no-repeat;
}
.miniColors-triggerWrap.disabled {
  filter: alpha(opacity=50);
  opacity: .5;
}
.miniColors-trigger {
  vertical-align: middle;
  outline: none;
  background: url(https://noithatminhthi.com/static/hinh.png) 0 0 no-repeat;
}
.miniColors-triggerWrap.disabled .miniColors-trigger {
  cursor: default;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.24
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* CSS3 Transitions */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}
.resp-tabs-list li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
  float: left;
  font-size: 133.33%;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  border: 1px solid #ddd;
  margin-left: -1px;
  border-bottom: none;
}
.resp-tabs-list li:first-child {
  margin-left: 0px;
}
.resp-tabs-list li a {
  padding: 6px 37px;
  display: block;
}
.resp-tabs-list li:hover a {
  color: #fff;
}
.resp-tab-active a {
  color: #fff;
}
.resp-tabs-container {
  padding: 0px;
  clear: left;
}
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.resp-tab-content {
  display: none;
  padding: 20px 30px;
}
.resp-tab-active {
  border-bottom: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
h2.resp-accordion {
  font-size: 13px;
  margin: 0px;
  padding: 10px 15px;
}
h2.resp-tab-active {
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
  border: 1px solid #ccc;
  margin-top: -1px;
  border-right: none;
}
.resp-vtabs .resp-tabs-list li:first-child {
  margin-top: 0px;
}
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 276px;
  clear: none;
}
.resp-vtabs .resp-tab-content {
  border: none;
}
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 0px !important;
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff;
}
/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}
.resp-jfit {
  width: 100%;
  margin: 0px;
}
.resp-tab-content-active {
  display: block;
  border: 1px solid #ddd;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
	#yt_tab_products img{max-width:480px}
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
    border: 1px solid #ddd;
    background-color: #fafafa;
  }
  h2.resp-tab-active,
  h2.resp-tab-active a {
    color: #fff;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-tab-content-active {
    margin-bottom: 20px;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/*= POPUP LOGIN =*/
.tt_popup_login {
  height: 36px;
  border-bottom: 3px solid;
  background-color: #242424;
  margin: 0 -20px;
}
.tt_popup_login strong {
  line-height: 37px;
  display: inline-block;
  padding-left: 55px;
  text-transform: uppercase;
  font-size: 133.33%;
  color: #fff;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  position: relative;
  padding-right: 10px;
  top: -4px;
}
.tt_popup_login strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
}
.block-popup-login {
  margin-top: 170px;
  width: 600px;
  padding: 0px 20px 0px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.block-popup-login .block-content {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}
.block-popup-login .block-content .list-log li {
  padding: 2px 0px 2px 14px;
  font-style: italic;
  position: relative;
}
.block-popup-login .block-content .list-log li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 10px;
}
.block-popup-login .block-content .note-reg {
  margin: 10px 0px;
  font-style: italic;
}
.block-popup-login .block-content .btn-reg-popup {
  height: 42px;
  line-height: 42px;
  padding: 0px 42px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 116.67%;
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
}
.block-popup-login .block-content .col-reg {
  width: 50%;
  float: left;
  min-height: 188px;
}
.block-popup-login .block-content .col-reg.registered-account {
  padding-right: 30px;
  border-right: 1px solid #d0d0d0;
}
.block-popup-login .block-content .col-reg.login-customer {
  padding-left: 30px;
}
.block-popup-login .block-content .col-reg.login-customer h2 {
  font-size: 116.67%;
  font-weight: bold;
}
.block-popup-login .email-input,
.block-popup-login .pass-input {
  position: relative;
}
.block-popup-login .email-input:before {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login .pass-input:before {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left #f7f7f7;
  content: "";
  display: inline-block;
  width: 42px;
  height: 40px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.block-popup-login #mini-login:-webkit-autofill,
.block-popup-login #mini-password:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fafafa inset!important;
}
.block-popup-login .btn-submit-login {
  background-repeat: no-repeat;
  background-position: 25px center;
  padding: 0 25px 0px 48px;
  height: 42px;
  font-size: 116.67%;
  font-weight: bold;
  background-image: url(../img/icon-btn-login.png);
}
.block-popup-login .input-text {
  border: none;
  margin-bottom: 14px;
  width: 100%;
  padding: 0 5px 0px 52px;
  height: 40px;
  font-size: 108.33%;
  border: 1px solid #cecece;
  background-color: #f7f7f7;
}
.block-popup-login .submit-login {
  margin-top: 19px;
}
.block-popup-login .button-reg:hover {
  text-decoration: underline;
}
.block-popup-login .more-actions {
  margin: 25px -20px 0px;
}
.block-popup-login .more-actions .ft-link-p {
  background: #f3f3f3;
  margin-bottom: 1px;
  padding: 0 20px;
}
.block-popup-login .more-actions .ft-link-p a {
  display: inline-block;
  padding: 10px 0px;
}
.block-popup-login .checker > span > #chk_remember {
  opacity: 0;
}
.block-popup-login .close-login {
  display: inline-block;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: -9999px;
  right: 10px;
  top: 3px;
  position: absolute;
  opacity: 1;
}
.block-popup-login .close-login:hover {
  background-position: left bottom;
}
/*= END POPUP LOGIN =*/
.header-default .yt-header-top {
  height: 36px;
  border-bottom: 1px solid #dddddd;
  /* OFFER SLIDER */
  /* END OFFER SLIDER */
  /* LANGUAGE & CURRENCY */
  /* END LANGUAGE & CURRENCY */
  /* ACCOUNT TOP LINKS */
  /* END ACCOUNT TOP LINKS */
}
.header-default .yt-header-top .sl-header-text .label-offer-slider {
  background-color: #272727;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  padding: 2px 10px;
}
.header-default .yt-header-top .offer-wrapper {
  line-height: 36px;
  max-height: 36px;
  overflow: hidden;
}
.header-default .yt-header-top .block-action-header {
  float: right;
  position: relative;
}
.header-default .yt-header-top .block-action-header select {
  display: none;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper {
  width: auto !important;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  line-height: 36px;
  display: inline-block;
  width: auto !important;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 13px;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 3px;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  display: none !important;
  height: auto !important;
  left: 0;
  position: absolute;
  top: 35px;
  width: 100% !important;
  z-index: 999;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
  display: block;
  padding: 3px 0 3px 14px;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a:hover {
  color: #fff;
}
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li .selected {
  color: #fff;
}
.header-default .yt-header-top .block-action-header:hover .jqTransformSelectWrapper ul {
  display: block !important;
}
.header-default .yt-header-top .language-switcher {
  margin-right: -1px;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  padding-left: 35px;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper ul {
  width: 130px !important;
}
.header-default .yt-header-top .language-switcher .jqTransformSelectWrapper ul li a {
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 36px;
  background-size: 16px 14px;
}
.header-default .yt-header-top .top-link-account {
  margin-right: -1px;
}
.header-default .yt-header-top .top-link-account > ul > li {
  border-left: 1px solid #ddd;
  float: left;
}
.header-default .yt-header-top .top-link-account > ul.links > li {
  border-right: 1px solid #ddd;  
}
.header-default .yt-header-top .top-link-account > ul > li > a {
  line-height: 36px;
  padding: 0 13px;
  display: block;
  cursor: pointer;
}
.header-default .yt-header-top .top-link-account > ul > li .dropdown-ict:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.header-default .yt-header-top .checkout-link > ul > li > a:before {
  content: "\f045";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 5px;
}
.header-default .yt-header-top .my-account-link > ul > li > a:before {
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-default .yt-header-top .my-account-link > ul > li .dropdown-link-account {
  width: 172px;
  position: absolute;
  left: 0px;
  top: 35px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 88;
  display: none;
}
.header-default .yt-header-top .my-account-link > ul > li .dropdown-link-account li a {
  display: block;
  padding: 8px 10px 8px 15px;
}
.header-default .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover {
  color: #fff;
}
.header-default .yt-header-top .my-account-link > ul > li:hover .dropdown-link-account {
  display: block;
}
.header-default .yt-header-top .login-link > ul > li > a.login-btn:before {
  content: "\f023";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-default .yt-header-top .login-link > ul > li > a.logout-btn:before {
  content: "\f09c";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.yt-header-middle .search-pro , .yt-header-middle .hot-line{
	margin-top:10px}
.header-default .yt-header-middle {
  padding: 15px 0;
  /* HOT LINE */
  /* END HOT LINE */
}
.header-default .yt-header-middle .logo-wrapper {
  text-align: center;
}
.header-default .yt-header-middle .hot-lilne-wrapper {
  background: url(../img/support.png) no-repeat left center;
  padding-left: 48px;
  float: right;
}
.header-default .yt-header-middle .hot-lilne-wrapper h2 {
  font-weight: bold;
  font-size:9px;
}
.header-default .yt-header-middle .hot-lilne-wrapper .tel{
	font-weight:bold;
	font-size:18px;
}
.header-default .yt-header-under {
  /* MINI CART PRO */
  /* END MINI CART PRO */
}
.header-default .yt-header-under .mini-cart-header {
  float: right;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle {
  background-image: url(../img/icon-cart.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 32px;
  padding-right: 48px;
  height: 40px;
  position: relative;
  cursor: pointer;
  right: 0px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle:hover {
  right: 5px;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle .cart-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: 7px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
}
.header-default .yt-header-under .mini-cart-header .block-content {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  width: 318px;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 19;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar {
  max-height: 363px;
  overflow: auto;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .product-image {
  width: 72px;
  display: inline-block;
  float: left;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .product-image img {
  width: 100%;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item {
  margin-left: 85px;
  position: relative;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-box {
  margin-top: 0px;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-links {
  display: none;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name {
  position: relative;
  padding-right: 30px;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name a {
  font-size: 116.67%;
  display: inline-block;
  padding: 5px 0px 3px;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name .qty-number {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  line-height: 26px;
  text-align: center;
  color: #444;
  position: absolute;
  top: 6px;
  right: 0px;
}
.header-default .yt-header-under .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price {
  font-size: 116.67%;
}
.header-default .yt-header-under .mini-cart-header .bottom-action {
  padding: 10px 20px 20px;
  border-bottom: 3px solid;
}
.header-default .yt-header-under .mini-cart-header .bottom-action .price-total {
  font-weight: bold;
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-default.header-v2 .logo-wrapper {
  text-align: left;
}
.header-default.header-v2 .logo-wrapper span{
	display:none;
}
/*= HEADER STYLE 3 =*/
.cms-index-index .header-v3 .home-item-parent > .sm_megamenu_head {
  background-color: #474e58;
}
.header-v3 {
  /*==CSS MENU==*/
}
.header-v3 .yt-header-top {
  height: 36px;
  background-color: #ea3a3c;
  /* OFFER SLIDER */
  /* END OFFER SLIDER */
  /* LANGUAGE & CURRENCY */
  /* END LANGUAGE & CURRENCY */
  /* ACCOUNT TOP LINKS */
  /* END ACCOUNT TOP LINKS */
}
.header-v3 .yt-header-top .sl-header-text a {
  color: #fff;
}
.header-v3 .yt-header-top .sl-header-text .label-offer-slider {
  background-color: #76a6fe;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
  padding: 2px 10px;
}
.header-v3 .yt-header-top .offer-wrapper {
  line-height: 36px;
  max-height: 36px;
  overflow: hidden;
}
.header-v3 .yt-header-top .block-action-header {
  float: right;
  position: relative;
}
.header-v3 .yt-header-top .block-action-header:hover {
  background-color: #76a6fe;
}
.header-v3 .yt-header-top .block-action-header select {
  display: none;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper {
  width: auto !important;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  line-height: 36px;
  display: inline-block;
  width: auto !important;
  cursor: pointer;
  padding: 0 13px;
  color: #fff;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 3px;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  background: none repeat scroll 0 0 #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  height: auto !important;
  left: 0;
  position: absolute;
  top: 36px;
  width: 100% !important;
  z-index: 999;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  display: none;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
  display: block;
  padding: 3px 0 3px 14px;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a:hover {
  color: #fff;
}
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li .selected {
  color: #fff;
}
.header-v3 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper ul {
  display: block !important;
}
.header-v3 .yt-header-top .language-switcher {
  margin-right: -1px;
}
.header-v3 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  padding-left: 35px;
  color: #fff;
}
.header-v3 .yt-header-top .language-switcher .jqTransformSelectWrapper ul {
  width: 130px !important;
}
.header-v3 .yt-header-top .language-switcher .jqTransformSelectWrapper ul li a {
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 36px;
  background-size: 16px 14px;
}
.header-v3 .yt-header-top .top-link-account {
  margin-right: -1px;
}
.header-v3 .yt-header-top .top-link-account > ul > li {
  float: left;
}
.header-v3 .yt-header-top .top-link-account > ul > li > a {
  line-height: 36px;
  padding: 0 13px;
  display: block;
  cursor: pointer;
  color: #fff;
}
.header-v3 .yt-header-top .top-link-account > ul > li .dropdown-ict:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.header-v3 .yt-header-top .checkout-link > ul > li > a:before {
  content: "\f045";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 5px;
}
.header-v3 .yt-header-top .my-account-link > ul > li > a:before {
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
  width: 172px;
  position: absolute;
  left: 0px;
  top: 36px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 88;
  display: none;
}
.header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a {
  display: block;
  padding: 8px 10px 8px 15px;
}
.header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover {
  color: #fff;
}
.header-v3 .yt-header-top .my-account-link > ul > li:hover .dropdown-link-account {
  display: block;
}
.header-v3 .yt-header-top .login-link > ul > li > a.login-btn:before {
  content: "\f023";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v3 .yt-header-top .login-link > ul > li > a.logout-btn:before {
  content: "\f09c";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v3 .yt-header-middle {
  padding: 20px 0 47px;
  background-color: #eee;
  /* HOT LINE */
  /* END HOT LINE */
  /* MINI CART PRO */
  /* END MINI CART PRO */
}
.header-v3 .yt-header-middle .logo-wrapper {
  text-align: left;
}
.header-v3 .yt-header-middle .hot-lilne-wrapper {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat left center;
  padding-left: 48px;
  float: right;
  margin-top: 5px;
}
.header-v3 .yt-header-middle .hot-lilne-wrapper h2 {
  font-weight: bold;
  margin-bottom: 2px;
}
.header-v3 .yt-header-middle .mini-cart-header .mini-cartpro.block {
  margin-right: -40px;
}
.header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 48px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  float: right;
}
.header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle .info-mini-cart {
  position: relative;
  top: 9px;
  padding-right: 15px;
  border-right: 1px solid #ccc;
}
.header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle .cart-title {
  text-transform: uppercase;
  color: #444444;
  font-weight: bold;
}
.header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle .item-cart {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 14px;
  top: 7px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
}
.header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -15px;
  top: 0px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  height: 0;
  width: 0;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  width: 318px;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 35;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar {
  max-height: 363px;
  overflow: auto;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image {
  width: 72px;
  display: inline-block;
  float: left;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image img {
  width: 100%;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item {
  margin-left: 85px;
  position: relative;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-box {
  margin-top: 0px;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-links {
  display: none;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name {
  position: relative;
  padding-right: 30px;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name a {
  font-size: 116.67%;
  display: inline-block;
  padding: 5px 0px 3px;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name .qty-number {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  line-height: 26px;
  text-align: center;
  color: #444;
  position: absolute;
  top: 6px;
  right: 0px;
}
.header-v3 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price {
  font-size: 116.67%;
}
.header-v3 .yt-header-middle .mini-cart-header .bottom-action {
  padding: 10px 20px 20px;
  border-bottom: 3px solid;
}
.header-v3 .yt-header-middle .mini-cart-header .bottom-action .price-total {
  font-weight: bold;
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-v3 .sm-serachbox-pro {
  float: right;
}
.header-v3 .sm-serachbox-pro .form-search {
  background-color: #fff;
  border: none;
  margin: 9px 9px 0px 0px;
}
.header-v3 .sm-serachbox-pro .form-search .input-search #search {
  margin-top: 3px;
  padding-left: 15px;
  width: 222px;
}
.header-v3 .sm-serachbox-pro .form-search .button-search-pro {
  top: 6px;
}
.header-v3 .sm-serachbox-pro .form-search .cat-wrapper {
  background-color: #eee;
}
.header-v3 .sm-serachbox-pro .form-search .cat-wrapper select {
  top: -4px;
}
.header-v3 .sm-serachbox-pro .form-search .cat-wrapper span {
  line-height: 26px;
}
.header-v3 .yt-header-under {
  background-color: transparent;
}
.header-v3 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  border: none;
  margin-right: 1px;
}
.header-v3 .yt-header-under .home-item-parent:hover > .sm_megamenu_head,
.header-v3 .yt-header-under .cms-index-index .home-item-parent > .sm_megamenu_head {
  background-color: #474e58;
}
.header-v3 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_head,
.header-v3 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a {
  background-color: #474e58;
}
.header-v3 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  line-height: 50px;
}
.header-v3 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  top: 50px;
}
.header-v3 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child > a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-left: none !important;
}
.header-v3 .yt-header-under .yt-menu {
  display: inline-block;
  width: 100%;
  background-color: #323a45;
  margin-top: -26px;
  border-radius: 5px;
}
.header-v3 #nav > li > a {
  line-height: 50px;
  border-right: none;
  margin-right: 1px;
}
.header-v3 #nav > li:first-child > a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.header-v3 #nav > li > ul {
  top: 50px;
}
/*= HEADER STYLE 5 =*/
.cms-index-index .header-v5 .home-item-parent > .sm_megamenu_head {
  background-color: #d23436;
}
.header-v5 {
  background-color: #eeeeee;
}
.header-v5 .yt-header-top {
  height: 36px;
  border-bottom: 1px solid #dddddd;
  /* OFFER SLIDER */
  /* END OFFER SLIDER */
  /* LANGUAGE & CURRENCY */
  /* END LANGUAGE & CURRENCY */
  /* ACCOUNT TOP LINKS */
  /* END ACCOUNT TOP LINKS */
}
.header-v5 .yt-header-top .sl-header-text .label-offer-slider {
  background-color: #e67e22;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  padding: 2px 10px;
}
.header-v5 .yt-header-top .offer-wrapper {
  line-height: 35px;
  max-height: 35px;
  overflow: hidden;
}
.header-v5 .yt-header-top .block-action-header {
  float: right;
  position: relative;
}
.header-v5 .yt-header-top .block-action-header select {
  display: none;
}
.header-v5 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper > div span {
  background-color: #fff;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper {
  width: auto !important;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  line-height: 35px;
  display: inline-block;
  width: auto !important;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 13px;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 3px;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  display: none;
  height: auto !important;
  left: 0;
  position: absolute;
  top: 35px;
  width: 100% !important;
  z-index: 999;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
  display: block;
  padding: 3px 0 3px 14px;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a:hover {
  color: #fff;
}
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li .selected {
  color: #fff;
}
.header-v5 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper ul {
  display: block !important;
}
.header-v5 .yt-header-top .language-switcher {
  margin-right: -1px;
}
.header-v5 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  padding-left: 35px;
}
.header-v5 .yt-header-top .language-switcher .jqTransformSelectWrapper ul {
  width: 130px !important;
}
.header-v5 .yt-header-top .language-switcher .jqTransformSelectWrapper ul li a {
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 36px;
  background-size: 16px 14px;
}
.header-v5 .yt-header-top .top-link-account {
  margin-right: -1px;
}
.header-v5 .yt-header-top .top-link-account > ul > li {
  border-left: 1px solid #ddd;
  float: left;
}
.header-v5 .yt-header-top .top-link-account > ul > li > a {
  line-height: 35px;
  padding: 0 13px;
  display: block;
  cursor: pointer;
}
.header-v5 .yt-header-top .top-link-account > ul > li .dropdown-ict:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.header-v5 .yt-header-top .top-link-account > ul > li:hover > a {
  background-color: #fff;
}
.header-v5 .yt-header-top .checkout-link > ul > li > a:before {
  content: "\f045";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 5px;
}
.header-v5 .yt-header-top .my-account-link > ul > li > a:before {
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v5 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
  width: 172px;
  position: absolute;
  left: 0px;
  top: 35px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 88;
  display: none;
}
.header-v5 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a {
  display: block;
  padding: 8px 10px 8px 15px;
}
.header-v5 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover {
  color: #fff;
}
.header-v5 .yt-header-top .my-account-link > ul > li:hover .dropdown-link-account {
  display: block;
}
.header-v5 .yt-header-top .login-link > ul > li > a.login-btn:before {
  content: "\f023";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v5 .yt-header-top .login-link > ul > li > a.logout-btn:before {
  content: "\f09c";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v5 .yt-header-middle {
  padding: 24px 0;
  /* HOT LINE */
  /* END HOT LINE */
  /* MINI CART PRO */
  /* END MINI CART PRO */
}
.header-v5 .yt-header-middle .hot-lilne-wrapper {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat left center;
  padding-left: 48px;
  float: right;
  margin-top: 5px;
}
.header-v5 .yt-header-middle .hot-lilne-wrapper h2 {
  font-weight: bold;
  margin-bottom: 2px;
}
.header-v5 .yt-header-middle .mini-cart-header {
  float: right;
  margin-left: 20px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-title {
  background-image: linear-gradient(#fe2254, #e81f4d);
  background: #fe2254;
  background: linear-gradient(#fe2254, #e81f4d);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-title .btn-toggle {
  padding-left: 50px;
  padding-right: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.header-v5 .yt-header-middle .mini-cart-header .block-title .btn-toggle:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  position: absolute;
  top: 10px;
  left: 20px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-title .btn-toggle:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 23px;
  top: 9px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-title .btn-toggle .cart-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-title .btn-toggle .info-mini-cart {
  line-height: 38px;
  font-weight: bold;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  width: 318px;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 40;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar {
  max-height: 363px;
  overflow: auto;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image {
  width: 72px;
  display: inline-block;
  float: left;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .product-image img {
  width: 100%;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item {
  margin-left: 85px;
  position: relative;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-box {
  margin-top: 0px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-links {
  display: none;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name {
  position: relative;
  padding-right: 30px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name a {
  font-size: 116.67%;
  display: inline-block;
  padding: 5px 0px 3px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name .qty-number {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  line-height: 26px;
  text-align: center;
  color: #444;
  position: absolute;
  top: 6px;
  right: 0px;
}
.header-v5 .yt-header-middle .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price {
  font-size: 116.67%;
}
.header-v5 .yt-header-middle .mini-cart-header .bottom-action {
  padding: 10px 20px 20px;
  border-bottom: 3px solid;
}
.header-v5 .yt-header-middle .mini-cart-header .bottom-action .price-total {
  font-weight: bold;
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-v5 .yt-header-under {
  background-color: #ea3a3c;
}
.header-v5 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head,
.header-v5 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  border: none;
}
.header-v5 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  margin-right: 1px;
}
.header-v5 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_head,
.header-v5 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a {
  background-color: #d23436;
}
.header-v5 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  right: auto !important;
}
.header-v5 .yt-header-under .sm-serachbox-pro .form-search {
  height: 30px;
  float: right;
  margin-top: 5px;
  border: none;
  background-color: #fff;
}
.header-v5 .yt-header-under .sm-serachbox-pro .form-search .input-search #search {
  margin-top: 2px;
  width: 225px;
}
.header-v5 .yt-header-under .sm-serachbox-pro .form-search .cat-wrapper {
  background-color: #f2f2f2;
}
.header-v5 .yt-header-under .sm-serachbox-pro .form-search .cat-wrapper span {
  line-height: 25px;
}
.header-v5 .yt-header-under .sm-serachbox-pro .form-search .cat-wrapper select {
  height: 30px;
}
.header-v5 .yt-header-under .sm-serachbox-pro .form-search .button-search-pro {
  top: 6px;
}
.header-v5 .ver-megamenu-header {
  float: left;
  position: relative;
  margin-right: 1px;
}
.header-v5 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
  display: none;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header-v5 .ver-megamenu-header .button-ver-menu {
  line-height: 40px;
  padding: 0 26px 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #d23436;
}
.header-v5 .ver-megamenu-header .button-ver-menu:before {
  content: "\f0d7";
  font-family: fontawesome;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 13px;
}
.header-v5 .ver-megamenu-header:hover .sm_megamenu_wrapper_vertical_menu {
  display: block;
  width: 270px;
  left: 0px;
  top: 40px;
  position: absolute;
  background-color: #fff;
}
.header-v5 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a,
.header-v5 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  background-color: #ea3a3c;
  color: #fff;
}
.header-v5 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
  left: 270px !important;
}
/*= HEADER STYLE 4 =*/
.cms-index-index .header-v4 .home-item-parent > .sm_megamenu_head {
  background-color: #444444;
  color: #fff !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.cms-index-index .header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
  display: block;
  min-height: 463px;
}
.header-v4 {
  background-color: #eeeeee;
}
.header-v4 .yt-header-top {
  height: 36px;
  background-color: #fa2323;
  /* OFFER SLIDER */
  /* END OFFER SLIDER */
  /* LANGUAGE & CURRENCY */
  /* END LANGUAGE & CURRENCY */
  /* ACCOUNT TOP LINKS */
  /* END ACCOUNT TOP LINKS */
}
.header-v4 .yt-header-top .sl-header-text .label-offer-slider {
  background-color: #e67e22;
  border-radius: 3px;
  color: #fff;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
  padding: 2px 10px;
}
.header-v4 .yt-header-top .offer-wrapper {
  line-height: 35px;
  max-height: 35px;
  overflow: hidden;
}
.header-v4 .yt-header-top .block-action-header {
  float: right;
  position: relative;
}
.header-v4 .yt-header-top .block-action-header select {
  display: none;
}
.header-v4 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper > div span {
  background-color: #fff;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper {
  width: auto !important;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span {
  line-height: 35px;
  display: inline-block;
  width: auto !important;
  cursor: pointer;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 0 13px;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper > div span:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 3px;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  display: none;
  height: auto !important;
  left: 0;
  position: absolute;
  top: 35px;
  width: 100% !important;
  z-index: 999;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a {
  display: block;
  padding: 3px 0 3px 14px;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li a:hover {
  color: #fff;
}
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li .selected {
  color: #fff;
}
.header-v4 .yt-header-top .block-action-header:hover .jqTransformSelectWrapper ul {
  display: block !important;
}
.header-v4 .yt-header-top .language-switcher {
  margin-right: -1px;
}
.header-v4 .yt-header-top .language-switcher .jqTransformSelectWrapper > div span {
  background-position: 12px center;
  background-repeat: no-repeat;
  background-size: 16px 14px;
  padding-left: 35px;
}
.header-v4 .yt-header-top .language-switcher .jqTransformSelectWrapper ul {
  width: 130px !important;
}
.header-v4 .yt-header-top .language-switcher .jqTransformSelectWrapper ul li a {
  background-repeat: no-repeat;
  background-position: 13px center;
  padding-left: 36px;
  background-size: 16px 14px;
}
.header-v4 .yt-header-top .top-link-account {
  margin-right: -1px;
}
.header-v4 .yt-header-top .top-link-account > ul > li {
  border-left: 1px solid #ddd;
  float: left;
}
.header-v4 .yt-header-top .top-link-account > ul > li > a {
  line-height: 35px;
  padding: 0 13px;
  display: block;
  cursor: pointer;
}
.header-v4 .yt-header-top .top-link-account > ul > li .dropdown-ict:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 12px;
  margin-left: 5px;
}
.header-v4 .yt-header-top .top-link-account > ul > li:hover > a {
  background-color: #fff;
}
.header-v4 .yt-header-top .checkout-link > ul > li > a:before {
  content: "\f045";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 5px;
}
.header-v4 .yt-header-top .my-account-link > ul > li > a:before {
  content: "\f007";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v4 .yt-header-top .my-account-link > ul > li .dropdown-link-account {
  width: 172px;
  position: absolute;
  left: 0px;
  top: 35px;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 88;
  display: none;
}
.header-v4 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a {
  display: block;
  padding: 8px 10px 8px 15px;
}
.header-v4 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover {
  color: #fff;
}
.header-v4 .yt-header-top .my-account-link > ul > li:hover .dropdown-link-account {
  display: block;
}
.header-v4 .yt-header-top .login-link > ul > li > a.login-btn:before {
  content: "\f023";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v4 .yt-header-top .login-link > ul > li > a.logout-btn:before {
  content: "\f09c";
  font-family: 'FontAwesome';
  font-size: 13px;
  margin-right: 7px;
}
.header-v4 .header-under-2-wrapper {
  background-color: #444444;
  height: 46px;
  /* MINI CART PRO */
  /* END MINI CART PRO */
}
.header-v4 .header-under-2-wrapper .sm-serachbox-pro {
  display: inline-block;
}
.header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search {
  height: 33px;
  background-color: #fff;
  border: none;
  margin-top: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
}
.header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .cat-wrapper {
  margin-top: -2px;
}
.header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
  margin-top: 4px;
  width: 484px;
  color: #999999;
  padding-left: 15px;
}
.header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .button-search-pro {
  top: 7px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header {
  float: right;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle {
  padding-left: 50px;
  padding-right: 40px;
  height: 46px;
  position: relative;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 16px;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  position: absolute;
  top: 14px;
  left: 20px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle:before {
  content: "\f107";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 23px;
  top: 13px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle .cart-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  line-height: 46px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle .info-mini-cart {
  line-height: 46px;
  font-weight: bold;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  width: 318px;
  position: absolute;
  right: 0px;
  top: 46px;
  z-index: 40;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar {
  max-height: 363px;
  overflow: auto;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item {
  padding: 20px 20px;
  border-bottom: 1px solid #ddd;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .product-image {
  width: 72px;
  display: inline-block;
  float: left;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .product-image img {
  width: 100%;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item {
  margin-left: 85px;
  position: relative;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-box {
  margin-top: 0px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .ratings .rating-links {
  display: none;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name {
  position: relative;
  padding-right: 30px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name a {
  font-size: 116.67%;
  display: inline-block;
  padding: 5px 0px 3px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-name .qty-number {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  line-height: 26px;
  text-align: center;
  color: #444;
  position: absolute;
  top: 6px;
  right: 0px;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .block-content #minicart-sidebar li.item .detail-item .product-details-bottom .price {
  font-size: 116.67%;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .bottom-action {
  padding: 10px 20px 20px;
  border-bottom: 3px solid;
}
.header-v4 .header-under-2-wrapper .mini-cart-header .bottom-action .price-total {
  font-weight: bold;
  font-size: 133.33%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.header-v4 .header-under-2-wrapper .header-customer-links {
  float: right;
}
.header-v4 .header-under-2-wrapper .header-customer-links ul li > a {
  line-height: 46px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 18px 0 0;
  font-weight: bold;
  cursor: pointer;
}
.header-v4 .header-under-2-wrapper .header-customer-links ul li > a:before {
  content: "\f007";
  font-size: 14px;
  font-family: fontawesome;
  margin-right: 5px;
}
.header-v4 .yt-header-middle {
  padding: 24px 0;
  /* HOT LINE */
  /* END HOT LINE */
}
.header-v4 .yt-header-middle .hot-lilne-wrapper {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat left center;
  padding-left: 48px;
  float: right;
  margin-top: 5px;
}
.header-v4 .yt-header-middle .hot-lilne-wrapper h2 {
  font-weight: bold;
  margin-bottom: 2px;
}
.header-v4 .yt-header-under {
  background-color: transparent;
  padding-top: 5px;
}
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  top: 28px;
}
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .item-icon {
  right: 0px;
}
.header-v4 .yt-header-under .home-wrapper-item .color-block ul li a {
  width: 32px;
  height: 32px;
}
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head,
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  border: none;
  line-height: 28px;
  color: inherit;
  font-weight: normal;
}
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  margin-right: 1px;
}
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_head,
.header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a {
  background-color: #444444;
  color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.header-v4 .ver-megamenu-header {
  position: relative;
}
.header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
  display: none;
  border: none;
  background-color: #444444 !important;
  position: absolute;
  width: 100%;
}
.header-v4 .ver-megamenu-header .button-ver-menu {
  line-height: 46px;
  padding: 0 26px 0 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  background-color: #d23436;
  font-size: 150%;
}
.header-v4 .ver-megamenu-header .button-ver-menu:before {
  content: "\f107";
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 13px;
}
.header-v4 .ver-megamenu-header:hover .sm_megamenu_wrapper_vertical_menu {
  display: block;
  width: 270px;
  left: 0px;
  top: 46px;
  position: absolute;
  background-color: #fff;
}
.header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  color: #fff;
}
.header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a,
.header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  background-color: #666666;
}
.header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
  left: 270px !important;
}
/*---------------------------01 MENU BAR------------------------------*/
.sambar {
  position: relative;
}
.sambar ul li {
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li a.sm_megamenu_head .item-icon {
  display: inline-block;
  height: 21px;
  position: absolute;
  top: -16px;
  width: 50px;
}
.sm_megamenu_wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu {
  list-style: none;
  width: 940px;
  margin: 0px auto 0px auto;
  height: 43px;
  padding: 0px 20px 0px 20px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li {
  display: inline-block;
  position: static;
  padding: 0 0px;
  border: none;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.fullwidth {
  position: static !important;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover a.sm_megamenu_head {
  text-shadow: none;
  position: relative;
  z-index: 11;
}
.women-cat-parent .categories-item .sm_megamenu_col_2 {
  padding-left: 0px !important;
}
/*----------------------- Right aligned menu item ---------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_right {
  float: right;
  right: 0;
  margin-right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover {
  margin-right: 0px;
}
/*-----------------------------02 DROP DOWN MENU------------------------------*/
/*-------------------- Left & right aligned common styles ------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  text-align: left;
  z-index: 999;
}
/*------------------------------- Drop Downs Sizes --------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 16.6666666667%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 33.3333333333%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 50%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 66.6666666667%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 83.3333333333%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100% !important;
  padding: 0px !important;
  direction: ltr;
}
/*---------------------------------- Showing Drop Down on Mouse Hover - Left aligned -----------------------------------------*/
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  top: 44px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
.sm_megamenu_wrapper_menu_full .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/*----------------------------------- Showing Drop Down on Mouse Hover - Right aligned --------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li .sm_megamenu_align_right {
  left: auto;
  right: 0;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li:hover .sm_megamenu_align_right {
  left: auto;
  right: 0px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_right:hover .sm_megamenu_dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/*-------------------------------------- Columns Sizes ---------------------------------------- */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 15px;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
}
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  text-align: left;
}
/* Use the .sm_megamenu_firstcolumn class for the items that stick to the left edge of the dropdown */
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 100% !important;
  padding: 0 !important;
}
.yt-header-under {
  height: 40px;
  background-color: #353434;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child {
  margin-left: 0px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:hover > a.sm_megamenu_head {
  background-color: #666666;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
  position: relative;
  line-height: 40px;
  outline: 0;
  padding: 0px 15px 0px 15px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border-right: 1px solid #555;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child a.sm_megamenu_head {
  border-left: 1px solid #555;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div {
  background-color: #fff;
  padding: 20px 0px 30px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li > div .sm_megamenu_title > a {
  display: block;
  padding: 6px 0px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .sm_megamenu_title > span {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li .border-column {
  border-right: 1px solid #ddd;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu li.sm_megamenu_actived > a {
  background-color: #666;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1 > div {
  display: none;
  top: 40px;
}
.yt-header-under .sm_megamenu_wrapper_horizontal_menu.css_effect .sm_megamenu_lv1:hover > div {
  display: block;
}
.yt-header-under .image-st-botttom {
  padding: 0 30px;
}
.home-item-parent:hover > .sm_megamenu_head,
.cms-index-index .home-item-parent > .sm_megamenu_head {
  background-color: #666;
}
.image-st-botttom a img,
.img-st-h a img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.image-st-botttom a img:hover,
.img-st-h a img:hover {
  opacity: 0.8;
}
/*
TABLE OF CONTENTS
01 MENU BAR
02 DROP DOWN MENU
03 CONTENT STYLING
04 CONTACT FORM
05 COLORS
*/
/* 01 MENU BAR */
.sambar {
  position: relative;
}
.sambar a:focus {
  outline: none;
}
.mega-left-title {
  height: 45px;
  padding-left: 57px;
  position: relative;
}
.mega-left-title strong {
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  line-height: 45px;
  text-transform: uppercase;
}
.mega-left-title strong:before {
  width: 45px;
  height: 45px;
  content: "";
  display: inline-block;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-repeat: no-repeat;
  background-position: center center;
  left: 0px;
  top: 0px;
  position: absolute;
}
.sm_megamenu_wrapper_vertical_menu {
  display: block;
  position: relative;
  z-index: 29;
  border: 1px solid #ddd;
  border-top: none;
  padding: 8px 0px;
  margin-bottom: 30px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu {
  list-style: none;
  padding: 0px;
}
/* 02 DROP DOWN MENU */
/* Left & right aligned common styles */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  margin: 0px auto;
  top: -9999em;
  position: absolute;
  text-align: left;
  z-index: 999;
}
.modAdCity .li{
	float:left;
	width:100%;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
	cursor:pointer
}
.modAdCity .li:hover{
	border:1px solid #000;
}
.modAdCity .li .title{
	font-size:15px;
	border-bottom:1px dashed #FFF;
	float:left;
	width:100%;
	font-weight:bold;
	line-height:25px;
}
.modAdCity .li img{
	width:inherit;
}
.modAdCity .statuSkype{
	float:left;
	width:120px;
	height:60px;
	margin-top: -20px;
	margin-left: -15px;
}
.modAdCity .sYahoo{
	float:left;
	width:110px;
	margin-top:10px;
}
.modAdCity .sPhone{
	float:left;
	height:30px;
	width:100%;
	margin-top:10px;
}
.modAdCity .sPhone .icon{
	float:left;
	margin-bottom:10px;
}
.modAdCity .sCall{
	font-size: 20px;
	float: left;
	margin-left: 5px;
	margin-top: 6px;
    font-weight: bold;
	}
.modAdCity .sPhone span{
	padding:5px;
	font-weight:bold;
	font-size:8px;
	float:left;
	border:1px solid #FFF
}
.modAdCity .sPhone span.viber{
	background-color:#6f3e8f
}
.modAdCity .sPhone span.zalo{
	background-color:#0098D9
}
.modAdCity .sPhone span.phone{
	background-color:#38BD24
}

/* Drop Downs Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1column {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns {
  width: 614px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns {
  width: 814px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_fullwidth {
  width: 750px;
}
/* Showing Drop Down on Mouse Hover - Left aligned */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_6columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_1column,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_2columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_3columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_4columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open.sm_megamenu_dropdown_5columns,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.other-toggle.open .sm_megamenu_dropdown_6columns {
  left: 268px;
  top: 0px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li:hover .sm_megamenu_dropdown_fullwidth,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.open .sm_megamenu_dropdown_fullwidth {
  left: 138px;
  top: -1px;
}
/* Columns Sizes */
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  display: inline;
  float: left;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_1 {
  width: 16.6666666667%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_2 {
  width: 33.3333333333%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_3 {
  width: 50%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_4 {
  width: 66.6666666667%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_5 {
  width: 83.3333333333%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_col_6 {
  width: 100%;
  padding: 0 1%;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn {
  width: 125px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn {
  width: 250px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn {
  width: 614px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn {
  width: 500px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn {
  width: 625px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  width: 814px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_1columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_2columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_3columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_4columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_5columns > .sm_megamenu_firstcolumn,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu .sm_megamenu_dropdown_6columns > .sm_megamenu_firstcolumn {
  /*width: 750px;*/
  padding: 5px 0;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns {
  width: 540px !important;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent > div .border-right-col,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu li.width-3columns-parent .width-3columns .border-right-col {
  padding-left: 25px !important;
  border-right: 1px solid #ddd;
  width: 29%;
}
.recommend-product-item {
  width: 38% !important;
}
.megamenu-product {
  margin-left: 25px;
}
.megamenu-product .bs-item {
  float: left;
}
.megamenu-product .bs-image {
  position: relative;
  display: inline-block;
}
.megamenu-product .bs-image .sale-item {
  top: 7px;
  left: 7px;
}
.megamenu-product .bs-image .new-item {
  top: 7px;
  right: 7px;
}
.megamenu-product .bs-content {
  padding: 10px 0px 0px;
}
.megamenu-product .bs-content .bs-title {
  margin: 5px 0 3px;
}
.megamenu-product .bs-content .bs-title a {
  font-size: 116.67%;
}
.megamenu-product .bs-content .bs-price .price-box {
  height: 30px;
  line-height: 30px;
}
.megamenu-product .bs-content .bs-price .price-box .price {
  font-size: 150%;
  font-weight: bold;
  color: #ea3a3c;
}
.megamenu-product .bs-content .bs-price .price-box .special-price {
  margin-right: 1px;
}
.megamenu-product .bs-content .bs-price .price-box .old-price .price {
  font-size: 100%;
  font-weight: bold;
  color: #999;
  position: relative;
  top: 2px;
}
.megamenu-product .bs-content .bs-review .rating-links {
  display: none;
}
.featured-product-menu .bs-item {
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #ddd;
}
.featured-product-menu .bs-item:last-child {
  border-right: none;
  margin: 0px;
  padding: 0px;
}
.computer-hight-light > div {
  padding: 0px 10px 0px 0px!important;
}
.computer-hight-light > div .computer-hight-light {
  padding: 0px !important;
}
.computer-hight-light .brand-electronic {
  max-width: 102px;
  padding: 25px 0px 10px 25px!important;
  margin-right: 7px;
  background-color: #eeeeee;
}
.computer-hight-light .featured-product-menu {
  width: 79% !important;
  padding: 25px 0px 0px 0px!important;
}
.computer-hight-light .featured-product-menu .sm_megamenu_title {
  padding-left: 23px;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > a {
  display: block;
  padding: 9px 10px 9px 20px;
  text-transform: uppercase;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a {
  background-color: #eeeeee;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li > div {
  background-color: #fff;
  padding: 20px 0px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li .sm_megamenu_title > span {
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
  font-weight: bold;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li div.sm_megamenu_title a {
  text-decoration: none;
  text-shadow: none;
  border: none;
  padding: 5px 0px;
  display: block;
  text-transform: uppercase;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f105";
  float: right;
}
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.sm_megamenu_actived > a {
  background-color: #eeeeee;
}
.sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
  display: none;
  left: 268px;
}
.sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
  display: block;
}
.image-category-menu {
  margin-bottom: 10px;
}
.sm-serachbox-pro .form-search {
  border: 1px solid #ddd;
  display: inline-block;
  position: relative;
}
.sm-serachbox-pro .form-search .cat-wrapper {
  width: 116px;
  float: left;
  position: relative;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat right center;
}
.sm-serachbox-pro .form-search .cat-wrapper span {
  display: inline-block;
  line-height: 30px;
  overflow: hidden;
  padding-left: 10px;
  white-space: nowrap;
  width: 87px !important;
  position: relative;
  top: 2px;
}
.sm-serachbox-pro .form-search .cat-wrapper select {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 35px;
  opacity: 0;
}
.sm-serachbox-pro .form-search .input-search {
  position: relative;
  margin-left: 116px;
}
.sm-serachbox-pro .form-search .input-search #search {
  border: none;
  background: none;
  height: 24px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 5px;
  width: 235px;
  padding-right: 35px;
}
.sm-serachbox-pro .form-search .input-search #search:focus {
  border: none;
  background: none;
}
.sm-serachbox-pro .form-search .button-search-pro {
  font-size: 16px;
  position: absolute;
  right: 9px;
  top: 9px;
}
.sm-serachbox-pro .form-search .button-search-pro:hover {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-popular-title {
  float: left;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword {
  float: left;
}
.sm-serachbox-pro .sm-searchbox-popular .sm-searchbox-keyword .sm-searchbox-keyword-list li {
  display: inline-block;
}
.sm-serachbox-pro .sm-searchbox-advanced {
  clear: both;
}
.price_filter {
  height: 24px;
  margin: 10px 0 5px;
  overflow: hidden;
  background-repeat: repeat-x;
  background-position: left center;
  position: relative;
}
.price_filter:before,
.price_filter:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0px;
  z-index: 1;
}
.price_filter:before {
  left: 0px;
}
.price_filter:after {
  right: 0px;
}
#narrow-by-list .check-shopby {
  display: none;
}
.block-layered-nav .filter-wrapp {
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
}
.block-layered-nav .filter-wrapp:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .ac-shopby {
  padding: 10px 0px 5px;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby > ul {
  display: none;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .price-input {
  display: inline-block;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper {
  display: inline-block;
  float: right;
}
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper .btn-shopby {
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.block-layered-nav .filter-wrapp:first-child {
  padding-top: 0px;
}
.block-layered-nav .filter-wrapp .txt-price-shopby {
  border: 1px solid #ddd;
  width: 65px;
  padding: 0;
  text-align: left;
  padding: 0 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.block-layered-nav .filter-wrapp #price-filter-min-text {
  margin-right: 6px;
}
.block-layered-nav .filter-wrapp dt {
  font-size: 116.67%;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 5px;
  color: #444;
}
.layer-noshopby #narrow-by-list > div:first-child {
  padding-top: 5px;
}
.block-layered-nav #narrow-by-list ol li {
  padding: 5px 0px;
  position: relative;
  height: 27px;
  clear: none !important;
}
.block-layered-nav #narrow-by-list ol li:before {
  width: 11px;
  height: 11px;
  content: "";
  position: absolute;
  top: 8px;
  left: 0px;
  z-index: 10;
  display: inline-block;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.block-layered-nav #narrow-by-list ol li a.checked:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 2px;
  z-index: 99;
}
.block-layered-nav #narrow-by-list ol li:hover a:before {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 7px;
  left: 2px;
  z-index: 55;
}
.block-layered-nav #narrow-by-list ol li.active:before {
  background-color: #999999;
}
.block-layered-nav #narrow-by-list ol li.active:before {
  background-position: left bottom;
  z-index: 33;
}
.block-layered-nav #narrow-by-list ol li a {
  padding: 2px 0 2px 20px;
  position: relative;
}
.block-layered-nav #narrow-by-list ol li a:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 44;
}
.price_filter {
  background: url(https://noithatminhthi.com/static/hinh.png) repeat-x left center;
}
.price_filter .price-from,
.price_filter .price-to {
  height: 18px;
  width: 18px;
  border: 2px solid #999999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  cursor: e-resize;
  display: block;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}
.price_filter .price-to {
  cursor: w-resize;
  margin-top: -18px;
}
#price-filter-max-display {
  float: right;
}
.price_filter .price-from:before,
.price_filter .price-to:before {
  content: "";
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 5px;
  width: 1000px;
  background: #ababab;
}
.price_filter .price-from:before {
  left: -1000px;
}
.price_filter .price-to:before {
  right: -1000px;
}
.sp-right {
  float: right;
}
#loading {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
#loading img {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  z-index: 99999;
  padding: 5px;
  background-color: black;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.block-layered-nav .currently {
  padding: 20px 0px 0px 0px;
}
.block-layered-nav .currently .block-subtitle {
  text-transform: uppercase;
  font-size: 116.67%;
  margin-bottom: 5px;
}
.block-layered-nav .currently ol {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}
.block-layered-nav .currently ol li {
  padding: 4px 0px;
}
.block-layered-nav .currently ol li .btn-remove:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 12px;
  padding: 5px;
}
.block-layered-nav .currently ol li .btn-remove:before:hover {
  color: red;
}
.clear-fillter {
  position: relative;
  background-color: #999999;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
/*style shopby color*/
.block-layered-nav #narrow-by-list ol li {
  position: relative;
}
.block-layered-nav #narrow-by-list ol li:after {
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  display: inline-block;
  content: "";
  z-index: 44;
}
.block-layered-nav #narrow-by-list ol li.Black:after {
  background: #000000;
}
.block-layered-nav #narrow-by-list ol li.Blue:after {
  background: #0000FF;
}
.block-layered-nav #narrow-by-list ol li.Brown:after {
  background: #A52A2A;
}
.block-layered-nav #narrow-by-list ol li.Charcoal:after {
  background: #222222;
}
.block-layered-nav #narrow-by-list ol li.Cyan:after {
  background: #45c0d6;
}
.block-layered-nav #narrow-by-list ol li.Green:after {
  background: #008000;
}
.block-layered-nav #narrow-by-list ol li.Gray:after {
  background: #808080;
}
.block-layered-nav #narrow-by-list ol li.Indigo:after {
  background: #460082;
}
.block-layered-nav #narrow-by-list ol li.Ivory:after {
  background: #FFFFF0;
}
.block-layered-nav #narrow-by-list ol li.Khaki:after {
  background: #F0E68C;
}
.block-layered-nav #narrow-by-list ol li.Orange:after {
  background: #FFA500;
}
.block-layered-nav #narrow-by-list ol li.Pink:after {
  background: #FFC0CB;
}
.block-layered-nav #narrow-by-list ol li.Red:after {
  background: #ff0000;
}
.block-layered-nav #narrow-by-list ol li.Royal_Blue:after {
  background: #4169E1;
}
.block-layered-nav #narrow-by-list ol li.Silver:after {
  background: #C0C0C0;
}
.block-layered-nav #narrow-by-list ol li.Taupe:after {
  background: #8b8589;
}
.block-layered-nav #narrow-by-list ol li.White:after {
  background: #ffffff;
}
.block-layered-nav #narrow-by-list ol li.Yellow:after {
  background: #ece12d;
}
.block-layered-nav #narrow-by-list ol li.Magenta:after {
  background: #FF00FF;
}
.block-layered-nav .filter-wrapp.Material ol li a:after {
  background-color: transparent !important;
}
/* STYLE SCROLL */
.nicescroll-rails {
  width: 14px !important;
  border-radius: 7px;
}
#narrow-by-list ol li a.checked:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  left: 0px;
}
.block-layered-nav .filter-wrapp.Price dd {
  max-height: inherit !important;
  overflow: visible !important;
}
.item-time {
  padding-top: 10px;
}
.item-time .item-timer .time-item {
  width: 38px;
  height: 40px;
  text-align: center;
  background-color: #999999;
  display: inline-block;
  color: #fff;
  padding: 5px 0px 2px;
  line-height: 15px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.item-time .item-timer .time-item .num-time {
  font-size: 116.67%;
  font-weight: bold;
}
.item-time .item-timer .time-item .name-time {
  font-size: 83.33%;
}
.w-deal-res {
  position: relative;
}
.w-deal-res .customNavigation .button-default {
  position: absolute;
  top: 40%;
  z-index: 9;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.w-deal-res .customNavigation .prev-deal {
  left: -18px;
}
.w-deal-res .customNavigation .next-deal {
  right: -18px;
}
.w-deal-res:hover .customNavigation .button-default {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.slider-deal .respl-item {
  margin-bottom: 0px;
}
.deal-wrapper {
  margin-bottom: 35px;
  position: relative;
  top: 1px;
  clear: both;
}
.deal-wrapper .block-title-default {
  margin-bottom: 20px;
}
.blog-wrapper > div:last-child {
  border-bottom: none;
}
.postWrapper {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.lastes-blog .postWrapper {
  border: none;
  margin-bottom: 7px;
  padding-bottom: 0px;
}
.lastes-blog .postWrapper .postTitle h2 {
  font-size: 100%;
}
.blog-post-view .postWrapper {
  margin-bottom: 20px;
  border: none;
}
.blog-post-view .postWrapper .postBookmarks {
  margin: 10px 0;
}
.blog-post-view .postWrapper .tags {
  margin: 0 0 10px;
}
.postWrapper .date-blog {
  padding: 5px 0px 5px;
}
.blog-info .postContent > * {
  display: inline;
}
.blog-info .aw-blog-read-more {
  margin-left: 10px;
}
.postWrapper .postTitle h2 {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  font-size: 133.33%;
}
.blog-post-view .postContent img {
  margin: 10px 0;
  max-width: 100%;
  width: auto;
}
#postComment .form-list .input-box {
  width: 50%;
  float: left;
}
#postComment .form-list .input-box .input-text {
  width: 100% !important;
}
.postTitle h3 {
  font-size: 10px;
  margin: 0px;
  padding: 7px 0 10px;
  padding-left: 0px;
}
#postComment .form-list li > div:first-child .input-text {
  border-right: none;
}
.postWrapper .videoView{text-align:center; margin-bottom:20px}
.img-blog-list {
  float: left;
  position: relative;
  width: 270px;
}
.img-blog-list img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: auto;
  max-width: 100%;
}
.img-blog-list img:hover {
  opacity: 0.7;
}
.info-wrapper-blog {
  margin-left: 290px;
}
.info-wrapper-blog .postBookmarks {
  margin: 10px 0px;
}
.info-wrapper-blog .tags {
  margin-bottom: 10px;
}
.ovl-link {
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: 99;
  width: 100%;
  height: 100%;
}
.postBookmarks h4 {
  font-family: dosis semibold;
  font-size: 100%;
  display: inline;
  position: relative;
  margin-right: 5px;
}
.bm > img {
  position: relative;
  top: -2px;
}
.commentWrapper {
  padding-bottom: 15px;
}
.commentContent {
  padding-bottom: 0px;
}
.commentDetails {
  margin-bottom: 5px;
  padding: 0px;
}
.commentDetails h4.username {
  display: inline;
  font-size: 120%;
  font-weight: bold;
}
.t-comment {
  font-family: dosis semibold;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #333;
}
.postError {
  font-size: 16px;
}
.tags {
  font-weight: bold;
}
.tags UL {
  display: inline;
}
.tags UL LI {
  font-weight: normal;
  display: inline;
  padding-right: 6px;
}
.tags h4 {
  font-family: dosis semibold;
  font-size: 100%;
  display: inline;
  margin-right: 5px;
}
.menu-tags h5,
.menu-categories h5,
.menu-recent h5 {
  font-size: 11px;
}
.block-blog .menu-tags UL LI {
  display: inline;
  margin-right: 10px;
}
.tagcloud {
  /* text-align:center; */
}
.tag-count-1 {
  font-size: 1em !important;
}
.tag-count-2 {
  font-size: 1.2em !important;
}
.tag-count-3 {
  font-size: 1.4em !important;
}
.tag-count-4 {
  font-size: 1.6em !important;
}
.tag-count-5 {
  font-size: 1.8em !important;
}
.tag-count-6 {
  font-size: 2em !important;
}
.tag-count-7 {
  font-size: 2em !important;
}
.tag-count-8 {
  font-size: 2em !important;
}
.tag-count-9 {
  font-size: 2em !important;
}
.tag-count-10 {
  font-size: 2em !important;
}
.block-blog .head h4 {
  padding-left: 20px;
}
.postWrapper .poster {
  display: inline;
}
.input-box.aw-blog-comment-area {
  width: 100% !important;
  margin-top: 10px;
  margin-bottom: 15px;
}
.widget-latest li {
  font-size: 12px;
  padding: 5px 10px;
}
.block-blog .menu-categories {
  margin-top: 20px;
  margin-bottom: 25px;
}
.blog-wrapper .postWrapper {
  display: inline-block;
  width: 100%;
}
.recent-posts ul li a,
.categories-blog ul li a {
  padding: 8px 3px 10px;
  display: block;
  border-bottom: 1px dotted #ddd;
}
.recent-posts ul li:last-child a,
.categories-blog ul li:last-child a {
  border: none;
  padding-bottom: 0px;
}
.page-title-blog {
  margin: 10px 0px 15px;
}
.page-title-blog h1 {
  font-size: 166.67%;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
}
.toolbar-blog .toolbar {
  margin-bottom: 0px;
}
.toolbar-post .toolbar {
  margin-bottom: 18px;
}
.blog-bottom {
  margin-bottom: 30px;
}
.blog-bottom .latest-blog-bottom .item-blog {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.blog-bottom .latest-blog-bottom .item-blog:last-child {
  margin-bottom: 0px;
}
.blog-bottom .latest-blog-bottom .item-blog .postTitle {
  margin-bottom: 10px;
}
.blog-bottom .latest-blog-bottom .item-blog .postTitle h2 a {
  font-weight: bold;
}
.blog-bottom .latest-blog-bottom .date-blog-left {
  width: 70px;
  height: 70px;
  float: left;
  background-color: #eeeeee;
  font-size: 116.67%;
  text-align: center;
}
.blog-bottom .latest-blog-bottom .date-blog-left .d-blog {
  margin-top: 12px;
}
.blog-bottom .latest-blog-bottom .date-blog-left .m-blog {
  font-weight: bold;
}
.blog-bottom .latest-blog-bottom .blog-info {
  margin-left: 85px;
}
/*= LEFT PRODUCT GRID COLUMN LEFT =*/
.block-left-products .block-content {
  padding: 12px 0px!important;
}
.block-left-products .owl-controls .owl-pagination {
  padding-top: 15px;
}
.block-left-products .bs-item {
  padding: 0 0 11px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 11px;
  display: inline-block;
  width: 100%;
}
.block-left-products .bs-item .bs-item-inner .bs-image {
  width: 80px;
  float: left;
}
.block-left-products .bs-item .bs-item-inner .bs-image a img {
  width: 100%;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.block-left-products .bs-item .bs-item-inner .bs-image a img:hover {
  opacity: 0.8;
}
.block-left-products .bs-item .bs-item-inner .bs-content {
  margin-left: 90px;
}
.block-left-products .bs-item .bs-item-inner .bs-content .bs-title a {
  font-size: 116.67%;
  display: inline-block;
  padding: 5px 0 1px;
}
.block-left-products .bs-item .bs-item-inner .bs-content .price-box {
  height: 30px;
  line-height: 30px;
}
.block-left-products .bs-item .bs-item-inner .bs-content .price-box .price {
  color: #ea3a3c;
  font-size: 133.33%;
  font-weight: bold;
}
.block-left-products .bs-item .bs-item-inner .bs-content .price-box .old-price .price {
  font-size: 100%;
  color: #999;
  position: relative;
  top: 1px;
  font-weight: normal;
}
.block-left-products .bs-item .bs-item-inner .bs-content .r-price-box {
  line-height: 20px;
  height: auto;
}
.block-left-products .bs-item .bs-item-inner .bs-content .r-price-box .price {
  font-size: 100%;
  font-weight: normal;
}
.block-left-products .bs-item .bs-item-inner .bs-content .bs-review .rating-links,
.block-left-products .bs-item .bs-item-inner .bs-content .bs-review .amount {
  display: none;
}
.block-left-products .bs-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
.basic-product-bottom .basic-product-content .bs-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.basic-product-bottom .basic-product-content .bs-item .bs-image {
  width: 70px;
  float: left;
  border: 1px solid #ddd;
}
.basic-product-bottom .basic-product-content .bs-item .bs-image img {
  width: 100%;
}
.basic-product-bottom .basic-product-content .bs-item .bs-image img:hover {
  opacity: 0.8;
}
.basic-product-bottom .basic-product-content .bs-item .bs-content {
  margin-left: 85px;
}
.basic-product-bottom .basic-product-content .bs-item .bs-content .bs-title {
  font-size: 116.67%;
}
.basic-product-bottom .basic-product-content .bs-item .bs-content .regular-price .price,
.basic-product-bottom .basic-product-content .bs-item .bs-content .special-price .price {
  color: #ea3a3c;
  font-size: 133.33%;
  font-weight: bold;
}
.basic-product-bottom .basic-product-content .bs-item .bs-content .old-price .price {
  font-size: 100%;
  color: #999;
  position: relative;
  top: 4px;
}
.super-category-block {
  border-top: 1px solid #ddd;
  margin-bottom: 35px;
}
.super-category-block .supercat-des img {
  width: auto;
  max-width: 100%;
}
.super-category-block .supercat-des a.img-class {
  position: relative;
  display: block;
}
.super-category-block .supercat-des a.img-class:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.super-category-block .supercat-des a.img-class:hover:before {
  opacity: 1;
}
.super-category-block .block-title-default h2 a {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.super-category-block .block-title-default h2 a:hover {
  text-shadow: 0 0 10px #ffff00;
  -webkit-text-shadow: 0 0 10px #ffff00;
  -moz-text-shadow: 0 0 10px #ffff00;
}
.category-wrap-cat {
  display: inline-block;
  float: right;
  height: 33px;
  border-right: 1px solid #ddd;
  position: relative;
  top: 4px;
  padding-top: 7px;
}
.category-wrap-cat .cat-list li {
  display: inline-block;
  float: left;
  margin-left: -1px;
}
.category-wrap-cat .cat-list li a {
  line-height: 22px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  display: inline-block;
  padding: 0px 15px;
}
.category-wrap-cat .cat-list li:last-child a {
  border-right: none;
}
.super-cat-wrapper {
  position: relative;
  margin-top: 30px;
  clear: both;
}
.super-cat-wrapper .border-cat {
  box-shadow: 0 0 1px #868585 inset;
}
.super-cat-wrapper .respl-item {
  margin-bottom: 0px;
}
.super-cat-wrapper .respl-item .item-inner {
  border: 1px solid transparent;
}
.super-cat-wrapper .custom-nav-default .button-default {
  position: absolute;
  top: 35%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.super-cat-wrapper .custom-nav-default .next-cat {
  right: -18px;
}
.super-cat-wrapper .custom-nav-default .prev-cat {
  left: -18px;
}
.super-cat-wrapper:hover .custom-nav-default .button-default {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.super-cat-wrapper-h5 {
  margin-left: -60px;
  margin-top: 0px;
}
.border-cat-inner {
  box-shadow: 0 0 1px #868585 inset;
  margin-top: 30px;
}
.border-cat-inner .border-cat {
  box-shadow: none;
}
.sub-super-category .sub-wrapper-cat {
  width: 241px;
  border-right: 1px solid #ddd;
}
.sub-super-category .sub-wrapper-cat img {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.sub-super-category .sub-wrapper-cat img:hover {
  opacity: 0.8;
}
.sub-super-category .sub-wrapper-cat .cat-list {
  padding: 8px 18px;
  min-height: 133px;
}
.sub-super-category .sub-wrapper-cat .cat-list li.item {
  padding: 2px 0px;
}
.sub-super-category .sub-wrapper-cat .cat-list li.item a:before {
  content: "\f0da";
  margin-right: 3px;
  font-family: fontawesome;
}
select,
.input-text,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 30px;
  border: 1px solid #ddd;
  color: #666;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
label {
  font-weight: normal;
}
input[type="text"],
.input-text,
#qty,
.quantity-controls,
textarea {
  -webkit-box-shadow: none !important;
  -webkit-border-radius: 0px !important;
  -webkit-appearance: none;
}
dt,
dd {
  font-weight: normal;
}
.qty:focus,
#coupon_code:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #fafafa;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit !important;
}
select {
  padding: 0px 6px 0px 10px;
}
input[type="checkbox"],
input[type="radio"] {
  border: none;
}
textarea:focus,
select:focus,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="radio"]:focus,
.uneditable-input:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  border: none;
}
input[type="radio"],
input[type="checkbox"] {
  float: left;
  margin: 0px 7px 0 0;
}
textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 10px;
  color: #666;
  min-height: 150px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
body {
  line-height: 1.6;
  outline: none;
  overflow-y: scroll !important;
  overflow-x: hidden;
}
.page-popup {
  overflow-x: visible;
}
#modal-login {
  overflow-y: auto !important;
}
body *:focus {
  outline: none;
}
a,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.title-buttons .link-print {
  margin: 0px 20px;
  position: relative;
  top: -3px;
}
.clearfix {
  clear: both;
}
.advanced-search .multiselect {
  width: 230px;
}
.yt-content-inner {
  margin-top: 15px;
  margin-bottom: 40px;
}
.layout-boxed #yt_wrapper {
  /* background: #fafafa; */
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  display: block;
  max-width: 1200px;
  background: #fff;
}
#yt_wrapper {
  /* overflow-x: hidden; */
  display: inline-block;
  width: 100%;
}
.add-to-cart .btn-cart {
  transition: 0s;
  -moz-transition: 0s;
  -webkit-transition: 0s;
}
#yt_header,
#yt_content,
#yt_footer {
  float: left;
  width: 100%;
}
#yt_footer {
  clear: both;
  float: none;
}
.yt-header-under.menu-on-top {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#yt_wrapper .yt-main-home .yt-content-inner {
  padding-top: 50px;
}
/***messages***/
.messages {
  margin: 0 0 20px;
  width: 100%;
  clear: both;
}
.error-msg {
  background: none repeat scroll 0 0 #f64848;
  border-radius: 3px;
  color: #fff;
  padding: 5px 10px;
}
.label {
  font-size: 100%;
  padding: 0;
  color: inherit;
  font-weight: normal;
}
.demo-notice .notice-inner p {
  display: none;
}
.frmNhanHoa .NH-loading{
	background:url(../img/loading.gif) no-repeat;
	height:32px;
	width:32px;
	display:none;
	position:absolute;
}
.frmNhanHoa .NH-success{
	background:url(../images/msg_success.png) no-repeat;
	height:26px;
	width:26px;
	display:none;
	position:absolute;
	margin-left:5px;
	margin-top:5px;
}
/***button***/
.button {
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  white-space: nowrap;
  font-size: 100%;
  text-transform: uppercase;
  background-color: #666666;
  border: none;
  color: #fff;
}
.header-content-right .form-search .input-text {
  border: none;
  padding-right: 90px;
  margin-top: 3px;
  width: 100%;
}
.header-v1,
.header-v2 {
  display: inline-block;
  width: 100%;
}
.header-content-right .form-search .input-text:focus {
  background-color: transparent;
}
.cloud-zoom-big {
  background: #fff;
}
.rating-links {
  float: left;
  position: relative;
}
.rating-links a {
  color: #909090;
  font-size: 91.67%;
}
label .required {
  color: red;
}
/*----------------------------------------------------------------------
|                               COMPARE BLOCK                          |
-----------------------------------------------------------------------*/
.block-compare .block-content ol#compare-items li {
  margin-bottom: 10px;
}
.block-compare .block-content ol#compare-items li .product-name {
  display: inline-block;
  margin-right: 5px;
}
.block-compare .block-content ol#compare-items li a.btn-remove {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
}
.block-compare .block-content ol#compare-items li a.btn-remove:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.block-compare .block-content .actions {
  padding-top: 10px;
  border-top: 1px solid #e5e5e5;
}
.block-compare .block-content .actions a {
  position: relative;
  top: 10px;
}
.block-compare .block-content .actions .button {
  float: right;
}
.page-popup.catalog-product-compare-index {
  padding: 10px;
}
.fancybox-item.fancybox-close {
  width: 30px;
  height: 30px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat center center;
  top: -15px;
  right: -15px;
}
/*----------------------------------------------------------------------
|                             END COMPARE BLOCK                        |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                           STYLE DINAMICSLIDESHOW                     |
-----------------------------------------------------------------------*/
.yt-slideshow {
  display: inline-block;
  margin-bottom: 32px;
}
.yt-slideshow .owl-buttons .owl-next,
.yt-slideshow .owl-buttons .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
}
.yt-slideshow .owl-buttons .owl-next {
  right: 5px;
}
.yt-slideshow .owl-buttons .owl-prev {
  left: 5px;
}
.yt-slideshow .owl-controls {
  margin: 0;
}
.yt-slideshow .owl-controls .owl-pagination {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.yt-slideshow .owl-controls .owl-pagination .owl-page {
  width: 10px;
  height: 10px;
  border: 1px solid transparent;
}
.yt-slideshow .owl-controls .owl-pagination .owl-page:hover {
  border: 1px solid #fff;
}
.yt-slideshow .owl-controls .owl-pagination .owl-page.active {
  border: 1px solid #fff;
}
/*----------------------------------------------------------------------
|                        END STYLE DINAMICSLIDESHOW                    |
-----------------------------------------------------------------------*/
/*= STYLE OWL MUTIL ITEM =*/
.overflow-owl-slider {
  overflow: hidden;
}
.rw-margin {
  margin-left: -15px;
  margin-right: -15px;
}
.rw-margin .owl-item {
  padding: 0 15px;
}
/*= BUTTON NEXT PREV DEFAULT =*/
.custom-nav-default {
  text-align: center;
}
.custom-nav-default .button-default {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 22px;
  color: #ddd;
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  background-color: #fff;
  z-index: 9;
  margin: 10px 0px;
}
.custom-nav-default .button-default:hover {
  color: #fff;
}
/*----------------------------------------------------------------------
|                                 HOME PAGE                            |
-----------------------------------------------------------------------*/
.block-title-default {
  border-bottom: 3px solid;
  margin-top: -5px;
  position: relative;
}
.video-review .block-title-default {
	margin-top:0;
	margin-bottom:30px;
}
.video-review .respl-item .item-inner{
	padding: 0;
}
.video-review .respl-item .item-inner .item-info{
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}
.video-review .item-image .play{
	background:url(../img/play.png) no-repeat center;
	width:32px;
	height:32px;
	position:absolute;
	top:80px;
	left:120px;
	}
.video-review .block-content{
	margin-left:-15px;
	margin-right:-15px;
}
.block-title-default h2 {
  display: inline;
}
.block-title-default h2 span {
  display: inline-block;
  font-size: 133.33%;
  font-weight: bold;
  color: #fff;
  padding: 0 18px;
  text-transform: uppercase;
  line-height: 37px;
  position: relative;
}
.block-title-default h2 span:before {
  border-right: 20px solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
}
.list-services li a {
  border: 3px solid #ddd;
  display: block;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.list-services li a img {
  width: auto;
  max-width: 100%;
}
.static-home-2 {
  margin-bottom: 33px;
  display: inline-block;
  width: 100%;
}
.static-home-2 > ul > li {
  float: left;
}
.static-home-2 > ul > li a {
  display: block;
  clear: both;
  position: relative;
}
.static-home-2 > ul > li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  z-index: 20;
}
.static-home-2 > ul > li a img {
  width: 100%;
}
.static-home-2 > ul > li a img:hover {
  position: relative;
  z-index: 9;
}
.static-home-2 > ul > li a:hover:before {
  opacity: 1;
}
/*----------------------------------------------------------------------
|                               END HOME PAGE                          |
-----------------------------------------------------------------------*/
/*------------------------------ Data Table ----------------------*/
.data-table {
  width: 100%;
}
.data-table th.wrap {
  white-space: normal;
}
.data-table th {
  padding: 10px;
  border: 1px solid #e9e9e9;
  text-align: center;
}
.data-table tbody tr {
  border: 1px solid #e9e9e9;
}
.data-table tr td {
  padding: 10px;
  border: 1px solid #e9e9e9;
  vertical-align: middle;
}
.data-table td h3 {
  margin: 0;
  line-height: 100%;
}
body table.data-table {
  border-collapse: collapse;
}
.data-table thead {
  border: 1px solid #e9e9e9;
}
.data-table tfoot {
  border-top: none;
  border-top: 1px solid #e9e9e9;
}
.data-table .first.odd,
.box-account .data-table .odd {
  background: none;
}
.a-center input.checkbox {
  float: none;
}
label.required em {
  font-weight: normal;
  padding: 0 5px 0 0;
  vertical-align: middle;
  color: #ff0000;
}
/*------------------------- css for header --------------------------*/
.my-account .tags-list li {
  display: inline-block;
  margin-right: 5px;
}
.my-account .tags-list li > a:after {
  content: ",";
}
#yt_header .yt-header-under {
  float: left;
  width: 100%;
  position: relative;
  z-index: 30;
}
#yt_header .yt-header-under .yt-header-under-wrap {
  position: relative;
}
.main-content {
  padding-top: 35px;
}
/*----------------------------------------------------------------------
       FROM THE BLOG   |        FAQs       |    WHAT CLIENT SAYS       |
-----------------------------------------------------------------------*/
.block .customNavigation {
  position: absolute;
  top: 6px;
  right: 5px;
}
.block .customNavigation .btn-bs {
  width: 17px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  font-size: 28px;
  cursor: pointer;
  color: #999999;
}
.latest-blog .item-blog .img-blog {
  position: relative;
}
.latest-blog .item-blog .img-blog img {
  width: auto;
  max-width: 100%;
}
.latest-blog .item-blog .img-blog .img-link:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.latest-blog .item-blog .img-blog:hover .img-link:before {
  opacity: 1;
}
.latest-blog .blog-info {
  padding: 18px 18px 0px 18px;
}
.latest-blog .blog-info .postTitle {
  padding-bottom: 10px;
}
.latest-blog .blog-info .postTitle h2 a {
  font-size: 116.67%;
}
.client-say .item-client-say .client-comment {
  font-style: italic;
}
.client-say .item-client-say .client-say-info {
  padding-top: 20px;
}
.client-say .item-client-say .client-say-info .image-client {
  width: 65px;
  float: left;
}
.client-say .item-client-say .client-say-info .name-client {
  margin-left: 78px;
  padding-top: 10px;
}
.client-say .item-client-say .client-say-info .name-client h2 a {
  font-size: 116.67%;
  font-weight: bold;
  color: #ea3a3c;
  display: inline-block;
  padding: 5px 0px;
}
.client-say .owl-controls .owl-pagination {
  background-color: #eeeeee;
  margin: 0px -18px 0;
  padding: 5px 0px;
  position: relative;
  bottom: -20px;
}
.client-say .owl-controls .owl-pagination .owl-page {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #eeeeee;
  background-color: #bbbbbb;
  margin: 0 2px;
}
.client-say .owl-controls .owl-pagination .owl-page:hover {
  background-color: #999999;
  border: 1px solid #fff;
}
.client-say .owl-controls .owl-pagination .owl-page.active {
  background-color: #999999;
  border: 1px solid #fff;
}
.faqs-block .faq-wrapper {
  background-color: #eeeeee;
  margin: -20px -18px;
}
.faqs-block .faq-wrapper .accordion.accordion-close {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.faqs-block .faq-wrapper .accordion {
  font-size: 100%;
  font-weight: bold;
  position: relative;
  line-height: 38px;
  padding-left: 47px;
  cursor: pointer;
}
.faqs-block .faq-wrapper .accordion span:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 22px;
  top: 11px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left #999999;
}
.faqs-block .faq-wrapper .accordion-open span:before {
  background-position: left bottom;
}
.faqs-block .faq-wrapper .container-accordion {
  padding: 0 10px 10px 47px;
  border-bottom: 1px solid #ddd;
}
.faqs-block .faq-wrapper .faq-item:last-child .accordion,
.faqs-block .faq-wrapper .faq-item:last-child .container-accordion {
  border-bottom: none;
}
.block-brand .block-title .view-all-brand {
  display: inline-block;
  float: right;
  margin: 11px 11px 0px 0px;
}
.block-brand .block-title .view-all-brand:after {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 12px;
  margin-left: 5px;
}
.block-brand .brand-wrapper {
  margin: -20px -19px -21px -18px;
  line-height: 0px;
}
.block-brand .brand-wrapper ul {
  display: inline-block;
  width: 100%;
}
.block-brand .brand-wrapper ul li {
  float: left;
  width: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.block-brand .brand-wrapper ul li:hover {
  position: relative;
  z-index: 9;
}
.block-brand .brand-wrapper ul li a img {
  width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.block-brand .brand-wrapper ul li a img:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/*----------------------------------------------------------------------
|                              CSS FOR FOOTER                          |
-----------------------------------------------------------------------*/
.yt-footer-wrap .footer-top {
  background-color: #353434;
  color: #fff;
  padding: 12px 0px 0px;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
  display: inline-block;
  padding: 1px 0 0px 60px;
  background: url(../img/icon-newletter-footer.png) no-repeat left center;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .title-block h2 {
  font-size: 150%;
  font-weight: bold;
  margin: 2px 0 6px;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content {
  float: right;
  padding-top: 5px;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box,
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .actions {
  display: inline-block;
  vertical-align: top;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box {
  margin-right: -3px;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
  width: 270px;
  height: 36px;
  background-color: #eeeeee;
  border: none;
}
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content .actions button {
  height: 36px;
  line-height: 36px;
}
.yt-footer-wrap .footer-top .socials-wrap {
  text-align: center;
  background-color: #3a3a3a;
}
.yt-footer-wrap .footer-top .socials-wrap ul li {
  display: inline-block;
}
.yt-footer-wrap .footer-top .socials-wrap ul li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.yt-footer-wrap .footer-top .socials-wrap ul li a span {
  display: none;
}
.yt-footer-wrap .footer-bottom {
  background-color: #000000;
  padding: 8px 0;
}
.yt-footer-wrap .footer-middle {
  background-color: #aba8a8;
  padding: 20px 0 21px;
}
.yt-footer-wrap .footer-middle .col-footer {
  padding: 5px 0px 2px;
}
.yt-footer-wrap .footer-middle .footer-title {
  margin-bottom: 20px;
  font-size: 150%;
  font-weight: bold;
  color: #444;
}
.yt-footer-wrap .footer-middle .footer-title h2 {
  
}
.yt-footer-wrap .footer-middle .content-block-footer .icon-double-angle-right {
  margin-right: 5px;
}
.yt-footer-wrap .footer-middle .content-block-footer .footer-logo {
  margin-bottom: 10px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li {
  padding-bottom: 9px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li:last-child {
  padding-bottom: 0px;
}
.yt-footer-wrap .footer-middle .content-block-footer ul li .sp-ic {
  width: 20px;
  display: inline-block;
  text-align: center;
}
.yt-footer-wrap .footer-middle .content-block-footer .payment-method {
  padding-top: 25px;
}
.yt-footer-wrap .footer-middle .content-block-footer .payment-method li {
  display: inline-block;
  margin-right: 7px;
}
.yt-footer-wrap .footer-middle .content-block-footer .payment-method li:last-child {
  margin-right: 0px;
}
.yt-footer-wrap .footer-middle .contact-block .content-block-footer ul li {
  padding-bottom: 5px;
  color: #444;
}
/*----------------------------------------------------------------------
|                            END CSS FOR FOOTER                        |
-----------------------------------------------------------------------*/
/*------------------------back to top---------------------------------*/
#yt-totop {
  background: url("../img/up-arrow.png") no-repeat scroll center center #333333;
  bottom: 30px;
  height: 45px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
/*-------------------------css for home page---------------------------*/
#yt_content .yt-slideshow {
  width: 100%;
  position: relative;
}
#yt_content .yt-slideshow .owl-controls {
  margin-top: 0px !important;
}
.owl-controls .owl-pagination {
  text-align: center;
}
.owl-controls .owl-pagination .owl-page {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 3px;
  background-color: #b4b4b4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#confirmbox .btn-cart {
  background-image: url(../img/btn-cart-bs.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.resp-tabs-container .owl-item {
  padding-left: 30px;
}
.owl-buttons .owl-next,
.owl-buttons .owl-prev {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #575757;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-buttons .owl-next {
  background-image: url(../img/btn-next-owl.png);
}
.owl-buttons .owl-prev {
  background-image: url(../img/btn-prev-owl.png);
}
.resp-tab-content .btn-nav {
  position: absolute;
  top: 48%;
  z-index: 99;
}
.resp-tab-content .btn-nav.btn-prev {
  left: 0px;
}
.resp-tab-content .btn-nav.btn-next {
  right: 0px;
}
.resp-vtabs ul.resp-tabs-list {
  width: 170px !important;
}
.resp-vtabs .resp-tabs-container {
  margin-left: 169px;
  clear: inherit !important;
  float: none !important;
  width: auto !important;
  padding: 15px 20px !important;
}
.old-price .price {
  text-decoration: line-through;
}
.slider-ourmember .owl-item {
  padding-left: 30px;
}
.slider-ourmember .owl-item .sm_quickview_handler {
  display: none !important;
  left: 9999px !important;
}
.slider-ourmember .owl-item .item-inner {
  padding: 0px;
  border: none !important;
}
.wrapper-owl-slider {
  margin-left: -30px;
}
.overflow-owl-slider {
  overflow: hidden;
}
.our-member .owl-pagination {
  padding-left: 30px;
}
.over-flow-padding {
  overflow: hidden;
}
.carousel-dotted > li {
  width: 10px;
  height: 10px;
  background: #efefef;
  border-radius: 50%;
  display: inline-block;
  border: none;
  margin: 0px !important;
  margin-left: 2px;
}
.carousel-dotted > li.active {
  width: 10px;
  height: 10px;
}
.wrapper-client-say {
  background: #f7f7f7;
  padding-right: 10px;
}
.client-say-wrapper {
  margin-top: 26px;
  margin-bottom: 25px;
}
.client-image {
  width: 139px;
  float: left;
  position: relative;
}
.img-wrapper > a:before {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.img-wrapper:hover > a:before {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.btn-button-st:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.client-info {
  margin-left: 165px;
}
.des-client {
  font-size: 116.67%;
  padding: 10px 0px 15px 0px;
}
.carousel-dotted {
  width: auto;
  left: inherit;
  right: 0px;
  top: -58px;
}
.client-bottom > a {
  color: #000;
}
.client-bottom > a .color-client {
  font-weight: bold;
}
.shop-info .shop-info-wrapper {
  margin-top: 23px;
}
.shop-info .tt-info {
  color: #000;
}
.shop-info .info-list > li {
  padding: 5px 0 5px 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
/*----------------------------------------------------------------------
|                     CSS BLOCK LEFT, RIGHT COLUMN                     |
-----------------------------------------------------------------------*/
#yt_left .block,
#yt_right .block,
.block-related {
  display: inline-block;
  width: 100%;
  margin-bottom: 34px;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #ddd;
}
#yt_left .block .block-title,
#yt_right .block .block-title,
.block-related .block-title {
  position: relative;
  border-bottom: 3px solid;
  margin: -5px -19px 0px -19px;
}
#yt_left .block .block-title strong,
#yt_right .block .block-title strong,
.block-related .block-title strong {
  display: inline-block;
  font-size: 133.33%;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: 37px;
  padding: 0 18px;
}
#yt_left .block .block-title strong:before,
#yt_right .block .block-title strong:before,
.block-related .block-title strong:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
}
#yt_left .block .block-content,
#yt_right .block .block-content,
.block-related .block-content {
  padding: 20px 0px;
}
.block-tags .tags-list li {
  float: left;
  margin-right: 5px;
  margin-bottom: 10px;
}
.block-tags .tags-list li a {
  font-size: 100% !important;
  color: #fff;
  background-color: #aaaaaa;
  display: inline-block;
  padding: 6px 9px;
}
.block-tags .view-all-tag {
  clear: both;
  text-align: right;
}
.block-tags .view-all-tag a {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: right center;
  font-style: italic;
}
/*----------------------------------------------------------------------
|                   END CSS BLOCK LEFT, RIGHT COLUMN                   |
-----------------------------------------------------------------------*/
.btn-button-st {
  color: #fff !important;
  display: inline-block !important;
  margin-top: 10px;
  padding: 10px 15px !important;
  text-transform: uppercase;
}
.st-categories .category-wrap h2,
.detail-st-img h2 {
  color: #000;
  margin: 15px 0 10px;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------
|                              CSS BREACRUM                             |
-----------------------------------------------------------------------*/
.yt-breadcrumbs {
  margin-top: 15px;
}
.yt-breadcrumbs .breadcrumbs ul li {
  display: inline-block;
  padding: 0px 0px 0px 8px;
  vertical-align: top;
}
.yt-breadcrumbs .breadcrumbs ul li:first-child {
  padding-left: 0px;
  padding-right: 0px;
}
.yt-breadcrumbs .breadcrumbs ul li:first-child:before {
  font-family: fontawesome;
  content: "\F015";
  float: left;
  font-size: 15px;
  margin-right: 5px;
  left: 0px;
  position: relative;
  top: -2px;
}
.yt-breadcrumbs .breadcrumbs ul li:last-child {
  background: none;
}
.yt-breadcrumbs .breadcrumbs ul li:last-child:after {
  display: none;
}
.yt-breadcrumbs .breadcrumbs ul li strong {
  font-weight: normal;
}
.yt-breadcrumbs .breadcrumbs ul li:after {
  font-family: fontawesome;
  content: "\F105";
  float: right;
  font-size: 12px;
  margin-left: 10px;
}
.breadcrumbs-style2 {
  background-color: #c9c9c9;
}
.breadcrumbs-style4 {
  border-top: 1px solid #e5e5e5;
}
/*----------------------------------------------------------------------
|                               PAGE TITLE                             |
-----------------------------------------------------------------------*/
#yt_wrapper .page-title {
  margin-bottom: 20px;
}
#yt_wrapper .page-title h1 {
  font-size: 166.67%;
  text-transform: uppercase;
}
.category-description {
  margin-bottom: 40px;
}
.category-description img {
  width: auto;
  max-width: 100%;
}
/*----------------------------------------------------------------------
|                               CSS RATING                             |
-----------------------------------------------------------------------*/
.no-rating a {
  font-size: 91.67%;
  color: #909090;
}
.ratings {
  padding: 0;
  direction: ltr;
  display: inline-block;
}
.rating-box {
  background: url(https://noithatminhthi.com/static/hinh.png) 0px -25px repeat-x;
  height: 12px;
  display: inline-block;
  width: 68px;
  float: left;
  margin-right: 18px;
  position: relative;
  top: 4px;
}
.rating-box .rating {
  background: url(https://noithatminhthi.com/static/hinh.png) 0 0 repeat-x;
  height: 12px;
  left: 0;
  position: absolute;
  top: -1px;
}
.ratings .amount {
  display: inline-block;
  float: left;
}
.amount a {
  font-size: 91.67%;
  color: #909090;
}
.ratings-table {
  margin: 5px 0;
}
.ratings-table td,
.ratings-table th {
  padding: 3px 0;
}
.ratings-table td.label,
.ratings-table th {
  font-weight: bold;
  padding-right: 8px;
}
/*----------------------------------------------------------------------
|                                 TOOLBAR                              |
-----------------------------------------------------------------------*/
.toolbar {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding: 6px;
}
.toolbar .limiter-wrap label,
.toolbar .limiter-wrap .select-new,
.toolbar .sort-by-wrap .select-new {
  float: left;
}
.toolbar .sort-by-wrap,
.toolbar .view-mode-wrap,
.toolbar .limiter-wrap {
  float: left;
}
.toolbar .view-mode-wrap {
  margin-right: 10px;
}
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .view-mode-wrap .view-mode strong,
.toolbar .view-mode-wrap .view-mode a:hover {
  background-position: left bottom;
}
.toolbar .limiter-wrap,
.toolbar .sort-by-wrap,
.toolbar .pagination-wrap {
  position: relative;
  height: 30px;
}
.toolbar .select-inner {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat right 13px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  position: relative;
}
.toolbar .limiter .select-inner {
  width: 51px;
}
.toolbar .sort-by-wrap .select-inner {
  width: 91px;
}
.toolbar .overwrite-sortby,
.toolbar .overwrite-limiter {
  color: #404040;
  padding: 0 19px 0 10px;
  height: 100%;
  line-height: 29px;
}
.toolbar label {
  line-height: 30px;
  margin-right: 10px;
  font-weight: normal;
  float: left;
  color: #404040;
}
.toolbar .limiter-wrap {
  margin-right: 20px;
  margin-left: 20px;
}
.toolbar .select-inner {
  cursor: pointer;
  display: block !important;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .select-inner:hover {
  border: 1px solid #aaaaaa;
}
.toolbar .select-inner > ul {
  min-width: inherit;
  background: #fff;
  padding: 0 10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  top: 27px;
  left: 0px;
  border: none;
  border-radius: 0;
  font-size: inherit;
}
.toolbar .select-inner > ul li a {
  display: block;
  padding: 5px 0px;
  color: inherit;
  border-bottom: 1px solid #ddd;
}
.toolbar .select-inner > ul li a:hover {
  background: none;
}
.toolbar .select-inner > ul li:last-child {
  border-bottom: none;
}
.toolbar .pagination-wrap {
  float: right;
}
.toolbar .pagination-wrap .pagination {
  margin: 0;
  border-radius: 0;
  padding: 0;
}
.toolbar .pagination-wrap .pagination .pages label {
  display: none;
}
.toolbar .pagination-wrap .pagination .pages ol {
  display: inline-block;
}
.toolbar .pagination-wrap .pagination .pages ol li {
  display: inline-block;
  vertical-align: top;
}
.toolbar .pagination-wrap .pagination .pages ol li a {
  display: inline-block;
  height: 30px;
  line-height: 29px;
  min-width: 30px;
  border: 1px solid #ddd;
  padding: 0 10px;
  color: #404040;
  text-align: center;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.toolbar .pagination-wrap .pagination .pages ol li a:hover {
  color: #fff;
}
.toolbar .pagination-wrap .pagination .pages ol li.current a {
  color: #fff;
}
.toolbar .btn-toolbar {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.toolbar .btn-sortby {
  width: 16px;
  height: 30px;
  background-position: center center;
  display: inline-block;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  margin-left: 2px;
}
.toolbar .set-desc {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.toolbar .set-asc {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
/*----------------------------------------------------------------------
|                               END TOOLBAR                            |
-----------------------------------------------------------------------*/
.price-box {
  display: inline-block;
}
.old-price {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 5px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: top;
  float: left;
}
.special-price .price-label {
  display: none;
}
.special-price > .price {
  font-size: 100% !important;
}
.price-from,
.price-to {
  display: inline-block;
}
.price-from .price,
.price-to .price {
  font-size: 100% !important;
  font-weight: normal !important;
}
/*----------------------------------------------------------------------
|                              LISTING - GRID                          |
-----------------------------------------------------------------------*/
.block-image-static {
  margin-bottom: 30px;
}
.block-image-static a img {
  width: auto;
  max-width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  margin-bottom:15px;
}
.block-image-static a:hover img {
  opacity: 0.8;
}
.respl-item {
  margin-bottom: 30px;
}
.respl-item .item-inner {
  padding: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.respl-item .item-inner:hover {
  border: 1px solid #aaa;
}
.respl-item .item-inner .w-image-box {
  position: relative;
}
.respl-item .item-inner .w-image-box .item-image a img {
  width: 100%;
}
.respl-item .item-inner .w-image-box .sale-item {
  width: 45px;
  height: 27px;
  background: url(../img/sale-label-product.png) no-repeat top left;
  position: absolute;
  top: -8px;
  left: -8px;
  overflow: hidden;
}
.respl-item .item-inner .w-image-box .sale-item span {
  display: block;
  font-weight:bold;
  color:#FFF;
  text-align:center
}
.respl-item .item-inner .w-image-box .new-item {
  width: 45px;
  height: 27px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  position: absolute;
  top: -8px;
  right: -8px;
  overflow: hidden;
}
.respl-item .item-inner .w-image-box .new-item span {
  display: none;
}
.respl-item .item-inner .item-info {
  position: relative;
  padding-top: 5px;
}
.respl-item .item-inner .item-info .item-title {
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 0 2px;
  height:45px;
}
.respl-item .item-inner .item-info .item-title a {
  font-size: 116.67%;
  white-space-: nowrap;
}
.respl-item .item-inner .item-info .item-price {
  height: 30px;
  line-height: 30px;
}
.respl-item .item-inner .item-info .item-price .price-box .price {
  font-size: 150%;
  font-weight: bold;
  color: #ea3a3c;
}
.respl-item .item-inner .item-info .item-price .price-box .special-price {
  margin-right: 1px;
}
.respl-item .item-inner .item-info .item-price .price-box .old-price .price {
  font-size: 100%;
  font-weight: normal;
  color: #999;
  position: relative;
  top: 1px;
}
.respl-item .item-inner .item-info .item-price .r-price-box .price {
  font-size: 100%;
  font-weight: normal;
}
.respl-item .item-inner .item-info .item-review {
  height: 20px;
  padding-top: 0px;
  margin-bottom: 4px;
  margin-top: 5px;
}
.respl-item .item-inner .item-info .item-review .rating-box {
  top: 0px;
}
.respl-item .item-inner .item-info .item-review .ratings {
  position: relative;
  top: 3px;
}
.respl-item .item-inner .item-info .item-review .ratings .amount {
  display: none;
}
.respl-item .item-inner .btn-pd {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 20;
  background-color: #999999;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.respl-item .item-inner .btn-pd.btn-cart {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  top: 30px;
  right: -30px;
  transition: right 0.3s ease 0s, background-color 0.2s ease 0s;
  -webkit-transition: right 0.3s ease 0s, background-color 0.2s ease 0s;
  -o-transition: right 0.3s ease 0s, background-color 0.2s ease 0s;
}
.respl-item .item-inner .btn-pd.item-wishlist {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  top: 65px;
  right: -60px;
  transition: right 0.3s ease 0.1s, background-color 0.2s ease 0s;
  -webkit-transition: right 0.3s ease 0.1s, background-color 0.2s ease 0s;
  -o-transition: right 0.3s ease 0.1s, background-color 0.2s ease 0s;
}
.respl-item .item-inner .btn-pd.item-compare {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  top: 100px;
  right: -90px;
  transition: right 0.3s ease 0.2s, background-color 0.2s ease 0s;
  -webkit-transition: right 0.3s ease 0.2s, background-color 0.2s ease 0s;
  -o-transition: right 0.3s ease 0.2s, background-color 0.2s ease 0s;
}
.respl-item .item-inner .btn-pd.sm_quickview_handler {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  top: 135px;
  right: -120px;
  transition: right 0.3s ease 0.3s, background-color 0.2s ease 0s;
  -webkit-transition: right 0.3s ease 0.3s, background-color 0.2s ease 0s;
  -o-transition: right 0.3s ease 0.3s, background-color 0.2s ease 0s;
}
.respl-item .item-inner:hover .btn-pd {
  right: 7px;
}
/*----------------------------------------------------------------------
|                           END LISTING - GRID                         |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                        CUSTOM NAVIGATION SLIDER                       |
-----------------------------------------------------------------------*/
.mutil-col-slider {
  position: relative;
}
.customNavigation .btn-nav {
  width: 46px;
  height: 46px;
  background-color: #999999;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: background-color 0.2s ease 0s;
  -webkit-transition: background-color 0.2s ease 0s;
  -moz-transition: background-color 0.2s ease 0s;
}
.customNavigation .btn-nav.btn-next {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  right: -23px;
}
.customNavigation .btn-nav.btn-prev {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  left: -23px;
}
/*----------------------------------------------------------------------
|                     END CUSTOM NAVIGATION SLIDER                     |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                             LISTING - LIST                           |
-----------------------------------------------------------------------*/
.new-product {
  width: 45px;
  height: 27px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  position: absolute;
  overflow: hidden;
  text-indent: -999px;
  right: 0;
  top: 0;
}
.sale-product {
  left: 0;
  top: 0;
  width: 45px;
  height: 27px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  position: absolute;
  overflow: hidden;
  text-indent: -999px;
}
.sale-item {
  width: 45px;
  height: 27px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  position: absolute;
  overflow: hidden;
}
.sale-item span {
  display: none;
}
.new-item {
  width: 45px;
  height: 27px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  position: absolute;
  overflow: hidden;
}
.new-item span {
  display: none;
}
.products-list .respl-item-list {
  margin-bottom: 30px;
}
.products-list .respl-item-list .item-inner {
  position: relative;
  padding: 0;
  border: none;
}
.products-list .respl-item-list .w-image-box {
  float: left;
  width: 194px;
  border: 1px solid #ddd;
  position: relative;
}
.products-list .respl-item-list .w-image-box:hover {
  border-color: #aaaaaa;
}
.products-list .respl-item-list .w-image-box .sale-item {
  top: 7px;
  left: 7px;
}
.products-list .respl-item-list .w-image-box .new-item {
  top: 7px;
  right: 7px;
}
.products-list .respl-item-list .w-image-box .item-image {
  position: relative;
}
.products-list .respl-item-list .w-image-box .item-image a {
  display: block;
}
.products-list .respl-item-list .w-image-box .item-image a img {
  width: 100%;
}
.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -15px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat 10px 9px #999999;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
}
.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler span {
  display: none;
}
.products-list .respl-item-list .w-image-box .item-image:hover .sm_quickview_handler {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.products-list .respl-item-list .product-shop {
  margin-left: 224px;
}
.products-list .respl-item-list .product-shop .f-fix .product-name {
  margin: 3px 0 5px;
}
.products-list .respl-item-list .product-shop .f-fix .product-name a {
  font-size: 116.67%;
}
.products-list .respl-item-list .product-shop .f-fix .item-price {
  height: 30px;
  line-height: 30px;
}
.products-list .respl-item-list .product-shop .f-fix .item-price .price-box .price {
  font-size: 150%;
  font-weight: bold;
  color: #ea3a3c;
}
.products-list .respl-item-list .product-shop .f-fix .item-price .price-box .special-price {
  margin-right: 1px;
}
.products-list .respl-item-list .product-shop .f-fix .item-price .price-box .old-price .price {
  font-size: 100%;
  font-weight: normal;
  color: #999;
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.products-list .respl-item-list .product-shop .f-fix .item-review .rating-box {
  margin-bottom: 5px;
}
.products-list .respl-item-list .product-shop .f-fix .item-review .amount {
  display: none;
}
.products-list .respl-item-list .product-shop .f-fix .item-review .no-rating {
  position: relative;
  top: -3px;
}
.products-list .respl-item-list .product-shop .f-fix .item-review .rating-links {
  display: none;
}
.products-list .respl-item-list .product-shop .f-fix .desc {
  padding: 5px 0px 0px;
}
.products-list .respl-item-list .product-shop .f-fix .list-action {
  padding: 15px 0px 0px;
}
.products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart {
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 8px 0px 30px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat 8px center #999999;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare {
  display: inline-block !important;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #999999;
  vertical-align: top;
  margin-right: 3px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist span,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare span {
  display: none;
}
.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
/*----------------------------------------------------------------------
|                           END LISTING - LIST                         |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                              LOGIN PAGE                              |
-----------------------------------------------------------------------*/
.account-login .cus-wrapper-login,
.account-login .reg-container {
  border: 1px solid #d9d9d9;
  min-height: 282px;
  padding: 15px 15px 10px;
}
.account-login .cus-wrapper-login .input-text,
.account-login .reg-container .input-text {
  width: 100%;
}
.account-login .content > h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 117%;
  font-family: inherit;
  border-bottom: medium double #f6f6f6;
  display: inline-block;
  padding-bottom: 5px;
}
/*----------------------------------------------------------------------
|                            END LOGIN PAGE                            |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                              DETAIL PAGE                             |
-----------------------------------------------------------------------*/
.product-tags > li {
  display: inline-block;
  margin-right: 5px;
}
#yt_tab_reviewform .box-reviews dl dd {
  margin-bottom: 10px;
}
.yt-product-detail .qty-set {
  margin-right: 15px;
}
.yt-product-detail .tier-prices {
  margin-bottom: 20px;
  background-color: #fafafa;
  padding: 5px 10px;
}
.yt-product-detail .tier-prices li {
  padding: 5px 0px;
}
.yt-product-detail .image-box-detail {
  margin-bottom: 30px;
}
.yt-product-detail .box-collateral.box-tags > h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
.yt-product-detail .box-collateral.box-tags > h3 {
  font-family: inherit;
  margin-bottom: 5px;
}
.yt-product-detail .box-collateral.box-tags .input-text {
  width: 100%;
  margin-bottom: 5px;
}
.yt-product-detail .yt-detail-right {
  margin-bottom: 30px;
}
.yt-product-detail .yt-detail-right .add-to-cart {
  float: left;
}
.yt-product-detail .yt-detail-right .add-to-cart .btn-cart {
  float: left;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: 9px center;
}
.yt-product-detail .yt-detail-right .short-description li {
  display: inline-block;
}
.yt-product-detail .yt-detail-right .short-description li:after {
  content: ".";
}
.yt-product-detail .yt-detail-right .availability {
  font-weight: bold;
  color: #444;
}
.yt-product-detail .yt-detail-right .like-social {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.yt-product-detail .yt-detail-right .product-shop .buttons-set {
  margin-top: 20px;
}
.yt-product-detail .yt-detail-right .product-shop .product-name {
  font-size: 166.67%;
  margin-bottom: 8px;
  font-weight: bold;
  color: #444;
}
.yt-product-detail .yt-detail-right .product-shop .product-review {
  margin: 13px 0 10px;
}
.yt-product-detail .yt-detail-right .product-shop .short-description {
  clear: both;
  margin: 0px 0 20px;
}
.yt-product-detail .yt-detail-right .product-shop .short-description .quick-overview {
  font-weight: bold;
  font-size: 116.67%;
  margin-bottom: 7px;
  color: #444;
}
.yt-product-detail .yt-detail-right .product-shop .price-box-bundle .price-box {
  margin: 15px 0px 0px;
}
.yt-product-detail .yt-detail-right .product-shop .price-box {
  margin: 12px 0 15px;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .regular-price .price {
  font-size: 150%;
  font-weight: bold;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .special-price {
  margin-right: 10px;
  font-weight: bold;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .special-price .price {
  font-size: 200%;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .old-price {
  top: 6px;
}
.yt-product-detail .yt-detail-right .product-shop .price-box .old-price .price {
  font-size: 130%;
  font-weight: normal;
  color: #999999;
}
.option_box{display:none}
.yt-product-detail .yt-detail-right .product-options {
  margin: 0 -15px;
}
.yt-product-detail .yt-detail-right .product-options .w-option {
  padding: 0 15px;
  width: 50%;
  float: left;
}
.yt-product-detail .yt-detail-right .product-options label {
  font-weight: normal;
  margin-bottom: 2px;
}
.yt-product-detail .yt-detail-right .product-options dd,
.yt-product-detail .yt-detail-right .product-options select,
.yt-product-detail .yt-detail-right .product-options .options-list {
  margin-bottom: 5px;
}
.yt-product-detail .yt-detail-right .product-options .selector {
  position: relative;
  width: 100% !important;
}
.yt-product-detail .yt-detail-right .product-options .selector span {
  display: inline-block;
  padding: 0 43px 0 10px;
  width: 100% !important;
  line-height: 31px;
  background: url("https://noithatminhthi.com/static/hinh.png") no-repeat right top #ffffff;
  border: 1px solid #ccc;
}
.yt-product-detail .yt-detail-right .product-options .selector select {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 33px;
}
.yt-product-detail .yt-detail-right .quantity-input.qty {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 38px;
  float: left;
  padding: 0;
  margin-left: -1px;
  font-size: 107.14%;
  border: 1px solid #ddd;
}
.yt-product-detail .yt-detail-right .wrap-qty {
  float: left;
  margin-right: 5px;
}
.yt-product-detail .yt-detail-right .qty-title {
  display: inline-block;
  float: left;
  line-height: 30px;
  margin-right: 7px;
  text-transform: uppercase;
  font-weight: bold;
}
.yt-product-detail .yt-detail-right .product-add-box {
  float: left;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li {
  margin-left: 5px;
  float: left;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #999999;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: -9999px;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-wishlist {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li .link-compare {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.yt-product-detail .jCarouselLite li {
  margin-bottom: 11px;
}
.yt-product-detail .popup-btn.hidden-phone {
  position: absolute;
  right: 3px;
  bottom: 3px;
  display: inline-block;
  z-index: 9999;
}
.yt-product-detail .popup-btn.hidden-phone a {
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat center center;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  text-indent: -999em;
}
.yt-product-detail .product-img-box {
  position: relative;
  z-index: 1;
  float: left;
  width: 100%;
}
.yt-product-detail .product-img-box .yt-detail-image {
  position: relative;
  direction: ltr;
  margin-left: 109px;
}
.yt-product-detail .product-img-box .more-views {
  width: 98px;
  float: left;
  position: relative;
  top: 18px;
}
.yt-product-detail .product-img-box .more-views ul li img {
  border: 1px solid #ddd;
}
.yt-product-detail .product-img-box .more-views .btn_thumb {
  display: inline-block;
  width: 30px;
  height: 30px;
  color: #999;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  overflow: hidden;
  position: absolute;
  left: 37px;
  z-index: 9;
  cursor: pointer;
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.yt-product-detail .product-img-box .more-views .next {
  bottom: -18px;
}
.yt-product-detail .product-img-box .more-views .prev {
  top: -31px;
}
.yt-product-detail .product-image-zoom .product-image-zoom {
  position: relative;
  border: 1px solid #ddd;
}
.yt-product-detail .product-image-zoom .product-image-zoom #wrap img {
  width: 100%;
}
.yt-product-detail .product-image-zoom .product-image-zoom .cloud-zoom {
  overflow: hidden;
}
.yt-product-detail .product-image-zoom .product-image-zoom .mousetrap {
  width: 100% !important;
  height: 100% !important;
}
#yt_tab_reviewform .box-reviews h2 {
  text-transform: uppercase;
  margin: 4px 0px 20px 0px;
  font-weight: bold;
}
#yt_tab_reviewform .box-reviews dl {
  margin-bottom: 20px;
}
.upsell-product-wrapper {
  clear: both;
  padding-top: 30px;
}
.upsell-product-wrapper .upsell-wrapper-slider {
  position: relative;
}
.upsell-product-wrapper .upsell-wrapper-slider .button-default {
  position: absolute;
  top: 40%;
}
.upsell-product-wrapper .upsell-wrapper-slider .prev-upsell {
  left: -18px;
}
.upsell-product-wrapper .upsell-wrapper-slider .next-upsell {
  right: -18px;
}
.upsell-product-wrapper .border-cat {
  box-shadow: 0 0 1px #868585 inset;
  -webkit-box-shadow: 0 0 1px #868585 inset;
  -moz-box-shadow: 0 0 1px #868585 inset;
}
.upsell-product-wrapper .border-cat .respl-item {
  margin-bottom: 0px;
}
.upsell-product-wrapper .border-cat .respl-item .item-inner {
  border: 1px solid transparent;
}
.upsell-product-wrapper .border-cat .respl-item .item-inner:hover {
  border: 1px solid #aaa;
}
.upsell-product-wrapper .block-title-default {
  margin-bottom: 30px;
}
/*=============================MENU HOME======================*/
.home-wrapper-item {
  padding: 0 20px;
}
.sm_megamenu_dropdown_3columns .home-wrapper-item .item-feature{width:33.3333%}
.home-wrapper-item .item-feature {
  float: left;
  width: 50%;
  padding: 0 10px;
}
.home-wrapper-item .item-feature .title-item-feature {
  margin-bottom: 12px;
  margin-top: 4px;
}
.home-wrapper-item .item-feature .title-item-feature h2 {
  font-weight: bold;
}
.home-wrapper-item .item-feature > ul > li {
  display: block;
  float: none;
}
.home-wrapper-item .item-feature > ul > li a {
  display: block;
  padding: 6px 0px;
}
.home-wrapper-item .layout-block {
  border-right: 1px solid #ddd;
}
.home-wrapper-item .color-block {
  padding-left: 30px;
}
.home-wrapper-item .color-block ul li {
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.home-wrapper-item .color-block ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -9999px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.home-wrapper-item .color-block ul li a:hover {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
}
.home-wrapper-item .color-block ul .red a {
  background-color: #ea3a3c;
}
.home-wrapper-item .color-block ul .green a {
  background-color: #20bc5a;
}
.home-wrapper-item .color-block ul .blue a {
  background-color: #5f87d1;
}
.home-wrapper-item .color-block ul .orange a {
  background-color: #f8ab16;
}
.home-wrapper-item .color-block ul .cyan a {
  background-color: #009688;
}
/*=================END MENU HOME===============*/
.customer-review > h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}
#product-options-wrapper dd .qty-holder {
  display: inline-block;
  margin-top: 10px;
}
#product-options-wrapper dd .qty-holder label {
  font-weight: normal;
  margin-right: 6px;
}
#yt_tab_custom img {
  width: auto;
  max-width: 100%;
}
/***-----content-----***/
.yt-product-detail .yt-detail-right .add-to-holder,
.yt-product-detail .yt-detail-right .add-to-box {
  margin-top: 5px;
}
.yt-product-detail .yt-detail-right .add-to-holder .price-box {
  display: none;
}
.qty-set {
  display: inline-block;
  position: relative;
  margin-right: 0px;
}
/***----product type----***/
.bundle-product .product-options {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.product-options ul.options-list .label {
  color: #909090;
  font-size: 100%;
  line-height: 170%;
  padding: 0;
}
#product-options-wrapper.product-options dd {
  margin-bottom: 15px;
}
#product-options-wrapper.product-options .validation-advice {
  min-width: 200px;
  color: red;
}
#product-options-wrapper ul.options-list label {
  font-weight: normal;
}
#downloadable-links-list > li {
  margin: 5px 0px;
}
.data-table.grouped-items-table {
  margin-bottom: 15px;
}
.data-table.grouped-items-table tr td,
.data-table.grouped-items-table input.input-text,
#product-options-wrapper .qty-holder input.input-text {
  text-align: center;
}
#product-options-wrapper .qty-holder input.input-text {
  width: 50px;
}
.yt-product-detail .price-as-configured {
  margin-bottom: 15px;
  margin-top: 10px;
}
/***-----tabs-----***/
.yt-product-detail .tab-product-detail {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  top: -3px;
}
.yt-product-detail .tab-product-detail .box-tags .note {
  padding-top: 5px;
}
.yt-product-detail .tab-product-detail .product-tags {
  margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .product-tags li:after {
  content: ",";
}
.yt-product-detail .tab-product-detail #yt_tab_reviewform input[type="radio"] {
  margin: 0 0 0 48%;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager {
  padding: 5px 10px;
  border: 1px solid #E9E9E9;
  line-height: 230%;
  margin: 10px 0 20px 0;
  border-bottom: 4px solid #e9e9e9;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount {
  float: left;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .amount strong {
  font-weight: normal;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter {
  float: right;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews .pager .limiter select {
  margin: 0 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #yt_tab_reviewform .form-add .customer-review {
  margin-bottom: 30px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd {
  padding-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px;
}
.yt-product-detail .tab-product-detail .yt-tab-content #customer-reviews dl dd:last-child {
  border: none;
}
/*----------------------------------------------------------------------
|                            END DETAIL PAGE                           |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                               CONTACT US                             |
-----------------------------------------------------------------------*/
.block-map {
  margin-bottom: 20px;
}
.contact-map-wrap #map {
  height: 297px;
  border: 6px solid #ececec;
}
.form-wrapper .input-box .input-text {
  width: 100%;
  max-width: 395px;
}
.form-wrapper .input-box #comment {
  width: 100%;
  max-width: none;
}
.form-wrapper li .field {
  margin-bottom: 10px;
}
.form-wrapper .form-list li {
  margin-bottom: 0px;
}
.store-info .list-info .item-info {
  padding-left: 52px;
  position: relative;
  margin-bottom: 20px;
}
.store-info .list-info .item-info > div:before {
  content: "";
  width: 34px;
  height: 34px;
  display: inline-block;
  background-color: #f0f0f0;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.store-info .list-info .item-info .info-content > h2 {
  text-transform: uppercase;
  font-size: 116.67%;
}
.store-info .list-info .item-info .info-content .des-info {
  line-height: 18px;
  padding-top: 5px;
}
.store-info .list-info .item-info.main-info > div:before {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.store-info .list-info .item-info.email-info > div:before {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.store-info .list-info .item-info.phone-info > div:before {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.contact-form .buttons-set {
  border: none;
}
.contact-form .buttons-set .button {
  float: left;
  margin-left: 0px;
}
/*----------------------------------------------------------------------
|                             END CONTACT US                           |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
|                               ABOUT US                               |
-----------------------------------------------------------------------*/
.cms-about-us .page-title-blog {
  margin-top: 0px;
  margin-bottom: 25px;
}
.title-about-us {
  background: url(https://noithatminhthi.com/static/hinh.png) repeat-x left center;
  margin-bottom: 17px;
}
.title-about-us h2 {
  background: #fff;
  display: inline-block;
  font-size: 166.67%;
  padding: 0 25px 6px 0;
}
.welcome-about-us .image-about-us {
  float: left;
  width: 270px;
  padding-top: 6px;
}
.welcome-about-us .des-about-us {
  margin-left: 300px;
  line-height: 18px;
}
.our-member {
  clear: both;
  padding-top: 30px;
}
.our-member .owl-nav {
  display: none !important;
}
.our-member .sm_quickview_handler {
  display: none !important;
}
.our-member .owl-controls {
  position: absolute;
  top: -45px;
  left: 0px;
  width: 100%;
}
.our-member .title-about-us {
  background: url(https://noithatminhthi.com/static/hinh.png) repeat-x left center;
  margin-bottom: 17px;
  text-align: center;
}
.our-member .title-about-us h2 {
  padding: 0 15px 6px 15px;
  font-size: 166.67%;
}
.our-member .short-des {
  text-align: center;
  color: #909090;
  margin-bottom: 5px;
}
.our-member .overflow-owl-slider {
  padding-top: 50px;
}
.our-member .respl-item .w-image-box {
  border-radius: 3px;
  overflow: hidden;
}
.our-member .respl-item .w-image-box .cl-nw {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -12px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 10;
  border-radius: 50%;
}
.our-member .respl-item .w-image-box .cl-nw.cl-facebook {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  margin-left: -42px;
  transition: all 0.3s ease 0s;
  -web-kit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
}
.our-member .respl-item .w-image-box .cl-nw.cl-flickr {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  transition: all 0.5s ease 0s;
  -web-kit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}
.our-member .respl-item .w-image-box .cl-nw.cl-twitter {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  margin-left: 18px;
  transition: all 0.7s ease 0s;
  -web-kit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
}
.our-member .respl-item .w-image-box:hover .cl-nw {
  bottom: 28px;
}
.our-member .respl-item .info-member {
  text-align: center;
  padding-top: 10px;
}
.our-member .respl-item .info-member .cl-name > a {
  font-size: 133.33%;
}
.our-member .respl-item .info-member .cl-job {
  padding: 3px 0px 2px;
}
.our-member .respl-item .info-member .cl-des {
  color: #909090;
}
.why-list li {
  position: relative;
  padding-left: 29px;
}
.why-list li:before {
  content: "";
  width: 14px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 10px;
  background-repeat: no-repeat;
  background-position: top left;
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.why-list li a {
  display: block;
  padding: 5px 0 7px;
  background: url("https://noithatminhthi.com/static/hinh.png") repeat-x left bottom;
}
.why-list li:last-child > a {
  background: none;
}
.happy-about-us {
  clear: both;
  padding-top: 45px;
}
.happy-about-us .happy-ab {
  border: 1px solid #e9e9e9;
  padding: 33px 8px 20px;
}
.happy-about-us .happy-ab .title-happy-about {
  background: #fff;
  display: inline-block;
  left: 20px;
  padding: 5px 10px;
  position: absolute;
  top: -17px;
}
.happy-about-us .happy-ab .title-happy-about h2 {
  font-size: 150%;
  position: relative;
  top: -2px;
  color: #444;
}
.happy-about-us .happy-ab .ct-why {
  padding: 0 10px 0 25px;
  position: relative;
}
.happy-about-us .happy-ab .ct-why .client-say {
  font-size: 107.69%;
  color: #909090;
  margin-bottom: 10px;
}
.happy-about-us .happy-ab .ct-why .client-info-about {
  color: #000;
}
.happy-about-us .happy-ab .ct-why .client-info-about .name {
  font-size: 133.33%;
}
.happy-about-us .owl-controls {
  background: #fff;
  padding: 0 5px;
  position: absolute;
  right: 2px;
  top: -57px;
}
.happy-about-us .owl-controls .owl-prev,
.happy-about-us .owl-controls .owl-next {
  border: none;
  display: inline-block;
  width: 26px !important;
  height: 26px !important;
  background-position: left top;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  background-color: transparent !important;
  top: 0px;
  margin: 0 3px;
  position: relative;
}
.happy-about-us .owl-controls .owl-prev {
  background-image: url(https://noithatminhthi.com/static/hinh.png) !important;
  margin-right: 3px;
  right: 0px !important;
  left: inherit !important;
}
.happy-about-us .owl-controls .owl-nav {
  width: 68px;
  display: inline-block;
  height: 26px;
  background: #fff;
}
.happy-about-us .owl-controls .owl-next {
  background-image: url(https://noithatminhthi.com/static/hinh.png) !important;
  right: 0px !important;
}
.happy-about-us .item > div:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 12px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  left: 0px;
  top: 6px;
}
.happy-about-us .owl-dots {
  display: none !important;
}
/*----------------------------------------------------------------------
|                             END ABOUT US                             |
-----------------------------------------------------------------------*/
/***---------------------------------other page---------------------------***/
.contacts-index-index #yt_main > .container {
  background: none;
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.blog-index-list .toolbar > div:before {
  display: none;
}
.toolbar-bottom .toolbar > div:before {
  display: none !important;
}
.cms-home .menu-on-top .yt-header-under-wrap .yt-main-menu {
  padding-left: 0px;
  padding-right: 0px;
}
.listing-tabs-slider .slider-tabl .respl-item {
  width: 100% !important;
}
/***----check out----***/
.crosssell {
  margin-top: 20px;
}
.crosssell h2 {
  margin-bottom: 15px;
}
#yt_wrapper .cart form,
#yt_wrapper .cart .title-buttons {
  float: left;
  width: 100%;
}
#yt_wrapper .cart .title-buttons > .page-title {
  float: left;
}
#yt_wrapper .checkout-types {
  margin-bottom: 20px;
  text-align: right;
}
#yt_wrapper .cart-collaterals .totals,
#yt_wrapper .cart-collaterals .col2-set #discount-coupon-form,
#yt_wrapper .cart-collaterals .col2-set .shipping {
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin-top: 20px;
  float: left;
  width: 100%;
  line-height: 200%;
}
#yt_wrapper #shipping-zip-form,
#yt_wrapper #checkout-payment-method-load dt {
  line-height: 170%;
}
#yt_wrapper .cart-collaterals .totals td {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  padding-right: 0px;
}
#yt_wrapper .cart-collaterals .totals .checkout-types {
  margin: 5px 0 0;
  text-align: right;
}
.totals > table {
  width: 100%;
  text-align: right;
}
#yt_wrapper .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
  margin-bottom: 5px;
}
/***----check out one page----***/
#checkout-progress-wrapper .block-content dt {
  border: 1px solid #E9E9E9;
  font-weight: normal;
  padding: 7px;
  margin-top: 10px;
}
.block-progress #billing-progress-opcheckout dt {
  margin-top: 0px;
}
#checkout-progress-wrapper .block-content dd.complete {
  padding: 10px;
  border: 1px solid #E9E9E9;
  border-top: none;
}
#checkoutSteps > li {
  position: relative;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
#checkoutSteps .step-title {
  background: #777;
  color: #fff;
  line-height: 100%;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}
#checkout-step-payment .input-text,
#checkout-step-payment select {
  max-width: 300px;
}
label em {
  float: right;
}
#checkoutSteps .step-title > span.number {
  font-weight: bold;
  float: left;
  margin-right: 10px;
  font-size: 130%;
  line-height: 100%;
}
#checkoutSteps .step-title > h2,
#checkoutSteps .step-title > span {
  font-size: 120%;
  line-height: 110%;
  font-weight: bold;
  font-family: inherit;
  text-transform: uppercase;
}
#checkoutSteps.opc .step-title a {
  display: none;
}
#checkoutSteps > li > div {
  padding: 20px;
  border: 1px solid #e1e1e1;
  border-top: none;
  float: left;
  width: 100%;
  background: #fff;
}
.item-options > dt,
.item-options > dd {
  display: inline-block;
}
#checkoutSteps .input-text,
#checkoutSteps select {
  width: 100%;
}
#checkoutSteps .col2-set > div:first-child {
  padding-left: 0;
}
#checkoutSteps .col2-set > div:last-child {
  padding-right: 0;
}
#checkoutSteps h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
#checkoutSteps .col2-set .buttons-set .button {
  float: right;
}
#payment_form_ccsave {
  margin-top: 15px;
}
#payment_form_ccsave .v-fix {
  float: left;
  margin-right: 10px;
}
#login-form .buttons-set .f-left {
  margin-top: 10px;
  display: inline-block;
}
#checkoutSteps #opc-login .buttons-set .f-left {
  float: left;
  width: auto;
  margin-top: 10px;
}
#checkoutSteps .please-wait {
  float: right;
  margin-right: 10px;
  margin-top: 7px;
}
/***----checkout multi address----***/
#checkout-progress-state {
  margin-bottom: 20px;
}
#checkout-progress-state > li {
  background: #777;
  color: #FFFFFF;
  float: left;
  padding: 5px 0;
  text-align: center;
  width: 20%;
}
#checkout_multishipping_form .multiple-checkout .title-buttons {
  float: left;
  width: 100%;
}
#checkout_multishipping_form .multiple-checkout .title-buttons .page-title {
  float: left;
}
.multiple-checkout .button {
  float: right;
}
#checkout_multishipping_form #multiship-addresses-table {
  margin-top: 15px;
}
.multiple-checkout h2.legend {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.multiple-checkout h3.legend {
  font-weight: bold;
  margin-bottom: 10px;
}
.multiple-checkout .col-wide h3,
.multiple-checkout .col-wide h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.multiple-checkout .box-title {
  background: #777;
}
.multiple-checkout .box .box-content {
  padding: 15px;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.multiple-checkout .messages {
  float: none;
}
#multishipping-billing-form .sp-methods dt {
  line-height: 170%;
}
.multiple-checkout .box-title > h3,
.multiple-checkout .box-title > h2,
.multiple-checkout .box-title > h4 {
  color: #ffffff;
  line-height: 100%;
  padding: 8px;
}
.multiple-checkout .box-title > h3 > a,
.multiple-checkout .box-title > h2 > a,
.multiple-checkout .box-title > h4 > a {
  color: #ffffff;
}
#checkout-review-submit .place-order .grand-total {
  float: right;
}
#checkout-review-submit .place-order .grand-total big {
  line-height: 200%;
  font-size: 120%;
}
/***---------wishlist----------***/
#yt_wrapper #yt_left .block-account .title-header {
  position: relative;
}
.my-account .input-text,
.my-account select {
  width: 100% !important;
}
.my-account .my-tag-edit .btn-remove:hover {
  color: #fff;
}
.block-account .block-content a {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  padding: 7px 0;
}
.my-account .product-name {
  font-weight: bold;
  margin: 5px 0;
  font-family: inherit;
}
.my-account > .title-buttons {
  float: left;
  width: 100%;
}
.my-account #wishlist-view-form .buttons-set {
  float: right;
}
.my-account #wishlist-view-form textarea {
  width: 100%;
  margin-top: 5px;
}
.my-account #wishlist-view-form .price-box {
  font-size: 116.67%;
  margin-bottom: 5px;
}
.my-account > #form-validate > .buttons-set {
  display: inline-block;
  width: 100%;
}
.my-account > #form-validate > .buttons-set .back-link {
  float: left;
}
.my-account .box-account {
  margin-top: 10px;
}
.my-account .box-account .box-head {
  background: none repeat scroll 0 0 #777777;
  color: #FFFFFF;
  line-height: 100%;
  padding: 10px;
}
.my-account .box-account .box-head > h2 {
  float: left;
  font-family: inherit;
  text-transform: uppercase;
}
.success-msg {
  background: #23b1fa;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}
.my-account .box-account .box-head > a {
  float: right;
  color: #fff;
}
#checkout-step-login #login-form {
  margin-left: 0;
}
.my-account .col2-set .col-1,
.account-login .col2-set .col-1 {
  float: left;
  width: 50%;
}
.title-buttons > h1 {
  float: left;
}
.my-account .col2-set .col-2,
.account-login .col2-set .col-2 {
  float: right;
  width: 50%;
  padding-left: 30px;
}
.my-account .data-table {
  width: 100%;
  margin-bottom: 10px;
}
.my-account .data-table#my-orders-table {
  margin-top: 10px;
  margin-bottom: 20px;
}
.my-account .data-table .input-text.qty {
  width: 36px !important;
  margin-bottom: 10px;
}
.my-account .data-table .link-edit {
  float: left;
  margin-top: 5px;
  width: 100%;
}
.my-account .box-title {
  overflow: hidden;
  border-bottom: 1px dashed #E9E9E9;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.my-account .box-title > h3 {
  line-height: 180%;
  font-weight: bold;
  float: left;
  font-family: inherit;
}
.my-account .box-title > a {
  float: right;
  line-height: 180%;
}
.my-account .box-title > a:hover {
  text-decoration: underline;
}
.my-account .box-content h4 {
  line-height: 180%;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: inherit;
}
.my-account .box-account .number {
  background: none repeat scroll 0 0 #777777;
  color: #fff;
  float: left;
  line-height: 100%;
  margin: 0 10px 0 0;
  padding: 2px 5px;
}
#my_recent_tags .product-name {
  bottom: -2px;
  margin: 5px 0;
  position: relative;
}
.cms-index-index .note-mes .messages {
  margin-bottom: 0px;
  margin-top: 20px;
}
.sm-deal-wrap-home-v2 {
  margin-top: 20px;
}
.effect-deal .item-title a {
  text-transform: uppercase;
}
.effect-deal {
  width: 200%;
  display: inline-block;
  margin-left: -100%;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}
.effect-deal:hover {
  margin-left: 0px;
}
.effect-wrapper:hover .title-deal {
  opacity: 0;
}
.effect-wrapper .item-inner {
  overflow: hidden;
}
.effect-deal .w-image-box,
.effect-deal .item-info {
  width: 50%;
  float: left;
}
.effect-deal .item-info {
  padding: 10px 15px 0px 15px;
}
.effect-wrapper .owl-controls.clickable {
  top: 0px !important;
  position: static !important;
}
.effect-wrapper .owl-controls .owl-next,
.effect-wrapper .owl-controls .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  border: 1px solid #ccc;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -webkit-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s, background-color 0.3s ease 0s;
}
.effect-wrapper:hover .owl-controls .owl-next,
.effect-wrapper:hover .owl-controls .owl-prev {
  transform: scale(0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
.effect-wrapper .owl-controls .owl-next {
  right: -12px;
}
.effect-wrapper .owl-controls .owl-prev {
  left: -12px;
}
#my_recent_tags,
#my_recent_reviews {
  padding-top: 10px;
}
.my-account .box-account .ratings > strong {
  float: left;
  margin: 3px 10px 0 0px;
  line-height: 110%;
}
.fieldset {
  margin-bottom: 20px;
}
.account-create .input-text {
  width: 100% !important;
}
.links-second a {
  cursor: pointer;
}
.fieldset .legend {
  font-weight: bold;
  text-transform: uppercase;
  font-family: inherit;
  margin-bottom: 10px;
  border-bottom: medium double #f6f6f6;
  display: inline-block;
  padding-bottom: 5px;
  font-size: 117%;
}
.buttons-set {
  border-top: 1px solid #e9e9e9;
  text-align: right;
  margin-top: 10px;
  padding-top: 10px;
}
.buttons-set .button {
  float: right;
  margin-left: 5px;
}
.my-account .buttons-set.buttons-set2 {
  border: none;
  padding: 0;
  margin: 0;
}
.buttons-set .back-link {
  float: left;
  margin: 0;
}
.my-account .form-list .field {
  float: left;
  width: 50%;
}
.col2-set .content > h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
.form-list li {
  margin-bottom: 10px;
}
.form-list input.input-text,
input.input-text {
  width: 230px;
  padding: 0px 5px;
}
input.input-text.qty {
  width: 36px;
  height: 36px;
  text-align: center;
}
.product-essential input.input-text.qty {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 5px;
}
.add-to-cart > label {
  float: left;
  margin-right: 5px;
  line-height: 30px;
}
.discount-form .input-text,
.shipping-form .input-text,
.shipping-form select {
  width: 100% !important;
}
.discount > h2,
.shipping > h2 {
  font-family: inherit;
  font-size: 107.69%;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.pager {
  border-top: 1px solid #ccc;
  border-bottom: double #ccc;
  padding: 5px 0px;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%;
}
.write-your-review {
  padding-top: 20px;
}
.write-your-review > h4 {
  text-transform: uppercase;
  color: #444;
  font-weight: bold;
  margin-bottom: 10px;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  line-height: 100%;
  padding: 5px 10px;
  background-color: #F4F4F4;
  margin-left: 5px;
  float: left;
  border: 1px solid #e9e9e9;
}
.pager li > a:hover,
.pager li > a:focus,
.pager li.current > a {
  color: #fff;
  border: 1px solid transparent;
}
.pager .amount {
  float: left;
  line-height: 30px;
  margin-right: 30px;
}
.pager .amount strong {
  font-weight: normal;
}
.pager .limiter {
  float: right;
}
.my-account .pager .pages {
  display: inline-block;
  float: right;
}
.my-account .pager > .pages > ol {
  display: inline;
}
.pager .limiter label {
  font-weight: normal;
  float: left;
  line-height: 30px;
}
.pager .limiter select {
  margin: 0;
  width: auto !important;
  position: relative;
  padding: 2px;
  margin-left: 5px;
}
.my-account .title-buttons .page-title {
  float: left;
}
.my-account .title-buttons .button,
.my-account .link-print {
  float: right;
}
.my-account .link-print {
  margin-right: 10px;
}
.my-account .addresses-list h3,
.my-account .addresses-list h2,
.my-account .order-info-box h2 {
  float: left;
  width: 100%;
  margin: 10px 0 7px 0;
}
.my-account .addresses-list h2 {
  border-bottom: 1px dashed #E9E9E9;
  padding-bottom: 5px;
  margin: 0;
}
/*css background image*/
.pattern1 {
 background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern2 {
   background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern3 {
   background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern4 {
   background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern5 {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern6 {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern7 {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
.pattern8 {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-attachment: fixed;
}
#product-options-wrapper .input-box .input-text {
  width: 100%;
}
/*************************************************/
.tab-product-ex .tab-pane {
  opacity: 0 !important;
  height: 0px !important;
  display: block !important;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
}
.tab-product-ex .tab-pane.active {
  opacity: 1 !important;
  height: auto !important;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}
/* QUICK VIEW */
.quickview-main {
  max-width: 980px;
  padding: 0px 20px;
  background: #fff;
  padding-top: 20px;
}
.quickview-main #product-options-wrapper select {
  width: 100%;
}
.quickview-main .tab-product-detail {
  display: none !important;
}
.block-bottom {
  padding-top: 20px !important;
}
.mini-cartpro .block-title .c-item {
  border: 2px solid #fff;
  border-radius: 50%;
  display: none;
  font-family: Arial;
  font-size: 107.69%;
  height: 30px;
  left: 11px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 30px;
}
.slidershow-megamenu {
  background-color: #ededed;
  padding: 20px 0px;
}
.review-product-list #yt_main > .container {
  background: none !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
#product_comparison .product-name {
  margin: 10px 0;
  font-family: inherit;
  font-size: 113.33%;
}
#product_comparison .ratings {
  width: 100%;
}
#product_comparison .ratings .rating-box,
#product_comparison .ratings .amount {
  display: inline-block;
  float: none;
}
#product_comparison .ratings .amount {
  position: relative;
  top: 2px;
}
#product_comparison .btn-cart {
  margin: 10px 0px;
}
#product_comparison td {
  vertical-align: top;
  text-align: center;
}
#product_comparison .add-to-links li {
  float: none;
}
.add-to-links .separator {
  display: none;
}
.checkout-cart-configure .add-to-holder .product-add-box .add-to-links li {
  margin-left: 1px;
}
.my-wishlist .buttons-set .button {
  margin-bottom: 5px;
}
.related-post strong{font-size:140%}
.slider-happy-client .owl-controls .owl-next:hover,
.slider-happy-client .owl-controls .owl-prev:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.mini-cartpro .truncated .price {
  font-size: 100% !important;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
#shopping-cart-table .item-options > dt {
  display: inline-block;
}
#shopping-cart-table .item-options > dd {
  display: inline-block;
  margin-right: 5px;
}
.button.link-wishlist {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
.cart-cell .truncated {
  position: relative;
}
.cart-cell .truncated_full_value {
  background-color: #fff;
  border: 1px solid #ccc;
  display: none;
  left: -200px;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  width: 200px;
}
.cart-cell .truncated_full_value.show {
  display: block;
}
.cart-cell .truncated_full_value.show dd {
  margin-right: 5px;
}
.cart-cell .truncated_full_value.show dt,
.cart-cell .truncated_full_value.show dd {
  display: inline-block;
}
#_atssh {
  display: none;
}
/*404page*/
.wrapper_404page {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0 15px;
  display: inline-block;
  width: 100%;
}
.wrapper_404page .content-404page {
  max-width: 500px;
  float: right;
  text-align: center;
  margin-top: 40px;
}
.wrapper_404page .content-404page .top-text,
.wrapper_404page .content-404page .bottom-text {
  font-size: 133.33%;
}
.wrapper_404page .content-404page .img-404 {
  margin: 30px 0px;
}
.wrapper_404page .content-404page .img-404 img {
  width: auto;
  max-width: 100%;
}
.wrapper_404page .content-404page .button-404 {
  padding-top: 40px;
}
.wrapper_404page .content-404page .btn-404 {
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  display: inline-block;
  vert-align: top;
  padding: 0 20px;
  color: #fff;
  margin: 0 4px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.wrapper_404page .content-404page .prev-page-btn {
  background-color: #ea3a3c;
}
.wrapper_404page .content-404page .prev-page-btn:hover {
  background-color: #c43031;
}
.wrapper_404page .content-404page .back2home {
  background-color: #3cb7e7;
}
.wrapper_404page .content-404page .back2home:hover {
  background-color: #3094bb;
}
.wrapper_404page .img-right-404 {
  margin-top: 60px;
}
/*=============================================COLOR THEME================================================*/
.button:hover,
.header-default .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover,
.header-default .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover,
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle,
.header-v3 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover,
.header-v3 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover,
.header-v3 .yt-header-under .mini-cart-header .block-title .btn-toggle,
.header-v4 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover,
.header-v4 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover,
.header-v5 .yt-header-top .block-action-header .jqTransformSelectWrapper ul li:hover,
.header-v5 .yt-header-top .my-account-link > ul > li .dropdown-link-account li a:hover,
.header-v5 .yt-header-under .mini-cart-header .block-title .btn-toggle,
.respl-item .item-inner .btn-pd:hover,
.toolbar .pagination-wrap .pagination .pages ol li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
#yt_left .block .block-title strong,
#yt_right .block .block-title strong,
.block-related .block-title strong,
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content button,
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper .btn-shopby,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-wishlist:hover,
.products-list .respl-item-list .product-shop .f-fix .list-action .item-compare:hover,
.products-list .respl-item-list .product-shop .f-fix .list-action .btn-cart:hover,
.products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler:hover,
.block-popup-login .block-content .btn-reg-popup,
.tt_popup_login strong,
.mega-left-title,
.faqs-block .faq-wrapper .accordion:hover span:before,
.respl-item .item-inner:hover .time-item,
.owl-pagination .owl-page:hover,
.owl-pagination .owl-page.active,
.custom-nav-default .button-default:hover,
.block-title-default h2 span,
.yt-slideshow .owl-buttons .owl-next:hover,
.yt-slideshow .owl-buttons .owl-prev:hover,
.quantity-controls:hover,
.yt-product-detail .yt-detail-right .product-add-box .add-to-links li a:hover,
.yt-product-detail .yt-detail-right .product-shop .add-to-cart .btn-cart,
.resp-tabs-list li.resp-tab-active a,
.resp-tabs-list li:hover a,
.block-tags .tags-list li a:hover,
#checkoutSteps .active .step-title,
#confirmbox #btnavi li > #btccart:hover,
#yt-totop:hover,
.resp-accordion.resp-tab-active,
.header-default .yt-header-top .jqTransformSelectWrapper ul li a.selected,
.header-v3 .yt-header-top .jqTransformSelectWrapper ul li a.selected,
.header-v4 .yt-header-top .jqTransformSelectWrapper ul li a.selected,
.header-v5 .yt-header-top .jqTransformSelectWrapper ul li a.selected {
  background-color: #b91212;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart,
.header-v3 .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart,
.header-v5 .yt-header-under .mini-cart-header .block-title .btn-toggle .item-cart,
.yt-footer-wrap .footer-top .block-subscribe-footer .block-content button:hover,
.block-layered-nav .filter-wrapp .wrap-price-shopby .btn-shopby-wrapper .btn-shopby:hover,
.block-popup-login .block-content .btn-reg-popup:hover,
.mega-left-title strong:before,
.yt-product-detail .yt-detail-right .product-shop .add-to-cart .btn-cart:hover {
  background-color: #ba0707;
}
.header-default .yt-header-under .mini-cart-header .bottom-action,
.header-v3 .yt-header-under .mini-cart-header .bottom-action,
.header-v5 .yt-header-under .mini-cart-header .bottom-action,
.toolbar .pagination-wrap .pagination .pages ol li a:hover,
.toolbar .pagination-wrap .pagination .pages ol li.current a,
#yt_left .block .block-title,
#yt_right .block .block-title,
.block-related .block-title,
.price_filter .price-from:hover,
.price_filter .price-to:hover,
.tt_popup_login,
.custom-nav-default .button-default:hover,
.block-title-default,
.list-services li a:hover,
.yt-product-detail .product-img-box .more-views ul li img:hover,
.yt-product-detail .product-img-box .more-views ul li.selected img,
.resp-accordion.resp-tab-active {
  border-color: #b91212;
}
#yt_left .block .block-title strong:before,
#yt_right .block .block-title strong:before,
.block-related .block-title strong:before,
.tt_popup_login strong:before,
.block-title-default h2 span:before {
  border-bottom: 37px solid #b91212;
}
.header-default .yt-header-under .mini-cart-header .block-title .btn-toggle:before,
.header-v5 .yt-header-under .mini-cart-header .block-title .btn-toggle:before,
.header-v3 .yt-header-under .mini-cart-header .block-title .btn-toggle:before {
  border-right: 15px solid #b91212;
}
.sm-serachbox-pro .form-search .button-search-pro,
.sm-cartpro .product-details-bottom .price,
.toolbar .select-inner > ul li a:hover,
.toolbar .select-inner > ul li a.selected,
.yt-footer-wrap .footer-top .socials-wrap ul li a:hover,
.copyright-footer a,
.yt-footer-wrap .footer-middle .content-block-footer ul li .sp-ic,
.block .customNavigation .btn-bs:hover,
#nav > li ul li:hover > a,
.sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li:hover > a,
.faqs-block .faq-wrapper .accordion:hover,
.yt-product-detail .yt-detail-right .availability span,
.yt-product-detail .yt-detail-right .product-shop .price-box .special-price .price,
.yt-product-detail .yt-detail-right .product-shop .price-box .regular-price .price,
.yt-product-detail .product-img-box .more-views .btn_thumb:hover,
.why-list li a:hover,
.our-member .respl-item .info-member .cl-name > a,
.happy-about-us .happy-ab .ct-why .client-info-about .name,
.block-account .block-content ul li.current a,
.block-account .block-content ul li a:hover {
  color: #b91212;
}
.our-member .respl-item .info-member .cl-name > a:hover {
  color: #d23436;
}
/*=====================================CMS PAGE=================================*/
.cmspage4 #yt_left .block .customNavigation,
.cmspage4 #yt_right .block .customNavigation {
  top: 4px;
}
.cmspage4 #yt_left .block .block-title,
.cmspage4 #yt_right .block .block-title {
  margin-top: 0px;
  border-color: #dddddd;
}
.cmspage4 #yt_left .block .block-title strong,
.cmspage4 #yt_right .block .block-title strong {
  background: none;
  color: inherit;
}
.cmspage4 #yt_left .block .block-title strong:before,
.cmspage4 #yt_right .block .block-title strong:before {
  display: none;
}
.cmspage4 .block.block-related {
  margin-top: -2px;
}
.cmspage4 .block.block-related .customNavigation {
  top: 4px;
}
.cmspage4 .block.block-related .block-title {
  margin-top: 0px;
  border-color: #dddddd;
}
.cmspage4 .block.block-related .block-title strong {
  background: none;
  color: inherit;
}
.cmspage4 .block.block-related .block-title strong:before {
  display: none;
}
.cmspage4 .block-title-default {
  margin-top: 0px;
  border: 1px solid #ddd;
  border-bottom-width: 3px;
  margin-top: -1px;
}
.cmspage4 .block-title-default h2 span {
  background-color: transparent;
  color: inherit;
}
.cmspage4 .block-title-default h2 span:before {
  display: none;
}
.cmspage4 .category-wrap-cat {
  padding-top: 4px;
  border-right: none;
}
.cms-index-index.cmspage3 .col-2-wrapper {
  margin-top: -25px;
}
.cms-index-index.cmspage3 .yt-content-inner {
  margin-bottom: 30px;
}
.cms-index-index.cmspage3 .block-left-products .bs-item {
  margin-bottom: 7px;
  padding: 0 0 7px;
}
.cmspage3 .super-category-block {
  margin-bottom: 30px;
}
.cmspage3 .faqs-block .faq-wrapper {
  margin: -21px -18px -20px;
}
.cmspage3 .latest-blog .block-content {
  position: relative;
  top: -2px;
}
.cmspage3 #yt_left .block .customNavigation,
.cmspage3 #yt_right .block .customNavigation {
  top: 6px;
  z-index: 9;
}
.cmspage3 #yt_left .block .customNavigation .btn-bs,
.cmspage3 #yt_right .block .customNavigation .btn-bs {
  width: 24px;
  height: 24px;
  line-height: 21px;
  border: 1px solid #ddd;
  font-size: 16px;
}
.cmspage3 #yt_left .block .customNavigation .btn-bs:hover,
.cmspage3 #yt_right .block .customNavigation .btn-bs:hover {
  background-color: #ea3a3c;
  border-color: #ea3a3c;
  color: #fff;
}
.cmspage3 #yt_left .block .block-title,
.cmspage3 #yt_right .block .block-title {
  margin-top: 0px;
  border-color: #dddddd;
  border-left: 5px solid #ea3a3c;
  border-bottom: none;
  margin-bottom: 0px;
  border-right: 1px solid #ddd;
  position: relative;
  top: -1px;
}
.cmspage3 #yt_left .block .block-title:before,
.cmspage3 #yt_right .block .block-title:before {
  width: 100%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #ddd;
  content: "";
  bottom: 0px;
  left: 0px;
}
.cmspage3 #yt_left .block .block-title strong,
.cmspage3 #yt_right .block .block-title strong {
  background: none;
  color: inherit;
}
.cmspage3 #yt_left .block .block-title strong:before,
.cmspage3 #yt_right .block .block-title strong:before {
  display: none;
}
.cmspage3 #yt_left .block.block-left-products,
.cmspage3 #yt_right .block.block-left-products {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.cmspage3 #yt_left .block.block-left-products .block-title,
.cmspage3 #yt_right .block.block-left-products .block-title {
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.cmspage3 #yt_left .block.block-left-products .block-title:after,
.cmspage3 #yt_right .block.block-left-products .block-title:after {
  width: 100%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #ddd;
  content: "";
  top: 0px;
  left: 0px;
}
.cmspage3 #yt_left .block.block-left-products .block-content,
.cmspage3 #yt_right .block.block-left-products .block-content {
  border: 1px solid #ddd;
  padding: 11px 14px 10px !important;
}
.cmspage3 .block-title-default {
  margin-top: 0px;
  border: 1px solid #ddd;
  border-bottom-width: 0px;
  margin-top: -1px;
  border-top: 0px;
  border-left: 5px solid #ea3a3c;
}
.cmspage3 .block-title-default h2 span {
  background-color: transparent;
  color: inherit;
}
.cmspage3 .block-title-default h2 span:before {
  display: none;
}
.cmspage3 .block-title-default:before {
  width: 100%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #ddd;
  content: "";
  bottom: 0px;
  left: 0px;
}
.cmspage3 .block-title-default:after {
  width: 100%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #ddd;
  content: "";
  top: 0px;
  left: 0px;
}
.cmspage3 .category-wrap-cat {
  padding-top: 4px;
  border-right: none;
}
.slider-brand-bottom-wrapper {
  padding: 0 15px;
  position: relative;
  clear: both;
}
.slider-brand-bottom-wrapper .slider-brand-bottom {
  border: 1px solid #ddd;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item {
  padding: 0 15px;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item img {
  width: 100%;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item {
  position: relative;
  top: 0px;
}
.slider-brand-bottom-wrapper .slider-brand-bottom .owl-item .item:hover {
  top: -3px;
}
.slider-brand-bottom-wrapper .customNavigation .button-default {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.slider-brand-bottom-wrapper .customNavigation .button-default.prev-brand-bottom {
  left: -2px;
}
.slider-brand-bottom-wrapper .customNavigation .button-default.next-brand-bottom {
  right: -2px;
}
.slider-brand-bottom-wrapper:hover .customNavigation .button-default {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.banner-right li a img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
}
.banner-right li a img:hover {
  opacity: 0.8;
}
.static-image-home-right img {
  transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  width: auto;
  max-width: 100%;
}
.static-image-home-right img:hover {
  opacity: 0.8;
}
.cmspage5 .super-category-block {
  border-top: none;
}
.cmspage5 .block-title-default {
  margin-top: 0px;
}
.cmspage5 .block-title-default img {
  position: relative;
  top: -2px;
}
.cmspage5 .block-title-default h2 span {
  padding-left: 35px;
  line-height: 33px;
}
.cmspage5 .block-title-default h2 span:before {
  display: none;
}
.cmspage5 .block-title-default:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 22px;
  height: 22px;
  background: url(https://noithatminhthi.com/static/hinh.png) no-repeat top left;
  z-index: 9;
}
.cmspage5 .deal-wrapper .block-title-default h2 span {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
  background-position: 35px center;
  background-repeat: no-repeat;
  padding-left: 60px;
}
.block-title-bottom {
  position: relative;
}
.block-title-bottom h2 {
  font-size: 133.33%;
  font-weight: bold;
  margin-bottom: 18px;
}
.client-wrapper-b {
  padding: 10px 20px;
  background-color: #eee;
}
.client-wrapper-b .image-client {
  float: left;
  width: 65px;
}
.client-wrapper-b .client-say-info {
  margin-left: 80px;
  font-style: italic;
  position: relative;
  top: -4px;
}
.client-wrapper-b .client-say-info .name-client {
  padding: 17px 0px 22px;
}
.client-wrapper-b .client-say-info .name-client h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 116.67%;
}
.client-wrapper-b .client-say-info .name-client h2 a {
  color: #ea3a3c;
}
.client-wrapper-b .nav-custom {
  position: absolute;
  right: -3px;
  top: 0px;
}
.client-wrapper-b .nav-custom a {
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  cursor: pointer;
}
.client-wrapper-b .nav-custom a span {
  display: none;
}
.blog-bottom,
.basic-product-bottom,
.client-say-bottom {
  padding-top: 10px;
}
#yt-responsivemenu {
  display: block;
  height: 40px;
  position: relative;
}
.yt_ressidebar_screennav {
  display: block;
}
#yt_wrapper,
.yt_ressidebar_screennav {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cms-index-index #yt_resmenu_collapse li.nav-home:before {
  display: none !important;
}
/**----css menu mobile----***
/*sidebar*/
#yt-responsivemenu .btn.btn-navbar {
  top: 0;
  left: 0;
  position: absolute;
  width: 92px;
  height: 40px;
  background: url(../images/btn-menu-mobile.png) no-repeat 3px center #525252;
  border-radius: 0;
  color:#FFF;
  margin:0 3px;
}
#yt_resmenu_sidebar {
  display: none;
}
#yt_wrapper {
  position: relative;
  left: 0;
}
.onpen-sidebar #yt_wrapper {
  left: 220px;
}
.onpen-sidebar .yt_ressidebar_screennav {
  left: 0;
  display: block;
}
.yt_ressidebar_screennav {
  background: #333;
  box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: -5px 0 5px rgba(0, 0, 0, 0.5) inset;
  left: -220px;
  top: 0;
  margin: 0;
  position: absolute;
  width: 220px;
  height: 100%;
  z-index: 99;
  display: none;
}
.overlay_nav {
  background: rgba(0, 0, 0, 0.3);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#yt_screennav ul.siderbar-menu li ul {
  padding-left: 15px;
}
#yt_screennav ul.siderbar-menu li a {
  padding: 9px 0 9px 10px;
  line-height: 100%;
  display: block;
  border-bottom: 1px solid #444;
  color: #ccc;
}
#yt_screennav ul.siderbar-menu li a:hover {
  color: #fff;
}
/*collapse*/
#yt_resmenu_collapse {
  position: absolute;
  left: 0;
  z-index: 100;
  top: 40px;
  width: 100%;
  border-style: solid;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#yt_resmenu_collapse ul.nav-menu > li:hover,
#yt_resmenu_collapse ul.nav-menu > li.active {
  color: #FFF;
}
#yt_resmenu_collapse ul.nav-menu > li > a {
  border-bottom: 1px solid #dedede;
}
.nav-collapse .nav-menu > li > a,
.nav-collapse .dropdown-menu a {
  padding: 8px 10px;
  display: block;
}
.nav-collapse .nav-menu > li {
  float: none;
  position: relative;
  z-index: 10;
}
ul.nav-menu li.parent {
  position: relative;
}
.nav-collapse .nav > li {
  float: none;
}
ul.nav-menu li.parent .menuress-toggle.menuress-toggle:before {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}
ul.nav-menu li.parent.open .menuress-toggle.menuress-toggle:before {
  content: "\f106";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: block;
}
ul.nav-menu li.parent .menuress-toggle {
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  vertical-align: middle;
  width: 40px;
  color: #909090;
}
ul.nav-menu li.parent > .res-wrapnav {
  height: 0;
  opacity: 0;
}
ul.nav-menu li.parent > .res-wrapnav ul {
  position: relative;
  z-index: 1;
}
ul.nav-menu li.parent.open > .res-wrapnav {
  display: block;
  opacity: 1;
  background: #f3f3f3;
  border-bottom: 1px solid #dedede;
}
ul.nav-menu li.parent > .res-wrapnav ul li {
  padding: 5px 5px 5px 15px;
}
/*selectbox*/
.menu-selectbox .icon-reorder {
  top: -10px;
  left: 0;
  margin: 0;
  position: absolute;
  padding: 8px 11px;
  line-height: 100%;
  font-size: 21px;
  color: #fff;
  outline: none;
  border-radius: 0;
}
#yt-responsivemenu .menu-selectbox {
  position: relative;
}
#yt-responsivemenu .menu-selectbox > select {
  height: 54px;
  opacity: 0;
  padding: 0;
  width: 44px;
  top: -1px;
  position: relative;
  cursor: pointer;
}
#yt-responsivemenu .menu-selectbox > select > option {
  width: 301px;
  padding: 5px 10px;
}
.link-mobile {
  position: absolute;
  right: 130px;
  top: 0px;
}
.link-mobile #btn-account-links {
  width: 45px;
  height: 42px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-repeat: no-repeat;
  background-position: 7px 10px;
}
.content-myaccount-m {
  width: 205px;
  position: absolute;
  right: -45px;
  top: 43px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  z-index: 99;
  background: #fff;
  display: none;
}
.content-myaccount-m li {
  padding: 3px 0px 5px;
  border-bottom: 1px solid #ccc;
}
.content-myaccount-m li a {
  display: block;
}
.content-myaccount-m .links li:last-child {
  border-bottom: none;
}
.container {
  position: relative;
}
/***---Device---***/
@media (min-width: 1200px) {
  #yt-responsivemenu {
    display: none;
  }
  /*= HEADER =*/
  .header-default .action-mobile {
    display: none;
  }
  .header-default .btn-search-mobile {
    display: none;
  }
  /*= HEADER STYLE 3 =*/
  .header-v3 .action-mobile {
    display: none;
  }
  .header-v3 .btn-search-mobile {
    display: none;
  }
  /*= HEADER STYLE 4=*/
  .header-v4 .action-mobile {
    display: none;
  }
  .header-v4 .btn-search-mobile {
    display: none;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
    width: 517px;
  }
  /*= HEADER STYLE 5=*/
  .header-v5 .action-mobile {
    display: none;
  }
  .header-v5 .btn-search-mobile {
    display: none;
  }
  /*= HEADER STYLE 3=*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  #yt-responsivemenu {
    display: none;
  }
  /*= HEADER =*/
  .header-default .sm-serachbox-pro .form-search .input-search #search {
    width: 175px;
  }
  .header-default .action-mobile,
  .header-default .btn-search-mobile {
    display: none;
  }
  .header-v3 .action-mobile {
    display: none;
  }
  .header-v3 .yt-header-middle .mini-cart-header .mini-cartpro.block {
    margin-right: -82px;
  }
  .header-v3 .sm-serachbox-pro {
    width: 50px;
    height: 50px;
    border-left: 1px solid #474e58;
    position: relative;
  }
  .header-v3 .sm-serachbox-pro:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
  }
  .header-v3 .sm-serachbox-pro .sm-searbox-content {
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
  }
  .header-v3 .sm-serachbox-pro .sm-searbox-content .form-search {
    margin: 0px;
  }
  .header-v3 .sm-serachbox-pro:hover {
    background-color: #474e58;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
  }
  .header-v3 .sm-serachbox-pro:hover .sm-searbox-content {
    display: block;
    background-color: #474e58;
    padding: 10px;
  }
  /*= HEADER STYLE 4 =*/
  .header-v4 .action-mobile {
    display: none;
  }
  .header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
    min-height: auto !important;
  }
  .header-v4 .yt-header-under .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    padding: 0 13px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
    width: 340px;
  }
  .header-v4 .ver-megamenu-header .sm_megamenu_wrapper_vertical_menu {
    display: none !important;
  }
  .header-v4 .ver-megamenu-header:hover .sm_megamenu_wrapper_vertical_menu {
    display: block !important;
    border-top: 1px solid #fff;
  }
  .header-v5 .action-mobile {
    display: none;
  }
  .header-v5 .btn-search-mobile {
    display: none;
  }
  .header-v5 .yt-menu {
    position: relative;
  }
  .header-v5 .yt-menu .search-pro {
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    background-color: #d23436;
  }
  .header-v5 .yt-menu .search-pro:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }
  .header-v5 .yt-menu .search-pro .sm-searbox-content {
    display: none;
    position: absolute;
    right: 0px;
    padding: 5px;
  }
  .header-v5 .yt-menu .search-pro .sm-searbox-content .form-search {
    margin: 0px;
  }
  .header-v5 .yt-menu .search-pro:hover .sm-searbox-content {
    display: inline-block;
    background-color: #d23436;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
	#yt_tab_products img{max-width:480px}
  .sm_megamenu_wrapper_horizontal_menu {
    display: none;
  }
  /*= HEADER =*/
  .yt-menu-container-home {
    display: none;
  }
  .header-default .yt-header-under .mini-cart-header {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 9;
  }
  .header-default .action-mobile,
  .header-default .btn-search-mobile {
    display: none;
  }
  .header-default .sl-header-text {
    display: none;
  }
  .header-default .sm-serachbox-pro .form-search {
    width: 100%;
  }
  .header-default .sm-serachbox-pro .form-search .cat-wrapper {
    display: none;
  }
  .header-default .sm-serachbox-pro .form-search .input-search {
    margin-left: 0px;
  }
  .header-default .sm-serachbox-pro .form-search .input-search #search {
    margin-bottom: 6px;
  }
  .header-v3 .sl-header-text {
    display: none;
  }
  .header-v3 .action-mobile {
    display: none;
  }
  .header-v3 .yt-header-middle .mini-cart-header .mini-cartpro.block {
    margin-right: -28px;
  }
  .header-v3 .sm-serachbox-pro {
    width: 50px;
    height: 50px;
    border-left: 1px solid #474e58;
    position: relative;
    z-index: 99;
  }
  .header-v3 .sm-serachbox-pro:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
  }
  .header-v3 .sm-serachbox-pro .sm-searbox-content {
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
  }
  .header-v3 .sm-serachbox-pro .sm-searbox-content .form-search {
    margin: 0px;
  }
  .header-v3 .sm-serachbox-pro:hover {
    background-color: #474e58;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
  }
  .header-v3 .sm-serachbox-pro:hover .sm-searbox-content {
    display: block;
    background-color: #474e58;
    padding: 10px;
  }
  .header-v3 .yt-header-under .yt-menu {
    position: relative;
    top: -39px;
  }
  .header-v3 #yt-responsivemenu {
    z-index: 10;
    top: -20px;
  }
  .header-v3 #yt-responsivemenu .btn.btn-navbar {
    left: 5px;
  }
  .header-v3 #yt-responsivemenu #yt_resmenu_collapse {
    top: 46px;
  }
  .header-v3 #yt-responsivemenu .menu-selectbox > select {
    height: 46px;
  }
  .header-v4 .sl-header-text,
  .header-v4 .yt-header-under,
  .header-v4 .ver-megamenu-header,
  .header-v4 .action-mobile {
    display: none;
  }
  .header-v4 .logo-wrapper {
    text-align: center;
  }
  .header-v4 .yt-searchbox-vermenu {
    position: absolute;
    top: 0px;
    padding-left: 46px;
  }
  .header-v4 .header-under-2-wrapper {
    height: 47px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro {
    margin-right: 20px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
    width: 325px;
  }
  .header-v4 #yt-responsivemenu .btn.btn-navbar {
    height: 47px;
    z-index: 9;
  }
  .header-v4 #yt_resmenu_collapse {
    top: 47px;
  }
  .header-v4 #yt-responsivemenu .menu-selectbox > select {
    position: absolute;
    z-index: 10;
    height: 48px;
  }
  .header-v5 .action-mobile,
  .header-v5 .btn-search-mobile {
    display: none;
  }
  .header-v5 .sl-header-text {
    display: none;
  }
  .header-v5 .yt-menu {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  .header-v5 .yt-menu .ver-megamenu-header {
    display: none;
  }
  .header-v5 #yt-responsivemenu .menu-selectbox > select {
    height: 41px;
  }
}
@media (max-width: 767px) {
  .super-category-block .category-wrap-cat {
    background: url(../images/btn-menu-mobile.png) no-repeat center center #525252;
  }
  .sm_megamenu_wrapper_horizontal_menu {
    display: none;
  }
  /*= HEADER =*/
  .yt-menu-container-home {
    display: none;
  }
  .header-default .yt-header-under .mini-cart-header {
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 9;
  }
  .header-default .sl-header-text,
  .header-default .hot-line,
  .header-default .login-link,
  .header-default .my-account-link,
  .header-default .checkout-link {
    display: none;
  }
  .header-default .btn-search-mobile,
  .header-default .action-mobile,
  .header-default .login-mobile-btn,
  .header-default .account-mobile-btn {
    display: block;
    position: relative;
  }
  .header-default .login-mobile-btn ul li a:after,
  .header-default .account-mobile-btn ul li a:after {
    display: none;
  }
  .header-default .yt-header-top .block-currency,
  .header-default .yt-header-top .language-switcher {
    float: left;
    margin-left: -1px;
  }
  .header-default .yt-header-top .block-currency {
    margin-left: 0px;
  }
  .header-default .action-mobile .block-action-header > ul > li {
    border-right: 1px solid #ddd;
  }
  .header-default .action-mobile .block-action-header > ul > li > a {
    width: 46px;
    text-align: center;
    text-indent: 5px;
  }
  .header-default .action-mobile .block-action-header:hover .dropdown-mobile {
    display: block;
  }
  .header-default .dropdown-mobile {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 170px;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 100;
    background-color: #fff;
    display: none;
  }
  .header-default .dropdown-mobile ul li a {
    display: block;
    padding: 4px 0px;
  }
  .header-default .search-pro {
    background: none repeat scroll 0 0 white;
    bottom: -101px;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
  }
  .header-default .search-pro .sm-serachbox-pro .form-search {
    width: 100%;
  }
  .header-default .search-pro .sm-serachbox-pro .form-search .cat-wrapper {
    display: none;
  }
  .header-default .search-pro .sm-serachbox-pro .form-search .input-search {
    margin-left: 0px;
  }
  .header-default .search-pro .sm-serachbox-pro .form-search .input-search #search {
    margin-bottom: 6px;
    width: 100%;
  }
  .header-default .search-pro.show {
    display: block;
  }
  .header-default .btn-search-mobile {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 101px;
    top: 0px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
  }
  .header-default .btn-search-mobile.active {
    background-color: #525252;
  }
  .header-default.header-v2 .logo-wrapper {
    text-align: center;
  }
  .header-v3 .sl-header-text,
  .header-v3 .hot-line,
  .header-v3 .login-link,
  .header-v3 .my-account-link,
  .header-v3 .checkout-link {
    display: none;
  }
  .header-v3 .btn-search-mobile,
  .header-v3 .action-mobile,
  .header-v3 .login-mobile-btn,
  .header-v3 .account-mobile-btn {
    display: block;
    position: relative;
  }
  .header-v3 .login-mobile-btn ul li a:after,
  .header-v3 .account-mobile-btn ul li a:after {
    display: none;
  }
  .header-v3 .yt-header-top .block-currency,
  .header-v3 .yt-header-top .language-switcher {
    float: left;
    margin-left: -1px;
  }
  .header-v3 .yt-header-top .block-currency {
    margin-left: 0px;
  }
  .header-v3 .action-mobile .block-action-header > ul > li {
    border-right: 1px solid #76a6fe;
  }
  .header-v3 .action-mobile .block-action-header > ul > li > a {
    width: 46px;
    text-align: center;
    text-indent: 5px;
  }
  .header-v3 .action-mobile .block-action-header:hover .dropdown-mobile {
    display: block;
  }
  .header-v3 .action-mobile .my-account-link > ul > li {
    border-right: none;
  }
  .header-v3 .dropdown-mobile {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 170px;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 100;
    background-color: #fff;
    display: none;
  }
  .header-v3 .dropdown-mobile ul li a {
    display: block;
    padding: 4px 0px;
  }
  .header-v3 .yt-header-middle .mini-cart-header .mini-cartpro.block {
    margin-right: -28px;
  }
  .header-v3 .sm-serachbox-pro {
    width: 50px;
    height: 50px;
    border-left: 1px solid #474e58;
    position: relative;
    z-index: 99;
  }
  .header-v3 .sm-serachbox-pro:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 20px;
    color: #fff;
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-align: center;
  }
  .header-v3 .sm-serachbox-pro .sm-searbox-content {
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
  }
  .header-v3 .sm-serachbox-pro .sm-searbox-content .form-search {
    margin: 0px;
  }
  .header-v3 .sm-serachbox-pro:hover {
    background-color: #474e58;
    border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
  }
  .header-v3 .sm-serachbox-pro:hover .sm-searbox-content {
    display: block;
    background-color: #474e58;
    padding: 10px;
  }
  .header-v3 .yt-header-under .yt-menu {
    position: relative;
    top: -39px;
  }
  .header-v3 #yt-responsivemenu {
    z-index: 10;
    top: -20px;
  }
  .header-v3 #yt-responsivemenu .btn.btn-navbar {
    left: 5px;
  }
  .header-v3 #yt-responsivemenu #yt_resmenu_collapse {
    top: 46px;
  }
  .header-v3 #yt-responsivemenu .menu-selectbox > select {
    height: 46px;
  }
  .header-v3 .yt-header-middle .logo-wrapper {
    text-align: center;
  }
  .header-v3 .yt-header-middle .mini-cart-header {
    text-align: center;
  }
  .header-v3 .yt-header-middle .mini-cart-header .mini-cartpro {
    float: none;
    margin: 20px auto 0 !important;
    display: inline-block;
    text-align: left;
  }
  .header-v3 .yt-header-middle .mini-cart-header .block-title .btn-toggle .info-mini-cart {
    padding-right: 0px;
    border: none;
  }
  .header-v3 .yt-header-middle .mini-cart-header .block-content {
    right: -82px;
  }
  .header-v4 .sl-header-text,
  .header-v4 .hot-line,
  .header-v4 .login-link,
  .header-v4 .my-account-link,
  .header-v4 .checkout-link,
  .header-v4 .ver-megamenu-header,
  .header-v4 .yt-header-under {
    display: none;
  }
  .header-v4 .btn-search-mobile,
  .header-v4 .action-mobile,
  .header-v4 .login-mobile-btn,
  .header-v4 .account-mobile-btn {
    display: block;
    position: relative;
  }
  .header-v4 .login-mobile-btn ul li a:after,
  .header-v4 .account-mobile-btn ul li a:after {
    display: none;
  }
  .header-v4 .yt-header-top .block-currency,
  .header-v4 .yt-header-top .language-switcher {
    float: left;
    margin-left: -1px;
  }
  .header-v4 .yt-header-top .block-currency {
    margin-left: 0px;
  }
  .header-v4 .action-mobile .block-action-header > ul > li {
    border-right: 1px solid #c0c0c0;
  }
  .header-v4 .action-mobile .block-action-header > ul > li > a {
    width: 46px;
    text-align: center;
    text-indent: 5px;
  }
  .header-v4 .action-mobile .block-action-header:hover .dropdown-mobile {
    display: block;
  }
  .header-v4 .action-mobile .my-account-link > ul > li {
    border-right: none;
  }
  .header-v4 .dropdown-mobile {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 170px;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 100;
    background-color: #fff;
    display: none;
  }
  .header-v4 .dropdown-mobile ul li a {
    display: block;
    padding: 4px 0px;
  }
  .header-v4 .logo-wrapper {
    text-align: center;
  }
  .header-v4 .yt-searchbox-vermenu {
    position: absolute;
    top: 0px;
    right: 15px;
  }
  .header-v4 .header-under-2-wrapper {
    height: 47px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro {
    width: 47px;
    height: 47px;
    position: relative;
    top: -1px;
    background-color: #525252;
    z-index: 99;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro:before {
    content: "\f002";
    display: block;
    width: 100%;
    text-align: center;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    font-family: fontawesome;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .sm-searbox-content {
    display: none;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search {
    margin-top: 0px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
    width: 277px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro:hover .sm-searbox-content {
    display: block;
    position: absolute;
    right: -1px;
    padding: 5px;
    background-color: #525252;
  }
  .header-v4 .header-under-2-wrapper .mini-cart-header {
    background-color: #525252;
    background-image: none;
    margin-left: 1px;
    width: 47px;
    height: 47px;
    position: relative;
    top: -1px;
  }
  .header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle:after {
    left: 16px;
  }
  .header-v4 .header-under-2-wrapper .mini-cart-header .block-content {
    top: 47px;
  }
  .header-v4 .header-under-2-wrapper .header-customer-links {
    display: none;
  }
  .header-v4 #yt-responsivemenu .btn.btn-navbar {
    height: 47px;
    z-index: 9;
  }
  .header-v4 #yt_resmenu_collapse {
    top: 47px;
  }
  .header-v4 #yt-responsivemenu .menu-selectbox > select {
    position: absolute;
    z-index: 10;
    height: 48px;
  }
  .header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle .info-mini-cart,
  .header-v4 .header-under-2-wrapper .mini-cart-header .block-title .btn-toggle:before {
    display: none;
  }
  .header-v5 #yt-responsivemenu .menu-selectbox > select {
    height: 41px;
  }
  .header-v5 .sl-header-text,
  .header-v5 .hot-line,
  .header-v5 .login-link,
  .header-v5 .my-account-link,
  .header-v5 .checkout-link,
  .header-v5 .ver-megamenu-header {
    display: none;
  }
  .header-v5 .btn-search-mobile,
  .header-v5 .action-mobile,
  .header-v5 .login-mobile-btn,
  .header-v5 .account-mobile-btn {
    display: block;
    position: relative;
  }
  .header-v5 .login-mobile-btn ul li a:after,
  .header-v5 .account-mobile-btn ul li a:after {
    display: none;
  }
  .header-v5 .yt-header-top .block-currency,
  .header-v5 .yt-header-top .language-switcher {
    float: left;
    margin-left: -1px;
  }
  .header-v5 .yt-header-top .block-currency {
    margin-left: 0px;
  }
  .header-v5 .action-mobile .block-action-header > ul > li {
    border-right: 1px solid #ddd;
  }
  .header-v5 .action-mobile .block-action-header > ul > li > a {
    width: 46px;
    text-align: center;
    text-indent: 5px;
  }
  .header-v5 .action-mobile .block-action-header:hover .dropdown-mobile {
    display: block;
  }
  .header-v5 .dropdown-mobile {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 170px;
    border: 1px solid #ddd;
    padding: 10px;
    z-index: 100;
    background-color: #fff;
    display: none;
  }
  .header-v5 .dropdown-mobile ul li a {
    display: block;
    padding: 4px 0px;
  }
  .header-v5 .yt-menu {
    position: absolute;
    right: 15px;
    top: 0px;
  }
  .header-v5 .yt-menu .search-pro {
    height: 40px;
    position: absolute;
    right: 0;
    width: 40px;
    background-color: #d23436;
  }
  .header-v5 .yt-menu .search-pro:before {
    content: "\f002";
    font-family: fontawesome;
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
  }
  .header-v5 .yt-menu .search-pro .sm-searbox-content {
    display: none;
    position: absolute;
    right: 0px;
    padding: 5px;
  }
  .header-v5 .yt-menu .search-pro .sm-searbox-content .form-search {
    margin: 0px;
  }
  .header-v5 .yt-menu .search-pro:hover .sm-searbox-content {
    display: inline-block;
    background-color: #d23436;
  }
  .header-v5 .yt-header-middle .mini-cart-header {
    position: absolute;
    bottom: -64px;
    right: 56px;
    z-index: 99;
  }
  .header-v5 .yt-header-middle .mini-cart-header .block-title {
    background-color: #d23436;
    background-image: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .header-v5 .yt-header-middle .mini-cart-header .block-content {
    right: -41px;
  }
  .logo-wrapper {
    text-align: center;
  }
}
@media (max-width: 480px) {
	#yt_tab_products img{max-width:480px}
  .header-default .toplinks-setting {
    padding: 0px;
    text-align: center;
  }
  .header-default .toplinks-setting > div {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .header-default .toplinks-setting .setting-page {
    margin: 0 5px;
  }
  .header-default .logo-w {
    width: 100%;
    text-align: center;
  }
  .header-default .car-header-wrapper {
    width: 100%;
    padding-top: 25px;
  }
  .header-default .car-header-wrapper .header-cart {
    float: none;
  }
  .header-default .car-header-wrapper .header-cart .mini-cartpro {
    text-align: center;
  }
  .header-default .car-header-wrapper .header-cart .mini-cartpro .block-title {
    display: inline-block;
    text-align: left;
  }
  .header-default .car-header-wrapper .header-cart .mini-cartpro .block-content {
    left: 50%;
    right: auto;
    margin-left: -159px;
  }
  .header-default .links-top .account-link,
  .header-default .setting-page .btn-setting {
    padding: 0 24px 0 7px;
  }
  .header-default .links-top .account-link a:before,
  .header-default .setting-page .btn-setting a:before {
    background: none;
  }
  .header-default .links-top .account-link a:after,
  .header-default .setting-page .btn-setting a:after {
    right: 8px;
  }
  .header-default .dropdown-block {
    text-align: left;
  }
  /*=====HEADER STYLE 1=====*/
  .header-style-1 .search-header {
    right: 65px;
  }
  .header-style-1 .search-header .form-search #search {
    width: 188px;
  }
  .header-style-1 .block-content {
    right: -14px;
  }
  .header-style-1 .yt-header-top .info-header li {
    margin: 0 10px !important;
  }
  /*=====HEADER STYLE 2=====*/
  .header-style-2 .search-header .form-search #search {
    width: 188px;
  }
  /*=====HEADER STYLE 4=====*/
  .header-style-4 .mini-cartpro .btn-toggle .cart-icon {
    width: 30px;
  }
  .header-style-4 .mini-cartpro .info-mini-cart {
    margin-left: 37px;
  }
  .header-v3 .sm-serachbox-pro .form-search .cat-wrapper {
    display: none;
  }
  .header-v3 .sm-serachbox-pro .form-search .input-search {
    margin-left: 0px;
  }
  .header-v3 .sm-serachbox-pro .form-search .input-search #search {
    width: 270px;
    margin-top: 0px;
    height: 30px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .cat-wrapper {
    display: none;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search {
    margin-left: 0px;
  }
  .header-v4 .header-under-2-wrapper .sm-serachbox-pro .form-search .input-search #search {
    width: 233px;
  }
  .header-v4 .header-under-2-wrapper .mini-cart-header .block-content {
    width: 290px;
  }
  .header-v5 .yt-header-middle .mini-cart-header .block-content {
    width: 290px;
  }
  .header-v5 .yt-header-under .sm-serachbox-pro .cat-wrapper {
    display: none;
  }
  .header-v5 .yt-header-under .sm-serachbox-pro .form-search .input-search {
    margin-left: 0px;
  }
  .header-v5 .yt-header-under .sm-serachbox-pro .form-search .input-search #search {
    width: 280px;
  }
}
@media (max-width: 320px) {
  .yt-header-under .mini-cart-header .block-content {
    width: 290px !important;
  }
  .header-style-4 .yt-header-top .setting-page .dropdown-block {
    right: -53px;
  }
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}
/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  text-transform: uppercase;
}
.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://noithatminhthi.com/static/hinh.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
}
.configurable-swatch-list {
  clear: both;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-label {
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
  border: 1px solid #ddd;
}
#narrow-by-list dd .configurable-swatch-list li a:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}
@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}
/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}
.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}
.configurable-swatch-list li {
  display: inline-block;
}
.configurable-swatch-list li .swatch-label {
  text-align: center;
}
.product-image .configurable-swatch-list {
  text-align: center;
}
#narrow-by-list .configurable-swatch-list li {
  width: 33%;
  float: left;
}
.configurable-swatch-list li a {
  padding-left: 0px !important;
}
.configurable-swatch-list li a:before {
  display: none;
}
#layered-navigation #narrow-by-list dd .configurable-swatch-list li a:hover:after,
#layered-navigation #narrow-by-list dd .configurable-swatch-list li a.checked:after {
  display: none;
}
.products-grid .product-image .hidden {
  display: none !important;
}
.products-grid .configurable-swatch-list {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  z-index: 10;
}
.yt-product-detail .product-options .option-config {
  margin-left: 0px;
  margin-right: 0px;
}
.product-image-gallery img {
  display: none !important;
}
.btn-cart.out-of-stock {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}
.btn-cart.out-of-stock:hover {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
  color: #666 !important;
}
.btn-cart.out-of-stock:hover:before {
  background-position: right center;
}
.configurable-swatch-list li:before {
  display: none !important;
}
.configurable-swatch-list li:hover a:before {
  background: none !important;
}
.layer-noshopby .configurable-swatch-list {
  padding-bottom: 30px;
}
.products-list .item-image .configurable-swatch-list {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  width: 100%;
}
.swatch-attr {
  padding: 0 15px;
}
dd.swatch-attr {
  margin-bottom: 5px !important;
}
.swatch-attr.last {
  margin-bottom: 10px !important;
}
.toolbar .view-mode-wrap .view-mode .list {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
.toolbar .view-mode-wrap .view-mode .grid {
  background-image: url(https://noithatminhthi.com/static/hinh.png);
}
/***---Device---***/
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: 1200px !important;
  }
  .catalog-category-view .toolbar .sort-by-wrap {
    margin-left: 202px;
  }
  /*= MEGAMENU =*/
  #yt_header .header-default .yt-header-under.menu-on-top {
    position: fixed;
    top: 0px;
    z-index: 99;
  }
  #yt_header .header-default .yt-header-under.menu-on-top .yt-menu {
    padding: 0 15px;
  }
  #yt_header .header-default .yt-header-under.menu-on-top .item-icon {
    display: none !important;
  }
  #yt_header .header-default.header-v2 .yt-header-under.menu-on-top .yt-menu {
    padding: 0;
  }
  #yt_header .header-v3 .yt-header-under.menu-on-top {
    position: fixed;
    top: 0px;
    height: 50px;
    z-index: 99;
    background-color: #323a45;
  }
  #yt_header .header-v3 .yt-header-under.menu-on-top .yt-menu {
    margin-top: 0px;
    border-radius: 0px;
  }
  #yt_header .header-v3 .yt-header-under.menu-on-top .item-icon {
    display: none !important;
  }
  #yt_header .header-v3 .yt-header-under.menu-on-top .sm-serachbox-pro .form-search {
    margin-right: 0px;
  }
  #yt_header .header-v3 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li:first-child > a {
    border-radius: 0px;
  }
  #yt_header .header-v4 .yt-header-under.menu-on-top {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #ea3a3c;
    z-index: 99;
  }
  #yt_header .header-v4 .yt-header-under.menu-on-top .yt-menu {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
  }
  #yt_header .header-v4 .yt-header-under.menu-on-top .item-icon {
    display: none !important;
  }
  #yt_header .header-v4 .yt-header-under.menu-on-top .sm_megamenu_wrapper_horizontal_menu .sm_megamenu_menu > li a.sm_megamenu_head {
    color: #fff;
  }
  #yt_header .header-v5 .yt-header-under.menu-on-top {
    position: fixed;
    top: 0px;
    z-index: 99;
  }
  #yt_header .header-v5 .yt-header-under.menu-on-top .item-icon {
    display: none !important;
  }
  .mobile-item-parent > div {
    width: 630px !important;
  }
  .mobile-item-parent > div .border-column {
    padding-left: 30px !important;
    width: 31% !important;
  }
  .mobile-item-parent > div .img-st-h {
    padding-left: 25px !important;
  }
  .electronic-item-parent > div {
    width: 630px !important;
  }
  .electronic-item-parent > div .border-column {
    padding-left: 30px !important;
    width: 31% !important;
  }
  .electronic-item-parent > div .border-last {
    border: none !important;
  }
  .electronic-item-parent > div .accessories-electronic {
    width: 34% !important;
  }
  .electronic-item-parent > div .img-st-h {
    padding-left: 25px !important;
  }
  .clear-block {
    clear: both;
  }
  .padding-top {
    padding-top: 20px;
  }
  .static-home-2 > ul > li.col-s-1 {
    width: 25%;
  }
  .static-home-2 > ul > li.col-s-2 {
    width: 34.188%;
  }
  .static-home-2 > ul > li.col-s-3 {
    width: 17.09%;
  }
  .static-home-2 > ul > li.col-s-4 {
    width: 23.082%;
  }
  /*= HEADER V2 =*/
  .header-default.header-v2 .sm-serachbox-pro .form-search {
    width: 95%;
  }
  .header-default.header-v2 .sm-serachbox-pro .form-search .input-search #search {
    width: 100%;
  }
  .header-default.header-v2 .sm-serachbox-pro .form-search .cat-wrapper {
    width: 142px;
  }
  .header-default.header-v2 .sm-serachbox-pro .form-search .cat-wrapper span {
    text-align: center;
    width: 111px !important;
  }
  .header-default.header-v2 .sm-serachbox-pro .form-search .input-search {
    margin-left: 142px;
  }
  /*= FOOTER =*/
  .yt-footer-wrap .footer-top {
    min-height: 70px;
  }
  .yt-footer-wrap .footer-top .validation-advice {
    max-width: 270px;
    margin-bottom: 5px;
  }
  .yt-footer-wrap .footer-top .socials-wrap {
    height: 70px;
    margin-top: -12px;
    margin-right: -15px;
  }
  .yt-footer-wrap .footer-top .socials-wrap ul li a {
    height: 70px;
    line-height: 70px;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
    margin-left: 5px;
  }
  .account-block {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-left: 20px;
  }
  .infomation-block {
    padding-left: 20px;
    border-right: 1px solid #dddddd;
  }
  /*=QUICK VIEW=*/
  .quickview-main .product-img-box .more-views {
    top: 14px;
  }
  .quickview-main .product-img-box .wrap-jCarouselLite {
    height: 326px;
    overflow: hidden;
  }
  .quickview-main .product-img-box .popup-btn {
    display: none !important;
  }
  /*= HOME PAGE =*/
  .latest-blog .block-content {
    margin: -20px -19px 0;
  }
  /*= LISTING =*/
  .block-image-static {
    margin-bottom: 0px;
  }
  .cmspage4.cms-home-v4 .yt-slideshow {
    padding-left: 300px;
  }
  .cmspage4 .list-services {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmspage4 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage3.cms-home-v3 .yt-slideshow {
    padding-right: 300px;
  }
  .cmspage3 .list-services {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmspage3 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage5.cms-home-v5 .yt-slideshow {
    padding-right: 300px;
  }
  .cmspage5 .list-services {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cmspage5 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage5 .deal-wrapper .custom-nav-default {
    top: -61px;
    right: 18px;
    position: absolute;
  }
  .cmspage5 .deal-wrapper .custom-nav-default .button-default {
    width: 24px;
    height: 24px;
    font-size: 17px;
    line-height: 22px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  .cmspage5 .deal-wrapper .custom-nav-default .prev-deal {
    left: -36px;
  }
  .cmspage5 .super-cat-wrapper-h5 .custom-nav-default {
    top: -70px;
    right: 18px;
    position: absolute;
  }
  .cmspage5 .super-cat-wrapper-h5 .custom-nav-default .button-default {
    width: 24px;
    height: 24px;
    font-size: 17px;
    line-height: 22px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
  }
  .cmspage5 .super-cat-wrapper-h5 .custom-nav-default .prev-cat {
    left: -36px;
  }
  .banner-right {
    position: absolute;
    right: 15px;
    top: 0px;
  }
  .banner-right li {
    margin-bottom: 10px;
  }
  .client-wrapper-b {
    position: relative;
    top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*= HOME PAGE =*/
  .static-home-2 > ul > li.col-s-1 {
    width: 25.64%;
  }
  .static-home-2 > ul > li.col-s-2 {
    width: 34.188%;
  }
  .static-home-2 > ul > li.col-s-3 {
    width: 17.09%;
  }
  .static-home-2 > ul > li.col-s-4 {
    width: 23.082%;
  }
  .customNavigation .button-default {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
  }
  .super-cat-wrapper .respl-item .item-inner {
    border: 1px solid #ddd;
  }
  .super-cat-wrapper .border-cat {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .col-2-wrapper #yt_left,
  .col-2-wrapper #yt_right {
    width: 30% !important;
  }
  .col-2-wrapper #yt_main {
    width: 70% !important;
  }
  /**HOME PAGE STYLE 3**/
  .cmspage3 .banner-right ul {
    margin: 0 -15px;
  }
  .cmspage3 .banner-right ul li {
    padding: 0 15px;
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
  }
  .cmspage3 .banner-right ul li img {
    width: 100%;
  }
  .cmspage3 .list-services {
    margin: 0 -15px;
  }
  .cmspage3 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage3 .static-image-home-right {
    margin-bottom: 30px;
  }
  /**HOME PAGE STYLE 4**/
  .cmspage4 .list-services {
    margin: 0 -15px;
  }
  .cmspage4 .list-services li {
    margin-bottom: 30px;
  }
  /**HOME PAGE STYLE 5**/
  .cmspage5 .banner-right li {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .cmspage5 .list-services {
    margin: 0 -15px;
  }
  .cmspage5 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat {
    width: 244px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat img {
    width: 100%;
  }
  .cmspage5 .super-cat-wrapper-h5 {
    margin-left: 0px;
  }
  .cmspage5 .client-wrapper-b {
    margin-bottom: 30px;
  }
  /*= MEGAMENU =*/
  .home-wrapper-item .color-block ul li a {
    width: 35px;
    height: 35px;
  }
  .mobile-item-parent > div {
    width: 630px !important;
  }
  .mobile-item-parent > div .border-column {
    padding-left: 30px !important;
    width: 31% !important;
  }
  .mobile-item-parent > div .img-st-h {
    padding-left: 25px !important;
  }
  .electronic-item-parent > div {
    width: 630px !important;
  }
  .electronic-item-parent > div .border-column {
    padding-left: 30px !important;
    width: 31% !important;
  }
  .electronic-item-parent > div .border-last {
    border: none !important;
  }
  .electronic-item-parent > div .accessories-electronic {
    width: 34% !important;
  }
  .electronic-item-parent > div .img-st-h {
    padding-left: 25px !important;
  }
  .clear-block {
    clear: both;
  }
  .padding-top {
    padding-top: 20px;
  }
  .latest-blog .block-content {
    margin: -20px -19px 0;
  }
  .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1:hover > div {
    left: 259px;
  }
  /*= FOOTER =*/
  .yt-footer-wrap .footer-top {
    min-height: 70px;
  }
  .yt-footer-wrap .footer-top .validation-advice {
    max-width: 270px;
    margin-bottom: 5px;
  }
  .yt-footer-wrap .footer-top .socials-wrap {
    height: 70px;
    margin-top: -12px;
    margin-right: -15px;
  }
  .yt-footer-wrap .footer-top .socials-wrap ul li a {
    height: 70px;
    line-height: 70px;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
    margin-left: 5px;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
    width: 210px;
  }
  .account-block {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding-left: 20px;
  }
  .infomation-block {
    padding-left: 20px;
    border-right: 1px solid #dddddd;
  }
  .yt-footer-wrap .footer-middle .content-block-footer .payment-method li {
    margin-right: 0px;
  }
  /*= LISTING =*/
  .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler {
    display: none !important;
  }
  .respl-item .item-inner .btn-pd.sm_quickview_handler {
    display: none !important;
  }
  /*=DETAIL PAGE=*/
  .product-img-box .wrap-jCarouselLite {
    height: 326px;
    overflow: hidden;
  }
  .yt-product-detail .related-col-3 {
    width: 30% !important;
  }
  .yt-product-detail .tab-col-9 {
    width: 70% !important;
  }
  .yt-product-detail .resp-tabs-list li a {
    padding: 6px 15px;
  }
  .yt-product-detail .product-img-box .more-views {
    top: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .customNavigation .button-default {
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
  }
  .static-home-2 > ul > li.col-s-1 {
    width: 25.64%;
  }
  .static-home-2 > ul > li.col-s-2 {
    width: 34.188%;
  }
  .static-home-2 > ul > li.col-s-3 {
    width: 17.09%;
  }
  .static-home-2 > ul > li.col-s-4 {
    width: 23.082%;
  }
  .super-cat-wrapper .respl-item .item-inner {
    border: 1px solid #ddd;
  }
  .super-cat-wrapper .border-cat {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
    display: none;
  }
  .mega-left-title,
  .sm_megamenu_wrapper_vertical_menu {
    display: none;
  }
  .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
    display: none !important;
  }
  .sm_megamenu_wrapper_vertical_menu ul {
    display: inline-block;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu ul > li {
    width: 50%;
    float: left;
  }
  .latest-blog .block-content {
    margin-left: -10px;
    margin-right: -10px;
  }
  .latest-blog .owl-item .item-blog {
    padding: 0 15px;
  }
  .latest-blog .owl-item .item-blog .blog-info {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
  }
  .latest-blog .owl-item .item-blog .blog-info .postTitle h2 a {
    line-height: 21px;
  }
  .block-brand .brand-wrapper ul li {
    width: 25%;
  }
  .yt-footer-wrap .footer-top .socials-wrap {
    margin-bottom: 10px;
  }
  .yt-footer-wrap .footer-top .socials-wrap ul li a {
    margin: 0 15px;
  }
  .yt-footer-wrap .footer-middle .col-footer {
    padding: 5px 0px 10px;
  }
  .yt-footer-wrap .footer-top {
    padding-bottom: 12px;
  }
  .yt-footer-wrap .footer-top .validation-advice {
    max-width: 270px;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
    width: 220px;
  }
  /**HOME PAGE STYLE 3**/
  .cmspage3 .banner-right ul {
    margin: 0 -15px;
  }
  .cmspage3 .banner-right ul li {
    padding: 0 15px;
    margin-bottom: 30px;
    float: left;
    width: 33.33%;
  }
  .cmspage3 .banner-right ul li img {
    width: 100%;
  }
  .cmspage3 .list-services {
    margin: 0 -15px;
  }
  .cmspage3 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage3 .yt-main-left {
    clear: both;
  }
  .cmspage3 .static-image-home-right {
    margin-bottom: 30px;
  }
  /**HOME PAGE STYLE 4**/
  .cmspage4 .list-services {
    margin: 0 -15px;
  }
  .cmspage4 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage4 #yt_left {
    clear: both;
  }
  /**HOME PAGE STYLE 5**/
  .cmspage5 .banner-right li {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .cmspage5 .list-services {
    margin: 0 -15px;
  }
  .cmspage5 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat {
    width: auto;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat > a {
    width: 241px;
    float: left;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat > a img {
    left: 1px;
    top: 1px;
    width: 100%;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat .cat-list {
    margin-left: 250px;
  }
  .cmspage5 .super-cat-wrapper-h5 {
    margin-left: 0px;
  }
  .cmspage5 .client-wrapper-b {
    margin-bottom: 30px;
  }
  .cmspage5 .client-say-bottom {
    clear: both;
  }
  /*= LISTING =*/
  .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler,
  .respl-item .item-inner .btn-pd.sm_quickview_handler {
    display: none !important;
  }
  .respl-item .item-inner .btn-pd {
    right: 7px !important;
  }
  /*=DETAIL PAGE=*/
  .yt-product-detail .product-img-box .more-views {
    top: 49px;
  }
  .yt-product-detail .product-img-box .wrap-jCarouselLite {
    height: 326px;
    overflow: hidden;
  }
  .yt-product-detail .yt-detail-right {
    clear: both;
  }
  .yt-product-detail .resp-tabs-list li a {
    padding: 6px 20px;
  }
  /*======================404 PAGE=====================*/
  .wrapper_404page .content-404page {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .img-right-404 {
    text-align: center;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #cpanel_wrapper {
    display: none;
  }
  /*= HOME PAGE =*/
  .sm_megamenu_wrapper_vertical_menu .sm_megamenu_menu > li.parent-child > a:before {
    display: none;
  }
  .mega-left-title,
  .sm_megamenu_wrapper_vertical_menu {
    display: none;
  }
  .list-services li {
    margin-bottom: 20px;
  }
  .deal-wrapper .block-title-default {
    margin-bottom: 0px;
  }
  .sm_megamenu_wrapper_vertical_menu.css_effect .sm_megamenu_lv1 > div {
    display: none !important;
  }
  .customNavigation .button-default {
    position: relative !important;
    transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    left: 0px !important;
    right: 0px !important;
    top: 0px;
  }
  .super-cat-wrapper {
    margin-top: 0px;
  }
  .super-cat-wrapper .respl-item .item-inner {
    border: 1px solid #ddd;
  }
  .super-cat-wrapper .border-cat {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .super-category-block .category-wrap-cat {
    height: 28px;
    position: relative;
    right: -1px;
    top: 7px;
    width: 30px;
    cursor: pointer;
  }
  .super-category-block .category-wrap-cat:hover {
    background-color: #444;
  }
  .super-category-block .category-wrap-cat > ul {
    display: none;
    position: absolute;
    width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px 0px;
    top: 28px;
    right: 0px;
    z-index: 99;
  }
  .super-category-block .category-wrap-cat > ul li {
    display: block;
    float: none;
  }
  .super-category-block .category-wrap-cat > ul li a {
    display: block;
    border: none;
    padding: 4px 10px;
  }
  .super-category-block .category-wrap-cat:hover > ul {
    display: block;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .title-block {
    background: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer {
    text-align: center;
    padding-top: 10px;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .block-content {
    float: none;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .validation-advice {
    width: 270px;
  }
  .yt-footer-wrap .footer-middle .col-footer {
    padding: 15px 0px;
  }
  /**HOME PAGE STYLE 3**/
  .cmspage3 .banner-right ul li {
    margin-bottom: 30px;
  }
  .cmspage3 .banner-right ul li img {
    width: 100%;
  }
  .cmspage3 .list-services {
    margin: 0 -15px;
  }
  .cmspage3 .super-category-block .category-wrap-cat {
    top: 5px;
    right: 4px;
  }
  .cmspage3 .static-image-home-right {
    margin-bottom: 40px;
  }
  .cmspage3 .static-image-home-right img {
    width: 100%;
  }
  /**HOME PAGE STYLE 4**/
  .cmspage4 .list-services {
    margin: 0 -15px;
  }
  .cmspage4 #yt_left {
    clear: both;
  }
  /**HOME PAGE STYLE 5**/
  .cmspage5 .banner-right li {
    text-align: center;
    float: left;
    width: 50%;
    margin-bottom: 30px;
  }
  .cmspage5 .list-services {
    margin: 0 -15px;
    clear: both;
  }
  .cmspage5 .list-services li {
    margin-bottom: 30px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat {
    width: auto;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat > a {
    width: 241px;
    float: left;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat > a img {
    left: 1px;
    top: 1px;
    width: 100%;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat .cat-list {
    margin-left: 250px;
  }
  .cmspage5 .super-cat-wrapper-h5 {
    margin-left: 0px;
  }
  .cmspage5 .client-wrapper-b {
    margin-bottom: 30px;
  }
  .cmspage5 .client-say-bottom {
    clear: both;
  }
  /*=LISTING PAGE=*/
  .respl-item .item-inner .btn-pd {
    right: 7px !important;
  }
  .products-list .respl-item-list .w-image-box .item-image .sm_quickview_handler,
  .respl-item .item-inner .btn-pd.sm_quickview_handler {
    display: none !important;
  }
  .toolbar .pagination-wrap {
    display: none;
  }
  .toolbar-bottom .toolbar .sort-by-wrap,
  .toolbar-bottom .toolbar .limiter-wrap {
    display: none;
  }
  .toolbar-bottom .toolbar .pagination-wrap {
    display: block;
  }
  .sm_quickview_handler {
    display: none !important;
  }
  /*=DETAIL PAGE=*/
  .yt-product-detail .yt-detail-right {
    padding-top: 20px;
    clear: both;
  }
  .upsell-product-wrapper .block-title-default {
    margin-bottom: 0px;
  }
  /* TABLE BLOCK */
  .data-table {
    table-layout: fixed;
  }
  .data-table thead th,
  .data-table thead td,
  .data-table tr.even th,
  .data-table tr.odd td,
  .data-table tr.odd th,
  .data-table tr.even td,
  .data-table tfoot td,
  .data-table tr.first th,
  .data-table tr.first td {
    border: medium none !important;
    display: inline-block;
    float: none !important;
    text-align: center;
    width: 100% !important;
  }
  .data-table thead th,
  .data-table tr.even th,
  .data-table tr.odd th,
  .data-table tr.first th {
    background: #777777;
    color: #FFFFFF;
    margin-bottom: 1px;
    min-height: 30px;
  }
  .data-table colgroup {
    display: block;
  }
  .data-table thead {
    border: none;
  }
  .data-table tr {
    display: block;
  }
  .data-table tr td {
    display: block;
    border: none;
    text-align: center;
  }
  #shopping-cart-table tfoot td {
    padding: 10px 0px 0px 0px;
  }
  #shopping-cart-table .button {
    margin-bottom: 10px;
    margin-left: 0px;
    width: 100%;
  }
  #my-reviews-table .rating-box {
    float: none;
    margin: 0 auto;
  }
  .my-account .data-table#my-orders-table .item-options > dt {
    clear: none;
    float: none;
    margin-right: 0px;
  }
  /* END TABLE BLOCK */
  /*=LOGIN PAGE=*/
  .new-users {
    margin-bottom: 20px;
  }
  .new-users .cus-wrapper-login {
    min-height: inherit;
  }
  /*=ABOUT US=*/
  .content-about-us .des-about-us {
    clear: both;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding: 15px 0px 20px;
  }
  /*=CONTACT US=*/
  .contact-map-wrap .contact-des {
    padding-bottom: 15px;
  }
  .yt-footer-wrap .footer-top {
    padding-bottom: 12px;
  }
  .yt-footer-wrap .footer-top .validation-advice {
    max-width: 270px;
  }
  /*======================404 PAGE=====================*/
  .wrapper_404page .content-404page {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper_404page .content-404page .button-404 {
    padding-bottom: 30px;
  }
  .img-right-404 {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  /*=HOME PAGE DEFAULT=*/
  #yt_tab_products img{max-width:480px}
  .static-home-2 > ul > li.col-s-1 {
    width: 25.64%;
  }
  .static-home-2 > ul > li.col-s-2 {
    width: 34.188%;
  }
  .static-home-2 > ul > li.col-s-3 {
    width: 17.09%;
  }
  .static-home-2 > ul > li.col-s-4 {
    width: 23.082%;
  }
  .sm_megamenu_wrapper_vertical_menu ul {
    display: inline-block;
    width: 100%;
  }
  .sm_megamenu_wrapper_vertical_menu ul > li {
    width: 50%;
    float: left;
  }
  .block-brand .brand-wrapper ul li {
    width: 25%;
  }
  .latest-blog .block-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .latest-blog .owl-item .item-blog {
    padding: 0 15px;
  }
  .latest-blog .owl-item .item-blog .blog-info {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
  }
  .latest-blog .owl-item .item-blog .blog-info .postTitle h2 a {
    line-height: 21px;
  }
  /**HOME PAGE STYLE 5**/
  .cmspage5 .banner-right ul {
    margin: 0 -15px;
  }
  .cmspage5 .banner-right ul li {
    padding: 0 15px;
  }
  .cmspage5 .banner-right ul li img {
    width: 100%;
  }
  /*=LISTING PAGE=*/
  .products-grid .respl-item {
    width: 50%;
    float: left;
  }
  /*=DETAIL PAGE=*/
  .yt-product-detail .wrap-jCarouselLite {
    height: 326px;
    overflow: hidden;
  }
  /*=POPUP LOGIN=*/
}
@media (max-width: 480px) {
  /*=HOME PAGE DEFAULT=*/
  #yt_tab_products img{max-width:480px; max-height:480px;}
  
  .latest-blog .item-blog .img-blog img {
    width: 100%;
  }
  .block-title-default h2 span {
    padding: 0 13px;
    font-size: 120%;
  }
  .static-home-2 > ul > li {
    width: 100%;
  }
  .static-home-2 > ul > li a img {
    width: 100%;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
    margin-bottom: 5px;
  }
  .latest-blog .blog-info {
    padding-left: 0px;
    padding-right: 0px;
  }
  /**HOME PAGE STYLE 5**/
  .cmspage5 .banner-right ul li {
    width: 100%;
  }
  .cmspage5 .banner-right ul li img {
    width: 100%;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat {
    width: auto;
    display: inline-block;
    width: 100%;
    padding-bottom: 1px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat > a {
    width: 100%;
    padding-right: 1px;
  }
  .cmspage5 .sub-super-category .sub-wrapper-cat .cat-list {
    margin-left: 0px;
    clear: both;
    min-height: auto;
  }
  /*=LISTING PAGE=*/
  .toolbar .limiter-wrap {
    height: 43px;
    border-top: 1px solid #dddddd;
    display: block;
    margin: 10px 0px 0px;
    padding-top: 10px;
    width: 100%;
  }
  .toolbar-bottom .view-mode-wrap {
    margin-right: 0px;
  }
  .products-list .respl-item-list .item-inner {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .products-list .respl-item-list .item-inner .w-image-box {
    border: none;
    width: 100%;
  }
  .products-list .respl-item-list .item-inner .product-shop {
    margin: 0px;
    clear: both;
    padding-top: 15px;
  }
  /*=DETAIL PAGE=*/
  .yt-product-detail .yt-detail-right .quantity-input.qty {
    width: 30px;
  }
  .yt-product-detail .yt-detail-right .product-options .w-option {
    width: 100%;
  }
  .yt-product-detail .wrap-jCarouselLite {
    height: 171px;
    overflow: hidden;
  }
  .yt-product-detail .jCarouselLite li {
    width: 75px !important;
    height: 75px !important;
  }
  .yt-product-detail .jCarouselLite li img {
    width: 100% !important;
    height: auto !important;
  }
  .yt-product-detail .product-img-box .more-views {
    width: 75px;
    top: 23px;
  }
  .yt-product-detail .product-img-box .more-views .btn_thumb {
    left: 25px;
  }
  .yt-product-detail .product-img-box .yt-detail-image {
    margin-left: 85px;
  }
  .yt-product-detail .qty-set {
    margin-right: 0px;
  }
  .yt-product-detail .resp-tab-content-active {
    padding: 10px 15px;
  }
  /*=BLOG LIST=*/
  .blog-wrapper .postWrapper .img-blog-list {
    width: 100%;
  }
  .blog-wrapper .postWrapper .info-wrapper-blog {
    clear: both;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 10px;
  }
  /*=MY ACCOUNT=*/
  .my-account .edit-account-form .field {
    width: 100%;
  }
  .my-account .title-buttons .button {
    float: left;
    margin-top: 5px;
    clear: both;
  }
  .yt-footer-wrap .footer-top .block-subscribe-footer .block-content .input-box #newsletter {
    text-align: center;
  }
}
/* RESPONSIVE FOR YOUTUBE
------------------------- */

.youtube {
 position:relative;
 padding-bottom:56.25%;
 padding-top:30px;
 height:0;
 overflow:hidden;
 }

.youtube iframe, .youtube object, .youtube embed {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 }
