body {
  font-family: 'Roboto', sans-serif;
  position: relative; }

.container {
  max-width: 1270px;
  width: 100%; }
  @media (max-width: 991px) {
    .container {
      padding: 0 10px;
      overflow: hidden; } }

@media (min-width: 992px) {
  .rowmd10px {
    margin-right: -10px;
    margin-left: -10px; } }
@media (min-width: 992px) {
  .rowmd10px .colmd10px {
    padding: 0 10px; } }

.rowxs0 {
  margin: 0; }
  .rowxs0 .colxs0 {
    padding: 0; }

.rowxs5 {
  margin-right: -5px;
  margin-left: -5px; }
  .rowxs5 .colxs5 {
    padding: 0 5px; }

.rowxs7 {
  margin-right: -7px;
  margin-left: -7px; }
  .rowxs7 .colxs7 {
    padding: 0 7px; }

.rowxs10 {
  margin-right: -10px;
  margin-left: -10px; }
  .rowxs10 .colxs10 {
    padding: 0 10px; }

.breadcrumb {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent; }
  .breadcrumb > li {
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px; }
    .breadcrumb > li > a {
      text-transform: uppercase;
      text-decoration: none;
      color: #777; }
    .breadcrumb > li + li:before {
      content: '\f105';
      color: #777;
      font: normal normal normal 14px/1 FontAwesome; }

.overlay {
  position: fixed;
  z-index: 998;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none; }

.pagination > li > a {
  margin: 0 5px;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 11px;
  font-size: 13px; }

#header {
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  transition: all .3s;
  background-color: #fff; }
  #header figure.logo img {
    transition: height .3s ease;
    height: 80px; }
    @media (max-width: 767px) {
      #header figure.logo img {
        height: 80px; } }
  #header.affix-top {
    position: relative;
    z-index: 13; }
  #header.affix {
    width: 100%;
    z-index: 139;
    padding: 10px 0; }
    #header.affix figure.logo img {
      height: 40px; }

.box_flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.header_cart {
  width: 50px;
  height: 46px;
  background-repeat: no-repeat;
  background-image: url("../img/toggle-cart.icon.png");
  cursor: pointer;
  position: relative;
  font-size: 14px; }
  .header_cart a {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%; }
  .header_cart span.counter {
    color: #fff !important;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400 !important;
    font-family: Roboto-Medium,sans-serif;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 16px;
    line-height: 16px;
    font-size: 11px;
    padding: 0 3px; }

.header_menu {
  width: 100%;
  height: 48px;
  line-height: 20px;
  font-size: 14px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-image: url("../img/segment-mega-menu.icon.png");
  background-position-x: 0;
  background-position-y: 8px;
  cursor: pointer; }
  @media (max-width: 767px) {
    .header_menu {
      width: 32px;
      height: 32px;
      background-position-y: 0;
      padding: 0;
      text-indent: -9999px; } }

.header_user {
  width: 200px;
  height: 40px;
  padding-left: 48px;
  padding-right: 8px;
  background-repeat: no-repeat;
  background-image: url("../img/segment-user-info.icon.png");
  background-position: 8px;
  border-right: 1px solid #efefef;
  display: flex;
  align-items: center;
  position: relative; }
  .header_user .dropdown {
    position: static; }
    .header_user .dropdown .dropdown-toggle {
      cursor: pointer; }
    .header_user .dropdown .dropdown-menu {
      padding: 8px 16px;
      border: 1px solid #cbcbcb;
      position: absolute;
      top: 48px;
      right: 0;
      left: auto;
      width: 216px;
      background-color: transparent !important;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0; }
      .header_user .dropdown .dropdown-menu li {
        font-size: 13px; }
        .header_user .dropdown .dropdown-menu li.location {
          font-size: 14px;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #000; }
        .header_user .dropdown .dropdown-menu li a {
          padding-right: 0;
          padding-left: 0;
          display: inline-block; }
          .header_user .dropdown .dropdown-menu li a:hover {
            background-color: transparent; }
          .header_user .dropdown .dropdown-menu li a.resgister {
            color: #0388cd; }
          .header_user .dropdown .dropdown-menu li a.btn-danger {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background-color: #d60c0c;
            border-color: #d60c0c;
            color: #fff;
            margin-bottom: 10px;
            font-size: 14px; }
      .header_user .dropdown .dropdown-menu:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: #cbcbcb transparent;
        display: block;
        width: 0;
        z-index: 10;
        top: -8px;
        right: 32px; }
      .header_user .dropdown .dropdown-menu:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 8px 8px;
        border-color: #fff transparent;
        display: block;
        width: 0;
        z-index: 11;
        top: -7px;
        right: 32px; }
    .header_user .dropdown.open .dropdown-menu {
      display: block; }

 .catalog {
  width: 128px;
  height: 40px;
  padding-left: 48px;
  padding-right: 8px;
  background-repeat: no-repeat;
  background-image: url("../img/segment-order-tracking.icon.png");
  border-right: 1px solid #efefef;
  border-right: none;
  font-size: 14px;
  background-position: 8px 4px;
  cursor: pointer; }
  .header_list {
	  
	  width: 158px;
    height: 40px;
    padding-left: 48px;
    padding-right: 8px;
    background-repeat: no-repeat;
    background-image: url(http://hoaphatnoithat.com.vn/wp-content/uploads/2017/03/ghe111.png);
    border-right: 1px solid #efefef;
    border-right: none;
    font-size: 14px;
    background-position: 8px 4px;
    cursor: pointer;
  }

.catalog {
  background-image: url(../img/segment-mega-menu.icon.png);
  width: 119px;
  height: 51px;
  background-position-y: 9px; }
  .catalog .dropdown .dropdown-menu {
    right: auto;
    left: 0;
    top: 51px;
    padding: 0;
    border: none;
    min-height: auto !important; }
    .catalog .dropdown .dropdown-menu:before, .catalog .dropdown .dropdown-menu:after {
      right: auto;
      left: 15px;
      border-color: #565b70 transparent; }

#mega_menu_other_0_list, #mega_menu_other_0 .left #mega_menu_other_1_list, #mega_menu_other_1 .left #mega_menu_other_1_list {
  margin-bottom: 0; }

#mega_menu_other_0, #mega_menu_other_1 {
  position: relative; }
  #mega_menu_other_0 .left, #mega_menu_other_1 .left {
    position: static;
    top: 0;
    left: 0;
    background-color: #565b70;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
    width: 216px;
    height: auto;
    border-bottom-left-radius: 4px;
    z-index: 190; }
    #mega_menu_other_0 .left #mega_menu_other_0_list .item, #mega_menu_other_1 .left #mega_menu_other_0_list .item, #mega_menu_other_0 .left #mega_menu_other_1_list .item, #mega_menu_other_1 .left #mega_menu_other_1_list .item {
      position: relative; }
      #mega_menu_other_0 .left #mega_menu_other_0_list .item:not(:last-child):before, #mega_menu_other_1 .left #mega_menu_other_0_list .item:not(:last-child):before, #mega_menu_other_0 .left #mega_menu_other_1_list .item:not(:last-child):before, #mega_menu_other_1 .left #mega_menu_other_1_list .item:not(:last-child):before {
        content: '';
        background-color: #666b7e !important;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -99px;
        width: 198px;
        height: 1px; }
      #mega_menu_other_1_list li.active ,#mega_menu_other_1_list li:hover ,#mega_menu_other_1_list li.current {
        background-color: #0388cd !important; }
 
      #mega_menu_other_0 .left #mega_menu_other_0_list .item.active.theme-jungle-green, #mega_menu_other_1 .left #mega_menu_other_0_list .item.active.theme-jungle-green, #mega_menu_other_0 .left #mega_menu_other_1_list .item.active.theme-jungle-green, #mega_menu_other_1 .left #mega_menu_other_1_list .item.active.theme-jungle-green {
        background-color: #2bafa4 !important; }
        #mega_menu_other_0 .left #mega_menu_other_0_list .item.active.theme-jungle-green:after, #mega_menu_other_1 .left #mega_menu_other_0_list .item.active.theme-jungle-green:after, #mega_menu_other_0 .left #mega_menu_other_1_list .item.active.theme-jungle-green:after, #mega_menu_other_1 .left #mega_menu_other_1_list .item.active.theme-jungle-green:after {
          border-color: transparent #2bafa4; }
      #mega_menu_other_0 .left #mega_menu_other_0_list .item.active.theme-bold-blue, #mega_menu_other_1 .left #mega_menu_other_0_list .item.active.theme-bold-blue, #mega_menu_other_0 .left #mega_menu_other_1_list .item.active.theme-bold-blue, #mega_menu_other_1 .left #mega_menu_other_1_list .item.active.theme-bold-blue {
        background-color: #105aa6 !important; }
        #mega_menu_other_0 .left #mega_menu_other_0_list .item.active.theme-bold-blue:after, #mega_menu_other_1 .left #mega_menu_other_0_list .item.active.theme-bold-blue:after, #mega_menu_other_0 .left #mega_menu_other_1_list .item.active.theme-bold-blue:after, #mega_menu_other_1 .left #mega_menu_other_1_list .item.active.theme-bold-blue:after {
          border-color: transparent #105aa6; }
      #mega_menu_other_0 .left #mega_menu_other_0_list .item.active:before, #mega_menu_other_1 .left #mega_menu_other_0_list .item.active:before, #mega_menu_other_0 .left #mega_menu_other_1_list .item.active:before, #mega_menu_other_1 .left #mega_menu_other_1_list .item.active:before {
        background-color: transparent !important; }
    
      #mega_menu_other_0 .left #mega_menu_other_0_list .item:after, #mega_menu_other_1 .left #mega_menu_other_0_list .item:after, #mega_menu_other_0 .left #mega_menu_other_1_list .item:after, #mega_menu_other_1 .left #mega_menu_other_1_list .item:after {
        clear: both; }
      #mega_menu_other_0 .left #mega_menu_other_0_list .item a, #mega_menu_other_1 .left #mega_menu_other_0_list .item a, #mega_menu_other_0 .left #mega_menu_other_1_list .item a, #mega_menu_other_1 .left #mega_menu_other_1_list .item a {
        display: inline;
        height: 43px;
        position: relative;
        text-decoration: none; }
        #mega_menu_other_0 .left #mega_menu_other_0_list .item a .thumbnail, #mega_menu_other_1 .left #mega_menu_other_0_list .item a .thumbnail, #mega_menu_other_0 .left #mega_menu_other_1_list .item a .thumbnail, #mega_menu_other_1 .left #mega_menu_other_1_list .item a .thumbnail {
          border-radius: 0;
          display: inline-block;
          line-height: auto;
          background-color: transparent;
          margin: 0;
          padding: 0;
          float: left;
          position: relative;
          width: 47px;
          height: 43px;
          opacity: .8;
          overflow: hidden;
          border: none; }
          #mega_menu_other_0 .left #mega_menu_other_0_list .item a .thumbnail img, #mega_menu_other_1 .left #mega_menu_other_0_list .item a .thumbnail img, #mega_menu_other_0 .left #mega_menu_other_1_list .item a .thumbnail img, #mega_menu_other_1 .left #mega_menu_other_1_list .item a .thumbnail img {
            position: absolute;
            top: 0;
            bottom: 0;
            display: block;
            margin: auto;
            left: 0;
            right: 0;
            max-width: 20px;
            max-height: 20px; }
        #mega_menu_other_0 .left #mega_menu_other_0_list .item a, #mega_menu_other_1 .left #mega_menu_other_0_list .item a, #mega_menu_other_0 .left #mega_menu_other_1_list .item a, #mega_menu_other_1 .left #mega_menu_other_1_list .item a {
          color: #fff !important;
          font-weight: 400 !important;
          font-family: Roboto-Medium,sans-serif;
          font-size: 13px;
          padding-top: 6px;
       
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 43px;
          height: 43px;
          padding: 0;
          margin: 0; }
    #mega_menu_other_0 .left #mega_menu_other_1_list > li, #mega_menu_other_1 .left #mega_menu_other_1_list > li {
      position: relative; }
      #mega_menu_other_0 .left #mega_menu_other_1_list > li:hover .hai_sub, #mega_menu_other_1 .left #mega_menu_other_1_list > li:hover .hai_sub {
        display: block; }
    #mega_menu_other_0 .left #mega_menu_other_1_list .hai_sub, #mega_menu_other_1 .left #mega_menu_other_1_list .hai_sub {
      position: absolute;
      top: 0;
      left: 100%;
      display: none;
      background-color: #565b70;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 0 4px 4px 0;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
      #mega_menu_other_0 .left #mega_menu_other_1_list .hai_sub > li > a, #mega_menu_other_1 .left #mega_menu_other_1_list .hai_sub > li > a {
        display: block;
        padding: 5px;
        border-bottom: 1px solid #666b7e;
        height: auto !important; }
  #mega_menu_other_0 .right, #mega_menu_other_1 .right {
    position: absolute;
    left: 216px;
    height: 100%;
    top: 0;
    z-index: 9; }
    #mega_menu_other_0 .right .content, #mega_menu_other_1 .right .content {
      height: 100%;
      box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.15);
      display: none;
      position: absolute; }
      #mega_menu_other_0 .right .content.active, #mega_menu_other_1 .right .content.active {
        display: block; }
      #mega_menu_other_0 .right .content .menu, #mega_menu_other_1 .right .content .menu {
        padding: 8px 16px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f7f7f7 !important;
        width: 192px;
        font-size: 12px;
        height: 100%;
        font-weight: 400 !important;
        font-family: Roboto,sans-serif;
        border: 1px solid #efefef;
        margin-bottom: 16px; }
        #mega_menu_other_0 .right .content .menu .list-unstyled li.big-title, #mega_menu_other_1 .right .content .menu .list-unstyled li.big-title {
          font-weight: normal;
          font-size: 13px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 21px;
          margin-top: 8px; }
          #mega_menu_other_0 .right .content .menu .list-unstyled li.big-title.special, #mega_menu_other_1 .right .content .menu .list-unstyled li.big-title.special {
            margin-top: 0 !important; }
          #mega_menu_other_0 .right .content .menu .list-unstyled li.big-title.text-light-black a, #mega_menu_other_1 .right .content .menu .list-unstyled li.big-title.text-light-black a {
            text-decoration: underline; }
          #mega_menu_other_0 .right .content .menu .list-unstyled li.big-title > a, #mega_menu_other_1 .right .content .menu .list-unstyled li.big-title > a {
            color: #333 !important;
            font-size: 13px; }
            #mega_menu_other_0 .right .content .menu .list-unstyled li.big-title > a img, #mega_menu_other_1 .right .content .menu .list-unstyled li.big-title > a img {
              width: 23px; }
        #mega_menu_other_0 .right .content .menu .list-unstyled li a, #mega_menu_other_1 .right .content .menu .list-unstyled li a {
          color: #666 !important;
          text-decoration: none;
          font-weight: 400;
          font-size: 13px; }
        #mega_menu_other_0 .right .content .menu .list-unstyled hr, #mega_menu_other_1 .right .content .menu .list-unstyled hr {
          margin-top: 8px;
          margin-bottom: 8px; }

#mega_menu_other_1 {
  z-index: 12;
  margin-bottom: 20px;
  height: auto; }
  #mega_menu_other_1 .left {
    width: 100%;
    position: static; }
  #mega_menu_other_1 .right {
    left: 100%;
    height: 100%; }

.header_search {
  max-width: 480px;
  width: 480px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .header_search .input-group-btn .btn {
    font-size: 13px; }
  .header_search .input-group-btn .dropdown-menu {
    font-size: 13px; }
  .header_search .form-control {
    font-size: 13px;
    height: 32px; }

.header_breadcrumb {
  position: relative;
  z-index: 11;
  background-color: #fafafa; }
  @media (min-width: 992px) {
    .header_breadcrumb {
      margin-bottom: 15px; } }
  .header_breadcrumb .breadcrumb {
    background-color: #fafafa; }

#content_main {
  padding: 0 10px; }
  @media (min-width: 992px) {
    #content_main .col1 {
      width: 81.88976%;
      left: 18.11024%; }
    #content_main .col2 {
      width: 18.11024%;
      right: 81.88976%; }
    #content_main .col02 {
      width: 20.47244%; }
    #content_main .col01 {
      width: 79.52756%; } }

.box2 .title {
  margin-top: 0;
  font-size: 18px; }
.box2 .list-inline {
  margin-left: 0;
  margin-bottom: 20px; }
  .box2 .list-inline li {
    font-size: 13px;
    padding: 0; }
    .box2 .list-inline li:first-child {
      font-size: 13px;
      color: #999 !important; }
    .box2 .list-inline li:nth-of-type(2):before {
      content: ':'; }
  .box2 .list-inline li + li:before {
    content: '|';
    padding: 0 5px; }
.box2 .list-unstyled {
  margin-bottom: 0; }
.box2 hr {
  margin-top: 13px;
  margin-bottom: 13px; }
.box2 .price {
  color: #666 !important;
  font-size: 13px; }
  .box2 .price span {
    color: #d60c0c !important;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400 !important;
    font-family: Roboto,sans-serif;
    margin-right: 5px; }
.box2 label {
  display: block;
  font-weight: normal; }
  .box2 label span {
    font-weight: bold;
    font-size: 13px; }
.box2 .pricevin {
  color: #666 !important; }
  .box2 .pricevin span {
    color: #43a047 !important;
    font-size: 16px;
    line-height: 24px;
    margin-right: 5px; }
.box2 .cart {
  display: flex;
  align-items: center; }
  .box2 .cart .form-control {
    max-width: 100px;
    margin-right: 10px; }
  .box2 .cart .btn-danger {
    position: relative;
    padding-left: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #d60c0c;
    border-color: #d60c0c; }
    .box2 .cart .btn-danger i.adr-icon-shop-cart {
      position: absolute;
      background-position: 50%;
      background-repeat: no-repeat;
      top: -1px;
      left: -1px;
      display: block;
      background-color: rgba(0, 0, 0, 0.2);
      width: 34px;
      height: 34px; }
      .box2 .cart .btn-danger i.adr-icon-shop-cart:before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -10px;
        margin-top: -10px;
        background-image: url("../img/spritesheet.png");
        background-repeat: no-repeat;
        display: block;
        width: 22px;
        height: 20px;
        background-position: -136px -39px; }

.sidebar1 {
  background-color: #fafafa;
  border: none; }
  .sidebar1 .panel-body {
    padding: 10px; }
    .sidebar1 .panel-body hr {
      margin-top: 7px;
      margin-bottom: 7px; }
    .sidebar1 .panel-body .media-list {
      margin-bottom: 0; }
      .sidebar1 .panel-body .media-list .media {
        margin-top: 5px; }
        .sidebar1 .panel-body .media-list .media:first-child {
          margin-top: 0; }
        .sidebar1 .panel-body .media-list .media .media-left .adr.icon {
          background-position: 50%;
          background-repeat: no-repeat;
          vertical-align: middle;
          margin: 0;
          display: inline-block; }
          .sidebar1 .panel-body .media-list .media .media-left .adr.icon.huge {
            width: 40px !important;
            height: 40px !important;
            line-height: 40px !important; }
          .sidebar1 .panel-body .media-list .media .media-left .adr.icon.truck {
            background-image: url("../img/adr-icon-truck-2.png"); }
          .sidebar1 .panel-body .media-list .media .media-left .adr.icon.location2 {
            position: relative; }
            .sidebar1 .panel-body .media-list .media .media-left .adr.icon.location2:before {
              content: '';
              position: absolute;
              left: 50%;
              top: 50%;
              margin-top: -16px;
              margin-left: -16px;
              background-image: url("../img/spritesheet2.png");
              background-repeat: no-repeat;
              display: block;
              width: 32px;
              height: 32px;
              background-position: -99px -5px; }
          .sidebar1 .panel-body .media-list .media .media-left .adr.icon.box {
            background-image: url("../img/adr-icon-box.png"); }
          .sidebar1 .panel-body .media-list .media .media-left .adr.icon.cash {
            background-image: url("../img/adr-icon-additional-cash.png"); }
          .sidebar1 .panel-body .media-list .media .media-left .adr.icon.store {
            background-image: url("../img/adr-icon-store.png"); }
        .sidebar1 .panel-body .media-list .media .media-body .media-heading {
          color: #666 !important;
          font-size: 13px;
          margin-bottom: 0; }

.slide_1 li .thumbnail {
  padding: 0;
  margin-bottom: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.box_zoom {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0; }
  .box_zoom img {
    width: 100%; }

.zoomContainer .zoomLens {
  border-color: #0388cd !important;
  background: #0388cd !important; }
.zoomContainer .zoomWindowContainer .zoomWindow {
  box-shadow: 0 2px 10px #d7d7d7 !important;
  border: none !important;
  z-index: 99999 !important; }

#carousel-example-generic {
  margin-bottom: 15px; }
  @media (max-width: 991px) {
    #carousel-example-generic {
      margin-right: -10px;
      margin-left: -10px;
      margin-bottom: 10px; } }
  #carousel-example-generic .carousel-inner .item img {
    width: 100%; }
  #carousel-example-generic .carousel-control {
    background-image: none !important; }
    #carousel-example-generic .carousel-control span.fa {
      border: 1px solid #fff; }
      #carousel-example-generic .carousel-control span.fa:before {
        position: relative;
        top: -3px; }

.menu_sidebar, .menu_sidebar .panel-heading {
  background-color: #f3f3f3;
  border: none; }
  .menu_sidebar .panel-heading .panel-title {
    font-size: 13px;
    font-weight: bold; }
  .menu_sidebar .panel-body {
    padding-top: 0; }

#menu1 ul.list-unstyled.l1 {
  margin-left: 16px;
  margin-top: 4px; }
#menu1 ul.list-unstyled li {
  padding: 2px 0; }
  #menu1 ul.list-unstyled li.l1:first-child {
    position: relative; }
    #menu1 ul.list-unstyled li.l1:first-child:before {
      content: "";
      position: absolute;
      left: -12px;
      top: 8px;
      background-image: url("../img/spritesheet1.png");
      background-repeat: no-repeat;
      display: block;
      width: 6px;
      height: 9px;
      background-position: 0 0; }
  #menu1 ul.list-unstyled li a {
    color: #333;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
    #menu1 ul.list-unstyled li a:hover {
      color: #337ab7; }
#menu1 ul.list-unstyled.l2 {
  padding-left: 15px; }

.product1, .product1 .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  box-shadow: none; }
  .product1.c1 .panel-heading, .product1 .c1.panel-heading .panel-heading {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    padding-bottom: 0 !important; }
    @media (max-width: 767px) {
      .product1.c1 .panel-heading, .product1 .c1.panel-heading .panel-heading {
        margin-left: -10px;
        margin-right: -11px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0; }
        .product1.c1 .panel-heading .panel-title, .product1 .c1.panel-heading .panel-heading .panel-title {
          display: inline-block; } }
    .product1.c1 .panel-heading .panel-title, .product1 .c1.panel-heading .panel-heading .panel-title {
      padding-left: 10px;
      padding-right: 10px;
      line-height: 38px;
      background-color: #0388cd;
      color: #fff;
      position: relative;
      margin-bottom: 0; }
      .product1.c1 .panel-heading .panel-title:after, .product1 .c1.panel-heading .panel-heading .panel-title:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 19px solid transparent;
        border-left: 13px solid #0388cd;
        border-right: 0 solid transparent;
        border-bottom: 19px solid transparent;
        position: absolute;
        top: 0;
        right: -13px; }
    .product1.c1 .panel-heading ul.nav, .product1 .c1.panel-heading .panel-heading ul.nav {
      margin-bottom: 0; }
      .product1.c1 .panel-heading ul.nav li a, .product1 .c1.panel-heading .panel-heading ul.nav li a {
        font-size: 13px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #444; }
        .product1.c1 .panel-heading ul.nav li a:hover, .product1 .c1.panel-heading .panel-heading ul.nav li a:hover {
          color: #0388cd; }
  @media (min-width: 992px) {
    .product1, .product1 .panel-heading {
      margin-bottom: 15px; } }
  @media (max-width: 991px) {
    .product1, .product1 .panel-heading {
      margin-bottom: 10px; } }
  .product1 .panel-heading {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0; }
    @media (max-width: 991px) {
      .product1 .panel-heading .panel-title {
        margin-bottom: 10px; } }
    .product1 .panel-heading .panel-title b {
      font-weight: 600;
      font-size: 18px; }
      .product1 .panel-heading .panel-title b + b {
        font-size: 13px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: normal;
        color: #777; }
        .product1 .panel-heading .panel-title b + b:before {
          padding-right: 15px;
          padding-left: 15px;
          content: '|'; }
    @media (min-width: 992px) {
      .product1 .panel-heading {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .product1 .panel-heading .form-control {
          max-width: 180px; } }
  .product1 .panel-body {
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 991px) {
      .product1 .panel-body {
        margin-right: -11px;
        margin-left: -10px; } }

.box1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }
  @media (min-width: 992px) {
    .box1 {
      transition: all .3s;
      margin-bottom: 15px;
    min-height: 260px;
	  }
      .box1:hover {
        box-shadow: 0 0 2px rgba(87, 87, 87, 0.6);
        border-color: #ddd; } }
  @media (max-width: 991px) {
    .box1 {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-left: -1px;
      margin-top: -1px;
      margin-bottom: 0; } }
  .box1 img {
    width: 100%;
    height: 151px !important;
    object-fit: contain !important; }
  .box1 .caption .title {
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0 !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5; }
    .box1 .caption .title a {
      color: #666;
      text-decoration: none; }
      .box1 .caption .title a:hover {
        color: #0388cd; }
  @media (max-width: 460px) {
    .box1 .caption .price {
      text-align: center; } }
  .box1 .caption .price span.new {
    font-size: 18px;
    font-weight: 400 !important;
    font-family: Roboto-Medium,sans-serif;
    color: #c63829; }
    @media (max-width: 460px) {
      .box1 .caption .price span.new {
        display: block; } }
  .box1 .caption .price span.old {
    color: #666 !important;
    font-size: 13px;
    text-decoration: line-through; }
  .box1 .caption .price span.sale {
    color: #fff;
    font-weight: 400 !important;
    font-family: Roboto-Medium,sans-serif;
    background: #d60c0c;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    font-size: 13px; }
  .box1 .caption .price span + span {
    margin-left: 10px; }
    @media (max-width: 460px) {
      .box1 .caption .price span + span {
        margin: 0 5px; } }

.sidebar {
  position: absolute;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 320px;
  padding-right: 6rem;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s; }
  .sidebar .sidebar-container, html.state-sidebar .sidebar .sidebar-close {
    width: 100%;
    height: 100%;
    padding-bottom: 6rem;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8eaee;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
    -webkit-overflow-scrolling: touch;
    min-height: 1000px; }
    .sidebar .sidebar-container .sidebar-header, html.state-sidebar .sidebar .sidebar-close .sidebar-header {
      position: relative;
      padding: 9px; }
      .sidebar .sidebar-container .sidebar-header img, html.state-sidebar .sidebar .sidebar-close .sidebar-header img {
        margin: 0; }
      .sidebar .sidebar-container .sidebar-header .caption, html.state-sidebar .sidebar .sidebar-close .sidebar-header .caption {
        padding-right: 0;
        padding-left: 0; }
      .sidebar .sidebar-container .sidebar-header .list-inline, html.state-sidebar .sidebar .sidebar-close .sidebar-header .list-inline {
        text-align: left !important; }
      .sidebar .sidebar-container .sidebar-header .media .media-right i.fa, html.state-sidebar .sidebar .sidebar-close .sidebar-header .media .media-right i.fa {
        font-size: 16px;
        font-weight: bold; }
    .sidebar .sidebar-container .sidebar-body, html.state-sidebar .sidebar .sidebar-close .sidebar-body {
      position: relative;
      min-height: 1000px; }

.menu-mobile {
  background-color: #565b70; }
  .menu-mobile li.toggle-back a {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right; }
    .menu-mobile li.toggle-back a i.fa {
      font-size: 20px;
      font-weight: normal; }
  .menu-mobile li a {
    display: block;
    padding: 12px 10px;
    font-size: 12px; }
  .menu-mobile .nav-menulast > li {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .menu-mobile .nav-menulast > li > a {
      flex: 1;
      position: relative;
      color: #fff;
      padding-left: 40px;
      line-height: 41px;
      padding-top: 0;
      padding-bottom: 0;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
      .menu-mobile .nav-menulast > li > a span.box_icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .menu-mobile .nav-menulast > li > a span.box_icon img {
          position: relative;
          top: -2px; }
    .menu-mobile .nav-menulast > li > span.submenu-toggle {
      padding: 9px 15px;
      font-size: 14px;
      color: #fff;
      height: 41px;
      background-color: #4f5469; }
  .menu-mobile .sub-menu {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #e8eaee;
    z-index: 9999;
    min-height: 1000px; }
    .menu-mobile .sub-menu.active-sub {
      transform: translateX(0%); }
    .menu-mobile .sub-menu li a {
      padding-top: 5px;
      padding-bottom: 5px;
      color: #777; }

.box_user {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  position: relative;
  color: #fff;
  background-color: #e4322e;
  margin-bottom: 0; }
  .box_user img {
    width: 45px;
    height: 45px;
    border: 1px solid #fff; }
  .box_user .flag {
    cursor: pointer;
    text-decoration: none;
    background: url(../img/flag-vi.png) no-repeat;
    background-size: 100%;
    width: 30px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 9px;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .box_user .caption {
    color: #fff;
    padding-bottom: 0;
    font-family: 'Roboto Medium'; }
    .box_user .caption .media-heading {
      margin-bottom: 0;
      font-family: 'Roboto Medium';
      font-size: 14px; }
      .box_user .caption .media-heading a {
        color: #fff; }
    .box_user .caption .list-inline {
      margin-bottom: 0;
      text-align: center;
      margin-left: -2px; }
      .box_user .caption .list-inline > li {
        color: #fff;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        padding: 0 2px; }
        .box_user .caption .list-inline > li > a {
          color: #fff;
          font-size: 12px; }

.block_product .panel-heading .panel-title {
  font-size: 13px;
  font-weight: bold; }
.block_product .panel-body {
  padding: 0; }

#scroller {
  margin-bottom: 0; }
  #scroller .media {
    border-bottom: 1px dashed #ccc;
    padding: 10px 10px;
    width: 100%; }
    #scroller .media .media-left img {
      width: 87px;
      height: 57px;
      object-fit: contain; }
    #scroller .media .media-body .media-heading {
      font-size: 13px; }
    #scroller .media .media-body .date {
      font-size: 12px;
      color: #BBBBBB; }

.simply-scroll-container, .simply-scroll-container .simply-scroll-clip {
  margin-bottom: 0;
  width: 100%; }

html.state-sidebar {
  height: 100%;
  overflow: hidden; }
  html.state-sidebar body {
    height: 100%;
    overflow: hidden;
    pointer-events: none; }
  html.state-sidebar .sidebar {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
    html.state-sidebar .sidebar .sidebar-container, html.state-sidebar .sidebar .sidebar-close {
      pointer-events: all; }
  html.state-sidebar .overlay {
    display: block;
    pointer-events: all; }

#footer_slogans_container {
  padding: 30px 0; }
  #footer_slogans_container .container {
    max-width: 1170px; }
    @media (max-width: 991px) {
      #footer_slogans_container .container .media {
        margin-bottom: 20px; } }
    #footer_slogans_container .container .media .media-left .icon {
      position: relative;
      background-image: url("../img/spritesheet4.png");
      background-repeat: no-repeat; }
      #footer_slogans_container .container .media .media-left .icon.adr-icon-diamond {
        width: 38px;
        height: 37px;
        background-position: 0 0; }
      #footer_slogans_container .container .media .media-left .icon.adr-icon-big-truck {
        width: 52px;
        height: 29px;
        background-position: 0 -37px; }
      #footer_slogans_container .container .media .media-left .icon.adr-icon-products {
        width: 48px;
        height: 32px;
        background-position: -38px 0; }

#footer {
  padding-top: 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #f0f0f0; }
  #footer .top {
    padding-bottom: 20px; }
    @media (min-width: 992px) {
      #footer .top {
        margin-right: -40px;
        margin-left: -40px; } }
    #footer .top .col-md-3 {
      position: relative; }
      @media (min-width: 992px) {
        #footer .top .col-md-3 {
          padding: 0 40px; } }
      @media (min-width: 992px) {
        #footer .top .col-md-3:after {
          content: '';
          position: absolute;
          top: 0;
          right: -1px;
          width: 1px;
          height: 100%;
          background-color: #cccccc; } }
      #footer .top .col-md-3:last-child:after {
        display: none; }
    #footer .top .title {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 13px;
      margin-top: 0; }
    #footer .top .thumbnail {
      background-color: transparent;
      border: none; }
      #footer .top .thumbnail img {
        margin: 0; }
    #footer .top .list-unstyled li {
      padding-top: 3px; }
      #footer .top .list-unstyled li a {
        font-size: 13px;
        color: #666; }

.box_splq {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none; }
  .box_splq .panel-heading {
    padding-right: 0;
    padding-left: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: transparent; }
    .box_splq .panel-heading .panel-title {
      font-size: 18px; }
  .box_splq .panel-body {
    padding-right: 0;
    padding-left: 0; }
    .box_splq .panel-body .splq {
      padding-right: 40px;
      padding-left: 40px; }
      .box_splq .panel-body .splq .owl-nav div {
        opacity: .2;
        width: 40px;
        height: 60px;
        pointer-events: auto !important;
        position: absolute;
        cursor: pointer;
        -moz-background-size: 27px 44px;
        -webkit-background-size: 27px 44px;
        background-size: 27px 44px;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent; }
      .box_splq .panel-body .splq .owl-nav .owl-prev {
        left: 0;
        top: 95px;
        background-image: url("../img/icon_prev.svg"); }
      .box_splq .panel-body .splq .owl-nav .owl-next {
        right: 0;
        top: 95px;
        background-image: url("../img/icon_next.svg"); }

/*# sourceMappingURL=style.css.map */
.hotline-bottom { float: left; width: 100%; background: #0388cd; position: fixed; bottom: 0; z-index: 10000000000000; height:40px; }
.wrap-hotline-bottom { margin: auto; width: 1000px; }
.wrap-hotline-bottom p { float: left; font-family: Vani; font-size: 20px; font-weight: bold; color: #fcff00; padding: 7px 0 7px; }
.hotline-bottom-left { float: left; }
.hotline-bottom-left p {margin-right: 14px;}
.hotline-bottom-left a, .hotline-bottom-right a, 
.hotline-bottom-left a:hover, .hotline-bottom-right a:hover, 
.hotline-bottom-left a:active, .hotline-bottom-right a:active,
.hotline-bottom-left a:focus, .hotline-bottom-right a:focus
{color:#F1F723;  font-family: Avo-B;text-decoration: none !important;}
.hotline-bottom-left img, .hotline-bottom-right img{position: relative;top: 0px;}
.hotline-bottom-right { float: right; }
.btn-call {position:fixed; top:30%; right:20px; margin-top:-26px; z-index:999;}
.btn-call .call-btn {position:relative; top:8px; background:url(http://anhcuoidep.danang.vn/wp-content/themes/anhcuoi/images/hotline.png) no-repeat 0 0; width:52px; height:52px; display:block; opacity:.8; cursor:pointer; z-index:1001;}
.btn-call .call-content {position:fixed; top:30%; right:0; margin-top:-20px; margin-right:-150px; width:150px; height:56px; background:#1DDA62; border-top-left-radius:4px; border-bottom-left-radius:4px; opacity:.8; z-index:1000;}
.btn-call .call-content span {color:#fff; font-size:18px; font-weight:500; margin-left:26px; line-height:28px;}
.btn-call:hover > a > .call-btn, .btn-call:hover > .call-btn, .btn-call:hover > .call-content {opacity:1;}
.btn-margin {display:none;}
@media (max-width: 767px) {
	.btn-call {top:auto; bottom:120px;}
	.disablevp {display:none !important;}
}
.list-links{margin:20px 0 0}
.list-links li{margin:0 0 10px}
.list-links li a{color:#888}
.list-links li:hover a{color:#333}
.list-links li.address:before{content:"\f041";font-family:"FontAwesome";font-size:16px;left:20px;position:absolute}
.list-links li.phone:before{content:"\f095";font-family:"FontAwesome";font-size:16px;left:20px;position:absolute}
.list-links li.mail:before{content:"\f0e0";font-family:"FontAwesome";font-size:16px;left:20px;position:absolute}
#footer-content{margin:30px 0 0;background:#fff;color:#888;padding:30px 0 0;border-top:1px solid #e5e5e5}
.hai_sub :after {
	
	display:none !important;
}
.hai_sub li a{
	line-height:30px !important;
}
 
 .mega_menu_other_1_list li a{
	 display:inline;
 }
 .iconm{
	 
	     display: inline;
    float: right;
     line-height: 43px; 
    color: white;    padding-right: 10px;
 }
 .textwidget h2,.term-description h2,.term-description h1
 {display:inline;font-size:14px;padding:0;margin:0}
 .term-description p{
	 display:inline-block;
	 
 }