@charset "utf-8";
/* CSS Document */

/* fonts */
@font-face {
  font-family: RobotoLight;
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: RobotoMedium;
  src: url("../fonts/Roboto-Medium.ttf");
}
@font-face {
  font-family: RobotoThin;
  src: url("../fonts/Roboto-Thin.ttf");
}
@font-face {
  font-family: SVNAbrilFatface;
  src: url("../fonts/SVN-Abril\ Fatface.ttf");
}
/* End fonts */

/* set up */
body {
  font-family: RobotoMedium, sans-serif;
  font-size: 16px;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.md-none {
  display: none;
}
.md-block {
  display: block;
}

.logo img {
  max-height: 60px;
}
.dropdown:hover > ul {
  opacity: 1;
  z-index: 9999;
}
.dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  z-index: -1;
}
/* 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: -70px;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.breadcrumb > li a {
  color: #868282;
}

.breadcrumb .breadcrumb-item.active span {
  color: red;
}
/* End breadcrumb */

/* search-form */
.search-form {
  position: relative;
}
.search-form input:focus,
.search-form input {
  outline: 0;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid #8496a9;
  background-color: transparent;
}
.search-form input::placeholder {
  color: #8496a9;
  font-size: 14px;
  font-weight: normal;
}
.search-form .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #8496a9;
  padding: 0;
}
/* End search-form */

/* custom-nav */
.custom-nav {
  font-family: RobotoMedium;
}
.custom-nav .nav-link {
  color: #01518b;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.custom-nav .nav-link:hover {
  color: #da251c;
}
.custom-nav .dropdown-menu {
  min-width: 12rem;
}
.dropdown:hover > .dropdown-menu2 {
  right: -100%;
  top: -10%;
}
/* End custom-nav */

/* footer */
footer {
  background-color: #ededed;
  font-family: RobotoThin;
  padding: 1rem 0;
}

footer .title-f {
  font-family: SVNAbrilFatface;
  color: #920202;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

footer a {
  color: #000;
}

.chantrang {
  background-color: #fff;
  color: #000;
  font-family: RobotoThin;
  font-size: 14px;
  font-weight: bold;
}

.chantrang a {
  color: #000;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  margin-bottom: 10px;
  font-weight: bold;
}
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;
}
/* footer */

/* table-vang */
.table-vang {
  color: #fff;
  background-color: #01458e;
  font-family: RobotoMedium;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-vang th {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: normal;
}
.table-vang td,
.table-vang th {
  padding-right: 2rem;
  padding-left: 2rem;
  vertical-align: middle;
}
.table-vang td {
  font-size: 13px;
}
.header-table {
  background-color: #ffff00;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.date-box {
  text-align: center;
  font-family: RobotoMedium;
  font-size: 16px;
}
.clock {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.time-box {
  display: inline-block;
  border: 1px solid #011e61;
  color: #fb2121;
  padding: 0.6rem;
  background-color: #fff;
  border-radius: 5px;
  font-family: SVNAbrilFatface;
  font-size: 20px;
  position: relative;
  height: 50px;
  width: 50px;
}
.time-box .treo {
  content: " ";
  display: inline-block;
  background-color: transparent;
  border-right: 1px solid #011e61;
  border-left: 1px solid #011e61;
  width: 25px;
  height: 15px;
  position: absolute;
  top: -15px;
  left: 11px;
}
.dot {
  display: inline-block;
  font-size: 28px;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}
/* End table-vang */

/* table-ngoai-te */
.table-ngoai-te {
  font-family: RobotoMedium;
  border-color: #c5c5c5;
}
.table-ngoai-te th {
  background-color: #e8e8e8;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.table-ngoai-te th,
.table-ngoai-te td {
  text-align: center;
  vertical-align: middle;
}
/* End table-ngoai-te */

/* san_pham_card */
.san_pham_card {
  border: 1px solid #d8d8d8;
  margin-bottom: 1rem;
  font-family: RobotoThin;
  font-weight: bold;
  box-shadow: 0px 0px 2px #ccc;
}
.san_pham_card .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #999999;
}
.san_pham_card .img-container img {
  max-height: 300px;
  transition: opacity 0.3s;
}
.san_pham_card .img-container img:hover {
  opacity: 0.5;
}
.san_pham_card .info {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.san_pham_card .info .tieu-de,
.san_pham_card .info .loai-vang {
  display: block;
  text-align: center;
  color: #000;
}
.san_pham_card .info .tieu-de {
  font-size: 16px;
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.8);
}
.san_pham_card .info .tieu-de:hover {
  color: #000;
}
.san_pham_card .info .loai-vang {
  font-size: 13px;
  margin: 0;
}

/* End san_pham_card */

/* tin-tuc-card */
.tin-tuc-card .mota {
  font-family: RobotoThin;
  font-weight: bold;
  padding: 0.5rem 0;
}
.tin-tuc-card .tieu-de {
  display: block;
  color: #000;
  font-size: 16px;
}
.tin-tuc-card .tieu-de:hover {
  color: #920202;
  text-decoration: underline;
}
/* End tin-tuc-card */

/* general */
.scale-x7 {
  transform: scale(0.7);
}
.title-table {
  font-family: SVNAbrilFatface;
  text-transform: uppercase;
}
.table > :not(:first-child) {
  border-top: 1px solid currentColor;
}

#fullscreen {
  background-color: #fff;
}

.carousel-item img {
  max-height: 460px;
  object-fit: contain;
}
.slick-prev,
.slick-next {
  background: #fff;
  font-size: 30px;
  color: #000;
  top: 40%;
}
.slick-prev .fas,
.slick-next .fas {
  font-weight: 800;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #000;
  background-color: #fff;
}
.slick-prev {
  left: -30px;
}
.title-home {
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.nav-tabs .nav-link {
  color: #000;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #1d458e;
}
.hinh-sp .zoom-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hinh-sp .zoom-gallery .MagicZoom {
  border: 1px solid #c5c5c5;
}
.info-container {
  font-family: RobotoThin;
  font-weight: bold;
}
.info-container .ma-sp {
  color: #920202;
  font-family: RobotoMedium;
}
.info-container .ten-sp {
  font-family: RobotoMedium;
}
.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* End general */

/* right */

.title-home2 {
  color: #ffffff;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  background: url(../images/title-right.png) no-repeat center left;
  background-size: contain;
  text-align: left;
  margin-top: 13px;
  position: relative;
  z-index: 1;
  margin-bottom: -1px;
  padding: 9px 6px 17px 15px;
}
.nav-right {
  /* padding-left: 5px; */ /* padding-right: 5px; */
}
.nav-right ul {
  list-style: none;
  padding: 0px;
  background-color: #e7474f;
  background: -moz-linear-gradient(bottom, #68b213 30%, #e7474f 70%);
  background: -o-linear-gradient(bottom, #68b213 30%, #e7474f 70%);
  background: -ms-linear-gradient(bottom, #68b213 30%, #e7474f 70%);
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.3, #f35b63),
    color-stop(0.7, #e7474f)
  );
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
  /* top: -17px; */
}
.nav-right ul li {
  border-top: 1px solid #d21720;
  border-bottom: 1px solid #f56d74;
}
.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: #fff;
}
.nav-right ul li a:hover {
  text-decoration: none;
  background-color: #e63c45;
}
.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 #e7474f;
  padding: 10px 5px;
  padding-top: 10px; /* margin-right: 7px; */ /* margin-top: -38px; */
  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: 14px;
}
.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: bold;
  margin-bottom: 5px;
}
.item-new-right .name a {
  color: #000;
}
.item-new-right .name a:hover {
}
.item-new-right .quote {
  line-height: 13px;
}
.item-new-right:last-child {
  border: none;
}
.new-righ {
  border: 1px dashed #e7474f;
  padding: 5px;
  border-radius: 5px;
  padding-top: 10px;
}
/* End right */

/* tinlienquan */
ul.tinlienquan {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.tinlienquan li {
  margin-bottom: 0.5rem;
}
ul.tinlienquan li a {
  color: #000;
}
ul.tinlienquan li a:hover {
  text-decoration: underline;
  color: #920202;
}
/* End tinlienquan */
