@charset "UTF-8";

@font-face {
  font-family: "Roboto-Regular";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnamPro-Bold";
  src: url("../fonts/BeVietnamPro-Bold.eot");
  src: url("../fonts/BeVietnamPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Bold.woff2") format("woff2"), url("../fonts/BeVietnamPro-Bold.woff") format("woff"), url("../fonts/BeVietnamPro-Bold.ttf") format("truetype"), url("../fonts/BeVietnamPro-Bold.svg#BeVietnamPro-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnamPro-ExtraBold";
  src: url("../fonts/BeVietnamPro-ExtraBold.eot");
  src: url("../fonts/BeVietnamPro-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-ExtraBold.woff2") format("woff2"), url("../fonts/BeVietnamPro-ExtraBold.woff") format("woff"), url("../fonts/BeVietnamPro-ExtraBold.ttf") format("truetype"), url("../fonts/BeVietnamPro-ExtraBold.svg#BeVietnamPro-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnamPro-Italic";
  src: url("../fonts/BeVietnamPro-Italic.eot");
  src: url("../fonts/BeVietnamPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Italic.woff2") format("woff2"), url("../fonts/BeVietnamPro-Italic.woff") format("woff"), url("../fonts/BeVietnamPro-Italic.ttf") format("truetype"), url("../fonts/BeVietnamPro-Italic.svg#BeVietnamPro-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnamPro-Medium";
  src: url("../fonts/BeVietnamPro-Medium.eot");
  src: url("../fonts/BeVietnamPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Medium.woff2") format("woff2"), url("../fonts/BeVietnamPro-Medium.woff") format("woff"), url("../fonts/BeVietnamPro-Medium.ttf") format("truetype"), url("../fonts/BeVietnamPro-Medium.svg#BeVietnamPro-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnamPro-Regular";
  src: url("../fonts/BeVietnamPro-Regular.eot");
  src: url("../fonts/BeVietnamPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-Regular.woff2") format("woff2"), url("../fonts/BeVietnamPro-Regular.woff") format("woff"), url("../fonts/BeVietnamPro-Regular.ttf") format("truetype"), url("../fonts/BeVietnamPro-Regular.svg#BeVietnamPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "BeVietnamPro-SemiBold";
  src: url("../fonts/BeVietnamPro-SemiBold.eot");
  src: url("../fonts/BeVietnamPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnamPro-SemiBold.woff2") format("woff2"), url("../fonts/BeVietnamPro-SemiBold.woff") format("woff"), url("../fonts/BeVietnamPro-SemiBold.ttf") format("truetype"), url("../fonts/BeVietnamPro-SemiBold.svg#BeVietnamPro-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Main */
:root {
  --main-color: #523a28;
  --hover-color: #700009;
}

body {
  font-family: BeVietnamPro-Regular;
  margin: 0;
  line-height: 1.5em;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}
.wow {
  visibility: visible !important;
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
img[data-src] {
  content: attr(data-src);
}
@media screen and (max-width: 991px) {
  body {
    font-size: 13px;
  }
}

body::-webkit-scrollbar {
  background: white;
  width: 8px;
  -webkit-transition: all 9s;
  transition: all 9s;
}

body::-webkit-scrollbar-thumb {
  background: var(--main-color);
  -webkit-transition: all 9s;
  transition: all 9s;
  border-radius: 4px;
}

strong {
  font-family: BeVietnamPro-SemiBold;
}
.full {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

figure {
  margin-bottom: 0;
}

input,
textarea,
button {
  outline: none;
  border: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


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

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

.hidden-seoh {
  visibility: hidden;
  height: 0px;
  margin: 0px;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

@media screen and (min-width: 576px) {
  .wrapper {
    max-width: 570px;
  }
}

@media screen and (min-width: 767px) {
  .wrapper {
    max-width: 750px;
  }
}

@media screen and (min-width: 991px) {
  .wrapper {
    max-width: 1200px;
  }
}

.flex-grow {
  flex-grow: 1;
}

img {
  max-width: 100%;
  height: auto;
}

img:not([src]) {
  visibility: hidden;
}

img.lazy {
  opacity: 0;
}

img:not(.initial) {
  transition: opacity 1s;
}

img.initial,
img.loaded,
img.error {
  opacity: 1;
}

img.img-full,
img.img-responsive,
img.img-fluid {
  width: 100% !important;
  height: auto;
}

div[data-slick] {
  display: none;
}

div[data-slick].loaded {
  display: block;
}

/*menu*/
.block-menu {
  background: #F5EBE6;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}

.block-menu.sticky {
  position: fixed;
}

#fix {
  height: auto;
}

@media screen and (max-width: 991px) {
  #fix {
    height: 50px;
  }
}

.mega-menu {
  position: relative;
}

.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu>ul {
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
}

.headerBottom {
  background: #523A28;
}

ul.flex_ul li .active {
  color: #f5ebda;
}ul.drop-menu.drop-menu-level-1 li a:hover {
    color: #523a28;
}
ul.flex_ul li a:hover {
  color: #F5EBE6;
}

.mega-menu>ul>li>a {
  color: #F5EBE6;
  display: block;
  padding: 29px 0;
  text-align: center;
  font-family: "BeVietnamPro-SemiBold";
  text-transform: uppercase;
  font-size: 16px;
}

.mega-menu>ul>li.has-level1 .down_icon {
  -webkit-mask-image: url(data:image/webp;base64,UklGRnwAAABXRUJQVlA4TG8AAAAvH8AHEGDbtpEk9t/1fnfa6C6MYBrZtpP7fxepmUy0FIOjiaxQUOL77hpM2qaz226B7x/eL/SoPgbAgkStMWpoBqC9qJlb9AQ9FFzQ7T3lPol9ltqpe9+9tnhp89jqod3RjhC0z97Y/hs26+i/GAAA);
  width: 15px;
  height: 14px;
  background-color: #F5EBE6;
  display: inline-block;
  position: relative;
  bottom: -1px;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  margin-left: 5px;
}

.mega-menu .drop-menu {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #F5EBE6;
  position: absolute;
  border: none;
  width: 245px;
  z-index: 1030;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  padding: 0px;
  white-space: initial;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateX(-10px);
  text-align: left;
  border-radius: 10px;
}

ul.drop-menu.drop-menu-level-1 li:hover {
  margin-right: 0;
  margin-left: 15px;
}

ul.drop-menu.drop-menu-level-1 li {
  transition: all .4s;
}

.mega-menu .drop-menu.drop-menu-level-1 {
  top: 100%;
  left: auto;
}

.mega-menu .drop-menu.drop-menu-level-child {
  top: 0;
  left: 100%;
}

.mega-menu .drop-menu>li {
  position: relative;
}

.mega-menu .drop-menu>li>a {
  padding: 6px 15px 6px 12px;
  display: block;
  font-size: 15px;
  position: relative;
  transition: all 0.2s;
  line-height: 25px;
  font-family: 'BeVietnamPro-Medium';
  color: rgb(0, 0, 0);
}

.mega-menu .drop-menu>li>a>.down_icon {
  transform: rotate(-90deg) !important;
  position: absolute !important;
  right: 8px;
  top: calc(50% - 6px);
  transition: all 0.4s;
}

.mega-menu>ul>li.has-level1:hover .drop-menu-level-1 {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
  display: block;
  transform: translateX(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateX(0);
}

.mega-menu .drop-menu>li.has-level:hover>ul.drop-menu-level-child {
  opacity: 1;
  visibility: visible;
  top: 0;
  margin-top: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
}


.mega-menu .drop-menu li a:hover::after {
  opacity: 1;
  background: red;
  width: 30px;
  height: 30px;
  content: '';
  left: 0;
  top: 0;
}

.left_header marquee {
  position: relative;
  color: #F5EBE6;
  top: 3px;
}

/* Search Responsive */
.search-res svg {
  width: 22px;
  height: 22px;
}

.search-res svg path {
  stroke: var(--main-color);
  stroke-width: 2;
}

.search-res .icon-search {
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: var(--main-color);
  margin: 0px;
}

.search-res .icon-search svg:nth-child(2) {
  display: none;
}

.search-res .icon-search.active {
  color: var(--main-color);
  background: var(--main-color);
  border-radius: 100%;
}

.search-res .icon-search.active path {
  stroke: #F5EBE6;
}

.search-res .icon-search.active svg:nth-child(1) {
  display: none;
}

.search-res .icon-search.active svg:nth-child(2) {
  display: inline;
}

.search-res .search-grid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.search-res .search-grid.active {
  opacity: 1;
  visibility: visible;
}

.search-res .search-grid.active .wrap-search-res {
  transform: translateY(0);
  pointer-events: all;
}

.search-res .search-grid .wrap-search-res {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: #F5EBE6;
  padding: 15px;
  z-index: 3;
  transition: 0.4s;
  transform: translateY(-20px);
  pointer-events: none;
}

.search-res .search-grid .bg-search-res {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.search-res .search-grid p {
  text-align: right;
  margin-bottom: 12px;
  width: 100%;
}

.search-res .search-grid input {
  width: calc(100% - 45px);
  line-height: 38px;
  outline: none;
  border: none;
  padding: 0 10px 0 15px;
  color: var(--main-color);
  background: rgba(226, 35, 50, 0.075);
}

.search-res .search-grid input::-moz-placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid input::placeholder {
  color: var(--main-color);
  font-size: 12px;
}

.search-res .search-grid button {
  width: 45px;
  height: 38px;
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0px;
  display: block;
  background: #F5EBE6;
  line-height: 36px;
  text-align: center;
}

.cart-res {
  position: relative;
  margin-right: 5px;
}

.cart-res svg path {
  stroke: var(--main-color);
}

.cart-res span {
  background: var(--main-color);
  color: #F5EBE6;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -5px;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  border-radius: 50%;
}

/*header-mobile*/
#menu {
  display: none;
}

#hamburger {
  display: block;
  width: 27px;
  height: 23px;
  position: relative;
}

#hamburger::before,
#hamburger::after,
#hamburger span {
  background: var(--main-color);
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0px;
  transition: none 0.5s ease 0.5s;
  transition-property: transform, top, bottom, left, opacity;
}

#hamburger::before {
  top: 0px;
}

#hamburger span {
  top: 9px;
}

#hamburger::after {
  top: 18px;
}

.mm-wrapper_opening #hamburger::before,
.mm-wrapper_opening #hamburger::after {
  top: 10px;
}

.mm-wrapper_opening #hamburger span {
  left: -50px;
  opacity: 0;
}

.mm-wrapper_opening #hamburger::before {
  transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger::after {
  transform: rotate(-45deg);
}

.mobile_menu_section {
  padding: 15px;
  display: block !important;
  text-align: left;
}

.mobile_menu_section p {
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #333;
}

.mobile_menu_section .mobile_menu_help {
  color: #677279;
  display: flex;
  align-items: center;
}

.mobile_menu_section .mobile_menu_help svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

.mobile_menu_section .mobile_menu_help a {
  display: block;
  padding: 7px 7px 7px 0;
  margin-left: 7px;
  text-transform: uppercase;
  color: #333;
}

.mm-menu_opened {
  display: flex !important;
}

.menu-m {
  background: #F5EBE6;
}

@media screen and (max-width: 991px) {
  .menu-m {
    padding: 5px 0;
    position: relative;
  }
}

.menu-m-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-res {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.logo-res img {
  width: auto !important;
  max-height: 40px !important;
}

/*header-mobile*/
.text-split1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
}

.text-split2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.text-split3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

.text-split4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
}

.text-split5 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: auto;
}

.text-split6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
}

/* @keyframes minus {
  from {
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  }

  to {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

.owl-item.active .slideshow-item a img {
  transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
  animation: minus 7s 0s ease both infinite;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
} */

.scale-img {
  overflow: hidden;
  display: block;
}

.scale-img img {
  transition: 0.3s ease-out;
  transform: scale(1, 1);
}

.scale-img:hover>img {
  transition: 0.3s ease-out;
  transform: scale(1.1, 1.1);
}

.color {
  animation: changeColor 1s infinite alternate;
}

@keyframes changeColor {
  0% {
    color: #ce0404;
  }

  0% {
    color: #0000ff;
  }

  50% {
    color: #ce0404;
  }

  100% {
    color: #fed700;
  }
}

.mega-menu ul li {
  position: Relative;
  margin-right: 30px;
}

.header_rip {
    background: linear-gradient(90deg, #523A28 0%, #A6826B 50%, #523A28 100%);
    position: relative;
    padding: 12px 0;
}
.left_header span {
  font-family: BeVietnamPro-Semibold;
  font-size: 14px;
}

.right_header ul {
  padding-left: 0;
  margin-bottom: 0;
}

.right_header ul li {
  display: inline-block;
  padding-left: 45px;
}

.right_header ul li a {
  font-size: 14px;
  font-family: "BeVietnamPro-SemiBold";
  transition: all 0.3s;
  color: #F5EBE6;
}

.right_header ul li a:hover {
  color: #deb794;
}

.right_header li .active {
  color: #deb794;
}

.left_header {
  width: 50%;
}

.phone a {
  font-size: 20px;
  font-family: "BeVietnamPro-SemiBold";
  color: #F5EBE6;
  margin-left: 11px;
}

.logo-box {
  margin-right: 55px;
}

.open-form-search {
    padding: 10px;
    background: linear-gradient(90deg, #523A28 0%, #A6826B 50%, #523A28 100%);
    border: 1px solid #7a5539;
    border-radius: 20px;
    font-size: 18px;
    font-family: "BeVietnamPro-SemiBold";
    color: #F5EBE6;
    text-transform: capitalize;
    min-width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.open-form-search img {
  margin-left: 11px;
}

button.open-form-search {
  margin-left: 45px;
}

.phone a:hover {
  color: #e58242;
}

.phone a {
  transition: all 0.3s;
}

li.has-level1 a i {
  margin-left: 4px;
}

.open-form-search:hover {
    box-shadow: 0 0 8px #b3b3b3;
    background: linear-gradient(90deg, #523A28 0%, #251a12 50%, #523A28 100%);
}

.block-menu.sticky.animate__animated.animate__fadeInDown .logo-box {
  transform: scale(0.7);
  margin-top: -15px;
  margin-bottom: -15px;
  margin-left: -12px;
}

.logo-box {
  transition: all 0.6s;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .mega-menu>ul>li>a {
  padding: 17px 0;
}

.block-menu.sticky.animate__animated.animate__fadeInDown {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.block-menu.sticky.animate__animated.animate__fadeInDown .open-form-search {
  padding: 6px;
  border-radius: 20px;
  font-size: 18px;
  min-width: 167px;
}

.mega-menu>ul>li .active .down_icon {
  background-color: #F5EBE6;
}

.mega-menu>ul>li a:hover .down_icon {
  background-color: #F5EBE6;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #303030;
  font-size: 14px;
  background: #F5F5F5;
  display: inline-block;
  padding: 7px 27px;
  border-radius: 50px;
  font-family: "BeVietnamPro-Medium";
}



.drop-menu {
  overflow-y: auto;
  height: auto;
}

.drop-menu::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

.drop-menu::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.drop-menu::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

.drop-menu::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

.drop-menu::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

.drop-menu::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

/*slide*/
.control-owl {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(50% - 22.5px);
}

.control-owl button {
  opacity: 0.5;
  top: 0px;
  position: absolute;
  outline: none;
  border: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  cursor: pointer;
  color: #F5EBE6;
  width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0px;
  background-color: #000000;
  border-radius: 3px;
  transition: 0.3s ease-out;
}

.control-owl button.owl-prev {
  left: 20px;
}

.control-owl button.owl-next {
  right: 20px;
}

.control-owl button:hover {
  opacity: 1;
}

.dots-slideshow {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots-slideshow .owl-dot {
  width: 10px;
  height: 10px;
  background: #f2f2f2;
  transition: 0.3s;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.dots-slideshow .owl-dot.active {
  background: #aaa;
}

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
  height: calc(1em + 1.25rem + 8px);
}

.text-sm {
  font-size: 0.875rem !important;
}

/*slide*/
/* Breadcrumb */
.breadCrumbs .wrapper {
  padding: 1.5rem 15px;
}

.breadCrumbs .wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
}

.breadCrumbs .wrapper .breadcrumb-item a {
  color: #000000;
}

.breadCrumbs .wrapper .breadcrumb-item.active a {
  color: #6c757d;
}

.col-20 {
  position: relative;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.r_pawn {
  position: relative;
  margin: 0 -10px;
}

.title_index p {
  font-size: 20px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  text-transform: uppercase;
  margin-bottom: 15px;
}

.Service_block {
  position: relative;
  padding: 55px 0 20px;
}

.title_index h2 {
  font-family: "BeVietnamPro-Medium";
  color: #363636;
  font-size: 53px;
}

.title_index {
  position: relative;
  margin-bottom: 40px;
}

.items_pawn a {
  border-radius: 15px;
}

.txt_pawn {
  text-align: center;
  padding: 20px 10px;
  border-bottom-left-radius: 15px;
  transition: all 0.3s;
  border-bottom-right-radius: 15px;
  background: linear-gradient(180deg, #F5EBE6 0%, #F5EBE6 100%);
}

.txt_pawn h3 a {
  line-height: 31px;
  font-size: 18px;
  font-family: "BeVietnamPro-Bold";
  text-transform: uppercase;
  color: #303030;
}

.items_pawn {
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s;
  border-radius: 15px;
}

.items_pawn:hover {
  box-shadow: 0 5px 8px #cdcdcd;
  transform: translateY(-5px);
}

.items_pawn:hover .txt_pawn {
    background: linear-gradient(180deg, #86633A 0%, #e7b37f 100%);
}

.items_pawn:hover h3 a {
  color: #F5EBE6;
}

.items_pawn:hover a {
  border-radius: 0;
  border-top-left-radius: 15px;
  transition: unset;
  border-top-right-radius: 15px;
}

.brand_block .title_index h2 {
  font-family: "BeVietnamPro-Medium";
  color: #363636;
  font-size: 60px;
  width: 52%;
}

.brand-item {
  text-align: center;
}

.txt_info1 {
  font-size: 18px;
  color: #303030;
  font-family: "BeVietnamPro-SemiBold";
  text-transform: capitalize;
  margin-bottom: 15px;
}

.txt_info2 {
  font-size: 30px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  margin-bottom: 8px;
  line-height: 34px;
}

.name_brand {
  font-size: 22px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  line-height: 29px;
  margin-bottom: 15px;
  min-height: 90px;
}

.txt_info4 {
  font-size: 18px;
  color: #303030;
  font-family: "BeVietnamPro-SemiBold";
  padding: 0 45px;
}

.content_owlBrand {
  position: relative;
}

.content_owlBrand .control-owl button.owl-prev {
  left: -40px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_owlBrand .control-owl button.owl-next {
  right: -40px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_brand {
  text-align: center;
  font-size: 18px;
  font-family: "BeVietnamPro-Regular";
  color: #303030;
  line-height: 29px;
  margin-top: 25px;
}

.brand-item::after {
  right: 11%;
}

.brand-item::before,
.brand-item::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 280px;
  transition: all 0.5s;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  opacity: 0.8;
}

.brand-item::after {
  background-image: url(../img_home/right_lua.png);
}

.brand-item::before {
  background-image: url(../img_home/left_lua.png);
}

.brand-item::before {
  left: 6%;
}

.brand-item::after {
  right: 6%;
}

.brand-item {
  text-align: center;
  position: relative;
  padding: 0 90px 50px;
}

.brand-item:hover::before {
  opacity: 1;
  transform: rotate(-10deg) scale(1.25);
}

.brand-item:hover::after {
  opacity: 1;
  transform: rotate(10deg) scale(1.25);
}

.flex_criteria {
  background: linear-gradient(90deg, #523A28 0%, #A6826B 50%, #523A28 100%);
  border-radius: 10px;
  position: relative;
  padding: 5px 16px 5px 22px;
  margin-bottom: 30px;
}

.infor_cri span {
  line-height: 33px;
  font-size: 24px;
  font-family: "BeVietnamPro-Bold";
  color: #F5EBE6;
  margin-bottom: 5px;
}

.desc_cri {
  font-size: 14px;
  font-family: "BeVietnamPro-Regular";
  color: #F5EBE6;
  line-height: 25px;
  min-height: 45px;
}

.infor_cri {
  width: 77%;
}

.photo_cri img {
  border-radius: 100%;
}

.flex_criteria .photo_cri img {
  transition: all 1s;
}
.photo_cri a {
    border-radius: 100%;
}
.brand_block .title_index {
  margin-bottom: 55px;
}

section.newsllter_block {
  position: relative;
  padding: 55px 0 80px;
}

p.txt_place {
  font-size: 14px;
  font-family: "BeVietnamPro-SemiBold";
  color: #303030;
  margin-bottom: 10px;
}

p.txt_place font {
  color: #86633A;
}

.newsletter-input input {
  height: 50px;
  border-radius: 50px;
  padding: 0 20px;
  font-family: "BeVietnamPro-Regular";
  font-style: italic;
}

.newsletter-input {
  margin-bottom: 30px;
}

.button-newsllter button {
  padding: 13px 26px;
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  border-radius: 50px;
  font-size: 15px;
  font-family: "BeVietnamPro-SemiBold";
  text-transform: uppercase;
  color: #F5EBE6;
  transition: all 0.3s;
}

button.submit-newsletter i {
  margin-left: 10px;
}

.button-newsllter button:hover {
  background: linear-gradient(270deg, #FF904B 0%, #86633A 100%);
  box-shadow: 0 0 8px rgb(131, 131, 131);
}

.button-newsllter {
  margin-top: 20px;
}

.c_newsllter {
  position: relative;
  padding: 0 35px;
}

.r_newsllter {
  margin: 0 -35px;
}

.croll_nw {
  overflow-y: auto;
  height: 536px;
  padding-right: 28px;
}

.croll_nw::-webkit-resizer {
  background-color: #e7e7e7;
}

.croll_nw::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.croll_nw::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.croll_nw::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
  border-radius: 50px;
}

.croll_nw::-webkit-scrollbar-thumb {
  height: 60px;
  background: linear-gradient(180deg, #86633A 0%, #FF904B 100%);
  box-shadow: 0px 4px 15px rgba(48, 48, 48, 0.25);
  border-radius: 50px;
}

.croll_nw::-webkit-scrollbar-track {
  background-color: #d4d4d4;
  border-radius: 50px;
}

.croll_nw::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
  border-radius: 50px;
}

/* Rectangle 33 */
.content_browse {
  background: #F5F5F5;
  border-radius: 80px;
  border-top-right-radius: 0;
  padding: 35px;
}

.r_browse {
  align-items: center;
}

.items_leftBrowse {
  text-align: center;
}

.title_browse h2 {
  font-size: 20px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  text-transform: uppercase;
  margin-bottom: 30px;
}

.items_leftBrowse p {
  color: #303030;
  font-size: 70px;
  font-family: "BeVietnamPro-SemiBold";
  display: block;
  margin-bottom: 45px;
}

.items_leftBrowse span {
  font-size: 26px;
  font-family: "BeVietnamPro-SemiBold";
  color: #303030;
}

.items_browse {
  text-align: center;
}

.items_browse span {
  font-size: 20px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  text-transform: capitalize;
  line-height: 30px;
  min-height: 60px;
  margin-top: 16px;
}

.items_rightBrowse {
  background: white;
  padding: 36px;
  border-radius: 70px;
  border-top-right-radius: 0;
}

.items_rightBrowse .control-owl button.owl-prev {
  left: 30px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.items_rightBrowse .control-owl button.owl-next {
  right: 30px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.img_browse {
  margin-bottom: 10px;
}

.img_browse span {
  padding: 6px;
}

.items_browse img {
  transition: all 1s;
}

.support-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 15px;
  gap: 15px;
}

.support-title-item:hover {
  background: #3d3d3d;
}

.support-title-item.active {
  background: linear-gradient(90deg, #523A28 0%, #A6826B 50%, #523A28 100%);
  color: #000;
}

.support-title-item h3 {
  font-size: 18px;
  position: relative;
  z-index: 99;
  font-family: "BeVietnamPro-SemiBold";
}

.supportnews_block {
  overflow: hidden;
  position: relative;
  padding: 57px 0;
  --support-fill-duration: 4000ms;
}

.support-title-item {
  position: relative;
  min-width: 120px;
  padding: 12px 13px;
  border-radius: 10px;
  color: #F5EBE6;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(90deg, #523A28 0%, #A6826B 50%, #523A28 100%);
  border-radius: 10px;
  overflow: hidden;
}

.desc_support {
  font-size: 60px;
  font-family: "BeVietnamPro-SemiBold";
  line-height: 84px;
  margin: 20px 0 20px;
}

.text-split7 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
}

.support-title-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #412b1b 0%, #745a4a 50%, #312217 100%);  z-index: 1;
  transition: none;
}

.support-title-item.active::before {
  animation: fillBar var(--duration, 4s) linear forwards;
}

@keyframes fillBar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

.content_support {
  font-size: 15px;
  color: #303030;
  font-family: "BeVietnamPro-Regular";
  line-height: 28px;
}

.support-title-item.active {
  color: #F5EBE6;
}

.support-title-item:hover {
  background: #3d3d3d;
}

.element_support a {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}

.img100 {
  width: 100%;
  height: 100%;
}

.items_support.items_support2 {
  margin-top: -55px;
  padding-left: 7%;
}

.center_zalo a {
  padding: 10px 20px;
  background: linear-gradient(90deg, #86633A 0%, #d7a88a 100%);
  border-radius: 40px;
  font-size: 18px;
  font-family: "BeVietnamPro-SemiBold";
  color: #F5EBE6;
  display: inline-block;
  margin-top: 33px;
  transition: all 0.3s;
}

.center_zalo a:hover {
  background: linear-gradient(274deg, #86633A 0%, #d7a88a 100%);
  box-shadow: 0 0 12px #b9b9b9;
  color: white;
}

.center_zalo a img {
  margin-right: 4px;
}

.infor_feedback {

    background: linear-gradient(152deg, #523A28 0%, #A6826B 50%, #523A28 100%);
  border-radius: 20px;
  margin-top: -65px;
  text-align: center;
  padding: 85px 15px 30px;
}

.items_feedback {
  text-align: center;
}

.content_feedbackMain {
  position: relative;
}

.img_feedback img {
  border-radius: 100%;
}

.top_feedbask h3 {
  font-size: 18px;
  font-family: "BeVietnamPro-SemiBold";
  color: #F5EBE6;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.desc_feedback {
  font-size: 14px;
  font-family: "BeVietnamPro-Regular";
  color: #F5EBE6;
  margin-bottom: 11px;
}

.bottom_feedbask {
  font-size: 14px;
  font-family: "BeVietnamPro-Regular";
  color: #F5EBE6;
  line-height: 25px;
  margin: 21px 0 0;
  min-height: 175px;
}

.top_feedbask {
  position: relative;
}

.top_feedbask:after {
  position: absolute;
  background: url(../img_home/phay.png);
  content: "";
  width: 40px;
  height: 40px;
  bottom: -10px;
  left: 0;
}

.items_feedback:hover .img_feedback img {
  box-shadow: 0 8px 8px #9f6f51;}

.items_feedback .img_feedback img {
  transition: all 0.3s;
}

.content_feedbackMain .control-owl button.owl-prev {
  left: -45px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_feedbackMain .control-owl button.owl-next {
  right: -45px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_feedbackMain .control-owl {
  top: calc(60% - 22.5px);
}

.content_feedbackMain .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.content_feedbackMain .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.content_feedbackMain .owl-dots {
  margin-top: 30px;
}

.items_feedback:hover .top_feedbask:after {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

.img_news a {
  border-radius: 15px;
  border-top-left-radius: 0;
}

.infor_news h3 a {
  font-size: 16px;
  font-family: "BeVietnamPro-Bold";
}

.infor_news h3 {
  line-height: 27px;
  min-height: 54px;
  margin-bottom: 10px;
}

.items_news {
  box-shadow: 0 3px 8px #cdcdcd;
  margin: 10px 7px 17px;
  border-radius: 20px;
  border-top-left-radius: 0;
}

.desc_news {
  font-size: 14px;
  font-family: "BeVietnamPro-Regular";
  color: #303030;
  line-height: 27px;
  margin-bottom: 15px;
  min-height: 83px;
}

a.block_newsnb {
  font-size: 14px;
  font-family: "BeVietnamPro-Bold";
  color: #86633A;
  display: inline-block;
  transition: all 0.3s;
}

a.block_newsnb:hover i {
  padding-left: 10px;
}

a.block_newsnb:hover {
  color: #6e0000;
}

a.block_newsnb i {
  margin-left: 8px;
  font-size: 17px;
  position: relative;
  top: 2px;
  transition: all 0.3s;
}

.infor_news {
  position: relative;
  padding: 17px 15px 17px;
}

.items_news:hover .infor_news h3 a {
  color: #523a28;
}

.items_news .infor_news h3 a {
  transition: all 0.3s;
}

.newsnb_block .title_index {
  position: relative;
  margin-bottom: 21px;
}

section.newsnb_block {
  position: relative;
  padding: 45px 0;
}

.content_newsnOwl .control-owl button.owl-prev {
  left: -50px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_newsnOwl .control-owl button.owl-next {
  right: -50px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_newsnOwl {
  position: relative;
}

.content_newsnOwl .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.content_newsnOwl .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.content_newsnOwl .owl-dots {
  margin-top: 10px;
}

section.product_detailsBlock {
  position: relative;
  padding: 25px 0 15px;
}

.items_quesPadding {
  padding-top: 30px;
}

.element_txt {
  cursor: pointer;
  padding: 15px 0 7px;
  transition: 0.3s ease;
}

.element_txt h3 {
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: all 0.3s;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  justify-content: space-between;
  border-bottom: 2px solid #efefef;
  padding-bottom: 12px;
}

.element_txt span {
  font-size: 20px;
  font-family: "BeVietnamPro-Bold";
}

.element_txt:hover h3 {
  color: #86633A;
}

.element_txt.active h3 {
  color: #86633A;
}

.element_txt .desc_ques {
  display: none;
  margin-top: 10px;
  color: #555;
}

.element_txt.active .desc_ques {
  display: block;
}

.images_ques .element_fancybox {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.images_ques .element_fancybox.active {
  display: block;
  opacity: 1;
}

.question_detailsBlock .title_index {
  position: relative;
  margin-bottom: 25px;
  width: 80%;
}

.arrow_icon {
  transition: transform 0.3s ease;
  transform: rotate(270deg);
}

.element_txt.active .arrow_icon {
  transform: rotate(359deg);
}

.element_txt .desc_ques {
  display: none;
  margin-top: 10px;
  color: #555;
  transition: max-height 0.3s ease;
}

.element_txt.active .desc_ques {
  display: block;
}

.desc_ques {
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  line-height: 29px;
}

.element_fancybox a {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
}

.c_ques {
  position: relative;
  padding: 0 50px;
}

.r_ques {
  margin: 0 -50px;
}

section.question_detailsBlock {
  position: relative;
  margin-bottom: 55px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f054";
  padding: 0 0.5rem;
  color: #2a2a2a;
  top: 7px;
  position: relative;
  left: -5px;
}

.ul-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 15px;
}

.ul-tabs li {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  font-family: "BeVietnamPro-SemiBold";
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
  padding: 0 8px;
}

.ul-tabs li.active .items_pawn .txt_pawn {
  background: linear-gradient(180deg, #86633A 0%, #FF904B 100%);
}

.ul-tabs li.active .items_pawn h3 a {
  color: #F5EBE6;
}

.ul-tabs li.active .items_pawn a {
  border-radius: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.relative_box {
  position: relative;
}

.items-list-product2.active {
  background: linear-gradient(180deg, #86633A 0%, #FF904B 100%);
  font-family: "BeVietnamPro-SemiBold";
  text-transform: uppercase;
  padding: 10px 39px;
  margin-bottom: 24px;
}

.items-list-product2.active:hover {
  background: linear-gradient(359deg, #86633A 0%, #FF904B 100%);
}

.items-list-product2 {
  padding: 10px 39px !important;
  margin-bottom: 24px;
  background: linear-gradient(180deg, #86633A 0%, #FF904B 100%);
  color: white !important;
}

.items-list-product .items_pawn {
  margin-top: 7px;
}

.relative_box .control-owl button.owl-prev {
  left: -40px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.liquidation-item:hover {
  box-shadow: 0px 4px 15px rgba(48, 48, 48, 0.25);
  cursor: pointer;
}

.liquidation-item {
  transition: all 0.3s;
}

.relative_box .control-owl button.owl-next {
  right: -40px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.colproduct20 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  padding: 0 25px;
}

.row.rowproduct {
  margin: 0 -25px;
}

.liquidation-item {
  margin-bottom: 50px;
  background: #F5EBE6;
  border: 1px solid rgba(153, 153, 153, 0.15);
  box-shadow: 0px 4px 15px rgba(48, 48, 48, 0.15);
  border-radius: 20px;
  position: relative;
}

.liquidation-item__image {
  border-radius: 20px;
}

.liquidation-item__text h3 {
  font-size: 15px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  line-height: 26px;
  margin-bottom: 10px;
  min-height: 80px;
}

.price-product {
  font-size: 14px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
}

.liquidation-item__text {
  padding: 10px 16px 19px;
}

span.price-old2 {
  color: #8f8f8f;
  font-family: "BeVietnamPro-Medium";
  text-decoration: line-through;
  display: inline-block;
  width: 100%;
  margin: 3px 0;
  font-size: 13px;
}

span.price-per2 {
  position: absolute;
  top: -25px;
  left: -33px;
  background: url(../img_thanhly/bg_sale.png) top 8px left 5px no-repeat;
  background-size: 100% 100%;
  width: 92px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.liquidation-item:hover .liquidation-item__text p a {
  color: #523a28;
}

.liquidation-item .liquidation-item__text p a {
  transition: all 0.3s;
}

.desc_detailspro {
  background: #EDF0F3;
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  line-height: 29px;
  padding: 35px 30px;
  border-radius: 32px;
  box-shadow: 8px 10px 0px #D4DCE3;
  margin-bottom: 40px;
}

.w80_Details {
  width: 70%;
  margin: auto;
}

section.desc_productDetails {
  position: relative;
  padding: 34px 0;
}

.desc_detailspro {
  position: relative;
}

.desc_detailspro:after {
    position: absolute;
    background: url(../images/phay_demo.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 54px;
    height: 54px;
    top: -28px;
    left: 29px;
}

.the-service-content {
  margin-bottom: 30px;
  max-height: 1000px;
  overflow-y: hidden;
  position: relative;
}

.the-service-content.show-full-content {
  max-height: 100%;
  padding-bottom: 50px;
}

.hide-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 40px 0 10px 0;
  z-index: 1;
  text-align: center;
  font-family: RobotoRegular;
  background: linear-gradient(transparent, #F5EBE6 50%);
}

.hide-content.removeBlur {
  background: none;
  padding-bottom: 10px;
  position: relative;
}

.btn-view-full-content {
  font-family: "BeVietnamPro-Bold";
  display: inline-block;
  border-radius: 4px;
  padding: 10px 44px;
  text-align: center;
  text-transform: capitalize;
  color: #F5EBE6;
  transition: 0.3s;
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  border-radius: 20px;
  font-size: 15px;
  text-transform: uppercase;
}

.btn-view-full-content:hover {
  background: linear-gradient(180deg, #FF904B 0%, #86633A 100%);
  color: #F5EBE6;
  box-shadow: 0 0 10px rgb(124, 124, 124);
}

a.btn-view-full-content i {
  margin-left: 8px;
}


.desc_detailspro:hover:after {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

span.sort-label {
  font-size: 18px;
  font-family: "BeVietnamPro-Bold";
  color: #363636;
  margin-right: 18px;
}

button.sort-tab {
  color: #303030;
  font-family: "BeVietnamPro-Medium";
  border: 1px solid #F5F5F5;
  background: #F5F5F5;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 10px;
  transition: all 0.3s;
  margin: 0 5px;
  font-size: 14px;
}

button.sort-tab i {
  margin-right: 5px;
  transition: all 0.3s;
  color: #000000;
}

button.sort-tab:hover {
  color: #86633A;
  border: 1px solid #86633A;
}

button.sort-tab:hover i {
  color: #86633A;
}

.sort-product-tabs {
  margin-bottom: 36px;
}

.question_detailsBlock2 .title_index {
  width: 95%;
}

.attr-content-pro-detail {
  border: 1px solid #ebebeb;
  padding: 27px 20px;
  background: #F5F5F5;
  margin: 30px 0;
  border-radius: 10px;
}

.share-box p {
  font-size: 19px;
  font-family: "BeVietnamPro-Regular";
  margin-bottom: 0 !important;
}

a.thumb-pro-detail img {
  border-radius: 13px !important;
}

.flex_support a {
  display: flex;
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 40px;
  align-items: center;
  font-size: 18px;
  font-family: "BeVietnamPro-SemiBold";
  color: #F5EBE6;
  padding: 9px 26px;
  transition: all 0.3s;
  margin-right: 20px;
}

.flex_support a:hover {
  background: linear-gradient(277deg, #86633A 0%, #FF904B 100%);
  box-shadow: 0 0 10px #a5a5a5;
}

.flex_support img {
  margin-right: 11px;
}

.left-pro-detail a img {
  border-radius: 25px;
}

.price-old-pro-detail {
  color: #6c757d !important;
  font-size: 21px !important;
  text-decoration: line-through;
  padding: 0 10px;
  font-family: "BeVietnamPro-Regular" !important;
}

.discount-pro-detail2 {
  position: absolute;
  top: -26px;
  left: -33px;
  background: url(../img_thanhly/bg_sale.png) top 8px left 5px no-repeat;
  background-size: 100% 100%;
  width: 92px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 699;
}

.flex-product {
  position: relative;
}

.title_details {
  position: relative;
  margin-bottom: 10px;
}

.content_details {
  background: #F5EBE6;
  font-family: "BeVietnamPro-Regular";
  padding: 20px 24px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  line-height: 27px;
}

.title_details h2 {
  font-size: 22px;
  color: #303030;
  background: #F5F5F5;
  font-family: "BeVietnamPro-Bold";
  padding: 11px 24px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.information_product {
  margin-top: 30px;
  width: 100%;
}

p.status-button.best {
  position: absolute;
  top: 12px;
  right: 51px;
  background: #FF904B;
  color: #F5EBE6;
  font-size: 14px;
  font-family: "BeVietnamPro-Bold";
  display: inline-block;
  padding: 10px 23px;
  z-index: 91;
  border-radius: 50px;
}

ul.list_pro {
  padding-left: 0;
  padding: 17px 10px;
  display: inline-block;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  line-height: 27px;
}

ul.list_pro li {
  list-style: none;
}

ul.list_pro li:last-child a {
  margin-bottom: 8px;
}

ul.list_pro li a:hover {
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  border-radius: 10px;
  width: 100%;
  color: #F5EBE6;
  font-family: "BeVietnamPro-SemiBold";
}

.title_detail2 {
  margin-bottom: 30px !important;
}

.items_inforDetails {
  position: sticky;
  top: 85px;
}

ul.list_pro li a {
  color: #303030;
  font-size: 18px;
  font-family: "BeVietnamPro-Regular";
  margin-bottom: 2px;
  padding: 10px 18px;
  display: inline-block;
}

.title_details2 h2 {
  font-family: "BeVietnamPro-Bold";
  color: #303030;
  font-size: 22px;
  margin-bottom: 45px;
}

.title_contact p {
  font-family: "BeVietnamPro-Bold";
  font-size: 20px;
  color: #86633A;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.title_contact h2 {
  font-size: 60px;
  font-family: "BeVietnamPro-Medium";
  text-transform: capitalize;
  line-height: 82px;
  margin-bottom: 14px;
}

.items_contact {
  font-family: "BeVietnamPro-Regular";
  line-height: 27px;
}

.contact-input input {
  height: 50px;
  border-radius: 50px;
  padding: 0 20px;
  font-family: "BeVietnamPro-Regular";
  font-style: italic;
}

input.btn.button_contact {
  padding: 10px 27px;
  background:linear-gradient(90deg, #523A28 0%, #A6826B 50%, #523A28 100%);
  border-radius: 50px;
  font-size: 15px;
  font-family: "BeVietnamPro-SemiBold";
  text-transform: uppercase;
  color: #F5EBE6;
  transition: all 0.3s;
  display: inline-block !important;
  border: 1px solid #F5EBE6;
  margin-top: 17px;
}

input.btn.button_contact:hover {
  background:linear-gradient(180deg, #523A28 0%, #A6826B 50%, #523A28 100%);
}

.pd_contact {
  position: relative;
  padding: 0 60px;
}

.contact-article {
  margin: 0 -50px;
}

.items_map {
  position: relative;
}

.img_map iframe {
  width: 100%;
  height: 227px;
  border-radius: 14px;
  border-top-left-radius: 0;
}

.infor_map {
  text-align: center;
  position: relative;
  padding: 13px 20px 5px;
  min-height: 297px;
}

.content_owlMap {
  position: relative;
}

.infor_map h3 {
  font-size: 20px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  margin-bottom: 10px;
}

.items_map {
  border: 1px solid rgb(233, 233, 233);
  border-top-left-radius: 0 !important;
  border-radius: 14px;
}

.desc_map {
  font-size: 15px;
  font-family: "BeVietnamPro-Regular";
  color: #303030;
  line-height: 29px;
  margin-left: 15px;
}

.hotline_map img {
  position: relative;
  top: -2px;
  margin-right: 8px;
}

.hotline_map {
  position: relative;
  margin: 20px 0;
  font-size: 18px;
  font-family: "BeVietnamPro-Bold";
  color: #303030;
}

.suppor_link p a {
  margin-bottom: 12px;
  background: linear-gradient(90deg, #86633A 0%, #c69e85 100%);
  border-radius: 50px;
  display: inline-block;
  padding: 10px 0px;
  color: #F5EBE6;
  font-size: 15px;
  font-family: "BeVietnamPro-SemiBold";
  min-width: 180px;
  transition: all 0.3s;
}

.suppor_link p a:Hover {
  background: linear-gradient(268deg, #86633A 0%, #c69e85 100%);
  box-shadow: 0 0 5px #7f7f7f;
}

.suppor_link p a img {
  margin-right: 9px;
}

.content_owlMap .control-owl button.owl-prev {
  left: -45px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.content_owlMap .control-owl button.owl-next {
  right: -45px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.items_map:hover .infor_map h3 a {
  color: #e32533;
}

.items_map .infor_map h3 a {
  transition: all 0.3s;
}

.items_map:hover .infor_map .call_map {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

.question_detailsBlock3 {
  position: relative;
  padding: 55px 0;
}

.items_map:hover .hotline_map a {
  color: #fc8648;
}

.items_map .hotline_map a {
  transition: all 0.3s;
}

.content_owlMap .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.content_owlMap .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.content_owlMap .owl-dots {
  margin-top: 25px;
}

.title_news {
  text-align: center;
}

.title_news h2 {
  font-size: 60px;
  font-family: "BeVietnamPro-Medium";
  color: #303030;
  margin-bottom: 30px;
}

.infor_news2 h3 a:hover {
  color: #886853;
}

.infor_news2 h3 a {
  transition: all 0.3s;
}

.infor_news2 h3 a {
  font-size: 20px;
  font-family: "BeVietnamPro-Bold";
}

.infor_news2 h3 {
  line-height: 30px;
  margin-bottom: 12px;
}

.desc_news2 {
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  line-height: 27px;
  color: #303030;
  margin-bottom: 33px;
}

.infor_news2 {
  width: 44%;
  margin-left: 60px;
}

.img_news2 a {
  border-radius: 20px;
}

.tintuc_relative .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.tintuc_relative .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.tintuc_relative .owl-dots {
  margin-top: 30px;
}

.title_news_list h2 {
  font-size: 60px;
  color: #303030;
  font-family: "BeVietnamPro-Medium";
}

section.news_list {
  position: relative;
  padding: 55px 0 0;
}

.views_more_pr a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  border-radius: 32px;
  min-width: 221px;
  padding: 14px 34px 14px 33px;
  font-size: 14px;
  transition: all 0.3s;
  font-family: "BeVietnamPro-Bold";
  color: #F5EBE6;
  text-transform: uppercase;
}

.views_more_pr a:hover {
  background: linear-gradient(274deg, #d1946e 0%, #86633A 100%);
  color: #F5EBE6;
  box-shadow: 0 0 8px #858585;
}

.box_flex_list_cat {
  margin-bottom: 25px;
}

.box_news_apptend .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.box_news_apptend .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.box_news_apptend .owl-dots {
  margin-top: 10px;
}

.box_news_all {
  position: relative;
  margin-bottom: 53px;
}

.iframe iframe {
  width: 100%;
  height: 210px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.title_aboutsStatics p {
  font-size: 20px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  margin-bottom: 10px;
  text-transform: uppercase;
}

.title_aboutsStatics h2 {
  font-size: 55px;
  color: #303030;
  font-family: "BeVietnamPro-Medium";
  margin-bottom: 19px;
}

.desc_aboutsStatics {
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  line-height: 29px;
  color: #303030;
}

.items_photoAlbum a {
  border-top-left-radius: 50px;
}

.items_photoAlbum a {
  border-top-left-radius: 21%;
  border-bottom-left-radius: 21%;
}

li.items-list-product3 h3 {
  font-size: 18px;
}

.infor_criteriaStatics span {
  margin: 10px 0 7px;
  font-size: 26px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
}

.items_criteriaStatics:hover .img_criteriaStatics img {
  transform: rotateY(180deg);
}

.items_criteriaStatics .img_criteriaStatics img {
  transition: all 1s;
}

.desc_aboutsStatics {
  margin-bottom: 53px;
}

.items_criteriaStatics {
  text-align: center;
}

.desc_criteriaStatics {
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  color: #666666;
}

.items_aboutsStatics.items_aboutsStatics_photo {
  padding-left: 7%;
}

.items_aboutsStatics_photo .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.items_aboutsStatics_photo .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.items_aboutsStatics_photo .owl-dots {
  margin-top: 15px;
}

.container-product3 {
  min-height: 345px;
}

li.items-list-product3 {
  text-align: center;
  font-size: 18px;
  font-family: "BeVietnamPro-Bold";
  color: #303030;
  line-height: 22px;
  width: 100% !important;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: linear-gradient(90deg, #F5EBE6 0%, #F5EBE6 100%);
  border-radius: 20px;
  color: #303030;
  border: 1px solid #F5EBE6;
  width: 100% !important;
}

li.items-list-product3.slick-slide.slick-active.active {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  border-radius: 20px;
  color: #F5EBE6;
  border: 1px solid #fc8348;
  width: 100% !important;
}

li.items-list-product3:hover {
  cursor: pointer;
  color: #e83937;
}

li.items-list-product3 {
  transition: all 0.3s;
}

.img_his a {
  border-radius: 24px;
  border-top-left-radius: 0;
}

.infor_hist h3 {
  font-size: 16px;
  font-family: "BeVietnamPro-SemiBold";
  line-height: 29px;
}

.infor_hist {
  padding: 11px 20px 20px;
}

.items_history {
  border: 1px solid #e7e7e7;
  border-top-left-radius: 0 !important;
  border-radius: 26px;
}

.items_history:hover .infor_hist h3 a {
  color: #e52c34;
}

.items_history .infor_hist h3 a {
  transition: all 0.3s;
}

.vertical-slider-wrapper {
  position: relative;
  padding-top: 33px;
  padding-bottom: 1px;
}

.vertical-slider-wrapper .slider-prev,
.vertical-slider-wrapper .slider-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 36px;
  background: #F5EBE6;
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
  pointer-events: all;
}

.slider-prev {
  top: -18px;
}

/* nút trên */
.slider-next {
  bottom: -18px;
}

/* nút dưới */
/* Bỏ mũi tên ảnh mặc định slick */
.vertical-slider-wrapper .slick-prev,
.vertical-slider-wrapper .slick-next {
  background: none !important;
}

ul.vertical-slider {
  padding-left: 0;
}

section.history_block {
  position: relative;
  padding: 60px 0 45px;
}

.background_statics {
  background: url(../img_tintuc/bg_form.png) no-repeat;
  background-size: 100% 100%;
  min-height: 340px;
  border-radius: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.title_us h2 {
  font-size: 60px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-Medium";
  margin-bottom: 35px;
}

.desc_us {
  font-size: 18px;
  font-family: "BeVietnamPro-Medium";
  color: #F5EBE6;
  padding: 0 20%;
  line-height: 35px;
  font-style: italic;
  width: 100%;
  min-height: 140px;
  position: relative;
  margin: auto;
}

.desc_us:after {
  position: absolute;
  background: url(../img_tintuc/phay1.png);
  content: "";
  width: 54px;
  height: 54px;
  z-index: 2;
  top: -4px;
  left: 14%;
}

.desc_us:before {
  position: absolute;
  background: url(../img_tintuc/phay2.png);
  content: "";
  width: 54px;
  height: 54px;
  z-index: 2;
  bottom: -4px;
  right: 14%;
}

.title_author h2 {
  font-size: 20px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
}

section.author_block {
  position: relative;
  padding: 60px 0;
}

.row.r_author {
  align-items: center;
  margin: 0 0;
}

.content_author {
  background: url(../img_tintuc/bg_td.png) no-repeat;
  background-size: 100% 100%;
  min-height: 340px;
  border-radius: 47px;
}

.items_inforAuthor h3 {
  font-size: 32px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-SemiBold";
  text-transform: capitalize;
  margin-bottom: 20px;
}

.desc_author {
  font-size: 18px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-Regular";
  line-height: 36px;
  font-style: italic;
}

.title_author {
  position: relative;
  margin-bottom: 8%;
}

.padding_right:after {
  position: absolute;
  background: url(../img_tintuc/phay1.png);
  content: "";
  width: 54px;
  height: 54px;
  z-index: 2;
  top: 58px;
  left: -79px;
}

.padding_right {
  position: relative;
  padding-right: 25px;
}

.items_photoAuthor {
  margin-top: -73px;
}

.infor_values h3 {
  font-size: 18px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  margin-bottom: 4px;
}

.desc_values {
  font-size: 16px;
  color: #303030;
  font-family: "BeVietnamPro-Regular";
  line-height: 27px;
}

.infor_values {
  width: 82%;
  margin-left: 30px;
}

.items_value {
  margin-bottom: 40px;
}

.items_value:hover .img_value img {
  transform: rotateY(180deg);
}

.items_value .img_value img {
  transition: all 1s;
}

section.brand_block.brand_block2 {
  position: relative;
  padding: 30px 0 40px;
}

.mapcontact_block.mapcontact_block2 {
  position: relative;
  padding: 20px 0 10px;
}

section.question_detailsBlock_statics {
  position: relative;
  padding: 15px 0 44px;
}

.items_aboutsStatics_Statics {
  margin-top: 25px;
}

section.abouts_statics {
  position: relative;
  padding-top: 25px;
}

h3.d-block.ten-chi-nhanh:hover {
  cursor: pointer;
  color: #ff9b00;
}

h3.d-block.ten-chi-nhanh {
  transition: all 0.3s;
}

.bg_cri {
  background: #F5F5F5;
  position: relative;
  padding: 30px;
  border-radius: 70px;
  border-top-right-radius: 0;
}

.criteri_details-item {
  background: #F5EBE6;
  text-align: center;
  position: relative;
  padding: 31px 20px;
  border-radius: 45px;
  border-top-right-radius: 0;
}
.criteri_details-item:hover .img_criteriaDetails img {
    transform: scale(1.1);
}
.tab_desc a {
    color: #b81623;
}
.criteri_details-item .img_criteriaDetails img {
  transition: all 1s;
}

.infor_criteria h3 {
  font-size: 22px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  margin: 18px 0 13px;
}

.desc_criteria {
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  color: #666666;
  min-height: 110px;
  line-height: 27px;
}

.bg_cri .control-owl button.owl-prev {
  left: -45px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.bg_cri .control-owl button.owl-next {
  right: -45px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

section.criteria_ser {
  position: relative;
  padding: 26px 0 60px;
}

section.browse_block2 {
  position: relative;
  padding: 60px 0;
}

.mapcontact_block_details {
  position: relative;
  padding: 60px 0;
}

section.question_detailsBlock_service {
  position: relative;
  padding-bottom: 2.5%;
}

.photo_album {
  text-align: center;
}

.photo_album h3 {
  font-size: 18px;
  font-family: "BeVietnamPro-Medium";
  color: #303030;
  margin: 13px 0;
}

.photo_album {
  text-align: center;
}

.photo_album h3 {
  font-size: 18px;
  font-family: "BeVietnamPro-Medium";
  color: #303030;
  margin: 13px 0;
}

.photo_album a {
  border-radius: 22px;
  border-top-left-radius: 0;
}

.items_album {
  position: relative;
  padding: 0 3px;
}

.slickcenter {
  position: relative;
  margin: 0 -11px;
}

.items_album {
  transform: scale(0.9);
  transition: all 0.6s;
}

.items_album.slick-slide.slick-current.slick-active.slick-center {
  transform: unset;
}

.feedback_cus {
  position: relative;
  padding: 60px 0 0;
}

.table-title2 .htitle {
  font-size: 18px;
  color: #303030;
  font-family: "BeVietnamPro-SemiBold";
  margin-bottom: 20px;
}

.title_detail span {
  font-size: 32px;
  color: #303030;
  font-family: "BeVietnamPro-Medium";
  line-height: 40px;
}

.title_detail {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.details-main {
  position: relative;
  padding: 35px 0 55px;
}

.question_details2 {
  position: relative;
  margin: 50px 0;
}

.title_order h2 {
  font-size: 22px;
  color: #303030;
  font-family: "BeVietnamPro-Bold";
  margin-bottom: 10px;
}

.share-box.share-box2 {
  font-size: 22px;
  color: #303030;
  background: #F5F5F5;
  font-family: "BeVietnamPro-Bold";
  padding: 14px 24px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

.news_orther .title_index {
  position: relative;
  margin-bottom: 28px;
}

.news_orther {
  position: relative;
  margin-bottom: 49px;
}

.content_newsOwl .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.content_newsOwl .owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.content_newsOwl .owl-dots {
  margin-top: 30px;
}

.author-content-detail {
  position: relative;
  margin: 54px 0 9px;
}

.author_block2 {
  margin-top: 50px;
}

.author-name a {
  font-size: 16px;
  font-family: "BeVietnamPro-Bold";
  margin-bottom: 7px;
}

.author-desc {
  font-size: 14px;
  font-family: "BeVietnamPro-Regular";
  color: #666666;
}

.author-details {
  margin-left: 12px;
  width: 100%;
}

.flex_authour {
  width: 50%;
}

.author-avatar img {
  border: 1px solid #e1e1e1;
}

.src_author a {
  display: inline-block;
  margin-left: 14px;
}

.author-name a:hover {
  color: #e22532;
}

.author-name a {
  transition: all 0.3s;
}

.tabs_info_nav li a {
  color: #303030;
  font-size: 22px;
  font-family: "BeVietnamPro-Bold";
}

.tabs_info_nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #F5EBE6;
  border-color: #F5EBE6 #F5EBE6 #F5EBE6;
}

.tabs_info_nav .nav-link {
  display: block;
  padding: 0.5rem 0rem;
  margin-right: 29px;
}

.tabs_info_nav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #86633A;
}

.tabs_info_nav .tabs_info_nav {
  border-bottom: 7px solid #F5F5F5;
  padding-bottom: 10px;
  margin-bottom: 35px;
}

.tabs_info_nav li.nav-item .active {
  position: relative;
}

.tabs_info_nav li.nav-item .active:after {
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  content: "";
  width: 100%;
  height: 7px;
  bottom: -17px;
  left: 0;
  position: absolute;
  border-radius: 50px;
}

.tabs_info_nav {
  border-bottom: 5px solid #F5F5F5;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.tabs_info_nav .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #F5EBE6 #F5EBE6 #F5EBE6;
}

.row.r_content {
  background: #F5F5F5;
  padding: 25px;
  border-radius: 17px;
  margin: 0 0;
}

h4.tab_title {
  font-size: 22px;
  font-family: "BeVietnamPro-Bold";
  color: #303030;
}

.tab_desc {
  font-size: 22px;
  color: #303030;
  font-family: "BeVietnamPro-Regular";
  position: relative;
  line-height: 34px;
}



section.solution_ser {
  margin-bottom: 50px;
}

.author-content-detail a {
  color: #ff0014;
}

.img_news {
  position: relative;
  overflow: hidden;
}

.tags_news {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-wrap: wrap;
}

.tags_news a {
  color: #F5EBE6;
  background: #FF904B;
  font-size: 14px;
  font-family: "BeVietnamPro-Bold";
  display: inline-block;
  padding: 9px 27px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 100px !important;
  transition: all 0.3s;
}

.tags_news a:hover {
  background: #c7540d;
  color: white;
}

@media screen and (max-width: 991px) {
  .Service_block {
    padding: 37px 0 20px;
  }

  .title_index h2 {
    font-size: 35px;
  }

  .r_pawn {
    position: relative;
    margin: 0 -7px;
  }


  .items_value {
    justify-content: space-between;
  }

  .items_value {
    margin-bottom: 15px;
  }

  .infor_values {
    width: 70%;
    margin-left: 2px;
  }

  .txt_pawn {
    background: linear-gradient(180deg, #86633A 0%, #FF904B 100%);
  }

  .items_pawn {
    margin-bottom: 20px;
  }

  .brand_block .title_index h2 {
    font-size: 35px;
    width: 100%;
  }

  .txt_pawn {
    padding: 15px 10px;
  }

  .owl-page button {
    display: none;
  }

  .title_footer h2 {
    font-size: 26px;
    line-height: 41px;
  }

  .news_orther {
    position: relative;
    margin-bottom: 32px;
  }

  .title_order {
    text-align: center;
    margin-bottom: 15px;
  }

  .element_txt h3 {
    font-size: 16px;
  }

  .element_txt span {
    font-size: 17px;
  }

  .element_fancybox a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 40px;
  }

  .items_pawn a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .items_pawn:hover {
    box-shadow: 0 5px 8px #cdcdcd;
    transform: translateY(0px);
  }

  .items_pawn {
    box-shadow: 0 5px 8px #cdcdcd;
  }

  .txt_pawn h3 a {
    color: #F5EBE6;
    font-size: 11px;
    border-radius: 0 !important;

  }

  .title_index {
    position: relative;
    margin-bottom: 30px;
  }

  .col-20 {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7px;
  }

  .title_index p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .content_brand {
    line-height: 35px;
    margin-top: 15px;
  }

  .infor_cri h3 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .flex_criteria {
    padding: 15px;
    margin-bottom: 15px;
  }

  .infor_map {
    min-height: 287px;
  }

  section.newsllter_block {
    padding: 55px 0 47px;
  }

  .hotline_map {
    font-size: 16px;
  }

  .infor_map h3 {
    font-size: 17px;
    margin-bottom: 8px;
  }

  .desc_map {
    font-size: 13px;
    color: #303030;
    line-height: 24px;
  }

  .mapcontact_block_details {
    position: relative;
    padding: 35px 0;
  }

  .content_browse {
    border-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
  }

  .items_album {
    position: relative;
    padding: 0 10px;
  }

  .items_rightBrowse {
    background: white;
    padding: 15px;
    border-radius: 0;
    border-top-right-radius: 0;
  }

  .support-title-item h3 {
    font-size: 15px;
  }

  .desc_support {
    font-size: 35px;
    line-height: 48px;
    margin: 8px 0 12px;
  }

  .supportnews_block {
    padding: 57px 0 40px;
  }

  .infor_footer {
    margin-bottom: 21px;
  }

  .items_news {
    box-shadow: unset;
    margin: 0;
    border-radius: 20px;
    border-top-left-radius: 0;
    border: 1px solid #e0e0e0;
  }

  .element_support a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 10px !important;
  }

  .items_support.items_support2 {
    margin-top: 0;
    padding-left: 0;
    margin-top: 10%;
  }

  .support-titles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
    gap: 11px;
  }

  .items_browse span {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
  }

  .items_leftBrowse {
    text-align: center;
    margin-bottom: 24px;
  }

  .title_browse h2 {
    font-size: 20px;
    margin-bottom: 21px;
    text-align: center;
  }

  .items_leftBrowse h3 {
    font-size: 19px;
  }

  .items_leftBrowse p {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .infor_cri {
    width: 68%;
    margin-right: 20px;
  }

  .croll_nw {
    height: 435px;
    padding-right: 23px;
  }

  .button-newsllter {
    margin-top: 7px;
    text-align: center;
    margin-bottom: 50px;
  }

  .title_index {
    text-align: center;
  }

  .content_owlBrand .control-owl button.owl-prev {
    left: 0;
  }

  .content_owlBrand .control-owl button.owl-next {
    right: 0;
  }

  .name_brand {
    font-size: 18px;
  }

  section.newsllter_block {
    overflow: hidden;
  }

  .brand_block .title_index h2 {
    line-height: 51px;
  }

  section.newsnb_block {
    overflow: hidden;
  }

  section.feedback_block {
    overflow: hidden;
    padding-top: 5%;
  }

  .items_feedback {
    width: 80%;
    margin: auto;
  }

  .txt_info2 {
    font-size: 23px;
  }

  .title_aboutsStatics p {
    font-size: 15px;
  }

  .title_aboutsStatics h2 {
    font-size: 35px;
  }

  .desc_aboutsStatics {
    font-size: 15px;
  }

  .infor_criteriaStatics h3 {
    margin: 7px 0 6px;
    font-size: 21px;
  }

  .criteria_statics {
    margin-bottom: 40px;
  }

  .desc_aboutsStatics {
    margin-bottom: 37px;
  }

  .items_aboutsStatics.items_aboutsStatics_photo {
    padding-left: 0;
  }

  .infor_hist h3 {
    font-size: 15px;
    line-height: 25px;
  }

  .background_statics {
    background-size: cover;
    min-height: 340px;
    border-radius: 42px;
  }

  .title_us h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .desc_us:before {
    position: absolute;
    background: url(../img_tintuc/phay2.png) no-repeat;
    content: "";
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    z-index: 2;
    bottom: -4px;
    right: 9%;
  }

  .desc_us:after {
    position: absolute;
    background: url(../img_tintuc/phay1.png) no-repeat;
    background-size: 100% 100%;
    left: 11%;
    width: 25px;
    height: 25px;
  }

  .desc_us {
    font-size: 16px;
    padding: 0 20%;
    line-height: 29px;
    font-style: italic;
    width: 100%;
    min-height: 117px;
    position: relative;
    margin: auto;
    -webkit-line-clamp: 7;
  }

  .items_photoAuthor {
    margin-top: auto;
    margin-bottom: 30px;
  }

  .content_author {
    background: url(../img_tintuc/bg_td.png) no-repeat;
    background-size: cover;
    min-height: 356px;
    padding: 30px;
    text-align: center;
  }

  .padding_right {
    position: relative;
    padding-right: 0;
  }

  .items_inforAuthor h3 {
    font-size: 26px;
    margin-bottom: 11px;
  }

  .desc_author {
    font-size: 15px;
    line-height: 30px;
    -webkit-line-clamp: unset;
  }

  .title_author {
    position: relative;
    margin-bottom: 3%;
  }

  .desc_values {
    font-size: 14px;
    line-height: 24px;
  }

  section.author_block {
    position: relative;
    padding: 40px 0;
  }

  .infor_values h3 {
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 28px;
  }

  .padding_right:after {
    background: url(../img_tintuc/phay1.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    z-index: 2;
    top: -1px;
    left: -24px;
  }

  .vertical-slider-wrapper {
    margin-top: 20px;
    position: relative;
    padding-top: 33px;
    padding-bottom: 1px;
    margin-bottom: 50px;
  }

  section.brand_block.brand_block2 {
    overflow: hidden;
  }

  ul.ul-tabs {
    text-align: center;
  }

  .mapcontact_block {
    overflow: hidden;
  }

  section.question_detailsBlock_statics {
    overflow: hidden;
  }

  section.abouts_statics {
    padding-top: 0;
    overflow: hidden;
  }

  button.sort-tab {
    padding: 5px 8px;
    border-radius: 10px;
    transition: all 0.3s;
    margin: 0 4px;
    font-size: 11px;
    width: 47%;
  }

  .colproduct20 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    padding: 0 8px;
  }

  span.sort-label {
    font-size: 16px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 15px;
  }

  .liquidation-item__text {
    padding: 10px 11px 13px;
    min-height: 158px;
  }

  .w80_Details {
    width: 100%;
    margin: auto;
  }

  .desc_detailspro {
    font-size: 14px;
  }

  li.breadcrumb-item {
    margin-bottom: 10px;
  }

  .relative_box .control-owl button.owl-prev {
    left: 0;
  }

  p.status-button.best {
    right: 10px;
  }

  .attr-content-pro-detail {
    display: block !important;
  }

  .flex_support {
    margin-bottom: 20px;
    display: block !important;
  }

  .flex_support {
    display: block !important;
  }



  .discount-pro-detail2 {
    left: -15px;
  }

  .relative_box .control-owl button.owl-next {
    right: 0;
  }

  section.question_detailsBlock {
    overflow: hidden;
  }

  section.desc_productDetails {
    position: relative;
    padding: 34px 0 5px;
  }

  section.question_detailsBlock {
    position: relative;
    margin-bottom: 26px;
  }

  .liquidation-item {
    margin-bottom: 24px;
  }

  span.price-per2 {
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #86633A 0%, #FF904B 100%);
    background-size: 100% 100%;
    width: 71px;
    height: 28px;
    font-size: 13px;
    border-top-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }

  .ul-tabs li {
    padding: 0 5px;
  }

  .row.rowproduct {
    margin: 0 -8px;
  }
}

.footerMap iframe {
  display: block;
  width: 100%;
  height: 450px;
}

.footerPowered {
  background-color: #86633A;
  border-top: 1px solid #523a28;
  padding: 15px 0;
}

.footerCopyright {
  text-align: center;
  color: #F5EBE6;
  font-family: "BeVietnamPro-Medium";
  font-size: 15px;
}

.footerCopyright a:hover {
  color: #F5EBE6;
  text-decoration: underline;
}

.footerStatic {
  color: #F5EBE6;
}

@media screen and (max-width: 991px) {
  .footerStatic {
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}

.footerStatic span {
  padding-right: 10px;
  margin-right: 10px;
}

.footerStatic span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.footerInfo1 {
  flex: 0 0 28.69%;
  max-width: 28.69%;
}

@media screen and (max-width: 991px) {
  .footerInfo1 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.footerInfo2 {
  flex: 0 0 60.61%;
  max-width: 60.61%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .footerInfo2 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.footerTern {
  flex: 0 0 15.38%;
  max-width: 15.38%;
}

@media screen and (max-width: 991px) {
  .footerTern {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.footerFanpage {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 39.5%;
    margin-top: -18%;
}

@media screen and (max-width: 991px) {
  .footerFanpage {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.footerArticle {
  padding: 57px 0 145px;
  background: #523A28;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
}

.footerRow .text {
  font-family: BeVietnamPro-Regular;
  font-size: 14px;
  line-height: 22px;
  color: #F5EBE6;
  margin-top: 20px;
}

.footerRow .title {
  font-family: "BeVietnamPro-Bold";
  font-size: 20px;
  line-height: 24px;
  color: #F5EBE6;
  text-transform: uppercase;
  padding-bottom: 9px;
  margin-bottom: 16px;
  display: inline-block;
  border-bottom: 3px solid #F5EBE6;
}

.footerRow .desc {
  font-family: BeVietnamPro-Regular;
  font-size: 15px;
  line-height: 24px;
  color: #F5EBE6;
  margin-bottom: 10px;
}

.footerRow .desc p {
  padding-bottom: 5px;
}

.footerRow .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footerRow .list li {
  font-family: "BeVietnamPro-Regular";
  font-size: 15px;
  line-height: 24px;
  color: #F5EBE6;
  position: relative;
  margin-bottom: 11px;
}

.footerRow .list li a {
  color: #F5EBE6;
  transition: all 0.3s;
}

.footerRow .list li a:hover {
  color: #cc8201;
}

.footerRow .list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

.infor_footer span {
  font-size: 16px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-Bold";
}

.infor_footer span {
  font-size: 16px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-Bold";
  margin: 0 7px 0 0;
}

.infor_footer img {
  margin-right: 5px;
}

.infor_footer span a:hover {
  color: #ff9b00;
}

.infor_footer span a {
  transition: all 0.3s;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
  margin-bottom: 13px;
}
.flex_footer {
  width: 80%;
  margin: auto;
  margin-bottom: 47px;
}

.title_footer span {
  font-family: "BeVietnamPro-Bold";
  color: #F5EBE6;
  text-transform: uppercase;
  font-size: 34px;
  line-height: 50px;
}

.desc_footer {
  font-size: 20px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-Bold";
  text-transform: uppercase;
  line-height: 34px;
  margin: 8px 0 18px;
}

.footer_items {
  position: relative;
  margin-bottom: 40px;
}

.social-box a {
  display: inline-block;
  margin-right: 8px;
}

.social-box a:hover img {
    transform: scale(1.15);
}

.footer_items2 .title {
  margin-bottom: 22px;
}

.social-box a img {
  transition: all 0.5s;
}

.ten-chi-nhanh {
  font-size: 15px;
  color: #F5EBE6;
  font-family: "BeVietnamPro-SemiBold";
  line-height: 27px;
  margin-bottom: 20px;
}

.ten-chi-nhanh img {
  margin-right: 15px;
}

.scroll-toa-do {
  margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
  .footerRow .title {
    font-size: 18px;
    padding-bottom: 9px;
    margin-bottom: 16px;
    border-bottom: 2px solid #F5EBE6;
  }

  .flex_footer {
    width: 100%;
    margin: auto;
    margin-bottom: 19px;
    display: block !important;
    border-bottom: 1px solid #db4755;
  }

  .footerArticle {
    padding: 45px 0px 5px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }

  .footerRow .list li {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    margin-bottom: 9px;
    border-bottom: 1px solid #f73548;
    padding-bottom: 9px;
  }

  .center_zalo a {
    padding: 7px 14px;
    font-size: 15px;
  }

  .footerCopyright {
    font-size: 11px;
  }

  .desc_footer {
    font-size: 18px;
  }
}

#show_popup {
  padding: 0 !important;
}

@media screen and (max-width: 991px) {
  #show_popup {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 767px) {
  #show_popup {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 576px) {
  #show_popup {
    transform: scale(0.6);
  }
}

@media screen and (min-width: 991px) {
  .d-lg-list {
    display: list-item !important;
  }
}

.fw-normal {
  font-weight: normal !important;
}

.text-main {
  color: var(--main-color);
}

.btn-main {
  color: #F5EBE6;
  background: var(--main-color);
  transition: 0.4s;
}

.btn-main:hover {
  background: #F5EBE6;
  color: var(--main-color);
  border: 1px solid var(--main-color);
}

.btn-outline-main {
  background: #F5EBE6;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  transition: 0.4s;
}

.btn-outline-main:hover {
  background: var(--main-color);
  color: #F5EBE6;
}

.eapps-social-share-buttons-location-inline.eapps-social-share-buttons-position-left {
  text-align: left;
  width: 50%;
  margin-left: 10px;
}

.share-box {
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  width: 100%;
}

.share-box p {
  margin-bottom: 3px;
}

.wow {
  visibility: hidden;
}

/* Fallback when JS disabled - show wow content */
.animated {
  visibility: visible !important;
}

.article iframe,
.article object {
  max-width: 100% !important;
}

.article table {
  max-width: 100% !important;
}
.items_quesPadding .title_index {
    width: 100% !important;
}
.article *:not(iframe):not(object):not(img) {
  max-width: 100% !important;
  height: auto !important;
}
.article blockquote{
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}
@media screen and (max-width: 991px) {
  .article img {
    max-width: 100% !important;
    height: auto !important;
  }
}

.flex-box {
  display: flex !important;
  flex-wrap: wrap;
}

.text-split {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}

/* Scale IMG */
.overflow-hidden {
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer;
}

.hover-scale img {
  transition: 0.7s !important;
}

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

.hover-rotateZ img {
  transition: 0.8s !important;
}

.hover-rotateZ:hover img {
  transform: rotateZ(30deg);
}

.hover-rotateY img {
  transition: 0.8s !important;
}

.hover-rotateY:hover img {
  transform: rotateY(180deg);
}

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.yt {
  position: relative;
  aspect-ratio: 139/106;
}

/* Transition All */
.transition {
  transition: 0.3s ease-out;
}

/* General */
/* Hidden Google Captcha */
.grecaptcha-badge {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
  display: none;
}

/* Scroll Top */
.goTop {
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  bottom: 65px;
  right: 25px;
  display: none;
  z-index: 10;
  cursor: pointer;
}

.modal-quickiew {
  max-width: 1000px !important;
}

.fw-bold {
  font-weight: bold;
}

.ft-italic {
  font-style: italic;
}

.slick-data {
  display: none !important;
}

.slick-data.loaded {
  display: block !important;
}

.slick-data.slick-dotted {
  margin-bottom: 0;
}

/* News */
.col-news {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-news {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.row-news {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-news {
    margin: 0 -5px;
  }
}

.newsItem {
  position: relative;
}

.newsItem:hover .newsItem__name a {
  color: var(--hover-color);
}

.newsItem_photo {
  border-radius: 8px;
}

.newsItem__desc {
  font-family: "SVN-Gilroy";
  line-height: 27px;
  color: #cdcdcd;
}

.newsItem__name {
  margin: 15px 0 7px 0;
  color: #F5EBE6;
  font-family: "SVN-GilroyBold";
  font-size: 19px;
}

.newsItem__name a {
  color: inherit;
}

.newsItem__name.text-split {
  -webkit-line-clamp: 2;
}

.newsItem__desc.text-split {
  -webkit-line-clamp: 3;
}

.othernews.share {
  margin-top: 20px;
}

.othernews.share b {
  margin-bottom: 10px;
}

.list-news-other {
  padding-left: 17px;
  list-style: disc;
  width: 50%;
}

.list-news-other li {
  padding: 7px 0;
}

.list-news-other li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.list-news-other li a {
  text-transform: none;
  color: #646464;
}

.list-news-other li a:hover {
  color: #ec2d3f;
}

@media screen and (max-width: 767px) {
  .list-news-other {
    width: 100%;
  }
}

/* Product */
.row-product {
  margin: 0 -12px;
}

@media screen and (max-width: 767px) {
  .row-product {
    margin: 0 -5px;
  }
}

.col-product {
  padding: 0 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .col-product {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.productItem {
  position: relative;
}

.productItem:hover .productItem__name a {
  color: var(--hover-color);
}

.productItem_info {
  position: relative;
}

.productItem__name {
  color: #000;
  font-size: 20px;
  text-align: center;
}

.productItem__name a {
  color: inherit;
}

.productItem__name.text-split {
  -webkit-line-clamp: 2;
}

.productItem__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .productItem__price {
    text-align: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--old {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.productItem__price--new a,
.productItem__price--new strong {
  color: #cc0000;
  font: 20px Roboto-Bold;
}

.productItem__price--old del {
  color: #aaa;
  font-size: 17px;
}

.productItem__price .productItem__price--new+.productItem__price--old {
  margin-left: 7px;
}

@media screen and (max-width: 991px) {
  .productItem__price .productItem__price--new+.productItem__price--old {
    margin-left: 0;
  }
}

.discount-pro-detail {
  background-color: #ec2d3f;
  border-radius: 20px;
  font-weight: bold;
  padding: 3px 9px;
  color: #F5EBE6;
  font-size: 11px;
}

.left-pro-detail {
  flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 20px;
  padding-right: 40px;
  position: relative;
  text-align: center;
}

.left-pro-detail .MagicZoom {
  background-color: #F5EBE6;
  position: relative;
  z-index: 10;
}

.left-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .left-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .left-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.right-pro-detail {
  flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  max-width: 60%;
  margin-bottom: 20px;
  padding-left: 25px;
}

.right-pro-detail.cate-pro-detail {
  flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (max-width: 991px) {
  .right-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0px;
    padding-left: 0;
  }

  .right-pro-detail.cate-pro-detail {
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
  }
}

.tabs-pro-detail {
  flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  max-width: 100%;
}

/* Product Detail */
.grid-pro-detail {
  margin-bottom: 3.5rem;
}

.gallery-thumb-pro {
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .gallery-thumb-pro {
    margin-top: 5px;
  }
}

.control-pro-detail {
  top: calc(50% - 12.5px);
}

.control-pro-detail button {
  background-color: transparent;
  opacity: 1;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #F5EBE6;
  font-size: 23px;
}

.control-pro-detail button.owl-prev {
  left: 10px;
}

.control-pro-detail button.owl-next {
  right: 10px;
}

.title-color,
.title-size {
  color: #4ea8cd;
  font-weight: normal;
}

.thumb-pro-detail {
  display: block !important;
  border-radius: 5px;
  cursor: pointer;
  background-color: #F5EBE6;
}

.thumb-pro-detail img {
  box-shadow: none !important;
  filter: brightness(100%) !important;
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
  border-color: #cecfd2;
}

.title-pro-detail {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 11px;
  font-family: "BeVietnamPro-Bold";
  color: #303030;
  line-height: 48px;
}

.top-info-pro-detail {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: baseline;
}

.top-info-pro-detail li+li {
  border-left: 1px solid #eae4e8;
}

.top-info-pro-detail li:first-child {
  padding-right: 7px;
}

.top-info-pro-detail li:last-child {
  padding-left: 7px;
}

.top-info-pro-detail li span,
.top-info-pro-detail li a {
  font-weight: bold;
  color: #007bff;
  margin-left: 2px;
}

.comment-pro-detail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-plugin-pro-detail {
  margin-bottom: 1rem;
  margin-top: 0px !important;
}

.desc-pro-detail {
  font-size: 16px;
  color: #303030;
  font-family: "BeVietnamPro-Regular";
  line-height: 29px;
}

.attr-pro-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}

.attr-pro-detail li {
  margin-bottom: 15px;
}

.attr-label-pro-detail {
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 6px;
}

.attr-content-pro-detail span {
  font-size: 30px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
  margin-right: 10px;
}

.price-new-pro-detail {
  font-size: 30px;
  color: #86633A;
  font-family: "BeVietnamPro-Bold";
}

@media screen and (max-width: 767px) {
  .price-new-pro-detail {
    font-size: 16px;
  }
}

.price-old-pro-detail {
  color: #6c757d;
  font-size: 16px;
  text-decoration: line-through;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .price-old-pro-detail {
    font-size: 13px;
    padding: 0 7px;
  }
}

.tabs-pro-detail {
  margin-top: 2rem;
}

.tabs-pro-detail .nav-tabs {
  justify-content: center;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: 0;
  font-size: 15px;
  border-bottom: 2px solid transparent;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link.active {
  border-bottom-color: #555555;
  font-weight: bold;
}

.tabs-pro-detail .nav-tabs .nav-item .nav-link:hover {
  font-weight: bold;
  color: #333;
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
  font-weight: bold;
  border-bottom-color: #555555;
}

@media screen and (max-width: 991px) {
  .tabs-pro-detail .nav-tabs .nav-link {
    font-size: 13px !important;
  }
}

.flex_support {
  margin-bottom: 20px;
}

/* Contact */
.contact-article {
  margin-bottom: 3rem;
}

.contact-input {
  position: relative;
  margin-bottom: 15px;
}

.contact-input textarea {
  resize: none;
  height: 150px;
}

.contact-input .custom-file-label::after {
  content: attr(title);
}

.contact-map {
  position: relative;
  height: 500px;
}

.contact-map iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
}

/*video*/
.video-name {
  font: 14px Roboto-Bold;
  text-align: center;
  margin-top: 10px;
}

.video-name.text-split {
  -webkit-line-clamp: 2;
}

.row-video {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .row-video {
    margin: 0 -5px;
  }
}

.col-video {
  padding: 0 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .col-video {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.video {
  cursor: pointer;
}

.youtube-logo {
  position: relative;
}

.youtube-logo::before {
  content: "";
  position: absolute;
  aspect-ratio: 50/35;
  width: 15%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAjCAMAAADha6m9AAABs1BMVEUAAADlLCfUIiLRICHBGB7jLCfCGB3jKybYJSPBGB7AFx3AFx3OICDjLCfbJyTBGB7jLCfAFx3kLCflLSfkLCfCGR7CGB3SIiLPICHCGB7ZJiTLHSDCGB7iKybKHSDAFx3jLCbKHSDAFx3kLCbhKybAFx3lLCfAFx3iKybBGB3gKibDGR7iKybiKybNHiDkLCbCGB3YJSPNHyDjLCfLHSDBGB7jLCfdKCXHHB/lLSfeKSW/Fx3XJCPNICHYJSTBGB3ZJiTLHiDlLSe/Fx3fKSXiKybHGx/EGR7gKibcJyXZJyTLHSDKHSDKHSDAFx3LHSDGGh7jKibVIiLRISLeKCXgKibcJyTMHyHZJSTCGB7////HHB/DGh7ZJyTXIyLOICD98/PKGBvYHhzLEhPolpbNHR7VFxb8///gWlneV1fYREXRHBzYGRfSFxbozc3eg4PbVlfNJynTHR3OFRbHDhDMDg/4/f3+9/f76ur44+PpmprjZGLaW1zWSUvWPDvWOTjbLCrTJyjMFxjWExD19PTu7O3v6enz4N/t2Nn319f1zs7kw8Ltnp3jjIzdennabm/gTkwFvLjjAAAAT3RSTlMA2tHP/fvOsxX32r0O9O3r6dXSysG1ogYB+ff38vHnxbq6saqYkIqCeXNoXVlGPi8rJh758OPg2dnVy8rGxrqsq6ugm4RtZ0v34pKShng4fjL1vAAAAhlJREFUOMuV1ddCGkEYhuFfUTrSqyC9d+y9azrBAmQTytKMSAkE7DWm90vOCJzsLkT3OZtv5j0euKNi+70el8NmWTGzDDKpVDLd1zItkUplBpZ5xWJzrHu8frYKOthrMknfhEikEwhGBwcHIwRoGBUIdCLRRJ9EZmNDS5AVeTCWHxC+OUIDi48Sl26XhkfrAErWLi0GJYRmdmiZCYJvkl4y6QXP4yhZPBPdifYy5ALHEGW9TtyWooleyRo8GUoQxTN/f55d35biia40FljSxImShTPs5HQ/USol411olmAhTkneHmHYl1/FrUymW7QAc0kSlKQxDNv7Wr1EDdUc9G+RlVFy13ysVK8KBcp1f88EOfz8o3pVrlMSBrmol/c7CbZ3+Kny+6ZOSbZJUu9bSSeq/Lk5IN7/P0l/zxUPUHF/8i7dDr7lis0mKogYwEiR5LOt5Ogkd9nM5rdTZAyYj5G0k+PT4gc8n4pRzYORPOHZc+w4d5FCRawbIywPh4lw/CJ3Xstm8Vgs3MXwMjwdo6y1WqOBd95TEwU8H6GseAMP9zT2DNwooWNkA3xTr2mZ2oQQ8yUtzCAo5fQSoxJgQ0unUDsBgL/4hgY5H5CA6dWDyQPQwrbzmNxxoVDL4XDUAwMDhEforOZwtELhOFest4agQ8UP+NxOu3VVoTDJeTz9LFMs5nK5YiZzVs/jmRYVq1a70735ov2L/QOukA9gZVVk1QAAAABJRU5ErkJggg==") no-repeat;
  background-size: 100% 100%;
}

/*video*/
.section-main {
  margin-top: 15px;
  margin-bottom: 15px;
}

.title-main {
  margin-bottom: 1.5rem;
  text-align: center;
}

.title-main h2 {
  text-transform: uppercase;
  color: var(--main-color);
  font-weight: bold;
  font-size: 23px;
}

.time-main {
  margin-bottom: 0.75rem;
  color: #999999;
}

.time-main i {
  vertical-align: top;
  margin: 3px 7px 0px 0px;
}

.time-main span {
  vertical-align: top;
  display: inline-block;
}

.header-container {
  text-align: center;
}

.header-container h2 {
  font-size: 36px;
  color: #303030;
  font-family: "BeVietnamPro-Medium";
  line-height: 40px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .header-container h2 {
    font-size: 25px;
  }
}

.header-container p {
  font-size: 15px;
  font-family: "BeVietnamPro-Regular";
}

/* Paging */
.pagination-cus .page-item {
  margin: 0 4px;
}

.pagination-cus .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-cus .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-cus .page-item.active .page-link {
  background: var(--main-color);
  color: white;
  border-color: var(--main-color);
}

.pagination-cus .page-item:not(:first-child) .page-link {
  margin-left: 0;
}

.pagination-cus .page-link {
  color: var(--main-color);
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 0;
}

.pagination-cus .page-link:hover {
  z-index: 2;
  color: white;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
  text-align: center;
}

.pagination-ajax a {
  display: inline-block;
  vertical-align: top;
  margin: 0px 3px 3px 3px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  color: #666 !important;
  border: 1px solid #e6e6e6;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none !important;
  background-color: #F5EBE6;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
  color: #F5EBE6 !important;
  border-color: var(--main-color);
  background-color: var(--main-color);
}

.pagination-ajax a.first {
  text-indent: -9999px;
  position: relative;
  background-color: #F5EBE6 !important;
}

.pagination-ajax a.first::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-first.png);
}

.pagination-ajax a.last {
  text-indent: -9999px;
  position: relative;
  background-color: #F5EBE6 !important;
}

.pagination-ajax a.last::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev {
  text-indent: -9999px;
  position: relative;
  background-color: #F5EBE6 !important;
}

.pagination-ajax a.prev::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next {
  text-indent: -9999px;
  position: relative;
  background-color: #F5EBE6 !important;
}

.pagination-ajax a.next::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/page-next.png);
}

.block-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  transition: 0.8s;
}

.search-wrap {
  position: relative;
  color: #F5EBE6;
  height: 100vh;
}

.form-search-d {
  position: relative;
  width: 0;
  transition: 0.8s;
}

.form-search-d.active {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .form-search-d.active {
    width: calc(100% - 50px);
  }
}

.form-search-d input {
  width: 100%;
  height: 45px;
  outline: none;
  color: #F5EBE6;
  border: none;
  border-bottom: 1px solid #F5EBE6;
  background: transparent;
  padding: 0 30px 0 10px;
  font-size: 12px;
}

.form-search-d input::-moz-placeholder {
  color: #F5EBE6;
  font-size: 12px;
}

.form-search-d input::placeholder {
  color: #F5EBE6;
  font-size: 12px;
}

.form-search-d button {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: none;
  cursor: pointer;
  background: transparent;
  font-size: 14px;
  height: 100%;
  color: #F5EBE6;
}

.close-form-search {
  position: absolute;
  top: 30px;
  right: 0;
  font-size: 25px;
  transition: 0.3s;
}

@media screen and (max-width: 991px) {
  .close-form-search {
    font-size: 20px;
  }
}

.close-form-search:hover {
  color: #f00;
}

.table-of-contents {
  border-radius: 6px;
  display: block;
  position: relative;
  width: 100%;
  display: table;
}

.table-of-contents .table-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 10px 0;
}

.table-of-contents .table-title .toc_toggle {
  font-size: 13px;
  color: #bcbdc1;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}

.table-of-contents .table-title .toc_toggle a {
  color: var(--main-color);
  padding: 0 1px;
}

.table-of-contents ul {
  font-size: 14px;
  list-style-type: disc;
  padding: 0;
}

.table-of-contents ul li a {
  list-style: none;
  background: #F5EBE6;
  margin-bottom: 10px;
  padding: 12px 15px;
  border-radius: 17px;
  transition: all 0.3s;
  display: inline-block;
}

.table-of-contents ul li a:hover {
  background: #F5F5F5;
}

.table-of-contents ul li {
  list-style: none;
}

.table-of-contents ul li a {
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  font-family: "BeVietnamPro-Regular";
  line-height: 30px;
}

span.toc_toggle {
  font-size: 15px;
  margin-left: 4px;
  color: #e22231;
}

.table-of-contents>ul ul ul {
  display: none;
}

span.toc_toggle {
  font-size: 14px;
  font-family: "BeVietnamPro-SemiBold";
}

span.toc_toggle a:hover {
  color: #5a0005;
}

.table-content-button {
  width: 35px;
  height: 35px;
  display: none;
  position: fixed;
  left: 10px;
  z-index: 10;
  opacity: 0;
  top: 45%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-button .btn-icolist {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  outline: none;
  float: left;
  background: #fcfcfc;
  border: 1px solid #eeeeee;
  border-radius: 4px;
}

.table-content-button .btn-icolist svg {
  width: 20px;
  height: 35px;
  vertical-align: initial;
}

.table-content-fixed {
  position: fixed;
  left: 10px;
  z-index: 999;
  max-width: 280px;
  top: 45%;
  background: #f7fbf9;
  border: 1px solid #e0f1e9;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
  transform-origin: 0 top;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.table-content-fixed .table-of-header {
  position: relative;
  padding-right: 50px;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid #eeeeee;
}

.table-content-fixed .table-of-header .hTitle {
  max-width: calc(100% - 50px);
  margin-left: 0;
  font-size: 14px;
}

.table-content-fixed .table-of-header .hClose {
  position: absolute;
  right: 5px;
  top: 2px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  text-align: center;
}

.table-content-fixed .table-of-header .hClose svg {
  width: 32px;
  height: 32px;
  width: 14px;
}

.table-content-fixed .table-of-contents {
  border: 0;
  background: #F5EBE6;
  margin: 0;
  padding: 5px 12px;
  box-shadow: none;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  max-height: 70vh;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: none;
}

.table-content-fixed .table-of-contents .table-title {
  display: none;
}

.table-content-fixed .table-of-contents ul {
  font-size: 13px;
}

.table-content-button.active {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.table-content-fixed.active {
  transform: scale(1) translateY(-45%);
  -webkit-transform: scale(1) translateY(-45%);
  -moz-transform: scale(1) translateY(-45%);
  -ms-transform: scale(1) translateY(-45%);
  -o-transform: scale(1) translateY(-45%);
}

.items_contentDetails2 {
  position: sticky;
  top: 100px;
}

.addThis_listing .addThis_item {
  margin-bottom: 5px;
}
ul.addThis_listing {
  margin-bottom: 18px;
}
.addThis_listing .addThis_item .addThis_item--icon {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 49px;
  height: 49px;
  line-height: 44px;
  color: #F5EBE6;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}

.addThis_item--icon i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--main-color);
  border-radius: 50%;
}

.addThis_item--icon span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: #F5EBE6;
  width: 20px;
  height: 20px;
  background: #ec2d3f;
  text-align: center;
  line-height: 20px;
  font-size: 11px;
  border-radius: 100%;
  z-index: 10;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
  position: absolute;
  top: 4px;
  right: 55px;
  z-index: 9;
  height: 32px;
  line-height: 26px;
  padding: 3px 10px;
  width: auto;
  border-radius: 5px;
  font-size: 11px;
  color: #F5EBE6;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background-color: rgb(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgb(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 200ms linear;
}

.addThis_listing .addThis_item .addThis_item--icon:hover {
  text-decoration: none;
  opacity: 0.9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15), 0 4px 15px rgba(0, 0, 0, 0.13);
}

.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.actionToolbar_mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;
  height: 45px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  background: #F5EBE6;
  padding: 5px 10px;
}

.fb_dialog_content>iframe {
  right: -6px !important;
}

.addThis_listSharing {
  position: fixed;
  bottom: 100px;
  z-index: 500;
  top: auto !important;
  right: 26px;
}

.backtop {
  right: 26px;
  bottom: 60px;
  top: auto !important;
  font-size: 14px;
  cursor: pointer;
  color: #F5EBE6;
  top: auto !important;
  height: 44px;
  width: 44px;
  background-color: #523a28;
  line-height: 36px;
  border-radius: 100%;
  font-size: 30px;
  transition: all 0.3s ease-out 0s;
  transform: translateY(-120px);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  color: #F5EBE6 !important;
  margin-bottom: 5px;
}

.backtop:hover {
  filter: brightness(1.3);
}

.backtop.show {
  z-index: 999;
  transition: transform 0.3s ease-out 0s;
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.social_fixed-phone {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 45px;
  z-index: 100;
  display: none;
  box-shadow: 0 3px 6px #333333;
  border-radius: 10px 10px 0 0;
  background: #F5EBE6;
}

.social_fixed-phone ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
}

.social_fixed-phone ul li {
  flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.social_fixed-phone ul li a {
  text-decoration: none;
  font-size: 9px;
  font-family: Arial;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  letter-spacing: 1px;
  line-height: 2;
  height: 100%;
  padding-top: 5px;
  color: var(--main-color);
}

.social_fixed-phone svg {
  display: block;
  margin: 0 auto;
  height: 25px;
  fill: var(--main-color);
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .social_fixed-phone {
    display: block;
  }
}

.wrap-phone-res {
  position: fixed;
  left: 10px;
  bottom: 65px;
  display: none;
}

.wrap-phone-res ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrap-phone-res ul li {
  margin: 8px 0;
  animation: customfadeInRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.wrap-phone-res ul li:nth-child(1) {
  animation-delay: 0.1s;
}

.wrap-phone-res ul li:nth-child(2) {
  animation-delay: 0.2s;
}

.wrap-phone-res ul li a {
  display: block;
  background: #F5EBE6;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 20px;
  color: var(--main-color);
}

.wrap-phone-res ul li a i {
  animation: tada 1.2s infinite;
}

.wrap-phone-res.active {
  display: block;
}

@keyframes tada {
  0% {
    transform: scaleX(1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 0px;
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 1;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.zoomIn {
  animation-name: customzoomIn;
}

@keyframes customzoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.swing-vertical {
  animation: top-image-bounce 2s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(12px);
  }

  100% {
    transform: translateY(-8px);
  }
}

.vibration-icon {
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes customfadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes customfadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes customfadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes customfadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }

  to {
    opacity: 1;
    transform: translateZ(0);
  }
}

.text-nhapnhay {
  animation: my 700ms infinite;
}

@keyframes my {
  0% {
    color: #ffc853;
  }

  50% {
    color: #f00;
  }

  100% {
    color: #ffc853;
  }
}

.rotate360 {
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/* Blink */
.blink {
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.section-slidermobile {
  display: none;
}

/*# sourceMappingURL=main.css.map */
@media screen and (max-width: 991px) {
  .slideshow_pc {
    display: none;
  }

  .section-slidermobile {
    display: block;
  }

  .tabs_info_nav li.nav-item .active:after {
    height: 3px;
  }

  .tabs_info_nav li.nav-item .active {
    position: relative;
    background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
    color: #F5EBE6;
  }

  .row.r_content {
    padding: 15px;
  }

  .items_leftBrowse p {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .items_rightBrowse .control-owl button.owl-next {
    right: 0px;
  }

  .items_rightBrowse .control-owl button.owl-prev {
    left: 0px;
  }

  section.browse_block2 {
    position: relative;
    padding: 0px 0 40px;
  }

  .desc_news {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
    min-height: 72px;
  }

  .infor_news h3 {
    min-height: 27px;
  }

  .tab_desc {
    font-size: 16px;
  }

  .tags_news a {
    font-size: 12px;
    padding: 4px 20px;
    margin-right: 7px;
    margin-bottom: 7px;
  }

  h3.tab_title {
    font-size: 17px;
  }

  .tabs_info_nav li.nav-item .active:after {
    bottom: -7px;
  }

  .tabs_info_nav {
    border-bottom: 5px solid #F5F5F5;
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .tabs_info_nav li a {
    font-size: 18px;
  }

  .flex_support a {
    margin-right: 0;
    justify-content: center;
    margin-bottom: 15px;
  }

  .eapps-social-share-buttons-location-inline.eapps-social-share-buttons-position-left {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .share-box {
    padding: 10px;
    display: block;
    width: 100%;
  }

  .tabs_info_nav .nav-link {
    display: block;
    padding: 0.6rem 0rem;
    margin-right: 0;
    width: 100% !important;
  }

  .table-of-contents ul li a {
    padding: 7px 15px;
    width: 100%;
  }

  .table-of-contents ul li a {
    border: 1px solid #f1f1f1;
    margin-bottom: 10px;
  }

  .items_contentDetails {
    position: relative;
    top: 0;
    margin-bottom: 10px;
  }

  .box_news_all {
    position: relative;
    margin-bottom: 30px;
  }

  .items_news {
    margin-bottom: 10px !important;
  }

  .title_news_list h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .box_flex_list_cat {
    display: block !important;
  }

  li.nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }

  .desc_news2 {
    font-size: 14px;
    line-height: 27px;
  }

  .infor_news2 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  .desc_criteria {
    font-size: 14px;
    line-height: 24px;
  }

  .items_news2 {
    display: block !important;
  }

  section.criteria_ser {
    position: relative;
    padding: 1px 0 35px;
  }

  .section-main {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .title_news h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .title_detail span {
    font-size: 26px;
    line-height: 35px;
  }

  .breadCrumbs .wrapper {
    padding: 1rem 15px;
  }

  .title_detail2 {
    margin-bottom: 15px !important;
  }

  .grid-pro-detail {
    margin-bottom: 0.5rem;
  }

  .infor_criteria h3 {
    font-size: 18px;
    margin: 15px 0 9px;
  }

  .items_inforDetails {
    margin-bottom: 29px;
  }

  ul.list_pro li a {
    font-size: 15px;
    margin-bottom: 2px;
    padding: 6px 18px;
    width: 100%;
  }

  .title_details h2 {
    font-size: 18px;
  }

  .attr-content-pro-detail span {
    font-size: 22px;
    margin-right: 3px;
  }

  .content_details {
    padding: 10px 15px;
  }

  .bg_cri {
    padding: 18px;
  }

  .title_contact h2 {
    font-size: 35px;
    line-height: 49px;
    margin-bottom: 14px;
  }

  .title_contact p {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .contact-article {
    margin: 0 0;
  }

  .question_detailsBlock3 {
    overflow: hidden;
  }

  .question_detailsBlock3 {
    position: relative;
    padding: 20px 0 29px;
  }

  .contact_details {
    margin-bottom: 40px;
  }

  section.criteria_ser {
    overflow: hidden;
  }

  .pd_contact {
    position: relative;
    padding: 0 0;
  }

  .views_more_pr {
    display: none;
  }

  .mapcontact_block_details {
    overflow: hidden;
  }

  .feedback_cus {
    overflow: hidden;
  }

  section.newsllter_block2 {
    overflow: hidden;
  }

  section.question_detailsBlock_service {
    overflow: hidden;
  }

  .items_map {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {

  .txt_pawn {
    padding: 1px 5px;
  }

  li.nav-item {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .photo_album h3 {
    font-size: 16px;
  }

  .title_footer h2 {
    font-size: 26px;
    line-height: 44px;
  }

  .infor_footer span {
    font-size: 14px;
  }

  .tab_desc {
    font-size: 15px;
  }

  .txt_info4 {
    font-size: 12px;
    padding: 0px 31px;
  }

  .brand-item {
    padding: 0 84px 50px;
  }

  .infor_footer span {
    font-size: 14px;
  }

  .title_index h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 991px) {
  .content_brand {
    -webkit-line-clamp: 10;
  }

  .box_flexFooter {
    margin-bottom: 40px;
  }

  .box_flexFooter:last-child {
    margin-bottom: 0;
  }


  .footerInfo2 {
    display: block;
  }

  a.more_ {
    padding: 16px 35px;
  }
}

.cnews {
  position: relative;
  padding: 0 8px;
}

.row.rnews {
  margin: 0 -8px;
}

.flex40.c_detail {
  flex: 0 0 262px;
  max-width: 262px;
}

.flex60.c_detail {
  flex: 0 0 875px;
  max-width: 875px;
}


.items_contentDetails .author-info {
  background: #F5F5F5;
  margin-bottom: 60px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 10px;
  padding: 15px;
}

.slideshow_pc2 {
  display: none;
}

@media screen and (max-width: 991px) {
  .ul-tabs li {
    font-size: 12px;
  }

  .flex40.c_detail {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }

  span.sort-label {
    display: block;
  }

  .content_feedbackMain .control-owl button.owl-prev {
    left: -5px;
  }

  .content_feedbackMain .control-owl button.owl-next {
    right: -5px;
  }

  .items-list-product2 {
    padding: 5px 24px 4px !important;
  }

  .flex60.c_detail {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .rdetails {
    display: block !important;
  }
}

div#article a {
  color: #c70505;
}



.mega-menu>ul>li a.active::after,
.mega-menu>ul>li:hover>a::after {
  width: calc(100% - 10px);
}

.mega-menu>ul>li>a::after {
  content: "";
  background: #F5EBE6;
  width: 0%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  transition: 0.3s;
  border-radius: 50px;
}

ul.drop-menu.drop-menu-level-1 {
  padding: 13px 15px 15px;
}

ul.drop-menu.drop-menu-level-1 li {
  position: relative;
}

ul.drop-menu.drop-menu-level-1 li:after {
  position: absolute;
  background: #523a28;
  width: 5px;
  height: 5px;
  transition: all .3s;
  opacity: 0;
  top: 16px;
  left: 0;
  content: '';
  border-radius: 50%;
}

ul.drop-menu.drop-menu-level-1 li:hover {
  margin-left: 15px;
}

ul.drop-menu.drop-menu-level-1 li {
  margin-right: 0 !important;
}


ul.drop-menu.drop-menu-level-1 li:hover:after {
  opacity: 1;
}

a.more_ {
  padding: 15px 29px;
}

.items_support ul.slick-dots li {
  background: #d5d5d5;
  border-radius: 0;
  width: 50px;
  height: 5px;
  border-radius: 50px;
}

.items_support ul.slick-dots .slick-active {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%);
  border-radius: 50px;
}

.items_support ul.slick-dots {
  bottom: -50px;
}

.header__search form {
  width: 100%;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  position: relative;
  border-radius: 100px;
  height: 45px;
}

.header__search form input {
  width: 100%;
  height: auto;
  margin: 0 10px;
  font-family: 'BeVietnamPro-Regular';
}

.header__search {
  position: absolute;
  top: 100%;
  right: 0;
  width: 30%;
  background: #F5EBE6;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
  opacity: 0;
  transform: translateY(30px);
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 999;
  border-radius: 13px;
}

.header__search.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.header__search button {
  background: #523a28;
  padding: 6px 8px;
  border-radius: 100%;
  width: 37px;
  transition: all .4s;
  height: 36px;
  color: #F5EBE6;
  font-size: 16px;
  position: absolute;
  right: 5px;
}

.header__search button:hover {
  background: #000000;
}

.items_aboutsStatics {
  position: relative;
}

.items_aboutsStatics .control-owl button.owl-prev {
  left: 60px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.items_aboutsStatics .control-owl button.owl-next {
  right: 20px;
  width: 30px;
  height: 30px;
  font-size: 17px;
  border-radius: 50px;
  background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
}

.section-camdomobile {
  display: none;
}


.infor_slider2 {
  z-index: 99;
}



.infor_slider {
  position: absolute;
  top: 25%;
  z-index: 99;
  left: calc((100% - 1170px) / 2);
}

.infor_slider h2 {
  color: #F5EBE6;
  font-family: 'BeVietnamPro-REgular';
  font-size: 40px;
  margin-bottom: 17px;
}

.inf {
  margin-right: 53px;
}

.inf h2{
  color: #F5EBE6;
  font-family: 'BeVietnamPro-Medium';
  font-size: 18px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.inf span {
  font-size: 35px;
  color: #F5EBE6f;
  font-family: 'BeVietnamPro-Regular';
  margin: 13px 0;
  display: inline-block;
}

a.block_slidermb {
  background: linear-gradient(90deg, #ddae91 0%, #86633A 100%);
  border-radius: 50px;
  font-size: 18px;
  font-family: "BeVietnamPro-SemiBold";
  text-transform: uppercase;
  color: #F5EBE6;
  display: inline-block;
  padding: 15px 21px;
  margin-top: 45px;
  transition: all .3s;
}

a.block_slidermb:hover {
  background: linear-gradient(274deg, #FF904B 0%, #86633A 100%);
}

a.block_slidermb i {
  margin-left: 9px;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .infor_slider {
    position: absolute;
    top: 4%;
    z-index: 99;
    color: #F5EBE6f;
    left: 15px;
  }

  .inf h2 {
    font-size: 15px;
    margin-bottom: 2px;
    margin-right: 0;
  }

  .inf span {
    font-size: 20px;
    margin: 9px 0;
    display: inline-block;
    line-height: 37px;
  }

  a.block_slidermb i {
    margin-left: 5px;
    font-size: 11px;
  }

  a.block_slidermb {
           padding: 13px 26px;
        font-size: 15px;
  }

  .infor_slider h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #F5EBE6f;
  }

  .section-camdopc {
    display: none;
  }

  .section-camdomobile {
    display: block;
  }

  .items_aboutsStatics .control-owl button.owl-prev {
    left: 30px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    border-radius: 50px;
    background: linear-gradient(90deg, #FF904B 0.59%, #86633A 99.41%);
  }

}

.slick-wrap {
  position: relative;
  padding: 0 60px;
}

.slick-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F5EBE6;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  transition: all .25s ease;
}

article.noidung a {
  color: #e32533 !important;
}

.slick-wrap .slick-prev:before {
  display: none;
}

.slick-wrap .slick-next:before {
  display: none;
}

.slick-wrap .slick-prev {
  left: 0;
  display: none;
}

.slick-wrap .slick-next {
  right: 0;
  display: none;
}

.slick-btn:hover {
  background: #000;
  color: #F5EBE6;
  border-color: #000;
  transform: translateY(-50%) scale(1.1);
}

@media screen and (max-width: 991px) {
  .tab_desc:after {
    display: none;
  }

  .tab_desc {
    font-size: 22px;
    padding-left: 0;
    line-height: 30px;
    margin-top: 10px;
  }
}

.table-of-contents li.active>a {
  color: red;
}


.table-of-contents li {
  transition: all .2s ease;
}

.table-of-contents li.active a {
  background: #f9f9f9 !important;
}

.desc_productList {
  margin-top: 30px;
  margin-bottom: 45px;
}

.slider_staticsService {
  position: relative;
}

section.content_StaticCamdo {
  position: relative;
  margin-bottom: 60px;
}

.desc_author a {
  color: #ff5100;
}

.author-desc2 {
  background: #EDF0F3;
  font-size: 16px;
  font-family: 'BeVietnamPro-Regular';
  line-height: 29px;
  padding: 30px 30px 21px;
  border-radius: 20px;
  box-shadow: 8px 8px 1px #dee4e9;
  margin-bottom: 40px;
}

.desc2author {
  position: relative;
}


.desc2author:after {
     position: absolute;
    background: url(../images/phay_demo.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 54px;
    height: 54px;
    top: -28px;
    left: 29px;
}

@media screen and (max-width: 991px) {
  .author-desc2 {
    font-size: 13px;
    margin-top: 30px;
    line-height: 24px;
  }


  .items_contentDetails .author-info {
    margin-bottom: 30px;
  }
}

.social-box {
  display: flex;
}

span.title {
  font-family: "BeVietnamPro-Bold";
  font-size: 20px;
  line-height: 24px;
  color: #F5EBE6;
  text-transform: uppercase;
  padding-bottom: 9px;
  margin-bottom: 16px;
  display: inline-block;
  border-bottom: 3px solid #F5EBE6;
}

.footer_items2 {
  margin-right: 65px;
}

ul.list {
  overflow-y: auto;
  height: 355px;
}

ul.list::-webkit-resizer {
  background-color: #e7e7e7;
}

ul.list::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

ul.list::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

ul.list::-webkit-scrollbar-corner {
  background-color: #e7e7e7;
}

ul.list::-webkit-scrollbar-thumb {
  height: 60px;
  background-color: #d4d4d4;
}

ul.list::-webkit-scrollbar-track {
  background-color: #d4d4d4;
}

ul.list::-webkit-scrollbar-track-piece {
  background-color: #e7e7e7;
}

.block-toa-do {
  margin-bottom: 20px;
}

.social-box a {
  display: inline-block;
  margin-right: 25px;
}

@media screen and (max-width: 991px) {
  ul.list {
    overflow-y: auto;
    height: auto;
  }

  .footerFanpage {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  .footerFanpage {
    display: block !important;
  }

  .footer_items2 {
    margin-right: 0;
  }
}

.img_mobile {
  display: none;
}

@media(max-width:991px) {
  .img_desktop {
    display: none;
  }

  .img_mobile {
    display: block;
  }
}

.items_pawn:hover .txt_pawn h3 a {
  color: #F5EBE6;
}

.authordesc {
    margin-bottom: 50px;
}
/* 

article h2 {
  font-size: 24px;
}

article h3 {
  font-size: 20px;
}

article h4 {
  font-size: 18px;
} */

.feedback_cus .slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.feedback_cus .slick-dots li button {
    font-size: 0;
    height: 5px;
    line-height: 0;
    display: block;
    width: 50px !important;
    padding: unset;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d5d5d5;
    width: 20px;
}
.feedback_cus .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    
    width: 20px;
    height: 20px;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #d5d5d5;
    border-radius: 0;
    width: 50px;
    height: 5px;
    border-radius: 50px;
    margin: 0;
}

.slick-active button {
  background: linear-gradient(90deg, #86633A 0%, #FF904B 100%) !important;    
}
.img_news2 {
    width: 700px;
}

@media screen and (max-width: 991px) {
  .img_news2 {
    width: auto;
}

.photo_album h3 {
    margin: 13px 0 35px;
}
}
.liquidation-item__text h3 a:hover {
    color: #dd0000;
}
.liquidation-item__text h3 a {
  transition: all .3s;
}

@media screen and (max-width: 991px) {
  .right_header {
    display: none;
  }

  .header_rip {
    padding: 8px 0;
  }

  .left_header h3 {
    font-family: BeVietnamPro-Semibold;
    font-size: 12px;
  }

  .left_header {
    width: 100%;
  }
  .infor_criteriaStatics span {
    margin: 10px 0 4px;
    font-size: 25px;
    line-height: 40px;
}
}
.breadCrumbs ol.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding: 8px 10px;
}
.breadCrumbs ol.breadcrumb li {
    flex: 0 0 auto;
}
.breadCrumbs ol.breadcrumb::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 991px) {
  .question_detailsBlock .title_index {
    width: 100%;
}
  h2.txt1 {
        font-family: 'BeVietnamPro-Bold';
}
 .details-main {
    position: relative;
    padding: 12px 0 55px;
}
h2.txt2 {
        font-size: 16px;
        margin-bottom: 0;
}
}
article a {
    color: #e22132 !important;
    cursor: pointer;
}
article.article.article-table-contents a {
    color: #e22132 !important;
    cursor: pointer;
}
article.article.article-table-contents a {
   transition: all .3s;
}

@media screen and (max-width: 767px) {
 li.nav-item a h3 {
        font-size: 17px;
  }
  .src_author a {
      display: inline-block;
      margin-left: 10px;
      width: 30px;
  }
  .flex_authour {
      width: 70%;
  }
  .author-details {
      margin-left: 4px;
  }
  .items_criteriNewsllter {
      margin-top: 45px;
  }
}
.items_history {
    margin-bottom: 20px;
}
.items_photoAlbum {
    margin-bottom: 20px;
}
.author-desc2:after {
    position: absolute;
    background: url(../images/phay_demo.png) no-repeat;
    background-size: 100% 100%;
    content: '';
    width: 54px;
    height: 54px;
    top: -28px;
    left: 29px;
}
.slideshow-noscript.block_statics2 {
  margin-top: 49px;
  display: block !important;
}
.element_fancybox a {
  display: inline-block;
}
.slideshow-noscript.block_statics2 .items_criteriaStatics {
  margin-bottom: 40px !important;
}
.items_feedback {
    margin-bottom: 20px;
}
.items_news2 {
    margin-bottom: 20px;
}
noscript .slideshow-noscript { display: flex !important; }
.slideshow-noscript { display: none; }
.owl-carousel:not(.owl-loaded) { display: block !important; }
.owl-carousel:not(.owl-loaded) .owl-stage { width: 100% !important; display: flex !important; }
.owl-carousel:not(.owl-loaded) .owl-item { float: none !important; width: 100% !important; }
.slick-noscript { display: none; }
[data-slick]:not(.slick-initialized) { display: none !important; }
[data-slick].slick-initialized + noscript { display: none !important; }


.phone img {
    filter: invert(0%) sepia(50%) saturate(0%) hue-rotate(0deg) brightness(10000%) contrast(100%);
}