a {
  text-decoration: unset;
  color: var(--link-color);
}
a:hover {
  color: var(--link-color-hover);
  text-decoration: unset;
}
:root {
  --primary-color: var(--primary-text);
  --gray: #6c757d;
}
body {
  font-style: normal;
  font-weight: 400;
  font-size: var(--fontsize);
  font-family: var(--family);
  text-align: left;
  text-transform: none;
  color: var(--primary-text);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--family);
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
button {
  outline: none;
}
.container {
  width: var(--width-default);
  max-width: 100% !important;
  margin: auto;
  clear: both;
  display: block;
}
.container-fluid {
  padding: 0px;
}
.row {
  margin: 0px;
}
a {
  text-decoration: unset;
}
a:hover {
  color: var(--link-color-hover);
  text-decoration: unset;
}
a:focus {
  outline: none;
}
p:last-child {
  margin: 0px;
}
.widget {
  margin-top: 10px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
}
.widget .widget-cat-head-name {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 15px 0 12px;
  background: url('../images/sep.png') repeat-x left top;
}
.widget .widget-cat-head-name h4 {
  text-transform: uppercase;
  text-align: center;
}
.widget .widget-cat-head-name h6 {
  font-weight: 400;
  text-align: justify;
  font-size: 15px;
  line-height: 25px;
}
.widget .widget--head__line--bottom {
  padding-bottom: 5px;
  margin-bottom: 15px;
  background: url('assets/images/sep.png') repeat-x left bottom;
  text-transform: uppercase;
}
.widget .widget--head__line--bottom h3 {
  font-size: 16px;
  font-weight: 600;
}
.widget .widget--item {
  overflow: hidden;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.widget .widget--item h5 a {
  line-height: 18px;
}
.thumb {
  width: 100%;
  background-position: center;
  background-size: 100% 100% !important;
  margin-bottom: 0px;
  background-repeat: no-repeat;
}
.thumb img {
  border: 1px solid #f2f2f2;
}
.copyright {
  text-align: center;
  color: #d7d7d7;
  background: #110808;
  font-size: 12px;
  padding: 10px;
}
.page-page h1 {
  font-size: 20px;
  margin: 10px 0;
}
.page-page img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-page h2 {
  font-size: 15px;
  font-weight: 600;
}
.page-page h3 {
  font-size: 15px;
  font-weight: 600;
}
.page-page h4 {
  font-size: 15px;
  font-weight: 600;
}
.page-page ul {
  margin-left: 20px;
  padding-left: 20px;
}
.page-page table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.page-page table td {
  border: 1px solid #ccc;
  padding-left: 10px;
}
.products .meta-des img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.products .head-name .meta-name {
  font-size: 25px;
}
.page-products .attribute-item {
  width: 100% !important;
  max-width: 100% !important;
  line-height: 25px;
}
.page-products .box-attribute {
  font-size: 15px;
}
.page-products .head-name .meta-name {
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}
.page-extension hr.chapter-end {
  background: url(images/bg-story.png) 0 -51px no-repeat;
  width: 277px;
  height: 35px;
  border: 0px;
  margin: 20px auto 20px;
  clear: both;
}
.page-extension hr.chapter-start {
  background: url(images/bg-story.png) -200px -27px no-repeat;
  width: 59px;
  height: 20px;
  border: 0px;
  margin: 0px auto 20px;
}
.page-extension .story-bt-prev {
  background: #333;
  padding: 10px 12px;
  border-radius: 5px 0px 0px 5px;
  color: #fff !important;
  display: inline-block;
}
.page-extension .story-bt-next {
  background: #333;
  padding: 10px 12px;
  border-radius: 0px 5px 5px 0px;
  color: #fff !important;
  display: inline-block;
}
.page-extension .select-chapter {
  display: inline-block;
  position: relative;
  top: 0.5px;
}
.page-extension .select-chapter .el-input__inner {
  border: 0px;
  background: #409eff;
  border-radius: 0px;
  color: #fff;
  text-align: center;
}
.page-extension .select-chapter .el-select__caret {
  color: #ffffff !important;
}
.page-extension .no-chapter-first .el-input__inner {
  border-radius: 5px 0px 0px 5px;
}
.product-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.product-list .item {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.product-list .item .item-img {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.product-list .item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.product-list .item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.product-list .item .item-info {
  padding: 10px 5px;
}
.product-list .item .item-info .item-info-name {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-list .item .item-info .item-info-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .item .item-info .item-price {
  display: block;
}
.product-list .item .item-info .item-price .item-in-price {
  margin: auto;
  display: inline-block;
  position: relative;
}
.product-list .item .item-info .item-price i {
  font-style: normal;
  color: var(--price);
}
.product-list .item .item-info .item-price .price {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--price);
  font-size: 16px;
  font-weight: 700;
}
.product-list .item .item-info .item-price .price-origin {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.product-list .item .item-info .item-price .price-unit {
  font-size: 13px;
  position: relative;
  padding-left: 6px;
}
.product-list .item .item-info .item-price .price-unit:after {
  content: "/";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 13px;
  height: 30px;
  width: 3px;
  margin: auto;
  bottom: 0px;
  display: inline-block;
  color: #a69f9f;
}
.product-list .item .item-info .item-attribute {
  padding: 0 10px;
}
.product-list .item .item-info .item-attribute .box-attribute {
  line-height: 30px;
}
.product-list .item .item-info .item-attribute .box-attribute .attribute-item {
  font-size: 14px;
  color: #666;
  width: 100%;
}
.product-list .item .item-info .item-attribute .box-attribute .attribute-item .attribute-value {
  float: right;
}
.product-list .item .item-left {
  width: 80px;
  height: 75px;
  float: left;
  overflow: hidden;
  padding: 0px;
}
.product-list .item .item-right {
  width: calc(100% - 95px);
  float: left;
}
.product-list .item .item-right .item-info {
  padding: 0px 10px;
}
.product-list .item .item-bottom {
  clear: both;
}
.product-list .item .item-bottom .item-bottom-label {
  font-size: 13px;
}
.product-list .item .item-box-attribute {
  display: block;
}
.product-list .item .item-box-attribute .item-box-attribute-item {
  color: #666;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.product-list .item .item-box-attribute .item-box-attribute-item i {
  font-size: 12px;
  color: #333;
  margin-right: 5px;
}
.product-list .item .item-box-attribute .item-box-attribute-item .ic {
  width: 16px;
  height: 16px;
  top: 1px;
}
.product-list .item .item-box-attribute .item-box-attribute-item .attribute-value {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-list .item .item-right-info .prices {
  text-align: left;
}
.product-list .item .readmore-block-control {
  border-top: 1px solid #eaeefb;
  height: 44px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  color: #d3dce6;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: 44px;
}
.product-list .item .readmore-block-control .item-readmore {
  font-size: 13px;
}
.product-list .item .readmore-block-control .item-readmore i {
  text-align: center;
  color: #d3dce6;
  cursor: pointer;
}
.product-list .item-line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d7d7d7;
}
.product-list .item-row .item-wapp .item-image {
  border-radius: 5px 0px 0px 0px;
  width: 300px;
  height: 200px;
  margin-right: 15px;
  padding: 0px;
  float: left;
}
.product-list .item-row .item-wapp .item-right {
  width: calc(100% - 315px);
}
.product-list .item-row .item-wapp .item-name h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.product-list-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-list-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.product-list-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.shop-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.shop-list .item {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.shop-list .item .item-img {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.shop-list .item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.shop-list .item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.shop-list .item .item-info {
  padding: 10px 5px;
}
.shop-list .item .item-info .item-info-name {
  font-weight: 600;
  font-size: 13px;
}
.shop-list .item .item-info .item-info-name a {
  color: #333;
}
.forsale-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.forsale-list .item {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.forsale-list .item .item-img {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.forsale-list .item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.forsale-list .item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.forsale-list .item .item-info {
  padding: 10px 5px;
}
.forsale-list .item .item-info .item-info-name {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
  -webkit-line-clamp: 2;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.forsale-list .item .item-info .item-info-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.forsale-list .item .item-info .item-price {
  display: block;
}
.forsale-list .item .item-info .item-price .item-in-price {
  margin: auto;
  padding-left: 10px;
  display: inline-block;
  line-height: 30px;
  position: relative;
}
.forsale-list .item .item-info .item-price i {
  font-style: normal;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: var(--price);
}
.forsale-list .item .item-info .item-price .price {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--price);
  font-size: 16px;
  font-weight: 700;
}
.forsale-list .item .item-info .item-price .price-origin {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.forsale-list .item .item-info .item-price .price-unit {
  font-size: 13px;
  position: relative;
  padding-left: 6px;
}
.forsale-list .item .item-info .item-price .price-unit:after {
  content: "/";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 13px;
  height: 30px;
  width: 3px;
  margin: auto;
  bottom: 0px;
  display: inline-block;
  color: #a69f9f;
}
.forsale-list .item .item-info .item-attribute {
  padding: 0 10px;
}
.forsale-list .item .item-info .item-attribute .box-attribute {
  line-height: 30px;
}
.forsale-list .item .item-info .item-attribute .box-attribute .attribute-item {
  font-size: 14px;
  color: #666;
  width: 100%;
}
.forsale-list .item .item-info .item-attribute .box-attribute .attribute-item .attribute-value {
  float: right;
}
.forsale-list .item .item-left {
  width: 80px;
  height: 75px;
  float: left;
  overflow: hidden;
  padding: 0px;
}
.forsale-list .item .item-right {
  width: calc(100% - 95px);
  float: left;
}
.forsale-list .item .item-right .item-info {
  padding: 0px 10px;
}
.forsale-list .item .item-bottom {
  clear: both;
}
.forsale-list .item .item-bottom .item-bottom-label {
  font-size: 13px;
}
.forsale-list .item .item-box-attribute {
  display: block;
}
.forsale-list .item .item-box-attribute .item-box-attribute-item {
  color: #666;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: left;
}
.forsale-list .item .item-box-attribute .item-box-attribute-item i {
  font-size: 12px;
  color: #333;
  margin-right: 5px;
}
.forsale-list .item .item-box-attribute .item-box-attribute-item .ic {
  width: 16px;
  height: 16px;
  top: 1px;
}
.forsale-list .item .item-box-attribute .item-box-attribute-item .attribute-value {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.forsale-list .item .item-right-info .prices {
  text-align: left;
}
.forsale-list .item .readmore-block-control {
  border-top: 1px solid #eaeefb;
  height: 44px;
  box-sizing: border-box;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  color: #d3dce6;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: 44px;
}
.forsale-list .item .readmore-block-control .item-readmore {
  font-size: 13px;
}
.forsale-list .item .readmore-block-control .item-readmore i {
  text-align: center;
  color: #d3dce6;
  cursor: pointer;
}
.forsale-list .item-line {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d7d7d7;
}
.forsale-list .item-row .item-wapp .item-image {
  border-radius: 5px 0px 0px 0px;
  width: 300px;
  height: 200px;
  margin-right: 15px;
  padding: 0px;
  float: left;
}
.forsale-list .item-row .item-wapp .item-right {
  width: calc(100% - 315px);
}
.forsale-list .item-row .item-wapp .item-name h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.transfer-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
.transfer-list .item {
  border-bottom: 1px dashed #eee;
  background-color: white;
  border-radius: 0px;
  overflow: hidden;
  display: flex;
}
.transfer-list .item .item-img {
  overflow: hidden;
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.transfer-list .item .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
}
.transfer-list .item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.transfer-list .item .item-info {
  padding: 0px 0px;
  width: calc(100% - 160px);
  display: inline-block;
  position: relative;
}
.transfer-list .item .item-info .item-info-name {
  font-weight: bold;
}
.transfer-list .item .item-info .item-info-name a {
  color: #333;
  font-size: 16px;
}
.transfer-list .item .item-info .item-price {
  display: block;
}
.transfer-list .item .item-info .item-price .item-in-price {
  margin: auto;
  padding-left: 10px;
  display: inline-block;
  line-height: 30px;
  position: relative;
}
.transfer-list .item .item-info .item-price i {
  font-style: normal;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: var(--price);
}
.transfer-list .item .item-info .item-price .price {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--price);
  font-size: 16px;
  font-weight: 700;
}
.transfer-list .item .item-info .item-price .price-origin {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.transfer-list .item .item-info .item-price .price-unit {
  font-size: 13px;
  position: relative;
  padding-left: 6px;
}
.transfer-list .item .item-info .item-price .price-unit:after {
  content: "/";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 13px;
  height: 30px;
  width: 3px;
  margin: auto;
  bottom: 0px;
  display: inline-block;
  color: #a69f9f;
}
.transfer-list .item .item-info .item-info-readmore {
  position: absolute;
  bottom: 15px;
  right: 0px;
  font-style: italic;
  background: #409EFF;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.transfer-list .item .item-info .item-info-readmore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.transfer-list .item .item-info .item-info-readmore:hover:before {
  opacity: 1;
  width: 100%;
}
.transfer-list .item .item-info .item-info-attribute {
  padding-right: 100px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.swiper-product-list {
  display: block;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  overflow: hidden;
}
.swiper-product-list .item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.swiper-product-list .item .item-image {
  padding-top: 100%;
  position: relative;
}
.swiper-product-list .item .item-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
}
.swiper-product-list .item .item-info .item-info-name a {
  font-size: 14px;
  color: #333;
}
.swiper-product-list .swiper-product {
  overflow: hidden;
}
.swiper-product-list .swiper-button-disabled {
  opacity: 0.1;
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
}
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 10px solid #F8463F;
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
.ribbon1 span:before,
.ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #F8463F;
}
.ribbon1 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}
.ribbon2 {
  width: 60px;
  padding: 10px 0;
  position: absolute;
  top: -6px;
  left: 25px;
  text-align: center;
  border-top-left-radius: 3px;
  background: #F47530;
}
.ribbon2:before {
  height: 0;
  width: 0;
  right: -5.5px;
  top: 0.1px;
  border-bottom: 6px solid #8D5A20;
  border-right: 6px solid transparent;
}
.ribbon2:before,
.ribbon2:after {
  content: "";
  position: absolute;
}
.ribbon2:after {
  height: 0;
  width: 0;
  bottom: -29.5px;
  left: 0;
  border-left: 30px solid #F47530;
  border-right: 30px solid #F47530;
  border-bottom: 30px solid transparent;
}
.ribbon3 {
  width: 90px;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  position: absolute;
  left: -8px;
  top: 20px;
  background: #59324C;
  color: #fff;
}
.ribbon3:before,
.ribbon3:after {
  content: "";
  position: absolute;
}
.ribbon3:before {
  height: 0;
  width: 0;
  top: -8.5px;
  left: 0.1px;
  border-bottom: 9px solid black;
  border-left: 9px solid transparent;
}
.ribbon3:after {
  height: 0;
  width: 0;
  right: -11px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #59324C;
}
.ribbon4 {
  position: absolute;
  top: 15px;
  padding: 8px 10px;
  background: #00B3ED;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
}
.ribbon4:before,
.ribbon4:after {
  content: "";
  position: absolute;
}
.ribbon4:before {
  width: 7px;
  height: 55px;
  top: 0;
  left: -6.5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 5px 0 0 5px;
}
.ribbon4:after {
  width: 5px;
  height: 5px;
  bottom: -5px;
  left: -4.5px;
  background: lightblue;
  border-radius: 5px 0 0 5px;
}
.prices {
  display: block;
}
.prices .in-prices {
  margin: auto;
  display: inline-block;
  position: relative;
}
.prices i {
  font-style: normal;
  position: relative;
  margin-right: 5px;
  color: var(--price);
}
.prices .price {
  display: inline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--price);
  font-size: 16px;
  font-weight: 700;
}
.prices .price-origin {
  color: rgba(0, 0, 0, 0.54);
  text-decoration: line-through;
  margin-right: 5px;
  font-weight: 500;
  font-size: 13px;
}
.prices .price-origin i {
  color: rgba(0, 0, 0, 0.54);
}
.prices .price-unit {
  font-size: 13px;
  position: relative;
  padding-left: 6px;
}
.prices .price-unit:after {
  content: "/";
  position: absolute;
  top: 0px;
  left: 3px;
  font-size: 8px;
  height: 30px;
  width: 3px;
  margin: auto;
  bottom: 0px;
  display: inline-block;
  color: #8a8787;
}
.prices .price-call {
  margin-left: 0px;
}
.wapp-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cs-readmore {
  background-color: transparent;
  border: 1px solid var(--link-color-hover);
  border-radius: 2px;
  font-size: 13;
  font-weight: 500;
  text-transform: uppercase;
  padding: 5px 20px;
}
.cs-readmore:hover {
  color: #333;
}
.page-product {
  display: block;
  margin-bottom: 20px;
}
.page-product h1 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.page-product .meta-name {
  font-size: 18px;
  margin: 0px;
  font-weight: 700;
}
.page-product .intro ul li {
  margin-left: 15px;
}
.page-product .meta-price {
  position: relative;
  display: inline-block;
}
.page-product .meta-price .price {
  font-size: 16px;
  color: #ff0000;
  padding: 3px 0;
  display: inline-block;
  font-weight: 700;
}
.page-product .meta-price .price-old {
  color: #999;
  text-decoration: line-through;
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
}
.page-product .el-tabs__item:hover {
  color: #f26b09;
}
.page-product .el-tabs__active-bar {
  background-color: #f26b09;
}
.page-product .el-tabs__item.is-active {
  color: #f26b09;
  font-weight: 700;
}
.page-product .meta-line {
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  clear: both;
}
.page-product .buy-now {
  background: linear-gradient(to right, #fc3400, #ff6348);
  color: #fff;
  border: initial;
}
.page-product .phone span {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: none;
  padding-top: 3px;
}
.page-product .email span {
  display: block;
  font-size: 13px;
  color: #fff;
  text-transform: none;
  padding-top: 3px;
}
.page-product .pp-gallery-in {
  position: relative;
  display: block;
  padding-top: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-product .pp-box-attribute {
  display: flex;
  flex-wrap: wrap;
  line-height: 25px;
  font-size: 13px;
}
.page-product .pp-box-attribute .pp-attribute-item {
  width: 50%;
  max-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-product .pp-box-attribute table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border-radius: 5px;
}
.page-product .pp-box-attribute table i {
  color: #333;
}
.page-product .pp-box-attribute table tr {
  font-size: 13px;
  background: #fff;
}
.page-product .pp-box-attribute table tr:nth-child(2n) {
  background: #EBEEF5;
}
.page-product .pp-box-attribute table tr td {
  padding: 5px 10px;
}
.page-product .pp-box-attribute table tr td:first-child {
  width: 50%;
  vertical-align: top;
  color: #4f4f4f;
  font-size: 13px;
  font-weight: 500;
}
.page-product .pp-box-attribute table tr td:last-child {
  flex: 1 1 0%;
  border-right: 0px none;
}
.page-product .detail-product .attribute-item {
  width: 100% !important;
  max-width: 100% !important;
  line-height: 25px;
}
.page-product ._pageExtensions table td {
  padding-left: 15px;
  border: 1px solid #ccc;
}
.page-product ._pageExtensions ul {
  margin-left: 5px;
  list-style-position: inside;
}
.page-product ._pageExtensions ul li {
  padding-left: 10px;
  list-style-type: disc;
}
.page-product .box-general {
  line-height: 30px;
}
.page-product .box-general img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  cursor: pointer;
}
.page-product .box-general h2 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: capitalize;
}
.page-product .box-general h3 {
  color: var(--primary);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.page-product .box-general h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.page-product .box-general .box-text {
  text-transform: inherit;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  line-height: 30px;
}
.page-product .box-general .box-text .price-s2 {
  position: relative;
  top: -6px;
  bottom: 0;
  text-transform: initial;
  text-decoration: underline;
}
.page-product .box-general .box-text .price-s3 {
  text-transform: initial;
}
.page-product .box-general .box-text .price-origin {
  display: inline-block;
  text-align: right;
  color: #666;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
}
.page-product .box-general .box-text .price-origin .price-s1 {
  text-decoration: line-through;
  margin-left: 5px;
}
.page-product .box-general .box-text .price-sale {
  display: inline-block;
  text-align: left;
  color: #ed1c24;
  font-size: 15px;
  overflow: hidden;
  font-weight: 550;
}
.page-product .box-general .box-text span {
  font-size: 13px;
  font-weight: 400;
}
.page-product .box-general .box-text .price-unit {
  font-size: 8px;
}
.page-product table td {
  padding-left: 15px;
}
.box-wapp {
  border-color: transparent;
  border-left-width: 0;
  border-right-width: 0;
  position: relative;
  word-wrap: break-word;
}
.box-wapp:before {
  border: 1px solid #dddfe2;
  border-radius: 4px;
  bottom: -1px;
  content: '';
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}
.gallery {
  display: block;
}
.gallery .large {
  position: relative;
}
.gallery .wapp-thumbs .thumbs {
  display: flex;
  margin-top: 0px;
  padding-top: 10px;
}
.gallery .wapp-thumbs .thumbs .thumb-item {
  display: block;
  position: relative;
  padding: 0px;
  border: 1px solid #d7d7d7;
  min-width: 100%;
  min-height: 80px;
  height: 80px;
  border-radius: 3px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  margin-right: 10px;
  cursor: pointer;
  opacity: 1;
}
.gallery .wapp-thumbs .thumbs .thumb-item:hover {
  opacity: 0.5;
}
.gallery .wapp-thumbs .thumbs .thumb-item:last-child {
  margin-right: 0px;
}
.gallery .wapp-thumbs .thumbs .thumb-item img {
  opacity: 1px;
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.gallery .wapp-thumbs .thumbs .thumb-item .el-image {
  display: block;
  height: 100%;
}
.gallery .wapp-thumbs .thumbs .thumb-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.25);
  z-index: 2;
  display: none;
}
.gallery .wapp-thumbs .thumbs .thumb-item .thumb {
  position: relative;
  padding-top: 55%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.5;
  overflow: hidden;
}
.gallery .wapp-thumbs .thumbs .thumb-item .thumb img {
  opacity: 0;
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
}
.gallery .wapp-thumbs .thumbs .active {
  opacity: 0.5;
  border: 1px solid red;
}
.gallery .wapp-thumbs .cs-thumb-pagination {
  position: relative;
  margin-top: 5px;
}
.gallery .wapp-thumbs .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.gallery .wapp-thumbs .swiper-pagination-bullet-active {
  background: var(--link-color-hover);
}
.gallery .zoom-wapp {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  padding-top: 65%;
  background: #f7f7f7;
}
.gallery .zoom-wapp .preview {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  clear: both;
  margin: 0 auto;
  cursor: none;
  width: 100%;
  height: 100%;
  top: 0px;
}
.gallery .zoom-wapp .preview .magnifying-glass {
  position: absolute;
  border: 3px solid #fafafa;
  border-radius: 50%;
  cursor: none;
  width: 150px;
  height: 150px;
  transform: translate(-100px, -100px);
  background: #fff no-repeat;
  display: none;
  pointer-events: none;
}
.gallery .zoom-wapp .preview:hover .magnifying-glass {
  display: block;
}
.gallery .zoom-wapp .bt-zoom {
  z-index: 99;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  width: 100%;
  height: 30px;
  opacity: 1;
  text-align: center;
  white-space: nowrap;
  background: #F56C6C;
  color: #fff;
}
.gallery .zoom-wapp .bt-zoom i {
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  text-transform: capitalize;
}
.wapp-by-cat {
  position: relative;
}
.wapp-by-cat h2 {
  margin: 0px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.wapp-by-cat .readmore {
  position: absolute;
  right: 0px;
  top: 15px;
  display: inline-block;
}
.wapp-by-cat .widget-cat-des {
  padding-top: 15px;
}
.wapp-by-cat .widget-cat-head-name {
  position: relative;
}
.meta-des ul {
  padding-left: 25px;
  line-height: 25px;
}
.meta-des ol {
  padding-left: 25px;
  line-height: 25px;
}
.navbar-default {
  background: none;
  border: none;
  margin: 0;
}
.navbar-default a {
  color: #fff !important;
}
.posts-list .ic-time,
.posts-list .ic-analytics {
  color: #666;
}
.page-posts .head-name .meta-name {
  font-size: 18px;
  margin: 0px;
  font-weight: 600;
}
.page-posts .meta-content .posts-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  margin: 0px;
  padding: 0px;
}
.page-posts .meta-content .posts-list .item {
  list-style: none;
  text-align: justify;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.page-posts .meta-content .posts-list .item .item-image {
  width: 200px;
  display: flex;
  position: relative;
  float: left;
  margin-right: 15px;
  height: 135px;
  overflow: hidden;
  background: #fafafa;
}
.page-posts .meta-content .posts-list .item .item-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  object-fit: cover;
}
.page-posts .meta-content .posts-list .item .item-des {
  width: calc(100%  - 215px);
  float: left;
  position: relative;
  padding-bottom: 28px;
}
.page-posts .meta-content .posts-list .item .item-des .item-des-name {
  font-weight: 600;
}
.page-posts .meta-content .posts-list .item .item-des .item-des-name a {
  color: #333;
}
.page-posts .meta-content .posts-list .item .item-readmore {
  position: absolute;
  bottom: 15px;
  right: 0px;
  font-style: italic;
  background: #409EFF;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.page-posts .meta-content .posts-list .item .item-readmore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.page-posts .meta-content .posts-list .item .item-readmore:hover:before {
  opacity: 1;
  width: 100%;
}
.page-tag .meta-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0px;
  text-transform: uppercase;
}
.page-post .head-name .meta-name {
  margin: 0px 0 5px;
  font-size: 22px;
  font-weight: 550;
}
.page-post .h3-name {
  font-size: 18px;
}
.page-post .meta-des img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.page-post .meta-des h2 {
  font-size: 15px;
  font-weight: 600;
}
.page-post .meta-des h3 {
  font-size: 15px;
  font-weight: 600;
}
.page-post .meta-des h4 {
  font-size: 15px;
  font-weight: 600;
}
.page-post .meta-des ul {
  margin-left: 20px;
  padding-left: 20px;
}
.page-post .toc-content {
  line-height: 30px;
}
.page-post .toc-content img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.page-post .toc-content h2 {
  color: darkgoldenrod;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  text-transform: capitalize;
}
.page-post .toc-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.page-post .toc-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0;
}
.page-post .toc-content a {
  text-decoration: underline;
}
.page-post .seeker ul {
  padding: 0px;
  margin: 10px 0px;
}
.page-post .seeker ul li {
  list-style: none;
}
.page-post .seeker .bt-apply {
  width: 100%;
}
.page-post table {
  background: white;
  border-radius: 6px;
  border-collapse: collapse;
  height: unset;
  margin: auto;
  max-width: 100%;
  padding: 5px;
  width: 100%;
  animation: float 5s infinite;
  margin-bottom: 20px;
  overflow: hidden;
  border: 0px solid #d7d7d7;
}
.page-post table th {
  color: #D5DDE5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.page-post table th:first-child {
  border-top-left-radius: 3px;
}
.page-post table th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.page-post table tr {
  color: #666B85;
  font-size: 15px;
  font-weight: normal;
}
.page-post table tr td {
  border: 1px solid #d7d7d7;
}
.page-post table tr td:first-child {
  border-right: 0px solid #d7d7d7;
}
.page-post table tr:first-child td {
  background: var(--primary);
  color: #fff;
  border: 0px;
}
.page-post table tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px;
  border-left: 0px solid #d7d7d7;
}
.page-post table tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px;
}
.page-post table tr:last-child {
  border: 0px;
}
.page-post table tr:last-child td {
  background: unset;
  border: 1px solid #d7d7d7;
}
.page-post table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}
.page-post table tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}
.page-post table tr:nth-child td {
  background: #EBEBEB;
}
.page-post table tr:nth-child:hover td {
  background: #4E5066;
}
.page-post table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.page-post table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.page-post table td {
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  border-right: 1px solid #C1C3D1;
}
.toc-content {
  font-size: 16px;
  line-height: 30px;
}
.toc-content .el-collapse .el-collapse-item__header {
  font-weight: 700;
  font-size: 15px;
  height: auto;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
}
.toc-content .el-collapse-item__content {
  font-size: 16px;
  line-height: 30px;
}
.toc-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-left: 20px;
}
.toc-content table tr td {
  border: 1px solid #ccc !important;
}
.toc-content h1 {
  font-size: 18px;
}
.toc-content h2 {
  font-size: 16px !important;
}
.wapp-tag .meta-name {
  margin: 10px 0 15px;
  font-size: 36px;
  font-weight: 500;
}
.rating-form {
  margin-bottom: 15px;
}
.rating-form .el-upload__input {
  display: none;
}
.rating-form .upload-gallery {
  width: 180px;
  float: left;
  margin-right: 10px;
}
.rating-form .upload-gallery .el-upload-dragger {
  height: 185px;
  width: 180px;
}
.rating-form .gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: calc(100%  - 190px);
  float: left;
  margin-right: -5px;
  margin-left: -5px;
}
.rating-form .gallery .el-image {
  position: relative;
  width: calc(20%  - 10px);
  padding-top: 90px;
  border: 1px dotted #d7d7d7;
  background: #d7d7d7;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.rating-form .gallery .el-image img {
  position: absolute;
  width: 100%;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  object-fit: cover;
}
.rating-form .item {
  margin-bottom: 15px;
  position: relative;
}
.rating-form .item .el-form-item__label {
  position: absolute;
  display: block;
  z-index: 1;
  font-weight: 600;
  white-space: nowrap;
  font-size: 13px;
  background: #fff;
  top: -10px;
  left: 20px;
  padding: 5px 10px;
  height: 20px;
  line-height: 10px;
}
.rating-form .item .mess-form {
  position: absolute;
  right: 15px;
  bottom: 0px;
  top: 5px;
  margin: auto;
}
.rating-form .item .type-hidden {
  position: absolute;
  z-index: -1;
}
.rating-form .text-bottom {
  line-height: 39px;
  margin-right: 15px;
}
.rating-form .text-bottom a {
  color: #c90000;
  font-weight: bold;
}
.rating-list {
  margin-top: 15px;
}
.rating-list li {
  list-style: none;
  display: block;
  clear: both;
  padding: 10px 0px;
}
.rating-list li.rating-item .ri1 i {
  color: #f7ba2a;
}
.rating-list li.rating-item .rating-gallery {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -5px;
  margin-right: -5px;
}
.rating-list li.rating-item .rating-gallery .image-item {
  width: 20%;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  padding-top: 180px;
}
.rating-list li.rating-item .rating-gallery .image-item img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rating-list li.rating-item .rating-gallery .image-item i {
  position: absolute;
  right: 5px;
  bottom: 5px;
}
.rating-list li .label {
  float: left;
  width: 30px;
  height: 30px;
  background: #ddd;
  margin-right: 7px;
  text-align: center;
  color: #666;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
}
.rating-list li .info {
  display: flex;
  line-height: 30px;
}
.rating-list li .info .time {
  font-size: 12px;
  color: #999;
}
.rating-list li .info .el-rate__text {
  font-size: 12px;
  color: #999;
}
.rating-list li .actionuser {
  display: block;
  height: 34px;
  position: relative;
  margin: -5px 10px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.rating-list li .actionuser .respondent {
  float: left;
  padding: 5px 10px 0 0;
  font-size: 13px;
  color: #288ad9;
}
.rating-list li .actionuser .time {
  float: left;
  padding: 5px 0;
  font-size: 13px;
  color: #999;
  position: relative;
}
.rating-list .listreply {
  display: block;
  position: relative;
  margin: 5px 0 0 0;
  padding: 10px 15px 0 12px;
  clear: both;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
}
.rating-list .listreply:after,
.rating-list .listreply:before {
  top: -20px;
  left: 18px;
  border: solid transparent;
  border-top-color: transparent;
  border-top-width: medium;
  border-right-color: transparent;
  border-right-width: medium;
  border-bottom-color: transparent;
  border-bottom-width: medium;
  border-left-color: transparent;
  border-left-width: medium;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rating-list .listreply:before {
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: rgba(238, 238, 238, 0);
  border-bottom-color: #f8f8f8;
  border-width: 11px;
  margin-left: -11px;
  z-index: 1;
}
.rating-list .listreply:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
  border-bottom-color: #dfdfdf;
  border-width: 10px;
  margin-left: -10px;
}
.rating-list .listreply .reply {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  margin-bottom: 7px;
  border-bottom: 1px dotted #dfdfdf;
  padding-bottom: 7px;
}
.rating-list .listreply .reply:last-child {
  border: none;
  margin: 0;
}
.head-top {
  position: relative;
  display: block;
  background: #f2f2f2;
  margin-bottom: 10px;
}
.el-form label {
  font-weight: normal !important;
}
.el-menu-vertical-user a {
  color: #fff !important;
}
.el-menu-vertical-user .el-menu-item {
  border-bottom: 1px solid #d7d7d7 !important;
}
.avatar {
  border: 1px solid #d7d7d7;
  margin: auto;
  display: block;
  margin-bottom: 20px;
}
#toc-trigger {
  z-index: 9;
  position: absolute;
  opacity: 0;
}
#toc-trigger .bt {
  display: inline-block;
  position: fixed;
  width: 50px;
  height: 50px;
  background: url(assets/images/numbered-list.png) center center #fafafa;
  visibility: visible;
  top: 10px;
  bottom: 0;
  margin: auto 0;
  border: 1px solid #d7d7d7;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center 6px;
  font-size: 8px;
  padding-top: 28px;
  text-transform: uppercase;
  font-weight: 550;
  z-index: 99;
  border-radius: 3px;
}
#toc .bt-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: url('assets/images/close.png') center center #fafafa;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  opacity: 0;
}
#toc.fixed .bt-close {
  display: inline-block;
  cursor: pointer;
  opacity: 1;
}
.main-menu-logo {
  position: absolute;
  left: 0;
  height: 50px;
  width: 100%;
  padding: 5px 0;
  z-index: 999;
  display: none;
}
.main-menu {
  position: relative;
  display: block;
  width: 100%;
}
.wapp-menu {
  position: relative;
  display: block;
  width: 100%;
}
.el-menu-custom {
  float: left;
  width: 100%;
}
.el-menu-custom .el-menu-item {
  padding: 0px 10px !important;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
.el-menu-custom .el-menu-item i {
  position: relative;
  top: -2px;
  font-size: 13px;
}
.el-menu-custom .el-submenu .el-submenu__title {
  float: right;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px !important;
  font-size: 15px;
}
.el-menu-custom li a {
  font-weight: 500;
}
.el-menu-custom li a i {
  font-size: 13px;
}
.sub-menu-custom ul {
  margin-top: 0px;
  border-radius: 0px 0px 5px 5px;
}
.sub-menu-custom ul li a {
  color: #333;
}
.sub-menu-custom ul ul {
  margin-top: 0px;
  border-radius: 5px 5px 5px 5px;
}
.sub-menu-custom ul ul li a {
  color: #333;
}
.form-email {
  position: relative;
}
.form-email .text {
  width: 100%;
  height: 40px;
  border: 0px;
  padding-left: 10px;
  color: #000;
}
.form-email .bt {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0px;
  right: 0px;
  background: #f0f0f0;
}
.meta-social {
  margin: 15px 0;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 5px 0;
  background: #eee;
}
.wapp-layout {
  background: #fff;
  padding: 0px;
  display: flex;
}
.wapp-layout .layout-primary {
  display: flex;
  width: 60%;
  flex-direction: column;
  margin-right: 15px;
  position: relative;
  float: left;
}
.wapp-layout .layout-primary .box-image {
  position: relative;
  height: 325px;
  width: 100%;
  display: block;
}
.wapp-layout .layout-primary .box-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}
.wapp-layout .layout-primary .box-info {
  float: left;
  width: 100%;
}
.wapp-layout .layout-primary .box-info .name {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0px;
  display: block;
  color: #333;
}
.wapp-layout .layout-primary .box-info .entry-meta .date {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.wapp-layout .layout-primary .box-info .entry-meta .views {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.wapp-layout .layout-second {
  width: calc(100% - 60% - 20px);
  position: relative;
  display: flex;
  flex-direction: column;
  float: left;
}
.wapp-layout .layout-second .second-item {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-direction: row;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #d7d7d7;
}
.wapp-layout .layout-second .second-item .box-image {
  position: relative;
  height: 60px;
  width: 83px;
  display: block;
  overflow: hidden;
  margin-right: 10px;
}
.wapp-layout .layout-second .second-item .box-image img {
  position: absolute;
  object-fit: cover;
  top: 0px;
  width: 100%;
  height: 100%;
}
.wapp-layout .layout-second .second-item .box-info {
  float: left;
  width: calc(100% - 93px);
}
.wapp-layout .layout-second .second-item .box-info .name {
  line-height: 18px;
  color: #333;
}
.wapp-layout .layout-second .second-item .box-info .name a {
  font-size: 13px;
  font-weight: 600;
}
.wapp-layout .layout-second .second-item .box-info .entry-meta .date {
  font-size: 12px;
  color: #999;
  font-style: italic;
}
.wapp-layout .layout-second .second-item .box-info .entry-meta .views {
  font-size: 12px;
  color: #999;
}
.m-branch {
  background: #f2f5f6;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  margin-top: 30px;
}
.m-branch ._widget-head {
  max-width: 850px;
  margin: auto;
}
.m-branch ._widget-head .head-name h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  padding: 10px 0 30px 0;
  color: #9b9b9b;
  border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.m-branch ._widget-head .head-name h3:before {
  background: unset;
  border: 0px;
}
.m-branch ._widget-head .head-name h3:after {
  border-width: 0;
  border-color: unset;
}
.m-branch ._widget-content {
  text-align: left;
}
.m-branch ._widget-content .des {
  text-align: center;
}
.m-branch ._widget-content .map-branch {
  height: 450px;
}
.m-branch .el-tabs__item.is-active {
  text-transform: uppercase;
  color: var(--link-color-hover);
}
.m-branch .el-tabs__item {
  text-transform: uppercase;
  color: #0066B3;
}
.m-branch .el-tabs__active-bar {
  background-color: var(--link-color-hover);
}
.el-menu-more {
  border: 0px !important;
  position: relative;
  top: -3px;
}
.el-menu-more .el-submenu .el-submenu__title {
  height: unset;
  line-height: unset;
}
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
ul.tags {
  margin: 0;
  padding: 0;
}
ul.tags li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-left: 10px;
}
ul.tags li:first-child {
  border-radius: 0px;
  background: unset;
  padding-left: 0px;
}
ul.tags li:first-child:before {
  display: none;
}
ul.tags li:nth-child(2) {
  padding-left: 0px;
}
ul.tags li:nth-child(2):before {
  display: none;
}
ul.tags li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dbdbdb;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.tag {
  color: #409eff;
  display: inline-block;
  position: relative;
  margin: 0;
  text-decoration: none;
}
.fixed-toc {
  position: fixed;
  right: calc(100px);
  bottom: 20px;
  max-width: 320px;
  min-width: 320px;
  width: 320px;
  display: none;
  z-index: 1;
  z-index: 999;
}
.fixed-toc .wapp-toc {
  display: none;
}
.fixed-toc .bt-toc-open {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #333;
  border-radius: 5px;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 5px;
  padding: 5px 3px;
  text-align: center;
  padding-top: 25px;
  font-size: 11px;
  cursor: pointer;
  float: right;
}
.fixed-toc .bt-toc-open i {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 5px;
  font-size: 18px;
}
.fixed-toc .bt-toc-close {
  display: none;
  position: absolute;
  color: #fff;
  z-index: 99;
  right: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background: #f40b0b;
  border-radius: 0px 0px 0px 40px;
  padding-left: 8px;
}
.fixed-toc .brief-toc {
  display: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.45) 0 0 5px;
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
}
.fixed-toc .brief-toc li {
  list-style: none;
  padding: 5px 0px;
}
.fixed-toc .cat-toc {
  min-height: 368px;
  max-height: 368px;
  overflow-y: auto;
}
.fixed-toc .brief-toc-right {
  display: block;
  position: relative;
}
.fixed-toc .brief-toc-right li {
  list-style: none;
  padding: 5px 0px;
}
.fixed-toc .brief-toc-right li a {
  display: block;
  overflow: hidden;
  padding: 10px;
  padding-right: 10px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  background: #f1f1f1;
  border-radius: 4px;
  position: relative;
  padding-right: 20px;
}
.fixed-toc .brief-toc-right li a.toc-active {
  background: #288ad6;
  color: #fff;
  border-radius: 4px;
}
.fixed-toc .brief-toc-right li a:hover,
.fixed-toc .brief-toc-right li a:focus {
  text-decoration: unset;
}
.fixed-toc .fixed-toc-hr {
  margin: 0 0px 15px 0px;
}
.fixed-toc-h {
  background: #fff;
  border-radius: 5px;
  padding: 20px 10px;
  display: block;
  position: relative;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  z-index: 9;
}
.fixed-toc-h .fixed-toc-w {
  display: none;
}
.fixed-toc-s .fixed-toc-w {
  display: block;
}
.wapp-toc .el-collapse {
  border: 0px;
}
.wapp-toc .el-collapse .el-collapse-item__header {
  font-size: 18px;
  padding-left: 15px;
  padding: 15px;
  border-radius: 3px 3px 0px 0px;
  color: #000;
  background-color: #E1E1E1;
}
.wapp-toc .el-collapse .el-collapse-item__header i {
  margin-right: 5px;
}
.wapp-toc .el-collapse .el-collapse-item__wrap {
  border: 0px;
  background: #E1E1E1;
}
.wapp-toc .el-collapse .el-collapse-item__wrap .el-collapse-item__content {
  padding-bottom: 0px;
}
.wapp-toc .el-collapse .el-collapse-item {
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid rgba(53, 52, 52, 0.95);
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}
.wapp-toc .cat-toc {
  padding: 0px 15px 15px;
  z-index: 9;
  border-radius: 3px;
  border-radius: 0px 0px 3px 3px;
}
.wapp-toc .cat-toc .cat-toc-name {
  font-size: 16px;
  font-weight: 550;
  text-transform: uppercase;
}
.wapp-toc .cat-toc .cat-toc-name li {
  list-style: none;
  font-size: 16px;
}
.wapp-toc .cat-toc .cat-toc-name li ul {
  margin-left: 20px;
}
.wapp-toc .cat-toc .cat-toc-name .bt-close {
  opacity: 0;
}
.wapp-toc ul li {
  list-style: none;
}
.wapp-toc ul li a {
  font-size: 15px;
  line-height: 1.4;
}
.wapp-toc ul li a:hover {
  color: #0635a4 !important;
}
.wapp-toc ul li a a {
  font-size: 15px;
  font-weight: 550;
}
.wapp-toc ul li ul li {
  margin-left: 15px;
}
.wapp-toc ul .el-collapse-item__wrap {
  border: none;
}
.wapp-toc ul .el-collapse-item__content {
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.layout-tabs {
  margin-top: 20px;
  display: block;
  position: relative;
}
.layout-tabs .el-tabs__item {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.layout-tabs .el-tabs__item:hover {
  color: #ff0000;
}
.layout-tabs .el-tabs__active-bar {
  background: #ff0000 !important;
}
.layout-tabs .el-tabs__item.is-active {
  color: #ff0000 !important;
  text-transform: uppercase;
}
.swiper-article ._image img {
  object-fit: cover !important;
}
.swiper-article ._text h2 {
  font-weight: 600 !important;
  text-transform: unset !important;
}
.el-tabs__item {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.el-tabs__item:hover {
  color: #ff0000;
}
.el-tabs__active-bar {
  background: #0066b3;
}
.el-tabs__item.is-active {
  color: #0066b3;
  text-transform: uppercase;
}
.form-search {
  margin: 0px;
  position: relative;
  padding: 0px;
  border: 3px;
}
.form-search .search-basic {
  position: relative;
  width: 100%;
  margin: 0px auto 15px;
  border-radius: 5px;
  background: #eff0f5;
  padding: 0px;
}
.form-search .search-basic .el-input__inner {
  border-radius: 4px 0 0 4px;
}
.form-search .search-basic .i1 {
  width: calc(100% - 100px);
  border-radius: 4px 0 0 4px;
  outline: 0px;
}
.form-search .search-basic .i1 .el-input__inner:hover,
.form-search .search-basic .i1 .el-input__inner:focus {
  outline: 0px;
  border-color: unset;
  border: 1px solid #DCDFE6;
}
.form-search .search-basic .i-cat {
  width: 120px;
  position: absolute;
  right: 100px;
  padding-top: 0px;
  height: 100%;
  text-align: center;
}
.form-search .search-basic .i3 {
  float: right;
  background-image: linear-gradient(to bottom right, #ff8c00, #fc9c26);
  border-color: #48a742;
  color: #fff;
  border-radius: 0 2px 2px 0;
  border: 0;
  height: 40px;
  width: 100px;
}
.form-search .search-basic .i3:hover {
  opacity: 0.6;
}
.form-search .i2 {
  margin-bottom: 15px;
}
.form-search .text {
  width: 100%;
  height: 30px;
  border: 0;
  padding-left: 9px;
  color: #000;
  position: absolute;
  left: 0;
  font-size: 13px;
  font-style: italic;
  border: 1px solid #ccc;
}
.form-search .bt {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 0px;
  right: 0px;
  color: #333;
}
.form-search .search-in {
  position: relative;
  width: 100%;
  display: flex;
}
.form-search .el-input__inner::placeholder {
  color: #333;
}
.form-search-basic {
  position: relative;
  width: 100%;
  margin: 0px auto 0px;
  border-radius: 5px;
  padding: 0px;
}
.form-search-basic .i1 {
  position: absolute;
  right: 40px;
  width: 150px;
}
.form-search-basic .i1 .el-input__inner {
  border: 0px;
  border-radius: 0px;
}
.form-search-basic .i11 {
  position: absolute;
  right: 190px;
  width: 150px;
}
.form-search-basic .i11 .el-input__inner {
  border: 0px;
  border-radius: 0px;
}
.form-search-basic .i2 {
  width: 100%;
  border-radius: 4px 0 0 4px;
  background: unset;
  height: 40px;
  padding-left: 10px;
  border-width: 0px;
  outline: 0px;
  background: #eff0f5;
}
.form-search-basic .i2 .el-input__inner {
  border-radius: 4px 0 0 4px;
  border: none;
  outline: none;
  background-color: #eff0f5;
}
.form-search-basic .i3 {
  position: absolute;
  right: 0px;
  border-color: var(--bt-bg);
  color: #fff;
  border-radius: 0 2px 2px 0;
  border: 0;
  height: 40px;
  width: 40px;
  background: var(--bt-bg);
}
.form-search-basic .el-input__inner {
  line-height: 40px;
  height: 40px;
}
.el-dropdown-menu a {
  display: block;
}
.sub-menu-mega-custom {
  width: 1140px;
  margin: 0 auto;
  left: 0px !important;
  right: 0px !important;
}
.sub-menu-mega-custom .el-menu--popup {
  padding: 0px;
}
.sub-menu-mega-custom .box-wapp-mega {
  margin: 0px !important;
  padding: 15px;
}
.sub-menu-mega-custom .box-wapp-mega .bg-mega a {
  line-height: 20px;
  color: #999;
  padding: 10px 0px 0px;
  display: block;
}
.sub-menu-mega-custom .box-wapp-mega .el-tabs__nav-wrap:after {
  height: 0px;
}
.sub-menu-mega-custom .box-wapp-mega .el-tabs__active-bar {
  height: 0;
}
.sub-menu-mega-custom .box-wapp-mega .el-tabs__item {
  text-transform: initial;
  font-size: 13px;
}
.sub-menu-mega-custom .box-wapp-mega .el-tabs__item:hover {
  color: #ff0000;
}
.sub-menu-mega-custom .box-wapp-mega .el-tabs__content .el-tab-pane {
  background: #fafafa;
  padding: 15px;
}
.el-card__body .el-collapse-item__content {
  font-size: 15px;
}
.el-card__body .el-collapse-item__content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.el-card__body .el-collapse-item__content a {
  text-decoration: underline;
}
.social-networks {
  list-style: none;
  margin: 15px 0px;
  padding: 0;
}
.social-networks li {
  display: inline-block;
  line-height: 1;
}
.social-networks li a {
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  -moz-transition: all 450ms;
  -webkit-transition: all 450ms;
  -o-transition: all 450ms;
  transition: all 450ms;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.social-networks li a:hover img {
  opacity: 0.6;
}
.social-networks li:nth-child(2n + 1) {
  margin-left: 0px;
}
.main-menu-fixed {
  position: fixed;
  top: 0px;
  z-index: 99;
  width: 100%;
  left: 0px;
}
.main-menu-fixed .el-menu.el-menu--horizontal {
  border-bottom: solid 0px #e6e6e6;
}
.layout {
  position: relative;
}
.layout .layout-in {
  position: relative;
}
.menu-lv1 .menu-lv2 .el-menu-item {
  height: 56px;
  line-height: 56px;
}
.menu-lv1 .el-menu--popup {
  border-radius: 0px;
  padding: 0px;
}
.menu-lv1 .el-menu--popup-right-start {
  margin: 0px;
}
.menu-lv1 li i {
  color: #333;
  right: 5px;
}
.menu-lv1 li .el-submenu__icon-arrow {
  display: block;
}
.el-menu-vertical-menu li i {
  color: #333;
  right: 5px;
}
.el-menu-vertical-menu li .el-submenu__icon-arrow {
  display: block !important;
}
._cs-next4 {
  background: unset;
  font-size: 36px;
  right: 0px;
  top: 50%;
  border-radius: 0px 3px 3px 0px;
  width: 20px;
  height: 35px;
  line-height: 30px;
  font-size: 18px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
}
._cs-prev4 {
  background: unset;
  font-size: 36px;
  left: 0px;
  top: 50%;
  border-radius: 3px 0px 0px 3px;
  width: 20px;
  height: 35px;
  line-height: 30px;
  font-size: 18px;
  background-color: transparent;
  background-image: linear-gradient(90deg, #FF582C 0%, #D71700 100%);
}
.box-bo {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  padding: 10px;
  border: solid 1px #ddd;
  margin: 0 0 17.5px;
}
.box-bo .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
  word-wrap: break-word;
  font-size: 16px;
}
.box-bo .media .item {
  padding: 10px 0px !important;
  font-size: 10px;
  line-height: 14px;
  cursor: pointer;
}
.mini-cart {
  position: relative;
}
.mini-cart .mini-cart-head {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #391e1e;
  transition: all 0.2s ease 0s;
  margin-top: 15px;
}
.mini-cart .mini-cart-head .mini-cart-head-total {
  position: absolute;
  bottom: 10px;
  color: #ffd600;
  font-size: 13px;
  font-style: normal;
  text-align: center;
  width: 18px;
  font-weight: normal;
  left: 10px;
}
.mini-cart .mini-cart-head .mini-cart-head-name {
  margin-left: 5px;
}
.popup-carts {
  min-width: 320px;
  max-width: 320px;
  padding: 15px;
  z-index: 999999 !important;
}
.mini-carts {
  padding: 15px;
  margin: 0px;
}
.mini-carts li {
  list-style: none;
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: flex;
}
.mini-carts li:last-child {
  margin-bottom: 0px;
  border-bottom: 0px dotted #d7d7d7;
}
.mini-carts .il {
  width: 90px;
  margin-right: 5px;
  height: 60px;
  position: relative;
  float: left;
}
.mini-carts .il img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.mini-carts .ir {
  width: calc(100%);
  float: none;
}
.mini-carts .bt-buy {
  display: inline-block;
  color: #fff !important;
}
.mini-carts .bt-buy:hover {
  opacity: 0.8;
  color: #fff;
}
.mini-carts .i1 {
  width: 90px;
  margin-right: 5px;
  height: 60px;
  position: relative;
  float: left;
}
.mini-carts .i1 img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mini-carts .i2 {
  width: calc(100% - 225px);
  float: left;
}
.mini-carts .i3 {
  width: 70px;
  margin-left: 5px;
  float: left;
}
.mini-carts .i4 {
  width: 50px;
  margin-left: 5px;
  float: left;
  padding-top: 5px;
  text-align: center;
}
.mini-carts .price {
  color: red;
}
.mini-carts .price-old {
  text-decoration: line-through;
  color: #333;
}
.carts-checkout {
  display: flex;
  flex-wrap: nowrap;
}
.carts-checkout .i1,
.carts-checkout .i2 {
  float: left;
  width: calc(50% - 10px);
  margin-left: 5px;
  margin-right: 5px;
}
.page-cart {
  position: relative;
}
.page-cart .meta-name {
  padding: 10px;
  border-bottom: 1px solid #f0f3f5;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
}
.page-cart .wapp-carts {
  display: block;
  padding: 0px 15px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.page-cart .wapp-carts .carts {
  margin: 0px;
  padding: 0px;
}
.page-cart .wapp-carts p {
  margin: 0px;
}
.page-cart .wapp-carts .total1 {
  width: calc(100% - 150px);
  float: left;
  text-align: right;
  color: #999;
  font-size: 14px;
}
.page-cart .wapp-carts .total2 {
  width: 150px;
  float: left;
  text-align: right;
  color: #333;
}
.page-cart .wapp-carts .total2 i {
  font-size: 13px;
}
.page-cart .wapp-carts .box-policy {
  width: 100%;
  display: block;
}
.page-cart .wapp-carts .box-policy .policy {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #999;
  line-height: 18px;
  background: #e9edf0;
  padding: 10px;
  font-size: 11px;
}
.bt-buy {
  display: block;
  overflow: hidden;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 0px 0px 4px 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #fff !important;
  text-align: center;
  background: var(--primary);
}
.bt-buy:hover {
  opacity: 0.8;
}
.cs-menu li:hover > ul {
  display: block;
  padding: 0px;
}
ul.cs-menu,
.cs-menu ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 10px 0px 0px;
  z-index: 9;
}
.cs-menu li {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fafafa;
}
.cs-menu li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.cs-menu a {
  display: block;
  color: #333;
  text-decoration: none;
  line-height: 35px;
  padding-left: 20px;
  position: relative;
}
.cs-menu li:first-child a {
  border-top: 0;
}
.cs-menu a.arrow::after {
  content: '';
  position: absolute;
  display: inline;
  top: 50%;
  margin-top: -4px;
  right: 8px;
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent transparent #330033;
  transition: border-color 0.5s;
}
.cs-menu li a.arrow:hover::after {
  border-color: transparent transparent transparent #0000CC;
}
.cs-menu li ul {
  min-width: 180px;
  position: absolute;
  display: none;
  left: 100%;
  top: 0;
}
.wapp-cs-menu {
  position: relative;
}
.tab-content .tab-content-item {
  display: none;
}
.tab-content .shown {
  display: block;
}
.tab-head .tab-item {
  display: inline-block;
  color: #333;
  cursor: pointer;
  margin-right: 20px;
}
.tab-head .tab-item-actived {
  color: #f37736;
}
.tab-head .tab-item-actived ._widget-head .head-name h3 {
  color: #f37736;
}
input:focus {
  outline: 2px solid #f0f0f0;
  outline-offset: 0px;
}
.article-list {
  display: block;
}
.article-list .temp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.article-list .t1-p-item {
  position: relative;
  width: 100%;
  max-width: 25%;
  flex: 0 0 auto;
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.article-list .t1-p-item .t1-p-item-in {
  background: #fff;
}
.article-list .t1-p-item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.article-list .t1-p-item .t1-p-item-image {
  position: relative;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 3px 3px 0px 0px;
}
.article-list .t1-p-item .t1-p-item-image .el-image {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
.article-list .t1-p-item .t1-p-item-image img {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-list .t1-p-item .t1-p-name {
  font-weight: 600;
  padding: 0px 20px;
  min-height: 45px;
  max-height: 45px;
  height: 45px;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}
.article-list .t1-p-item .t1-p-item-mask {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.article-list .temp4 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.article-list .temp4 .t1-p-item {
  width: 100%;
  max-width: calc(25% - 15px);
}
.article-list .temp4 .t1-p-item .t1-p-item-in .t1-p-item-image {
  padding-top: 65%;
}
.article-list .temp4 .t1-p-item .t1-p-name {
  display: flex;
  height: unset;
  min-height: unset;
  max-height: unset;
  margin: 0px;
  padding: 10px;
}
.article-list .temp4 .t1-p-item .t1-p-item-extension {
  padding: 10px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), #1b1b1b);
  width: 100%;
}
.article-list .temp4 .t1-p-item .t1-p-item-extension a {
  color: bisque;
  font-size: 13px;
  display: flex;
}
.article-list .temp4 .t1-p-item .t1-p-item-extension a span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list .temp1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.article-list .temp1 .t1-p-item {
  width: 100%;
  max-width: calc(100% - 15px);
}
.article-list .temp1 .t1-p-item .t1-p-item-in {
  position: relative;
}
.article-list .temp1 .t1-p-item .t1-p-item-image {
  width: 300px;
  height: 160px;
  float: left;
  padding: 0px;
  border-radius: 0px;
}
.article-list .temp1 .t1-p-item .t1-p-name {
  height: auto;
  max-height: unset;
  min-height: unset;
  overflow: hidden;
  margin: 0px;
  padding-top: 10px;
}
.article-list .temp1 .t1-p-item .t1-p-des {
  padding: 0 20px;
  float: left;
  max-width: calc(100% - 300px);
  text-align: justify;
}
.article-list .temp1 .t1-p-item .t1-p-item-mask:hover {
  color: #009cd7;
}
.article-list .temp11 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.article-list .temp11 .t1-p-item {
  width: 100%;
  max-width: calc(100% - 15px);
  margin-bottom: 0px;
}
.article-list .temp11 .t1-p-item .t1-p-item-in {
  position: relative;
  border-radius: 0px;
  box-shadow: unset;
  border-bottom: 1px dashed #d7d7d7;
  background: #fff;
  padding: 10px 0px;
}
.article-list .temp11 .t1-p-item .t1-p-item-in .meta-tool {
  padding-left: 0px;
}
.article-list .temp11 .t1-p-item .t1-p-item-in .meta-tool span {
  font-weight: normal;
  font-style: italic;
}
.article-list .temp11 .t1-p-item .t1-p-item-in .meta-tool .analytics {
  display: block;
}
.article-list .temp11 .t1-p-item .t1-p-item-in .meta-tool .num {
  width: 30px;
  height: 30px;
  color: #fff;
  background: #FF8C00;
  position: relative;
  left: 0px;
  float: left;
  margin-right: 5px;
  text-indent: 8px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  font-style: initial;
}
.article-list .temp11 .t1-p-item .t1-p-item-in .meta-tool .num:after {
  content: "";
  background: #fff;
  position: absolute;
  height: 100%;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 1px;
}
.article-list .temp11 .t1-p-item .t1-p-item-in .meta-tool a {
  display: block;
  float: left;
  width: calc(100%);
}
.article-list .temp11 .t1-p-item .t1-p-item-image {
  width: 100px;
  height: 67px;
  float: left;
  padding: 0px;
  border-radius: 0px;
}
.article-list .temp11 .t1-p-item .t1-p-name {
  height: auto;
  max-height: unset;
  min-height: unset;
  overflow: hidden;
  margin: 0px;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
.article-list .temp2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.article-list .temp2 .t1-p-item {
  width: 100%;
  max-width: calc(50% - 15px);
}
.article-list .temp2 .t1-p-item .t1-p-item-in {
  position: relative;
}
.article-list .temp2 .t1-p-item .t1-p-item-image {
  width: 110px;
  height: 80px;
  float: left;
  padding: 0px;
  border-radius: 0px;
  margin-right: 10px;
}
.article-list .temp2 .t1-p-item .t1-p-name {
  height: auto;
  max-height: unset;
  min-height: unset;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.article-list .temp2 .t1-p-item .t1-p-des {
  padding: 0px 0px;
  float: left;
  max-width: calc(100% - 120px);
  text-align: justify;
}
.article-list .temp2 .t1-p-item .t1-p-item-mask:hover {
  color: #009cd7;
}
.article-list .temp5 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.article-list .temp5 .t5-p-item {
  width: 100%;
  max-width: calc(100%);
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d7d7d7;
}
.article-list .temp5 .t5-p-item .t5-p-item-in .t5-p-item-image {
  width: 83px;
  margin-right: 5px;
  height: 60px;
  position: relative;
  float: left;
}
.article-list .temp5 .t5-p-item .t5-p-item-in .t5-p-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0px;
  bottom: 0px;
}
.article-list .temp5 .t5-p-item .t5-p-name {
  width: calc(100% - 88px);
  height: auto;
  max-height: unset;
  min-height: 55px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  float: left;
}
.article-list .temp5 .t5-p-item .t5-p-name a {
  font-weight: 600;
  font-size: 13px;
}
.el-card {
  margin-top: 15px;
}
.cs-form {
  line-height: 39px;
}
.cs-form .el-form--label-top .el-form-item__label {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.require {
  color: red;
}
.cs-body {
  line-height: 39px;
}
.box-bt {
  display: inline-block;
}
.cs-errors {
  border: 1px solid red;
  color: red;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  background: antiquewhite;
  border-radius: 4px;
}
.cs-errors ul li {
  list-style: none;
}
.errors {
  color: red;
}
.errors ul {
  margin: 0px;
  padding: 0px;
}
.errors ul li {
  list-style: none;
  font-size: 13px;
  color: #F56C6C;
}
.cs-customers .cs-head {
  border: 1px solid #EBEEF5;
  font-size: 18px;
  padding: 10px 15px !important;
  font-weight: 550;
}
.cs-customers .cs-body {
  border-bottom: 1px solid #EBEEF5;
  border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  padding: 10px 7.5px !important;
}
.cs-customers .cs-footer {
  border-bottom: 1px solid #EBEEF5;
  border-left: 1px solid #EBEEF5;
  border-right: 1px solid #EBEEF5;
  padding: 10px 15px !important;
}
.cs-price {
  color: red;
  font-weight: 700;
}
.cs-buy {
  background: linear-gradient(to right, #cc0000, #ff0000);
  color: #fff !important;
  border-radius: 3px;
  padding: 10px;
  border-color: #ff0000;
  font-weight: 700;
}
.cs-buy:hover {
  background: linear-gradient(to right, #cc0000, #ff0000);
  border-color: #ff0000;
}
.breadcrumb {
  padding: 10px 10px;
  background: 0 0;
  font-size: 13px;
  margin-bottom: 5px;
  border-radius: 0;
  background: #fff;
  border-radius: 3px;
  margin: 10px 0px;
}
.loading {
  display: inline-block;
}
.gallery-temp {
  display: block;
  position: relative;
}
.gallery-temp .temp1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.gallery-temp .temp1 .temp-item {
  width: calc(25% - 30px);
  max-width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 15px;
}
.gallery-temp .temp1 .temp-item h3 {
  text-transform: uppercase;
  font-size: 15pt;
  padding: 5px 0px;
  text-align: justify;
  margin-top: 0px;
}
.gallery-temp .temp1 .temp-item h3 a {
  color: #fff;
}
.gallery-temp .temp1 .temp-item img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.gallery-temp .temp1 .temp-item .desc {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01), #1b1b1b);
  min-height: 135px;
  position: absolute;
  left: 0px;
  bottom: 0;
  border-radius: 0 0 5px 5px;
  padding-top: 40px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.el-carousel--horizontal {
  height: 100%;
}
.el-carousel--horizontal .el-carousel__container {
  height: 100%;
}
.suports {
  display: block;
  position: fixed;
  width: auto;
  height: auto;
  bottom: 210px;
  z-index: 999;
  right: 0;
  padding: 15px;
}
.suports .icons {
  position: relative;
  bottom: 20%;
  width: 45px;
  right: 0px;
}
.suports .icons a {
  border-radius: 50px;
  color: #3f345f;
  display: inline-block;
  line-height: 52px;
  height: 50px;
  width: 50px;
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
  margin: 15px 15px;
  font-size: 22px;
}
.suports .icons .icon-item-focus {
  width: 45px;
  height: 45px;
  margin: 5px 0px;
  text-align: center;
  line-height: 45px;
  background-size: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  position: relative;
}
.suports .icons .icon-item-focus:before {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(132, 132, 164, 0.35);
  animation: 1.5s linear 0s normal none infinite focuse;
}
.suports .icons .icon-item-focus:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 2px;
  content: '';
  width: 100%;
  z-index: 0;
  animation: slide 1s linear infinite;
}
.suports .icons .icon-item-focus a {
  box-shadow: 0 5px 25px rgba(93, 70, 232, 0.15);
}
.suports .icons .icon-item {
  width: 45px;
  height: 45px;
  margin: 5px 0px 20px 0px;
  text-align: center;
  line-height: 45px;
  background-size: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  position: relative;
}
.suports .icons .icon-item a {
  box-shadow: 0 5px 25px rgba(19, 18, 19, 0.15);
}
.suports .icons .ic-fb {
  background: #475993;
  color: #fff;
}
.suports .icons .ic-twitter {
  background: #fff;
  color: #03a9f4;
}
.suports .icons .ic-youtube {
  background: #ff0000;
  color: #fff;
}
.suports .icons .text {
  position: absolute;
  font-size: 10px;
  line-height: 20px;
  width: 100%;
  left: -30px;
  bottom: -20px;
  color: #333;
  font-weight: 600;
  width: 100px;
}
.suports .icons .ic-chat {
  position: relative;
}
.suports .icons .ic-chat:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 50px;
  content: '';
  width: 100%;
  background-image: url(assets/images/social/ic-chat.svg);
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
}
.call-now {
  left: 0px;
  width: 0px;
  height: 0px;
}
.call-now .icons {
  width: 200px;
  text-align: center;
}
.call-now .icons .icon-item-focus {
  width: 100%;
  border-radius: 50px;
  background: #cc0000;
  border: 0px;
  line-height: 30px;
}
.call-now .icons .icon-item-focus:before {
  background: rgba(230, 8, 8, 0.75);
  width: 30%;
  top: -5px;
}
.call-now .icons a {
  color: #fff;
}
.call-now .icons a i {
  position: relative;
  left: -10px;
  top: 10px;
}
.call-now .icons small {
  font-size: 12px;
  position: relative;
  top: -27px;
  left: 10px;
  color: #fff;
}
#fb-root .fb_dialog .fb_dialog_content iframe {
  bottom: 70px !important;
  right: 10px !important;
  margin: 0 !important;
  transform: scale(0.8);
}
.zalo-chat-widget iframe {
  right: 10px !important;
}
.fb_reset {
  background: none;
  border: 0;
  border-spacing: 0;
  color: #000;
  cursor: auto;
  direction: ltr;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-spacing: normal;
}
.read-more {
  background-color: #fff;
  border: 3px solid #e1e1e1;
  border-color: #e1e1e1;
  display: inline-block;
  font-weight: 400;
  color: #2d82c4;
  border-radius: 3px;
  transition: all 0.25s;
  padding: 5px 15px;
}
.menu-tag {
  display: inline-block;
}
.menu-tag a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 5px;
  font-weight: bold;
  margin: 5px;
}
.vt-fixed {
  position: fixed!important;
  display: block;
  width: 100%;
  z-index: 999;
  top: 0;
  background: #000;
  transition: all 400ms ease-in-out 0s;
}
.el-tabs .tpd-sticky {
  background: #fff;
}
.el-tabs .sticky-wrapper {
  margin-bottom: 10px;
}
.el-tabs .el-tabs__content {
  font-size: 16px;
  line-height: 25px;
}
.el-tabs .el-tabs__content ul {
  margin-left: 5px;
  list-style-position: inside;
}
.el-tabs .el-tabs__content ul li {
  padding-left: 10px;
  list-style-type: disc;
}
.el-tabs .el-tabs__content .el-collapse-item__header {
  font-weight: 700;
  font-size: 15px;
  height: auto;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 10px;
}
.el-tabs .el-tabs__content .el-collapse-item__content {
  font-size: 15px;
  line-height: 30px;
  padding-left: 10px;
}
.el-tabs .el-tabs__content .el-collapse-item__content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.el-tabs .el-tabs__content .el-collapse-item__content a {
  text-decoration: underline;
  display: contents;
}
.el-tabs .el-tabs__content .is-active {
  background: var(--link-color-hover);
  color: #fff;
}
.el-tabs .el-tabs__content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.el-tabs table td {
  border: 1px solid #ccc;
  padding-left: 10px;
}
.meta-tool {
  padding-left: 5px;
  overflow: hidden;
  font-size: 13px;
  color: #999;
  margin: 0px;
}
.meta-tool a {
  font-weight: 600;
}
.meta-tool a:hover {
  color: #409eff;
}
.meta-tool a:hover span {
  color: #999;
}
.meta-tool span {
  display: inline-block;
  position: relative;
  padding-left: 6px;
  font-weight: 550;
}
.meta-tool span:before {
  content: "";
  background: #999;
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.meta-tool span:first-child {
  padding-left: 0px;
}
.meta-tool span:first-child:before {
  width: 0px;
  height: 0px;
}
.meta-tool i {
  color: #999;
}
.meta-share-social {
  text-align: left;
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}
.meta-share-social ul {
  margin: 0px !important;
  padding: 0px;
  display: inline-block;
}
.meta-share-social ul li {
  list-style: none;
  display: inline-block;
  padding: 5px 15px;
  background: #333;
  border-radius: 5px;
  margin-right: 10px;
}
.meta-share-social ul li:hover {
  opacity: 0.6;
}
.meta-share-social ul li a:hover {
  color: #fff !important;
}
.meta-share-social ul .bg-twitter {
  background: #1da1f2;
}
.meta-share-social ul .bg-twitter a {
  color: #fff;
}
.meta-share-social ul .bg-twitter i {
  color: #fff;
}
.meta-share-social ul .bg-linkedin {
  background: #0a66c2;
}
.meta-share-social ul .bg-linkedin a {
  color: #fff;
}
.meta-share-social ul .bg-linkedin i {
  color: #fff;
}
.meta-share-social ul .bg-pinterest {
  background: #e60023;
}
.meta-share-social ul .bg-pinterest a {
  color: #fff;
}
.meta-share-social ul .bg-pinterest i {
  color: #fff;
}
.meta-share-social ul .bg-reddit {
  background: #ff4500;
}
.meta-share-social ul .bg-reddit a {
  color: #fff;
}
.meta-share-social ul .bg-reddit i {
  color: #fff;
}
.meta-share-social ul .bg-wordPress {
  background: #028cb0;
}
.meta-share-social ul .bg-wordPress a {
  color: #fff;
}
.meta-share-social ul .bg-wordPress i {
  color: #fff;
}
.meta-share-social ul .bg-blogger {
  background: #f4933f;
}
.meta-share-social ul .bg-blogger a {
  color: #fff;
}
.meta-share-social ul .bg-blogger i {
  color: #fff;
}
.meta-share-social ul .bg-instagram {
  background: #262626;
}
.meta-share-social ul .bg-instagram a {
  color: #fff;
}
.meta-share-social ul .bg-instagram i {
  color: #fff;
}
.meta-share-social ul .bg-facebook {
  background: #0674e7;
}
.meta-share-social ul .bg-facebook a {
  color: #fff;
}
.meta-share-social ul .bg-facebook i {
  color: #fff;
}
.pricing-table-name {
  width: 100%;
  text-align: center;
  color: white;
  padding: 17px 20px;
  border-radius: 45px;
  border-bottom-right-radius: 45px;
  border-bottom-left-radius: 45px;
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 18px;
  font-weight: bold;
  background: #1877f2;
}
.pricing_table {
  padding: 15px;
  padding-bottom: 23px;
  background: white;
  font-size: 16px;
  padding-bottom: 20px;
  margin-top: 0px;
  box-shadow: 0px 1px 2px #e4e4e4;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
}
.pricing_table tr th {
  padding: 10px;
  padding-left: 0px;
  color: #575756;
  padding-left: 10px;
}
.pricing_table tr {
  border-bottom: 1px solid #e4e4e4;
}
.pricing_table tr td {
  padding: 10px 10px;
  padding-left: 0px;
  color: #575756;
  padding-left: 10px;
}
.pricing_table tr td a {
  color: #409eff;
}
.pricing_table tr td:nth-child(2) {
  border-left: 1px solid #dadada;
}
.pricing_table ._price-origin ._s1 {
  text-decoration: line-through;
}
.pricing_table ._price-origin ._s2 {
  position: relative;
  top: -6px;
  bottom: 0;
  text-transform: initial;
  text-decoration: underline;
}
.pricing_table ._price-sale ._s2 {
  position: relative;
  top: -6px;
  bottom: 0;
  text-transform: initial;
  text-decoration: underline;
}
.page-faqs .faqs-content ._widget ._widget-head .head-name h3 {
  font-size: 20px;
}
.page-faqs .faqs-content ._widget ._widget-head .head-name h3:after {
  border: 0px;
}
.page-faqs .faqs-content ._widget ._widget-head .head-name h3:before {
  height: 0px;
  width: 0px;
}
.page-faqs .faqs-content ._widget ._widget-head .head-name h3 .cat-count {
  color: #999;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.page-faqs .faqs-content .el-collapse {
  border: 0px;
}
.page-faqs .faqs-content .el-collapse-item__header {
  border: 0px;
  line-height: 30px;
  font-weight: 500;
  height: unset;
  font-size: 15px;
}
.page-faqs .faqs-content .el-collapse-item__header i {
  margin-right: 5px;
}
.page-faqs .faqs-content .el-collapse-item__content {
  font-size: 15px;
}
.page-faqs .faqs-content .el-collapse-item__wrap {
  border-bottom: 0px;
}
.page-faqs .faqs-content .is-active {
  color: #F37736;
}
.form-carts .el-form-item {
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
}
.form-carts .el-form-item .el-form-item__label {
  left: 10px;
  right: auto;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: auto;
  z-index: 9;
  top: 0px;
  background: #fff;
  padding: 0px 15px;
}
.form-carts .el-form-item .el-form-item__label:after {
  content: "*";
  position: static;
  color: #ff001f;
  z-index: 1;
  margin-left: 5px;
}
.form-carts .el-form-item .el-form-item__content {
  line-height: 20px;
}
.form-carts .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0px;
}
.form-carts .el-form-item .el-form-item__content .el-form-item__error-cs {
  position: absolute;
  right: 0px;
}
.form-carts .el-form-item .v-label--active {
  -webkit-transform: translateY(-6px) scale(0.75);
  transform: translateY(-6px) scale(0.75);
}
.form-carts .el-form-item .v-input-errors {
  border: 1px solid red;
  border-radius: 4px;
}
.form-carts .no-require .el-form-item__label:after {
  content: "";
  margin-left: 0px;
}
.form-carts .open-other {
  background: #f5f5f5;
  margin: 12px -10px 0;
  padding: 10px 10px 5px;
  position: relative;
}
.form-carts .open-other:before {
  content: "◆";
  position: absolute;
  top: -20px;
  left: 8px;
  font-size: 25px;
  color: #f5f5f5;
}
.form-carts .open-other .el-form-item__label {
  background: #f5f5f5;
}
.form-carts .open-other .el-input {
  background: #f5f5f5;
}
.form-carts .open-other .el-input input {
  background: #f5f5f5;
  border: 1px solid #333;
}
.form-carts .line {
  border: 3px solid #e9edf0;
  margin-top: 10px;
}
.form-cs .el-form-item {
  position: relative;
  padding-top: 10px;
  margin-bottom: 15px;
}
.form-cs .el-form-item .el-form-item__label {
  left: 10px;
  right: auto;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: auto;
  z-index: 9;
  top: 0px;
  background: #fff;
  padding: 0px 15px;
}
.form-cs .el-form-item .el-form-item__label:after {
  content: "*";
  position: static;
  color: #ff001f;
  z-index: 1;
  margin-left: 5px;
}
.form-cs .el-form-item .el-form-item__content {
  line-height: 20px;
}
.form-cs .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0px;
}
.form-cs .el-form-item .v-label--active {
  -webkit-transform: translateY(-6px) scale(0.75);
  transform: translateY(-6px) scale(0.75);
}
.form-cs .el-form-item .v-input-errors {
  border: 1px solid red;
  border-radius: 4px;
}
.form-cs .no-require .el-form-item__label:after {
  content: "";
  margin-left: 0px;
}
.form-cs .open-other {
  background: #f5f5f5;
  margin: 12px -10px 0;
  padding: 10px 10px 5px;
  position: relative;
}
.form-cs .open-other:before {
  content: "◆";
  position: absolute;
  top: -20px;
  left: 8px;
  font-size: 25px;
  color: #f5f5f5;
}
.form-cs .open-other .el-form-item__label {
  background: #f5f5f5;
}
.form-cs .open-other .el-input {
  background: #f5f5f5;
}
.form-cs .open-other .el-input input {
  background: #f5f5f5;
  border: 1px solid #333;
}
.form-cs .line {
  border: 3px solid #e9edf0;
  margin-top: 10px;
}
.form-cs .el-dialog__body {
  word-break: break-word;
}
.form-cs .errors-item {
  font-weight: 400;
  color: var(--red);
}
.form-cs .popover-cs {
  position: absolute;
  right: 0;
  border: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.form-cs .popover-cs a {
  display: block;
}
.form-payment .el-form-item .el-form-item__label {
  line-height: 30px;
}
.errors__isactive input,
.errors__isactive textarea {
  border: 1px solid #F56C6C !important;
}
.errors__isactive .el-select__input {
  border: 0px solid #F56C6C !important;
}
.cs-loading {
  display: inline-block;
  position: relative;
}
.cs-loading .el-loading-spinner {
  top: 0px;
  margin-top: 0px;
}
.cs-loading .el-button {
  padding: 12px 15.5px;
  width: 100%;
}
.box-general {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 20px;
  padding: 15px;
}
.box-general .head-name .meta-name {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cs-buy-attribute .cs-buy-attribute-item {
  display: block;
  position: relative;
}
.cs-buy-attribute .at-name {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.cs-buy-attribute .el-radio {
  margin-right: 5px;
}
.cs-buy-attribute .el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 5px;
}
.cs-buy-attribute .el-radio__input {
  opacity: 0;
  position: absolute;
}
.cs-buy-attribute .el-radio__label {
  padding: 5px;
}
.cs-buy-attribute .el-radio--medium.is-bordered {
  padding: 5px;
  height: unset;
}
.meta-prices .price-origin {
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  vertical-align: middle;
  margin-right: 5px;
  text-decoration: line-through;
}
.meta-prices .price-sale {
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  color: #d0021b;
  vertical-align: middle;
  margin-right: 5px;
}
.sticky {
  position: sticky;
  top: 60px;
}
.sticky .el-input-number {
  width: 100%;
}
.sticky .muti-bt .cs-loading {
  display: block;
  width: 100%;
  margin-right: 0px;
}
.sticky .muti-bt .cs-loading button {
  width: 100%;
  margin-bottom: 15px;
}
.sticky table tr {
  border-bottom: 1px solid #ccc;
  background: 0 0 !important;
}
.projects .project-item {
  position: relative;
  display: block;
  height: 300px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 15px;
}
.projects .project-item .project-item-card-front {
  z-index: 2;
}
.projects .project-item .project-item-card-front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.projects .project-item:hover .project-item-card-front {
  transform: rotateY(180deg);
}
.projects .project-item:hover .project-item-card-back {
  transform: rotateY(0);
  z-index: 3;
}
.projects .project-item .project-item-title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.375rem;
}
.projects .project-item .project-item-desc {
  margin-bottom: 1.5rem;
}
.projects .project-item .wrapp-btn-circl-arrow {
  display: flex;
  flex-wrap: wrap;
}
.projects .project-item .btn-circl-arrow {
  position: relative;
  display: flex;
  width: 32px;
  height: 32px;
  color: #fff;
  fill: #fff;
  background-color: #2c7ae7;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  font-weight: normal;
  overflow: hidden;
}
.projects .project-item .btn-circl-arrow i {
  margin: auto;
}
.projects .project-item .btn-circl-arrow-white {
  color: #2c7ae7;
  fill: #2c7ae7;
  background-color: #fff;
}
.projects .project-item .btn-circl-arrow-white:hover {
  background-color: #f0f4f8;
}
.projects .project-item .justify-content-center {
  justify-content: center !important;
}
.projects .project-item-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.projects .project-item-card-back {
  z-index: 1;
  background-color: #2c7ae7;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 2rem 2.5rem;
}
.tool-view {
  display: flex;
  justify-content: flex-end;
}
.tool-view .tool-view-i1 {
  display: inline-block;
  position: relative;
  padding: 5px 10px;
}
.tool-view .tool-view-i1 a {
  color: #333;
  font-size: 13px;
  font-weight: bold;
}
.tool-view .tool-view-actived a {
  color: #1877F2;
}
.tool-view-dropdown li {
  padding: 0px;
}
.tool-view-dropdown a {
  color: #333;
  padding: 0px 20px;
}
.el-pager a {
  color: #333;
  font-weight: 400;
}
.el-pager .active a {
  color: #fff;
}
.page-feedback {
  position: relative;
  max-width: 600px;
  width: 100%;
  margin: auto;
  margin-bottom: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 0;
  background: #fff;
  margin-bottom: 15px;
}
.page-feedback .feedback-wapp {
  width: 100%;
  padding: 15px;
}
.page-feedback .feedback-wapp h1 {
  margin: 0 auto 15px;
  font-size: 22px;
}
.page-contact .contact-wapp {
  background: #fff;
  padding: 15px;
}
.cs-bg1 {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  user-select: none;
  transform: translateX(0%);
  background: linear-gradient(90deg, #021048, #1e38a3);
  min-height: 942px;
  overflow: hidden;
}
.cs-bg1 svg {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  float: left;
}
.cs-bg1 .svg-banner-shape {
  fill: #EFF0F5;
}
.sub-menu-custom .el-menu--popup {
  background: #fff !important;
  box-shadow: 0 8px 16px 0 rgba(10, 14, 29, 0.04), 0 32px 102px 0 rgba(10, 14, 29, 0.16);
  border-radius: 3px;
}
.sub-menu-custom .el-menu--popup .el-menu-item {
  background: #fff !important;
  color: #142149 !important;
  padding: 0px !important;
}
.sub-menu-custom .el-menu--popup .el-menu-item:hover {
  background-color: #e8e5e5 !important;
}
.sub-menu-custom .el-menu--popup .el-menu-item a {
  color: #142149 !important;
  padding: 10px 12px !important;
}
.sub-menu-custom .el-menu--popup:after {
  z-index: -1;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 8px 8px;
  position: absolute;
  top: -8px;
  display: block;
  left: -1000%;
  left: 20px;
}
.sub-menu-custom .el-menu--popup:before {
  content: "";
  background: 0 0;
  z-index: -1;
  position: absolute;
  top: -36px;
  height: 36px;
  width: 100%;
  display: block;
}
.grid5 .grid5-head .grid5-head-img {
  width: 200px;
  margin-right: 10px;
  float: left;
}
.grid5 .grid5-head .grid5-head-img img {
  width: 100%;
}
.grid5 .grid5-head .grid5-head-intro {
  width: calc(100%);
}
.mfl a {
  margin-right: 5px;
  padding-right: 10px;
  display: inline-block;
  margin-top: 5px;
  white-space: nowrap;
  color: #515154;
  text-decoration: none;
  position: relative;
  font-size: 13px;
}
.mfl a:last-child {
  border: none;
  margin: 0;
  padding: 0;
}
.mfl a:last-child:before {
  width: 0px;
}
.mfl a:before {
  content: '';
  position: absolute;
  height: 8px;
  width: 1px;
  background: linear-gradient(90deg, #d7d7d7, #fefefe);
  right: 0px;
  bottom: 0px;
  margin: auto;
  top: 0px;
}
.sidebar-open-btn {
  font-size: 2em;
  display: none;
}
.box-schedule {
  position: fixed;
  right: 0px;
  background: unset;
  width: 100%;
  z-index: 2001;
  bottom: 0px;
  text-align: center;
  background: #077DAC;
}
.box-schedule .tools a {
  display: inline-block;
  padding: 35px 5px 5px 5px;
  position: relative;
  color: #fff;
  font-size: 12px;
  text-align: center;
  text-decoration: unset;
}
.box-schedule .tools a:hover {
  color: #fff;
  background: linear-gradient(to right, #1ea9e1, #8ac1d7, #1ea9e1) !important;
}
.box-schedule .tools a i {
  position: absolute;
  width: 20px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 10px;
  font-size: 22px;
  color: #fff;
}
.box-schedule .tools a span {
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
.box-schedule .tools a .ic-zalo {
  background: url('assets/images/ic-chat-zalo.png');
  background-size: contain;
  background-position: center;
  height: 20px;
}
.box-schedule .tools a .ic-messenger {
  background: url('assets/images/ic-chat-fb.png');
  background-size: contain;
  background-position: center;
  height: 20px;
}
.box-schedule .tools a .ic-direct {
  background: url('assets/images/ic-direct.png');
  background-size: contain;
  background-position: center;
  height: 20px;
}
.box-grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
.box-grid2 .box-grid2-item {
  overflow: hidden;
}
.box-grid2 .box-grid2-item a {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  flex: 0 0 100%;
  display: flex;
  scroll-snap-align: center;
}
.box-grid2 .box-grid2-item a:after,
.box-grid2 .box-grid2-item a:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 0px;
  height: 0px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.35);
  transition: all 0.75s ease 0s;
  transition-delay: 0s;
}
.box-grid2 .box-grid2-item a:hover:before,
.box-grid2 .box-grid2-item a:hover:after {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.box-grid2 .box-grid2-item a:hover:after {
  top: 0px;
  left: 0px;
  transition-delay: 0.1s;
}
.box-grid2 .box-grid2-item a:hover:before {
  bottom: 0px;
  right: 0px;
  transition-delay: 0.1s;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes opacityChange {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
.box-grid4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin-top: 5px;
}
.box-grid4 .box-grid4-item {
  overflow: hidden;
  z-index: 0;
  position: relative;
  padding: 2px;
  border-radius: 5px;
}
.box-grid4 .box-grid4-item:before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background-color: #399953;
  background-repeat: no-repeat;
  background-size: 50% 50%, 50% 50%;
  background-position: 0 0, 100% 0, 100% 100%, 0 100%;
  background-image: linear-gradient(#399953, #399953), linear-gradient(#fbb300, #fbb300), linear-gradient(#d53e33, #d53e33), linear-gradient(#377af5, #377af5);
  animation: rotate 4s linear infinite;
}
.box-grid4 .box-grid4-item:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 6px;
  top: 6px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  background: white;
  border-radius: 5px;
  animation: opacityChange 3s infinite alternate;
}
.box-grid4 .box-grid4-item a {
  overflow: hidden;
  position: relative;
  border-radius: 0.5rem;
  flex: 0 0 100%;
  display: flex;
  scroll-snap-align: center;
}
.box-grid4 .box-grid4-item a:after,
.box-grid4 .box-grid4-item a:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 0px;
  height: 0px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.35);
  transition: all 0.75s ease 0s;
  transition-delay: 0s;
}
.box-grid4 .box-grid4-item a:hover:before,
.box-grid4 .box-grid4-item a:hover:after {
  height: 100%;
  width: 100%;
  opacity: 0;
}
.box-grid4 .box-grid4-item a:hover:after {
  top: 0px;
  left: 0px;
  transition-delay: 0.1s;
}
.box-grid4 .box-grid4-item a:hover:before {
  bottom: 0px;
  right: 0px;
  transition-delay: 0.1s;
}
.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 15px;
}
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}
.grid-5 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}
.dialog-schedule .el-dialog__body {
  padding-top: 0px;
}
.gallery-tabs .el-tabs__item {
  text-transform: unset;
  font-size: 15px;
}
.gallery-tabs .gt {
  display: block;
  position: relative;
}
.gallery-tabs .gt .gtl {
  position: relative;
  display: block;
  width: 200px;
  margin-right: 15px;
  float: left;
}
.gallery-tabs .gt .gtl img {
  position: relative;
  width: 100%;
}
.gallery-tabs .gt .gtr {
  width: calc(100% - 215px);
  float: left;
  position: relative;
  padding-bottom: 25px;
}
.gallery-tabs .gt .gtr .gtr-readmore {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-style: italic;
  background: #409EFF;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
}
.boxRatingCmt {
  margin-bottom: 20px;
}
.boxRatingCmt .toprt {
  border: solid 1px #ddd;
  border-radius: 5px;
  padding: 5px 15px 5px 0px;
  margin-bottom: 20px;
  overflow: hidden;
}
.boxRatingCmt .crt {
  height: 120px;
  box-sizing: border-box;
}
.boxRatingCmt .crt .lcrt {
  width: 30%;
  float: left;
  border-right: solid 1px #eee;
  padding-top: 15px;
  height: 90%;
  text-align: center;
  box-sizing: border-box;
  margin: 6px 0px;
}
.boxRatingCmt .crt .lcrt b {
  font-size: 40px;
  color: #fd9727;
  line-height: 40px;
}
.boxRatingCmt .crt .lcrt b i {
  vertical-align: initial;
  background-size: auto;
  background-size: 32px 32px;
}
.boxRatingCmt .crt .rcrt {
  font-size: 13px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 0;
  width: 70%;
  float: left;
}
.boxRatingCmt .crt .rcrt .r {
  padding: 1px 10px;
}
.boxRatingCmt .crt .rcrt .bgb {
  width: 60%;
  background-color: #e9e9e9;
  display: inline-block;
  margin: 0 5px;
  border-radius: 5px;
}
.boxRatingCmt .crt .rcrt span.t {
  display: inline-block;
  color: #333;
}
.boxRatingCmt .crt .rcrt span.c {
  display: inline-block;
  color: #288ad6;
  cursor: pointer;
}
.boxRatingCmt .crt .bcrt {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: right;
}
.boxRatingCmt .crt .clr {
  clear: both;
}
.boxRatingCmt .bcrt {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: right;
}
.only-image {
  position: relative;
}
.only-image img {
  width: 100%;
}
.align-items-center {
  align-items: center !important;
}
.d-flex {
  display: flex !important;
}
.slideshow {
  display: block;
  overflow: hidden;
  position: relative;
}
.slideshow .slideshow-item img {
  width: 100%;
}
.slideshow .slick-dots {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 10px;
  text-align: center;
  display: inline-block;
}
.slideshow .slick-dots li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.slideshow .slick-dots li button {
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  font-size: 0px;
  background: #666;
  border-radius: 50%;
}
.slideshow .slick-dots li.slick-active button {
  background: var(--primary-color);
}
.slideshow-thumb .slideshow-thumb-item {
  background: #424242;
  border-left: 1px solid #616161;
  border-bottom: 3px solid #424242;
  color: #fff;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  padding-left: 10px;
  padding-right: 10px;
  height: 60px;
  cursor: pointer;
}
.slideshow-thumb .slick-track {
  opacity: 0;
}
.slideshow-thumb .slick-current {
  background: #fff !important;
  color: #000 !important;
  border-bottom: 3px solid #ed1c24;
}
.box-sign {
  margin: 0px;
  padding: 0px;
}
.box-sign a {
  position: relative;
  padding-left: 8px;
  display: inline-block;
  margin-right: 5px;
  color: #555;
}
.box-sign a:hover {
  color: #0052aa;
}
.box-sign a:after {
  content: "";
  position: absolute;
  top: 0;
  height: 8px;
  width: 1px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  background: #fff;
}
.box-sign a:first-child {
  padding-left: 0px;
}
.box-sign a:first-child:after {
  display: none;
}
.page-tk .box-right {
  background: #fff;
  box-shadow: 0 4px 32px 0 rgba(10, 14, 29, 0.02), 0 8px 64px 0 rgba(10, 14, 29, 0.08);
  border-radius: 3px;
  margin-top: 30px;
  padding: 15px;
  margin-bottom: 20px;
}
.page-tk .box-right .box-right-head {
  font-size: 18px;
  line-height: 30px;
}
.page-tk .box-right .menu-tk {
  list-style: none;
  line-height: 30px;
}
.page-tk .box-right .menu-tk li a {
  color: #333;
  font-size: 13px;
}
.page-tk .box-right .menu-tk li a:hover {
  color: #0052aa;
}
.page-tk .box-right .ic-tk {
  color: #999;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.page-tk .box-left {
  background: #fff;
  border-radius: 3px;
  margin-top: 30px;
  padding: 15px;
  margin-bottom: 20px;
}
.page-tk .box-left .box-left-head {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.page-tk .box-left .box-left-content {
  display: block;
}
.page-tk .box-left .box-left-content .box-contain {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 15px;
  position: relative;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item:hover {
  border: 1px solid red;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item a {
  width: 100%;
  display: flex;
  align-items: center;
  color: #333;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item a .analytics-num {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: 600;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .box-contain-item-img {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  font-size: 28px;
  line-height: 100px;
  text-align: center;
  margin-right: 10px;
  background: #f98408;
  border-radius: 50%;
  color: #fff;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .box-contain-item-img i {
  color: #fff;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic1 {
  background: #efdfbb;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic1 i {
  color: #ac8630;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic2 {
  background: #bddcb3;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic2 i {
  color: #0a6214;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic3 {
  background: #ffbfca;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic3 i {
  color: #ee0894;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic4 {
  background: #c7bfff;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .ic4 i {
  color: #7476f2;
}
.page-tk .box-left .box-left-content .box-contain .box-contain-item .box-contain-item-right {
  width: calc(100% - 110px);
  display: inline-block;
}
.page-tk .box-left .box-left-content h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.box-hotline {
  border: 1px solid #d7d7d7;
  padding: 10px 10px 10px 60px;
  border-radius: 5px;
  position: relative;
  background: #fff;
}
.box-hotline .ic-hotline {
  position: absolute;
  left: 15px;
  fill: #999;
  width: 39px;
  height: 39px;
  display: inline-block;
  margin-right: 5px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.box-hotline p {
  margin: 0px;
}
.box-hotline-1 .ic-i {
  position: relative;
  fill: #333;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 0px;
  top: 0px;
}
.box-hotline-1 span {
  display: inline-block;
  margin-right: 5px;
}
@-webkit-keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.min20 {
  width: 20px !important;
  height: 20px !important;
  margin: auto !important;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  position: absolute;
  visibility: hidden;
}
.swap-lazy {
  width: 20px;
  height: 20px;
  color: var(--primary);
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}
.choose-prices {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.choose-prices .choose-prices-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.choose-prices .choose-prices-item .atl {
  display: inline-block;
}
.choose-prices .choose-prices-item .atl .el-radio {
  margin-right: 5px;
  position: relative;
}
.choose-prices .choose-prices-item .atl .el-radio .ic-cs {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  fill: #fff;
}
.choose-prices .choose-prices-item .atl .el-radio.is-bordered + .el-radio.is-bordered {
  margin-left: 0px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.choose-prices .choose-prices-item .atl .el-radio__input {
  opacity: 0;
  position: absolute;
}
.choose-prices .choose-prices-item .atl .el-radio__label {
  padding: 5px;
}
.choose-prices .choose-prices-item .atl .el-radio--medium.is-bordered {
  padding: 7px;
  height: unset;
  background: #fff;
}
.choose-prices .choose-prices-item .atl .el-radio.is-bordered.is-checked {
  border: 1px solid var(--primary-color);
}
.choose-prices .choose-prices-item .atl .el-radio.is-bordered.is-checked .product-variation--tick {
  display: block;
}
.choose-prices .choose-prices-item .atl .el-radio.is-bordered.is-checked .product-variation--tick:before {
  border: 12px solid transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 12px;
  border-bottom: 12px solid var(--primary-color, #ee4d2d);
  content: "";
  position: absolute;
  right: -12px;
  bottom: 0;
}
.choose-prices .choose-prices-item .atl .el-radio.is-bordered + .el-radio.is-bordered.is-checked {
  border: 1px solid var(--primary-color);
}
.choose-prices .choose-prices-item .atl .el-radio__input.is-checked + .el-radio__label {
  color: var(--primary-color);
}
.choose-prices .choose-prices-item .atl .product-variation--tick {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
}
.choose-prices .choose-prices-item .atr {
  min-width: 120px;
  display: inline-block;
}
.carts-quantity .el-input-number__increase {
  background: #fff;
}
.at-name {
  min-width: 120px;
  display: inline-block;
}
.tool-views {
  display: inline-block;
  opacity: 0;
  position: relative;
}
.tool-views ul {
  display: flex;
  flex-flow: wrap;
  max-width: 120px;
}
.tool-views ul li {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: var(--primary-color);
  width: 100%;
  padding: 8px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.tool-views ul li a {
  color: #fff;
  padding-left: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}
.tool-views ul li a .ic-cs {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  fill: bisque;
}
.form-profile {
  margin: 15px auto 0px;
}
.form-profile .upload-gallery .el-upload {
  display: block;
}
.form-profile .upload-gallery .el-upload .el-upload-dragger {
  width: 100%;
}
.form-profile .gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 15px;
}
.form-profile .gallery .gallery-item {
  position: relative;
}
.form-profile .gallery .el-image {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.form-profile .gallery .gallery-delete {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 25px;
  height: 25px;
  background: red;
  color: #fff;
  border-radius: 5px;
}
.form-profile .avatar-uploader {
  display: block;
}
.form-profile .avatar-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  width: 50px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  line-height: 30px;
  border-radius: 6px;
  background: #f5f5f5;
}
.form-profile .avatar-uploader .el-upload:hover {
  border-color: #409EFF;
}
.form-profile .avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  text-align: center;
}
.form-profile .avatar {
  width: 100%;
  padding-top: 100%;
  display: inline-block;
  position: relative;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  margin-bottom: 0px;
}
.form-profile .avatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.form-profile .cover-uploader {
  display: block;
}
.form-profile .cover-uploader .el-upload {
  border: 1px dashed #d9d9d9;
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  width: 50px;
  height: 30px;
  bottom: 10px;
  right: 10px;
  line-height: 30px;
  border-radius: 6px;
}
.form-profile .cover-uploader .el-upload:hover {
  border-color: #409EFF;
}
.form-profile .cover-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  text-align: center;
}
.form-profile .cover {
  width: 100%;
  padding-top: 37.72%;
  display: inline-block;
  position: relative;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
}
.form-profile .cover img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  top: 0px;
}
.form-profile .el-upload__input {
  display: none;
}
.form-profile .el-form-item {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.form-profile .el-form-item .el-form-item__label {
  left: 10px;
  right: auto;
  position: absolute;
  height: 20px;
  line-height: 20px;
  width: auto;
  z-index: 9;
  top: 0px;
  background: #fff;
  padding: 0px 15px;
}
.form-profile .el-form-item .el-form-item__label:after {
  content: "*";
  position: static;
  color: #ff001f;
  z-index: 1;
  margin-left: 5px;
}
.form-profile .el-form-item .el-form-item__content {
  line-height: 20px;
}
.form-profile .el-form-item .el-form-item__content .el-form-item__error {
  padding-top: 0px;
}
.form-profile .el-form-item .v-label--active {
  -webkit-transform: translateY(-6px) scale(0.75);
  transform: translateY(-6px) scale(0.75);
}
.form-profile .el-form-item .v-input-errors {
  border: 1px solid red;
  border-radius: 4px;
}
.form-profile .el-input--medium .el-input__inner {
  height: 45px;
  line-height: 45px;
}
.form-profile .no-require .el-form-item__label:after {
  content: "";
  margin-left: 0px;
}
.form-profile .error-message {
  margin-top: 5px;
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
}
.form-profile .errors {
  color: red;
  font-size: 12px;
  display: block;
  text-align: right;
  position: absolute;
  right: 0px;
  bottom: -22px;
}
.resume-bottom a:hover,
.resume-bottom a:focus {
  color: #fff;
  opacity: 0.6;
  text-decoration: unset;
}
.careers {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
.careers .careers-item {
  background: #fff;
  border-bottom: 1px dotted #d7d7d7;
  padding-bottom: 5px;
}
.careers .careers-item .careers-item-readmore {
  position: absolute;
  bottom: 5px;
  right: 0px;
  font-style: italic;
  background: #409EFF;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  float: right;
}
.careers .careers-item .careers-item-readmore:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s;
}
.careers .careers-item .careers-item-readmore:hover:before {
  opacity: 1;
  width: 100%;
}
.careers .careers-item .careers-item-attribute {
  line-height: 20px;
}
.careers .careers-item .careers-item-image {
  width: 150px;
  height: 100px;
  margin-right: 15px;
  float: left;
  position: relative;
}
.careers .careers-item .careers-item-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  bottom: 0px;
}
.careers .careers-item .careers-item-des {
  width: calc(100% - 165px);
  float: left;
  position: relative;
}
.careers-contain .careers-item {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  padding: 15px;
}
.provinces-contain {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
.tools-contain {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.tools-contain .tools-contain-item {
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.tools-contain .tools-contain-item .tools-contain-item-name {
  padding-right: 50px;
  font-size: 20px;
  color: #333;
  font-weight: 700;
}
.tools-contain .tools-contain-item .tools-contain-item-des {
  padding-right: 50px;
  font-size: 16px;
  color: #666;
}
.tools-contain .tools-contain-item .tools-contain-item-ic {
  position: absolute;
  right: 15px;
  font-size: 28px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
}
.box-cats {
  display: block;
  position: relative;
  padding: 0px;
  margin: 0px;
}
.box-cats .box-cats-item {
  list-style: none;
  padding: 5px 0;
}
.box-cats .box-cats-item a {
  display: block;
  overflow: hidden;
  padding: 10px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  background: #f1f1f1;
  border-radius: 4px;
  position: relative;
  padding-right: 20px;
}
.box-cats .box-cats-item a:hover {
  color: var(--blue);
}
.box-cats .box-cats-item a i {
  position: absolute;
  right: 5px;
  height: 13px;
  width: 9px;
  font-size: 12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.el-loading-spinner .circular {
  display: inline-block;
}
.ic-hot {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -7px;
  right: 0px;
}
.ic-urgent {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -7px;
  right: 0px;
}
.careers-item .careers-item-name {
  position: relative;
}
.transfers-item .transfers-item-image {
  position: relative;
  padding-top: 65%;
  margin-bottom: 10px;
}
.transfers-item .transfers-item-image img {
  width: 39px;
  height: 39px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  margin: auto;
}
.transfers-item .transfers-item-name {
  position: relative;
}
.policies li {
  position: relative;
  padding-left: 20px;
  line-height: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #d7d7d7;
  font-size: 14px;
}
.policies li i {
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 0px;
  margin: auto;
}
.page-product .wapp-gallery {
  position: relative;
  width: 100%;
}
.page-product .wapp-gallery .popup-gallery {
  display: none;
}
.el-pager a {
  display: block;
}
.page-package .package-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.page-package .package-list .package-item {
  display: flex;
  flex-direction: row;
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
.page-package .package-list .package-item .box-image {
  width: 130px;
  margin-right: 10px;
  position: relative;
}
.page-package .package-list .package-item .box-image img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.page-package .package-list .package-item .box-detail {
  float: left;
  width: calc(100% - 140px);
  margin-bottom: 10px;
}
.page-package .package-list .package-item .box-detail .box-detail-name {
  color: #44494d;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 2px;
  overflow: hidden;
  display: -webkit-box;
}
.page-package .package-list .package-item .box-detail .price-old {
  text-decoration: line-through;
  font-size: 0.9em;
  margin-right: 5px;
}
.page-package .package-list .package-item .box-detail .price-new {
  color: #b53d3c;
  font-size: 1.25em;
  font-weight: bold;
}
.page-package .package-list .package-item .box-detail sub {
  top: -5px;
  bottom: 0px;
}
.page-package .package-list .package-item .box-detail .bt-cs {
  border-radius: 5px 10px 0px 0px;
}
.page-package .po-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}
.page-package .po-list .po-item {
  display: block;
  border: 1px solid #eee;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 15px;
}
.page-package .po-list .po-item p {
  margin-bottom: 5px;
}
.page-package .po-list .po-item .price-old {
  text-decoration: line-through;
  font-size: 0.9em;
  margin-right: 5px;
}
.page-package .po-list .po-item .price-new {
  color: #b53d3c;
  font-size: 1.25em;
  font-weight: bold;
}
.page-package .po-list .po-item sub {
  top: -5px;
  bottom: 0px;
}
.page-package .billing .phone .el-form-item__content {
  position: relative;
}
.page-package .billing .phone .el-input__inner {
  padding-left: 69px;
}
.page-package .billing .area {
  position: absolute;
  left: 1px;
  top: 2px;
  z-index: 1;
  width: 59px;
}
.page-package .billing .area .el-input__inner {
  border: 0px;
  height: 36px;
  padding-left: 10px;
}
.page-package .billing .area .el-input__icon {
  line-height: 33px;
}
.career-fast {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.info-ck {
  background: antiquewhite;
  border-radius: 5px;
  border: 1px dotted #333;
  padding: 15px;
  word-break: break-word;
}
.info-ck p {
  margin-bottom: 5px;
}
.users-menu {
  position: relative;
  z-index: 999 !important;
}
.page-default h1 {
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-default h3 {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-shop .shop-head {
  position: relative;
}
.page-shop .shop-head .shop-head-cover {
  position: relative;
  height: 350px;
  border-radius: 8px;
  overflow: hidden;
}
.page-shop .shop-head .shop-head-cover img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-shop .shop-head .shop-head-bottom {
  position: relative;
  display: flex;
  flex-direction: row;
  min-height: 138px;
}
.page-shop .shop-head .shop-head-bottom .shop-head-bottom-avatar {
  position: absolute;
  height: 168px;
  width: 168px;
  top: -50px;
  left: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.page-shop .shop-head .shop-head-bottom .shop-head-bottom-avatar img {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.page-shop .shop-head .shop-head-bottom .shop-head-bottom-avatar-over {
  position: absolute;
  height: 168px;
  width: 168px;
  background: #fff;
  top: -55px;
  border-radius: 50%;
  left: 20px;
  box-shadow: -1px 6px 5px 1px #333;
}
.page-shop .shop-head .shop-head-bottom .shop-head-bottom-info {
  padding-left: 215px;
  padding-top: 15px;
}
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
#button {
  display: inline-block;
  background-color: var(--primary);
  display: inline-flex;
  text-align: center;
  align-content: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 15px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.bt-cart-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.bt-cart-grid .bt-add-cart {
  background-color: var(--primary);
  border: 0;
  border-radius: 0.5rem;
  box-sizing: border-box;
  color: #fff;
  padding: 1.25rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.bt-cart-grid .bt-add-cart:hover {
  opacity: 0.8;
}
.bt-cart-grid .bt-add-cart:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bt-cart-grid .bt-add-cart:focus-visible {
  box-shadow: none;
}
.bt-cart-grid .bt-add-cart button {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px;
  background: unset;
  left: 0px;
  top: 0;
  color: #fff;
}
.bt-cart-grid .bt-add-cart .loading-swap {
  display: none;
  position: absolute;
  background: var(--primary);
  width: 100%;
  left: 0;
  top: 0px;
  height: 100%;
  z-index: 1;
}
.bt-cart-grid .bt-buynow {
  background: #0B309D;
}
.bt-cart-grid .cart-loading {
  width: 40px;
  aspect-ratio: 4;
  --_g: no-repeat radial-gradient(circle closest-side, #000 90%, #0000);
  background: var(--_g) 0% 50%, var(--_g) 50% 50%, var(--_g) 100% 50%;
  background-size: calc(100%/3) 100%;
  animation: d7 1s infinite linear;
  height: 10px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.zalo-chat-widget img {
  height: 45px !important;
}
@keyframes d7 {
  33% {
    background-size: calc(100%/3) 0%, calc(100%/3) 100%, calc(100%/3) 100%;
  }
  50% {
    background-size: calc(100%/3) 100%, calc(100%/3) 0%, calc(100%/3) 100%;
  }
  66% {
    background-size: calc(100%/3) 100%, calc(100%/3) 100%, calc(100%/3) 0%;
  }
}
@-webkit-keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes xoayvong {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
.fa-spin {
  animation: xoayvong 2s linear 0s infinite;
  -webkit-animation: xoayvong 2s linear 0s infinite;
  -moz-animation: xoayvong 2s linear 0s infinite;
  -o-animation: xoayvong 2s linear 0s infinite;
}
.pagination {
  margin: 30px 0px;
  display: block;
}
.pagination .el-pagination {
  padding: 0px;
}
.pagination .el-pagination .el-pager li:first-child {
  margin-left: 0px;
}
.pagination .el-pagination .el-pager li:last-child {
  margin-right: 0px;
}
.ft-copyright {
  padding: 10px 0px;
  background: #d7d7d7;
  font-size: 15px;
  margin-top: 0px;
}
.page-post table {
  background: white;
  border-radius: 6px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 100%;
  padding: 5px;
  width: 100%;
  animation: float 5s infinite;
  margin-bottom: 20px;
  overflow: hidden;
  border: 0px solid #d7d7d7;
}
.page-post table th {
  color: #D5DDE5;
  background: #1b1e24;
  border-bottom: 4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 23px;
  font-weight: 100;
  padding: 24px;
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.page-post table th:first-child {
  border-top-left-radius: 3px;
}
.page-post table th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}
.page-post table tr {
  color: #666B85;
  font-size: 15px;
  font-weight: normal;
}
.page-post table tr td {
  border: 1px solid #d7d7d7;
}
.page-post table tr td:first-child {
  border-right: 0px solid #d7d7d7;
}
.page-post table tr:first-child td {
  background: var(--primary);
  color: #fff;
  border: 0px;
}
.page-post table tr:first-child td:first-child {
  border-radius: 10px 0px 0px 0px;
  border-left: 1px solid #d7d7d7;
}
.page-post table tr:first-child td:last-child {
  border-radius: 0px 10px 0px 0px;
}
.page-post table tr:last-child {
  border: 0px;
}
.page-post table tr:last-child td {
  background: unset;
  border: 1px solid #d7d7d7;
}
.page-post table tr:last-child td:first-child {
  border-radius: 0px 0px 0px 10px;
}
.page-post table tr:last-child td:last-child {
  border-radius: 0px 0px 10px 0px;
}
.page-post table tr:nth-child td {
  background: #EBEBEB;
}
.page-post table tr:nth-child:hover td {
  background: #4E5066;
}
.page-post table tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}
.page-post table tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}
.page-post table td {
  background: #FFFFFF;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 15px;
  border-right: 1px solid #C1C3D1;
}
@keyframes ring {
  0% {
    width: 28px;
    height: 28px;
    opacity: 1;
  }
  100% {
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@keyframes move-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes shine {
  to {
    left: 200%;
  }
}
@keyframes color_360 {
  0% {
    transform: translate(-50%, -50%) scale(0.7);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  to {
    transform: translate(-50%, -50%) scale(0.7);
  }
}
@media (max-width: 500px) {
  #mega-menu {
    display: none;
  }
  .sidebar-open-btn {
    display: block;
  }
}
.el-select-dropdown {
  z-index: 9999999999 !important;
}
