@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
* {
  font-family: "Google Sans" , sans-serif; }

body,
html {
  background-size: 100%;
  background: #fafafa; }
  body header#main-header,
  html header#main-header {
    background: url("https://cdn.hstatic.net/files/200001112325/file/pattern_web_nh43-01__2_.jpg") center center/cover no-repeat !important; }
    body header#main-header.hSticky .inner-header .left-header .wrap-logo a img,
    html header#main-header.hSticky .inner-header .left-header .wrap-logo a img {
      max-width: 125px; }
    body header#main-header .inner-header .left-header .wrap-logo a img,
    html header#main-header .inner-header .left-header .wrap-logo a img {
      max-width: 200px; }
    body header#main-header .inner-header .left-header .wrap-logo-text,
    html header#main-header .inner-header .left-header .wrap-logo-text {
      display: none; }
    body header#main-header .inner-header .right-header #main-right-menu #menu-rigt-header #menu-header .inner-main-menu > li.active > a,
    html header#main-header .inner-header .right-header #main-right-menu #menu-rigt-header #menu-header .inner-main-menu > li.active > a {
      text-decoration: underline;
      text-decoration-color: white;
      text-decoration-thickness: 2px;
      text-underline-offset: 10px; }
    body header#main-header .inner-header .right-header #main-right-menu #menu-rigt-header #menu-header .inner-main-menu > li > a,
    html header#main-header .inner-header .right-header #main-right-menu #menu-rigt-header #menu-header .inner-main-menu > li > a {
      color: #FFF !important; }
  body footer#section-main-footer *,
  html footer#section-main-footer * {
    color: #FFF !important; }
  body footer#section-main-footer .inner-section-home-about .item-col-footer .footer-logo img,
  html footer#section-main-footer .inner-section-home-about .item-col-footer .footer-logo img {
    width: 100%;
    max-width: 125px; }
  body footer#section-main-footer .inner-section-home-about .item-col-footer .wrap-logo-text,
  html footer#section-main-footer .inner-section-home-about .item-col-footer .wrap-logo-text {
    display: none; }
  body .conchimyen,
  html .conchimyen {
    position: relative;
    /*
   &::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-image: url('https://cdn.hstatic.net/files/200001112325/file/pattern-chimyen_web_nh43__1___1_.png');
   background-size: 100%;
   background-position: top center;
   background-repeat: repeat;
   pointer-events: none;
   z-index: 2;
   @media(max-width: 991px){ display: none; }
   }
*/ }
  body .chimleft,
  body .chimright,
  html .chimleft,
  html .chimright {
    display: none;
    position: absolute !important;
    z-index: 2;
    max-width: 4.5vw; }
    @media (min-width: 1200px) {
      body .chimleft,
      body .chimright,
      html .chimleft,
      html .chimright {
        display: block; } }
    body .chimleft.chimtrangmocoi,
    body .chimright.chimtrangmocoi,
    html .chimleft.chimtrangmocoi,
    html .chimright.chimtrangmocoi {
      filter: brightness(0) invert(1); }
  body .chimleft,
  html .chimleft {
    top: 20px;
    left: 55%; }
  body .chimright,
  html .chimright {
    top: 25%;
    right: 5%; }

.dual-content-section {
  position: relative; }
  .dual-content-section .dual-content-item-wrap .dual-content-item {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 7.5rem 12.5%;
    min-height: 100vh;
    position: relative; }
    .dual-content-section .dual-content-item-wrap .dual-content-item > * {
      position: relative;
      z-index: 2; }
    @media (max-width: 1199px) {
      .dual-content-section .dual-content-item-wrap .dual-content-item {
        flex-direction: column;
        gap: 30px;
        padding: 2.5rem 0; } }
    .dual-content-section .dual-content-item-wrap .dual-content-item.dual-content-item-reverse {
      flex-direction: row-reverse; }
      @media (max-width: 1199px) {
        .dual-content-section .dual-content-item-wrap .dual-content-item.dual-content-item-reverse {
          flex-direction: column; } }
    .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-image {
      flex: 0 0 50%; }
      @media (max-width: 991px) {
        .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-image {
          flex: 0 0 100%;
          width: 100%; } }
      .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-image img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
    .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info {
      flex: 1; }
      @media (max-width: 1199px) {
        .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info {
          padding: 0 20px; } }
      .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-title {
        font-size: 32px;
        font-weight: 700;
        color: #c41e3a;
        margin-bottom: 20px;
        line-height: 1.3; }
        @media (max-width: 767px) {
          .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-title {
            font-size: 24px;
            margin-bottom: 15px; } }
      .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-desc {
        font-size: 16px;
        line-height: 1.75;
        color: #333;
        letter-spacing: 1px;
        margin-bottom: 25px;
        text-align: justify; }
        @media (max-width: 767px) {
          .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-desc {
            font-size: 14px;
            margin-bottom: 20px; } }
      .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-button {
        display: inline-flex;
        gap: 0.5rem;
        align-items: center;
        justify-content: center;
        background-color: #c41e3a;
        color: #fff;
        padding: 12px 30px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease; }
        .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-button svg {
          width: 16px;
          height: 16px; }
        .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-button:hover {
          background-color: #a01829;
          transform: translateY(-2px);
          box-shadow: 0 4px 15px rgba(196, 30, 58, 0.3); }
        @media (max-width: 767px) {
          .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-button {
            padding: 10px 25px;
            font-size: 13px; } }

.section-divider {
  height: 5rem;
  background-image: url("https://cdn.hstatic.net/files/200001112325/file/pattern_web_nh43-01__2_.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  position: relative; }
  .section-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(196, 30, 58, 0.1); }

.menu-section .menu-section-wrap .menu-section-row {
  display: flex;
  gap: 0;
  position: relative; }
  @media (max-width: 991px) {
    .menu-section .menu-section-wrap .menu-section-row {
      flex-direction: column;
      gap: 30px; } }
  .menu-section .menu-section-wrap .menu-section-row .menu-left-col {
    flex: 0 0 50%;
    background-color: #f5f5f5;
    padding: 90px 40px 90px 12.5%; }
    @media (max-width: 991px) {
      .menu-section .menu-section-wrap .menu-section-row .menu-left-col {
        flex: 0 0 100%;
        padding: 40px 20px; } }
    .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-left-header {
      margin-bottom: 30px; }
      .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-left-header .menu-left-title-1 {
        font-size: 28px;
        font-weight: 700;
        color: #c41e3a;
        margin-bottom: 10px;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-left-header .menu-left-title-1 {
            font-size: 22px; } }
      .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-left-header .menu-left-title-2 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-left-header .menu-left-title-2 {
            font-size: 16px; } }
    .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-products-list {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-products-list .item-order {
        display: grid;
        grid-template-columns: 150px 1fr;
        align-items: center;
        gap: 1rem;
        padding-right: 30px;
        border-bottom: 1px dashed #D10A17; }
        .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-products-list .item-order:last-child {
          border-bottom: none; }
        .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-products-list .item-order .price-order {
          color: #F30; }
      .menu-section .menu-section-wrap .menu-section-row .menu-left-col .menu-products-list .menu-empty {
        text-align: center;
        color: #999;
        padding: 40px 20px;
        font-style: italic; }
  .menu-section .menu-section-wrap .menu-section-row .menu-right-col {
    flex: 0 0 50%;
    background-image: url("https://cdn.hstatic.net/files/200001112325/file/pattern_web_nh43-01__2_.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 7.5rem 12.5% 40px 40px; }
    @media (max-width: 991px) {
      .menu-section .menu-section-wrap .menu-section-row .menu-right-col {
        flex: 0 0 100%;
        padding: 40px 20px; } }
    .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content {
      position: relative;
      z-index: 1;
      color: #fff; }
      .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-header {
        margin-bottom: 25px; }
        .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-header .menu-right-title-1 {
          font-size: 28px;
          font-weight: 700;
          color: #fff;
          margin-bottom: 10px;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-header .menu-right-title-1 {
              font-size: 22px; } }
      .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-title-2 {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-title-2 {
            font-size: 16px; } }
      .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-desc {
        font-size: 17px;
        line-height: 1.75;
        letter-spacing: 1px;
        text-align: justify;
        margin-bottom: 30px;
        color: rgba(255, 255, 255, 0.95); }
        @media (max-width: 767px) {
          .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-desc {
            font-size: 14px;
            margin-bottom: 25px; } }
      .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-time {
        margin-bottom: 30px;
        margin-top: 10px; }
        .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-time .menu-time-item {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          padding: 5px 0; }
          .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-time .menu-time-item .menu-time-label {
            font-size: 15px;
            font-weight: 500;
            color: #fff;
            margin-right: 10px; }
          .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-right-time .menu-time-item .menu-time-hours {
            font-size: 16px;
            font-weight: 700;
            color: #fff; }
      .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background-color: #D10A17;
        letter-spacing: 2px;
        color: #fff;
        padding: 10px 35px 10px 60px;
        border-radius: 999px 5px 5px 999px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        position: relative; }
        .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button .menu-call-icon {
          position: absolute;
          left: -5px;
          top: 50%;
          transform: translateY(-50%);
          width: 56px;
          height: 56px;
          background-color: #D10A17;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 1px 1px 10px black; }
          .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button .menu-call-icon img {
            width: 28px;
            height: 28px; }
        .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button:hover {
          background-color: #F00000;
          transform: translateY(-2px);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); }
        @media (max-width: 767px) {
          .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button {
            padding: 12px 28px 12px 55px;
            font-size: 14px; }
            .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button .menu-call-icon {
              width: 48px;
              height: 48px; }
              .menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button .menu-call-icon img {
                width: 24px;
                height: 24px; } }

#section-home-banner .inner-section-banner {
  width: 100%;
  height: 100%; }
  #section-home-banner .inner-section-banner .inner-section-banner--inner {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: none !important; }
    #section-home-banner .inner-section-banner .inner-section-banner--inner p {
      margin-bottom: 0; }

#section-home-service {
  padding-bottom: 85px;
  background: url("https://cdn.hstatic.net/files/200001112325/file/pattern_web_nh43-01__2_.jpg") center 85px/cover no-repeat !important; }
  #section-home-service .inner-section-home-service .content-home-service {
    max-width: 1000px; }
    #section-home-service .inner-section-home-service .content-home-service .item-service .info-service {
      font-weight: bold; }

.dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-button,
.menu-section .menu-section-wrap .menu-section-row .menu-right-col .menu-right-content .menu-call-button {
  background-color: #d10a17; }

/*-------- TOOLBAR BOTTOM MOBILE ***ADDTHIS ** SHARING ----------------*/
.fb_dialog_content iframe {
  right: 0 !important; }

.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge {
  right: 12px !important; }

.addThis_contact__dialog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: transparent;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: background-color 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.addThis_contact__icons {
  position: fixed;
  bottom: 120px;
  top: auto !important;
  right: 30px;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
  -webkit-animation: calltrap_spin 3s infinite linear;
  -moz-animation: calltrap_spin 3s infinite linear;
  -o-animation: calltrap_spin 3s infinite linear;
  animation: calltrap_spin 3s infinite linear; }

.addThis_contact__icons .box-item {
  position: relative; }

.addThis_contact__icons .box-item + .box-item {
  margin-top: 18px; }

.addThis_contact__icons .box-item .svgico {
  position: relative;
  z-index: 4;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  cursor: pointer;
  background: #d10a17;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

.addThis_contact__icons .box-item .svgico svg {
  fill: #ffffff;
  width: 28px;
  height: 100%;
  transition: opacity 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out; }

.addThis_contact__icons .box-item:before,
.addThis_contact__icons .box-item:after {
  position: absolute;
  content: '';
  height: 60px;
  width: 60px;
  left: 0;
  top: 0;
  background: #d10a17;
  border-radius: 50%; }

.addThis_contact__icons .box-item:before {
  animation: euiBeaconPulseSmall 2s infinite ease-out; }

.addThis_contact__icons .box-item:after {
  animation: euiBeaconPulseSmall 2s infinite ease-out 0.4s; }

.addThis_contact__icons .box-item.box-contact .svgico > svg {
  animation: iconSkew 1s infinite ease-out; }

.addThis_contact__icons .box-item.box-contact .svgico .svgico--close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3);
  transition: opacity 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out , transform 0.35s ease-in-out , -webkit-transform 0.35s ease-in-out; }

.addThis_contact__icons .box-item.box-contact .svgico .svgico--close svg {
  fill: #ffffff;
  width: 17px;
  height: 100%; }

.addThis_contact__icons .box-item.box-live .svgico {
  background: #ff0000; }

.addThis_contact__icons .box-item.box-live:before,
.addThis_contact__icons .box-item.box-live:after {
  background: #ff0000; }

.addThis_contact__icons .box-item.box-chatmsg:before,
.addThis_contact__icons .box-item.box-chatmsg:after {
  display: none; }

.addThis_contact__icons .box-item.box-chatmsg .svgico {
  background: #ffffff;
  padding: 3px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  transition: box-shadow 150ms linear; }

.addThis_contact__icons .box-item.box-chatmsg .svgico svg {
  width: 100%;
  height: 100%; }

.addThis_contact__lists {
  position: absolute;
  bottom: 185px;
  border-radius: 12px;
  right: 30px;
  max-width: 300px;
  overflow: hidden;
  background-color: #f5f6fa;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 100% bottom;
  transform-origin: 100% bottom;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1); }

.addThis_contact__lists .addThis_close {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  border: 0;
  outline: none;
  padding: 6px;
  background: transparent; }

.addThis_contact__lists .addThis_close svg {
  opacity: 0.6;
  width: 24px;
  height: 24px;
  display: block;
  margin: auto; }

.addThis_contact__lists .addThis_listing {
  padding: 0;
  margin: 0; }

.addThis_contact__lists .addThis_listing .addThis_item {
  margin: 0;
  padding: 0; }

.addThis_contact__lists .addThis_listing .addThis_item--icon {
  padding: 10px 15px;
  cursor: pointer;
  width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center; }

.addThis_contact__lists .addThis_listing .addThis_item--icon svg {
  display: block;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }

.addThis_contact__lists .addThis_listing .addThis_item--icon .tooltip-text {
  opacity: 1;
  visibility: visible;
  position: initial;
  width: calc(100% - 32px);
  padding-left: 15px;
  text-align: left;
  background: transparent;
  color: #1d243e;
  font-size: 13px;
  font-weight: 400; }

.addThis_contact__lists .addThis_listing .addThis_item:not(:last-of-type) {
  border-bottom: 1px solid #ecedf1;
  box-shadow: 0 1px 0 0 #fff; }

.addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
  display: block; }

.addThis_contact__dialog.active {
  opacity: 1;
  visibility: visible; }

.addThis_contact__dialog.active .addThis_contact__lists {
  -ms-transition-delay: 0.1s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.1s;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); }

.addThis_contact__dialog.active + .addThis_contact__icons .svgico .svgico--close {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1); }

.addThis_contact__dialog.active + .addThis_contact__icons .svgico > svg {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.3); }

.addThis_contact__dialog.active + .addThis_contact__icons .box-live {
  opacity: 0;
  visibility: hidden; }

@media (min-width: 992px) {
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover {
    background: #ffffff; }
  .addThis_contact__lists .addThis_listing .addThis_item--icon:hover .tooltip-text {
    color: var(--shop-color-hover); }
  .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: none; } }

@media (max-width: 991px) {
  .addThis_contact__dialog {
    background-color: rgba(0, 0, 0, 0.5); }
  .addThis_contact__icons {
    right: 12px;
    bottom: 80px; }
  .addThis_contact__icons .box-item .svgico {
    height: 45px;
    width: 45px; }
  .addThis_contact__icons .box-item .svgico svg {
    width: 24px; }
  .addThis_contact__icons .box-item .svgico .svgico--close svg {
    width: 16px; }
  .addThis_contact__icons .box-item:before,
  .addThis_contact__icons .box-item:after {
    height: 45px;
    width: 45px; }
  .addThis_contact__lists {
    left: 15px;
    right: 15px;
    bottom: 110px;
    max-width: 100%; }
  .addThis_contact__lists .addThis_listing .addThis_item.addThis_item__fbchat {
    display: block; }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__icons {
    bottom: 90px; }
  .addThis_contact.toolbar-mobile-1 .addThis_contact__lists {
    bottom: 80px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons {
    bottom: 140px; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-contact,
  .addThis_contact.toolbar-mobile-2 .addThis_contact__icons .box-item.box-chatmsg {
    display: none; }
  .addThis_contact.toolbar-mobile-2 .addThis_contact__dialog {
    display: none; } }

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  display: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.actionToolbar_mobile.toolbar_style_1 .toolbar-wrapper {
  height: 55px;
  padding: 6px 5px 4px; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item {
  flex: 0 0 auto;
  width: 20%; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__btn {
  border: 0;
  background: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: 100%;
  padding-right: 2px;
  padding-left: 2px; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon {
  width: 20px;
  height: 22px;
  display: block;
  position: relative; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon svg {
  display: block;
  margin: 0 auto;
  height: 100%; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__icon .count {
  display: inline-block;
  vertical-align: top;
  background: #ff0000;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  top: -4px;
  left: 12px; }

.actionToolbar_mobile.toolbar_style_1 .toolbar-item__label {
  margin-top: 4px;
  right: 10px;
  left: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 1; }

.actionToolbar_mobile.toolbar_style_2 {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }

.actionToolbar_mobile.toolbar_style_2 .toolbar-wrapper {
  margin: 0 -2px;
  padding: 5px; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item {
  padding: 0 1px;
  -webkit-flex: 1 1;
  flex: 1 1;
  max-width: calc(100% / 3); }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink {
  border-radius: 20px;
  padding: 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: #d10a17;
  color: #ffffff; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink svg {
  display: block;
  border-radius: 50%;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11); }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 30px);
  padding: 2px 6px 2px 4px;
  line-height: 1.3;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  white-space: initial;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box; }

@media (max-width: 991px) and (min-width: 768px) {
  .actionToolbar_mobile.toolbar_style_2 .toolbar-item--boxlink .box-text {
    font-size: 12px; } }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores {
  position: absolute;
  right: 8px;
  bottom: calc(100% + 10px);
  max-width: 90px; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
  border-radius: 0;
  padding: 0;
  -ms-flex-direction: column;
  flex-direction: column; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
  width: 100%;
  padding: 2px 8px;
  border-radius: 8px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink svg {
  margin: 0 auto 4px; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .iconmap-down {
  animation: downscroll 0.45s ease-in alternate infinite;
  -webkit-animation: downscroll 0.45s ease-in alternate infinite; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink {
  background: transparent; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-stores .toolbar-item--boxlink .box-text {
  background: #eb1c24; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-msg .toolbar-item--boxlink {
  background: #0a7cff; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-zalo .toolbar-item--boxlink {
  background: #1272e8; }

.actionToolbar_mobile.toolbar_style_2 .toolbar-item-phone .toolbar-item--boxlink {
  background: #e81a23; }

@media (max-width: 767px) {
  .actionToolbar_mobile.toolbar_style_2 .container-pd {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 991px) {
  .actionToolbar_mobile {
    display: block; } }

@media (max-width: 991px) {
  .actionToolbar-product,
  .actionToolbar-cart {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  body.scroll-body-up .actionToolbar-product,
  body.scroll-body-up .actionToolbar-cart {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  body.scroll-body-up .summary-button {
    transform: translateY(100%); }
  body.scroll-body-up .summary-button {
    transform: translateY(100%); }
  .addThis_product_scroll .addThis_contact__icons {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease0 0.2s; }
  body.scroll-body-up .addThis_product_scroll .addThis_contact__icons {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@media (min-width: 1200px) {
  .col-lg-cus5 {
    width: 20%; }
  .layout-collections .col-lg-cus5 {
    width: 25%; }
  #layout-cart .col-lg-cus5 {
    width: 100%;
    max-width: 100%; } }

@media screen and (min-width: 1280px) and (max-width: 1919px) {
  .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-title {
    font-size: 28px; }
  .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-info .dual-content-desc {
    font-size: 14px;
    line-height: 20px; } }

@media (max-width: 992px) {
  .dual-content-section .dual-content-item-wrap .dual-content-item .dual-content-image {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 20px; } }

@-webkit-keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent; }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

@keyframes devvn_zoom {
  70% {
    box-shadow: 0 0 0 15px transparent; }
  100% {
    box-shadow: 0 0 0 0 transparent; } }

@-webkit-keyframes calltrap_spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  33% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  36% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  39% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  42% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  45% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  48% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1; }
  51% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  54% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg); }
  57% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-moz-keyframes calltrap_spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); }
  33% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  36% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); }
  39% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  42% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); }
  45% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  48% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1; }
  51% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  54% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg); }
  57% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg); } }

@-o-keyframes calltrap_spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  33% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  36% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  39% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  42% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  45% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  48% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1; }
  51% {
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  54% {
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  57% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes calltrap_spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  30% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  33% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  36% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  39% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  42% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  45% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  48% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    opacity: 1; }
  51% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  54% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg); }
  57% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }

.dual-content-item-wrap,
.menu-section,
#section-home-album {
  position: relative; }

.dual-content-item-wrap::before,
.menu-section::before,
#section-home-album::before {
  content: '';
  position: absolute;
  top: initial;
  left: 0;
  right: 0;
  bottom: -150px;
  background-image: url("https://cdn.hstatic.net/files/200001112325/file/pattern-web-nh43_fl1.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 49;
  width: 253px;
  height: 260px; }
  @media (max-width: 767px) {
    .dual-content-item-wrap::before,
    .menu-section::before,
    #section-home-album::before {
      content: initial; } }

.dual-content-item-wrap::after,
.menu-section::after,
#section-home-album::after {
  content: '';
  position: absolute;
  top: initial;
  left: initial;
  right: 0;
  bottom: -150px;
  background-image: url("https://cdn.hstatic.net/files/200001112325/file/pattern-web-nh43_fl2.png");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 49;
  width: 253px;
  height: 260px; }
  @media (max-width: 767px) {
    .dual-content-item-wrap::after,
    .menu-section::after,
    #section-home-album::after {
      content: initial; } }

body .chimleft.chimtrangmocoi,
body .chimright.chimtrangmocoi,
html .chimleft.chimtrangmocoi,
html .chimright.chimtrangmocoi {
  width: 80px;
  height: 70px; }

#section-home-customer .inner-section-home-album .row-slider-customer .inner-row-slider-customer .item-customer .box-info-customer .info-customer {
  flex-wrap: wrap; }

#section-home-customer .inner-section-home-album .row-slider-customer .inner-row-slider-customer .item-customer .box-info-customer .info-customer p {
  color: #000;
  font-size: 14px;
  line-height: 20px; }

#section-home-customer .inner-section-home-album .row-bellow-customer .inner-row-bellow-customer .item-bellow-customer .box-info-bellow-customer p {
  color: #fff; }
