@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"); */

/* fonts */
@font-face {
  font-family: MyriadProRegular;
  src: url("../fonts/MyriadPro/MYRIADPRO-REGULAR.OTF");
}
@font-face {
  font-family: MyriadProBoldCond;
  src: url("../fonts/MyriadPro/MYRIADPRO-BOLDCOND.OTF");
}
@font-face {
  font-family: MyriadProSemibold;
  src: url("../fonts/MyriadPro/MYRIADPRO-SEMIBOLD.OTF");
}

@font-face {
  font-family: MyriadProbBold;
  src: url("../fonts/MyriadPro/MYRIADPRO-BOLD.OTF");
}
@font-face {
  font-family: Cambria;
  src: url("../fonts/cambria/Cambria.ttf");
}
/* End fonts */

/* set up */
body {
  font-family: "MyriadProRegular", sans-serif;
  font-size: 14px;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
.md-none {
  display: none;
}
.md-block {
  display: block;
}

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

.title {
  color: #aa0722;
  text-transform: uppercase;
  font-family: Cambria;
  margin-bottom: 15px;
}
.noi-dung {
  font-family: MyriadProRegular;
}
.btn-readmore {
  color: #939597;
  padding: 0;
}
.btn-dk {
  background-color: #aa0722;
  color: #fff;
  text-transform: uppercase;
}
.well a {
  color: #000;
}
/* End set up */

/* pagination-page */
.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: #1f5892;
  color: #fff;
}
/* End pagination-page */

/* breadcrumb */
.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 .breadcrumb-item.active span {
  color: #aa0722;
  font-weight: bold;
}
/* End breadcrumb */

/* general */
.ten-cong-ty {
  color: #aa0722;
  text-transform: uppercase;
  text-align: center;
  font-family: MyriadProBoldCond;
  margin: 0;
  padding: 0;
}
.hotline {
  color: #aa0722;
  margin: 0;
  padding-left: 10px;
}
.hotline span {
  font-weight: bold;
  font-size: 16px;
}
.bg-red {
  background-color: #aa0722 !important;
}
/* End general */

/* search-form */
.search-form {
  position: relative;
}
.search-form input:focus,
.search-form input {
  outline: 0;
  box-shadow: none;
  border: 1px solid #aa0722;
  border-radius: 5px;
  padding: 5px 10px;
}
.search-form input::placeholder {
  color: #aa0722;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.search-form .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  transform: rotateZ(90deg);
  color: #aa0722;
}
/* End search-form */

/* nav-custom */
.nav-custom {
  color: #fff;
  border-bottom: 5px solid #aa0722;
}
.nav-custom .nav-item {
  display: flex;
  align-items: center;
}
.nav-custom .nav-item .nav-link,
.nav-custom .navbar-brand {
  font-family: MyriadProSemibold;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 30px;
}
.nav-custom .navbar-brand {
  padding-left: 0 !important;
}
.nav-custom .nav-item .nav-link:hover,
.nav-custom .navbar-brand:hover {
  color: #fff;
}
.nav-custom .nav-item .nav-link {
  background-image: url("../images/background-menu.gif");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}
.nav-custom .dropdown-menu {
  position: relative;
  top: 100%;
  min-width: 15rem;
}
.nav-custom .dropdown-menu .nav-item .nav-link {
  width: 100%;
  background: unset;
  color: #aa0722;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-custom .dropdown-menu .nav-item .nav-link:hover {
  color: #fff;
  background-color: #aa0722;
}
.nav-custom .sub-nav ul {
  display: none;
  position: absolute;
  min-width: 15rem;
  background-color: #fff;
}
.nav-custom .sub-nav:hover ul {
  display: block;
  right: -100%;
  padding: 10px 0;
  border-radius: 5px;
}
/* End nav-custom */

/* gio-hang-container */
.gio-hang-container {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  padding: 5px 30px;
  background-image: url("../images/background-menu.gif");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #aa0722;
  flex-wrap: nowrap;
}
.gio-hang-container .bg-white {
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.gio-hang-container .gio-hang {
  display: inline-block;
  margin-right: 5px;
}
.gio-hang-container .line {
  border: 1px solid #aa0722;
  width: 1px;
  height: 39px;
  display: inline-block;
  transform: rotateZ(7deg);
  position: absolute;
  top: 0;
}
.gio-hang-container .thanh-tien {
  display: inline-block;
  margin-left: 10px;
}
.gio-hang-container a {
  color: #aa0722;
}
/* End gio-hang-container */

/* gioi_thieu */
#gioi_thieu {
  position: relative;
}
#gioi_thieu .img-decoration-container {
  position: absolute;
  width: 30%;
  height: 160%;
  top: calc((160% - 100%) / -2); /* top = (height - 100%) / -2 */
  right: 0;
  background-image: url("../images/background-gioi-thieu.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
/* End gioi_thieu */

/* footer */
footer {
  background-color: #aa0722;
  color: #fff;
}
footer a {
  color: #fff;
}

footer .title-f {
  color: #fff;
  text-transform: uppercase;
}
footer .chantrang {
  background-color: #fff;
  color: #aa0722;
}

footer .chantrang a {
  color: #aa0722;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
footer iframe {
  width: 100%;
}
footer .mxh-icon {
  display: flex;
  justify-content: space-between;
}
footer .mxh-icon li {
  display: inline-block;
  margin: 0;
}
footer .mxh-icon i {
  font-size: 30px;
}
/* End footer */

/* danh-muc-san-pham */
#danh-muc-san-pham {
  background-color: #aa0722;
}
#danh-muc-san-pham .title {
  color: #fff;
}
.danh-muc {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.danh-muc .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px;
  border-radius: 5px;
}
.danh-muc .ten-danh-muc {
  width: 100%;
}
.danh-muc .ten-danh-muc a {
  text-transform: uppercase;
  color: #fff;
  font-family: MyriadProbBold;
  font-size: 16px;
}
.danh-muc .border-on-hover {
  margin-bottom: 10px;
  padding: 10px;
  border: 3px solid rgba(255, 255, 255, 0);
  width: 100%;
}
.danh-muc .border-on-hover:hover {
  border: 3px solid #fff;
  border-radius: 5px;
  width: 100%;
}
/* End danh-muc-san-pham */

/* sp-moi-card */
.sp-moi-card {
  padding-right: 10px;
}
.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-moi-card .img-container {
  margin-bottom: 20px;
}
.sp-moi-card .img-container img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.info {
  text-align: center;
  margin-top: 10px;
}
.info .ten-sp,
.info .ten-sp a,
.info .xuat-xu {
  color: #939597;
  margin: 0;
  font-size: 16px;
}
.info .ten-sp a:hover {
  color: #aa0722;
  text-decoration: underline;
}
.gia {
  color: #aa0722;
  font-size: 16px;
}
.gia .old {
  text-decoration: line-through;
}
.btn-mua {
  background-color: #aa0722;
  color: #fff;
}
.info .btn-xem-them {
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
}
.info .btn-xem-them:hover {
  color: #000;
}
/* End sp-moi-card */

/* dang-ky-khuyen-mai */
#dang-ky-khuyen-mai {
  background-color: #aa0722;
}
#dang-ky-khuyen-mai .col-left {
  color: #fff;
}
#dang-ky-khuyen-mai .title {
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
/* End dang-ky-khuyen-mai */

/* sp-km-card */
.sp-km-double-card {
  display: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
.sp-km-card {
  width: 90%;
  text-align: center;
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 3em;
}
.sp-km-card .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp-km-card .img-container img {
  max-height: 120px;
}
/* End sp-km-card */

/* san-pham */
.san-pham {
}

.san-pham ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  display: flex;
  justify-content: start;
  padding-top: 10px;
  padding-bottom: 10px;
}
.san-pham ul li {
  display: inline-block;
}
.san-pham ul li a {
  padding: 10px 20px;
  text-transform: uppercase;
  color: #939597;
  font-size: 16px;
  border-left: 1px solid #939597;
}
.san-pham ul li a:hover {
  color: #000;
}
.san-pham ul li:first-child a {
  border: 0;
  padding-left: 0;
}
/* End san-pham */

/* san-pham-card */
.san-pham-card {
  width: 95% !important;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  transition: all 0.3s;
}
.san-pham-card:hover {
  background-color: #b92010;
}
.san-pham-card:hover * {
  color: #fff !important;
}
.san-pham-card .img-container img {
  max-height: 150px;
}
/* End san-pham-card */

/* cong-thuc-card */
.cong-thuc-slick .slick-track {
  margin-left: 0;
}
.cong-thuc-card {
  width: 95%;
}
.cong-thuc-card .img-container {
  margin-bottom: 10px;
}
.cong-thuc-card .img-container img {
  max-height: 150px;
  width: 100%;
  object-fit: cover;
}
.cong-thuc-card .tieu-de {
  text-align: start;
  margin: 0;
  color: #aa0722;
  font-size: 16px;
}
.cong-thuc-card .mo-ta {
  text-align: start;
  margin: 0;
}
/* End cong-thuc-card */

/* thong-tin-footer */
#thong-tin-footer {
  background-position: center bottom;
  background-size: cover;
}

#thong-tin-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#thong-tin-footer .title {
  font-family: MyriadProRegular;
}
#thong-tin-footer ul li {
  margin-bottom: 10px;
}
#thong-tin-footer ul li a {
  color: #939597;
}
/* thong-tin-footer */

/* tinlienquan */
.tinlienquan {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tinlienquan li a {
  color: #000;
  font-size: 16px;
}
/* End tinlienquan */

/* coppy any thing and paste here */
.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;
}
.tab-sp .nav-link {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar-toggle {
  display: none;
}
/* End coppy any thing and paste here */
