@charset "UTF-8";
/* ******************************************************************
	--home.css--
****************************************************************** */
html, body {
	-webkit-font-smoothing: antialiased;
}
body {
	cursor: default;
	font-size: 14px;
	font-family: "SF Pro Display", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 22px;
	overflow-x: hidden;
	background: #fff;
}
a:hover {
	cursor: pointer;
	color: #4b9331;
}
a:focus {
	outline: none;
}
img, object, embed {
	height: auto;
}
object, embed {
	height: 100%
}
img {
	-ms-interpolation-mode: bicubic;
	display: inline-block;
}
textarea {
	height: auto;
	min-height: 50px;
	resize: none;
	outline: none;
}
select {
	width: 100%;
	outline: none;
}
::selection {
    color: #FFF;
    background-color: #be030c;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*{
	outline: none;
}
input, radio{
	outline: none;
}
input:focus, textarea:focus, select:focus {
	outline-offset: 0px !important;
	outline: none !important;
}
.clear{
	clear: both;
}
.hienthi{
	display: block;
}
.an{
	display: none;
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #76b800;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
	color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1);
}
.button_send.hvr-sweep-to-right:before, .button_send.hvr-sweep-to-right:hover:before, .button_send.hvr-sweep-to-right:focus:before, .button_send.hvr-sweep-to-right:active:before{
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.button_cancel.hvr-sweep-to-right:before{
	background: #a09e9e;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
/*********************************body****************************/
.bg5 {
	padding-bottom: 100px;	
}
.section {
	position: relative;
	display: block;
	width: 100%;
}
.bg5, .wrapper{
	background: #f5f6f6;
	height: 100vh;
}
.logo_chatviet, .slide_magazine_ct, .slide_magazine_ct_footer, .slide_magazine_ct_cont{
	float: left;
	display: block;
	width: 100%;
}
.logo_chatviet {
    margin-top: 150px;
    text-align: center;
    margin-bottom: 20px;
}
.slide_magazine_ct_cont_label{
	color: #039a83;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slide_magazine_ct {
    margin-top: 30px;
    padding: 50px 90px;
	background: #fff;
    -webkit-box-shadow: 2px 3px 5px 1px #c5c5c5;
    -moz-box-shadow: 2px 3px 5px 1px #c5c5c5;
    box-shadow: 2px 3px 5px 1px #c5c5c5;
}
.slide_magazine_ct_footer {
    margin-top: 30px;
    color: #898989;
    font-size: 14px;
    line-height: 22px;
	text-align: center;
}
.slide_magazine_ct_form_row_right{
	margin: 0 auto;
	width: 50%;
}
.slide_magazine_ct_cont{
	text-align: center;
    font-size: 18px;
    line-height: 26px;
}
.slide_magazine_ct_cont a{
	color: #039a83;
}
.container {
    background: #f5f6f6;
}