@charset "UTF-8";

@font-face {
  font-family: "UTMAvoBold";
  src: url("../fonts/UTMAvoBold.eot");
  src: url("../fonts/UTMAvoBold.eot") format("embedded-opentype"),
    url("../fonts/UTMAvoBold.woff2") format("woff2"),
    url("../fonts/UTMAvoBold.woff") format("woff"),
    url("../fonts/UTMAvoBold.ttf") format("truetype"),
    url("../fonts/UTMAvoBold.svg#UTMAvoBold") format("svg");
}
@font-face {
  font-family: "UTMHelvetIns";
  src: url("../fonts/UTMHelvetIns.eot");
  src: url("../fonts/UTMHelvetIns.eot") format("embedded-opentype"),
    url("../fonts/UTMHelvetIns.woff2") format("woff2"),
    url("../fonts/UTMHelvetIns.woff") format("woff"),
    url("../fonts/UTMHelvetIns.ttf") format("truetype"),
    url("../fonts/UTMHelvetIns.svg#UTMHelvetIns") format("svg");
}
/* Main */

:root {
  --color-body: #ec2d3f;
  --color-red: #ec2d3f;
  --color-medium-red: #cc2c32;
  --color-dark-red: #c31829;
  --color-green: #28a745;
  --color-dark-green: #207d36;
  --color-black: #212529;
  --color-gray: #6c757d;
  --color-web: #ddd;
}
body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  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;
}
.wrap-main,
.wrap-content {
  max-width: 1180px;
  margin: 0px auto;
  padding: 0px 0px;
}
.wrap-home {
  max-width: 100%;
  padding: 0px;
}
.wrap-content {
  margin: auto;
}
.contain_trong {
  max-width: 1180px;
  margin: 0 auto;
}
.inbl {
  display: inline-block;
}
#wpcp-error-message {
  direction: ltr;
  text-align: center;
  transition: opacity 900ms ease 0s;
  z-index: 99999999;
}
.hideme {
  opacity: 0;
  visibility: hidden;
}
.showme {
  opacity: 1;
  visibility: visible;
}
.msgmsg-box-wpcp {
  border: 1px solid #f5aca6;
  border-radius: 10px;
  color: #555;
  font-family: Tahoma;
  font-size: 11px;
  margin: 10px;
  padding: 10px 36px;
  position: fixed;
  width: 255px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -130px;
  -webkit-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
  -moz-box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
  box-shadow: 0px 0px 34px 2px rgba(242, 191, 191, 1);
}
.msgmsg-box-wpcp span {
  font-weight: bold;
  text-transform: uppercase;
}
.warning-wpcp {
  background: #ffecec
    url("https://cmmbvietnam.com/wp-content/plugins/wp-content-copy-protector/images/warning.png")
    no-repeat 10px 50%;
}
/* General */
.title-main {
  margin-bottom: 10px;
  text-align: center;
}
.title-main > span {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
}
.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;
}
.social {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.social li {
  display: inline-block;
  vertical-align: top;
}
.social li:last-child {
  margin-right: 0px;
}
.control-carousel {
  position: absolute;
  top: calc(50% - 30px / 2);
  margin-bottom: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #eee;
  z-index: 2;
  background-color: #fff;
  color: #ccc;
  cursor: pointer;
}
.control-carousel:hover {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: #fff;
}
.prev-carousel {
  left: 0px;
}
.next-carousel {
  right: 0px;
}

.fix_head {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 123;
  width: 100%;
  animation: animatetop 0.4s;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* Header */
.header {
}
.header-top {
  padding: 5px 0px;
  background: #eee;
}
.header-top p {
  margin-bottom: 0px;
}
.header-top .dc {
  width: 60%;
}
.header-bottom {
  padding: 5px 0px;
}
.header-top i {
  margin-right: 5px;
}
/* Menu */
.menu_left {
  width: 100%;
}
.menu .contain_trong {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu {
  background-color: #27991d;
}
.menu ul {
  padding: 0px;
  list-style: none;
  margin: 0px;
}
.menu_top > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 0px;
}
.menu_top > ul > li {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  line-height: 49px;
}
.menu_top > ul > li > a {
  color: #fff;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  text-shadow: none; /* font-weight: 500; */
}
.menu_top > ul > li > a.active {
  color: #ffffff;
}
.menu_top > ul > li a span {
  position: relative;
  z-index: 1234;
  display: block;
  opacity: 0.9;
}
/*.menu_top>ul>li>a>span{padding-top: 5px}*/
.menu_top > ul > li ul {
  list-style: none;
  position: absolute;
  top: 0px;
  left: 251px;
  z-index: 3000;
  -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_top > ul > li > ul {
  top: 50px;
  left: 0px;
  padding-top: 0px !important;
}
.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_top > ul > li li {
  width: 250px;
  position: relative;
  background: #000;
  line-height: 25px;
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.menu_top > ul > li li a {
  text-decoration: none;
  font-weight: 500;
  text-transform: none;
  color: #fff;
  font-size: 15px;
  display: block;
  line-height: 18px;
}
.menu_top > ul > li > ul li ul {
  box-shadow: 0px 2px 5px #ccc;
  top: 0px;
}
.menu_top > ul > li:hover > a {
  text-decoration: none;
}
.menu_top > ul > li > a.active {
  color: #ffd508; /* background:#ffcc00; */
}
.menu_top > ul > li > a.mousego {
  color: #fff !important;
  background: transparent;
}
.menu_top > ul > li > a.act_hover {
  color: #ffffff !important;
  background: #ffcc00;
}
.menu_top > ul > li li:hover {
  background: #27991d;
}
.menu_top > ul > li:nth-child(9):after {
  display: none;
}
.menu_top > ul > li:nth-child(9):before {
  display: none;
}
.menu_top > ul > li li:last-child {
  border-bottom: 0px solid #fff;
}

.logo-menu-res {
  display: none;
}
.flex_main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
/* Search */
.center {
  width: 48%;
}
.center .banner {
  color: #f00;
  font-size: 40px;
  line-height: 53px;
  font-family: "UTMHelvetIns";
  text-align: center;
}
.center .slogan {
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  margin-top: 8px;
}
.search {
  /* width:230px; */
  background: #fff; /* width: 42%; */
  height: 43px;
  border: 1px solid #ddd;
  border-radius: 11px;
}
.search p {
  float: left;
  width: 33px;
  height: 33px;
  background: #000;
  line-height: 35px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  margin: 5px 0px;
  color: #fff;
  font-size: 16px;
}
.search input {
  width: calc(100% - 45px);
  height: 43px;
  float: left;
  outline: none;
  padding-left: 6px;
  border: 0px;
  background: transparent;
  text-indent: 10px;
  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;
}
.hotline-header {
  text-align: center;
}

.hotline-header img {
  display: inline-block;
  vertical-align: middle;
}

.hotline-header span {
  display: inline-block;
  vertical-align: middle;
  padding-top: 7px;
  font-size: 21px;
  color: #ffc66b;
  font-family: "UTMHelvetIns";
}
/* Menu RP */
.menu-res {
  display: none;
  height: 46px;
  z-index: 10;
  background: #0066cc;
  position: relative;
  line-height: normal;
}
.menu-bar-res {
  height: 46px;
  padding: 0px 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#menu {
  display: none;
}
#hamburger {
  display: block;
  width: 45px;
  height: 23px;
  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;
}
.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;
}

/* Search RP */
.search-res {
  position: relative;
}
.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 17px;
  margin: 0px;
}
.search-res .icon-search.active {
  color: var(--color-red);
  background: #fff;
  border-radius: 100%;
}
.search-res .search-grid {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 0px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--color-red);
  z-index: 2;
  opacity: 0;
  border-radius: 25px;
  line-height: normal;
}
.search-res .search-grid p {
  float: left;
  width: 35px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  font-size: 17px;
  display: block;
  color: var(--color-red);
  line-height: 40px;
  text-align: center;
}
.search-res .search-grid input {
  width: calc(100% - 35px);
  float: right;
  line-height: 38px;
  outline: none;
  border: none;
  color: var(--color-red);
}
.search-res .search-grid input::-webkit-input-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input::-moz-placeholder {
  color: #ccc;
}
.search-res .search-grid input:-ms-input-placeholder {
  color: #ccc;
}

/* Slideshow */
.slideshow {
  position: relative;
}
.slideshow a {
  display: block;
  cursor: pointer;
}
.slideshow a img {
  width: 100%;
}
.control-slideshow {
  opacity: 0;
}
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}
.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.control-owl button:hover {
  opacity: 1;
}
.control-owl button.owl-prev {
  left: 20px;
}
.control-owl button.owl-next {
  right: 20px;
}
.slideshow-item {
  display: block;
  cursor: pointer;
}
.slideshow:hover .control-slideshow {
  opacity: 1;
}

/* Breadcrumb */
.breadCrumbs {
  background-color: #eee;
}
.breadCrumbs .wrap-content {
  padding: 0.75rem 10px;
  max-width: 1180px;
}
.breadCrumbs .wrap-content .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}
.breadCrumbs .wrap-content .breadcrumb-item a {
  color: var(--color-black);
}
.breadCrumbs .wrap-content .breadcrumb-item.active a {
  color: var(--color-gray);
}

.pic_ct {
  margin-bottom: 15px;
}
.btn_ct {
  text-align: center;
  margin-top: 33px;
  position: relative;
}
.btn_ct:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #ccc;
  height: 1px;
  content: "";
}
.btn_ct a {
  display: inline-block;
  background: #fff;
  border: 1px solid #cccccc;
  border-top: 0;
  color: #333333;
  font-size: 14px;
  padding: 5px 31px 13px 31px;
  position: relative;
  z-index: 1;
}
.btn_ct a p {
  margin-bottom: 0px;
  font-size: 14px;
}
.btn_ct a p b {
}

.pic_ct img {
  width: 100%;
}
.mw_ct p {
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #0066cc;
  text-transform: capitalize;
}
/* index */
.tieudeindex {
  text-align: center;
  font-size: 30px;
  padding-top: 30px;
}

.tieudeindex span {
  display: block;
  text-transform: uppercase;
  font-family: "UTMAvoBold";
  color: #27991d;
}
.index1 {
  overflow: hidden;
  background: #27991d;
  padding: 30px 0px;
}
.index1 .box {
  width: 25%;
  float: left;
  padding: 0px 15px;
  color: #fff;
}
.index1 .box .wrap {
  border: 1px dashed #ffe000;
  padding: 9px 10px;
  border-radius: 10px;
  overflow: hidden;
}
.index1 .box img {
  margin-right: 0px;
  display: inline-block;
  vertical-align: middle;
  max-width: 61px;
}
.index1 .box .noidung {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 65px);
}
.index1 .box .noidung h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffd508;
  font-family: UTMHelvetIns;
}
.index1 .box .noidung h4 {
  font-size: 14px;
  font-weight: 400;
  height: 34px;
  margin-bottom: 0px;
}
.index2 {
  margin-bottom: 20px;
}
.index2 .slidespnb {
  margin: 0px -15px;
  /* display: none; */
}
.index2 .slidespnb .product {
  margin: 0px 15px;
  position: relative;
}
.product > .box {
  /* border: 1px solid #eee; */
  padding: 0px 0px 30px 0px;
  display: block;
}
.index2 .slidespnb .product > .box .hinh {
  position: relative;
}
.index2 .slidespnb .product > .box .hinh .price-per {
  position: absolute;
  top: 10px;
}
.index2 .slidespnb .product > .box .hinh span {
}
.product > .box .noidung {
  text-align: center;
}
.product > .box .noidung h3 {
  color: #000;
  font-size: 14px;
  margin: 15px 0px 0px;
  height: 50px;
  overflow: hidden;
}
.index2 .slidespnb .product > .box .noidung .gia {
}
.index2 .slidespnb .product > .box .noidung .gia .price-new {
}
.index2 .slidespnb .product > .box .noidung .gia .price-old {
}
.product .chatzalo {
  display: block;
  /*width: 37%;*/
  width: calc(100% - 12px);
  /* border: 1px solid #0ea8e2; */
  background: #099cf7;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  position: absolute;
  bottom: 5px;
  font-size: 13px;
  left: 6px;
}
.product .chatzalo:hover {
  background: #0b85d0;
}
.product .chatzalo img {
  max-width: 41px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.product .addcart {
  display: block;
  width: 55%;
  background: #ffba42;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  color: #000;
  position: absolute;
  bottom: 5px;
  right: 6px;
  font-size: 15px;
}
.index3 {
  height: 242px;
  display: flex;
  align-items: center;
}
.index3 .box {
  color: #fff;
  border: 4px solid #fff;
  padding: 15px 50px;
  text-align: center;
}
.index3 .box h3 {
  text-transform: capitalize;
  font-size: 30px;
}
.index3 .box h4 {
  font-size: 25px;
  color: #fbc70c;
}
.index3 .box h5 {
  font-size: 14px;
}
.index4 {
  /*padding-bottom: 30px;*/
}
.spdm1 {
  padding-bottom: 30px;
}
.spdm1 .xemtatca {
  text-align: center;
}
.spdm1 .xemtatca > a {
  display: inline-block;
  padding: 5px 20px;
  background: #ffba42;
  color: #000;
  text-transform: uppercase;
  border-radius: 3px;
}
.spdm1 .xemtatca > a:hover {
  background: #ffa200;
}
.index5 {
  background: #27991d;
  overflow: hidden;
  padding-bottom: 30px;
}
.index5 .tieudeindex {
  /* padding-bottom: 30px; */
}
.index5 .tieudeindex span {
  color: #efba07;
}
.index5 .left {
  width: 59%;
  float: left;
}
.index5 .left .leftbox {
  width: 77%;
  float: left;
  border: 2px solid #efba07;
}
.index5 .left .rightbox {
  width: 22%;
  float: right;
}
.index5 .left .rightbox .hinh {
  border: 2px solid #efba07;
  margin-bottom: 6px;
}
.index5 .right {
  width: 38%;
  float: right;
  border: 3px solid #efba07;
  background: #000;
}
.index5 .right iframe {
  height: 340px;
}
.index5 .right .box {
  border: 1px solid #efba07;
}
.index6 {
  overflow: hidden;
  display: block;
  padding-bottom: 50px;
}

.index6 .slidenews {
  margin: 0px -10px;
  height: 0px;
  overflow: hidden !important;
  /* display: none; */
}
.index6 .box {
  margin: 0px 15px;
}
.index6 .box .wrap {
  border: 1px solid #eee;
}
.index6 .box .hinh {
  overflow: hidden;
}

.index6 .box .hinh img {
  margin: auto;
}
.index6 .box .noidung {
  padding: 20px;
}
.index6 .box .noidung .top {
  overflow: hidden;
}
.index6 .box .noidung .top .left {
  width: 68px;
  height: 68px;
  float: left;
  background: #27991d;
  color: #efba07;
  font-size: 18px;
  font-family: "UTMHelvetIns";
  text-align: center;
  padding-top: 9px;
  border-radius: 3px;
}
.index6 .box .noidung .top .left span {
  /* display: block!important; */
}
.index6 .box .noidung .top .left span:nth-child(2) {
  font-size: 12px;
}
.index6 .box .noidung .top .right {
  width: calc(100% - 20px - 59px);
  float: right;
}
.index6 .box .noidung .top .right h3 {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.index6 .box .noidung .top .right h3 > a {
  text-decoration: none;
  color: #000;
}
.index6 .box .noidung .top .right h3 > a:hover {
  color: #3a6ef5;
}
.index6 .box .noidung .top .right div {
  display: block;
}

.index6 .box .noidung .top .right div span {
  color: #efba07;
}

.index6 .box .noidung .top .right div span i {
  margin-right: 5px;
  color: #999;
}
.index6 .box .noidung .top .right div span:nth-child(2) {
  margin-left: 20px;
}
.index6 .box .noidung .mota {
}
.index6 .box .noidung .mota h4 {
  font-size: 14px;
  margin: 10px 0px 0px;
  color: #999;
  font-weight: 400;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
/* Intro */
.newshome-best {
  width: 43%;
  display: block;
  float: left;
  margin-right: 1.5%;
}
.pic-newshome-best img {
  width: 100%;
}
.name-newshome {
  color: #0066cc;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 700;
}
.time-newshome {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
}
.desc-newshome {
  color: #333333;
  margin-bottom: 0px;
  font-size: 14px;
  height: 63px;
}
.view-newshome {
  display: inline-block;
  border: 1px solid var(--color-black);
  padding: 8px 15px;
  color: var(--color-black);
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 1rem;
}
.view-newshome:hover {
  background-color: var(--color-black);
  color: #fff;
}
.newshome-scroll {
  width: 100%;
  overflow: hidden;
  height: 380px;
}
.newshome-scroll ul li {
  margin-bottom: 18px !important;
}
.newshome-scroll ul li:nth-child(even) .pic-newshome-normal {
  float: right;
}
.newshome-scroll ul li:nth-child(even) .info-newshome-normal {
  float: left;
}
.newshome-normal {
  display: block;
}
.pic-newshome-normal {
  float: left;
  width: 34.485%;
  margin: 0px;
}
.pic-newshome-normal img {
  width: 100%;
}
.info-newshome-normal {
  float: right;
  width: calc(100% - 37.931%);
}
.video-main {
  position: relative;
  height: 330px;
}
.video-main img {
  width: 100%;
  height: 100%;
}
.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;
}

.play_1 span {
  width: 50px;
  height: 35px;
  position: absolute;
  top: calc(50% - 35px / 2);
  left: calc(50% - 50px / 2);
  background: url(../images/play.png) no-repeat center;
}

/* Video */
.mg_vs {
  margin: 0px -10px -20px;
}
.detail_video {
  width: 25%;
  padding: 0px 10px 20px;
}
.video {
  text-align: center;
  cursor: pointer;
}
.video h3 {
  font-size: 14px;
  height: 34px;
  margin: 10px 0px 20px;
}
.pic-video {
  position: relative;
}
.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);
  margin-bottom: 0px;
}

.video_lst:hover .control-slidevideo {
  opacity: 0.3;
}
.video_lst .control-slidevideo:hover {
  opacity: 0.8;
}
.video_lst {
  position: relative;
  margin-top: 5px;
}
.control-slidevideo {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px / 2);
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  cursor: pointer;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
}
.control-slidevideo i {
  color: #ffffff;
}
.prev-slidevideo {
  left: 0px;
  padding-right: 0px;
}
.next-slidevideo {
  right: 0px;
  padding-left: 0px;
}

/* Album */
.album {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  text-align: center;
  cursor: pointer;
}
.album:nth-child(4n + 1) {
  clear: both;
}
.album:nth-child(4n) {
  margin-right: 0px;
}
.pic-album {
  position: relative;
}
.pic-album img {
  width: 100%;
}
.name-album {
  font-size: 16px;
  color: var(--color-black);
  margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
  margin-bottom: 50px;
  padding: 0px 10px;
}
.wrap-brand .wrap-content {
  max-width: 1180px;
  padding: 0px;
  position: relative;
}
.owl-brand {
  padding: 0px 40px;
}
.brand {
  display: block;
  border: 1px solid #eee;
}
.brand img {
  width: 100%;
}

.control-brand {
  opacity: 0;
}
.wrap-brand .control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 45px / 2);
}
.wrap-brand .control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #ffffff;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.wrap-brand .control-owl button:hover {
  opacity: 1;
}
.wrap-brand .control-owl button.owl-prev {
  left: 20px;
}
.wrap-brand .control-owl button.owl-next {
  right: 20px;
}
.brand-item {
  display: block;
  cursor: pointer;
}
.wrap-brand:hover .control-brand {
  opacity: 1;
}

.contact-form {
}

.contact-form input {
  margin-bottom: 8px;
}

.contact-form textarea {
  margin-bottom: 8px;
}
.contact-map iframe {
  width: 100%;
}
/* Sản Phẩm */
.wrap-product {
  margin-bottom: 50px;
}
.mg_sp {
  margin: 0px -10px -20px;
}
.detail_sanpham {
  width: 25%;
  padding: 0px 10px 20px;
}
.product {
  max-width: 280px;
  width: calc(25% - 30px);
  float: left;
  margin: 0px 15px 15px;
  border: 1px solid #eee;
  padding: 5px;
  position: relative;
}

.box-product {
  position: relative;
  display: block;
  margin-bottom: 1rem;
}
.pic-product {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #eee;
}
.pic-product img {
  width: 100%;
  border-radius: 3px;
}
.name-product {
  font-size: 16px;
  color: var(--color-black);
}
.name-product.text-split {
  -webkit-line-clamp: 1;
}
.price-product {
  margin-bottom: 0px;
}
.price-product span {
  font-weight: 700;
}
p.gia {
  margin-bottom: 5px;
}
.price-new {
  font-size: 17px;
  font-weight: 500;
  color: #ffba42;
}
.price-old {
  padding-left: 10px;
  font-size: 14px;
  color: var(--color-gray);
  text-decoration: line-through;
}
.price-per {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  background: url(../images/icongiamgia.png) no-repeat;
  background-size: 100%;
  font-size: 15px;
  border-radius: 2px;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 44px;
}
.cart-product {
  margin-bottom: 0px;
}
.cart-product span {
  cursor: pointer;
  width: 49%;
  float: left;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  padding: 7px 5px;
  border-radius: 3px;
}
.cart-add {
  margin-right: 2%;
  background-color: var(--color-red);
}
.cart-add:hover {
  background-color: var(--color-dark-red);
}
.cart-buy {
  background-color: var(--color-green);
}
.cart-buy:hover {
  background-color: var(--color-dark-green);
}

/* Sản Phẩm Detail */
.grid-pro-detail {
  margin-bottom: 0px;
  margin-top: 15px;
}
.left-pro-detail {
  position: relative;
  float: left;
  width: 40%;
  text-align: center; /* margin-right:2%; */
  background: white;
}
.left-pro-detail .MagicZoom {
  border: 1px solid #eee;
  padding: 7px;
  border-radius: 5px;
}
.right-pro-detail {
  width: calc(100% - 42%);
  float: left;
}
.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}
.owl-thumb-pro {
  padding: 0px 40px;
}
.thumb-pro-detail {
  display: block !important;
  border: 1px solid #eee;
  padding: 5px;
  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;
}
.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}
.desc-pro-detail {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 190px;
}
.attr-pro-detail {
  list-style: none;
  padding: 0px;
}
.attr-pro-detail li {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}
.attr-pro-detail li > a:nth-child(1) {
  background: #2baf00;
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 5px;
  display: inline-block;
}

.attr-pro-detail li > a:nth-child(2) {
  padding: 6px 20px;
  background: #000;
  color: #fff;
  border-radius: 5px;
}
.attr-label-pro-detail {
  margin: 0px 5px 0px 0px;
}
.attr-label-pro-detail.d-block {
  display: block;
  margin: 0px 0px 5px 0px;
}
.attr-content-pro-detail {
  display: inline-block;
  margin-bottom: 0px;
}
.price-new-pro-detail {
  font-weight: 700;
  font-size: 20px;
  color: var(--color-red);
}
.price-old-pro-detail {
  font-weight: 500;
  color: var(--color-gray);
  text-decoration: line-through;
  padding-left: 10px;
}
.color-pro-detail {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 35px;
  height: 30px;
  margin: 0px 0px 3px 0px;
  border: 1px solid transparent;
}
.size-pro-detail {
  border: 1px solid #ccc;
  padding: 3px 10px 4px 10px;
  display: inline-block;
  position: relative;
}
.size-pro-detail.active,
.color-pro-detail.active {
  border-color: #e5101d;
  color: #e5101d;
}
.color-pro-detail.active:before,
.size-pro-detail.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  background-image: url(../images/check-cart.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.color-pro-detail input[type="radio"],
.size-pro-detail input[type="radio"] {
  outline: none;
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  border: 0px;
  top: 0px;
  left: 0px;
}
.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;
}
.cart-pro-detail {
  margin-bottom: 1rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.cart-pro-detail a {
  width: auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  text-transform: uppercase;
  border-radius: 3px;
}
.cart-pro-detail a.addnow {
  margin-right: 10px;
  background: #fd6e1d;
  cursor: pointer;
}
.cart-pro-detail a.buynow {
  background-color: var(--color-green);
  cursor: pointer;
}
.cart-pro-detail a.addnow:hover {
  background-color: var(--color-dark-green);
  color: #fff;
}
.cart-pro-detail a.buynow:hover {
  background-color: var(--color-dark-green);
  color: #fff;
}
.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-red);
  border-radius: 3px;
}
.tags-pro-detail a:hover {
  background-color: var(--color-medium-red);
}
.tags-pro-detail a i {
  font-size: 10px;
  float: left;
  margin: 5px 5px 0px 0px;
}
.tabs-pro-detail .ul-tabs-pro-detail {
  padding: 0px;
  list-style: none;
  margin: 1rem auto;
  border-bottom: 1px solid #e7e7e7;
}
.tabs-pro-detail .ul-tabs-pro-detail li {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #eee;
  padding: 5px 10px;
}
.tabs-pro-detail .ul-tabs-pro-detail li.active {
  background: #333;
  color: #fafafa;
}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
  margin-right: 0px;
}
.tabs-pro-detail .content-tabs-pro-detail {
  display: none;
}
.tabs-pro-detail .content-tabs-pro-detail.active {
  display: block;
}
.muahangzalo {
  text-align: center;
  float: left;
  width: 100%;
}
.muahangzalo > a {
  display: block;
  background: #00a85a;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin: 10px 0px;
  transition: all 0.3s;
  text-decoration: none;
}
.muahangzalo > a:hover {
  box-shadow: 0px 0px 10px 4px #ddd;
}
/* 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;
}

/* Bài viết */
.news {
  width: 49%;
  float: left;
  margin-bottom: 25px;
  display: block;
}
.news:nth-child(2n) {
  float: right;
}
.news:nth-child(2n + 1) {
  clear: both;
}
.pic-news {
  float: left;
  width: 27.44%;
  margin-bottom: 0px;
}
.pic-news img {
  width: 100%;
}
.info-news {
  float: right;
  width: calc(100% - 30%);
}
.name-news {
  color: #333;
  font-size: 16px;
  display: block;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: 700;
}
.name-news:hover {
  color: #0066cc;
}
.time-news {
  color: var(--color-gray);
  margin-bottom: 0.25rem;
}
.desc-news {
  color: #333333;
  margin-top: 5px;
  line-height: 22px;
}
.share {
  padding: 17px 10px 10px 10px;
  line-height: normal;
  background: #eeeeee40;
  margin-bottom: 15px;
  border-radius: 5px;
}
.share b {
  display: block;
  margin-bottom: 5px;
}
.othernews b {
  margin-bottom: 10px;
}
.list-news-other {
  padding-left: 17px;
  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: #0066cc;
}

/* Contact */
.top-contact {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.top-contact .article-contact {
  width: 48%;
}
.form-contact {
  width: 47%;
}
.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 {
  text-indent: 10px;
}
.input-contact textarea {
  resize: none;
  height: 150px;
  padding: 10px;
}
.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;
}

/* Footer */
.footer {
  margin-bottom: 0px !important;
}
.footer-article {
  /* background-color:#f5f5f5; */
}
.footer-article .wrap-content {
  padding: 50px 0px 39px;
}
.footer-news:nth-child(1) {
  width: 54%;
}

.footer-news:nth-child(1) .title-footer {
  text-transform: uppercase;
  color: #efba07;
  font-size: 30px;
  margin-top: -14px;
}

.footer-info {
  color: #fff;
}

.footer-info p {
  margin-bottom: 8px;
}
.footer-news:nth-child(2) {
  width: 18%; /* max-width: 190px; */
}
.footer-news:nth-child(3) {
  width: 24%; /* max-width: 190px; */
}
.footer-news:nth-child(4) {
  width: 25.863%;
}
.title-footer {
  text-transform: none;
  font-size: 20px;
  margin-bottom: 0.75rem;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer-ul li {
  margin-bottom: 10px;
}
.footer-ul li:last-child {
  margin-bottom: 0px;
}
.footer-ul li a {
  color: #fff;
  font-size: 14px; /* padding-left: 15px; */ /* background: url(../images/ar.png)no-repeat 0px 3px; */
}
.slogan-newsletter {
  margin-bottom: 0.5rem;
  color: var(--color-gray);
}
.newsletter-input {
  position: relative;
}
.newsletter-input input {
  padding: 0px;
  font-size: 14px;
  text-indent: 40px;
  border-radius: 0px;
  height: 42px;
  border: 1px solid #cccccc;
  color: #fff;
  background: transparent;
  margin-bottom: 13px;
  color: #fff;
}

.newsletter-input input:focus {
  color: #fff;
}
.newsletter-input input::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-input input:-moz-placeholder {
  color: #fff;
}
.newsletter-input input::-moz-placeholder {
  color: #fff;
}
.newsletter-input input:-ms-input-placeholder {
  color: #fff;
}

.newsletter-button {
  margin-top: 5px;
}
.newsletter-button input[type="submit"] {
  border: 0px;
  background-color: #ffcc00;
  color: #fff;
  display: inline-block;
  padding: 11px 21px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.footer-tags {
  background: #eee;
}
.footer-tags .wrap-content {
  padding: 30px 10px;
}
.label-tags {
  font-weight: 600;
  font-size: 15px;
}
.list-tags {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.list-tags li {
  float: left;
  margin: 0px 5px 5px 0px;
}
.list-tags li a {
  color: #fff;
  background-color: var(--color-red);
  padding: 6px 15px 8px 15px;
  border-radius: 3px;
  display: block;
}
.list-tags li a:hover {
  background-color: var(--color-medium-red);
}
.footer-powered {
  color: #000;
  background-color: #27991d;
  overflow: hidden;
}

.footer-copyright {
  width: 50%;
  float: left;
}

.footer-statistic {
  width: 50%;
  float: right;
}

.bando {
}

.bando iframe {
  width: 100%;
}
.footer-powered .wrap-content {
  padding: 15px 0px;
  overflow: hidden;
}
.copyright {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
}
.statistic {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
}
.statistic span {
  padding-right: 10px;
}
.statistic span:last-child {
  padding-right: 0px;
}
#footer-map {
  position: relative;
  height: 181px;
}
#footer-map iframe {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
}

/* Like Share */
.social-plugin {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.social-plugin .at-share-btn {
  margin-bottom: 0px !important;
}
.social-plugin .zalo-share-button {
  margin-left: 3px;
}

.page_trong {
  padding: 30px 0px;
  min-height: 550px;
}
.page_trong .title-main > span {
  font-size: 32px;
}
.page_trong .title-main {
  margin-bottom: 20px;
}

/* Phân Trang */
.pagination-home {
  margin-top: 10px;
  margin-bottom: 20px;
}
.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;
}

/* Phân Trang Ajax */
.pagination-ajax {
  text-align: center;
  margin-top: 5px;
}
.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 4px 5px 4px;
  color: #666666;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0px;
  border-radius: 0px;
  width: 40px;
  height: 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 40px;
}
.pagination-ajax a.current,
.pagination-ajax a:hover {
  background: #ffcc00;
  color: #fff;
  border-color: #ffcc00;
}
.pagination-ajax a.prev {
  background: #ffcc00 url(../images/ar_left.png) no-repeat center;
}
.pagination-ajax a.next {
  background: #ffcc00 url(../images/ar_right.png) no-repeat center;
}
.pagination-ajax a.first {
  background: #ffcc00 url(../images/first.png) no-repeat center;
}
.pagination-ajax a.last {
  background: #ffcc00 url(../images/last.png) no-repeat center;
}

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

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

.news-name {
  font-size: 14px;
}

.news-name > a {
  color: #000;
}
.scale-img 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);
  -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);
}

/* 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: #1182fc;
  position: relative;
  z-index: 1;
}
.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;
  -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: #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;
  -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;
}

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

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

/* Phone */
.btn-tiktok {
  bottom: 400px;
}

.btn-tiktok img {
  border-radius: 50%;
}

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

.tt p {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}
.tt p i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  color: #000;
  margin-right: 10px;
  font-size: 18px;
  border-radius: 5px;
}

/* Cart fix */
.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 390px;
  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-red);
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

/* Toolbar */
.toolbar {
  background: #27991d;
  width: 100%;
  padding: 3px;
  bottom: 0px;
  position: fixed;
  z-index: 500;
  height: auto;
  left: 0px;
  display: none;
}
.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: 12px; /* 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%;
}

.rows_1 {
  -webkit-line-clamp: 1;
}
.rows_2 {
  -webkit-line-clamp: 2;
}
.rows_3 {
  -webkit-line-clamp: 3;
}
.rows_4 {
  -webkit-line-clamp: 4;
}
.rows_5 {
  -webkit-line-clamp: 5;
}

/* Combo Phone */

/* 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);
  }
}
.mm-panels,
.mm-navbar,
.mm-panels > .mm-panel {
  background: #47d73a;
}
.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #fff;
}
/* Responsive */
@media (min-width: 1280px) {
  .index1 .box1 {
    overflow: hidden;
    margin: 0px -15px;
  }
}
@media (max-width: 1280px) {
}

@media (max-width: 1220px) {
  .footer-powered .wrap-content {
    padding: 15px 10px;
  }
  .page_trong {
    padding: 30px 10px;
  }
}
@media (max-width: 1024px) {
  .menu-res .hotline-header {
    display: inline-block;
    padding-left: 0px;
    background: transparent;
  }
  .menu-res .hotline-header span {
    color: #fff;
    font-size: 22px;
  }
  .index2 .slidespnb {
    margin: 0px;
  }
  .product > .box {
    padding-bottom: 9px;
  }
  .product .chatzalo {
    width: 100%;
    position: relative;
    left: 0px;
    margin-bottom: 5px;
  }
  .product .addcart {
    bottom: 5px;
    left: 0px;
    width: calc(100%);
    position: relative;
  }
  .title-main > span,
  .page_trong .title-main > span {
    font-size: 30px;
  }
  .newsletter-button {
    text-align: center;
  }
  .footer-article .wrap-content {
    flex-wrap: wrap;
  }
  .footer-news:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-powered .wrap-content {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .copyright,
  .statistic {
    display: block;
    width: 100%;
    text-align: center;
  }
  .grid-pro-detail {
    margin-bottom: 20px;
  }
  .menu {
    display: none;
  }
  .menu-res {
    display: block;
  }
  img {
    height: auto !important;
  }
  .pbThumbs img {
    height: 96% !important;
  }
  .toolbar ul li a img {
    height: 19px !important;
    width: auto;
  }
}
@media (max-width: 850px) {
  .news {
    width: 100%;
    float: none !important;
  }
  .index1 .box {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .title-main > span,
  .page_trong .title-main > span {
    font-size: 26px;
  }
  .footer-news:nth-child(2) {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-news:nth-child(3) {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-news:nth-child(4) {
    width: 100%;
  }
  .pic-news {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .info-news {
    width: 100%;
    float: none;
  }
  .top-contact {
    flex-wrap: wrap;
  }
  .left-pro-detail,
  .right-pro-detail,
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px;
  }
  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }
  .toolbar {
    display: block;
  }
}
@media (max-width: 600px) {
  .header {
    display: block !important;
    background: #fff !important;
  }
  .header-top,
  .logo-header {
    display: none;
  }
  .center {
    width: 100%;
    padding: 15px;
  }

  .center .banner {
    font-size: 30px;
  }
  .center .search {
    display: none;
  }
  .center .slogan {
    font-size: 14px;
  }
  .logo-menu-res {
    display: none !important;
  }
  .product {
    width: calc(50% - 30px);
  }
  .index5 .left {
    width: 100%;
    margin-bottom: 15px;
  }
  .index5 .right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .logo-menu-res {
    text-align: center;
    padding: 5px;
  }
  .index1 {
    display: none;
  }
  .index1 .box {
    width: 100%;
  }
  .index2 .slidespnb .product {
    margin: 0px 2px;
  }
  .product {
    width: calc(50% - 4px);
    margin: 0px 2px 15px;
  }
  .index3 .box h3 {
    font-size: 23px;
  }
  .index5 .right iframe {
    height: 300px;
  }
  .index6 .box {
    margin: 0px 5px;
  }
  .index6 .box .noidung .top .left {
    display: none;
  }
  .index6 .box .noidung {
    padding: 10px;
  }
  .index6 .box .noidung .top .right {
    width: 100%;
  }
  .index3 .box {
    display: none;
  }
  .product > .box .noidung h3 {
    height: 51px;
    overflow: hidden;
  }
  .desc-newshome {
    font-size: 12px;
    height: 48px;
    line-height: 16px;
  }
  .name-newshome {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
  }
  .name-newshome.text-split {
    -webkit-line-clamp: 2;
  }
  .pic-newshome-normal {
    width: 42%;
  }
  .info-newshome-normal {
    width: calc(100% - 45%);
  }
  .pic-news,
  .info-news {
    display: block;
    width: 100%;
    float: none;
    text-align: center;
    margin: 0px;
  }
  .info-news {
    margin-top: 15px;
  }
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }
  .price-new {
    font-size: 15px;
  }
  .price-old {
    font-size: 13px;
  }
  .footer-article .wrap-content {
    padding: 50px 0px 39px !important;
  }
  .footer-news:nth-child(1) .title-footer {
    font-size: 25px;
  }
  .footer-ul li {
    line-height: 19px;
  }
  .btn-zalo,
  .btn-phone,
  .btn-tiktok,
  .js-facebook-messenger-box {
    display: none;
  }
}
@media (max-width: 369px) {
  .cart-pro-detail {
    flex-wrap: wrap;
  }
  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 12px;
  }
  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }
  .cart-pro-detail a i {
    display: none;
  }
}
