@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: #2866f7;
  --color-title: #2866f7;
  --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;
  max-height: 25px;
}

.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: var(--default-color) !important;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #fff !important;
}

.owl-arrow.owl-theme .owl-nav button span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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: 40px;
  color: #fff;
}

.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: 4rem;
  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/hotline.png) no-repeat center left 4px;
  background-color: rgb(228, 17, 17);
  background-color: linear-gradient(
    180deg,
    rgba(228, 17, 17, 1) 0%,
    rgba(252, 98, 97, 1) 100%
  );
  padding-left: 75px;
  padding-right: 28px;
  height: 66px;
  color: #fff;
  font-size: 16px;
  font-family: "utm-a";
  border-radius: 40px;
  margin-bottom: 20px;
  text-align: center;
  display: inline-block;
}

.hotline span {
  font-weight: bold;
}

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

.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/icon-mail.png) no-repeat left center;
  background-size: 26px;
  padding-left: 30px;
  margin-top: 10px;
  font-weight: 600;
}

.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 {
  /* width: 260px; */
  /* border: 1px solid #707070; */
  /* border-radius: 25px; */
  /* background: var(--default-color); */
}

.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;
}

/* Menu */

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

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

.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; */
  background: var(--default-color);
}

.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: 0;
  display: none;
}

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

.menu .list-menu {
  display: flex;
  list-style-type: none;
  /* justify-content: space-between; */
}

.menu ul a {
  padding: 16px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  display: block;
  font-family: "utm-a";
  font-weight: bold;
}

.list-menu > li > a.active,
.list-menu > li > a:hover {
  background: #77e1df;
}

.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;
}

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

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

.sphot .title-main h3,
.thongtin .title-main h3 {
  /* color: #fff; */
}

.sphot .item-product h3 a {
  /* 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: left;
  border-top: 1px solid #707070;
  padding-top: 10px;
}

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

.item-product h3 {
}

.item-product > h3 > a {
  color: #000;
  font: 16px "utm-a";
  font-weight: bold;
  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;
}

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

.prod-img.img-container {
  padding-bottom: 70%;
  border-radius: 10px;
}

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

.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;
}

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

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

/* Danh muc right */

.hotro {
  /* border-bottom: 1px dashed #b31313; */
  padding-bottom: 15px;
  margin-bottom: 30px;
  border: 1px dashed var(--default-color);
  padding: 10px 5px;
  /* margin-left: 7px; */
  /* margin-right: 7px; */
  /* margin-top: -15px; */
  border-radius: 5px;
}

.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;
  margin-top: 12px;
  position: relative;
  z-index: 1;
  margin-bottom: 14px;
}

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

.nav-right ul {
  list-style: none;
  padding: 0px;
  background-color: #67b313;
  background: -moz-linear-gradient(bottom, #68b213 30%, #67b313 70%);
  background: -o-linear-gradient(bottom, #68b213 30%, #67b313 70%);
  background: -ms-linear-gradient(bottom, #68b213 30%, #67b313 70%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #68b213),
    color-stop(0.7, #67b313)
  );
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
  top: -17px;
}

.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: 9px 15px;
  color: #fff;
  font-size: 16px;
}

.video {
  border: 1px dashed var(--default-color);
  padding: 5px;
  border-radius: 5px;
}

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

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: #fff; */
  /* box-shadow: 0px 2px 5px #00000038; */
}

.header-body {
  padding: 20px 0;
  /* align-items: center; */
  /* justify-content: space-between; */
  /* background: var(--default-color); */
}

.box_mail .mail p {
  margin-bottom: 0px;
}

.box_mail i {
  font-size: 42px;
  margin-right: 10px;
  color: #eed355;
}

.box_mail {
  font-size: 14px;
  font-family: "utm-a";
}

.logo {
  display: table;
}

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

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

/* Gioithieu */
.gioithieu {
  background: url("../images/trianger.png") right bottom no-repeat;
}

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

.gioithieu-left {
  padding-top: 20px;
  position: relative;
}

.gthieu-img.img-container {
  padding-bottom: 71.56%;
  position: relative;
}

.gioithieu-left:after {
  content: "";
  width: 90%;
  height: 90%;
  background: #77e1df;
  display: block;
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  z-index: -1;
}

.btn-gt {
  border: 2px solid #258d93;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  background: #fff;
  font: 14px "utm-a";
  padding: 10px;
  padding-left: 15px;
  margin-top: 1rem;
}

.btn-gt i {
  background: #fff;
  color: #000;
  /* width: 38px; */
  /* height: 38px; */
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  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 "utm-a";
  margin-top: 15px;
}

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

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

.news-item h3 {
  text-transform: uppercase;
  font: 16px "utm-a";
  font-weight: bold;
}

.news-item h3:after {
  content: "";
  display: block;
  width: 90px;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  margin-top: 10px;
}

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

.title-main2 h3 {
  font-size: 24px;
  color: var(--color-title);
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 3px solid #b7b7b7;
  padding-bottom: 10px;
  position: relative;
}

.title-main2 h3:after {
  content: "";
  display: inline-block;
  width: 125px;
  height: 3px;
  background: #77e1df;
  position: absolute;
  left: 0;
  bottom: -3px;
}

.title-main2 {
  margin-bottom: 30px;
}

/*Dknt*/

#dknt {
  display: flex;
  height: 35px;
  border: 1px solid #98abab;
  border-radius: 4px;
  overflow: hidden;
}

.dknt__block {
  background: #e3fffe;
  padding: 20px 20px 30px;
  margin-top: 30px;
}

.dknt__block p {
  font: 14px "utm-a";
  font-weight: bold;
}

#dknt input {
  border: none;
}

.dknt-right {
  /* padding: 20px 30px; */
  /* background: url("../images/dknt.png"); */
  /* background-size: cover; */
  /* flex: 1; */
  /* position: relative; */
}

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

.dknt-right .form-control {
  /* width: 100%; */
  margin-bottom: 2.2rem;
  height: 53px;
  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__block .form-control::-webkit-input-placeholder,
.dknt__block .form-control textarea::-webkit-input-placeholder {
  /* Edge */
  font: 14px "utm-a";
  color: #8e8e8e;
  font-style: italic;
}

.dknt__block .form-control:-ms-input-placeholder,
.dknt__block .form-control textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: 14px "utm-a";
  color: #8e8e8e;
  font-style: italic;
}

.dknt__block .form-control::placeholder,
.dknt__block .form-control textarea::placeholder {
  font: 14px "utm-a";
  color: #8e8e8e;
  font-style: italic;
}

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

.form-button i {
  color: #fff;
  font-size: 18px;
}
.dknt-button {
  background: none;
  border: none;
  font: 24px "ro-m";
  text-transform: capitalize;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

/*Partner*/

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

/*Footer*/

.footer-content {
}

.footer-col {
  /* color: #fff; */
  font-size: 14px;
  font-family: "ro-l";
}

.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: 17px "utm-a";
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.footer-title:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: 1px dashed #ccc;
  margin-top: 10px;
}

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

#footer {
  padding: 40px 0;
  border-top: 10px solid #78e1e1;
}

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

.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 */

.title-home {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
  border-bottom: 1px solid var(--default-color);
  padding-bottom: 9px;
  margin-bottom: 30px;
}
.title-home span {
  color: var(--default-color);
  border-bottom: 3px solid #fe0000;
  padding-bottom: 7px;
  padding-right: 10px;
}

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

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

.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: 19px "utm-a";
  color: #258c93;
  margin-bottom: 5px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  z-index: 9;
}

.title-main span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #d9fffe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: -1;
}

.title-main h3 {
  font: 36px "utm-a";
  color: var(--default-color);
  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 */

.mxhft a {
  display: inline-block;
}

.mxhft a + a {
  margin-left: 5px;
}

.mxhft {
  margin-bottom: 10px;
}

.bannerqc img {
  width: 100%;
}

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

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

.menufix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* background: #fff; */
  z-index: 99;
  box-shadow: 0px 2px 5px #00000038;
}

/* Sanphamtc */

.sphot {
  background: #f7ffff;
  text-align: center;
}

.sphot .btn-gt {
  display: inline-flex;
  margin: 2rem auto;
}

/* Dichvu */
.dichvu {
}
.dichvu__item {
  text-align: center;
  font-family: "utm-a";
}
.dichvu__item h3 {
  font-size: 18px;
  padding: 0 40px;
}

.dichvu__item h3:after {
  content: "";
  width: 85px;
  height: 1px;
  border: 1px dashed #b7b7b7;
  display: block;
  margin: 15px auto 10px;
}
.dichvu__desc {
  font-size: 14px;
  font-family: "utm-a";
  color: #4b4b4b;
}
.dichvu__img {
  padding-bottom: 70%;
  border-radius: 12px;
}

.hotlinemb,
.logomb {
  display: none;
}

.hotlinemb span {
  color: yellow;
}
