*{margin:0;padding: 0;font-family: arial}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
.bocnoidung{
	width: 1170px;
	position: relative;
	margin:0 auto;
}
li{
	list-style: none
}
/* Scollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #ccc; 
}
::-webkit-scrollbar-thumb {
    background: #163651;
}
::-webkit-scrollbar-thumb:hover {
    background: #163651; 
}
.top_website {
	position: relative;
	background: #163651;
	color: white;
	font-size: 12px;
}
.top_website p,.top_website .icon_social{
	float: left;
	padding:10px 0;
}
.top_website p:first-child{
	width: 35%;
}
.top_website p:not(:first-child){
	margin:0 40px 0 0;
}
.top_website .icon_social {
	width: 150px;
	position: relative;
}
.top_website .icon_social i {
	width: 22%;
	box-sizing: border-box;
	margin:0 !important;
	font-size: 1.2em;
}
.top_website i{
	color: #00a5df;
	margin:0 5px 0 0;
}
header,content,footer{
	position: relative;
}
header{
	box-sizing: border-box;
	border-bottom: 1px solid #bcbdc0;
}
.fixed-header{
	position: fixed;
	top:0px;
	width: 100%;
	z-index: 9999;
	background: white;
}
.logo{
	height: 70px;
	margin:10px 0 0 0;
}
.logo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
menu,.logo{
	float: left;
}
.right_top_header,footer .right_footer,.select_lang p{
	float: right;
}

.select_lang{
	position: relative;
	z-index: 999;
	float: right;
	width: 70px;
	padding: 4px 0 0 5px;
	box-sizing: border-box;
	margin: 4px 0 0 0;
	border-radius: 2px;
}
.fixed-header .top_website {
	display: none;
}
.fixed-header .logo{
	width: 110px;
	height: auto;
	margin:7px 0 3px 0;
}
.fixed-header menu{
	margin:23px 0 0 0;
}
.fixed-header .box_lang_search form{
	margin:0;
}
.fixed-header .icon_search{
	margin:5px 0 0 0;
}
.select_lang span img {
	width: 40px;
	float: left;
	border-radius: 1px;
}
.select_lang span i{
	font-size: 20px;
	float: left;
	margin:0 0 0 7px;
}
.center_content {
	position: relative;
	width: 800px;
	margin: 0 auto;
}
.select_lang ul{
	position: absolute;
	top: 35px;
	border: 1px solid #9e9e9e;
    border-radius: 5px;
    box-sizing: border-box;
	right: 0;
	background: white;
	opacity: 0;
	transition: 0.5s all ease;
	visibility: hidden;
	-webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.75);
}
.select_lang ul:after,.select_lang ul:before{
	content: '';
    display: block;
    position: absolute;
    left: 100%;
    width: 0;
    height: 0;
    left: 30px;
    border-style: solid;
}
.select_lang ul:after {
    top: -19px;
    border-color: transparent transparent #fff;
    border-width: 10px;
}
.select_lang ul:before {
    top: -20px;
    border-color: transparent transparent #9e9e9e;
    border-width: 10px;
}
.select_lang ul li{
	transition: 0.5s all ease;
	border-radius: 5px;
}
.select_lang ul li a{
	text-decoration: none;
	color: #333;
	display: block;
	padding: 5px 15px;
	font-size: 1em;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
}
.select_lang ul li:last-child a{
	border:none;
}
.select_lang ul li:hover{
	background: #f5f5f5
}
.select_lang span{
	cursor: pointer;
	display: inline-block;
}
.select_lang ul li img {
	border-radius: 2px;
	transition: 0.5s all ease;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.select_lang ul li:hover img{
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,217,255,1);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,217,255,1);
	box-shadow: 0px 0px 5px -1px rgba(0,217,255,1);
}
.breadcrumb{
	background: #f1f1f1;
	width: 100%;
    float: left;
    padding: 12px 0;
    color: #545454;
    margin-bottom: 10px;
}
.breadcrumb li{
	display: inline;
	margin-right: 5px;
    margin-left: 5px;
}
.breadcrumb li:first-child{
	margin-left: 0;
}
.breadcrumb a{
	text-decoration: none;
	color: #545454;
}
.breadcrumb li:last-child a{
	font-weight: bold;
}
.show_select_lang{
	opacity: 1 !important;
	visibility: visible !important;
}
#load_more {
	margin: 10px 0;
}
.box_lang_search{
	float: left;
	margin:15px 0 0 0;
	position: relative;
}
.box_lang_search form input{
	padding: 10px 20px;
	box-sizing: border-box;
	border:1px solid #dedede;
	float: left;
	border-radius: 5px;
	outline: none;
}
.box_lang_search input:focus{
	border:1px solid #0072bc;
}
.box_lang_search form{
	margin:12px 0 0 0;
	position: absolute;
	width: 0px;
	top:-5px;
	right: 0;
	z-index: 9;
	overflow: hidden;
}
.box_lang_search form button{
	width: 30px;
	height: 35px;
	float: right;
	cursor: pointer;
	color: #3b5998;
	background: none;
	outline: none;
	border:none;
	font-size: 1.3em;
}
#mask_search {
	background: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.icon_search {
	font-size: 1.3em !important;
	color: #0072bc;
	margin:16px 0 0 0;
	cursor: pointer;
	position: relative;
	z-index: 7;
}
footer{
	background: #163651;
	padding: 10px 0;
}
footer .left_footer{
	color: #7e9ab5;
	float: left;
	font-size: 0.9288em;
}
footer .right_footer ul li{
	display: inline-block;
}
footer .right_footer ul li a{
	text-decoration: none;
	color: #7e9ab5;
	display: block;
	padding: 0 10px;
}
.top_footer {
	margin: 0 0 50px 0;
}
.buttom_footer {
	padding: 25px 0 10px 0;
	border-top: 1px solid #40607a;
}
footer .left_footer,footer .right_footer ul li a{
	font-size: 0.8288em;
}
.footer_top_left {
	width: 45%;
	float: left;
}
.footer_top_left ul li a {
	text-decoration: none;
	color: #c5d8eb;
	font-size: 14px;
	transition: 0.3s all ease;
	float: left;
	padding:10px 0;
}
.footer_top_left ul li a:hover{
	color: #0e8bb7;
}
.footer_top_left img {
	margin: 30px 0px 15px 20px;
}
.footer_top_left ul li{
	width: 50%;
	 float: left;
	position: relative;
 }
.footer_top_center {
	float: left;
	color: #c5d8eb;
	margin:0 0 0 25px;
	position: relative;
	font-size: 15px;
	line-height: 1.5em;
	width: 300px;
}
.title_footer {
	font-size: 25px;
	margin: 40px 0 15px 0;
	color: #c5d8eb;
}
.footer_top_center i {
	display: inline-block;
	width: 20px;
	text-align: center;
	color: #00a5df;
}
.footer_top_center p:not(:nth-child(1)){
	padding:5px 0;
	position: relative;
}
.footer_top_right {
	float: left;
	position: relative;
	padding: 0 0 0 20px;
	margin:0 0 0 30px;
}
.footer_top_left ul li a i {
	width: 15px;
}
.footer_top_right .icon_social a{
	color: #efefef;
	display: inline-block;
	width: 40px;
	margin:5px;
	height: 40px;
	transition: 0.5s all ease;
	text-align: center;
	background: #215f94;
	border-radius: 20px;
}
.footer_top_right .icon_social a:hover{
	background: #2d85d0;
	color: white;
}
.title_footer_son {
	font-size: 14px;
	color: #c5d8e1;
	margin: 10px 0 0 0;
}
.footer_top_right .icon_social i{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.form_footer {
	position: relative;
	width: 100%;
	margin:20px 0 0 0;
}
.form_footer input {
	float: left;
	padding: 6px 10px;
	border: none;
	outline: none;
	border-radius: 5px 0 0 5px;
}
.form_footer button {
	background: #215f94;
	color: white;
	cursor: pointer;
	float: left;
	border: none;
	outline: none;
	padding: 5px 10px;
	font-size: 15px;
	border-radius: 0 5px 5px 0;
}
.footer_top_center:before,.footer_top_center:after{
	content: '';
	height: 150px;
	top:70px;
	width: 1px;
	background: #40607a;
	position: absolute;
}
.footer_top_center:before{
	left: -25px;
}
.footer_top_center:after{
	right: -25px;
}
.left_content{
	position: relative;
	width: 69%;
	float: left;
}
.right_content{
	position: relative;
	width: 30%;
	float: right;
}
/*-- CSS Breakcum --*/
.box_breadcrumd {
	background: #f8f8f8;
	margin: 0 0 20px 0;
}
.box_breadcrumd h1 {
	font-size: 1.2em;
	color: #333;
	line-height: 6em;
	float: left;
}
.breadcrumd {
    position: relative;
	float: right;
	padding:47px 0;
}
.breadcrumd ul li {
    display: inline-block;
    position: relative;
}
.breadcrumd ul li i:before{
    content: '/';
	margin:-3px 5px 0 0;
	float: left;
	font-size: 1.3em;
}
.breadcrumd ul li a {
    text-decoration: none;
    color: #333;
    font-size: 0.9267em;
    font-weight: bold;
    transition: 0.5s all ease
}
.breadcrumd ul li a:hover{
	color: #0294ff;
}
.breadcrumd ul li:last-child a{
	font-weight: normal;
}
.no_post {
	font-size: 1.5em;
	display: block;
	text-align: center;
	margin: 20px 0;
	font-weight: bold;
	color: #484848;
}
.left_content .title_new {
	font-size: 1.2em;
	color: #333;
}
#keyword_text p {
	color: #797979;
	font-size: 1.2em;
}
.address_home_chung {
	padding: 10px 0;
}
menu ul li{
	display: inline-block;
	margin: 0 0 0 -5px;
}
menu ul li a{
	text-decoration: none;
	color: #484848;
	position: relative;
	z-index:6;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 15px;
	font-size: 0.9216em;
	transition: 0.5s all ease;
}
menu{
	margin:35px 0 0 0;
}
.sub-menu {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transition: 0.5s all cubic-bezier(0.44, -0.57, 1, 1);
	z-index: 5;
	background: #1d2738;
	margin:40px 0 0 0;
	-webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.75);
	box-sizing: border-box;
	border-radius: 0 0 3px 3px;
}
.sub-menu li {
	display: block;
	float: none;
	margin:0;
	min-width: 260px;
	position: relative;
}
.sub-menu li:last-child a{
	border:none;
}
.sub-menu li a {
	display: block;
	color: white;
	padding: 10px 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #564949;
	box-sizing: border-box;
	line-height: 1.5em;
}
.sub-menu li > .sub-menu {
left: 300px;
top: 0;
margin: 0 !important;
}
.sub-menu li > .sub-menu li{
display: inline-block;
}
menu > ul > li:hover > a{
color: #004cdc !important;
}
menu li li:hover > a,menu li li li:hover > a{
background: #0072bc;
}
menu > ul > li:hover > .sub-menu{
opacity: 1;
visibility: visible;
margin: 15px 0 0 0;
}
menu > ul > li > ul > li:hover > .sub-menu{
visibility: visible;
left: 260px;
opacity:1;
}
/*---------- Start css content ----------------------*/
.css_content {
	overflow: hidden;
	font: 400 14px sans-serif;
	padding: 0 0 10px;
	position: relative;
	margin:10px 0;
}
.css_content h1,.css_content h2,.css_content h3,.css_content h4,.css_content h5 {
	margin: 0.3em 0 1em;
	line-height: 1.5em !important;
}
.css_content a {
	color: #009cda;
	text-decoration: none;
}
.css_content h1 {
	font: 700 24px/28px sans-serif;
	color: black;
}
.css_content h2 {
	font: 700 20px/24px sans-serif;
	color:black;
}
.css_content h3 {
	font: 700 18px/21px sans-serif;
	color:black;
}
.align-center{
	width: 100% !important;
	text-align: center;
}
.css_content .sudo-content-img-caption p{
	text-align: center;
}
.css_content em{
	font-style: italic;
}
.css_content em strong{
	font-style: oblique;
}
.css_content p,.css_content li {
	margin: 1em auto;
	line-height: 1.9em;
	font-size: 16px !important;
	color:#333;
}
.css_content table {
	max-width: 100%;
	margin: 0 auto 10px;
	box-sizing: border-box;
	border-collapse: collapse;
}
.css_content table,.css_content th,.css_content td{
	border:1px solid #909090;
}
.css_content th,.css_content td{
	padding: 5px;
}
.css_content th p,.css_content td p{
	margin: 0;
    line-height: 20px;
    font-size: 16px !important;
}
.css_content ul, .css_content ul li {
	list-style-type: disc;
	margin:0 auto;
}
.css_content ul li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0.5em;
	line-height: 1.4em;
	font-size:16px;
	color:#333;
}
.css_content .sudo-media-item {
	display: block;
	text-align: center;
}
.css_content iframe {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.css_content ol {
	list-style: decimal;
	padding: 0 0 0 15px;
	margin: 0;
}
.css_content ol li {
	list-style-type: disc;
	margin-left: 30px;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
.css_content img {
	max-width: 100%;
	margin: 5px 10px 10px 0px;
	height: auto !important;
}
.css_content blockquote {
	padding:15px 20px;
	border-left:5px solid #0072bc;
	border-right:1px solid #0072bc;
	box-sizing: border-box;
	background: #efefef;
	border-radius:2px;
}
/* .css_content blockquote {
	font-size: 1.1em;
    margin: 0.25em 0;
    line-height: 1.45;
    position: relative;
    color: #000;
    font-family: Montserrat;
    background: #F0F1F5;
    padding: 40px 50px;
    border: none;
}
.css_content blockquote:before {
    display: block;
    content: url('../image/open.PNG');
    position: absolute;
    left: 10px;
    top: 10px;
    color: orangered;
}
.css_content blockquote:after {
    display: block;
    position: absolute;
    content: url('../image/close.PNG');
    bottom: 15px;
    right: 10px;
    margin-right: 0.3em;
    margin-bottom: -0.6em;
    color: orangered;
    box-sizing: border-box;
}
.css_content blockquote *{
	margin: 0;
	padding: 0;
	line-height: 22px;
} */
.css_content .mce-toc { 
    padding: 10px;
    border: 1px dashed #ccc;
    background: #fcfcfc;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    box-sizing: border-box;
} 
.css_content .mce-toc > div { 
    display: block; 
    font-size: 18px; 
    font-weight: bold; 
    padding-bottom: 5px; 
    color: #333; 
    text-align: center; 
} 
.css_content .mce-toc ul { 
    color: #288ad6 !important; 
    margin: 0; 
} 
.css_content .mce-toc ul li{
	list-style-type: none;
}
.css_content .mce-toc ul li a { 
    font-weight: normal; 
    color: #288ad6 !important; 
} 
.css_content .mce-toc > ul > li > a { 
    font-weight: bold; 
}
.btn-menu-bar{
	background: rgba(243,243,243,0.95);
    border: 1px solid #333;
    padding: 12px 5px;
    width: 30px;
    border-radius: 6px;
    cursor: pointer;
    position: fixed;
    right: 500px;
    top: 400px;
    display: none;
    z-index: 100;
}
.mce-toc.mce-toc-menu-bar{
	background: #f3f3f3;
    position: fixed;
    width: 460px;
    z-index: 10000;
    top: -20px;
    overflow-y: scroll;
    right: 0;
    height: 100%;
    padding: 0;
    border: 1px solid #333;
}
.mce-toc.mce-toc-menu-bar li{
	margin-left: 0;
}
.mce-toc.mce-toc-menu-bar .close-menu-bar{
	display: block!important;
	cursor: pointer;
    position: absolute;
    top: -16px;
    right: 20px;
    color: #333;
    font-weight: bold;
    font-size: 20px!important;
}
.mce-toc .close-menu-bar{
	display: none;
}
.mce-toc.mce-toc-menu-bar ul li a {
    color: #333!important;
    width: 100%;
    float: left;
    padding: 5px 20px;
    box-sizing: border-box;
}
.mce-toc.mce-toc-menu-bar ul li a.active{
	background: #163651;
    color: #fff!important;
}
.css_content .mce-toc.mce-toc-menu-bar div span{
	font-size: 22px!important;
}
.css_content .mce-toc.mce-toc-menu-bar div{
	padding-bottom: 15px!important;
}
/*.css_content table {
    border-collapse: collapse;
    box-sizing: border-box;
}
.css_content table th,.css_content table td {
    border-bottom: 1px solid #ddd;
}
.css_content th,.css_content td {
.css_content th,.css_content td {
    padding: 10px;
    text-align: left;
}
.css_content tr:hover {background-color: #f5f5f5}
.css_content tr:nth-child(even) {background-color: #f3f3f3}
.css_content th ,.css_content table tr:first-child{
    background-color: #e88523;
    color: white;
}
/*---------- end css content ----------------------*/
.btn_socail {
	float: left;
	margin: 4px 5px 0px 0;
}
.box_btn_social{
	border-top:1px solid #dedede;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
	margin:10px 0 0 0;
}
.btn_social {
	float: left;
}
.zalo-share-button {
	float: left;
	margin: 7px 0 0 7px;
	width: 35px;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.5s all ease;
}
.zalo-share-button:hover {
	/* background: #0273b2; */
}
.zalo-share-button:hover p{
	color: white;
}
.zalo-share-button p {
	float: left;
	font-weight: bold;
	line-height: 35px;
	color: #0080c8;
	margin: 0 0 0 5px;
}
.zalo-share-button img{
	width: 37px;
	height: 37px;
	float: left;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #c3c3c3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #c3c3c3;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #c3c3c3;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #c3c3c3;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color:    #c3c3c3;
}
.notification {
	font-size: 16px;
	width: 98%;
	transition: 0.3s all ease;
}
.error_notification{
	background: red;
	padding: 20px 10px;
	border:1px solid red;
	border-radius: 10px;
	box-sizing: border-box;
	color: white;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.success_notification{
	background: green;
	padding: 20px 10px;
	border:1px solid green;
	border-radius: 10px;
	box-sizing: border-box;
	color: white;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.75);
}
.btn-show-more {
	font-size: 1em;
	text-transform: uppercase;
	color: #00a1f1;
	text-align: center;
	padding: 10px 0;
	cursor: pointer;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin: 0 auto;
	width: 200px;
}
.suicide {
	position: relative;
	width: 100%;
}
.title_suicide {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	color: #565656;
	word-spacing: 2px;
	text-align: center;
	margin: 20px 0;
	position: relative;
}
.title_suicide:before {
	content: '';
	position: absolute;
	width: 180px;
	background: #0072bc;
	height: 2px;
	bottom: -5px;
}
.suicide_son {
	width: calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: -moz-calc(100% / 3);
	float: left;
	position: relative;
	font-size:15px;
	line-height: 1.8em;
}
.suicide_son p:nth-child(1) {
	font-weight: bold;
}
.popup_subcribe{
	position: fixed;
	max-width: 600px;
	height:400px;
	left:50%;
	transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	z-index: 10;
	top:25%;
}
.mask_popup{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #363d4d;
	top: 0;
	background: rgba(0, 0, 0, 0.53);
	z-index:9;
	left:0;
}
.left_popup_box {
	width: 200px;
	height: 200px;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 20px 0 0 20px;
}
.right_popup_box {
	float: right;
	width: calc(100% - 220px);
	width: -webkit-calc(100% - 220px);
	width: -moz-calc(100% - 220px);
	color: #333;
	position: relative;
	text-align: center;
}
.left_popup_box img{
	width: 100%;
	height:100%;
}
.top_popup{
	position: relative;
	width: 100%;
	height: 230px;
	background: #ffffff;
}
.top_popup:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -30px;
	left: 0;
	z-index: 1;
	border-top: solid 30px rgb(255, 255, 255);
	border-left: solid 300px transparent;
	border-right: solid 300px transparent;
}
.bottom_popup{
	background: #363d4d;
	position: relative;
	width: 100%;
	padding: 50px 0 0 0;
	box-sizing: border-box;
	height: 150px;
}
.right_popup_box h3 {
	font-size: 23px;
	margin: 50px 0 20px 0;
}
.right_popup_box p {
	color: #3f3f3f;
	font-size: 16px;
	padding: 0 10px;
}
.right_popup_box p:nth-of-type(2) {
	font-size: 15px;
	color: #797979;
	margin:20px 0 0 0;
}
.input_popup {
	border: none;
	padding: 11px 20px;
	margin: 21px 18px;
	border-radius: 3px;
	box-sizing: border-box;
	float: left;
}
.bottom_popup button {
	background: #0072bc;
	color: #ffffff;
	border: none;
	padding: 11px 20px;
	cursor: pointer;
	border-radius: 3px;
	margin:21px 0;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
	width: 300px;
	height: 300px;
	border-radius: 50%;
	display: block;
	stroke-width: 5;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}

.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
#phone-number{
    cursor: pointer;
    background: #e71e25;
    position: fixed;
    bottom: 30px;
    left: 30px;
    border-radius: 20px;
    padding: 2px 30px 2px 2px;
}
#phone-number .phone{
    color: #fff;
    font-size: 18px;
    line-height: 41px;
    margin-left: 10px;
    font-weight: bold;
}
#phone-number .icon{
    float: left;
    padding: 11px 13px 6px 10px;
    background: #e71e25;
    border-radius: 50%;
}

.icon img{
    width: 20px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}100%,75%{-webkit-transform:rotate(0);transform:rotate(0)}}
@keyframes wrench{0%{-webkit-transform:rotate(-12deg);-ms-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);-ms-transform:rotate(12deg);transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{-webkit-transform:rotate(24deg);-ms-transform:rotate(24deg);transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{-webkit-transform:rotate(-24deg);-ms-transform:rotate(-24deg);transform:rotate(-24deg)}100%,75%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{-webkit-animation:wrench 2.5s ease infinite;animation:wrench 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%;transform-origin-z:initial}.faa-parent.animated-hover:hover>.faa-wrench.faa-fast,.faa-wrench.animated-hover.faa-fast:hover,.faa-wrench.animated.faa-fast{-webkit-animation:wrench 1.2s ease infinite;animation:wrench 1.2s ease infinite}.faa-parent.animated-hover:hover>.faa-wrench.faa-slow,.faa-wrench.animated-hover.faa-slow:hover,.faa-wrench.animated.faa-slow{-webkit-animation:wrench 3.7s ease infinite;animation:wrench 3.7s ease infinite}

@keyframes stroke {
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes scale {
	0%,
	100% {
		transform: none;
		-o-transform: none;
		-webkit-transform: none;
		-moz-transform: none;
	}
	50% {
		transform: scale3d(1.1, 1.1, 1);
		-o-transform: scale3d(1.1, 1.1, 1);
		-moz-transform: scale3d(1.1, 1.1, 1);
		-webkit-transform: scale3d(1.1, 1.1, 1);
	}
}
@keyframes fill {
	100% {
		box-shadow: inset 0px 0px 0px 300px #7ac142;
	}
}
