@charset "UTF-8";
@font-face {
  font-family: 'beVNregular';
  src: url("fonts/BeVietnamPro-Regular.ttf");
}
@font-face {
  font-family: 'beVNbold';
  src: url("fonts/BeVietnamPro-Bold.ttf");
}
@font-face {
  font-family: 'beVNsemibold';
  src: url("fonts/BeVietnamPro-SemiBold.ttf");
}
/*body,p,span,a{
	line-height: 1.4;
  font-family: "beVNregular";
}*/
.instagram-follow-page p, .instagram-follow-page a, .instagram-follow-page li{
  font-family: "beVNregular";
  line-height: 1.4;
}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 120px;}
.pb150{padding-bottom: 150px;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px;}
.pt40{padding-top: 40px;}
.pt30{padding-top: 30px;}
.pb40{padding-bottom: 40px;}
.pb30{padding-bottom: 30px;}
.mt70 {margin-top: 70px;}
.mt50 {margin-top: 50px;}
.mt40 {margin-top: 40px;}
.mt30 {margin-top: 30px;}
.mt20 {margin-top: 20px;}
.mt15 {margin-top: 15px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.disblock{display: block;}
h2{
  font-family: "beVNbold";
	font-size: 50px;
	padding-bottom: 70px;
	text-align: center;
}
.yellow-bg{
	background-color: #fff9e9;
}
.text-link, .text-link:hover{
	text-decoration: underline;
	color: #1350B9;
}
.green-button{
	padding: 10px 50px;
	width: 360px;
	max-width: 100%;
	background-color: #06C562;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
}
.green-button:hover{
	background-color: #23DB7B;
}
.main-banner img, .coupons-wrap img{
	width: 100%;
	height: auto;
}
@media (max-width:991px){
  h2{
		font-size: 38px;
	}
}
@media (max-width:767px){
  .pb150{padding-bottom: 100px;}
  .pt100{padding-top: 70px;}
  .pb100{padding-bottom: 70px;}
	.mt50 {
    margin-top: 35px;
	}
 	.mt70 {margin-top: 50px;} 
  
  h2{
		font-size: 28px;
    padding-bottom: 50px;
	}
}

/*-----main banner------*/
.banner{
  padding: 50px 0;
  background-image: url("img/banner_bg_pc.jpg");
  background-size: cover;
}
.banner-inner{
  width: 100%;
}
.banner > img{
  width: 100%;
  height: auto;
}
/*.banner-inner{
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	top: 0;
	display: flex;
	padding-top: 2.5vw;
}*/
.banner-inner img{
  width: 100%;
  height: auto;
}
@media (max-width:767px){
  .banner{
    padding: 20px 0;
    background-image: url("img/banner_bg_mb.jpg");
  }
}
/*-----main banner end------*/

/*-----coupons info------*/
.important-notice{
  margin: 15px auto;
  text-align: center;
}
.important-notice p{
  color: #FF0000;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 15px;
  border: 1px solid red;
  text-align: center;
  display: inline-block;
  background-color: #fdedf8;
}
.coupons-info{
	font-size: 20px;
	font-family: "beVNsemibold" !important;
	text-align: center;
}
/*.coupons-notes ul{
	margin-left: 20px;
}
.coupons-notes ul li{
	list-style: disc;
}*/
.coupons-notes ul li span{
	font-family: "beVNsemibold";
}
/*-----coupons info end------*/

/*-----how to get coupons------*/
.step-wrap{
	display: flex;
	flex-direction: row;	
	margin-left: -30px;
	margin-right: -30px;
}
.step{
	width: 33.33333333%;
	padding: 0 10px;
	text-align: center;
	/*border-right: 1px dotted #333;*/
}
.step:last-child{
	border-right: none !important;
}
.step-title{
  font-family: "beVNsemibold";
  font-size: 24px;
	padding-bottom: 15px;
	margin-left: 10px;
	font-size: 18px;
	font-weight: bold;
	/*display: flex;
	justify-content: center;*/
}
.step-title p{
	text-align: center;
	padding: 10px 0 10px 10px;
}
/*.step-title img{
	display: inline-block;
	float: left;
	padding-bottom: 10px;
}*/
.step-img{
    height: auto;
    width: 75%;
	}
.step-des{
	padding-top: 15px;
}
#weixin .modal-dialog{
/*	-webkit-transform: translate(0, 50%) !important;
    transform: translate(0, 50%) !important;*/
}
#weixin h3{
	font-size: 20px;
	font-weight: bold;
}
#weixin .modal-dialog .modal-body{
	text-align: center;
}
#weixin .modal-dialog img{
	width: 100%;
	height: auto;
}
.modal-header{	    
	align-items: center;
}
.modal-footer{
	justify-content: center;
}
@media (max-width: 1200px){
	.step-img{
		width: 80%;
	}
}
@media (max-width: 1024px){
	.step{
		padding: 0 30px;
	}
}

@media (max-width: 991px) {
  .step-wrap{
    flex-direction: column;
    margin-left: -15px;
		margin-right: -15px;
  }
	.step{
		width: 100%;
		padding: 0 15px;
		position: relative;
		text-align: left;
		min-height: 160px;
		border-right: none;
		margin-bottom: 60px;
	}
	.step:last-child{
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
  .step-title{
    display: flex;
    justify-content: left;
  }
  .step-title p{
    text-align: center;
    padding: 10px 0 10px 10px;
  }
  .step-title img{
    display: inline-block;
    float: left;
    padding-bottom: 10px;
  }
	.step-title{
		justify-content: left;
    align-items: center;
	}
	.step-title img {
    width: 50px;
    height: auto;
	}
	.step .step-img{
		position: absolute;
    top: 0;
    left: 0;
    width: 25%;
		height: auto;
    margin-left: 30px;
	}
	.step-title p{
		text-align: left;
		line-height: normal;
    padding-top: 3px;
	}
	.step-title, .step-des{
		margin-left: 35%;
		padding: 0;
	}
	.step-des{
		padding-left: 0;
	}
}
@media (max-width: 600px){
	.step{
		min-height: 120px;
	}
  .step .step-img{
    width: 40%;
    margin-left: 15px;
	}
  .step-title, .step-des{
		margin-left: 48%;
	}
}
@media (max-width: 425px){
	.step{
		min-height: 110px;
	}
}
/*-----how to get coupons end------*/

/*-----check the passwords------*/
.check-pass-info{
	text-align: center;
}
.notice{
	padding: 40px 30px;
	background-color: #D8F0F2;
}
.notice .notice-title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}
.notice ul li{
	padding-top: 5px;
	list-style: disc;
	margin-left: 20px;
}
#passwords .modal-dialog{
	-webkit-transform: translate(0, 50%) !important;
    transform: translate(0, 50%) !important;
}
#passwords h3{
	font-size: 20px;
	font-weight: bold;
}
#passwords .modal-dialog .modal-body{
	text-align: center;
	padding-bottom: 50px;
}
.passwords{
	font-size: 23px;
	font-weight: bold;
	padding: 20px 0;
}
/*-----check the passwords------*/

/*---- Chat online----*/
.chat-wrap{
	text-align: center;
}
.no-underline {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	margin-bottom: 10px;
}
.no-underline:before {
	content: "";
	display: flex;
	width: 34px;
	height: 24px;
	background: url("img/icon-chat.png") 0 0 no-repeat;
	background-position: center center;
	margin-right: 10px;
}
.chat .online span {
	color: #fff;
    font-size: 17px;
    line-height: 1.2;
}
.chat .online a {
	display: block;
	color: #fff;
	background: #4DC45D; 
	z-index: 99;
	padding: 20px;
	border-radius: 5px;    
	text-align: center;
	width: 500px;
	max-width: 100%;
	margin: 0 auto;
}
.chat_close {
	display: none;
}
@media screen and (max-width: 768px) {		
	.box-contact {
		width: 100%; 
	}
}
@media screen and (max-width: 767px) {		
	.box-contact {
		display: flex;
		padding: 25px 15px;
	}
	.underline,
	.no-underline {
		font-size: 19px;
	}
	.no-underline:before{
		margin-right: 5px;
	}
	.chat_close {
		z-index: 3;
		position: fixed;
		bottom: 25px;
		right: 12px;
		color: #fff;
		width: 50px;
		height: 50px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.chat_open {
		display: none;
		z-index: 2;
		width: 34px;
		height: 24px;
		background: url(../img/icon-chat.png) no-repeat;
		background-position: center center;
		margin-right: 10px;
		padding: 20px 25px;
		background-color: #4dc45d;
		border-radius: 5px;
		position: fixed;
		bottom: 35px;
		right: 10px;
	}
	.underline{
		margin-top: 5px;
    display: block;
	}
}
@media screen and (max-width: 575px) {	
	.chat .online a {
		padding: 10px;
	}
}

/*----/ End Chat online----*/
