@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;500;800&display=swap");
@font-face {
  font-family: "utm-a";
  src: url("../fonts/UTM-AvoBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "ro-l";
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ro-m";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ro-r";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
  --color-main: #808080;
  --color-sub: #79baec;
  --size-title: 35px;
  --font-main: "Be Vietnam Pro", sans-serif;
}

body {
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 300;
  /* background: #f8f8f8; */
}

.container {
  max-width: 1277px;
}

.container-fluid {
  overflow: hidden;
}

/* General */
a {
  color: #000;
}

a:hover {
  color: #000;
}

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

b,
strong,
h1,
h2,
h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-size: inherit;
}

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

input:focus-visible {
  outline: 0px;
}

.wrapper {
  padding: 2rem 0;
}

.wrapper-detail {
  /* padding: 0px; */
}

.wrapper-main {
  padding: 60px 1%;
}

.dashboard-menu a {
  color: #000;
}

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

/*end Backtotop */

/* ArrowCarousel  */

.owl-arrow .owl-nav {
  display: none;
}

.owl-documents.owl-arrow .owl-nav {
  display: block;
}

.owl-arrow.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-arrow .owl-item {
}

.owl-arrow.owl-theme .owl-nav button {
  background: transparent;
  color: #869791;
  font-size: 40px;
  line-height: 300px;
  margin: 0;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-arrow.owl-theme .owl-nav button span {
  display: flex;
  height: 30px;
  width: 30px;
  align-items: center;
  justify-content: center;
  background: #ccc;
  border-radius: 50%;
}

.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: 16px;
  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;
}

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

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

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

.pagination {
  justify-content: center;
  margin-top: 2rem;
}

.offcanvas-body {
}

.offcanvas-body ul {
  position: initial !important;
  top: 0 !important;
  transform: initial !important;
  border: none;
}

.offcanvas-body ul li a:after {
  float: right;
  margin-top: 0px;
}

.offcanvas-body ul li a {
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Roboto";
  padding-top: 10px;
  padding-bottom: 10px;
}

.offcanvas-body ul li ul {
  padding-left: 18px;
}

.offcanvas-body ul li ul li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 300;
  color: #fff;
  font-family: "Roboto";
}

.nav-sub ul {
  position: absolute;
  right: 0;
  top: 0;
  left: 100%;
  min-width: 100%;
  background-color: #fff;
  padding: 0;
  list-style: none;
  border: 1px solid #eee;
  box-shadow: 1px 1px 4px #00000040;
  border-radius: 3px;
  display: none;
}

.nav-sub ul li a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
}

.nav-sub ul li a:hover {
  background-color: #006847;
  color: #fff;
}

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

.nav-sub:hover > a {
  background-color: #006847;
  color: #fff;
}

.nav-link:focus,
.nav-link:hover {
  color: #410000;
}

.nav-sub-mobile > a:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 8px;
}

.nav-sub-mobile ul {
  list-style: none;
}

.nav-sub-mobile ul li a {
  text-transform: capitalize;
}

.nav-top {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.nav-top li:last-child a {
  padding-right: 0;
}

.nav-top a {
  color: #1b1718;
  display: block;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  /* margin-top: 10px; */
  /* margin-bottom: 10px; */
  font-size: 14px;
}

.nav-top a:after {
  content: "";
  height: 15px;
  position: absolute;
  border-left: 1px solid #000;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.nav-top li:nth-child(1) a {
  padding-left: 0;
}

.nav-top li:last-child a:after {
  content: "";
  display: none;
}

.top {
  background-color: var(--color-main);
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.slogan {
  font-size: 30px;
  text-transform: uppercase;
  background: #fff;
  transform: skewX(-35deg);
  box-shadow: 10px 6px var(--color-sub);
}

.slogan span {
  transform: skewX(30deg);
  display: block;
}

.slogan .text {
  position: relative;
  height: 35px;
  line-height: 35px;
  background-color: #fea500;
  padding-left: 30px;
  padding-right: 30px;
  color: #510000;
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 700;
}

.slogan .text:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 37px;
  background: url(../images/br-left.png) no-repeat bottom right;
  background-size: contain;
  left: -37px;
}

.slogan .text:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 37px;
  background: url(../images/br-right.png) no-repeat bottom left;
  background-size: contain;
  right: -37px;
}

/* Header */
header {
  /* padding: 25px 0; */
  /* background: var(--color-main); */
}

.header-top {
  padding: 4px 0;
  background: var(--color-main);
  color: #fff;
}

.header__box {
  padding-left: 50px;
}

.header__box + .header__box {
  margin-left: 25px;
}

.header__box p {
  font: 16px "Be Vietnam Pro";
  font-weight: 100;
  color: #151515;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.header__box strong {
  font: 16px "Be Vietnam Pro";
  font-weight: 600;
  color: #ff1212;
}

.header-lang a {
  display: inline-block;
  border: 1px solid var(--color-main);
  border-radius: 50%;
  padding: 3px;
  margin-left: 8px;
}

.header-lang .disable {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

.header-lang img {
}

.header-tt span {
  display: inline-block;
  background: url("../images/address.png");
  margin-right: 8px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-tt,
.header-tt a {
  color: #fe0a0a;
  font-weight: 500;
}

.header-tt span i {
  color: var(--color-sub);
}

.header-body img {
  width: 100%;
  height: 510px;
}

.slogan {
  padding: 8px 20px 2px;
}

.ten__cty {
  font: 18px "Be Vietnam Pro";
  font-weight: 600;
}

.email {
  /* background: url(../images/email.png) left center no-repeat; */
}

.giohoatdong {
  background: url(../images/clock.png) left center no-repeat;
}

.box-lang button {
  background: none;
  border: 1px solid #fff;
}

.box-lang .btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  background: none;
  border: 1px solid #fff;
}

.box-lang .dropdown-menu {
  background: var(--color-main);
}

.header-user {
  background: var(--color-sub);
  padding: 3px 6px;
  border-radius: 3px;
}

.header-user i {
  margin-right: 5px;
}

.header-user a {
  color: #fff;
  padding: 0 4px;
  font-weight: 100;
  font-size: 11px;
}
/* Search */
.search input::-webkit-input-placeholder,
.search textarea::-webkit-input-placeholder {
  /* Edge */
  font: 13px "ro-l";
  color: #8a8a8a;
}

.search input:-ms-input-placeholder,
.search textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: 13px "ro-l";
  color: #8a8a8a;
}

.search input::placeholder,
.search textarea::placeholder {
  font: 13px "ro-l";
  color: #8a8a8a;
}

.search button {
  border: none;
  color: var(--default-color);
  width: 60px;
  /* height: 34px; */
  font-size: 20px;
  background: none;
  border-radius: 3px;
  margin-right: 1px;
  color: var(--color-main);
}

.btn-search {
  /* background: red; */
  color: #fff;
  /* width: 35px; */
  /* height: 35px; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
}

.search {
  width: 100%;
  z-index: 9;
  border: 1px solid #98a298;
  height: 43px;
  overflow: hidden;
  border-radius: 3px;
  position: absolute;
  min-width: 250px;
  top: 37px;
  right: 0;
  display: none;
}

.search form {
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 3px;
  overflow: hidden;
  border: none;
}

.search form .form-select {
  width: 140px;
  background: #e93514;
  color: #fff;
  padding: 0px;
  padding-left: 10px;
  height: 100%;
  border: none;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
}

.search input {
  border: none;
  height: 100%;
  flex: 1;
  text-indent: 10px;
  background: none;
  color: #000;
  border-radius: 99px;
}

.search select option {
  margin: 40px;
  background: #fff;
  color: #000;
}

.hotline {
  background: url("../images/hotline.png") left center no-repeat;
}

a.hotline strong {
  color: #000;
  font: 18px "Be Vietnam Pro";
  font-weight: 100;
}

a.hotline p {
  font: 16px "ro-l";
  text-transform: uppercase;
  color: var(--color-main);
  margin-bottom: 0px;
}

.navbar-form {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 45%;
}

.navbar-form input {
  font-size: 14px;
  background-color: #f2f2f2;
  border: 1px solid #fff;
  border-radius: 30px;
  height: 45px;
  padding: 7px 15px 10px;
  color: #000;
}

.navbar-form button {
  position: absolute;
  color: var(--color-main);
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 30px 30px 0;
}

.navbar-form input::-webkit-input-placeholder {
  /* Edge */
  color: #000;
}

.navbar-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

.navbar-form input::placeholder {
  color: #000;
}

.navbar-form i {
  margin-top: -3px;
}

.logo {
}

.logo img {
  max-width: 160px;
}

.right-head_hotline {
  height: 60px;
  padding: 4px;
  border-radius: 30px;
  background: url("../images/hotline.png") left 15px center no-repeat;
  padding-left: 72px;
}

.icon-phone {
  width: 31px;
  height: 31px;
  background-color: #ec1c24;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  border-radius: 50%;
  margin-right: 30px;
  float: left;
}

.icon-phone svg {
  margin-top: -4px;
}

/* Gio hang */

.right-head_cart {
  position: relative;
  border: 1px solid var(--color-main);
  text-align: center;
  border-radius: 8px;
  padding: 4px;
  color: #fff;
  align-items: center;
  justify-content: center;
}

.right-head_cart svg {
  color: #ec1c24;
  width: 37px;
  height: 37px;
  flex: inherit;
}

.right-head_cart span {
  position: absolute;
  background: var(--color-main);
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -9px;
  right: -8px;
}

.cart-img {
  height: 37px;
  width: 37px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-dangnhapgh {
  width: 100%;
  height: 65px;
  border-radius: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}

.right-head {
}

.product-name p {
  font-size: 13px;
}

.accordion-item {
  padding: 22px;
}

.accordion-item:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: 4px;
}

.accordion-item.active:before {
  content: "\f111";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  color: var(--color-sub);
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 23px;
}

.accordion-pttt label {
  display: block !important;
  margin-bottom: 0px !important;
  font-size: 16px;
  padding-left: 30px;
}

.accordion-pttt {
  display: flex;
  align-items: center;
  /* padding: 0 22px; */
  position: relative;
  z-index: 99;
}

.pttt__block {
  border: 1px solid #e6e6e6;
  margin-top: 45px;
}

.pttt__block h3 {
  font-size: 20px;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0px;
}

.pttt__nd {
  margin-top: 20px;
  background: #cccccc21;
  padding: 10px;
  display: none;
}

/* Footer */
.mxh li {
  display: inline-block;
}

.mxh {
}

.mxhft li {
  margin: 0 0px;
}

.mxh-top {
  color: #fff;
}

footer {
  background: var(--color-main);
  background-position: center;
  line-height: 22px;
}

.ft-scroll .content-f {
  height: 290px;
  overflow-y: scroll;
}

.ft-scroll .content-f::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.ft-scroll .content-f::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.ft-scroll .content-f::-webkit-scrollbar-thumb {
  background-color: var(--color-sub);
}

.map iframe {
  height: 200px;
}

.logo-f {
  margin-top: 50px;
}

.logo-f.text-center.col-auto {
}

.logo-f img {
}

.title-f {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #fff;
}

.content-f {
  font-size: 13px;
  color: #fff;
}

.content-pttt {
}

.content-f div {
  padding: 0 12px;
  position: relative;
  margin-bottom: 2rem;
}

.content-f.d-flex {
}

.content-f ul {
  list-style: none;
  padding: 0;
}

.content-f ul li {
  margin-bottom: 8px;
}

.content-f ul li a {
  color: #ffff;
  background: url(../images/icon-right.png) no-repeat center left;
  padding-left: 10px;
  background-size: 6px;
}

.map-f {
}

.map-f iframe {
  height: 160px;
}

.mxh-f {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mxh-f a {
  display: inline-block;
}

.mxh-f a.facebook {
  color: #4551c5;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
}

.mxh-f a.facebook i {
  width: 40px;
  height: 40px;
}

.mxh-f a.youtube {
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #fd0600;
  border-radius: 50%;
  line-height: 41px;
}

.mxh-f a.youtube i {
  width: 40px;
  height: 30px;
}

.content-pttt a {
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 5px;
  overflow: hidden;
  width: 35%;
  text-align: center;
}

.content-pttt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* Lien he */
#contact-form .form-group input {
  width: 100%;
  height: 42px;
  text-indent: 10px;
  border: 1px solid #ced4da;
}

.title-lienhe {
  font-size: 30px;
  color: var(--color-main);
  margin-bottom: 1rem;
}

.map iframe {
  width: 100%;
}

/*! Index*/

/* Doi tac */
.doitac .container .doitac__block {
  background: #f8f8f8;
}

.doitac__block {
  margin: auto;
  background: #eeeeee;
}
/* Slider */

#slider1_container {
  margin: auto;
}
.navbar-brand.active,
.navbar-light .navbar-nav .nav-link.active {
  background-color: #e99820;
}

.why_title {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 700;
}

.why_item {
  background-color: #fff;
  position: relative;
  padding: 16px;
  padding-left: 110px;
}

.why_item_img {
  max-width: 80px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.why_item_content {
  font-size: 15px;
}

.why_item_content_title {
  font-family: "AvoB";
  text-transform: uppercase;
  font-size: 18px;
  color: #545454;
  margin-bottom: 5px;
}

.danhmuc_home-body {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}

.danhmuc_home_title {
  color: #e99820;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 30px;
  background: url(../images/br-title-danhmuc.png) no-repeat center bottom;
  font-family: "Roboto";
  font-weight: 700;
}

.danhmuc_home_item {
}

.danhmuc_home_item_img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.danhmuc_home_item_img img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0px auto;
  display: block;
}

.danhmuc_home_item_title {
  display: block;
  text-align: center;
  color: #e99820;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 300;
}

.danhmuc_Swiper-next,
.danhmuc_Swiper-prev {
  background-color: #4b2222;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
}

.danhmuc_Swiper-next:after,
.danhmuc_Swiper-prev:after {
  font-size: 16px !important;
  color: #fff;
}

.sanpham_home {
  background-color: #410000;
  color: #e99820;
}

.product_title-home {
}

.product_title-home_text {
  background: url(../images/icon-title.png) no-repeat center left;
  padding-left: 45px;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto";
}

.nav_sub_pro {
  list-style: none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav_sub_pro_item {
  color: #e99820;
  display: block;
  padding: 5px 10px;
  border: 1px solid;
  margin-right: 10px;
  border-radius: 30px;
  text-transform: uppercase;
}

.nav_sub_pro_item:hover,
.nav_sub_pro_item:focus {
  background-color: #ffb322;
  color: #410000;
}

.title_home_pro_all {
  color: #e99820;
  display: block;
  padding: 5px 20px;
  border: 1px solid;
  margin-right: 10px;
  border-radius: 30px;
  text-transform: uppercase;
}

.br-xam {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
}

.video_home_title {
  font-family: "Roboto";
  background: url(../images/icon-title2.png) no-repeat center left;
  padding-left: 50px;
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Roboto";
  font-weight: 700;
  margin-bottom: 10px !important;
}

.video_item {
  margin-bottom: 20px;
}

.video_item_img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}

.video_item_big .video_item_img {
  height: 640px;
  width: 100%;
}

.video_item_play {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video_item_play i {
  font-size: 50px;
  color: #fff;
}

.video_item:hover .video_item_play {
}

.video_item_title {
  position: absolute;
  bottom: 0;
  background-color: #000000ad;
  z-index: 1;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

.video_item a {
  display: block;
}

.item-truyenthong .video_item_img {
  height: 310px;
}

.danhmuc_home {
  background-size: cover;
  background-position: center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  border-bottom: 1px solid #75360b;
}

.danhgia_home {
  background-size: cover;
  background-position: center;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.danhgia_home_title {
  color: #e99820;
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 30px;
  background: url(../images/br-title-danhmuc.png) no-repeat center bottom;
  font-family: "Roboto";
  font-weight: 700;
}

/* Tintuc */

.tintuc {
}
.news__item {
  position: relative;
  display: block;
}

.news__item .img-container {
  padding-bottom: 100.65%;
}

.news2__item {
  position: relative;
  margin-bottom: 22px;
  display: block;
}
.news2__item .img-container {
  padding-bottom: 70.21%;
  /* border-radius: 5px; */
}
.news2__title {
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  margin: 10px 0px;
  font-size: 15px;
}

.news__date {
  position: absolute;
  left: -85px;
  top: -105px;
  background: var(--color-main);
  color: #fff;
  padding: 1px 10px 4px;
  border-radius: 99px;
  width: 185px;
  height: 185px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 60px;
}

.news__thangnam {
}

.news__day {
  font-size: 26px;
  font-weight: 500;
}
.news__box {
  position: absolute;
  bottom: 0;
  background: #f585219c;
  padding: 20px;
}
.news__img {
  /* border-radius: 14px; */
  overflow: hidden;
  position: relative;
}
.news__title {
  color: #fff;
  font-size: 18px;
}

h3.news__title:after {
  content: "";
  display: block;
  width: 250px;
  height: 1px;
  border-top: 1px dashed;
  margin-top: 10px;
}
.news__desc {
  color: #fff;
}

.item_product {
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.item_product_img {
  height: 290px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

.item_product_title {
  font-size: 14px;
  font-family: "Roboto";
  margin-top: 10px;
  line-height: 19px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  margin-bottom: 2px;
  height: 38px;
}

.item_product_title a {
  color: #e1e1e1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item_product_title a:hover {
  color: #e99820;
}

.item_product_price {
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  color: #e99820;
}

.item_product_price del {
  color: #ccc;
  font-size: 14px;
  margin-left: 10px;
}

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

.item_product_f ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.item_product_f ul i {
  color: #e99820;
}

.item_product_f span {
  display: block;
  color: #e1e1e1;
  margin-top: 3px;
}

/*Product*/
.sodotrang {
  background-color: var(--color-main);
  padding-top: 10px;
  padding-bottom: 10px;
  /* border-top: 1px solid #410000; */
  /* margin-bottom: 2rem; */
  padding-left: 10px;
}

.breadcrumb a {
  color: #fff;
  font-size: 15px;
}

.breadcrumb li.active a {
  color: #fff;
}

.chitiet_sp_hot {
  padding-top: 20px;
  padding-bottom: 15px;
  background-size: cover;
  background-position: center;
  /* color: #fff; */
}

.Swiper_sp_hot_img {
  width: 100%;
  height: 399px;
  object-fit: cover;
  border-radius: 15px;
}

.chitiet_sp_hot_title {
  font-family: "Roboto";
  color: #000;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.chitiet_sp_hot_gia {
  margin-bottom: 8px;
  color: var(--color-main);
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
}

.chitiet_sp_hot_gia del,
.chitiet_sp_hot_gia span {
  font-family: "Roboto";
  color: #3d3d3d;
  font-size: 16px;
  display: inline-block;
}

.chitiet_sp_hot_gia span.sale {
  color: #fff;
  font-family: "Roboto";
  font-size: 13px;
  background-color: var(--color-main);
  padding: 1px 7px 3px;
  border-radius: 30px;
  display: inline-block;
  position: relative;
  top: -5px;
}

.chitiet_sp_hot_mota {
  font-size: 14px;
  margin-bottom: 15px;
}

.chitiet_sp_hot_thongso {
  padding-left: 15px;
  margin-bottom: 7px;
}

.chitiet_sp_hot_thongso li {
  width: 50%;
  float: left;
  margin-bottom: 7px;
  color: #e5e5e5;
  font-weight: 400;
}

.chitiet_sp_hot_thongso:after {
  content: "";
  display: block;
  clear: both;
}

.chitiet_sp_hot_tuvan_form {
}

.chitiet_sp_hot_tuvan_form input {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px 0 0 30px;
  font-size: 14px;
  padding: 6px 20px 6px;
  color: #fff;
}

.chitiet_sp_hot_tuvan_form .btn {
  background-color: #ffff;
  width: 100px;
  border-radius: 0 30px 30px 0;
  font-family: "Roboto";
  font-weight: 700;
}

.filter__block {
  background: var(--color-sub);
  padding: 10px 0;
}

.filter__block .btn-filter {
  background: var(--color-main);
  text-transform: uppercase;
  color: #fff;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 300;
  height: 33px;
  line-height: 33px;
  padding: 0;
  width: 100%;
}

.filter__block .form-control {
  border-radius: 0px;
  border: 0px;
}

.filter__block label {
  color: #fff;
  font-weight: 200;
}

.filter__block .nice-select.form-control {
  height: 33px;
  line-height: 22px;
}

.filter__block input {
  text-align: center;
}

.filter__block .nice-select.select2 span {
  display: table;
  margin: auto;
}

.filter__block .nice-select .list li:first-child {
  display: none;
}

.cart-plus-minus {
  /* width: 90px; */
  margin-top: 10px;
  position: relative;
  /* margin-right: 15px; */
  display: flex;
}

.cart-plus-minus input {
  height: 50px;
  font-size: 1em;
  margin: 0;
  width: 60px;
  padding: 0 2px;
  text-align: center;
  border: solid 1px #ebebeb;
  border-left: none;
  border-right: none;
}

.cart-plus-minus .qtybutton {
  font-size: 20px;
  line-height: 0px;
  border: solid 1px #ebebeb;
  display: inline-block;
  width: 40px;
  height: 50px;
  background: #fff;
  float: left;
  color: #333;
  text-align: center;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}

.cart-plus-minus .qtybutton:hover {
  background: #9c9c9c54;
  color: #fff;
}

.cart-plus-minus .dec {
  left: 0px;
}

.cart-plus-minus .inc {
  right: 0px;
}

.product-quantity {
  margin-bottom: 1rem;
}

.cart-btn {
  border: 1px solid var(--color-sub);
  padding: 10px 130px;
  background-color: var(--color-sub);
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
}

.cart-btn:hover {
  background-color: var(--color-sub);
  color: #fff;
}

.cart-btn2 {
  /* background-color: #ec1c24; */
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
}

.Swiper_quangcao_img {
  height: 415px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.body-sanpham {
  background-color: #fff;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}

.title_product_page {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 22px;
  color: #e99820;
  position: relative;
  font-weight: 700;
}

.title_product_page:before {
  content: "";
  position: absolute;
  width: 115px;
  height: 3px;
  background-color: #e99820;
  bottom: -2px;
}

.mota_danhmuc {
  margin-bottom: 30px;
}

.br-xemthem {
  background: linear-gradient(
    to bottom,
    rgba(255 255 255/0),
    rgba(255 255 255/62.5),
    rgba(255 255 255/1)
  );
  height: 105px;
  left: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 51px;
}

.chitiet_danhmuc {
  transition: all 0.4s linear;
  margin-bottom: 30px;
}

.list-tt {
  margin-bottom: 15px;
}

.item-thuoctinh {
  position: relative;
  margin-right: 4px;
}

.item-thuoctinh input {
  display: none;
}

.item-thuoctinh span {
  display: block;
  font-size: 13px;
  padding: 0px 13px;
  border: 1px solid #efefef;
  color: #ffffff;
  min-width: 37px;
  text-align: center;
  border-radius: 33px;
  cursor: pointer;
  height: 27px;
  line-height: 24px;
}

.item-thuoctinh span.lab_img {
  font-size: 0;
  background-size: contain;
}

.item-thuoctinh span.lab_color {
  font-size: 0;
  background-size: contain;
}

.item-thuoctinh input:checked + span {
  color: #ffffff;
  border: 1px solid #ec1c24;
}

.thuoctinh-sp .title {
  padding-right: 10px;
  color: #fff;
  line-height: 26px;
}

.Swiper_spct {
  margin-top: 10px;
}

.Swiper_spct img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 7px;
}

.box_right_sp {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0;
}

.box_right_sp_title {
  background-color: #e99820;
  padding: 8px 6px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
}

.box_right_sp_ct {
  color: #000;
  position: relative;
}

.box_right_sp_item {
  padding: 5px 10px;
  padding-bottom: 0px;
  position: relative;
  padding-right: 13px;
  font-size: 13px;
}

.box_right_sp_item_title {
  color: #000;
  font-family: "Roboto";
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: 600;
}

.box_right_sp_item_title a {
  color: #000;
  color: red;
  text-decoration: revert;
  font-weight: 600;
}

.box_right_sp_item i {
  position: absolute;
  top: 10px;
  right: 8px;
  color: red;
}

.Swiper_spct2 .Swiper_sp_hot_img {
  height: 400px;
}

.box_tang_kem {
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-top: 30px;
  position: relative;
  padding-top: 29px;
}

.box_tang_kem span {
  position: absolute;
  background-color: #2a0304;
  display: inline-block;
  padding: 2px 10px 5px;
  top: -15px;
  left: 27px;
  color: #e99820;
  font-family: "Roboto";
}

.item_tangkem {
  margin-bottom: 10px;
}

.item_tangkem img {
  border-radius: 13px;
  height: 96px;
}

.item_tangkem_title {
  margin-top: 10px;
  margin-bottom: 7px;
  font-family: "Roboto";
  font-size: 13px;
}

.item_tangkem_mota {
  font-size: 13px;
}

.list_kh {
  padding: 2px 15px;
  margin-bottom: 0;
  height: 89px;
  overflow: hidden;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.list_kh i {
  margin-top: 4px;
  margin-right: 6px;
}

.list_kh li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: nowrap;
}

.tab_sanpham {
  border-bottom: 1px solid var(--color-main);
}

.tab_sanpham li {
  /* padding-left: 2px; */
  padding-right: 2px;
}

.tab_sanpham li button {
  background-color: #717171;
  color: #fff;
  text-transform: uppercase;
  /* border-radius: 3px 3px 0 0; */
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.tab_sanpham li button.active,
.tab_sanpham .show > li {
  background-color: var(--color-main);
  color: #fff;
  padding: 10px 20px;
  font-size: 23px;
}

.item_product-right .item_product_title a {
  color: #000;
  font-family: "Roboto";
}

.item_product-right .item_product_price del {
  font-size: 14px;
}

.item_product-right .item_product_price {
  color: #e99820;
}

.item_product-right .item_product_f span {
  color: #605d5d;
}

.quangcao_sp {
  background: url(../images/br-quangcao.png) no-repeat center;
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quangcao_sp .img_sp_sale {
  margin-bottom: 20px;
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
}

.form_dk_khuyenmai {
  border: 1px solid #ff9109;
  padding: 6px;
  border-radius: 10px;
}

.form_dk_khuyenmai_body {
  background-color: #ffff;
  padding: 15px;
  border-radius: 5px;
}

.form_dk_khuyenmai_title {
  background-color: #ff9109;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.form_dk_khuyenmai_title_head {
  font-family: "Roboto";
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
}

.btn-dk-tuvan {
  width: 100%;
  background-color: #b3000c;
  font-family: "Roboto";
  color: #fff;
  padding: 10px;
}

.btn-dk-tuvan i {
  color: #ff9109;
}

.form_dk_khuyenmai_body .form-control {
  border: 1px solid #eee;
  font-size: 14px;
  border-radius: 0;
  padding: 10px 15px;
}

.form-group {
  margin-bottom: 17px;
}

.flash-sale {
  background-color: #717171;
  text-align: center;
  padding: 4px;
  margin-top: 12px;
  border-radius: 10px;
}

.list_kh p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  margin-bottom: 0;
}

.single-smblog {
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 5px;
}

.single-smblog .blog-image {
}

.single-smblog .blog-image-2 img {
  border-radius: 20px;
}

.smblog-content {
  padding: 9px;
  background: #fff;
}

.smblog-content h6 {
  font-size: 15px;
  line-height: 1.34;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.smblog-content h6:hover {
  color: #f8b133;
}

.smblog-content span {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  display: inline-block;
  margin-bottom: 10px;
}

.smblog-content span a {
  color: #e99820;
}

.smblog-content p {
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.smblog-content .smblog-foot {
  border-top: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.smblog-content .smblog-foot .post-readmore a {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  color: #222;
}

.smblog-content .smblog-foot .post-readmore a:hover {
  color: #f8b133;
}

.smblog-content .smblog-foot .post-date a {
  color: #999;
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
}

.smblog-content .smblog-foot .post-date a:hover {
  color: #f8b133;
}

.blog-tag {
  position: absolute;
  top: 15px;
  left: 15px;
}

.blog-tag a {
  padding: 4px 12px;
  display: inline-block;
  background: #e99820;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 2px;
}

.blog-tag-2 a {
  background: #fcbe00;
  color: #222;
}

.blog-area {
  background-color: #fff;
  padding: 20px 0;
}

.widget {
  padding: 30px 30px;
  border: 2px solid #f3f3f3;
  margin-bottom: 40px;
  background-color: #fff;
}

.chitiet_sale {
  position: relative;
  width: 120%;
  margin-left: -27%;
}

.quangcao_sp_img {
  width: 100%;
  max-width: initial;
}

.quangcao_sp_sale {
  position: absolute;
  font-size: 30px;
  color: #fff;
  left: 11%;
  font-weight: 700;
  top: 7px;
}

.quangcao_sp_giaban {
  position: absolute;
  bottom: 13%;
  right: 0;
  left: 0;
  text-align: center;
}

.quangcao_sp_giaban span {
  display: block;
  line-height: 40px;
  font-style: italic;
  font-size: 16px;
}

.quangcao_sp_giaban span b {
  font-size: 34px;
  display: inline-block;
  position: relative;
  top: 6px;
  font-style: initial;
}

.quangcao_sp_giaban i {
  font-size: 15px;
  font-weight: 600;
}

.quangcao_sp_giaban del {
}

.quangcao_sp_title {
  position: absolute;
  color: #fff;
  right: 10%;
  font-style: italic;
  font-size: 17px;
  top: 8%;
}

.quangcao_sp_img {
}

.content_sale {
}

.content_sale ul {
  color: #c1c1c1;
  padding-top: 20px;
  line-height: 30px;
}

.content_sale ul li {
}

.content_sale ul li:before {
  content: "";
}

.content_sale ul li:before {
  content: "";
}

.head-mobile {
  padding: 10px;
}

.menu-mobi {
}

.menu-mobi button {
  color: #fff;
  font-size: 16px;
  border: 1px solid;
  border-radius: 0;
  padding: 6px 10px 5px;
  margin-top: 6px;
  outline: none !important;
  box-shadow: none !important;
}

.menu-mobi button i {
  color: #fff;
  width: 23px;
  height: 23px;
  position: relative;
  top: -1px;
}

.giohang-mobile {
  margin-top: 4px;
}

.row-gh {
  display: flex;
  justify-content: space-around;
  align-self: center;
}

.product-name {
  font-size: 16px;
  font-weight: 300;
}

.text-price {
  font-size: 19px;
  font-weight: 300;
  color: #313131;
}

.product-name,
.price,
.trash-sp {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.tongcong,
.tamtinh {
  display: flex;
  justify-content: space-between;
  color: #444444;
  font-size: 20px;
  padding: 20px 0;
  border-top: 1px solid #e9ecef;
}

.backtohome i {
  font-size: 10px;
}

.tongcong span,
.tamtinh span {
  font-size: 18px;
  color: #3b3a3a;
}

.tamtinh {
  font-size: 16px;
  font-weight: 200;
}

.magiamgia {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.btn-magiamgia {
  background: var(--color-main);
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  white-space: nowrap;
  height: 40px;
}

.magiamgia input {
  height: 40px;
  margin-right: 1rem;
}

.form-search-nav-mobile {
  margin-bottom: 0 !important;
}

.form-search-nav-mobile input {
  margin-right: 0 !important;
  height: 37px;
  border-radius: 5px !important;
  background-color: #410000;
  color: #fff !important;
}

.dropdown-menu-search-mobile {
  padding: 3px;
  background-color: #fff;
  border-radius: 8px;
}

.btn-search-mobile {
  margin-left: 14px;
  padding: 3px;
  background-color: transparent !important;
  border: none !important;
  margin-top: 10px;
  box-shadow: none !important;
}

.btn-search-mobile i {
  width: 25px;
  height: 25px;
}

.btn-search-mobile:after {
  display: none;
}

/* Menu */
.menu__block {
  background: var(--color-main);
  /* padding: 5px 0; */
  /* margin-bottom: 10px; */
}

.menu__block .menu-mobi {
  display: none !important;
}

.caret {
  margin-left: 10px;
  display: inline-flex;
}

.list-menu li a {
  font-size: 15px;
  font-weight: 300;
  padding: 8px;
  display: block;
  color: #fff;
}

.list-menu > li > a {
  display: flex;
}

.list-menu li {
  position: relative;
}

.list-menu li i {
  font-size: 18px;
}

.list-menu li ul li a {
  text-transform: capitalize;
  padding: 10px;
  color: #fff;
  font-size: 13px;
}

.list-menu li ul li {
  /* border-bottom: 1px solid #fff; */
}

.list-menu li.active,
.list-menu li:hover {
  background: #5c5c5c;
}

.list-menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.box-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 210px;
  z-index: 99;
  /* border-left: 1px solid #fff; */
  /* padding-top: 1px; */
}

.box-menu li {
  background: #5c5c5c;
  margin-bottom: 1px;
}

.list-menu li:hover .boxmn-cap1,
.list-menu li ul li:hover .boxmn-cap2,
.list-menu li ul li ul li:hover .boxmn-cap3,
.list-menu li ul li ul li ul li:hover .boxmn-cap4,
.list-menu li ul li ul li ul li ul li:hover .boxmn-cap5 {
  display: block;
}

.caret:after {
  content: "\f0dd";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  display: flex;
  height: 16px;
  align-items: center;
}

.boxmn-cap1 {
  top: 100%;
  left: 0;
  padding-top: 1px;
}

.boxmn-cap2,
.boxmn-cap3,
.boxmn-cap4,
.boxmn-cap5 {
  top: 0px;
  left: 100%;
  border-left: 1px solid #fff;
}

.menu__hotline p {
  font-weight: 700;
  margin-bottom: 0px;
}

.menu__hotline i {
  color: var(--color-main);
  margin-right: 8px;
  /* margin-bottom: -5px; */
  font-size: 55px;
}

.menu__hotline a {
  color: #ff1616;
  font-size: 16px;
  display: block;
  font-weight: 700;
}

/* Danh muc trai */

.menu__dmsp {
  width: 230px;
  color: #fff;
  height: 45px;
  line-height: 45px;
  text-transform: uppercase;
  background: red;
  font-size: 14px;
  padding-left: 10px;
}

.menu__dmsp i {
  font-size: 17px;
  vertical-align: sub;
}

.danhmuc_left {
  /* border-radius: 8px; */
  overflow: hidden;
  padding-bottom: 15px;
}

.left .box-left {
  margin-bottom: 30px;
}

.title-home2 {
  color: #fff;
  text-transform: uppercase;
  background: var(--color-main);
  padding: 10px 20px;
  background-size: contain;
  margin-bottom: 0px;
  font-family: "Be Vietnam Pro";
  font-weight: 500;
  font-size: 23px;
  text-align: center;
}

.title-home2 span {
  /* font-size: 23px; */
}

.title-home2 h3 {
  margin-bottom: 0px;
}

.box-cap2 {
  display: none;
}

.box-cap2 li a {
  padding-left: 50px;
  background: url(../images/arrow_right.png) left 30px center no-repeat;
}

ul.box-cap3 li a {
  padding-left: 70px;
}

.left__box {
  border: 1px solid var(--color-main);
  border-top: none;
}

.left__box li + li {
  /* border-top: 1px solid var(--color-main); */
  /* margin-top: 6px; */
}

.left__box li a {
  display: block;
  padding: 14px 15px;
  color: #1f1f1f;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  border-top: 1px solid var(--color-main);
}

.danhmuc_left .left__box li a {
  background: url("../images/plus.png") left 10px center no-repeat;
  padding-left: 35px;
}

.khoc__desc {
  font-size: 11px;
  font-weight: 100;
  color: #222222;
}

.khocleft__item h3 {
  font-size: 15px;
}

.left__box li i {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-main);
}

.left__box,
.box-cap2 {
  position: relative;
  margin-bottom: 0px;
}

.box-cap2 li a {
  padding-left: 60px;
  background-position: 35px;
}

.left {
  width: 310px;
}

.right {
  width: calc(100% - 330px);
}

/* Footer */

.copy-right {
  background: #fff;
  color: #000;
  text-align: center;
}

/* Ho tro truc tuyen */
.hotro {
}

.hotr__box {
  display: flex;
  border: 1px solid #da251d;
  align-items: center;
  margin-bottom: 15px;
}

.hotr__left {
  width: 125px;
  border-radius: 0 85px 85px 0;
  overflow: hidden;
  border-right: 2px solid #da251d;
  position: relative;
  z-index: 9;
}

.hotr__left .img-container {
  padding-bottom: 116%;
}

.hotr__right {
  margin-left: 20px;
  flex-grow: 1;
  font: 14px "ro-l";
}

.hotr__ten {
  margin-bottom: 15px;
  background: #da251d;
  display: inline-block;
  color: #fff;
  padding: 4px 35px;
  padding-left: 50px;
  margin-left: -50px;
  position: relative;
}

.hotr__ten:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 25px;
  position: absolute;
  right: -23px;
  background: #da251d;
  top: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.hotr__dienthoai {
  /* font: 14px 'ro-l'; */
  margin-bottom: 10px;
}

.hotr__email,
.hotr__dienthoai {
  display: flex;
  align-items: center;
}

.hotr__email i,
.hotr__dienthoai i {
  margin-right: 6px;
}

.hotr__mxh {
  margin-top: 10px;
}

.hotr__mxh li {
  margin-right: 7px;
}

.title-main {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 1rem;
}

.title-main h3 {
  font-size: 24px;
  text-transform: uppercase;
  color: #535353;
}

.title-main-news h3 {
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  background: var(--color-sub);
  padding: 10px 30px;
  position: relative;
  min-width: 200px;
  margin-right: 70px;
}

.title-main-news h3:after {
  content: "";
  display: block;
  width: 30px;
  height: 41px;
  position: absolute;
  right: -30px;
  top: 0;
  z-index: -1;
  border-top: 41px solid transparent;
  border-left: 30px solid var(--color-sub);
  border-bottom: 0px solid transparent;
}

.title-main-news {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  display: flex;
  align-items: baseline;
}

.title-main-news a {
  font-size: 14px;
  color: var(--color-sub);
  white-space: nowrap;
  font-weight: 300;
}

.title-main-news span {
  display: block;
}

.title-main1 h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  background: url(../images/icon.png) left center no-repeat;
  padding-left: 45px;
  margin-bottom: 0px;
}

.title-main1 {
  margin-bottom: 2rem;
}

.title-main5 .title-bg {
  background: #fff;
  display: table;
  padding: 10px 15px;
  margin: auto;
}

.title-main3 {
  margin-bottom: 2rem;
}

.title-main3 h3 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
}

.title-main5 {
  margin-bottom: 20px;
  position: relative;
}

.title-main5-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.title-main5:after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #f1f1f1;
  position: absolute;
  top: 9px;
  height: 27px;
}

.title-main5 h3 {
  font-size: 18px;
  line-height: 1.4;
  color: #535353;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  display: inline-block;
  background: #cacaca;
  padding: 5px 10px;
  position: relative;
  z-index: 99;
}

.title-main5 h3:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 100%;
  top: 0;
  right: -15px;
  border-right: 10px solid transparent;
  border-bottom: 36px solid #cacaca;
  display: none;
}

.title-main5-cate {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  z-index: 9;
  justify-content: end;
}

.title-main5-cate a {
  display: block;
  background: #e1e1e1;
  padding: 5px 15px;
  margin: 0 2px 4px;
  border-radius: 3px 3px 0 0;
  font-weight: 500;
}

.title-main4 {
  display: flex;
  align-items: center;
}

.title-main2 {
  border-bottom: 1px solid var(--color-main);
  margin-bottom: 2rem;
}

.title-main2 h3 {
  color: #fff;
  background: var(--color-main);
  font-size: 23px;
  display: table;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.box-arr {
  margin-right: 15px;
  display: flex;
}

.box-arr span {
  width: 42px;
  height: 42px;
  background: var(--color-sub);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-main);
  font-size: 20px;
  cursor: pointer;
}

.box-arr span + span {
  margin-left: 10px;
}

/* San pham */
.sanpham__item {
  /* border-radius: 8px; */
  overflow: hidden;
  display: block;
  background: #f9f9f982;
  transition: 0.5s;
  /* border: 1px solid #c3c3c3; */
  padding: 7px;
  /* margin-bottom: 5px; */
}

.sanpham__item:hover {
}

.sanpham__item h3 {
  font-size: 14px;
  color: #242424;
  font-family: "Be Vietnam Pro";
}

.sp-bg {
}

.btn-more {
  background: var(--color-main);
  color: #fff;
  padding: 5px 18px;
  border-radius: 26px;
  text-transform: uppercase;
  font-family: "Be Vietnam Pro";
  font-weight: 300;
  font-size: 13px;
  margin-top: 10px;
}

.slick-dv2 .dv2__item {
  margin: 0 10px;
}

.all-slick,
.slick-news,
.content1__right-slick,
.course-slick {
  display: none; /* Ẩn slider ban đầu */
}
.all-slick.slick-initialized,
.slick-news.slick-initialized,
.content1__right-slick.slick-initialized,
.course-slick.slick-initialized {
  display: block; /* Hiện slider khi đã khởi tạo */
}

.sanpham__img .img-container {
  padding-bottom: 83.41%;
  /* border-radius: 5px; */
}

.sanpham__img {
  position: relative;
}

.sanpham__box {
  padding: 10px;
}

.gia-ban {
  font-size: 14px;
  margin-bottom: 5px;
}

.giamoi {
  color: #ff0f0f;
}

.giacu {
  font-size: 13px;
  text-decoration: line-through;
  color: #686666;
  margin-left: 5px;
}

.slick-sp .slick-list {
}

/* Footer */
.ft__title {
  font: 18px "Be Vietnam Pro";
  color: #fff;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.sidebar-title {
  font-size: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #f3f3f3;
  padding-bottom: 16px;
  line-height: 1;
  font-family: "Roboto";
}

.featured-author p {
  padding: 0 20px;
}

.featured-author h6 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 0;
}

.featured-author-social li {
  display: inline-block;
}

.featured-author-social li a {
  font-size: 14px;
  color: #222;
  display: inline-block;
  margin: 0 10px;
}

.featured-author-social li a:hover {
  color: #fcbe00;
}

.n-sidebar-search {
  position: relative;
}

.n-sidebar-search input {
  padding-left: 30px;
  padding-right: 80px;
  background: #f5f5f5;
  height: 60px;
  width: 100%;
  border: 0;
  outline: none;
}

.n-sidebar-search input::placeholder {
  color: #999;
}

.n-sidebar-search button {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #e99820;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

.feed-content h6 {
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feed-content h6:hover {
  color: #fcbe00;
}

.feed-number img {
  margin-right: 20px;
  width: 80px;
  height: 80px;
  object-fit: cover;
  display: block;
}

.n-sidebar-feed ul li:first-child {
  padding-top: 0;
}

.n-sidebar-feed ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.n-sidebar-feed ul {
  padding: 0;
}

.feed-content a {
  color: #000;
}

.title-news_ct {
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid #b7815d;
  padding-bottom: 10px;
  position: relative;
}

.title-news_ct:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 5px;
  background-color: #b7815d;
  left: 0;
  width: 155px;
}

.box_tacgia {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  margin-top: 30px;
}

.box_tacgia_avata {
}

.box_tacgia_avata img {
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
}

.box_tacgia_tt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.swal-title {
  margin-bottom: 20px;
}

.cart__price {
  padding-right: 10px;
}

.shopping-summery table thead th {
  background-color: #ececec;
  padding: 18px 10px;
  font-size: 14px;
  font-weight: 600;
  color: #253d4e;
  white-space: nowrap;
}

.shopping-summery table thead th.start {
  padding-left: 30px !important;
}

.shopping-summery table thead th.end {
}

.invoice-1
  .invoice-info-buttom
  .table
  .invoice-1
  .invoice-info-buttom
  .table
  tr,
.table tr {
  border-bottom: 1px solid #e9ecef;
}

.shopping-summery table td,
.shopping-summery table th,
.shopping-summery table thead {
  border: 0;
}

.shopping-summery table > :not(caption) > * > * {
  padding: 15px 10px;
  text-align: center;
}

.shopping-summery table tbody tr img {
  max-width: 120px;
  border: 1px solid #ececec;
  border-radius: 15px;
  max-height: 100px;
  object-fit: contain;
}

.detail-qty {
  max-width: 80px;
  padding: 9px 20px;
  position: relative;
  width: 100%;
  border-radius: 5px;
}

.detail-extralink > div {
  display: inline-block;
  vertical-align: top;
}

.detail-extralink .detail-qty {
  margin: 0 6px 15px 0;
  background: #fff;
  border: 1px solid #cccccc !important;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  font-variant: JIS04;
  padding: 0px 20px 0px 20px;
  max-width: 90px;
  margin-bottom: 0;
}

.detail-qty > a {
  font-size: 20px;
  position: absolute;
  right: 0;
  color: #2a2a28;
  width: 20px;
  line-height: 30px;
}

.detail-qty > a.qty-down {
  left: 0;
  right: auto;
}

.detail-qty > a.qty-up {
  top: auto;
}

.p-40 {
  padding: 40px !important;
}

input.coupon {
  height: 47px;
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.heading-2 {
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
}

.num_sl {
  width: 45px;
  text-align: center;
  border: none;
  box-shadow: none;
}

.num_sl {
  width: 45px;
  text-align: center;
  border: none;
  outline: none;
  box-shadow: none;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 35px;
}

.cart-action .btn {
  background-color: #e99820;
  font-family: "Roboto";
  font-size: 14px;
  padding: 10px 20px;
}

.cart-action {
  margin-bottom: 30px;
}

.form-dathang {
  margin-bottom: 30px;
}

.form-dathang label {
  margin-bottom: 5px;
  color: #000;
  display: none;
  padding-left: 30px;
}

.form-dathang .form-control {
  font-size: 14px;
  padding: 10px 15px;
}

.form-dathang .form-control {
  height: 45px;
}

.btn-dathang {
  background-color: #e99820;
  font-family: "Roboto";
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
}

.navbar-light .navbar-toggler i {
  width: 40px;
  height: 40px;
}

.nav-mobile {
  list-style: none;
  padding: 0;
}

.nav-mobile .dropdown-menu {
  position: inherit !important;
  transform: none !important;
  border: none;
  padding-left: 15px;
}

.nav-mobile > li > a:after {
  float: right;
  position: relative;
  top: 8px;
}

.form-search-nav {
  position: relative;
  margin-left: 0;
  margin-bottom: 20px;
}

.form-search-nav input {
  font-size: 13px;
  border-radius: 30px;
  border: 1px solid #000000;
  color: #000000;
  font-size: 13px;
  padding: 10px 10px;
}

.chitiet_sp img,
.news-detalis img {
  max-width: 100%;
  height: auto !important;
}

.gia_sale {
  float: right;
  font-weight: 300;
}

.gia_thuoctinh:after {
  content: "";
  display: block;
  clear: both;
}

.content-f ul li a:before {
}

.tintuc_home {
  padding-top: 15px !important;
  padding-bottom: 30px !important;
}

.tt__item {
  background: #fff;
  display: block;
  text-align: center;
}

.tt__desc {
  color: #636363;
  font: 13px "Be Vietnam Pro";
}

.tt__date {
  color: var(--color-main);
  font-family: "Be Vietnam Pro";
  font-weight: 700;
}

.tt__item h3 {
  font-size: 13px;
  font-family: "Be Vietnam Pro";
  font-weight: 400;
}

.tintuc {
  /* background: #f7f2f2; */
}

.col-left-ctsp {
  width: 81%;
}

.col-right-ctsp {
  width: 19%;
}

.box_right_sp_title2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 700;
}

.danhgia_ct {
  display: flex;
  margin-bottom: 10px;
}

.danhgia_ct .rating-d {
  list-style: none;
  padding: 0;
  color: #e99820;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}

.danhgia_ct span {
  color: #c7c5c5cc;
}

.danhgia_ct span b {
  color: #fff;
}

.nav_sub {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
}

.chitiet_sp_hot_mota {
}

.chitiet_sp_hot_mota ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  border: 1px solid #fe0002;
  padding: 8px 10px;
  border-radius: 5px;
  padding-left: 60px;
  background-image: url(../images/uu-dai.png);
  background-position: 10px center;
  background-repeat: no-repeat;
}

.chitiet_sp_hot_mota ul li {
  font-weight: 100;
  color: #e09601;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.chitiet_sp_hot_mota ul li strong {
  color: #fe0002;
}

.chitiet_sp h2 {
  border-bottom: 1px solid #b78f5b;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 18px;
  position: relative;
}

.chitiet_sp h2 strong {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}

.chitiet_sp h2 strong:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #b6915d;
  bottom: -7px;
}

.chitiet_sp h2 strong:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #b6915d;
  border-right: 10px solid transparent;
  position: absolute;
  right: -10px;
  bottom: -7px;
}

.nav-item.dropdown:hover ul {
  display: block;
}

.lienhhe-fix {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #b10015;
  z-index: 100;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  border-radius: 3px;
}

.box_lienhe {
  padding: 25px !important;
  width: 400px;
}

.tuvan_title {
  background-color: #b10015;
  margin-top: -25px;
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
}

.tuvan_body {
}

.form_input_icon {
  position: relative;
}

.form_input_icon span {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #706d6d;
}

.form_input_icon input {
  padding-left: 35px;
  height: 38px;
}

.phuongthuc_thanhtoan {
  margin-top: 30px;
}

.btn-tuvan {
  background-color: #b10015;
  color: #fff;
  padding: 7px 30px;
  text-transform: uppercase;
}

.btn-thanhtoan {
  font-size: 14px;
  display: block;
  width: 100%;
  border: 1px solid #ececec;
  background-color: #ececec;
  padding: 10px;
}

.btn-thanhtoan.active {
  display: block;
  width: 100%;
  border: 1px solid #e99820;
  background-color: #e99820;
  color: #000;
  font-weight: 500;
}

.thanhtoan_content {
  margin-top: 10px;
  border: 1px solid #ececec;
  padding: 20px;
  margin-bottom: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e99820 !important;
}

.box_right_sp_kh {
  margin-top: 0px !important;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}

.item_product > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.item_product > a .sale {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
}

.item_product > a .sale span {
  position: relative;
  z-index: 100;
  font-size: 16px;
}

.item_product > a .sale:before {
  content: "";
  position: absolute;
  width: 143px;
  height: 62px;
  background-color: #c70100;
  transform: rotate(-143deg);
  top: -22px;
  left: -54px;
}

.sanpham__percent {
  position: absolute;
  top: 0;
  right: 0;
  background: red;
  color: #fff;
  display: block;
  padding: 2px 8px;
  border-radius: 5px;
}

/* Product detail */
.thongsosp li {
  padding: 4px 0;
  font-size: 16px;
}
.tensp h3 {
  font-size: 19px;
  font-family: "Be Vietnam Pro";
  color: #181818;
  margin-bottom: 0px;
}
.masp {
}
.price {
}

.box-xemthem {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.chitiet_sp {
  max-height: 410px;
  overflow: hidden;
  transition: max-height 0.5s linear 0s;
  position: relative;
}

.chitiet_sp:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(to bottom, rgb(255 255 255 / 14%) 0%, white 100%);
}

.chitiet_sp.loadmore {
  max-height: 5000px;
}

.chitiet_sp.loadmore:after {
  display: none;
}

.linext {
  border-bottom: 1px solid #dcdcdc;
  flex-grow: 1;
}

.motasp {
  color: #616161;
  line-height: 1.5rem;
}

.btn-xemtatca {
  border: 1px solid #dcdcdc;
  padding: 6px 32px;
  font-weight: 100;
  font-size: 18px;
  border-radius: 0px;
  margin: 0 20px;
  display: table;
}

.spbox-right {
  border-left: 2px solid #b3b3b3;
}

.tailieu__opt {
  display: flex;
  align-items: baseline;
  margin-bottom: 1rem;
}

.tailieu__gia {
  font-size: 15px;
  color: #ff1515;
  font-weight: 500;
}

.tailieu__opt span {
  flex-grow: 1;
  border-bottom: 1px dashed var(--color-main);
  margin: 0 10px;
}

.tailieu__title {
  font-size: 18px;
  margin-bottom: 1rem;
}

.tailieu__opt label {
  font-weight: 500;
}

.socho {
  display: flex;
  justify-content: end;
  margin-top: 5rem;
  align-items: baseline;
}

.socho i {
  margin-right: 0.25rem;
}

.discount {
  border-radius: 3px;
  background: red;
  color: #fff;
  vertical-align: top;
  margin-left: 1rem;
  font-size: 13px;
  padding: 3px;
}

.price-new {
  font-size: 23px;
  color: red;
  font-weight: 500;
}
.price-old {
  color: #a2a2a2;
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 1rem;
}

.thumb-item {
  border: 1px solid #cccccc4f;
  display: block;
  margin: 0 2px;
}

.slick-prev.pull-left {
  right: 0;
  left: initial;
  top: calc(50% + 10px) !important;
}

.slick-next.pull-right {
  right: 0;
}

.pull-right.slick-next,
.pull-left.slick-prev {
  width: 25px;
  height: 25px;
  z-index: 99;
  background: #00000059;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - 25px);
  transform: translateY(-50%);
}

.pull-right i,
.pull-left i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  font-size: 17px;
}

.pull-left.slick-prev:hover,
.pull-left.slick-prev:focus,
.pull-right.slick-next:hover,
.pull-right.slick-next:focus {
  background: #00000059;
}

.slide-sp-main:hover .pull-right i,
.slide-sp-main:hover .pull-left i {
  opacity: 1;
}

.pull-right:before,
.pull-left:before {
  display: none;
}

.muangay {
  position: absolute;
  bottom: 0;
  right: 0;
  background: var(--color-sub);
  padding: 10px;
  border-radius: 3px 0 3px 0;
  width: 37px;
  height: 37px;
  color: #fff;
}

.muahangshopee a {
  color: #fff;
}

.lichhoc__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lichhoc__opt {
  margin-bottom: 0.5rem;
}

.lichhoc {
  margin-bottom: 0.5rem;
}

.lichhoc__opt label {
  font-weight: 500;
  font-size: 12px;
}
.lichhoc span {
  font-size: 16px;
  color: #2a2a2a;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}

/* end Product detail */

/* Register */

.heading_s1 h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--color-main);
}

.heading_s1 p {
  font-size: 20px;
  font-weight: 200;
  color: #414141;
}

.heading_s1 p a {
  text-decoration: underline;
  font-style: italic;
}

.form-group {
  margin-bottom: 1rem;
}
.form-group input {
  border: none;
  height: 65px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  width: 100%;
  border-radius: 0px;
  font-weight: 300;
  background: #fcfcfc;
  text-indent: 10px;
  border: 1px solid #e4e4e4;
}

.payment_option .custome-radio {
  margin-bottom: 10px;
}
.payment_option .custome-radio .form-check-label {
  color: #292b2c;
  font-weight: 600;
}

.custome-radio .form-check-label::before {
  content: "";
  border: 1px solid #908f8f;
  height: 16px;
  width: 16px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 8px;
}
.custome-radio input[type="radio"] + .form-check-label::after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 100%;
  position: absolute;
  top: 6px;
  left: 3px;
  opacity: 0;
}
.custome-radio input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
  background-color: #f8b133;
}
.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
  display: none;
}

.custome-checkbox .form-check-label::before {
  content: "";
  border: 2px solid #ced4da;
  height: 17px;
  width: 17px;
  margin: 0 8px 0px 0;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

.lichhoc.custome-checkbox .form-check-label::before,
.tailieu__list.custome-checkbox .form-check-label::before {
  margin-bottom: 6px;
}
.custome-checkbox .form-check-label span {
  vertical-align: middle;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after,
.custome-checkbox input[type="radio"] + .form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 50%;
  left: 3px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translateY(-65%) rotate(-45deg);
  transform: translateY(-65%) rotate(-45deg);
}

.lichhoc.custome-checkbox input[type="radio"] + .form-check-label::after,
.tailieu__list.custome-checkbox
  input[type="checkbox"]
  + .form-check-label::after {
  top: 8px;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before,
.custome-checkbox input[type="radio"]:checked + .form-check-label::before {
  background-color: var(--color-sub);
  border-color: var(--color-sub);
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after,
.custome-checkbox input[type="radio"]:checked + .form-check-label::after {
  opacity: 1;
}

.login_footer {
  margin-bottom: 30px;
  margin-top: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}

label.error {
  color: red;
  font-style: italic;
  font-size: 14px;
}

/* end Register */

/* Video */
.videotc {
  /* background: var(--color-main); */
}

.video__item {
  position: relative;
  width: 100%;
  display: block;
}

a.video__item img {
  width: 100%;
}

.video__play {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border: 3px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}

.video__play i {
  font-size: 50px;
}

.video__nd {
  color: #fff;
}

/* Dang ky nhan tin */
.dknt form {
}

.booking .title-main h3 {
  color: #fff;
}

.dknt-button {
  color: #fff;
  padding: 8px 35px;
  font-weight: 100;
  text-transform: uppercase;
  border-radius: 0px;
  background: #26abe3;
}

.dknt-button i {
  transform: scale(1.5);
}

.dknt input.form-control {
  height: 40px;
  border-radius: 0px;
  margin-bottom: 1rem;
  text-align: center;
}

.dknt input.form-control {
}

.dknt input.form-control::-webkit-input-placeholder {
  /* Edge */
  text-align: center;
}

.dknt input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-align: center;
}

.dknt input.form-control::placeholder {
  text-align: center;
}

.btn-dangky,
.btn-quenmk {
  background: var(--color-sub);
  border: var(--color-sub);
}

.input-group {
}

.input-group-text {
  background: #6cadaa;
}

.dknt-form {
  background: url("../images/bgdknt.png");
  background-size: cover;
  padding: 30px;
  margin-top: -40px;
  position: relative;
  margin-left: 40px;
}

.dknt-form:before {
  content: "";
  width: 30px;
  height: 42px;
  background: var(--color-main);
  display: block;
  position: absolute;
  left: -29px;
  top: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.dknt-form .dknt-title {
  color: #fff;
  font: 24px "dvn-eb";
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.left {
  width: 345px;
}

.right {
  width: calc(100% - 375px);
}

/* San pham trang chu */

.sanpham .title-home2 {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.xemthem {
  color: #fff;
  font: 14px "ro-r";
  text-transform: initial;
}

/* Trang chu */

/* Gioi thieu */

.gioithieu {
  margin-bottom: 7rem;
}

.gt__right {
  background: #013f72a8;
  margin-bottom: -60px;
}

.gt__desc {
  font: 14px "mon-l";
  color: #fff;
}

.gt__right h3 {
  color: #fff;
  font: 30px "mon-l";
  text-transform: uppercase;
}

.btn-xemthem {
  color: #fff;
  font: 14px "mon-l";
  border: 1px solid;
  border-radius: 0px;
  padding: 8px 30px;
  margin-top: 1rem;
}

.btn-xemthem:hover {
  color: #fff;
}

.gt__body {
  bottom: 0;
  right: 0;
  position: absolute;
}

.gt__img img {
  width: 100%;
}

/* Sanphamtc */

.prod-list {
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
  padding: 0;
}

.prod-list li {
  margin: 0 5px;
  font: 15px "mon-l";
  color: var(--default-color);
  border: 1px solid var(--default-color);
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 3px;
  transition: 0.5s;
  white-space: nowrap;
}

.prod-list li.active,
.prod-list li:hover {
  color: var(--color-main);
}

/* Tin tuc */
.tt__body {
  border: 1px solid #898989;
  border-top: 0px;
  position: relative;
  padding-top: 35px !important;
}

.tt__item h3 {
  font: 16px "mon-l";
  color: #070707;
}

.tt__date {
  font: 13px "mon-l";
  color: #070707;
}

.tt__date i {
  color: var(--color-sub);
}

/* Album */

.album__img {
  padding-bottom: 81.81%;
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.swiper-slide-active .kh__desc {
  opacity: 1;
}

/* Danhmuctrangchu */

.blockdmsp1 {
  margin-bottom: 45px;
}

.box__cap1 {
  padding: 6px 0;
  list-style: none;
  height: 442px;
  overflow-y: scroll;
  background: #f6e9dd;
}

.box__cap1 li a {
  padding: 6px 20px;
  display: block;
  font-size: 14px;
  position: relative;
}

.box__cap1 li a i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.box__cap1 li {
}

.box__cap2 {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 100%;
  width: 100%;
  z-index: 9;
  background: #f6e9dd;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.box__scroll {
  position: relative;
}

.box__cap1 li:hover .box__cap2 {
  opacity: 1;
  visibility: visible;
}

.box__cap1::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.box__cap1::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.box__cap1::-webkit-scrollbar-thumb {
  background-color: var(--default-color);
}

.xemtatca {
  display: table;
  margin: auto;
  margin-top: 1rem;
  background: #fff;
  padding: 0 10px;
}

.xemtatca span {
  border: 1px solid;
  padding: 5px 20px;
  border-radius: 99px;
  color: #6aae61;
  display: block;
}

.xemtatca:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #6aae61;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: -1;
}

/* Tin tuc moi */
.news__list {
  display: flex;
  overflow-x: scroll;
}

.news__list li {
  display: flex;
  align-items: center;
}

.news__list li i {
  color: var(--color-sub);
  margin-right: 0.5rem;
}

.news__list li + li {
  margin-left: 2rem;
}

.news__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px var(--color-sub);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.news__list::-webkit-scrollbar {
  height: 5px;
  background-color: #f5f5f5;
}

.news__list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px var(--color-sub);
  background-color: var(--color-sub);
}

.nav-news {
  border: 1px solid var(--color-main);
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}

.nav-newslist {
  font-size: 16px;
  color: var(--color-main);
  padding: 6px 10px;
  flex-grow: 1;
  text-align: center;
}

.nav-newslist + .nav-newslist {
  border-left: 1px solid var(--color-main);
}

.nav-newslist.active {
  color: #fff;
  background: var(--color-main);
}

.news__small {
  display: block;
  border: 1px solid #dedede;
  padding: 8px;
  margin-bottom: 0.25rem;
}

.news__small h3 {
  margin-bottom: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

.news__category {
  color: #fff;
  font-size: 10px;
  background: var(--color-main);
  padding: 3px 5px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.news__item-big {
  position: relative;
}

.news__img-big .img-container {
  padding-bottom: 45.5%;
}

.news__body-big {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #0000006b;
  color: #fff;
}

.news__bottom-big {
  display: flex;
}

.news__user-big {
  margin-left: 1rem;
}

.news__body-big h3 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
}

.news__cate-big {
  text-transform: uppercase;
  position: absolute;
  top: 4px;
  left: 4px;
  background: #80808099;
  z-index: 9;
  color: #fff;
  padding: 6px 10px;
  border-radius: 2px;
}

/* Tieu diem */
.tdiem__item {
}

.tdiem__item h3 {
  font-size: 18px;
  color: #181818;
  margin-bottom: 1rem;
}

.tdiem__big .img-container {
  padding-bottom: 58.53%;
}

.tdiem__user {
  font-size: 14px;
  color: #7e7e7e;
  font-weight: 300;
}

.tdiem__big h3 {
  font-size: 18px;
  color: #181818;
}

.tdiem__big .tdiem__user {
  font-size: 15px;
}

.header-user .dropdown-menu {
  padding: 6px 6px;
  /* min-width: 100px; */
  background: var(--color-sub);
  right: -7px !important;
  left: initial !important;
  top: 30px !important;
  transform: initial !important;
}

.header-user .dropdown-item:focus,
.header-user .dropdown-item:hover {
  background-color: initial;
}

.header-user .dropdown-item.active,
.header-user .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: initial;
}

/* Dang nhap */

.btn-dangnhap {
  background: var(--color-sub);
  border: 1px solid var(--color-sub);
}

.swal2-container .nice-select {
  display: none;
}

/* Guong chung nhan */

.guongchungnhan .title-main {
  display: flex;
  /* border-bottom: 1px solid #808080; */
  align-items: flex-end;
}

.guongchungnhan .title-main h3 {
  /* margin-bottom: 0px; */
  margin-right: 15px;
}

.cnhan__cate {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  margin-bottom: 11px;
}

.cnhan__item {
  /* border-left: 1px solid #808080; */
  padding: 0px 8px;
  text-align: center;
  cursor: pointer;
  color: #000;
  position: relative;
}

.cnhan__item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 7px;
  background: #000;
}

.content3 {
}
.gcnhanbig__item {
  display: block;
}
.gcnhanbig__img {
}
.gcnhanbig__title {
  font-size: 20px;
}
.gcnhanbig__desc {
}
.gcnhansmall__item {
  display: block;
}
.gcnhansmall__img {
}

.gcnhansmall__title {
  font-size: 16px;
}
.gcnhansmall__desc {
}

.btn-giaoduc {
  background: #80808099;
  border: none;
}

/* Content 1 */

.khoc__lichhoc-item {
  font-size: 12px;
  margin-top: 0.25rem;
}

.tquat__img,
.khoc__img {
  padding-bottom: 100%;
}

.title-main4 span {
  color: #fff;
  background: #80808099;
  display: inline-block;
  padding: 5px 10px;
}

.title-main4 {
  border-bottom: 1px solid #80808099;
  margin-bottom: 1rem;
}

/* Lich phung vu */

.lichphungvu .modal-title {
  text-transform: uppercase;
}

#datepicker .ui-datepicker {
  width: 100%;
}

#datepicker .ui-datepicker td span,
#datepicker .ui-datepicker td a {
  padding: 0.75em;
}

.pv__img {
  padding-bottom: 100%;
}

/* Giao duc */

.gduc__left {
  padding-right: 30px;
}
.gduc__left li {
  border-bottom: 1px solid #ccc;
}
.gduc__left li a {
  display: block;
  padding: 10px 10px;
  cursor: pointer;
}

.gduc__left li a i {
  margin-right: 1px;
}

html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Page Hoc vien moi */

#frmthongtin {
}

.form-group input {
  border: none;
  border-bottom: 1px solid #cccccc4d;
  height: 40px;
  background-color: #fff;
  text-indent: 0px;
}

#frmthongtin input.form-control::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
}

#frmthongtin input.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}

#frmthongtin input.form-control::placeholder {
  font-size: 14px;
}
.monhoc__inner {
  border: 1px solid #00000020;
  margin-bottom: 1rem;
  border-radius: 3px;
}
.monhoc__checked {
  margin-bottom: 1rem;
}
.monhoc__list {
  height: 475px;
  overflow-y: scroll;
  border-right: 1px solid #cccccc6e;
}
.monhoc__container {
  padding-right: 35px;
  height: 100%;
}
.monhoc__list li a {
  display: block;
  padding: 22px 10px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  cursor: pointer;
}
.monhoc__list li:hover,
.monhoc__list li.active {
  background-color: #9e9e9e;
}

.monhoc__block .input-group-text {
  background: none;
  border: none;
}

.monhoc__price {
  white-space: nowrap;
  background: #cccccc6e;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}

.monhoc__img {
  flex: none;
  margin-right: 1rem;
  padding: 5px;
}

.monhoc__item {
  border: 1px solid #ccc;
}

.monhoc__number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.monhoc__title2 {
  margin: 0 1rem;
}

.monhoc__trash {
  cursor: pointer;
  flex: none;
}

.monhoc__list-checked {
  width: 65%;
}

.monhoc__sum {
  background: #cccccc6e;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  font-weight: 500;
  font-size: 16px;
}

.monhoc__payments .pttt__block {
  margin-top: 0px;
  position: relative;
}

.monhoc__payments .pttt__block .error {
  position: absolute;
  top: 4px;
  right: 10px;
}

.accordion-pttt input {
  opacity: 0;
}

.accordion-item.active .pttt__nd {
  display: block;
}

.monhoc__checked .card-header,
.monhoc__payments .card-header,
#frmthongtin .card-header {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.monhoc__list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.monhoc__list::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.monhoc__list::-webkit-scrollbar-thumb {
  background-color: var(--color-sub);
}

.monhoc__info {
  flex-grow: 1;
}

.slick-monhoc {
  margin-top: 15px;
}

.groupbtn {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.groupbtn i {
  font-size: 2rem;
  cursor: pointer;
}

#thongtin-form .clsinhoa {
  text-transform: capitalize;
}

.tquat__title {
  font-size: 16px;
}

.tquat__desc,
.tquat__desc p,
.tquat__desc span {
  font-size: 12px !important;
}

input.timkiemmonhoc::-webkit-input-placeholder {
  /* Edge */
  font: 13px "ro-r";
  color: #000;
}

input.timkiemmonhoc:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: 13px "ro-r";
  color: #000;
}

input.timkiemmonhoc::placeholder {
  font: 13px "ro-r";
  color: #000;
}

.slick-lienket .img-container {
  padding-bottom: 23%;
}

.articlesmall__item {
  width: 33.33%;
  overflow: hidden;
}

.articlesmall__title,
.articlebig__title {
  font-size: 15px;
  min-height: 36px;
}

.articlesmall__img {
  padding-bottom: 100%;
}

.articlesmall__desc,
.articlebig__desc {
  font-size: 11px;
}

.articlesmall__desc p,
.articlebig__desc p {
  margin-bottom: 4px;
}

.articlebig__img .img-container {
  padding-bottom: 60%;
}

.course .course__inner .articlesmall__item {
  /* min-height: 140px; */
}

.course__inner .slick-list {
}

.course .title-main5-cate a input {
  border: none;
  background-color: #e1e1e1;
  height: 21px;
  flex: 1;
}

a.searchcourse {
  width: 245px;
  display: flex;
  align-items: center;
}

#courselist {
  position: absolute;
  width: 100%;
  background: rgb(255, 255, 255);
  display: none;
}

.documents__subcate {
  background-color: #d9d9d9;
  box-shadow: 0px 3px 8px -3px #000;
  margin: 10px 0;
}

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

.documents__subcate h3 {
  height: 100%;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.vankien__left ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

.vankien__left ul li a.act {
  color: red;
}

.vankien__left i:last-child {
  margin-right: 8px;
}

.vankien__left i {
  margin-right: 1px;
}

.vankien__left ul li ul {
  display: none;
}

.vankien__left ul.active {
  display: block;
}

.vankien__left ul li ul li a {
  background-color: #cccccc1c;
}

.vankien__left ul li ul li ul li a {
  background-color: #cccccc66;
}

li.active > a {
  color: #fff;
  font-weight: 500;
}

.vankien__left ul li.active > ul {
  display: block;
}
