@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif !important;
}

#header {
    width: 100%;
    height: 150px;
}

#header-one {
    background-color: #004793;
}

.header-1 {
    color: white;
    font-size: 12px;
    line-height: 30px;
}

.header-2 a {
    padding: 2px;
}

.header-2 a i {
    line-height: 30px;
    color: white;
    font-size: 12px;
    position: relative;
}

.list-icon {
    float: right;
}
.login-logout a{
  color:#fff !important;
  font-weight:bold;
  font-size:15px;
}
.header-2 .text-follow {
    display: none;
    font-size: 10px;
    background-color: black;
    color: white;
    width: 110px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.header-2 a i:hover {
    color: #626c78;
}

.header-2 a:hover .text-follow {
    display: block;
    position: absolute;
    z-index: 2;
}

@media(max-width: 1023px) {
    .header-1 {
        text-align: center;
    }
    .header-2 {
        display: none;
    }
}

nav {
    height: 120px;
    width: 100%;
}

#nav-bar {
    width: 100%;
    /*overflow: hidden;*/
    display: block;
    z-index: 10;
    transition: top 0.3s;
    /* background: rgba(250, 250, 250, 0.8); */
}

.fixed-top {
    -webkit-animation: moveInDown .6s;
    animation: moveInDown .6s;
    height: 70px;
    line-height: 70px !important;
    background: rgba(250, 250, 250, 0.95);
}

.fixed-top .wrapper {
    line-height: 70px !important;
}

.fixed-top .nav-links,
.fixed-top .btn {
    justify-items: center;
    margin-top: -40px;
}

.logo a img {
    width: 200px;
    height: 62px;
    margin-right:-15px;
    /*margin-left:-80px;*/
}

/*nav ul {*/
/*    float: right;*/
/*}*/
.navigation {
    text-align: end;
}
nav ul li {
    display: inline-block;
    line-height: 80px;
    position:relative;
}

@media (max-width: 1025px) {
    .wrapper .logo{
      text-align:center !important;
      /*margin:auto !important;*/
    }
    .logo a img {
        /*margin-left: -80px;*/
        font-size: 30px;
        margin-right: -65px !important;
    }
    nav ul li a {
        font-size: 16px;
    }
    .wrapper{
      padding:0px !important;
    }
    .wrapper .nav-links{
      margin-right:0px !important;
    }
    .container.cart-hover{
      right:10px !important;
    }
}

@media (min-width: 1200px) {
    .container-fluid{
      max-width:1250px !important;
    }

  .animation{
      -webkit-transform: translateY(60px);
      -moz-transform: translateY(60px);
      -o-transform: translateY(60px);
      transform: translateY(60px);
      opacity: 0;
      -webkit-transition: opacity .3s linear,transform .3s linear;
      -moz-transition: opacity .3s linear,transform .3s linear;
      -o-transition: opacity .3s linear,transform .3s linear;
      transition: opacity .3s linear,transform .3s linear;
  }
  
  .animation.active{
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
  }    
  
}
/* test */

nav {
    z-index: 1;
    width: 100%;
    background: #fff;
}

nav .wrapper {
    position: relative;
    width: 100%;
    /*padding: 0px 150px;*/
    height: 120px;
    line-height: 120px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
}

.wrapper .logo {
    height: 120px;
    margin: auto;
    text-align:center;
}

.wrapper .nav-links {
    display: inline-flex;
    /*margin-right: 70px;*/
    /*margin-top:16px;*/
}

.nav-links .active a {
    background: #fa9400;
}

.nav-links li {
  /*display:flex;*/
  /*align-items:center;*/
  /*line-height:20px;*/
  list-style: none;
}

.nav-links li.cart-pc{
  line-height:20px;
  display: flex;
  align-items: center;
}

.nav-links li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    font-weight:600;
    transition: all 0.3s ease;
}

.nav-links li .list-menu:hover {
    background: #fa9400;
    color:#fff;
}

.nav-links li .list-menu.activecolor{
      background: #fa9400;
    color:#fff;
}

.wrapper .btn,
.wrapper .icon-menu-home{
    color: #000;
    font-size: 17px;
    cursor: pointer;
    display: none;
    padding:0px !important;
    /*margin-right: 10px;*/
    margin-left: 10px;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

.nav-links .desktop-item-product:hover #sub-menu-theme {
    /*opacity:1;*/
    display:block;
    z-index:5;
}

.desktop-item-product {
    position: relative;
}

li.search-hover:hover:after,
li.cart-pc:hover:after,
.desktop-item-product:hover:after{
    z-index: 10;
    opacity:1;
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
    visibility: visible;
}

li.search-hover:hover:before,
li.cart-pc:hover:before,
.desktop-item-product:hover:before{
    z-index: 10;
    opacity:1;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
    visibility: visible;
}

.nav-links>li:after,
.nav-links>li:before{
    bottom: 13px;
    z-index: -999;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#sub-menu-theme {
    position: absolute;
    width: 712px;
    height: 360px;
    margin: 10px auto;
    background: #fff;
    right: -311px;
    /*transition: opacity .25s;*/
    transition: .5s ease-out;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    /*border: 2px solid #ddd;*/
    margin-top: -15px;
    /*opacity:0;*/
    display:none;
    z-index: -1;
    border: 2px solid #ddd;
}

#sub-menu-theme .menu-mini:hover {
    background-color: rgba(0,0,0,0.03);
}

#sub-menu-theme .menu-mini:hover a{
  color:#000;
}

#sub-menu-theme .menu-mini.subCon a {
    color: #000;
    font-size:.8em;
    transition: all .5s;
}

#sub-menu-theme .menu-mini a {
    background: none;
    font-weight:500;
    font-size:16px;
    color: rgba(102,102,102,0.85);
    transition: all .5s;
}


.sub-menu {
    border-left: 1px solid pink;
    margin-top: 10px;
    margin-top: 15px;
}

.sub-menu:first-child{
  border-left:none;
}

.menu-mini {
    line-height: 40px;
    height: 40px;
        display: flex;
    align-items: center;
}
.home-cart-mb{
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-cart-mb label{
  margin-bottom:0px !important;
}
@media screen and (max-width: 1023px) {
    .logo {
        display: flex;
       margin: 0 auto;
      justify-content: center;
    }
    nav .wrapper {
        padding: 0 !important;
        overflow: hidden;
    }
    .wrapper .btn,
    .wrapper .icon-menu-home {
      display: inline-flex;
      justify-content: center;
      align-items: center;
    }
    .wrapper .nav-links {
        display: none;
    }
    .wrapper .nav-links .GH-mobile .cart-icon strong {
        opacity: 1;
        float: right;
    }
}

nav input {
    display: none;
}

.nav-links li a i {
    position: relative;
}

.nav-links .search-hover a:hover {
    background-color: white !important;
}

.nav-links .search-hover:hover .drop-search {
    opacity:1;
    z-index: 10;
    visibility: visible;
}

.drop-search {
    background: #fff;
    border: 2px solid #ddd;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    position: absolute;
    z-index: -1;
    width: 250px;
    height: 80px;
    right: -100%;
    top: 65px;
    opacity:0;
    visibility: hidden;
    transition: opacity .2s;
}

.drop-search .form-search {
    vertical-align: middle;
    justify-self: center;
}

.woocommerce-mini-cart__search {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.woocommerce-mini-cart__search input {
    display: inline-block !important;
    width: 200px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 10px;
    position: relative;
    top: 10px;
    padding-left: 10px;
    outline: none;
    font-size:15px;
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    transition: color .3s, border .3s, background .3s, opacity .3s;
}
.product-new-text p{
  margin-bottom:0 !important;
}
#search-big {
    display: inline-flex;
    width: 40px;
    height: 40px;
    line-height: 25px;
    background: #fa9400;
    margin-left: -40px;
    position: absolute;
    margin-top: 17px;
}

#search-big i {
    line-height: 25px;
    margin: auto;
}

.cart-icon strong {
    color: #004895;
    border-radius: 0;
    font-weight: bold;
    border: 2px solid #446084;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    font-size: 1em;
    line-height: 1.9em;
}

.cart-icon strong:after {
    border-color: #004895;
    transition: height .1s ease-out;
    bottom: 100%;
    margin-bottom: 0;
    margin-left: -7px;
    height: 8px;
    width: 14px;
    left: 50%;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border: 2px solid #446084;
    border-top-left-radius: 99px;
    border-top-right-radius: 99px;
    border-bottom: 0;
}

.cart-icon strong:hover {
    background-color: #004895;
    color: white;
}

.GH-mobile {
    display: none;
}


/* Content */

#main {
    height: auto;
}

.carousel-inner img {
    position: relative;
    width: 100%;
    height: 100%;
}

#demo .carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid papayawhip;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.banner-prev,
.banner-next {
    position: absolute;
    border: 1px solid white;
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: none;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    margin-top: 9px;
    background: white;
}

#demo:hover .banner-next,
#demo:hover .banner-prev {
    display: block;
}

#demo a .banner-next:hover,
#demo a .banner-prev:hover {
    background: #004895 !important;
    border: none;
}


/* content-sp1 */

.content-xuyensang {
    width: 100%;
    height: auto;
    background: white;
    padding: 50px 0px;
}

.content-xuyensang a:hover {
    text-decoration: none !important;
}

.ccxuyensang {
    justify-content: center;
}

.ccxuyensang h4 {
    font-size: 25px;
    font-weight: bold;
}

.ccxuyensang h4 a{
  color:#000;
}
.list-sp {
    padding: 10px 0px;
    overflow: hidden;
    width: 100%;
}

.list-sp:hover .xemnhanh,
.product-sp:hover .xemnhanh{
    bottom:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.xuyensang-img img {
    min-height: 200px;
    width: 100%;
    object-fit: cover;
}

.xuyensang-img .deal-sp {
    text-align: center;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    width: 45px;
    height: 45px;
    background: #fa9400;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.xuyensang-img .deal-sp .deal {
    line-height: 45px;
    color: white;
}

.sanpham {
    margin-top: 15px;
}

.xuyensang-img .xemnhanh {
    background: #004895;
    text-align: center;
    position: absolute;
    bottom:-35px;
    width: 100%;
    height:35px;
    line-height:35px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.xuyensang-img {
    position: relative;
}

.xuyensang-img .xemnhanh a {
    font-size: 13px;
    font-weight: 600;
    color: white;
}



.content-img {
    box-shadow: 0 1px 3px -2px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    background: white;
    width: 100%;
    padding: 10px;
    /*border: 1px solid pink;*/
    border-top: none;
}
.content-img h6{
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-img p{
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content-img ul li a p{
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#ttsk{
  min-height:170px !important;
}

#ttsk a{
  color:#000000;
}

.content-img ul {
    list-style: none;
    text-decoration: none;
}

.content-img ul li {
    line-height:22px;
}

.content-img ul li p {
    margin-bottom: 0px !important;
}
.content-img ul li span{
  font-size:14px;
  font-weight: 600;
}

.content-img ul li del{
  font-size:14px;
}
.sp-xemthem {
    padding: 15px 0px;
    width: 100%;
}

.xemthem {
    cursor: pointer;
    background: #fa9400;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.xemthem:hover,
.xemthem:hover a{
  background: #d26e4b;
  color:#fff !important;
  font-weight: bold;
}
.xemthem a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-left:10px;
}
.xemthem .icon-xemthem {
    background: white;
    width: 36px;
    height: 36px;
    margin-left: 18.5px;
    margin-top: 2.5px;
    border-radius: 2px;
    position:absolute;
}
.xemthem .icon-xemthem i {
    display: flex;
    justify-content: center;
    line-height:36px;
    color:#fa9400;
}

.banner-cskh img {
    width: 100%;
}
.sp-xemthem{
  margin:0 !important;
}
.btn-sp {
    width: 100%;
    cursor: pointer;
    /*height: 40px;*/
    text-align: center;
    border: 2px solid #004895;
    margin: 14px 0px;
}

.btn-sp:hover,
.btn-sp a:hover {
    background: #004895;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.btn-sp:hover a{
  color: white !important;
}
.btn-sp a {
    line-height: 40px;
    padding: auto;
    font-size: 14px;
    font-weight: 600;
    color: #004895;
}

.home-gt {
    background-image: url('imeges/house.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    fill: currentColor;
}

.text-gioithieu {
    color: white !important;
    background-color: rgba(0, 72, 149, 0.85);
}

.list-sp{
  padding: 0 10px 20px !important;
}

.list-sp:hover .lich-sp {
    background: #0e4086;
    color: white;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.list-sp:hover .content-img,
.list-sp:hover .xuyensang-img{
  box-shadow: 0 3px 6px -4px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.list-sp:hover .content-img a p {
    color: blueviolet !important;
}

.list-sp:hover .lich {
    color: white !important;
}

.content-img a,
.content-img a:hover {
    color: #004895;
}

.sanpham .lich-sp {
    text-align: center;
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    background: white;
    width: 40px;
    height: 40px;
    border: 2px solid #0e4086;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.sanpham .lich-sp .lich {
    color: #0e4086;
    display: table-cell;
    font-size: 13px;
}

.txt-GT {
    padding: 0px 10px;
    margin: 45px 0px;
    text-align: center;
}

.txt-GT img {
    width: 80px;
    height: 80px;
}

.txt-GT .h6 {
    text-align: left !important;
    font-size: 14px;
}

.h6,
h6 {
    text-align: left;
}

.txt-GT p {
    text-align: left;
    font-size: 16px;
}

.content-img .is-divider {
    background: pink;
}

.sldie-show-banner {
    width: 100%;
}

.sldie-show-doitac {
    width: 100%;
}

.carousel {
    max-width: 100%;
    margin: auto;
    position: relative;
}
.carousel .card{
  border:0px !important;
}


.carousel-doitac .card {
    border: 0px !important;
    color: #fff;
    text-align: center;
    /* margin: 20px 0; */
    line-height: 250px;
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); */
}
.owl-stage-outer{
  z-index:-1 !important;
}
.sldie-show .owl-dots {
    margin-top: -20px;
    outline: none;
    display: flex;
    justify-content: center;
}

.sldie-show .owl-dot {
    margin: auto;
    height: 10px;
    width: 10px;
    margin: 0 3px;
    outline: none;
    border-radius: 50%;
    background-color: lightgrey !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sldie-show .owl-dot.active,
.sldie-show .owl-dot:hover {
    outline: none;
    background: grey!important;
}

.sldie-show:hover .disabled {
    display: block !important;
}

.sldie-show .owl-next {
    right: 10px;
}

.sldie-show .owl-prev {
    left: 10px;
}

.sldie-show .owl-next span,
.sldie-show .owl-prev span {
    font-size: 40px;
    color: #fff;
    line-height: 30px;
}

.sldie-show .owl-next:hover,
.sldie-show .owl-prev:hover {
    background: #004895 !important;
    border: 0px !important;
}

.sldie-show .owl-next.active,
.sldie-show .owl-prev.active {
    border: 0px !important;
    outline: none !important;
}

.sldie-show .owl-next,
.sldie-show .owl-prev {
    border: 1px solid #fff !important;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    margin-top: -22%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.sldie-show-doitac {
    position: relative;
}

.sldie-show-doitac .owl-next,
.sldie-show-doitac .owl-prev {
    background: white !important;
    border: 1px solid #fff !important;
    outline: none;
    width: 40px;
    height: 88.16px;
    position: absolute;
    position: fixed;
    z-index: 10;
    margin-top: -7.3%;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
}

.sldie-show-doitac .owl-next {
    right: -2px;
}

.sldie-show-doitac .owl-prev {
    left: -2px;
}

.sldie-show-doitac .owl-next span,
.sldie-show-doitac .owl-prev span {
    font-size: 40px;
    line-height: 50px;
}
.nav-links .cart-pc:hover .cart-hover{
 opacity:1;
 z-index:10;
 visibility: visible;
 text-align:left;
}
.container.cart-hover {
    background: #fff;
    border:2px solid #ddd;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    position: absolute;
    z-index: -1;
    width: 300px;
    height: auto;
    right: 10%;
    top: 65px;
    opacity:0;
    transition: opacity .2s;
    visibility: hidden;
}
.home-xgh , .home-thanhtoan{
    color:#fff !important;
    font-weight:bold !important;
    border-radius:2px !important;
    margin-bottom:10px;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
}
.total-price {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.del-product a{
  padding:0px !important;
}
.delete {
    width: 30px;
    height: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid #000;
    outline: none;
    cursor: pointer;
}

/* footer */

#footer {
    position: relative;
    max-height: auto;
    background: #004793;
    background-image: url('imeges/footerpatternt.jpg');
}

.dark {
    color: #f1f1f1;
    padding: 20px 0px;
}

.is-divider {
    margin-top: .66em;
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 30px;
    /*background-color: rgba(255, 255, 255, 0.3);*/
}

.tagcloud a {
    font-size: 0.8em !important;
    display: inline-block;
    border: 1px solid currentColor;
    opacity: .8;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
    color: #f1f1f1;
}

.tagcloud a:hover {
    background: orange;
    text-decoration: none;
}

.footer-fb {
    height: 250px;
    width: 290px;
    overflow: hidden;
}

.fb-right-top {
    height: 50%;
    width: 100%;
    background: orchid;
}

.fb-right-top img {
    width: 311px;
    height: 233px;
}

.logo-footer img {
    width: 54px;
    height: 54px;
}

.footer-bootom {
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
}

.footer-bootom img {
    height: 25px;
}

.footer-bootom span,
.footer-bootom a b {
    color: rgba(10, 10, 10, 0.8);
}

@media (min-width: 768px) {
    /*.container {*/
    /*    max-width: 900px !important;*/
    /*}*/
    .content-img h6 {
        text-align: center;
    }
    .content-img .is-divider {
        margin: 0 auto;
        margin-bottom: 5px;
    }
    .content-img {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .xuyensang-img img {
        /*min-height: 400px;*/
        width: 100%;
        object-fit: cover;
    }
    #img-cspdb img{
      min-height: 165px !important;
    }
    .content-img{
      min-height:100px;
    }
}

@media (max-width: 999px) {
    .logo a img{
      margin-right:0px !important;
    }
}

@media (max-width: 426px) {
    .logo a img{
      margin-right:0px ;
    }
    .xuyensang-img img {
        min-height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 400px) {
    .content-img{
      min-height:126px !important;
    }
}

@media (max-width: 321px) {
    .content-img{
      min-height:150px !important;
    }
    .xuyensang-img img {
        min-height: 150px;
        width: 100%;
        object-fit: cover;
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.mobile-sidebar {
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 115;
    background-color: #fff;
    transform: translateX(-300px);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
}

.off-canvas-cart {
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 115;
    background-color: #fff;
    transform: translateX(300px);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
}
.woocommerce-button-index{
  padding:3px 0px;
  text-align:center;
}
.woocommerce-button-index a{
  padding:5px 0px;
  display:flex;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.woocommerce-button-index a:hover{
  text-decoration: none;
  color:#fff;
}
#dropback,
#dropprev {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0.6;
    display: none;
}

.inner-padding h4 {
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.cart-dropdown {
    padding: 0 20px;
}

.cart-dropdown li {
    list-style: none;
    text-decoration: none;
    padding: none;
}

.border-divider {
    text-align: -webkit-center;
}

.is_divider {
    height: 2px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 15px 20px 15px;
    width: 100%;
    max-width: 30px;
    text-align: center;
}

.padding-outline {
    padding: 10px;
}

.navition-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.navition-right {
    text-align: center;
    height: 100%;
}

.menu-item_type {
    cursor: pointer;
    padding: 7px 20px;
}

.simple-children {
    padding: 10px 0 10px 0;
}

.menu-item_type:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: #000;
}

.menu-item_type:hover a {
    color: #000;
}

.menu-item-type {
    padding: 5px 0px 5px 20px;
    cursor: pointer;
}

.menu-item-type a {
    text-decoration: none;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.text-uppercase a {
    font-weight: bold;
}

.btn-toggle-nav {
    margin-right: 20px;
    transition: all .3s ease;
}
#down:hover{
  cursor: pointer;
}
#down.active {
    transform: rotate(-180deg);
    transition: all .3s ease;
}

.children {
    height: 0;
    display: none;
    /* transform: rotate(-180deg); */
}

.children.active {
    height: 100%;
    display: block;
}

@media (max-width: 1023px) {
    .navigation {
        display: none;
    }
    .navition {
        display: block;
    }
    .fluid {
        display: none;
    }
    .navition-right {
        text-align: right;
    }
    .navition-right .fa-shopping-bag {
        padding: 20px 0;
    }
}

.mfp-content {
    background-color: rgba(255, 255, 255, 0.95);
    width: 350px;
}

.sidebar-menu ul {
    padding: 0;
    margin: 0;
}

.sidebar-menu ul li+li {
    list-style: none;
    width: 100%;
    padding: 15px 0 15px 20px;
    border-top: 1px solid #ececec;
    text-transform: uppercase;
    font-weight: 700;
}

.sidebar-menu ul li+li:hover,
.sidebar-menu ul li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.05);
}

.sidebar-menu ul li .nav-top-link {
    text-decoration: none;
    color: #000;
    color: #666666D9;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.flex-row_relative {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.flex-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
}

.widget-area {
    margin: 0;
    width: 100%;
    padding: 20px 15px;
}

.flex-grow {
    flex: 1;
}

.search-field {
    height: 45px !important;
    border-radius: 3px 0 0 3px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.ux-search {
    width: 45px;
    height: 45px;
    border-radius: 0 3px 3px 0;
    background-color: #fa9400;
    color: #fff;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ux-search i {
    color: #000;
}

.search-field:focus {
    box-shadow: 0 0 5px #ccc;
}


#header {
    width: 100%;
    height: 150px;
}

#header-one {
    background-color: #004793;
}

.header-1 {
    color: white;
    font-size: 12px;
    line-height: 30px;
}

.header-2 a {
    padding: 2px;
}

.header-2 a i {
    line-height: 30px;
    color: white;
    font-size: 12px;
    position: relative;
}

.list-icon {
    float: right;
}

.header-2 .text-follow {
    display: none;
    font-size: 10px;
    background-color: black;
    color: white;
    width: 110px;
    height: 25px;
    line-height: 25px;
    border-radius: 3px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}


.owl-carousel{
  display:block !important;
}
.header-2 a i:hover {
    color: #626c78;
}

.header-2 a:hover .text-follow {
    display: block;
    position: absolute;
    z-index: 2;
}
.scrolltop {
    bottom: 50px;
    right: 50px;
    position: fixed;
    border: 2px solid;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index:9999;
    display:flex;
    justify-content:center;
    align-items:center;
}
.scrolltop:hover,.scroll.icon:hover{
  border-radius: 50%;
  background: #004793;
  color: white;
}
.scroll.icon {
    font-size: 5px;
}
a:hover{
  text-decoration: none !important;
}
hr{
  opacity:0.5;
  margin-top:0px !important;
  margin-bottom:0px !important;
}
.selectmenu{
  background:blue;
}
/*.content-xuyensang,.banner-cskh,.text-gioithieu,.main-product-top,#main-news h4{*/
/*    animation: moveInDown 2s ease-out;*/
/*}*/



/*@keyframes moveInDown{*/
/*    0%{*/
/*        opacity: 0;*/
/*        transform: translateY( -100px);*/
/*    }*/
/*    80%{*/
/*        transform:  translateY(10px);*/
/*    }*/
/*    100%{*/
/*        opacity: 1;*/
/*        transform:  translateY(0);*/
/*    }*/
/*}*/
/*.product-list,.gt-pc1,.gt-pc2,.news-left,.contact-text,.news-one-left{*/
/*  animation: moveInLeft 2s ease-out;*/
/*}*/
/*@keyframes moveInLeft{*/
/*    0%{*/
/*        opacity: 0;*/
/*        transform: translateX( -300px);*/
/*    }*/
/*    80%{*/
/*        transform:  translateY(10px);*/
/*    }*/
/*    100%{*/
/*        opacity: 1;*/
/*        transform:  translateY(0);*/
/*    }*/
/*}*/
/*.product-right,.gt-text,.detail-right,.news-right,.contact-form,.kq-search{*/
/*  animation: moveInRight 2s ease-out;*/
/*}*/
/*@keyframes moveInRight{*/
/*    0%{*/
/*        opacity: 0;*/
/*        transform: translateX( 300px);*/
/*    }*/
/*    80%{*/
/*        transform:  translateY(10px);*/
/*    }*/
/*    100%{*/
/*        opacity: 1;*/
/*        transform:  translateY(0);*/
/*    }*/
/*}*/

#stop-menu,
#stop-cart{
    position: fixed;
    right: 0;
    top: 0;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;color: #000;
    font-size: 25px;
    z-index: 9999;
    display:none;
    animation: moveInDown 1s ease-out;
}

.custom-html-widget p{
  margin-bottom:0.5rem !important;
}



/*css animation loading in next pages*/
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 20px;
	width: 100px;
	margin-top: -10px;
	margin-left: -50px;

}
.object{
	width: 20px;
	height: 20px;
	background-color: #5f3afc;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;
	position: absolute;	
}


#object_one{
	-webkit-animation: object 2s linear infinite;
	 animation: object 2s linear infinite;
	 }
#object_two{ 
	-webkit-animation: object 2s linear infinite -.4s;
	animation: object 2s linear infinite -.4s;
	 }
#object_three{ 
	-webkit-animation: object 2s linear infinite -.8s; 
	animation: object 2s linear infinite -.8s; 
	}
#object_four{ 
	-webkit-animation: object 2s linear infinite -1.2s;
	animation: object 2s linear infinite -1.2s; 
	} 
#object_five{ 
	-webkit-animation: object 2s linear infinite -1.6s; 
	animation: object 2s linear infinite -1.6s; 
	}
	
	
@-webkit-keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }		
	
}		
@keyframes object{
  0% { left: 100px; top:0}
  80% { left: 0; top:0;}
  85% { left: 0; top: -20px; width: 20px; height: 20px;}
  90% { width: 40px; height: 15px; }
  95% { left: 100px; top: -20px; width: 20px; height: 20px;}
  100% { left: 100px; top:0; }
}	

/*end css animation loading in next pages*/


/* back to top */

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset  0 0 0 2px rgb(250, 148, 0, 0.2);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    content: '\f176';
    font-family: "Font Awesome 5 Pro";
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: #fa9400;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }


  
  .progress-wrap svg path { 
    fill: none; 
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #fa9400;
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
/* end back to top */


/*css animation phone*/
div#phonering-alo-phoneIcon {
  z-index: 10000;
}
.phonering-alo-phone.phonering-alo-static {
    opacity:.6
}

.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {
    opacity:1
}

.phonering-alo-ph-circle {
    width:160px;
    height:160px;
    top:20px;
    left:20px;
    position:absolute;
    background-color:transparent;
    border-radius:100% !important;
    border:2px solid rgba(30,30,30,0.4);
    border:2px solid #bfebfc 9;
    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%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;
    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color:#ce8564;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color:#ce8564 ;
    border-color:#bfebfc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.phonering-alo-ph-circle-fill {
    width:100px;
    height:100px;
    top:50px;
    left:50px;
    position:absolute;
    background-color: #000;
    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%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#ce8564 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    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%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#ce8564
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#ce8564;
    background-color:#ce8564 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-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)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                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);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}
/*End animation phone*/