@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);
:not(td) {
    padding: 0;
    margin: 0
}
body {
    font: 13px/20px 'Roboto', Arial, sans-serif;
    color: #34495e
}
a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
a:hover,
a:focus {
    color: #0580c6;
    outline: medium none;
    text-decoration: none;
}
h1 {
    font-size: 20px;
    line-height: 32px
}
h2 {
    font-size: 18px;
    line-height: 30px
}
h3 {
    font-size: 16px;
    line-height: 28px
}
h4 {
    font-size: 15px;
    line-height: 28px
}
h5 {
    font-size: 14px;
    line-height: 27px
}
h6 {
    font-size: 13px;
    line-height: 26px
}
p {
    margin: 0 0 5px
}
img,
button {
    border: none
}
img{
    max-width: 100%;
}
table {
    margin: 0 auto;
    border-spacing: 0
}
input[type="text"], input[type="number"], textarea{
    outline: 0;
    border-radius: 3px;
    border: 1px solid #eee;
}
.container {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 5px;
}
.success,
.notice,
.errors {
    padding: .6em 1em 0.6em 3.4em;
    margin-bottom: 1em;
    font-weight: bold
}
.success {
    border: 1px solid #C6D880;
    color: #264409;
    background: #E6EFC2 url(../img/success.png) no-repeat 10px center
}
.notice {
    border: 1px solid #FFD324;
    color: #514721;
    background: #FFF6BF url(../img/note.png) no-repeat 10px center
}
.errors {
    border: 1px solid #FBC2C4;
    color: #8A1F11;
    background: #FBE3E4 url(../img/error.png) no-repeat 10px center
}
.note {
    color: #FF2222;
    font-size: 11px
}
.error {
    color: #FF2222;
    background-color: #FFFFBB
}
.clear {
    clear: both
}
.panel {
    margin-bottom: 10px;
}
.bg-shadow{
    /*background: #0043ff;
    background: -webkit-linear-gradient(top, #c2d2fd 0%, #0043ff 100%);
    background: linear-gradient(to bottom, #c2d2fd 0%, #0043ff 100%);
    background: -o-linear-gradient(top, #c2d2fd 0%, #0043ff 100%);
    background: -ms-linear-gradient(top, #c2d2fd 0%, #0043ff 100%);
    background: -moz-linear-gradient(top, #c2d2fd 0%, #0043ff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2d2fd', endColorstr='#0043ff', GradientType=0);
    */
    border: 1px solid #ccc;
    background: #eeeeee;
    background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.panel .panel_header {
    height: 35px;
    overflow: hidden;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
    text-align: left;
    text-indent: 15px;
    font-weight: bold;
}
.panel .panel_header,
.panel .panel_header * {
    line-height: 35px;
}
.panel .panel_body {
    overflow: hidden;
    border: 1px solid #DDDDDD;
}
.panel .panel_content {
    border: 1px solid #dddddd;
    overflow: hidden;
    padding: 10px;
}
#html_page_content{
    padding-top: 10px;
}
.list-item {
    margin-left: -5px;
    margin-right: -5px;
}
.wrap-item{
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
    float: left;
}
.wrap-item:nth-of-type(4n+1){
    clear: both;
}
.product_item {
    border: 1px solid #ccc;
    box-sizing: border-box;
    text-align: center;
    padding: 3px;
    width: 100%;
}
.product_item .name{
    font-size: 14px;
}
.product_item .product_image {
    box-sizing: border-box;
}
.product_item .product_image img {
    box-sizing: border-box;
    max-width: 100%;
}
.product_item .product_info {
}
.product_name {
    font-size: 13px;
    line-height: 22px;
}
.product_name > a {
    color: #333;
}
.product_name > a:hover {
    color: #0580c6;
}
.product_price {
    color: #ff0000;
}
.price_box{
    margin-bottom: 10px;
}
.product_item .des {
    color: #8b7171;
    padding: 0 10px;
}
.product_old_price {
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 8pt
}
.product_name,
.product_price,
.product_old_price {
    padding: 0 2px;
    overflow: hidden
}
.buy{
    background: url(../img/adr-icon-cart.png) 5px center no-repeat;
    background-color: #333333;
    padding: 7px 10px;
    padding-left: 30px;
    border-radius: 3px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
.cms_button {
    background: #0580c6;
    background: -webkit-linear-gradient(top, #069aef 0%, #0580c6 100%);
    background: linear-gradient(to bottom, #069aef 0%, #0580c6 100%);
    background: -o-linear-gradient(top, #069aef 0%, #0580c6 100%);
    background: -ms-linear-gradient(top, #069aef 0%, #0580c6 100%);
    background: -moz-linear-gradient(top, #069aef 0%, #0580c6 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#069aef', endColorstr='#0580c6', GradientType=0);
    color: #FFF;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
}
.cms_button,
.cms_button * {
    font-size: 13px
}
.cms_button * {
    line-height: 25px
}
.cms_button:hover,
.cms_button:hover * {
    color: #fff704;
    text-decoration: none
}
.padding5 {
    padding: 5px
}
.padding10 {
    padding: 10px
}
.center {
    text-align: center
}
.pagination {
    text-align: right;
    list-style: none;
    margin-right: 10px
}
.pagination li {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 1px;
}
.pagination a {
    background: #333 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 21px;
    padding: 5px 12px;
}
.pagination a:hover,
.pagination .active a {
    background: #245dfe;
    color: #fff;
    text-decoration: none
}
.pagination .disabled a {
    display: none
}
.row:before, .row:after{
    display: table;
    content: '';
}
.row:after{
    clear: both;
}
.news_panel table td {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
    vertical-align: top
}
#header {
}
#menu_page {
    position: relative;
    background: #69c002;
}
#menu_page ul {
    list-style: none;
}
#menu_page > ul > li {
    float: left;
    position: relative;
    margin-right: 2px;
}
#menu_page li{
    position: relative;
}
#menu_page > ul > li > a {
    display: block;
    line-height: 35px;
    color: #FFF;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
}
#menu_page li:hover > a,
#menu_page>ul>li.current > a{
    text-decoration: none;
    background: #333;
}
#menu_page > ul > li ul {
    position: absolute;
    left: 0;
    min-width: 150px;
    z-index: 99;
    background: #69c002;
    display: none;
}
#menu_page > ul > li ul a{
    display: block;
    line-height: 35px;
    padding: 0 15px;
    white-space: nowrap;
    color: #FFF;
}
#menu_page > ul > li ul:before{
    position: absolute;
    left: 35px;
    top: -8px;
    content: '';
    border-bottom: 8px solid #69c002;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
#menu_page ul.lv3{
    left: 100%;
    top: 0;
}
#menu_page ul.lv3:before{
    position: absolute;
    top: 12px;
    left: -8px;
    content: '';
    border-right: 8px solid #69c002;
    border-left: 0px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.line-menu{
    margin-top: 1px;
    border-top: 1px solid #ccc;
    margin-bottom: 20px
}
#main{
    background: #FFF;
    margin-top: 10px;
}
#content {
    background: #ffffff none repeat scroll 0 0;
}
#content_right {
    box-sizing: border-box;
    float: left;
    width: 240px;
}
#content_right .panel_header{
    background: #69c002;
}
#content_left {
    box-sizing: border-box;
    float: right;
    width: 940px;
}
.panel_header .title {
    float: left;
    text-align: left;
    padding-right: 45px;
    background: #69c002;
    position: relative;
    font-size: 16px;
}
.panel_header .title:after{
    position: absolute;
    content: '';
    right: -20px;
    top: 0;
    border-right: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #69c002;
}
#menu_category, #menu_category ul {
    list-style: none;
}
#menu_category li.lv1{
    margin-bottom: 5px;
    position: relative;
}
#menu_category li.lv1:last-child{
    margin-bottom: 0;
}
#menu_category li.lv1 > a{
    background: url('../img/arrow.png') 5px center no-repeat;
    background-size: 12px;
    text-transform: uppercase;
    text-indent: 25px;
    background-color: #69c002;
    color: #FFF;
}
#menu_category li.lv2 a {
    text-indent: 10px;
    font-weight: normal;
    line-height: 25px;
}
#menu_category a {
    display: block;
    font-weight: bold;
    line-height: 30px;
}
#menu_category li ul {
    padding: 0px 10px;
    display: none;
}
#menu_category .child {
    background: url(../img/down-icon2.png) no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    background-size: 10px;
    height: 30px;
    cursor: pointer;
}
#support_online .account {
    text-align: center;
    padding: 5px;
    border-bottom: 1px dotted #eee
}
#support_online .account:last-child{
    border: 0;
}
#support_online .name {
    font-size: 15px;
    font-weight: bold
}
#support_online .phone {
    color: #a90000;
    font-weight: bold;
    font-size: 14px
}
#adv_left img,
#adv_right img {
    margin-bottom: 5px;
    max-width: 100%
}
#html_page_content img {
    max-width: 710px
}
#cart_total_price {
    color: #ff0000
}
.index_cart{
    background: url('../img/shopping_cart.png') no-repeat left center;
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-right: 15px;
    color: #FFF;
    position: relative;
    width: 40px;
    height: 30px;
}
.index_cart a{
    height: inherit;
    display: block;
}
.index_cart a span{
    color: #000 !important;
    display: block;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background: #fffefe;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    font-size: 11px;
    font-weight: bold;
}
#cart_total_price .small_price {
    font-size: 10px
}
#search_panel input[type=text] {
    padding: 3px;
    width: 220px;
    margin-bottom: 10px
}
.frm-search {
    display: inline-block;
    float: right;
    margin-top: 5px;
}
.frm-search form{
    position: relative;
    display: inline-block;
}
.frm-search input[type="text"]{
    width: 200px;
    box-sizing: border-box;
    padding: 3px;
    height: 30px;
}
.frm-search button{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    box-sizing: border-box;
    width: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    color: #3867ea;
    background: #eee;
}
#footer {
    background: #eee;
    padding: 10px
}
#footer img {
    max-width: 970px
}
#license {
    background-color: #eee;
    font-size: 10px;
    padding: 0 10px 0 0;
    text-align: right;
}
#license,
#license a {
}
#list_news {
    list-style: none;
}
#list_news .news_item {
    clear: both;
    float: left;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dotted #eee;
}
#list_news .news_item:last-child{
    border: 0;
}
#list_news .news_item .news_img {
    width: 35%;
    box-sizing: border-box;
    float: left;
    padding: 0 10px 5px 0;
}
#list_news .news_item img.thumbnail {
    border: medium none;
    float: none;
    height: auto;
    margin: 0;
    width: 100%;
}
.news_panel .panel_body ul li > img {
    float: left;
    margin: 0 6px 0 0;
    max-width: 60px;
}
.news_panel .panel_body ul {
    float: left;
    list-style: none outside none;
    width: 100%;
}
.news_panel .panel_body ul li {
    overflow: hidden;
    margin-bottom: 5px;
    border-bottom: 1px dotted #eee;
    padding: 5px 0;
}
.news_panel .panel_body ul li:last-child {
    border-bottom: none
}
#divAdLeft,
#divAdRight {
    display: block;
    position: absolute;
    z-index: 9999;
}
#divAdLeft img,
#divAdRight img {
    max-width: 100%;
}
.list-item-3{
}
.wrap-3{
    width: 33.33%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}
.wrap-3:nth-of-type(3n+1){
    clear: both;
}
.box_item{
    max-width: 100%;
    text-align: center;
    border: 1px solid #eee;
    padding: 3px;
    box-sizing: border-box;
    border-radius: 3px;
}
.video_image {
    position: relative;
}
.video_image a:before {
    content: '';
    position: absolute;
    width: 30%;
    height: 40%;
    cursor: pointer;
    top: 30%;
    left: 35%;
    background: url('../img/play.png') center no-repeat;
}
.video_info a * {
    font-weight: bold;
    padding: 5px 0;
    display: block;
    font-size: 16px;
    line-height: 22px;
}
#tooltip {
    position: absolute;
    z-index: 3000;
    border: 2px solid #ccc;
    background-color: #fff;
    padding: 5px;
      border-radius : 5px;
    /*opacity: 0.85;*/
      max-width:600px;
      text-align: center;
}
.tooltip-content{display: none;}
#content_right .panel .line-bottom {
    border-bottom: 2px solid #058ad6;
    color: #333;
    text-indent: 0px !important;
    padding: 0;
    height: 30px;
}
.phone-ring {
    width: 200px;
    height: 200px;
    left: 0px;
    bottom: 0px;
    position: fixed;
    background-color: transparent;
    cursor: pointer;
    z-index: 9999999999;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    display: block;
}
.phone-ring .circle-lv1 {
    width: 160px;
    height: 160px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(30,30,30,0.4);
    border: 2px solid rgba(42, 234, 90, 0.86);
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone-ring .circle-lv2 {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: rgba(72, 251, 41, 0.61);
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone-ring .icon-phone {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(55, 255, 20, 0.64);
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.phone-ring .icon-phone i {
    font-size: 40px;
    padding: 11px 10px 0 14px;
    color: #ffffff;
    animation-name: change-color;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes change-backgound {
    0%   {background-color: red;}
    25%  {background-color: yellow;}
    50%  {background-color: blue;}
    100% {background-color: green;}
}
 /* Safari 4.0 - 8.0 */
@-webkit-keyframes change-color {
    0%   {color: white;}
    25%  {color: yellow;}
    50%  {color: blue;}
    100% {color: red;}
}
 @-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }
    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }
    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 2%;
	left: 0px;
	z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
	width: 85px;
  height: 85px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ff0000;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
  width: 55px;
  height: 55px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: #ff0000;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
	background-color: #ff0000;
	width: 40px;
  height: 40px;
  top: 33px;
  left: 33px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 30px;
	height: 30px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 140px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 45px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/* @media (max-width: 768px) {
  .hotline-bar {
    display: none;
  } */
.support-zalo{
    position: fixed;
    left: 28px;
    bottom: 18%;
    z-index: 9999999;		    
}
.blink_me {
    /* -webkit-animation-name: blinker; */
    /* -webkit-animation-duration: 1s; */
    /* -webkit-animation-timing-function: linear; */
    /* -webkit-animation-iteration-count: infinite; */
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    /* animation-name: blinker; */
    /* animation-duration: 1s; */
    /* animation-timing-function: linear; */
    /* animation-iteration-count: infinite; */
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}