/* @font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-Black.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-BlackItalic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-Bold.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-BoldItalic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-ExtraBold.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-ExtraLight.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-ExtraLightItalic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-Italic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-Light.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-LightItalic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-Medium.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-MediumItalic.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-Regular.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('/assets/fonts/Nunito-SemiBold.ttf');
} */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css?family=FontAwesome&display=swap');

html {
    font-size: 1rem;
}

body {
    font-family: 'Nunito', sans-serif;
    font-size: 1.1rem;
    font-weight: initial;
}

a, .text-link {
    color: #000;
    text-decoration: none;
    background: transparent;
}
a {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
a:hover {
    color: #cb2229;
    text-decoration: none;
    cursor: pointer;
}
.img-thumbnail{
    border: none;
    padding: 0;
    background: none;
}

img.lazy {
    display: block;
}

.text-orange{
    color: #fc5b02;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.custom-tooltip {
    --bs-tooltip-bg: var(--bs-highlight-bg);
    --bs-tooltip-color: var(--bs-black);
  }
.pagination>li>a,
.pagination>li>span {
    color: #212529;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fc5b02;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #93ad42;
    border-color: #93ad42;
}
.pagination-right nav ul.pagination{
    justify-content: end;
}

/*************** link style******************/
.link-style{
    -webkit-transition: box-shadow .08s linear,min-width .15s cubic-bezier(0.4,0,0.2,1);
    transition: box-shadow .08s linear,min-width .15s cubic-bezier(0.4,0,0.2,1);
    border: none;
    background: #fc5b02;
    font-weight: 700;
    font-size: 18px;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0 45px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
}
.link-style:before {
    content: "";
    border-radius: 45px;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.link-style:hover, .link-style:focus {
    box-shadow: 0px 1px 3px 1px rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    background-color: #93ad42;
    color: white;
}
.link-style:before, .link-style:focus:before, .link-style:active:before {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    background-color: #93ad42;
}
.link-style:active{
    -webkit-transition: background .028s cubic-bezier(0.4,0,1,1),box-shadow .028s cubic-bezier(0.4,0,1,1);
    transition: background .028s cubic-bezier(0.4,0,1,1),box-shadow .028s cubic-bezier(0.4,0,1,1);
    -webkit-box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
    box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
}
.link-style:hover{
    background-color: #93ac42;
    background: linear-gradient(to right,#93ac42,#71b03e);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.div-link-style .link-style:hover{
    background-color: #93ac42;
    background: linear-gradient(to right,#93ac42,#71b03e);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}


.btn-style{
    -webkit-transition: box-shadow .08s linear,min-width .15s cubic-bezier(0.4,0,0.2,1);
    transition: box-shadow .08s linear,min-width .15s cubic-bezier(0.4,0,0.2,1);
    border: none;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.btn-style:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.04);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.btn-style:hover, .btn-style:focus {
    box-shadow: 0px 1px 3px 1px rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    background-color: #93ad42;
    color: white;
}
.btn-style:before, .btn-style:focus:before, .btn-style:active:before {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    background-color: #93ad42;
}
.btn-style:active{
    -webkit-transition: background .028s cubic-bezier(0.4,0,1,1),box-shadow .028s cubic-bezier(0.4,0,1,1);
    transition: background .028s cubic-bezier(0.4,0,1,1),box-shadow .028s cubic-bezier(0.4,0,1,1);
    -webkit-box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
    box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
}
.btn-style:hover{
    background-color: #93ac42;
    background: linear-gradient(to right,#93ac42,#71b03e);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.div-btn-style .btn-style:hover{
    background-color: #93ac42;
    background: linear-gradient(to right,#93ac42,#71b03e);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-atc:hover, .btn-atc:focus {
    box-shadow: 0px 1px 3px 1px rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
    color: white;
}
.btn-atc:before, .btn-atc:focus:before, .btn-atc:active:before {
    box-shadow: 0 1px 3px 0 rgba(60,64,67,0.302), 0 4px 8px 3px rgba(60,64,67,0.149);
}
.btn-atc:active{
    -webkit-transition: background .028s cubic-bezier(0.4,0,1,1),box-shadow .028s cubic-bezier(0.4,0,1,1);
    transition: background .028s cubic-bezier(0.4,0,1,1),box-shadow .028s cubic-bezier(0.4,0,1,1);
    -webkit-box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
    box-shadow: 0px 8px 10px 1px rgba(0,0,0,.14), 0px 3px 14px 2px rgba(0,0,0,.12), 0px 5px 5px -3px rgba(0,0,0,.2);
}
.btn-orange{
    background: #fc5b02;
    border: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
/***************end link style******************/

/******************** Header *************************/

.link-logo{
    line-height: 110px;
}
.header_top {
    background: #fc5b02;
}

.menu_top {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_top li {
    display: inline-block;
}

.menu_top li a.active {
    background: #ccc;
    color: #fc5b02;
}

.menu_top li a {
    display: inline-block;
    padding: 7.5px 10px;
    color: white;
}

.menu_top li a:not(.home) {
    font-size: .75rem;
}

.menu_top li a:hover {
    text-decoration: unset;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    display: inline-block;
    text-align: left;
    padding: 0px 0px 0 20px;
    font-size: 16px;
    font-weight: 600;
    height: 90px;
    line-height: 90px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    color: #000;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
    color: #fc5b02;
}

/******************** End header *************************/

/******************** Hover menu top *************************/
.hover-menu{
    overflow: hidden;
    display: block;
    max-height: 0px;
    max-width: 0px;
    opacity: 0;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    position: absolute;
    top: 80%;
    width: 215px;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    border-bottom: none;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item:hover ul.hover-menu{
    overflow: visible;
    max-height: 3000px;
    max-width: 3000px;
    z-index: 2;
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.hover-menu li{
    color: #fc5b02;
    padding: 0 20px;
    list-style: none;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.hover-menu li a:hover {
    color: #fc5b02;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.hover-menu li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    display: block;
    padding: 12px 10px 12px 0px;
    color: #000;
    position: relative;
    border-bottom: solid 1px #e5e6ec;
    text-align: left;
}
.navbar .navbar-collapse ul.navbar-nav li.nav-item ul.hover-menu li:last-child a{
    border-bottom: none;
}
.cartgroup {
    position: relative;
    float: right;
    padding-right: 15px;
    z-index: 99; }
    .cartgroup .header-right {
      float: left;
      margin-right: 0px; }
      .mini-cart .heading-cart {
        line-height: 110px;
        float: left; }
        .icon_hotline i{
            font-size: 18px;
            color: #000;
        }
        span.count_item{
            position: absolute;
            right: 5px;
            top: 26px;
            width: 26px;
            height: 26px;
            line-height: 26px;
            font-size: 12px;
            font-weight: bold;
            color: #fff;
            text-align: center;
            background: #fc5b02;
            border-radius: 50%;
            z-index: 9;
        }
    .cartgroup .inline-b {
      float: left;
      display: inline-block; }
      .cartgroup .inline-b.searchion {
        width: 40px;
        height: 100px;
        cursor: pointer;
        text-align: center;
        line-height: 110px; }
        .cartgroup .inline-b.searchion .fas {
          font-size: 18px; }
        .cartgroup .inline-b.searchion:hover .searchmini {
          display: block; }
  
  .group_accout {
    position: relative;
    line-height: 110px;
    padding: 0 20px 0 10px;
    cursor: pointer; }
    .group_accout .fas {
      font-size: 18px; }
    .group_accout .gavatar {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      border: solid 2px #ebebeb; }
    .group_accout:hover .groupc {
      display: block; }
    .group_accout span {
      font-weight: 400;
      font-size: 15px;
      color: #000;
      margin-left: 5px; }
      .group_accout span .fa {
        margin-left: 5px; }
    .group_accout .groupc {
      width: 200px;
      background: #fff;
      position: absolute;
      top: 70px;
      right: 15px;
      z-index: 10;
      padding: 10px;
      display: none;
      border-radius: 10px;
      border: 1px solid #fc5b02;
      box-shadow: 0px 10px 27px 12px rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0px 10px 27px 12px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0px 10px 27px 12px rgba(0, 0, 0, 0.05);
      -o-box-shadow: 0px 10px 27px 12px rgba(0, 0, 0, 0.05);
      -os-box-shadow: 0px 10px 27px 12px rgba(0, 0, 0, 0.05); }
      .group_accout .groupc a {
        display: block;
        font-size: 15px;
        color: #000;
        height: 35px;
        line-height: 33px;
        text-align: center;
        background: rgba(0, 0, 0, 0.125);
        border-radius: 25px;
        margin-bottom: 5px; }
        .group_accout .groupc a:last-child {
          margin-bottom: 0px; }
        .group_accout .groupc a:hover {
          background: #fc5b02;
          color: #fff; }
        .group_accout .groupc a.button_gradient:hover {
            background: #fc5b02 !important;
            color: #fff !important; }
        .group_accout .groupc a.btn {
          background: #fc5b02;
          border-radius: 25px;
          height: 35px;
          line-height: 25px;
          text-align: center;
          color: #fff; }
          .group_accout .groupc a.btn:hover {
            background: #fff;
            color: #fff; }
    .group_accout.visible_index span {
      color: #fff; }
.group_accout p {
    line-height: initial;
}
  .searchmini {
    width: 250px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 70px;
    right: 87px;
    display: none; }
    .searchmini.show {
      display: block; }
    .searchmini form {
      width: 100%;
      height: 30px;
      line-height: 30px;
      margin: 0;
      padding: 0;
      position: relative; }
      #input_search:focus-visible {
            outline: none;
        }
      i.color-search{
        color: #fff;
      }
      .searchmini form input {
        width: 100%;
        height: 30px;
        min-height: unset;
        line-height: 30px;
        border: none;
        background: #fc5b02;
        border-radius: 25px !important;
        padding: 0 40px 0 15px;
        color: #fff; }
        .searchmini form input::-webkit-input-placeholder {
          color: #fff; }
        .searchmini form input::-moz-placeholder {
          color: #fff; }
        .searchmini form input:-ms-input-placeholder {
          color: #fff; }
        .searchmini form input.visible_index {
          color: #fff; }
          .searchmini form input.visible_index::-webkit-input-placeholder {
            color: #fff; }
          .searchmini form input.visible_index::-moz-placeholder {
            color: #fff; }
          .searchmini form input.visible_index:-ms-input-placeholder {
            color: #fff; }
      .searchmini form button {
        width: 30px;
        height: 30px;
        line-height: 20px;
        box-shadow: none;
        border: none;
        background: transparent;
        border-radius: 50%;
        position: absolute!important;
        top: 0;
        right: 0px;
        padding: inherit; }
        .searchmini form button.visible_index .fa {
          color: #fff; }
        .searchmini form button .fa {
          font-size: 16px;
          color: #fff; }
/******************** End hover menu top *************************/
/******************************video******************************/
.splash video {
    left: -1px;
    top: -1px;
    width: 100%;
}
/* video gioi thieu */
.modal-video .modal-content {
    padding: 0px;
    background: none;
    box-shadow: none;
    border: 0px;
}
/*************************end video******************************/
/*************** Minicart *********************/
.mini-cart {
    height: 67px; }
    .mini-cart .heading-cart .content_cart_header {
        line-height: 21px;
        padding-left: 20px;
        margin-top: -11px;
        float: right; }
        @media (max-width: 1199px) and (min-width: 992px) {
          .mini-cart .heading-cart .content_cart_header {
            padding-left: 15px;
            margin-top: -8px;
        }
        #header_search_content {
            top: 30px;
            left: -228px;
        }
        }
        @media (min-width: 768px) and (max-width: 991px) {
          .mini-cart .heading-cart .content_cart_header {
            margin-top: 25px; } }
        @media (max-width: 321px) {
          .mini-cart .heading-cart .content_cart_header {
            padding-left: 5px; } }
      .mini-cart .heading-cart .bg_cart {
        color: #8d90a6; }
        .mini-cart .heading-cart .bg_cart .count_item_pr {
          font-size: 14px;
          color: #fc5b02;
          font-weight: 400; }
        .mini-cart .heading-cart .bg_cart strong {
          color: #fc5b02; }
        .mini-cart .heading-cart .bg_cart i {
          font-size: 24px;
          color: #fc5b02;
          display: block;
          float: left;
          line-height: 30px;
          width: 100%; }
        .mini-cart .heading-cart .bg_cart .text-giohang {
          font-size: 14px;
          color: #000;
          font-weight: bold;
          display: block; }
    @media (min-width: 991px) {
    .mini-cart:hover .top-cart-content {
      display: block; } }
    .mini-cart .dropdown-toggle {
      font-size: 12px;
      padding: 0;
      text-transform: none; }
  
  .top-cart-contain .price {
    color: #fc5b02;
    text-transform: uppercase; }
  
  .top-cart-contain .product-details .price {
    color: #fc5b02;
    width: auto;
    float: none;
    font-weight: 400;
    padding-left: 0;
    font-size: 12px; }
  
  .top-cart-content {
    display: none;
    position: absolute;
    top: 70px;
    right: 0px;
    background: #fff;
    padding: 0;
    text-align: left;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
    z-index: 10000;
    border-radius: 0px;
    width: 300px;
    border: none; }
    
    .cart_order_pro .button_order {
      width: 100%;
      background: #ff8916;
      line-height: 35px;
      color: #fff;
      height: 35px;
      padding: 0 25px;
      border-radius: 20px;
      font-size: 18px;
      border: none;
      top: 88px;
      right: 0px;
      border: 1px solid #93ac42;
      margin-bottom: 15px;
  }
    .cart_order_pro .button_order:hover{
    background: #93ac42;
  }
    .top-cart-content:before {
      content: "";
      width: 100%;
      height: 20px;
      position: absolute;
      left: 0; }
    .top-cart-content .empty {
      text-align: left;
      color: #363636; }
    .top-cart-content .product-details-bottom {
      margin-bottom: 13px;
      line-height: 33px; }
      .top-cart-content .product-details-bottom span {
        color: #fc5b02; }
      .top-cart-content .product-details-bottom span.price {
        font-weight: 400;
        color: #000; }
    .top-cart-content .product-name {
      margin: 0;
      line-height: 1;
      padding-right: 20px; }
      .top-cart-content .product-name a {
        font-size: 14px;
        line-height: normal;
        line-height: 20px !important;
        font-weight: 400;
        color: #707070;
        word-break: break-word; }
        .top-cart-content .product-name a:hover {
          color: #fc5b02; }
    .top-cart-content .block-subtitle {
      color: #363636;
      overflow: hidden;
      padding: 15px;
      text-align: left;
      font-size: 0.8125em;
      background: #f5f5f5;
      text-transform: none;
      font-weight: 400;
      border-bottom: 1px #ebebeb solid; }
  .top-subtotal {
    color: #000;
    font-size: 0.875em;
    font-weight: 400;
    border-top: solid 1px #ebebeb;
    text-align: center;
    text-transform: none; }
    .top-subtotal .price {
      font-weight: 600;
      color: #151719; }
  
  .qty_drop_cart {
    position: relative; }
    .qty_drop_cart .btn_increase, .qty_drop_cart .btn_reduced {
      width: 21px;
      height: 15px;
      color: #000; }
      .qty_drop_cart .btn_increase:hover, .qty_drop_cart .btn_reduced:hover {
        color: #fc5b02; }
    .qty_drop_cart button.btn_increase {
      height: 24px;
      width: 24px;
      text-align: center;
      line-height: 1;
      overflow: hidden;
      border-style: hidden;
      border: 1px solid #ebebeb;
      background: none !important;
      font-size: 14px; }
    .qty_drop_cart button.btn_reduced {
      height: 24px;
      width: 24px;
      line-height: 1;
      text-align: center;
      overflow: hidden;
      border-style: hidden;
      border: 1px solid #ebebeb;
      background: none !important;
      font-size: 14px; }
  
  .top-subtotal {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0 3px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    text-transform: none;
    margin-right: 15px; }
    .top-subtotal .price {
      font-weight: 400 !important;
      font-size: 16px !important;
      float: right;
      margin-top: 0px !important;
      color: #fc5b02 !important; }
    
    .mini-cart .cart_header_pro_list{
        overflow-y: scroll;
        overflow-x: hidden;
        max-height: 300px;
      }
    .mini-cart .cart_header_pro_list::-webkit-scrollbar {
        width: 4px
    }
    
    .mini-cart .cart_header_pro_list::-webkit-scrollbar-track {
        background: #ebebeb
    }
    
    .mini-cart .cart_header_pro_list::-webkit-scrollbar-thumb {
        background: #fc5b02;
        border-radius: 0px
    }
    
    .mini-cart .cart_header_pro_list::-webkit-scrollbar-thumb:hover,.mini-cart .cart_header_pro_list::-webkit-scrollbar-thumb:active {
        background: #fc5b02;
        border-radius: 15px
    }

/******************** Marketing **************************/
/*--------------------------------------------------------------
# Our Values
--------------------------------------------------------------*/
.our-values .card {
    border: 0;
    padding: 160px 20px 20px 20px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .our-values .card-body {
    z-index: 10;
    background: rgb(255 255 255 / 95%);
    padding: 15px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    transition: ease-in-out 0.4s;
    border-radius: 5px;
}
  
  .our-values .card-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
  }
  
  .our-values .card-title a {
    color: #150517;
  }
  
  .our-values .card-text {
    color: #5e5e5e;
  }
  
  .our-values .read-more a {
    color: #777777;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    transition: 0.4s;
  }
  
  .our-values .read-more a:hover {
    text-decoration: underline;
  }
  
  .our-values .card:hover .card-body {
    background: #ff7f5d;
  }
  
  .our-values .card:hover .read-more a,
  .our-values .card:hover .card-title,
  .our-values .card:hover .card-title a,
  .our-values .card:hover .card-text {
    color: #fff;
  }
  
/**************************end marketing*************************/

/*************** highlight ******************/
@media (min-width: 768px) and (max-width: 1023px) {
    #highlight .container {
      width: 100%;
      max-width: 100%; } }
  
  @media (max-width: 767px) {
    #highlight {
      margin-top: 10px; } }
    .headglobal {
        text-align: center;
    }
  #highlight .flex {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: wrap; }
    #highlight .flex > div {
      display: flex;
      flex-direction: column;
      width: 25%;
      padding: 0 20px; }
      @media (max-width: 991px) {
        #highlight .flex > div {
          display: flex;
          flex-direction: row;
          width: 100%;
          justify-content: space-between;
          text-align: center;
          padding: 0 15px;
          margin-bottom: 20px; } }
      #highlight .flex > div > div:nth-child(2) {
        margin-top: auto; }
        @media (max-width: 767px) {
          #highlight .flex > div > div:nth-child(2) {
            margin-top: 0; } }
      #highlight .flex > div:nth-child(2) {
        width: 50%; }
        @media (max-width: 991px) {
          #highlight .flex > div:nth-child(2) {
            width: 100%;
            padding: 10px 40px;
            justify-content: center; } }
        @media (max-width: 767px) {
          #highlight .flex > div:nth-child(2) {
            display: none; } }
      #highlight .flex > div:nth-child(3) {
        text-align: right; }
        @media (max-width: 991px) {
          #highlight .flex > div:nth-child(3) {
            text-align: center; } }
      #highlight .flex > div img {
        max-width: 100%; }
      #highlight .flex > div p {
        margin-bottom: 0; }
        @media (max-width: 768px) and (max-width: 1200px) {
          #highlight .flex > div p {
            padding: 0 10px; } }
        @media (max-width: 767px) {
          #highlight .flex > div p {
            padding: 0 7px;
            text-align: left;
            font-size: 13px;
            line-height: 19px;
            overflow: hidden;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box; } }
        #highlight .flex > div p.title {
          font-weight: bold;
          font-size: 20px;
          margin-top: 10px;
          margin-bottom: 10px; }
          @media (max-width: 767px) {
            #highlight .flex > div p.title {
              text-align: center;
              font-size: 15px; } }
  
  @media (max-width: 767px) {
    #highlight .flex-highlight-img {
      width: 50%; } }
  
  #highlight .flex-highlight-img img {
    width: 110px; }
    @media (max-width: 767px) {
      #highlight .flex-highlight-img img {
        width: 45px; } }
/*************** end  highlight *************/

/********* timeline by age *************/

/*************** about us *************/


@media (max-width: 991px) and (min-width: 768px) {
    .section_gioithieu {
        padding:20px 0 40px
    }
}

@media (max-width: 767px) {
    .section_gioithieu {
        padding:30px 0 40px
    }
}

@media (max-width: 991px) {
    .section_gioithieu .video {
        margin-top:30px
    }
}

.section_gioithieu .video {
    border-radius: 5px;
    position: relative
}

@media (max-width: 991px) {
    .section_gioithieu .video {
        text-align:center;
        margin-bottom: 25px
    }
}

.section_gioithieu .video img {
    max-width: 100%;
    margin: auto
}

.section_gioithieu .contentin {
    width: 90%;
    float: left;
    padding-top: 15px;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    color: #737e95;
    line-height: 28px;
    text-align: left
}

@media (max-width: 767px) {
    .section_gioithieu .contentin {
        width:100%
    }
}
.section_gioithieu .button_35px:hover {
    background: #fff;
    color: #f33f62
}

/*************** end about us *************/

/*************** by age *************/
.departments {
    overflow: hidden;
    padding: 50px 0;
  }
  
  .departments .nav-tabs {
    border: 0;
  }
  
  .departments .nav-link {
    border: 0;
    padding: 12px 15px 12px 0;
    transition: 0.3s;
    border-radius: 0;
    border-right: 2px solid #ebf1f6;
    font-weight: 600;
    font-size: 15px;
    color: #000;
  }
  
  .departments .nav-link:hover {
    color: #fc5b02;
  }
  
  .departments .nav-link.active {
    color: #fc5b02;
    border-color: #fc5b02;
  }
  
  .departments .tab-pane.active {
    animation: fadeIn 0.5s ease-out;
  }
  
  .departments .details h3 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .departments .details p {
    color: #777777;
  }
  
  .departments .details p:last-child {
    margin-bottom: 0;
  }
  
  @media (max-width: 992px) {
    .departments .nav-link {
      border: 0;
      padding: 15px;
    }
  
    .departments .nav-link.active {
      color: #fff;
      background: #fc5b02;
    }
  }
/*************** end by age *************/


/*************** product tab ******************/
.section_product_tab {
    background: url('/assets/images/product_tab_background.png') center;
}
.tab-product-style{
    color: #71b03e;
    display: block;
    border-radius: 6px;
    padding: 0px;
    margin: 0 3px;
}
.nav-pills .tab-product-link.active, .nav-pills .show>.tab-product-link{
    color: white;
    background-color: #71b03e;
}
.tab-product-link:focus, .tab-product-link:hover {
    color: #71b03e;
}
.tab-product-link{
    color: #71b03e ;
    border: dashed 1px #71b03e;
}
.nav-pills-tab{
    display: inline-flex;
    display: -webkit-inline-flex;
}
/************** end product tab *****************/


/************* item product ***************/
.listproduct .item-product {
    overflow: hidden;
}
.listproduct .item-product:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -moz-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    
}
.item-label {
    position: absolute;
    z-index: 1;
}
.item-label span {
    border-radius: 2px;
    font-size: 11px;
    line-height: 12px;
    display: inline-block;
    margin-right: 4px;
    padding: 3px;
}
.lb-flashsale{
    background-color: #ffeb25a3;
    color: #333;
}
.product_item_new{
    position: absolute;
    z-index: 1;
    border-radius: 2px;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-right: 4px;
    padding: 0px 15px;
    color: #fff;
    border-radius: 10px 0;
}
.listproduct .item-img {
    position: relative;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
}
.listproduct .item .item-img img {
    margin-top: 8px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.listproduct .item .item-img img {
    margin-top: 8px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.listproduct .item-img img {
    margin-bottom: 0;
}
.listproduct img {
    max-width: 100%;
}

.listproduct h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
    min-height: 60px;
    color: black;
}
.listproduct img {
    max-width: 100%;
}
.listproduct .item-compare {
    font-size: 0;
    margin-bottom: 5px;
}
.listproduct .item-compare.gray-bg span {
    border: 1px solid #eaeaea;
    background: #eaeaea;
}
.listproduct .item-compare span {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    margin-right: 5px;
    padding: 4px 5px;
    white-space: nowrap;
}
.prods-group ul {
    display: flex;
    margin-bottom: 5px;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0rem;
}
.prods-group ul li.act, .prods-group ul li:hover {
    border-color: #2f80ed !important;
    color: #2f80ed !important;
}
.listproduct li.item {
    background: #fff;
}
.listproduct .item {
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding: 10px 15px 20px;
    overflow: hidden;
}
.listproduct .item {
    display: block;
}
.prods-group ul li {
    padding: 5px 8px !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px;
    color: #333;
    display: inline-flex !important;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-right: 4px;
}
.listproduct li {
    border-bottom: 1px solid #f3f3f3 !important;
    border-right: 1px solid #f3f3f3 !important;
    padding: 5px;
}
.listproduct .box-p {
    margin-bottom: 5px;
}
.listproduct .price {
    color: var(--product-price-color);
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}
.listproduct .percent {
    color: #333;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
}
.listproduct .price-old {
    color: #666;
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: line-through;
    margin-bottom: 0px;
}
.listproduct .item-rating {
    margin-bottom: 0px;
    display: flex;
    align-items: flex-end;
}
.listproduct .item-rating p {
    display: inline-block;
    margin-bottom: 5px;
}
.listproduct .item-rating i{
    color: #f96f27;
}
.listproduct .item-rating-total {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-left: 5px;
}
.item-bottom {
    font-size: 12px;
    margin-bottom: 5px;
}
.listproduct .item a {
    display: block;
}
.listproduct .shiping {
    color: #333;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
}
.listproduct .item a {
    display: block;
}
.listproduct .box-p {
    display: inline-flex;
}
.listproduct .price {
    color: #e83a45;
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 5px;
}
.item-ss {
    color: #2f80ed;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
}
.product_item_add_cart {
    line-height: 35px;
    color: white;
    background: #71b03e;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    vertical-align: middle;
}
.product_item_add_cart .bi-cart-plus-fill::before {
    font-size: 20px;
}
/************* end item product ************/

/************** feedback *****************/
.stars-container .review-stars .fa-star{
    color: #fc5b02;
    font-size: 16px;
}
.review-date{
    font-size: 12px;
    color: black;
    font-weight: 500;
}
.review-title{
    font-size: 22px;
    font-weight: 800;
}
.review-body {
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
}
.review-author {
    font-size: 12px;
    font-weight: 600;
    color: #93ac42;
}
p.review-content {
    overflow: hidden;
    height: 110px;
    text-overflow: ellipsis;
}
.owl-feed .owl-nav .owl-prev, .owl-slider .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    top: 40%;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-weight: bolder;
    font-size: 22px;
    color: black;
    background: none;
}
.owl-slider .owl-nav .owl-prev {
    top: 30%;
    left: 0;
    position: absolute;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-weight: bolder;
    font-size: 22px;
    color: black;
    background: none;
}
.owl-feed .owl-nav .fa-chevron-circle-left:hover, .owl-slider .owl-nav .fa-chevron-circle-left:hover{
    background: none;
}
.owl-feed .owl-nav .fa-chevron-circle-left, .owl-feed .owl-nav .fa-chevron-circle-right, .owl-slider .owl-nav .fa-chevron-circle-left, .owl-slider .owl-nav .fa-chevron-circle-right{
    font-size: 45px;
    color: #fa7a34d9;
    opacity: .5;
    border-radius: 50px;
}
.owl-feed .owl-nav .fa-chevron-circle-left:hover, .owl-feed .owl-nav .fa-chevron-circle-right:hover, .owl-slider .owl-nav .fa-chevron-circle-left:hover, .owl-slider .owl-nav .fa-chevron-circle-right:hover{
    opacity: 1;
}
.owl-feed .owl-nav .owl-next{
    right: 0;
    position: absolute;
    top: 40%;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-weight: bolder;
    font-size: 22px;
    background: none;
}
.owl-slider .owl-nav .owl-next{
    top: 30%;
    right: 0;
    position: absolute;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 32px;
    font-weight: bolder;
    font-size: 22px;
    background: none;
}
.owl-feed .owl-nav .fa-chevron-circle-right:hover, .owl-slider .owl-nav .fa-chevron-circle-right:hover{
    background: none;
}
.product-link-container .product-image-container .carousel-review-product-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
/************** end feedback *****************/

/************** blog *****************/
.section_blog{
    background: url(/assets/images/bg-news-aboutus.png) no-repeat;
}
.blog_thumb{
    border: none;
}
a.blog_new_name {
    color: black;
    font-weight: 500;
}
/************** end blog *****************/

/************** show more *****************/
.wrapper {  
    margin: 0 auto;
    position: relative;
}

.text-container {
    max-height: 500px;
    overflow: hidden;
    transition: max-height .5s ease;
}

.text-container.show {
    max-height: 8000px;
}

.gradient::before {
    content:'';
    height:150px;
    position:absolute;
    bottom:0px; left:0;
    width:100%;
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    transition:height .25s ease;
}
.show.gradient::before { height:50px;}

.show-btn {
    box-shadow: 0 2px 5px rgba(0,0,0,.6);
    bottom: 0px;
    cursor: pointer;
    left: 50%;
    margin-left: -50px;
    position: relative;
    transition: background-color .25s ease;
}

/************** end showmore *****************/

/************** sendmail *****************/

.section_sendmail{
    background: url('/assets/images/background_gioithieu.png') no-repeat;
}
.footer_form_body{
    display: flex;
}
.footer_form_body .form-group {
    width: 33%;
    margin: 0 15px;
    text-align: center;
}
.headglobal h5, .headglobal h6 {
    text-align: left;
}
.section_sendmail .footer_form .footer_form_body .btn_mail {
    width: 88%;
    background: #fc5b02;
    border: none;
    text-align: center;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.section_sendmail .footer_form .footer_form_body .btn_mail:hover { 
    background: #fc5b02;
}


/************** end sendmail *****************/

/************** footer *****************/

.footer {
    background: #fff6ec;
}

@media (max-width: 991px) {
    .footer .col-footer {
        margin-bottom:20px
    }
}

.footer .mid-footer {
    color: #000;
    padding: 50px 0
}

.footer .mid-footer .logo-ft {
    display: block;
    margin-bottom: 10px
}

.footer .mid-footer .content-ft {
    margin-bottom: 10px
}

.footer .mid-footer .group-address {
    margin-top: 10px
}

.footer .mid-footer .group-address .title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px
}

.footer .mid-footer .group-address ul {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0px;
}
.footer .mid-footer .link-list ul{
    padding-left: 0px;
}
.footer .mid-footer .call-footer{
    padding-left: 0px;
}

.footer .mid-footer .group-address ul li {
    margin-bottom: 5px;
    color: #fc5b02;
    font-size: 16px
}

.footer .mid-footer .group-address ul li span {
    color: #000
}

.footer .mid-footer .group-address ul li a {
    color: #000;
    display: inline-block
}

.footer .mid-footer .group-address ul li a:hover {
    color: #e4a53d
}

/* .footer .mid-footer .title-menu:after {
    background: url(/assets/images/shape-item.png) no-repeat center;
    width: 120px;
    height: 30px;
    left: -10px;
    top: 0px;
    opacity: .5;
}
.title-menu:after {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
} */
@media (min-width: 1199px) {
    .footer .mid-footer .ft-menu {
        border-left:1px solid #535353;
        border-right: 1px solid #535353
    }
}

.footer .mid-footer .title-menu {
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    color: #fc5b02;
    font-weight: 700;
    text-transform: uppercase
}

@media (max-width: 991px) {
    .footer .mid-footer .title-menu {
        margin-bottom:10px
    }
}

.footer .mid-footer .list-menu li {
    display: block;
    margin-bottom: 5px
}

.footer .mid-footer .list-menu li a {
    font-size: 16px;
    color: #000
}

.footer .mid-footer .list-menu li a:hover {
    color: #e4a53d
}

@media (max-width: 767px) {
    .footer .mid-footer .list-menu.hidden-mobile {
        display:none
    }
}

.footer .mid-footer .social li {
    display: inline-block;
    margin-right: 10px
}

.footer .mid-footer .social li:hover {
    opacity: 0.8
}

.footer .mid-footer .thanhtoan li {
    display: inline-block;
    margin-right: 2px
}

.footer .mid-footer .thanhtoan li img {
    max-height: 30px;
    width: auto
}

.footer .mid-footer .call-footer li {
    display: block;
    margin-bottom: 10px
}

.footer .mid-footer .call-footer li .title {
    display: block;
    font-weight: 700
}

.footer .mid-footer .call-footer li a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fc5b02
}

.footer .mid-footer .call-footer li a:hover {
    color: #e4a53d
}

.footer .mid-footer .call-footer li .content {
    display: block;
    font-style: italic
}

.footer #copyright {
    padding: 10px 0;
    font-size: 16px;
    color: #000;
    border-top: 1px solid #fc5b02;
    text-align: center
}

.footer #copyright .copy-right {
    display: inline-block
}

@media (max-width: 576px) {
    .footer #copyright .copy-right {
        display:block
    }
}

.footer #copyright a {
    color: #000
}

.footer #copyright a:hover {
    color: #e4a53d
}

/************** end footer *****************/

/*************** product viewed ****************/
p.viewed-name {
    font-size: 11px;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 500;
    min-height: 55px;
    margin: 0px;
}
.ecommerce{
    vertical-align: middle;
}
/*************** end product viewed ****************/

/*************** product list ****************/
.product_list .product-list-img{
    width: calc(100% / 3);
    position: relative;
}
.product_list .product-list-short-content{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product_list .percent {
    font-size: 12px;
}
/*************** end product list ****************/

/********************* zoom product page *******************************/
.block {
    width: 400px;
}
.largeImg-block {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 5px;
    margin-bottom: 10px;
    width: 100%;
}
.thumbnails img {
    max-width: 100%;
}
.thumbnails {
    width: 100%;
}
.thumbnails.fixed {
    position: fixed;
    z-index: 99;
    right: 20px;
    top: 50%;
    width: 130px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
}
.thumbnails.fixed img {
    border: 2px solid #fff;
}
/********************* end zoom product page ***************/
#breadcrumb {
    background: lavender;
}
ul.breadcrumb {
    margin: 0.5rem 0;
}
.breadcrumb a {
    color: black;
    font-size: 14px;
    line-height: 24px; 
}
.breadcrumb li.active {
    color: black;
    font-size: 14px;
    line-height: 30px;
}
.breadcrumb i.fa.fa-angle-right {
    font-size: 16px;
    line-height: 28px;
    padding: 0px 5px;
    color: grey;
}
/***/

.header_nav {
    width: 100%;
    background: #d7d7d7;
    border-top: 7px solid #264a5f;
}

.header_category {
    display: block;
    width: 220px;
    height: 45px;
    background: #fc5b02;
    float: left;
}

.header_category_title {
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 15px;
    font-weight: bold;
    color: white;
    text-transform: uppercase
}

.header_category_title .fa {
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    float: right;
}

.header_category_nav {
    position: relative;
    background: #fa752c;
    display: none;
    z-index: 99;
}

.homepage .header_category_nav {
    display: block;
}

.header_category:hover .header_category_nav {
    display: block;
}

.category_nav_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category_nav_li {
    height: 35px;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0f0f0;
}

.category_nav_li>a {
    color: white;
}

.category_nav_li>a:hover {
    text-decoration: unset;
}

.category_nav_li>.menu_img {
    display: block;
    width: 34px;
    height: 34px;
    float: left;
}

.category_nav_li>.menu_img img {
    margin: 0 auto;
    width: 17px;
    height: 34px;
    object-fit: scale-down;
}

.category_nav_li>a {
    display: block;
    height: 34px;
    line-height: 34px;
    float: left;
    font-size: .75rem;
}

.category_nav_li:hover .sub_menu {
    display: block;
}

.category_nav_li .sub_menu {
    position: absolute;
    display: none;
    width: calc(1500px - 250px);
    min-height: 567px;
    top: 0;
    left: 220px;
    background: white;
    border: 1px solid #f0f0f0;
    border-top: unset;
}

.sub_menu_ul {
    margin: 0;
    padding: 15px;
    list-style: none;
    background: white;
}

.sub_menu_li_strong {
    display: block;
    width: 50%;
    float: left;
}

.sub_menu_li_strong>a {
    display: block;
    width: calc(100% - 10px);
    padding: 5px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sub_menu_ul2 {
    margin: 0;
    padding: 0;
}

.sub_menu_li {
    padding: 0;
}

.sub_menu_li a {
    display: block;
    padding: 5px 10px;
    color: #333;
}

.sub_menu_li a:hover {
    color: #333;
}

.sub_menu_li_all {
    display: inline-block;
}


/**/

.header_hotline {
    display: block;
    width: 480px;
    height: 45px;
    text-align: right;
    float: left;
}

.header_hotline_icon {
    display: block;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    float: left;
}

.header_hotline_icon img {
    width: 45px;
    height: 45px;
    object-fit: scale-down;
}

.header_hotline_item {
    display: block;
    width: 180px;
    height: 45px;
    line-height: 45px;
    font-size: 1rem;
    color: #df1000;
    float: left;
}

.header_hotline_item:hover {
    color: #df1000;
    text-decoration: unset;
}

.header_hotline_span {
    display: block;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1rem;
    color: #df1000;
    float: left;
}


/*************************Slide home***********************/


/***********************************************************/

.slide_video {
    display: block;
    width: 310px;
    min-height: 1px;
    float: left;
}

.video_item {
    display: block;
    margin-top: 15px;
}

.video_item img {
    border: 1px solid #f0f0f0;
}

/**/

.product_brand_item {
    border: 1px solid #dadada;
}

.product_brand_item img {
    width: 100%;
    height: 80px;
    object-fit: scale-down;
}
.carousel-caption {
    top: 1.25rem;
    left: 5%;
}

/**/




/* nav-fix */

.nav-fix {
    position: fixed;
    width: 100%;
    top: 0px;
    transition: transform .5s ease-in-out, transform .5s ease-in-out, background .5s ease-in-out;
    -moz-transition: height .5s ease-in-out, -moz-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-transition: height .5s ease-in-out, -webkit-transform .5s ease-in-out, background .5s ease-in-out;
    -o-transition: height .5s ease-in-out, -o-transform .5s ease-in-out, background .5s ease-in-out;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    z-index: 9999;
}

.homepage .nav-fix .header_category_nav {
    display: none;
}

.homepage .nav-fix .header_category:hover .header_category_nav {
    display: block;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadesInDown;
    animation-name: fadesInDown;
    display: block! important;
}
@-webkit-keyframes fadesInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadesInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadesInDown {
    -webkit-animation-name: fadesInDown;
    animation-name: fadesInDown;
}
.content-404 .heading {
    background: url(/assets/images/404.gif) no-repeat center;
    height: 450px;
}
@media (max-width: 991px) {
    .content-404 .heading {
        background-size: 100%;
        height: 250px;
    }
}
.content-404 .gohome:hover:before {
    width: 16px;
    opacity: 1;
}

.content-404 .gohome:before {
    font-family: "FontAwesome";
    content: "\f104";
    display: inline-block;
    width: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    text-align: left;
}
.content-404 .gohome {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    padding: 10px 25px;
    border: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-radius: 30px;
    background-color: #fc5b02;
}