div#website {
	background: white;
}

/*header top_bar_fix*/
div#header-nav {
	position: fixed;
	top: 0;
	left: 0;
    right: 0;
    margin: auto;
    width: 100%;
	z-index: 100000;
}
div#header-nav form {
	
}

div#header-nav form input {
	position: absolute;
    top: 13%;
    bottom: 33%;
    left: 55%;
    padding: 10px;
	border: none;
	background: transparent;
	outline: none;
	font-size: 11px;
}

div#header-nav form button {
	position: absolute;
    top: 13%;
    bottom: 30%;
    right: 0;
    width: 10%;
    padding: 10px;
    background: transparent;
    border: none;
}

/*header top_bar_fix*/


/*header*/
header#header {
	background: var(--color1);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 15vw;
}

.header-logo {
	width: 40%;
}
.header-right {
	width: 52%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.header-right p {
	color: white;
	text-transform: uppercase;
	font-size: 2rem;
	font-weight: bold;
	font-family: UTM-Bebas;
}

/*.header-right img {
	max-width: 6vw;
}*/
a.header-menu {
	width: 20%;
}

a.header-menu ul li {
	background: white;
	height: 3px;
	width: 90%;
	margin-bottom: 5px;
}

a.header-menu ul {
	background: linear-gradient(#47a983, #136e4b);
    border: 1px solid #093725;
    border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 5px;
}

a.header-menu ul li:last-child {
	margin-bottom: 0;
}

/*header*/


/*footer*/
footer {
	padding-bottom: 4rem;
}
section.thongtin {
	background-color: #cfcfcf;
    border-top: solid 3px #9e9e9e;
    border-bottom: solid 1px #ffffff;
}

section.thongtin .box-1 {
	padding: .5rem;
}

section.thongtin .box-1 ul {
	padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

section.thongtin .box-1 ul li {
	border-right: solid 1px #acacac;
    border-bottom: solid 1px #acacac;
    display: flex;
    padding: 1rem 0.5rem;
}
section.thongtin .box-1 ul li:nth-child(2),
section.thongtin .box-1 ul li:nth-child(4){
	border-right: 0;
}
section.thongtin .box-1 ul li:nth-child(3),
section.thongtin .box-1 ul li:nth-child(4){
	border-bottom: 0;
}
section.thongtin .box-1 ul li .divclr {
	margin: auto;
}
section.thongtin .box-1 ul li a{
	display: flex;
	align-items: center;
}
section.thongtin .box-1 ul li a .avatar-1,
section.thongtin .box-1 ul li a .avatar-2,
section.thongtin .box-1 ul li a .avatar-3,
section.thongtin .box-1 ul li a .avatar-4 {
	float: left;
	display: block;
}

section.thongtin .box-1 ul li a .avatar-1 {
	background: url(../img/ava_lienhe_1.png) no-repeat;
	width: 43px;
	height: 43px;
}

section.thongtin .box-1 ul li a .avatar-2 {
	background: url(../img/ava_lienhe_2.png) no-repeat;
	width: 48px;
	height: 48px;
}

section.thongtin .box-1 ul li a .avatar-3 {
	background: url(../img/ava_lienhe_3.png) no-repeat;
	width: 43px;
	height: 35px;
}

section.thongtin .box-1 ul li a .avatar-4 {
	background: url(../img/ava_lienhe_4.png) no-repeat;
	width: 23px;
	height: 33px;
}

section.thongtin .box-1 ul li a .text {
	float: left;
    margin-left: 0.5rem;
    text-align: left;
    text-transform: uppercase;
}

section.thongtin .box-1 ul li a .text .row-1 {
	color: #666666;
    font-size: .6rem;
}

section.thongtin .box-1 ul li a .text .row-2 {
	font-size: .6rem;
	color: var(--color1);
	font-weight: bold;
}
section.thongtin .box-1 ul li:first-child a .text .row-2 {
	color: var(--color2);
	font-size: 1rem;
}
section.lienhe{
	background-color: var(--color3);
}
section.lienhe .title{
	font-size: 1.2rem;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	padding: 1rem;
    position: relative;
}
section.lienhe .title:after{
	content: '';
	background: url('../img/icon-lienhe-1.png') no-repeat;
	width: 45px;
	height: 34px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
section.lienhe .sub-title{
	font-size: .8rem;
	color: #d0f6ff;
	text-align: center;
}
section.lienhe .box{
	justify-content: space-between;
    background-color: var(--color1);
    margin: 1rem 0;
    border-radius: 15px;
    color: #fff;
}
section.lienhe .box .mini-title{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: bold;
}
section.lienhe .box .contact,
section.lienhe .box .map-ft{
	width: 100%;
}
section.lienhe .box .contact{	}
section.lienhe .box .contact > div{
	display: flex;
	align-items: center;
	padding: 1rem 0;	
}
section.lienhe .box .contact > div{
	border-bottom: solid 1px var(--color3);
}
section.lienhe .box .contact > div:first-child,
section.lienhe .box .contact > div:last-child{
	border-bottom: 0;
}
section.lienhe .box .contact > div:first-child{
	padding: 0;
}
section.lienhe .box .contact .img {
   	width: 18px;
    margin: auto 0;
    margin-right: 1rem;
}
section.lienhe .box .contact p{
	color: #fff;
	font-size: 1rem;
}
section.lienhe .box .contact p.hl{
	font-weight: bold;
}
section.lienhe .box .map-ft{
	border-right: 0;
}
section.lienhe .box .map-ft .mini-title{
	padding: 1rem 0;
}
section.lienhe .box .map-ft img{
	width: 100%;
	border-radius: 10px;
}
/*footer*/
/*box_icon*/
.box-icon{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    background-color: var(--color1);
    color: #fff;
    text-align: center;
}
.box-icon .item{
	padding: 1rem;
	border-bottom: solid 1px #0e5238;
	border-right: solid 1px #0e5238;
}
.box-icon .item:nth-child(2),
.box-icon .item:nth-child(4) {
    border-right: none;
}
.box-icon .item .thumb{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 0.5rem;
}
.box-icon .item .info{
	font-size: 0.8rem;
}
.box-icon .item .info span{
	font-size: 1rem;
	font-weight: bold;
}
/*box_icon*/
/*bai viet moi*/
.baiviet{

}
.baiviet .title{
	color: var(--color1);
	text-transform: uppercase;
	border-bottom: solid 2px #ccc;
	font-weight: bold;
	font-size: 1.4rem;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.baiviet .title:before{
	content: '';
	background-image: url('../img/icon-bv-1.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color1);
	position: absolute;
	left: 0;
	bottom: 0;
    margin: auto;
    padding: 15px 20px;
}
.baiviet .box{
	margin-top: 2rem;
}
.baiviet .box .box-l{
	display: flex;
}
.baiviet .box .box-l .thumb{
	width: 35%;
}
.baiviet .box .box-l .info{
	width: calc(100% - 35% - 0.5rem);
    margin-left: 0.5rem;
    font-size: 1rem;
}
.baiviet .box .box-l .info a {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
}
.baiviet .box .box-l .info .des {
    margin: 0.5rem 0;
}
.baiviet .box .box-r{
	
}
.baiviet .box .box-r .items{
	position: relative;
	padding-left: 20px;
	font-size: 1.2rem;
	padding-top: 1rem;
    padding-bottom: 1rem;
	border-top: solid 1px #e7e7e7;
}
.baiviet .box .box-r .items:before {
    content: '';
    background: url(../img/icon-bv-2.png) no-repeat;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 1.5rem;
}

/*bai viet moi*/
/*danh muc khoa*/
.danhmuc{
	background-color: #eeeeee;
	overflow-x: scroll;
}
.danhmuc .title{
	text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.danhmuc .title img{
	margin-right: 3vw;
}
.danhmuc .list-danhmuc{
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: 1rem;
    width: 500px;
}
.danhmuc .list-danhmuc .item{
	flex: 0 0 31.333333%;
}
.danhmuc .list-danhmuc .item a{
	display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color1);
    width: 100%;
    background-color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
    border: solid 1px #cccccc;
    height: 40px;
}
}
.danhmuc .list-danhmuc .item a:hover{
    background-color: var(--color1);
    color: #fff;
}
.form-danhmuc{
   	background-image: url(../img/bg-form-danhmuc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-danhmuc form{
	position: relative;
    width: 60%;
    margin-right: 2%;
}
.form-danhmuc form input[type=text] {
    width: 100%;
    height: 40px;
    padding-left: 1rem;
    outline: none;
    font-size: 1rem;
    border: solid 2px #045033;
    border-radius: 8px;
}
.form-danhmuc form input[type=submit] {
	position: absolute;
    right: 1px;
    top: 2px;
    width: 53px;
    height: 36px;
    background-color: var(--color2);
    color: #fff;
    font-size: 1.2rem;
    border: none;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}
.form-danhmuc .info{
	width: 38%;
}
.form-danhmuc .info p{
	color: #fff;
    font-size: 0.8rem;
}
.form-danhmuc .info p:first-child{
	font-weight: bold;
    text-transform: capitalize;
    font-size: .9rem;
}
/*danh muc khoa*/
/*bao chi*/
.baochi{

}
.baochi .title{
	font-size: 1.4rem;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.baochi .bc-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 2rem 0.5rem;
    padding: 1rem 0;
}
.baochi .bc-list .bc-item {
    padding: 1rem 0 1.5rem 0;
    border: solid 1px #cccccc;
    border-radius: 10px;
    position: relative;
}
.baochi .bc-list .bc-item .bc-icon {
    text-align: center;
    margin-bottom: 1.5rem;
    height: 2rem;
}
.baochi .bc-list .bc-item .bc-info {
    font-size: 1rem;
    color: #333333;
    font-weight: bold;
    padding: 5px;
}
.baochi .bc-list .bc-item .read {
    background-color: var(--color1);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6%;
    margin: auto;
}
/*bao chi*/

/*uu diem*/
section.uudiem{
	background: var(--color1);
    display: flex;
    position: relative;
    margin-top: 1rem;
    padding: 0 1rem;
    padding-bottom: 3rem;
}
section.uudiem .ct-left{
	width: 35%;
	position: relative;
	padding-top: 1rem;
}
section.uudiem .ct-left p{
	color: #fff;
	font-size: 1rem;
}
section.uudiem .ct-left p:nth-child(2){
	font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-top: 1rem;
    margin-top: 1rem;
}
section.uudiem .ct-left p:nth-child(2) span{
	font-size: 1.3rem;
    font-weight: bold;
}
section.uudiem .ct-left p:nth-child(2):before{
	content: '';
	width: 70px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
section.uudiem .ct-right{
	width: 65%;
	position: relative;
}
section.uudiem .ct-right .list-ud{
	display: flex;
}
section.uudiem .ct-right .list-ud .slick-next {
    background: url(../img/icon-next.png) no-repeat;
    width: 52px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: -31%;
    top: 125%;
    z-index: 1;
}
section.uudiem .ct-right .list-ud .slick-prev {
    background: url(../img/icon-prev.png) no-repeat;
    width: 52px;
    height: 20px;
    background-size: contain;
    position: absolute;
    left: -55%;
    top: 125%;
    z-index: 1;
}

section.uudiem .ct-right .list-ud .slick-current {
   	position: relative;
   	background: #0e5439;
  	width: 100%;
  	height: 18vh;
}
section.uudiem .ct-right .list-ud .slick-next:before,
section.uudiem .ct-right .list-ud .slick-prev:before{
	content:none;
}
section.uudiem .ct-right .list-ud .item{
	text-align: center;
	color: #fff;
	margin-right: .5rem;
}
section.uudiem .ct-right .list-ud .item .title{
	font-size: .8rem;
	font-weight: bold;
	padding-bottom: .5rem;
	padding-top: 1rem;
}
section.uudiem .ct-right .list-ud .item .img{
	display: flex;
    justify-content: center;
}
/*uu diem*/

/*mtpk*/
.moitruong .title{
	font-size: 1.4rem;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 1rem;
}
/*mtpk*/

/*dat hen kham*/
section.formdathen{}
section.formdathen .content-left{
	background-color: var(--color2);
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 1rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
section.formdathen .content-left:before{
	content: '';
	background: url('../img/bg-formdathen-1.png') no-repeat;
	width: 138px;
	height: 67px;
	position: absolute;
	left: 10px;
    bottom: -20px;
}
section.formdathen .content-right{
	background: url(../img/bg-formdathen-2.png) no-repeat;
	background-size: cover;
    position: relative;
}
section.formdathen .content-right form{
	display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 10px;
}
section.formdathen .content-right form input[type=text] {
   	width: 100%;
    height: 40px;
    padding-left: 0.5rem;
    border: none;
    outline: none;
    font-size: .8rem;
}
section.formdathen .content-right form input[type=submit] {
   	width: 100%;
    height: 40px;
    background-color: var(--color1);
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    font-weight: bold;
    text-align: center;
    outline: none;
    cursor: pointer;
}
/*dat hen kham*/


/*gioi thieu*/
div#gioithieu {
	padding-bottom: 2rem;
}
.gioithieu .img{
	margin-bottom: 1rem;
}
.gioithieu .img img {
	width: 100%;
	/*margin-bottom: 1rem;*/
}

.gioithieu p {
	margin-bottom: 1rem;
	text-align: justify;
}

.gioithieu p span {
	font-weight: bold;
	text-transform: capitalize;
}
/*gioi thieu*/


/*chuyen khoa*/
.chuyenkhoa-left ul {
	box-shadow: 0px 0px 10px #000;
	border-radius: 1rem;
	padding: 1rem;
	margin: 0 1rem;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.chuyenkhoa-left ul a {
	display: block;
	font-weight: 500;
	padding: .4rem .6rem;
	font-weight: 500;
}

.chuyenkhoa-left ul li {
	background: url(../img/icon-23.png) no-repeat left center;
	background-size: 7px;
	padding-left: .5rem;
	border-bottom: 1px solid #c5b9b9;
}

div#chuyenkhoa {
	background: #EFEFEF;
}
div#chuyenkhoa .style1 {
	position: unset;
}
.binhluan {
	padding-top: 1rem;
}

p.binhluan-content {
	background: var(--color1);
	color: white;
	padding: 1rem;
	border-radius: 1rem;
	font-size: .9rem;
	position: relative;
}

.binhluan-info {
	text-align: center;
	padding: 1rem 0;
}

.binhluan-info p {
	text-transform: capitalize;
}

.binhluan-info b {
	text-transform: uppercase;
	font-weight: bold;
}

p.binhluan-content:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid var(--color1);
	border-right: 10px solid var(--color1);
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
	top: 99%;
	left: 10%;
}
/*chuyen khoa*/

/*thong ke*/
div#thongke {
	background: url(../img/bg-1.jpg) center center no-repeat;
	background-size: cover;
	padding-top: calc(1rem + 4vh);
}

div#thongke ul {
	display: flex;
	align-items: baseline;
}
div#thongke li {
	color: white;
	margin: 0 5px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 25%;
}

div#thongke li img {
	width: 15vw;
}

div#thongke li span {
	display: block;
	border-bottom: 2px solid;
	margin: 10px 0;
}

div#thongke li p {
	font-size: .6rem;
	text-transform: uppercase;
	text-align: center;
}
/*thong ke*/

/*tuvan*/
div#tuvan1 {
	position: relative;
	margin: 0.5rem;
	box-shadow: 0px 0px 10px #000;
	padding: 0.5rem;
	border-radius: 2rem;
	border: 1px solid #168bc0;
	/*height: 8vh;*/
	margin-bottom: -3vh;
	z-index: 100;
	background: white;
	margin-top: -4vh;
}

div#tuvan1 ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div#tuvan1 ul li img {
	width: 6vw;
	margin-right: 1vw;
}

div#tuvan1 ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

div#tuvan1 ul li p {
	font-size: .5rem;
}

/*tuvan*/

/*tuvan*/
div#dathen {
	background: #EFEFEF;
}
.dhk-l {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}

.dhk-cat {
	border: 1px solid gray;
	width: 48%;
	margin-bottom: 4%;
	border-radius: .5rem;
	background: white;
	padding: 5px;
}

.dhk-cat a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.dhk-cat a span {display: inline-block;text-transform: capitalize;margin: 10px 0;font-weight: bold;}

.dhk-r {
	background: var(--color1);
	color: white;
	padding: 1.5rem;
	box-shadow: 0px 0px 10px #000;
	position: relative;
}

.dhk-r input {
	display: block;
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	border-radius: 5px;
}

.dhk-r button {
	display: block;
	padding: 8px;
	text-transform: uppercase;
	border: none;
	outline: none;
	background: var(--color2);
	color: white;
	margin-bottom: 8px;
}

.dhk-r span {
	text-transform: capitalize;
}
.dhk-abs {
	position: absolute;
	background: var(--color1);
	bottom: calc(100%);
	width: calc(100% - 2rem);
	color: white;
	left: 2rem;
	font-size: 20px;
	text-transform: uppercase;
	height: 40px;
	display: flex;
	align-items: flex-end;
	box-shadow: 3px -3px 5px #af9797;
	font-weight: bold;
}

.dhk-abs:before {
	content: "";
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0;
	right: 100%;
	border-top: 20px solid transparent;
	border-left: 1rem solid transparent;
	border-right: 1rem solid var(--color1);
	border-bottom: 20px solid var(--color1);
}
/*tuvan*/


/*trang loai*/
.cat-item {
	margin-bottom: 1rem;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.cat-item-img {
	margin-bottom: 1rem;
}

.cat-item-title h4 {
	margin-bottom: 10px;
}

.cat-item-title h4 a {
	color: var(--color1);
}

.cat-item-content p {
	text-align: justify;
	margin-bottom: 10px;
}

.cat-item-content .btn {
	background: var(--color2);
	color: white;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: unset;
	text-transform: capitalize;
}

.cat-item-img img {
	width: 100%;
}

.cat-item-content div {
	text-align: right;
}

.cat-pt{
	text-align: center;
}

.cat-pt span, .cat-pt a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin-right: 5px;
}

span.phan_trang {
	background: var(--color1);
	color: white;
	border: 1px solid var(--color1);
}
/*trang loai*/

/*trang chi tiet*/
h1.post-title {
	color: var(--color2);
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-size: 20px;
}

.post-content p {
	font-size: 16px;
	margin-bottom: 1rem;
	text-align: justify;
}

.post-content h2 {
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    border-left: 5px solid var(--color3);
    position: relative;
    color: var(--color3);
    padding-left: 10px;
    margin: 10px 0;
}
.post-content img {
	height: auto!important;
	margin-bottom: 10px;
}
.post-content div{
	max-width: 100% !important;
}
.khungxanh{
	border: 1px solid var(--color1);
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 1rem;
}
.related-post{}
.related-post .tieude {
	background-color: var(--color3);
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    font-size: 1rem;
    padding-left: 40px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
}
.related-post .tieude:before {
	content: '';
	background: url(../img/icon-before-relate.png) no-repeat;
	background-size: cover;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.related-post .list-bv{
	
}
.related-post .list-bv .bv-items {
	padding-top: 10px;
	margin-top: 10px;
	display: flex;
}
.related-post .list-bv .bv-items .thumb{
	width: 35%;
	margin-right: 3%;
}
.related-post .list-bv .bv-items .info{
	width: 62%;
}
/*trang chi tiet*/
@-webkit-keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}@keyframes hvr-pulse{25%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:scale(0.9);transform:scale(0.9)}}.hvr-pulse{display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent}.hvr-pulse:active,.hvr-pulse:focus,.hvr-pulse:hover{-webkit-animation-name:hvr-pulse;animation-name:hvr-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}
.hvr-pulse{
	-webkit-animation-name: hvr-pulse;
	animation-name: hvr-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}