*:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
}
.wrap-header {
	z-index: 999;
	position: relative;
	line-height: 70px;
	-webkit-box-shadow: 0px 6px 20px -5px rgba(0,0,0,0.28);
	-moz-box-shadow: 0px 6px 20px -5px rgba(0,0,0,0.28);
	box-shadow: 0px 6px 20px -5px rgba(0,0,0,0.28);
}
.wrap-header .logo {
	float: left;
}
.wrap-header .nav {
	float: right;
}
.wrap-header .nav .menu {
	margin: 0;
	padding: 0;
}
.wrap-header .nav ul li {
	display: inline-block;
	padding-right: 30px;
}
.wrap-header .nav ul li > a {
	color: #000000;
	text-transform: uppercase;
	position: relative;
}
.wrap-header .nav ul li a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    height: 2px;
    background-color: #32bda5;
    opacity: 0;
    transition: all 0.3s ease;
}
.wrap-header .nav ul li.active a:before, .wrap-header .nav ul li a:hover:before {
	opacity: 1;
	width: 100%;
}
.wrap-header .login {
	float: right;
}
.wrap-header .login .button-login span {
	padding: 10px 26px;
    background-color: #32bda5;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 3px;
    cursor: pointer;
}
.wrap-header .login .button-login span:hover {
	background: #3aaf9b;
}
.wrap-introduce {
	overflow: hidden;
}
.wrap-introduce .abit {
	text-align: center;
	padding-left: 30px;
}
.wrap-introduce .abit .title {
    font-size: 48px;
    color: #32bda5;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 12px;
}
.wrap-introduce .abit .subtitle {
    text-transform: uppercase;
    font-size: 20px;
    color: #262626;
    margin-bottom: 40px;
}
.wrap-introduce .abit .img img {
	max-width: 100%;
}
.block-abit {
	float: left;
	width: 50%;
	text-align: center;
	min-height: 568px;
}
.block-abit.abit-vn {
	background-color: #32bda5;
}
.block-abit.abit-pos {
	background-color: #43c8b0;
}
.block-abit h2 {
	font-size: 26px;
	font-weight: 600;
	color: #ffffff;
	margin-top: 35px;
	margin-bottom: 5px;
}
.block-abit .subtitle {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 25px;
}
.block-abit .img img {
	max-height: 200px;
	max-width: 100%;
}
.block-abit .detail {
	color: #ffffff;
    font-size: 15px;
    padding: 20px 20px 18px;
    min-height: 142px;
}
.block-abit .view-detail  a {
	font-size: 12px;
	color: #ffffff;
	font-style: italic;
	text-decoration: underline;
}
.block-abit .view_login {
	background-color: transparent;
	border: 2px solid #ffffff;
	font-size: 15px;
	color: #ffffff;22
	text-transform: uppercase;
	border-radius: 4px;
	padding: 10px 25px;
	transition: all 0.4s ease;
	display: inline-block;
}
.block-abit .view_login:hover {
    background: #ffffff;
    color: #3aaf9b;
}
.block-abit .note {
	font-style: italic;
	margin-top: 26px;
	font-size: 15px;
	color: #0c0c0c;
}
.block-abit .note .time {
	color: #ffd482;
	font-weight: 600;
	font-size: 20px;
}
.block-abit.abit-vn .note {
	margin-top: 22px;
}
.wrap-business-knowledge {
	background-color: #edf3f3;
}
.wrap-business-knowledge .header h2 {
	font-family: 'Myriad Pro';
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 5px;
}
.wrap-business-knowledge .content .wrap-block {
	margin-top: 25px;
}
.wrap-business-knowledge .content .wrap-block .name {
	font-size: 18px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 5px;
}
.wrap-business-knowledge .content .wrap-block .img {
	overflow: hidden;
}
.wrap-business-knowledge .content .wrap-block .img img {
	max-width: 100%;
	max-height: 255px;
	-webkit-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    -o-transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
    transition: all 0.25s cubic-bezier(0.37, 0.8, 0.76, 0.96);
}
.wrap-business-knowledge .content .wrap-block:hover .img img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.wrap-business-knowledge .content .wrap-block .name:hover {
	color: #32bda5;
}
.wrap-business-knowledge .content .wrap-block .sub-detail {
	font-size: 14px;
	color: #535353;
	line-height: 20px;
}
.read-more {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
}
.read-more a {
	font-family: 'Myriad Pro';
	font-size: 22px;
	color: #ffffff;
	padding: 10px 40px;
	background-color: #32bda5;
	text-transform: uppercase;
}
.read-more a:hover {
    background: #3aaf9b;
}
.wrap-support .col-left {
	text-align: right;
}
.wrap-support .support {
	position: relative;
}
.wrap-support {
    height: 500px;
    background: url(../images/support.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 30%;
}
.support .notification {
	margin-top: 100px;
	font-weight: 600;
	font-size: 21px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}
.wrap-support .notification:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100px;
    background: url(../images/inbox-facebook.png);
    width: 80px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.support .fanpage {
	font-size: 36px;
    color: #2a66a9;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 55px;
}
.hottline {
    display: inline-block;
    padding: 15px 35px;
    background-color: #32bda5;
    margin-top: 15px;
    border-radius: 10px;
    color: #ffffff;
	font-size: 25px;
}
.hottline .text {
	float: left;
    line-height: 72px;
    padding-right: 20px;
}
.hottline .number {
	float: left;
	text-align: left;
	line-height: 36px
}
.hottline .number p {
	margin: 0;
	font-weight: 600;
}
.about-us .header {
	max-width: 950px;
    margin: auto;
    float: none;
    text-align: center;
}
.about-us .header .title {
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 35px;
    margin-bottom: 15px;
}
.about-us .header .sub-title {
	color: #535353;
    font-size: 15px;
    position: relative;
    font-style: italic;
    margin-bottom: 25px;
}
.about-us .header .sub-title:before {
	content: "";
    position: absolute;
    top: -3px;
    left: -45px;
    background: url(../images/ngoac-tren.png);
    height: 22px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.about-us .header .sub-title:after {
	content: "";
    position: absolute;
    bottom: : -3px;
    right: -45px;
    background: url(../images/ngoac-duoi.png);
    height: 22px;
    width: 28px;
    background-repeat: no-repeat;
    background-size: 100%;
}
.about-us .read-more {
	margin-top: 0px;
}
footer {
	background-color: #3f4348;
    padding-bottom: 25px;
}
.wrap-footer .title {
	font-family: 'Myriad Pro';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 13px;
	margin-top: 50px;
	margin-bottom: 15px;
}
.wrap-footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 20px;
}
.wrap-footer ul li {
	color: #ffffff;
	font-size: 12px;
	padding: 0 0 10px;
}
.wrap-footer ul li a {
	color: #ffffff;
}
.wrap-footer ul.social {
    padding-top: 15px;
    padding-bottom: 22px;
}
.wrap-footer ul.social li {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 6px 0;
    border-radius: 50%;
    font-size: 16px;
    background-color: #dbdde1;
    margin-right: 8px;
}
.wrap-footer ul.social li a {
	color: #777777;
}
.wrap-social .copyright {
	font-size: 12px;
	color: #ffffff;
	line-height: 20px;
}
.wrap-omnichannel {
	background: url(../images/background-omnichannel.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.wrap-omnichannel .header {
	text-align: center;
}
.wrap-omnichannel .header .title {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #3b3b3b;
    padding-top: 20px;
    margin-bottom: 5px;
}
.wrap-omnichannel .header .subtitle {
    font-size: 18px;
    color: #000000;
    font-weight: 300;
    margin-bottom: 28px;
}
.wrap-omnichannel .wrap-circle {
	position: relative;
    height: 440px;
    width: 440px;
    margin: auto;
}
.wrap-omnichannel .circle {
    width: 260px;
    height: 260px;
    position: absolute;
}
.wrap-omnichannel .circle.wrap-website svg {
	background-color: #52bfba;
}
.wrap-omnichannel .circle.wrap-store svg {
	background-color: #f0d087;
}
.wrap-omnichannel .circle.wrap-face svg {
	background-color: #4269ce;
}
.wrap-omnichannel .circle svg {
    border-radius: 50%;
    height: 100%;
    width: 100%;
}
.wrap-omnichannel .flower {
    z-index: 9999;
    position: relative;
}
.wrap-omnichannel .flower img {
    position: absolute;
    left: 92px;
    top: 35px;
}

.wrap-circle .wrap-website {
    top: 0px;
    left: -300px;
    opacity: 0;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.wrap-circle .wrap-store {
	top: 0px;
    left: 320px;
    opacity: 0;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.wrap-circle .wrap-face {
    top: 500px;
    left: 105px;
    opacity: 0;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.wrap-circle.fly .wrap-website {
	top: 0;
	left: 0;
	opacity: 1;
}
.wrap-circle.fly .wrap-store {
	top: 0;
	left: 180px;
	opacity: 1;
}
.wrap-circle.fly .wrap-face {
    top: 153px;
    left: 90px;
    opacity: 1;
}
.wrap-website .website {
    fill: #52bfba;
    cx: 130;
    cy: 130;
    r: 130;
    fill-opacity: 0.8;
}
.wrap-store .store {
    cx: 130;
    cy: 130;
    r: 130;
    fill: #f0d087;
    fill-opacity: 0.8;
}
.wrap-face .face {
    cx: 130;
    cy: 130;
    r: 130;
    fill: #4269ce;
    fill-opacity: 0.6;
}
.wrap-circle .wrap-website .img img {
	position: absolute;
    top: 90px;
    left: 70px;
}
.wrap-circle .wrap-store .img img {
	position: absolute;
	top: 80px;
	right: 60px;
}
.wrap-circle .wrap-face .img img {
	position: absolute;
    bottom: 60px;
    left: 102px;
}
.wrap-circle .wrap-website .img-text img {
    position: absolute;
    top: 10px;
    left: -160px;
    opacity: 0;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.wrap-circle .wrap-store .img-text img {
    position: absolute;
    top: 144px;
    right: -240px;
    opacity: 0;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.wrap-circle .wrap-face .img-text img {
    position: absolute;
    bottom: -5px;
    left: -189px;
    opacity: 0;
    transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
}
.wrap-circle.fly .wrap-website .img-text img, .wrap-circle.fly .wrap-store .img-text img, .wrap-circle.fly .wrap-face .img-text img {
	opacity: 1;
}
.wrap-business-knowledge .content .col-sm-6:nth-child(4n+1) {
	clear: both;
}
.form-login .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999;
}
.form-login-chat {
	padding: 15px 15px 0;
}
.form-login-chat .input-login {
	width: 100%;
    margin-bottom: 5px;
    border: none;
    outline: none;
    padding: 8px;
    font-size: 13px;
    color: #333;
    border: 1px solid rgba(0,0,0,0.3);
    border-radius: 4px;
}
.form-login-chat .btn-submit {
	padding: 6px;
	font-size: 20px;
    background-color: #32bda5;
    color: #ffffff;
}
.form-login-chat .btn-submit:hover {
    background: #3aaf9b;
}
.fly .jackInTheBox {
  animation-name: stretch;
  animation-duration: 1.8s; 
  animation-timing-function: ease-in; 
  animation-delay: 0;
}
@keyframes stretch {
  0% {
  	opacity: 0;
    transform: scale(.5);
    background-color: red;
    border-radius: 100%;
  }
  50% {
  	opacity: 0.3;
  	transform: scale(.8);
  }
  100% {
  	opacity: 1;
    transform: scale(1);
  }
}
.form-login .modal-footer {
	text-align: center;
}
.form-login .modal-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.form-login .modal-footer ul li {
	display: inline-block;
    width: 24%;
    text-align: center;
}
.form-login .modal-footer ul li a {
    color: #000;
    font-size: 13px;
    line-height: 28px;
}
.form-login .modal-footer ul li a:hover {
	color: #32bda5;
}
.form-login .modal-footer ul li a .icon{
    border: 1px solid #eee;
    border-radius: 12px;
    max-width: 100%;
}
@media(max-width: 1200px) {
	.read-more {
		margin-top: 35px;
	}
	.handel-menu.active i:before{
		content: "\f00d";
	}
	.wrap-header .container {
		position: relative;
	}
	.wrap-header .logo {
		float: none;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -90px;
	}
	.wrap-header .nav {
		display: none;
	    float: left;
	    position: absolute;
	    width: 100%;
	    background-color: #333;
	    top: 70px;
	    left: 0;
	    padding-top: 20px;
	}
	.wrap-header .nav ul li {
		display: block;
		line-height: 45px;
	}
	.wrap-header .handel-menu {
        position: absolute;
	    top: 0;
	    left: 15px;
	    font-size: 35px;
	}
	.wrap-header .nav ul li > a {
		color: #ffffff;
	}
	.about-us {
		padding: 0 15px;
	}
	.about-us .header {
		max-width: auto;
		text-align: left;
	}
	.about-us .header .sub-title:before, .about-us .header .sub-title:after {
		display: none;
	}
	.wrap-support .support {
	    padding-left: 98px;
	}
	.wrap-support .col-left {
	    text-align: left;
	}
	.wrap-support {
        height: 345px;
	}
	.support .notification {
		margin-top: 60px;
	}
	.wrap-omnichannel .content img {
		padding-left: 100px;
	}
	.about-us .read-more {
		margin-top: 30px;
	}
	.wrap-header .nav ul li {
		width: 33.33333%;
		float: left;
		text-align: center;
		padding: 0 10px;
	}
	.wrap-header .nav ul li > a {
	    background: #32bda5;
	    display: block;
	    border-radius: 8px;
	    margin-bottom: 20px;
	    padding: 10px;
	}
	.wrap-header .nav ul li > a .icon {
		display: block;
	    font-size: 40px;
	}
	.wrap-header .nav ul li a:before {
		display: none;
	}
	.wrap-header .nav ul li.active a {
	    background: #ffffff;
    	color: #32bda5;
	}
}
@media(max-width: 992px) {
	.wrap-introduce .abit {
		padding-right: 30px;
		margin-bottom: 25px;
	}
	.wrap-introduce .abit .title {
		margin-top: 30px;
    	margin-bottom: 10px;
	}
	.wrap-introduce .abit .subtitle {
		margin-bottom: 25px;
	}
	.wrap-business-knowledge .content .col-sm-6:nth-child(3n+1) {
		clear: both;
	}
	.wrap-business-knowledge .content .col-sm-6:nth-child(4n+1) {
		clear: none;
	}
}
@media (max-width: 767px) {
	.wrap-header .logo img {
		max-width: 120px;
	}
	.wrap-header .logo {
		margin-left: -78px;
	}
	.wrap-header .login a span {
		padding: 8px 10px;
		font-size: 10px;
	}
	.wrap-header {
		line-height: 50px;
		-webkit-box-shadow: 0px 6px 20px -12px rgba(0,0,0,0.28);
    	-moz-box-shadow: 0px 6px 20px -12px rgba(0,0,0,0.28);
	 	box-shadow: 0px 6px 20px -12px rgba(0,0,0,0.28); 
	}
	.wrap-header .handel-menu {
		font-size: 26px;
	}
	.wrap-header .nav {
		top: 52px;
	}
	.wrap-introduce .abit {
		padding-left: 15px;
		padding-right: 15px;
    	margin-bottom: 15px;
	}
	.wrap-introduce .abit .title {
		font-size: 28px;
	    margin-top: 15px;
	}
	.wrap-introduce .abit .subtitle {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.block-abit {
		width: 100%;
	}
	.wrap-omnichannel .header .subtitle {
		font-size: 14px;
    	padding: 0 20px;
	}
	.wrap-omnichannel .content img {
		padding-left: 15px;
	}
	.read-more a {
		font-size: 18px;
		padding: 15px 30px;
	}
	.wrap-business-knowledge .header h2 {
		margin-top: 30px;
		font-size: 28px;
	}
	.read-more {
	    margin-top: 35px;
		margin-bottom: 45px;
	}
	.about-us .header .title {
	    font-size: 23px;
	    margin-top: 20px;
	    margin-bottom: 15px;
	    line-height: 30px;
	}
	.about-us .header .sub-title {
	    font-size: 14px;
	    margin-bottom: 25px;
	}
	.wrap-support .notification:before {
		display: none;
	}
	.wrap-support {
		height: auto;
		background: #f1f1f1;
	}
	.wrap-support .col-left {
		text-align: center;
	}
	.hottline {
		padding: 5px 15px;
		font-size: 18px;
		margin-bottom: 20px;
	}
	.hottline .text {
		line-height: 66px;
	}
	.wrap-support .support {
		padding-left: 0;
	}
	.support .notification {
		margin-top: 30px;
		font-size: 18px;
	}
	.support .fanpage {
		font-size: 28px;
		line-height: 40px;
	}
	.wrap-footer .title {
		margin-top: 30px;
	}
	.wrap-header .nav ul li {
		width: 50%;
		line-height: 28px;
	}
	.wrap-header .nav ul li a {
		font-size: 11px;
	}
	.wrap-header .login .button-login span {
		font-size: 11px;
		padding: 8px 10px;
	}
	.form-login-chat {
		padding: 5px;
	}
	.form-login .close {
	    right: 5px;
	    top: 5px;
	}
	.wrap-omnichannel .header .title {
		padding-top: 5px;
		font-size: 26px;
	}
	.form-login .modal-footer ul li {
		width: 23%;
	}
	.form-login .modal-footer ul li a {
		font-size: 10px;
		line-height: 18px;
	}
}
@media (max-width: 1100px) and (min-width: 1000px) {
	.block-abit {
	    min-height: 585px;
	}
}
@media (min-width: 768px){
	.form-login .modal-dialog {
		width: 450px !important;
	}
}
@media (max-width: 321px) {
	.form-login .modal-footer ul li a {
		font-size: 8px;
	}
}