@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");

@font-face {
  font-family: "Krub";
  src: url("../fonts/Krub-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Krub";
  src: url("../fonts/Krub-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Krub";
  src: url("../fonts/Krub-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Krub";
  src: url("../fonts/Krub-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.lang_navtop {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 30px;
}

.lang_navtop li.cur_lang {
  display: flex;
  text-align: right;
  position: relative;
  cursor: pointer;
  align-items: center;
}

.lang_navtop li.cur_lang:hover > i {
  color: #999;
  transform: rotate(180deg);
}

.lang_navtop li.cur_lang i {
  font-size: 14px;
  color: #888;
  margin-left: 10px;
  transition: 0.5s;
  line-height: 0;
}

.lang_navtop li ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 145px;
  padding: 0;
  list-style: none;
  text-align: left;
  background: #fff;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
  z-index: 2;
  transition: 0.3s;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}

.lang_navtop li ul:after,
.lang_navtop li ul:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 28px;
  border: 5px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  box-shadow: 0px 0px 7px 0px rgba(8, 88, 157, 0.2);
}

.lang_navtop li ul li {
  display: block;
  border-bottom: 1px solid #eee;
  transition: 0.5s;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
}

.lang_navtop li ul li:hover {
  background-color: #e3f2fd;
}

.lang_navtop li ul li a {
  font-size: 13px;
  color: #3d5067 !important;
  text-align: left;
  line-height: initial;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.lang_navtop li ul li a img {
  margin-right: 10px;
}

.lang_navtop li ul li:last-child {
  border: 0;
}

.lang_navtop li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

.footer__baiviet ul {
  list-style: none;
  display: block;
}

.dmnb__name:before,
.dmnb__overlay:before,
.dmspbox .dmspbox-wrap ul li a:before,
.footer__baiviet ul li a:before,
.menu-left-item__link:before,
.menu-left-subitem__link:before,
.menu__item + .menu__item:before,
.spmoi .nav-item + .nav-item:before {
  content: "";
  position: absolute;
}

.dm-sp #danhmuc ul,
.dmspbox .dmspbox-wrap ul,
.footer__baiviet ul,
.menu--left,
.menu-left-list,
.menu-left-sublist,
.submenu,
.submenu li ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.scrollstyle-4::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.scrollstyle-4::-webkit-scrollbar-thumb {
  background: #fedf00;
}

.scrollstyle-4::-webkit-scrollbar-track {
  background: #ffef80;
}

.scrollstyle-4 {
  scrollbar-face-color: #fedf00;
  scrollbar-track-color: #ffef80;
}

.container {
  max-width: 1300px;
  position: relative;
  padding: 0;
}

a {
  color: inherit;
}

button {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.title-main span {
  font-size: 30px;
  color: #1d2143;
  font-weight: 700;
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #eee;
  padding-top: 4px;
}

.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
  background-color: #fedf00;
}

.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  font-size: 24px;
  color: #333;
}

.slick-slider .slick-next:hover::before,
.slick-slider .slick-prev:hover::before {
  color: #fff;
}

.slick-slider .slick-prev {
  left: 20px;
}

.slick-slider .slick-next {
  right: 20px;
}

.dm-sp #danhmuc ul li {
  position: relative;
}

.dm-sp #danhmuc ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  display: block;
  line-height: 1;
  position: relative;
  padding: 15px 15px 15px 30px;
}

.dm-sp #danhmuc ul li a:before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  left: 15px;
  content: "";
  display: inline-block;
  background-color: #b5b5b5;
  margin-right: 10px;
}

.dm-sp #danhmuc ul li a:active,
.dm-sp #danhmuc ul li a:focus,
.dm-sp #danhmuc ul li a:hover {
  color: #fedf00;
}

.dm-sp #danhmuc ul li ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  min-width: 100%;
  border: 1px solid #ebebeb;
  background-color: #fff;
}

.dm-sp #danhmuc ul li + li {
  border-top: 1px solid #ebebeb;
}

.dm-sp #danhmuc ul li:active > ul,
.dm-sp #danhmuc ul li:focus > ul,
.dm-sp #danhmuc ul li:hover > ul {
  display: block;
}

.menu {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  margin-left: auto;
}

.menu-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 40px;
}

.menu__item {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.menu__item:hover .menu__link {
  color: #999;
}

.menu__item:hover .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu__link {
  font-size: 15px;
  color: #000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 0 25px;
  height: 40px;
  font-weight: bold;
}

.menu__link.active {
  color: #999;
}

.menu--left {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  z-index: 50;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
  position: relative;
}

.submenu {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  left: 0;
  top: 100%;
}

.submenu li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background-color: #000000;
}

.submenu li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: Arial;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 10px;
}

.submenu li ul {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 200px;
  top: 0;
  left: 100%;
}

.submenu li:hover {
  background: #999;
}

.submenu li:hover > a {
  color: #fff;
}

.submenu li:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.submenu li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.doitac {
  padding: 1.875em 0;
  background-color: #f9f9f9;
}

.doitac-slick {
  margin: 0 -1em;
}

.doitac__item {
  padding: 0 1em;
}

.doitac__link {
  display: block;
}

.doitac__img {
  width: 100%;
}

.dmspbox {
  float: left;
  width: 23.0769230769%;
  position: relative;
}

.dmspbox:hover .dmspbox-wrap {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.dmspbox__icon {
  width: 46px;
  height: 46px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #18e530;
}

.dmspbox__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 46px;
  text-align: center;
  border-style: solid;
  border-color: #18e530;
  border-width: 1px 1px 1px 0;
}

.dmspbox__title {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #df1619;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px;
}

.dmspbox .dmspbox-wrap {
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  position: relative;
  top: 46px;
}

.dmspbox .dmspbox-wrap ul {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 230px;
  background-color: #fbfbfb;
  min-width: 100%;
}

.dmspbox .dmspbox-wrap ul li {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}

.dmspbox .dmspbox-wrap ul li a {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: padding-left 0.2s linear;
  -moz-transition: padding-left 0.2s linear;
  -ms-transition: padding-left 0.2s linear;
  -o-transition: padding-left 0.2s linear;
  transition: padding-left 0.2s linear;
  text-decoration: none;
  padding: 7px 0 7px 30px;
  white-space: nowrap;
}

.dmspbox .dmspbox-wrap ul li a:active,
.dmspbox .dmspbox-wrap ul li a:focus,
.dmspbox .dmspbox-wrap ul li a:hover {
  padding-left: 35px;
  color: #fedf00;
}

.dmspbox .dmspbox-wrap ul li a:before {
  font-size: 7px;
  color: inherit;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 15px;
  content: "\f009";
}

.dmspbox .dmspbox-wrap ul li ul {
  left: 100%;
  top: 0;
}

.dmspbox .dmspbox-wrap ul li:hover > ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.dmspbox .dmspbox-wrap > ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.clsindex .dmspbox .dmspbox-wrap > ul {
  display: none;
}

.fixed .dmspbox .dmspbox-wrap > ul {
  display: block;
}

.menu-left {
  z-index: 41;
  width: 23.0769230769%;
  float: left;
  background-color: #fff;
  border: 2px solid #df1619;
  padding-left: 10px;
  position: relative;
}

.menu-left-list {
  max-height: 410px;
  overflow-y: auto;
}

.menu-left-sublist {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 230px;
  background-color: #fff;
  left: 100%;
  top: 0;
}

.menu-left-subitem__link {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  display: block;
  border-top: 1px solid #738494;
  padding: 15px 20px;
  position: relative;
}

.menu-left-subitem__link:before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 23px;
  left: 10px;
  border-radius: 100%;
  background-color: #000;
}

@media (max-width: 992px) {
  .menu-left {
    display: none;
  }
}

.menu-left-item {
  margin-right: 10px;
}

.menu-left-item__link {
  position: relative;
  padding: 15px 0 15px 40px;
  display: block;
}

.menu-left-item__link:before {
  width: 12px;
  height: 15px;
  background-image: url(../images/slash.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 20px;
  left: 10px;
}

.menu-left-item__name {
  font-size: 17px;
  color: #000;
  font-family: Roboto, sans-serif;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.menu-left-item + .menu-left-item {
  border-top: 1px dashed #e2e2e2;
}

.menu-left-item:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}

.menu-left-item:hover .menu-left-item__name {
  color: #df1619;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.header-top {
  background-color: #000;
  color: #fff;
  font-size: 14px;
}

.header-top-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}

.header-top--left {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-top__text {
  font-weight: 400;
  margin: 0 50px 0 0;
}

.header-top__text i {
  margin-right: 5px;
}

.header-bottom-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
}

.logo {
  position: relative;
  top: 0;
  left: 0;
}

.logo__img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 93px;
}

#footer-map,
#footer-map iframe {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.copyright__text {
  display: block;
  color: rgb(255 255 255 / 0.5);
}

.footer {
  display: block;
  background: url(../images/bg-footer.jpg) bottom center / cover;
  color: #fff;
  background-size: cover;
  position: relative;
}

.footer-bottom-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;
}

.footer__title.custom2 {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  margin-bottom: 20px;
}

.footer__title {
  font-size: 25px;
  color: #fff;
  font-weight: 900;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer__info:nth-child(1) {
  width: 20%;
}

.footer__info:nth-child(2) {
  width: 16%;
}

.footer__info:nth-child(3) {
  width: 22%;
}

.footer__info:nth-child(4) {
  width: 23%;
}

.footer-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.footer-title.name-ft {
  font-size: 20px;
}

.desc-ft {
  font-weight: 500;
  line-height: 1.8;
  margin: 15px 0;
}

.footer__fanpage {
  width: 27%;
}

.footer__fanpage #fanpage-facebook {
  max-height: 200px;
  overflow: hidden;
}

.copyright {
  display: block;
  background: #000;
  padding: 1.25rem 0;
}

.copyright-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  position: relative;
}

@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.slider {
  background-image: url(../images/slide-bg.jpg);
  background-repeat: repeat;
  background-position: 0 0;
}

.slider-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.slider--right {
  width: 68.4615384615%;
  float: right;
  margin-top: 10px;
}

.search {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: relative;
  right: 0;
  z-index: 100;
  align-items: center;
}

.search .icon-search {
  z-index: 100;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  box-sizing: border-box;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #000;
  position: relative;
  order: 1;
  margin-bottom: 0;
  cursor: pointer;
}

.search .icon-search i {
  color: #fff;
}

.search .icon-search.active {
  background-color: #ddd;
}

.search .icon-search.active i {
  color: #000;
}

.search .search-grid {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  width: 0;
}

.search .search-grid input {
  color: #000;
  width: calc(100% - 30px);
  height: 30px;
  float: left;
  outline: 0;
  padding: 0;
  border: 0;
  background: 0 0;
  padding-left: 10px;
  font-size: 13px;
}

.search .search-grid input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.search .search-grid input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search .search-grid input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.search .search-grid p {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  float: left;
  line-height: 30px;
  cursor: pointer;
  text-align: center;
  margin: 0;
}

.mxh {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.mxh span {
  font-weight: 400;
  margin-right: 10px;
}

.mxh a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.mxh a img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  height: 32px;
  object-fit: cover;
}

.mxh a img:hover {
  transform: rotate(360deg);
}

.mxh a + a {
  margin-left: 10px;
}

.mxh--ft {
  z-index: 100;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0;
}

.mxh--ft span {
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.mxh--ft a img {
  height: 50px;
}

.mxh--ft a:hover {
  transform: rotate(360deg);
}

.newsletter {
  border-bottom: 1px solid #fff;
}

.newsletter-wrap {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 34px 0;
}

.newsletter--left {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 34.6153846154%;
}

.newsletter--left i {
  font-size: 50px;
  color: #fff;
  margin-right: 20px;
}

.newsletter__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.newsletter__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.newsletter__desc {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.newsletter form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 60px;
}

.newsletter form .newsletter-input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.newsletter form .newsletter-input .form-control {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  height: 50px;
  padding: 5px;
  background-color: transparent;
  border-radius: 5px;
}

.newsletter form .newsletter-input .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.newsletter form .newsletter-input .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter form .newsletter-input .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter form .newsletter-button {
  margin-left: 10px;
}

.newsletter form .newsletter-button input[type="submit"] {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  background-color: #df1619;
  border-radius: 5px;
  border: none;
}

.pdt {
  padding-top: 30px;
}

.pdb {
  padding-bottom: 30px;
}

.pdtb {
  padding: 30px 0;
}

.main-title {
  background-image: url(../images/idx-tit.png);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.main-title.text-center {
  background-position: center bottom;
}

.main-title__name {
  font-size: 2.375em;
  color: #fedf00;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  position: relative;
  text-transform: capitalize;
}

.main-title__link {
  color: #df1619;
  display: inline-block;
  position: relative;
}

.main-title__desc {
  font-size: 1.625em;
  color: #000;
  font-family: UTMScriptinaKT;
  display: inline-block;
}

.btn-more {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
  background-color: #df1619;
  border: 2px solid #df1619;
  margin-top: 20px;
}

.btn-more:hover {
  color: #df1619;
  background-color: #fff;
}

.about-bg {
  padding: 30px 0;
}

.about-wrap:after {
  content: "";
  display: table;
  clear: both;
}

.about-home {
  width: 40.7692307692%;
  float: left;
}

.dmnb-home {
  width: 58.4615384615%;
  float: right;
}

.dmnb-slick {
  margin: 0 -1em;
}

.dmnb__item {
  padding: 0 1em;
}

.dmnb__link {
  position: relative;
  display: block;
}

.dmnb__image {
  position: relative;
  overflow: hidden;
}

.dmnb__img {
  width: 100%;
}

.dmnb__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.dmnb__overlay:before {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
  border: 2px solid #fff;
}

.dmnb__name {
  font-size: 1.625em;
  color: #fff;
  font-weight: 700;
  border: 1px solid #fff;
  padding: 20px 40px;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  position: relative;
}

.dmnb__name:before {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: 1px solid #fff;
}

.spmoi {
  padding: 30px 0;
}

.spmoi .nav {
  margin-bottom: 10px;
}

.spmoi .nav-item {
  position: relative;
}

.spmoi .nav-item + .nav-item {
  margin: 0 0 10px 60px;
}

.spmoi .nav-item + .nav-item:before {
  width: 1px;
  height: 25px;
  position: absolute;
  top: 6px;
  left: -30px;
  background-color: #000;
}

.spmoi .nav-link {
  font-size: 26px;
  color: #000;
  font-weight: 400;
  border-bottom: 2px solid transparent;
  padding: 0;
  text-transform: capitalize;
  border-radius: 0;
}

.spmoi .nav-link.active {
  background-color: transparent;
  border-color: #df1619;
  color: #df1619;
}

.spmoi .tab-content > .tab-pane {
  display: block;
  height: 0;
  visibility: hidden;
}

.spmoi .tab-content > .tab-pane.active {
  height: auto;
  visibility: visible;
}

.quangcao__link {
  display: block;
}

.quangcao__img {
  width: 100%;
}

.video-home {
  padding: 30px 0;
}

.video-nav__item.slick-center .video-nav__link {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.video-nav__item.slick-center .video-nav__link::before {
  opacity: 1;
}

.video-nav__link {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.2);
  padding: 3px;
  display: block;
}

.video-nav__img {
  width: 100%;
}

.video-nav .slick-prev {
  left: 19%;
}

.video-nav .slick-next {
  right: 19%;
}

.video-for {
  text-align: center;
  margin-top: 20px;
}

.video-for__name {
  font-size: 17px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.video-for__desc {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  max-width: 760px;
  margin: 0 auto;
}

.tieuchi-bg {
  background-image: url(../images/tieuchi.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  padding: 60px 0;
}

.tieuchi-slick {
  margin: 0 -1em;
}

.tieuchi__item {
  padding: 0 1em;
}

.tieuchi__link {
  display: block;
  text-align: center;
}

.tieuchi__img {
  margin: 0 auto;
}

.tieuchi__name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 10px;
}

.tieuchi__desc {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  display: block;
  display: -webkit-box;
  height: 67.5px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.thuvien-home {
  padding: 30px 0;
}

.thuvien-home .thuvien-home-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-template-areas: "gri1 gri3 gri4" "gri2 gri3 gri5";
}

.thuvien-home .gri1 {
  grid-area: gri1;
}

.thuvien-home .gri2 {
  grid-area: gri2;
}

.thuvien-home .gri3 {
  grid-area: gri3;
}

.thuvien-home .gri4 {
  grid-area: gri4;
}

.thuvien-home .gri5 {
  grid-area: gri5;
}

.thuvien-home__item {
  margin-bottom: 24px;
}

.thuvien-home__link {
  display: block;
}

.thuvien-home__img {
  width: 100%;
}

.album-grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}

.album__item {
  box-sizing: border-box;
  flex: 0 0 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 2%;
}

.album__img {
  width: 100%;
}

.album__name {
  font-size: 1em;
  color: #000;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 425px) {
  .album__item {
    box-sizing: border-box;
    flex: 0 0 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
  }
}

.product_info .li span.active_mausac,
.product_info .li span.active_size,
.product_info .li span.mausac:hover,
.product_info .li span.size:hover {
  border: 1px solid #e00 !important;
}

.product_info .li.gia,
.product_info .li.giakm {
  font-size: 20px;
  color: red;
  font-weight: 700;
  position: relative;
}

.product-grid {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7692307692%;
  margin-right: -0.7692307692%;
}

.slick-box-item {
  padding: 0 10px;
}

.spnoibat-main {
  margin: 0 -10px;
}

.product-item {
  box-sizing: border-box;
  flex: 0 0 23.4615384615%;
  margin-left: 0.7692307692%;
  margin-right: 0.7692307692%;
  margin-bottom: 1.5384615385%;
}

.product-item__box {
  color: #000;
  position: relative;
  height: 100%;
  background-color: #fff;
}

.product-item__figure {
  border: 1px solid #ccc;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 6px;
}

.product-item__figure-url {
  display: block;
  overflow: hidden;
  position: relative;
}

.product-item__img {
  width: 100%;
}

.product-item__info {
  text-align: center;
}

.product-item__name {
  font-size: 1em;
  color: inherit;
  font-weight: 700;
  font-family: Roboto, sans-serif;
  position: relative;
  margin-bottom: 0;
  line-height: 1.5;
}

.product-item__name-url {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: inherit;
  cursor: pointer;
}

.product-item__price {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin: 5px 0;
  line-height: 1;
  text-transform: capitalize;
}

.product-item__price span {
  display: inline-block;
  line-height: 1;
  font-weight: 700;
  font-size: 18px;
  margin: 0 5px;
  color: #df1619;
}

.product-item__price del {
  margin-left: 10px;
  display: inline-block;
  line-height: 1;
}

.product-item:hover .product-item__name-link {
  color: #7a1c2e;
}

.slick-box-item .product-item {
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -moz-box-flex: unset;
  -moz-flex: unset;
  -ms-flex: unset;
  flex: unset;
  margin: 0;
  width: 100%;
}

div.wap_pro {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.zoom_slick {
  width: 47%;
}

.pr__detail--verticle .product_info {
  width: 47%;
}

.pr__detail--verticle .zoom_slick {
  width: 50%;
}

.pr__detail--verticle .zoom-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.pr__detail--verticle .zoom_slick .slick2 {
  width: 85%;
}

.pr__detail--verticle .zoom_slick .slick {
  width: 13%;
  margin-top: 0;
}

.zoom_slick .slick2 {
  border: 1px solid #ddd;
}

.zoom_slick .slick {
  margin-top: 5px;
}

.zoom_slick .slick img {
  width: 95%;
  margin: auto;
  border: 1px solid #ddd;
  box-sizing: border-box;
  cursor: pointer;
  object-fit: cover;
}

.zoom_slick .slick img:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  border: 1px solid #f60;
  opacity: 0.5;
}

.xemgiohang {
  width: 120px;
  height: 30px;
  font-size: 15px;
  color: #e80019;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  margin: 7px auto 0;
}

.product_info {
  width: 50%;
}

.product_info .li {
  font-size: 16px;
  padding: 3px 0;
}

.product_info .li.ten {
  font-size: 1.2em;
  color: #000;
  font-weight: 700;
}

.product_info .li.giakm {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

.product_info .li.giakm .tinh_phantram {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  background: red;
  display: block;
  line-height: 35px;
  text-align: center;
  margin-left: 1em;
}

.product_info .li.giacu {
  text-decoration: line-through;
  font-size: 1em;
  color: #222;
  font-weight: 400;
}

.product_info .li b {
  font-size: 14px;
  margin-right: 3px;
}

.product_info .li .add_to_cart {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #0c0cdc;
  display: block;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.product_info .li .add_to_cart i {
  margin-right: 10px;
  margin-top: 3px;
  font-size: 19px;
}

.product_info .li .add_to_cart:hover {
  color: #fff;
  background: red;
}

.product_info .li span.size {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
}

.product_info .li span.mausac {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  border: 1px solid #ddd;
  margin-right: 5px;
  cursor: pointer;
  font-size: 0;
  background-size: cover !important;
}

.product_info .li input.soluong {
  padding: 3px 0;
  width: 55px;
  border: 1px solid #dedede;
  text-align: center;
}

.pr-quickview {
  width: 80%;
}

.box_detail_product {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  padding: 1rem;
  border: 1px solid #eee;
  margin: 0 0 1rem;
  border-radius: 5px;
}

div.box-tim-nc .item-nc {
  list-style: none;
  margin: 0 0 30px 0;
  position: relative;
}

div.box-tim-nc .item-nc:nth-child(5n) {
  margin-right: 0;
}

.boxsectionloc h2 {
  font-size: 16px;
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 14px;
}

.boxfilter {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.boxfilter .itemfilter {
  line-height: 18px;
  margin: 6px 0 6px 0;
  cursor: pointer;
  display: block;
  padding: 4px 0;
}

.boxfilter .checkboxfilter {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #b9b8b8;
  overflow: hidden;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  background: #fff;
  float: left;
  margin-top: 2px;
}

.boxfilter img {
  max-width: 42px !important;
  max-height: 17px !important;
}

.boxfilter .itemfilter.checked .checkboxfilter {
  background: #4a90e2;
  border-color: #4a90e2;
}

.boxfilter .checkboxfilter i {
  margin: auto;
  color: #fff;
}

.boxfilter p {
  display: inline-block;
  font-size: 13px;
}

.boxfilter .click_xo {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  text-align: right;
  cursor: pointer;
}

.boxfilter .click_xo i {
  font-size: 15px;
  color: #1c185c;
}

.boxfilter .click_xo:hover i {
  color: red;
}

.act-fil {
  height: auto;
}

#wap_tags {
  padding: 9px 0;
}

#wap_tags span {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  width: auto;
  height: 22px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 22px;
  padding: 0 0 0 5px !important;
  background: #4a90e2;
  position: relative;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

#wap_tags span:after {
  width: 22px;
  height: 22px;
  content: "";
  float: right;
  border-radius: 0 4px 4px 0;
  background: #206bc1;
  margin-left: 5px;
}

#wap_tags span:before {
  position: absolute;
  right: 6px;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}

#wap_tags span.delall {
  background: #c10016;
}

#wap_tags span.delall:after {
  background: #980617;
}

.muangay.nutdathang,
a.dathang.nutdathang {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  font-size: 16px;
  color: #fff !important;
  font-weight: 700;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 49%;
  text-transform: uppercase;
  background-color: #fedf00;
  border-radius: 4px;
  padding: 5px 10px;
  cursor: pointer;
}

.muangay.nutdathang:hover,
a.dathang.nutdathang:hover {
  background-color: #cbb200;
}

.product-other__title {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .site-wrap {
    overflow: hidden;
  }

  .container {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .header-top {
    display: none;
  }

  .header-bottom-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .menu-res {
    background-color: #df1619;
  }

  .slider--right {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 0;
  }

  .footer-bottom-wrap > div {
    margin-bottom: 10px;
  }

  .footer__info {
    width: 100%;
  }

  .footer__baiviet {
    width: 49%;
  }

  .footer__fanpage {
    width: 49%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .footer__baiviet {
    width: 100%;
  }

  .footer__fanpage {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    margin-left: 0;
  }

  .copyright__text {
    width: 100%;
  }

  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  #footer-map,
  #footer-map iframe {
    height: 300px;
  }

  .about-home {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .dmnb-home {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .dmnb__name {
    font-size: 1em;
    padding: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .spmoi .nav-item + .nav-item {
    margin-left: 30px;
  }

  .spmoi .nav-item + .nav-item:before {
    height: 15px;
    left: -15px;
  }

  .spmoi .nav-link {
    font-size: 1em;
  }

  .thuvien-home .thuvien-home-grid {
    grid-column-gap: 14px;
  }

  .thuvien-home__item {
    margin-bottom: 14px;
  }

  .newsletter-wrap {
    display: block;
    text-align: center;
  }

  .newsletter--left {
    width: auto;
    display: inline-flex;
    text-align: left;
    margin-bottom: 10px;
  }

  .newsletter form {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) and (max-width: 425px) {
  .newsletter--left {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.7692307692%;
    margin-right: -0.7692307692%;
  }

  .product-item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .site-wrap {
    overflow: hidden;
  }

  .container {
    padding: 0 10px;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.5em;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .header-top {
    display: none;
  }

  .header-bottom-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .menu-res {
    background-color: #df1619;
  }

  .slider--right {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 0;
  }

  .footer-bottom-wrap > div {
    margin-bottom: 10px;
  }

  .footer__info {
    width: 100%;
  }

  .footer__baiviet {
    width: 49%;
  }

  .footer__fanpage {
    width: 49%;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .footer__baiviet {
    width: 100%;
  }

  .footer__fanpage {
    width: 100%;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    margin-left: 0;
  }

  .copyright__text {
    width: 100%;
  }

  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  #footer-map,
  #footer-map iframe {
    height: 300px;
  }

  .about-home {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .dmnb-home {
    width: 100%;
    float: none;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .dmnb__name {
    font-size: 1em;
    padding: 10px;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .spmoi .nav-item + .nav-item {
    margin-left: 30px;
  }

  .spmoi .nav-item + .nav-item:before {
    height: 15px;
    left: -15px;
  }

  .spmoi .nav-link {
    font-size: 1em;
  }

  .thuvien-home .thuvien-home-grid {
    grid-column-gap: 14px;
  }

  .thuvien-home__item {
    margin-bottom: 14px;
  }

  .newsletter-wrap {
    display: block;
    text-align: center;
  }

  .newsletter--left {
    width: auto;
    display: inline-flex;
    text-align: left;
    margin-bottom: 10px;
  }

  .newsletter form {
    margin-left: 0;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) and (max-width: 425px) {
  .newsletter--left {
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.7692307692%;
    margin-right: -0.7692307692%;
  }

  .product-item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%;
  }
}

@media screen and (max-width: 425px) {
  .site-wrap {
    overflow: hidden;
  }

  .container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 425px) and (max-width: 425px) {
  .main-title__name {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 425px) {
  .header-top {
    display: none;
  }

  .header-bottom-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .menu-res {
  }

  .slider--right {
    width: 100%;
    float: none;
    padding-top: 10px;
    margin-top: 0;
  }

  .footer-bottom-wrap > div {
    margin-bottom: 10px;
  }

  .footer__info {
    width: 100%;
  }

  .footer__baiviet {
    width: 49%;
  }

  .footer__fanpage {
    width: 49%;
  }
}

@media screen and (max-width: 425px) and (max-width: 425px) {
  .footer__baiviet {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .footer__fanpage {
    width: 100%;
  }
}

@media screen and (max-width: 425px) {
  .copyright-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
    padding: 7px;
    margin-left: 0;
  }

  .copyright__text {
    width: 100%;
  }

  .copyright__thongke {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
  }

  #footer-map,
  #footer-map iframe {
    height: 300px;
  }

  .about-home {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .dmnb-home {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 425px) and (max-width: 425px) {
  .dmnb__name {
    font-size: 1em;
    padding: 10px;
  }
}

@media screen and (max-width: 425px) {
  .spmoi .nav-item + .nav-item {
    margin-left: 30px;
  }

  .spmoi .nav-item + .nav-item:before {
    height: 15px;
    left: -15px;
  }

  .spmoi .nav-link {
    font-size: 1em;
  }

  .thuvien-home .thuvien-home-grid {
    grid-column-gap: 14px;
  }

  .thuvien-home__item {
    margin-bottom: 14px;
  }

  .newsletter-wrap {
    display: block;
    text-align: center;
  }

  .newsletter--left {
    width: auto;
    display: inline-flex;
    text-align: left;
    margin-bottom: 10px;
  }

  .newsletter form {
    margin-left: 0;
  }
}

@media screen and (max-width: 425px) and (max-width: 425px) {
  .newsletter--left {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.7692307692%;
    margin-right: -0.7692307692%;
  }

  .product-item {
    box-sizing: border-box;
    flex: 0 0 48.4615384615%;
    margin-left: 0.7692307692%;
    margin-right: 0.7692307692%;
    margin-bottom: 1.5384615385%;
  }
}

@media screen and (max-width: 425px) and (max-width: 330px) {
  .product-grid {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .product-item {
    box-sizing: border-box;
    flex: 0 0 100%;
  }
}

.header_bar .mxh_top {
  margin: 0;
}

.header_bar {
  background: #f3f3f3;
}

.header_bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
}

.header_bar p {
  margin: 0;
}

.header_bar p b {
  color: #e00000;
}

.header_bar p i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  border: 1px solid #000000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  font-size: 10px;
  animation: 1s ease-in-out 0s normal none infinite running h-alo-ring-ring;
}

@keyframes h-alo-ring-ring {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }

  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}

.mxh_top {
  display: flex;
  margin: 10px 0 0;
  justify-content: center;
  flex-wrap: wrap;
}

.mxh_top a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.mxh_top a + a {
  margin-left: 20px;
}

.mxh_top a img {
  max-height: 32px;
}

.mxh_top a:hover {
  transform: rotate(15deg);
}

.header_bard {
  background: linear-gradient(
    180deg,
    rgba(3, 7, 26, 0.5) 0%,
    rgba(7, 18, 69, 0.15) 100%
  );
}

.menu_desktop {
  width: calc(100% - 300px);
}

.menu_desktop nav {
  flex-grow: 1;
}

.menu_desktop nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.menu_desktop nav ul li {
  display: flex;
  /* height: 100%; */
  position: relative;
}

.menu_desktop nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  padding: 0;
  font-size: 18px;
}

.menu_desktop nav > ul > li > a {
  text-transform: uppercase;

}

.menu_desktop nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 300px;
  z-index: 2;
  background: #fff;
  height: auto;
  top: 150%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  border-radius: 7px;
  /* padding: 10px 0; */
}

.menu_desktop nav > ul > li + li {
  /* margin-left: 40px; */
}

.menu_desktop nav ul li ul li {
  height: auto;
  padding: 9px 18px;
}

.menu_desktop nav ul li ul li + li {
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.menu_desktop nav ul li ul li a {
  display: block;
  height: auto;
  width: 100%;
  line-height: 24px;
  color: #333;
  font-weight: 600;
}

.menu_desktop nav ul li:hover > a,
.menu_desktop nav ul li a.active {
  color: #fff;
}

.menu_desktop nav ul li ul li:hover > a {
  color: var(--color-red);
  padding-left: 8px;
}

.menu_desktop nav ul li:hover > ul {
  pointer-events: auto;
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.menu_desktop nav ul li ul li ul {
  top: 0 !important;
  left: 100%;
  margin: 0;
}

.copyright__thongke {
  list-style: none;
  padding: 0;
  margin: 0;
}

.copyright__thongke li {
  display: inline;
}

.copyright__thongke li + li:before {
  content: "|";
  margin: 0 5px;
}

.brandb {
  padding: 30px 0;
  background: #f5f5f5;
}

.doitac_owl a {
  border: 1px solid #eee;
  background: #fff;
  padding: 0;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.doitac_owl a img {
  object-fit: contain;
  transition: 0.3s;
}

.tintucb {
  margin: 50px 0;
}

.tintucbk {
  display: flex;
  flex-wrap: wrap;
}

.tintucbkl {
  width: 50%;
  padding-right: 15px;
}

.tintucbkr {
  width: 50%;
  padding-left: 15px;
}

.tintucbk .tit {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.tinnb_top {
  display: block;
  margin-bottom: 15px;
}

.tinnb_top a {
  display: block;
}

.tinnb_top a img {
  max-width: 300px;
  min-height: 200px;
  object-fit: cover;
  margin-right: 15px;
}

.tinnb_top a h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: calc(22px * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tinnb_top a p {
  margin: 0;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 3;
  height: calc(22px * 3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tinnb_top a span {
  display: block;
  margin: 5px 0px;
  color: #777;
  font-size: 13px;
}

.tinnb_owl a img {
  max-width: 100%;
  margin: 0;
}

.tinnb_owl a h3 {
  font-size: 14px;
  font-weight: 900;
  color: #1d2143;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  -webkit-line-clamp: 2;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  margin-bottom: 0;
  transition: 0.5s;
}

.productb {
  margin: 50px 0;
}

.productb .tit {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product_records {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  margin: 25px 0px;
}

.item_records {
  display: block;
  border: 1px solid #eee;
  padding: 10px;
  position: relative;
}

.ovrly23 {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ovrly23 img {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
}

.ovrly23 .ovrly {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5) rotateZ(180deg);
  -moz-transform: scale(0.5) rotateZ(180deg);
  -ms-transform: scale(0.5) rotateZ(180deg);
  -o-transform: scale(0.5) rotateZ(180deg);
  transform: scale(0.5) rotateZ(180deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ovrly23 .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ovrly23 .buttons .fa {
  background: rgb(256, 256, 256);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: rgba(50, 50, 50, 0.9);
  display: inline-block;
  margin: 0 1px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.2s 0.3s;
  -moz-transition: all 0.2s 0.3s;
  -o-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
  opacity: 0;
}

.ovrly23:hover .ovrly {
  opacity: 1;
  -webkit-transform: scale(1) rotateZ(0deg);
  -moz-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotateZ(0deg);
  -o-transform: scale(1) rotateZ(0deg);
  transform: scale(1) rotateZ(0deg);
}

.ovrly23:hover .buttons .fa {
  opacity: 1;
}

.item_records h3 {
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 3px;
}

.item_records p {
  text-align: center;
}

.fix-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 97;
  animation: slideInDown 0.8s ease;
}

.fix-nav .menu_desktop:before {
  border-top: 70px solid transparent;
}

.lang-option {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
}

.lang-option a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.lang-option a + a {
  margin-left: 10px;
}

.lang-option a:hover {
  opacity: 0.7;
}

.fix-nav .logo canvas {
  max-height: 50px;
}

.fix-nav .header_bard {
  min-height: auto;
}

.fix-nav .menu_desktop {
}

.bg-page {
  padding: 50px 0;
}

.title-page {
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  font-weight: 900;
  text-transform: uppercase;
}

.shipment-grid {
}

.shipment-bg {
  background-color: transparent;
  border-radius: 6px;
  padding: 40px 30px 50px 30px;
  color: #fff;
  background-size: cover;
  background-position: 0 0;
}

.title-shipment {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}

.title-shipment span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.shipment-bg form {
  display: flex;
  margin: 15px 0 0;
  overflow: hidden;
  border-radius: 6px;
}

.shipment-bg form input {
  border: 0;
  flex-grow: 1;
  color: #555;
  padding: 0 1rem;
  font-size: 18px;
}

.shipment-bg form button {
  min-width: 86px;
  height: 54px;
  background: #ec1b24;
  border: 0;
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  font-family: "Montserrat";
}

.bg-page.custom1 {
  background-color: #f7f8f8;
}

.title-custom {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #1d2143;
  text-transform: uppercase;
}

.title-custom span {
  display: block;
  font-size: 14px;
  color: #ec1b24;
}

.about-circle img {
  object-fit: contain;
}

.about-circle {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.about-circle .circle {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid transparent;
  border-radius: 92% 110% 132% 88%;
  display: none !important;
}

.about-circle .circle:nth-child(1) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin1 6s linear infinite;
  animation: spin1 6s linear infinite;
  border-color: #1ea54d;
}

.about-circle .circle:nth-child(2) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin2 6s linear infinite;
  animation: spin2 6s linear infinite;
  border-color: #ec0016;
}

.about-circle .circle:nth-child(3) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin3 6s linear infinite;
  animation: spin3 6s linear infinite;
  border-color: #ec0016;
}

.about-circle .circle:nth-child(4) {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin4 6s linear infinite;
  animation: spin4 6s linear infinite;
  border-color: #ec0016;
}

@keyframes spin1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@keyframes spin2 {
  0% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }

  100% {
    -webkit-transform: rotate(-288deg);
    transform: rotate(-288deg);
  }
}

@-webkit-keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@keyframes spin3 {
  0% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }

  100% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
}

@-webkit-keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

@keyframes spin4 {
  0% {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }

  100% {
    -webkit-transform: rotate(-144deg);
    transform: rotate(-144deg);
  }
}

.dichvunb-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-top: 20px;
  color: #000;
  margin-bottom: 5px;
  transition: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 25px;
}

.dichvunb-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: calc(24px * 2);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #333;
  margin: 0;
  display: none;
}

.dichvunb-item a:hover h3 {
  color: #ec0016;
}

.dichvunb-item a {
  margin-top: 3rem;
}

.bg-page.custom2 {
  background-image: url(../images/bg3.png);
  background-position: 0 0;
  background-size: cover;
}

.bg-page.custom2 .title-custom {
  color: #fff;
}

.form-register {
}

.form-register section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.input-section {
  width: 100%;
  margin-bottom: 13px;
}

.input-section p {
  margin: 0;
  margin-bottom: 5px;
}

.input-section input,
.input-section select {
  width: 100%;
  display: block;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0 1rem;
  color: #333;
  transition: 0.3s;
}

.input-section textarea {
  width: 100%;
  display: block;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 1rem;
  color: #333;
  font-family: inherit;
  transition: 0.3s;
}

.form-register button {
  width: 100%;
  border: 0;
  height: 50px;
  background: var(--color-red);
  color: #fff;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.input-section:nth-child(3),
.input-section:nth-child(2) {
  width: calc(50% - 13px / 2);
}

.input-section:last-child {
  margin: 0;
}

.input-section input:focus,
.input-section textarea:focus {
  border-color: #ec0016;
}

.bg-page.custom3 {
  background-color: #f6f6f6;
}

.tinnb-item a {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 0.2);
  margin-bottom: 7px;
  margin-top: 25px;
  margin-left: 7px;
  margin-right: 7px;
}

.tinnb-item section {
  padding: 25px;
}

.tinnb-item strong {
  font-size: 14px;
  font-weight: 400;
  color: #ed1b24;
}

.tinnb-item strong i {
  margin-right: 5px;
}

.tinnb-item p {
  color: #898a9c;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  -webkit-line-clamp: 5;
  height: calc(23px * 5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0;
}

.tinnb-item a:hover h3 {
  color: #ec0016;
}

.tieuchinb {
  margin: 35px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -50px;
  margin-right: -50px;
}

.tieuchinb-item {
  width: 25%;
  position: relative;
  text-align: center;
  padding: 0 50px;
}

.tieuchinb-item img {
  display: block;
  margin: auto;
}

.tieuchinb-item h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-top: 15px;
  transition: 0.5s;
}

.tieuchinb-item p {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  -webkit-line-clamp: 2;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.tieuchinb-item:after {
  content: "";
  width: 34px;
  height: 2px;
  background: url(../images/line.png) 0 0 no-repeat;
  position: absolute;
  top: 30px;
  right: 0;
  transform: translateX(50%);
}

.tieuchinb-item:last-child:after {
  display: none;
}

.tieuchinb-item:hover h3 {
  color: #ec0016;
}

.tinnb_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 9px;
}

.tinnb_grid h3 {
  font-size: 14px;
  font-weight: 900;
  color: #1d2143;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 23px;
  -webkit-line-clamp: 2;
  height: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: 4px;
  margin-bottom: 0;
  transition: 0.5s;
}

.custombg {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
}

.custombg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 0.6);
  z-index: -1;
}

.dichvunb {
  width: 550px;
  height: 550px;
  background: url(../images/bg_trave_dichvu.png) 0 0 no-repeat;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.dichvunb {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 10rem;
}

.dichvunb-item {
  position: absolute;
  width: 170px;
}

.dichvunb-item:nth-child(1) {
  left: -11rem;
  top: 20%;
}

.dichvunb-item:nth-child(5) {
  right: -11rem;
  top: 20%;
}

.dichvunb-item:nth-child(2) {
  left: -7rem;
  top: 64%;
}

.dichvunb-item:nth-child(4) {
  right: -7rem;
  top: 64%;
}

.dichvunb-item:nth-child(3) {
  bottom: -11rem;
}

section.dichvunb-centerb {
  position: absolute;
}

.dichvunb-center {
  display: none !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.dichvunb-center h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-top: 1rem;
}

.dichvunb-center p {
  margin: 0;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 4;
  height: calc(25px * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.dichvunb-center.active {
  display: flex !important;
}

@media (max-width: 1024px) {
  .header_bar {
    display: none;
  }

  .menu_desktop {
    display: none;
  }

  .product_records {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }

  .tintucbkl,
  .tintucbkr {
    width: 100%;
    padding: 0;
  }

  .cri__owl {
    margin: 5px;
  }

  .tintucbkr {
    margin-top: 15px;
  }

  .tinnb_top a img {
    max-width: 100%;
    margin: 0;
    min-height: unset;
    margin-bottom: 10px;
    float: none !important;
  }

  .copyright__thongke {
    display: none;
  }

  #footer-map,
  #footer-map iframe {
    display: none;
  }

  .header_bard > .d-flex {
    display: none !important;
  }

  .header {
    position: relative !important;
  }

  .bg-page {
    padding: 20px 0;
  }

  .title-page {
    font-size: 20px;
  }

  .shipment-grid {
    display: block;
  }

  .shipment-bg {
    padding: 15px;
  }

  .shipment-bg + .shipment-bg {
    margin-top: 15px;
  }

  .title-shipment {
    font-size: 18px;
  }

  .title-shipment span {
    font-size: 14px;
  }

  .title-custom {
    font-size: 20px;
  }

  .dichvunb-item a {
    margin-top: 1rem;
  }

  .form-register section {
  }

  .tinnb-item section {
    padding: 15px;
  }

  .tieuchinb-item:after {
    display: none;
  }

  .tieuchinb {
    flex-wrap: wrap;
    margin: 1rem 0 0;
  }

  .tieuchinb-item {
    width: 50%;
    padding: 5px;
  }

  .footer-bottom-wrap {
    padding: 30px 0;
  }

  .footer__baiviet ul {
    flex-direction: column;
  }

  .footer__baiviet ul li a:before {
    display: none;
  }

  .mxh_top {
    justify-content: center;
  }

  .footer__title {
    font-size: 18px;
  }

  .title-main span {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }

  .tinnb_grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .dichvunb {
    max-width: 100%;
    width: 100%;
    height: auto;
    background: transparent;
    margin: 20px 0 0;
    display: block;
  }

  section.dichvunb-centerb {
    display: none;
  }

  .dichvunb-item {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    width: 100%;
    margin-top: 10px;
  }

  .custombg {
    background-attachment: local;
  }

  .footer__baiviet ul li a {
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .menu {
    display: none;
  }

  .menu-res {
    display: block;
    padding: 5px 0;
    height: 65px;
  }

  .mt-tracking {
    margin: 0;
    padding: 30px 15px;
    background: #e4e4e4;
  }

  .widget-service-list {
    margin: 0;
    padding: 60px 0px;
  }

  .name-sv-l,
  .name-cri-sl {
    font-size: 18px;
    line-height: 1.5;
  }

  .info-sv-l p,
  .info-cri-sl p:nth-child(2) {
    font-size: 14px;
  }

  .item-sv-l,
  .cri_sl {
    margin-bottom: 20px;
  }

  .sname-form {
    font-size: 28px;
    line-height: 1.5;
  }

  .name-form,
  .name-intro,
  .title-main span,
  .title-main h2 {
    font-size: 42px;
  }

  .hotline-form {
    padding: 10px 20px;
    font-size: 18px;
  }

  .container {
    padding: 0 15px !important;
  }

  .info-form {
    width: 48%;
  }

  .info-intro {
    width: 54%;
  }

  .info-cri-sl {
    width: calc(100% - 75px);
  }

  .item-reason {
    padding: 20px;
    min-height: 315px;
  }

  .row-30,
  .row-20 {
    margin: 0 -5px;
  }

  .col-30,
  .col-20,
  .pd-20 {
    padding: 0 5px;
  }

  .mg-b-30,
  .mg-b-20 {
    margin-bottom: 10px;
  }

  .title-pt,
  .footer__info:nth-child(1),
  .footer__info:nth-child(3),
  .footer__info:nth-child(2) {
    width: 100%;
    margin-bottom: 20px;
  }

  .widget-partner {
    padding: 30px;
    width: calc(100% - 30px);
  }

  .wid_part,
  .footer__info:nth-child(4) {
    width: 100%;
  }

  .footer-ul li {
    min-width: calc(50% - 5px);
    width: auto;
  }

  #slider1_container,
  .slideshow {
    margin-top: 0;
  }

  .lang-option {
    margin-left: 0;
  }

  #hamburger {
    margin-right: 63px;
  }

  .item_news_owl {
    margin: 5px;
  }
}

@media (max-width: 992px) {
  .news {
    width: 100%;
    float: none !important;
  }
}

@media (max-width: 991px) {
  .info-form {
    width: 100%;
    margin-bottom: 20px;
  }

  .box-form {
    width: 100%;
  }

  .all-img-intro {
    width: 80%;
    margin: 0 auto;
    order: 2;
    max-width: 579px;
  }

  .info-intro,
  .title_sv {
    width: 100%;
    margin-bottom: 20px;
  }

  .name-form,
  .name-intro,
  .title-main span,
  .title-main h2,
  .title_sv h2,
  .mid-tracking h2 {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .top-contact {
    flex-wrap: wrap;
  }

  .left-pro-detail,
  .right-pro-detail,
  .top-contact .form-contact,
  .top-contact .article-contact {
    width: 100%;
    margin: 0px;
  }

  .left-pro-detail,
  .top-contact .article-contact {
    margin-bottom: 30px;
  }

  .widget-service-list {
    padding: 30px 0px;
  }

  .widget-form,
  .widget-intro,
  .widget-reason,
  .widget-news {
    padding: 30px 0;
  }

  .cri_sl {
    margin: 0;
    padding: 0 8px !important;
  }

  .widget_cri {
    margin-top: 20px !important;
    margin: 0 -8px;
    margin-bottom: 20px;
  }

  .info-news {
    padding: 10px;
    min-height: 164px;
  }

  .name-news {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
  }

  .desc-news {
    line-height: 1.5;
  }

  .shape-reason,
  .name-reason {
    margin-bottom: 5px;
  }

  .item-reason {
    padding: 10px;
    min-height: 255px;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
  .top-contact .form-contact .button-contact .file-contact span b {
    max-width: 105px;
  }

  .box-tracking,
  .widget-partner {
    padding: 15px;
  }

  .name-form,
  .name-intro,
  .title-main span,
  .title-main h2,
  .title_sv h2,
  .mid-tracking h2 {
    font-size: 28px;
  }

  .name-sv-l,
  .name-cri-sl {
    font-size: 15px;
  }

  .slogan-title {
    font-size: 14px;
    width: 100%;
    line-height: 1.8;
  }
}

@media (max-width: 575px) {
  .cart-pro-detail {
    flex-wrap: wrap;
  }

  .cart-pro-detail a {
    width: 100%;
    text-align: center;
    margin: 0px !important;
    font-size: 12px;
  }

  .cart-pro-detail a:first-child {
    margin-bottom: 5px !important;
  }

  .cart-pro-detail a i {
    display: none;
  }

  .menu-bar-res .logo img {
    max-width: 100px;
  }

  .name-form,
  .name-intro,
  .title-main span,
  .title-main h2,
  .title_sv h2,
  .mid-tracking h2,
  .sname-form {
    font-size: 24px;
  }

  .email-form {
    font-size: 16px;
  }

  .slogan-form,
  .input-section:nth-child(3),
  .input-section:nth-child(2),
  .all-img-intro {
    width: 100%;
  }

  .mid-tracking h2,
  .title_sv h2 {
    font-size: 20px;
  }

  .name-reason {
    font-size: 14px;
  }

  .info-reason p:nth-child(2) {
    font-size: 14px;
    line-height: 1.5;
  }

  .item-reason {
    padding: 10px 5px;
    min-height: 222px;
  }
}
