@charset "UTF-8";
/*!
 * Title: Main style
 * Description: The main style
 * Author: Công ty TNHH TM-DV Thế Giới Web - thegioiwebs.net
 * Version: 1.0
 */
@import url("https://fonts.googleapis.com/css?family=Mitr|Pangolin");
button:focus {
  outline: none; }

a {
  -webkit-transition: all 250ms;
  transition: all 250ms; }
  a:hover, a:focus {
    text-decoration: none; }

* {
  outline: none; }

ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  ul.reset {
    padding-left: 40px;
    list-style: inherit; }

img {
  max-width: 100%;
  max-height: 100%; }

textarea {
  resize: none; }

.fl-l {
  float: left !important; }
.fl-r {
  float: right !important; }

.label-blue {
  background-color: #3487f1;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 3px 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.cl_white {
  color: #fff !important; }
.cl_main {
  color: #da251c !important; }
.cl_gray {
  color: #969696 !important; }

.f_bold {
  font-weight: bold; }

.align-item-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.text-uppercase {
  text-transform: uppercase !important; }
.text-capitalize {
  text-transform: capitalize !important; }
.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }
.text-justify {
  text-align: justify !important; }
.text-line-through {
  text-decoration: line-through !important; }

.d-none {
  display: none !important; }
.d-block {
  display: block !important; }
.d-inline-block {
  display: inline-block !important; }
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }
  .d-flex.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.m-0 {
  margin: 0 !important; }
.mb-0 {
  margin-bottom: 0 !important; }
.mb-1 {
  margin-bottom: 0.25rem !important; }
.mb-2 {
  margin-bottom: 0.5rem !important; }
.mb-3 {
  margin-bottom: 1rem !important; }
.mb-4 {
  margin-bottom: 1.5rem !important; }
.mb-5 {
  margin-bottom: 2rem !important; }
.mb-30 {
  margin-bottom: 30px; }
.mb-50 {
  margin-bottom: 50px; }

.btn-reset {
  background-color: transparent;
  border: none;
  padding: 0; }
.btn-close {
  color: #da251c;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  background-color: #fff;
  position: fixed;
  left: 280px;
  top: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity: 0;
  z-index: 99;
  margin-top: -30px; }
.btn-main {
  background-color: #da251c;
  color: #fff !important;
  height: 40px;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  border: none; }
  .btn-main.fullwidth {
    width: 100%; }
  .btn-main svg {
    margin-right: 10px; }
.btn-cta .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 2px 4px;
  font-size: 10px;
  margin-right: 10px; }
.btn-cta svg {
  margin: 0; }

.title-main {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
  font-family: "Pangolin", cursive;
  color: #da251c; }
  .title-main.md, .title-main.lg {
    font-size: 22px; }
  @media screen and (min-width: 576px) {
    .title-main {
      font-size: 35px; }
      .title-main.md {
        font-size: 28px; }
      .title-main.lg {
        font-size: 32px; } }
  @media screen and (min-width: 768px) {
    .title-main {
      font-size: 46px; } }
.title-sort {
  padding: 20px 10px;
  background-color: #e8f2fb; }
  .title-sort:after {
    content: "";
    display: table;
    clear: both; }
  .title-sort .title {
    float: left;
    width: 100%;
    margin-bottom: 15px; }
    .title-sort .title b {
      font-size: 18px;
      margin-right: 5px; }
  .title-sort .sort {
    float: right;
    width: 100%; }
    .title-sort .sort:after {
      content: "";
      display: table;
      clear: both; }
    .title-sort .sort .select-box {
      width: calc(50% - 5px);
      float: left;
      border: none; }
      .title-sort .sort .select-box + .select-box {
        margin-left: 10px; }
  @media screen and (min-width: 768px) {
    .title-sort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px; }
      .title-sort .select-box {
        width: 160px; }
      .title-sort .title {
        width: calc(100% - 330px);
        margin-bottom: 0; }
      .title-sort .sort {
        width: 330px; } }
.title-item {
  padding-bottom: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative; }
  .title-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 170px;
    display: block;
    border: 1px solid; }
.title-aside {
  color: #fff;
  background-color: #da251c;
  font-size: 18px;
  padding: 20px; }

.select-box {
  border: 1px solid #aaa;
  background-color: #fff;
  position: relative;
  height: 40px;
  width: 100%;
  margin-bottom: 0; }
  .select-box .fa-caret-down {
    position: absolute;
    height: 100%;
    right: 15px;
    top: 0;
    z-index: 1;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  .select-box select {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding-left: 10px;
    padding-right: 30px;
    width: 100%;
    height: 100%; }

.check-box {
  margin-bottom: 0;
  color: #666;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal; }
  .check-box .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #aaa;
    background-color: #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px; }
    .check-box .icon:before {
      content: "";
      font-size: 0;
      font-family: "Font Awesome 5 Solid"; }
    .check-box .icon .fa-check {
      opacity: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
  .check-box:hover {
    color: #da251c; }
    .check-box:hover .icon {
      border-color: #da251c; }
      .check-box:hover .icon .fa-check {
        opacity: 0.3; }
  .check-box .input:checked + .icon {
    color: #da251c; }
    .check-box .input:checked + .icon .fa-check {
      opacity: 1; }

.bg_main {
  background-color: #da251c; }
.bg_2 {
  background-color: #e8f2fb; }
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.icon-bg {
  height: 32px;
  width: 32px;
  display: block;
  background-image: url("../img/root/list-icon.png");
  background-repeat: no-repeat; }
  .icon-bg.facebook {
    background-position: -1px -1px; }
  .icon-bg.youtube {
    background-position: -45px -1px; }
  .icon-bg.google-plus {
    background-position: -91px -1px; }
  .icon-bg.in {
    background-position: -132px -1px; }
  .icon-bg.twitter {
    background-position: -178px -1px; }
  .icon-bg.location {
    background-position: -1px -56px; }
  .icon-bg.phone {
    background-position: -50px -56px; }
  .icon-bg.envelope {
    background-position: -96px -56px; }
  .icon-bg.question {
    background-position: -142px -56px; }

body {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
  font-family: "Mitr", sans-serif; }
  body:before {
    -webkit-transition: all 500ms;
    transition: all 500ms;
    opacity: 0; }
  body.nav-opened {
    overflow: hidden; }
    body.nav-opened:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2;
      background-color: rgba(0, 0, 0, 0.7);
      opacity: 1; }
    body.nav-opened .btn-close {
      opacity: 1;
      margin-top: 0; }

@media (min-width: 1330px) {
  .container {
    width: 1330px; } }

.row2 {
  margin-left: -10px;
  margin-right: -10px; }
  .row2 [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-list .item + .item {
    margin-left: 10px; }

.back2top {
  z-index: 99;
  position: fixed;
  bottom: 15%;
  right: 0;
  opacity: 0;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  display: block;
  cursor: pointer;
  height: 0;
  width: 0;
  background-image: url("../img/root/list-icon.png");
  background-position: -8px -190px;
  background-repeat: no-repeat;
  display: none; }
  .back2top.active {
    opacity: 1;
    height: 40px;
    width: 40px; }
  @media screen and (min-width: 768px) {
    .back2top {
      background-position: -1px -182px;
      right: 15px;
      bottom: 20%; }
      .back2top.active {
        height: 56px;
        width: 56px; } }

.aside-top {
  background-color: #da251c;
  margin-bottom: 10px;
  position: relative;
  color: #fff;
  font-size: 15px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .aside-top:after {
    content: "";
    display: table;
    clear: both; }
  .aside-top:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 10px;
    width: 100%;
    background-image: url("../img/root/bg-waves-red.jpg");
    background-position: top left; }
  .aside-top .welcome {
    float: left;
    font-weight: bold; }
  .aside-top .mail {
    float: right; }
    .aside-top .mail a {
      color: #fff;
      font-size: 20px;
      line-height: 1; }
      .aside-top .mail a + a {
        margin-left: 20px; }
  @media screen and (max-width: 767px) {
    .aside-top .container {
      width: 100%; } }

.header:after {
  content: "";
  display: table;
  clear: both; }
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  position: relative; }
.header-top .hotline {
  margin-right: auto;
  color: #da251c;
  font-size: 16px;
  font-weight: bold; }
  .header-top .hotline .icon {
    height: 40px;
    width: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
    color: #000;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 20px;
    vertical-align: middle; }
.header-top .block-right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media screen and (min-width: 576px) {
  .header .hotline {
    font-size: 18px; } }
@media screen and (min-width: 992px) {
  .header-top .container {
    height: 134px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-top .hotline {
    margin-right: auto; } }
@media screen and (max-width: 991px) {
  .header .hotline,
  .header .block-right {
    position: absolute; }
  .header .hotline {
    top: 10px;
    right: 75px; }
  .header .block-right {
    bottom: 10px;
    right: 15px; } }
@media screen and (max-width: 575px) {
  .header .block-right {
    width: 100%;
    position: static;
    display: block; }
  .header .hotline {
    right: auto;
    left: 15px; }
    .header .hotline .icon {
      height: 30px;
      width: 30px;
      font-size: 16px; }
  .header .container {
    height: auto;
    padding-top: 60px; } }

.footer {
  background-color: #e8f2fb;
  position: relative;
  padding-top: 20px;
  margin-top: 10px;
  font-size: 15px; }
  .footer:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 100%;
    left: 0;
    background-image: url("../img/root/bg-waves-cyan.jpg");
    background-position: top left; }
  .footer-logo {
    margin-bottom: 30px; }
    .footer-logo img {
      max-height: 55px; }
  .footer-menu .item {
    margin-bottom: 5px; }
  .footer-menu a {
    color: #000; }
    .footer-menu a:hover, .footer-menu a:focus {
      color: #da251c; }
  .footer-item {
    margin-bottom: 15px; }
  .footer-tag {
    padding: 15px 0;
    border-top: 1px dashed #bbb; }
    .footer-tag a {
      color: #666;
      margin-bottom: 3px; }
      .footer-tag a:after {
        content: "/";
        display: inline-block;
        padding-left: 3px; }
      .footer-tag a:last-child:after {
        display: none; }
      .footer-tag a:hover {
        color: #da251c; }
  .footer .company-info .name {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px; }
  .footer .title {
    font-size: 24px;
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .footer {
      padding-top: 50px; }
      .footer-item {
        margin-bottom: 30px; }
      .footer-tag {
        padding: 30px 0; }
      .footer .title {
        margin-top: 20px; } }
  @media screen and (max-width: 991px) {
    .footer-menu {
      font-size: 14px; }
    .footer .title {
      font-size: 20px; } }

.logo {
  margin-bottom: 0;
  height: 70px;
  max-width: 180px; }
  .logo a {
    height: 100%;
    width: 100%; }
  @media screen and (min-width: 992px) {
    .logo {
      height: 70px;
      max-width: 180px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media screen and (min-width: 1200px) {
    .logo {
      max-width: 210px;
      height: 93px; } }
  @media screen and (max-width: 575px) {
    .logo {
      margin: auto auto 15px auto; } }

.copyright {
  background-color: #000;
  font-size: 14px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px; }

@media screen and (max-width: 991px) {
  .nav-main {
    overflow-y: auto; } }
.nav-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative; }
.nav-main .prod-menu-btn a {
  color: #969696;
  display: block; }
  .nav-main .prod-menu-btn a:hover, .nav-main .prod-menu-btn a:focus, .nav-main .prod-menu-btn a.active {
    color: #da251c; }
  .nav-main .prod-menu-btn a .fa-bars {
    color: #000;
    margin-right: 6px; }
@media screen and (min-width: 992px) {
  .nav-main {
    padding-top: 15px;
    padding-bottom: 15px; }
    .nav-main__inner {
      font-size: 13px; } }
@media screen and (min-width: 1200px) {
  .nav-main__inner {
    font-size: 15px; } }
@media(min-width: 1330px) {
  .nav-main__inner {
    font-size: 16px; } }
@media screen and (max-width: 991px) {
  .nav-main {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    opacity: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    background-color: #fff;
    width: 280px;
    -webkit-box-shadow: 0 0 3px 1px #eee inset;
            box-shadow: 0 0 3px 1px #eee inset; }
    .nav-main.opened {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
      padding: 40px 15px 30px; }
    .nav-main .prod-menu-btn {
      display: none; }
    .nav-main .container {
      width: 100%;
      padding: 0; } }
.nav-open, .nav-close {
  line-height: 1;
  cursor: pointer;
  display: block;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .nav-open, .nav-close {
      display: none; } }
.nav-close {
  color: #da251c;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px; }
.nav-open {
  color: #fff;
  right: 15px;
  top: 10px;
  height: 30px;
  width: 30px;
  background-color: #da251c;
  font-size: 18px;
  position: absolute;
  border-radius: 50%; }
  @media screen and (min-width: 576px) {
    .nav-open {
      height: 40px;
      width: 40px;
      font-size: 24px; } }
  @media screen and (max-width: 991px) {
    .nav-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.menu .item a {
  display: inline-block;
  color: #666; }
  .menu .item a:hover, .menu .item a:focus, .menu .item a.active {
    color: #da251c; }
@media screen and (min-width: 992px) {
  .menu .dropdown-menu {
    font-size: inherit;
    width: 100%;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-animation: menus ease 0.5s;
            animation: menus ease 0.5s;
    padding: 20px 15px;
    border-top: none;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 4px solid rgba(0, 0, 0, 0.4); }
    .menu .dropdown-menu:after {
      content: "";
      display: table;
      clear: both; } }
@media screen and (max-width: 991px) {
  .menu .dropdown-menu {
    position: static;
    border: none;
    -webkit-box-shadow: inherit;
            box-shadow: inherit;
    margin-top: 10px; } }
.menu .dropdown-menu__col {
  padding-left: 15px; }
  .menu .dropdown-menu__col .title {
    margin-bottom: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #e8e8e8;
    font-size: inherit;
    margin-top: 0; }
  .menu .dropdown-menu__col .list {
    margin-bottom: 20px;
    font-size: 15px; }
    .menu .dropdown-menu__col .list li + li {
      margin-top: 10px; }
    .menu .dropdown-menu__col .list li .leftcol {
      float: left;
      width: 80px; }
    .menu .dropdown-menu__col .list li .rightcol {
      float: left;
      width: calc(100% - 80px);
      padding-left: 10px; }
    .menu .dropdown-menu__col .list li .img {
      border: 1px solid #ddd; }
    .menu .dropdown-menu__col .list li .name {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 15px; }
    .menu .dropdown-menu__col .list li .price-current {
      color: #4cadf8; }
    .menu .dropdown-menu__col .list li .price-old {
      text-decoration: line-through; }
    .menu .dropdown-menu__col .list li .price-percent {
      background-color: #da251c;
      padding: 0 2px;
      color: #fff; }
    .menu .dropdown-menu__col .list li .price span {
      margin-right: 3px; }
  @media screen and (min-width: 992px) {
    .menu .dropdown-menu__col {
      width: 33.333%;
      float: left;
      padding-right: 15px; }
      .menu .dropdown-menu__col .title {
        margin-bottom: 20px;
        padding-bottom: 15px; } }
.menu-dropdown.open .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
@media screen and (min-width: 992px) {
  .menu-dropdown {
    position: static; }
    .menu-dropdown:hover .dropdown-menu {
      display: block; }
    .menu-dropdown:hover > a {
      color: #da251c; } }
@media screen and (min-width: 992px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto; }
    .menu .item + .item {
      margin-left: 15px; }
    .menu .item a {
      color: #969696; } }
@media screen and (min-width: 1200px) {
  .menu .item + .item {
    margin-left: 30px; } }
@media(min-width: 1330px) {
  .menu .item + .item {
    margin-left: 40px; } }
@media screen and (max-width: 991px) {
  .menu {
    width: 100%; }
    .menu .item {
      margin-bottom: 10px; }
      .menu .item:after {
        content: "";
        display: table;
        clear: both; }
      .menu .item .icon {
        float: right;
        height: 20px;
        width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: all 300ms;
        transition: all 300ms; } }

@-webkit-keyframes menus {
  0% {
    opacity: 0;
    margin-top: 30px; }
  100% {
    opacity: 1;
    margin-top: 0; } }

@keyframes menus {
  0% {
    opacity: 0;
    margin-top: 30px; }
  100% {
    opacity: 1;
    margin-top: 0; } }
.search-form {
  border-radius: 30px;
  border: 1px dashed #aaa;
  position: relative;
  overflow: hidden; }
  .search-form__input {
    border: none;
    height: 40px;
    width: 100%;
    padding-left: 8px;
    padding-right: 45px; }
  .search-form__btn {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 0;
    right: 0;
    color: #59d400;
    font-size: 18px; }
  @media screen and (min-width: 576px) {
    .search-form {
      width: 215px;
      margin-right: 20px; } }

.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .user > .item + .item {
    margin-left: 20px; }
  .user > .item > a {
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px; }
  .user .icon-user {
    background-color: #899ba9; }
  .user .icon-cart {
    background-image: url("../img/root/bg-shopping-cart.png");
    background-size: cover; }
  .user .dropdown-menu {
    left: auto;
    right: 0; }
  @media screen and (max-width: 575px) {
    .user {
      position: absolute;
      top: 10px;
      right: 55px; }
      .user > .item + .item {
        margin-left: 10px; }
      .user > .item > a {
        height: 30px;
        width: 30px; } }

.content-main {
  padding-top: 20px;
  background-color: #fff; }
  .content-main .section {
    padding-top: 30px;
    padding-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .content-main .breadcrumb-content {
      margin-top: -20px; } }
  @media screen and (max-width: 767px) {
    .content-main .section {
      padding-top: 15px;
      padding-bottom: 15px; } }

.owl-cus.without-dots .owl-dots {
  display: none !important; }
.owl-cus.without-nav .owl-nav {
  display: none !important; }
.owl-cus .owl-prev, .owl-cus .owl-next {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  color: #da251c !important; }
  .owl-cus .owl-prev:before, .owl-cus .owl-next:before {
    font-family: "Font Awesome 5 Solid";
    font-size: 0; }
  .owl-cus .owl-prev svg, .owl-cus .owl-next svg {
    font-size: 30px; }
.owl-cus .owl-prev {
  left: 15px; }
  .owl-cus .owl-prev:before {
    content: ""; }
.owl-cus .owl-next {
  right: 15px; }
  .owl-cus .owl-next:before {
    content: ""; }

.carousel-main .owl-cus {
  overflow: hidden; }
.carousel-main .owl-next, .carousel-main .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
  -webkit-transition: all 500ms;
  transition: all 500ms; }
  .carousel-main .owl-next svg, .carousel-main .owl-prev svg {
    font-size: 26px;
    color: #da251c; }
  .carousel-main .owl-next:before, .carousel-main .owl-prev:before {
    font-family: "Font Awesome 5 Solid";
    font-size: 0; }
  .carousel-main .owl-next:hover, .carousel-main .owl-prev:hover {
    opacity: 1;
    background-color: #da251c !important; }
    .carousel-main .owl-next:hover svg, .carousel-main .owl-prev:hover svg {
      color: #fff; }
.carousel-main .owl-next {
  right: 0; }
  .carousel-main .owl-next:before {
    content: ""; }
.carousel-main .owl-prev {
  left: 0; }
  .carousel-main .owl-prev:before {
    content: ""; }
@media screen and (min-width: 768px) {
  .carousel-main .owl-prev {
    left: -80px; }
  .carousel-main .owl-next {
    right: -80px; } }
@media screen and (max-width: 767px) {
  .carousel-main .owl-prev, .carousel-main .owl-next {
    width: 25px;
    height: 25px; }
    .carousel-main .owl-prev svg, .carousel-main .owl-next svg {
      font-size: 20px; } }
@media screen and (min-width: 992px) {
  .carousel-main .owl-cus:hover .owl-next {
    right: 10px; }
  .carousel-main .owl-cus:hover .owl-prev {
    left: 10px; } }

.slick-cus .slick-prev:before, .slick-cus .slick-next:before {
  font-family: "Font Awesome 5 Solid";
  display: none; }
.slick-cus .img {
  overflow: hidden; }
  .slick-cus .img img {
    display: block;
    margin: auto; }
.slick-cus.vertical {
  position: relative;
  overflow: hidden; }
  .slick-cus.vertical .slick-prev, .slick-cus.vertical .slick-next {
    position: absolute;
    width: 100%;
    left: 0;
    height: 20px;
    border: none;
    background-color: #da251c;
    color: #fff;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .slick-cus.vertical .slick-next {
    bottom: -20px; }
    .slick-cus.vertical .slick-next:before {
      content: ""; }
  .slick-cus.vertical .slick-prev {
    top: -20px; }
    .slick-cus.vertical .slick-prev:before {
      content: ""; }
  .slick-cus.vertical .slick-slide {
    border: 1px solid transparent;
    margin-bottom: 20px;
    opacity: 0.5; }
  .slick-cus.vertical .slick-current {
    border-color: #da251c;
    opacity: 1; }
  .slick-cus.vertical:hover .slick-prev, .slick-cus.vertical:hover .slick-next {
    opacity: 1; }
  .slick-cus.vertical:hover .slick-next {
    bottom: 0; }
  .slick-cus.vertical:hover .slick-prev {
    top: 0; }
.slick-cus.large {
  position: relative;
  overflow: hidden; }
  .slick-cus.large .slick-prev, .slick-cus.large .slick-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: none;
    background-color: #da251c;
    color: #fff;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    z-index: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .slick-cus.large .slick-next {
    right: -30px; }
    .slick-cus.large .slick-next:before {
      content: ""; }
  .slick-cus.large .slick-prev {
    left: -30px; }
    .slick-cus.large .slick-prev:before {
      content: ""; }
  .slick-cus.large:hover .slick-prev, .slick-cus.large:hover .slick-next {
    opacity: 1; }
  .slick-cus.large:hover .slick-next {
    right: 0; }
  .slick-cus.large:hover .slick-prev {
    left: 0; }

.category-list .item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px; }
  .category-list .item .img {
    overflow: hidden; }
    .category-list .item .img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 1; }
    .category-list .item .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: all 300ms;
      transition: all 300ms; }
  .category-list .item .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    z-index: 2;
    width: 100%;
    text-align: center;
    white-space: normal; }
    .category-list .item .caption:before {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      margin-top: 5px;
      height: 2px;
      width: 50px;
      background-color: #fff; }
  .category-list .item:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
.category-list.style1 .item .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 69.0476190476%; }
.category-list.style2 .item .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 42.5806451613%; }
@media screen and (min-width: 992px) {
  .category-list.style1 {
    margin-bottom: 10px; } }
@media screen and (max-width: 991px) {
  .category-list {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    overflow-x: auto; }
    .category-list + .category-list {
      margin-top: 30px; }
    .category-list .item {
      padding: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%; }
      .category-list .item + .item {
        margin-left: 10px; } }
@media screen and (max-width: 767px) {
  .category-list + .category-list {
    margin-top: 15px; }
  .category-list .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; } }
@media screen and (max-width: 575px) {
  .category-list + .category-list {
    margin-top: 15px; }
  .category-list .item .caption {
    font-size: 16px; } }

.bordered {
  border: 1px dashed #cad8e9; }

.prod-list {
  padding: 5px; }
  @media screen and (min-width: 576px) {
    .prod-list {
      padding: 30px 15px 0; } }
.prod-item {
  margin-bottom: 20px; }
  .prod-item .inner {
    position: relative; }
  .prod-item .img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%; }
    .prod-item .img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      z-index: 1;
      opacity: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms; }
    .prod-item .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .prod-item .label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
  .prod-item .ctrl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
    .prod-item .ctrl li {
      display: inline-block;
      margin-right: 5px; }
    .prod-item .ctrl a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 30px;
      width: 30px;
      border-radius: 50%;
      background-color: #90c53c;
      color: #fff; }
      .prod-item .ctrl a:hover {
        background-color: #da251c; }
  .prod-item .name {
    color: #333;
    -webkit-transition: all 300ms;
    transition: all 300ms; }
    .prod-item .name:hover {
      color: #da251c; }
  @media screen and (min-width: 768px) {
    .prod-item {
      margin-bottom: 50px; }
      .prod-item:hover .label {
        opacity: 0; }
      .prod-item:hover .ctrl {
        z-index: 2; }
        .prod-item:hover .ctrl a {
          -webkit-transform: scale(1);
                  transform: scale(1); }
      .prod-item:hover .img:before {
        opacity: 1; }
      .prod-item .ctrl {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .prod-item .ctrl a {
          height: 50px;
          width: 50px;
          -webkit-transform: scale(0);
                  transform: scale(0); } }
  @media screen and (max-width: 767px) {
    .prod-item .ctrl {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 100%;
      width: 100%;
      margin-top: 10px; }
    .prod-item .img {
      margin-bottom: 50px; } }
  @media screen and (max-width: 575px) {
    .prod-item .name {
      font-size: 16px; } }
.prod-banner {
  margin-bottom: 30px; }
.prod-cate .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  margin: 0;
  overflow-x: auto; }
.prod-cate__item .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 10px; }
  .prod-cate__item .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.prod-cate__item .name {
  color: #969696;
  font-size: 17px;
  white-space: normal; }
.prod-cate__item:hover .name {
  color: #da251c; }
@media screen and (min-width: 768px) {
  .prod-cate__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; } }
@media screen and (min-width: 1200px) {
  .prod-cate__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; } }
@media screen and (max-width: 767px) {
  .prod-cate__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding: 0; }
    .prod-cate__item .name {
      font-size: 16px; }
    .prod-cate__item + .prod-cate__item {
      margin-left: 20px; } }
@media screen and (max-width: 575px) {
  .prod-cate__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%; } }
.prod-content .prod-list {
  padding-left: 10px;
  padding-right: 10px; }
.prod-content .leftcol .title {
  background-color: #da251c;
  color: #fff;
  padding: 20px;
  font-size: 18px;
  margin: 0; }
.prod-content .leftcol .list {
  background-color: #e8f2fb;
  font-size: 16px; }
  .prod-content .leftcol .list .item {
    position: relative;
    border-bottom: 1px dashed #fff; }
  .prod-content .leftcol .list .collapse-title {
    padding-right: 30px; }
  .prod-content .leftcol .list .collapse li {
    border-top: 1px dashed #fff; }
  .prod-content .leftcol .list .collapse a {
    padding-left: 40px; }
  .prod-content .leftcol .list .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 10px; }
    .prod-content .leftcol .list .button.collapsed {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .prod-content .leftcol .list a {
    color: #000;
    padding: 20px;
    display: block; }
    .prod-content .leftcol .list a:hover {
      color: #da251c; }
  .prod-content .leftcol .list.style2 {
    font-size: 16px; }
    .prod-content .leftcol .list.style2 .item {
      padding: 20px; }
    .prod-content .leftcol .list.style2 .icon {
      margin-right: 15px; }
.prod-content .rightcol .content {
  background-color: #e8f2fb;
  padding: 20px;
  font-size: 16px; }
@media screen and (min-width: 992px) {
  .prod-content .leftcol {
    float: left;
    width: 240px; }
  .prod-content .rightcol {
    float: left;
    width: calc(100% - 240px);
    padding-left: 20px; } }
@media screen and (min-width: 1200px) {
  .prod-content .leftcol {
    width: 300px; }
    .prod-content .leftcol .title {
      font-size: 22px; }
    .prod-content .leftcol .list {
      font-size: 18px; }
  .prod-content .rightcol {
    width: calc(100% - 300px);
    padding-left: 30px; } }
@media screen and (max-width: 991px) {
  .prod-content .leftcol {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    overflow-y: auto;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left; }
    .prod-content .leftcol.opened {
      -webkit-transform: rotate(0);
              transform: rotate(0); } }
.prod-menu-trigger {
  padding: 10px;
  background-color: #da251c;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
  z-index: 1;
  display: inline-block; }
  .prod-menu-trigger .fa-bars {
    margin-right: 5px; }
  @media screen and (min-width: 992px) {
    .prod-menu-trigger {
      display: none; } }
.prod-detail__info {
  font-size: 16px; }
  .prod-detail__info .name {
    font-size: 24px;
    margin-bottom: 30px; }
  .prod-detail__info .price-current {
    font-size: 20px; }
  .prod-detail__info .price-old {
    font-size: 14px; }
  .prod-detail__info ul {
    padding-left: 15px; }
  .prod-detail__info .size-list .item {
    cursor: pointer; }
    .prod-detail__info .size-list .item + .item {
      margin-left: 5px; }
  .prod-detail__info .size-list .val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    width: 40px;
    background-color: #e8f2fb;
    color: #da251c;
    opacity: 0.5; }
  .prod-detail__info .size-list__check:checked + .val {
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .prod-detail__info .name {
      font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    .prod-detail__info {
      font-size: 18px; }
      .prod-detail__info .name {
        font-size: 40px;
        margin-bottom: 30px; } }
.prod-detail__describe .title {
  font-size: 20px;
  padding: 10px 20px;
  margin: 0; }
.prod-detail__describe .para {
  padding: 20px;
  font-size: 18px; }
  .prod-detail__describe .para .text,
  .prod-detail__describe .para .img {
    margin-bottom: 50px; }
.prod-detail .vertical {
  width: 50px;
  float: left; }
  .prod-detail .vertical .img {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 100%; }
    .prod-detail .vertical .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
.prod-detail .large {
  float: left;
  width: calc(100% - 50px); }
@media screen and (min-width: 576px) {
  .prod-detail .vertical {
    width: 69px; }
  .prod-detail .large {
    width: calc(100% - 69px); } }

.blog-item {
  margin-bottom: 30px; }
  .blog-item .img {
    margin-bottom: 10px;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 69.0476190476%;
    overflow: hidden; }
    .blog-item .img img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: -webkit-transform 500ms;
      transition: -webkit-transform 500ms;
      transition: transform 500ms;
      transition: transform 500ms, -webkit-transform 500ms; }
  .blog-item .name {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    height: 67.2px;
    line-height: 1.4;
    margin-bottom: 10px;
    overflow: hidden; }
    .blog-item .name:hover {
      color: #da251c; }
  .blog-item .summary {
    font-size: 16px;
    height: 91.52px;
    overflow: hidden; }
  .blog-item:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2); }
  @media screen and (max-width: 575px) {
    .blog-item .name {
      font-size: 16px;
      height: 44.8px; }
    .blog-item .summary {
      height: 68.64px; } }
.blog-feature.style1 .title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  padding-bottom: 25px;
  border-bottom: 2px solid #da251c; }
.blog-feature.style1 .list .img {
  width: 130px;
  margin-bottom: 10px; }
.blog-feature.style1 .list .text .name {
  color: #333;
  margin-bottom: 5px; }
  .blog-feature.style1 .list .text .name:hover {
    color: #da251c; }
.blog-feature.style1 .list .text .sum {
  font-size: 13px; }
.blog-feature.style1 .list .item {
  margin-bottom: 20px; }
@media screen and (min-width: 1200px) {
  .blog-feature.style1 .list .text {
    float: left;
    padding-left: 15px;
    width: calc(100% - 130px); }
  .blog-feature.style1 .list .img {
    float: left;
    margin-bottom: 0; } }
.blog-feature.style2 {
  font-size: 16px;
  margin-bottom: 30px; }
  .blog-feature.style2 li + li {
    border-top: 1px dashed #fff; }
  .blog-feature.style2 a {
    display: block;
    padding: 20px;
    color: #666; }
    .blog-feature.style2 a:hover {
      color: #da251c; }
  @media screen and (min-width: 992px) {
    .blog-feature.style2 {
      margin-bottom: 50px; } }
.blog-content__item {
  font-size: 16px;
  margin-bottom: 30px; }
  .blog-content__item .name {
    margin-bottom: 10px;
    color: #000; }
  .blog-content__item .text {
    height: 112px;
    line-height: 1.4;
    overflow: hidden;
    font-style: italic; }
  .blog-content__item .list {
    list-style: inherit;
    padding-left: 15px; }
    .blog-content__item .list li {
      margin-bottom: 5px; }
    .blog-content__item .list a {
      color: #333; }
      .blog-content__item .list a:hover {
        color: #da251c; }
  .blog-content__item2 {
    font-size: 16px;
    color: #000;
    margin-bottom: 30px; }
    .blog-content__item2 .img {
      position: relative;
      display: block;
      width: 100%;
      padding-bottom: 141.5458937198%; }
      .blog-content__item2 .img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .blog-content__item2 .text {
      padding: 12px;
      border-bottom: 2px solid #ddd; }
    .blog-content__item2 .ctrl {
      margin-bottom: 10px; }
      .blog-content__item2 .ctrl .item {
        float: left; }
        .blog-content__item2 .ctrl .item + .item {
          margin-left: 10px; }
      .blog-content__item2 .ctrl a {
        color: #000;
        font-size: 20px; }
        .blog-content__item2 .ctrl a:hover {
          color: #da251c; }
    .blog-content__item2 .like-num {
      margin-bottom: 5px; }
    .blog-content__item2 .content {
      margin-bottom: 5px; }
    .blog-content__item2 .form-comment {
      margin-bottom: 10px; }
      .blog-content__item2 .form-comment .btn-main {
        padding: 0;
        height: 30px;
        width: 30px;
        float: left;
        border-radius: 50%; }
      .blog-content__item2 .form-comment .input {
        float: left;
        width: calc(100% - 30px);
        padding-left: 10px; }
        .blog-content__item2 .form-comment .input .form-control {
          border-radius: 20px;
          border: 1px solid #ddd;
          color: #999;
          padding: 6px 12px; }
    .blog-content__item2 .timer {
      font-size: 13px; }
      .blog-content__item2 .timer a {
        color: #000; }
  @media screen and (min-width: 576px) and (max-width: 767px) {
    .blog-content__item2 {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .blog-content__item .name {
      font-size: 20px; }
    .blog-content__item2 .ctrl .item + .item {
      margin-left: 15px; }
    .blog-content__item2 .ctrl a {
      font-size: 24px; } }
  @media screen and (min-width: 992px) {
    .blog-content__item {
      margin-bottom: 50px; }
      .blog-content__item .text {
        font-size: 18px;
        height: 126px; }
      .blog-content__item2 {
        margin-bottom: 50px; } }
.blog-content__cate {
  margin-bottom: 30px; }
  .blog-content__cate .list {
    font-size: 16px; }
    .blog-content__cate .list a {
      color: #000;
      display: block;
      padding: 20px;
      border-bottom: 1px dashed #fff; }
      .blog-content__cate .list a:hover {
        color: #da251c; }
      .blog-content__cate .list a.active {
        background-color: #da251c;
        color: #fff !important;
        border-bottom-color: transparent; }
  @media screen and (max-width: 991px) {
    .blog-content__cate .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      overflow-x: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 0; }
      .blog-content__cate .list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        height: 100%;
        padding: 0 10px; }
      .blog-content__cate .list a {
        text-align: center;
        border-bottom: none;
        background-color: #899ba9;
        color: #fff; } }
.blog-content__para {
  font-size: 18px;
  margin-bottom: 30px; }
  .blog-content__para .text {
    padding: 25px 30px;
    color: #999; }
  .blog-content__para img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 767px) {
    .blog-content__para {
      font-size: 16px; }
      .blog-content__para .text {
        padding: 10px 15px; } }

.breadcrumb-content .breadcrumb {
  font-size: 16px;
  background-color: transparent;
  border-radius: 0;
  padding: 8px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333; }
  .breadcrumb-content .breadcrumb .fa-home {
    margin-right: 0;
    font-size: 22px; }
  .breadcrumb-content .breadcrumb li {
    color: #969696; }
    .breadcrumb-content .breadcrumb li a {
      color: #000; }
      .breadcrumb-content .breadcrumb li a:hover {
        color: #da251c; }
    .breadcrumb-content .breadcrumb li svg {
      margin-right: 5px; }

.banner .img {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 30%; }
  .banner .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.pagination {
  padding: 20px 20px 10px;
  color: #a5a2a9;
  background-color: #e8f2fb;
  display: block;
  border-radius: 0;
  font-size: 16px; }
  .pagination:after {
    content: "";
    display: table;
    clear: both; }
  .pagination .showing {
    float: left;
    margin-bottom: 10px; }
  .pagination-list {
    float: right; }
    .pagination-list:after {
      content: "";
      display: table;
      clear: both; }
    .pagination-list a {
      color: #a5a2a9; }
    .pagination-list .active > a {
      color: #da251c; }
    .pagination-list .item {
      float: left; }
      .pagination-list .item + .item {
        margin-left: 15px; }
      .pagination-list .item.disabled a {
        cursor: not-allowed; }
      .pagination-list .item:first-child a:before, .pagination-list .item:last-child a:before {
        font-family: "Font Awesome 5 Solid";
        display: none; }
      .pagination-list .item:first-child a:before {
        content: ""; }
      .pagination-list .item:last-child a:before {
        content: ""; }
  .pagination2 .item {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
    margin-bottom: 10px; }
    .pagination2 .item a {
      color: #000;
      border: 1px solid #000;
      height: 30px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff;
      font-size: 14px;
      font-weight: bold; }
    .pagination2 .item.active a {
      background-color: #000;
      color: #fff; }
    .pagination2 .item.disabled a {
      cursor: not-allowed; }
    .pagination2 .item:first-child a, .pagination2 .item:last-child a {
      background-color: transparent;
      border: none;
      width: auto;
      font-size: 20px; }
      .pagination2 .item:first-child a:before, .pagination2 .item:last-child a:before {
        font-family: "Font Awesome 5 Solid";
        display: none; }
    .pagination2 .item:first-child a:before {
      content: ""; }
    .pagination2 .item:last-child a:before {
      content: ""; }
  @media screen and (min-width: 768px) {
    .pagination2 .item {
      padding-left: 10px;
      padding-right: 10px; }
      .pagination2 .item a {
        height: 40px;
        width: 40px;
        font-size: 16px; } }

.contact .title-main.md {
  font-size: 24px; }
.contact-block {
  margin-bottom: 30px;
  font-size: 18px;
  color: #777; }
  .contact-block .icon {
    width: 30px;
    height: 24px;
    display: inline-block;
    line-height: 24px; }
  .contact-block .title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px; }
.contact-form {
  padding: 15px;
  font-size: 18px;
  margin-bottom: 30px; }
  .contact-form .text {
    display: block;
    width: 110px;
    float: left;
    color: #777; }
    .contact-form .text.empty {
      display: none; }
  .contact-form .input {
    float: left;
    width: 100%; }
    .contact-form .input .form-control {
      background-color: #eee;
      border: none;
      -webkit-box-shadow: inherit;
              box-shadow: inherit; }
  .contact-form .btn-main {
    min-width: 120px; }
  @media screen and (min-width: 576px) {
    .contact-form {
      padding: 30px; }
      .contact-form .text {
        text-align: right; }
        .contact-form .text.empty {
          display: block; }
      .contact-form .input {
        width: calc(100% - 110px);
        padding-left: 30px; } }

.cart-table {
  margin-bottom: 20px; }
  .cart-table__item {
    font-size: 16px;
    border: 2px solid #e8f2fb; }
    .cart-table__item .col:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 100px;
      display: inline-block;
      color: #000;
      font-weight: bold;
      float: left; }
      @media screen and (min-width: 768px) {
        .cart-table__item .col:before {
          display: none; } }
    .cart-table__item .img {
      width: 150px; }
      .cart-table__item .img-inner {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 100%; }
        .cart-table__item .img-inner img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
    .cart-table__item .text p {
      margin-bottom: 0; }
      .cart-table__item .text p + p {
        margin-top: 5px; }
      .cart-table__item .text p:last-child {
        margin-top: 10px; }
    .cart-table__item .text .name {
      color: #969696; }
      .cart-table__item .text .name:hover {
        color: #da251c; }
    .cart-table__item .text .img {
      width: 100px; }
    .cart-table__item.title {
      border-color: transparent;
      border-bottom: none;
      display: none; }
    @media screen and (min-width: 576px) {
      .cart-table__item .img {
        float: left;
        width: 100px; }
      .cart-table__item .text {
        float: left;
        width: calc(100% - 100px);
        padding-left: 10px; } }
    @media screen and (min-width: 768px) {
      .cart-table__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: none; }
        .cart-table__item .col {
          width: 20%;
          float: left;
          padding: 20px 10px; }
          .cart-table__item .col.lg {
            width: 40%; }
          .cart-table__item .col + .col {
            border-left: 2px solid #e8f2fb; }
        .cart-table__item.title {
          display: block; } }
    @media screen and (min-width: 992px) {
      .cart-table__item__item {
        font-size: 18px; }
      .cart-table__item .col {
        width: 18.6666666667%;
        float: left;
        padding: 25px 20px; }
        .cart-table__item .col.lg {
          width: 44%; }
      .cart-table__item .img {
        width: 130px; }
      .cart-table__item .text {
        width: calc(100% - 130px);
        padding-left: 50px; } }
    @media screen and (max-width: 767px) {
      .cart-table__item {
        padding: 10px;
        margin-bottom: 15px; }
        .cart-table__item .col {
          margin-bottom: 10px; }
        .cart-table__item .inner {
          float: left;
          width: calc(100% - 100px); } }
    @media screen and (max-width: 575px) {
      .cart-table__item .inner {
        width: 100%; } }
    @media (min-width: 1200px) and (max-width: 1329px) {
      .cart-table__item .col {
        width: 20%;
        padding: 25px 15px; }
        .cart-table__item .col.lg {
          width: 40%; }
      .cart-table__item .text {
        padding-left: 10px; } }
.cart-order__discount {
  margin-bottom: 30px; }
  .cart-order__discount .title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 15px; }
  .cart-order__discount .form {
    padding: 10px;
    font-size: 16px; }
    .cart-order__discount .form .input,
    .cart-order__discount .form .btn-main {
      float: left;
      height: 40px; }
    .cart-order__discount .form .input {
      width: calc(100% - 120px);
      padding: 0 10px;
      border: none; }
    .cart-order__discount .form .btn-main {
      width: 120px; }
  .cart-order__discount-text {
    padding: 10px 15px;
    width: 100%;
    font-size: 18px;
    color: #969696;
    margin-bottom: 30px; }
    .cart-order__discount-text .btn-main {
      padding: 10px 20px;
      margin: 10px 0 0 auto; }
    @media screen and (min-width: 768px) {
      .cart-order__discount-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .cart-order__discount-text .btn-main {
          margin-top: 0; } }
.cart-order__list {
  font-size: 18px;
  margin-bottom: 30px; }
  .cart-order__list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 10px; }
    .cart-order__list .item + .item {
      border-top: 2px solid #fff; }
    .cart-order__list .item.button {
      padding: 0; }
      .cart-order__list .item.button .btn-main {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
  .cart-order__list span {
    padding: 0 2px; }
  .cart-order__list .val {
    margin-left: auto; }
    .cart-order__list .val.lg {
      font-size: 20px; }

.quantity__btn, .quantity__value {
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background-color: #da251c;
  border: none;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .quantity__btn, .quantity__value {
      height: 40px;
      width: 40px; } }
@media screen and (min-width: 1200px) {
  .quantity {
    text-align: center; } }

.form-payment {
  padding: 30px 15px;
  margin-bottom: 50px; }
  .form-payment .input .form-control {
    background-color: #eee;
    height: 40px;
    border: none;
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
    .form-payment .input .form-control.txt {
      height: auto; }
  .form-payment .btn-send {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 16px; }
  @media screen and (min-width: 576px) {
    .form-payment .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .form-payment .form-group:after {
        content: "";
        display: table;
        clear: both; }
    .form-payment .text {
      float: left;
      width: 120px;
      text-align: right; }
    .form-payment .input {
      float: left;
      width: calc(100% - 120px);
      padding-left: 10px; }
    .form-payment .btn-send {
      margin-left: 130px; } }

.payment-method {
  padding: 0 15px;
  margin-bottom: 30px; }
  .payment-method__block {
    padding: 25px;
    font-size: 18px;
    color: #969696; }
    .payment-method__block + .payment-method__block {
      margin-top: 10px; }
    .payment-method__block .vatop {
      vertical-align: top;
      padding: 0 2px; }
  @media screen and (min-width: 768px) {
    .payment-method .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .payment-method__block + .payment-method__block {
      border-left: 2px solid #fff;
      margin-top: 0; } }
.payment-collapse-btn {
  color: #969696;
  position: relative;
  display: block;
  padding-left: 20px; }
  .payment-collapse-btn:before, .payment-collapse-btn:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 50%; }
  .payment-collapse-btn:before {
    left: 0;
    top: 6px;
    border: 1px solid #969696;
    height: 12px;
    width: 12px; }
  .payment-collapse-btn:after {
    left: 2px;
    top: 8px;
    height: 8px;
    width: 8px;
    background-color: #969696;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    opacity: 0; }
  .payment-collapse-btn.active:after {
    opacity: 1; }

.quick-view {
  display: block;
  height: 0;
  overflow: hidden; }
  .quick-view .social-list {
    font-size: 16px; }
    .quick-view .social-list li {
      margin-right: 20px; }
    .quick-view .social-list a {
      color: #969696; }
      .quick-view .social-list a:hover {
        color: #da251c; }
  .quick-view .horizontal {
    position: relative;
    overflow: hidden; }
    .quick-view .horizontal .slick-prev, .quick-view .horizontal .slick-next {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30px;
      height: 30px;
      border: none;
      background-color: #da251c;
      color: #fff;
      font-size: 16px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-transition: all 300ms;
      transition: all 300ms;
      z-index: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .quick-view .horizontal .slick-next {
      right: -30px; }
      .quick-view .horizontal .slick-next:before {
        content: ""; }
    .quick-view .horizontal .slick-prev {
      left: -30px; }
      .quick-view .horizontal .slick-prev:before {
        content: ""; }
    .quick-view .horizontal .slick-slide {
      opacity: 0.5; }
      .quick-view .horizontal .slick-slide .img {
        position: relative;
        display: block;
        width: 100%;
        padding-bottom: 100%;
        overflow: hidden; }
        .quick-view .horizontal .slick-slide .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .quick-view .horizontal .slick-slide:hover {
        opacity: 1; }
    .quick-view .horizontal .slick-current {
      opacity: 1; }
    .quick-view .horizontal:hover .slick-prev, .quick-view .horizontal:hover .slick-next {
      opacity: 1; }
    .quick-view .horizontal:hover .slick-next {
      right: 0; }
    .quick-view .horizontal:hover .slick-prev {
      left: 0; }
  .quick-view.in {
    height: auto; }
  .quick-view .modal-header {
    padding: 10px;
    border-bottom: none; }
    .quick-view .modal-header .close {
      font-size: 24px; }
  .quick-view .modal-dialog {
    width: calc(100% - 30px);
    max-width: 1024px; }
    .quick-view .modal-dialog .prod-detail__info {
      font-size: 16px; }
      .quick-view .modal-dialog .prod-detail__info .name {
        font-size: 22px; }
      .quick-view .modal-dialog .prod-detail__info .price-old, .quick-view .modal-dialog .prod-detail__info .price-current {
        font-size: 20px; }
      .quick-view .modal-dialog .prod-detail__info .price .save-percent {
        display: inline-block;
        padding: 1px 5px;
        font-size: 16px; }
      .quick-view .modal-dialog .prod-detail__info .size .text {
        width: 100px; }
      .quick-view .modal-dialog .prod-detail__info .size .select-box {
        width: 115px;
        display: inline-block; }
      .quick-view .modal-dialog .prod-detail__info .btn-addcart {
        border: 1px dashed #cad8e9;
        color: #898989;
        -webkit-transition: all 300ms;
        transition: all 300ms;
        padding: 12px 50px;
        background-color: transparent; }
        .quick-view .modal-dialog .prod-detail__info .btn-addcart:hover {
          color: #fff;
          border-color: transparent;
          background-color: #da251c; }

/*# sourceMappingURL=main.min.css.map */

/* ------------------------------------------------------------------------------*/
/* LAZI CSS*/
.prod-cate .row {
  overflow-y: hidden;
}
.prod-cate__item .name {
  margin-bottom: 10px;
}
.form-payment .input select {
  width: 100%;
  height: 40px;
  background: #eee;
  border-radius: 4px;
  border: none;
  color: #555;
  padding: 6px 12px;
}
.form-payment .input textarea {
  height: 65px !important;
}
.section.payment .button .btn-main {
  padding: 0 40px;
  font-size: 18px;
}
.section.blog-content .pagination2 {
  margin-bottom: 20px;
}

#modalQuickBuy .modal-dialog {
  max-width: 500px;
  margin: 30px auto;
}
#modalQuickBuy .modal-header {
  font-size: 22px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#modalQuickBuy .modal-body .box-input {
  position: relative;
}
#modalQuickBuy .modal-body .box-input input {
  width: 100%;
  height: 40px;
  padding: 10px;
}
#modalQuickBuy .modal-body .box-input .btn-main {
  position: absolute;
  top: 0;
  right: 0;
}

.quantity__value {
  width: 60px;
}
.quantity__value::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.show-mobile {
  display: none;
}
.section.prod-content .title-sort .sort-mobile {
  display: none;
}

.prod-content .leftcol .list.style2 .item .check-box {
  font-size: 14px;
}

@media (max-width: 991px) {
  .section.category .category-list {
    display: block;
  }
  .section.category .category-list .item {
    padding: 10px;
    margin: 0;
  }
  .section.category .category-list .item + .item {
    margin-left: 0;
  }

  .section.prod-cate .row {
    display: block;
  }
  .section.prod-cate .row .prod-cate__item {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .show-mobile {
    display: block;
  }
  .section.payment .button .btn-main {
    padding: 0 20px;
    width: 100%;
  }
  
  .section.prod-cate .row .prod-cate__item {
    padding: 10px;
  }
  .section.prod-cate .prod-cate__item + .prod-cate__item {
    margin: 0;
  }

  .section.prod-content .prod-menu-trigger {
    display: none;
  }

  .section.prod-content .title-sort .title {
    float: none;
  } 
  .section.prod-content .title-sort .sort {
    display: none;
  } 
  .section.prod-content .title-sort .sort-mobile {
    display: block;
  }
  .section.prod-content .title-sort .sort-mobile .select-box {
    float: left;
    width: calc(50% - 25px);
    margin-right: 5px;
  }

  .section.prod-content .title-sort .sort-mobile .select-box select option.op-1 a {
    padding-left: 10px;
  }
  .section.prod-content .title-sort .sort-mobile .select-box select option.op-2 a{
    padding-left: 20px;
  }

  .section.prod-content .title-sort .sort-mobile .box-btn-category {
    padding: 8px 10px;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-category .box-select-cate {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: max-content;
    z-index: 999;
    border: 1px solid #aaa;
    padding: 5px 10px;
    background: #fff;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-category .box-select-cate a.title-1 {
    display: block;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    color: #333;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-category .box-select-cate .sub-1 {
    padding-left: 10px;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-category .box-select-cate .sub-1 a {
    display: block;
    font-weight: 500;
    color: #333;
  } 

  .section.prod-content .title-sort .sort-mobile .box-btn-sort {
    position: relative;
    cursor: pointer;
    float: left;
    width: 20%;
    margin-right: 0;
    background: #fff;
    padding: 8px 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-sort img {
    width: 20px;
    height: 20px;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-sort .box-select {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    width: max-content;
    z-index: 999;
    border: 1px solid #aaa;
    padding: 5px 10px;
    background: #fff;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-sort .box-select a {
    display: block;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    color: #333;
  }
  .section.prod-content .title-sort .sort-mobile .box-btn-sort .box-select a:hover {

  }

}
