/* General Demo Style */
@import url(https://fonts.googleapis.com/css?family=Source%20Sans%20Pro);

@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 35 Light'), url('https://design-resource.bwlgroup.com/fonts/AvenirLTStd-Light.woff') format('woff');
}

/*------------------------------------------------------------------
[ Banner ]*/
.owl-carousel_contact .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel_contact {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel_contact .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel_contact .owl-wrapper-outer {
	overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

.owl-carousel_contact .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel_contact .owl-item{
	float: left;
}

/* fix */
.owl-carousel_contact .owl-wrapper,
.owl-carousel_contact .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/******Contact Us banner******/
.picMainContact-container {
    width: 100%;
    height: 700px;
    padding-left: 10%;
    padding-right: 5%;
    background: url(https://resource.bwlgroup.com/drs-secret/images/banner-drs-secret-contact-us.jpg) no-repeat;
    background-size: cover;
    background-position: center; 
    display: flex;
    align-items: center;
}

.contactTitle {
    font-size: 42px;
	color: #502c1e;
    margin-top: 0px;
    margin-bottom: 10px;
}

.textFirstMainContact {
    font-size: 22px;
	color: #502c1e;
    line-height: 35px;
}

/*------------------------------------------------------------------
[ Buttons ]*/
.button-container {
    background-color: #f5f6f8;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 50px;
   /* padding-left: 3%;
    padding-right: 3%;*/
}

.icon-container {
	border: 1px solid #e5e5e5;
	position: relative;
    float: left;
    overflow: hidden;
    width: 31%;
    margin-left: 8px;
    margin-right: 8px;
    height: auto;
	padding: 10px;
}

.icon-container-au {
	border: 1px solid #e5e5e5;
	position: relative;
    float: left;
    overflow: hidden;
    width: 31%;
    margin-left: 8px;
    margin-right: 8px;
    height: auto;
	padding: 10px;
    cursor: pointer;
}

.icon-container-jp {
	border: 1px solid #e5e5e5;
	position: relative;
    float: left;
    overflow: hidden;
    width: 31%;
    margin-left: 5px;
    margin-right: 5px;
    height: auto;
    padding: 10px;
}

.icon {
	float: left;
	margin-right: 15px;
	font-size: 35px; 
	color: #867874;
}

.icontext {
	float: left;
	text-align: left;
	font-size: 14px;
	color: #867874;
	line-height: 22px;
	margin-top: 8px;
}

.icontitle {
	color: #502c1e;
	font-size: 23px;
}

#faq-scn {
	margin-top: 20px;
}

#backtotoptext {
    margin-top: -1px;
}


/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

/*@font-face {
  font-family: Poppins-Regular;
  src: url('https://design-resource.bwlgroup.com/fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('https://design-resource.bwlgroup.com/fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('https://design-resource.bwlgroup.com/fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('https://design-resource.bwlgroup.com/fonts/poppins/Poppins-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('https://design-resource.bwlgroup.com/fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url('https://design-resource.bwlgroup.com/fonts/montserrat/Montserrat-SemiBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('https://design-resource.bwlgroup.com/fonts/montserrat/Montserrat-Regular.ttf'); 
}*/


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
}

/*---------------------------------------------*/
/*a {
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}*/

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}


label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.txt2 {
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}

.txt3 {
  font-size: 15px;
  line-height: 1.6;
  color: #00ad5f;
}

/*==================================================================
[ Size ]*/
.size1 {
  width: 355px;
  max-width: 100%;
}

.size2 {
  width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
/*.bg1 {background: #3b5998;}
.bg2 {background: #1da1f2;}
.bg3 {background: #cd201f;}*/


/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  padding-left: 4%;
  padding-right: 4%;
 /* min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;*/
  
}

.wrap-contact100 {
  width: 60%;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;	
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;*/

}

/*==================================================================
[ Contact more ]*/
.contact100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 30px 15px 0px 15px;
}

.contact100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
 /* min-height: 100vh;
  display: block;
  padding: 110px 55px 55px 55px;
  padding-top: 4%;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;	*/
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-size: 30px;
  color: #333333;
  line-height: 1.6;
  text-align: left;
  padding-bottom: 48px;
}

.textcenter {
	text-align: center;
}

/** PHONE **/
.iti--allow-dropdown .iti__flag-container {
	left: 17px !important;
}

.iti--allow-dropdown input[type=tel] {
    padding-left: 70px !important;
	width: 240px !important;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  /*border-radius: 10px;*/
  border-radius: 0px;
  margin-bottom: 20px;
}

.label-input100 {
  font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light';	
  font-size: 15px;
  color: #502c1e;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 15px 0 2px 24px;
}

.input100 {
  font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light'; 	
  display: block;
  width: 100%;
  background: transparent;
  font-size: 14px;
  color: #867874;
  line-height: 1.2;
  padding: 0 26px;
}

.select3-container--default .select3-selection--single .select3-selection__placeholder {
	font-size: 14px;
}


input.input100 {	
  height: 48px;
}

textarea.input100 {
  font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light';	
  min-height: 130px;
  padding-top: 14px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  /*border: 1px solid #6675df;
  border-radius: 10px;*/
  border-radius: 0px;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.eff-focus-selection {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 10px;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  border-radius: 30px;	
  background: #f0ece6;
  font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light';
  font-size: 14px;
  color: #502c1e;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
	background: #867874;
    color: #ffffff;
}

/*------------------------------------------------------------------
[ Form ]*/

.contactSubtitle {
	color: #867874;
	line-height: 24px;
}

.contactSubtitle-au-title {
	color: #502c1e;
	font-size: 20px;
	line-height: 24px;
}


/*------------------------------------------------------------------
[ Store ]*/
.store-container {
	padding-left: 4%;
	padding-right: 4%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.instagram-container-contact {
	margin-top: 50px;
	margin-bottom: 50px;
}

.map {
	float: left;
	width: 55%;
	margin-top:  20px;
	margin-right: 5%;
}

iframe {
  height: 500px;
  width: 100%;
  resize: both;
  overflow: auto;
}

.storeTitle {
    font-family: 'Optima Regular';
    color: #502c1e;
    margin-top: 20px;
    margin-bottom: 15px;
}

.regions {
	float: left;
	width: 40%;
	/*margin-top:  20px;*/
}

#regions-individual {
	margin-top:  20px;
}

.region-title {
    font-family: 'Optima Regular';
	font-size: 20px;
	color: #502c1e;
	margin-bottom: 20px;	
}

#region-title-ME {
	margin-top: 50px;	
}

.country-title {
	color: #502c1e;
    /*margin-left: 30px;*/
    padding-bottom: 10px;
}

#country-title-hk,
#country-title-kr {
    margin-left: 0px;
    padding-bottom: 0px;
}

.country-name {
	margin-top: 20px;
}

.country-name a {
	font-size: 16px;
    font-weight: bold;
	color: #502c1e !important;
}

.country-name a:hover {
    text-decoration: none !important;
    color: #867874 !important;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 16px;
    font-weight: bold;
	color: #502c1e !important;
}

#bwlmy-1:hover,
#bwlmy-2:hover,
#bwltw-1:hover,
#bwltw-2:hover,
#bwltw-3:hover {
	text-decoration: none;
    color: #867874 !important;
}

.country-content {
	font-size: 15px;
	color: #867874;
}

.country-content a {
    font-size: 15px;
	color: #502c1e !important;
	text-decoration: none !important;
}

.country-content a:hover {
	color: #867874 !important;
}

/*.tel-number {
    font-size: 15px;
	color: #502c1e !important;
	text-decoration: none !important;
}

.tel-number:hover {
	color: #867874 !important; 
}
*/
.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 15px;
    color: #867874;
}

.bwlmycontents-1 a,
.bwlmycontents-2 a,
.bwltwcontents-1 a,
.bwltwcontents-2 a,
.bwltwcontents-3 a {
	color: #502c1e !important;
	text-decoration: none !important;
}


.bwlmycontents-1 a:hover,
.bwlmycontents-2 a:hover,
.bwltwcontents-1 a:hover,
.bwltwcontents-2 a:hover,
.bwltwcontents-3 a:hover {
	color: #867874;
}

/*------------------------------------------------------------------
[ media - Australia ]*/
/**instagram**/
.instagram-container {
    background-color: #f1f1f1;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 3%;
    padding-right: 3%;
}

.instagram-title {
    font-family: 'Optima Regular';
	font-size: 30px;
	text-align: center;
    color: #502c1e;
	margin-top: 0px;
    margin-bottom: 10px;
}

.instagram-text {
	text-align: center;
    font-family: 'Woodford Bourne Bold';
	font-size: 18px;
    color: #502c1e;
    margin-bottom: 60px;
}

.instagram-product-container {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
}

.instagram-button {
	text-align: center;
	margin-top: 0px;	
	margin-bottom: 0px;	
}

.instagram-button a {
	color: #502c1e;
	display: inline-block;
	padding: 12px 30px;
	text-decoration: none;
	border-radius: 2px;
	transition: border-color 300ms;
	background-color: #f0ece6;
	font-size: 16px;
}

.instagram-button a:hover {
	color: #ffffff;
	background-color: #867874;
}

.col-individual {
    width: 25%;
	float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.col {
	position: relative;
}

.col img {
	width: 100%;
}

.col .col-image {
	display: block;
}

.col .info-container {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
	color: #fff;
	-moz-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.col:hover .info-container,
.col.active .info-container  {
	opacity: 1;
}
.col .info {
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#feed {
	width: 100%;
}

#feed img {
	display: block;
	margin: 0;
	width: 100%;
	height: 270px;
}

#feed:after {
	display: block;
	content: '';
	clear: both;
}

/*------------------------------------------------------------------
[ media ]*/
.media-container {
	padding-left: 4%;
	padding-right: 4%;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center;
}

.media-title {
	color: #502c1e;
	margin-bottom: 10px;
}

.contact-social-item {
    font-size: 23px;
    text-align: center;
    padding: 10px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    color: #ffffff;
}

.contact-social-item:hover {
	color: #ffffff;
}

/*#contact-facebook-icon {
	background-color: #3b5998;
}

#contact-instagram-icon {
	background-color: #000000;
}*/

#contact-weibo-icon {
	background-color: #d70831;
}

#contact-wechat-icon {
	background-color: #37bd1b;
}

.media-icon {
	margin-right: 5px;
}

#contact-facebook-icon img {
	vertical-align: top;
	width: 45px;
    height: 45px;
}

#contact-instagram-icon img {
	vertical-align: top;
	width: 45px;
    height: 45px;
}

#contact-youtube-icon img {
	vertical-align: top;
	width: 45px;
    height: 45px;
}

.social-media-container {
	position: relative;
}

.icon-container-au-wechat {
    position: relative;
}

#icon-au-wechat {
    margin-top: 10px;
}

#icon-au-faq {
    margin-top: 10px;
}

.header-welcome-contact {
  position: absolute;
  z-index: 1100;
  width: 200px;
  top: 60px; 
  right: 250px;
  padding: 15px;
  border-top: 3px solid #e6e6e6;
  background-color: white;
  font-size: 13px;
  text-align: left;
  color: #000000;

  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.header-welcome-contact-wechat {
  position: absolute;
  z-index: 1100;
  width: 200px;
  top: 110px;
  padding: 10px;
  padding: 10px;
  border-top: 3px solid #e6e6e6;
  background-color: white;
  font-size: 13px;
  text-align: left;
  color: #000000;

  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
  
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  
  transform-origin: top left;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

#qrcode-wechat {
    display: block;
}

#qrcode-wechat img {
   width: 100%
}

#logo-wechat {
    display: none;
}

#logo-wechat img {
    width: 100%
}

.show-header-dropdown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.show-header-dropdown2 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

#notification-message1 {
	display: inline;
}

/*------------------------------------------------------------------
[ Responsive ]*/

/*@media (max-width: 992px) {
  .contact100-form {
    width: 50%;
    padding: 40px 30px 50px 30px;  
  }

  .contact100-more {
    width: 50%;
  }
}*/

/*@media (max-width: 768px) {
  .contact100-form {
    width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;  
	margin-left: 3%;
    margin-right: 3%;  
	padding: 0px;  
  }

  .contact100-more {
    display: none;
  }
}*/

/*@media (max-width: 576px) {
  .contact100-form {
    padding: 110px 15px 55px 15px;
  }
}
*/

@media screen and (max-width: 1400px) {
/*------------------------------------------------------------------
[ Banner ]*/
.picMainContact-container {
    height: 600px;
}
}

@media screen and (max-width: 1200px) {
/*------------------------------------------------------------------	
[ media Australia ]*/  
/**instagram**/	
#feed img {
	height: 250px;
}
    
/*------------------------------------------------------------------	
[ media ]*/
.media-title {
	font-size: 30px;
}
}


@media screen and (max-width: 1160px) {
#icontext-jp {
    font-size: 12px
}
}


@media (max-width: 1100px) {
.icon-container {
	padding: 8px;
}
	
.icon-container-au {
	padding: 8px;
}
    
/*------------------------------------------------------------------	
[ media Australia ]*/  
/**instagram**/	
#feed img {
	height: 240px;
}
}

@media screen and (max-width: 1050px) {
/*------------------------------------------------------------------
[ Banner ]*/
.picMainContact-container {
    height: 550px;
}
    
.contactTitle {
	font-size: 39px;	
}
	
.textFirstMainContact {
	font-size: 18px;
}

	
/*------------------------------------------------------------------
[ Store ]*/	
.region-title {
	font-size: 18px;
}
	
.country-title {
	font-size: 16px;
}
    
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/
.instagram-title {
	font-size: 28px;
}
	
.instagram-text {
	font-size: 16px;
}
	
.col .info {
	font-size: 16px;
}
}
	
@media screen and (max-width: 1030px) {
/*------------------------------------------------------------------	
[ Button ]*/	
.icon-container,
.icon-container-au,
.icon-container-jp {
    width: 47%;
	padding: 10px;
	margin-bottom: 15px;
}
	
#icon-au-wechat {
    margin-top: 0px
}

#icon-au-faq {
    margin-top: 0px
}
    
#icontext-jp {
    font-size: 14px
}

.button-container {
    padding-left: 3%;
    padding-right: 3%;
}
    
.header-welcome-contact-wechat {
  right: 28%;    
}
	
/*------------------------------------------------------------------
[ Form ]*/
.wrap-contact100 {
    width: 80%;
}
	
/*------------------------------------------------------------------
[ Store ]*/
iframe {
  height: 400px;
}

.contactSubtitle {
	font-size: 16px;
}

.contactSubtitle-au-title {
	font-size: 18px;
}

.country-name a {
	font-size: 14px;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 14px;
}

.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 13px;
}
	
.country-content {
	font-size: 13px;
}
	
.tel-number {
	font-size: 13px;
}
}

@media (max-width: 1000px) {
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/	
#feed img {
	height: 210px;
}
}

@media screen and (max-width: 992px) {
/*------------------------------------------------------------------
[ media ]*/
#contact-wechat-icon {
	display: none;
}
	
.header-welcome-contact {
	display: none;
}
}

@media screen and (max-width: 920px) {
/*------------------------------------------------------------------	
[ Button ]*/	  
.header-welcome-contact-wechat {
  right: 25%;    
}
}

@media (max-width: 900px) {
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/	
#feed img {
	height: 180px;
}
}
	

@media screen and (max-width: 820px) {
/*------------------------------------------------------------------
[ Banner ]*/
.picMainContact-container {
    height: 500px;
}
    
.contactTitle {
	font-size: 37px;	
}
	
.textFirstMainContact {
	font-size: 16px;
}
	
/*------------------------------------------------------------------
[ Form ]*/
.contactSubtitle {
	font-size: 15px;
}
	
.contactSubtitle-au-title {
	font-size: 17px;
}

/*------------------------------------------------------------------
[ Store ]*/
.region-title {
	font-size: 17px;
}
	
.country-title {
	font-size: 15px;
}
	
.country-name a {
	font-size: 13px;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 13px;
}
	
.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 12px;
}

.country-content {
	font-size: 12px;
}
  
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/
.instagram-title {
	font-size: 27px;
}
	
.instagram-text {
	font-size: 15px;
}
	
.col .info {
	font-size: 15px;
}
	
/*------------------------------------------------------------------	
[ media ]*/
.media-title {
	font-size: 28px;
}
}

@media screen and (max-width: 789px) {
/*------------------------------------------------------------------
[ Banner ]*/
.picMainContact-container {
    width: 100%;
    height: 700px;
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    background: url(https://resource.bwlgroup.com/drs-secret/images/banner-drs-secret-contact-us-small.jpg) no-repeat;
    background-size: cover;
    background-position: center; 
    display: block;
}
	
.contactTitle {
	font-size: 43px;
    text-align: center;
}
	
.textFirstMainContact {
	font-size: 22px;
    text-align: center;
}

/*------------------------------------------------------------------	
[ Button ]*/	
.icon-container,
.icon-container-au,
.icon-container-jp {
    width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}
	
.icon {
    float: none;
    text-align: center;
	margin-right: 0px;
}
	
.icontext {
   	float: none;
    text-align: center;
	margin-top: 2px;
}
	
#faq-scn {
	margin-top: 2px;
}
    
.header-welcome-contact-wechat {
  top: 480px;
  right: 39%; 
  width: 160px;    
}

#qrcode-wechat {
    display: none;
}

#logo-wechat {
    display: block;
}
    
#logo-wechat p {
    text-align: center;
}

    
/*------------------------------------------------------------------
[ Form ]*/
.container-contact100 { 
  padding-left: 2%;
  padding-right: 2%;
}
	
.wrap-contact100 {
    width: 100%;
}
	
.boxBanner {
	display: none;
}

.boxBanner-small {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
	
.boxBanner-small img {
	width: 100%;
}

/*------------------------------------------------------------------
[ Store ]*/
.store-container {
	padding-left: 2%;
	padding-right: 2%;
}

.map {
	float: none;
	width: 100%;
	margin-right: 0%;
}

iframe {
  height: 500px;
  width: 100%;
  resize: both;
  overflow: auto;
}

.regions {
	float: none;
	width: 100%;
}
	
#akordeon-contactus {
	padding-left: 0px;
	margin-bottom: 50px;
}
	
#akordeon-item-head-contactus {
	height: 37px;
}
	
.contactSubtitle {
	font-size: 18px;
}
	
.contactSubtitle-au-title {
	font-size: 20px;
}
	
.region-title {
	font-size: 19px;
	margin-top: 30px;
}

.country-title {
	font-size: 17px;
}
	
.country-name a {
	font-size: 16px;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 16px;
}
	
.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 15px;
}

.country-content {
	font-size: 15px;
}
	
.tel-number {
	font-size: 15px;
}
  
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/
.instagram-container {
    padding-left: 10%;
    padding-right: 10%;
}
	
.instagram-title {
	font-size: 29px;
}
	
.instagram-text {
	font-size: 17px;
}

.instagram-product-container {
	margin-bottom: 30px;
}
	
.col-individual {
    width: 50%;
	padding-bottom: 30px;
}
	
.col .info {
	font-size: 17px;
}

#feed img {
	height: 270px;
}
	
/*------------------------------------------------------------------	
[ media ]*/
.media-title {
	font-size: 30px;
}
}

@media screen and (max-width: 760px) {
/*------------------------------------------------------------------
[ Banner ]*/  
.contactTitle {
	font-size: 40px;
}
	
.textFirstMainContact {
	font-size: 19px;
}
    
/*------------------------------------------------------------------
[ Banner and Form ]*/
.contactSubtitle {
	font-size: 17px;
}
	
.contactSubtitle-au-title {
	font-size: 19px;
}
	
/*------------------------------------------------------------------
[ Store ]*/
.region-title {
	font-size: 18px;
}
	
.country-title {
	font-size: 16px;
}
	
.country-name a {
	font-size: 15px;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 15px;
}
	
.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 14px;
}

.country-content {
	font-size: 14px;
}
	
.tel-number {
	font-size: 14px;
}
 
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/
.instagram-title {
	font-size: 28px;
}
	
.instagram-text {
	font-size: 16px;
}
	
.col .info {
	font-size: 16px;
}
}

@media (max-width: 700px) {
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/	
#feed img {
	height: 250px;
}
}

@media (max-width: 650px) {
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/	
#feed img {
	height: 230px;
}
}

@media screen and (max-width: 600px) {
/*------------------------------------------------------------------
[ Banner ]*/  
.picMainContact-container{
    height: 600px;
    padding-top: 15%;
}
    
.contactTitle {
	font-size: 38px;
}
	
.textFirstMainContact {
	font-size: 17px;
}
    
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/
.col-individual {
	float: none;	
	width: 80%;
	padding-left: 0%;
	padding-right: 0%;
	margin: 0 auto;	
}
	
#feed img {
	height: 350px;
}
}

@media (max-width: 550px) {
/*------------------------------------------------------------------	
[ media Australia ]*/
/**instagram**/
#feed img {
	height: 330px;
}
}

@media screen and (max-width: 530px) {
/*------------------------------------------------------------------
[ Banner and Form ]*/
.contactSubtitle {
	font-size: 18px;
}
	
.contactSubtitle-au-title {
	font-size: 20px;
}
	
/*------------------------------------------------------------------
[ Store ]*/	
iframe {
  height: 450px;
}
	
.country-name a {
	font-size: 16px;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 16px;
}
	
.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 15px;
}

.country-content {
	font-size: 15px;
}
	
.tel-number {
	font-size: 15px;
}
}

@media (max-width: 500px) {
/**instagram**/
#feed img {
	height: 300px;
}
}

@media screen and (max-width: 450px) {
/*------------------------------------------------------------------	
[ media Australia ]*/   
/**instagram**/
#feed img {
	height: 250px;
}
    
/*------------------------------------------------------------------	
[ media ]*/
.media-title {
	font-size: 28px;
}
}


@media screen and (max-width: 421px) {
/*------------------------------------------------------------------
[ Banner ]*/
#contactSubtitle-au {
	margin-top: -18px;
}
}

@media screen and (max-width: 400px) {
/*------------------------------------------------------------------
[ Banner ]*/  
.picMainContact-container{
    height: 550px;
    padding-top: 15%;
    padding-bottom: 15%;
}
    
.contactTitle {
	font-size: 36px;
}
	
.textFirstMainContact {
	font-size: 15px;
}
    
/*------------------------------------------------------------------
[ Banner and Form ]*/
.contactSubtitle {
	font-size: 16px;
}
	
.contactSubtitle-au-title {
	font-size: 18px;
}
	
/*------------------------------------------------------------------
[ Store ]*/	
.region-title {
	font-size: 17px;
}
	
.country-title {
	font-size: 14px;
}
	
.country-name a {
	font-size: 14px;
}

#bwlmy-1,
#bwlmy-2,
#bwltw-1,
#bwltw-2,
#bwltw-3 {
	font-size: 14px;
}
	
.bwlmycontents-1,
.bwlmycontents-2,
.bwltwcontents-1,
.bwltwcontents-2,
.bwltwcontents-3 {
	font-size: 13px;
}

.country-content {
	font-size: 13px;
}
	
.tel-number {
	font-size: 13px;
}
    
/*------------------------------------------------------------------	
[ media Australia ]*/    
/**instagram**/
#feed img {
	height: 230px;
}
}

@media (max-width: 350px){
/*------------------------------------------------------------------	
[ media Australia ]*/  
/**instagram**/
#feed img {
	height: 200px;
}
}

@media (max-width: 300px){
/*------------------------------------------------------------------	
[ media Australia ]*/ 
/**instagram**/
#feed img {
	height: 180px;
}
}

@media (max-width: 280px){
/*------------------------------------------------------------------	
[ media Australia ]*/ 
/**instagram**/
#feed img {
	height: 180px;
}
}

@media (max-width: 260px){
/*------------------------------------------------------------------	
[ media Australia ]*/ 
/**instagram**/
#feed img {
	height: 160px;
}
}

@media (max-width: 250px){
/*------------------------------------------------------------------	
[ media Australia ]*/ 
/**instagram**/
#feed img {
	height: 150px;
}
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  font-family: FontAwesome;	
  content: "\f12a";
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



/*==================================================================
[ Social ]*/
.contact100-form-social {
  padding-top: 100px;
}

.contact100-form-social-item {
  width: 36px;
  height: 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 50%;
}

.contact100-form-social-item:hover {
  background: #404b46;
  color: #fff;
}


/*//////////////////////////////////////////////////////////////////
[ Restyle select3 ]*/

.select3-container {
  display: block;
  max-width: 100% !important;
  width: auto !important;
}

.select3-container .select3-selection--single {
  color: #adadad;	
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: none;
  height: 48px;
  outline: none;
  position: relative;
  cursor: pointer;	
}

/*------------------------------------------------------------------
[ in select ]*/
.select3-container .select3-selection--single .select3-selection__rendered {
  font-size: 14px;
  color: #867874;
  line-height: 1.2;
  padding-left: 26px;
  background-color: transparent;
}

.select3-container--default .select3-selection--single .select3-selection__arrow {
  width: 20px;
  height: 100%;
  top: 45%;
  transform: translateY(-50%);
  right: 19px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}


.select3-container--default .select3-selection--single .select3-selection__arrow b {
  border-top-color: #404b46;
}

.select3-container--default.select3-container--open .select3-selection--single .select3-selection__arrow b {
  border-bottom-color: #404b46;
}

.select3-container--default .select3-results__group {
	color: #502c1e !important;
	padding-top: 20px !important;
    padding-left: 15px !important;
}

/*------------------------------------------------------------------
[ Dropdown option ]*/
.select3-container--open .select3-dropdown {
  z-index: 1251;
  width: calc(100% + 2px);
  border: 0px solid transparent;
  /*border-radius: 10px;*/
  border-radius: 0px;
  overflow: hidden;
  background-color: white;
  /*left: -2px;*/
  top: -2px;	

  border: 1px solid rgba(0, 0, 0, .2);
  /*box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px 0px rgba(0, 0, 0, 0.2);*/
}

.select3-dropdown--above {top: -34px;}
.select3-dropdown--below {top: 2px;}

.select3-container .select3-results__option[aria-selected] {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 26px;
  color: #867874;
}

.select3-container .select3-results__option[aria-selected="true"] {
  background: #867874;
  color: white;
}

.select3-container .select3-results__option--highlighted[aria-selected] {
  background: #867874;
  color: white;
}

.select3-results__options {
  font-family: 'Source Sans Pro', 'Avenir LT Std 35 Light'; 
  font-size: 14px;
  color: #404b46;
  line-height: 1.2;
}

.select3-search--dropdown .select3-search__field {
  border: 1px solid #aaa;
  outline: none;
  font-size: 14px;
  color: #404b46;
  line-height: 1.2;
}

.wrap-input100 .dropDownselect3 .select3-container--open {
  width: 100% !important;
}

.wrap-input100 .dropDownselect3 .select3-dropdown {
  width: calc(100% + 2px) !important;
}

label.error
{
color:red;
font-family: 'Avenir LT Std 35 Light', "Microsoft YaHei", STXihei, STHeiti, "돋움", "Dotum"; 
}