:root {
  --theme_color: #fc0102;
  --subtheme_color: #212121;
  --title_color: #232323;
  --content_color: #828282;
  --bg_color: linear-gradient(to right, #000, #000);
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_box {
  position: relative;
}
.swiper_content {
  max-width: 1780px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-family: 'Poppins', sans-serif;
  color: var(--title_color);
}
body.fixed {
  padding-right: 17px;
  overflow: hidden;
}
.only_mobile {
  display: none;
}
.head h2 {
  color: var(--title_color);
  font-size: 48px;
  font-weight: 600;
  line-height: 70px;
}
.head p {
  font-size: 17px;
  color: #606060 !important;
}
.head .subtitle {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme_color);
  text-transform: uppercase;
}
.head .subtitle + h2 {
  margin-top: 1.3rem;
}
.normal-title h1 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}

.normal-title p {
  max-width: 563px;
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  /* margin: 7px 0 0; */
}
.head h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  line-height: 75px;
  text-transform: uppercase;
}
.head p {
  /* max-width: 563px; */
  color: #fff;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 7px 0 0;
}
.button {
  display: inline-block;
  line-height: 1;
  border-radius: 6px;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--theme_color);
  padding: 15px 45.4px;
  border: 2px solid var(--theme_color);
  text-align: center;
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_more {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
  padding: 17px 59.5px;
  transition: all 0.3s;
}
.button_more:hover {
  color: #fff;
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1872px;
  width: 98%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.swiper_btns div {
  width: 1rem;
  height: 30px;
  background: url(../img/left-g.svg) no-repeat center / contain;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper_btns div.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}
.swiper_btns .btn_next {
  background-image: url(../img/right-g.svg);
}
.swiper_btns_full {
  display: flex;
  gap: 25px;
}
.swiper_btns_full div {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid var(--subtheme_color);
  background-color: var(--subtheme_color);
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper_btns_full div:hover {
  border-color: var(--theme_color);
  background-color: var(--theme_color);
}
.swiper_btns_full div::after {
  content: '';
  display: block;
  width: 35%;
  height: 35%;
  background: url(../img/left-b.svg) no-repeat center / contain;
  filter: brightness(20);
  transition: all 0.3s;
}
.swiper_btns_full div.swiper-button-disabled {
  background-color: transparent;
  pointer-events: none;
  cursor: default;
}
.swiper_btns_full div.swiper-button-disabled::after {
  filter: none;
}
.swiper_btns_full .btn_next::after {
  background-image: url(../img/right-b.svg);
}
.gap {
  gap: 1.25rem;
}
.content .content {
  padding: 0;
}
.swiper-pagination {
  display: flex;
  width: 100%;
  margin-top: 70px;
  justify-content: center;
  position: unset !important;
  align-items: center;
  gap: 28px;
}
.black-overlay {
  position: relative;
}
.black-overlay > .content {
  position: relative;
  z-index: 10;
}
.black-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  z-index: 1;
}
li.swiper-slide {
  height: auto;
}
body .swiper-pagination {
  height: 1rem;
}
body .swiper-pagination span.swiper-pagination-bullet {
  width: 9px;
  display: inline-block;
  height: 9px;
  border: 1px solid #000;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #000;
}
body .swiper-pagination span.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: transparent;
}
.content-small {
  max-width: 1220px;
  margin: 0 auto;
  width: calc(100% - 4.8rem);
}
header {
  position: sticky;
  z-index: 99;
  left: 0;
  top: -215px;
  transition: all 0.3s;
}
header.sticky {
  top: -155px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header .top {
  background-color: #f8f8f8;
}
header .top ul {
  max-width: 1800px;
  margin: 0 auto;
  display: flex;
  position: relative;
  left: -10px;
}
header .top ul li {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  cursor: pointer;
  min-height: 54px;
  padding: 0 8px;
}
header .top ul li:nth-child(1) i {
  width: 47px;
}
header .top ul li:nth-child(2) i {
  background-image: url(../img/header-icon2.svg);
}
header .top ul li:nth-child(3) i {
  width: 40px;
  height: 40px;
  background-image: url(../img/header-icon3.svg);
}
header .top ul li:last-child {
  border: none;
}
header .top ul li:last-child i {
  background-image: url(../img/header-icon4.svg);
}
header .top ul li i {
  display: block;
  width: 31px;
  height: 31px;
  background: url(../img/header-icon1.svg) no-repeat center / contain;
  position: relative;
  top: -2px;
}
header .top ul li p {
  color: #25292d;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  top: 2px;
}
header .header {
  padding: 13px 0;
  background-color: #fff;
}
header .header .header_content {
  max-width: 1920px;
  margin: 0 auto;
}
header .header .header_content > .flex {
  padding: 0 2.70625%;
}
header .header .left .logo {
  position: relative;
  top: 4px;
}
header .header .left .logo img {
  width: 206px;
  height: auto;
}
/* header .header .search_box {
  width: 48.89%;
  height: 51px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  left: 25px;
}
header .header .search_box select {
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  min-width: 214px;
  height: 100%;
  background: url(../img/select.svg) no-repeat right 20px center / 10px;
  color: #333333;
  font-size: 18.36px;
  padding: 0 40px 0 20px;
  cursor: pointer;
}
header .header .search_box form {
  flex: 1;
  height: 100%;
  display: flex;
}
header .header .search_box input[type="text"] {
  flex: 1;
  height: 100%;
  color: var(--title_color);
  font-size: 16px;
  padding: 0 26px;
  width: 0;
}
header .header .search_box input[type="text"]::placeholder {
  color: #959595;
}
header .header .search_box input[type="submit"] {
  min-width: 51px;
  height: 100%;
  background: url(../img/search.svg) no-repeat center / 48%;
  background-color: var(--theme_color);
  transition: all 0.3s;
  display: inline-block;
  text-indent: -9999px;
}
header .header .search_box input[type="submit"]:hover {
  background-color: var(--subtheme_color);
} */
header .header .right {
  display: flex;
  align-items: center;
}
header .header .right a {
  margin-right: 1rem;
  width: 75px;
  height: 75px;
  border-radius: 6px;
  background-color: #efefef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s;
  gap: 4px;
  padding-top: 8px;
}
header .header .right a:hover {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .header .right a i {
  width: 31px;
  height: 31px;
  background: url(../img/header-icon5.svg) no-repeat center / contain;
}
header .header .right a p {
  color: #666666;
  font-size: 13px;
}
header .header .right a:nth-child(2) i {
  background-image: url(../img/header-icon6.svg);
}
header .header .right a:nth-child(3) i {
  width: 27px;
  height: 27px;
  background-image: url(../img/header-icon7.svg);
  position: relative;
}
header .header .right a:nth-child(3) i span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  background-color: var(--theme_color);
  color: #fff;
  border-radius: 0.5rem;
  line-height: 1rem;
  padding: 0 6px;
  transform: translate(50%, -25%);
}
header nav {
  background-color: #212121;
}
header nav div {
  max-width: 1920px;
  margin: 0 auto;
}
header nav div > ul {
  display: flex;
}
header nav div > ul > li {
  flex-grow: 1;
}
header nav div > ul > li.current-menu-item > a {
  background-color: var(--theme_color);
}
header nav div > ul > li > a {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  background-color: var(--subtheme_color);
  transition: all 0.3s;
  text-align: center;
  padding: 20px 0;
}
header nav div > ul > li > a:hover,
header nav div > ul > li > a.active {
  background-color: var(--theme_color);
}
header nav div > ul > li:nth-last-of-type(1) > a {
  color: rgba(255, 255, 255, 0.7);
}
header nav div > ul > li:nth-last-of-type(1) > a:hover {
  color: #fff;
}
header nav div > ul > li:nth-last-of-type(2) {
  border-left: 2px solid #373737;
}
header nav div > ul > li:nth-last-of-type(2) > a {
  color: rgba(255, 255, 255, 0.7);
}
header nav div > ul > li:nth-last-of-type(2) > a:hover {
  color: #fff;
}
footer .footer {
  padding: 92px 0 82px;
  background-color: #222222;
}
footer .footer .slide_obj {
  flex: 1;
}
footer .footer .slide_obj strong {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  margin-bottom: 18px;
}
footer .footer .slide_obj a {
  color: #9b9b9b;
  font-size: 18px;
  line-height: 38px;
  transition: all 0.3s;
}
footer .footer .slide_obj a:hover {
  color: var(--theme_color);
}
footer .footer .slide_obj p {
  color: #9b9b9b;
  font-size: 18px;
  line-height: 38px;
}
footer .footer .contact_us {
  flex: unset;
  width: 414px;
}
footer .footer .contact_us form {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 18px;
}
footer .footer .contact_us form input[type="email"] {
  flex: 1;
  border-radius: 3px;
  background-color: #4d4d4d;
  color: #fff;
  font-size: 16px;
  padding: 0 18px;
}
footer .footer .contact_us form input[type="email"]::placeholder{
  color: #fff;
}
footer .footer .contact_us form input[type="submit"] {
  min-width: 46px;
  height: 46px;
  border-radius: 3px;
  border: 1px solid var(--theme_color);
  background: url(../img/right-line-w.svg) no-repeat center / 40%;
  background-color: var(--theme_color);
  transition: all 0.3s;
  text-indent: -9999px;
}
footer .footer .contact_us form input[type="submit"]:hover {
  background-color: transparent;
}
footer .footer_bottom {
  padding-bottom: 24px;
  background-color: #222222;
}
footer .footer_bottom .logo img {
  width: 206px;
  height: auto;
}
footer .copyright {
  padding: 20px 0;
  background-color: #0c0c0c;
}
footer .copyright p,
footer .copyright a,
footer .copyright select {
  color: #fff;
  opacity: 0.68;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}
footer .copyright ul {
  display: flex;
  gap: 40px;
}
footer .copyright select {
  height: 39px;
  width: 246px;
  background: url(../img/earth.svg) no-repeat left 16px center / 17px;
  background-color: #252525;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding-left: 25px;
  text-align: center;
}
.social {
  display: flex;
  gap: 1rem;
}
.social li a {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url(../img/twitter.svg) no-repeat center / 45%;
  background-color: #eaeaea;
  transition: all 0.3s;
  text-indent: -9999px;
}
.social li a:hover {
  background-color: var(--theme_color);
}
.social .facebook a {
  background-image: url(../img/facebook.svg);
  background-size: 20%;
}
.social .youtube a {
  background-size: 52%;
  background-image: url(../img/youtube.svg);
}
.social .instagram a {
  background-size: 42%;
  background-image: url(../img/instagram.svg);
}
.social .tiktok a {
  background-size: 35%;
  background-image: url(../img/tiktok.svg);
}
.social .pinterest a {
  background-size: 35%;
  background-image: url(../img/pinterest.svg);
}
.breadcrumb_last {
  color: var(--theme_color) !important;
  font-weight: 500;
}
.header_menu {
  display: none;
  position: absolute;
  
  top: 100%;
  left: 0;
  
  width: 100%;
  height: 660px;
  background-color: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  padding: 40px 0 2rem;
  z-index: 9;
}
.header_menu .submenu {
  width: 300px;
  padding-right: 3px;
  max-height: calc(100vh - 20rem - 14px);
  overflow: auto;
  transition: all 0.3s;
  margin-top: 14px;
}
.header_menu .submenu li a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  padding: 6px 1rem;
  gap: 20px;
  min-height: 50px;
}
.header_menu .submenu li a .img {
  width: 38px;
  height: 38px;
}
.header_menu .submenu li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_menu .submenu li a span {
  color: #595959;
  transition: all 0.3s;
}
.header_menu .submenu li.active a {
  background-color: #f2f2f2;
}
.header_menu .submenu li.active a span {
  color: var(--theme_color);
  font-weight: 600;
}
.header_menu .submenu::-webkit-scrollbar {
  width: 5px;
}
.header_menu .submenu::-webkit-scrollbar-track {
  background: #b3b1b1;
  border-radius: 10px;
}
.header_menu .submenu::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.header_menu .submenu::-webkit-scrollbar-thumb:hover {
  background: #646464;
  border-radius: 10px;
}
.header_menu .submenu::-webkit-scrollbar-thumb:active {
  background: #444444;
  border-radius: 10px;
}
.header_menu .submenu_child {
  flex: 1;
  max-width: 1380px;
  max-height: 580px;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  display: none;
}
.header_menu .submenu_child.active{
  display: flex;
}
.header_menu .submenu_child .title {
  display: flex;
  align-items: center;
  gap: 18px;
}
.header_menu .submenu_child .title strong {
  color: #282828;
  font-size: 22px;
  font-weight: 600;
}
.header_menu .submenu_child .title a {
  color: var(--theme_color);
  font-size: 14px;
  position: relative;
  padding-right: 12px;
  top: 2px;
}
.header_menu .submenu_child .title a::after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  background: url(../img/select.svg) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: all 0.3s;
}
.header_menu .submenu_child .title a:hover::after {
  transform: translate(5px, -50%) rotate(-90deg);
}
.header_menu .submenu_child .main {
  flex: 1;
  overflow: auto;
  padding-right: 10px;
  margin-top: 30px;
}
.header_menu .submenu_child .main ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 2.19%;
}
.header_menu .submenu_child .main ul li a {
  display: block;
  height: 100%;
  background-color: #f8f8f8;
  border-radius: 6px;
  transition: all 0.3s;
  padding: 24px 1rem 1rem;
  width: 190px;
  min-height: 264px;
  position: relative;
}
.header_menu .submenu_child .main ul li a:hover {
  background-color: #fff;
}
.header_menu .submenu_child .main ul li a:hover::after {
  opacity: 1;
}
.header_menu .submenu_child .main ul li a:hover img {
  transform: scale(1.05);
}
.header_menu .submenu_child .main ul li a:hover p {
  color: var(--theme_color);
}
.header_menu .submenu_child .main ul li a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid var(--theme_color);
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.header_menu .submenu_child .main ul li a .img {
  width: 80%;
  aspect-ratio: 1/1;
  margin: 10% auto 0;
}
.header_menu .submenu_child .main ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}
.header_menu .submenu_child .main ul li a p {
  color: #282828;
  font-weight: 500;
  line-height: 19px;
  text-align: center;
  transition: all 0.3s;
  margin-top: 35px;
}
.header_menu .submenu_child .main::-webkit-scrollbar {
  width: 5px;
}
.header_menu .submenu_child .main::-webkit-scrollbar-track {
  background: #b3b1b1;
  border-radius: 10px;
}
.header_menu .submenu_child .main::-webkit-scrollbar-thumb {
  background: #888888;
  border-radius: 10px;
}
.header_menu .submenu_child .main::-webkit-scrollbar-thumb:hover {
  background: #646464;
  border-radius: 10px;
}
.header_menu .submenu_child .main::-webkit-scrollbar-thumb:active {
  background: #444444;
  border-radius: 10px;
}


.loading{
  position: relative;
}
.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9;
}

div.loader {
  border: 7px solid #f2f5f9;
  border-top: 7px solid #fff;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  margin-left: -1.75rem;
  animation: spin 1s linear infinite;
  margin-top: 0;
  text-align: center;
}
@keyframes spin {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

.empty_img{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.laodmore{
  display: none;
}
body .wpcf7 form .wpcf7-response-output{
  padding: 0;
  margin: 0;
  border: none;
  margin-left: auto;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  background: rgba(255, 255, 255, .5);
  transform: scale(0);
  transition: all .3s;
}
body .wpcf7 form .wpcf7-response-output.active{
  transform: scale(1);
}

body .wpcf7-spinner{
  position: absolute;
  margin-top: -3rem;
}

.page-template-default .post_detail h2{
  font-size: 32px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 20px;
}

.page-template-default .post_detail h3{
  font-size: 25px;
  color: #222222;
  font-weight: 500;
  margin-bottom: 20px;
  padding-top: 20px;
}
.page-template-default .post_detail p{
  font-size: 20px;
  line-height: 34px;
  color: #242424;
  opacity: 0.75;
  margin-bottom: 20px;
}
.page-template-default .post_detail ul{
  margin: 1rem 0;
}
.page-template-default .post_detail li{
  list-style: disc;
  margin-left: 20px;
  font-size: 20px;
  color: #242424;
  opacity: 0.75;
  line-height: 30px;
}
.page-template-default .post_detail{
  padding: 5rem 0;
}

.videopop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  visibility: hidden;
  /* opacity: 0; */
  translate: all 0.3s;
}
.video-pop .videopop{
  visibility: visible;
  /* opacity: 1; */
}
.video-pop .videopop .overlay{
  display: block;
}
.videopop .overlay{
  display: none;
}
.videopop .overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.videopop .modalcontent{
  width: 900px;
  height: 600px;
  position: absolute;
  background-color: transparent;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%,-50%);
  top: -200%;
  transition: all 0.3s;
}
.video-pop .videopop .modalcontent{
  top: 50%;
}



.offerpop{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 200;
  visibility: hidden;
  /* opacity: 0; */
  translate: all 0.3s;
}
.offer-pop .offerpop{
  visibility: visible;
  /* opacity: 1; */
}
.offer-pop .offerpop .overlay{
  display: block;
}
.offerpop .overlay{
  display: none;
}
.offerpop .overlay{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.offerpop .modalcontent{
  width: 700px;
  height: auto;
  position: absolute; 
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%,-50%);
  top: -200%; 
  text-align: center;
  padding: 2rem;
  border-radius: 15px;
  transition: all 0.3s;
  background-color: #fff;
} 

.offerpop .modalcontent img{
  display: block;
  margin: 1rem auto 1rem;
}
.offerpop .modalcontent strong{
  font-size: 24px;
}

.offerpop .modalcontent p{
  margin-top: 1rem;
  line-height: 27px;
}

.offer-pop .offerpop .modalcontent{
  top: 50%;
}

.videopop .modalcontent iframe,
.videopop .modalcontent video
{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #fff;
}
.woocommerce-pagination{
  display: none;
}

ul.sy-products li.sy-product .add-list.like:before,
ul.sy-products li.sy-product .add-list.compared:before
{
  background-image: url('../img/user/duigou-quan.svg');
  background-size: 80%;
  transform: translate(-3px,-1px);
} 
.notice_con{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.sy_notice .notice_con{
  visibility: visible;
  opacity: 1;
}
.sy_notice .notice_con p{
  right: 100px;
}
.notice_con p{
  max-width: 500px;
  position: absolute;
  right: 100px;
  bottom: 100px;
  border-radius: 10px;
  background-color: var(--theme_color);
  padding: 1rem 1.5rem 1rem;
  padding-left: 60px; 
  color: white;
  transition: all 0.3s;
  right: -100%;
}
.notice_con p:before{
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('../img/warning.svg') no-repeat center/contain;
  left: 20px;
  top: 15px;
}
.table_large_full{
  width: 100%;
  border-collapse: collapse;

}
.table_large_full tr th,
.table_large_full tr td{
  padding: 1rem;
  text-align: center;
  border: #eee solid 1px;
}
.table_large_full tr th{
  background-color: #f6f6f6;
} 
.self-link{
  cursor: pointer;
}
.breadcrumbs a:hover{
  color: var(--theme_color);
}
.about_banner .head p{
  color: #fff !important;
}


.home_product p.price del{
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  margin-left: 0.2rem;
}
.woocommerce .woo_product_data .woocommerce-product-rating{
  display: none;
}

.notify_modal {
  visibility: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: all 0.3s ease;
}
.notify_modal.active {
  visibility: visible;
  background: rgba(255, 255, 255, .75);
}
.notify_modal .content_notify {
  width: 20rem;
  min-height: 10rem;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  bottom: -40rem;
  background: #fb0102;
  transform: translateX(-50%) translateY(50%);
  color: white;
  padding: 2rem 3rem 3rem 3rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.notify_modal .content_notify {
  width: 35rem;
  min-height: 15rem;
}
.notify_modal .content_notify p.title{
  font-size: 1.5rem;
}
.notify_modal .content_notify p{
  font-size: 1.1rem;
}
ul.sy-products.single-type li.sy-product .infos div.buy-infos{
  height: 40px
}
.notify_modal.active .content_notify {
  bottom: 50%;
} 
.notify_modal .content_notify p.title { 
  margin-bottom: 0.5rem;
}
.notify_modal .content_notify span.icon {
  display: block;
  width: 100%;
  height: 3.5rem;
  text-align: center;
  margin-bottom: 0.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.notify_modal .content_notify.accept span.icon {
  background-image: url('../img/compare/valid.svg');
}
.notify_modal .content_notify.refuse span.icon {
  background-image: url('../img/compare/refuse.svg');
}
.notify_modal .content_notify span.close {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  background: url('../img/compare/close.svg') no-repeat center;
  background-size: contain;
  cursor: pointer;
  transition: all 0.2s ease;
}
.notify_modal .content_notify span.close:hover {
  transform: translateX(-50%) rotate(100deg) scale(1.05);
}

.notify_modal .content_notify.refuse p.description > a {
  line-height: 2.2rem;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  text-transform: capitalize;
  padding: 0 2rem;
  color: #333;
  display: block;
  margin: 0 auto;
  background: white;
  transition: 0.3s all ease;
  cursor: pointer;
  width: max-content;
  background-color: white;
  margin-top: 2rem;
}
.pickup_address{
  display: none;
}
.pickup_address_check iframe{
  width: 100%;
  height: 350px;
}
.playbook_description p {
  font-size: 16px;
  line-height: 1.7;
  margin: .8rem 0;
  text-align: justify;
}
.woocommerce table.shop_table tr.fee td{
  text-align: right;
}
.modalcomment form textarea[name=comment_message]{
  min-height: 200px;
}
.order_return_form .select2-container--default.select2-container--focus .select2-selection--multiple,.select2-container--default .select2-selection--multiple{
  border: 1px solid #dfdfdf!important;
}
.alert_inviation_code{
  text-align: right;
  font-size: 14px;
  display: block;
  margin-top: 5px;
  cursor: pointer;
}
.alert_inviation_popup{ 
  display: block;
} 

.alert_inviation_popup_over{ 
  visibility: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: all 0.3s ease;
} 
.alert_inviation_popup.active .alert_inviation_popup_over{
  visibility: visible;
  background: rgba(255, 255, 255, .75);
}
.alert_inviation_popup .alert_inviation_popup_box{
  width: 35rem;
  min-height: 15rem;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  bottom: 200rem;
  z-index: 9999999;
  background: #fb0102;
  transform: translateX(-50%) translateY(50%);
  color: white;
  padding: 2rem 3rem 3rem 3rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.alert_inviation_popup .alert_inviation_popup_box .inviation_popup_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
}
.alert_inviation_popup .alert_inviation_popup_box button:first-child{
  margin-right: 3rem;
}
.alert_inviation_popup .alert_inviation_popup_box button{
  background-color: #fff;
  color: #000;
  margin-top: 1.5rem;
}
.alert_inviation_popup.active .alert_inviation_popup_box{
  bottom: 50%;
}
div.cart_totals .shop_table tbody tr.tax-rate td{ 
  text-align: right;
}
.address_actions .flex{
  gap: 1rem;
  margin: 1rem 0;
}
.address_actions .flex p {
  cursor: pointer;
}
.address_actions .flex p *{
  cursor: pointer;
}
.address_select_box{
  margin-bottom: 1rem;
}
.address_select_box ul{
  display: flex;
  gap: 1rem;
}
.address_select_box ul li.address_info{
  padding: 1rem;
  border-radius: 5px;
  border: #333 solid 1px;
  position: relative;
  cursor: pointer;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.address_select_box ul li.address_info p{
  width: 100%!important;
}
.address_select_box ul li.address_info.active{
  background-color: #333;
  color: #fff;
}

/* .address_select_box ul li.address_info.active::after{
  display: block;
  content: "Default";
  position: absolute;
  right: .5rem;
  top: .5rem;
  color: #ff0000;
  padding: 2px .5rem;
  font-weight: bold;
  box-shadow: 0px 0px 5px #999;
  border-radius: 5px;
  background-color: #fff;
}*/

.address_select_box ul li.address_info a{
  text-decoration: underline;
  color: #ff0000; 
}
#billing_phone_field {
  display: none;
}
#billing_country_field{
  display: none;
}
#billing_email_field{
  display: none;
}
.woocommerce form.checkout .form-row#billing_company_field{
  width: 100%!important;
}


.note_inviation_popup{ 
  display: block;
} 

.note_inviation_popup_over{ 
  visibility: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: all 0.3s ease;
} 
.note_inviation_popup.active .note_inviation_popup_over{
  visibility: visible;
  background: rgba(255, 255, 255, .75);
}
.note_inviation_popup .note_inviation_popup_box{
  width: 35rem;
  min-height: 10rem;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  bottom: 200rem;
  z-index: 9999999;
  background: #fb0102;
  transform: translateX(-50%) translateY(50%);
  color: white;
  padding: 2rem 3rem 3rem 3rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.note_inviation_popup .note_inviation_popup_box .inviation_popup_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
}
.note_inviation_popup .note_inviation_popup_box button:first-child{
  margin-right: 3rem;
}
.note_inviation_popup .note_inviation_popup_box button{
  background-color: #fff;
  color: #000;
  margin-top: 1.5rem;
}
.note_inviation_popup.active .note_inviation_popup_box{
  bottom: 50%;
}
.woocommerce-checkout .content form.woocommerce-checkout{
  margin-top: 4rem;
}
.contact_banner .head p{
  display: none;
}

.tax-product_cat .shop_banner p{
  display: none!important;
}

form#sytech-newsletter-subscription p.failed, form#sytech-newsletter-subscription p.success{
  font-size: 0.85rem!important;
}

div.cart_totals .shop_table tbody tr.tax-rate small{
  display: none!important;
}
 
input[id^="billing_address"]::placeholder {
    color: transparent;
}
.support_service ul li p {
  display: flex;
  flex-direction: column;
  gap: .8rem;
}
.support_service ul li.active p a{
  color: white;
  opacity: 0.8;
}

@media screen and (max-width: 786px) {
  .support_service ul li a { 
      height: auto!important;
  }
}

/* Page sticky side list (Privacy / Shipping / Return / Terms) */
.post_main.has-slide .flex.between {
  align-items: flex-start;
  gap: 80px;
}
.post_main.has-slide .left {
  flex: 1;
  min-width: 0;
}
.page_slide_list {
  width: 260px;
  flex-shrink: 0;
  position: sticky;
  top: 100px;
  padding: 5rem 0;
}
.page_slide_list ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page_slide_list ul li a {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  color: #6c6c70;
  font-weight: 400;
  transition: color .2s ease;
}
.page_slide_list ul li a:hover {
  color: var(--theme_color);
}
.page_slide_list ul li.active a {
  color: var(--theme_color);
  font-weight: 700;
}