* {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 10px 0;
  padding: 0;
  color: #000000;
}

table {
  width: 100%;
}

table,
th,
td {
  font-size: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  padding-left: 10px;
  border: 1px solid #ddd;
}

tr {
  margin-bottom: 10px;
}

td {
  vertical-align: central;
  padding: 5px !important;
  border-color: #ddd;
}

ul li {
  list-style: none;
  position: relative;
}

p {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff !important;
  color: #000000;
}

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

a {
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #000000;
}

ol,
ul {
  margin: 0;
}

a:focus,
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #ed1c24;
}

html {
  scroll-behavior: smooth;
}

.quangcao_in {
  margin-bottom: 10px;
}

.audio {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 40px;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
  width: inherit;
  height: inherit;
  position: relative;
  direction: ltr;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

audio::-webkit-media-controls-enclosure {
  width: 100%;
  max-width: 800px;
  height: 30px;
  flex-shrink: 0;
  bottom: 0;
  text-indent: 0;
  padding: 0;
  box-sizing: border-box;
}

audio::-webkit-media-controls-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  -webkit-user-select: none;
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  text-align: right;
  bottom: auto;
  background-color: #999;
  border-radius: 5px;
  transition: opacity 0.3s;
}

.menu_fix_mobile {
  position: fixed;
  z-index: 9999;
  height: 100%;
  width: 345px;
  top: 0;
  left: 0;
  background: #333;
  transition: all 200ms linear 0s;
  transform: translateX(-100%);
}

.main-menu-show {
  transform: translateX(0) !important;
  transition: all 200ms linear 0s;
  border-right: 1px solid #fff;
}

.menu_fix_mobile .close-menu {
  overflow: hidden;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}

.menu_fix_mobile .close-menu .logo_menu {
  display: inline-block;
  padding: 10px 10px 10px 25px;
}

.menu_fix_mobile .close-menu .logo_menu img {
  width: auto;
  max-width: unset;
  height: 42px;
}

.menu_fix_mobile .close-menu > a {
  float: right;
  color: #fff;
  width: 50px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  font-size: 18px;
}

.menu_fix_mobile ul {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.menu_fix_mobile ul li {
  float: left;
  position: relative;
  margin: 0;
  transition: 0.4s;
  width: 100%;
}

.menu_fix_mobile ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #fff;
  line-height: normal;
}

.menu_fix_mobile ul li a:hover {
  background-color: #ed1c24;
  color: #fff;
}

.menu_fix_mobile ul li i.fa-chevron-down {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  width: 40px;
  height: 38px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  transition: 0.3s;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.menu_fix_mobile li ul.nav-sub {
  display: none;
  position: static;
  top: 100%;
  border: none;
  left: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
  min-width: 180px;
  transition: unset;
  float: left;
}

.menu_fix_mobile .nav-main > li:hover .nav-sub {
  transition: unset;
}

.menu_fix_mobile .nav-main li ul.nav-sub li {
  width: 100%;
  padding: 0;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a {
  padding: 11px 15px 11px 35px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  line-height: normal;
  white-space: normal;
  text-transform: inherit;
}

.menu_fix_mobile .nav-main li ul.nav-sub li a:hover {
  color: #fff;
}

.menu_fix_mobile .nav-main li .nav-sub li:not(:last-child):after {
  display: none;
}

.menu_fix_mobile li ul.nav-sub-child {
  display: none;
  position: static;
  top: 100%;
  border: none;
  left: 0;
  padding: 0;
  background-color: transparent;
  text-align: left;
  min-width: 180px;
  transition: unset;
  float: left;
  opacity: 1;
  visibility: inherit;
}

.menu_fix_mobile .nav-main li ul.nav-sub-child li a {
  padding: 11px 15px 11px 60px;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}

#menu {
  background: #023e7c;
  width: 100%;
  height: 45px;
  border-bottom: solid 1px #fff;
  display: none;
}

#menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#menu.fixed1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#menu .container {
  position: relative;
}

.width_fix_logo {
  width: auto;
  padding: 0 15px;
  float: left;
  -ms-flex: unset;
  flex: unset;
  max-width: unset;
}

.logo-head {
  /* padding: 18px 0; */
  /* height: 97px; */
  /* max-width: 88px; */
  /* line-height: 88px; */
}

.logo-head img {
  width: auto;
}

.list_sale {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: auto;
}

.list_sale li {
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.list_sale li + li {
  margin-left: 2px;
}

.list_sale li.sale_value {
  background-image: linear-gradient(#f00, #ef0000);
}

.list_sale li.new_value {
  background-image: linear-gradient(#8d0000, #ef0000);
}

.list_sale li.hot_value {
  background-color: #f18800;
}

.list-bar {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  width: 24px;
  height: 4px;
  background-color: #333;
  margin: 4px 0;
  transition: 0.4s;
}

.list-bar2 {
  cursor: pointer;
  display: none;
  float: right;
  margin-left: 10px;
  margin-top: 2px;
}

.bar4,
.bar5,
.bar6 {
  width: 24px;
  height: 2px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.box_search {
  display: inline-block;
  float: left;
  position: relative;
  padding: 3px 8px;
  /* width: calc(100% - 777px); */
  /* display: none; */
  display: flex;
  font-style: inherit;
  align-items: center;
  position: absolute;
  right: 0;
  /* display: none; */
  cursor: pointer;
  border: solid 1px #333;
}

.box_search > i {
  cursor: pointer;
  display: inline-block;
  color: #000000;
  font-size: 18px;
  padding: 5px 8px;
}

.fix_hotline {
  display: none;
  margin: 0;
  padding: 0;
  left: 5px;
  bottom: 10px;
  position: fixed;
  z-index: 9;
}

.fix_hotline ul {
  float: left;
  width: 100%;
}

.fix_hotline li {
  padding: 5px;
  display: inline-block;
  position: relative;
  border-radius: 15px;
  border-radius: 50%;
  box-shadow: 0 3px 10px #888;
}

.fix_hotline li + li {
  margin-left: 10px;
}

.fix_hotline li img {
  width: 40px;
  height: auto;
  padding: 6px;
}

.call-floating-menu {
  background-color: #26c71f;
}

.zalo-floating-menu {
  background-color: #0078ff;
}

.messenger-floating-menu {
  background-color: #fff;
}

.filter_chungloai {
  padding: 0 10px;
  display: flex;
  float: left;
  width: 100%;
}

.filter_chungloai .name {
  width: 285px;
  color: #ed1c24;
  padding: 0 10px;
  display: flex;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.filter_chungloai .list_ds {
  padding: 6px 0;
  width: calc(100% - 160px);
  border: 1px solid #ddd;
}

.filter_chungloai .list_ds li {
  width: 25%;
  float: left;
}

.filter_chungloai .list_ds li a {
  display: block;
  font-weight: 500;
  padding: 3px 15px;
}

.search {
  position: unset;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  font-size: 15px;
}

.form_search {
  width: 100%;
  max-width: 326px;
  z-index: 5;
  overflow: hidden;
  padding: 0;
  height: 34px;
  margin: auto;
  transition: 0.5s;
}

.open .form_search {
  width: 260px;
}

.form_search input {
  width: calc(100% - 60px);
  float: left;
  border: 1px solid #000;
  font-size: 13px;
}

.form_search input::placeholder {
  color: #333;
}

.form_search button {
  width: 41px;
  float: left;
  background-color: #023e7c;
  border: 0;
}

.form_search button i {
  font-size: 16px;
  color: #fff;
}

.form_search .form-control {
  border-radius: 0;
  box-shadow: none;
}

.width_fix_menu {
  width: 100%;
  padding-right: 0;
  position: unset;
  float: left;
}

.menu-desktop {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
  position: unset;
}

.menu-desktop .nav-main {
  display: inline-block;
}

.menu ul li {
  float: left;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  border-width: 0 1px 0 0;
  float: left;
  border-style: solid;
  border-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgb(255, 255, 255) 50%,
      rgba(0, 0, 0, 0)
    )
    1 100%;
}

.menu > ul > li:first-child {
  border-image: unset;
  border-width: 0;
}

.menu > ul > li:last-child {
  border-image: unset;
  border-width: 0;
}

.active1 {
  top: -3px;
}

.menu > ul > li.active1 > a {
  line-height: 50px;
}

.menu > ul > li.open:hover > a {
  position: relative;
}

.menu > ul > li.megamenu {
  position: unset;
}

.menu ul li a {
  /* color: #000000; */
  /* font-size: 17px; */
  /* padding: 0 16px; */
  /* line-height: 20px; */
  /* font-weight: 400; */
  /* width: 100%; */
  /* display: inline-block; */
}

.menu > ul > li > a {
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
  padding: 0px 32px;
  line-height: 45px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 15px;
}

.menu > ul > li > a:hover {
  color: #ff0;
}

.nav-sub {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 260px;
  z-index: 5;
  padding: 20px 0px;
  background-color: #ebeced;
  transition: opacity 0.25s;
  border-top: 5px solid #ed1c24;
}

.nav-sub-in {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  min-width: 260px;
  width: 76%;
  z-index: 5;
  background-color: #ebeced;
  border-top: 5px solid #ed1c24;
  padding: 25px 10px;
  transition: opacity 0.25s;
}

.nav-sub-in .item {
  width: 33.3333%;
  float: left;
  position: relative;
}

.nav-sub-in .item:not(:last-child) {
  border-right: 1px solid #ed1c24;
}

.nav-sub-in .item h3 {
  margin: 0;
}

.nav-sub-in .item h3 a {
  padding: 6px 15px 6px;
  font-size: 18px;
  color: #ed1c24;
  font-weight: 700;
  text-align: left;
  display: block;
  text-transform: uppercase;
}

.nav-sub-in .item ul {
  width: 100%;
  float: left;
}

.nav-sub-in .item ul li {
  width: 100%;
}

.nav-sub-in .item ul li a {
  text-align: left;
  white-space: nowrap;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #3f4245;
  padding: 6px 15px;
}

.nav-sub-in .item ul li a:hover {
  color: #ed1c24;
}

.nav-main li .nav-sub li {
  width: 100%;
}

.nav-main li .nav-sub li a {
  text-align: left;
  white-space: nowrap;
  padding: 6px 25px;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #3f4245;
}

.nav-main li .nav-sub li:last-child a {
  border-bottom: none;
  color: #f00;
}

.nav-main li .nav-sub li a:hover {
  color: #ed1c24;
}

.nav-sub-child {
  position: absolute;
  left: 100%;
  top: 150%;
  min-width: 250px;
  background-color: #ebeced;
  transition: 0.5s all ease;
  border-left: 1px solid #fff;
  visibility: hidden;
  opacity: 0;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.fl_right {
  float: right;
}

.fl_left {
  float: left;
}

.group_hotline_header {
  display: inline-block;
  width: 290px;
  float: right;
  padding: 0 15px;
  display: none;
}

.box_hotline_header {
  color: #000000;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  width: 100%;
  margin: 21px 0;
}

.box_hotline_header .image_hotline {
  width: 67px;
  height: 67px;
  float: left;
  position: relative;
  margin-right: 20px;
  padding: 4px;
}

.box_hotline_header span {
  display: inline-block;
  margin-right: 0px;
  font-weight: 300;
  color: #ed1c24;
}

.hotline_mobi {
  position: relative;
  height: 58px;
  width: 58px;
  display: inline-block;
}

.chinhanh {
  width: 100%;
  float: left;
}

.chinhanh .item {
  width: 100%;
  margin-top: 15px;
}

.chinhanh .item .title_chinhanh {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.chinhanh .item .nd_chinhanh {
}

.chinhanh .item .nd_chinhanh ul {
}

.chinhanh .item .nd_chinhanh li {
  color: #fff;
  font-size: 15px;
}

.duyanh-alo-phone {
  position: relative;
  visibility: visible;
  background-color: transparent;
  cursor: pointer;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.duyanh-alo-ph-circle {
  width: 58px;
  height: 58px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ef0000;
  opacity: 0.5;
}

.animated {
  animation-duration: 1s;
}

.zoomIn {
  animation-name: zoomIn;
}

.pulse {
  animation-name: pulse;
}

.tada {
  animation-name: tada;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.duyanh-alo-ph-circle-fill {
  width: 44px;
  height: 44px;
  top: 7px;
  left: 7px;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  transition: all 0.5s;
  background-color: rgba(239, 0, 0, 0.5);
  opacity: 0.75;
}

.duyanh-alo-ph-img-circle {
  width: 34px;
  height: 34px;
  top: 12px;
  left: 12px;
  position: absolute;
  background: url(../images/phone_icon.png) center center no-repeat
    rgba(30, 30, 30, 0.1);
  border-radius: 100%;
  background-size: 18px;
  border: 2px solid transparent;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
  background-color: #ef0000;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.box_hotline_header .phone_number {
  display: inline-block;
  font-weight: 700;
  color: #ed1c24;
  line-height: 24px;
  font-size: 20px;
}

.slide {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.nd_banner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  z-index: 3;
}

.nd_banner .title {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  line-height: normal;
}

.nd_banner .desc {
  color: #000000;
  width: 45%;
  font-size: 16px;
  line-height: 24px;
}

.product_list1 {
  padding: 0 7.5px;
  width: 100%;
  float: left;
}

.bg_goc {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  z-index: 2;
}

.slide:before {
  content: "";
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: linear-gradient(to right, #ff9000, #ffb44a);*/
  opacity: 0.5;
  z-index: 1;
}

.slide .image img {
  opacity: 0;
}

.box-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-dots {
  left: 0;
  position: unset;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slide .slick-prev,
.slide .slick-next {
  margin: 0;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  z-index: 66;
  text-align: center;
  opacity: 0.75;
  background-color: none;
  border-radius: 100%;
}

.slide .slick-prev i,
.slide .slick-next i {
  color: #fff;
  line-height: 24px;
  font-size: 25px;
}

.slide .slick-prev {
  left: 30px;
}

.slide .slick-next {
  right: 30px;
}

.send_contact {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  margin-top: 10px;
}

.support_client {
  background-image: url(../images/bg_support_client.jpg);
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 130px;
}

.support_client .content {
  width: 100%;
  display: flex;
  justify-content: center;
}

.support_client .box_left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.support_client .box_left .nd_left {
  text-align: center;
}

.support_client .box_left .nd_left .title {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 300;
  line-height: normal;
}

.support_client .box_left .nd_left p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 10px;
}

.support_client .box_left .nd_left a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #ed1c24;
  display: inline-block;
  padding: 11px 10px;
  width: 264px;
  border-radius: 15px;
}

.support_client .box_left .nd_left a:hover {
  background-color: #ed1c24;
}

.support_client .box_right {
  width: 60%;
  display: flex;
  align-items: center;
}

.support_client .box_right .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 25px;
}

.support_client .box_right .desc {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
}

.support_client2 {
  background-image: url(../images/bg_support_client2.jpg);
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 100px;
}

.support_client2 .content {
  width: 100%;
  display: inline-block;
  justify-content: center;
}

.support_client2 .box_left {
  width: 50%;
  float: right;
  display: flex;
}

.support_client2 .box_left .nd_left {
  text-align: center;
}

.support_client2 .box_left .nd_left .title {
  color: #3ec3cd;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 300;
  line-height: normal;
}

.support_client2 .box_left .nd_left p {
  color: #3ec3cd;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}

.support_client2 .box_left .nd_left a {
  color: #3ec3cd;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #3ec3cd;
  display: inline-block;
  padding: 9px 10px;
  font-size: 20px;
  width: 264px;
  border-radius: 24px;
}

.support_client2 .box_left .nd_left a:hover {
  color: #fff;
  background-color: #3ec3cd;
}

.bosanphan {
  background: #f41118;
  border: none;
  color: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0px;
}

.bosanphan i {
  margin-right: 5px;
}

.guidi10 {
  margin-right: 5px;
  padding-left: 35px;
  padding-right: 35px;
  height: 30px;
  border: none;
  border-radius: 5px;
  background-color: #f00;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  float: left;
  cursor: pointer;
}

.contact_primary1 {
  margin-top: 0px;
  background: #fff;
  border: solid 1px #eee;
  overflow: hidden;
  padding: 15px;
  line-height: 32px;
  margin-bottom: 20px !important;
}

.contact_primary1 input {
  width: 100%;
  outline: 0;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 32px;
  margin-bottom: 15px !important;
}

.contact_primary1 select {
  width: 100%;
  outline: 0;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 32px;
  margin-bottom: 15px !important;
}

.contact_primary1 textarea {
  width: 100%;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  height: 80px;
  margin-bottom: 0px !important;
  outline: 0;
}

table .count .abate::before {
  margin: 13px auto;
}

table .count .augment::before {
  margin: 13px auto;
}

table .count .augment::after {
  top: 10px;
}

.home_top .payment .step .link {
  padding: 8px 35px 8px 30px;
}

.title_thongtin {
  background: #f7f7f7;
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.box_dattour button {
  background: #d60c0c;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 12px;
  font-weight: bold;
  border: none;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 20px;
}

.payment {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
}

.payment .step .item {
  float: left;
  width: 33.33%;
}

.payment .step .link {
  display: block;
  padding: 8px 35px 8px 30px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  font-weight: bold;
  background: #f0f0f0;
  position: relative;
  margin-bottom: 0;
}

.payment .step .active .link {
  background: #f4f9fd;
}

.payment .step .item:first-child .link {
  padding-left: 20px;
}

.payment .step .number {
  display: inline-block;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #999;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

.payment .step .active .number {
  background: #ed1c24;
}

.dat_hang {
  margin-top: 10px;
  text-align: right;
  margin-bottom: 20px !important;
}

.dat_hang button {
  border: none;
  background: #ed1c24;
  color: #fff;
  font-weight: bold;
  padding: 8px 15px;
  cursor: pointer;
  text-transform: uppercase;
}

.box_dattour {
  height: 0px;
  position: relative;
}

.count {
  text-align: center;
}

.count .abate {
  left: -30px;
  top: 20px;
}

.count .abate::before {
  background: #288ad6;
}

.count .abate::before {
  width: 8px;
  height: 2px;
  content: "";
  margin: 13px auto;
  display: block;
}

.count .btn {
  position: absolute;
  width: 30px;
  line-height: 30px !important;
  height: 30px;
  border: 1px solid #dfdfdf;
  border-right-color: rgb(223, 223, 223);
  border-right-style: solid;
  border-right-width: 1px;
  top: 0;
  cursor: pointer;
  padding: 0;
}

.count .augment {
  right: -30px;
}

.count .augment::before {
  background: #288ad6;
}

.count .augment::before {
  width: 8px;
  height: 2px;
  margin: 14px auto;
  content: "";
  display: block;
}

.count .augment::after {
  content: "";
  width: 2px;
  height: 8px;
  background: #288ad6;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 11px;
  left: 0px;
  right: 0;
}

.count .quantity {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #dfdfdf;
}

.count > * {
  display: inline-block;
}

.button_tintuc {
  position: fixed;
  bottom: 136px;
  right: -29px;
  z-index: 99;
}

.button_tintuc a {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  background-color: #cc1111;
  font-size: 20px;
  font-weight: 700;
  transform: rotate(-90deg);
}

.button_canhbao {
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 1054;
  max-width: 180px;
}

.button_canhbao a {
  display: inline-block;
  padding: 9px 15px;
  color: #fff;
  border-radius: 0;
  background-color: #000;
  font-size: 18px;
  border: 5px solid #ff0000;
  border-right: 0;
  text-transform: uppercase;
}

@-webkit-keyframes my {
  0% {
    color: #f8cd0a;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #f8cd0a;
  }
}

@-moz-keyframes my {
  0% {
    color: #f8cd0a;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #f8cd0a;
  }
}

@-o-keyframes my {
  0% {
    color: #f8cd0a;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #f8cd0a;
  }
}

@keyframes my {
  0% {
    color: #f8cd0a;
  }
  50% {
    color: #fff;
  }
  100% {
    color: #f8cd0a;
  }
}

.change_color {
  background: #3d3d3d;
  font-size: 24px;
  font-weight: bold;
  -webkit-animation: my 700ms infinite;
  -moz-animation: my 700ms infinite;
  -o-animation: my 700ms infinite;
  animation: my 700ms infinite;
}

.uk-position-relative {
  position: relative;
}

.khach_hang {
  width: 100%;
  padding: 35px 0 15px;
  position: relative;
  background: #fff;
}

.khach_hang .list_kh {
  margin-top: 35px;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}

.list_kh .khach_hang_item {
  width: 33.3333%;
  padding: 0 15px;
  float: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

.khach_hang_item .box_kh {
  width: 100%;
  float: left;
  padding: 15px 15px;
}

.khach_hang_item .box_kh:hover {
  box-shadow: 0 0 9px 4px #ddd;
}

.khach_hang_item .box_kh .image {
  width: 100%;
  margin-bottom: 10px;
}

.khach_hang_item .box_kh .image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.khach_hang_item .box_kh .info_kh {
  width: 100%;
  padding-top: 15px;
  padding: 10px 0;
  min-height: 130px;
}

.khach_hang_item .box_kh .info_kh h3 {
  margin: 0;
  font-size: 18px;
  padding-bottom: 11px;
  line-height: normal;
  min-height: 60px;
  border-bottom: 1px solid #000000;
}

.khach_hang_item .box_kh .info_kh .desc {
  font-size: 14px;
  margin: 10px 0 0;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.khach_hang_item .box_kh .info_kh .date-time {
  padding: 0;
  font-size: 12px;
  font-style: italic;
  color: #717171;
}

.more_kh {
  width: 150px;
  height: 40px;
  text-transform: uppercase;
  background-color: #ed1c24;
  display: block;
  border-radius: 5px;
  margin: 20px auto 15px;
}

.more_kh a {
  font-size: 17px;
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
}

.more_kh a i {
  font-size: 20px;
  line-height: 36px;
  display: inline;
  margin-left: 2px;
}

.doitac {
  padding: 25px 0 25px;
  clear: both;
  display: block;
  background-color: #fff;
}

.doitac .slick-prev,
.doitac .slick-next {
  transform: translateY(-50%);
  transition: 0.5s;
  margin: 0;
  z-index: 10;
  opacity: 1;
  height: 28px;
}

.doitac .slick-prev .fa-chevron-left:before {
  content: "\f104";
}

.doitac .slick-next .fa-chevron-right:before {
  content: "\f105";
}

.doitac .slick-prev {
  left: 0px;
}

.doitac .slick-next {
  right: 0px;
}

.doitac .slick-prev i,
.doitac .slick-next i {
  color: #ed1c24;
  font-size: 34px;
}

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

.title-headding .bg_img {
  display: inline-block;
  width: 290px;
  height: 42px;
  padding: 2px;
  background-image: linear-gradient(#ed1c24, #ed1c24);
  border-radius: 10px;
}

.title-headding .bg_img .title {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #ebebeb, #ffffff);
  border-radius: 10px;
  color: #000000;
  font-size: 18px;
  line-height: 38px;
}

.doitac_list {
  padding: 0 30px;
  margin-top: 50px;
}

.doitac_list:before {
  content: "";
  position: absolute;
  right: 35px;
  height: 100%;
  width: 2px;
  background-color: #f6f6f6;
  z-index: 1;
}

.doitac_item {
  padding: 0px 5px;
  width: 20%;
  float: left;
}

.doitac_item .image {
  padding: 5px 0;
  margin: 0;
  display: flex;
  text-align: center;
  height: 80px;
  box-shadow: 0px 0px 0px 0px #ccc;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border: solid 1px #ccc;
  align-items: center;
  justify-content: center;
}

.doitac_item .image img {
  margin: auto;
  width: auto;
}

.doitac_item2 {
  padding: 0px 5px;
  width: 20%;
  float: left;
}

.doitac_item2 h2 {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.doitac_item2 h2 a {
  color: #000000;
}

.doitac_item2 h2 a:hover {
  color: #f18800;
}

.doitac_item2 .image {
  margin: 0 0 10px 0;
  display: flex;
  text-align: center;
  background: #fff;
  height: 220px;
  border: solid 1px #eee;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.doitac_item2 .image img {
  margin: auto;
  width: auto;
}

.box_content_slide {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: left;
  z-index: 3;
  transform: translateY(-50%);
}

.box_content_slide .block_nd {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  float: left;
}

.box_content_slide .block_nd h2 {
  margin: 0 0 20px;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 36px;
}

.box_content_slide .block_nd .desc {
  font-size: 16px;
  color: #fff;
  text-align: left;
  max-width: 390px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 23px;
}

.box_content_slide .block_nd .title_slide {
  max-width: 410px;
  color: #fff;
  text-transform: uppercase;
}

.box_content_slide .block_nd .title_slide .with_me {
  font-size: 17px;
  display: block;
  text-align: right;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 5px;
}

.box_content_slide .block_nd .title_slide .you_can {
  font-size: 30px;
  line-height: normal;
}

.box_content_slide .block_nd .trust {
  font-size: 34px;
  color: #ed1c24;
  text-transform: uppercase;
  margin-top: 5px;
}

.group_button_link {
  width: 100%;
  display: inline-block;
}

.group_button_link .more_about {
  width: 160px;
  height: 46px;
  text-transform: uppercase;
  background-color: #fff;
  display: inline-block;
  border-radius: 5px;
  float: left;
}

.group_button_link .more_about a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 46px;
}

.group_button_link .more_about a:hover {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.group_button_link .video_slide {
  display: inline-block;
  float: left;
  margin-left: 20px;
}

.group_button_link .video_slide .icon_play {
  height: 54px;
  width: 54px;
  border-radius: 100%;
  background-color: #000000;
  border: none;
  box-shadow: unset;
  position: relative;
  text-align: center;
  outline: 0;
  margin-right: 15px;
  top: 0;
  left: 0;
  transform: unset;
}

.group_button_link .video_slide .icon_play:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #000000;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: line-bounce 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 1.5s;
}

.group_button_link .video_slide .icon_play:hover {
  background-color: #ed1c24;
}

.group_button_link .video_slide .icon_play i {
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  margin-left: 5px;
}

.group_button_link .video_slide .icon_play i:after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #000000;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: line-bounce 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 0.5s;
}

@keyframes line-bounce {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.group_button_link .video_slide span {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

.group_button_link .more_product {
  width: 150px;
  height: 42px;
  display: inline-block;
  padding: 1px;
  background-image: linear-gradient(#f18800, #ffb44a);
  border-radius: 5px;
  margin-left: 5px;
}

.group_button_link .more_product a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #ffffff, #ffb878);
  border-radius: 5px;
  color: #000000;
  font-size: 18px;
  line-height: 38px;
}

.group_button_link .more_product a:hover {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to right, #ffb878, #fff);
  border-radius: 5px;
  color: #000000;
  font-size: 18px;
  line-height: 38px;
}

.support {
  padding: 14px 0;
  z-index: 5;
  margin-top: -90px;
  width: 100%;
  position: relative;
  display: block;
}

.support:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(to right, #ffb44a, #cf7400);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.36;
}

.support_item {
  padding: 0 15px;
  float: left;
  position: relative;
  width: 33.3333%;
}

.support_item .box_support {
  width: 100%;
  display: inline-block;
}

.support_item .box_support .image {
  float: left;
  margin-right: 15px;
  display: inline-block;
}

.support_item .box_support .nd {
  display: inline-block;
  float: left;
}

.support_item .box_support .title {
  margin-bottom: 8px;
}

.support_item .box_support .title a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.support_item .box_support .title a:hover {
  color: #fff;
}

.support_item .box_support span {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.slick-slider {
  margin-bottom: 0;
}

.nav-pills > li > a {
  width: 154px;
  padding: 10px 15px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  background-image: linear-gradient(to right, #f2f2f2, #d2d2d2);
  border-radius: 10px;
}

.nav-pills > li + li {
  margin-left: 10px;
}

.nav-pills {
  padding: 10px;
  display: inline-block;
  box-shadow: 0 0 7px 0 #ccc;
  border-radius: 15px;
}

.tab_title {
  text-align: center;
}

.product {
  padding: 40px 0 50px;
}

.product_page {
  padding: 20px 0 30px;
}

.product_list {
  padding: 0 7.5px;
  width: 100%;
  float: left;
}

.tab-content {
  margin-top: 15px;
}

.product_item {
  padding: 0 7.5px;
  float: left;
  margin-bottom: 15px;
  width: 25%;
}

.related_products .product_item,
.product_search .product_item {
  width: 25%;
}

.product_item .image {
  width: 100%;
}

.product_item .image img {
  width: 100%;
  height: 165px;
  object-fit: cover;
}

.product_item .box_product {
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  padding: 10px 10px 15px;
  border: solid 1px #eee;
}

.product_item .box_info {
  padding-top: 5px;
  position: relative;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 25px;
}

.product_item .box_product h3 {
  margin: 0 0 10px;
}

.product_item .box_product h3 a {
  color: #000000;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_item .box_product h3 a:hover {
  color: #ed1c24;
}

.product_item .box_product .box_nd {
  padding: 11px 15px;
  background-color: #e8e8e8;
  overflow: hidden;
}

.product_item .box_product .box_nd .type {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #000000;
}

.product_item .box_product .box_nd .code {
  width: 50%;
  float: left;
  text-align: right;
  color: #000000;
  line-height: 24px;
  font-size: 16px;
}

.product_item .box_product .desc {
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 8px;
  color: #000000;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_item .box_product .rating {
  display: none;
  width: 100%;
  justify-content: center;
  margin-bottom: 15px;
}

.product_item .box_product .rating i {
  color: #fdcc0d;
  font-size: 18px;
}

.product_item .box_product .rating i:not(:last-child) {
  margin-right: 3px;
}

.product_item .box_product .box_order {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product_item .box_product .view_more {
  width: 48%;
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.product_item .box_product .view_more a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 15px;
  height: 30px;
  font-weight: 500;
  line-height: 30px;
  border-radius: 5px;
  background-color: #eee;
}

.product_item .box_product .view_more a:hover {
  color: #ed1c24;
}

.product_item .box_product .view_more i {
  font-weight: 700;
  margin-right: 3px;
}

.product_item .box_product .order_button {
  width: 48%;
  display: inline-block;
  position: relative;
}

.product_item .box_product .order_button a {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  border-radius: 5px;
  background-color: #eee;
}

.product_item .box_product .order_button a:hover {
  color: #b70614;
}

.product_item .box_product .order_button a i {
  margin-right: 3px;
}

.solution_services {
  margin-top: 50px;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 0px 0 50px;
  background-image: url(../images/bg_solution.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.group_title_heading {
  width: 100%;
  text-align: center;
}

.title_heading span {
  color: #ed1c24;
}

.group_title_heading .sub_title_heading {
  color: #0f5062;
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 10px;
}

.group_title_heading .title_heading {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  line-height: normal;
  position: relative;
}

.group_title_heading .title_heading:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  height: 13px;
  width: 220px;
  transform: translateX(-50%);
  background-image: url(../images/line_home.png);
}

.list_service {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.list_service .service_item {
  width: 50%;
  float: left;
  display: flex;
  padding: 5px 15px;
  margin-bottom: 20px;
}

.service_item .box_service {
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 7px 0 #ddd;
  border-radius: 7px;
  padding: 15px;
}

.service_item .box_service h3 {
  margin: 0 0 0px;
}

.service_item .box_service h3 a {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.service_item .box_service h3 a:hover {
  color: #ed1c24;
}

.service_item .box_service .image {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding: 0px 0;
}

.service_item .box_service .image img {
  width: auto;
}

.service_item .box_service .line {
  background-color: #ed1c24;
  width: 60px;
  height: 2px;
  display: inline-block;
  margin: 5px 0 10px 0;
}

.service_item .box_service .desc {
  color: #000000;
  width: 100%;
  font-size: 15px;
  text-align: justify;
  font-weight: 400;
  line-height: 23px;
}

.number_special {
  padding: 60px 0 60px;
  width: 100%;
  background-image: linear-gradient(#fff, #fff);
  position: relative;
}

.number_special .mx_width {
  position: relative;
  width: 100%;
}

.number_special .col-md-12 {
  position: unset;
}

.number_special .img_bg_number {
  display: inline-block;
  margin-top: 70px;
}

.number_special .img_bg_number img {
  width: 32vw;
}

.number_special .bg_goc_count {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  z-index: 2;
}

.number_special .bg_img_count {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  z-index: 2;
}

.number_special .bg_img_count img {
  height: 100%;
  width: auto;
  object-fit: cover;
}

.number_special .title {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  position: relative;
  z-index: 3;
}

.list_count {
  width: 60%;
  float: right;
  position: relative;
  z-index: 3;
  margin-top: 70px;
}

.list_count .item {
  position: relative;
  z-index: 1;
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 0 15px;
  display: flex;
}

.list_count .item:not(:last-child) {
  margin-bottom: 20px;
}

.list_count .item .icon_image {
  margin-right: 15px;
}

.list_count .item .box_nd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 145px;
  border-right: 1px solid #ed1c24;
}

.list_count .item .desc {
  width: calc(100% - 145px);
  display: flex;
  align-items: center;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  padding-left: 25px;
  text-align: left;
}

.list_count .item .counter-value {
  display: block;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: normal;
  text-align: left;
  margin-bottom: 0px;
}

.number_ok::after {
  font-size: 26px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0px;
  padding-left: 4px;
  content: "+";
  font-weight: 400;
  color: #ed1c24;
  height: 18px;
  line-height: 18px;
  position: relative;
  top: -16px;
}

.list_count .item p {
  margin: 0;
  color: #000000;
  text-align: left;
  font-size: 16px;
}

.folder_products {
  width: 100%;
  padding: 50px 0 40px;
  position: relative;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.folder_products .nav-pills > li > a {
  background-color: #ed1c24;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  background-image: unset;
  position: relative;
}

.folder_products .nav-pills > li.active > a,
.folder_products .nav-pills > li.active > a:focus,
.folder_products .nav-pills > li.active > a:hover {
  background-color: #ed1c24;
  color: #fff;
}

.folder_products .nav-pills > li.active > a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #ed1c24;
}

.folder_tab_title {
  margin-top: 50px;
  text-align: center;
}

.folder_products .nav-pills {
  padding: 0;
  box-shadow: unset;
  border-radius: 0;
}

.list_folder_products {
  width: 100%;
  float: left;
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
}

.list_folder_products .folder_products_item {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 50px;
}

.list_folder_products .box_folder_products {
}

.list_folder_products .box_folder_products .image {
  height: 160px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.list_folder_products .box_folder_products .image img {
  width: 225px;
  margin: 0;
}

.list_folder_products .box_folder_products h3 {
  text-align: center;
}

.list_folder_products .box_folder_products h3 a {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}

.list_folder_products .box_folder_products h3 a:hover {
  color: #ed1c24;
}

.news {
  width: 100%;
  padding: 35px 0 40px;
  position: relative;
  background: #f6f6f6;
}

.news_home .mx_width {
  position: relative;
  width: 100%;
}

.news_home .group_title_heading {
  margin-bottom: 60px;
}

.news_home .img_tamgiac {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.news_home .img_tamgiac img {
  width: auto;
}

.page_news,
.page_post {
  width: 100%;
  padding: 30px 0;
}

.post_list {
  width: 100%;
  padding: 0 15px;
}

.post_list .post_item {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}

.post_list .post_item .group_date_time {
  float: left;
  background: #fff;
  border: 1px solid #ededed;
  margin: 0 20px 0 0;
  text-align: center;
  width: 58px;
}

.group_date_time ul li {
  min-height: 52px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
}

.group_date_time ul li a {
  display: block;
  font-size: 30px;
  color: #ed1c24;
  height: 100%;
  width: 100%;
  border-bottom: 1px solid #ededed;
}

.group_date_time ul li a i {
  line-height: 52px;
}

.post_list .post_item .box-post {
  width: calc(100% - 80px);
  float: left;
}

.post_item .box-post .image {
  width: 100%;
  margin: 0 0 40px;
  overflow: hidden;
  position: relative;
}

.post_item .box-post .image img {
  width: 100%;
  transition: all 0.5s ease;
}

.post_item .box-post .image:hover img {
  transform: scale(1.1);
}

.post_item .box-post .image .desc {
  padding: 20px 20px 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 24px;
  opacity: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: opacity 0.35s, transform 0.35s;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
}

.post_item .box-post .image:hover .desc {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  font-weight: normal;
}

.post_item .box-post .image .desc strong {
  font-size: 100% !important;
  color: #fff !important;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.post_item .box-post .post-info {
}

.post_item .box-post .post-info h3 {
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px solid #dbdbdb;
}

.post_item .box-post .post-info h3 a {
  display: block;
  font-size: 24px;
  line-height: 30px;
}

.entry-metadata {
  display: inline-block;
  padding: 20px 0 0;
  width: 100%;
}

.entry-metadata p {
  float: left;
  margin: 0 15px 0 0;
  color: #333334;
  font-size: 14px;
  line-height: 25px;
}

.entry-metadata p a {
  color: #333334;
  font-size: 14px;
}

.entry-metadata span {
  margin-right: 5px;
}

.first_news {
  width: 33.3333%;
  padding: 0 15px;
  float: left;
}

.first_news .image {
  position: relative;
}

.first_news .image img {
  height: 225px;
  object-fit: cover;
}

.first_news h3 {
	line-height: 22px;
}

.first_news h3 a {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  color: #000000;
}

.first_news h3 a:hover {
  color: #ed1c24;
}

.first_news .desc {
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  max-height: 40px;
  text-overflow: ellipsis;
}

.news_right {
  width: 66.6666%;
  float: left;
  padding: 0 15px;
}

.news_item {
  float: left;
  padding: 0 15px;
}

.page_news .news_item {
  width: 25%;
  margin-bottom: 45px;
}

.news_item .image {
  width: 100%;
  float: left;
}

.page_news .news_item .image {
  width: 100%;
}

.news_item .image img {
  height: 150px;
  object-fit: cover;
}

.page_news .news_item .image img {
  height: 190px;
  object-fit: cover;
}

.news_item .news_infor {
  float: left;
  width: calc(100% - 0px);
  background-image: linear-gradient(50deg, #ebebeb, #ebebeb);
  padding: 15px 8px 8px;
  position: relative;
}

.news_item .news_infor p {
  padding: 0 0 15px;
  font-size: 12px;
  font-style: italic;
  color: #717171;
}

.page_news .news_item .news_infor {
  width: calc(100% - 0px);
  padding: 15px 15px 8px;
}

.news_item .news_infor:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0px;
  background-image: linear-gradient(to right, #ed1c24, #ed1c24);
  right: 0;
  top: 0;
}

.news_right .news_item {
  width: 50%;
  display: flex;
  margin-bottom: 30px;
}

.news_rale .news_item {
  width: 50%;
  display: flex;
  margin-bottom: 15px;
}

.news_item .news_infor h3 {
  margin: 0 0 6px;
}

.news_item .news_infor h3 a {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  max-height: 40px;
  min-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}

.news_item .news_infor h3 a:hover {
  color: #ed1c24;
}

.page_news .news_item .news_infor h3 a {
  font-size: 17px;
}

.page_news .news_item .news_infor h3 a:hover {
  color: #ed1c24;
}

.news_item .news_infor .desc {
  font-size: 14px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.page_news .news_item .news_infor .desc {
  font-size: 14px;
  margin: 10px 0;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pagination {
  margin-bottom: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.pagination-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination-group .pagination {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pagination-group .pagination a {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e23b41;
}

.pagination-group .pagination span {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #e23b41;
  background-color: #e23b41;
  color: #fff;
}

.files_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.files_list .files_item {
  width: 20%;
  float: left;
  padding: 0 15px;
}

.files_item .image {
  width: 100%;
}

.files_item .image img {
  max-width: 120px;
  height: auto;
  margin: auto;
  display: block;
}

.files_item .files_infor {
  width: 100%;
}

.files_item h3 {
  margin: 0;
  text-align: center;
}

.files_item h3 a {
  color: #545454;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  justify-content: center;
  padding: 0px 5px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}

.files_item h3 a:hover {
  color: #f18800;
}

.footer {
  padding: 0;
  width: 100%;
  border-top: 7px solid #ed1c24;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  background-image: url(../images/bg_footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(25, 60, 157, 0.95);
}

.footer-main {
  padding: 50px 0 30px;
  position: relative;
}

.group_social_foot {
  margin-top: 5px;
  overflow: hidden;
  display: inline-block;
  float: left;
}

.group_social_foot span {
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 14px;
  margin-right: 10px;
  line-height: 36px;
}

.ma_code {
  width: 80%;
  max-width: auto;
  float: right;
  padding-top: 10px;
}

.ma_code img {
}

.social_foot {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
  text-align: center;
}

.social_foot ul {
  display: inline-block;
}

.social_foot li {
  float: left;
}

.social_foot li a {
  display: inline-block;
  height: 36px;
  width: 36px;
  background-color: #fff;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #595755;
}

.social_foot li a:hover {
  background-color: #ed1c24;
  color: #fff;
}

.social_foot li i {
  line-height: 34px;
  font-size: 16px;
}

.social_foot li:not(:last-child) {
  margin-right: 8px;
}

.box_content_bottom {
  margin-top: 50px;
}

.logo_footer {
  margin-bottom: 10px;
  width: 100%;
}

.logo_footer .image {
  width: auto;
}

.logo_footer .image img {
  width: auto;
}

.logo_footer h2 {
  font-size: 16px;
  padding-bottom: 0;
  margin: 0;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}

.box_address {
  color: #fff;
  font-size: 14px;
  float: left;
  font-weight: 300;
}

.footer_bottom_top .box_address {
  border-left: solid 1px #eee;
  padding-left: 15px;
}

.box_address ul {
  float: left;
}

.box_address .item {
  line-height: 26px;
}

.name_company {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  line-height: 30px;
}

.name_company:before {
  position: absolute;
  content: "";
  width: 110px;
  height: 2px;
  display: block;
  bottom: -3px;
  background-color: #fff;
}

.box_address li {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  float: left;
}

.box_address li .lal {
  width: 124px;
  float: left;
}

.box_address li .content {
  width: calc(100% - 124px);
  float: left;
}

.box_address li .content a {
  color: #fff;
}

.title_underline {
  line-height: 30px;
  margin: 0 0 15px;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.title_underline:before {
  position: absolute;
  content: "";
  width: 85px;
  height: 2px;
  display: block;
  bottom: -3px;
  background-color: #fff;
}

.footer_links {
  font-size: 18px;
}

.footer_links li {
  padding: 0;
  line-height: 30px;
  list-style: none;
}

.footer_links li a {
  font-size: 15px;
  color: #fff;
}

.footer_links li a:hover {
  color: #ed1c24;
}

.about_foot {
  font-size: 18px;
  color: #ccc;
  line-height: 26px;
  margin-bottom: 5px;
}

.form_dky .form-control {
  box-shadow: none;
  height: 40px;
  font-size: 15px;
}

.form_dky input {
  font-style: italic;
  border: 1px solid #fff;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 1);
}

.form_dky input::placeholder {
  color: #000000;
}

.form_dky button {
  width: 134px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 600;
  border: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 2px;
  background-color: #ed1c24;
  border-radius: 5px;
}

.form_dky button .bg {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 36px;
}

.form_dky button i {
  margin-right: 10px;
}

.footer_bottom {
  padding: 10px 0;
  background-color: #023e7c;
  border-top: solid 1px #0a5ca2;
}

.copyright-text {
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  font-size: 15px;
  display: inline-block;
}

.back_to_top {
  display: inline-block;
  float: right;
}

.back_to_top span {
  display: inline-block;
  float: left;
  line-height: 27px;
  font-weight: 300;
  color: #fff;
}

.back_to_top img {
  margin-left: 5px;
  width: auto;
  float: left;
  margin-top: 3px;
}

.banner_top {
  display: block !important;
  position: relative;
}

.slide .banner_top .box-slide {
  background-position: center center;
}

.banner_top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.91;
  z-index: 1;
}

.breadcrumbs {
  padding: 10px 0;
  position: relative;
  width: 100%;
  background-color: #eee;
  margin-bottom: 15px;
}

.breadcrumbs ul {
  float: left;
  width: 100%;
}

.breadcrumbs .breadcrumbs-item {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-flex-wrap;
  flex-wrap: wrap;
  float: left;
  position: relative;
  z-index: 2;
  font-size: 14px;
  color: #000000;
  text-transform: none;
  font-weight: 500;
}

.breadcrumbs .breadcrumbs-item a {
  color: #000000;
  font-size: 14px;
  padding: 0 12px;
  position: relative;
}

.breadcrumbs .breadcrumbs-item a:before {
  content: "";
  right: -1px;
  top: 3px;
  position: absolute;
  height: 13px;
  width: 1px;
  background-color: #333;
  transform: rotate(20deg);
}

.breadcrumbs .breadcrumbs-item:last-child a:last-child:before {
  display: none;
}

.breadcrumbs .breadcrumbs-item .currentcat {
  color: #ed1c24;
  border-right: 0px solid #333;
}

.breadcrumbs .breadcrumbs-item span {
  display: inline-block;
  margin: 0 0px;
  color: #000000;
}

.list_thuong_hieu {
  width: 100%;
  padding: 45px 0 30px 0;
}

.list_thuong_hieu .nav-pills {
  box-shadow: unset;
  padding: 0;
  width: 100%;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
}

.list_thuong_hieu .nav-pills > li {
  width: 25%;
  float: left;
  padding: 0 15px;
  margin-bottom: 15px;
}

.list_thuong_hieu .nav-pills > h3 .active {
  color: #ed1c24;
}

.list_thuong_hieu .nav-pills > h3.active > a,
.folder_products .nav-pills > h3.active > a:focus,
.folder_products .nav-pills > h3.active > a:hover {
  color: #ed1c24;
  background: none;
}

.list_thuong_hieu .nav-pills > li + li {
  margin-left: 0;
}

.list_thuong_hieu .nav-pills > li > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 0;
  border-radius: 0;
  background-color: unset;
  background-image: unset;
}

.list_thuong_hieu .nav-pills > li > a h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #000000;
  line-height: 20px;
  text-transform: uppercase;
}

.list_thuong_hieu .nav-pills > li.active > a h3 {
  color: #ed1c24;
}

.list_thuong_hieu .nav-pills > li > a h3 {
  color: #000000;
}

.list_thuong_hieu .nav-pills > li > a h3:hover {
  color: #ed1c24;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  background-color: transparent;
  background-image: unset;
  color: #fff;
}

.list_thuong_hieu .nav-pills > li .image {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  margin-bottom: 20px;
  border-radius: 5px;
}

.list_thuong_hieu .nav-pills > li img {
  width: auto;
}

.categories_about {
  padding: 40px 0;
  background-color: #ed1c24;
}

.categories_about .content {
  padding-left: 90px;
  display: flex;
  align-items: center;
}

.categories_about .icon_video_category {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}

.categories_about .icon_video_category:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #000000;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: line-bounce 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 1.5s;
}

.categories_about .icon_video_category img {
  width: auto;
}

.categories_about .icon_video_category a:before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #000000;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: line-bounce 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  animation-delay: 0.5s;
}

.categories_about .content .desc {
  color: #000000;
  font-size: 16px;
  display: inline-block;
  max-width: 400px;
}

.list_categories {
  padding: 30px 0;
}

.list_categories .box_categories {
  width: 100%;
}

.list_categories .box_categories .row {
  display: flex;
  flex-wrap: wrap;
}

.list_categories .box_categories .categories_item {
  width: 20%;
  float: left;
  display: flex;
  padding: 0 15px;
  margin-bottom: 35px;
}

.list_categories .categories_item .categories_info {
  float: left;
  width: 100%;
  text-align: center;
}

.list_categories .categories_info a {
  display: block;
  padding: 25px 0 25px;
}

.list_categories .categories_info .image {
  width: 100%;
  margin-bottom: 25px;
  height: 100px;
}

.list_categories .categories_info .image img {
  width: auto;
  height: 100%;
}

.list_categories .categories_info h3 {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
}

.list_categories .categories_info h3:hover {
  color: #ed1c24;
}

blockquote {
    background-color: #e6e6e6;
    padding: 15px 10px 15px 20px;
    font-size: 18px;
    border-left: 4px solid #d50808;
}
blockquote a {
    color: #007bff;
    font-weight: 500;
    text-decoration: underline;
}

.col-left {
  float: right;
  position: relative;
  order: 1;
}

.col-right {
  float: left;
  position: relative;
}

.project {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 15px 13px;
}

.tim_kiem_right {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}

.form_search2 input {
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  border: 1px solid #ed1c24;
}

.form_search2 button {
  width: 60px;
  height: 40px;
  float: left;
  background-color: #ed1c24;
  border: 0;
}

.form_search2 button i {
  font-size: 16px;
  color: #fff;
}

.form_search2 .form-control {
  border-radius: 0;
  box-shadow: none;
}

.project h3 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 22px;
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #ed1c24;
  background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project h4 {
  margin: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
  font-size: 18px;
  display: block;
  color: #ed1c24;
  background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project li {
  overflow: hidden;
  padding: 15px 0;
  background: url(../images/mt-kengang.png) repeat-x bottom;
}

.project li h4 {
  margin: 0 0 10px;
}

.project li a {
  color: #333;
  text-transform: initial;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.project li a:hover {
  color: #ed1c24;
}

.project li img {
  width: 80px;
  object-fit: cover;
  float: left;
  margin-right: 10px;
}

.project li .desc {
  color: #333;
  font-size: 12px;
  line-height: 18px;
}

.project li .desc3 {
  font-size: 13px;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news_detail {
  width: 100%;
  padding-bottom: 20px;
}

.box_news_detail {
  width: 100%;
  color: #000000;
  line-height: 26px;
  text-align: justify;
  font-size: 16px !important;
}
.box_news_detail .noi_dung_in img,
.noi_dung_sp img {
  width: 100%;
  max-width: 600px;
}

.box_news_detail h1 {
  color: #ed1c24;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 50px 0 20px;
  text-align: center;
}

.date_time {
  color: #888;
  display: inline-block;
  margin-bottom: 20px;
}

.date_time i {
  margin-right: 5px;
  font-size: 16px;
}

.box_news_detail .news_note {
  padding: 10px 22px;
  background-color: #ed1c24;
  color: #fff;
  line-height: 26px;
  text-align: justify;
  margin-bottom: 30px;
}

.share {
  margin: 20px 0 10px;
}

.popup_auto .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: unset;
}

.popup_auto .modal-content .close {
  color: #fff;
  opacity: 1;
  font-size: 26px;
  position: absolute;
  right: -30px;
  line-height: 25px;
  top: 0px;
}

.popup_auto .modal-body {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

.form_popup {
  background-color: #f18800;
  padding: 20px 25px 25px;
}

.form_popup .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  line-height: normal;
  margin-bottom: 20px;
}

.form_popup .form-group .form-control {
  width: 100%;
  height: 34px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 4px 12px;
  color: #000000;
  box-shadow: unset;
  font-size: 15px;
}

.form_popup .form-control[type="submit"] {
  width: auto;
  background: #fff;
  display: block;
  line-height: 40px;
  color: #f18800;
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  border: 0px hidden #ffffff;
  border-radius: 10px 10px 10px 10px;
  margin: auto;
  padding: 0px 30px 0px 30px;
}

.form_popup ul li {
  font-size: 15px;
  padding: 5px 0;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.news_rale {
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
  color: #000000;
  padding-top: 20px;
}

.news_rale .title-headding {
  margin-bottom: 33px;
}

.page-product-detail {
  width: 100%;
  padding-top: 40px;
}

.box_images_detail {
  width: 46%;
  position: relative;
  border-radius: 10px;
  padding: 0px 30px 0px 0;
  float: left;
  margin-bottom: 31px;
}

.danhmuc_menu {
  display: none;
}

.info_detail {
  width: 54%;
  float: left;
  position: relative;
}

.info_detail:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 28px solid #ed1c24;
}

.images_detail {
  border: 1px solid #eee;
  position: relative;
  text-align: center;
}

.images_detail a {
  display: -ms-flexbox;
  height: 430px;
  align-items: center;
  justify-content: center;
}

.images_detail img {
  height: auto;
  padding: 40px;
  max-height: 100%;
  width: auto;
  vertical-align: middle;
}

.box_dat_mua {
  float: left;
  width: 100%;
  background: #e2e2e2;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

.box_dat_mua .box_price {
  width: 50%;
  float: left;
  padding: 15px;
}

.box_dat_mua .box_price .name_price {
  width: 125px;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  padding-right: 20px;
  float: left;
}

.price_top {
  margin-bottom: 0px;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

.box_dat_mua .box_price .box_value_price {
  width: calc(100% - 130px);
  float: left;
}

.box_dat_mua .box_price .value_price {
  font-size: 18px;
}

.box_dat_mua .box_price .value_price .new_price {
  display: inline-block;
  color: #000000;
  font-weight: 600;
  font-size: 17px;
}

.giao_hang {
  border: solid 1px #ccc;
  line-height: 30px;
  width: 100%;
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.giao_hang .giao_hang1 {
  width: 50%;
  padding: 5px;
  float: left;
}

.giao_hang .giao_hang1 p {
  color: #f00;
  font-weight: bold;
}

.giao_hang .giao_hang1:nth-child(1) {
  border-right: solid 1px #ccc;
}

.giao_hang .giao_hang2 {
  padding: 5px;
  color: #000000;
  font-weight: 500;
}

.box_dat_mua .box_price .value_price .old_price {
  display: inline-block;
  text-decoration: line-through;
  color: #999;
  font-size: 15px;
}

.box_dat_mua .box_price .vat {
}

.box_dat_mua .line-dr {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
  width: 100%;
  float: left;
}

.box_status {
  width: 50%;
  float: left;
  padding: 15px;
}

.box_status .name_status {
  width: 100px;
  font-size: 15px;
  float: left;
  line-height: 34px;
}

.box_status .group_nd_button {
  width: calc(100% - 100px);
  float: left;
}

.box_status .value_status {
  display: inline-block;
  background-color: #000;
  color: #fff;
  width: 190px;
  height: 30px;
  line-height: 30px;
  float: left;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.box_status .value_status a {
  color: #fff;
  display: block;
}

.box_status button {
  border: none;
  float: left;
  display: inline-block;
  outline: 0;
  box-shadow: unset;
  background-color: transparent;
}

.tinhtrang_in {
  padding: 20px 0px 10px 0;
  margin: 0;
  float: left;
  border-top: solid 1px #ccc;
  width: 100%;
  font-size: 15px;
}

.tinhtrang p {
  width: 140px;
  padding-right: 15px;
  text-align: right;
  float: left;
}

.tinhtrang span {
  font-weight: bold;
}

.box_status button a {
  background-color: #ed1c24;
  color: #fff;
  height: 30px;
  width: 190px;
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 0 20px;
  text-transform: uppercase;
}

.info_payment {
  float: left;
  width: 100%;
  padding: 0 0 25px 0;
}

.info_payment .item {
  width: 100%;
  display: flex;
}

.info_payment .item.bot-10 {
  margin-bottom: 10px;
}

.info_payment .payment_left {
  align-items: center;
  justify-content: left;
  text-align: right;
  padding-right: 10px;
  width: 140px;
  color: #636363;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.info_payment .payment_right {
  width: calc(100% - 90px);
  padding-left: 10px;
  line-height: 22px;
  font-weight: bold;
}

.info_payment .payment_right1 {
  width: calc(100% - 90px);
  padding-left: 10px;
  line-height: 22px;
  font-size: 13px;
  font-weight: normal;
}

.info_payment .payment_right .sh-nwr {
  font-size: 14px;
}

.info_payment .payment_right .sh-nwr a {
  color: #0654ba;
}

.info_payment .payment_right a {
  text-decoration: underline;
}

.info_payment .payment_right .list_bank {
}

.list_bank img {
  background-image: url(../images/list_bank.png);
  background-repeat: no-repeat;
  width: 39px;
  height: 24px;
  display: inline-block;
}

.list_bank .vi-pv2-paypal {
  background-position: -155px 0;
}

.list_bank .vi-pv2-visa {
  background-position: 0 0;
}

.list_bank .vi-pv2-master_card {
  background-position: -39px 0;
}

.list_bank .vi-pv2-am_ex {
  background-position: -77px 0;
}

.list_bank .vi-pv2-discover {
  background-position: -116px 0;
}

.img_nho {
  width: 350px;
  margin: 10px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.img_nho .column {
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0 8px 16px 8px;
  border: 1px solid #f2f2f2;
  display: flex;
  line-height: 50px;
  vertical-align: middle;
  align-items: center;
}

.img_nho img {
  height: auto;
  cursor: pointer;
  max-width: 90%;
  max-height: 80%;
  margin: auto;
  vertical-align: middle;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.img_nho .slick-prev,
.img_nho .slick-next {
  margin: 0;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  z-index: 6;
  text-align: center;
  opacity: 1;
  border-radius: 100%;
}

.img_nho .slick-prev i,
.img_nho .slick-next i {
  color: #f18800;
  line-height: 24px;
  font-size: 18px;
}

.slick-slide {
  outline: 0;
}

.img_nho .slick-prev {
  left: 5px;
}

.img_nho .slick-next {
  right: 5px;
}

.button_support {
  cursor: pointer;
  width: 312px;
  height: 56px;
  border-radius: 10px;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #f18801, #ffb44a);
  display: flex;
  align-items: center;
  justify-content: center;
}

.button_support .icon {
  margin-right: 10px;
}

.button_support .icon img {
  width: auto;
}

.button_support .name {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.info_detail h1 {
  color: #000000;
  margin: 0px 0 0;
  padding: 0px 0px;
  font-size: 26px;
  border-left: 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-height: 50px;
}

.info_detail .thong_so {
  padding: 0px 0px 10px 35px;
}

.thong_so ul {
  float: left;
  margin: 20px 0;
}

.thong_so li {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  float: left;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

.thong_so li:last-child {
  border-bottom: 0;
}

.thong_so li .lal {
  width: 150px;
  float: left;
  padding-left: 0;
}

.thong_so li .content {
  width: calc(100% - 150px);
  float: left;
}

.thong_so li:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -30px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-image: linear-gradient(#ed1c24, #ed1c24);
}

.thong_tin_lien_he {
  margin-top: 15px;
  text-align: left;
  overflow-wrap: break-word;
}

.thong_tin_lien_he .title_l {
  font-size: 24px;
  padding: 15px 0;
}

.thong_so .time_ship {
  float: left;
  width: 100%;
  color: #212121;
  padding: 5px 0 12px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
}

.info_hotline {
  padding: 9px 15px;
  width: 100%;
  float: left;
  background-image: linear-gradient(to right, #f18801, #ffb44a);
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  margin-top: 0px;
}

.info_hotline .icon_hotline {
  display: inline-block;
  margin-right: 15px;
}

.info_hotline .icon_hotline img {
  width: 36px;
}

.info_hotline span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

.description_product_detai {
  margin-bottom: 10px;
}

.box_thong_so {
  padding: 0;
  font-size: 16px !important;
}

.box_thong_so a {
  color: #f18800;
}

.box_thong_so .title {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 30px;
}

.box_thong_so .content {
  font-size: 15px;
  color: #000000;
  line-height: 26px;
  text-align: justify;
}
.box_thong_so .content img {
	width: auto;
}

.box_thong_so .content ol {
  padding-left: 18px;
}

.box_thong_so .content ul {
  padding-left: 18px;
}

.para_product {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}

.tab_product {
  width: 100%;
}

.tab_product .tab-content {
  float: left;
  width: 100%;
  padding-top: 30px;
  margin-top: 0;
}

.tab_product .nav-tabs {
  background-color: #ebebeb;
  padding: 15px 0;
  border-bottom: 0;
  width: 100%;
  position: relative;
  float: left;
}

.tab_product .nav-tabs:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background-color: #ebebeb;
  top: 0;
  right: calc(100% - 1px);
}

.tab_product .nav-tabs:after {
  content: "";
  width: 200%;
  position: absolute;
  height: 100%;
  background-color: #ebebeb;
  top: 0;
  left: calc(100% - 1px);
}

.nav-tabs > li {
  position: relative;
}

.nav-tabs > li > a {
  color: #000000;
  font-weight: 700;
  font-size: 16px;
  padding: 13px 35px;
  border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  font-weight: 700;
  font-size: 16px;
  border: 0;
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.sidebar_right {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 15px;
}

.sidebar_right li {
  width: 100%;
  display: flex;
  align-items: center;
}

.sidebar_right li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar_right li .image {
  width: 58px;
  margin-right: 15px;
}

.sidebar_right li .image img {
  width: 100%;
  height: auto;
}

.sidebar_right li .name {
  width: calc(100% - 73px);
}

.sidebar_right li .name a {
  font-size: 16px;
  color: #000000;
}

.related_products .title {
  color: #000000;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.filters {
  width: 100%;
  background: #fff;
  padding: 0;
}

.filter-item {
  width: 100%;
  box-shadow: 0 1px 5px #dedede;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0;
}

.filter-item-name {
  height: 35px;
  padding: 0px 20px;
  margin: 0;
  display: block;
  line-height: 35px;
  border-bottom: 0;
  position: relative;
  cursor: pointer;
  background: #023e7c;
}

.filter-item-name .drop_down_filter {
  height: 35px;
  display: inline-block;
  width: 26px;
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 0;
  text-align: center;
  line-height: 35px;
  transform: rotate(-180deg);
  transition: 0.5s;
  color: #fff;
}

.filter-item.active .filter-item-name .drop_down_filter {
  transform: rotate(0deg);
}

.filter-item-name span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 35px;
}

.filter-item-value {
  padding: 0px;
  border-top: 0;
  margin-top: 0;
  background-color: #1977d8;
}

.active .filter-item-value {
  display: none;
}

.filter-item-value input {
  position: relative;
  top: 2px;
}

.filter-item-value .label-radio {
  padding: 0 20px;
  position: relative;
  border-bottom: 1px solid #fff;
}

.filter-item-value .label-radio:hover {
  background-color: #ed1c24;
}

.filter-item-value .label-radio i {
  position: absolute;
  top: 10px;
  left: 0;
  color: #cfcfcf;
  font-size: 15px;
  display: none;
}

.filter-item-value .label-radio label {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 34px;
}

.filter-item-value .label-radio label a {
  color: #fff;
  font-size: 15px;
}

.filter-title {
  display: none;
  width: 100%;
  border: 0;
  margin: 10px 0 0;
  color: #fff;
  position: relative;
  font-size: 14px;
}

.filter-title-name {
  color: #fff;
  width: 100%;
  background: #f18800;
  font-size: 14px;
  text-align: center;
  margin: auto;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1px 20px;
  line-height: 30px;
  vertical-align: middle;
  cursor: pointer;
}

.filter-title-name .drop_down_filter {
  display: none;
}

.sidebar {
  background-color: #eee;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #ccc;
}

.thongke {
  margin-top: 10px;
  background-color: #eee;
  padding-bottom: 0px;
  width: 100%;
}

.thongke .title {
  color: #fff;
  background: #023e7c;
  margin-top: 0px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
}

.box_tour_km {
  background: #fff;
  width: 100%;
  float: left;
  border: solid 1px #eee;
  padding: 0px 10px 10px 10px;
}

.box_tour_km p {
  text-align: left;
  padding-top: 13px;
  margin: 0;
  font-size: 14px;
}

.box_tour_km p i {
  padding-right: 10px;
}

.box_tour_km p span {
  font-weight: 600;
  color: #023e7c;
}

.sidebar .title {
  position: relative;
  background-color: #4a1e1c;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0px 10px 0px 40px;
  border: solid 1px #4a1e1c;
  font-size: 15px;
  margin: 0;
  color: #fff;
}

.icon-danhmuc {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

.icon-danhmuc-item {
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 3px 20px 0 0;
  transition: 0.4s;
}

.sidebar ul li {
  position: relative;
  padding-left: 25px;
}

.sidebar ul li:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}

.sidebar ul li i {
  position: absolute;
  font-size: 15px;
  color: #000000;
}

.sidebar ul li i.fa-caret-right {
  left: 10px;
  top: 10px;
}

/* video */

.library_image_list {
  margin-top: 20px;
}

.library_image_list,
.library_video_list {
  padding: 0 8px;
}

.library_image_item,
.library_video_item {
  margin-bottom: 15px;
  padding: 0 7px;
}

.library_image_item,
.library_video_item p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.library_image_item,
.library_video_item p a {
  font-size: 16px;
  text-align: center;
}

.library_image_item .image,
.library_video_item .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.library_image_item .image a,
.library_video_item .image a {
  display: block;
}

.library_image_item .image img,
.library_video_item .image img {
  object-fit: cover;
  height: 220px;
  border: solid 1px #ccc;
}

.library_image_item .image img {
  transition: 0.3s;
}

.library_image_item .image:hover img {
  transform: scale(1.2);
}

.library_video_item:hover .icon_play {
  background-color: #ff0000;
}

.library_video_item h3,
.library_image_item h3 {
  margin: 6px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
  text-align: center;
}

.library_video_item h3 a,
.library_image_item h3 a {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  font-weight: 600;
}

.library_video_item h3 a:hover,
.library_image_item h3 a:hover {
  color: #199cdb;
}

.icon_play {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.icon_play i {
  font-size: 16px;
  margin-left: 2px;
  color: #fff;
  line-height: 50px;
}

.video_detail h2 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 25px;
  color: #d4d7e0;
}

.video_item iframe {
  width: 100%;
  height: 500px;
}

.links_gp {
  margin-bottom: 20px;
  overflow: hidden;
}

.box_video_detail .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.ct-left,
.ct-right {
  margin-top: 15px;
  margin-bottom: 15px !important;
  color: #000000;
  font-size: 15px;
}

.ct-left p {
  margin-bottom: 10px;
}

.map {
  margin-top: 10px;
}

.ct-left form input {
  font-size: 14px;
  color: #000000;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0px;
  height: 35px;
  padding: 0 15px;
  margin-bottom: 15px;
  outline: 0;
}

.ct-left form textarea {
  font-size: 14px;
  color: #000000;
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 15px;
  outline: 0;
}

.ct-left form button {
  font-size: 14px;
  color: #fff;
  background: #ed1c24;
  border: none;
  height: 40px;
  width: 150px;
  border-radius: 7px;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
}

.label-radio h2 {
  font-size: 15px;
  line-height: 30px;
}

.label-radio h2 a {
  font-weight: 600;
  text-transform: uppercase;
}

.label-radio h2 a i {
  color: #f18800;
  padding-right: 10px;
}

.label-radio h2 a:hover {
  color: #f18800;
}

.modal .pps-wrap {
  box-sizing: border-box;
  position: relative;
  z-index: 10008;
  height: 100%;
  max-height: inherit;
  padding: 15px 20px 15px 20px;
  background-color: #e2f1e2;
  border-radius: 5px;
}

.modal .pps-close {
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 999;
}

.pps-close a.pps-close-link {
  padding: 6px;
  box-sizing: content-box;
  display: block;
  outline: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 18px;
}

.pps-close a.pps-close-link i {
  font-size: 18px;
  line-height: 1;
  color: #999999;
}

.pps-content {
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}

.pps-content iframe {
  width: 100%;
  height: 360px;
}

.modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
}

.modal.fade .modal-dialog {
  transform: translate(-50%, -50%);
}

.modal.in .modal-dialog {
  transform: translate(-50%, -50%);
}

.noi_dung_in {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}

.noi_dung_in ul {
  padding-left: 25px;
}

.noi_dung_in ul li {
  list-style: disc;
}

.info_contact {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.info_download {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
}

.info_contact p {
  text-align: justify;
  font-size: 12px;
  line-height: 22px;
  color: #ff9600;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.table_contact {
  float: left;
  width: 100%;
}

.textfield_contact {
  width: 303px;
  height: 30px;
  background: #fff;
  border: 1px solid #eaeae9;
  padding: 0px 5px;
  float: left;
  color: #5a5959;
  border-radius: 4px;
  -moz-border-radius: 4px;
}

.textarea_contact {
  width: 303px;
  float: left;
}

.noidung_contact {
  float: left;
  width: 100%;
}

.txt_noidung_contact {
  float: left;
  width: 100%;
  height: 100px;
  background: #fff;
  border: 1px solid #eaeae9;
  padding: 0px 5px;
  color: #5a5959;
  border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top: 5px;
}

.guidi {
  float: left;
  margin-right: 5px;
  width: 120px;
  height: 30px;
  text-align: center;
  background-color: #ff9600;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
}

.like_facebook {
}

.share-article {
}

#video_home .modal2 {
  max-width: 900px;
  margin: 100px auto;
  width: 100%;
}

#video_home video {
  width: 100%;
}

.fixed-contact-icons {
  position: fixed;
  bottom: 55px;
  left: 5px;
  z-index: 9;
}

.fixed-contact-icons i {
  color: white;
  font-size: 30px;
  background: #0083fe;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
}

.fixed-contact-icons ._zalo {
  background: url(../images/zalo-icon.png) 0 0 no-repeat;
  background-size: cover;
}

.fixed-contact-icons ._msg {
  background: #0083fe url(../images/icon-msg.png) 0 0 no-repeat;
  background-size: cover;
}

.fixed-tel {
  left: 5px;
  bottom: 10px;
  position: fixed;
  display: inline-block;
  min-width: 70px;
  height: 40px;
  line-height: 40px;
  background: #cc1111;
  color: #fff;
  font-weight: 700;
  font-size: 125%;
  border-radius: 25px;
  padding: 0 10px 0 15px;
  box-shadow: 0 0 3px #fff;
  z-index: 999;
}

.fixed-tel i {
  padding-left: 10px;
  font-size: 20px;
  padding-top: 5px;
  line-height: 30px;
  transform: rotateY(180deg);
}

.float-contact {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
}

.chat-zalo {
  background: #8eb22b;
  border-radius: 20px;
  padding: 8px 18px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  border: none;
}

.chat-zalo a,
.chat-face a,
.hotline a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 0;
}

.chat-face {
  background: #125c9e;
  border-radius: 20px;
  padding: 8px 18px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  border: none;
}

.float-contact .hotline {
  background: #d11a59 !important;
  border-radius: 20px;
  padding: 8px 18px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
  border: none;
}

.bottom-contact {
  display: none;
}

/* HeaderEdit */

.box-menu-top-header .menu > ul > li > a {
  padding: 0 16px;
  color: #000000;
  font-weight: 600;
}

.box-menu-top-header .menu-desktop {
  display: flex;
  align-items: center;
}

.box-menu-top-header .active1 {
  background-image: unset;
}

.box-menu-top-header .menu > ul > li.active1 > a {
  color: #009999;
}

.header-top > .container > .row {
  position: relative;
  justify-content: space-between;
}

.box_search .language {
  position: relative;
  margin-left: 30px;
  font-weight: 700;
  display: none;
}

.box_search .language::before {
  content: "";
  left: -15px;
  width: 2px;
  height: 20px;
  top: 1px;
  background-color: #000000;
  position: absolute;
}

.slide-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn-slider-prev,
.btn-slider-next {
  display: inline-block;
  position: relative;
}

.btn-slider-prev img,
.btn-slider-next img {
  width: 10px;
}

.box-slide-content {
  max-width: 500px;
  padding-left: 55px;
  border-left: 1px solid #ddd;
}

.box-slide-content .bnt-slide {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  padding: 8px 20px;
  border-radius: 30px;
  border-color: transparent;
  background-color: #12999f;
}

.box-slide-content .bnt-slide span {
  margin-left: 16px;
}

.box-slide-content .desc_slide {
  font-size: 15px;
  color: #fff;
  margin-bottom: 35px;
  font-weight: 300;
}

.box-slide-content h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.slide-button {
  position: absolute;
  bottom: 55px;
  width: 100%;
}

.btn-slider-prev {
  margin-right: 10px;
}

.btn-slider-prev,
.btn-slider-next {
  display: inline-block;
}

.slide-button-box {
  display: inline-block;
  float: right;
  position: relative;
}

.btn-slider-prev {
  position: relative;
}

.btn-slider-prev::before {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50% + 1px);
  height: 1px;
  width: 164px;
  background-color: #fff;
}

.slide-button > .container {
  position: relative;
}

.dots-class-slider {
  display: inline-block;
  position: absolute;
  right: 220px;
}

.dots-item {
  margin-right: 20px;
  font-weight: 700;
  color: #fff;
}

.p-t-80 {
  padding-top: 80px;
}

.p-b-70 {
  padding-bottom: 80px;
}

.section_about-us > .container > .row {
  align-items: center;
}

.section_about-us-item-title {
  font-size: 17px;
  color: #ed1c24;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.sec_about-us-item-title-desc {
  font-size: 17px;
  margin-bottom: 20px;
  display: block;
}

.achievement {
  display: flex;
}

.achievement-item {
  padding: 00px 25px 0 0;
}

.achievement-count span {
  color: #ed1c24;
  font-size: 35px;
  font-weight: 700;
}

.col-section_about-us {
  padding: 0;
}

.achievement-text {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.03);
  width: 75%;
}

.section_about-us hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.03);
  width: 75%;
}

.section_about-us {
  background-image: url("../images/about-us-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 604px 413px;
  padding: 30px 0 50px 0;
}

.sec_about-us-item {
  display: flex;
  align-items: center;
}

.box-main-about-us-right-content,
.box-main-about-us-right-image {
  width: 50%;
}

.box-main-about-us-right-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.3;
}

.box-main-about-us-right-content p {
  padding-right: 0 !important;
  font-size: 15px;
  text-align: justify;
  font-weight: 300;
}

.about-us-right-text-title {
  margin: 0 0 25px 0;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3a3a3a;
}

.about-us-right-text {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}

.col-section_about-us h3 {
  padding-right: 25px;
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

.col-section_about-us strong,
.col-section_about-us p {
  padding-right: 25px;
  font-size: 15px;
  text-align: justify;
}

.lvhd-item-img img {
  width: 100%;
  object-fit: cover;
  height: 190px;
}

.section_lvhd-more img {
  width: 30px;
  margin-left: 14px;
}

.p-t-95 {
  padding-top: 95px;
}

.p-b-95 {
  padding-bottom: 95px;
}

.p-b-125 {
  padding-bottom: 125px;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.txt-uppercase {
  text-transform: uppercase;
}

.white {
  color: #fff;
}

.section_lvhd {
  background-image: url("../images/lvhd-bg-jpg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section_lvhd > .container {
  position: relative;
}

.bg-overlay {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(12, 182, 239, 0.8);
}

.section_lvhd-title-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.section_lvhd-title h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}

.section_lvhd-more span {
  font-size: 13px;
  font-weight: 700;
}

.section_lvhd-more span img {
  margin-left: 14px;
}

.row-lvhd {
  display: flex;
  justify-content: space-between;
}

.col-lvhd-item {
  width: calc((100% - 100px) / 4);
  text-align: center;
  background-color: rgba(0 0 0 / 0.4);
}

.lvhd-item-box {
  padding: 0px;
}

.lvhd-item-img {
  margin-bottom: 15px;
}

.lvhd-item-content .desc {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 0 10px;
}

.lvhd-item-content h2 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
}

.lvhd-item-content h2 a {
  color: #fff;
  text-transform: uppercase;
}

.lvhd-item-readmore {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.lvhd-item-readmore a {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  padding: 5px 24px;
  border: 1px solid #fff;
  border-radius: 16px;
}

.section_lvhd-title::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 115px;
  background-color: #fff;
  bottom: -8px;
  left: 0;
}

.sec_lvhd-main {
}

.top-header {
  position: relative;
  background: #eee;
  color: #333;
  padding: 0;
}

.box-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}

.box-header-top .box-info > ul {
  display: flex;
  flex-wrap: wrap;
}

.box-header-top .box-info > ul > li {
  margin-right: 15px;
}

.box-header-top .box-info1 > ul > li > a {
  line-height: 40px;
  color: #333;
  font-size: 13px;
}

.box-header-top .box-info > ul > li > a > i {
  margin-right: 5px;
}

.box-social-header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  margin-right: 0px;
}

.box-info {
  display: flex;
}

.box-social-header-top ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.box-social-header-top ul > li {
  /* margin-left: 15px; */
}

.box-social-header-top ul > li > a {
  color: #333;
  line-height: 40px;
  font-size: 15px;
  font-weight: 600;
}

.box-social-header-top ul > li > a > i {
  margin-right: 5px;
}

.box-menu-top-header {
  display: none;
}

.menu-desktop {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: flex-end;
}

.nav-main-left {
  width: calc(50% - 75px);
  display: flex;
  justify-content: flex-end;
}

.nav-main > li:not(:last-child) {
  border-right: 1px solid #ebebeb;
}

.nav-main li {
  display: inline-block;
  float: left;
  position: relative;
}

.nav-main > li > a {
  text-transform: uppercase;
  line-height: 85px;
  padding: 0 15px;
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  color: #333;
  font-weight: 600;
}

.nav-main > li > a:hover {
  color: #ed1c24;
}

.nav-main-center {
  width: 150px;
  text-align: center;
  position: relative;
}

.nav-main-center .logo-head {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 150px;
  height: 100px;
  max-width: unset;
  transform: translate(-50%, 0px);
  left: 50%;
  bottom: 0;
}

.logo-head .image img {
  height: 82px;
  width: auto;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0px);
  background-color: #fff;
  /* border-top-right-radius: 50%; */
  /* border-top-left-radius: 50%; */
  padding: 0px 18px;
  padding-bottom: 0;
  transition: all 0.5s;
  /* object-fit: contain; */
}

.nav-main-right {
  width: calc(50% - 75px);
  display: flex;
  align-items: center;
}

.box-info1 i {
  margin-right: 5px;
}

.form_dky iframe {
  width: 100%;
  height: auto;
}

.nav-main-center::before {
  content: "";
  width: 0;
  height: 0;
  top: -37px;
  left: 0;
  border-left: 74px solid transparent;
  border-right: 74px solid transparent;
  border-bottom: 37px solid #fff;
  position: absolute;
}

.adress_footer {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  padding-bottom: 10px;
}

.adress_footer strong {
  font-weight: 600;
}

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

.group-title .title-img {
  margin-bottom: 0;
}

.group-title .title {
  text-transform: none;
  font-weight: 700;
  margin-top: 0;
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  color: #000;
}

.text-left {
  text-align: left !important;
}

.block-product-category-top .col-product-item:nth-child(4n-2) {
  padding-left: 15px;
}

.block-product-category-top .col-product-item {
  padding: 0 8px 0 0;
}

.block-product .col-product-item .product-item {
  /* padding: 10px 10px; */
  border: 1px solid transparent;
  background-color: #fff;
  /* margin-right: 8px; */
  margin-bottom: 8px;
}

.product-item {
  /* padding: 10px; */
  background: #fff;
  border-radius: 8px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-bottom: 10px;
  border: solid 1px #ccc;
}

.product-item .box {
  position: relative;
  display: flex;
  align-items: center;
}

.product-item .box .image a img {
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: all 0.5s;
  width: 65px;
  height: 65px;
}

.product-item .box .content {
  text-align: left;
  padding: 0px 0 0 0;
  position: relative;
  justify-content: flex-start;
  margin-left: 30px;
}

.product-item .box .content h3 {
  margin-left: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  position: relative;
  height: auto;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
}

.product-item .box .content h3 a {
  color: #000;
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 3px;
}

.footer_bottom_top {
  background: #023e7c;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #0a5ca2;
}

.footer_bottom_top .title {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
}

.header-top .box_search {
  display: block;
}

.nav-dropdown-default {
  padding: 10px;
}

.nav-dropdown {
  position: absolute;
  min-width: 280px;
  max-height: 0;
  z-index: 9;
  /* padding: 20px 0 20px; */
  opacity: 0;
  margin: 0;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
  /* border: 2px solid #ddd; */
  color: #777;
  background-color: #fff;
  text-align: left;
  display: table;
  left: auto;
  right: -3px;
  opacity: 0;
  bottom: -75px;
  border-radius: 4px;
}

.nav-dropdown > li.html {
  min-width: 260px;
}

.nav-dropdown li {
  display: block;
  margin: 0;
  vertical-align: top;
}

.is-normal {
  font-weight: 400;
}

.searchform-wrapper {
  width: 100%;
}

li.html .row,
li.html form,
li.html select,
li.html input {
  margin: 0;
}

.header .flex-row {
  height: 100%;
}

.flex-row {
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.flex-col {
  max-height: 100%;
}

input.search-field {
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 34px;
  font-size: 0.97em;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  /* box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%); */
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}

.widget_search .submit-button,
.searchform-wrapper:not(.form-flat) .submit-button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.searchform .button.icon {
  margin: 0;
}

.button.icon {
  min-width: 2.5em;
  padding-left: 0.6em;
  padding-right: 0.6em;
  display: inline-block;
  border-color: rgba(0, 0, 0, 0.05);
  outline: none;
  opacity: 1;
  color: #fff;
  height: 100%;
  padding: 0.34em 0.6em;
}

.ux-search-submit.submit-button {
  background-color: #ed1c24;
}

.searchform .button.icon i {
  font-size: 1.2em;
  color: #000;
}

.flex-grow {
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 1;
  -ms-flex-preferred-size: auto !important;
}

.nav-dropdown-default {
  display: none;
}

.nav-dropdown-default.show_search {
  opacity: 1;
  display: table;
}

.noi_dung_sp {
  padding: 0 0 20px 0;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
}
.noi_dung_sp h2 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 22px;
  color: #000000;
}
.noi_dung_sp h3 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 20px;
  color: #000000;
}
.noi_dung_sp h4 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 18px;
  color: #000000;
}

.noi_dung_sp h5 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 17px;
  color: #000000;
}
.noi_dung_sp h6 {
  font-weight: 400;
  margin: 5px 0;
  font-size: 16px;
  color: #000000;
}

/* HHH */

@media (min-width: 1440px) {
  .number_special .mx_width {
    max-width: 1350px;
    margin: auto;
  }
  .news_home .mx_width {
    max-width: 1350px;
    margin: auto;
  }
  .number_special .img_bg_number img {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .width_fix_logo {
    display: none;
  }
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  .list-bar {
    display: block;
  }
  .menu-center {
    display: none;
  }
  .menu > ul > li > a {
    padding: 0 15px;
  }
  .folder_products .nav-pills > li > a {
    font-size: 16px;
    width: 130px;
    padding: 13px 10px;
  }
  .logo-head {
    padding: 10px 0;
  }
  .search {
    margin: 38px 0;
  }
  .width_fix_logo {
    width: 404px;
  }
  .box_hotline_header .image_hotline {
    margin-right: 0;
  }
  .nav-sub-in {
    width: 90%;
  }
  .filter_chungloai .list_ds li {
    width: 33.3333%;
  }
  .files_list .files_item {
    width: 25%;
  }
  .box_search {
    width: calc(100% - 639px);
  }
  .nd_banner .title {
    margin-bottom: 0;
  }
  .slide .banner_top .nd_banner .desc {
    display: none;
  }
  .box_hotline_header {
    font-size: 15px;
    margin: 22px 0;
  }
  .box_hotline_header span {
    display: none;
  }
  .box_search > i {
    padding: 5px 6px;
  }
  .form_dky button {
    margin-top: 0;
  }
  .width_fix_menu {
    width: 100%;
  }
  .group_hotline_header {
    width: 235px;
  }
  .product_item {
    width: 33.3333%;
  }
  .related_products .product_item,
  .product_search .product_item {
    width: 33.3333%;
  }
}

@media (min-width: 992px) {
  .menu-desktop .nav-main > li:hover .nav-sub {
    display: block;
  }
  .menu-desktop .nav-sub > li:hover .nav-sub-child {
    top: 0;
    visibility: inherit;
    opacity: 1;
  }
  .menu-desktop .nav-main > li:hover .nav-sub-in {
    display: flex;
  }
  .menu-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .row-lvhd {
    flex-wrap: wrap;
  }
  .col-lvhd-item {
    width: calc((100% - 50px) / 2);
  }
  .menu-desktop {
    display: none !important;
  }
  .list_kh .khach_hang_item {
    width: 50%;
  }
  .slide .banner_top .image img {
    height: 210px;
  }
  .button_tintuc {
    display: none;
  }
  .danhmuc_menu {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    float: left;
  }
  .page_news .news_item {
    width: 100%;
  }
  .filter_chungloai {
    padding: 0 15px;
  }
  .filter-title-name .drop_down_filter {
    position: absolute;
    height: 40px;
    right: 0;
    display: inline-block;
    top: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-left: 1px solid #fff;
  }
  .filter-item-name .drop_down_filter {
    transform: rotate(0deg);
  }
  .filter-item.active .filter-item-name .drop_down_filter {
    transform: rotate(-180deg);
  }
  .slide .banner_top .box-slide {
    background-position: calc(100% - 26%) center;
  }
  .nd_banner .title {
    font-size: 22px;
    font-weight: 700;
  }
  .box_thong_so .content {
    line-height: 24px;
  }
  .thong_so ul {
    margin: 10px 0;
  }
  .filter-title-name {
    background-color: #ed1c24;
    text-align: left;
    padding: 5px 10px;
    position: relative;
  }
  .filter-item-name {
    margin: 0;
    position: relative;
  }
  .support_client .content {
    flex-direction: column;
    align-items: center;
  }
  .support_client .box_left {
    width: 100%;
    order: 2;
    padding: 0 15px;
  }
  .support_client {
    padding: 60px 0;
  }
  .support_client .box_right {
    order: 1;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
  }
  .list_categories {
    padding: 0;
  }
  .list_thuong_hieu {
    padding: 30px 0 0;
  }
  .categories_about {
    padding: 25px 0;
  }
  .categories_about .content {
    padding-left: 0;
  }
  .list_categories .box_categories .categories_item {
    width: 25%;
  }
  .list_thuong_hieu .nav-pills > li {
    width: 25%;
  }
  .list_thuong_hieu .nav-pills > li > a h3 {
    font-size: 15px;
  }
  .list_categories .categories_info h3 {
    font-size: 16px;
  }
  .list_service {
    margin-top: 40px;
  }
  .title_underline {
    margin-top: 30px;
  }
  .copyright-text {
    width: 100%;
  }
  .news_home .img_tamgiac img {
    width: 100px;
  }
  .news_home .group_title_heading {
    margin-bottom: 40px;
  }
  .list_service .service_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .service_item .box_service .image {
    margin-bottom: 0px;
  }
  .box_content_slide .block_nd .desc {
    display: none;
  }
  .slide .slick-prev,
  .slide .slick-next {
    display: none !important;
  }
  .box_content_slide .block_nd .title_slide .with_me {
    font-size: 15px;
  }
  .box_content_slide .block_nd .title_slide .you_can {
    font-size: 22px;
  }
  .box_content_slide .block_nd .trust {
    font-size: 22px;
  }
  .filters-container {
    display: none;
  }
  .group_button_link .more_about {
    width: 130px;
    height: 36px;
  }
  .group_button_link .more_about a {
    font-size: 14px;
    line-height: 36px;
  }
  .group_button_link .video_slide {
    margin-left: 10px;
  }
  .box_content_slide .block_nd {
    max-width: 246px;
  }
  .group_button_link .video_slide .icon_play {
    height: 36px;
    width: 36px;
    margin-right: 0;
  }
  .group_button_link .video_slide .icon_play i {
    font-size: 16px;
    line-height: 36px;
    margin-left: 2px;
  }
  .solution_services {
    margin-top: 25px;
  }
  .group_button_link .video_slide span {
    display: none;
  }
  .filter-title {
    display: block;
    margin-top: 0;
  }
  .filter-item {
    border-top: 1px solid #fff;
    cursor: pointer;
  }
  .filter-item-value {
    display: none;
  }
  .active .filter-item-value {
    display: block;
  }
  .files_list .files_item {
    width: 33.3333%;
  }
  .search {
    top: 59px;
    margin: 0;
    padding: 6px;
    border-bottom: 1px solid #fff;
  }
  .form_search input {
    width: calc(100% - 44px);
    border: 1px solid #fff;
  }
  .form_search button {
    width: 44px;
  }
  .list-bar2 {
    display: inline-block;
    margin: 6px 0;
    background-color: #ed1c24;
    padding: 5px;
  }
  .box_images_detail {
    width: 100%;
    padding: 0;
  }
  .info_detail {
    width: 100%;
  }
  .breadcrumbs {
    padding: 10px 0;
  }
  .breadcrumbs .breadcrumbs-item {
    font-size: 14px;
  }
  .page_news .news_item .image {
    width: 124px;
  }
  .page_news .news_item .image img {
    height: 136px;
  }
  .page_news .news_item .news_infor {
    width: calc(100% - 124px);
    padding: 15px 8px 8px;
  }
  .page_news .news_item .news_infor h3 a {
    font-size: 14px;
  }
  .page_news .news_item .news_infor .desc {
    font-size: 13px;
    max-height: 72px;
  }
  .breadcrumbs {
    margin-top: 0;
  }
  .filters {
    margin-top: 15px;
  }
  .product_item .box_product .box_nd .type {
    width: 100%;
  }
  .product_item .box_product .box_nd .code {
    width: 100%;
    text-align: left;
  }
  .first_news {
    width: 50%;
  }
  .news_right {
    width: 50%;
  }
  .news_right .news_item {
    width: 100%;
  }
  .news_right .news_item:nth-child(3) {
    display: none;
  }
  .news_right .news_item:nth-child(4) {
    display: none;
  }
  .support:before {
    opacity: 1;
  }
  .support_item .box_support .title {
    margin-bottom: 0;
  }
  .group_hotline_header {
    margin: 0;
    display: none;
  }
  .box_search {
    display: none;
  }
  .support {
    margin-top: 0;
  }
  .box_content_slide {
    transform: unset;
    top: unset;
    left: 0;
    bottom: 20px;
  }
  .menu-mobile {
    display: none;
    float: left;
    width: 100%;
    background-color: #ed1c24;
  }
  .bg_goc {
    width: 40%;
  }
  .nav-main {
    padding: 0;
    width: 100%;
    float: left;
  }
  .menu > ul > li {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }
  .menu > ul > li > a {
    padding: 0 15px;
    line-height: 35px;
    font-size: 16px;
  }
  .menu > ul > li > a:hover {
    color: #fff;
  }
  .menu ul li a {
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .nav-main li i.fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
    border-left: 1px solid #fff;
    line-height: 36px;
    text-align: center;
  }
  .header .container {
  }
  .nav-sub {
    position: static;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  .nav-main li .nav-sub li {
    width: 100%;
  }
  .nav-main li .nav-sub li a {
    padding: 0 15px 0 40px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .nav-main li .nav-sub li a:hover {
    color: #fff;
  }
  .nav-sub-child {
    position: static;
    border: none;
    background-color: transparent;
  }
  .nav-main li .nav-sub-child li a {
    padding: 0 15px 0 70px;
  }
  .width_fix_logo {
    width: 100%;
    text-align: left;
  }
  .logo-head {
    padding: 10px 0;
  }
  .width_fix_menu {
    width: 100%;
    padding: 0 15px;
  }
  .list_folder_products .folder_products_item {
    width: 50%;
  }
  .col-lvhd-item:nth-child(1),
  .col-lvhd-item:nth-child(2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .logo-head img {
    width: 2950px;
    height: auto;
  }
  .bottom-contact {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 1px 9px #dedede;
    border-top: 1px solid #eaeaea;
  }
  .bottom-contact ul li {
    width: 25%;
    float: left;
    list-style: none;
    text-align: center;
    font-size: 13.5px;
  }
  .bottom-contact ul li img {
    width: 35px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .bottom-contact ul li span {
    color: #000;
  }
  .float-contact {
    display: none;
  }
  /* H */
  .home_top .payment .step .link {
    display: block;
    padding: 8px;
  }
  .button_canhbao {
    max-width: 88px;
  }
  .button_canhbao a {
    padding: 5px 10px;
    font-size: 13px;
    border: 3px solid #ff0000;
    border-left: 0;
  }
  .payment .step .item:first-child .link {
    padding-left: 8px;
  }
  .home_top .payment .step .item.step-1 {
    width: 24%;
  }
  .home_top .payment .step .item.step-2 {
    width: 38%;
  }
  .home_top .payment .step .item.step-3 {
    width: 38%;
  }
  .product_item {
    width: 50%;
  }
  .fixed-contact-icons {
    display: none;
  }
  .fixed-tel {
    display: none;
  }
  .nd_banner .title {
    max-width: 200px;
  }
  .box_dat_mua .box_price .name_price {
    width: 80px;
  }
  .box_dat_mua .box_price .box_value_price {
    width: calc(100% - 80px);
  }
  .folder_products .nav-pills > li.active > a:before {
    display: none;
  }
  .list_kh .khach_hang_item {
    width: 100%;
  }
  .khach_hang_item .box_kh .image {
    text-align: center;
  }
  .khach_hang_item .box_kh .image img {
    height: auto;
    max-width: 300px;
  }
  .folder_products .nav-pills > li {
    width: 100%;
  }
  .folder_products .nav-pills > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
  .folder_products .nav-pills > li.active > a {
    content: unset;
  }
  .folder_products .nav-pills > li > a {
    width: 100%;
    padding: 10px;
  }
  .filter_chungloai {
    flex-direction: column;
  }
  .filter_chungloai .name {
    order: 1;
    width: 100%;
    padding: 10px 5px;
  }
  .filter_chungloai .list_ds {
    order: 2;
    width: 100%;
  }
  .filter_chungloai .list_ds li {
  }
  .support_client2 .box_left {
    width: 100%;
    padding: 0 15px;
    justify-content: center;
  }
  .support_client2 {
    padding: 60px 0;
  }
  .nav-tabs > li > a {
    font-size: 14px;
    padding: 10px 17px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    font-size: 14px;
  }
  .list_categories .box_categories .categories_item {
    width: 33.3333%;
  }
  .list_thuong_hieu .nav-pills > li {
    width: 33.3333%;
  }
  .related_products .product_item,
  .product_search .product_item {
    width: 50%;
  }
  .product_page {
    padding: 0px 0 30px;
  }
  .fix_hotline {
    display: inline-block;
  }
  .modal-dialog {
    width: calc(100% - 30px);
  }
  .news_rale .news_item {
    width: 100%;
  }
  .page_news .news_item {
    width: 100%;
  }
  .product_page .product_item {
    width: 50%;
  }
  .product_item .box_product .box_nd .type {
    width: 50%;
  }
  .product_item .box_product .box_nd .code {
    width: 50%;
    text-align: right;
  }
  .support_item {
    width: 100%;
  }
  .support_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fafafa;
  }
  .support_item .box_support .image {
    width: 62px;
    text-align: center;
  }
  .support_item .box_support .image img {
    width: auto;
  }
  .tab-content {
    margin-top: 30px;
  }
  .nav-pills > li > a {
    width: 200px;
    padding: 11px 10px;
    font-size: 18px;
  }
  .product {
    padding: 40px 0 30px;
  }
  .news {
    padding: 30px 0;
  }
  .news_home {
    padding: 35px 0 0;
  }
  .doitac_list {
    margin-top: 35px;
  }
  .doitac {
    padding: 30px 0 20px;
  }
  .number_special .img_bg_number {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
  }
  .number_special .img_bg_number img {
    width: 45vw;
  }
  .number_special {
    padding: 30px 0;
  }
  .list_count {
    width: 100%;
  }
  .number_ok::after {
    top: -12px;
  }
  .list_count .item .counter-value {
    font-size: 44px;
  }
  .box-main-about-us-right-content {
    width: 100%;
  }
  .sec_about-us-item {
    flex-wrap: wrap;
  }
  .box-main-about-us-right-content,
  .box-main-about-us-right-image {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .box-main-about-us-right-image img {
    width: auto;
  }
  .box-social-header-top {
    display: none;
  }
  .box-slide-content {
    padding-left: 5px;
    border-left: 0px solid #ddd;
  }
  .box-slide-content h3 {
    font-size: 20px;
  }
  .box-slide-content .desc_slide {
    margin-bottom: 5px;
    display: none;
  }
  .project-item {
    width: calc((100% - 15px) / 2);
  }
}

@media (max-width: 550px) {
  .logo-head img {
    width: 295px;
    height: auto;
  }
  table .count .uk-position-relative {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  table .count .btn {
    position: relative;
  }
  table .count .augment {
    order: 1;
    right: unset;
  }
  table .count .quantity {
    order: 2;
  }
  table .count .abate {
    order: 3;
    left: unset;
  }
  .slide .banner_top .image img {
    height: 160px;
  }
  .box_dat_mua .box_price {
    width: 100%;
    padding-bottom: 0;
  }
  .box_status {
    width: 100%;
  }
  .list_kh .khach_hang_item {
    margin-bottom: 10px;
  }
  .khach_hang_item .box_kh .info_kh {
    min-height: unset;
  }
  .khach_hang_item .box_kh .info_kh h3 {
    font-size: 15px;
    height: auto;
    min-height: unset;
  }
  .box_content_slide .block_nd .title_slide {
    max-width: 134px;
  }
  .box_content_slide .block_nd .title_slide .you_can {
    font-size: 20px;
  }
  .slide .banner_top .box-slide {
    background-position: calc(100% - 26%) center;
  }
  .slide .box-slide {
    background-position: calc(100% - 31%) center;
  }
  .list_folder_products .box_folder_products .image {
    height: auto;
  }
  .list_folder_products .box_folder_products .image img {
    width: 100%;
  }
  .box_status .group_nd_button {
    width: 100%;
  }
  .box_status .name_status {
    width: 100%;
  }
  .filter_chungloai .list_ds li {
    width: 50%;
  }
  .service_item .box_service h3 a {
    font-size: 15px;
    line-height: 20px;
  }
  .related_products {
    padding-top: 15px;
  }
  .nav-tabs > li {
    width: 50%;
  }
  .support_client2 {
    padding: 40px 0;
  }
  .support_client {
    padding: 40px 0;
  }
  .categories_about .icon_video_category {
    margin-right: 15px;
    width: 50px;
  }
  .logo_footer {
    margin-top: 0;
  }
  .list_categories .box_categories .categories_item {
    width: 50%;
  }
  .list_thuong_hieu .nav-pills > li {
    width: 50%;
  }
  .news_home .img_tamgiac img {
    width: 40px;
  }
  .list_count .item {
    font-size: 15px;
    padding: 0;
  }
  .files_list .files_item {
    width: 50%;
  }
  .list_count .item .desc {
    padding-left: 15px;
  }
  .open .form_search {
    width: 280px;
  }
  .form_search input {
    width: calc(100% - 40px);
  }
  .form_search button {
    width: 40px;
  }
  .service_item .box_service .line {
    margin: 15px 0;
  }
  .list_service {
    padding: 0 7.5px;
  }
  .list_service .service_item {
    padding: 0 7.5px;
  }
  .service_item .box_service {
    padding: 15px;
  }
  .ma_code {
    width: 100%;
    max-width: auto;
    float: left;
    padding-top: 10px;
  }
  .doitac_item2 .image {
    height: auto;
  }
  .group_social_foot {
    width: 100%;
  }
  .library_image_item .image img,
  .library_video_item .image img {
    height: 165px;
  }
  .list_folder_products .box_folder_products h3 a {
    font-size: 16px;
  }
  .list_folder_products .folder_products_item {
    margin-bottom: 30px;
  }
  .folder_products {
    padding: 50px 0 20px;
  }
  .pps-content iframe {
    height: 250px;
  }
  .box_thong_so .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-product-detail {
    padding-top: 25px;
  }
  .box_news_detail h1 {
    margin: 25px 0 20px;
  }
  .news_detail {
    padding-bottom: 15px;
  }
  .page_news {
    padding: 20px 0 10px;
  }
  .product_page .product_item {
    width: 100%;
  }
  .related_products .product_item,
  .product_search .product_item {
    width: 100%;
  }
  .footer-main {
    padding: 30px 0 30px;
  }
  .footer_bottom {
    padding: 15px 0;
  }
  .copyright-text {
    font-size: 14px;
    line-height: normal;
  }
  .footer_bottom {
    text-align: center;
  }
  .back_to_top {
    float: unset;
  }
  .back_to_top span {
    font-size: 14px;
    float: left;
  }
  .product_item .image img {
    height: auto;
  }
  .name_company {
    font-size: 18px;
    line-height: normal;
  }
  .title_underline {
    font-size: 18px;
  }
  .news_right .news_item {
    margin-bottom: 15px;
  }
  .first_news {
    width: 100%;
    margin-bottom: 30px;
  }
  .support {
    padding: 10px 0;
  }
  .nav-pills > li > a {
    width: 142px;
    padding: 9px 5px;
    font-size: 13px;
  }
  .list_count .item .icon_image img {
    width: 60px;
  }
  .list_count .item .counter-value {
    font-size: 36px;
  }
  .support_item .box_support .image {
    width: 45px;
  }
  .support_item .box_support .title a {
    font-size: 17px;
  }
  .support_item .box_support span {
    font-size: 14px;
  }
  .number_ok::after {
    top: -10px;
  }
  .list_count .item p {
    font-size: 15px;
  }
  .number_special .img_bg_number img {
    width: 70vw;
  }
  .number_special {
    padding: 30px 0 20px;
  }
  .list_count {
    margin-top: 20px;
  }
  .product {
    padding: 40px 0 10px;
  }
  .news {
    padding: 15px 0 0px;
  }
  .slide .slick-prev,
  .slide .slick-next {
    top: 64%;
    opacity: 1;
    display: none !important;
  }
  .news_right {
    width: 100%;
  }
  .search {
    left: -226px;
    top: 37px;
  }
  .product_item {
    width: 100%;
  }
  .home_top .payment .step .item.step-1 {
    width: 100%;
  }
  .home_top .payment .step .item.step-2 {
    width: 100%;
  }
  .home_top .payment .step .item.step-3 {
    width: 100%;
  }
  .noi_dung_in iframe {
    width: 100%;
  }
  .service_item .box_service .desc {
    text-align: left;
  }
  .col-lvhd-item {
    width: calc(100% - 20px);
  }
  .row-lvhd {
    justify-content: center;
  }
  .col-lvhd-item {
    margin-bottom: 20px;
  }
  .col-section_about-us {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col-section_about-us h3,
  .col-section_about-us strong,
  .col-section_about-us p {
    padding: 0;
    text-align: left;
  }
  .achievement {
    flex-wrap: wrap;
  }
  .achievement-item {
    padding: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .col-section_about-us hr {
    width: 100%;
  }
  .faded .item-slide a > img {
    height: 220px;
  }
}

@media (max-width: 425px) {
  .box_hotline_header {
    display: none;
  }
  .group_hotline_header {
    width: 92px;
  }
}
