/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.breamBox {
  min-height: 45px;
  align-items: center;
  display: flex;
  position: relative;
  background-color: rgb(241, 241, 241);
  width: 100%;
}

.breadcrumb_last {
  font-weight: bold;
  color: black;
}
.postPage {
  padding: 30px 0;
}
.container,
.container-width,
.full-width .ubermenu-nav,
.row {
  /*max-width: 1170px;*/
}
.html_topbar_left {
}
.html_topbar_left ul {
  display: flex;
  gap: 20px;
  font-size: 14px;
  list-style: none;
}
.html_topbar_left ul li {
  margin: 0;
  padding-left: 18px;
}
.html_topbar_left ul li:nth-child(1) {
  background: url(images/top1.png) 0px 1px no-repeat;
}
.html_topbar_left ul li:nth-child(2) {
  background: url(images/top2.png) 0px 5px no-repeat;
}
.html_topbar_left ul li:nth-child(3) {
  background: url(images/top3.png) 0px 7px no-repeat;
}
.btnHotline {
  margin: 0;
  background: url(images/mainPhone.png) 15px 13px no-repeat;
  padding: 8px 14px 8px 45px;
  line-height: unset;
  border: 1px solid #ed1c24;
  border-radius: 40px;
  color: #ed1c24;
}
.btnHotline span {
}
.header-nav-main .header-block {
  width: auto;
  margin: 0;
  margin-left: 20px;
}
.ftInfo {
}
.ftInfo h3 {
}
.ftInfo ul {
}
.ftInfo ul li {
  list-style: none;
  margin: 0 0 0.6em;
  padding-left: 18px;
}
.ftInfo ul li:nth-child(1) {
  background: url(images/ft1.png) 0px 4px no-repeat;
}
.ftInfo ul li:nth-child(2) {
  background: url(images/ft1.png) 0px 4px no-repeat;
}
.ftInfo ul li:nth-child(3) {
  background: url(images/ft2.png) 0px 6px no-repeat;
}
.ftInfo ul li:nth-child(4) {
  background: url(images/ft3.png) 0px 8px no-repeat;
}
.ftInfo ul li:nth-child(5) {
}

.ftSocial {
}

.ftSocial ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.ftSocial ul::before {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul::after {
  content: "";
  background: white;
  width: 100%;
  height: 1px;
  display: none;
}

.ftSocial ul li {
  margin: 0;
  list-style: none;
}

.ftSocial ul li a {
  width: 36px;
  height: 36px;
  position: relative;
  display: block;
  background: white;
  border-radius: 50%;
}

.ftSocial ul li:nth-child(1) a {
  background: url(images/so1.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(2) a {
  background: url(images/so2.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(3) a {
  background: url(images/so3.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(4) a {
  background: url(images/so4.png) center center no-repeat;
  background-size: 36px;
}

.ftSocial ul li:nth-child(5) a {
  background: url(images/so5.png) center center no-repeat;
  background-size: 36px;
  display: none;
}

.ftList {
}

.ftList h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.ftList h3::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 4px;
  border-radius: 5px;
  background: white;
  left: 0;
  bottom: 0;
}

.ftList ul {
}

.ftList ul li {
  list-style: none;
  margin: 0 0 0.8em;
  font-size: 15px;
}

.ftList ul li a {
  position: relative;
  padding-left: 15px;
  transition: all 500ms;
  /* font-size: 15px; */
}

.ftList ul li a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.ftList ul li a:hover {
  padding: 0;
}

.ftList ul li a:hover::before {
  visibility: hidden;
}
.cfForm {
}
.cfForm label {
}
.cfForm .wpcf7-form-control-wrap {
}
.cfForm .wpcf7-form-control-wrap input {
  box-shadow: none;
  border-radius: 6px;
}
.cfForm .wpcf7-form-control-wrap .wpcf7-textarea {
  box-shadow: none;
  border-radius: 6px;
}
.cfForm .wpcf7-submit {
  background: #cf2031;
  border-radius: 40px;
  border: none;
  padding: 5px 36px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 10px 0;
}

.widget {
  border-radius: 5px;
  overflow: hidden;
}

.widget .widget-title {
  background: #c30813;
  color: white;
  display: block;
  padding: 15px 30px;
}

.widget .widget-title span {
}

.widget .is-divider {
  display: none;
}

.widget ul {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
}

.widget ul li {
  border: none !important;
}

.widget ul li a {
  border-bottom: 1px dashed #cecaca !important;
  display: block;
  line-height: 18px;
  padding: 10px 24px 10px 5px;
  position: relative;
  margin-bottom: 0;
  color: black;
}

.widget ul li:last-child a {
  border: none;
}

.pPageItem {
  gap: 20px;
  overflow: hidden;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  display: flex;
  padding: 0.75rem;
  border-radius: 0.5rem;
  background: white;
  /*    align-items: center;*/
}

.pPageItemThumb {
  position: relative;
  max-width: 310px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 0.5em;
  height: 190px;
  width: 290px;
}

.pPageItemThumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pPageItemContent {
}

.pPageItemTitle {
}

.pPageItemTitle a {
  font-weight: bold;
  color: black;
  font-size: 18px;
  text-transform: uppercase;
}

.pPageItemDate {
  color: #0066b5;
}

.pPageItemDescription {
  margin-top: 8px;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
  color: black;
  margin-bottom: 10px;
}

.pPageItemRead {
  margin-top: 15px;
}

.pPageItemRead a {
  height: 35px;
  background: #0066b5;
  border: 1px solid #cbd5e1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  font-size: 0.775rem;
  text-transform: uppercase;
  line-height: 130%;
  color: white;
  max-width: 110px;
}

.pPageItemReadMore {
}

.pPageItemReadMore a {
  background: linear-gradient(110.15deg, #247eda 5.6%, #81e2a6 95.6%);
  color: white;
  display: block;
  padding: 6px 18px;
  border-radius: 8px;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.8em;
}

.pPageItem:hover .pPageItemTitle a {
  color: #c30813;
}

.boxPostGridRelate {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}

.signPostBoxContent ul,
.signPostBoxContent ol {
  padding-left: 17px;
}

.signPostBoxEx {
  /* border: 1px solid #f2f2f2; */
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  color: black;
}

.signDate {
  display: none;
}

.signPostBoxEx p {
  margin-top: 10px;
}

.signPostBoxTitle h1 {
  margin: 0 0 25px 0;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  background: linear-gradient(110.15deg, #247eda 5.6%, #81e2a6 95.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
}

.pagePostDetails {
  padding: 30px 0;
}

.relate-post {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  color: #c30813;
  text-transform: uppercase;
}

.postTwoThumb {
  width: 202px;
  flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.postTwo {
  background-color: white;
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin-bottom: 33px;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.postTwoThumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s;
  transition-duration: 0.3s;
}

.postRelate {
  flex-wrap: wrap;
  background: white;
  box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -webkit-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  -moz-box-shadow: -2px 3px 20px 0px rgb(0 0 0 / 8%);
  margin-bottom: 0px !important;
}

.postRelate .postTwoThumb {
  width: 100%;
  height: 160px;
}

.postTwoTitle a {
  font-size: 1em;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-weight: bold;
  height: 49px;
  margin-bottom: 5px;
}

.postTwoDescription {
  font-size: 0.9em;
  color: black;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 48px;
}

.postAsideList {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.postAsideHomeItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.postAsideHomeItemThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.postAsideHomeItemThumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.postAsideHomeItemContent {
}

.postAsideHomeItemTitle {
}

.postAsideHomeItemTitle a {
  color: black;
  font-size: 0.95em;
  font-style: normal;
  /* line-height: normal; */
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.postAsideHomeItemDesc {
  display: none;
}

.postAsideHomeItem:hover .postAsideHomeItemTitle a {
  color: #c30813;
}

.widget ul li:last-child a {
  border: none !important;
}

.signPostHeading {
}

.signPostHeading h1 {
  text-transform: uppercase;
  font-size: 1.4em;
  color: #c30813;
}

.postRelate:hover .postTwoTitle a {
  color: #c30813;
}

.signRelateGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
}
.relate-box h3 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5em;
  color: #c30813;
  text-transform: uppercase;
}
.proListAside {
  width: 100%;
  border: 1px solid #f2f2f2;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}

.proAsideItem {
  display: flex;
  gap: 10px;
  align-items: center;
}

.proAsideThumb {
  height: 60px;
  min-width: 60px;
  max-width: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #efefef;
}

.proAsideThumb img {
}

.proAsideContent {
}

.proAsideTitle {
  margin-bottom: 5px;
}

.proAsideTitle a {
  color: black;
  font-weight: bold;
  font-size: 0.95em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 49px;
}

.proAsideGrPrice {
  display: flex;
  font-size: 0.85em;
  gap: 10px;
  align-items: end;
}

.proAsideGrPrice .new {
}

.proAsideGrPrice .new .woocommerce-Price-amount {
  color: #b20000;
}

.proAsideGrPrice .old {
}

.proAsideGrPrice .old .woocommerce-Price-amount {
}

.proItemPrice {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.proItemPrice .new {
  font-size: 17px;
  order: 1;
}

.proItemPrice .new .woocommerce-Price-amount {
  color: #b20000;
}

.proItemPrice .old {
  order: 2;
  font-size: 17px;
}

.proItemPrice .old .woocommerce-Price-amount {
  font-size: 15px;
}
.proAsideGrPrice .contact {
  font-weight: bold;
  color: #c30813;
}
.pagePro {
  padding: 30px 0;
}
.pProItem {
}
.pProItemThumb {
}
.pProItemImage {
}
.pProItemImage img {
}
.pProItemContent {
}
.pProItemTitle {
}
.pProItemTitle a {
}
.pProItemDesc {
}
.pProItemReadMore {
}
.pProItemReadMore a {
}
.pProItem:hover .pProItemImage img {
}
.pageProHeading {
}
.pProItem:hover .pProItemTitle a {
}
.proPageList {
}
.bannerTextx {
}
.bannerTextx h3 {
  margin: 0;
  font-size: 24px;
  color: #515151;
  font-weight: 700;
  margin-bottom: 12px;
}
.bannerTextx h2 {
  margin: 0;
  font-weight: 700;
  font-size: 96px;
  color: white;
  padding: 10px 28px;
  background: url(images/bgH2.png) left center no-repeat;
}
.bannerTextx p {
  font-size: 14px;
  color: #000000;
  text-align: justify;
  max-width: 483px;
}
.bannerTextx .button {
  border: none;
  line-height: unset;
  padding: 18px 82px;
  background: #000000 !important;
}
.bannerTextx .button span {
}
.bannerTextx2 h2 {
  background: url(images/bgh22.png) left center no-repeat;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.2;
}
.bannerTextx2 p {
}
.bannerTextx2 .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.bannerTextx .button:hover {
  background: #c30813 !important;
  color: white !important;
}
.headingDefault {
}
.headingDefault h2 {
  font-size: 40px;
  color: #c30813;
  text-transform: uppercase;
  background: url(images/line1.png) bottom center no-repeat;
  padding-bottom: 20px;
}
.taisaoHeading {
}
.taisaoHeading h2 {
  font-size: 40px;
  text-transform: uppercase;
}
.iBox1 {
}
.iBox1 .icon-box-img {
}
.iBox1 .icon-box-img .icon {
}
.iBox1 .icon-box-img .icon .icon-inner {
}
.iBox1 .icon-box-img .icon .icon-inner img {
}
.iBox1 .icon-box-text {
}
.iBox1 .icon-box-text h3 {
  font-size: 20px;
}
.iBox1 .icon-box-text p {
  font-size: 14px;
}
.yeucauCol {
}
.yeucauCol h2 {
  font-size: 32px;
  color: #c30813;
}
.yeucauCol .wpcf7-form-control-wrap input {
  background: #f0f0f0;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  color: #747474;
  font-weight: bold;
  font-size: 14px;
  min-height: 40px;
  padding: 9px 16px;
}
.yeucauCol .wpcf7-submit {
  background: url(images/ar3.png) #c30813 no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: center;
  border: none;
  padding: 15px 71px 15px 25px;
  line-height: unset;
  border-radius: 10px;
  margin: 0;
  margin-top: 20px;
}
.partnerHeading {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.partnerHeading h2 {
  margin: 0;
  color: #c30813;
  font-size: 32px;
}
.partnerHeading h2::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 8px;
  background: #cf2031;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translate(0px, 25px);
  border-radius: 8px;
}

.dotCusx .owl-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.dotCusx .owl-dots .owl-dot {
  width: 45px;
  height: 11px;
  background: #d9d9d9;
  margin: 0;
  padding: 0;
  line-height: unset;
  min-height: unset;
  border-radius: 8px;
  overflow: hidden;
}
.dotCusx .owl-dots .owl-dot.active {
  width: 90px;
  background: #c30813;
}
.postHome {
}
.postHomeList {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  display: grid;
}
.postHomeItem {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.postHomeItemThumb {
}
.postHomeItemCover {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.postHomeItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms;
}
.postHomeItemContent {
  position: absolute;
  background: rgb(0 0 0 / 50%);
  padding: 16px 53px;
  bottom: 0;
  text-align: center;
  border-radius: 16px;
}
.postHomeItemTitle {
  text-align: center;
  margin-bottom: 5px;
}
.postHomeItemTitle a {
  font-size: 14px;
  color: white;
  font-weight: bold;
}
.postHomeItemDesc {
  font-size: 9.5px;
  color: white;
  display: flex;
  justify-content: center;
}
.postHomeItemDesc span {
  background: url(images/imap.png) no-repeat;
  padding-left: 19px;
}
.postHomeItem:hover .postHomeItemTitle a {
}
.postHomeItem:hover .postHomeItemCover img {
  transform: scale(1.1);
}
.proHome {
  padding: 40px 0;
}
.proHomeNameBox {
  margin-bottom: 60px;
}
.proHomeName {
  text-align: center;
}
.proHomeName::after {
  content: "";
}
.proHomeName a {
  font-size: 35px;
  color: #c30813;
  text-transform: uppercase;
  background: url(images/line1.png) bottom center no-repeat;
  padding-bottom: 20px;
}

.proItem {
  padding: 12px;
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.proItemThumb {
  margin-bottom: 8px;
}
.proItemCover {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proItemCover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proItemContent {
}
.proItemTitle {
  margin-bottom: 8px;
}
.proItemTitle a {
  font-size: 16px;
  color: #c30813;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 51px;
}
.proItemPrice {
}
.proItemPrice .contact {
}
.proItemReadAddTo {
  font-size: 11px;
  font-weight: bold;
  background: #c30813;
  padding: 10px 35px;
  display: inline-flex;
  border-radius: 20px;
  margin-top: 20px;
}
.proItemReadAddTo {
}
.proItem:hover .proItemCover img {
}
.proItem:hover .proItemTitle a {
}
.proItemReadAddTo a {
  color: white;
}
.proPageList {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  display: grid;
}

.box-camket {
  border: 1px solid #c30813;
  border-radius: 3px;
  color: var(--primary-color);
  width: 100%;
}
.box-camket .title-sidebar {
  padding: 15px 10px;
  border-bottom: 1px solid #c30813;
  font-size: 15px;
  font-weight: bold;
  color: #c30813;
  text-transform: uppercase;
}
.box-camket .b-content {
  padding: 10px;
  font-size: 14px;
  line-height: 1.8;
}
.box-camket .b-content .b-item {
  color: #c30813;
  font-size: 13px;
}
.box-camket .b-content .fa {
  margin-right: 3px;
}
.hotline-quickbuy strong {
  color: #c30813;
}
.hotline-quickbuy i {
  color: #c30813;
  font-size: 20px;
}
.hotline-quickbuy {
  border: 1px solid #c30813;
  padding: 6px 10px;
  font-size: 16px;
}
.single_add_to_cart_button {
  background: #c30813!important;

  border-radius: 20px;
}
/*desktop*/
@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 48em) {
  .signRelateGrid {
    display: grid
;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
}
  .proPageList {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    display: grid
;
}
  .pPageItemThumb {
    position: relative;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 0.5em;
    height: 190px;
    width: 100%;
}
  .pPageItem {

    flex-wrap: wrap;
}
  .postHomeList {
    grid-template-columns: repeat(1, 1fr);
  }

  .bannerTextx {
    width: 100% !important;
    padding: 0 10px;
  }
  .bannerTextx h2 {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    color: white;
    padding: 10px 28px;
    background: url(images/bgH2.png) left center no-repeat;
  }
  .bannerTextx2 h2 {
    background: url(images/bgh22.png) left center no-repeat;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.2;
  }
  .headingDefault h2 {
    font-size: 24px;
    color: #c30813;
    text-transform: uppercase;
    background: url(images/line1.png) bottom center no-repeat;
    padding-bottom: 20px;
  }
  .taisaoHeading h2 {
    font-size: 24px;
    text-transform: uppercase;
  }
  .proHomeName a {
    font-size: 24px;
    color: #c30813;
    text-transform: uppercase;
    background: url(images/line1.png) bottom center no-repeat;
    padding-bottom: 20px;
  }
  .yeucauCol h2 {
    font-size: 24px;
    color: #c30813;
  }
  .partnerHeading h2 {
    margin: 0;
    color: #c30813;
    font-size: 24px;
  }
}
