@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=vietnamese");
:root {
  --color-main: #ffbd5e;
  --color-sub: #0095a6;
}

img {
  max-width: 100%;
}

.md-none {
  display: none;
}

.md-block {
  display: block;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px !important;
}

.m-5 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.p5 {
  padding-left: 5px;
  padding-right: 5px;
}

.m-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.p10 {
  padding-left: 10px;
  padding-right: 10px;
}

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

.pagination-page {
  text-align: center;
}

.pagination-page > span,
.pagination-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #ddd;
  color: #000;
}

.pagination-page a:hover,
.pagination-page > span {
  background: #1f5892;
  color: #fff;
}

@font-face {
  font-family: svn;
  src: url(../../templates/fonts/svn-POPPINSREGULAR.TTF);
}

a.imft img {
  margin: 10px 0px;
  max-width: 205px;
}

@font-face {
  font-family: utm;
  src: url(../../templates/fonts/utm/UTMHelvetIns.ttf);
}

@font-face {
  font-family: utmbebas;
  src: url(../../templates/fonts/UTMBebas.ttf);
}

@font-face {
  font-family: times-new-roman;
  src: url(../../templates/fonts/times-new-roman-mt-std-bold-condensed.otf);
}

@font-face {
  font-family: bsc;
  src: url(../../templates/fonts/barlowsemicondensed-medium.ttf);
}

@font-face {
  font-family: bsc-bold;
  src: url(../../templates/fonts/barlow-semi-condensed/BarlowSemiCondensed-Bold.ttf);
}

@font-face {
  font-family: bsc-re;
  src: url(../../templates/fonts/barlow-semi-condensed/BarlowSemiCondensed-Medium.ttf);
}

@font-face {
  font-family: mont;
  src: url(../../templates/fonts/montserrat/Montserrat-Light.otf);
}

textarea#txtdiachi {
  width: 100%;
  border: 1px solid #ccc;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.item-spbc:hover * {
  font-weight: bold;
}

ul.menu-ft2 li:hover a {
  color: red;
  font-weight: bold;
}

.dk button {
  background: red;
  border: none;
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
}

.iphoneat {
  display: none;
}

.dk {
  margin-top: 10px;
}

.group-ten-ft-vn * {
  color: #fff;
  margin: 0;
}

.group-ten-ft-vn {
  display: flex;
  color: #ff5400;
  font-family: "Roboto";
  margin: 5px 0px;
}

.sec-dangky {
  background: rgb(42, 43, 46);
  color: #fff;
  padding: 40px 0px;
}

.group-dskdn .btn-primary {
  color: #fff;
  background-color: #db2727;
  border-color: #db2727;
  font-family: Roboto;
}

.icon-r {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 18px;
  z-index: 999;
}

.icon-right {
  position: fixed;
  right: 20px;
  bottom: 200px;
  z-index: 9999;
}

.icon-r a {
  color: #f47c4a;
  font-size: 25px;
}

.dangkymain {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgb(169, 184, 192);
  background-image: url(https://inoxngocthuy.com/image/catalog/newsletter-stripe.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
  border-radius: 15px;
}

ul.menu-ft a {
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.8em;
}

ul.menu-ft {
  list-style: none;
  color: #fff;
  font-family: Roboto;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form-gui span {
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  height: 100%;
  border-radius: 15px;
  padding: 0px 20px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: Roboto;
}

.form-gui {
  display: flex;
  position: relative;
}

.form-gui input {
  border-radius: 15px;
}

.dangkymain > div:first-child {
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  letter-spacing: largepx;
  color: rgb(42, 43, 46);
}

.dangkymain > div {
  width: 45%;
}

nav.navbar.navbar-default a {
  font-size: 18px;
  font-weight: 500;
}

.group-news21 {
  display: grid;
  grid-gap: 20px;
  grid-template-columns:
    calc((100% - 80px) / 5) calc((100% - 80px) / 5) calc((100% - 80px) / 5)
    calc((100% - 80px) / 5) calc((100% - 80px) / 5);
}

.img-news1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.group-news1 {
  text-align: center;
  margin: 15px 0px;
}

.ten-news1 {
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}

.ngaydang-news1 {
  color: #9e9494;
  font-style: italic;
}

.mo-ta-newzs {
  color: #000;
  font-family: Roboto;
  margin-bottom: 5px;
}

.docthem-news {
  display: inline-block;
  background: red;
  padding: 5px 10px;
  color: #fff;
  border-radius: 15px;
}

.tintuc-main {
  padding: 40px 0px;
  background: #f5f5f5;
}

.mo-ta-sq {
  font-family: "Roboto";
  text-align: center;
  line-height: 1.8em;
}

.xemthem1 a {
  background: #3859a5;
  color: #fff;
  padding: 8px 20px;
  font-family: "Roboto";
  border-radius: 15px;
}

.xemthem1 {
  text-align: center;
  margin-top: 25px;
}

.img-news1 {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.item-tintuc01hme {
  padding: 5px;
  border: 1px solid #ccc;
}

h2.title-1h {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  background: var(--color-main);
  color: #fff;
  padding: 10px;
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.hotromain {
  background: #167edf;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-family: "Roboto";
}

span.htttr {
  background: #0189ff;
  display: inline-block;
  padding: 2px 8px;
}

li.sub-nav > ul > li {
  padding: 10px;
}

li.sub-nav > ul {
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  padding: 0;
  background: #fff;
  box-shadow: #ccc 0px 0px 10px;
  margin: 0;
  text-transform: uppercase;
  display: none;
}

li.sub-nav {
  position: relative;
}

li.sub-nav:hover > ul {
  display: block;
  list-style: none;
  left: 99%;
}

.group-snpbc {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -2.5px;
}

footer .col-md-6.col-sm-6.col-2ft img {
  max-height: 45px !important;
}

.item-spbc {
  width: calc((100% - 20px) / 4);
  margin: 0px 2.5px;
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.group-asdspbc {
  padding: 5px;
  font-family: Roboto;
  text-align: center;
}

.ten-spbc1 {
  color: #000;
  /* margin-bottom: 15px; */
  height: 40px;
  overflow: hidden;
}

.giagoc.active {
  text-decoration: line-through;
}

.grpup-dmsp {
  display: flex;
  flex-wrap: wrap;
}

.item-dmsp {
  border: 1px solid #ccc;
  width: 100%;
}

.noidung-ctsp {
  border: 1px solid #ccc;

  background: #fff;
}

.contentdb1 {
  padding: 5px;
  font-family: "Roboto";
  max-height: 884px;
  overflow: hidden;
  position: relative;
}

.xthm {
  height: 40px;
  background: linear-gradient(0deg, #fff, transparent);
  width: 100%;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.xthm span {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.pr-0 {
  padding-right: 0;
}

.contentdb {
  font-family: "Roboto";
}

.thongsonb {
  padding: 9px 5px;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background: #fff;
}
.contentdb * {
  border: none !important;
}
.tienich__content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

h4.titledbh {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.ten-smsp {
  text-align: center;
  font-family: Roboto;
  margin-bottom: 10px;
}

.img-dmsp {
  width: 100%;
  height: 175px;
  padding: 5px;
  overflow: hidden;
}

.img-dmsp:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.img-dmsp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.danhmucspmaian {
  padding: 10px 0px;
}

nav.navbar.navbar-default.menufixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 999;
}

header.xs-none.menufixed {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.img-congtrinh img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

*:focus {
  outline: none !important;
}

.img-intro img {
  width: 100%;
  height: 100%;
}

div#searchsp {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 100%;
  left: 0;
}

.img-spaj {
  width: 90px;
  margin-right: 15px;
}

.group-spaj > div {
  display: flex;
  align-items: center;
}

.group-spaj {
  border: 1px solid #ccc;
  margin-top: 1px;
  max-height: 400px;
  overflow: scroll;
  background: #fff;
  padding: 10px;
}

.chantrang-phai img {
  width: 51px;
  height: 32px;
  margin-left: 10px;
}

.group-tintuc01 {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns:
    calc((100% - 90px) / 4) calc((100% - 90px) / 4) calc((100% - 90px) / 4)
    calc((100% - 90px) / 4);
}

div#searchsp2 {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
}

.item-tt01 {
  padding: 5px;
  border: 1px solid #ccc;
}

.tenconty h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #e3261e;
  text-align: right;
  padding: 0;
  font-size: 20px;
}

.imgtt01 {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.imgtt01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tentt01 {
  color: #000;
  font-weight: bold;
  margin: 5px;
  font-size: 18px;
  text-align: center;
  height: 50px;
  overflow: hidden;
}

.motatt01 {
  color: #000;
  font-family: mont;
  text-align: center;
}

.ttheader span {
  font-family: mont;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.slogan {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000;
  font-family: "Roboto";
}

.lienhe-right {
  font-family: "Roboto";
  font-size: 12px;
}

.icon-h a {
  color: #fff;
}

.group-icon-small1-h {
  display: flex;
  margin-top: 5px;
}

.icon-h {
  width: 30px;
  height: 30px;
  background: #3859aa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.kieusp > div {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
}

.active.ksp {
  background: orange;
  border: 2px solid red;
  color: #fff;
}

.kieusp {
  display: flex;
}

.item-camket {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.item-camket img {
  float: left;
  margin-right: 10px;
  margin-top: 3px;
}

.item-camket .content {
}

.item-camket .content strong {
  display: block;
  margin-bottom: 2px;
}

.item-camket .content span {
  display: block;
}

.gio-hang {
  text-align: right;
}

.gio-hang a {
  background-color: #e63c45;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gio-hang a:hover {
  background-color: #e63c45;
  text-decoration: none;
}

/*.logo{display: block;padding-top: 3px;padding-bottom: 3px;margin-top: 5px;margin-bottom: 5px;}*/
/*header{padding-top: 5px;padding-bottom: 5px;}*/
.img-header {
  display: inline-block;
  position: relative;
}

.ttheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ttheader > h3 {
  font-family: utm;
  color: #a5755b;
  font-size: 28px;
  margin: 0;
  text-align: center;
}

.ttlhe.col-12 {
  padding: 0px 15px;
}

.col-12.ttlhe iframe {
  width: 100% !important;
  height: 300px !important;
}

.frm1 input.form-control {
  max-width: 200px;
}

a.navbar-brand.active {
  background: #c3af1d;
}

nav form.frm1 {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin: 8px;
}

.img-header img {
  padding: 10px 0px;
}

.contrinh-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.navbar-default {
  margin: 0px;
  border-radius: 0px;
  border: none;
  background: var(--color-main);
}

.navbar-default .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 0px;
  padding-right: 30px;
}

.group-sm-dpgtroip-r {
  margin-bottom: 15px;
}

div#bs-example-navbar-collapse-1home {
  padding: 0;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 15px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: unset;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: unset;
}

.dropdown-menu > li > a {
  padding: 10px 15px;
  text-transform: uppercase;
}

.navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  min-width: 215px;
}

.navbar-nav > li:hover > a {
  background-color: unset;
}

.navbar-form {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

.navbar-form .form-control {
  border: none;
  width: 100%;
}

.navbar-form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.navbar-form button {
  border: none;
}

.title_c {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 50px;
}

.title_c .menu-congtrinh a {
  padding-left: 0;
}

.title_c .menu-congtrinh a:after {
  display: none;
}

.title_c a {
  color: #c60606;
  /* border-bottom: 3px solid #fe0000; */
  /* padding-bottom: 7px; */
  position: relative;
  padding-bottom: 15px;
}

.productmain .title_c a:after {
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #c60606;
  content: "";
  bottom: 0;
  left: 0;
  /* transform: translateY(-50%); */
}

.title_c a:last-child {
  position: unset;
}

.title_c a:last-child::after {
  display: none;
}

.contrinh-main h2.title_c {
  display: flex;
  justify-content: space-between;
}

.menu-congtrinh a {
  font-size: 14px;
  font-family: mont;
  color: #000;
  margin-left: 20px;
}

.linhvucmain .title_c a {
  color: #fff;
}

.linhvucmain .title_c a:after {
  background-color: #fff;
}

.title_c a:hover {
  text-decoration: none;
}

.item-product {
  border: 1px solid #e6e6e6;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 0px;
  position: relative;
  background-color: #fff;
}

.item-product:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 2px;
  bottom: 0px;
  box-shadow: 1px 1px 10px 1px #505050;
  z-index: -1;
}

.item-product > a {
  display: block;
  height: 200px;
  overflow: hidden;
  line-height: 200px;
}

.item-product > a > img {
  max-width: 100%;
  max-height: 100%;
  line-height: 200px;
  width: 100%;
}

.item-product > h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-product > h3 > a {
  color: #000;
}

.item-product > h3 > a:hover {
  text-decoration: none;
  color: #cc;
}

.item-product .gia-ban {
}

.item-product .gia-ban > strong {
  color: red;
}

.item-product .gia-ban > span {
  font-size: 13px;
  font-style: italic;
  text-decoration: line-through;
  color: #7b7878;
}

.item-product .chitiet {
}

.item-product .chitiet a {
  background-color: #e63c45;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 8px;
}

.item-product .chitiet a:hover {
}

.list-product {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
}

.list-product .owl-nav {
  position: absolute;
  top: -34px;
  right: 0;
}

.list-product .owl-nav button {
  border: none;
  background: transparent;
  font-size: 29px;
  line-height: 14px;
  padding: 0px 3px;
}

.list-product .owl-nav button:focus {
  outline: none;
}

.title-home2 {
  color: #ff2826;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  /* background: url(../images/title-right.png) no-repeat center bottom;*/
  padding-bottom: 24px;
  background-size: contain;
  text-align: center;
  margin-top: 13px;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.mo-ta-ft * {
  color: #000;
  font-family: "Roboto";
  list-style: none;
  padding: 0;
  line-height: 1.8em;
}

.danhmucmnright ul {
  padding: 15px;
}

.danhmucmnright {
  border: 1px solid #ccc;
}

.danhmucmnright ul li a {
  color: #000;
  font-size: 16px;
}

.danhmucmnright ul li {
  padding: 10px 0px;
  border-bottom: 1px dashed #ccc;
}

.danhmucmnright ul li:hover * {
  color: #0073a2;
  font-weight: 600;
}

h2.title-home2 {
  margin-top: 0px;
  padding: 9px;
  background-color: #f47c4a;
  color: #fff;
  font-size: 18px;
}

.img-spbc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.menu-right > li:last-child {
  border: 0;
}

ul.menu-right > li {
  margin-bottom: 10px;
}

ul.menu-right.ctpt11 > li {
  display: flex;
  flex-wrap: wrap;
}

ul.menu-right.ctpt11 > li > a {
  display: block;
  width: calc(100% - 105px);
  margin-left: 5px;
  line-height: 1.5em;
  font-size: 13px;
}

.img-tifntuc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-tifntuc {
  width: 100px;
  height: 60px;
  overflow: hidden;
}

ul.menu-right.ctpt11 > li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding-bottom: 5px !important;
}
h1.title-product-home-ss1 {
  height: 60px;
}

ul.menu-right {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Roboto;
  line-height: 1.2em;
  padding: 5px;
  background: #fff;
  border-top: 0;
  border: 1px solid #ccc;
}

ul.menu-chidl > li > a {
  color: #000;
}

ul.menu-chidl > li {
  padding: 5px;
  border-bottom: 1px dashed #ccc;
}

li.hasmenu:hover > ul > li:last-child {
  border: 0;
}

ul.menu-chidl {
  width: 100%;
  padding: 0;
  position: absolute;
  left: 100%;
  z-index: 99;
  top: 0;
  display: none;
}

li.hasmenu {
  position: relative;
}

.img-spbc {
  width: 100%;
  height: 260px;
  overflow: hidden;
  padding: 5px;
}

.nav-right ul {
  list-style: none;
  padding: 0px;
  background-color: #f5f6f7;
  /* color: #000; */
  /* background: -webkit-gradient(linear,left bottom,left top,color-stop(0.3,#f35b63),color-stop(0.7,#e7474f)); */
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
  /* top: -17px; */
}

.nav-right ul li {
  border-top: 1px solid #f9f6f6;
  border-bottom: 1px solid #ccc;
  margin: 0px 10px;
}

span.ic-menu {
  display: flex;
  align-items: center;
  padding: 0px 5px;
  justify-content: space-between;
}

.group-dmc {
  display: flex;
  align-items: center;
}

i#icon2 {
  display: none;
}

ul.sub_1 {
  display: none;
}

.nav-right ul li a {
  display: block;
  padding: 9px 15px;
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
}

.nav-right ul li:last-child {
  border-bottom: none;
}

.nav-right ul li:nth-child(1) {
  border-top: none;
}

.nav-right ul li a {
  display: block;
  padding: 9px 15px;
  color: #000;
}

.nav-right ul li a:hover {
  text-decoration: none;
  color: #e63c45;
}

ul.menu-f {
  margin: 0;
}

.hotro {
  padding: 15px;
  border: 1px solid #ccc;
}

.pull-right {
  display: flex;
  width: auto;
}

.ngaydang {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bvlq {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

td._51m-.vTop._2pir._51mw {
  padding: 0px 2.4px !important;
}

.twitter {
  margin-left: 3px;
}

/*.hotro{border: 1px dashed #e7474f;padding: 10px 5px;margin-left: 7px;margin-right: 7px;margin-top: -15px;border-radius: 5px;}*/
.hotline-right {
  background: url(../images/icon-hotline.png) no-repeat center left;
  padding-left: 30px;
  font-weight: 600;
  color: #000;
  font-size: 13px;
  margin-top: 10px;
}

.hotro {
  /* border-bottom: 1px dashed #b31313; */
  padding-bottom: 15px;
}

.hotro img {
  display: block;
  text-align: center;
  margin: 0px auto;
}

.hotro h3 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

.hotro h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #b31313;
}

.email {
  background: url(../images/icon-mail.png) no-repeat left center;
  background-size: 26px;
  padding-left: 30px;
  margin-top: 0px;
  font-weight: 600;
  color: #000;
  font-size: 13px;
}

.zalo {
  background: url(../images/zalo.png) no-repeat left center;
  background-size: 21px;
  font-size: 13px;
  padding-left: 30px;
  margin-top: 0px;
  color: #000;
  font-weight: 600;
}

.item-new-right {
  border-bottom: 1px dotted #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

.item-new-right .name {
  margin-top: 0px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.item-new-right .name a {
  color: #000;
}

.item-new-right .name a:hover {
}

.lhngay {
  width: 175px;
  height: 45px;
  background: linear-gradient(0deg, #dc2128, #f0493e);
  padding: 0px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
}

footer iframe {
  width: 100% !important;
  height: 125px !important;
}

footer p {
  font-size: 14px;
  font-family: "Roboto";
  color: #000;
}

footer .col-md-4.col-sm-4 {
  margin-bottom: 30px;
}

.item-new-right .quote {
  line-height: 13px;
}

.item-new-right:last-child {
  border: none;
}

.new-righ {
  border: 1px solid #cccccc;
  padding: 5px;
  /* border-radius: 5px; */
  /* margin-left: 7px; */
  /* margin-right: 7px; */
}

.dangky {
  background: url(../images/business-background.png) no-repeat center bottom;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 20px;
  position: relative;
}

.dangky:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #0009;
  z-index: 0;
}

.dangky h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

.dangky input {
  border-radius: 1px;
}

.dangky .btn-dk {
  border-radius: 0px;
  background-color: #e7474f;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  border-color: #e7474f;
}

footer {
  font-size: 15px;
  background-color: #d0251e;
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer .title-f {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
  position: relative;
  display: block;
  padding: 7px;
  text-align: left;
  border-radius: 2px;
  padding: 0;
  margin-top: 25px;
}

.box1.visited1 > div {
  width: calc(100% - 110px);
  margin-left: 10px;
}

.box1.visited1 img {
  width: 100px;
}

.box1.visited1 {
  display: flex;
}

footer a {
  color: #000;
}

footer ul a {
  text-transform: initial;
  padding: 7px 0px;
  display: inline-block;
  font-size: 16px;
}

footer a:hover {
  text-decoration: none;
  color: #e7474f;
}

.chantrang.container {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto";
  align-items: center;
}

.chantr {
  padding: 10px 0px;
  border-top: 1px solid #fff;
  background: var(--color-main);
}

.img-product-newss1:hover img {
  transition: 0.5s;
  transform: scale(1.1);
  width: 95%;
}

.ftimg img {
  margin-right: 5px;
}

.ftimg {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

ul.menu-footer li a {
  color: #fff;
  font-size: 14px;
}

ul.menu-footer {
  padding: 0;
  font-family: mont;
  margin-top: -10px;
}

.ira {
  height: 400px;
}

.chantrang-trai {
  text-align: left;
  display: flex;
  justify-content: left;
}

.item_owl_sub a {
  display: block;
}

ul.listmenu-ft a {
  padding-left: 20px;
}

ul.listmenu-ft {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.chantrang-trai > a {
  width: 30%;
}

.chantrang.container::before {
  display: none;
}

.chantrang.container::after {
  display: none;
}

.chantrang-phai {
  display: flex;
  justify-content: flex-end;
}

.chantrang a {
  color: #fff;
}

.menu-f li {
  display: inline-block;
  border-right: 1px solid #ccc;
  line-height: 0px;
}

.menu-f li a {
  text-transform: inherit;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
}

.menu-f li a:hover {
  color: #e7474f;
}

.menu-f li:last-child {
  border-right: none;
}

.san-phamhot {
  padding: 10px;
  border: 1px dashed #e7474f;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -14px;
}

.san-phamhot .item-product {
  border: none;
}

.san-phamhot .item-product:after {
  box-shadow: none;
  border-bottom: 1px dotted #e2dfdf;
  z-index: 1;
  bottom: -14px;
  left: 0;
  right: 0;
}

.breadcrumb {
  float: left;
  border-bottom: none;
  margin-top: 0px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 15px;
  padding-bottom: 0px;
}

.title-home {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 5px;
}

.bregroup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  padding: 35px;
}

.bregroup ol.breadcrumb {
  margin: 0;
  font-family: "Roboto";
}

.bregroup > * {
  max-width: 1270px;
  width: 100%;
  display: block;
  float: unset;
  margin: auto !important;
  line-height: 1.8em;
}

.bradcum-news {
  padding: 35px 0px;
  background: url(../../templates/images/bgtt.jpg) no-repeat center;
  background-size: cover;
  min-height: 135px;
  position: relative;
  z-index: 99;
  display: flex;
  margin-bottom: 30px;
}

.row.list-product.m-5.m2 > div {
  padding: 10px;
}

.img-tintuc {
  width: 100%;
  height: 235px;
  overflow: hidden;
  box-shadow: #ccc 0px 0px 10px;
  border-radius: 3px;
}

.img-tintuc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-md-4.col-sm-6.item-n02 {
  margin-bottom: 20px;
}

.noidung-tt {
  text-align: center;
}

.title-nothome-2 span {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 5px;
}

h1.title-home-2-tt {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 5px;
  border-bottom: 1px solid #eae7e7;
  padding-bottom: 5px;
}

h3.title2-home span {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #db2727;
}

.title-home span {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.bregroup ol.breadcrumb a {
  color: #fff;
}

.item-product h3 {
  height: 45px;
  overflow: hidden;
}

.breadcrumb > li a {
  color: #868282;
}

.new-hot img {
  width: 100%;
}

.new-hot h3 {
  font-size: 18px;
  font-weight: 600;
}

.new-hot h3 a {
  color: #000;
}

.new-hot-2 h3 {
  font-size: 18px;
  font-weight: 600;
}

.new-hot-2 h3 a {
  color: #000;
}

.new-hot-3 h3 {
  font-size: 14px;
  margin-top: 10px;
  border-top: 1px solid #efebeb;
  padding-top: 10px;
}

.new-hot-3 h3 a {
  color: #000;
}

.new-hot {
  margin-bottom: 15px;
}

.item-new h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 21px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-new h3 a {
  color: #000;
}

.item-new h3 a:hover {
}

.item-new .mota {
  text-align: center;
  font-family: "Roboto";
}

.item-new .mota span {
  color: #b31313;
  font-size: 13px;
  font-weight: 600;
}

.item-new {
  padding-top: 10px;
}

.item-new img {
}

.item-new .title-new {
  font-weight: 600;
  font-size: 16px;
}

.item-new .title-new a {
  color: #1c1c1c;
}

.item-new .title-new a:hover {
}

.item-new:last-child {
  border-bottom: none;
  padding-bottom: 0pc;
}

.title-tin {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.ngaydang {
  color: #717171;
  font-style: italic;
}

.tinlienquan {
  padding-left: 18px;
}

.tinlienquan li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tinlienquan a {
  color: #000;
  font-size: 15px;
}

.tinlienquan a:hover {
  text-decoration: none;
  color: #6fb820;
}

.title-sp {
  font-size: 20px;
  font-weight: 600;
}

.box-sl {
}

.box-sl label {
  float: left;
  margin-right: 0px;
  position: relative;
  top: 10px;
}

.box-sl .soluong {
  width: 100%;
  height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #d8dad6;
  float: right;
  font-weight: bold;
}

.lienhe-sp {
  margin-top: 30px;
}

.slide-sp .item {
}

.slide-sp .item a {
  height: 67px;
  width: 99%;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #eceaea;
  background-position: center;
}

.btn-login {
  background-color: #e7474f;
  float: right;
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

.tong_tt h3 {
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
  color: red;
}

#map iframe {
  height: 175px;
}

.hc-nav-trigger.hc-nav-1 {
  display: none !important;
}

.title_c .xemtatca {
  font-size: 14px;
  border: none;
  text-transform: initial;
  float: right;
  margin-top: 9px;
  font-weight: 500;
  color: #c60606;
}

.facebook > div > span {
  width: 100% !important;
}

.facebook > div > span > iframe {
  width: 100% !important;
}

.facebook > div {
  width: 100% !important;
}

.productmain.k1 .title_c a:first-child {
  color: #fff;
}

.productmain.k1 .title_c a::after {
  background-color: #fff;
}

.productmain.k1 .title_c .xemtatca {
  color: #fff;
}

.productmain.k3 .title_c a:first-child {
  color: #fff;
}

.productmain.k3 .title_c a::after {
  background-color: #fff;
}

.productmain.k3 .title_c .xemtatca {
  color: #fff;
}

#frm1 {
  position: relative;
  margin-right: 0px;
  width: 100%;
}

#frm1 > div {
  width: 100%;
}

#frm1 button {
  min-width: 75px;
  position: absolute;
  height: 30px;
  background: var(--color-main);
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  border-radius: 2px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: var(--color-main);
}

.group-banner-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-family: "Roboto";
  font-size: 12px;
  letter-spacing: -0.5px;
}

.hotlinebner::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.hotlinebner {
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}

.hotlinebner span {
  font-size: 15px;
  font-weight: bold;
  color: red;
}

#frm1 input {
  height: 40px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
}

form.navbar-form.navbar-right2 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

div#frm1 {
  width: calc(100% - 115px);
}

.navbar-form {
  border-radius: 5px;
}

.slick-track {
  margin: 0 !important;
}

iframe {
  max-width: 100%;
}

/*.video{
    border: 1px dashed #e7474f;
    padding: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -15px;
    padding-top: 10px;
    border-radius: 5px;
}*/

.intromain {
  padding: 50px 0px;
  padding-bottom: 100px;
  position: relative;
}

.intromain::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../../templates/images/bgintro_02.png) no-repeat center;
  background-size: cover;
  height: 85px;
  width: 100%;
}

.chitiettin h1,
.chitiettin h2,
.chitiettin h3,
.chitiettin h4,
.chitiettin h5,
.chitiettin h6 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: initial;
}

.group-icon-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.row.headerr {
  display: flex;
  align-items: center;
}

.giohagn {
  justify-content: flex-end;
  border: 1px solid #ccc;
  height: 35px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  padding-right: 20px;
  font-family: Roboto;
}

.giohagn i {
  padding-left: 15px;
  color: #c22620;
  font-size: 18px;
}

.ctgh {
  position: absolute;
  top: 100%;
  right: 0;
  background: #ccc;
  width: 100%;
  min-height: 125px;
  z-index: 99;
  min-width: 360px;
  font-style: italic;
  padding: 5px;
  display: none;
}

.giohang-hedaer:hover .ctgh {
  display: block;
}

.giohang-hedaer {
  position: relative;
}

.img-right {
  margin-right: 10px;
}

.lienhe-right > span {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

header.xs-none {
  background-color: #fff;
  background-size: cover;
  box-shadow: #ccc 0px 0px 10px;
  padding: 20px 15px;
}

.left__home > div {
  margin-right: 30px;
}

.left__home {
  display: flex;
  color: #fff;
  font-family: "Roboto";
  height: 50px;
  align-items: center;
}

.list-menu2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

nav.navbar.navbar-default a {
  font-size: 14px;
  font-family: "Roboto";
  font-weight: normal;
}

.group-right-hedaer {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  z-index: 99;
  right: 10%;
  filter: drop-shadow(10px 0px 10px #fff);
}

.camketmain {
  background: #fbfbfb;
}

.group-ck {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns:
    calc((100% - 120px) / 5) calc((100% - 120px) / 5) calc((100% - 120px) / 5)
    calc((100% - 120px) / 5) calc((100% - 120px) / 5);
}

.item-ck {
  display: grid !important;
  grid-column-gap: 5px;
  grid-template-columns: 30% calc(70% - 5px);
}

.ten-ck {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}

.mota-ck {
  font-family: mont;
  color: #fff;
  font-size: 13px;
}

.aboutus {
  background-color: #0073a2;
  transform: rotate(270deg);
  width: 100%;
  height: 390px;
  position: relative;
}

.aboutus > h3 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  margin: 0;
}

.img-intro {
  position: absolute;
  top: 33%;
  left: 2%;
  width: 15.416666666em;
  height: 12.5em;
  transform: rotate(90deg);
  font-size: 24px;
  /* transform: translate(-50%,-50%); */
  /* left: 25%; */
}

.col-md-4.col-sm-4.intro-left {
  margin: 0;
  padding: 0;
}

.intro-right h3 {
  margin: 0;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #0073a2;
}

span.mota-intro {
  font-family: mont;
  font-size: 14px;
  line-height: 2em;
}

.group-intro-price {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  width: 80%;
}

span.sl {
  display: block;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  color: #e7a069;
}

span.mtn {
  display: block;
  text-align: center;
  font-family: mont;
  font-size: 12px;
}

.group-intro-price > div:nth-child(2) {
  border-left: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
}

.group-intro-price > div {
  width: 33%;
}

.col-md-6.collv2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 19.7083333333333em;
  flex-direction: column-reverse;
  font-size: 24px;
}

.img-lv {
  width: 100%;
  height: 19.708333333em;
  position: relative;
  overflow: hidden;
  font-size: 24px;
}

.img-lv img {
  width: 100%;
  height: 100%;
}

.img-lv1 {
  width: 100%;
  height: 9.16666666em;
  position: relative;
  overflow: hidden;
  font-size: inherit;
}

.img-lv1 img {
  width: 100%;
  height: 100%;
}

.linhvucmain > .container {
  padding: 0;
}

.group-tieude-lv {
  position: absolute;
  bottom: 10px;
  color: #fff;
  width: 100%;
  padding: 15px;
}

.group-tieude-lv h3 {
  font-weight: 600;
  font-size: 24px;
}

.group-tieude-lv span {
  font-size: 14px;
  font-family: mont;
}

a:focus,
a:hover {
  text-decoration: none;
}

span.gs {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #e7a069;
  font-weight: 600;
}

.linhvucmain {
  background-image: url(../../img_data/images/bglc_05.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 50px 0px;
}

.contrinh-main {
  padding: 50px 0px;
}

.img-qc img {
  width: 100%;
}

.qc-main .container {
  padding: 0;
}

.tintucmain .container {
  padding: 0;
}

.g-tt {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: calc((100% - 15px) / 2) calc((100% - 15px) / 2);
  margin-bottom: 30px;
}

h3.td-tt {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  color: #000;
}

span.mota-tt {
  font-size: 14px;
  font-family: mont;
  color: #000;
}

.content-tt {
  background-color: #f8f8f8;
  padding: 0px 15px;
}

.img-tintuc img {
  width: 100%;
  height: 236px;
}

.g-tt:nth-child(3) .img-tintuc,
.g-tt:nth-child(4) .img-tintuc {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.g-tt:nth-child(3) .content-tt,
.g-tt:nth-child(4) .content-tt {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}

.tintucmain {
  padding: 50px 0px;
}

.title_ca {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  color: #fff;
}

.supportmain .container {
  padding: 0;
}

.frm {
  padding-left: 50px;
}

.frm input {
  margin-bottom: 20px;
  height: 50px;
  border-radius: 30px;
  padding-left: 20px;
  border: 1px solid #f2edea;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
}

.frm textarea {
  height: 135px;
  margin-bottom: 20px;
  border-radius: 30px;
  padding: 20px;
  border: 1px solid #f2edea;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.group-ft1 {
  margin-top: 15px;
}

.group-ft1 form {
  display: flex;
}

.group-ft1 input {
  border-radius: 2px;
  border: 1px solid #ccc;
}

.group-ft1 button {
  border: 1px solid #000;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #000;
}

.box.visited p {
  text-align: right;
}

.chantrang-trai ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0;
}

button#btndk {
  font-family: mont;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  color: #fff;
  background-color: #0193d7;
}

.btna {
  text-align: center;
}

.g-tt:nth-child(3),
.g-tt:nth-child(4) {
  margin: 0;
}

.supportmain {
  padding: 50px 0px;
  background: url(../../img_data/images/bgsp_22.png) no-repeat center;
  background-size: cover;
}

footer {
  background: #fff;
}

.supportmain .container {
  padding: 0;
}

.frm input:focus,
.frm textarea:focus,
button:focus {
  outline: none;
}

h2.title_h {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
}

h2.title_h a {
  color: #a5755b;
}

h2.title_h::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 22px;
  background: url(../../templates/images/bgt_03.png) no-repeat center;
  background-size: cover;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.mota-intro {
  font-size: 14px;
  font-family: mont;
  line-height: 1.9em;
  margin-bottom: 30px;
  text-align: center;
}

.intromain h2.title_h::after {
  display: none;
}

.intromain h2.title_h {
  margin: 0;
}

.xemthem-intro a {
  background-color: #a5755b;
  color: #fff;
  text-transform: uppercase;
  font-family: mont;
  padding: 10px 15px;
  position: relative;
  display: inline-block;

  border-radius: 2px;
}

.xemthem-intro {
  text-align: center;
}

.list-video iframe {
  width: 100% !important;
  height: 380px !important;
}

.productmain {
  background-color: #fff;
  padding: 50px 0px;
}

.productmain.k1 {
  background: url(../../img_data/images/bgsp1_02.png) no-repeat center;
  background-size: cover;
}

.productmain.k3 {
  background: url(../../img_data/images/bgsp2_05.png) no-repeat center;
  background-size: cover;
}

.productmain:nth-child(1) {
  background-color: red;
}

.group-sp {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns:
    calc((100% - 90px) / 4) calc((100% - 90px) / 4) calc((100% - 90px) / 4)
    calc((100% - 90px) / 4);
}

.img-sp {
  width: 100%;
  height: 255px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
}

.img-sp img {
  width: 100%;
  height: 100%;
}

.item-sp {
  background-color: #fff;
}

.tensp {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.gia-ban {
  font-size: 18px;
  font-weight: 600;
  color: red;
  margin-bottom: 10px;
}

.group-tt-sp {
  padding-left: 10px;
}

.slick-slide {
  margin: 0px 5px;
}

.slick-list {
  margin: 0 -5px !important;
}

.project-group {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 25% calc(75% - 15px);
}

.projectmain {
  padding: 50px 0px;
}

.project-left {
  height: 500px;
  position: relative;
  background-image: linear-gradient(111deg, #c90a0a, #fb8585);
  z-index: 5;
}

h2.title_h1 {
  margin: 0;
  position: absolute;
  max-width: 220px;
  width: 100%;
  height: 325px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  right: 7%;
  top: 50%;
  font-size: 28px;
  transform: translateY(-50%);
  z-index: 7;
  background-image: linear-gradient(111deg, #c90a0a, #fb8585);
}

h2.title_h1 a {
  color: #fff;
  padding: 0px 5px;
  line-height: 1.4em;
}

.absl {
  right: 12%;
  max-width: 220px;
  width: 100%;
  height: 325px;
  background-color: #ebebeb;
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
}

.project-right {
  display: grid;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-columns: calc((100% - 20px) / 3) calc((100% - 20px) / 3) calc(
      (100% - 20px) / 3
    );
  padding: 10px;
  box-shadow: 0px 0px 10px #c3d4d4;
}

.img-project {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.img-project img {
  width: 100%;
  height: 100%;
}

.tenproject {
  font-size: 18px;
  text-transform: uppercase;
  /* padding: 15px 0px; */
  background-image: linear-gradient(180deg, #f1f1f1, #d4d4d4);
  overflow: hidden;
  height: 55px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.group-tintuc {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: calc((100% - 30px) / 2) calc((100% - 30px) / 2);
}

.img-tituc {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.img-tituc img {
  width: 100%;
  height: 100%;
}

.item-tintuc {
  background-color: #fff;
}

.mt-tintuc {
  padding: 0px 15px;
}

.tentt {
  font-weight: 600;
  font-size: 18px;
  margin-top: 15px;
}

.motatt {
  font-family: mont;
  line-height: 1.7em;
  margin-top: 15px;
}

.ira iframe {
  width: 100%;
  height: 100%;
}

.mota-tintuc {
  font-size: 14px;
  font-family: mont;
  margin-top: 15px;
  margin-bottom: 30px;
  height: 42px;
  overflow: hidden;
}

a {
  color: #000;
}

a:hover,
a:focus {
  list-style: none;
}

.group-topheader {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-header {
  background: #c1252a;
  padding: 10px;
  color: #fff;
  font-family: mont;
}

.top-header span {
  font-family: mont;
  line-height: 1.8;
}

.group-dv {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: calc((100% - 60px) / 3) calc((100% - 60px) / 3) calc(
      (100% - 60px) / 3
    );
}

.img-dichvu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-dichvu {
  width: 100%;
  height: 235px;
  overflow: hidden;
  position: relative;
}

.tendichvu {
  text-transform: uppercase;
  text-align: center;
  min-width: 250px;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
}

.dichvumain {
  padding: 50px 0px;
  background: url(../../templates/images/bgdv_02.png) no-repeat center;
  background-size: cover;
}

.dichvumain h2.title_h a {
  color: #fff;
}

.dichvumain h2.title_h::after {
  background: url(../../templates/images/bgtt_03.png) no-repeat center;
  background-size: cover;
}

.group-congtrinh {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: calc((100% - 60px) / 3) calc((100% - 60px) / 3) calc(
      (100% - 60px) / 3
    );
}

.img-congtrinh {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #a5755b;
  border-radius: 15px;
}

.item-congtrinh {
  position: relative;
}

.tencongtrinh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  text-transform: uppercase;
  padding: 15px 30px;
  text-align: center;
  min-width: 250px;
  font-weight: bold;
  border-radius: 5px;
}

.contrinhmain {
  padding: 50px 0px;
  background: #eeeeee;
}

.ttheader > h3 {
  font-family: utm;
  color: #e3261e;
  font-size: 28px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

.ttheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.img-tt img {
  width: 100%;
  height: 225px;
  overflow: hidden;
}

.slick-prev::after {
  content: "\f053";
  font-family: FontAwesome;
  font-size: 15px;
  color: #a5755b;
}

.dichvumain .slick-prev::after {
  color: #fff;
}

.slick-next::after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 15px;
  color: #a5755b;
}

.dichvumain .slick-next::after {
  color: #fff;
}

.tintucmain .slick-next::after {
  display: none;
}

.tintucmain .slick-prev::after {
  display: none;
}

button.slick-prev.slick-arrow {
  background: transparent !important;
}

button.slick-next.slick-arrow {
  background: transparent !important;
}

.popup {
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
}

.huyfor {
  font-size: 22px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
}

form#frm9 {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: #fff 0px 0px 15px;
  padding: 15px;
}

form#frm9 input {
  width: 100%;
  margin-bottom: 10px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding-left: 10px;
}

form#frm9 textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  padding: 5px;

  border: 1px solid #ccc;
}

form#frm9 button {
  min-width: 95px;
  text-transform: uppercase;
  /* font-family: mont; */
  background: #a5755b;
  border: 1px solid #ccc;
  color: #fff;
  padding: 4px;
  font-weight: bold;
  display: block;
  margin: auto;
  margin-top: 10px;
}

form#frm9 h2 {
  color: #fff;
  /* font-weight: bold; */
  text-transform: uppercase;
  font-family: utm;
  font-size: 29px;
  text-align: center;
  margin-bottom: 20px;
}

form#frm001 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  justify-content: space-between;
}

/*.vtdb {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    top: 50%;
    left: 30%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    background: #fff;
    border-radius: 50%;
}
.vtdb::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.form01 {
  width: 100%;
  margin-top: 5px;
}

/*form#frm001 select {
    height: 35px;
    border: none;
    font-family: mont;
    font-size: 14px;
    border-right: 1px solid #ccc;
    width: 30%;
    padding-left: 10px;
    position: relative;
}*/
.group-frm1 {
  width: 49%;
  position: relative;
}

.danhmucs {
  width: 49%;
  display: flex;
}

.group-frm1 button {
  height: 35px;
  width: 40px;
  border-radius: 0;
  border: none;
  color: #1435c3;
  font-size: 20px;
}

.group-frm1 input {
  height: 30px;
  padding: 5px 10px;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
}

.danhmucs button {
  height: 30px;
  padding: 0px 10px;
  border: none;
  width: 85px;
  background: #f47c4a;
  border-radius: 3px;
  color: #fff;
}

.danhmucs select {
  height: 30px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding-left: 10px;
  width: calc(100% - 85px);
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

h2.title-h a {
  color: #0072bb;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

h2.title-h a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ff0000;
  bottom: -2px;
  left: 0;
}

h2.title-h {
  margin: 0;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #0072ba;
  margin-bottom: 25px;
}

.img-sp02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-sp02 {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.img-sp02 > img {
  position: absolute;
  width: 35px;
  right: 0;
  height: 35px;
  top: 0;
}

.group-desciption {
  text-align: center;
}

.tensp02 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  overflow: hidden;
  margin-bottom: 5px;
}

.giasp02 {
  color: red;
  font-weight: bold;
}

.ctso02 {
  padding: 5px;
  background: #d22d26;
  width: 100px;
  margin: auto;
  margin-top: 10px;
  border-radius: 5px;
  font-family: mont;
  color: #fff;
  margin-bottom: 10px;
}

.group-spmain {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns:
    calc((100% - 120px) / 5) calc((100% - 120px) / 5) calc((100% - 120px) / 5)
    calc((100% - 120px) / 5) calc((100% - 120px) / 5);
}

.itemsp02 {
  padding: 5px;
  border: 1px solid #ccc;
}

.sanpham-main02 {
  padding: 30px 0px;
}

.group-vdch {
  display: flex;
  flex-wrap: wrap;
}

.group-video01 {
  margin-right: 30px;
  width: calc(100% - 293px);
}

.group-video02 {
  width: 263px;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: space-between;
}

.group-video01 iframe {
  width: 100%;
  height: 625px;
}

.group-video02 iframe {
  width: 100%;
  height: 190px;
}

.videomain01 h2.title-h {
  border-bottom: 0;
  text-align: center;
}

.videomain01 h2.title-h a::after {
  display: none;
}

.xemthemvd a {
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  display: inline-block;
  font-weight: bold;
}

.xemthemvd {
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

.videomain01 {
  padding: 30px 0px;
}

.itemqc img {
  width: 100%;
}

.itemqc {
  width: 100%;
}

.quangcaomain {
  padding: 30px 0px;
}

.owl-pro-slick.spdetail {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  background: #fff;
}

.motactsp {
  font-family: "Roboto";
  font-size: 16px;
}

.sharectsp {
  margin-top: 15px;
  margin-bottom: 5px;
  margin-left: -3px;
}

.thongsosp {
  max-height: 170px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.thongsosp::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background: linear-gradient(0deg, #f4f4f4, transparent);
  bottom: 0;
  left: 0;
}

.xemdaydu {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 7px 20px;
  font-family: "Roboto";
  border-radius: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h1.title-sp {
  font-family: "Roboto";
  margin: 0;
  margin-bottom: 10px;
  font-size: 22px;
}

.thongsosp ul {
  padding: 5px 15px;
  font-family: "Roboto";
  line-height: 1.8em;
}

.ctgiaspdt {
  font-family: "Roboto";
}

span.atgia {
  font-weight: bold;
  color: #000;
}

span.atgia {
  display: inline-block;
  font-weight: bold;
  color: #000;
  min-width: 130px;
  line-height: 2.3em;
}

.ctgiaspdt {
  font-family: "Roboto";
  border: 1px solid #ccc;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 5px;
}

span.giact {
  font-size: 18px;
  font-weight: bold;
}

button.btn.btn-lienhe span {
  font-size: 12px;
}

button.btn.btn-lienhe {
  background: red;
  color: #fff;
  width: 100%;
}

button.btn.btn-lienhe.btn2 {
  background: #f89d14;
}

span.giact.active {
  text-decoration: line-through;
}

.list_sub_img_detail.list_pro_2 img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.owl-pro-slick.active {
  display: block;
}

.maspsp {
  display: none;
}

.maspsp.active {
  display: block;
}

.giaban1 {
  display: none;
}

.giaban1.active {
  display: block;
}

.top-header1 {
  background: #1ca1d7;
  color: #fff;
}

.group-tasd {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: Roboto;
}

.groupiconl {
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

.group-left a {
  color: #fff;
}

.group-right a {
  color: #fff;
  padding: 0px 10px;
  font-size: 13px;
  display: flex;
  align-items: center;
}

/*.group-dskdn {
    padding: 40px 0px;
}*/
.group-dskdn > div {
  display: flex;
  flex-wrap: wrap;
}

.img-header img {
  min-width: 150px;
}

.thongtin-hed {
  font-family: Roboto;
  font-size: 12px;
}

.group-left {
  display: flex;
  width: 50%;
}

.group-right {
  width: 50%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

div#bs-example-navbar-collapse-1 {
  padding: 0;
}

li.hasmenu {
  position: relative;
}

li.hasmenu:hover > ul {
  display: block;
  list-style: none;
  background: #ffff;
  box-shadow: #ccc 0px 0px 10px;
  padding: 0px 5px;
}

.img-dtacjo {
  height: 120px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  overflow: hidden;
}

.groiup-doitac-home {
  padding: 40px 0px;
}

.group-dtac {
  display: grid;
  grid-gap: 20px;
  grid-template-columns:
    calc((100% - 80px) / 5) calc((100% - 80px) / 5) calc((100% - 80px) / 5)
    calc((100% - 80px) / 5) calc((100% - 80px) / 5);
}

button.owl-prev {
  position: absolute;
  top: 40%;

  z-index: 9999;
  left: 0px;
  transform: translateY(-50%);
}

button.owl-next {
  position: absolute;
  top: 40%;
  right: 0px;
  color: #fff;
  z-index: 9999;
  transform: translateY(-50%);
}

.owl-nav i {
  color: #ccc;
  font-size: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.muahangsp-bc span {
  display: inline-block;
  background: #f47c4a;
  border-radius: 5px;
  padding: 3px 5px;
  color: #fff;
  margin: 5px 0px;
  font-size: 12px;
}

.ctgh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hinh-gh {
  width: 70px;
  border: 1px solid #fff;
  padding: 3px;
  height: 70px;
}

.item-gh {
  display: flex;
}

.group-2 {
  margin-left: 10px;
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
}

.group-2 > div:nth-child(3) {
  width: 75px;
  text-align: center;
}

.sl-gh {
  width: 20px;
}

.ten-gh {
  width: 110px;
  margin: 0px 5px;
}

h3.title-contact {
  text-transform: uppercase;
  color: #1e3463;

  font-weight: bold;
  font-size: 22px;
}

.title-contact {
  text-align: center;
  margin-bottom: 20px;
}

button.btn-send-register22 {
  display: none;
}

input,
label,
button {
  font-family: Roboto;
}

label.error {
  position: absolute;
  right: 30px;
  margin: 0;
  top: 50%;
  margin-top: -8.5px;
  font-size: 12px;
  white-space: nowrap;
  color: #ff5050;
  z-index: 99;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

h3.title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
}

article {
  font-family: Roboto;
}

.shadowBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

form#joinform ul li {
  width: 50%;
}

.shadowBox label {
  width: 100px;
  font-family: Roboto;
}

.shadowBox input {
  width: calc(100% - 115px);
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  height: 30px;
  border-radius: 3px;
}

button#joinBtn {
  background: red;
  border: none;
  border-radius: 15px;
  color: #fff;
  padding: 5px 15px;
}

li.db input {
  width: auto;
  margin: 0;
}

li.db {
  width: 100% !important;
  display: flex;
  align-items: center;
}

h2.secondary-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.login-wrap {
  font-family: Roboto;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  font-family: Roboto;
}

ul.list-unstyled a {
  font-family: Roboto;
}

.group-aada {
  background: #fff;
  box-shadow: #e0dcdc 0px 0px 15px;
  background: #fff;
  padding: 15px;
  margin: 15px 0px;
}

form#dmk {
  /* max-width: 700px; */
  width: 100%;
  margin: 0;
  text-align: left;
}

.chitiettin {
  font-family: Roboto;
}

form#dmk input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 35px;
  margin-bottom: 10px;
  padding-left: 10px;
}

form#dmk button {
  background: #bc070d;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  color: #fff;
}

input,
label,
button,
select,
textarea {
  font-family: Roboto;
}

.info-cart a {
  font-family: Roboto;
}

.container-pn {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  padding: 0px 5px;
}

.group-border-assp > div {
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 1140px;
}

.mota-slogun {
  padding: 5px;
}

.mo-ta-sp {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-family: "Roboto";
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  font-size: 13px;
  align-items: center;
  display: none;
}

.img-spbc a {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}

.img-spbc a:hover > div {
  display: flex;
}

ul.menu-ft > li:after {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  content: "";
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

ul.menu-ft > li {
  width: 48%;
  padding: 5px 0px;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px dotted #6aa3d5;
}

ul.menu-ft2 a {
  color: #fff;
  font-family: "Roboto";
  font-size: 14px;
}

ul.menu-ft2 {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.menu-ft2 li {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

ul.menu-ft2 img {
  background-color: #ccc;
  border: none;
  border-radius: 3px;
  max-width: 100%;
  padding: 1px;
  height: 30px;
  margin-right: 10px;
}

.row.list-product > div {
  padding: 0px 10px;
}

.box-item.module.row > div {
  padding: 0px 5px;
}

.qr-ft img {
  width: 150px;
  margin: 10px;

  margin-bottom: 20px;
}

.qr-ft {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.t-ft {
  text-align: center;
  color: #fff;
  font-family: "Roboto";
  margin-top: 15px;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}

.xem-them-sp a {
  background: #f47c4a;
  color: #fff;
  border-radius: 5px;
  padding: 3px 10px;
  display: inline-block;
  margin: 5px;
  font-family: "Roboto";
}

.xem-them-sp {
  text-align: center;
}

.row.headerr > div.col-xs-8 > a {
  width: 100px;
  display: block;
  margin-right: 15px;
}

.col-md-4.col-sm-3.col-xs-8.col-2b {
  display: flex;
  align-items: center;
}

.img-hedaer-01 {
  width: calc(100% - 115px);
}

.img-hedaer-01 img {
  max-height: 100px;
}

.navbar-header i.fa.fa-home {
  font-size: 25px;
  position: relative;
  top: -4px;
}

.tenconty {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: #005aaa;
  font-family: utmbebas;
}

.img-language {
  width: 30px;
  margin-left: 5px;
}

.language {
  display: flex;
}

.group-form-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

h2.tieude-home {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 25px;
  margin-bottom: 40px;
  color: #3859a5;
}

h2.tieude-home::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 18px;
  background: url(../../templates/images/bgt_05.png) no-repeat center;
  background-size: cover;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}

.group-2tintuc {
  padding: 40px 0px;
  padding-bottom: 0;
}

.giasphomea {
  color: red;
  padding-bottom: 5px;
}

.ten-sphome {
  height: 20px;
  overflow: hidden;
  color: #000;
  margin-bottom: 5px;
}

.xemtatca-h a {
  background: #3859a5;
  padding: 8px 20px;
  color: #fff;
  font-family: "Roboto";
  border-radius: 20px;
  display: inline-block;
}

.xemtatca-h {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
}

.img-sphomea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-sphomea {
  width: 100%;
  height: 190px;
  overflow: hidden;
  padding: 5px;
}

.item-sp-homea {
  width: calc(25% - 20px);
  margin: 0px 10px;
  box-shadow: #ccc 0px 0px 10px;
  margin-bottom: 20px;
  padding: 5px;
}

.zoom-gallery {
  min-height: 330px;
  max-height: 330px;
}

.group-spasd {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.group-giatt {
  font-family: "Roboto";
  text-align: center;
  margin: 10px 0px;
}

.tintuc-main09 {
  width: calc(70% - 30px);
  margin-right: 30px;
  float: left;
}

.videoclip-ma09 {
  width: 30%;
  float: left;
}

.tintuc-main9 {
  display: flex;
  flex-wrap: wrap;
}

.group-sad {
  width: 40%;
}

.group-sad2 {
  width: calc(60% - 20px);
  margin-left: 20px;
}

.img-tinsad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-tinsad {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.ten-uda {
  font-weight: bold;
  text-transform: none;
  font-size: 18px;
  margin: 10px 0px;
}

.mo-tadsa {
  font-family: "Roboto";
  line-height: 1.5em;
}

.mo-tasdv2 {
  margin-left: 15px;
  width: calc(100% - 145px);
}

.item-asdtt2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

h2.title-asv::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  z-index: 1;
  border-top: 1px dashed #3859a5;
}

h2.title-asv {
  margin: 0;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  color: #3859a5;
  position: relative;
  overflow: hidden;

  z-index: 9;
}

.ten-uda2 {
  font-weight: bold;
  font-size: 15px;
}

.mo-tadsa2 {
  font-family: "Roboto";
  margin-top: 10px;
}

h2.title-asv span {
  display: inline-block;
  background: #f2f7fa;
  position: relative;
  z-index: 9;
}

.img-tinsad2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-tinsad2 {
  width: 130px;
  height: 95px;
}

.group-video122 > div {
  width: 33.3%;
}

.group-video122 iframe {
  height: 90px;
}

.group-video122 {
  display: flex;
  flex-wrap: wrap;
}

.group-video12 iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
}

.group-tintucmain {
  background: #f2f7fa;
  padding: 40px 0px;
}

.item-asdtt2:last-child {
  margin: 0;
}

.title-bn > div {
  width: 25%;
  height: 100%;
  padding: 5px;
}

.title-bn {
  display: flex;
  align-items: flex-start;
  font-family: "Roboto";
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.item-s > div {
  width: 25%;
  word-break: break-all;
  text-align: center;
  font-family: "Roboto";
  font-size: 11px;
  padding: 5px;
}

.item-s {
  display: flex;
  border-top: 1px solid #ccc;
}

.table2 {
  border: 1px solid #ccc;
}

.item-s:nth-child(even) {
  background: #edf7ed;
}

.lisv select {
  width: 100%;
  padding: 5px;
}

.lisv {
  border: 1px solid #ccc;
  padding: 15px;
}

.spmain {
  padding: 10px;
  border: 1px solid #ccc;
  padding-bottom: 0px;
}

.group-spnb {
  display: flex;
  flex-wrap: wrap;
}

.group-spnb {
  display: grid;
  grid-gap: 20px;
  grid-template-columns:
    calc((100% - 80px) / 5) calc((100% - 80px) / 5) calc((100% - 80px) / 5)
    calc((100% - 80px) / 5) calc((100% - 80px) / 5);
}

.img-spnb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-spnb:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

.img-spnb {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.item-spnbasd {
  background: #005aaa;
  padding: 5px;
  border-radius: 5px;
}

.tenspnb {
  font-family: "Roboto";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  height: 20px;
  overflow: hidden;
}

h2.title-shome::after {
  position: absolute;
  content: "";
  background: url(../../templates/images/bg_06.png) no-repeat center;
  background-size: cover;
  width: 140px;
  height: 20px;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.sanpham-noibat-groip {
  padding: 40px 0px;

  background-size: cover;
}

h2.title-shome {
  margin: 0;
  text-transform: uppercase;
  color: #005aaa;
  font-family: "utmbebas";
  font-size: 36px;
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

.dmsp-group-ff {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.img-dmsp-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-dmsp-home:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

.img-dmsp-home {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.item-news-home {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.item-video > div iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.group-tintuc-video {
  padding: 40px 0px;
  padding-bottom: 20px;
}

.item-video > div {
  height: 355px;
}

.img-new-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-new-home {
  width: 180px;
  height: 105px;
  overflow: hidden;
}

.mota-news {
  font-family: "Roboto";
}

.name-news {
  font-weight: bold;
  font-size: 16px;
}

.g-decription-news {
  margin-left: 10px;
  width: calc(100% - 190px);
}

.item-dmsp-home {
  background: #009ee1;
  padding: 5px;
  border-radius: 5px;
  box-shadow: #948f8f 0px 0px 10px;
  margin: 0px 10px;
  margin-bottom: 20px;
  width: calc(33.3% - 20px);
}

.ten-dmsphome {
  color: #fff;
  font-family: "Roboto";
  text-align: center;
  margin: 10px 0px;
  text-transform: uppercase;
  height: 20px;
  overflow: hidden;
}

.dmsp-maind {
  /*background: #eceded;*/
  padding: 40px 0px;
}

.xemtatca a {
  background: #005aaa;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  font-family: "Roboto";
}

a.logo img {
  max-height: 80px;
}

header.xs-none .row {
  display: flex;
  align-items: center;
}

.xemtatca {
  text-align: center;
}

.group-new-video2 {
  flex-wrap: wrap;
  display: flex;
}

.group-new-video2 > div {
  margin: 0px 15px;
  width: calc(50% - 30px);
}

.group-new-video2 {
  flex-wrap: wrap;
  display: flex;
  margin: 0px -15px;
}

.img-new-home:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

header.header-top {
  background: #1c95e6;
  padding: 10px 0px;
  color: #fff;
  font-family: "Roboto";
}

span.info-headerl:first-child::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

span.info-headerl {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.headertop-r {
  display: flex;
  align-items: center;
}

.group-tophdr {
  display: flex;
  align-items: center;
}

.group-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.icon-righttg {
  margin: 0px 10px;
}

span.infotop-right::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

span.infotop-right {
  padding-right: 20px;
  position: relative;
  margin-right: 10px;
}

header.header-top a {
  color: #fff;
}

.nabdb > li::after {
  content: "\f03a";
  position: absolute;
  top: 50%;
  left: 15px;
  font-family: "FontAwesome";
  transform: translateY(-50%);
  color: #fff;
  font-size: 16px;
}

.nabdb > li {
  background: #ffdf3f;
  width: 100%;
  position: relative;
  padding-left: 35px;
}

.nabdb > li > a {
  background: #ffdf3f !important;
}

.nabdb ul.dropdown-menu {
  width: 100%;
  top: 99%;
  border: 1px solid #ffdf3f;
}

.tiltle2 {
  background: #ffc540;
}

span.icon-tittle {
  display: inline-flex;
  width: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.nopd-left {
  padding-left: 0;
  padding-right: 0;
}

.nabdb ul.dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.nabdb ul.dropdown-menu > li a {
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: capitalize;
}

.slide {
  margin-top: 10px;
}

ul.lidb2 a {
  color: #000;
}

ul.lidb2 {
  list-style: none;
  padding: 0;
  display: none;
}

li.lidb > ul li {
  padding: 7px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

li.lidb {
  position: relative;
}

li.lidb > ul {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  min-width: 200px;
  right: 30px;
  z-index: 99;
}

li.lidb:hover > ul {
  display: block;
}

ul.listmnt {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 2px;
  right: 99%;
  min-width: 200px;
  background: #fff;
  list-style: none;
  box-shadow: #ccc 0px 0px 10px;
  display: none;
}

ul.lidb2 > li:hover ul {
  display: block;
}

.nabdb li.sub-nav::after {
  content: "\f0da";
  position: absolute;
  font-family: "FontAwesome";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.nabdb li.sub-nav {
  position: relative;
}

.title-grooup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  margin-top: 40px;
}

.group-product-home {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.list-product-group {
  width: calc(100% - 360px);
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.img-productimg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-productimg:hover img {
  transition: 0.5s;
  transform: scale(1.1);
}

.img-productimg {
  width: 100%;
  height: 157px;
  overflow: hidden;
}

.banner-product {
  width: 360px;
}

.img-banner-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h3.prodcut-name {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  height: 25px;
  overflow: hidden;
  display: block;
  line-height: 1.5em;
  margin: 5px;
}

.product-price {
  font-family: "Roboto";
  color: red;
  margin-bottom: 15px;
}

.img-banner-product {
  width: 100%;
  height: 475px;

  background: #fff;
}

h2.title-category::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 21px;
  border-color: transparent transparent transparent #1993e6;
  left: 100%;
}

h2.title-category {
  margin: 0;
  background: #1993e6;
  padding: 10px;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  height: 42px;
  display: inline-flex;
  align-items: center;
}

ul.list-menucategory li {
  padding: 0px 15px;
}

ul.list-menucategory {
  list-style: none;
  display: flex;
  font-family: "Roboto";
  margin: 0;
  padding: 0;
}

img.no-img {
  object-fit: contain;
}

.item-product-group {
  margin: 0px 10px;
  margin-bottom: 20px;
  width: calc(25% - 20px);
  background: #fff;
  text-align: center;
  box-shadow: #ccc 0px 0px 10px;
  padding: 0px 5px;
}

.product-group > div:nth-child(even) .list-product-group {
  order: 2;
}

.product-group > div:nth-child(even) .banner-product {
  order: 1;
}

.nhantinkuyenmai {
  background: #73bf07;
  padding: 15px 0px;
  margin-top: 30px;
}

.frasdr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}

form#dknmail {
  display: flex;
}

.nhanmail {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.frasdr > * {
  width: 100%;
}

form#dknmail button {
  height: 35px;
  width: 50px;
  background: #d7272a;
  border: none;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #fff;
}

form#dknmail input {
  height: 35px;
  width: 100%;
  padding-left: 10px;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.item-camketf {
  margin: 0px 10px;
  width: calc(25% - 20px);
  display: flex;
  padding: 30px 0px;
  border-right: 1px solid #ccc;
  align-items: center;
}

.item-camketf:last-child {
  border-right: 0;
}

.group-ckett {
  margin-left: 10px;
}

.img-ckimg {
  max-width: 50px;
}

.camketgroup {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.tencamket {
  font-size: 16px;
  color: #000;
  font-family: "Roboto";
}

ul.ftmenu a {
  font-size: 14px;
  padding: 0;
  padding-bottom: 10px;
  color: #000;
}

ul.ftmenu {
  list-style: none;
  padding: 0;
  font-family: "Roboto";
}

.item-fticon a {
  color: #fff;
}

.item-fticon {
  width: 30px;
  height: 30px;
  background: #167edf;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.group-iconfter {
  display: flex;
}

.bocongthuong {
  margin-top: 10px;
}

input.dkmail.red {
  border: 1px solid #d7272a !important;
}

input.dkmail.green {
  border: 1px solid green !important;
}

.dropdown.dr4.open > ul {
  display: block;
  right: 0;
  left: unset;
}

.dropdown.dr4 {
  display: none;
  padding-right: 5px;
}

.dropdown.dr4 > button {
  background: #1993e6;
  border: 1px solid #1993e6;
}

.bocongthuong img {
  max-width: 165px;
  width: 100%;
}

.kmai-group {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  box-shadow: #ccc 0px 0px 10px;
}

.item-kmai-group {
  box-shadow: 0 1px 0 0 #e6dfdf;
  box-shadow: 0 -1px 0 0 #e6dfdf;
  box-shadow: -1px 0 0 0 #e6dfdf;
  box-shadow: 1px 0 0 0 #e6dfdf;
}

.img-kmai-group img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-kmai-group {
  text-align: center;
  width: 100%;
  height: 160px;
  padding: 5px;
}

.item-spkhuyenmai {
  padding: 10px;
}

.khuyenainame {
  font-size: 16px;
  height: 25px;
  overflow: hidden;
}

.group-gia {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.giakm {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.giagoc {
  margin-left: 10px;
  color: #aba4a4;
  text-decoration: line-through;
  font-size: 15px;
}

.img-kmai-group:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.product-main .title-grooup {
  margin-bottom: 0;
}

.item-product-asign2 {
  width: calc(100% - 260px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.group-itemdspham {
  width: 25%;
  box-shadow: 1px 0 0 #e6dfdf, 0 1px 0 0 #e6dfdf, 0 0 1px #e6dfdf;
  padding: 10px;
}

.item-product-asign2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dadada;
}

.img-product-home img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-product-home {
  width: 100%;
  height: 258.5px;
}

.product-name-fr {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 5px;
  height: 22px;
  overflow: hidden;
  line-height: 1.5em;
}

.productkmai {
  color: red;
  font-size: 16px;
  font-weight: bold;
}

.productgoc {
  height: 20px;
  color: #d4cdcd;
  font-size: 15px;
  text-decoration: line-through;
}

.group-itemdspham1 {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}

.group-itemdspham1:last-child {
  border: 0;
}

.productkmai1 {
  color: red;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.productgoc1 {
  color: #c5bfbf;
  text-decoration: line-through;
}

.img-product-home1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-product-home1 {
  width: 95px;
  height: 95px;
  box-shadow: #ccc 0px 0px 10px;
  border-radius: 5px;
}

.group-info-product1 {
  margin-left: 10px;
  width: calc(100% - 105px);
}

.product-name-fr1 {
  height: 20px;
  overflow: hidden;
  font-size: 16px;
}

.item-product-asign1::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #fff;
  top: 0;
  right: 0;
}

.item-product-asign1 {
  width: 260px;
  height: 100%;
  min-height: 100px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  box-shadow: 1px 0 0 #e6dfdf;
}

.list-qcao {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.img-qcao.active {
  width: 100%;
}

.img-qcao {
  width: 49%;
  height: 160px;
  box-shadow: #ccc 0px 0px 5px;
}

.img-qcao img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-qcao1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-qcao1 {
  width: 100%;
  height: 155px;
}

.list-qcao1 {
  width: 100%;
}

.img-qcao1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-product-asign1.addbanner .group-itemdspham1 {
  padding: 14.5px 10px;
}

.newsmain {
  margin-left: 30px;
  width: calc(70% - 30px);
}

.danhgiamain {
  width: 30%;
}

.group-danhgiachung {
  display: flex;
  flex-wrap: wrap;
}

.img-danhgia {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #1993e6;
}

.danhgia-ten {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.mo-ta-danhgia * {
  margin: 0;
  text-align: center;
}

.mo-ta-danhgia {
  font-family: "Roboto";
  margin-top: 10px;
  min-height: 140px;
}

.item-danhgia {
  border: 1px solid #ccc;
  padding: 15px;
}

.newss-group > div {
  width: calc(50% - 15px);
}

.newss-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-newss-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-newss-group {
  width: 100%;
  height: 230px;
}

h3.title-newss {
  margin: 10px 0px 5px 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  height: 20px;
  overflow: hidden;
}

span.ngaydang-news {
  width: 100%;
  display: block;
  color: #b9b7b7;
  margin-bottom: 5px;
}

span.des-newss {
  font-family: "Roboto";
}

.img-newss-group1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-newss-group1 {
  width: 120px;
  height: 72px;
}

.asign-group-des1 {
  margin-left: 10px;
  width: calc(100% - 130px);
}

h3.title-newss1 {
  margin: 0;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.4em;
  height: 38px;
  overflow: hidden;
}

.item-news-groups1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.icon-ft {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color-main);
  margin-right: 8px;
  border: 2px solid var(--color-main);
}

.group-icon-bannerhd i {
  color: var(--color-main);
}

.hjline {
  color: var(--color-main);
}

.hjline a {
  color: var(--color-main);
}

.group-icon-bannerhd {
  display: flex;
  align-items: center;
}

.hjline b {
  font-size: 16px;
  color: #ffb900;
}

.group-icon-bannerhd {
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.group-icon-bannerhd i.fa.fa-shopping-cart {
  font-size: 18px;
}

.group-icon-bannerhd a {
  display: inherit;
}

.item-product-asign1.addbanner {
  order: 2;
}

.slide {
  margin-top: 3px;
}

.groupt-sldier {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner-right {
  width: 25%;
  background: #fff;
  height: 535px;
}

.slideshow {
  width: calc(80% - 20px);
}

.col-menu-left {
  width: 20%;
}

ul.listmenu-left {
  list-style: none;
  padding: 0;
  margin: 0px;
  background: #fff;
  border: 1px solid #ccc;
  font-family: "Roboto";
  position: relative;
}

ul.listmenu-left > li > a {
  font-size: 15px;
  display: block;
  height: 20px;
  overflow: hidden;
}
.logo__c {
  display: none;
}

ul.listmenu-left > li {
  padding: 10px;
}

span.icon-col-right {
  max-width: 25px;
  display: inline-block;
  width: 100%;
  height: 20px;
}

span.icon-col-right img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.container {
  max-width: 1300px;
  width: 100%;
}

.item-banner-right {
  width: 100%;
  height: 33.33%;
  padding: 5px;
}

.item-banner-right img {
  width: 100%;
  height: 100%;
}

.group-item-banner-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

.group-item-banner-bottom > div {
  width: 49.2%;
  background: #fff;
  padding: 5px;
  height: 170px;
}

.item-banner-bottom img {
  width: 100%;
  height: 100%;
}

.item-banner-bottom img {
  width: 100%;
  height: 100%;
}

ul.list-hover-product {
  position: absolute;
  margin: 0;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  z-index: 9998;
  display: flex;
  padding: 5px;
  border: 1px solid #ccc;
  list-style: none;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s;
  z-index: -1;
  flex-wrap: wrap;
}

ul.listmenu-left > li:hover > ul {
  opacity: 1;
  transform: translateX(0px);
  z-index: 99;
}

ul.list-menudmcon > li:first-child a {
  border: 0;
}

li.menu-child-has {
  width: 20%;
  padding: 5px;
}

li.menu-child-has > a {
  color: red;
  font-size: 16px;
}

ul.listmenu-left > li:hover {
  background: var(--color-main);
}

ul.listmenu-left > li:hover > a {
  color: #fff;
}

ul.last-list-menu {
  list-style: none;
  padding: 0px;
  font-size: 13px;
  margin: 0;
  margin-top: 10px;
  line-height: 1.8em;
}

.group-quangcaoduoislider > div {
  background: #fff;
  width: calc(25% - 5px);
}

.group-form-menu select {
  width: 115px;
  height: 40px;
  border: 1px solid #ccc;
  border-right: none;
  padding-left: 5px;
}

.group-quangcaoduoislider {
  display: none;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}

.group-danhmuc-list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 15px;
  padding-top: 20px;
}

.item-list-danhmuc {
  margin-bottom: 10px;
  width: 25%;
}
.titledanhmmuc {
  text-align: center;
  font-family: "Roboto";
}

.img-product-newss1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img-product-newss1 {
  width: 100%;
  height: 200px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}

.img-product-newss1:hover {
  text-align: center;
}

.masp {
  padding: 5px;
  font-family: "Roboto";
}

.item-productnews1 {
  background: #fff;
  margin: 10px 0px;

  position: relative;
}

.logo__c img {
  max-width: 35px;
}

.logo__c {
  position: absolute;
  right: 10px;
  top: 0px;
  z-index: 100;
}

.owl-item.active {
  padding: 1px;
}

h1.title-product-home-ss1 {
  background: #fff;

  font-size: 14px;
  word-break: break-word;
  margin: 0;
  font-family: "Roboto";
  line-height: 1.5em;
}

.gia-olds {
  font-family: "Roboto";
  font-size: 13px;
  text-decoration: line-through;
}

.gia-news {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 18px;
}

.group-itempcp2 {
  padding: 10px;
}

.pricegroup {
  margin: 10px 0px;
}

.viewall-product a {
  color: #fff;
  font-family: "Roboto";
  display: block;
  padding: 8px;
}

.viewall-product {
  text-align: center;
  background: var(--color-main);
  display: flex;
  justify-content: center;
  border-radius: 3px;
}

html {
  scroll-behavior: smooth;
}

header.xs-none.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
}

button.muahang {
  border: 0;
  background: 0;
  padding: 0;
  margin-bottom: 10px;
}

span.tkiem {
  font-size: 12px;
  font-family: "Roboto";
  color: #da0808;
}

.gia-olds {
  display: inline-block;
  margin-right: 10px;
}

ul.list-menudmcon a {
  padding: 0px 30px;
  font-size: 15px;
  border-left: 1px solid #000;
}

ul.list-menudmcon {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  font-family: "Roboto";
  font-size: 13px;
  padding-left: 30px;
}

h2.title-hnews3 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Roboto";
  background: var(--color-main);
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #fff;
  position: relative;
}
h2.title-hnews3::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 0 30px;
  border-color: transparent transparent transparent var(--color-main);
  left: 100%;
}
.title-pro-ver2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 150px);
}

.product-group-cte {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto";
}

.group-product-news-ver2 {
  margin-top: 10px;
}

.group-titleftm a:hover {
  color: #fff;
  background: var(--color-main);
}
.group-titleftm a {
  display: inline-block;
  border: 1px solid var(--color-main);
  padding: 5px 30px;
  color: var(--color-main);
  transition: 0.5s;
}
.group-titleftm {
  width: 100%;
  justify-content: center;
  display: flex;
}
h2.title-hnews4 {
  text-transform: uppercase;
  font-size: 27px;
}

.group-dee {
  background: #fff;
  padding: 10px;
}

.mota-camket {
  font-family: "Roboto";
  font-size: 13px;
}

ul.ft-menu a {
  font-size: 14px;
  padding: 0;
  padding-bottom: 8px;
}

ul.ft-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto";
}

footer .title-f::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: red;
  bottom: -7px;
  left: 0;
}

.item-icon-fter {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
}

.group-iconfb {
  display: flex;
}

.item-icon-fter:nth-child(1) {
  background: #4267b2;
}

.item-icon-fter:nth-child(2) {
  background: #ff0000;
}

.item-icon-fter:nth-child(3) {
  background: linear-gradient(45deg, #e7703a, #c61f75);
}

.icon-footer a {
  padding: 0 !important;
  color: #fff;
}

h2.titlecoldm {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}

ul.menu-right-12 {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "Roboto";
  padding-left: 10px;
}

.dahmucsp {
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.desft * {
  width: auto !important;
}
footer.ft3 {
  padding: 40px 0;
  background: #e9edf2;
}
ul.menu-right-12 > li {
  padding: 5px 0px;
}

ul.menu-right-12 > li.active > a {
  color: red;
}

.viewslistf {
  content: "Xem thêm";
  position: absolute;
  width: calc(100% - 2px);
  height: 25px;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), #fff);
  text-align: center;
  font-family: "Roboto";
  left: 50%;
  transform: translateX(-50%);
}

.itemthongtin.ts1 {
  position: relative;
  max-height: 500px;
  overflow: hidden;
  margin-bottom: 20px;
}

ins#aswift_1_expand {
  display: none !important;
}

.owl-pro-slick.spdetail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.owl-pro-slick.spdetail {
  border: none;
  margin-bottom: 20px;
  background: #fff;
  height: 350px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

figure.mz-figure.mz-hover-zoom.mz-magnifier-zoom.mz-ready {
  height: 100%;
}
h4.title-f.colorred {
  color: red;
}
