/*------------------------------------*\
    HEADER
\*------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
.clr{
    clear: both;
}
#area{
    position: relative;
}
.flex {
    display: flex;
}
body{

}
#header-t{
    background-color: #2c2551!important;
    float: right;
    width: 100%;
    text-align: right;
    color: #fff;
}
#header-t ul, #header-t .form {
    display: inline-block;
}
#header-t ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0 10px; 
}

#header-t ul li a i {
    padding-right: 5px;
    color: red;
    font-size: 16px;
}
#header-t .form form {
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 5px;
    margin-left: 10px;
}
#header-t .form form input {
    background: none;
    line-height: 30px;
}
#header-t .form form button {
    background: none;
    border: none;
}
#header-t .form form button i {
    font-size: 19px;
}
#header .menu {
    margin-top:15px;
}
#header .menu ul, #header .menu .hotline-menu {
    display: inline-block;
}
#header .menu ul li {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding-right: 10px;
    font-size: 18px;
    line-height: 70px;
}
#header .menu ul>li>a {
    font-size: 16px;
    display: inline-block;
    background-color: transparent;
    text-transform: uppercase;
    color: #2c2551;
    text-shadow: none;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -o-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
}
#header .menu ul li:hover a {
    color: #e21d24;
}
#header .menu ul li {
    position: relative;
}
#header .menu ul li ul.c2 {
    display: none;
position: absolute;
    z-index: 998;
    top: 70px;
    left: -30px;
    border-radius: 0;
    min-width: 100%;
    text-align: left;
    width: 350px;
    background: #fff;
    border-top: 5px solid red;
    box-shadow: 0px 4px #B3B3B3;
}
#header .menu ul li ul.c2 li {
       display: inline-block;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #9f9696;
    line-height: 30px;
    margin-right: 11px;
}
#header .menu ul li:hover ul.c2 {
    display: block;
}
#header .menu ul li:hover ul.c2 li a {
    color: #000;
    font-weight: normal;
    font-size: 14px;
}
 #header .menu .hotline-menu a.hl-mn {
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-image: url(../images/btn-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5px 15px;
    background-color: transparent;
    border-radius: 0;
    background-position: center center;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background: #fff;
  opacity: 0.9;
}
.introduce-product-category {
    padding: 0 30px;
    transition: opacity .3s,transform .3s,background-color .3s;
}
.box {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.box a {
    display: inline-block;
}
.introduce-product-category .box-image {
    overflow: visible;
    position: relative!important;
}
.box-image {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.box-image img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.introduce-product-category .box-image > img {
    -webkit-box-shadow: 2px 3px 10px rgb(0 0 0 / 30%);
    box-shadow: 2px 3px 10px rgb(0 0 0 / 30%);
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.introduce-product-category .box-image .sub-img {
    bottom: -25px;
    max-width: 160px;
    right: -50px;
    -webkit-transition: 200ms linear;
    -o-transition: 200ms linear;
    transition: 200ms linear;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
        position: absolute!important;
}
.introduce-product-category .box-text {
    padding: 20px 0;
    letter-spacing: -0.5px;
    text-align: center;
}
.box-text-inner {
    margin: 5px 20px;
    font-size: 20px;
    text-transform: uppercase;
    background: #f62a14;
    color: #fff;
    line-height: 40px;
    border-radius: 10px;
}
.box-spct {
    display: flex;
    flex-wrap: wrap;
}
.tit1 h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 20px 0;
    color: #f62a14;
}
.tit3 h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 20px 0;
    color: #f62a14;
}
.nav-spct .box-spct {
    margin-top: 50px;
}
.tit1:before {
    top: 18%;
    left: 50%;
    background-color: #e21d24;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.tit1:after {
        bottom: 77%;
    right: calc(50% - 20px);
    background-color: #2c2551;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.tit3:before {
    top: 12%;
    left: 50%;
    background-color: #e21d24;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.tit3:after {
        bottom: 84%;
    right: calc(50% - 20px);
    background-color: #2c2551;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.vct {
    background-image: url(../images/bg1.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.tit2 h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 20px 0;
    color: #f62a14;
}
.tit2:before {
    top: 22%;
    left: 50%;
    background-color: #e21d24;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.tit2:after {
        bottom: 71%;
    right: calc(50% - 20px);
    background-color: #2c2551;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
}
.tit2 h2 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 40px;
    margin: 20px 0;
    color: #f62a14;
}
.vct .des {
    margin: 20px 0;
    text-align: justify;
    line-height: 30px;
}

.icon-box {
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 10px;
    margin-bottom: 1.5rem !important;
    text-align: left;
    flex-flow: row wrap;
    width: 100%;
    margin: 10px 0;
}
.icon-box-left .icon-box-img, .icon-box-right .icon-box-img {
    flex: 0 0 auto;
    margin-bottom: 0;
    max-width: 200px;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 1em;
    width: 100%;
}
.icon-box-left .icon-box-img+.icon-box-text {
    padding-left: 1em;
    flex: 1 1 0px;
}
.icon-box-text h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
#s4 {
        align-items: center;
    display: flex;
    flex-flow: row;
    min-height: auto;
    position: relative;
    width: 100%;
}
#s6 {
        align-items: center;
    display: flex;
    flex-flow: row;
    min-height: auto;
    position: relative;
    width: 100%;
    margin-top: -90px;
}
#banner-1301477498 {
    padding-top: 320px;
    background-color: rgba(0, 0, 0, 0);
}
.fill {
    height: 100%;
    left: 0;
    margin: 0!important;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
}
.clear:after, .clearfix:after, .container:after, .row:after {
    clear: both;
    content: "";
    display: table;
}
.clb {
      clear: both;
    content: "";
    display: table;
}
#s5 {
    background: #e36b85;
    width: 100%;
    padding-bottom: 100px;
}
.scroller ul {
    overflow-y: scroll;
  scrollbar-color: pink lightblue;
  height: 400px;
}
.scroller ul li {
    padding: 0px;
    margin: 0;
}
.scroller ul li .box-li-sc {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
}
.scroller ul li p {
    text-align: center;
}
.scroller ul li p.mb {
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

.scroller ul::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #fff;
}

.scroller ul::-webkit-scrollbar {
width: 5px;
background-color: #fff;
}

.scroller ul::-webkit-scrollbar-thumb {
background-color: rgb(19, 42, 90);
}
.tit-mm h2 {
    color: #fff;
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
}
.des-mm p {
    text-align: justify;
    color: #fff;
    font-size: 16px;
}
.img-mm ul li {
   padding: 5px;
   margin: 0;
       -webkit-box-shadow: 5px 4px 7px rgb(0 0 0 / 20%);
    -moz-box-shadow: 5px 4px 7px rgb(0 0 0 / 20%);
    -o-box-shadow: 5px 4px 7px rgb(0 0 0 / 20%);
    box-shadow: 5px 4px 7px rgb(0 0 0 / 20%);

}
.img-mm ul {
     display: flex;
    flex-wrap: wrap;
}
#s7 {
    background: #132959;
    width: 100%;
    padding-bottom: 100px;
}
#s8 {
    position: relative;
}
.nav-s8 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
#s8 .date {
    text-align: center;
}
.box-tt .text {
    text-align: center;
    font-size: 20px;
}
#hotline-f {
    background: linear-gradient(to right,#2c2551 0,#56499c 52%,#2c2551 100%);
    color: #fff;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: bold;
    margin-top: 20px;
}
#hotline-f p {
    text-align: center;
    margin: 0;
}
#footer {
    background: #f7f7f7;
    padding: 20px 0;
}
.footer {
    display: flex;
    flex-wrap: wrap;
}
.footer h3 {
    text-transform: uppercase;
    position: relative;
    color: #2c2551;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}
.is-divider {
    background-color: #e21d24;
}
.is-divider {
    background-color:#e21d24;
    display: block;
    height: 3px;
    margin: 1em 0;
    max-width: 30px;
    width: 100%;
}
.footer ul {
    margin-top: 20px;
}
.footer ul li {
    line-height: 25px;
    font-size: 16px;
}
#footer-f {
    background: #eeeeee;
    line-height: 40px;
    text-align: center;
    border-top: 3px solid #e21d24;
}
#footer-f p {
    text-align: center;
    font-size: 16px;
    margin: 0;
}
.product {
    background-color: #9d1940;
}
.text-pr {
    text-align: center;
}
.text-pr .title h1 {
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 30px;
    line-height: 50px;
}
.text-pr ul li {
    color: #fff;
    display: inline-block;
    padding: 5px ;
    line-height: 40px;
}
.box-product {
    border: 1px solid #ededed;
    margin: ;
    margin-top: 15px;
}
.box-product .text {
    padding: 10px 15px;
    border-top: 1px solid #eee;
    background-color: #f7f7f7;
}
.box-product .text .mucgia {
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.box-product:hover .text {
    background: red;
    color: #fff;
}
.box-product:hover .text .mucgia {
    color: #fff;
}
.main-product1 .text .tit {
    font-family: 'Roboto', sans-serif;

}
.main-product1 .text .gia-pr {
    color: red;
    font-weight: bold;
    font-size: 16px;
}
.main-product1 .dungluong {
    margin: 15px 15px 25px 10px;
}
.main-product1 .dungluong p {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: red;
}
.main-product1 .dungluong ul li {
    display: inline-block;
}
.main-product1 .dungluong ul li span {
    border: 1px solid #000;
    padding: 8px;
    font-weight: bold;
}
.main-product1 .pr {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.main-product1 .pr .hl-pr {
    background-color: #e21d24;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}
.main-product1 .pr .mess-pr {
    background-color: #1c00ad;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 15px;
    text-align: center;
}
.main-product1 .img {
    border: 1px solid #eded;
    box-shadow: 3px 3px #eded;
}
.main-product1 .text {
    background: #fafafa;
    padding: 10px;
    border: 1px solid #4a2323;
    box-shadow: 3px 3px #4a2323;
    margin-top: 7px;
    padding-bottom: 30px;
}
.box-content-pr {
    margin: 20px;
}
.box-content-pr .nav-content .mota {
    background: #f7f7f7;
    line-height: 51px;
    padding: 0 10px;
    border-top: 2px solid #9d1940;
}
.box-content-pr .nav-content .mota h3 {
    font-size: 20px;
    color: #9d1940;
}
.box-content-pr .nav-content .des {
    padding: 10px;
    border:1px solid #fafafa;
    border-top: none;
    box-shadow: 2px 5px #f7f7f7;
}
.bot-ba .tittle h3 {
    font-size: 1.5em;
}
.table-responsive-details table {
    border: 1px solid #fff;
    width: 100%;
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
}
.table-responsive-details table td:nth-child(1) {
    background-color: #cdcdcd;
    width: 40%;
}
.table-responsive-details table td {
    border: 2px solid #fff;
}
.table-responsive-details table td, .table-responsive-details table th {
    padding: 15px;
}
.table-responsive-details table td:nth-child(2) {
    background-color: #f1f1f1;
}
.box-splq {
    display: flex;
    flex-wrap: wrap;
}
.related-product .home-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    color: #9d1940;
    background: #f7f7f7;
    line-height: 51px;
    padding: 0 10px;
    border-top: 2px solid #9d1940;
}
.breadcrumb {
    margin: 0;
    font-size: 1em;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li>a {
    color: #777;
}
.breadcrumb li span {
    display: inline;
    color: #ff5722;
}
.breadcrumb li>a>span {
    color: #777;
}
.breadcrumb li span {
    display: inline;
    color: #ff5722;
}
.breadcrumb li span .fa {
    color: #777;
}
.breadcrumb li a:hover, .breadcrumb li.active, .breadcrumb li strong {
    color: #ff5722;
    font-weight: 400;
}
.box-tt,.tintuc-ct {
    display: flex;
    flex-wrap: wrap;
}
.right .tittle {
    background: #f7f7f7;
    line-height: 51px;
    padding: 0 10px;
    border-top: 2px solid #9d1940;
}
.aside-content ul {
    margin: 0 10px;
}
.aside-content ul li {
    font-size: 16px;
    padding: 5px 0;
}
.aside-content nav.nav-category {
    border: 1px solid #f7f7f7;
    box-shadow: 2px 2px #f7f7f7;
}
.bread-crumb ul.breadcrumb {
   background: #ffffff;
    line-height: 51px;
    padding: 0 10px;
    border-bottom: 2px solid #9d1940;
    margin: 0px 10px 20px 10px;
}
.nav-tt .date {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 10px 0 0;
}
.new {
    display: flex;
    flex-wrap: wrap;
}
.new .date {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 10px 0 0;
}
/*------------------------------------*\
   contact
\*------------------------------------*/
#w-contact {
    margin: 30px 0;
}
.contact-l, .contact-r {
    background: #fff;
}
#w-contact .b-title {
    display: block;
    padding: 15px 20px;
    background: #3a346f;
    border-radius: 5px 5px 0 0;
    color: #fff;
}
.b-title h3 {
    color: #fff;
    margin: 0;
}
#w-contact .b-content2 {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}
#w-contact ul li {
    padding: 3px 0;
}
.contact-l, .contact-r {
    background: #fff;
}
#w-contact .b-content2 {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}
#w-contact form {
    padding: 20px 0;
}
#w-contact form input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border: 1px solid #333;
    padding: 0 5px;
    background: #ffffff;
    outline: none;
}
#w-contact form textarea {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #333;
    padding: 0 5px;
    background: #ffffff;
    height: 150px;
    outline: none;
}





.fab {
  transition: all 120ms ease-in-out;
  width: 56px;
  height: 56px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 40px;
  bottom:100px;
  user-select: none;
  cursor: pointer;
  color: #FF9500;
  font-size: 5em;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08), 0px 3px 10px rgba(0, 0, 0, 0.08);
}

.fab i {
  transition: all 120ms ease-in-out;
  will-change: transform;
}

.inner-fabs .fab {
  width: 48px;
  height: 48px;
  right: 35px;
  bottom: 23px;
  font-size: 1.5em;
  will-change: bottom;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.04), 0px 3px 10px rgba(0, 0, 0, 0.04);
}

.inner-fabs.show .fab:nth-child(1) {
  bottom: 168px;
}

.inner-fabs.show .fab:nth-child(2) {
  bottom: 226px;
}

.inner-fabs.show .fab:nth-child(3) {
  bottom: 204px;
}
.inner-fabs.show .fab:nth-child(4) {
  bottom: 262px;
}

.inner-fabs.show + .fab i {
  transform: rotate(135deg);
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.md-36 {
  font-size: 36px;
}

.inner-fab-icon {
  height: 40px;
  width: 40px;
}

.fab::before {
  content: attr(data-tooltip);
  transition: opacity 120ms cubic-bezier(0.4, 0, 1, 1);
  position: absolute;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #333333;
  left: 53px;
  top: 19%;
  background-color: #FFD057;
  font-size: .6em;
  line-height: 1.2em;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  border-radius: 15px;
  padding: 7px 32px 6px 18px;
  max-width: 200px;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.inner-fabs.show .fab::before {
  content: attr(data-tooltip);
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.chat-view {
  bottom: 0px;
  right: 250px;
  position: absolute;
  visibility: hidden;
}

.call-animation {
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
  
}
 .img-circle {
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

      .hotline-phone-ring-wrap {
  position: fixed;
    bottom: -12px;
    left: 10px;
    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 #e60808;
  -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: rgba(230, 8, 8, 0.7);
  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: #e60808;
    width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  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: 20px;
    height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 160px;
  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: 35px;
  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;
  }
  .hotline-phone-ring-wrap {
    bottom: -13px;
    right: 89px;
    }
}
@media screen and (min-width: 360px){
.fix-phone {
    text-align: center;
}
}