html {
  font-family: arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
}
body{
	color: #000;
  font-family: arial;
	width: 100%;
	margin:0 auto;
}





.g-container{
	max-width: 1110px;
	/* width: 100%; */
	padding-right: 15px;
	padding-left:15px;
	margin-left: auto!important;
  margin-right: auto!important;
}
.vc_section {
    padding-left:0px!important;
    padding-right:0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
}
/* menu==*/
.menu-home .icon{
  display: none;
}
/*==========header=========*/
.home header#masthead{
  position: relative;
  width: 100%;
  z-index: 99;
}
.site-header .g-container{
	display:flex;
	justify-content:space-between;
      max-width: 1260px;
}
.logo-menu{
	width:50%;
}
.logo-menu  h1{
  margin-bottom: 0;
}
.logo-menu img{
  width: 360px;
}
.menu-home ul{
  display: block;
  margin-top: 70px;
	padding: 16px 0;
	background:#f1f1f1;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
margin-left:0;
}
.menu-home ul.nav-menu li{
	list-style:none;
}
.menu-home ul.nav-menu li:last-child a{
	border-right:none;
}
.menu-home ul.nav-menu li a{
  font-weight: 700;
	border-right:2px solid #666666;
	color:#666666;
	text-decoration: none;
	padding:0 16px;
}
.menu-home ul.nav-menu li a:hover{
  color: #a70000;
}

/*=====banner======*/
.img-banner1 figure.wpb_wrapper.vc_figure,
.img-banner1 .vc_single_image-wrapper.vc_box_border_grey,
.img-banner1 .vc_single_image-wrapper.vc_box_border_grey img {
  width: 100%;
}
.img-banner1{
  margin-top: -35px;
  
}
.vc_row.wpb_row.vc_row-fluid.section-banner {
    margin-right: 0;
    margin-left: 0;
}

/*===section1*/
.vc_row.wpb_row.vc_row-fluid.section1 {
    margin-right: 0;
}
.section1 .text-top {
    text-align: center;
}
.section1 h3{
	font-size: 24px;
    color: #a70000;
}
.section1 h4{
	color: #676767;
    text-transform: uppercase;
    font-size: 24px;
}
.section1 h5{
	color: #676767;
    font-size: 16px;
}
/*====section2===*/
.section2 p{
  font-size: 16px;
}
.section2 h3{
  font-weight: 700;
	font-size: 26px;
  text-align: center;
  color: #a70000;
  font-weight: 600;
}
/*===section-card*/
.section-card .g-container .vc_row.wpb_row.vc_inner.vc_row-fluid{
  display: flex;
}
.section-card .g-container .card-text{
  margin: 15px 0;
  display: flex;
}
.section-card .g-container .card-text p{
  text-align: justify;
}
.section-card .text-card{
  margin: 0;
	background: #dcdcdc;
	padding:15px;
}
.section-card .text-card h4{
  font-weight: 600;
	color:#fff;
	font-size:20px;
}
.section-card .text-card p{
	font-size:16px;
}
/*====section-logoimg*/
.section-logoimg .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-logoimg img{
  padding: 0 15px;
}
/*====section5===*/
.section5 .vc_row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}
.section5 .text-member h3 {
  background: #ce1313;
  display: table;
  margin-bottom: 15px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin: auto;
}
.section5 .text-member p {
  padding-top: 10px;
  font-size: 14px;
  text-decoration: underline;
  color: black;
  text-align: center;
}
.section5 .text-member h3 a{
  font-weight: 400;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
}
.section5 .text-member p a{
  color: black;
}
.section5 .text-member p a:hover {
    color: #a70000;
}
.section5 .text-member-col {
  text-align: center;
}
.section5 .logo-card{
  padding: 10px;
}
/*=====footer-top====*/
.footer-top{
	background: #eeeeee;
  padding-top: 35px;
  padding-bottom: 20px;
}
/* .footer-top .g-container{
  max-width: 1110px;
} */
.footer-top .menu-footer li{
	list-style:none;
}
.footer-top .menu-footer ul{
	margin:0;
}
.footer-top .menu-footer li:before{
	content: "-";
    padding-right: 5px;
}
.footer-top .menu-footer li a{
	text-decoration: none;
	color:black;
}
.footer-top .menu-footer li a:hover{
  color: #a70000;
}
.footer-top .contact-footer li{
	list-style:none;
}
.footer-top .contact-footer li a{
	text-decoration: none;
	color:black;
}
.footer-top .contact-footer li a.phone{
	font-size:14px;
	font-weight:700;
}
.footer-top .contact-footer li a.fax{
	font-size:14px;
}
.footer-top .contact-footer li a.phone:hover, 
.footer-top .contact-footer li a.fax:hover,
.footer-top .contact-footer li a.mail:hover{
  color: #a70000;
}
.footer-top .code-qr li{
  list-style: none;
  margin: 0 auto;
}
.footer-top h2{
  font-size:18px;
}
.footer-top a, .footer-top p{
  font-size: 14px;
}
.footer-top .code-qr li:last-child figure figure:first-child{
  padding: 0 15px;
}
/*=======footer-bottom======*/
.footer-bottom .g-container{
  padding: 10px 0;
	justify-content: center;
  flex-direction: row;
  display: flex;
  
}
.footer-bottom .g-container li{
  width: 50%;
	list-style:none;
	margin: 0;
}
.footer-bottom .text-right-bottom{
  float: right;
}
.footer-bottom .g-container li p{
  font-size: 14px;
	padding: 0 23px;
	margin:0;

}
.footer-bottom .g-container li:first-child p {
    border-right: 1px solid #404040; 
}
.footer-top .code-qr{
  text-align: center;
  align-items: center;
  display: flex;
	gap: 10px;
}
.qrcode{
	margin: 0;
	text-align:left
}
.logoft figure{
	margin-top: auto!important;
	margin-bottom: auto!important;
}
.footer-top figure {text-align:center;}
body .footer-top .widget_media_gallery .wp-block-gallery-1 img{
	margin: 0 auto;
}
.reset-password{
  width: 350px;
  margin: 0 auto;
  text-align: left;
  max-width: 100%;
  padding: 0 20px
}
.reset-area{
  width: 350px;
  margin: 0 auto;
  text-align: left;
  max-width: 100%;
  padding: 35px 20px;
}
.reset-area {
  padding-top: 30px;
  padding-bottom: 200px;
}
#reset-password input[name=reset_password]{
    text-transform: uppercase;
    border-radius: 0;
    padding: 8px 15px;
    background: #ce1313;
    color: #fff;
    font-size: 22px;
    box-shadow: none;
}
.messager .success{
  color: green;
  font-size: 16px;
}
.messager .error{
  color: red;
  font-size: 16px;
}
#reset-password input#user_login{
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 2px;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    float: none;
    font-size: 16px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    height: 38px;
    width: 100%;
    line-height: 1.3;
}
#reset-password label{
  display: block;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
body .footer-top .widget_media_gallery{
	max-width:200px;
	margin:0 auto; 
	width: 50%;
  text-align: center;
}
.footer-top .code-qr p{
  font-weight: 600;
  margin: 0;
  font-size: 14px;
}
.footer-top figure{
  margin: 0 auto;
}
@media (max-width: 991px){
.menu-home ul.nav-menu li a{
font-size: 14px;
}
}
@media (max-width: 767px){
  .footer-top .code-qr img {
    width: 15%;
  }
  .footer-top{
    text-align: center;
  }
  .footer-bottom .g-container li{
    width: 100%;
  }
.footer-bottom .text-right-bottom{
    float: none;
  }
} 
@media (max-width: 767px){
  
  .menu-home.toggled ul{
    z-index: 99;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .menu-home ul{
    display: none;
  }
  button.menu-toggle{
    margin: 52px 0;
  }
  .menu-home ul.nav-menu li a{
    border: none;
  }
}
@media screen and (max-width: 767px){
  .menu-toggle{
    display: block!important;
  }
  .section-card .g-container {
    display: block;
  }
  .left-product{
    border-right: none;
  }
  .footer-bottom .g-container{
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom .g-container li:first-child p {
    border-right: none;
  }
}
@media screen and (max-width: 640px){
  button.menu-toggle {
    font-size: 14px;
    margin: 42px 0;
  }
  
}
@media screen and (max-width: 425px){
  button.menu-toggle {
    margin: 25px 0;
  }
  
}
@media screen and (max-width: 320px){
  button.menu-toggle {
    font-size: 11px;
    margin: 22px 0;
  }
  .img-banner1 {
    margin-top: -25px;
    margin-bottom: 20px!important;
  }
}




/*===========================page about======================================*/
/*=====section1-about==============*/
.section1-about .text-top .vc_column_container>.vc_column-inner{
	padding-left: 0;
	padding-right: 0;
}
.section1-about .text-top h3{
  font-weight: 700;
  color: rgb(184,71,0);
  font-size: 26px;
}
.section1-about h2{
	font-size: 33px;
	color: #000;
}
.section1-about .text-top h4{
  color: rgb(184,71,0);
  font-size: 22px;    
  font-weight: bold;
}
.section1-about .text-top p{
  font-size: 18px;
}
.section1-about .text-top p a{
	color: blue;
}
.section1-about .text-top p a:hover{
	color: #a70000;
}
/*====section2-about*/
.section2-about h3{
  font-size: 22px;
}
.section2-about h4{
  color: #973939;
  font-size: 16px;
  font-weight: 400;
}
.section2-about p{
  font-size: 14px;
}
.section2-about p a{
  color: blue;
}
.section2-about p a:hover{
  color: #a70000;
}
/*====section3-about*/
.section3-about h3{
  font-size: 26px;
}
.section3-about h4{
	color: rgb(184,71,0);
	font-size: 28px;
	 font-weight: 400;
} 
.section3-about h5{
	font-size: 22px;
    font-weight: 400;
}   
.section3-about h5 a{
	color: blue;
}
.section3-about h5 a:hover{
	color: #a70000;
}
.section3-about p{
  font-size: 18px;
}
.section3-about p strong{
  font-size: 32px;
}
.section3-about .text2 h3{
	padding-bottom: 20px;
	font-size: 28px;
}
.section3-about .text2  p{
	font-size: 24px;
	font-weight: 600;
}
/*====section4-about*/
.section4-about h3{
  font-size: 26px;
}
.section4-about p{
  font-size: 18px;
}
/*====section5-about*/
.section5-about h2{
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.section5-about h3{
  font-size: 26px;
}
.section5-about h4{
  font-size: 20px;
}
.section5-about p{
  font-size: 18px;
}
.section5-about .product-img img{
  height: 250px;
    width: auto;
}
.right-product img{
  width: 70%!important;
}
.section5-about .product-img .left-product h3{
  font-size:16px;
  padding-bottom: 25px;
}
.section5-about .product-img .right-product p,
.section5-about .product-img .left-product p{
  font-size:16px;
}
.section5-about .product-img .right-product h3 {
    font-size: 16px;
    padding-bottom: 25px;
}
.left-product{
  border-right: 2px solid #afa8a8;
}
.section5-about .text-left{
  margin: 0;
}
/*====section6-about*/
.section6-about p{
  font-size: 18px;
}
.section6-about h3{
	font-size: 26px;
}
.bottom-about6 p{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
}
.text-member-col-about {
  text-align: center;
}
.text-member-col-about .logo-card{
  padding: 10px;
}
.section6-about a{
	color: blue;
}
.section6-about a:hover{
	color: #a70000;
}
.section7-about img{
	width: 400px;
}

@media screen and (max-width: 1024px){
  .right-product img{
  width: 60%!important;
  }
}
@media screen and (max-width: 767px){
  .left-product{
    border-right: none;
  }
  .right-product{
    padding-top: 35px;
  }

  .section1-about h2 {
    font-size: 24px;
  }
  .section1-about .text-top h3{
  	font-size: 22px;
  }
  .section1-about .text-top h4{
  	font-size: 20px;
  }
  .section1-about .text-top p {
    font-size: 16px;
	}
	.section3-about h4 {
    font-size: 24px;
   }
   .section3-about h5 {
    font-size: 20px;
	}
	.section3-about .text2 h3 {
    font-size: 22px;
	}
	.section3-about .text2 p {
    font-size: 18px;
	}
	.section3-about h3 {
    font-size: 22px;
}
.section3-about p {
    font-size: 16px;
}
.section4-about p {
    font-size: 16px;
}
.section4-about h3 {
    font-size: 22px;
}
.section5-about p {
    font-size: 16px;
}
.section6-about h3 {
    font-size: 22px;
}
.section6-about p {
    font-size: 16px;
}
.section6-about p a{
    font-size: 22px!important;
}
}
/* page join */
.membership-join .acf-input label input{
  width: 20px!important;
  height: 20px;
}
.membership-join .m-info .acf-fields > .acf-field{
  border:none;
}
.membership-join .m-info .join-top .acf-field-text{
  display: flex;
}
.membership-join .join-top .acf-label{
  width: 250px;
}
.membership-join .join-top .acf-input{
  width: calc(100% - 250px);
}
.membership-join .m-info .wet .acf-form-fields {
    display: flex;
}
.membership-join .m-info .wet .acf-form-fields .acf-field-email, 
.membership-join .m-info .wet .acf-form-fields .acf-field-text {
    display: block;
    width: 33.333%;
}
.membership-join .m-info .form-col1 .acf-form-fields {
    display: flex;
    flex-wrap: wrap;
}
.membership-join .m-info .form-col1 .acf-field-checkbox .acf-label,
 .membership-join .m-info .form-col1 .acf-field-checkbox .acf-input{
  width: auto;
  display: inline-block;
 }
.membership-join .m-info .form-col1 .acf-field-text{
  width: calc(100% - 545px);
  display: flex;
}
.membership-join .m-info .form-col1 .acf-field-text .acf-label{
  width: 170px;
}
.membership-join .m-info .form-col1 .acf-field-text .acf-input{
  width: calc(100% - 170PX);
}
.membership-join .m-info .form-col2 .acf-form-fields,
.membership-join .m-info .form-col3 .acf-form-fields{
    display: flex;
    flex-wrap: wrap;
}
.membership-join .m-info .form-col2 .acf-field-text,
.membership-join .m-info .form-col3 .acf-field-text {
    display: block;
    width: 33.333%;
}
.membership-join .m-info .form-col2 .acf-field-text .acf-label, 
.membership-join .m-info .form-col2 .acf-field-text .acf-input
.membership-join .m-info .form-col3 .acf-field-text .acf-label, 
.membership-join .m-info .form-col3 .acf-field-text .acf-input{
  width: 100%;
}
.join-form .warehouse .text-content {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.membership-join .warehouse .text-content .acf-form-fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
}
.membership-join .warehouse .text-content .acf-form-fields .acf-field-textarea {
    width: 50%;
    border-top: none;
}
.membership-join .warehouse .acf-field-text {
    display: flex;
}
.membership-join .warehouse .acf-field-text .acf-label {
    width: 50%;
    padding-right: 15px;
}
.membership-join .warehouse .acf-field-text .acf-input {
    width: 50%;
    padding-left: 15px;
}
.warehouse h3{
  padding:0 15px;
}
.membership-join .join-form .warehouse .text-content textarea{
  margin: 0;
}
.membership-join .bank-reference h3 {
    padding: 0 15px;
}
.bank-reference .acf-fields > .acf-field{
  border:none;
}
.bank-reference .reference-box {
    display: flex;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.bank-reference .reference-s {
    padding: 15px;
    width: 50%;
}
.payment-term .form-item-payment label{
  width: 350px!important;
}
.membership-join .bank-section .acf-field-text,
.membership-join .bank-section .acf-field-number,
.membership-join .bank-section .acf-field-checkbox {
    display: flex;
}
.membership-join .bank-reference .acf-input {
    width: 100%;
}
.membership-join .bank-reference  .acf-field-radio .acf-input,
.membership-join .bank-reference  .acf-field-checkbox  .acf-input{
	width:auto;
}
.membership-join .bank-reference .acf-field-radio  label,
.membership-join .bank-reference .acf-field-checkbox  label{
	width:auto;
	padding-right: 5px;
}
.membership-join .bank-reference .acf-label{ 
	display:inline-block;
}
.acf-field.acf-field-checkbox .acf-label label ,
.acf-field.acf-field-checkbox .acf-label  {
	margin: 0;
}
.acf-field.acf-field-checkbox .acf-input{
	vertical-align: middle;
}
.membership-join .bank-section .acf-field-checkbox{
	align-items: center;
}
.membership-join .trade-references h3 {
    padding: 0 15px;
}
.membership-join .trade-references .acf-fields > .acf-field{
  border:none;
}
.references-box .references-s1,
.references-box .references-s2,
.references-box .references-s3 {
    width: 33.3333%;
}
.membership-join .trade-references .references-s .acf-field-text{
  display: block;
}
.references-boxs .form-col1 .acf-form-fields,
.references-boxs .form-col2 .acf-form-fields{
  display: flex;
}
.references-boxs .form-col1 .acf-field-text,
.references-boxs .form-col2 .acf-field-text,
.references-boxs .form-col2 .acf-field-email{
  width: 33.333%;
  display: block;
}
.references-boxs .acf-fields > .acf-field{
  border:none;
}
.membership-join .credit-card h3, .membership-join .credit-card .credit-desc {
    padding: 0 15px;
    display: block;
}
.payment-term .card .form-col1 .acf-label,
.payment-term .card .form-col3 .acf-label{
    width: 180px;
}
.payment-term .card .form-col1 .acf-input,
.payment-term .card .form-col3 .acf-input{
  width: calc(100% - 180px);
}
.payment-term .card .form-col1 .acf-field-number{
  display: flex;
}
.payment-term .card .form-col2 .acf-field-text{
  width: 33.333%;
  display: block;
}
.payment-term .card .form-col2 .acf-form-fields{
  display: flex;
}
.payment-term  .acf-fields > .acf-field{
  border:none;
}
.membership-join .currently h3{
  padding:0 15px;
}
.membership-join .bank-section .currently .acf-field-text{
  display: flex;
 }
.membership-join .bank-section .currently .acf-field-text .acf-label,
.membership-join .bank-section .currently .acf-field-text .acf-input{
  width: 50%;
}
.membership-join .carriers h3, .membership-join .carriers p {
    padding: 0 15px;
}
.membership-join .carriers .acf-label{
  width: 250px;
}
.membership-join .carriers .acf-input{
  width: calc(100% - 250px);
}
.carriers .acf-fields > .acf-field{
  border:none;
}
.membership-join .singature {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 30px;
}
.membership-join .singature .acf-fields > .acf-field{
    
    border:none;
} 
.membership-join .singature .acf-form-fields .acf-field-text{
  display: flex;
  flex-direction: column;
}
.membership-join .singature .acf-form-fields .acf-field-text .acf-label,
.membership-join .singature .acf-form-fields .acf-field-text .acf-input{
  width: 100%;
}
.membership-join .singature .form-col1 .acf-form-fields{
  display: flex;
}
.membership-join .singature .form-col1 .acf-field-text,
.membership-join .singature .form-col1 .acf-field-date-picker{
  width: 50%;
  display: block;
}
.membership-join .singature .form-col1 .acf-form-fields .acf-label{
  width: 160px;
}
.membership-join .singature .form-col1 .acf-form-fields .acf-input{
  width: 100%;
}
.membership-join .singature .form-col2 .acf-form-fields .acf-input div{
  margin: auto;
}
.membership-join .acf-form-submit{
  text-align: center;
}
.currently .acf-fields > .acf-field{    
  border:none;
}
@media(max-width: 1023px){
  .membership-join .trade-references .references-s .acf-field-text{
    display: flex;
  }
  .references-box .references-s1, .references-box .references-s2, .references-box .references-s3{
    width: 100%;
  }
  .membership-join .trade-references .references-s .acf-field-text .acf-input,
  .membership-join .trade-references .references-s .acf-field-text .acf-label,
  .bank-reference .reference-s .acf-label,
  .membership-join .bank-reference .acf-input{
    width: 50%;
  }
}
@media(max-width: 768px){
  .membership-join .join-top .acf-label,
  .membership-join .join-top .acf-input,
  .membership-join .m-info .wet .acf-form-fields .acf-field-email .acf-input,
  .membership-join .m-info .wet .acf-form-fields .acf-field-email .acf-label,
  .membership-join .m-info .wet .acf-form-fields .acf-field-text .acf-label,
  .membership-join .m-info .wet .acf-form-fields .acf-field-text .acf-input,
  .membership-join .m-info .form-col1 .acf-field-text .acf-label,
  .membership-join .m-info .form-col1 .acf-field-text .acf-input,
  .membership-join .m-info .form-col3 .acf-field-text .acf-label,
  .membership-join .m-info .form-col3 .acf-field-text .acf-input,
  .membership-join .m-info .form-col2 .acf-field-text .acf-label,
  .membership-join .m-info .form-col2 .acf-field-text .acf-input,
  .references-boxs .form-col1 .acf-field-text .acf-input,
  .references-boxs .form-col2 .acf-field-text .acf-input,
  .references-boxs .form-col2 .acf-field-email .acf-input,
  .references-boxs .form-col1 .acf-field-text .acf-label,
  .references-boxs .form-col2 .acf-field-text .acf-label,
  .references-boxs .form-col2 .acf-field-email .acf-label,
  .payment-term .card .form-col1 .acf-label,
  .payment-term .card .form-col3 .acf-label,
  .payment-term .card .form-col1 .acf-input,
  .payment-term .card .form-col3 .acf-input,
  .payment-term .card .form-col2 .acf-field-text .acf-input,
  .payment-term .card .form-col2 .acf-field-text .acf-label,
  .membership-join .carriers .acf-label,
  .membership-join .carriers .acf-input,
  .membership-join .singature .form-col1 .acf-form-fields .acf-label,
  .membership-join .singature .form-col1 .acf-form-fields .acf-input,
  .payment-term .form-item-payment .acf-label,
  .payment-term .form-item-payment .acf-input{
    width: 50%;
  }
  .payment-term .form-item-payment .acf-label{
    display: flex;
  }
  .membership-join .m-info .wet .acf-form-fields .acf-field-email,
  .membership-join .m-info .wet .acf-form-fields .acf-field-text,
  .payment-term .card .form-col2 .acf-field-text,
  .membership-join .singature .form-col1 .acf-field-text,
  .membership-join .singature .form-col1 .acf-field-date-picker{
    width: 100%;
    display: flex;
  }
  .membership-join .m-info .wet .acf-form-fields,
  .payment-term .card .form-col2 .acf-form-fields,
  .membership-join .singature .form-col1 .acf-form-fields{
    display: block;
  }
  .membership-join .m-info .form-col1 .acf-field-text,
  .payment-term .form-item-payment .acf-form-fields{
    width: 100%;
  }
  .membership-join .m-info .form-col1 .acf-form-fields{
    justify-content: space-between;
  }
  .membership-join .m-info .form-col2 .acf-field-text,
  .membership-join .m-info .form-col3 .acf-field-text {
    display: flex;
    width: 100%;
  }
  .membership-join .warehouse .text-content .acf-form-fields .acf-field-textarea {
    width: 100%;
    padding: 15px 15px;
  }
  .references-boxs .form-col1 .acf-form-fields, .references-boxs .form-col2 .acf-form-fields {
    display: block;
  }
  .references-boxs .form-col1 .acf-field-text,
  .references-boxs .form-col2 .acf-field-text,
  .references-boxs .form-col2 .acf-field-email{
    display: flex;
    width: 100%;
  }
  .membership-join .warehouse .acf-field-text .acf-input{
    padding-left: 0;
  }
  .section1-about h2 {
    font-size: 28px;
  }
  .section1-about .text-top h3 {
    font-size: 24px;
  }
  .section1-about .text-top h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px){
  .membership-join .warehouse .text-content .acf-form-fields .acf-field-textarea {
    padding: 15px 0;
  }
  .content-area .nav-title .title-page{
    font-size: 28px!important;
  }
  .membership-join .m-info .form-col1 .acf-form-fields{
    display: block;
  }
  .membership-join .m-info .form-col1 .acf-field-checkbox{
    display: flex;
  }
  .membership-join .m-info .form-col1 .acf-field-checkbox .acf-input,
  .membership-join .m-info .form-col1 .acf-field-checkbox .acf-label{
    width: 50%;
  }
  .section5-about .product-img img {
    height: 200px;
  }
  
}

@media (max-width: 480px) {
  .section1-about h2 {
    font-size: 22px;
  }
  .section1-about .text-top h3 {
    font-size: 22px;
  }
  .section1-about .text-top h4 {
    font-size: 20px;
  }

}

@media(max-width: 425px){
  .membership-join .singature,
  .references-boxs, .m-info,
  .payment-term, .currently, .carriers, .warehouse,
  .join-form .warehouse,
  .bank-reference,
  .trade-references {
    padding: 20px 0!important;
  }
  .payment-term .card .form-col3 .acf-input input{
    font-size: 11px;
  }
  .title-join {
    margin-top: 0!important;
    font-size: 22px!important;
  }
  .membership-join .acf-label,
  .membership-join p{
    font-size: 14px;
  }
  .membership-join .singature .form-col2 .acf-input div {
    width: auto!important;
  }
  .join-form .warehouse .text-content textarea{
    height: 100px;

  }
  
}

.rc-anchor-light.rc-anchor-normal{
  border: none;
}

.rfp340 .bill-ship{
  margin-right: 0!important;
  margin-left: 0!important;
  margin: 25px 0 50px 0;
  border: 1px solid #ddd;
  padding: 15px;
}
.rfp340 .bill-ship h3{
  padding-left: 0;
  padding-bottom: 20px;
}
.rfp340 .bill-ship .items-repeat{
  width: 100%;
}
.rfp340 .bill-ship .items-repeat{
  padding-left: 0;
}
.rfp340 .bill-ship .items-repeat tbody th {
  background: rgba(0,0,0, .1);
}
.rfp340 .bill-ship .items-repeat tbody tr {
  height: 42px;
}
.rfp340 .bill-ship .items-repeat tbody td p {
  margin-bottom: 0;
}
.rfp340 .bill-ship .items-repeat tbody th,
.rfp340 .bill-ship .items-repeat tbody td{
  border: 1px solid #dfdfdf;
  padding: 0 15px;
  text-align: left;
}
.rfp340 .bill-ship .items-repeat table{
  margin: 15px;
}
.rfp340 .rfp-info-id{
  padding-top:25px;
}
.rfp340 .bill-ship .other{
    width: 100%;
  }
@media (max-width: 767px){
  .rfp340 .bill-ship .items-repeat h2{
    padding-left: 0;
  }
  .rfp340 .bill-ship .items-repeat table{
    margin: 15px 0;
  }
  .rfp340 .bill-ship .other{
    padding:15px 0;
  }
}
@media (max-width: 425px){
  .rfp340 .bill-ship .items-repeat table{
    overflow: auto;
    display: block;
    max-width: 100%;
  }
}
.member-order .order-col .acf-form-fields{
  display: flex;
  flex-wrap: wrap;
}
.member-order .order-col .acf-form-fields .acf-label{
  width: 150px;
}
.member-order .order-col .acf-form-fields .acf-input{
  width: calc(94% - 150px);
}
.member-order .order-col .acf-form-fields .acf-field-text{
  width: 50%;
}
.member-order .payment-order h3{
  padding: 0 15px;
}
.member-order .payment-order .acf-form-fields{
  display: flex;
  flex-wrap: wrap;
}
.member-order .payment-order .acf-form-fields .acf-field-checkbox{
  width: 50%;
}
.member-order .payment-order .acf-form-fields  .acf-label,
.member-order .order-signature .acf-form-fields .acf-field-text .acf-label{
  width: 150px;
}
.member-order .payment-order .acf-form-fields  .acf-input{
  width: calc(100% - 150px);
  padding-left: 20px;
}
.member-order .order-signature .acf-form-fields .acf-field-text .acf-input{
  width: calc(46% - 150px);
}
.member-order .acf-form-submit{
  padding-top: 20px;
}
@media (max-width: 1024px){
  .member-order .bill-ship .bills,
  .member-order .bill-ship .ship{
    width: 100%;
  }
  .member-order .bill-ship .acf-label,
  .member-order .bill-ship .acf-input{
    width: 50%!important;
  }
  .member-order .order-col .acf-form-fields .acf-field-text {
    width: 100%;
  }
  .member-order .order-col .acf-form-fields .acf-label,
  .member-order .order-col .acf-form-fields .acf-input{
    width: 50%;
  }
  .member-order .order-col,
  .member-order .order-signature {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    padding:15px;
  }
  .member-order .order-signature .acf-form-fields .acf-field-text .acf-label,
  .member-order .order-signature .acf-form-fields .acf-field-text .acf-input{
    width: 50%;
  }
}
@media (max-width: 767px){
  .member-order .order-col,
  .member-order .order-signature {
    margin-left: 0;
    padding:0
  }
  .member-order .payment-order .acf-form-fields .acf-field-checkbox{
    width: 100%;
  }
  .member-order .payment-order .acf-form-fields .acf-field-checkbox .acf-label,
  .member-order .payment-order .acf-form-fields .acf-field-checkbox .acf-input{
    width: 50%;
  }
}
/*view-order*/
.view-order .g-container .order-wrap{
  margin: 50px 0;
  border: 1px solid #ddd;
  padding: 15px;
}
.view-order .rfp-date{
  font-size: 22px;
  font-weight: 700;
  color: rgb(165, 42, 42);
  text-transform: uppercase;
}
.view-order .order-wrap .field-val{
  padding: 0 12px; 
}
.view-order .bill-ship .payment-order h3{
  padding-left: 12px;
}
@media (max-width: 767px){
  .view-order .bill-ship .bills,
  .view-order .bill-ship .ship,
  .view-order .bill-ship .order-col,
  .view-order .bill-ship .payment-order{
    width: 100%;
  }
  .view-order .bill-ship .order-col,
  .view-order .bill-ship .payment-order{
    padding:0;
  }

}
@media (max-width: 425px){
  .view-order .order-wrap .field-val,
  .view-order .bill-ship  h3{
    padding: 0!important;
  }
}
.content-payment {
  max-width: 650px;
}
.title-payment h2{
  font-size: 33px;
  color: #000;
}
.content-payment h3{
  font-size: 26px;
}
.content-payment h4{
  font-size: 20px;
  padding-bottom: 15px;
}
.member-portal .portal-process .title{
  padding-top: 20px;
}
.member-portal .portal-process p a,
.member-portal .portal-activity a{
  color: royalblue;
}
.member-portal .portal-process p a:hover,
.member-portal .portal-activity a:hover{
  color: #a70000;
}
.member-portal a.btn-make{
  text-decoration: none;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px 15px;
  background: #ce1313;
  color: #fff;
  font-size: 22px;
  box-shadow: none;
}
.gallery .wpb_image_grid .wpb_image_grid_ul{
	text-align:center;
}
.gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item{
    position: static !important;
	float:none;
	display:inline-block;
    vertical-align: middle;
    margin: 20px 0px;	

}
@media (max-width: 767px){
  .portal-activity .table-actitity{
    overflow: auto;
    display: block;
  }
  .member-portal .portal-section{
    padding: 15px 15px!important;
  }
}
@media (max-width: 600px){
  .content-payment h3 {
    font-size: 22px;
  }
  .content-payment h4 {
    font-size: 18px;
  }
  .title-payment h2 {
    font-size: 28px;
  }
}
/*======Group purchasing=====*/
.group-purchasing{
  margin-bottom: 35px;
  border: 1px solid #ddd;
  max-width: 1310px;
  width: 100%;
  padding-right: 15px;
  padding-left:15px;
  margin-left: auto!important;
  margin-right: auto!important; 
}
.group-purchasing .img-industry .wpb_wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
.group-purchasing .img-industry .logo-industry{
  padding:15px;
  margin: auto 0;
  width: 20%;
  font-weight: bold;
}
.group-purchasing .img-industry .logo-industry .wpb_wrapper{
  display: block;
}
.group-purchasing .img-industry .logo-industry img{
  height: 150px;
  width: auto;
}
.logo-industry img{
	height: 150px;
	width: auto;
}
.group-purchasing .text-industry p{
  padding-top: 10px;
  font-size: 26px;
  color: #000;
}
.message-active{
  color: green;
}
@media (max-width: 800px){
  .group-purchasing .img-industry .logo-industry{
    width: 50%;
  }
  .group-purchasing .img-industry .logo-industry br{
    display: none;
  }
}
@media (max-width: 600px){
  .group-purchasing .img-industry .logo-industry img{
    height: 100px;
  }
  
}
@media (max-width: 425px){
  .group-purchasing .img-industry .logo-industry{
    width: 100%;
  }
  .group-purchasing .text-industry p{
    font-size: 20px;
  }
}