@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: Swashington;
  src: url("../fonts/SVN-Swashington.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
img {
  max-width: 100%;
}
.md-none {
  display: none !important;
}
.md-block {
  display: block !important;
}
.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", sans-serif;
  bottom: 0;
  position: relative;
}
.title {
  font-size: 40px;
  font-weight: 700;
}
.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;
}
footer {
  font-size: 15px;
  color: #000;
  padding-top: 30px;
  padding-bottom: 0;
  background-size: cover;
  background-position: top center;
  margin-top: 50px;
  padding-top: 132px;
}
footer .title-f {
  color: #000000;
  margin-top: 20px;
  margin-bottom: 31px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
footer a {
  color: #000000;
}
footer ul {
  list-style: none;
  padding: 0px;
}
footer ul a {
  text-transform: initial;
  padding: 5px 0px;
  display: inline-block;
  font-size: 14px;
  padding-left: 10%;
}
footer a:hover {
  text-decoration: none;
  color: #f70912;
}
.chantrang {
  color: #fff;
  font-size: 13px;
  background-color: #fa022f;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.chantrang a {
  color: #fff;
}
.breadcrumb {
  border-bottom: none;
  background-color: transparent;
  padding: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative; /* text-align: center; */
}
.breadcrumb > li a {
  color: #ffffff;
}
.breadcrumb > li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#map iframe {
  height: 175px;
}
.hc-nav-trigger.hc-nav-1 {
  display: none !important;
}
iframe {
  max-width: 100%;
}
#slider {
  margin-bottom: 20px;
}
.item-slide {
  height: 700px;
  position: relative;
}
.item-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-slide .content-sldie {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
  width: 30%;
  padding: 40px 30px;
  background-color: rgba(17, 17, 17, 0.9);
  color: #fff;
}
.item-slide .content-sldie h3 {
  font-family: "Playfair Display", serif;
  margin-top: 0;
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.item-slide .content-sldie h3:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
}
.item-slide .content-sldie .mota {
  margin-bottom: 20px;
  line-height: 24px;
}
.item-slide .content-sldie a {
  color: #fff;
  display: inline-block;
  padding: 11px 30px;
  border: 1px solid #fff;
}
.item-slide .content-sldie a:hover {
  background-color: #fff;
  color: #000;
}
.slide-main .slick-prev,
.slide-main .slick-next {
  width: 30px;
  height: 50px;
}
.slide-main .slick-prev {
  background: url(../images/icon-prev.png) no-repeat center;
  background-size: contain;
  left: 20px;
}
.slide-main .slick-next {
  background: url(../images/icon-next.png) no-repeat center;
  background-size: contain;
  right: 20px;
}
.navbar-default {
  top: -100px;
  transition: all 0.4s linear;
  position: initial;
  background-color: #f45b6f;
  margin-top: 42px;
}
.navbar-default.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 1px 1px 10px 1px #3e3b3b66;
}
.cart .svg-icon-cart {
  width: 22px;
  height: 24px;
  position: absolute;
  top: 23px;
  left: 15px;
}

.navbar-nav > li.cart {
  margin-right: -10px;
}
.navbar-nav > li.cart .cart-target {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.cart .cart-target img {
}
.cart .cart-target .cart_name {
  display: block;
}
.cart .cart-target .qty_top {
  position: absolute;
  background-color: #ffffff;
  padding: 0px 3px;
  border-radius: 14px;
  top: 17px;
  right: 6px;
  line-height: 15px;
  color: #f45b6f;
}
.navbar-nav > li.cart .cart-target:hover {
  background-color: #fff;
  color: #020202;
}
.dropdown-search {
}
.navbar-default .navbar-nav > li.dropdown-search > a {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-nav .dropdown-search .dropdown-menu {
  background-color: #fff;
  padding: 5px;
  width: 300px;
}
.dropdown-search .navbar-form {
  margin: 0;
  position: relative;
}
.dropdown-search .navbar-form .nav-input {
  /* font-family: 'Playfair Display', serif; */ /* font-style: italic; */
  border: 1px solid #eee;
  border-radius: 0;
  padding-right: 35px;
}
.dropdown-search .navbar-form .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: transparent;
  background: url(../images/search.png) no-repeat center;
  background-size: 18px;
}
.navbar-nav > li.dropdown-lang > .dropdown-menu {
  width: 50px;
  min-width: 100%;
  background-color: #fff;
}
.dropdown-lang .dropdown-menu > li > a {
  padding-left: 10px;
  padding-right: 10px;
  color: #000;
  text-align: center;
  font-family: "Playfair Display", serif;
}
.navbar-default .navbar-nav > li.dropdown-lang > a {
  padding-left: 15px;
  padding-right: 15px;
}
.user #icon_account {
  width: 40px;
  height: 40px;
  color: #fff;
  fill: #fff;
}
.navbar-default .navbar-nav > li.user > a > img {
  /* height: 20px; */
}
.navbar-default .navbar-nav > li.user > a {
  padding-left: 10px;
  padding-right: 10px;
}
.gioithieu {
  padding-top: 50px;
  padding-bottom: 50px;
}
.gioithieu .title {
  /* font-family: Swashington;
  text-decoration: underline; */
  text-transform: uppercase;
  text-align: center;
  color: #02256a;
  margin-bottom: 50px;
  text-underline-offset: 7px;
}
.gioithieu .mota {
  font-size: 15px;
  text-align: justify;
  color: #1f69a7;
  line-height: 34px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 30px;
}
.gioithieu .btn-chitiet {
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #1f69a7;
  color: #1f69a7;
  text-transform: uppercase;
  font-weight: 600;
}
.sanphamhhome {
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
.sanphamhhome .title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #1a1819;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.item-product-c {
  margin-bottom: 30px;
}
.item-product-c .img {
  display: block;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.item-product-c .img:before {
  content: "";
  transition: all 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1f1e1e6b;
  opacity: 0;
}
.item-product-c .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.item-product-c h3 {
  text-align: center;
  font-size: 16px;
}
.item-product-c h3 a {
  color: #000;
  transition: all 0.2s linear;
}
.item-product-c h3 a:hover {
}
.item-product-c h3 a i {
  display: inline-block;
  margin-left: 10px;
}
.item-product-c:hover .img:before {
  opacity: 1;
}
.item-product-c:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}
.tintuc-home {
  padding-bottom: 40px;
  padding-top: 50px;
}
.tintuc-home .title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #fff;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.news-hot {
  margin-bottom: 30px;
}
.news-hot .img {
  display: block;
  height: 240px;
}
.news-hot .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-hot .mota {
  line-height: 22px;
}
.news-hot h3 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-hot h3 a {
  color: #fff;
}
.news-hot h3 a:hover {
}
.item-news-home {
  margin-bottom: 30px;
}
.item-news-home .img {
  display: block;
  height: 170px;
}
.item-news-home .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-news-home h4 {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 21px;
}
.item-news-home h4 a {
  color: #fff;
}
.item-news-home h4 a:hover {
}
.item-news-home .mota {
}
.khach-hang {
  background-color: #ffffff;
  color: #fff;
  padding-bottom: 30px;
}
.khach-hang .title {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #000;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.item-khachhang {
  position: relative;
  margin-bottom: 30px;
}
.item-khachhang .img {
  position: absolute;
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid #fff;
  box-shadow: 1px 1px 10px 1px #302e2e;
}
.item-khachhang .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-khachhang .content {
  background-color: #fff;
  color: #000;
  padding: 30px 30px 20px 100px;
  margin-left: 70px;
  border-radius: 10px;
  box-shadow: 1px 1px 10px 1px #74747466;
  margin-top: 10px;
}
.item-khachhang .content .title-kh {
  font-family: "Playfair Display", serif;
  color: #000000;
  font-size: 20px;
}
.item-khachhang .content .title-kh span {
  display: block;
  color: #797979;
  margin-bottom: 15px;
  margin-top: 5px;
  font-family: "Poppins";
  font-size: 14px;
}
.item-khachhang .content p {
  color: #565656;
  line-height: 23px;
}
.hanhdong {
  font-size: 20px;
  font-family: "Playfair Display", serif;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  line-height: 28px;
}
.mxh-f {
  margin-top: 5px;
}
.mxh-f a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 7px;
  color: #fff;
  border: 2px solid #ffff;
  margin-bottom: 0;
}
.mxh-f a.zalo {
  background: url(../images/zalo.png) no-repeat center #444444;
  background-size: 65%;
}
.map-f iframe {
  height: 150px;
  width: 100%;
}
.head-page {
  height: 200px;
  background-position: center;
  position: relative;
  background-size: cover;
}
.head-page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
  background: #000000d4;
}
.head-page .content {
  width: 700px;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  padding: 30px;
}
.head-page .content .title-page {
  font-size: 44px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.br-xam {
  background: #fbfbfb;
  padding-top: 50px;
  padding-bottom: 50px;
}
.post-item {
  background-color: #fff;
  margin-bottom: 30px; /* border: 1px solid #eee; */
  transition: all 0.2s linear;
}
.post-item .img-news {
}
.post-item .post-thumb {
  display: block;
  height: 250px;
  overflow: hidden;
}
.post-item .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}
.post-item .post-entry {
  padding-top: 15px;
  padding-left: 70px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
}
.post-item .post-entry .p-date {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  color: #ffff;
  width: 59px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 400;
}
.post-item .post-entry .p-date strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 6px;
  margin-left: 6px;
  margin-right: 5px;
}
.post-item .post-entry .title {
  margin-top: 0;
  font-family: "Playfair Display";
  line-height: 22px;
}
.post-item .post-entry .title a {
  color: #000;
}
.post-item .post-entry .title a:hover {
}
.post-item .post-entry .post-excerpt {
  color: #616060;
}
.head-page .content:before {
  content: "";
}
.head-page .content:after {
  content: "";
}
.big-img-new {
  width: 100%;
  height: 350px;
  object-fit: cover;
  margin-bottom: 15px;
}
.title-tin {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  margin-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  font-family: "Swashington";
  color: #000;
}
.chitietbaivie {
  position: relative; /* padding-left: 115px; */
}
.thongtinchitiet {
  margin-bottom: 30px;
}
.thongtinchitiet .p-date {
  color: #151515;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  display: inline-block;
}
.thongtinchitiet .p-date strong {
  display: block;
  font-size: 24px;
  font-weight: 400;
  border-top: 1px solid #ccc;
  margin-top: 6px;
  padding-top: 6px;
  margin-left: 6px;
  margin-right: 5px;
}
.thongtinchitiet .danhmuc {
  margin-bottom: 15px;
  color: #6a6969;
}
.thongtinchitiet .danhmuc a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.thongtinchitiet .chiase {
  display: inline-block;
  float: right;
}
.thongtinchitiet .chiase a {
  width: 30px;
  height: 30px;
  margin: 0px auto;
  background-color: #f85869;
  color: #fff;
  line-height: 30px;
  border-radius: 3px;
  transition: all 0.2s linear;
  display: inline-block;
  text-align: center;
}
.thongtinchitiet .chiase a:hover {
  background-color: #000;
}
.title-lienquan {
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  background: url(../images/br-title.png) no-repeat center bottom;
}
.form-search-right {
  position: relative;
}
.form-search-right .form-control {
  height: 47px;
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #9b9b9b;
  padding-right: 40px;
}
.form-search-right .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
}
.widget-title {
  font-size: 20px;
  margin-right: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  text-transform: uppercase;
}
ul.textwidget {
  list-style: none;
  padding: 0;
}
ul.textwidget li {
  border-bottom: 1px dotted #ccc;
}
ul.textwidget li a {
  display: block;
  padding: 10px 15px;
  color: #575757;
  position: relative;
}
ul.textwidget li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 5px;
  top: 13px;
}
ul.textwidget li:last-child {
  border: none;
}
.list-product-right {
}
.item-product-right {
  margin-bottom: 15px;
}
.item-product-right .img {
  display: block;
  height: 70px;
}
.item-product-right .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.item-product-right .title {
  font-size: 15px;
  font-family: "Poppins";
  margin-top: 5px;
}
.item-product-right .title a {
  color: #000;
  font-family: Roboto;
}
.item-product-right .gia {
}
.item-product-right .gia strong {
  color: red;
}
.item-product-right .gia i {
  font-size: 13px;
  text-decoration: line-through;
  color: #747272;
  float: right;
}
.br-product {
  /* background: url(../images/bg_4.jpg) no-repeat center; */
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}
.item-product {
  border: 1px solid #fff;
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #000;
}
.img_product {
}
.img_product .img {
  display: block;
  height: 250px;
  position: relative;
  overflow: hidden;
}
.img_product .img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s linear;
  object-fit: cover;
}
.item-product .content-product {
  padding: 15px;
}
.item-product .content-product h3 {
  font-size: 16px;
  font-family: "Playfair Display";
  margin-top: 0;
  margin-bottom: 15px;
}
.item-product .content-product h3 a {
  color: #fff;
}
.item-product .content-product p {
  color: #c3c3c3;
}
.btn-addcart {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #ffc222;
  border: none;
  background-image: url(../images/icon-cart.png);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  background-size: 25px;
}
.item-product .bottom-pro {
  margin-top: 15px;
}
.item-product .bottom-pro .gia-item {
  color: #fff;
}
.item-product .bottom-pro .gia-item strong {
  display: inline-block;
  color: #ffc222;
  font-size: 16px;
}
.item-product .bottom-pro .gia-item i {
  /* display: block; */
  color: #adabab;
  text-decoration: line-through;
}
.search-pro input.form-control {
  background-color: transparent;
  padding-left: 0;
  color: #fff;
}
.nav-pro {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
}
.nav-pro li {
  display: inline-block;
}
.nav-pro li a {
  display: block;
  padding: 6px 19px;
  color: #fff;
  font-size: 15px;
  border: 1px solid #ffc222;
  border-radius: 5px;
  margin-left: 5px;
  margin-right: 5px;
}
.nav-pro li a.active {
  color: #ffc222;
  border: 1px solid #ffc222;
  background-color: #000000;
}
.nav-pro li a:hover {
  color: #ffc222;
  border-left: 1px solid;
}
.btn-addcart:hover {
  background-color: #fff;
}
.item-product .content-product h3 a:hover {
  color: #ffc222;
}
.img_product .img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  transition: all 0.2s linear;
  background-color: rgb(0 0 0 / 60%);
}
.item-product:hover .img:after {
  height: 100%;
}
.item-product:hover .img img {
  transform: scale(1.1);
}
.post-item:hover {
  box-shadow: 1px 1px 10px 1px #ccc;
}
.post-item:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
.big_img {
  padding: 5px;
}
.big_img a {
  padding: 6px;
  border-radius: 10px;
  background-color: rgb(255 255 255 / 50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.big_img a img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-thumb {
  padding-left: 10px;
  padding-right: 10px;
}
.slide-sp {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.item-thumb a {
  height: 100px;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 3px;
}
.item-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.ten-sp {
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Swashington";
  font-size: 22px;
  text-transform: uppercase;
}
.mota_sp {
  /* color: #b7b7b7; */
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.ma-sp {
}
.ma-sp strong {
  color: #02256a;
}
.gia-ct {
  font-size: 18px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.content-gia {
  /* font-family: 'Playfair Display'; */
  font-size: 30px;
  color: #02256a;
}
.content-gia.giacu {
  /* font-family: 'Poppins'; */
  font-size: 18px;
  color: #c1bfbf;
  margin-left: 20px;
  text-decoration: line-through;
}
.quantity {
  margin-right: 15px;
}
.quantity .qty {
  border: none;
  height: 50px;
  width: 100px;
  padding: 15px;
  border-top: 1px solid #ccc;
  float: left;
  text-align: center;
  font-family: "Poppins";
  color: #000;
  border-bottom: 1px solid #ccc;
}
.quantity .eltd-quantity-minus {
  height: 50px;
  background-color: #ffffff;
  width: 40px;
  float: left;
  border-radius: 30px 0px 0px 30px;
  text-align: center;
  line-height: 50px;
  border: 1px solid#fff;
  border: 1px solid #ccc;
  color: #000;
}
.quantity .eltd-quantity-plus {
  height: 50px;
  background-color: #fff;
  width: 40px;
  float: left;
  text-align: center;
  border-radius: 0px 30px 30px 0px;
  line-height: 50px;
  border: 1px solid#fff;
  border: 1px solid #ccc;
  color: #000;
}
.btn-mua {
  height: 50px;
  padding-left: 31px;
  padding-right: 30px;
  background-color: #f5566f;
  border-radius: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
}
.form-dathang {
  margin-bottom: 20px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.quantity .qty:focus {
  outline: none;
}
.loai_sp_ct {
  /* border-bottom: 1px dotted #ccc; */ /* padding-bottom: 15px; */
  margin-bottom: 15px;
}
.loai_sp_ct a {
  color: #031479;
  font-family: "Roboto", sans-serif;
}
.chiase-p {
}
.chiase-p a {
  display: inline-block;
  background-color: #eaeaea;
  color: #000;
  margin-top: 10px;
  width: 29px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 5px;
  transition: all 0.2s linear;
}
.chiase-p a:hover {
  color: #fff;
  background-color: #02256a;
}
.ghichu-pro {
  color: #cac9c9;
}
.ghichu-pro li {
  margin-bottom: 10px;
}
.title-home-lienquan {
  text-align: center;
  font-family: Swashington;
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.title-ct-sp {
  font-family: "Swashington";
  margin-top: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}
.chitiet_sp {
  color: #fff;
  line-height: 24px;
}
.title-lienhe {
  font-size: 17px;
  margin-bottom: 30px;
  font-family: "Swashington";
  text-transform: uppercase;
  letter-spacing: 4px;
}
#form-contact {
}
#form-contact input {
  height: 37px;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  margin-bottom: 20px;
}
#form-contact textarea {
  background-color: transparent;
  border-radius: 0;
}
.btn-send-contact {
  height: 37px;
  border-radius: 0;
  background-color: #f9576f;
  color: #fff;
  text-transform: uppercase;
  border: none;
}
.btn-send-contact:hover {
  color: #000;
  background-color: #f7596e;
  color: #fff;
  border: none;
}
.contact-left {
  /* border-right: 1px solid; */ /* font-family: 'Lora', serif; */
}
.thongtinlienhe {
  /* color: #fff; */
  padding: 0;
  list-style: none;
  padding-left: 30px;
}

.thongtinlienhe li {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
}
.thongtinlienhe li.ten_congty {
  font-size: 24px;
  margin-bottom: 10px;
}
.thongtinlienhe li strong {
  color: #5f5c5c;
  font-size: 15px;
  font-weight: 300;
  font-family: "Lora", serif;
}
.name-pro {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: lowercase;
}
.pro-cart {
  position: relative;
}
.xoa_giohang {
  background-color: red;
  padding: 4px 12px;
  color: #fff;
  border-radius: 5px;
}
.tongtieng-cart {
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 600;
  color: red;
}
.lab-thanhtoan {
  display: block;
  font-family: "Roboto";
}
.lab-thanhtoan img {
  height: 27px;
  margin-left: 10px;
}
.lab-thanhtoan span {
  font-size: 14px;
  color: #3c3b3b;
}
.thanhtoan {
  padding-left: 30px;
  font-size: 13px;
  display: none;
}
.thanhtoansub {
  padding-left: 20px;
}
.btn-xacnhan {
  margin-bottom: 15px;
  background-color: #00a85a;
  color: #fff;
}
.btn-huy {
  margin-bottom: 15px;
  background-color: red;
  color: #fff;
}
#form-shopping {
}
#form-shopping .form-control {
  border-radius: 0;
  height: 45px;
}
.chitiettin img {
  max-width: 100% !important;
  height: auto !important;
}
.login-form {
}
.login-form h4 {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 30px;
}
.login-face {
  margin-bottom: 30px;
}
.login-face a {
  display: block;
  text-align: center;
  background: #3b5998;
  border: none;
  text-transform: unset;
  color: #fff;
  padding: 10px;
  border-radius: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.login-face a i {
  font-size: 23px;
  margin-right: 5px;
}
.login-form .form-group {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-left: 30px;
  margin-bottom: 20px;
}
.login-form .form-control {
  border: none;
  box-shadow: none;
  font-family: "Roboto Condensed", sans-serif;
}
.login-form .form-group:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 30px;
}
.login-form .form-group.user:before {
  background: url(../images/icon-user.png) no-repeat center;
}
.login-form .form-group.phone:before {
  background: url(../images/icon-dienthoai.png) no-repeat center;
}
.login-form .form-group.mail:before {
  background: url(../images/icon-email.png) no-repeat center;
}
.login-form .form-group.pass:before {
  background: url(../images/icon-pass.png) no-repeat center;
}
.btn-login {
  background-color: #eec820;
  width: 80%;
  display: block;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
}
.btn-login:hover {
  color: #fff;
}
.title-right-duan {
  background-color: #f7d708;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px;
  color: #000000;
  border-radius: 5px 5px 0px 0px;
}
.tab-search-right {
  margin-top: 0;
}
.tab-search-right {
  margin-top: 0;
  background-color: #e7e7e7;
  padding-top: 10px;
}
.block-right {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 7px 1px #e4e4e438;
  margin-bottom: 15px;
}
.btn-hethang {
  width: auto;
  background-image: none;
  color: #000;
  font-family: "Roboto";
}
.datepicker.txt-ngaygiao,
.txt-ngaygiao {
  height: 30px;
  border: none;
  color: #ffc222;
  background-color: transparent;
  padding: 0;
  outline: none;
  width: 90px;
}
.bootstrap-timepicker-widget table td {
  width: 60px !important;
}
.cuon_ngang {
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
}
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
.top {
  background: #eec820;
  line-height: 40px;
  color: #fff;
}
.mxh-top {
}
.mxh-top a {
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  margin-right: 10px;
}
.mxh-top a i {
}
.mxh-top a:hover {
}
.nav-top {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.nav-top > li {
  float: left;
}
.nav-top:after {
  content: "";
  display: block;
  clear: both;
}
.nav-top li a {
  display: block;
  color: #333333;
  margin-left: 33px;
  font-weight: 500;
}
.nav-top li a:hover {
}
.nav-top li.dropdown {
}
.nav-top li.dropdown > ul {
  left: auto;
  right: 0;
  padding: 0;
  min-width: 200px;
}
.nav-top li.dropdown > ul > li > a {
  margin-left: 0;
  text-transform: inherit;
}
.nav-top li.dropdown > ul > li > a img {
  margin-right: 5px;
}
.nav-top li.dropdown > ul > li > a:hover {
  background-color: #eec820;
  color: #000;
}
.navbar-default .navbar-brand img {
  height: 100px;
}
.navbar-default .navbar-brand {
  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar-nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-default .navbar-nav > li.dropdown-search > a img {
  /* height: 22px; */
}
.quangcao-home {
}
.quangcao-home .item-qc {
  position: relative;
}
.item-qc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}
.item-qc .content {
  position: absolute;
  width: 80%;
  margin: 0px auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.item-qc .content .text {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 40px;
  color: #ff3b3b;
}
.item-qc .content .title {
  font-size: 46px;
  letter-spacing: 3.76154px;
  color: #ff3b3b;
  margin-bottom: 10px;
  font-weight: 600;
}
.item-qc .content .link {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #ff3b3b;
  color: #ff3b3b;
  font-size: 15px;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.item-qc .content .link:hover,
.item-qc .content .link:focus {
  background-color: #eec820;
  border: 1px solid #eec820;
  transition: all 0.2s linear;
}
.list-dm {
  margin-top: 50px;
  margin-bottom: 50px;
}
.item-danhmuc {
}
.item-danhmuc > a {
}
.item-danhmuc > a > .img {
  display: block;
  margin: 0px auto;
  border-radius: 50%;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  transition: all 0.2s linear;
  margin-bottom: 20px;
}
.item-danhmuc > a > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.item-danhmuc > a > .title {
  display: block;
  text-align: center;
  font-family: "Lora", serif;
  margin-top: 10px;
  color: #333;
  font-size: 18px;
}
.item-danhmuc > a:hover .img {
  transform: scale(1.2);
}
.item-danhmuc > a:hover .title {
  color: #eec820;
}
.proLoop .productImg {
  position: relative;
  overflow: hidden;
}
.proLoop .productImg .productOut,
.proLoop .productImg .productLabelTags {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f8d5d7;
  padding: 2px 7.5px;
  font-size: 12px;
  color: #fff;
  border-radius: 10px;
  z-index: 5;
}
.proLoop .productImg .productSale {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eec820;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 12px;
  color: #272727;
  z-index: 5;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 4px;
}
.proLoop .productImg .productSale:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #eec820;
  content: "";
  position: absolute;
  top: 100%;
  left: 20%;
}
.proLoop .productImg .productLabelTags {
  left: 10px;
  right: initial;
}
.proLoop .productImg .productOut {
  background: #999;
}
.proLoop .productImg .productImgLink {
  display: flex;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
}
.proLoop .productImg .productImgLink img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.proLoop .productImg .productImgLink picture {
  transition: all 0.5s;
}
.proLoop .productImg .productImgLink picture:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  visibility: hidden;
}
.proLoop .productImg .productAction {
  padding: 5px 10px;
  opacity: 0;
  display: inline-block;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(-50%);
  transform: translateY(0%);
  right: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
@media (max-width: 767px) {
  .proLoop .productImg .productAction {
    transform: translate(0, 0);
    position: relative;
    display: none;
  }
  .proLoop .productImg .productAction .setQuickview {
    display: none !important;
  }
}
.proLoop .productImg .productAction a {
  background: #ff5471;
  color: #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 10px 0;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  display: block;
  border-radius: 4px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.proLoop .productImg .productAction a i {
  font-size: 18px;
  line-height: 30px;
}
.proLoop .productImg .productAction a:hover {
  opacity: 0.75;
}
.proLoop .productName {
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  margin-bottom: 13px;
  margin-top: 10px;
  text-transform: uppercase;
}
.proLoop .productName a {
  color: #1f69a7;
  display: block;
}
.proLoop .productName a:hover {
  color: #eec820;
}
@media (max-width: 1200px) {
  .proLoop .productName {
    font-size: 14px;
    height: 38px;
    line-height: 1.4;
  }
}
.proLoop .productPrice {
  text-align: center;
  color: #ff1616;
  font-weight: 500;
  font-size: 15px;
}
.proLoop .productPrice span {
  color: #1f69a7;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
}
.proLoop .productPrice del {
  font-weight: 300;
  margin-left: 5px;
  color: #bbb;
  font-size: 13px;
}
@media (max-width: 767px) {
  .proLoop {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.proLoop {
  position: relative;
  background-color: #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}
.proLoop:hover {
  border: 1px solid #eee;
  box-shadow: 1px 1px 10px 1px #97939352;
}
.proLoop:hover .productImg .productImgLink picture:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.proLoop:hover .productImg .productImgLink picture:nth-of-type(1) {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 768px) {
  .proLoop:hover .productImg .productAction {
    opacity: 1;
  }
  .proLoop:hover .productImg .productAction a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.title-home {
  /* font-family: "Swashington";
  text-decoration: underline; */
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #02256a;
  text-transform: uppercase;
  text-underline-offset: 7px;
}
.nav-tabs.tab-home {
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.nav-tabs.tab-home > li {
  float: none;
  display: inline-block;
  border: none;
  margin-bottom: -1px;
}
.nav-tabs.tab-home > li > a {
  color: #333;
  font-weight: 500;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs.tab-home > li.active > a,
.nav-tabs.tab-home > li.active > a:hover,
.nav-tabs.tab-home > li.active > a:focus {
  background-color: transparent;
  border-bottom: 1px solid #000;
  color: #eec820;
}
.nav-tabs.tab-home > li:nth-child(1) {
  margin-right: 20px;
}
.nav-tabs.tab-home > li:nth-child(2) {
  margin-left: 20px;
}
.proLoop:hover .productImgLink img {
  transform: scale(1.2);
}
.col-text {
  position: relative;
}
.blogLoop {
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 992px) {
  .blogLoop {
    margin-bottom: 50px;
    background-color: #fff;
    padding-bottom: 10px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .blogLoop {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (min-width: 768px) {
  .blogLoop {
    /* padding-left: 15px; */
    /* padding-right: 15px; */
  }
}

.blogLoop:hover img {
  transform: scale(1.1);
}

.blogLoop:hover .blogDetailName a {
  color: #eec820 !important;
}

.blogLoop .blogImageLink {
  display: block;
  overflow: hidden;
}

.blogLoop .blogImageLink img {
  transition: all 0.5s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogLoop .blogDetailName {
  margin-bottom: 8px;
  line-height: 19px;
  font-size: 15px;
  text-transform: uppercase;
}

.blogLoop .blogDetailName a {
  color: #333;
  transition: all 0.5s linear;
}

.blogLoop .blogDetailDate {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #d7ab26;
}

.blogLoop .blogDetailDescription {
  color: #666666;
  margin-bottom: 0;
}

.blogLoop .blogDetailLink {
  color: #333;
  font-weight: 400;
  font-size: 25px;
}

@keyframes appear {
  0% {
    opacity: 0%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes move {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.thongtinchitiet:after {
  content: "";
  display: block;
  clear: both;
}
.list-size {
  margin-bottom: 13px;
  margin-top: 25px;
}
.item-size {
  display: inline-block;
  border: 1px solid #cccc;
  padding: 5px 10px;
  color: #000;
  border-radius: 4px;
  font-weight: 500;
  margin-right: 10px;
}
.item-size:hover {
  border: 1px solid #ffc222;
  color: #ffc222;
}
.item-size.active {
  border: 1px solid #ffc222;
  color: #ffc222;
}
.navbar-default.fix .navbar-brand img {
  height: 60px;
}
.navbar-default.fix .navbar-nav {
  margin-top: 6px;
  margin-bottom: 0;
}
.modal-dk {
  position: relative;
}
.modal-dk img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.modal-dk button.close {
  position: absolute;
  z-index: 1111;
  right: -14px;
  top: -12px;
  background-color: #00000085;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #fff;
  opacity: 2;
}
.modal-dk .body-dk {
  position: absolute;
  width: 50%;
  right: 0;
  height: 100%;
  z-index: 6;
  top: 0;
  background-color: #ffffff73;
  padding: 30px 20px;
}
.modal-dk .body-dk h3 {
  margin-bottom: 17px;
  line-height: 25px;
}
.modal-dk .body-dk ul {
}
.modal-dk .body-dk ul li {
}
.form-dkemail2 {
  margin-top: 40px;
}
.form-dkemail2 input {
  height: 45px;
  border: none;
  border-radius: 0;
}
.form-dkemail2 .btn-dkemail {
  height: 45px;
  background-color: #d3a826;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.modal.fade .modal-dialog.modalindex {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  width: 770px;
  max-width: 90%;
}
.navbar-default .navbar-nav.navbar-right > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.why {
  background-size: cover;
  background-position: right top;
  padding-top: 70px;
  padding-bottom: 70px;
}
.item-why {
  margin-bottom: 40px;
}
.item-why.right {
  text-align: right;
}
.item-why .img {
  background-color: #f90431;
  padding: 20px;
  position: relative;
  border-radius: 50% 0% 50% 50%;
}
.item-why .img span {
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-why.right .img {
  border-radius: 0px 50% 50%;
}
.item-why.index-2 .img {
  border-radius: 50% 50% 50% 0;
}

.item-why.index-3 .img {
  border-radius: 50% 50% 0 50%;
}
.item-why .img span img {
  max-width: 80%;
  max-height: 80%;
  object-fit: cover;
}
.item-why .title {
  color: #ff0f0f;
  font-weight: 700;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.item-why .mota {
  line-height: 31px;
  margin-bottom: 10px;
}
.camket {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.camket:before {
  content: "";
  position: absolute;
  border: 2px solid #fff;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
}
.camket .title {
  /* font-family: Swashington; */
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
.camket .mota {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 56px;
}
.item-camket {
  margin-bottom: 35px;
}
.item-camket .img {
  display: block;
  width: 60%;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 10px;
}
.item-camket .img img {
  max-width: 90%;
  max-height: 90%;
  object-fit: cover;
}
.item-camket .tieude {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.gioithieu img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.right-gioithieu {
  background-image: url(../images/br-gioithieu.png);
  background-repeat: no-repeat;
  background-position: left 90%;
}
.dichvu {
  color: #fff;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  background-position: center left;
}
.dichvu .title {
  /* font-family: "Swashington";
  text-decoration: underline; */
  text-align: center;
  margin-bottom: 50px;
  text-underline-offset: 7px;
}
.dichvu .mota {
  line-height: 29px;
  font-size: 15px;
}
.dichvu .btn-xem {
  display: inline-block;
  padding: 8px 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.antoan {
  padding-top: 50px;
  padding-bottom: 50px;
}
.antoan .title {
  /* font-family: "Swashington";
  text-decoration: underline; */
  text-align: center;
  color: #02256a;
  margin-top: 0;
  margin-bottom: 50px;
  text-underline-offset: 7px;
}
.antoan .title a {
  color: inherit;
}
.antoan .mota {
  padding-top: 90px;
  position: relative;
  line-height: 30px;
  font-weight: 500;
  padding-left: 50px;
}
.antoan .mota:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 60px;
  width: 120%;
  border: 2px solid #1f69a7;
}
.antoan .mota:after {
  content: "";
  position: absolute;
  left: 30px;
  height: 100%;
  top: 30px;
  width: 120%;
  border: 2px solid #1f69a7;
}
.antoan img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.item-new-f {
  margin-bottom: 20px;
}
.item-new-f .title {
  font-size: 16px;
  margin-bottom: 12px;
  margin-top: 5px;
}
.item-new-f .title a {
  text-transform: uppercase;
}
.item-new-f .mota {
}
.item-new-f .img {
  display: block;
  height: 120px;
}
.item-new-f .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-f {
  margin-top: 20px;
  line-height: 24px;
}
footer ul a:before {
  content: "\f054";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}
.chantrang .text {
  font-size: 30px;
  font-weight: 500;
}
.chantrang .coppy {
  padding-top: 15px;
}
.dropdown-menu > li > a {
  white-space: nowrap;
  font-weight: 500;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f45b6f;
}
.tab-sps {
  border: 0;
  background-color: transparent;
  display: flex;
  gap: 1rem;
  overflow: auto;
}
.nav-tabs > li {
  padding: 0;
  margin: 0;
  border: 0;
  float: none;
}
.nav-tabs.tab-sps > li > a {
  padding: 0.7rem 2rem;
  margin: 0;
  text-transform: none;
  font-weight: 500;
  border: 1px solid #f45b6f;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.nav-tabs.tab-sps > li.active > a,
.nav-tabs.tab-sps > li > a:hover {
  color: #fff;
  background-color: #f45b6f;
  border: 1px solid #f45b6f;
}

/* SỬA WEB */
.index-video-content {
  position: relative;
}
.zc-btn-play-video {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.youtube-thumb-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.youtube-btn-play {
  /* width: 130px; */
  height: 80px;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}
.youtube-btn-play:hover {
  filter: brightness(150%);
  transition: all 0.3s ease;
}

.index-video .title {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #02256a;
  margin-bottom: 50px;
  text-underline-offset: 7px;
}
.quangcao-home .item-qc > img{
  max-height:600px!important;
}
.quangcao-home{
  max-height:600px;
}
