@font-face {
  font-family: "ro-bl";
  src: url("../fonts/Roboto-Black.ttf");
}

@font-face {
  font-family: "ro-l";
  src: url("../fonts/Roboto-Light.ttf");
}

@font-face {
  font-family: "ro-m";
  src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
  font-family: "ro-t";
  src: url("../fonts/Roboto-Thin.ttf");
}

@font-face {
  font-family: "ro-r";
  src: url("../fonts/Roboto-Regular.ttf");
}

@font-face {
  font-family: "ro-r";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "bar-r";
  src: url("../fonts/Barlow-Regular.ttf");
}

@font-face {
  font-family: "utm-a";
  src: url("../fonts/UTM Avo.ttf");
}

@font-face {
  font-family: "utm-a";
  src: url("../fonts/UTM AvoBold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "utm-b";
  src: url("../fonts/UTM Bienvenue.ttf");
}

:root {
  --default-color: #344381;
  --color-title: #191919;
  --lightColor: #fff;
}
html {
  font-size: 14px;
}
body {
  color: #000;
  font-size: 14px;
  font-family: "ro-r";
}

/* ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(177, 177, 177, 0.951);
  border-radius: 10px;
} */

a,
a:hover {
  color: #000;
}
img {
  max-width: 100%;
}

.catchuoi2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.catchuoi3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.catchuoi4 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.catchuoi5 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.xoay_hinh:hover img {
  transform: rotate(360deg);
}

.xoay_hinh img {
  transition: ease all 0.5s;
}

.swiper img {
  width: 100%;
}

/* ArrowCarousel  */

.owl-arrow .owl-nav {
  display: none;
}

.owl-arrow.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-arrow .owl-item {
  text-align: center;
}

.owl-arrow.owl-theme .owl-nav button {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-arrow.owl-theme .owl-nav .owl-prev {
  left: -20px;
  padding-left: 20px;
}

.owl-arrow.owl-theme .owl-nav .owl-next {
  right: -20px;
  padding-right: 20px;
}

.owl-arrow.owl-theme .owl-nav .owl-prev i,
.owl-arrow.owl-theme .owl-nav .owl-next i {
  font-size: 50px;
  color: red;
}

.owl-arrow.owl-theme .owl-nav [class*="owl-"]:hover {
  background: initial;
  color: initial;
}

.owl-arrow {
  margin-top: 10px;
}

.owl-arrow.owl-theme .owl-nav {
  margin-top: 0px;
}

/* Backtotop */

#toTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  background: #c01627;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}

.img-container {
  padding-bottom: 66%;
  overflow: hidden;
  height: auto;
  display: block;
  position: relative;
}

.img-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-group {
  margin-bottom: 20px;
}

.title-main {
  margin-bottom: 30px;
  text-align: center;
}

.title-main:after {
  content: "";
  display: block;
}

.title-main span {
  font: 24px "utm-a";
  color: #727272;
}

.title-main h2 a {
  font: 2rem "utm-a";
  text-transform: uppercase;
  color: var(--default-color);
}

a {
  text-decoration: none;
}

.scale-img {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.scale-img img {
  transition: 0.5s all ease-in-out;
  width: 100%;
  height: 100%;
}

.scale-img:hover img {
  transform: scale(1.5);
}

.hover-font {
  transition: ease all 0.5s;
}

.hover-font:hover {
  color: red;
}

.man-body {
  /* margin-top: 20px;*/
  margin-bottom: 45px;
}

.hotline {
  background: url(../images/icon-phone2.png) no-repeat center left;
  padding-left: 68px;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  font-family: "ro-b";
}

.hotline p {
  margin-bottom: 0px;
}

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

.email-httt {
  background: url(../images/gmail.png) no-repeat left center;
  padding: 3px 0;
  padding-left: 30px;
  margin-top: 10px;
  font-family: "pop-r";
  color: #000;
}

.new-righ {
  border: 1px dashed #67b313;
  padding: 5px;
  border-radius: 5px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -15px;
}

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

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

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

/* Search */
.search input::-webkit-input-placeholder,
.search textarea::-webkit-input-placeholder {
  /* Edge */
  font: 13px "ro-l";
  color: #fff;
}

.search input:-ms-input-placeholder,
.search textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: 13px "ro-l";
  color: #fff;
}

.search input::placeholder,
.search textarea::placeholder {
  font: 13px "ro-l";
  color: #fff;
}

.search button {
  border: none;
  background: none;
  color: var(--default-color);
  width: 32px;
  height: 32px;
  font-size: 20px;
  background: #fff;
  border-radius: 3px;
  margin-right: 2px;
}

.search input {
  border: none;
  height: 100%;
  flex: 1;
  text-indent: 10px;
  background: none;
  color: #fff;
}

.search input:focus-visible {
  /* border: none !important; */
  outline: none;
}

.search form {
  height: 36px;
  background: var(--default-color);
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
}

.btn-search {
  background: red;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.search {
  position: absolute;
  right: 0;
  width: 260px;
  top: 100%;
  z-index: 9;
  display: none;
}

.title-search {
  font-size: 20px;
}

/* Menu */

.menu .dropdown-menu {
  /* flex-direction: column; */
}

.menu .dropdown-menu li {
  min-width: 250px;
  position: relative;
}

.menu .dropdown-menu li + li {
  border-top: 1px solid #acacac;
}

.menu .dropdown-menu {
  /* opacity: 0; */
  /* visibility: hidden; */
  /* transition: 0.5s; */
}

.menu ul li.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.menu ul li a:hover {
  color: red;
}

.menu {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.menu .container {
  position: relative;
}

.menu button.hc-nav-trigger.hc-nav-1 {
  display: none;
}

.menu ul {
  padding: 0px;
  margin-bottom: 0px;
  /* background-color: #fff; */
}

.sub-nav ul {
  position: absolute;
  left: 100%;
  top: -1px;
  display: none;
  border: 1px solid #ddd;
}

.sub-nav:hover ul {
  display: block;
}

.menu .list-menu {
  display: flex;
  list-style-type: none;

  justify-content: space-between;
}

.menu ul.list-menu a {
  padding: 14px 35px;
  text-decoration: none;
  /* text-transform: uppercase; */
  font-size: 16px;
  color: #fff;
  display: block;
  font-family: "ro-l";
  /* border-bottom: 2px solid transparent; */
}

.menu ul.list-menu li ul li a {
  color: #fff;
}

.list-menu > li > a.active,
.list-menu > li > a:hover {
  /* border-bottom: 2px solid var(--default-color); */
}

.list-menu ul {
  min-width: 200px;
  background: var(--default-color);
}

.menu ul a.menubtn {
  padding: 10px !important;
}

.menu-list li {
  position: relative;
}

.menu-list li:hover .menu-sub {
  display: block;
}

.menu-sub {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.menu .sub-nav ul {
  /* background: #fff; */
}

/* News detail */

.item-new {
  border-bottom: 1px dashed #dedddc;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.item-new .mota {
  text-align: justify;
  line-height: 2rem;
}

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

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

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

.chitiettin table,
tr,
td {
  border: 1px solid;
}

/* Tin lien quan */

.tinlienquan {
  padding-left: 18px;
  list-style: square;
}

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

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

/* Product */

.list-product {
  position: relative;
  /* margin-top: 15px; */
  margin-bottom: 20px;
}

.item-product {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  /* background-color: #fff; */
}

.spcart {
  width: 55px;
  height: 48px;
  background: #a3a375;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-top: 10px;
}

.spcart img {
  width: initial !important;
}

.gia-ban {
  text-align: center;
  border-top: 1px solid #707070;
  padding-top: 10px;
}

.giamoi {
  color: red;
  font-weight: 700;
}

.giacu {
  font-size: 13px;
  text-decoration: line-through;
  color: #bdbdbd;
  padding-left: 10px;
}

.item-product > a {
  display: block;
  /* height: 210px; */
  /* overflow: hidden; */
  /* border-radius: 10px; */
}

.item-product h3 {
}

.item-product > h3 > a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
}

.item-product .gia-ban > strong {
  color: #030000;
  font: 24px "bar-r";
}

.item-product .chitiet a {
  background-color: #70b620;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
}

.prod-desc {
  text-align: justify;
}

.prod-img .img-container {
  padding-bottom: 100%;
  border-radius: 8px;
}

/* Product detail */

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

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

.lienhe-sp .form-check input,
.lienhe-sp .form-check label {
  cursor: pointer;
}

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

.btn-muahang {
  color: #fff;
  background-color: var(--default-color);
  width: 100%;
  height: 100%;
  line-height: 27px;
}

.btn-muahang:hover {
  background-color: var(--color-title);
  color: #fff;
}

.motasp {
  line-height: 2rem;
}

.thongtinchitiet {
  margin-top: 20px;
}

.thongtinchitiet button {
  color: #000;
  font-weight: bold;
}

.p-price {
  color: red;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}

.p-oldprice {
  text-decoration: line-through;
}

.slide-sp-main {
  margin-bottom: 10px;
}

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

/* Slide */

.slide__right {
}
.slide__title {
  font: 30px "utm-a";
  font-weight: 700;
  color: #fff;
}
.slide__desc {
  color: #fff;
  font: 14px "utm-a";
}
.btn__slide {
  color: #fff;
  font: 14px "utm-a";
  background: var(--default-color);
  border: 1px solid var(--default-color);
  padding: 10px 20px;
  border-radius: 35px;
}

.btn__slide:hover {
  background: #fff;
  color: var(--default-color);
}

.slick-slide1 {
  background: #b0b0b0;
}

.slide__item {
  background: #b0b0b0;
}

.thumb-item {
  margin: 0 5px;
  height: 110px !important;
}

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

/* Danh muc right */

.hotro,
.spbanchay,
.bvmoi-list,
.video-body {
  padding-bottom: 15px;
  border: 1px dashed var(--default-color);
  border-top: 0px;
  padding: 10px 15px;
  border-radius: 0 0 5px 5px;
}

.mxh-left ul {
  padding: 0px;
  display: flex;
  margin: 0px;
}

.mxh-left ul li + li {
  margin-left: 8px;
}

.hotro {
}

.mxh-left .box__right {
  margin-left: 15px;
}

.box__right p {
  margin-bottom: 0px;
}

.box__right .sdt__right {
  font-weight: 700;
  color: red;
  font-size: 15px;
}

.hotline-right {
  color: red;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed";
  background: url(../images/hotline3.png) no-repeat;
  padding: 4px 0;
  padding-left: 40px;
  margin-bottom: 8px;
}

.title-home2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  background: var(--default-color);
  padding: 10px 0;
  background-size: contain;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.danhmuc_left {
  border-radius: 8px;
  overflow: hidden;
  /* background: var(--default-color); */
  padding-bottom: 15px;
}

.left .box-left {
  margin-bottom: 30px;
}

.nav-right {
  /* padding-left: 5px; */
  /* padding-right: 5px; */
  border: 1px solid #ddd;
}

.nav-right ul {
  list-style: none;
  padding: 0px;
  position: relative;
  /* background: var(--default-color); */
  margin-bottom: 0px;
  /* padding: 0px 0px 10px; */
}

.box-cap2 {
  display: none;
}

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

.nav-right ul li {
  /* border-top: 1px solid #5ea510; */
  /* border-bottom: 1px solid #74c31a; */
}

.nav-right ul li a {
  display: block;
  padding: 14px 15px;
  padding-left: 35px;
  color: #656565;
  font-size: 16px;
  background: url(../images/arrow_right.png) left 15px center no-repeat;
  border-bottom: 1px solid #ddd;
  position: relative;
}

ul.box-cap2 li a {
  padding-left: 50px;
  background: url(../images/arrow_right.png) left 30px center no-repeat;
}

.nav-right ul li i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.video {
  position: relative;
  /* padding: 5px; */
  /* margin-left: 5px; */
  /* margin-right: 5px; */
  /* margin-top: -15px; */
  /* padding-top: 10px; */
  /* border-radius: 5px; */
}

.video-item {
  position: relative;
  display: block;
  height: 298px;
}

a.video-item img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.video-play {
  color: #fff;
  border: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-item .video-play {
  /* top: calc(50% + 15px); */
  /* left: calc(50% - 15px); */
}

.video-play i {
  font-size: 28px;
}

iframe {
  width: 100%;
}

/* Pagination */

.pagination-page {
  text-align: center;
}
.pagination-page > span,
.pagination-page a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #ddd;
  color: #000;
}
.pagination-page a:hover,
.pagination-page > span {
  background: var(--default-color);
  color: #fff;
}

/* Gio hang */

.info-cart a {
  color: #000;
}

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

.cart-target {
  width: 44px;
  height: 40px;
  background: url("../images/Icon awesome-shopping-cart.png");
  display: block;
  position: relative;
}

/* Slick */

.slick-prev,
.slick-next {
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: red;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next {
  right: -25px;
  z-index: 99;
}

.slick-prev {
  left: -25px;
  z-index: 99;
}

.slick-next i,
.slick-prev i {
  width: 20px;
  height: 20px;
  background: var(--color-title);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  z-index: 99;
}

/* Lien he */

.item-sp-qc {
  line-height: 2rem;
}

/*Header*/
#header {
  padding: 20px 0;
  /* position: sticky; */
  /* top: 0; */
  /* left: 0; */
  /* z-index: 99; */
  background: var(--default-color);
  /* box-shadow: 0px 2px 5px #00000038; */
}

.header-body {
  padding: 10px 0;
  /* align-items: center; */
  /* justify-content: space-between; */
  background: var(--default-color);
}
.logo {
  display: table;
  max-width: 140px;
}

.cart {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 17px;
  color: #181818;
  /* position: relative; */
}

.qty_top {
  position: absolute;
  left: 50%;
  top: 3px;
}

.lang-box img {
  height: 20px;
  margin-right: 5px;
}

.lang-box .dropdown-menu {
  inset: initial !important;
  transform: inherit !important;
  right: 0 !important;
  top: 30px !important;
}

.menu .dropdown-menu li {
  min-width: initial;
}

/* Gioithieu */
.gioithieu .title-main {
  text-align: left;
}

.gthieu-img.img-container {
  padding-bottom: 103.33%;
}

.btn-gt {
  background-color: var(--default-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font: 14px "ro-l";
  padding: 2px;
  padding-left: 15px;
  margin-top: 20px;
}

.btn-gt i {
  background: #fff;
  color: var(--default-color);
  width: 38px;
  height: 38px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-left: 10px;
}

/*News*/

.news-body {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0 20px;
}
.news-box {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  box-shadow: 0px 0px 2px 2px #acacac;
  padding-bottom: 15px;
}

.news-image {
  position: relative;
  line-height: 0;
}

.news-image img {
  width: 100%;
  height: 235px;
  object-fit: cover;
}
.news-date {
  /* background: var(--color-title); */
  font: 13px "ro-l";
  /* color: #fff; */
  font-style: italic;
}
.news-title {
  font: 1.2rem "utm-a";
  color: var(--color-title);
  text-transform: uppercase;
  padding: 10px 0px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c7d8bd;
}
.news-desc {
  /* color: #fff; */
  line-height: 1.5rem;
  text-align: justify;
  font: 14px "ro-l";
  margin-top: 15px;
}

.news-content {
  /* padding: 0 20px; */
  position: relative;
}

.news-top h3 {
  font: 18px "bar-r";
  text-transform: uppercase;
}

.news-item {
  display: block;
}

.news-item h3 {
  /* color: #fff; */
  font: 16px "utm-a";
  font-weight: bold;
}

.news-img.img-container {
  padding-bottom: 73.68%;
}

/*Dknt*/

.dknt-right {
  background: var(--default-color);
  padding: 3rem 5rem;
}

.dknt-right .title-main h3 {
  font-size: 20px;
}

.dknt-right .title-main h3 {
  color: #fff;
}

.dknt-right form {
  text-align: center;
}

.dknt-right .form-control {
  /* width: 100%; */
  border-radius: 40px;
  height: 45px;
  border: 2px solid var(--default-color);
}

.dknt-right .form-control input,
.dknt-right .form-control textarea {
  border: none;
  width: 100%;
  height: 100%;
  text-indent: 10px;
  box-sizing: border-box;
}

.dknt-right .form-control input:focus,
.dknt-right .form-control textarea:focus {
  outline: none;
}

.dknt-right .form-control textarea {
  height: 80px;
  padding-top: 10px;
  box-sizing: border-box;
}

.dknt-title {
  font: 24px "ro-b";
  color: var(--default-color);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.dknt-right .form-control input::-webkit-input-placeholder,
.dknt-right .form-control textarea::-webkit-input-placeholder {
  /* Edge */
  font: 14px "ro-t";
  color: #8e8e8e;
}

.dknt-right .form-control input:-ms-input-placeholder,
.dknt-right .form-control textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: 14px "ro-t";
  color: #8e8e8e;
}

.dknt-right .form-control input::placeholder,
.dknt-right .form-control textarea::placeholder {
  font: 14px "ro-t";
  color: #8e8e8e;
}

.form-button {
  display: inline-flex;
  margin: auto;
  background: var(--default-color);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
}

.form-button i {
  color: #fff;
  font-size: 18px;
}
.dknt-button {
  background: #fff;
  border: none;
  font: 20px "ro-m";
  text-transform: capitalize;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 25px;
}

.dknt__img {
  padding-bottom: 56.5%;
}

/*Partner*/

.partner {
  padding: 30px 0;
  margin-bottom: 30px;
}

/*Footer*/

.footer-content {
}

.footer-col {
  /* color: #fff; */
  font-size: 13px;
  font-family: "utm-a";
}

.footer-col ul li {
  margin-bottom: 20px;
}

.footer-col:first-child .footer-title {
  text-align: left;
}

.footer-col:nth-child(1) {
  line-height: 2.5rem;
  text-align: left;
}

.footer-col:nth-child(2) {
}

.footer-col:nth-child(3) {
}

.footer-title {
  /* color: #fff; */
  font: 18px "utm-a";
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}

.footer-col iframe {
  width: 100%;
  height: 315px;
}

#footer {
  background: #f9f9f9;
  /* padding: 40px 0; */
}

.copy-right {
  text-align: center;
  font-size: 1rem;
  padding: 10px 0;
  /* background: var(--default-color); */
  color: #000;
}

.copy-right a {
  /* color: #fff; */
}
.run-partner img {
  object-fit: contain;
  object-position: center;
}

/* Doitac */
.doitac-item {
  box-shadow: 0px 0px 5px -2px #000;
  margin: 3px 3px;
}

.doitac-img.img-container {
  padding-bottom: 54.9%;
}

.doitac-img.img-container img {
  object-fit: contain;
}

/* Thanh dieu huong */

.banner__detail {
  height: 350px;
}

.banner__detail img {
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}

.title-home {
  text-transform: uppercase;
  font-size: 25px;
}
.title-home span {
  color: #000;
}

.breadcrumb {
  justify-content: center;
}

.block__breadcrumb {
  background: #00000075;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.block__breadcrumb .title-home span {
  color: #fff;
}

.block__breadcrumb .title-home {
  font-size: 40px;
}

.container__breadcrumb {
  position: relative;
  margin-bottom: 60px;
}

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

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > li {
  display: inline-block;
}

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

.chitiettin {
  line-height: 2rem;
  padding-top: 20px;
}

.title-main span {
  font: 24px "ro-l";
  color: #2d2d2d;
  margin-bottom: 5px;
  display: inline-block;
}

.title-main h3 {
  font: 30px "utm-a";
  color: #646464;
  font-weight: bold;
  text-transform: uppercase;
}

/* Thongke */
.content-bottom {
  padding: 45px 0;
}

.flex-content {
  display: flex;
}

.dknt {
  background: url("../images/background2.png");
  background-size: cover;
  padding: 30px 0;
  padding-right: 140px;
  padding-left: 95px;
  box-shadow: 0px 0px 5px #0000004d;
}

/* Mxh */

.mxh li {
  display: inline-block;
}

.mxh li + li {
  margin-left: 5px;
}

.mxh {
  margin-bottom: 0;
  padding: 0;
}

.bannerqc img {
  width: 100%;
}

.news-top {
  margin-bottom: 15px;
}

.xemchitiet {
  font: 14px "ro-l";
}

.menufix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--default-color);
  z-index: 99;
  box-shadow: 0px 2px 5px #00000038;
}

/* Visao */

.vs__item {
  padding: 30px 10px;
}
.vs__title {
  font: 18px "ro-m";
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
.vs__desc {
  font: 13px "utm-a";
  color: #393939;
}

/* Sanphamtc */

.prod-list {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  padding: 0;
}

.prod-list li {
  margin: 0 5px;
  font: 16px "ro-l";
  color: var(--default-color);
  border: 1px solid var(--default-color);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
  transition: 0.5s;
  white-space: nowrap;
}

.prod-list li.active,
.prod-list li:hover {
  background: var(--default-color);
  color: #fff;
}

/* Giohang fix */

.cart__fix {
  position: fixed;
  right: 0;
  top: 35%;
  width: 60px;
  height: 60px;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 50%;
  z-index: 99;
}

.cart__fix span {
  font-size: 13px;
  background: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 6px;
  left: initial;
  font-weight: bold;
}

.cart__fix i {
  color: #fff;
}

/* Dich vu */

.dv__item {
  position: relative;
}

.dv__item:hover .dv__box {
  display: flex;
  opacity: 1;
}
.dv__img {
}
.dv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  height: 96%;
  background: #0000005e;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: 0.5s;
}
.dv__title {
  font: 16px "utm-a";
  text-transform: uppercase;
  font-weight: 700;
}
.dv__desc {
  font: 13px "utm-a";
}

.dichvu {
  background: #f7f7f7;
}
/* Cong trinh */
.congtrinh {
}
.ct__grid {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: 300px 300px;
}
.ct__item {
  position: relative;
}

.ct__item .ct__img {
  height: 100%;
}

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

.ct__item:nth-child(1) {
  grid-column: 1/5;
  grid-row: 1/3;
}

.ct__item:nth-child(2),
.ct__item:nth-child(3) {
  grid-row: 1/2;
}
.ct__item:nth-child(2) {
  grid-column: 5/9;
}

.ct__item:nth-child(3) {
  grid-column: 9/12;
}

.ct__item:nth-child(4),
.ct__item:nth-child(5) {
  grid-row: 2/3;
}

.ct__item:nth-child(4) {
  grid-column: 5/9;
}

.ct__item:nth-child(5) {
  grid-column: 9/12;
}

.ct__img {
}
.ct__title {
  position: absolute;
  bottom: 12px;
  left: 10px;
  background: #fff;
  padding: 10px;
  font: 14px "utm-a";
  color: #3b3b3b;
  font-weight: 700;
  box-shadow: 4px 4px #c8c8c8;
}

.dknt-right .form-control.noidung {
  height: 70px;
  border-radius: 15px;
}

.khachhang {
}
.run-kh {
}
.kh__item {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 35px 15px 25px;
  margin: 85px 45px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.kh__item:after {
  content: "";
  display: inline-block;
  width: 245px;
  height: 245px;
  border: 20px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: -140px;
  bottom: -171px;
}
.kh__img {
  display: table;
  margin: 0 auto 2rem;
}
.kh__desc {
  text-align: justify;
  margin-bottom: 1rem;
  z-index: 9;
  position: relative;
}
.kh__title {
  text-align: center;
  font-style: italic;
}

.kh__item.slick-center {
  transform: scale(1.4);
  background: #fff;
  box-shadow: 0px 0px 9px -4px #000;
}

.kh__item.slick-center:after {
  border: 20px solid #efefef;
}
