@charset "utf-8";

/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&display=swap&subset=vietnamese");
body,
html {
  scroll-behavior: smooth;
}

:root {
  --color-main: #bca78f;
  --color-sub: #b5a89a;
}

img {
  max-width: 100%;
}

.md-none {
  display: none;
}

td,
th {
  padding: 5px 5px;
}

.md-block {
  display: block;
}

.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px !important;
}

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

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

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

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

body {
  font-family: "Roboto Condensed", sans-serif;
}

.pagination-page {
  text-align: center;
  margin-bottom: 20px;
}

.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(--color-main);
  color: #fff;
}

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

.nav_df {
  display: flex;
  max-width: 250px;
}
.nav_df .form-control {
  max-width: 210px;
}

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

.tit_video {
  color: #444;
  font-size: 15px;
  line-height: 1.4;
}

.gird_video {
  display: gird;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

.item_video {
  position: relative;
}

.box_vd {
  position: absolute;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(40% - 25px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_vd .ic {
  background: var(--color-main);
  color: #fff;
  padding: 10px 13px;
  border-radius: 50%;
  position: relative;
}

.box_vd .ic:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1)
    infinite;
  animation: pulse-animation 1.5s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}

@keyframes pulse-animation {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  40% {
    transform: scale(1.3);
    opacity: 0.6;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.item-product {
  min-height: 338px;
}

.item-camket .content strong {
}

.item-camket .content span {
}

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

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

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

.logo {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

header {
  padding: 20px 0px;
}

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

.navbar-default .navbar-nav > li > a {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.navbar-header .glyphicon {
  color: #000;
}

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

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: var(--color-sub);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: var(--color-sub);
}

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

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

.navbar-nav > li:hover > a {
  background-color: var(--color-sub);
}

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

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

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

.navbar-form button {
  border: none;
}

.title_c {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 9px;
}

.title_c a {
  color: #000;
  border-bottom: 3px solid var(--color-sub);
  padding-bottom: 7px;
  padding-right: 10px;
}

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

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

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

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

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

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

.item-product > h3 > a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.des-module,
.chitiettin {
  font-size: 16px;
  line-height: 1.625;
}

.chitiettin {
  position: relative;
  padding-top: 1rem;
}

.chitiettin h1 {
  /* font-size:26px; */
  line-height: 1.3;
}
.chitiettin h2 {
  /* font-size:22px; */
  line-height: 1.3;
}
.chitiettin h3 {
  font-size: 14px;
  line-height: 1.3;
}

.item-product > h3:hover > a {
  color: var(--color-main);
}

.facebook_row {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

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

.item-product .gia-ban {
}

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

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

.item-product .chitiet {
}

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

.item-product .chitiet a:hover {
}

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

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

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

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

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

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

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

.nav-right ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

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

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

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

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

.nav-right ul:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 3px;
  left: 5px;
}

.nav-right ul:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 3px;
  right: 5px;
}

.hotro {
  border: 1px dashed var(--color-main);
  padding: 10px 5px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -15px;
  border-radius: 5px;
}

.hotline-right {
  background: url(../images/icon-hotline.png) no-repeat center left;
  padding-left: 30px;
  font-weight: 600;
  color: #f74a58;
  font-size: 16px;
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

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

.item-new-right .name a:hover {
  color: var(--color-main);
}

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

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

.new-righ {
  border: 1px dashed var(--color-main);
  padding: 5px;
  border-radius: 5px;
  margin-left: 7px;
  margin-right: 7px;
  margin-top: -15px;
}

.dangky {
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 0px;
  position: relative;
}

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

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

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

footer {
  font-size: 15px;
  border-top: 2px solid var(--color-main);
  background-color: #ffffff;
  color: #000;
  padding-top: 0px;
  padding-bottom: 0px;
}

footer .title-f {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
  font-size: 18px;
  margin-top: 30px;
}

footer a {
  color: #221817;
}

footer ul {
  list-style: none;
  padding: 0px;
}

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

footer a:hover {
  text-decoration: none;
  color: var(--color-main);
}

.chantrang {
  background-color: var(--color-main);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
}

.chantrang a {
  color: #fff;
}

.menu-f {
  list-style: none;
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.menu-f li a:hover {
  color: var(--color-main);
}

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

.san-phamhot {
  padding: 10px;
  border: 1px dashed var(--color-main);
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -14px;
}

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

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

.breadcrumb {
  border-bottom: none;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: block;
  text-align: right;
}

.breadcrumb > li + li:before {
  padding: 0 2px;
}

.title-home {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  margin-top: 13px;
  border-bottom: 1px solid var(--color-main);
  padding-bottom: 9px;
  margin-bottom: 20px;
}

.title-home span {
  color: #000;
  border-bottom: 3px solid var(--color-sub);
  padding-bottom: 7px;
  padding-right: 10px;
}

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

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

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

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

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

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

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

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

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

.item-new h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}

.item-new h3 a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-new h3 a:hover {
  color: var(--color-main);
}

.item-new .mota {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

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

.item-new img {
}

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

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

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

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

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

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

.tinlienquan {
  padding-left: 18px;
}

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

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

.tinlienquan a:hover {
  text-decoration: none;
  color: var(--color-main);
}

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

.box-sl {
}

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

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

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

.slide-sp .item {
}

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

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

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

#map iframe {
  height: 175px;
}

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

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

.navbar-form .form-group {
  width: 280px;
}

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

iframe {
  max-width: 100%;
}

.video {
  border: 1px dashed var(--color-main);
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: -15px;
  padding-top: 10px;
  border-radius: 5px;
}

#slider {
  margin-bottom: 20px;
}

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

.man-body {
  margin-top: 20px;
}

.logo img {
  max-height: 95px;
}

.row_top {
  margin-top: 10px;
}

.btn-block {
  background-color: #be2230 !important;
}

.lang_row {
  position: relative;
  height: 44px;
  /* background:var(--color-main); */
  display: flex;
  justify-content: flex-end;
}

.langs {
  list-style-type: none;
  padding: 0 0;
  margin: 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}

.langs > li {
  margin-left: 3px;
}

.langs > li img {
  height: 35px;
  width: 35px;
  border-radius: 50px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#google_language_translator,
.skiptranslate {
  /* display: none; */
}

/* body {
    top: 0 !important;
} */

.nd_cont img {
  max-width: 100% !important;
  height: auto !important;
}

.gtranslate_wrapper {
  width: 18rem;
  font-size: 1.4rem;
}

.cus_menu_gtranslate {
  padding: 0 0.5rem;
  background: #fff;
  line-height: 4rem;
  border-radius: 0 0 0.2rem 0.2rem;
  box-shadow:
    rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.block-langs {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#menuf {
  transition: all 0.3s ease-in-out;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#toc-toggle {
  position: absolute;
  right: 0;
  top: -2rem;
  background: var(--color-main);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 12px;
  font-size: 20px;
  border-radius: 0.5rem;
  cursor: pointer;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* TOC Container (Hidden by Default) */

#toc-content {
  //display: none;
  /* position: absolute;
    top:30px;
    right: -5px;
    width: 300px; */
  display: block;
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
  max-width: 80%;
}

/* TOC Title */

.toc-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 8px;
  /* background:var(--color-main); */
  color: #333;
  text-align: left;
  margin-top: 0 !important;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
}

.toc-title i {
  margin-right: 5px;
}

/* TOC List */

#toc-content ul {
  list-style: none;
  padding: 0;
}

/* TOC List Items */

#toc-content li {
  margin: 10px 0;
  padding-left: 5px;
  font-size: 15px;
  line-height: 1.4;
}

/* Indentation for h3 */

#toc-content li.h3 {
  padding-left: 15px;
  font-size: 13px;
  opacity: 0.8;
}

/* TOC Links */

#toc-content a {
  text-decoration: none;
  color: var(--color-main);
  display: block;
}

#toc-content a:hover {
  color: #be2230;
}

/* Show TOC when Active */

#toc-content.active {
  display: block !important;
  visibility: visible !important;
}

.chantrang a:hover {
  color: #fff;
  text-decoration: underline;
}

.tencongty__block {
  text-align: center;
}

.tencongty__block h2 {
  font-size: 30px;
  font-weight: 700;
  color: red;
  padding-bottom: 1rem;
}

.item-hotline {
  margin-top: 2rem;
}

.item-hotline i{
  font-size: 2rem;
}

.item-hotline a{
  font-weight: bold;
  font-size: 2rem;
  color: red;
  
}