/*========================================POPUP - đâu trang=========================================*/
.engo-popup {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	position: fixed;
	z-index: 999999999;
	top: 0;
	height: 0;
	width: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active {
	visibility: visible;
	opacity: 1;
	top: 0 !important;
	height: auto;
	width: auto;
}
.engo-popup .overlay {
	background-color: rgba(0, 0, 0, 0.7);
	color: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0 !important;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.engo-popup.active .overlay {
	width: 100%;
	height: 100%;
}
.engo-popup .content {
	//max-width: 800px;
	padding: 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #fff;
	//min-width: 490px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.engo-popup.active .content {
	max-height: 100%;
}
@media screen and (min-width: 1200px){
	.engo-popup .content {
		max-width: 1024px;
		width: 900px;
	}
}
#popup-newletter .newsletter-form-input {
	margin-top: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	height: 42px;
	width: 100%;
	padding: 0 1px;
	color: #404041;
	border: 0;
	border-bottom: 1px solid #404041;
	line-height: 42px;
	font-size: 13px;
	box-shadow: 0 -90px 50px #fff inset;
	letter-spacing: 0;
}
#popup-newletter {
	background: #fff;
	text-align: left;
	padding-top:15px;
	padding-bottom:15px;
	background-size: cover;
	width: 745px;
}
#popup-newletter h3 {
	font-size: 22px;
	color: #666;
	margin: 0px 0px 10px;
	padding: 8px 0px;
	font-weight: normal;
	text-transform: uppercase;
}
#popup-newletter .pnewle-message {
	width: 55%;
	color: #333;
}
#popup-newletter .pnewle-message span {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	line-height: 1.5;
}

#popup-newletter .pnewle-message p {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
#popup-newletter .pnewle-message ul {
	margin-bottom: 20px;
}
#popup-newletter .pnewle-form {
	width: 100%;
}
#popup-newletter .pnewle-form .newsletter-input {
	font-size: 12px;
	font-style: italic;
	height: 33px;
	display: inline-block;
	width: calc(100% - 75px);
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
#popup-newletter .pnewle-form .btn {
	padding: 10px;
	height: 42px;
	width: 100%;
	transition: all .25s cubic-bezier(.455,.03,.515,.955);
	cursor: pointer;
	display: block;
	letter-spacing: 0;
	text-decoration: none;
	background-color: #000;
	border: 1px solid #000;
	margin-top: 10px;
	font-family: mango-bold,Arial;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#popup-newletter .modal-form-error {
    margin: 10px auto 0;
    
    font-size: 12px;
    color: #f42837;
    width: 100%;
}

#popup-newletter .pnewle-message ul li:before {
	content: "\f111";
	position: absolute;
	font-family: "FontAwesome";
	font-size: 5px;
	top: 3px;
	left: 10px;
}
#popup-newletter .pnewle-message ul li {
	font-size: 12px;
	position: relative;
	display: block;
	padding-left: 25px;
	margin: 10px 0px;
}
.newletter-popup.engo-popup .content {
	padding: 0;
}
#popup-newletter .pa-header {
	background: rgba(255,255,255, .7);
	padding-right:20px;
	padding-left:5px;
	margin-top:20%;
}
.closePopup {
	display: block;
	position: absolute;
	top: -20px;
	right: -35px;
	background: url(//theme.hstatic.net/1000324561/1000468105/14/fancybox_sprite.png?v=397) top left no-repeat;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 50%;
	border: none;
	outline: none;
}
.tbPopup .modal-dialog {
	width: 300px;
}
.tbPopup .modal-dialog .modal-content {
	border-radius: 0;
	border: none;
}
.tbPopup .modal-dialog .modal-header {
	border: none;
	padding: 7px 10px;
	/*background: ;*/
}
.tbPopup .modal-dialog .modal-header h4 {
	font-size: 16px;
}
.tbPopup .modal-body .subText {
	font-size: 15px;
	font-style: italic;
	text-align: center;
	margin: 0;
}
#popup-newletter .pa-header .modal-title {
	margin: 10px auto 0;
	font-size: 25px;
	color: #000;
	line-height: 32px;
	width: 80%;
	font-weight:bold;
	text-align:center;
}
#popup-newletter .pa-header .modal-body-text {
	margin: 15px 0 0;
	line-height: 17px;
	color: #000;
	text-align: center;
	font-size: 14px;
}
@media screen and (min-width: 1200px){
	.newletter-popup.engo-popup .content {
		width: 745px;
	}
}
@media screen and (max-width: 767px){
	.engo-popup .content {
		width: 90%;
	}
	#popup-newletter {
		min-width: auto;
		min-height: auto;
		padding: 5px;
	}
}
@media screen and (max-width: 479px){
	#popup-newletter .pnewle-message,
	.social-icons,
	#popup-newletter .pnewle-form {
		width: 100%;
	}
}
/*================================end New seletter====================================*/
