a{moz-transition:all .3s;ms-transition:all .3s;o-transition:all .3s;transition:all .3s;webkit-transition:all .3s}
a:hover,a:active,a:focus{text-decoration:none!important}
img{max-width: 100%;}
body{font-size: 15px;margin:0;font-family: 'Roboto', sans-serif;; right: 0px;position: relative;}
body p{font-size:15px;margin:0;font-family: 'Roboto', sans-serif;;}
.clear60{clear:both;height:60px}
.clear40{clear:both;height:40px}
.clear20{clear:both;height:20px}
.clear10{clear:both;height:10px}
.center{text-align:center}
.left{text-align:left}
.right{text-align:right}
.nopadding{padding:0!important}
.nomargin{margin:0}
.fullwidth{width: 100%;}
.clwhite{color: #fff;}
.clblack{color: #000;}
.bold{font-weight: 700;}
.flex{display: flex;align-items: center;}
.flex-n{display: flex;}
.flex-bw{display: flex;align-items: center;justify-content: space-between;}
.flex-wrap{display: flex;flex-wrap: wrap;}
.show1199{display: none;}
.show991{display: none;}
.show767{display: none;}
.show480{display: none;}
.row:before{content: unset;}
.editer img{
    height: auto !important;
}
.editer p{
    margin-bottom: 10px;
}
.at4-share,
.at-share-dock,
.at4-thankyou,
.at-share-dock-outer{
    display: none !important;
}
.logo img{
    width: 220px;
}
.block-search-header form{
    display: flex;
    align-items: center;
}
.block-search-header .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: auto;
}
.block-search-header .bootstrap-select .dropdown-toggle .bs-caret{
    display: none;
}
.block-search-header .bs3.bootstrap-select .dropdown-toggle .filter-option{
    padding-right: 0;
    display: flex;
    align-items: center;
}
.block-search-header .bootstrap-select>.dropdown-toggle{
    border-radius: 50px 0 0 50px;
    border: 1px solid #ccc;
    font-size: 13px;
    outline: unset !important;
}
.block-search-header form input{
    height: 34px;
    border: 1px solid #ccc;
    border-left: unset;
    border-right: unset;
    outline: unset !important;
    padding: 6px 12px;
    width: 100%;
    font-size: 13px;
}
.block-search-header form button{
    height: 34px;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 0 50px 50px 0;
    background: none;
    border-left: unset;
    outline: unset !important;
}
.block-hotline{
    display: flex;
    align-items: flex-start;
    margin-right: 30px;
}
.ic-hotline{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #af1418;
    position: relative;
    margin-right: 10px;
}
.ic-hotline:before{
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.info-hotline p:first-child{
    text-transform: uppercase;
    font-size: 13px;
}
.info-hotline p:last-child{
    color: #af1418;
    font-weight: 700;
    font-size: 16px;
}
.block-cart{
    display: flex;
    align-items: flex-start;
}
.ic-cart{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    margin-right: 10px;
    border: 1px solid #af1418;
    color: #af1418;
}
.info-cart p:first-child{
    font-size: 16px;
    font-weight: 700;
}
.info-cart p:last-child{
    font-size: 14px;
}
.info-cart p:last-child span{
    color: #af1418;
}
.hotline-cart{
    display: flex;
    align-items: flex-start;
}
.block-search-header {
    width: calc(100% - 600px);
}
.header-top{
    padding: 20px 0;
    background-color: #ffff;
}
.header-bottom {
    background: #0066ff;
}
.header-bottom-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header-bottom-fixed .block-menu.home .ul-main-menu{
    display: none;
}
.nopadding {
    padding: 0!important;
}
.block-menu {
    position: relative;
}
.main-menu {
    cursor: pointer;
    box-shadow: 0 -1px 4px 0 rgba(0,0,0,0.2);
    height: 43px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    background: #fdb514;
    color: #af1418;
}
.main-menu > span {
    font-weight: 700;
    margin: 0 30px 0 15px;
    text-transform: uppercase;
}
.ul-main-menu {
    position: absolute;
    width: 100%;
    background: #fff;
    overflow: visible;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    z-index: 999;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    border-radius: 0 0 10px 10px;
}
.block-menu.home .ul-main-menu {
    display: block;
}
.has-sub {
    position: static;
}
.ul-main-menu > li > a {
    padding: 6px 10px;
    color: #333;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
}
.ul-main-menu > li > a:hover > span {
    color: #ac0000;
}
.ul-main-menu > li > a > span > img {
    width: 22px;
    margin-right: 5px;
}
.ul-main-menu > li > a > i {
    color: #999894;
}
.div-sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: calc(300% + 140px);
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 999;
    display: none;
    height: 100%;
    overflow: auto;
}
.has-sub:hover .div-sub-menu {
    display: flex;
}
.danhmuc-smn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.danhmuc-smn > a:first-child {
    text-transform: uppercase;
    color: #ac0000;
    font-weight: 700;
    font-size: 13px;
}
.danhmuc-smn > a:last-child {
    color: #ac0000;
    font-size: 10px;
    color: #003f8c;
    font-style: italic;
    white-space: nowrap;
    position: relative;
    top: 2px;
}
.list-smn > a {
    display: block;
    padding: 2px 0 !important;
    color: #575454;
    font-size: 14px;
}
.ul-nav-bar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    padding-left: 30px;
}
.has-nav {
    position: relative;
}
.ul-nav-bar > li > a {
    padding: 0 20px;
    color: #fff;
    height: 43px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-transform: uppercase;
}
.rar-bar {
    width: 10px;
    height: 20px;
    margin-left: 5px;
}
.ul-sub-nav {
    position: absolute;
    left: 0;
    min-width: 200px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
    padding: 5px;
    border-top: none;
    display: none;
}
.ul-sub-nav > li > a {
    display: block;
    padding: 3px 5px;
    color: #000;
    white-space: nowrap;
}
.has-nav:hover .ul-sub-nav {
    display: block;
}
.header-bottom .container > .col-md-3{
    width: 250px;
}
.header-bottom .container > .col-md-9{
    width: calc(100% - 250px);
}
.list-smn > a:hover {
    color: #ac0000;
}
.list-smn {
    margin-bottom: 15px;
}
.block-menu:hover .ul-main-menu {
    display: block !important;
}
.main-banner{
    background: #ffff;
}
.flex-banner{
    display: flex;
    justify-content: flex-end;
}
.block-banner{
    width: calc(100% - 250px);
}
.ul-main-menu > li > span.hide-menu {
    border-bottom: 1px solid #eee !important;
    display: none;
}
.ul-main-menu > li:last-child > a {
    /*font-size: 13px;*/
}
.ul-main-menu > li > span.hide-menu.showmn {
    display: block;
}
.ul-main-menu > li > span.hide-menu img {
    width: 22px;
    margin-right: 5px;
}
.ul-main-menu > li > span.hide-menu >a{
    padding: 6px 10px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    font-weight: bold;
}
.ul-main-menu > li > span.hide-menu >a i{
    color: #999894;
}
.ul-main-menu > li > span > a{
    color: #333;
}
.block-banner .owl-carousel .owl-item img{
    height: 416px;
    object-fit: cover;
}
.items-camket {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0066ff;
    padding: 10px;
}
.block-camket .items-camket > img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.ct-camket {
    width: calc(100% - 50px);
    color: #ffff;
}
.ct-camket p:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #ffff;
    margin: 0;
    margin-bottom: 5px;
}
.ct-camket p:last-child {
    font-size: 14px;
}
.tit-pub-center{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #003f8c;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tit-pub-center:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: -3px;
}
.tit-pub-center span{
    display: inline-block;
    border-bottom: 5px solid #003f8c;
    padding-bottom: 10px;
}
.block-img-prod{
    position: relative;
    overflow: hidden;
}
.img-prod:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.img-prod{
    display: block;
    position: relative;
}
.sale-prod{
    position: absolute;
    display: inline-block;
    background: #ac0000;
    color: #fff;
    padding: 5px 10px;
    top: 10px;
    left: 0;
    border-radius: 0 4px 4px 0;
    font-size: 13px;
    z-index: 2;
}
.block-prod{
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}
.border1px{
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 15px;
}
.add-to-cart{
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #ac0000;
    padding: 10px;
    width: 50%;
    bottom: -50px;
    text-align: center;
    z-index: 9;
    transition: all 0.3s;
}
.block-prod:hover .img-prod:before{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.block-prod:hover .add-to-cart{
    bottom: 10px;
    transition: all 0.3s;
}
.block-info-prod{
    background: #ffff;
    padding: 15px;
    text-align: center;
}
.name-prod{
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
}
.col-5{
    width: 20%;
    float: left;
    padding: 0 15px;
}
.qty-prod{
    margin-bottom: 5px;
    font-size: 12px;
    color: #0c67b5;
}
.price-prod{
    font-size: 16px;
    font-weight: 700;
    color: #da0000;
    margin-bottom: 5px;
}
.price-new{
    font-size: 14px;
    margin-bottom: 5px;
    color: #5c5c5c;
}
.price-new span{
    text-decoration: line-through;
}
.price-saving{
    font-size: 14px;
    font-weight: 700;
    color: #da0000;
}
.view-prod{
    text-transform: uppercase;
    display: inline-block;
    background: #ac0000;
    color: #fff !important;
    padding: 10px 50px;
}
.tit-pub-left{
    font-size: 24px;
    font-weight: 700;
    color: #003f8c;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.tit-pub-left:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: -3px;
}
.tit-pub-left span{
    display: inline-block;
    border-bottom: 5px solid #ac0000;
    padding-bottom: 20px;
}
.block-news-home {
    border: 1px solid #ccc;
}
.img-news {
    display: block;
}
.content-news {
    padding: 10px;
}
.flex-tit-news {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.date-post {
    width: 35px;
    background: #bbbbbb;
}
.day-post {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #3853a4;
}
.month-post {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background: #3853a4;
    font-size: 14px;
}
.tit-news {
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    width: calc(100% - 45px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.tit-news a {
    color: #000;
}
.des-news {
    font-size: 14px;
    margin-bottom: 10px;
}
.view-more{
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #3853a4;
    border-radius: 4px;
    font-size: 14px;
}
.block-slider-news{
    position: relative;
}
.block-slider-news .owl-theme .owl-nav{
    position: absolute;
    top: -70px;
    right: 0;
    margin: 0;
}
.block-slider-news .owl-carousel .owl-nav button.owl-next{
    border: 1px solid #ccc;
    border-radius: 0 4px 4px 0;
    margin: 0;
    padding: 5px 10px !important;
    outline: unset;
}
.block-slider-news .owl-carousel .owl-nav button.owl-prev{
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    margin: 0;
    padding: 5px 10px !important;
    outline: unset;
}
.block-slider-news .owl-theme .owl-nav [class*=owl-]:hover{
    background: #3853a4;
}
footer{
    background: #0066ff;
}
.logo-ft{
    display: block;
    margin-bottom: 15px;
}
footer *{
    color: #fff;
}
.tit-ft{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.tit-ft:after{
    content: "";
    display: block;
    width: 200px;
    height: 4px;
    background: #fff;
    margin-top: 10px;
}
.tit-ft:before{
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: #ac2029;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ul-ft{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-ft > li{
    margin-bottom: 10px;
}
.social-ft a{
    display: inline-block;
    margin-right: 15px;
    font-size: 20px;
}
.social-ft a:last-child{
    margin: 0;
}
.tit-aside{
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}
.tit-aside:before {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #ac0000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tit-aside:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #333333;
    margin-top: 10px;
}
.block-aside {
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 30px;
}
.block-breac{
    background: #f3f3f3;
    padding: 10px;
}
.main-breac{
    margin: 10px 0 20px 0;
}
.block-breac *{
    color: #0073ff;
    font-size: 14px;
}
.ul-aside{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ul-aside > li{
    margin-bottom: 5px;
}
.ul-aside > li:last-child{
    margin: 0;
}
.ul-aside > li > a{
    color: #000;
}
.ul-aside > li > a:hover{
    color: #da0000;
}
.ul-aside > li.active > a{
    font-weight: 700;
}
.custom-check input[type=checkbox],
.custom-radio input[type=radio] {
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
}
.custom-check-elem,
.custom-radio-elem,
.custom-check-label,
.custom-radio-label {
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
}
.custom-check-elem, .custom-radio-elem {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    border: 1px solid #333;
    width: 16px;
    height: 16px;
}
.custom-radio-elem {
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    margin-bottom: 0;
}
.custom-check-elem:before,
.custom-radio-elem:before {
    content: "\00d7";
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
    text-align: center;
}
.custom-radio-elem:before {
    content: "\2022";
    font-size: 20px;
}
.custom-check-input:checked+.custom-check-elem:before,
.custom-radio-input:checked+.custom-radio-elem:before {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ac0000;
    top: -1px;
}
.custom-radio {
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.block-filter-prod {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 19px;
}
.block-suport-aside{
    background: #fffde1;
    border: 1px solid #ffee00;
    padding: 15px;
    margin-bottom: 20px;
}
.phone-ht {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b50000;
    border: 2px solid #ffb7aa;
    font-size: 24px;
    background: #fff;
    margin-right: 20px;
}
.zalo-ht {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*color: #b50000;
    border: 2px solid #ffb7aa;*/
    font-size: 24px;
    background: #fff;
    margin-right: 20px;
}
.box-zalo-phone a {
    float: right;
    margin-bottom: 5px;
}
.box-ship-aside{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.box-ship-aside > img{
    width: 40px;
}
.text-ship{
    width: calc(100% - 50px);
}
.block-viewed-aside{
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 30px;
}
.block-prod-aside{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 15px;
}
.img-prod-aside{
    display: block;
    width: 70px;
    margin-right: 10px;
}
.info-prod-aside{
    width: calc(100% - 80px);
}
.name-prod-aside{
    font-weight: 700;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.price-prod-aside{
    font-size: 13px;
    font-weight: 700;
}
.list-prod-viewed .block-prod-aside:last-child{
    margin-bottom: 0;
}
#imageGallery-pro{
    list-style-type: none !important;
}
.slider-spct .lSSlideWrapper{
    margin-bottom: 10px;
}
.slider-spct .lSSlideOuter .lSPager.lSGallery{
    margin: 0 auto;
}
.slider-spct .lSAction > .lSPrev{
    background: url(../img/arr-left.png) center center no-repeat;
    background-size: auto;
    left: 0;
    opacity: 1;
}
.slider-spct .lSAction > .lSNext{
    background: url(../img/arr-right.png) center center no-repeat;
    background-size: auto;
    right: 0;
    opacity: 1;
}
.tit-prodetail {
    margin-top: 0;
    color: #222;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
}
.rat-star {
    margin: 0 10px;
}
.rat-star .checked {
    color: #fdb514;
}
.status{
    color: #0073ff;
    margin-bottom: 5px;
    font-size: 16px;
}
.pri-prod-detail{
    font-size: 16px;
}
.span-pri{
    font-weight: 700;
    color: #be0101;
    font-size: 26px;
}
.pri-new{
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: line-through;
}
.pri-saving{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sale-saving{
    display: inline-block;
    color: #fff;
    background: #be0000;
    border-radius: 50px;
    padding: 5px 20px;
    font-size: 16px;
}
.sale-saving span{
    font-weight: 700;
    font-size: 20px;
}
.box-add-buy{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.a-add{
    background-image: linear-gradient(#fdb514, #e68201);
    color: #fff;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 20px;
    margin-right: 30px;
}
.a-buy{
    background-image: linear-gradient(#317edc, #01418e);
    color: #fff;
    border-radius: 4px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 20px;
}
.des-product p{
    margin-bottom: 5px;
}
.des-product{
    margin-bottom: 15px;
}
.tag a{
    color: #2169c1;
    display: inline-block;
    margin-right: 5px;
}
.thongso-sp .nav-tabs {
    padding-bottom: 1px;
}
.thongso-sp .nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}
.thongso-sp .nav-tabs>li>a {
    font-weight: 700;
    border: none !important;
    padding: 0;
    margin-right: 30px;
    background: none !important;
    color: #333;
    text-align: center;
}
.thongso-sp .nav-tabs>li.active>a, .thongso-sp .nav-tabs>li.active>a:focus, .thongso-sp .nav-tabs>li.active>a:hover {
    color: #003f8c;
}
.thongso-sp .nav-tabs>li>a:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #c0c0c0;
    margin-top: 10px;
}
.thongso-sp .nav-tabs>li.active>a:after {
    background: #003f8c;
}
.write-rate {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}
.count-rate .rat-star {
    margin-top: 7px;
}
.user-rate {
    display: flex;
    align-items: baseline;
    margin-left: 33px;
}
.btn-blues {
    color: #fff !important;
    background-color: #003f8c;
    border-color: #003f8c;
    border: none;
    padding: 10px 15px;
    display: inline-block;
}
.kh-danhgia {
    border-top: 1px solid #ddd;
    padding: 15px 0;
}
.avatar-khdg {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.kh-danhgia .rat-star {
    margin-right: 10px;
    margin-left: 0;
}
.op-rate {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.rating { 
    border: none;
    float: left;
}
.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
.rating > .half:before { 
    content: "\f089";
    position: absolute;
}
.rating > label { 
    color: #ddd; 
    float: right; 
}
.rating > input:checked ~ label,
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label { color: #ffb909;  }
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label { color: #ffb909;  } 
.rat-star .checked {
    color: orange;
}
.tit-rela {
    font-size: 18px;
    text-transform: uppercase;
    color: #003f8c;
    font-weight: 700;
    margin: 0;
    margin-bottom: 30px;
    position: relative;
}
.tit-rela:before {
    content: "";
    display: block;
    width: 188px;
    height: 4px;
    background: #003f8c;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.tit-rela:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    margin-top: 15px;
}
.tit-page-wrap {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 30px 0;
    text-transform: uppercase;
}
.block-news-page {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
}
.img-news-page {
    display: block;
    width: 250px;
    margin-right: 20px;
}
.img-news-page img {
    width: 100%;
}
.content-news-page {
    width: calc(100% - 270px);
}
.tit-news-page {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    text-transform: uppercase;
}
.date-post-page {
    margin-bottom: 10px;
}
.des-news-page {
    margin-bottom: 20px;
}
.view-post {
    display: inline-block;
    padding: 5px 15px;
    background: #003f8c;
    color: #fff !important;
}
.pagi-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.pagi-right a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #e1e1e1;
    color: #000;
    position: relative;
    font-weight: 700;
    margin-left: 2px;
}
.pagi-right a.active {
    background: #003f8c;
    color: #fff;
}
.block-form-cart table tr th {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.block-form-cart table tr td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.remove-prod {
    color: #003f8c;
    font-size: 20px;
}
.img-prod-cart {
    display: block;
    width: 70px;
    margin: 0 15px;
}
.name-prod-cart {
    color: #000;
}
.price-cart {
    font-weight: 700;
}
.soluong {
    display: flex;
    justify-content: center;
    margin: 0;
    border: 1px solid #ccc;
}
.soluong {
    display: flex;
    justify-content: center;
    margin: 0;
    border: 1px solid #ccc;
}
.block-form-cart .soluong {
    width: 100px;
    margin: 0 auto;
}
.btn-minus {
    border: none;
    outline: unset;
    font-size: 12px;
    border-right: 1px solid #ccc;
    background: #f1f1f1;
    width: 30px;
    padding: 0;
}
.ip-soluong {
    padding: 10px 0;
    text-align: center;
    border: none;
    width: 40px;
}
.btn-plus {
    border: none;
    outline: unset;
    font-size: 12px;
    border-left: 1px solid #ccc;
    background: #f1f1f1;
    width: 30px;
    padding: 0;
}
.conti-update {
    margin: 30px 0;
}
.conti {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #003f8c;
    color: #003f8c;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 20px;
}
.btn-update {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #003f8c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: #003f8c;
}
.total-count {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.a-check {
    display: block;
    padding: 10px 10px;
    border: 1px solid #003f8c;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    background: #003f8c;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}
.block-form-cart table {
    width: 100%;
}
.total-cart .flex-bw {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.block-vat {
    display: none;
}
.list-your-prod {
    border: 1px solid #ccc;
    padding: 15px;
}
.tit-check {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.tab-your-prod table tr {
    border-bottom: 1px solid #ccc;
}
.tab-your-prod table tr th {
    text-transform: uppercase;
    padding: 10px 0;
}
.tab-your-prod table tr td {
    padding: 10px 0;
}
.tab-your-prod table tr td:last-child, .tab-your-prod table tr th:last-child {
    padding-left: 10px;
    white-space: nowrap;
}
.tab-your-prod table tr th:first-child, .tab-your-prod table tr td:first-child {
    padding-right: 10px;
}
.flex-pay .custom-check+label span {
    margin-left: 0;
    margin-right: 10px;
}
.right-lh {
    background: #f5f5f5;
    padding: 30px;
    border-radius: 6px;
}
.bl-right-lh {
    margin-bottom: 20px;
}
.block-cart{
    color: #000;
}
.logo-ft img{
    width: 250px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 28px;
    display: none;
    background: #ac0000 !important;
    border: none;
    border-radius: 50%;
    height: 50px;
    padding: 0;
    width: 50px;
    z-index: 999;
}
.back-to-top i {
    position: relative;
    top: 15px;
}
.tab-your-prod table{
    width: 100%;
}
.view-prod-page{
    display: inline-block;
    background: #fff;
    color: #ac0000;
    padding: 10px 50px;
    border: 1px solid #ac0000;
    border-radius: 50px;
}
.view-prod-page:hover{
    background: #ac0000;
    color: #fff;
}
.content-des-prod{
    height: 300px;
    overflow: hidden;
}
.view-more-des{
    text-align: center;
    background: #fff;
    padding: 10px 0;
    position: relative;
    color: #ac0000;
    border: 1px solid #ccc;
}
.view-more-des:before{
    content: "";
    display: block;
    width: 100%;
    height: 87px;
    background: linear-gradient(transparent,#fff);
    position: absolute;
    bottom: calc(100% + 1px);
}
.sp-viewdes{
    color: #ac0000;
    cursor: pointer;
}
.content-des-prod.active{
    height: auto;
}
.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:#00aff2;
    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:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5;
    z-index: 999991;
}

.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: 63px;
    height: 63px;
    bottom: 20px;
    left: 40px;
    position: fixed;
    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:#00aff2 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:#003f8c;
    z-index: 999991;
}

.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: 43px;
    height: 43px;
    bottom: 30px;
    left: 50px;
    position:fixed;
    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-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
        background-size: 25px;
}

.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:#00aff2
}

.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:#003f8c;
    z-index: 999991;
}

.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
}
.number-phone-ft {
    position: fixed;
    bottom: 26px;
    left: 46px;
    z-index: 999990;
    background: #fdb514;
    height: 50px;
    width: 170px;
    padding-left: 60px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 16px 19px rgba(186,189,212,.2), inset 0 -1px 1px rgba(0,0,0,.25);
}
@-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)
    }
}






@media (max-width: 1199px){
    .show1199{display: block;}
    .hide1199{display: none;}
}

@media (max-width: 991px){
    .show991{display: block;}
    .hide991{display: none;}
    body{transition: all 0.3s;}
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #003f8c;
        overflow-x: hidden;
        transition: 0.3s;
        z-index: 99999;
        padding: 0;
    }
    .sidenav .closebtn {
        font-size: 25px;
        display: block;
        align-items: center;
        width: 40px;
        background: #f5821f;
        color: #fff;
        margin: 0 auto;
        text-align: center;
        padding: 5px 0;
    }
    .menu-mobile {
        padding: 0;
        text-decoration: none;
        color: #818181;
        transition: 0.3s;
        list-style-type: none !important;
        margin: 0;
    }
    .menu-mobile li {
        margin: 0;
        background: unset;
        border: none;
        border-radius: 0;
        box-shadow: unset;
        border-bottom: 1px solid #fff;
    }
    .menu-mobile a {
        padding: 15px 0 15px 10px;
        display: inline-block;
        width: calc(100% - 50px);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .menu-mobile a >img{
        width: 25px;
        margin-right: 10px;
    }
    .menu-mobile .sub-menu-mb .phelp a:first-child{
        padding: 15px 0 15px 15px;
        width: calc(100% - 50px);
    }
    .menu-mobile .sub-menu-mb a{
        width: 100%;
        padding: 15px;
    }
    .hassub-mb .phelp .a-icon {
        position: absolute;
        right: 15px;
        top: calc(50% - 7.5px);
        z-index: 9999;
        text-align: center;
        width: 20px;
        padding: 0;
    }
    .phelp {
        position: relative;
    }
    .phelp > a:first-child{
        border-right: 1px solid #fff;
    }
    .sub-menu-mb{
        padding: 0;
        list-style-type: none;
        margin: 0;
    }
    .sub-menu-mb > li{
        border-top: 1px solid #fff;
        border-bottom: none;
        background: #af1418;
    }
    .sub-menu-mb > li:last-child{
        border-bottom: none;
    }
    .sub-menu-mb > li > .sub-menu-mb > li{
        background: #000;
    }
    .push-left {
        position: relative;
        right: 280px;
        transition: all 0.3s;
        left: unset;
    }
    .header-mobile {
        background: #003f8c;
        padding: 5px 0;
    }
    .ic-cart{
        margin-right: 0;
    }
    .block-search-header {
        width: calc(100% - 100px);
    }
    .block-search-header .bootstrap-select>.dropdown-toggle{
        background: #fff;
    }
    .block-search-header form button{
        background: #fff;
    }
    .header-top {
        padding: 10px 0;
    }
    .block-hotline{
        margin-right: 0;
        margin-left: 20px;
    }
    .block-banner{
        width: 100%;
    }
    .flex-banner{
        display: block;
    }
    .ct-camket p:last-child {
        font-size: 12px;
    }
    .ct-camket p:first-child{
        font-size: 15px;
    }
    .block-banner .owl-carousel .owl-item img {
        height: auto;
    }
    .main-cate-mobile{
        margin: 20px 0 0 0;
    }
    .block-cate-mobile{
        margin: 0 -5px;
        display: flex;
        flex-wrap: wrap;
    }
    .items-cate-mobile{
        width: 25%;
        padding: 0 5px;
        float: left;
    }
    .in-cate-mobile {
        border: 1px solid #003f8c;
        margin-bottom: 10px;
        border-radius: 4px;
        height: calc(100% - 10px);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        text-align: center;
        min-height: 50px;
        font-size: 14px;
        font-weight: 700;
        color: #003f8c;
    }
    .items-view-more-cate{
        width: 25%;
        padding: 0 5px;
        float: left;
    }
    .main-products-home .col-5 {
        width: 33.333333%;
    }
    .flex-order{
        display: flex;
        flex-wrap: wrap;
    }
    .order-2{
        width: 100%;
        order: 2;
    }
    .order-1{
        width: 100%;
        order: 1;
    }
    .number-phone-ft, .zalo-phone>.number-phone-ft {
        display: none!important;
    }
    .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill,.zalo-phone.zalo-green .zalo-ph-circle-fill {
        left: 10px;
    }
    .phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle,.zalo-phone.zalo-green .zalo-ph-img-circle {
        left: 20px;
    }
}

@media (max-width: 767px){
    .show767{display: block;}
    .hide767{display: none;}
    .logo img{
        width: 150px;
    }
    .main-products-home .col-5 {
        width: 50%;
    }
    .logo-ft{
        text-align: center;
    }
    .block-form-cart table tr td, .block-form-cart table tr th {
        border: none;
    }
    .block-form-cart table tr {
        border: 1px solid #ccc;
        padding: 10px;
        width: 100%;
    }
    .block-form-cart table tr th, .block-form-cart table tr td, .block-form-cart table tr, .block-form-cart table tbody, .block-form-cart table {
        display: block;
    }
    .block-form-cart table tr:first-child {
        display: none;
    }
    .mapgg iframe{
        height: 400px;
    }
    .img-news-page {
        width: 150px;
    }
    .content-news-page {
        width: calc(100% - 170px);
    }
}

@media (max-width: 480px){
    .show480{display: block;}
    .hide480{display: none;}
    .fwmb{width: 100%;}
    .block-search-header .bootstrap-select{
        display: none;
    }
    .block-search-header form input{
        border-radius: 50px 0 0 50px;
    }
    .info-hotline p:first-child{
        font-size: 11px;
    }
    .info-hotline p:last-child{
        font-size: 13px;
    }
    .block-hotline{
        align-items: center;
    }
    .ic-hotline:before{
        width: 32px;
        height: 32px;
    }
    .ic-hotline{
        width: 36px;
        height: 36px;
    }
    .items-cate-mobile,
    .items-view-more-cate{
        width: 33.333333%;
    }
    .main-products-home .col-5:nth-child(odd) {
        padding-right: 5px;
    }
    .main-products-home .col-5:nth-child(even) {
        padding-left: 5px;
    }
    #list-block-product .col-md-4:nth-child(odd) {
        padding-right: 5px;
    }
    #list-block-product .col-md-4:nth-child(even) {
        padding-left: 5px;
    }
    .clear40{
        height: 20px;
    }
    .block-filter-prod {
        display: block;
    }
    .custom-radio {
        margin-left: 0;
        margin-top: 5px;
    }
    .conti-update .flex a {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .btn-update {
        display: block;
        width: 100%;
    }
    .conti-update .flex {
        display: block;
    }
    .mapgg iframe{
        height: 300px;
    }
    .right-lh {
        padding: 15px;
    }
    .a-add,
    .a-buy{
        display: block;
        margin: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .box-add-buy{
        display: block;
    }
    .img-news-page {
        width: 100%;
    }
    .content-news-page {
        width: 100%;
    }
    .block-news-page {
        display: block;
    }
}
.social-contact{
    position: fixed;
    top: 71.5%;
    right: 25px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-50%);
}
.alo-phone {
    background-color: transparent;
    cursor: pointer;
    height: 60px;
    position: relative;
    -webkit-transition: visibility 0.5s ease 0s;
    transition: visibility 0.5s ease 0s;
    visibility: hidden;
    width: 60px;
    z-index: 20;
    margin: 4px 0;
}
.alo-phone.alo-show {
    visibility: visible
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}
.alo-phone.alo-static {
    opacity: 0.6
}
.alo-phone.alo-hover,
.alo-phone:hover {
    opacity: 1
}
.alo-phone.alo-hover .alo-ph-text,
.alo-phone:hover .alo-ph-text {
    background-color: #141414
}
.alo-ph-circle {
    -webkit-animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
    animation: 1.2s ease-in-out 0s normal none infinite running alo-circle-anim;
    background-color: transparent;
    border: 1px solid rgba(30, 30, 30, 0.4);
    border-radius: 100%;
    height: 50px;
    left: 5px;
    opacity: 0.1;
    position: absolute;
    top: 5px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
}
.alo-phone.alo-active .alo-ph-circle {
    -webkit-animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important;
    animation: 1.1s ease-in-out 0s normal none infinite running alo-circle-anim !important
}
.alo-phone.alo-static .alo-ph-circle {
    -webkit-animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important;
    animation: 2.2s ease-in-out 0s normal none infinite running alo-circle-anim !important
}
.alo-phone.alo-hover .alo-ph-circle,
.alo-phone:hover .alo-ph-circle {
    border-color: #cd3121;
    opacity: 0.5
}
.alo-phone.alo-green.alo-hover .alo-ph-circle,
.alo-phone.alo-green:hover .alo-ph-circle {
    border-color: #141414;
    opacity: 0.5
}
.alo-phone.alo-green .alo-ph-circle {
    border-color: #4b803a;
    opacity: 0.5;
}
.alo-phone.alo-gray.alo-hover .alo-ph-circle,
.alo-phone.alo-gray:hover .alo-ph-circle {
    border-color: #ccc;
    opacity: 0.5
}
.alo-phone.alo-gray .alo-ph-circle {
    border-color: #141414;
    opacity: 0.5
}
.alo-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
    animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim;
    background-color: #000;
    border: 2px solid transparent;
    border-radius: 100%;
    height: 60px;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 60px;
    animation: unset;
}
.alo-phone.alo-active .alo-ph-circle-fill {
    -webkit-animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
    animation: 1.7s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important
}
.alo-phone.alo-static .alo-ph-circle-fill {
    -webkit-animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
    animation: 2.3s ease-in-out 0s normal none infinite running alo-circle-fill-anim !important;
    opacity: 0 !important
}
.alo-phone.alo-hover .alo-ph-circle-fill,
.alo-phone:hover .alo-ph-circle-fill {
    background-color: rgba(233, 59, 53, 0.5);
    opacity: 0.75 !important
}
.alo-phone.alo-green.alo-hover .alo-ph-circle-fill,
.alo-phone.alo-green:hover .alo-ph-circle-fill {
    background-color: rgba(0, 0, 8, 0.5);
    opacity: 0.75 !important
}
.alo-phone.alo-green .alo-ph-circle-fill {
    background-color: rgb(165 207 28);
    opacity: 0.5 !important;
}
.alo-phone.alo-gray.alo-hover .alo-ph-circle-fill,
.alo-phone.alo-gray:hover .alo-ph-circle-fill {
    background-color: rgba(20, 20, 20, 0.5);
    opacity: 0.75 !important
}
.alo-phone.alo-gray .alo-ph-circle-fill {
    background-color: rgba(0, 0, 8, 0.5);
    opacity: 0.75 !important
}
.alo-ph-img-circle {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
    animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim;
    border: 2px solid transparent;
    color: #fff;
    font-size: 25px;
    text-align: center;
    border-radius: 100%;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 10px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.alo-ph-text {
    background-color: #d2243d;
    color: #fff;
    border-radius: 4px;
    padding: 0px 5px;
    bottom: 30px;
    display: block;
    font-size: .875rem;
    margin-right: -50px;
    position: absolute;
    left: 20%;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    font-size: 20px
}
.alo-phone.alo-active .alo-ph-img-circle {
    -webkit-animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
    animation: 1s ease-in-out 0s normal none infinite running alo-circle-img-anim !important
}
.alo-phone.alo-static .alo-ph-img-circle {
    -webkit-animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important;
    animation: 0s ease-in-out 0s normal none infinite running alo-circle-img-anim !important
}
.alo-phone.alo-hover .alo-ph-img-circle,
.alo-phone:hover .alo-ph-img-circle {
    background-color: #cd3121
}
.alo-phone.alo-green.alo-hover .alo-ph-img-circle,
.alo-phone.alo-green:hover .alo-ph-img-circle {
    background-color: #141414
}
.alo-phone.alo-green .alo-ph-img-circle {
    background-color: #a5cf1c
}
.alo-phone.alo-gray.alo-hover .alo-ph-img-circle,
.alo-phone.alo-gray:hover .alo-ph-img-circle {
    background-color: #ccc
}
.alo-phone.alo-gray .alo-ph-img-circle {
    background-color: #141414
}
@-webkit-keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.6;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@-webkit-keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@-webkit-keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes "fadeInRight" {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes "fadeInRight" {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes "fadeOutRight" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
}
@keyframes "fadeOutRight" {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0px, 0px);
        transform: translate3d(100%, 0px, 0px);
    }
}
@keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes "alo-circle-anim" {
    0% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        transform: rotate(0deg) scale(0.5) skew(1deg);
    }
    30% {
        opacity: 0.5;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    100% {
        opacity: 0.1;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@keyframes "alo-circle-fill-anim" {
    0% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
    50% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        opacity: 0.2;
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}
@keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}
@keyframes "alo-circle-img-anim" {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) 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(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}


.zalo-phone.zalo-static {
    opacity:.6
}

.zalo-phone.zalo-hover,.zalo-phone:hover {
    opacity:1
}

.zalo-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:zalo-circle-anim 1.2s infinite ease-in-out;
    animation:zalo-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%
}

.zalo-phone.zalo-active .zalo-ph-circle {
    -webkit-animation:zalo-circle-anim 1.1s infinite ease-in-out!important;
    animation:zalo-circle-anim 1.1s infinite ease-in-out!important
}

.zalo-phone.zalo-static .zalo-ph-circle {
    -webkit-animation:zalo-circle-anim 2.2s infinite ease-in-out!important;
    animation:zalo-circle-anim 2.2s infinite ease-in-out!important
}

.zalo-phone.zalo-hover .zalo-ph-circle,.zalo-phone:hover .zalo-ph-circle {
    border-color:#00aff2;
    opacity:.5
}

.zalo-phone.zalo-green.zalo-hover .zalo-ph-circle,.zalo-phone.zalo-green:hover .zalo-ph-circle {
    border-color:#75eb50 ;
    border-color:#baf5a7;
    opacity:.5
}

.zalo-phone.zalo-green .zalo-ph-circle {
    border-color:#00aff2 ;
    border-color:#bfebfc;
    opacity:.5;
    z-index: 999991;
}

.zalo-phone.zalo-gray.zalo-hover .zalo-ph-circle,.zalo-phone.zalo-gray:hover .zalo-ph-circle {
    border-color:#ccc;
    opacity:.5
}

.zalo-phone.zalo-gray .zalo-ph-circle {
    border-color:#75eb50 ;
    opacity:.5
}

.zalo-ph-circle-fill {
    width: 63px;
    height: 63px;
    bottom: 83px;
    left: 40px;
    position: fixed;
    background-color: #000;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:zalo-circle-fill-anim 2.3s infinite ease-in-out;
    animation:zalo-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%
}

.zalo-phone.zalo-active .zalo-ph-circle-fill {
    -webkit-animation:zalo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:zalo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.zalo-phone.zalo-static .zalo-ph-circle-fill {
    -webkit-animation:zalo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:zalo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.zalo-phone.zalo-hover .zalo-ph-circle-fill,.zalo-phone:hover .zalo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.zalo-phone.zalo-green.zalo-hover .zalo-ph-circle-fill,.zalo-phone.zalo-green:hover .zalo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.zalo-phone.zalo-green .zalo-ph-circle-fill {
    background-color:#003f8c;
    z-index: 999991;
}

.zalo-phone.zalo-gray.zalo-hover .zalo-ph-circle-fill,.zalo-phone.zalo-gray:hover .zalo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.zalo-phone.zalo-gray .zalo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.zalo-ph-img-circle {
    width: 43px;
    height: 43px;
    bottom: 93px;
    left: 50px;
    position:fixed;
    background:rgba(30,30,30,0.1) url('https://phuchahcm.com/template/Default/img/zalo.png') no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%;
        background-size: 25px;
}

.zalo-phone.zalo-active .zalo-ph-img-circle {
    -webkit-animation:zalo-circle-img-anim 1s infinite ease-in-out!important;
    animation:zalo-circle-img-anim 1s infinite ease-in-out!important
}

.zalo-phone.zalo-static .zalo-ph-img-circle {
    -webkit-animation:zalo-circle-img-anim 0 infinite ease-in-out!important;
    animation:zalo-circle-img-anim 0 infinite ease-in-out!important
}

.zalo-phone.zalo-hover .zalo-ph-img-circle,.zalo-phone:hover .zalo-ph-img-circle {
    background-color:#00aff2
}

.zalo-phone.zalo-green.zalo-hover .zalo-ph-img-circle,.zalo-phone.zalo-green:hover .zalo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.zalo-phone.zalo-green .zalo-ph-img-circle {
    background-color:#003f8c;
    z-index: 999991;
}

.zalo-phone.zalo-gray.zalo-hover .zalo-ph-img-circle,.zalo-phone.zalo-gray:hover .zalo-ph-img-circle {
    background-color:#ccc
}

.zalo-phone.zalo-gray .zalo-ph-img-circle {
    background-color:#75eb50
}
.zalo-phone>.number-phone-ft {
    position: fixed;
    bottom: 89px;
    left: 46px;
    z-index: 999990;
    background: #fdb514;
    height: 50px;
    width: 170px;
    padding-left: 60px;
    display: inline-flex;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 16px 19px rgba(186,189,212,.2), inset 0 -1px 1px rgba(0,0,0,.25);
}
@-webkit-keyframes zalo-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 zalo-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 zalo-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 zalo-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 zalo-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 zalo-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 zalo-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 zalo-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 zalo-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)
    }
}

