::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #888;
}
body{
    background: #f3f3f3;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}
@media (min-width: 1200px){
    .container {
        width: 1230px;
    }
}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
}
@media screen and (max-width: 768px) {
    .col-xs-5ths{
        width: 50%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*header-top*/
.header-top{
    line-height: 30px;
    background: #f4f5f9;
}
.header-top-left{
    color: #545454;
    font-size: 14px;
}
.header-top-right{
    float: right;
}
.header-top-right ul{
    margin: 0;
    padding: 0;
}
.header-top-right ul li{
    display: inline-block;
    padding-left: 5px;
}
.header-top-right ul li:first-child{
    padding-left: 0;
}
.header-top-right ul li a{
    text-decoration: none;
    color: #999;
    font-size: 13px;
}
.header-top-right ul li.menu-top a{
    color: #626262;
    border-left: 1px solid #e3e3e3;
    padding-left: 10px;
}
.header-top-right ul li.menu-top:first-child a{
    border-left: none;
    padding-left: 0;
}
/*header-top*/
/*header-mid*/
.header-mid{
    padding: 10px 0;
    background: #fff;
}
.logo img{
    max-width: 100%;
    height: 53px;
}
.header-search{
    margin-top: 5px;
}
.header-search .input-group{
    border: 1px solid #d0d0d0;
    border-radius: 5px;
}
.header-search form{
    width: 100%;
}
.header-search .input-group-btn{
    padding: 0;
}
.header-search .form-control {
    height: 40px;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 0 10px;
    background: #fff;
}
.header-search button {
    position: absolute;
    height: 40px;
    background-color: #167edf;
    color: #fff;
    top: 0;
    right: 0;
}
.header-search .btn{
    border-radius: 0;
    border: none;
}
.header-search .btn-success, .header-search .btn-success:hover {
    background: #fff;
    color: #222;
    border: none;
    box-shadow: none;
    border-radius: 5px;
}
.header-mid-content{
    margin-top: 5px;
}
.header-mid-content ul{
    margin: 0;
    padding: 0;
}
.header-mid-content ul li{
    list-style: none;
}
.list_icon_text {
    float: left;
    margin: 0 0 0 15px;
}
.list_icon_text:first-child{
    margin-left: 0;
}
.list_icon_text a {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    text-decoration: none;
}
.icon_box {
    width: 40px;
    height: 40px;
    background: #e33f33;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    margin: 0 10px 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon_box i {
    font-size: 22px;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}
.text_box {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    position: relative;
}
.text_box span {
    font-size: 13px;
    font-weight: 700;
    color: #bbb;
}
.text_box strong {
    font-size: 17px;
    color: #e33f33;
    position: relative;
    font-weight: 700;
}
.header-cart{
    border: 2px solid #187223;
    text-decoration: none;
    padding: 10px 12px;
    float: right;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background: #187223;
    border-radius: 4px;
}
.header-cart:hover{
    background: #11641b;
    color: #fff;
    text-decoration: none;
}
.header-cart strong{
    font-size: 14px;
}
.header-cart i{
    font-size: 14px;
}
/*header-mid*/
/*menu*/
.fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
}
.navbar {
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-inverse {
    background: #187223;
    border: none;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 13px;
    padding-top: 16px;
    padding-bottom: 16px;
    text-transform: uppercase;
    padding-left: 13px;
    padding-right: 13px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background: #11641b;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: #11641b;
}
.navbar-form {
    margin-top: 12px;
    margin-bottom: 12px;
}
ul.navbar-sub{
    display: none;
    position: absolute;
    z-index: 9900;
    margin: 0;
    padding: 0;
    border: 2px solid #ddd;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    min-width: 250px;
    border-radius: 0.25rem;
}
ul.navbar-sub li{
    list-style: none;
}
ul.navbar-sub li a{
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #ececec;
}
ul.navbar-sub li:last-child a{
    border-bottom: none;
}
ul.navbar-sub li a:hover {
    padding-left: 25px;
    transition: 300ms ease all;
    border-radius: 0;
}
.navbar-inverse ul li.li-sub:hover ul.navbar-sub{
    display: block;
}
a.linkkhuyenmai{
    position: relative;
    background: #11641b;
    padding: 16px 20px 16px 70px;
    color: #fff;
    display: block;
    text-decoration: none;
}
a.linkkhuyenmai:before {
    content: "";
    width: 50px;
    height: 36px;
    background: url(../../images/icon-hot.png) center center no-repeat;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    -moz-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    animation: zoomIn .5s infinite;
}
@-webkit-keyframes zoomIn {
    from {
        transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    }

    100% {
        transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    from {
        transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -moz-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
        -webkit-transform: translate3d(0,-50%,0) scale3d(0.9, 0.9, 0.9);
    }

    100% {
        transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0,-50%,0) scale3d(1, 1, 1);
    }
}
.navbar-menu{
    margin-right: 15px;
    width: 20%;
    position: relative;
}
.navbar-menu a.menu-title{
    padding: 13px 15px;
    color: #fff;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    background: #11641b;
    font-size: 13px;
}
.navbar-menu a.menu-title i{
    padding: 5px;
    border: 1px solid #fff;
    margin-right: 5px;
}
.xtlab-ctmenu-sub {
    display: none;
    z-index: 999;
    position: absolute;
    right: 0;
    left: 0;
    border: 1px solid #ddd;
    background: #fff;
}
.navbar-menu:hover .xtlab-ctmenu-sub {
    display: block;
}
.xtlab-ctmenu-sub ul{
    padding: 0;
    margin: 0;
}
.xtlab-ctmenu-sub ul ul{
    position: absolute;
    left: 100%;
    min-width: 240px;
    top: -1px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 999;
    display: none;
}
.xtlab-ctmenu-sub ul li{
    list-style: none;
    position: relative;
}
.xtlab-ctmenu-sub ul li a{
    text-decoration: none;
    color: #333;
    display: block;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.xtlab-ctmenu-sub ul li:last-child a{
    border-bottom: none;
}
.xtlab-ctmenu-sub ul li a:hover {
    background: #f5f5f5;
    padding-left: 20px;
    transition: 300ms ease all;
}
.xtlab-ctmenu-sub>ul>li:hover .ul-sub-menu {
    display: block;
}
/*menu end*/
/*slider*/
.slider{
    margin: 10px 0;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
}
span.fa.fa-chevron-right, span.fa.fa-chevron-left {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: none;
}
.slider:hover span.fa.fa-chevron-right, .slider:hover span.fa.fa-chevron-left{
    display: block;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 12px;
    line-height: 32px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.carousel-control.right {
    right: 30px;
}
.carousel-control {
    width: 10%;
}
.slider img{
    width: 100%;
    height: 402px !important;
    object-fit: cover;
}
/*slider*/
/*main-cate*/
.main-box-cate{
    padding: 50px 0;
    background-color: rgb(250, 250, 250);
}
.main-box-cate-des{
    text-align: center;
    width: 50%;
    margin: auto;
}
.main-box-cate-title{
    display: inline-block;
    position: absolute;
    line-height: 60px;
    margin-top: -75px;
    left: 50%;
    transform: translate(-50%);
}
.main-box-cate-title:before, .main-box-cate-title:after {
    content: "";
    position: absolute;
    z-index: 0;
}
.main-box-cate-title:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #e8e8e8 transparent;
    top: 0;
    left: -45px;
}
.main-box-cate-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #e8e8e8 transparent;
    top: 0;
    right: -45px;
}
.main-box-cate-title span {
    padding: 0 30px;
    margin: 0;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    background: #187223;
    line-height: 50px;
    text-transform: uppercase;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    position: relative;
    z-index: 1;
    max-width: 500px;
    width: max-content;
    display: block;
}
.main-box-cate-title span:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 35px 0;
    border-color: transparent #187223 transparent transparent;
    left: -15px;
    top: 0;
}
.main-box-cate-title span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 17px 0 0;
    border-color: #187223 transparent transparent transparent;
    right: -15px;
    top: 0;
}
.main-box-cate-title span:before, .main-box-cate-title span:after {
    content: "";
    position: absolute;
}
.cate-block{
    box-shadow: 0 0px 22px rgb(120 184 42 / 0.12);
    margin-top: 20px;
}
.cate-bloc-img{
    position: relative;
    overflow: hidden;
}
.cate-block-img img{
    width: 100%;
    height: 185px;
    object-fit: cover;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 1;
}
.cate-block-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.cate-block-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.cate-block-name{
    text-align: center;
    margin-bottom: 5px;
}
.cate-block-name a{
    text-decoration: none;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.cate-block-des{
    text-align: center;
    overflow: hidden;
    min-height: 60px;
}
.cate-block-cap{
    padding: 10px;
}
/*main-cate*/
/*main-service*/
.main-box-service{
    padding: 30px 0;
}
.main-box-service-title{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.main-box-service-des{
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 10px;
}
.main-box-service-icon{
    text-align: center;
}
/*main-service*/
/*main-pro*/
.main-box-pro{
    margin-top: 70px;
    padding: 50px 0;
    background-color: rgb(250, 250, 250);
}
/*main-pro*/
/*policy*/
.policy-content{
/*    box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 30px 10px;
    overflow: hidden;
    background-color: #fff;*/
    margin: 30px 0;
}
.part_1 {
    display: flex;
    padding: 5px;
    border: 1px dashed #187223;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 4px 2px 3px #187223;
    min-height: 100px;
    background: #fff;
}
.box-sidebar-pro .part_1 {
    display: flex;
    padding: 5px;
    border: 1px dashed #187223;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 4px 2px 3px #187223;
    min-height: 60px;
    background: #fff;
}
.part_1 .wrapItem {
    width: 23%;
    margin: auto;
}
.part_1 .item {
    position: relative;
    transition: .3s;
    text-align: center;
}
.part_1 .item img {
    width: 50px;
    height: 50px;
    transition: .3s;
    object-fit: cover;
}
.part_1 .text {
    width: 77%;
    padding: 0 10px;
}
.box-sidebar-pro-content .part_1 .text {
    width: 85%;
}
.box-sidebar-pro-content .part_1 .text .text_2 {
    font-size: 12px;
}
.box-sidebar-pro-content .part_1 .item img {
    width: 40px;
    height: 40px;
}
.part_1 .text .aTagText_1 {
    margin-bottom: 10px;
    display: block;
    text-decoration: none;
}
.part_1 .text .text_1 {
    font-weight: 700;
    max-height: 49px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #187223;
    margin-bottom: 5px;
    font-size: 17px;
}
.part_1 .text .text_2 {
    font-size: 13.5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
    margin-bottom: 0;
}
.box-sidebar-pro .part_1 .text .text_1 {
    font-weight: 700;
    max-height: 49px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #187223;
    margin-bottom: 5px;
    font-size: 14px;
}
/*policy*/
/*main-box*/
/*.main-box{*/
/*    margin: 30px 0;*/
/*}*/
.main-box-block{
    background: #fff;
}
/*.main-box-title{*/
/*    margin-bottom: 25px;*/
/*}*/
.box-title{
    border-bottom: 1px solid #e1aa11;
    padding: 12px 0;
}
.box-title span{
    background: #e1aa11;
    padding: 15px 15px;
    margin-right: 10px;
}
.box-title span a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.box-title-menu{
    text-align: center;
    margin: 15px 0;
}
.box-title-menu a{
    text-decoration: none;
    font-size: 15px;
    background: #fff;
    color: #333;
    padding: 8px 15px;
    border-radius: 20px;
    box-shadow: 0 0px 22px rgb(120 184 42 / 0.12);
}
.box-title-menu a:hover{
    color: #000;
}
.box-title-menu a:first-child{
    padding-left: 0;
    background: #187223;
    color: #fff;
    padding: 8px 15px;
    border-radius: 20px;
}
.box-title-menu a.view-more{
    color: #b20000;
    padding-right: 10px;
}
.box-title-menu a.view-more:hover{
    color: #b20000;
}

.main-box-content{
    padding: 0 15px 0 15px;
    border-top: 1px solid #e8e8e8;
}
/*.box-product{*/
/*    padding: 0 0 20px 0;*/
/*}*/
.box-product-content{
    background: #fff;
    position: relative;
    box-shadow: 0 0px 22px rgb(1 68 122 / 0.22);
    margin-top: 20px;
}
.box-product:hover .box-product-content{
    /*border: 1px solid #626262 !important;*/
}
.box-product-content > span{
    position: absolute;
    left: 0;
    top: 30px;
    background: #ee3c23;
    color: #fff;
    padding: 10px 5px;
    font-weight: 700;
}
.box-product-img img{
    width: 100%;
    height: 278px;
    object-fit: cover;
}
.box-product-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.box-product:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.box-product-cap{
    background: #f3f3f3;
    padding: 10px;
}
.box-product-name{
    height: 42px;
    text-align: center;
}
.box-product-name a {
    text-decoration: none;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
}
.box-product-price{
    color: #ff1201;
    font-weight: 700;
    text-align: center;
}
.price-old{
    opacity: .5;
    font-weight: 100;
    color: rgb(128, 128, 137);
    text-decoration: line-through;
    line-height: 20px;
    font-size: 14px;
}
.price-new{
    color: rgb(255, 66, 78);
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
}
.box-product-cap .price-old{
    opacity: .5;
    font-weight: 100;
    color: rgb(128, 128, 137);
    text-decoration: line-through;
    line-height: 20px;
    font-size: 13px;
}
.box-product-cap .price-new{
    color: rgb(255, 66, 78);
    font-size: 15px;
    font-weight: 700;
    line-height: initial;
}
.box-product-price-page{
    text-align: left;
}
.margin-bottom-35{
    margin-bottom: 35px;
}
.main-box-product-2{
    margin-bottom: 25px;
}
.main-box-product-2:last-child{
    margin-bottom: 0;
}
/*main-box*/
/*banner*/
.banner{
    margin-bottom: 35px;
}
.banner img{
    width: 100%;
    height: 132px;
    object-fit: cover;
}
/*banner*/
/*new*/
.main-box-new{
    padding-bottom: 50px;
    padding-top: 30px;
    background: #fff;
}
.main-box-new-title-content{
    text-align: center;
}
.main-box-new-title-content span{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    color: #e1aa11;
}
.index-box{
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0px 22px rgb(120 184 42 / 0.12);
    background: #fff;
}
.index-box-img {
    position: relative;
    overflow: hidden;
}
.index-box-img img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    padding-bottom: 0;
    border: 1px solid #e6e6e6;
}
.index-box-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.index-box-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.index-box-block{
    padding: 10px;
}
.index-box-name a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    font-size: 15px;
}
.index-box-name a:hover{
    color: #e1aa11;
}
.index-box-des-new {
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    color: #777;
}
/*new*/
/*footer*/
.footer{
    background: rgb(23, 25, 31);
    padding: 50px 0;
}
.block-footer-title{
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
    color: #56c163;
    text-transform: uppercase;
}
.block-footer-content ul{
    padding: 0;
    margin: 0;
}
.block-footer-content ul li{
    list-style: none;
    margin-bottom: 10px;
    color: #bbb;
}
.block-footer-content ul li:last-child{
    margin-bottom: 0;
}
.block-footer-content ul li a{
    color: #bbb;
    text-decoration: none;
    display: block;
}
.block-footer-content ul li a:hover{
    color: #56c163;
    padding-left: 5px;
    transition: 300ms ease all;
}
.imgHl {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}
.boxHotline b {
    display: block;
    color: #f81818;
    font-size: 17px;
}
.boxHotline i{
    color: #A0A0A0;
}
.listSocial{
    margin-top: 10px;
}
.listSocial ul{
    margin: 0;
    padding: 0;
}
.listSocial ul li {
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
}
.listSocial ul li.facebook {
    background: #3b5998;
}
.listSocial ul li.google-plus {
    background: #dc4e41;
}
.listSocial ul li.twitter {
    background: #55acee;
}
.listSocial ul li.youtube {
    background: #dc4e41;
}
.listSocial ul li a i{
    color: #fff;
    line-height: 25px;
}
.listSocial ul li a .fa {
    padding-right: 0;
}
.socical-foot {
    margin-bottom: 10px;
    margin-top: 25px;
    cursor: default;
}
.copyright{
    background: rgb(19 20 24);
}
.copyright-block{
    font-size: 13px;
    padding: 10px 0;
    color: #9e9e9e;
}
.copyright-block a{
    color: #9e9e9e;
    text-decoration: none;
}
.info-foot li i {
    color: #56c163;
}
.info-foot li span.active{
    font-weight: 700;
    color: #56c163;
}
.block-footer .list_icon_text {
    float: initial;
    margin: 0;
    margin-bottom: 10px;
}
.block-footer-content iframe{
    height: 130px !important;
    width: 100% !important;
    position: relative !important;
}
.face iframe, .iframe_map iframe {
    width: 100%!important;
    height: 130px!important;
}
/*footer*/
/*theH*/
.copyright-block h1, .copyright-block h2, .copyright-block h3, .copyright-block a, .copyright-block h1 a span, .copyright-block p {
    color: #9e9e9e;
    display: inline;
    font-size: 12px;
    margin: 0 10px 0 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
/*theH*/
/*main-page-content*/
.main-box-page{
    background: #fff;
    padding: 15px 15px 0 15px;
}
.main-box-page .col-md-3{
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    padding: 15px;
}
.main-page-content{
    background: #fff;
    padding: 35px 0;
}
.breadcrumb{
    margin-bottom: 0;
    padding: 8px 0;
}
.breadcrumb li a{
    color: #999;
    text-decoration: none;
}
.breadcrumb li a:hover{
    color: #187223;
}
.detail-content-body-product{
    border-top: 1px solid #e8e8e8;
}
.detail-content-body-name-1{
    color: #242424;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 15px 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.detail-content-body-name{
    margin-bottom: 15px;
}
.detail-content-body-name h1{
    margin: 0;
    font-size: 20px;
}
.map-contact iframe{
    width: 100% !important;
    margin-top: 35px;
}
.caption-contact-title{
    color: #187223;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
}
.caption-contact-body i{
    color: #187223;
}
.contact-form .btn-primary {
    color: #fff;
    background-color: #ee3c23;
    border-color: #ee3c23;
}
.contact-form .btn-primary:hover {
    background: #f26a42;
}
.quay-lai-trang-chu a{
    text-decoration: none;
    color: #626262;
}
.list-item {
    margin: 0px 0 15px 0;
    border-bottom: 1px solid #efefef;
    padding: 0 0 15px 0;
}
.list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.list-item-img{
    position: relative;
    overflow: hidden;
}
.list-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    background: #e9e9e9;
    border: 1px solid #efefef;
}
.list-item-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.list-item-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
a.list-item-title {
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #383838;
}
a.list-item-title:hover {
    color: #187223;
}
.list-item-date {
    margin-top: 5px;
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 10px;
}
.list-item-mo-ta {
    font-size: 14px;
    margin-bottom: 0;
    color: #7c7c7c;
}
.box-sidebar{
    margin-bottom: 35px;
}
.box-sidebar:last-child{
    margin-bottom: 0;
}
.box-sidebar-title{
    background: #187223;
    padding: 8px 15px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}
.box-sidebar-body{
    border: 1px solid #ebebeb;
    padding: 10px;
    background: #fff;
}
.sidebar-post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.sidebar-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.no-pad-right {
    padding-right: 0;
}
.sidebar-post-img img {
    height: 70px;
    width: 100%;
    object-fit: cover;
}
.sidebar-post-img a:after {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.2);
    -ms-transform: scale(0.01, 0.01);
    -webkit-transform: scale(0.01, 0.01);
    transform: scale(0.01, 0.01);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.sidebar-post-img:hover a:after {
    opacity: 1;
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.sidebar-pro-img{
    margin-top: 7px;
}
.sidebar-pro-more{
    height: 25px;
}
.sidebar-pro-more p{
    line-height: 25px;
}
.sidebar-post-name{
    margin-bottom: 10px;
}
.sidebar-post-name a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}
.sidebar-post-name a:hover {
    color: #187223;
}
.list-item-date-sidebar {
    margin-top: 3px;
    color: #c0c0c0;
    font-size: 11px;
}
.sidebar-post .box-product-price{
    margin-top: 5px;
}
.sidebar-post .price-old, .sidebar-post .price-new{
    line-height: inherit;
}
.sidebar-post .price-new{
    font-size: 15px;
    font-weight: 700;
}
.sidebar-post .price-old{
    font-size: 12px;
}
.social-links{
    margin-top: 15px;
}
.social-links ul{
    padding: 0;
    margin: 0;
}
.social-links ul li{
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}
.social-links ul li a{
    text-decoration: none;
}
.social-links ul li span{
    display: block;
    padding: 5px;
    margin-bottom: 0;
    color: #fff;
    width: 35px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.social-links ul li span.fa-facebook{
    background: #0172ac;
}
.social-links ul li span.fa-facebook:hover{
    background: #086290;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-twitter{
    background: #17aefb;
}
.social-links ul li span.fa-twitter:hover{
    background: #1296da;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-google-plus{
    background: #d81c1c;
}
.social-links ul li span.fa-google-plus:hover{
    background: #c10b0b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.social-links ul li span.fa-linkedin{
    background: #e88114;
}
.social-links ul li span.fa-linkedin:hover{
    background: #cc6d0a;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 10);
    -moz-box-shadow:0px 0px 6px rgba(0, 0, 0, 10);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 10);
}
.error-404 img{
    height: 150px;
    margin: auto;
}
.error-404{
    text-align: center;
    margin-top: 10px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin: 0 2px;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #e1aa11;
    border-color: #e1aa11;
    cursor: default;
}
.block-tag{
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}
.block-tag a{
    background: #f4f4f4;
    padding: 5px 10px;
    margin-right: 5px;
    color: #767676;
    margin-bottom: 5px;
    display: inline-block;
}
.title-featured-page{
    margin-bottom: 15px;
}
.page-content-recents-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-content-recents-body ul li{
    list-style: none;
    line-height: 30px;
}
.page-content-recents-body ul li a {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    color: #5084ab;
}
.page-content-recents-body ul li a:hover {
    padding-left: 7px;
    color: #333;
}
.detail-content-description {
    color: #c0c0c0;
    font-size: 11px;
    margin-bottom: 10px;
}
.main-break-pro, .breadcrumb-pro{
    background: #fff;
}
.main-page-content-pro{
    background: #f3f3f3;
}
.box-product-img-pro img{
    height: 192px;
}
.box-sidebar-body-pro{
    background: #fff;
}
.box-sidebar-pro{
/*    border: 1px solid #e5e5e5;
    padding: 15px;*/
    margin-bottom: 20px;
/*    background: #fff;*/
}
.box-sidebar-pro-title{
    color: #ed1c24;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}
.box-sidebar-pro-content ul{
    padding: 0;
    margin: 0;
}
.box-sidebar-pro-content ul li {
    list-style: none;
    margin-bottom: 20px;
    font-size: 16px;
}
.box-sidebar-pro-content ul li:last-child{
    margin-bottom: 0;
}
.policy{
    margin-bottom: 25px;
}
.policy-pro i{
    background: #1857a5;
    border-radius: 100%;
    padding: 6px;
    color: #fff !important;
    width: 30px;
    height: 30px;
    text-align: center;
}
.ten-san-pham{
    color: #464646;
    font-size: 22px;
    font-weight: 400;
}
.price-pro{
    margin-top: 10px;
}
.five-stars{
    margin-bottom: 10px;
  }
.noi-dung-san-pham-web-info-description{
    font-size: 14px;
}
.noi-dung-san-pham-web-info-description ul{
    padding: 0;
    margin: 0;
    margin-left: 15px;
}
.noi-dung-san-pham-web-info-description ul li{
    margin-bottom: 10px;
}
.anh-san-pham img{
    width: 100%;
    height: 354px;
    object-fit: cover;
    border: 1px solid #e6e6e6;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
}
.pro-hotline{
    margin-left: 15px;
    width: 50%;
}
.pro-hotline a{
    background: #ee3c23;
    padding: 7px 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
.pro-hotline a:hover {
    background: #cd2912;
}
.chi-tiet-bai-viet img{
    max-width: 100%;
    height: auto !important;
}
.chi-tiet-bai-viet{
    text-align: justify;
}
.chi-tiet-bai-viet h2{
    font-size: 18px;
    font-weight: 700;
}
.chi-tiet-bai-viet h3{
    font-size: 16px;
    font-weight: 700;
}
.chi-tiet-bai-viet ul{
    padding-left: 15px;
}
.chi-tiet-bai-viet blockquote{
    font-size: 14px;
    padding-left: 10px;
    padding-bottom: 0;
    padding-top: 0;
    border-left: 3px solid #eee;
}
.display-desktop{
    display: block !important;
}
.display-mobile{
    display: none !important;
}
.noi-dung-seo-content{
    border: 1px solid #dbdbdb;
    padding: 10px;
    margin-bottom: 15px;
    background: #fff;
}
.pro-hot-more {
    display: flex;
    border-top: 1px solid #e5e5e5;
    padding: 7px;
    min-height: 56px;
}
.icon-mail {
    color: #595959;
    font-size: 13px;
    width: 60%;
}
.icon-mail-page {
    font-size: 12px;
}
.icon-mail p:first-child {
    margin-bottom: 5px;
}
.icon-mail p:last-child {
    margin-bottom: 0;
}
.a-more {
    width: 40%;
    margin-top: 10px;
}
.a-more-page{
    width: 45%;
}
.a-more a {
    background: #f26a42;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 10px;
}
.a-more a {
    font-size: 13px;
}
.contact-map iframe{
 	width: 100% !important; 
}
/*main-page-content*/
/*mua-hang-new*/
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.quantity-cart-box{
    margin-top: 20px;
}
.quantity-cart-box .h5-page {
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-right: 10px;
    text-transform: uppercase;
}

.quantity {
    margin-right: 15px;
}

.quantity .h5-page {
    color: #242424;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 479.98px) {
    .quantity .h5-page {
        margin-right: 10px;
    }
}

.quantity .pro-qty {
    width: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
}

.quantity .pro-qty .qtybtn {
    width: 30px;
    display: block;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #555;
    background: #e9e9e9;
}
span.dec.qtybtn{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
span.inc.qtybtn{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.quantity .pro-qty input {
    width: 30px;
    border: none;
    height: 51px;
    line-height: 40px;
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.pro-desc {
    margin-bottom: 20px;
}

.availability {
    margin-bottom: 15px;
}

.availability i {
    color: #81ca33;
}

.product-details-des.availability span {
    color: #555;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    padding-left: 3px;
    text-transform: uppercase;
}

.useful-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.useful-links a {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    margin-right: 20px;
    text-transform: capitalize;
}

.useful-links a:hover {
    color: #CC2121;
}

.useful-links a i {
    padding-right: 5px;
    vertical-align: middle;
}
button, input {
    overflow: visible;
}
.btn-cart2 {
    color: #fff;
    font-size: 15px;
    padding: 7px 15px;
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
}
.btn-cart2:hover{
    color: #fff;
    background: -webkit-linear-gradient(top,#fd6e1d,#f59000);
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-cart2 p, .hotline-pro p{
    margin-bottom: 0;
}
.btn-cart2 p:last-child, .hotline-pro p:last-child{
    text-transform: initial;
    font-size: 13px;
    font-weight: 100;
}
/*.btn-cart2:hover {
    color: #fff;
    background-color: #e51e22;
}*/
/*mua-hang-new*/


/*--------- Cart Page Wrapper Start ---------*/
.cart-table .table {
    margin: 0;
    /*white-space: nowrap;*/
}

.cart-table .table thead {
    background-color: #fff;
}
.cart-table .table tbody{
    background: #fff;
}
.cart-table .table thead tr th {
    border-bottom: 0 solid transparent;
    padding: 20px 15px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #242424;
    font-size: 15px;
    font-weight: bold;
}

.cart-table .table tbody tr td {
    border-color: #ccc;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    font-weight: 500;
    color: #242424;
}
.cart-table .table tbody tr td a {
    color: #242424;
    font-weight: 400;
    text-transform: capitalize;
}

.cart-table .table tbody tr td a:hover {
    color: #CC2121;
}

.cart-table .table tbody tr td a.btn {
    color: #fff;
}

.cart-table .table tbody tr td a.btn:hover {
    color: #fff;
}

.cart-table .table tbody tr td a.check-btn {
    color: #fff;
}
.cart-table .table tr .pro-thumbnail,
.cart-table .table tr .pro-price,
.cart-table .table tr .pro-quantity,
.cart-table .table tr .pro-subtotal,
.cart-table .table tr .pro-remove {
    width: auto;
}
.pro-thumbnail img{
    width: 60px;
    margin: auto;
}
td.pro-remove{
    width: 110px !important;
}
td.pro-remove:last-child{
    width: 80px !important;
}
td.pro-subtotal, td.pro-quantity{
    width: 130px !important;
}
.cart-table .table tr .pro-qty {
    width: 90px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
    margin: auto;
}

.cart-table .table tr .pro-qty .qtybtn {
    width: 15px;
    display: block;
    float: left;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    color: #555;
}

.cart-table .table tr .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 40px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

.cart-update-option {
    border: 1px solid #ccc;
    margin-top: 15px;
    padding: 15px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
}

@media only screen and (min-width: 1200px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .cart-update-option {
        margin-top: 0;
        border-top: 0 solid transparent;
    }
}

.cart-update-option .apply-coupon-wrapper {
    width: 55%;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .cart-update-option .apply-coupon-wrapper {
        width: auto;
    }
}

.cart-update-option .apply-coupon-wrapper form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
}

.cart-update-option .apply-coupon-wrapper form input {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 9px 10px;
    outline: none;
    margin-right: 15px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.cart-update-option .apply-coupon-wrapper form input:focus,
.cart-update-option .apply-coupon-wrapper form input:active {
    border-color: #CC2121;
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .apply-coupon-wrapper button {
        display: block;
        width: 100%;
        margin-top: 15px;
        border-radius: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .cart-update-option .cart-update .btn {
        width: 100%;
    }
}

.cart-calculator-wrapper {
    background-color: #fff;
    border: 1px solid #ddd;
}

.cart-calculator-wrapper .div-h3 {
    color: #242424;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 15px 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.cart-calculator-wrapper .cart-calculate-items {
    font-weight: 500;
}

.cart-calculator-wrapper .cart-calculate-items .table {
    margin-bottom: 0;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td {
    color: #242424;
    padding: 15px 20px;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td:nth-child(2) {
    color: #242424;
    text-align: right;
}

.cart-calculator-wrapper .cart-calculate-items .table tr td.total-amount {
    color: #CC2121;
    font-weight: 700;
}

.cart-calculator-wrapper a {
    border-radius: 0;
    text-align: center;
}
.btn__bg {
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 0;
    background-color: #ee3c23;
    text-transform: uppercase;
}
.btn__bg:hover {
    color: #fff;
    background-color: #e42828;
}
.btn-replay{
    color: #ee3c23;
    background: #fff;
    border: 2px solid #ee3c23;
}
.btn-replay:hover{
    border: 2px solid #ee3c23;
}
.d-block {
    display: block!important;
}
@media (min-width: 768px){
    .d-md-flex {
        display: -ms-flexbox!important;
        display: flex!important;
    }
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/*--------- Cart Page Wrapper end ---------*/
/* Checkout Login Coupon Accordion Start */
.checkout-page-wrapper {
    margin-bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .checkout-page-wrapper {
        margin-bottom: 0;
    }
}

.checkoutaccordion {
    margin-bottom: 46px;
}

.checkoutaccordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid #CC2121;
    color: #242424;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    text-transform: uppercase;
}

.checkoutaccordion h3 span {
    color: #CC2121;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-left: 10px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 span {
        display: block;
        padding-top: 5px;
        margin-left: 0;
    }
}

.checkoutaccordion h3 span:hover {
    color: #242424;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion h3 {
        font-size: 14px;
    }
}

.checkoutaccordion .card {
    border: none;
    padding: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 30px;
}

.checkoutaccordion .card:last-child {
    margin-bottom: 0;
}

.checkoutaccordion .card .card-body {
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 20px;
}

.checkoutaccordion .card .card-body .cart-update-option {
    border: none;
    padding: 0;
}

.checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
    padding: 12px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    margin-right: 15px;
}

@media only screen and (max-width: 479.98px) {
    .checkoutaccordion .card .card-body .cart-update-option .apply-coupon-wrapper input {
        margin-bottom: 15px;
    }
}

.checkout-box-wrap .custom-control {
    padding-left: 0;
    margin-left: 1.5rem;
}

.checkout-billing-details-wrap h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap .billing-form-wrap {
    padding: 15px;
}

.forget-pwd {
    color: #CC2121;
    font-size: 12px;
    margin-top: -6px;
}

.single-form-row {
    margin-top: 15px;
    display: none;
}

.single-form-row p {
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-summary-details {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 767.98px) {
    .order-summary-details {
        margin-top: 52px;
    }
}
.order-summary-details h2 {
    color: #242424;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: bold;
}
.detail-content-body-name-2{
    border-bottom: 1px solid #ddd;
}
.order-summary-table {
    background-color: #fff;
}
.checkout-billing-details-wrap{
    border: 1px solid #ddd;
}
.order-summary-table .table,
.order-summary-table table {
    color: #242424;
    margin-bottom: 0;
    font-size: 14px;
    /*white-space: nowrap;*/
}

.order-summary-table .table tr td,
.order-summary-table .table tr th,
.order-summary-table table tr td,
.order-summary-table table tr th {
    font-weight: 400;
    vertical-align: middle;
    padding: 15px 10px;
    border-width: 1px;
}

.order-summary-table .table tr td a,
.order-summary-table .table tr th a,
.order-summary-table table tr td a,
.order-summary-table table tr th a {
    color: #242424;
    font-weight: 400;
}

.order-summary-table .table tr td strong,
.order-summary-table .table tr th strong,
.order-summary-table table tr td strong,
.order-summary-table table tr th strong {
    font-weight: 400;
}

.order-summary-table .shipping-type {
    text-align: left;
}

.order-summary-table .shipping-type li {
    margin-bottom: 5px;
}

.order-summary-table .shipping-type li:last-child {
    margin-bottom: 0;
}

.order-payment-method {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}
.custom-control.custom-checkbox.mb-20{
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
    .order-payment-method {
        padding: 32px 20px 36px;
    }
}

.single-payment-method {
    margin-bottom: 20px;
}

.single-payment-method:last-child {
    margin-bottom: 0;
}

.single-payment-method:first-child .payment-method-details {
    display: block;
}

.single-payment-method label,
.single-payment-method .custom-control-label {
    font-weight: 500;
}

.single-payment-method .paypal-card {
    max-width: 150px;
    height: 50px;
    margin-top: 10px;
    display: block;
}

.single-payment-method .payment-method-details {
    background-color: #f1f1f1;
    color: #242424;
    font-weight: 400;
    font-size: 13px;
    padding: 10px;
    position: relative;
    margin-top: 20px;
    display: none;
}

.single-payment-method .payment-method-details:after {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f1f1f1;
    bottom: 100%;
}

.single-payment-method .payment-method-details * {
    margin: 0;
}

.summary-footer-area .btn-brand {
    margin-top: 40px;
}

/*------- input box style css start -------*/
.single-input-item {
    margin-top: 20px;
}

.single-input-item label {
    color: #242424;
    text-transform: capitalize;
    font-size: 14px;
}

.single-input-item label.required:after {
    content: '*';
    color: red;
    font-size: 14px;
    margin-left: 3px;
    margin-top: 5px;
}

.single-input-item input,
.single-input-item textarea {
    color: #555;
    border: 1px solid #ccc;
    padding: 14px 10px;
    width: 100%;
    font-size: 14px;
    background: #fff;
}

.single-input-item input:active,
.single-input-item input:focus,
.single-input-item textarea:active,
.single-input-item textarea:focus {
    border-color: #CC2121;
    background-color: #fff;
}

.single-input-item .nice-select {
    width: 100%;
    border-radius: 0;
    height: 48px;
    border-color: #ccc;
    background-color: #f7f7f7;
}

.single-input-item .nice-select .current {
    color: #555;
}

.single-input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
    width: 100%;
}
.single-input-item .radio input{
    width: auto;
}
.radio-form{
    color: #555;
    border: 1px solid #ccc;
    padding: 14px 10px;
    font-size: 14px;
    background: #fff;
}
.radio:first-child{
    padding-top: 0;
    margin-top: 0;
}
.radio label a{
    text-decoration: underline;
    color: red;
    font-size: 13px;
}
.radio-form-title{
    position: relative;
    font-size: 17px;
    color: #333333;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
strong.soluong{
    color: red;
}
.table-responsive {
    display: block;
    width: 100%;
    /*overflow-x: auto;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*mua-hang*/
/*more*/
.no-pad-left{
    padding-left: 0;
}
.sidebar-user{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}
.sidebar-user:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.sidebar-user-email a{
    font-size: 12px;
    text-decoration: none;
}
.sidebar-user-phone a{
    text-decoration: none;
    color: red;
}
.sidebar-user-name a{
    color: #333;
    text-decoration: none;
    font-weight: 700;
}
.sidebar-user-img img{
    height: 62px;
    width: 100%;
    object-fit: cover;
}
/*more*/
/*mobile*/
@media (max-width: 767px){
    .slider img {
        height: 128px !important;
    }
    .box-title-menu a{
        display: none;
    }
    .box-title-menu a.view-more{
        display: block;
    }
    .box-product-name {
        height: 43px;
    }
    .box-product-name a {
        font-size: 14px;
        font-weight: 100;
    }
    .box-product-img-pro img {
        height: 148px;
    }
    .box-product-price {
        text-align: center;
    }
    .pro-hot-more {
        display: block;
    }
    .a-more {
        width: 100%;
    }
    .banner img {
        height: 128px;
    }
    .block-footer{
        margin-bottom: 30px;
    }
    .map-contact iframe {
        height: 200px;
    }
    .list-item img {
        margin-bottom: 10px;
    }
    .box-sidebar-page{
        margin-top: 35px;
    }
    .anh-san-pham img {
        height: 368px;
    }
    .noi-dung-san-pham-web-info{
        margin-top: 20px;
    }
    .display-desktop{
        display: none !important;
    }
    .display-mobile{
        display: block !important;
    }
    .pro-hotline{
        margin-left: 0;
        margin-top: 15px;
    }
    .quantity {
        width: 24%;
    }
    .action_link{
        width: 100%;
    }
    .pro-hotline {
        width: 100%;
    }
    .btn-cart2 {
        width: 100%;
    }
    .pro-hotline a {
        text-align: center;
    }
    .header-mid-content{
        margin-top: 0;
    }
    .header-cart {
        padding: 5px 12px;
    }
    .header-top-right {
        float: left;
    }
    .header-top {
        border-bottom: 1px solid #e7e7e7;
    }
    .sidebar-brand{
        border-bottom: 1px solid #3f3f3f;
    }
    .sidebar-brand .navbar-form{
        padding: 0;
        margin-right: 15px;
        margin-left: 15px;
        border: none;
    }
    .header-service-list {
        margin: 15px;
    }
    .header-service a {
        padding: 10px 15px !important;
        border-radius: 0;
        color: #fff !important;
        background: #187223;
    }
    .sidebar-brand input.form-control{
        box-shadow: none;
    }
    .logo img {
        height: 34px;
    }
    .policy-content .col-md-3{
        margin-bottom: 25px;
    }
    .policy-content .col-md-3:last-child{
        margin-bottom: 0;
    }
    .pro-hot-more .icon-mail {
        color: #595959;
        font-size: 13px;
        width: 100%;
    }
    .main-box-cate-title span {
        padding: 0 15px;
        margin: 0;
        font-weight: 700;
        color: #fff;
        font-size: 14px;
        background: #187223;
        line-height: 40px;
        text-transform: uppercase;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px;
        position: relative;
        z-index: 1;
        max-width: 500px;
        width: max-content;
        display: block;
    }
    .main-box-cate-title span:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 17px 26px 0;
        border-color: transparent #187223 transparent transparent;
        left: -15px;
        top: 0;
    }
    .main-box-cate-title span:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 17px 0 0;
        border-color: #187223 transparent transparent transparent;
        right: -15px;
        top: 0;
    }
    .part_1 {
        margin-bottom: 15px;
    }
}
/*mobile*/
/*menu mobile*/
body {
    position: relative;
    overflow-x: hidden;
}
#sidebar-wrapper {
    z-index: 9999;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #e4e4e4;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#wrapper.toggled #sidebar-wrapper {
    width: 260px;
}
#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}
/*Sidebar nav styles*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 260px;
    margin: 0;
    padding: 0;
    list-style: none;
  	overflow: scroll;
}
.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.sidebar-nav li a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    box-shadow: none;
    border-top: 1px solid #d4d4d4;
}
.sidebar-nav .dropdown-menu .dropdown-menu{
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #e4e4e4;
    box-shadow: none;
    border-top: 1px solid #d4d4d4;
  	display: block;
}
.sidebar-nav .dropdown-menu .dropdown-menu li a {
    padding: 10px 15px 10px 25px;
}
.sidebar-nav li a:hover, .sidebar-nav li a:active, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
    color: #5084ab !important;
    text-decoration: none;
    background-color: transparent;
}
/*Sidebar nav styles*/
/*Hamburger-Cross*/
.hamburger {
    position: fixed;
    top: 0px;
    right: 15px;
    z-index: 999;
    display: block;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
}
.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}
.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #187223;
}
.hamburger.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background-color: #187223;
}
.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle {
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
}
/*Hamburger-Cross*/
/*Overlay*/
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,.9);
    z-index: 100;
}
/*Overlay*/
/*menu mobile*/
/*hotline */
.social-button{
    display: inline-grid;
    position: fixed;
    bottom: 15px;
    left: 45px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}
.social-button-content{
    display: inline-grid;
}
.social-button a {padding:8px 0;cursor: pointer;position: relative;}
.social-button i{
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}
.social-button i.fa-weixin{
    background: #e79214;
}
.social-button i.fa-facebook-square{
    background: #176ca9;
}
.social-button i.fa-user{
    background: #d33;
}
.social-button span{
    display: none;
}
.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 28px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}
.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}
.call-icon:hover > span, .mes:hover > span, .sms:hover > span, .zalo:hover > span{display: block}
.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}
/*@-webkit-keyframes "headerAnimation" {*/
/*    0% { margin-top: -70px; }*/
/*    100% { margin-top: 0; }*/
/*}*/
/*@keyframes "headerAnimation" {*/
/*    0% { margin-top: -70px; }*/
/*    100% { margin-top: 0; }*/
/*}*/
.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}
/*hotline */
 .phone-bar a, #phone-vr .phone-vr-circle-fill, #phone-vr .phone-vr-img-circle, #phone-vr .phone-bar a {
    background-color: #d33
}

#phone-vr .phone-vr-circle-fill {
    opacity: .7;
    box-shadow: 0 0 0 0 #d33
}

  #contact-vr .phone-vr-circle-fill, #contact-vr .phone-vr-img-circle {
    background-color: #1e73be
}

#contact-vr .phone-vr-circle-fill {
    opacity: .7;
    box-shadow: 0 0 0 0 #1e73be
}


 #button-contact-vr {
    transform: scale(1.1)
}



#button-contact-vr {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    right: 0;
}

    #button-contact-vr .button-contact {
        position: relative
    }

        #button-contact-vr .button-contact .phone-vr {
            position: relative;
            visibility: visible;
            background-color: transparent;
            width: 90px;
            height: 90px;
            cursor: pointer;
            z-index: 11;
            -webkit-backface-visibility: hidden;
            -webkit-transform: translateZ(0);
            transition: visibility .5s;
            left: 0;
            bottom: 0;
            display: block
        }

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230,8,8,.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out
}

    .phone-vr-img-circle a {
        display: block;
        line-height: 37px
    }

    .phone-vr-img-circle img {
        max-height: 25px;
        max-width: 27px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%)
    }

@-webkit-keyframes phone-vr-circle-fill {
    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 zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap
}

    .phone-bar a:hover {
        opacity: .8;
        color: #fff
    }

@media(max-width:736px) {
    .phone-bar {
        display: none
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7)
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113,68,151,.8)
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33,150,243,.7)
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%
}