@charset "UTF-8";
@media (min-width: 768px) {

  .sp,
  .SP {
    display: none !important
  }
}

@media (max-width: 767px) {

  .pc,
  .PC {
    display: none !important
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@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);
  }
}

/* Main */
body {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  margin: 0px auto;
}

body b,
body strong {
  font-weight: 500;
}

.wrap-bg {
  background: #fff;
}

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: top;
}

a,
input,
textarea {
  outline: none;
  padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.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;
}

.rel {
  position: relative;
}

.wrap-main,
.wrap-content {
  max-width: 1230px;
  margin: 40px auto;
  padding: 0px 15px;
  position: relative;
}

.wrap-home {
  max-width: 100%;
  padding: 0px;
  margin: 0px;
}

.wrap-content {
  margin: auto;
}

/* Left */
.title-left {
  color: #ffffff;
  font-size: 18px;
  height: 45px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 900;
  background-color: #05b153;
  position: relative;
  padding: 9px 10px 9px 20px;
}

@media only screen and (max-width: 1199px) {
  .title-left {
    font-size: 14px;
  }
}

.title-left:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  top: 0px;
  left: -6px;
  border-right: 6px solid #f3f408;
  background-color: #05b153;
}

.title-left:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -7px;
  border-top: 8px solid #000000;
  border-left: 7px solid transparent;
}

.content-left {
  background-color: #f2f6f5;
}

.nav-block-2 {
  width: 100%;
  height: 100%;
  border: 1px solid #bebfbf;
}

.nav-block-2 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.nav-block-2 ul li:hover>p>a {
  color: #05b153;
}

.nav-block-2 ul li.active>p>span:after {
  top: calc(50% - 1.5px);
  right: calc(50% - 4px);
  transform: rotate(-135deg);
}

.nav-block-2 ul li.active>ul {
  display: block;
}

.nav-block-2 ul li p {
  margin-bottom: 0px;
  position: relative;
}

.nav-block-2 ul li p:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid #bebfbf;
  border-bottom: 1px solid #ffffff;
}

.nav-block-2 ul li p a {
  color: #333333;
  font-weight: 400;
  padding: 11px 35px 13px 20px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.nav-block-2 ul li p span {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 10px;
  cursor: pointer;
  font-size: 19px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #000000;
}

.nav-block-2 ul li p span:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: calc(50% - 5px);
  width: 7px;
  height: 7px;
  border: 1px solid #000000;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
}

.nav-block-2 ul li:last-child p:after {
  border: none;
}

.nav-block-2 ul ul {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.nav-block-2 ul ul:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  border-top: 1px solid #d4d7d6;
  border-bottom: 1px solid #ffffff;
}

.nav-block-2 ul ul li p:after {
  display: none;
}

.nav-block-2 ul ul li p a {
  padding: 4px 35px 4px 20px;
}

.nav-block-2 ul ul ul li p a {
  padding-left: 55px;
  position: relative;
}

.nav-block-2 ul ul ul li p a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 19px;
  left: 40px;
  border-radius: 100%;
  background-color: #999999;
}

.box-product-list {
  margin: 0 -15px;
}

.box-product-list .item {
  padding: 20px;
  border: 1px solid #ededed;
  border-bottom: 7px solid #ededed;
  border-radius: 5px;
  margin-bottom: 30px;
  color: #313131;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #313131;
}

.box-product-list .item--v2 {
  padding: 0 15px;
}

.box-product-list .item:hover {
  text-decoration: none;
  border-bottom: 7px solid #05b153;
}

.box-product-list .item:hover h3 {
  color: #05b153;
}

.box-product-list .item img {
  width: 43% !important;
}

.box-product-list .item .desc {
  width: 50%;
}

.box-product-list .item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .box-product-list .item {
    padding: 20px 10px;
  }

  .box-product-list .item .desc p {
    font-size: 9px;
    margin-top: 5px;
    display: none;
  }
}

.sec-lienhe {
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .sec-lienhe {
    margin-top: 20px;
  }
}

.sec-lienhe h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.sec-lienhe p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.sec-lienhe ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
}

.sec-lienhe ul li a {
  color: #fff;
  display: block;
  text-align: center;
}

.sec-lienhe ul li a:hover {
  text-decoration: none;
  color: yellow;
}

/* General */
.title-intro {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-intro span {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #067b99;
  border-left: 3px solid;
  padding-left: 15px;
  text-transform: uppercase;
}

.title-intro a {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-intro a i {
  font-size: 8px;
  margin-left: 5px;
}

.title-main {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  padding: 35px 0 0;
}

.title-main h1,
.title-main h2,
.title-main h3,
.title-main span {
  font-size: 30px;
  font-family: "SamsungOne700", cursive;
  letter-spacing: 0em;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0;
}

.title-main p {
  color: #05b153;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 600;
}

.title-main2 span {
  font-size: 50px;
  font-family: "Dancing Script", cursive;
}

@media only screen and (max-width: 767px) {
  .title-main {
    background-size: 200px;
  }

  .title-main h1,
  .title-main h2,
  .title-main h3,
  .title-main span {
    font-size: 25px;
  }
}

.title-main--v2 {
  color: #fff;
}

.title-home {
  margin-bottom: 0.75rem;
  text-align: left;
}

@media only screen and (max-width: 991px) {
  .title-home {
    text-align: center;
  }
}

.title-home span {
  font-size: 24px;
  text-transform: uppercase;
  color: #05b153;
  display: block;
  font-weight: 900;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.title-dm {
  background: #05b153;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  padding: 15px;
}

@media only screen and (max-width: 575px) {
  .row-f {
    flex-direction: column-reverse;
  }
}

.share {
  padding: 17px 15px 10px 15px;
  line-height: normal;
  background: rgba(128, 128, 128, 0.15);
  margin-top: 15px;
  border-radius: 5px;
}

.share b {
  display: block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
  .news-scroll {
    margin-top: 30px;
  }
}

.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #000;
  width: 33px;
  height: 33px;
  text-align: center;
  font-size: 20px;
  margin: 0px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.control-owl button:hover {
  opacity: 1;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.custom-form-row {
  margin-right: -10px;
  margin-left: -10px;
}

@media only screen and (max-width: 991px) {
  .custom-form-row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}

.custom-form-row>.col,
.custom-form-row>[class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {

  .custom-form-row>.col,
  .custom-form-row>[class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

.text-sm {
  font-size: 0.875rem !important;
}

/* Lazyload */
img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img:not([src]) {
  visibility: hidden;
}

/* Header */
.box-header {
  background: url(../images/bg-header.jpg) no-repeat top center;
  background-size: cover;
}

.header-mid {
  padding: 20px 0;
}

.header .col {
  width: 33.3333333333%;
}

.header .wrap-content {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top {
  box-shadow: 0 1px 2px #e9e9e9;
  padding: 3px 0 0px;
  font-size: 12px;

}

.right-header {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .header .wrap-content .logo {
    /* margin-right: 0.5rem;
    max-width: 90px; */
    display: inline-block;
    margin: 15px 0 15px 15px;
  }
}

.header .wrap-content .hotline {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  line-height: 1.3;
  padding-left: 50px;
  color: #c4c4c4;
}

@media only screen and (max-width: 1199px) {
  .header .wrap-content .hotline {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .header .wrap-content .hotline {
    display: none;
  }

}

.header .wrap-content .hotline strong {
  display: block;
  font-family: "SamsungOne700";
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 5px;
  color: #555;
}

.header .wrap-content .hotline span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #f6a106;
}

@media only screen and (max-width: 991px) {
  .right-header {
    right: 15px;
  }

  .header .wrap-content .hotline {
    width: 165px;
  }

  .header .wrap-content .hotline--v2 {
    display: none;
  }
}

.header .wrap-content .banner {
  font-size: 40px;
  font-family: "SamsungOne700", "Montserrat", sans-serif;
  color: #05b153;
  text-align: center;
}

.top-header {
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-bottom: 0px solid #ccc;
  position: relative;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0;
}

.top-header .hotline-mobile {
  text-align: center;
}

.top-header .logo-col {
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

.top-header a.trigger-search {
  color: #fff !important;
}

/* Search */
.search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-main);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}

.search-grid i {
  font-size: 20px;
  color: #fff;
  display: block;
  line-height: 41px;
}

.search-grid p {
  float: left;
  width: 100px;
  height: 41px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 13px;
  display: block;
  background: #05b153;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.search-grid input {
  width: calc(100% - 80px);
  float: right;
  line-height: 40px;
  outline: none;
  border: none;
  font-size: 13px;
}

.search-grid input::-webkit-input-placeholder {
  color: #313131;
}

.search-grid input:-moz-placeholder {
  color: #313131;
}

.search-grid input::-moz-placeholder {
  color: #313131;
}

.search-grid input:-ms-input-placeholder {
  color: #313131;
}

.box-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-right: 10px;
  padding-right: 10px;
  background: #fff;
}

.box-search span {
  width: 120px;
  text-align: center;
  display: block;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  margin-right: 8px;
}

.box-search input {
  border: none;
  height: 34px;
  padding: 0 10px;
}

.box-search i {
  color: #f6a106;
}

.search-res {
  height: 40px;
  background-color: #ffffff;
  border-radius: 30px;
  overflow: hidden;
}

.search-res p {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 13px;
  display: block;
  color: #05b153;
  line-height: 44px;
  text-align: center;
}

.search-res input {
  width: calc(100% - 35px);
  float: right;
  line-height: 40px;
  outline: none;
  border: none;
  font-size: 13px;
}

.search-res input::-webkit-input-placeholder {
  color: #313131;
}

.search-res input:-moz-placeholder {
  color: #313131;
}

.search-res input::-moz-placeholder {
  color: #313131;
}

.search-res input:-ms-input-placeholder {
  color: #313131;
}

.logo {
  display: block;
  margin: 15px auto;
}

.logo img {
  max-width: 150px;
}

.btn-open-search {
  display: block;
  width: 30px;
  height: 30px;
  bottom: 0;
  margin: auto 15px;
  border-radius: 25px;
  cursor: pointer;
  color: #dab841;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.btn-open-search:hover {
  text-decoration: none;
}

.block-search {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1001;
  top: 0;
  transition: all 300ms ease 0s;
  visibility: hidden;
  opacity: 0;
}

.block-search.active {
  visibility: visible;
  opacity: 1;
}

.block-search .container {
  height: 100vh;
  display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-search .btn-close-form-search {
  position: absolute;
  color: #fff;
  font-size: 2em;
  right: 17px;
  top: 85px;
  cursor: pointer;
  z-index: 2;
}

.search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.search ._btn_search a {
  color: #05b153;
}

.active .__search {
  max-width: 1000px;
  visibility: visible;
  opacity: 1;
}

.__search {
  position: relative;
  width: 100%;
  max-width: 0;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #fff;
  transition: all 600ms ease;
  visibility: hidden;
  opacity: 0;
}

.__search input {
  border: none;
  height: 50px;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  background: transparent;
  width: 100%;
}

.__search ._bnt {
  color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
  width: 25px;
  height: 25px;
  bottom: 0;
  margin: auto;
  font-size: 17px;
}

.h-lang {
  border: 1px solid #e6b91a;
  padding: 5px;
  border-radius: 5px;
  height: 35px;
}

.h-lang a {
  display: flex;
  color: #05b153;
  font-weight: 600;
}

.h-lang a em {
  width: 30px;
  margin-right: 5px;
}

.h-lang a:hover {
  text-decoration: none;
}

/* Menu */
.menu {
  /* background: #fff; */
  position: sticky;
  top: 0px;
  z-index: 100;
  box-shadow: 0 2px 5px #e9e9e9;
  border-top: 1px solid #e9e9e9;
}

.menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

@media only screen and (max-width: 575px) {

  /* @media only screen and (max-width: 991px) { */
  .menu {
    display: none;
  }
}

.menu .wrap-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
}

.menu .wrap-content .menu-left {
  width: 290px;
  position: relative;
}

.menu .wrap-content .menu-left .menu-label {
  height: 50px;
  color: #fff;
  padding: 0px 15px;
  text-align: center;
  text-decoration: none;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #067b99;
}

.menu .wrap-content .menu-left .menu-label span {
  font-size: 15px;
  padding-left: 35px;
  background: url(../images/icon-menu.png) no-repeat left center;
  background-size: 25px 17.5px;
}

.menu .wrap-content .menu-left .menu-label i {
  font-size: 15px;
  vertical-align: top;
  margin: 4px 7px 0px 0px;
}

.menu .wrap-content .menu-left[class*=is-dropdown]:hover .menu-dropdown {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu .wrap-content .menu-left[class*=is-dropdown] .menu-dropdown {
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.menu .wrap-content .menu-left .menu-dropdown {
  position: absolute;
  top: 50px;
  left: 0px;
  background-color: #fff;
  width: 100% !important;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block {
  width: 100%;
  max-height: 370px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #e9e9e9;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block::-webkit-scrollbar {
  width: 10px;
  display: none;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block::-webkit-scrollbar-thumb {
  background: #888;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li:hover>p>a {
  color: #067b99;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li.active>p>span:before {
  content: "−";
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li.active>ul {
  display: block;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li p {
  margin-bottom: 0px;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li p a {
  color: #222222;
  font-weight: 400;
  padding: 13px 35px 11px 35px;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li p span {
  position: absolute;
  top: calc(50% - 12.5px);
  right: 10px;
  cursor: pointer;
  font-size: 19px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  opacity: 0.5;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li p span:before {
  content: "+";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding-left: 2px;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul ul {
  display: none;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul ul li p a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 55px;
}

.menu .wrap-content .menu-left .menu-dropdown .nav-block ul ul li p a:before {
  top: 15px;
  left: 35px;
}

.menu .wrap-content .menu-right {
  /* display: flex;
  align-items: center;
  justify-content: flex-end; */
  width: 100%;
}

.menu .wrap-content .menu-right ul {
  width: 100%;
  padding: 0px;
  margin: auto;
  list-style: none;
}

.menu .wrap-content .menu-right ul p {
  margin: 0;
}

.menu .wrap-content .menu-right ul.menu-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menu .wrap-content .menu-right ul.menu-main>li {
  padding: 10px 0;
}

.menu .wrap-content .menu-right ul li {
  position: relative;
  z-index: 1;
  /* margin-right: 15px; */
}

.menu .wrap-content .menu-right ul li.menu-line {
  width: 0px;
  height: 13px;
  border-right: 1px dotted #d1d9f0;
}

.menu .wrap-content .menu-right ul li:hover a.active,
.menu .wrap-content .menu-right ul li:hover>a {
  border-color: #05b153;
  color: #05b153;
}

.menu .wrap-content .menu-right ul li a {
  display: block;
  position: relative;
  font-size: 17px;
  color: #454545;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: uppercase;
  /* border-radius: 30px; */
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

@media only screen and (max-width: 1199px) {
  .menu .wrap-content .menu-right ul li a {
    font-size: 13px;
    padding: 16.5px 13px 14px 13px;
  }
}

@media only screen and (max-width: 992px) {
  .menu .wrap-content .menu-right ul li a {
    font-size: 11px;
    padding: 0;
  }
}

.menu .wrap-content .menu-right ul li a.has-child {
  padding-right: 17px;
  margin-right: 20px;
}

.menu .wrap-content .menu-right ul li a.has-child:after {
  content: "";
  position: absolute;
  bottom: calc(50% - 2px);
  right: 5px;
  width: 5px;
  height: 5px;
  border: 1px solid #05b153;
  border-top: 0px;
  border-left: 0px;
  transform: rotate(45deg);
}

.menu .wrap-content .menu-right ul li a i {
  font-size: 10px;
  position: relative;
  top: -3px;
}

.menu .wrap-content .menu-right ul li ul {
  position: absolute;
  min-width: 260px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #fafafa;
  border-radius: 0.25rem;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  transform: perspective(600px) rotateX(-90deg);
  transform-origin: 0 0 0;
  opacity: 0;
  visibility: hidden;
}

.menu .wrap-content .menu-right ul li:hover>ul {
  transform: perspective(600px) rotateX(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  opacity: 1;
  visibility: visible;
}

.menu .wrap-content .menu-right ul li ul {
  padding: 0;
  margin: 0;
}

.menu .wrap-content .menu-right ul li ul li {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border: none;
}

.menu .wrap-content .menu-right ul li ul li a {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  color: #313131;
  border: none;
  border-bottom: 1px solid #ececec;
}

.menu .wrap-content .menu-right ul li ul li:last-child>a {
  border-bottom: 0px;
}

.menu .wrap-content .menu-right ul li ul li a.has-child {
  margin-right: 0px;
}

.menu .wrap-content .menu-right ul li ul li a.has-child:after {
  border-color: #313131;
  transform: rotate(-45deg);
}

.menu .wrap-content .menu-right ul li ul li a.active {
  color: #05b153;
}

.menu .wrap-content .menu-right ul li ul li:hover>a {
  color: #05b153 !important;
}

.menu .wrap-content .menu-right ul li ul li a {
  padding: 10px 0px 9px 0px;
  text-transform: capitalize;
  background: none !important;
  border-radius: 0;
}

.menu .wrap-content .menu-right ul li ul li a.active.has-child:after {
  border-color: #05b153;
}

.menu .wrap-content .menu-right ul li ul li a:hover {
  color: #05b153 !important;
}

.menu .wrap-content .menu-right ul li ul li ul {
  top: -0.75rem;
  left: 100%;
  margin-top: 0px;
}

/* Mmenu */
.search-mobile-custom {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 123;
  background: #05b153;
  padding: 10px 0;
  transition: 0.5s ease all;
  width: 0;
  overflow: hidden;
}

.search-mobile-custom .form-search {
  width: 100%;
  order: 2;
  padding: 0 10px;
  border: 0;
}

.search-mobile-custom form {
  position: relative;
  text-align: left;
}

.btn-search {
  position: absolute;
  top: 0;
  right: 50px;
  color: #fff;
  font-size: 19px;
  border: none;
  background: no-repeat;
}

.search-mobile-custom input {
  width: 100%;
  background: transparent;
  border: 0 !important;
  padding-left: 15px;
  color: #fff;
  text-indent: 10px;
}

.search-mobile-custom .closex {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 19px;
}

.search-mobile-custom .place-white::-webkit-input-placeholder {
  color: #fff;
}

.search-mobile-custom .place-white:-moz-placeholder {
  color: #fff;
}

.search-mobile-custom .place-white::-moz-placeholder {
  color: #fff;
}

.search-mobile-custom .place-white:-ms-input-placeholder {
  color: #fff;
}

.hotline-mobile a {
  font-size: 14px;
  color: red;
}

.menu-res {
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu-res {
    display: block;
  }
}

.menu-bar-res {
  /* padding: 0px 10px; */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu-bar-res .trigger-search {
  background: #e6b91a;
  padding: 3px 7px;
  font-size: 16px;
}

.menu-bar-res a {
  color: #111 !important;
  font-size: 23px;
  margin-left: 12px;
}

#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 35px;
  height: 23px;
  position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #05b153;
  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 {
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

.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;
}

.mm-slideout {
  z-index: unset;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eaeaea;
}

.breadCrumbs .wrap-content {
  padding: 0.75rem 15px;
}

.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
  color: #212529;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: #6c757d;
}

/* Group */
@media only screen and (max-width: 991px) {
  .section-group {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section-congtrinh .row {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0;
  }

  .section-congtrinh .dich-vu-item {
    transition: all 0.4s ease-in-out;
    border-right: 1px solid #fff;
    padding: 0;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }

  .section-congtrinh .dich-vu-item figure {
    position: relative;
    margin: 0;
  }

  .section-congtrinh .dich-vu-item .image {
    background: #000;
    min-height: 600px;
    overflow: hidden;
  }

  .section-congtrinh .dich-vu-item img {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .section-congtrinh .dich-vu-item h3 {
    margin: 0 auto;
    font-size: 16px;
    font-weight: 600;
  }

  .section-congtrinh .dich-vu-item .hidden-wrap {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 15px;
  }

  .section-congtrinh .dich-vu-item figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background: #05b153;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    white-space: nowrap;
    text-align: center;
  }

  .section-congtrinh .dich-vu-item:hover {
    flex: 0 0 50%;
    width: 50%;
  }

  .section-congtrinh .dich-vu-item:hover h3 {
    opacity: 0;
  }

  .section-congtrinh .dich-vu-item:hover .hidden-wrap {
    opacity: 1;
  }
}

@media only screen and (max-width: 991px) {
  .section-congtrinh .dich-vu-item figcaption {
    color: #fff;
    background: #05b153;
    font-size: 14px;
    font-weight: 600;
    padding: 15px;
  }

  .section-congtrinh .dich-vu-item figcaption h3 {
    font-size: 16px;
  }
}

/* Slideshow */
.section-slideshow {
  position: relative;
}

.section-slideshow .slideshow-right {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .section-slideshow .slideshow-right {
    width: 100%;
  }
}

.section-slideshow .slideshow-right:hover .control-slideshow {
  opacity: 1;
}

.section-slideshow .slideshow-right .control-slideshow {
  opacity: 0;
}

.section-slideshow .slideshow-right .slideshow-item {
  display: block;
  cursor: pointer;
}

.section-slideshow .wrap-about {
  margin-top: -200px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .section-slideshow .wrap-about {
    margin-top: -50px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .section-slideshow .wrap-about .col-12 {
    padding-top: 20px;
  }
}

.section-slideshow .wrap-about .wrap-content {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
}

.section-slideshow .wrap-about ul {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  max-height: 525px;
}

.section-slideshow .wrap-about ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.section-slideshow .wrap-about ul .img-thumb {
  width: 112px;
  border-radius: 50%;
  background: #E59519;
  overflow: hidden;
  text-align: center;
  height: 112px;
}

.section-slideshow .wrap-about ul .img-thumb img {
  width: 76px !important;
  height: auto !important;
  background: #f6a106;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}

.section-slideshow .wrap-about ul .info {
  width: calc(100% - 112px);
  padding-left: 15px;
}

.section-slideshow .wrap-about ul .info .ttl {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}

.section-slideshow .wrap-about ul .info p {
  color: #6e6e6e;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.section-product-list {
  padding: 0 0 30px 0;
}

.title-default {
  font-size: 20px;
  font-family: "Arima", cursive;
  text-align: center;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #e6b91a;
  display: none;
}

@media only screen and (max-width: 575px) {
  .title-default {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .right-header {
    right: 0;
  }
}

.title-sub-default {
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 30px;
  color: #05b153;
  font-size: 25px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
}

.title-sub-default h1 {
  font-size: 25px;
  font-weight: 600;
}

.title-sub-default:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #05b153;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}

.title-sub-default::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #05b153;
  position: absolute;
  bottom: 6px;
  margin-left: -30px;
  left: 50%;
}

/* Product Type */
.section-product-type {
  padding-top: 70px;
  background: #fff;
}

.section-product-type:last-child {
  padding-bottom: 40px;
}

.section-product-type--v2 {
  padding-bottom: 30px;
}

.section-product-type .wrap-content .product-tabs-scroll {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .section-product-type .wrap-content .product-tabs-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.section-product-type .wrap-content .product-tabs-scroll .product-tabs {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-product-type .wrap-content .product-tabs-scroll .product-tabs {
    min-width: 480px;
  }
}

.section-product-type .wrap-content .product-tabs-scroll .product-tabs li {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #222222;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  padding: 11px 20px 11.5px 20px;
  border-radius: 30px;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .section-product-type .wrap-content .product-tabs-scroll .product-tabs li {
    font-size: 15px;
    margin-bottom: 0px;
    padding: 8px 10px 6px 10px;
  }
}

.section-product-type .wrap-content .product-tabs-scroll .product-tabs li.active {
  color: #ffffff;
  background-color: #05b153;
}

/* Product Row */
.product-row .product-row-info .product-row-name {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0.25rem;
}

.product-row .product-row-info .product-row-name a {
  color: #333333;
  text-decoration: none;
}

.product-row .product-row-info .product-row-name a:hover {
  color: #05b153;
}

.product-row .product-row-info .product-row-price span {
  font-weight: 500;
  color: #333333;
  padding-right: 5px;
}

.product-row .product-row-info .product-row-price strong {
  font-weight: 700;
  color: #05b153;
}

.old-price {
  color: #cecfd2;
}

/* Product */
.product {
  text-align: center;
  /* border-radius: 20px; */
  overflow: hidden;
  background: #fff;
}

.product .product-image {
  margin-bottom: 1.125rem;
  background-color: #ffffff;
  /* box-sizing: border-box; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 5px;
  display: block;
  margin: 2px;
}

.product .product-name {
  font-size: 15px;
  margin: 10px 0 5px;
  line-height: 24px;
}

.product .product-name a {
  display: block;
  color: #070707;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
}

.product .product-price {
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 16px;
}

.product .product-price span {
  color: #e6b91a;
  font-weight: bold;
}

.product .product-view {
  font-size: 13px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 4px 43px 4.5px 43px;
  border: 1px solid #067b99;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3rem;
}

.left-pro-detail {
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
  background-color: #ffffff;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

.owl-pro-detail {
  padding: 0px 30px;
}

.control-pro-detail button {
  background-color: transparent;
  color: #222222;
  opacity: 1;
  width: 25px;
  font-size: 23px;
}

.control-pro-detail button:hover {
  opacity: 0.7;
}

.control-pro-detail button.owl-prev {
  left: 0px;
}

.control-pro-detail button.owl-next {
  right: 0px;
}

.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #ffffff;
}

.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: 600;
  color: #000;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  margin-bottom: 1rem;
}

.attr-pro-detail {
  list-style: none;
  padding: 0px;
}

.attr-pro-detail li {
  margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
  margin: 0px 0px 10px 0px;
  display: block;
  font-size: 16px;
}

.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}

.tags-pro-detail a {
  float: left;
  font-size: 13px;
  padding-bottom: 0.375rem;
  margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
  font-size: 11px;
  margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs .nav-link {
  border-top-width: 3px;
  font-size: 13px;
}

.tabs-pro-detail .nav-tabs .nav-link.active {
  border-top-color: #555555;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  border-top-color: #555555;
}

.lights-custom {
  margin: 0 10% 70px 8%;
  position: relative;
}

.lights-custom .dt-sc-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: #e6b91a;
  padding: 60px 40px;
  outline: 2px solid #05b153;
  outline-offset: -20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}

.lights-custom .dt-sc-heading:hover {
  text-decoration: none;
}

.lights-custom .dt-sc-sub-heading {
  font-size: 20px;
  text-transform: uppercase;
}

.lights-custom .dt-sc-main-heading {
  color: #05b153;
  font-weight: bold;
}

.lights-custom .dt-sc-heading-description {
  font-size: 28px;
  font-weight: bold;
}

.lights-custom .home-custom-section-wrapper {
  justify-content: space-between;
  align-items: center;
  align-self: center;
  display: flex;
}

.lights-custom .dt-sc-image-gallery:first-child {
  width: calc(46% - 15px);
}

.lights-custom .dt-sc-image-gallery:last-child {
  width: calc(40% - 15px);
}

.home-masonry-banner {
  padding-top: 50px;
}

.dt-sc-masonry-grid-banner {
  display: flex;
  flex-wrap: wrap;
  flex-flow: inherit;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
}

.dt-sc-masonry-grid-banner>* {
  width: 50%;
}

.dt-sc-masonry-grid-banner .dt-sc-main-title {
  font-weight: 600;
}

.dt-sc-masonry-grid-banner .seemore2 a {
  border: 1px solid;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  margin-top: 5px;
  padding: 10px 40px 10px;
  display: inline-block;
  color: #fff;
}

.dt-sc-masonry-grid-banner .seemore2 a:hover {
  text-decoration: none;
  background: #fff;
  color: #05b153;
}

.dt-sc-masonry-grid-banner .bg-grey {
  background-color: rgba(0, 0, 0, 0.4784313725);
}

.dt-sc-masonry-grid-banner .bg-01 {
  background: #05b153;
}

.dt-sc-masonry-grid-banner .bg-02 {
  background: #e6b91a;
}

.dt-sc-masonry-grid-banner .dt-sc-additional-grids {
  grid-gap: 0;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}

.dt-sc-masonry-grid-banner .dt-sc-grid-banner {
  min-height: 250px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.dt-sc-masonry-grid-banner .dt-sc-grid-banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dt-sc-masonry-grid-banner .dt-sc-grid-banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dt-sc-masonry-grid-banner .dt-sc-grid-banner-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  /* margin: auto; */
  height: 100%;
  color: #fff;
}

.section-event {
  padding: 50px 0;
  background: #f7f7f7;
  margin: 0 0 70px;
}

.item-news {
  display: block;
  color: #2d2a2a;
}

.item-news:hover {
  text-decoration: none;
}

.item-news:hover .desc h3 {
  color: #05b153;
}

.item-news:hover .desc p {
  color: #2d2a2a;
}

.item-news:hover .desc span {
  color: #05b153;
}

.item-news .desc {
  margin: 15px 0 20px;
}

.item-news .desc .tag {
  color: #777777;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.item-news .desc .tag i {
  font-size: 17px;
}

.item-news .desc h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  transition: 0.3s;
  margin-bottom: 15px;
}

.item-news .desc p {
  font-size: 15px;
  text-align: justify;
  transition: 0.3s;
}

.seemore a,
.seemore span {
  padding: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  line-height: normal;
  border: none;
  transition: 0.3s;
}

.seemore a::before,
.seemore span::before {
  content: "";
  background: currentcolor;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s linear;
  -webkit-transition: all 0.1s linear;
}

.seemore a::after,
.seemore span::after {
  content: "";
  position: absolute;
  background: currentcolor;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.4s linear;
}

.seemore a:hover,
.seemore span:hover {
  color: #05b153;
}

.seemore a:hover::before,
.seemore span:hover::before {
  width: 0;
}

.seemore a:hover::after,
.seemore span:hover::after {
  width: 100%;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
  margin-bottom: 30px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/* Footer */
.wrap-lienhe .wrap-content {
  background: url(../images/bg-lienhe.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 110px;
}

.wrap-lienhe .title-default {
  color: #fff;
}

.wrap-lienhe form {
  max-width: 1000px;
  margin: 0 auto;
}

.wrap-lienhe input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2784313725);
  border-radius: 30px;
}

.wrap-lienhe input.btn {
  background: #fff;
  border: none;
  color: #000;
}

.wrap-lienhe ::-moz-placeholder {
  color: #fff;
}

.wrap-lienhe ::placeholder {
  color: #fff;
}

.wrap-partner {
  padding: 30px 0;
}

.wrap-partner .js-slick-partner {
  margin: 0 -5px;
}

.wrap-partner .item-partner {
  padding: 5px;
}

.wrap-partner .item-partner a {
  display: block;
  border: 1px solid #eee;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}

.form-newsletter {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
  border: 2px solid #05b153;
}

.form-newsletter input {
  border-radius: 0;
  border: none;
}

.form-newsletter .input-dk {
  flex: 1;
}

.form-newsletter .input-dk2 {
  background: #e6b91a;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.form-newsletter .input-dk2 input {
  color: #fff;
}

.footer {
  background: #f7f7f7;
}

.footer .footer-article .wrap-content {
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer .footer-article .wrap-content .footer-news {
  margin-bottom: 30px;
}

.footer .footer-article .wrap-content .footer-news .slogan {
  color: #e3e3e3;
  font-size: 12px;
  font-style: italic;
}

.footer .footer-article .wrap-content .footer-news .footer-name {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer .footer-article .wrap-content .footer-news .footer-name--v2 {
  color: #05b153;
  font-size: 17px;
}

.footer .footer-article .wrap-content .footer-news .footer-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.footer .footer-article .wrap-content .footer-news .footer-info {
  font-size: 15px;
}

.footer .footer-article .wrap-content .footer-news .footer-info p {
  margin-bottom: 5px;
}

.footer .footer-article .wrap-content .footer-news .footer-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer .footer-article .wrap-content .footer-news .footer-info ul li {
  min-height: 30px;
  margin-bottom: 5px;
  padding: 5px 0 5px 0;
}

.footer .footer-article .wrap-content .footer-news .footer-info ul li i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

.footer .footer-article .wrap-content .footer-news .footer-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.footer .footer-article .wrap-content .footer-news .footer-list li {
  margin-bottom: 0.5rem;
}

.footer .footer-article .wrap-content .footer-news .footer-list li a {
  position: relative;
  font-size: 15px;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 0 3px 0;
  transition: 0.3s;
}

.footer .footer-article .wrap-content .footer-news .footer-list li a:hover {
  color: #05b153;
}

.footer .footer-powered {
  color: #fff;
  font-size: 14px;
  background: #05b153;
  border-top: 5px solid #e6b91a;
}

.footer .footer-powered .wrap-content {
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .footer .footer-powered .wrap-content {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .footer .footer-powered .wrap-content .footer-copyright {
    margin-bottom: 0.5rem;
  }
}

.footer .bct {
  margin: 20px 0 0;
}

.footer .bct .row {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 250px;
}

.lable-mxh {
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
}

.footer-social {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.footer-social li {
  margin-bottom: 5px;
  list-style: none;
}

.footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #05b153;
  border: 2px solid #e6b91a;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 5px;
  transition: 0.3s;
}

.footer-social li a:hover {
  text-decoration: none;
  transform: rotate(360deg);
}

/* Like Share */
.social-plugin {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
  margin-left: 3px;
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
  color: #555555;
  font-size: 0.875rem;
}

.pagination-home .pagination .page-item.active .page-link {
  color: #ffffff;
  background-color: #555555;
  border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #ffffff;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #ffffff !important;
  border-color: #05b153;
  background-color: #05b153;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination-ajax a.first:before {
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
  background-image: url(../images/page-next.png);
}

/* 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;
}

/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.scale-img:hover>img,
.scale-img img,
.nav-block-2 ul li p a,
.nav-block-2 ul li p span:after,
.control-owl button,
.menu .wrap-content .menu-left[class*=is-dropdown]:hover .menu-dropdown,
.menu .wrap-content .menu-left .menu-dropdown,
.menu .wrap-content .menu-left .menu-dropdown .nav-block ul li p a,
.menu .wrap-content .menu-right ul li a.has-child:after,
.menu .wrap-content .menu-right ul li ul,
.menu .wrap-content .menu-right ul li:hover>ul,
.product-row .product-row-info .product-row-name a {
  transition: 0.3s all;
}

/* Scale IMG */
.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transform: scale(1.1, 1.1);
}

/* 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;
}

.old-price,
.price-old-pro-detail {
  color: #828282 !important;
  margin-left: 10px;
  text-decoration: line-through;
  font-size: 12px;
}

/* Button Frame */
.btn-frame {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  z-index: 120;
  cursor: pointer;
}

.btn-frame i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #1182fc;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-frame i img {
  vertical-align: middle;
  width: 70%;
}

.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;
  border-radius: 100%;
  border: 2px solid rgba(7, 41, 103, 0.8);
  opacity: 0.1;
  border-color: #1182fc;
  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;
  border-radius: 100%;
  border: 2px solid transparent;
  background-color: rgba(7, 41, 103, 0.35);
  opacity: 0.4;
}

.btn-frame .pulse {
  animation-name: pulse;
}

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

/* Phone */
.btn-phone {
  bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed {
  display: none !important;
}

.js-facebook-messenger-tooltip {
  bottom: 97px;
  right: 97px;
  color: #404040;
  background: #fff;
}

.js-facebook-messenger-tooltip.closed {
  display: none !important;
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
  z-index: 999;
}

.js-facebook-messenger-tooltip {
  z-index: 999;
  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: 1000000000000000000000000000000;
}

.js-facebook-messenger-close-tooltip {
  width: 10px;
  height: 10px;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.js-facebook-messenger-box {
  z-index: 999;
}

.js-facebook-messenger-box.rubberBand {
  animation-name: rubberBand;
}

.js-facebook-messenger-box.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.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: #1182fc;
  border-radius: 100%;
  overflow: hidden;
  z-index: 99;
  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;
  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;
  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);
  transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
}

.js-facebook-messenger-top-header {
  width: 220px;
  color: #ffffff;
  background: #1182fc;
  display: block;
  position: relative;
  width: 220px;
  background: #1182fc;
  color: #ffffff;
  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: #ffffff;
  background: #1182fc;
  width: 220px;
}

.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;
}

/* Toolbar */
.toolbar {
  background: #05b153;
  width: 100%;
  padding: 3vw;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
}

.toolbar ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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 !important;
  width: auto;
}

.toolbar ul li a span {
  font-weight: 400;
  color: #ffffff;
  font-size: 3.5vw;
  display: none;
}

.toolbar ul li a i {
  color: #fff;
  font-size: 25px;
}

.product-price--v2 {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 15px;
}

.product-price--v2 span {
  font-weight: 600;
  color: #05b153;
  font-size: 20px;
}

.item-hinhanh {
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}

.quantity-pro-detail {
  width: 100%;
  max-width: 110px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.quantity-pro-detail span {
  line-height: 25px;
  padding: 0px;
  width: 30px;
  height: 30px;
  color: #5f5f5f;
  cursor: pointer;
  font-size: 22px;
  border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
  border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
  border-right: 0px;
}

.quantity-pro-detail input {
  height: 30px;
  border: 1px solid #cccccc;
  width: calc(100% - 60px);
  text-align: center;
  font-size: 14px;
  padding: 5px;
}

a.btn-check {
  margin-bottom: 0;
  background: #05b153;
  border: 1px solid #05b153;
  padding: 11px 15px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  box-shadow: none;
  padding: 14px 15px;
  line-height: 22px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
}

a.btn-check:before {
  background-color: #eb0303;
  position: absolute;
  content: "";
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
  background-color: #000000;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

a.btn-check:hover {
  color: #000 !important;
  text-decoration: none;
}

a.btn-check:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}

.cart-pro-detail {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 15px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.cart-pro-detail a {
  width: calc(50% - 10px);
  text-align: center;
  color: #fff !important;
  padding: 15px 15px;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
}

.cart-pro-detail a i {
  vertical-align: top;
  margin-top: 3px;
  margin-right: 8px;
}

.cart-pro-detail a.addnow {
  margin-right: 10px;
}

.cart-pro-detail a.addnow::before {
  background-color: #05b153;
  position: absolute;
  content: "";
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
  background-color: #05b153;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.cart-pro-detail a.addnow:hover {
  color: #05b153 !important;
  border: 1px solid #05b153;
}

.cart-pro-detail a.addnow:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}

.cart-pro-detail a.buynow::before {
  background-color: #242424;
  position: absolute;
  content: "";
  display: block;
  left: -2px;
  top: 0;
  right: -2px;
  bottom: 0;
  transform: scale(1, 1);
  transform-origin: left center;
  z-index: -1;
  background-color: #e6b91a;
  transition: transform 0.45s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.cart-pro-detail a.buynow:hover {
  color: #e6b91a !important;
  border: 1px solid #e6b91a;
}

.cart-pro-detail a.buynow:hover::before {
  transform-origin: right center;
  transform: scale(0, 1);
}

#footer-map {
  position: relative;
  padding-bottom: 40%;
}

#footer-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn-zalo2 {
  bottom: 400px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.flipster::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.flipster {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.wrap-dknt {
  margin-bottom: -45px;
  z-index: 1;
  position: relative;
}

.wrap-dknt .box-dknt {
  background: #05b153;
  color: #fff;
  border-radius: 139px;
  padding: 10px;
}

@media only screen and (max-width: 991px) {
  .wrap-dknt .box-dknt {
    border-radius: 0;
  }
}

.wrap-dknt .ttl {
  background-image: url(../images/icon-dk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 110px;
  margin-top: 14px;
}

.wrap-dknt .ttl h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: bold;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .wrap-dknt .ttl {
    background-size: 55px;
    padding-left: 65px;
  }
}

.wrap-dknt .form-newsletter {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap-dknt .form-newsletter .newsletter-button {
  height: 100%;
}

.wrap-dknt .form-newsletter .newsletter-button input {
  border: none;
  height: 100%;
  background: #fff;
  color: #000;
  width: 90px;
  border-radius: 0 90px 90px 0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: "Roboto";
}

@media only screen and (max-width: 991px) {
  .wrap-dknt .form-newsletter .newsletter-button input {
    border-radius: 0;
  }
}

.wrap-dknt .form-newsletter ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  background: red;
}

.wrap-dknt .form-newsletter ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
  background: red;
}

.wrap-dknt .form-newsletter :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.wrap-dknt .form-newsletter ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.wrap-dknt .form-newsletter input {
  background: transparent;
  border: none;
  color: #fff;
  border-right: 1px solid #ccc;
  font-size: 12px;
}

.desc-pro-detail table {
  width: 100%;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.desc-pro-detail table th,
.desc-pro-detail table td {
  border: 1px solid #ccc;
  padding: 10px !important;
}

.desc-pro-detail table th p,
.desc-pro-detail table td p {
  margin-bottom: 0;
}

.desc-pro-detail table th span,
.desc-pro-detail table td span {
  font-family: inherit !important;
}

.pagination-home {
  margin: 30px 0;
}

.album-name a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
  display: inline-block;
}

.mm-listitem__text {
  white-space: inherit;
}

.mobile_menu_section {
  display: block;
  padding: 15px;
}

.mobile_menu_section .mobile_menu_section-title {
  font-size: 15px;
  line-height: 1.85;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal;
  color: #333;
  margin: 0;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 768px) {
  .content-album {
    margin: 0 -5px;
  }

  .content-album .album {
    padding: 0 5px;
  }

  .content-product {
    /* flex-direction: column-reverse; */
  }

  .section-slideshow img {
    height: 70vh !important;
    object-fit: cover;
  }

  .section-product-type {
    padding-top: 40px;
  }

  .cart-pro-detail a {
    padding: 10px 5px;

  }

  .h-lang {
    height: 36px;
    margin-left: 5px;
  }

  .h-lang a em {
    margin-right: 0;
  }

  .h-lang a {
    margin-left: 0;
  }

  .title-sub-default {
    font-size: 22px;
  }

  .title-sub-default h1 {
    font-size: 22px;

  }

  .row-product .row {
    margin: 0 -5px;
  }

  .row-product .item-pro {
    padding: 0 5px;
  }

  .dt-sc-masonry-grid-banner>* {
    width: 100%;
  }

  .dt-sc-masonry-grid-banner {
    flex-wrap: wrap;
  }

  .dt-sc-masonry-grid-banner .dt-sc-additional-grids {
    grid-template-columns: repeat(1, 1fr);
  }

  .flex-dir {}

  .lights-custom {
    margin: 0 auto;
  }

  .lights-custom .dt-sc-heading {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }

  .section-event {
    padding: 30px 0;
    margin: 0 0 30px;
  }

  .lights-custom .home-custom-section-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 350px) {
  .cart-pro-detail a {
    font-size: 12px;
  }
}

.attr-label-pro-detail2 {
  display: inline-block;
}

.hotline-menu a {
  color: red !important;
}

#info-pro-detail * {
  font-family: inherit !important;
}