@charset "utf-8";
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  overflow-y: inherit;
  color: var(--shop-color-bg);
  font-size: 16px;
}
h1,
h2,
h3,
h4 {
  margin-top: 0;
}
.ul-b {
  padding-left: 0;
  margin-bottom: 0;
}
.ul-b li {
  list-style-type: none;
}
input,
button,
select,
textarea,
button:focus {
  outline: none !important;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
a {
  color: #333;
}
.owl-theme .owl-nav {
  margin-top: 0 !important;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  margin: 0 !important;
  padding: 0 !important;
}
.owl-prev,
.owl-next {
  margin: 0 !important;
  border-radius: 0 !important;
}
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a {
  background: none;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li.active > a:hover {
  color: var(--shop-color-hover);
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 5px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: var(--shop-color-menu-text);
  position: relative;
}
.navbar-default .navbar-nav > li > a::before {
  content: url(../images/ngan-menu.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 0;
}
.navbar-default .navbar-nav > li:last-child > a::before {
  display: none;
}
.navbar-default .navbar-nav > li > a::after {
  content: url(../images/line-menu.png);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 10;
  line-height: 0;
}
.navbar-default .navbar-nav > li:hover > a::after,
.navbar-default .navbar-nav > li.active > a::after {
  opacity: 1;
  bottom: -10px;
}
.navbar-default .navbar-nav > li:hover > a > span::after {
  opacity: 1;
}
.navbar-default ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  float: none !important;
  align-items: center;
  align-content: center;
}
.dropdown-menu > li {
  position: relative;
}
.dropdown-menu > li > a {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  background: var(--shop-color-main);
  color: #fff;
}
.dropdown-menu > li:hover > a {
  color: var(--shop-color-main);
}
#slider-home .owl-nav,
#slider-home .owl-dots {
  position: absolute;
  width: 100%;
  top: 50%;
}
.after-slide {
  position: relative;
}
#slider-home .owl-prev {
  position: absolute;
  background: var(--shop-color-main);
  color: #fff;
  width: 35px;
  height: 35px;
  left: 0;
  font-size: 20px;
  display: flex;
  align-items: center;
}
#slider-home .owl-next {
  position: absolute;
  background: var(--shop-color-main);
  color: #fff;
  width: 35px;
  height: 35px;
  right: 0;
  font-size: 20px;
}
#slider-home .owl-prev .fa-angle-left {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#slider-home .owl-next .fa-angle-right {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.title-sec .h2-tittle-sec,
.title-sec .h3-tittle-sec {
  font-family: "UVNBT";
  font-size: 60px;
  color: var(--shop-color-title);
  padding-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.title-sec .h3-tittle-sec {
  font-size: 30px;
}
.title-sec .h2-tittle-sec span,
.title-sec .h3-tittle-sec span {
  background: -webkit-linear-gradient(var(--shop-color-main) 65%, var(--shop-color-main) 35%);
  -webkit-background-clip: text;
}
.title-sec .h2-tittle-sec::after,
.title-sec .h3-tittle-sec::after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/line.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  left: 50%;
  line-height: 0;
  transform: translateX(-50%);
}
.wp-item-sp {
  position: relative;
  margin-bottom: 30px;
}
.img-item-sp {
  padding: 2px;
  border: 1px solid var(--shop-color-sub);
  border-radius: 5px;
  overflow: hidden;
}
.owl-carousel .owl-item .img-item-sp .owl-lazy,
.img-item-sp img {
  width: 100%;
  transition: all 0.6s ease-in-out;
}
.wp-item-sp:hover .img-item-sp img {
  transform: scale(1.1) rotate(-5deg);
}
.text-item-sp .wp-price {
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: var(--shop-color-price);
  position: relative;
}
.text-item-sp .wp-price span {
  font-size: 16px;
  color: var(--shop-color-price);
  font-weight: 700;
}
.text-item-sp .h4-title-sp {
  font-size: 18px;
  text-align: center;
}
.text-item-sp .h4-title-sp a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  color: var(--shop-color-text);
}
.text-item-sp .btn-cart i {
  margin-right: 5px;
}
.wp-item-sp:hover .h4-title-sp a {
  color: var(--shop-color-hover);
}
#slider-spnb .owl-prev,
#testimonial-slider .owl-prev,
#gallery_01 .owl-prev,
#blog-slider .owl-prev,
#slider-bvkhac .owl-prev {
  position: absolute;
  background: var(--shop-color-main);
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  font-size: 20px;
}
#slider-spnb .owl-next,
#testimonial-slider .owl-next,
#gallery_01 .owl-next,
#blog-slider .owl-next,
#slider-bvkhac .owl-next {
  position: absolute;
  background: var(--shop-color-main);
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  font-size: 20px;
}
#testimonial-slider .owl-prev,
#testimonial-slider .owl-next {
  top: 30%;
}
.bg-white-01 {
  background: rgba(255, 255, 255, 0.1);
}
.wp-item-tin {
  padding: 2px;
  background: #331910;
  border: 1px solid var(--shop-color-sub);
  border-radius: 5px;
  overflow: hidden;
}
.wp-item-tin img {
  width: 100%;
  border-radius: 3px;
  transition: 0.6s ease-in-out;
}
.wp-item-tin:hover img {
  transform: scale(1.06);
  opacity: 0.8;
}
.sec-buong-03 {
  margin-bottom: 30px;
}
.row10 {
  margin: 0 -10px;
}
.tabs-title li.current,
.tabs-title li:hover {
  background: linear-gradient(#83713a, #39220e, #7f6d38);
}
li.next,
li.prev {
  width: 35px !important;
  height: 35px !important;
  background: var(--shop-color-hover) !important;
  color: #fff;
  font-size: 20px;
  border-radius: 100% !important;
}
.ul-list-none {
  list-style: none;
  padding: 0;
  margin: 0;
}
.text-tin .p-post {
  display: flex;
}
.p-post .name-number {
  background: var(--shop-color-main);
  border: none;
  color: #fff;
  font-size: 20px;
  border-radius: 5px !important;
  border: none;
  display: block;
  width: 80px;
  text-align: center;
  font-weight: 700;
}
.p-post .name-number span {
  display: block;
}
.p-post .name-number .span-date {
  font-size: 11px;
  color: #fff;
}
.p-post .text-p {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-top: -5px;
  height: 60px;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: -ms-calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: calc(100% - 80px);
  padding-left: 10px;
}
.title-ft .h3-title {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--footer-color-title);
}
.title-ft .h3-title span {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}
.post-ft .pft1 {
  font-size: 18px;
  position: relative;
  color: var(--footer-color-text);
}
.post-ft .pft1 i {
  margin-right: 5px;
}
.post-ft .pft1 a {
  color: var(--footer-color-text);
}
.list-tt-ft li {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-bottom: 1px dashed var(--footer-color-text);;
  position: relative;
}
.list-tt-ft li a {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: var(--footer-color-text);;
}
.list-tt-ft li::after {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 8px;
  transition: all 0.3s ease-in-out;
}
.list-tt-ft li:hover a {
  color: var(--shop-color-hover);
  padding-left: 5px;
}
.list-tt-ft li:hover::after {
  left: 5px;
  color: var(--shop-color-hover);
}
.mxh-bottom {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}
.mxh-bottom li {
  width: 38px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 3px;
  margin-right: 10px;
  float: left;
  margin-bottom: 10px;
}
.mxh-bottom li a {
  color: var(--shop-color-main);
  transition: all 0.3s ease-in-out;
  display: block;
}
.mxh-bottom li:hover a {
  color: var(--shop-color-hover);
}
.wp-nhantin {
  display: flex;
  width: 100%;
}
.wp-nhantin .wp-input {
  width: 65%;
}
.wp-nhantin .wp-button {
  width: 35%;
}
.wp-nhantin .wp-input input {
  border: 1px solid #85623c;
  color: #ab9182;
  font-size: 18px;
  background: none;
}
.wp-nhantin .wp-input input:not(:last-child) {
  margin-bottom: 10px;
}
.wp-button button,
.wp-button button:focus {
  height: 100%;
  margin-left: 10px;
  background: var(--shop-color-sub);
  background-image: -moz-linear-gradient(
    100deg,
    var(--shop-color-main) 0%,
    #ecd6ad 52%,
    #ecd6ad 100%
  );
  border: 1px solid var(--shop-color-sub);
}
.wp-button button span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding-top: 10px;
}
.h1-title {
  font-family: "DC";
  font-size: 40px;
  color: var(--shop-color-main);
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  background: -webkit-linear-gradient(var(--shop-color-main) 65%, var(--shop-color-main) 35%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h1-title::after {
  content: "";
  width: 100%;
  height: 20px;
  background: url(../images/line.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  left: 50%;
  line-height: 0;
  transform: translateX(-50%);
}
.title-ctsp .h1-title {
  font-family: "DC";
  font-size: 36px;
  color: var(--shop-color-main);
  margin-bottom: 15px;
  padding-top: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .after-slide::before {
    top: -5px;
    left: -20px;
  }
  .after-slide::after {
    top: -5px;
    right: -20px;
  }
  .container {
    padding: 0;
  }
  ul.dropdown-menu {
    border-radius: 3px !important;
    margin: 0;
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
    background: transparent;
    min-width: 220px;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 0.5s ease, opacity 0.2s ease;
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease;
    display: block;
    left: 0;
  }
  .navbar-default .navbar-nav > li:hover > ul {
    display: block;
    visibility: visible;
    margin-top: 1px;
    z-index: 9;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease 0.1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease 0.1s;
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .mxh-bottom li {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .title-sec .h2-tittle-sec,
  .title-sec .h3-tittle-sec {
    padding-top: 40px;
    margin-bottom: 50px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0 15px;
  }
  .dropdown span.dropdown-toggle {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 9;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #footer-site {
    margin-top: 65px;
  }
  .sec-buong-02 .wp-list-sp .row > .col-md-3:nth-child(7),
  .sec-buong-02 .wp-list-sp .row > .col-md-3:nth-child(8) {
    display: none;
  }
  .mobile-main-menu.active {
    width: calc(100% - 35%) !important;
  }
}
@media (max-width: 992px) {
  .wp-ft {
    margin-bottom: 20px;
  }
  .wp-header {
    padding-top: 30px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .main-ft {
    background-repeat: repeat-y;
    background-size: inherit;
  }
  .header-mobile {
    position: relative;
  }
  .wp-logo-mb {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .wp-logo-mb img {
    max-height: 100px;
  }
  .wp-menu-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
  }
  .wp-cart-mobile {
    position: absolute;
    top: 15px;
    right: 20px;
  }
  span.bar {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #50530d;
    margin: 5px 0;
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  .product-image {
    margin-bottom: 20px;
  }
  .wp-item-sp {
    margin-bottom: 20px;
  }
  .text-item-sp .h4-title-sp {
    margin-top: 10px;
  }
  .title-sec .h2-tittle-sec,
  .title-sec .h3-tittle-sec {
    font-size: 32px;
    padding-top: 25px;
    margin-bottom: 35px;
  }
  .wp-logo-mb img {
    max-height: 80px;
  }
}
@media (min-width: 1025px) {
  .dropdown span.dropdown-toggle {
    display: none;
  }
}
.backdrop__body-backdrop___1rvky {
  visibility: hidden;
  position: fixed;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  transition: opacity 0.5s ease;
}
.backdrop__body-backdrop___1rvky.active {
  transition: opacity 0.5s ease;
  visibility: visible;
  opacity: 1;
}
.mobile-main-menu {
  height: 100%;
  overflow-y: auto;
  width: 100%;
  position: fixed;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  z-index: 999999 !important;
  top: 0 !important;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mobile-main-menu.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  width: calc(100% - 25%);
}
.mobile-main-menu .drawer-header {
  background-color: #f72b3f;
}
.mobile-main-menu .ul-first-menu {
  flex-grow: initial;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mobile-main-menu .ul-first-menu li {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  margin-right: 50px;
}
.mobile-main-menu .ul-first-menu li:last-child {
  margin-right: 0;
}
.mobile-main-menu .ul-first-menu li a {
  display: block;
  padding: 5px 10px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  line-height: 1.1;
}
.mobile-main-menu .ul-first-menu li a i {
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
  height: 24px;
  font-size: 20px;
  flex-shrink: 0;
  margin-right: 5px;
}
.mobile-main-menu .la-scroll-fix-infor-user {
  height: calc(100% - 263px);
  height: -moz-calc(100% - 263px);
  height: -webkit-calc(100% - 263px);
  height: -o-calc(100% - 263px);
  overflow: auto;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-title-nav-items {
  padding: 10px;
  color: #757575;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 0;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items {
  position: relative;
  overflow-y: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  li {
  width: 100%;
  float: left;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  li
  a {
  display: block;
  color: #fff;
  font-size: 19px;
  width: 100%;
  height: 100%;
  padding: 13px 15px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child1
  i,
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child2
  i {
  padding: 3px 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  color: #fff;
  border-left: 1px solid #242424;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child1
  i.active:before,
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child2
  i.active:before {
  content: "\f068";
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child1
  .ul-has-child1 {
  padding-left: 0;
  display: none;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child1
  .ul-has-child1
  > li
  > a {
  padding-left: 30px;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child1
  .ul-has-child1
  .ul-has-child2 {
  padding-left: 0;
  display: none;
}
.mobile-main-menu
  .la-scroll-fix-infor-user
  .la-nav-menu-items
  .la-nav-list-items
  .ng-has-child1
  .ul-has-child1
  .ul-has-child2
  > li
  > a {
  padding-left: 45px;
}
.navbar-toggle .icon-bar {
  background: var(--shop-color-hover);
}
@media (max-width: 991px) {
  #trigger-mobile {
    width: 35px;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 7px;
    margin-right: 5px;
    margin-bottom: 8px;
  }
}
.footer-top {
  margin-top: -15px !important;
}
.site-bar-left-main .list-sp-sitebar {
  text-align: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.site-bar-left-main .list-sp-sitebar img {
  width: 34%;
  height: 17px;
}
.site-bar-left-main .list-sp-sitebar h2 {
  border: 2px solid #a79075;
  background: linear-gradient(135deg, #040404 10%, #2e2e2d 90%);
  color: #e8c8a2;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  height: 40px;
  line-height: 35px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
}
.site-bar-left-main .list-siterbar {
  width: 100%;
  height: auto;
  border: 2px solid var(--shop-color-main);
  background: var(--shop-color-main);
  border-radius: 10px;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.site-bar-left-main .list-siterbar > ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
}
.site-bar-left-main .list-siterbar > ul li {
  padding: 10px 10px 10px 30px;
  transition: all 0.5s;
  position: relative;
}
.site-bar-left-main .list-siterbar > ul li:before {
  position: absolute;
  top: 17px;
  left: 15px;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  background: linear-gradient(135deg, #644d30 10%, #dcbc97 90%);
  content: "";
}
.site-bar-left-main .list-siterbar > ul li:hover > a {
  color: #dcbc97;
}
.site-bar-left-main .list-siterbar > ul li.cat_parent {
  padding-bottom: 0;
}
.site-bar-left-main .list-siterbar > ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.site-bar-left-main .title-sitebar_2 {
  margin: 20px 0 15px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.site-bar-left-main .title-sitebar_2 h3 {
  position: relative;
}
.site-bar-left-main .title-sitebar_2 h3 > * {
  font-size: 16px;
  font-weight: 700;
  color: #e8c8a2;
  text-transform: uppercase;
  text-decoration: none;
}
.site-bar-left-main .list-news > img {
  margin-bottom: 10px;
  width: 100%;
}
.site-bar-left-main .list-news .title-sitebar_2 {
  margin: 0 0 20px;
}
.site-bar-left-main .list-news .list-news-content {
  display: flex;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.site-bar-left-main .list-news .list-news-content .text-news {
  padding-left: 15px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: -ms-calc(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);
}
.site-bar-left-main .list-news .list-news-content .text-news a {
  font-size: 14px;
  color: #9b8171;
  text-decoration: none;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.site-bar-left-main .list-news .list-news-content .text-news a:hover {
  color: var(--shop-color-main);
}
.site-bar-left-main .list-news .list-news-content .images-news {
  position: relative;
  display: block;
  width: 50px;
  border: 1px solid #603e23;
  padding: 1px;
}
.site-bar-left-main .list-news .list-news-content .images-news:hover:before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.3);
}
.site-bar-left-main .list-news .list-news-content .images-news:hover:after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.site-bar-left-main .list-news .list-news-content .images-news:before {
  position: absolute;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.site-bar-left-main .list-news .list-news-content .images-news:after {
  position: absolute;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .site-bar-left-main {
    padding: 20px;
  }
  .p-post .name-number {
    width: 100%;
    height: auto;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 991px) {
  .p-post .name-number {
    width: 100%;
    height: 50px;
  }
  .site-bar-left-main,
  .content_rigt-col9-2 {
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .site-bar-left-main {
    background: none;
    padding: 0;
  }
}
.scroll-top {
  display: none;
}
.active-scroll {
  position: fixed;
  bottom: 45px;
  right: 30px;
  z-index: 99999;
  display: block;
}
.active-scroll a {
  display: block;
  font-size: 15px;
  width: 30px;
  height: 30px;
  color: #fff;
  background: var(--shop-color-main);
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
}
.panel-default > .panel-heading {
  color: var(--shop-color-main);
}
.wp-tin-danhmuc {
  margin-bottom: 35px;
}
.wp-tin-danhmuc .img-tin {
  position: relative;
  overflow: hidden;
  padding: 2px;
  background: #331910;
  border: 1px solid var(--shop-color-sub);
  border-radius: 3px;
}
.wp-tin-danhmuc .img-tin::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
}
.wp-tin-danhmuc .img-tin:hover::after {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, 100%, 0);
}
.wp-tin-danhmuc .img-tin img {
  width: 100%;
  border-radius: 2px;
}
.wp-tin-danhmuc .text-tin {
  padding-top: 20px;
}
.wp-tin-danhmuc .text-tin .h4-title-tin {
  margin-bottom: 15px;
  height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 40px;
  display: -webkit-box;
}
.wp-tin-danhmuc .text-tin .h4-title-tin a {
  font-size: 16px;
  color: #ecd6ad;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.wp-tin-danhmuc .text-tin .h4-title-tin a:hover {
  color: var(--shop-color-hover);
}
.wp-tin-danhmuc .text-tin .p-post {
  color: #ab9182;
}
.phantrang {
  padding-top: 10px;
  border-top: 1px dashed #393939;
}
