:root {
    --c1: #1268b3; /* blue */
    --grey: #f8f8f8;
    --font-icon: "Font Awesome 6 Pro";
}

@font-face {
    font-family: 'PinionX';
    src: url(fonts/baomo.eot);
    src: url(fonts/baomo.eot) format('embedded-opentype'), url(fonts/baomo.woff) format('woff'), url(fonts/baomo.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PinionX';
    src: url(fonts/baomoi-italic.eot);
    src: url(fonts/baomoi-italic.eot) format('embedded-opentype'), url(fonts/baomoi-italic.woff) format('woff'), url(fonts/baomoi-italic.ttf) format('truetype');
    font-style: italic
}

@font-face {
    font-family: 'PinionX';
    src: url(fonts/baomoi-bold.eot);
    src: url(fonts/baomoi-bold.eot) format('embedded-opentype'), url(fonts/baomoi-bold.woff) format('woff'), url(fonts/baomoi-bold.ttf) format('truetype');
    font-weight: 700
}

.notices .woocommerce-message{
    display: flex;
    padding: 10px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 5px;
    margin-bottom: 20px;
}
.notices a{
    margin-left: auto;
}

/*module*/
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

/* Globa Style */
html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    font-size: 100%;
    font-family: 'PinionX', serif;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.1px;
    color: #39342e;
    color: inherit;
    text-decoration: none;
}

p {
    font-family: 'PinionX', serif;
    letter-spacing: 0.1px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'PinionX', serif;
}

img {
    max-width: 100%;
    height: auto;
}

.big-img img,
img.big-img {
    width: 100%;
    height: auto;
}

ul {
    margin-bottom: 0;
    padding-left: 0
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

body a:hover {
    text-decoration: underline;
}

a, .fa, button, option {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

select {
    border: solid 1px #e8e6e2;
    outline: none;
    padding: 2px;
}

select:hover {
    border-color: #3ab54a;
}

.color {
    color: #3ab54a
}

.input-control {
    width: 100%;
    border: solid 1px #e7e7e7;
    background: transparent;
    outline: none;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.navbar {
    margin: 0
}

.navbar .navbar-brand {
    text-shadow: none;
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 0px;
    line-height: 32px;
    margin-top: 0px;
    margin-left: 10px;
    background: transparent;
    text-transform: uppercase;
    color: #444;
}

.navbar-brand > img {
    margin-top: 0px;
    margin-left: 10px;
    margin-right: 5px;
    vertical-align: middle;
    opacity: 1;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fa {
    font-family: FontAwesome;
}

.clear {
    width: auto;
    clear: left;
}

.bbtn {
    margin-top: 30px;
}

.btn {
    background-color: #008fd5;
    color: #FFFFFF;
    border-color: #008fd5;
}

.btn:hover {
    background-color: #ff6300;
    color: #FFFFFF;
    border-color: #ff6300;
}

.button.added {
    display: none !important;
}

.added_to_cart {
    padding: .618em 1em;
    margin-top: 10px;
}

.found404 {
    text-align: center;
    padding: 60px 0
}


body {
    font-family: 'PinionX', serif;
    background: #fff;
    font-size: 15px;
}

ul, ol {
    list-style: none;
    padding: 0px;
}

img {
    max-width: 100%;
}

.success, .warning, .attention, .information {
    padding: 7px 10px 7px 33px;
    color: #555555;
}

.success {
    background: #fff url('../img/success.png') 20px center no-repeat;
    color: #313942;
}

.header {
    background: var(--c1);
    padding: 12px 0 17px 0;
}

.top-bar {
    background-color: #333;
    color: #bbb;
    padding: 6px 0;
    font-size: 12px;
}

.top-bar a {
    color: #bbb
}

.hotline_top {
    display: inline-block;
}

.diachi_header {
    margin: 0;
    display: inline-block;
    margin-left: 15px;
}

.diachi_header span {
    font-weight: bold;
    color: #fff;
}

.navbar-toggle .icon-bar {
    background: #1BBCB3;
}

a.menu:after {
    content: none;
}

@media (min-width: 768px) {

    a.lt-image img {
        width: 100%;
    }

    .navbar-center {
        left: 50%;
        margin-left: -85px !important;
        position: absolute;
    }
    .pc-menu .navbar-search{
        margin-left: auto;
    }

    .pc-menu ul.menu > li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .pc-menu ul.menu > li > ul.sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0px;
        z-index: 9999999;
        border-radius: 0px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        background: #fff;
    }

    .pc-menu ul.menu > li > ul.sub-menu > .menu-item-has-children > a:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 5px;
    }

    .pc-menu .sub-menu .sub-menu {
        position: absolute;
        top: 0px;
        left: 100%;
        margin: 0;
        border-radius: 0px;
        visibility: hidden;
        opacity: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
        background: #fff;
    }

    .pc-menu .sub-menu > li:hover > ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    a.menu:after {
        content: none;
    }

    .widget_product_categories ul.product-categories ul.children {
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #fff;
        padding: 0 15px;
        z-index: 100;
        min-width: 240px;
        border: 1px solid #e4e4e4;
        visibility: hidden;
        opacity: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear;
    }

    .widget_product_categories ul.product-categories > li:hover > ul.children {
        visibility: visible;
        opacity: 1;
    }

    .widget_product_categories ul.product-categories .cat-parent > a:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
    }

}
.navbar-toggle{

}
.pc-menu{
    display: flex;
    align-items: center;
}

.pc-menu a{
    background-color: transparent !important;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}
.pc-menu a:hover{
    text-decoration: underline;
}

.pc-menu > .navbar-collapse ul.navbar-nav > li > a:before {
    content: "";
    height: 13px;
    width: 1px;
    position: absolute;
    top: 19px;
    right: 0;
    border-left: 1px dotted #999;
}

.navbar .nav > li:hover > a {
    background: transparent;
    color: #3ab54a;
}

.pc-menu .sub-menu {
    background: #fff;
    padding: 0px;
    border: none;
    min-width: 230px;
    border-top: 3px solid #3ab54a;
    box-shadow: 0px 0px 16px -3px #999;
}

.pc-menu .navbar-collapse .navbar-nav > .menu-item-has-children > a:after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: .3em;
}

.pc-menu .sub-menu > li > a {
    color: var(--c1);
    padding: 8px;
    display: block;
    border-bottom: 1px dashed #ccc;
}

.pc-menu .sub-menu > li > a:hover {
    padding-left: 12px
}
.mobile-menu{
    position: relative;
}
.nut-mo{
	position: absolute;
    left: 15px;
    top: 20px;
}
.mobile-menu .sub-menu a {
    padding: 8px 20px 8px 15px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    display: block;
}

.mobile-menu .sub-menu {
    padding: 0px 0px 0px 15px;
    display: none
}

.mobile-menu .menu-item-has-children > span {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.mobile-menu ul.menu li span:after {
    content: "\f0d7";
    font-family: FontAwesome;
}

.icon-search {
    float: right;
    background: #3ab54a;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 9px 12px;
    line-height: 15px;
    display: inline-block;
}

.search-query {
    height: 34px;
    font-size: 15px;
    width: calc(100% - 45px);
    display: inline-block;
    padding: 0 0 0px 11px;
    font-family: PinionX;
    margin-right: 3px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    outline: none;
}

.search-query, .icon-search {
    vertical-align: top;
}

.navbar-collapse {
    position: relative;
}

.banner.row {
    margin: 0 -5px;
}

.banner.row .col-sm-4.col-xs-12 {
    padding: 0 5px;
}

.row1 {
    margin-bottom: 10px;
}

.banner.row .col-sm-4.col-xs-12 a, .banner.row .col-sm-8.col-xs-12 a {
    position: relative;
    display: block;
    overflow: hidden;
}

.banner.row .col-sm-4.col-xs-12 a:before, .banner.row .col-sm-8.col-xs-12 a:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.banner.row .col-sm-4.col-xs-12 a:after, .banner.row .col-sm-8.col-xs-12 a:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.banner.row .col-sm-4.col-xs-12 a:hover:before, .banner.row .col-sm-8.col-xs-12 a:hover:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}

.banner.row .col-sm-4.col-xs-12 a:hover:after, .banner.row .col-sm-8.col-xs-12 a:hover:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}

.re-ship-phone .item {
    padding: 15px 0 15px 65px;
    background: #f4f4f4;
    overflow: hidden;
    border-radius: 46px 0 0 46px;
    color: #444;
    font-size: 18px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    margin: 10px 0;
}

.re-ship-phone .item .des span, .re-ship-phone .item .des span a {
    color: #3ab54a;
}

.re-ship-phone .item .des {
    margin: 0;
    line-height: 21px;
}

.re-ship-phone .item .icon {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #666;
}

.moduleship {
    margin: 20px 0;
}

.so-spotlight1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.so-slideshow, .so-spotlight1 {
    background: #fff;
}

.label-sale {
    background: #3ab54a none repeat scroll 0 0;
    display: inline-block;
    left: -34px;
    padding: 30px 30px 5px;
    position: absolute;
    top: -12px;
    transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    z-index: 9;
    text-transform: uppercase;
    font-size: 17px;
}

.price {
    text-align: center;
}

.sidebar-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    position: relative;
}

.sidebar-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #3ab54a;
    bottom: 0px;
}

.modtitle {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0px 2px 0;
    line-height: 42px;
    color: black;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}

.box-detail h3 {
    margin: 0 0 13px;
}

.c-bread {
    margin: 10px 0;
}

.btn_button:hover {
    color: #fff;
    opacity: 0.9;
}

input.btn.custom-button.btn_button.bgxam {
    background: #ddd;
    color: #000;
    border-color: #999;
}

.bangtong tr td:nth-child(1) {
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #3ab54a;
}

.modtitle span:nth-child(2) {
    color: #888
}

.so-spotlight3 {
    background-size: cover;
    padding: 75px 0 10px 0;
    min-height: 300px;
    margin: 0;
}

.newsletter {
    text-align: center;
}

.newsletter .ex {
    text-transform: uppercase;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
}

.newsletter .page-heading-sub {
    color: #bbb;
    font-size: 14px;
    margin-bottom: 10px;
}

.newsletter .ex span {
    color: #3ab54a;
}

.newsletter input {
    height: 40px;
    border: none;
    vertical-align: top;
    padding: 5px 15px;
    background: #fff;
    color: #999;
    max-width: 200px;
    width: calc(100% - 105px);
    font-size: 13px;
    display: inline-block;
    border-radius: 0;
}

.newsletter button {
    height: 40px;
    min-width: 105px;
    margin-left: -4px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    transition: 0.3s all ease 0s;
    font-weight: 500;
    color: #fff;
    background: #3ab54a;
    border-color: #3ab54a;
    border-radius: 0;
}

.footer {
    background: #333;
    color: #fff;
}

.footer-title {
    font-size: 18px;
    font-weight: bolder;
    margin-top: 20px;
}

.footer .textwidget {
    margin-top: 20px;
}

.footer .textwidget li {
    margin: 5px 0;
}

.footertop {
    background: #fff;
    padding: 9px 0;
    border-top: 1px dotted #d6d6d6;
    margin-top: 20px;
}

.social-box span {
    font-weight: bold;
    font-size: 19px;
}

.social-block li {
    display: inline-block;
    vertical-align: top;
}

.social-block li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    margin: 0px;
    transition: 0.3s all ease 0s;
    border-radius: 2px;
}

ul.social-block li.facebook a:hover {
    background: #5171bd;
}

ul.social-block li.facebook a {
    background: #3c599f;
}

ul.social-block li.twitter a {
    background: #5eaade;
}

ul.social-block li.rss a {
    background: #fe9900;
}

ul.social-block li.google_plus a {
    background: #dd4c39;
}

ul.social-block li.pinterest a {
    background: #cb2027;
}

.social-block {
    display: inline-block;
}

.social-block, .social-box span {
    vertical-align: middle;
}

ul.social-block li a .fa {
    margin: 0px;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
}

.footer-menu {
    padding: 4px 0;
    text-align: right;
}

.footer-menu li a {
    color: #000;
    padding: 0;
    margin: 0
}

.footer-menu li a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.footer-menu li {
    display: inline-block;
    border-right: 1px solid #ddd;
    font-size: 15px;
    padding: 0 14px;
    line-height: 24px;
}

.icon .fa {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.blog_item_inner.transition {
    height: 207px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.blog_item_title {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: bold;
    padding: 13px 12px;
    position: relative;
    font-size: 16px;
}

.thongtin {
    position: absolute;
    top: 168px;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
}

.item-blog {
    padding: 0 10px;
}

.blog_item_title a {
    color: #fff;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.blog_item_title:before {
    position: absolute;
    content: "";
    width: 26px;
    height: 2px;
    background: #fff;
    bottom: 0;
    right: 46%;
}

.blog_item_inner.transition .thongtin {
    transition: all 0.5s ease-in-out;
}

.blog_item_inner.transition:hover .thongtin {
    top: 0;
    color: #fff;
}

.blog_itemt_link {
    background: #fff;
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 12px 10px;
}

.blog_item_motangan {
    padding: 10px;
}

.c-bread {
    background: transparent;
    font-weight: bold;
    font-size: 13px;
    margin: 0;
}

.c-bread a {
    color: #666;
}

.breadcrum {
    margin: 10px 0;
}

.page_collection {
    padding-top: 0;
    background: #fff;
}

.toolbar {
    border: 1px solid #ddd;
    margin: 20px 0;
    padding: 9px;
}

.toolbar > p {
    float: left
}

.toolbar > form {
    float: right
}

.change-view--active {
    background-color: #3ab54a !important;
}

.line {
    height: 1px;
    background: #fbfbfb;
}

.bl {
    display: inline-block;
    background: #fafafa;
    padding: 0px 6px;
    line-height: 20px;
    border-radius: 4px;
}

.green {
    background: #3ab54a;
    color: #fff !important;
}

.red {
    background: red;
    color: #fff !important;
}

.page_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #3ab54a;
    display: inline-block;
}

.search-input {
    width: 50%
}

input.search-input.page_search {
    height: 29px;
    padding-left: 11px;
    color: #999;
}

.breadcrum span > span[property=name] {
    color: #3ab54a;
}

a.lt-image img {
    display: inline-block;
}

a.lt-image {
    text-align: center;
    display: block;
    position: relative;
}

@media (min-width: 690px) and (max-width: 1024px) {
    .search-query {
        display: none
    }

    .icon-search {
        background: transparent;
        color: #000;
    }

    form.navbar-form.navbar-search.navbar-right.hidden-xs {
        float: left !important;
        padding-left: 0;
    }
}

.fixmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    padding: 5px 0;
}



.fixmenu .navbar-brand > img {
    height: 30px;
}

.fixmenu .menumain ul.nav.navbar-nav > li > a {
    padding: 7px 15px;
}

.fixmenu .menumain > .navbar-collapse ul > li > a:before {
    top: 10px;
}

.header.fixmenu .navbar-brand {
    height: auto;
}

.header.fixmenu .navbar {
    min-height: auto;
}

.p20 {
    padding-bottom: 20px;
}

@media screen and (max-width: 690px) {
    .so-spotlight3 {
        padding: 34px 0 10px 0;
    }

    .header {
        padding: 16px 0 0;
    }

    .header ul.nav.navbar-nav li {
        border-bottom: 1px solid #fff;
    }

    .detailcall a {
        font-size: 14px;
    }

}

.block-sidebar-product {
    border: 1px solid #ddd;
    margin-top: 10px;
}

.block-sidebar-product-title .title {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #095614;
    font-size: 17px;
    line-height: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom: 3px solid #3ab54a;
}

@media (max-width: 480px) {
    .footer-menu ul {
        text-align: left;
    }

    .footer-menu ul li {
        font-size: 11px;
    }

    .footer-title {
        font-size: 14px;
    }

    .footer-menu ul li {
        border: none;
    }

    .product-single .product-tabs .navtabs li a {
        padding: 10px !important
    }
}

@media (min-width: 992px) {
    .footer-menu ul li {
        width: auto;
    }
}

.input {
    color: #000;
}

.btn_cart_qv {
    background: #3AB54A;
    width: 200px;
    color: #fff;
    padding: 2px;
    /* padding-left: 12px; */
    margin-right: 39px;
    border: #3AB54A 1px solid;
    text-transform: uppercase;
}

@media (max-width: 400px) {
    .modtitle {
        border-bottom: 1px solid #e1e1e1;
        margin: 0 0px 2px 0;
        line-height: 32px;
        font-size: 19px !important;
    }

    .modtitle {
        border-bottom: 1px solid #e1e1e1;
        margin: 0 0px 2px 0;
        line-height: 30px;
        color: black;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
    }
}

.product-info {
    margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
    .navbar-form.navbar-right:last-child {
        margin-right: 0px;
        margin: 0 auto;
    }
}

.banner.row .col-sm-8.col-xs-12 {
    padding: 0 5px;
}

@media (max-width: 991px) {
    .logo {
        width: 100%;
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .logo img {
        display: inline;
    }

    /*    .navbar-header {
            width: 100%;
        }*/
    .navbar .navbar-brand {
        text-shadow: none;
        font-size: 15px;
        padding: 0px;
        margin-top: 0px;
        background: transparent;
        text-transform: uppercase;
        color: #444;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .menumain > .navbar-collapse > ul > li > a:after {
        display: none;
    }
}


#BackToTop {
    overflow: hidden;
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 15px;
    display: none;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    background-color: rgba(58, 181, 74, 0.68);
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    border-radius: 2px;
    transition: all .5s;
}

#BackToTop i {
    margin-top: 10px
}

@media (min-width: 1023px) and (max-width: 1024px) {
    .re-ship-phone .item .des {
        font-size: 13px
    }
}

.h2.site-header__logo {
    margin: 0
}

@media (max-width: 768px) {
    .navbar-brand {
        text-align: center
    }

    .navbar-brand img {
        margin: auto
    }

    .list.collection-item .caption h4 {
        margin: 0;
        margin-top: 15px
    }

    h1.name_product {
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 15px 0 0
    }
}

.btn-cart input.btn.custom-button.btn_button.bgxam,
.btn-cart a {
    margin-bottom: 15px
}

.box-article-item .col-xs-12.col-sm-4 a {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%
}

#search_mini_form .icon-search {
    float: right
}

a.lt-image img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

a.lt-image {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    min-height: 250px
}

.small a.lt-image {
    min-height: 225px
}

.cat_header .page_title {
    margin: 0
}

.list .biz-qv-image .biz-qv-button {
    left: 45% !important;
    top: 45% !important
}

.button-group i.fa.fa-shopping-cart {
    padding-right: 5px
}

.button-group i.fa.fa-phone {
    font-size: 13px
}

ul.c-bread li.active + li {
    display: none
}

.so-spotlight3 .newsletter .ex {
    font-size: 28px
}

input[type=text],
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.footertop .social-box span {
    line-height: 24px;
    vertical-align: normal
}

.footertop .social-box ul {
    margin-bottom: 0px
}

.footer-menu li {
    line-height: 24px
}

.form-group textarea {
    border-radius: 0px
}

@media (max-width: 991px) and (min-width: 543px) {
    .search-query {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    form#search_mini_form {
        width: 100%;
        padding: 0px
    }
}

@media (max-width: 767px) {
    form#search_mini_form {
        width: 100%;
        padding: 0px 15px
    }
}

@media (max-width: 991px) {
    form#search_mini_form {
        width: 100%
    }

    .icon-search {
        background: #3ab54a;
        color: #fff;
        border-radius: 0;
        padding: 9px 12px;
        line-height: 19px;
        display: inline-block
    }
}


.thumbnail-fill{
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-bottom: 70%;
}

.thumbnail-fill img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -os-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    vertical-align: middle;
    object-position: center;
    object-fit: cover;
}

.fill-60{
    padding-bottom: 60%;
}
.fill-90{
    padding-bottom: 90%;
}
.fill-100{
    padding-bottom: 100%;
}

.lt-image img {
    padding: 10px 0px
}

.margin-bottom-30 {
    margin-bottom: 30px
}

@media (max-width: 767px) {
    nav.navbar.menumain.visible-xs.mobile-menu .navbar-toggle {
        border: none;
        float: left;
        padding: 9px 0px;
        margin: 5px 0px !important;
        background: transparent !important
    }
}

.row_index_blog .item-blog {
    padding: 0px;
    text-align: center;
}

@media (max-width: 768px) {
    .row_index_blog .item-blog {
        margin-bottom: 15px;
    }
}

.c-bread {
    padding: 8px 0px
}

input.form-control,
textarea {
    border-radius: 0px !important
}

nav.navbar.menumain.visible-xs.mobile-menu {
    margin: 0;
    padding: 11px 0;
}

/*update*/
#footer .copyright, #footer marquee {
    padding: 10px 0;
    text-align: left;
    background: none;
    color: #aeaeae;
    line-height: 30px;
    font-size: 13px;
}

.footer-box iframe {
    max-width: 100%;
    width: 100%;
}

.design h1, .design .marquee a, .design p, .design h2, .design h3, .design h4, .design h5, .design h6 {
    display: inline;
    font-size: 12px;
    margin: 0 5px;
    padding: 0;
    line-height: 20px;
    color: #aeaeae;
    font-weight: 400;
}

#footer .copyright a {
    color: #3ab54a;
}

.slider {
    overflow: hidden;
}

#main-slider .flex-viewport {
    overflow: visible !important;
}

#main-slider ul.slides > li {
    opacity: 0.3
}

#main-slider ul.slides > .flex-active-slide {
    opacity: 1
}

#main-slider .flex-direction-nav li > a {
    top: 94%;
    background: #fff;
    text-decoration: unset;
    opacity: 1
}

#main-slider .flex-direction-nav li > a:before {
    font-size: 25px;
    text-align: center;
    display: block;
    line-height: 41px;
    content: "\f105";
    text-shadow: none;
}

#main-slider .flex-nav-prev a {
    left: 10px
}

#main-slider .flex-nav-next a {
    right: 10px
}

#main-slider .flex-nav-prev a:before {
    left: 10px;
    content: "\f104" !important;
}

#main-slider .flex-direction-nav a:hover:before {
    color: #fff
}

#main-slider .flex-direction-nav li > a:hover {
    background-color: #3ab54a;
    color: #fff
}

.widget-post {
    margin-bottom: 25px;
}

.widget-post ul {
    border: 1px solid #ddd;
    padding: 15px;
}

.widget-post ul li {
    border-bottom: 1px dotted #eee;
    padding: 3px 5px 5px;
}

.widget-post ul li a {
    color: #444;
}

.widget-post ul li a:hover {
    color: #4DC7EC;
    text-decoration: none;
}

.banner {
    margin: 26px 0;
    text-align: center;
}

.banner a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.banner a:before {
    border-color: #000 transparent transparent;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 0;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.banner a:hover:before {
    border-width: 1150px 680px 0 0;
    transition: all 0.3s ease-in-out;
}

.banner a:after {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    content: "";
    height: 0;
    opacity: 0.2;
    position: absolute;
    right: 0;
    transition: all 0.5s ease-in-out;
    width: 0;
}

.banner a:hover:after {
    border-width: 0 0 1150px 680px;
    transition: all 0.3s ease-in-out;
}

.post-detail {
    font-size: 13px;
    color: #888;
    margin: 8px 0;
}

.post-detail a {
    color: #4DC7EC;
}

.post-content * {
    font-size: 16px;
}

.box-article-item {
    margin-bottom: 30px;
}

h3.title-article-inner {
    margin: 0;
    font-weight: bold;
    text-transform: Capitalize;
}

h3.title-article-inner a {
    color: #000;
}

/* Phan trang */
.pagination-blog, .woocommerce-pagination {
    border: solid 1px #e8e6e2;
    padding: 13px 15px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.woocommerce-pagination > ul {
    border: none !important;
}

.woocommerce-pagination > ul > li {
    display: inline;
    background: #fff !important;
    border: none !important;
    position: relative;
}

.woocommerce-pagination > ul > li:not(:last-child):after {
    content: "-";
    display: inline-block;
    margin: 0 5px;
    color: #685e52
}

.woocommerce-pagination > ul > li a, .woocommerce-pagination > ul > li span {
    display: inline-block !important;
    background: #fff !important;
    border: none !important;
    font-weight: 700 !important
}

.woocommerce-pagination > ul > li a {
    color: #685e52 !important
}

.woocommerce-pagination > ul > li a:hover {
    color: #3ab54a !important
}

.woocommerce-pagination > ul > li span {
    color: #3ab54a !important
}

.pagination-blog a, .pagination-blog span {
    font-weight: 700;
    font-size: 17px;
    padding: 4px;
}

.pagination-blog span {
    color: #3ab54a
}

.pagination-blog a:not(:last-child):after {
    content: "-";
    display: inline-block;
    margin: 0 0 0 8px;;
    color: #685e52
}

.pagination-blog span:not(:last-child):after {
    content: "-";
    display: inline-block;
    color: #685e52;
    margin: 0 0 0 8px;
}

h1.name_product {
    margin: 0;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

span.price del span {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.tinhtrang {
    text-align: right;
}

.motanganproduct {
    margin-bottom: 15px;
}

.tieude_motanganproduct {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.than_motanganproduct {
    font-size: 15px;
    color: #666;
}

.than_motanganproduct ul, .box-detail ul, .tab-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.btn.muahang.btn-cart {
    background: #f73625;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 65px 3px 65px;
    height: 42px;
    margin-top: -2px;
    line-height: 15px;
    padding-top: 8px;
    font-size: 18px;
    border: none;
    display: block;
}

.btn.muahang.btn-cart:hover {
    background: #1d922c;
}

.btn.muahang.btn-cart span {
    text-transform: none;
    font-size: 12px;
    font-weight: normal;
}

.meta-product {
    margin: 15px 0;
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.detailcall {
    height: 50px;
    /*     margin: 20px 0; */
}

.callphoneicon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 57px;
    text-align: center;
    color: #3ab54a;
    border: 2px solid #3ab54a;
    border-radius: 100%;
}

.callphoneicon i {
    font-size: 28px;
    margin-top: 9px;
}

.detailcall a span {
    font-size: 29px;
    color: #fe4200;
    font-weight: bold;
    line-height: 24px;
}

.detailcall a {
    display: block;
    padding-left: 55px;
    color: #252525;
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    text-transform: Capitalize;
}

.detailcall a:hover {
    text-decoration: unset;
}

.product-image #single-product {
    border: 1px solid #ddd;
}

.product-image .flexslider .slides img {
    /*     width: auto; */
    margin: 0 auto;
    height: auto;
}

#single-product-carousel {
    margin: 20px 0 20px 0;
}

#single-product-carousel img {
    border: 1px solid #ddd;
}

.product-meta .social li {
    display: inline-block;
}

.product-meta {
    margin-bottom: 20px;
    display: inline-block
}

.product-meta .social li a {
    padding: .5em .6em;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #fff;
}

.product-meta a.facebook {
    background: #3b5998;
}

.product-meta a.facebook:hover {
    background: #2d4373
}

.product-meta a.google-plus {
    background: #dd4b39;
}

.product-meta a.google-plus:hover {
    background: #c23321
}

.product-meta a.twitter {
    background: #00aced;
}

.product-meta a.twitter:hover {
    background: #0087ba
}

.product-meta a.pinterest {
    background: #cb2027;
}

.product-meta a.pinterest:hover {
    background: #9f191f
}

.product-single .product-seller {
    padding: 0 7px;
}

.product-single .product-tabs {
    border: 1px solid #e8e6e2;
    padding: 0 20px 20px;
    margin-top: 10px;
}

.product-single .product-tabs .navtabs {
    border-bottom: solid 1px #e8e6e2;
    margin-bottom: 15px
}

.product-single .product-tabs .navtabs li {
    display: table-cell;
    text-transform: uppercase;
    border-right: 1px solid #ddd
}

.product-single .product-tabs .navtabs li:first-child {
    border-left: 1px solid #ddd
}

.product-single .product-tabs .navtabs li a {
    display: block;
    padding: 14px 15px;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
    opacity: .5;
    font-weight: 700
}

.product-single .product-tabs .navtabs li.active a {
    opacity: 1;
    color: #3ab54a;
    border-bottom: 2px solid #3ab54a;
    background: #f5f5f5;
    color: #333 !important
}

.product-single .product-tabs .tab-content .tab-pane {
    min-height: 195px
}

.products .product, .product-grid {
    background: #fff;
    border: 1px solid #ddd;
    margin: 0px 0 30px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.button-group {
    position: absolute;
    width: 100%;
    top: 45%;
    z-index: 5;
    text-align: center;
}

.button-group span {
    line-height: 36px;
}

.button-group span:hover {
    color: #3ab54a;
}

.products .product:hover .button-group a, .product-grid:hover .button-group a {
    transition-delay: 0.000001s;
    opacity: 1
}

.products .product .title, .product-grid > a {
    color: #444;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    text-transform: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 0 5px;
    margin-bottom: 10px;
}

.products .product h2:hover, .product-grid > a:hover {
    color: #3ab54a;
}

.price{
    font-weight: 600;
    color: red;
    font-size: 18px;
}
.form-product-quantity .quantity{
    position: relative;
    width: 130px;
    min-width: 130px;
    max-width: 130px;
    overflow: visible;
    margin-right: 8px;
}
.form-product-quantity .variations_button{
    display: flex;
}
.form-product-quantity .quantity button {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    display: inline-grid;
    line-height: 43px;
    top: 0;
    bottom: 0;
    border: 0 none;
    padding: 0 8px;
    background: #9797975e;
    text-align: center;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 100%;
    outline: 0px;
    font-family: var(--font-content) !important;
    height: 45px;
    width: 45px;
    font-size: 19px;
    transition: all 0.3s;
}
.form-product-quantity .quantity button:hover{
    background-color: #e6e6e6
}
.js-minus{
    left: 0;
    border-right: 1px solid #e6e6e6;
}
.js-plus{
    right: 0;
    border-left: 1px solid #e6e6e6;
}

.form-product-quantity{
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
.form-product-quantity .qty{
    display: block;
    background: none;
    text-align: center;
    width: 100% !important;
    padding: 5px 45px;
    margin: 0;
    height: 45px;
    border: none;
    font-size: 18px;
}
.form-product-quantity .qty::-webkit-outer-spin-button, .form-product-quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form-product-quantity .qty {
    -moz-appearance: textfield;
}
[popup=product-form]{
    width: 290px;
    max-width: 100%;
}
.product-form p{
    margin-bottom: 15px;
}
.mb-3{
    margin-bottom: 12px;
}
.bttn{
    padding: 11px 20px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid var(--c1);
    color: var(--c1);
    height: auto;
    min-width: 100px;
    transition: all 0.3s;
}
.bttn:hover{
    background-color: var(--c1);
    color:#fff;
}

.popup.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999
}

.popup {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s;
    user-select: none
}

.popup .backdrop {
    position: fixed;
    z-index: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.content-popup {
    width: 900px;
    max-width: 95%;
    max-height: 95%;
    margin: 0 AUTO;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.content-popup.popup-md {
    width: 400px
}

.content-popup.popup-xl {
    width: 600px
}

.popup-area {
    background-color: #fff;
}

.popup .closepopup {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    z-index: 9
}

.closepopup.black rect {
    fill: #000
}
.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}
.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}


.woocommerce .woocommerce-result-count, .woocommerce .woocommerce-ordering {
    margin: 0
}

.products .product .button-group a, .product-grid .button-group a {
    text-decoration: unset;
    border-radius: 0;
    font-size: 12px;
    height: 34px;
    width: initial;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
    border: none;
    padding: 0 15px;
    text-align: center;
    opacity: 0;
    margin: auto;
}

.product-grid span.price, .lien-he {
    margin-bottom: 3px;
    display: block;
    min-height: 47px;
}

.lien-he a {
    padding: 6px 0;
    display: block;
    background: #0682C9;
    width: 90px;
    margin: 0 auto;
    color: #fff;
}

.lien-he a:hover {
    background: #056398;
}

.product-grid .product-img {
    padding: 10px 20px
}

.widget_product_search {
    border: solid 1px #ebebeb;
    background: #f6f6f6;
    padding: 21px;
    padding-bottom: 31px;
}

.widget_product_search .title-collection {
    text-transform: uppercase;
    font-size: 19px;
    margin: 0 0 10px;
}

.widget_product_search form {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    border: none;
}

.widget_product_search form.navbar-form.navbar-search {
    margin: 0;
    padding: 0;
    position: relative;
}

.widget_product_search form .search-field {
    border: 1px solid #ddd;
    padding: 6px;
    width: 100%;
    border-radius: 0;
    outline: none;
}

.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: none;
    border-left: 1px solid #ddd;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
}

.widget_product_categories .title-collection {
    border: solid 1px #3ab54a;
    margin-bottom: 0px;
    font-size: 19px;
    text-align: center;
    background: #3ab54a;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
}

.widget_product_categories ul.product-categories li {
    margin: 0;
    width: 100%;
    position: relative;
}

.widget_product_categories ul.product-categories {
    border: solid 1px #ebebeb;
}

.widget_product_categories ul.product-categories li a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 20px 8px 20px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    color: #444444;
    position: relative;
    text-decoration: none;
    word-wrap: break-word;
    display: block;

}

.widget_product_categories > ul > li > a:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    margin-right: 5px;
}

.widget_product_categories ul > li:hover > a {
    padding: 8px 0 8px 30px;
    color: #3ab54a;
}

.header-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
    position: relative;
    margin-top: 15px;
}

.header-title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background: #1268b3;
    bottom: 0px;
}

#new-product .owl-nav {
    display: block
}

.danhmuc-sp .owl-carousel .owl-nav button, #new-product .owl-nav button {
    position: relative;
    height: 23px;
    width: 23px;
    margin: 0 0px 0px 2px;
    border: 1px solid #ddd;
    background: #fff;
    opacity: 1;
    outline: none;

}

.danhmuc-sp .owl-carousel .owl-nav button:hover, #new-product .owl-nav button:hover {
    background: #3ab54a;
    border-color: #3ab54a;
    color: #fff
}

.danhmuc-sp .owl-carousel .owl-nav, #new-product .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.modcontent .widget_product_categories {
    background-color: #fff
}

.box-collection, .gray {
    background-color: #f4f4f4
}

.dknt {
    position: relative;
    display: inline-block;
}

.dknt .capcha {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.dknt:hover .capcha {
    visibility: visible;
    opacity: 1;
}

.newsletter .wpcf7-response-output {
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: none !important;
    color: #3ab54a;
}

.tin-tuc .item-blog {
    padding: 0px;
}

.tin-tuc .item-blog img {
    padding: 0
}

.search-page .box-article-item {
    border: 1px solid #ddd;
    padding: 10px;
}

.new-product .box-new-product, .new-post .box-new-post {
    border: 1px solid #ddd;
}

#related_products .product-grid, .new-product .product-grid, .new-post .product-grid {
    overflow: hidden;
    clear: both;
    border: none;
    border-bottom: 1px solid #ddd;
    margin: 0;
}

.social-box span {
    color: #333333;
}

.entry-content ul {
    list-style: disc;
    list-style-position: inside;
}


/*zalo chat*/
.group-button {
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 99999;
}

.group-button.right {
    right: 3px;
    left: auto;
    bottom: 60px
}

.group-button .item {
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}

.group-button.right .item {
    right: 10px;
    left: auto;
}

.group-button .item img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.group-button .item .text {
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    padding: 5px 10px;
    position: absolute;
    top: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #314282b3;
    left: 110%;
}

.group-button.right .item .text {
    right: 110%;
    left: auto;
}

.group-button .item .text:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #314282b3 transparent transparent !important;
    right: 100%;
    display: unset !important
}

.group-button.right .item .text:before {
    right: auto;
    left: 100%;
    transform: rotateZ(-180deg);
}

.group-button .item:hover .text {
    visibility: visible;
    opacity: 1;
}

@media only screen and (max-device-width: 991px) {
    .group-button .item .text {
        display: none;
    }
}

.group-button .item:before {
    content: "";
    border: 1px solid var(--color2);
    background-color: rgba(27,127,204,.8);
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    opacity: 1;
    -moz-animation: sonar 1.25s linear infinite;
    -o-animation: sonar 1.25s linear infinite;
    -webkit-animation: sonar 1.25s linear infinite;
    animation: sonar 1.25s linear infinite;
}
@-webkit-keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes sonar {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

/* call botton */

.draggable {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    left: 20px;
    bottom: 100px;
    visibility: visible
}

.draggable.is-pointer-down .draggable-icon,.draggable:hover .draggable-icon {
    background-color: #7fe6a0
}

.draggable.is-pointer-down .draggable-bd,.draggable:hover .draggable-bd {
    background-color: rgba(18,242,0,.5)
}

.draggable.is-pointer-down .draggable-bg,.draggable:hover .draggable-bg {
    border: 2px solid #12f200
}

.draggable-icon {
    width: 55px;
    height: 55px;
    top: 23px;
    left: 23px;
    position: absolute;
    background: #fe0000 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;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .7;
    box-sizing: initial;
    -webkit-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -o-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.draggable-bd {
    width: 90px;
    height: 90px;
    top: 7px;
    left: 5px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .75!important;
    background-color: rgba(255,87,34,.62);
    border-radius: 100%;
    opacity: .1;
    -webkit-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.draggable-bg {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .5;
    border-radius: 100%;
    border: 2px solid #fe0000;
    opacity: .1;
    -webkit-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -o-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phone_text {
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: -17px;
    width: 130px;
    background: #ffe800;
    color: #000;
    padding: 2px 9px;
    border-radius: 4px;
    font-size: 13px
}

@-moz-keyframes draggable-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes draggable-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)
    }
}

@-o-keyframes draggable-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-moz-keyframes draggable-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes draggable-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes draggable-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes draggable-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes draggable-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes draggable-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
    }
}

@-o-keyframes draggable-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@media screen and (max-width: 600px) {
    .draggable.mobile-on {
        display:none
    }
}



