@charset "UTF-8";

/*-----------css reset---------------------*/
* {
  margin: 0;
  padding: 0;
}
html,
body,
div,
span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: "Fz Poppins";
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
a:hover,
a:focus {
  outline: none !important;
}

/* Font face*/
@font-face {
  font-display: swap;
  font-family: RCB;
  src: url("fonts/RobotoCondensedBold.eot");
  src: url("fonts/RobotoCondensedBold.eot") format("embedded-opentype"),
    url("fonts/RobotoCondensedBold.woff2") format("woff2"),
    url("fonts/RobotoCondensedBold.woff") format("woff"),
    url("fonts/RobotoCondensedBold.ttf") format("truetype"),
    url("fonts/RobotoCondensedBold.svg#RobotoCondensedBold") format("svg");
}
@font-face {
  font-display: swap;
  font-family: RCR;
  src: url("fonts/RobotoCondensedRegular.eot");
  src: url("fonts/RobotoCondensedRegular.eot") format("embedded-opentype"),
    url("fonts/RobotoCondensedRegular.woff2") format("woff2"),
    url("fonts/RobotoCondensedRegular.woff") format("woff"),
    url("fonts/RobotoCondensedRegular.ttf") format("truetype"),
    url("fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular") format("svg");
}
@font-face {
  font-display: swap;
  font-family: RM;
  src: url("fonts/RobotoMedium.eot");
  src: url("fonts/RobotoMedium.eot") format("embedded-opentype"),
    url("fonts/RobotoMedium.woff2") format("woff2"),
    url("fonts/RobotoMedium.woff") format("woff"),
    url("fonts/RobotoMedium.ttf") format("truetype"),
    url("fonts/RobotoMedium.svg#RobotoMedium") format("svg");
}
@font-face {
  font-display: swap;
  font-family: RR;
  src: url("fonts/RobotoRegular.eot");
  src: url("fonts/RobotoRegular.eot") format("embedded-opentype"),
    url("fonts/RobotoRegular.woff2") format("woff2"),
    url("fonts/RobotoRegular.woff") format("woff"),
    url("fonts/RobotoRegular.ttf") format("truetype"),
    url("fonts/RobotoRegular.svg#RobotoRegular") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Fz Poppins SemBd";
  src: url("fonts/RobotoBold.eot");
  src: url("fonts/RobotoBold.eot") format("embedded-opentype"),
    url("fonts/RobotoBold.woff2") format("woff2"),
    url("fonts/RobotoBold.woff") format("woff"),
    url("fonts/RobotoBold.ttf") format("truetype"),
    url("fonts/RobotoBold.svg#RobotoBold") format("svg");
}
@font-face {
  font-display: swap;
  font-family: RL;
  src: url("fonts/RobotoLight.eot");
  src: url("fonts/RobotoLight.eot") format("embedded-opentype"),
    url("fonts/RobotoLight.woff2") format("woff2"),
    url("fonts/RobotoLight.woff") format("woff"),
    url("fonts/RobotoLight.ttf") format("truetype"),
    url("fonts/RobotoLight.svg#RobotoLight") format("svg");
}
@font-face {
  font-family: "Fz Poppins";
  src: url("fonts/FzPoppins-Regular.eot");
  src: url("fonts/FzPoppins-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/FzPoppins-Regular.woff2") format("woff2"),
    url("fonts/FzPoppins-Regular.woff") format("woff"),
    url("fonts/FzPoppins-Regular.ttf") format("truetype"),
    url("fonts/FzPoppins-Regular.svg#FzPoppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fz Poppins SemBd";
  src: url("fonts/FzPoppins-SemiBold.eot");
  src: url("fonts/FzPoppins-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/FzPoppins-SemiBold.woff2") format("woff2"),
    url("fonts/FzPoppins-SemiBold.woff") format("woff"),
    url("fonts/FzPoppins-SemiBold.ttf") format("truetype"),
    url("fonts/FzPoppins-SemiBold.svg#FzPoppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fz Poppins Med";
  src: url("fonts/FzPoppins-Medium.eot");
  src: url("fonts/FzPoppins-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/FzPoppins-Medium.woff2") format("woff2"),
    url("fonts/FzPoppins-Medium.woff") format("woff"),
    url("fonts/FzPoppins-Medium.ttf") format("truetype"),
    url("fonts/FzPoppins-Medium.svg#FzPoppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/*----------basic----------------*/
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-rendering: optimizeLegibility;
}
a {
  text-decoration: none;
  color: #1471ce;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
a:hover {
  text-decoration: none !important;
  color: #f00;
}
html {
}
::-webkit-scrollbar {
  background: #fff;
  width: 10px;
  height: 11px;
}
::-webkit-scrollbar-thumb {
  background: #ccc;
}

/*Prevent Firefox Scrollbar Jump*/
img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  height: auto;
}
input,
textarea {
  padding: 0;
  margin: 0;
  resize: none;
  outline: none;
  height: auto !important;
  line-height: 25px !important;
}
select,
.cp {
  cursor: pointer;
}
.clear {
  clear: both;
}
:focus {
  outline: 0;
}
input:focus {
  outline: 1px solid #f97d17;
}
textarea:focus {
  outline: 1px solid #f97d17;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button {
  border: 0;
  cursor: pointer;
  font-weight: bold;
  outline: none;
}
ul,
ol,
dl {
  margin-left: 15px;
  text-decoration: none !important;
}
body {
  background: #fff;
  font-family: "Roboto", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
  font-size: inherit;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 2rem;
}
p {
  margin: 0;
}
.content p {
  margin-bottom: 1rem;
}

/* My */
:root {
  --color-main: #17bd35;
  --color-medium-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
}
.w-clear:after {
  display: block;
  content: "";
  clear: both;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.none {
  display: none;
}
.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}
.del {
  text-decoration: line-through;
}
.center {
  position: relative;
  max-width: 1252px;
  margin: 0 auto;
  padding: 0 15px;
}
.title-main {
  font-family: "Fz Poppins SemBd";
  margin: 20px 0;
  text-align: center;
}
.title-main h1,
.title-main h2,
.title-main span {
  display: inline-block;
  text-transform: uppercase;
  color: var(--color-main);
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
  margin: 0;
}
.title-main p {
  display: block;
  margin: 0;
}
.title-detail {
  margin-bottom: 15px;
  color: #333;
  font-family: "Fz Poppins SemBd";
}
.title-detail h1 {
  margin: 0;
  font-weight: normal;
  font-size: 25px;
  line-height: 28px;
  text-transform: capitalize;
}
.title-detail p {
  display: none;
}
.time-detail {
  margin-bottom: 10px;
  color: #999;
}
.time-detail i {
  vertical-align: top;
  margin: 5px 10px 0px 0px;
}
.time-detail span {
  vertical-align: top;
  display: inline-block;
}
.control-carousel {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  margin-bottom: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #eee;
  border-radius: 30px;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}
.control-carousel:hover {
  background-color: #f58220;
  border-color: #f58220;
  color: #fff;
}
.prev-carousel {
  left: -10px;
}
.next-carousel {
  right: -10px;
}
/* Scroll bar */
/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
}

::-webkit-scrollbar-thumb {
  background: var(--color-medium-green);
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-dark-green);
} */

/* Container */
#container {
  padding: 30px 15px;
}
#container img {
  height: auto !important;
}
.content {
}
.content-flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.left {
  width: calc(100% - 300px);
}
.right {
  width: 270px;
}

/* Breadcrumb */
.breadCrumbs {
  font-family: "Fz Poppins";
  background-color: #eee;
  padding: 10px 0;
}
.breadCrumbs .center .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadCrumbs .center .breadcrumb-item a {
  color: var(--color-black);
}
.breadCrumbs .center .breadcrumb-item a:hover {
  color: var(--color-medium-green);
}
.breadCrumbs .center .breadcrumb-item.active a {
  color: var(--color-gray);
  pointer-events: none;
}

/* General */
.mxh {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
}
.mxh li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.mxh li:last-child {
  margin-right: 0px;
}
.mxh li a {
  display: block;
}
.mxh img {
  vertical-align: top;
  transition: all 0.5s;
}
.mxh img:hover {
  -webkit-animation: rubberBand 1s;
  animation: rubberBand 1s;
}
/* Header */
#header {
  box-shadow: 0 3px 6px -6px black;
  .header-main {
    padding: 10px 0;
    .header-main-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-family: "Fz Poppins Med";
      cursor: pointer;
      .header-main-logo {
        position: relative;
        overflow: hidden;
        &::after {
          content: "";
          position: absolute;
          top: 0;
          left: -100%;
          width: 100%;
          height: 100%;
          background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.5),
            rgba(255, 255, 255, 0.1)
          );
          transition: left 1s ease;
          z-index: 0;
        }
        &:hover::after {
          left: 100%;
        }
      }
      .header-main-list {
        .header-main-list_top {
          display: flex;
          height: 40px;
          .search-input {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 740px;
            padding: 10px 14px 10px 18px;
            border: 1px solid #ebebeb;
            border-radius: 5px;
            .search-input_left {
              display: flex;
              align-items: center;
              input {
                border: none;
                outline: none;
                font-family: "Fz Poppins";
                font-size: 13px;
                padding: 0 10px;
                color: #a7a7a7;
                width: 600px;
                &::placeholder {
                  color: #a7a7a7;
                }
              }
            }
            .search-input_submit {
              font-size: 13px;
              color: #26c243;
              &::before {
                content: "";
                border-right: 2px solid #eeeeee;
                margin-right: 12px;
              }
            }
          }
          .home-button {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0px 20px 0 10px;
            padding: 0 14px;
            border-radius: 5px;
            background-color: #edfff1;
            border: 3px solid #edfff1;
            transition: all 1s ease;
            width: 122px;
            span {
              font-size: 13px;
              color: #26c243;
            }
            &:hover {
              background-color: white;
            }
          }
          .hotline-call {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 148px;
            position: relative;
            overflow: hidden;
            .hotline-icon {
              display: flex;
              align-items: center;
            }
            &::before {
              content: "";
              position: absolute;
              top: 0;
              left: -100%;
              width: 100%;
              height: 100%;
              background: linear-gradient(
                to right,
                rgba(255, 255, 255, 0.1),
                rgba(255, 255, 255, 0.5),
                rgba(255, 255, 255, 0.1)
              );
              transition: left 1s ease;
              z-index: 0;
            }
            &:hover::before {
              left: 100%;
            }
            h4 {
              font-size: 13px;
              color: #838383;
              padding-top: 8px;
            }
            span {
              font-size: 16px;
              font-family: "Fz Poppins SemBd";
              color: #00bb27;
            }
          }
        }
        .header-main-list_bot {
          display: flex;
          font-family: "Fz Poppins Med";
          font-size: 12px;
          margin-top: 8px;
          cursor: pointer;

          span {
            color: #a6a6a6;
            padding: 0 15px 0 12px;

            &:hover {
              color: #26c243;
            }
          }
        }
      }
    }
  }
}
#header span i {
  font-size: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

/* Banner */
#banner1, #banner2 {
  a{
img{
width: 100%;
}
}
}
.flex-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  padding: 0;
  position: relative;
  height: 100%;
}
.banner {
  padding: 0;
}
.banner-ab {
  position: relative;
}
.banner-hotline {
  display: inline-block;
  padding-left: 25px;
  background-image: url(../img/bg_hotline.png);
  background-repeat: no-repeat;
  background-position: 0 4px;
  font-family: "Fz Poppins SemBd";
}
.banner-hotline p {
  margin-bottom: -2px;
  text-transform: capitalize;
}
.banner-hotline span {
  color: var(--color-main);
  font-size: 20px;
  display: block;
}

/* Menu */
#menu {
  background-color: var(--color-main);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9;
  font-family: "Fz Poppins";
  font-size: 15px;
  height: 45px;
  line-height: 45px;
}
#menu ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}
#menu ul li {
  position: relative;
  z-index: 99;
  flex: auto;
}
#menu ul li.line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
#menu ul li a {
  display: block;
  position: relative;
  z-index: 1;
  text-align: center;
  text-decoration: none !important;
  font-size: 15px;
  color: #fff;
  margin: 0px;
  text-transform: uppercase;
}
#menu ul li a.active,
#menu ul li:hover > a {
  background: var(--color-dark-green);
}
#menu ul li ul {
  position: absolute;
  min-width: 200px;
  background: var(--color-main);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: perspective(600px) rotateX(-90deg);
  transform: perspective(600px) rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#menu ul li:hover > ul {
  -webkit-transform: perspective(600px) rotateX(0);
  transform: perspective(600px) rotateX(0);
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
#menu ul li ul li a {
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0;
}
#menu ul li ul li:last-child > a {
  border-bottom: 0px;
}
#menu ul li ul li a span {
  font-size: 14px;
  padding: 12px 15px;
  margin: 0;
  display: block;
  line-height: 1.2;
}
#menu ul li ul li ul {
  top: 0px;
  left: 100%;
}
.menu {
  cursor: pointer;
  .menu-main {
    padding: 10px 0 40px 0;
    .menu-main-content {
      display: flex;
      justify-content: space-between;
      font-family: "Fz Poppins";
      position: relative;
      overflow: visible;
      z-index: 1;
      .menu-main-list {
        width: 290px;

        .menu-main-list_title {
          color: white;
          background-color: #00bb26;
          padding: 8px 20px;
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;

          span {
            font-size: 14px;
            font-family: "Fz Poppins";
            text-transform: uppercase;
            padding-left: 7px;
          }
        }

        .menu-main-list_item {
          position: relative;

          a {
            text-decoration: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10.5px 23px;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);

            span {
              font-size: 13px;
              font-family: "Fz Poppins Med";
              color: black;
              transition: all 0.5s ease;
            }

            &:hover {
              span {
                color: #26c243 !important;
              }
              img {
                filter: brightness(0) saturate(100%) invert(38%) sepia(92%)
                  saturate(748%) hue-rotate(86deg) brightness(94%) contrast(92%);
              }
            }
          }

          .menu-main-list_catmenu,
          .menu-main-list_itemmenu,
          .menu-main-list_submenu {
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 100%;
            width: 200px;
            background-color: white;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            z-index: 100;
            opacity: 0;
            transform: translateX(-10px);
            transition: all 0.5s ease;
          }

          &:hover > .menu-main-list_catmenu {
            visibility: visible;
            opacity: 1;
            transform: translateX(0);
          }

          .menu-main-list_catmenu .menu-main-list_catmenu-item {
            &:hover {
              .menu-main-list_itemmenu {
                visibility: visible;
                opacity: 1;
                transform: translateX(0);
              }
            }
          }

          .menu-main-list_itemmenu .menu-main-list_itemmenu-item {
            &:hover {
              .menu-main-list_submenu {
                visibility: visible;
                opacity: 1;
                transform: translateX(0);
              }
            }
          }
        }
      }

      .slideshow {
        width: 920px;
        position: relative;
        z-index: 10;
        .owl-slideshow {
          overflow: hidden;
        }
      }
    }
  }
}
.btn-search {
  position: relative;
  margin-left: 50px;
}
.btn-search a {
  padding: 5px !important;
  line-height: 30px !important;
  width: 40px;
  font-size: 20px !important;
  background: #fff !important;
  border-radius: 50%;
  color: #0072bc !important;
  text-align: right;
  position: relative;
  top: 0;
}
.btn-search a:after {
  display: none;
}
.btn-search a i {
  position: relative;
  z-index: 10;
  background: transparent;
}
.search_box_hide {
  position: absolute;
  top: 0;
  right: calc(100% + 5px);
  margin-right: 0px;
  z-index: 9;
  transition: all 0s;
  background: #ffffff;
  border-radius: 30px;
}
.search_box_hide input {
  width: 0;
  border: none;
  outline: none;
  border-radius: 20px 0 0 20px;
  font-family: "Fz Poppins";
  font-size: 13px;
  color: #333;
  transition: all 0.5s;
  vertical-align: top;
  padding: 8px 0 7px;
  background: transparent;
}
.search_box_hide.opening input {
  width: 250px;
  padding: 8px 15px 7px;
}

/* Search */
.search {
  width: 230px;
  background: #fff;
}
.search p {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  margin: 0px;
  color: var(--color-gray);
  font-size: 16px;
}
.search input {
  width: calc(100% - 35px);
  float: left;
  outline: none;
  padding: 5px 0 5px 10px;
  border: 0px;
  background: transparent;
  font-size: 12px;
}
.search input::-webkit-input-placeholder {
  color: #ccc;
}
.search input:-moz-placeholder {
  color: #ccc;
}
.search input::-moz-placeholder {
  color: #ccc;
}
.search input:-ms-input-placeholder {
  color: #ccc;
}

/*Go top*/
.progress-wrap {
  position: fixed;
  bottom: 70px;
  right: 19px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 900;
  color: var(--color-main);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--color-main);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

/* Menu RP */
#menu-mobile {
  display: none;
  z-index: 10;
  background: var(--color-main);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
.menu-bar-res {
  height: 40px;
  padding: 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#hamburger {
  display: block;
  width: 30px;
  height: 22px;
  position: relative;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #fff;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0px;
}
#hamburger:before {
  top: 0px;
}
#hamburger span {
  top: 10px;
}
#hamburger:after {
  top: 20px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
#mmenu {
  display: none;
}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
  top: 10px;
}
.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}
.mm-wrapper_opening #hamburger:before {
  transform: rotate(45deg);
}
.mm-wrapper_opening #hamburger:after {
  transform: rotate(-45deg);
}
.mm-menu_opened {
  display: block !important;
}
#mmenu h2 {
  font-weight: normal;
  font-size: 15px;
  margin: 0;
}
.mm-listitem.heading {
  font-weight: bold;
  color: var(--color-medium-green);
  background: #dfdfdf;
  line-height: 20px;
  padding: 10px;
  text-transform: capitalize;
  margin-top: -1px;
}
.mm-listitem.heading:after {
  display: none;
}
.mm-wrapper__blocker {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
div.search_mobi {
  position: absolute;
  z-index: 100;
  background: #fff;
  height: 30px;
  width: 70%;
  top: calc(50% - 15px);
  right: 10px;
}
div.search_mobi:after {
  display: none;
}
div.search_mobi input {
  padding: 0 20px;
  float: left;
  height: 30px !important;
  height: 29px;
  e-height: 30px;
  border: none;
  background: none;
  width: 86%;
  outline: none;
  color: #333;
  text-align: left;
}
div.search_mobi i {
  padding: 8px 11px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.search_mobi input::-moz-placeholder {
  color: #333;
}
div.search_mobi input:-ms-input-placeholder {
  color: #333;
}
div.search_mobi input:-moz-placeholder {
  color: #333;
}

/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow a {
  display: block;
  cursor: pointer;
}
.slideshow a img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slideshow:hover .control-slideshow {
  opacity: 0.3;
}
.slideshow .control-slideshow:hover {
  opacity: 0.8;
}
.control-slideshow {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: calc(50% - 50px / 2);
  width: 35px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
}
.control-slideshow i {
  color: #ffffff;
}
.prev-slideshow {
  left: 20px;
  padding-right: 3px;
}
.next-slideshow {
  right: 20px;
  padding-left: 3px;
}

/* Footer */
.footer-nav {
  .footer-nav-main {
    padding: 44px 0 30px;
    .footer-nav-list {
      display: flex;
      justify-content: space-between;
      .footer-nav-left {
        width: 382px;
        .footer-nav-left_logo {
          width: 230px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          text-align: center;
          padding-bottom: 10px;
          position: relative;
          overflow: hidden;
          cursor: pointer;
          .text {
            span {
              font-size: 13px;
              font-family: "Fz Poppins Med";
              text-transform: uppercase;
              line-height: 13px;
            }
            h3 {
              font-size: 24px;
              font-family: "Fz Poppins SemBd";
              text-transform: uppercase;
              background: linear-gradient(to bottom, #04bb25, #85db61);
              -webkit-background-clip: text;
              -webkit-text-fill-color: transparent;
              position: relative;
              z-index: 1;
            }
          }
          &::after {
            content: "";
            position: absolute;
            top: 0;
            left: -200%;
            width: 100%;
            height: 100%;
            background: linear-gradient(
              to right,
              rgba(255, 255, 255, 0.1),
              rgba(255, 255, 255, 0.5),
              rgba(255, 255, 255, 0.1)
            );
            transition: left 1.5s ease;
            z-index: 0;
          }
          &:hover::after {
            left: 200%;
          }
        }
      }
      .footer-nav-middle {
        width: 400px;
        display: flex;
        justify-content: space-between;
        padding-right: 4px;

        .footer-nav-middle_item {
          .title {
            font-size: 14px;
            font-family: "Fz Poppins Med";
            text-transform: uppercase;
            cursor: pointer;
          }

          .content {
            display: flex;
            flex-direction: column;
            font-size: 14px;
            font-family: "Fz Poppins Med";
            padding: 14px 0 14px;

            span {
              padding-bottom: 5px;

              a {
                color: #6d6d6d;
                text-decoration: none;
                transition: color 0.5s ease;

                &:hover {
                  color: #26c243;
                  cursor: pointer;
                }
              }
            }
          }
        }
      }
      .footer-nav-right {
        width: 311px;
        .title {
          font-size: 14px;
          font-family: "Fz Poppins Med";
          text-transform: uppercase;
          margin-left: 3px;
          cursor: pointer;
        }
        .content {
          padding: 15px 0 14px;
        }
      }
    }
  }
}
.copy-right {
  background-color: #00bb26;
  text-align: center;
  color: white;
  line-height: 40px;
  strong {
    text-transform: uppercase;
    font-family: "Fz Poppins Med";
  }
  span {
    font-size: 14px;
    font-family: "Fz Poppins";
  }
}
#footer {
}
.footer-top {
  background-color: #ffffff;
  padding: 35px 0;
  color: #333;
}
.footer-top a {
  color: #333;
}
.footer-top a:hover {
  color: #f00;
}
.footer-tit {
  font-family: "Fz Poppins SemBd";
  text-transform: uppercase;
  font-size: 16px;
  color: #333;
  margin: 0 0 10px;
}
.footer-1 {
  width: 400px;
  margin-right: 20px;
}
.footer-content {
  line-height: 25px;
}
.footer-content p {
  margin: 0;
}
.footer-content ul {
  margin: 7px 0 0 15px;
  max-width: 330px;
}
.footer-content ul li {
  margin-bottom: 6px;
}
.footer-mxh {
  margin-top: 10px;
}
.footer-mxh li {
  margin-right: 3px;
}
.footer-mxh span {
  margin-right: 8px;
}
.footer-2 {
  width: 280px;
  margin-right: 20px;
}
.slogan-newsletter {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
  color: var(--color-gray);
  max-width: 280px;
}
.form-newsletter {
  display: flex;
  margin-bottom: 20px;
  max-width: 280px;
}
.newsletter-input {
  position: relative;
  width: calc(100% - 60px);
}
.newsletter-input input {
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 0px;
}
.newsletter-button {
  width: 60px;
}
.newsletter-button input[type="submit"] {
  width: 100%;
  border: 0px;
  background-color: var(--color-main);
  color: #fff;
  display: block;
  padding: 5px 16px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.footer-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-list li {
  margin-bottom: 5px;
}
.footer-list li:last-child {
  margin-bottom: 0px;
}
.footer-list li a {
  color: var(--color-black);
}
.footer-list li a:hover {
  color: var(--color-medium-green);
}
.footer-3 {
  width: 360px;
}
.footer-3 #footer-map iframe {
  display: block;
  width: 100%;
  max-height: 260px;
}
.footer-bottom {
  color: #fff;
  background-color: var(--color-medium-green);
  padding: 15px 0;
  text-align: center;
}
.copyright {
  margin-bottom: 0px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover {
  color: #ff0;
}
.statistic {
  list-style: none;
  margin: 0;
  padding: 0;
}
.statistic span {
  margin: 0 10px;
}
.statistic span:last-child {
  padding-right: 0px;
}
#footer-map iframe {
  display: block;
  width: 100%;
  max-height: 450px;
}

/* Sản phẩm nổi bật */
#sanphamnoibat {
  padding: 10px 0 25px;
}
#sanphamnoibat .title-spnb {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  span {
    margin-left: 10px;
    font-size: 30px;
    font-family: "Fz Poppins SemBd";
    text-transform: uppercase;
    background: linear-gradient(to bottom, #f68b23, #fccb82);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    overflow: hidden;
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.1)
      );
      transition: left 1s ease;
      z-index: 0;
    }
    &:hover::before {
      left: 100%;
    }
  }
}

/* Sản phẩm */
#sanpham {
  margin: 30px 0;
  .sanpham-main {
    padding: 18px 0 0 0;
    .title-main {
      display: flex;
      justify-content: space-between;
      margin-bottom: 10px;
      .text-btn {
        width: 140px;
        color: white;
        line-height: 37px;
        text-align: center;
        background-color: #00ba27;
        border: 1px solid #00ba27;
        border-radius: 20px;
        font-size: 12px;
        font-family: "Fz Poppins";
        cursor: pointer;
        transition: all 0.5s ease-out;
        &:hover {
          background-color: white;
          color: #00ba27;
          cursor: pointer;
        }
      }
    }
  }
}
.text-title {
  position: relative;
  border-left: 3.5px solid #00ba27;
  h2 {
    margin: 3px 20px -3px;
    font-size: 26px;
    font-family: "Fz Poppins SemBd";
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    color: black;
    transition: color 1s ease;
  }
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #00ba27;
    transition: width 0.8s ease;
    z-index: 0;
  }
  &:hover::before {
    width: 100%;
  }
  &:hover h2 {
    color: white;
  }
}
.product-list {
  max-width: 100%;
  text-align: center;
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 0;
  margin: -5px 0 25px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
.product-list li {
  display: block;
  min-width: 120px;
  padding: 7px 15px 6px;
  margin: 0 2.5px 5px;
  border: 1px solid #c6862e;
  border-radius: 30px;
  cursor: pointer;
}
.product-list li.active {
  color: #fff;
  background: #da942d;
  border-color: #da942d;
}
.view-main {
  text-align: center;
  display: flex;
  justify-content: center;
}
.view-main a {
  display: block;
  min-width: 120px;
  padding: 7px 15px 6px;
  margin: 0 2.5px 5px;
  border: 1px solid #da942d;
  background: #da942d;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}

/* Quảng cáo */
#quangcao img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}

/* Thư viện ảnh */
#thuvienanh {
  padding: 42px 0 55px;
}
.grid-thuvienanh {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  grid-gap: 10px 10px;
}
.box-thuvienanh {
  position: relative;
  overflow: hidden;
}
.box-thuvienanh img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.box-thuvienanh-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  color: transparent;
  transition: all 0.7s;
}
.box-thuvienanh:hover .box-thuvienanh-content {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.box-thuvienanh-content > * {
  position: relative;
  z-index: 9;
}
.grid-thuvienanh .box-thuvienanh:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.grid-thuvienanh .box-thuvienanh:nth-child(1) .box-thuvienanh-content {
  padding: 25px 15px;
}

/* Bottom */
#bottom {
  padding: 0 0 50px;
}
.bottom-left {
  width: 67%;
}
.bottom-right {
  width: 30%;
}
.bottom-title {
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 1.5rem;
}
.bottom-title h2 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  font-size: 20px;
  margin: 0;
}
.bottom-title h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: var(--color-main);
}
.news {
  background-color: #f5fcf5;
  .news-main {
    padding: 48px 0 52px;
    .news-main-text {
      display: flex;
      justify-content: space-between;
      .text-btn {
        display: flex;
        align-items: center;
        width: 130px;
        justify-content: space-between;
        position: relative;
        padding: 0 0 0 14px;
        margin-top: 10px;
        cursor: pointer;
        span {
          font-size: 14px;
          font-family: "Fz Poppins";
          color: #00ba27;
          position: relative;
        }
        .text-btn-img {
          display: flex;
          align-items: center;
          padding: 8px;
          background-color: #00bb27;
          border-radius: 15px;
          img {
            transition: transform 0.8s ease;
          }
        }
        &:hover {
          img {
            transform: rotate(45deg);
          }
        }
        &::after {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 20%;
          height: 100%;
          border: 1px solid transparent;
          border-radius: 20px;
          transition: width 0.8s ease, border-color 1s ease;
        }

        &:hover::after {
          width: 100%;
          border-color: #00ba27;
        }
      }
    }
    .news-main-list {
      display: flex;
      justify-content: space-between;
      padding-top: 30px;
      .news-left {
        width: 540px;
        transition: all 0.5s ease;
        .news-left-img {
          overflow: hidden;
          position: relative;
          &:hover {
            cursor: pointer;
            img {
              transform: scale(1.05);
            }
          }
          img {
            width: 100%;
            height: 362px;
            object-fit: cover;
            transition: transform 0.8s ease;
          }
        }
        .news-left-content {
          padding: 16px 0px;
          width: 511px;
          .news-left-name {
            &:hover {
              a {
                color: #17bd35 !important;
              }
            }
            a {
              font-size: 17px;
              font-family: "Fz Poppins Med";
              text-transform: uppercase;
              color: black;
            }
          }
          .news-left-description {
            padding: 13px 0 18px;
            font-size: 14px;
            font-family: "Fz Poppins Med";
            color: #797979;
            line-height: 24px;
          }
          .news-left-typeday {
            font-size: 14px;
            font-family: "Fz Poppins Med";
            color: #17bd35;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .line {
              width: 50%;
              max-width: 320px;
              height: 0.1px;
              background-color: #d6e9da;
              margin-top: 8px;
            }
            a {
              color: #17bd35;
              &:hover {
                color: black !important;
              }
            }
          }
        }
      }
      .news-right {
        width: 652px;
        height: 553px;
        overflow: hidden;

        .news-right-item {
          display: flex;
          padding-bottom: 10px;
          overflow: hidden;
          transition: all 0.5s ease;
          .news-right-img {
            img {
              min-width: 170px;
              height: 130px;
              object-fit: cover;
            }
          }
          .news-right-content {
            padding: 20px 0 20px 20px;
            .news-right-typeday {
              display: flex;
              justify-content: space-between;
              font-size: 13px;
              font-family: "Fz Poppins Med";
              color: #17bd35;

              .line {
                width: 100%;
                max-width: 400px;
                height: 0.1px;
                background-color: #d6e9da;
                margin-top: 14px;
              }
            }
            .news-right-name {
              &:hover {
                a {
                  color: #17bd35 !important;
                }
              }
              a {
                font-size: 16px;
                font-family: "Fz Poppins Med";
                text-transform: uppercase;
                color: black;
              }
            }
            .news-right-description {
              font-size: 14px;
              font-family: "Fz Poppins Med";
              color: #797979;
              line-height: 24px;

              a {
                color: #1fc03c;
                &:hover {
                  color: black !important;
                }
              }
            }
          }
        }
      }
    }
  }
}
.tintuc-flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.tintuc-l {
  float: left;
  width: 46.1538461538%;
  line-height: 24px;
}
.tintuc-l-img {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 5px;
}
.tintuc-l-img img {
  width: 100%;
  transition: all 0.5s;
}
.tintuc-l-img:hover img {
  transform: scale(1.1);
}
.tintuc-l h3 a {
  font-family: "Fz Poppins SemBd";
  font-size: 16px;
  color: #2f2f2f;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tintuc-l h3 a:hover {
  color: #d00;
}
.tintuc-l p {
  margin: 9px 0 10px;
  font-family: "Fz Poppins";
  font-size: 13px;
  color: #666;
  text-align: justify;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tintuc-l a.tintuc-l-more {
  font-family: "Fz Poppins Med";
  font-size: 13px;
  color: #2f2f2f;
  background: #fff;
  display: inline-block;
  vertical-align: top;
  padding: 8px 16px 7px;
  transition: all 0.5s;
  border-radius: 0;
  text-transform: none;
  border: 2px solid #333;
  text-transform: uppercase;
}
.tintuc-l a.tintuc-l-more:hover {
  background: #2f2f2f;
  color: #fff;
}
.tintuc-r {
  float: right;
  width: 51.2820512821%;
  height: 450px;
  overflow: hidden;
}
.tintuc-r ul li {
  margin-bottom: 21px !important;
}
.box-newsi {
  line-height: 20px;
  font-family: "Fz Poppins";
  font-size: 13px;
  color: #666;
  text-align: justify;
}
.box-newsi-img {
  width: 150px;
  max-width: 42%;
  float: left;
  margin-right: 20px;
}
.box-newsi h3 {
  font-family: "Fz Poppins SemBd";
  font-weight: normal;
  line-height: 20px;
  font-size: 15px;
  margin: 0 0 7px;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-newsi h3 a {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-newsi h3 a:hover {
  color: #d00;
}
.box-newsi-more {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-main {
  position: relative;
  height: 400px;
}
.video-main iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.listvideos {
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ccc;
  color: var(--color-black);
  margin-top: 10px;
  cursor: pointer;
}

/* Đối tác */
#doitac {
  padding: 20px 0;
  background: #eaeaea;
}
.owl-doitac {
  padding: 0 30px;
}
.box-doitac {
  display: block;
  border: 1px solid #eee;
}
.box-doitac img {
  width: 100%;
}

/* Sản Phẩm */
.box-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  padding: 18px 0 0;
}
.box-product {
  width: calc(100% / 5);
  padding: 0 9px 10px;
  cursor: pointer;
  position: relative;

  .pic-product {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    img {
      &:hover {
        transform: scale(1.1);
      }
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.8s ease;
    }
  }
  .content-product {
    padding: 15px;
    text-align: center;
    &:hover {
      .name-product {
        a {
          color: #f89859 !important;
        }
      }
      .price-product {
        .price-new {
          color: #f89859 !important;
        }
      }
    }
    .name-product {
      a {
        font-size: 13px;
        line-height: 20px;
        font-family: "Fz Poppins Med";
        margin-bottom: 10px;
        transition: all 0.5s ease;
        color: black;
      }
    }
    .price-product {
      font-size: 15px;
      font-family: "Fz Poppins Med";
      display: flex;
      flex-direction: column;
      align-items: center;
      .price-new {
        color: #00bb26;
        transition: all 0.5s ease;
      }
      .price-old {
        font-size: 13px;
        color: #999;
      }
      .price-per {
        position: absolute;
        top: 0;
        right: 9px;
        background-color: white;
        padding: 3px 6px;
        border-radius: 0 0 0 10px;
        border: 1px solid #00bb26;
        color: #00bb26;
        width: 53px;
      }
    }
  }
}
.box-product-cart {
  display: none !important;
  font-size: 13px;
}
.box-product-cart span {
  cursor: pointer;
  width: 49%;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}
.box-product-cart-add {
  margin-right: 2%;
  background-color: var(--color-main);
}
.box-product-cart-add:hover {
  background-color: var(--color-dark-green);
}
.box-product-cart-buy {
  background-color: var(--color-green);
}
.box-product-cart-buy:hover {
  background-color: var(--color-dark-green);
}

/* Sản Phẩm Detail */
.spcl {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  h2 {
    font-family: "Fz Poppins";
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
    width: 202px;
    color: black;
    font-weight: bold;
    border-bottom: 2px solid var(--color-main);
  }
}
.grid-pro-detail {
  font-family: "Fz Poppins";
  margin-bottom: 50px;
}
.main-pro-detail {
  display: flex;
  justify-content: space-between;
}
.left-pro-detail {
  position: relative;
  display: flex;
  width: 45%;
  text-align: center;
  margin-right: 2%;
  background: white;
}
/* .pro-detail-per {
  position: absolute;
  top: 5%;
  left: 25%;
  background-color: #00bb26;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  letter-spacing: 2px;
  z-index: 10;
} */
.left-pro-detail .MagicZoom {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-pro-detail {
  width: 53%;
}
.gallery-thumb-pro {
  position: relative;
  max-width: 100px;
  margin-right: 10px;
  padding: 20px 0;
}

.control-slick-carousel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 1px solid #eee;
  border-radius: 30px;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}

.control-slick-carousel:hover {
  background-color: #f58220;
  border-color: #f58220;
  color: #fff;
}

.prev-slick-carousel {
  top: 0;
}

.next-slick-carousel {
  bottom: 0;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
}
.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}
.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.title-pro-detail {
  text-transform: capitalize;
  font-size: 20px;
  display: block;
  font-weight: 700;
  margin: 10px 0 15px;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
}
.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}
.attr-pro-detail li {
  margin-bottom: 1.5rem;
}
.attr-label-pro-detail-cart {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.attr-label-pro-detail-size,
.attr-label-pro-detail-color {
  display: flex;
  align-items: center;
}
.attr-label-pro-detail-size .size-pro-detail {
  color: #767676;
  line-height: 14px;
  margin: 0px 7px;
}
.attr-label-pro-detail-color .attr-content-pro-detail {
  margin-left: 15px;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
  color: #767676;
}
.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 0px 0px;
  color: #767676;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
  color: var(--color-main);
  font-weight: 700;
}
.attr-label-pro-detail-size .attr-content-pro-detail {
  line-height: 14px;
  height: 14px;
  margin-left: 15px;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-main);
}
.price-old-pro-detail {
  font-weight: 400;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 40px;
  font-size: 16px;
}
.color-pro-detail {
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid transparent;
  padding: 2px;
}
.size-pro-detail {
  display: inline-block;
  position: relative;
}
.size-pro-detail.active {
  color: var(--color-main);
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  outline: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100% !important;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}
.color-pro-detail input[type="radio"] {
  border-radius: 50%;
}
.size-pro-detail input[type="radio"] {
  position: absolute;
}
.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  border: 1px solid var(--color-main);
  border-radius: 3px;
}
.quantity-pro-detail span {
  line-height: 37px;
  padding: 0px;
  width: 30px;
  height: 40px;
  color: #767676;
  cursor: pointer;
  font-size: 22px;
  font-weight: 300;
}
.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
  line-height: 40px;
}
.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}
.quantity-pro-detail input {
  height: 30px !important;
  border: 0px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  color: #767676;
  font-size: 14px;
  padding: 5px;
  line-height: inherit !important;
}
.cart-pro-detail {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: 8px;
}
.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 9px 30px;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
}
.cart-pro-detail a.addnow:hover {
  background: var(--color-main);
  color: #fff;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  background: #fd6e1d;
  background: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(#fd6e1d),
    to(#f59000)
  );
  background: var(--color-main);
  background: -moz-linear-gradient(top, #f59000, #fd6e1d);
  background: -ms-linear-gradient(top, #f59000, #fd6e1d);
  background: -o-linear-gradient(top, #f59000, #fd6e1d);
  border: 1px solid var(--color-main);
}
.cart-pro-detail a.buynow {
  background-color: var(--color-green);
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-green);
}
.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}
.tags-pro-detail {
  margin: 1rem 0px 2rem 0px;
}
.tags-pro-detail a {
  float: left;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: var(--color-main);
  border-radius: 3px;
}
.tags-pro-detail a:hover {
  background-color: var(--color-medium-green);
}
.tags-pro-detail a i {
  font-size: 10px;
  float: left;
  margin: 5px 5px 0px 0px;
}
.tabs-pro-detail {
  margin: 25px 0 0;
  width: 100%;
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f1f1f1;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  padding: 5px 10px;
  text-align: center;
  border-bottom: 2px solid transparent;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: -1px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
  border-bottom: 2px solid var(--color-main);
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
  border-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}
.mgt-25 {
  margin-top: 25px;
}

/* Bài viết */
.box-news-first {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  background-color: #f9f9f9;
  .pic-news-first {
    width: 50%;
  }
  .content-news-first {
    width: 50%;
    padding: 0 40px 0;
    .name-news {
      font-family: "Fz Poppins SemBd";
      line-height: 30px;
      font-size: 26px;
    }
    .desc-news {
      font-family: "Fz Poppins";
      font-size: 16px;
      line-height: 24px;
      margin: 30px 0;
    }
    span {
      font-family: "Fz Poppins SemBd";
      font-size: 16px;
      color: var(--color-main);
    }
  }
}
.box-news-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.box-news {
  width: calc((100% - 50px) / 3);
  display: flex;
  flex-direction: column;
}
.box-news:nth-child(2n) {
  float: right;
}
.box-news:nth-child(2n + 1) {
  clear: both;
}
.pic-news img {
  width: 100%;
  padding-bottom: 20px;
}
.name-news {
  font-family: "Fz Poppins Med";
  color: #333;
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin-bottom: 10px;
}
.name-news a {
  color: #333;
}
.name-news a:hover {
  color: var(--color-medium-green);
}
.time-news {
  color: var(--color-gray);
  font-size: 13px;
  margin: 0;
}
.desc-news {
  font-family: "Fz Poppins";
  font-size: 14px;
  color: #777;
  margin: 3px 0 0;
  line-height: 22px;
  text-align: justify;
}
.share {
  padding: 20px 10px 10px 15px;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}

/* Bài viết liên quan */
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 10px;
  list-style: square;
}
.list-news-other li {
  margin-bottom: 2px;
}
.list-news-other li a {
  text-transform: none;
  color: #333333;
}
.list-news-other li a:hover {
  color: var(--color-main);
}

/* Album */
.box-album {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.pic-album {
  position: relative;
}
.pic-album img {
  width: 100%;
}
.name-album {
  font-size: 16px;
  color: var(--color-black);
  line-height: 22px;
  margin-bottom: 0;
  padding: 10px;
}

/* Video */
.box-video {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.pic-video {
  position: relative;
  margin-bottom: 10px;
}
.pic-video:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 35px;
  top: calc(50% - 50px / 2);
  left: calc(50% - 35px / 2);
  z-index: 1;
  background-repeat: no-repeat;
  background-image: url(../images/play.png);
}
.pic-video img {
  width: 100%;
}
.name-video {
  font-size: 16px;
  color: var(--color-black);
  line-height: 22px;
  margin-bottom: 0;
  padding: 0 10px;
}

/* Contact */
.title-contact {
  font-size: 26px;
  font-family: "Fz Poppins SemBd";
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px;
}
.left-contact {
  width: 60%;
  float: left;
  font-family: "Fz Poppins";
  position: relative;
  padding: 20px 35px 30px;
}
.left-contact::before {
  position: absolute;
  content: "";
  border: 1px solid #f0f0f0;
  right: 0;
  height: 100%;
}
.right-contact {
  width: 40%;
  float: left;
  padding: 20px 0 30px 40px;
}

.form-contact {
  width: 100%;

  border-radius: 10px;
  text-align: center;
}
.input-contact {
  position: relative;
  margin-bottom: 15px;
}
.input-contact input,
.input-contact textarea {
  width: 100%;
  padding: 0px;
  outline: none;
  font-size: 14px;
}
.input-contact input {
  padding: 5px 10px;
  background: #f2f2f2;
  border: 1px solid #f4f4f4;
  height: 45px !important;
}
.input-contact textarea {
  resize: none;
  height: 133px !important;
  padding: 5px 10px;
  background: #f2f2f2;
  border: 1px solid #f4f4f4;
}
.btn-primary-edit {
  width: 144px;
  background: var(--color-main);
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  height: 45px !important;
  float: left;
}
.input-contact .custom-file-label::after {
  content: attr(title);
}
.bottom-contact {
  position: relative;
  height: 500px;
}
.bottom-contact iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  border-radius: 10px;
  box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}
.address-contact {
  display: flex;
  flex-direction: column;
}
.item-address-contact {
  width: 100%;
  padding: 0 15px 25px 0;
  display: flex;
  flex-direction: column;
}
.img-address-contact i {
  color: black;
  font-size: 14px;
  padding-right: 5px;
}
.img-address-contact span {
  color: #9b9b9b;
  font-size: 14px;
  font-family: "Fz Poppins";
}
.text-address-contact {
  margin-left: 20px;
  line-height: 22px;
}

.text-address-contact p {
  color: black;
  font-size: 15px;
  font-family: "Fz Poppins";
}
.text-address-contact strong {
  color: var(--color-main);
  font-size: 15px;
  font-family: "Fz Poppins SemBd";
}

/* Toc */
.box-readmore {
  padding: 8px 15px;
  border: 1px solid #dedede;
  margin-bottom: 2rem;
  border-radius: 5px;
  background-color: #eeeeee;
}
.box-readmore li ul > li {
  margin: 0;
  margin-bottom: 8px;
}
.box-readmore li ul > li:before {
  content: counters(item, ".") " ";
}
.box-readmore ul {
  list-style-type: none;
  counter-reset: item;
  margin-bottom: 0px;
  padding-left: 0px !important;
  margin-top: 8px;
}
.box-readmore ul li {
  display: table;
  counter-increment: item;
  margin-bottom: 5px;
}
.box-readmore ul li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}
.box-readmore ul li a {
  color: #333333;
  cursor: pointer;
  font-weight: 600;
}
.box-readmore ul li a:hover {
  color: #767676;
}

/* Like Share */

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 4px;
}
.social-plugin {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.social-plugin-title {
  font-size: 15px;
  margin-right: 10px;
}

.social-plugin img {
  max-height: 40px;
  max-width: 40px;
  border-radius: 5px;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
  color: var(--color-main);
  font-size: 0.875rem;
}
.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: var(--color-main);
  border-color: var(--color-main);
}

/* Phân Trang Ajax */
.pagination-ajax {
  text-align: center;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 2px 3px 2px;
  color: #333;
  background: #eee;
  border: 1px solid rgba(161, 161, 161, 0.4);
  font-size: 12px;
  cursor: pointer;
  padding: 1px 10px 0;
  border-radius: 2px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: var(--color-main);
  color: #fff;
  border-color: var(--color-main);
}

/* Popup custom */
.modal-custom .modal-footer {
  padding: 0.5rem;
}
.modal-custom .modal-footer .btn {
  font-size: 14px;
}

/* Popup */
#popup .modal-body {
  padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.scrollToTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

/* Text Hide */
.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.text-split.text-split-1 {
  -webkit-line-clamp: 1;
}
.text-split.text-split-2 {
  -webkit-line-clamp: 2;
}
.text-split.text-split-3 {
  -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}
.scale-img img {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.scale-img:hover > img {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.skew img {
  overflow: hidden;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
.skew img:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*Hover Text*/
.hover-text h3 a {
  transition: all 0.5s;
}
.hover-text h3 a:hover {
  color: #d00;
}

/* Blink */
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 10;
  cursor: pointer;
}
.btn-frame i {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
}
.btn-frame i img {
  vertical-align: middle;
  width: 65%;
}
.btn-frame .animated.infinite {
  animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
  width: 60px;
  height: 60px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: var(--color-main);
  opacity: 0.5;
}
.btn-frame .zoomIn {
  animation-name: zoomIn;
}
.btn-frame .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
  width: 70px;
  height: 70px;
  top: -10px;
  right: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}
.btn-frame .pulse {
  animation-name: pulse;
}

/* Ứng dụng */
.ungdung {
  position: fixed;
  right: 18px;
  top: 120px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.ungdung li {
  margin: 8px 0 0;
}

/* Zalo */
.btn-zalo {
  bottom: 230px;
}

/* Phone */
.btn-phone {
  left: 20px;
  right: auto;
  bottom: 70px;
}
.btn-phone span {
  display: flex;
  display: -ms-flex;
  justify-content: center;
  align-items: center;
  -ms-flex-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main);
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
}
.btn-phone i {
  transform: rotate(90deg);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  color: red;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
  display: none !important;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-tooltip {
  display: none;
  position: fixed;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
  z-index: 1e30;
}
.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}
.js-facebook-messenger-box.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
.js-facebook-messenger-box.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-box {
  display: block;
  position: fixed;
  cursor: pointer;
  bottom: 150px;
  right: 17px;
  width: 56px;
  height: 56px;
  text-align: center;
  background: var(--color-main);
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.js-facebook-messenger-box.rotate svg#fb-msng-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box svg#fb-msng-icon {
  width: 32px;
  height: 33px;
  position: absolute;
  top: 13px;
  left: 12px;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-box.rotate svg#close-icon {
  transform: rotate(-45deg);
}
.js-facebook-messenger-box svg#close-icon {
  opacity: 0;
  width: 19px;
  height: 20px;
  position: absolute;
  top: 19px;
  left: 19px;
  -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  -o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
  transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-container {
  position: fixed;
  opacity: 0;
  transform: translateY(50px);
  bottom: 110px;
  right: 90px;
  border-radius: 10px;
  pointer-events: none;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
  -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  -o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}
.js-facebook-messenger-top-header {
  width: 300px;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: var(--color-main);
}
.js-facebook-messenger-top-header {
  display: block;
  position: relative;
  width: 300px;
  background: var(--color-main);
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 10px;
  font-size: 14px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
  z-index: 999;
}
.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
  z-index: 1000;
}
.js-facebook-messenger-top-header {
  color: #fff;
  background: var(--color-main);
}
.js-facebook-messenger-top-header {
  width: 300px;
}
.js-facebook-messenger-tooltip {
  color: #404040;
  background: #fff;
}
.js-facebook-messenger-container.open {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
}
.js-facebook-messenger-box.open svg#fb-msng-icon {
  opacity: 0;
}
.js-facebook-messenger-box.rotate.open svg#close-icon {
  transform: rotate(0deg);
}
.js-facebook-messenger-box.open svg#close-icon {
  opacity: 1;
}

/* Cart fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 315px;
  z-index: 10;
  background: #4b4f56;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff !important;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-fixed i {
  font-size: 20px;
}
.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #fff;
  width: 25px;
  height: 25px;
  background: var(--color-main);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Toolbar */
.toolbar {
  background: var(--color-main);
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}
.toolbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px;
  margin: 0px;
}
.toolbar ul li {
  text-align: center;
  width: 25%;
}
.toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
}
.toolbar ul li a img {
  height: 6vw;
  width: auto;
}
.toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 3.5vw;
  display: none;
}

/* Fixbar */
.fixbar {
  bottom: 0;
  display: block;
  background: #f0eff4;
  border-top: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  margin: 0;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 50px;
}
.fixbar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.fixbar ul li {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  width: 25%;
  float: left;
}
.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
  width: 20px;
  height: 20px;
  display: block;
  margin: 8px auto 0;
}
.fixbar .icon-cart-mobile {
  background: url(../images/cart-mobile.png) no-repeat;
}
.cart-total-header-mobile {
  font-size: 10px;
  position: absolute;
  background: red;
  color: #fff !important;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  line-height: 15px;
  top: 5px;
  margin-left: 5px;
}
.fixbar ul li a {
  font-size: 11px;
  text-decoration: none;
  color: #333;
}
.fixbar ul li a i {
  font-size: 20px;
}

/* Plugbar */
.plugbar {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #eae6e6;
  width: 100%;
  right: 0;
  max-width: 767px;
  margin: 0 auto;
  background: #fff;
  padding: 9px 10px 10px 7px;
  z-index: 10;
}
.plugbar ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.plugbar ul li {
  width: 20%;
  float: left;
}
.plugbar ul li a {
  display: block;
  color: #696969;
  font-size: 12px;
  text-align: center;
  position: relative;
}
.plugbar ul li a i {
  font-size: 20px;
  color: #696969;
}
.plugbar ul li a span {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -40px;
  left: calc(50% - 50px / 2);
  font-size: 14px;
  display: block;
  border: 1px solid rgba(234, 230, 230, 0.5);
  border-radius: 100%;
}

/* Fix toolbar */
.fix-toolbar {
  background: var(--color-main);
  width: 100%;
  padding: 5px;
  bottom: 0;
  position: fixed;
  height: auto;
  line-height: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  border-top: 1px solid #fff;
  z-index: 99;
}
.fix-toolbar img {
  vertical-align: top;
}
.fix-toolbar ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  list-style: none;
  margin: 0;
}
.fix-toolbar ul li {
  text-align: center;
  width: 20%;
}
.fix-toolbar ul li a {
  display: block;
  width: 100%;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
}
.fix-toolbar ul li a img {
  height: 25px !important;
  width: auto;
}
.fix-toolbar ul li a span {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  display: none;
}

/* Combo Phone */
.support-online {
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 0px;
}
.support-online a {
  position: relative;
  margin: 20px 10px;
  text-align: left;
  width: 40px;
  height: 40px;
}
.support-online i {
  width: 40px;
  height: 40px;
  background: #43a1f3;
  color: #fff;
  border-radius: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1.9;
  position: relative;
  z-index: 999;
}
.support-online a span {
  border-radius: 2px;
  text-align: center;
  background: rgb(103, 182, 52);
  padding: 9px;
  display: none;
  width: 180px;
  margin-left: 10px;
  position: absolute;
  color: #ffffff;
  z-index: 999;
  top: 0px;
  left: 40px;
  transition: all 0.2s ease-in-out 0s;
  -moz-animation: headerAnimation 0.7s 1;
  -webkit-animation: headerAnimation 0.7s 1;
  -o-animation: headerAnimation 0.7s 1;
  animation: headerAnimation 0.7s 1;
}
.support-online a:hover span {
  display: block;
}
.support-online a {
  display: block;
}
.support-online a span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent rgb(103, 182, 52) transparent transparent;
  position: absolute;
  left: -10px;
  top: 10px;
}
.support-online .kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75;
  right: -10px;
}
.support-online .kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: 0.1;
  border-color: #0089b9;
  opacity: 0.5;
}
.support-online .support-online .btn-support {
  cursor: pointer;
}
.support-online .mes i {
  background: orange;
}
.support-online .sms i {
  background: red;
}
.support-online .call-now i {
  background: green;
}

/* Phone Switch */
.widget-mobile {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 9999999;
}
#my-phone-circle {
  position: relative;
  width: 50px !important;
  height: 50px !important;
}
.wcircle-open .wcircle-icon i:before {
  content: "\f00d";
}
.wcircle-icon {
  background: #1282fc;
  border-radius: 50%;
  display: flex !important;
  display: -ms-flex !important;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative !important;
}
.wcircle-icon:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background: rgba(18, 130, 252, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
  left: -5px;
  top: -5px;
  -webkit-animation: pulse 1s infinite ease-in-out;
  -moz-animation: pulse 1s infinite ease-in-out;
  -ms-animation: pulse 1s infinite ease-in-out;
  -o-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}
.wcircle-icon:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(18, 130, 252, 0.5);
  border-radius: 50%;
  left: -15px;
  top: -15px;
  -webkit-animation: zoomIn 2s infinite ease-in-out;
  -moz-animation: zoomIn 2s infinite ease-in-out;
  -ms-animation: zoomIn 2s infinite ease-in-out;
  -o-animation: zoomIn 2s infinite ease-in-out;
  animation: zoomIn 2s infinite ease-in-out;
}
.wcircle-menu {
  position: absolute !important;
  left: 0;
  top: 0;
  display: none;
}
.wcircle-menu-item {
  width: 50px;
  height: 50px;
  background: #1282fc;
  border-radius: 50%;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wcircle-menu-item img {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
}
.wcircle-menu-item i,
.wcircle-icon i {
  font-size: 25px;
  color: #fff;
  position: relative;
  z-index: 9999;
}
.shake-anim {
  -webkit-animation: shake-anim 1s infinite ease-in-out;
  -moz-animation: shake-anim 1s infinite ease-in-out;
  -ms-animation: shake-anim 1s infinite ease-in-out;
  -o-animation: shake-anim 1s infinite ease-in-out;
  animation: shake-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
@-moz-keyframes shake-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%,
  50% {
    -moz-transform: rotate(0) scale(1) skew(1deg);
  }
}
@-webkit-keyframes shake-anim {
  0%,
  100%,
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
@-o-keyframes shake-anim {
  0%,
  100%,
  50% {
    -o-transform: rotate(0) scale(1) skew(1deg);
  }
  10%,
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20%,
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
}
.box-sp:nth-child(3n) {
  margin-right: 0;
}
.box-sp:nth-child(3n + 1) {
  clear: both;
}
.box-product:nth-child(4n) {
  margin-right: 0;
}
.box-product:nth-child(4n + 1) {
  clear: both;
}
.box-album:nth-child(4n + 1) {
  clear: both;
}
.box-album:nth-child(4n) {
  margin-right: 0px;
}
.box-video:nth-child(4n + 1) {
  clear: both;
}
.box-video:nth-child(4n) {
  margin-right: 0;
}
/*Video slick*/
#video-slick {
  display: flex;
  justify-content: space-between;
}
.video-left {
  width: calc(100% - 146px);
  height: 406px;
}
.video-right {
  width: 135px;
  max-height: 406px;
}
.video-right .slick-video * {
  vertical-align: top;
}
.video-right .slick-video .slick-slide {
  border: none !important;
}
.pvd {
  cursor: pointer;
  height: 128px;
  margin-bottom: 11px;
}
.pvd img {
  width: 135px;
  height: 128px;
  object-fit: cover;
}
.responsive-item {
  overflow: auto;
}
