:root {
    --main-color: #FF0202;
    --main-color2: #BFD2F8;
}

.absolute-footer, html {
    background-color: #fff !important;
}

#wrapper, #main {
    background: #fff !important;
}

ul, li {
    margin-bottom: 0px !important;
}

.row-8 {
    padding: 0px 7px !important;
}

.pd-8 {
    padding: 0px 8px 15px 8px !important;
}

.row-0 {
    padding: 0px 0px !important;
}

.pd-0 {
    padding: 0px !important;
}

.row-5 {
    padding: 0px 10px !important;
}

.pd-5 {
    padding: 0px 5px 8px 5px !important;
}

.row-20 {
    padding: 0px 0px !important;
}

.pd-20 {
    padding: 0px 20px 20px 20px !important;
}

.pd-35 {
    padding: 0px 35px 20px 35px !important;
}

.row-7 {
    padding: 0px 7px !important;
}

.pd-7 {
    padding: 0px 7px 7px 7px !important;
}

.noPadding {
    padding-bottom: 0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.mr-0 {
    margin-right: 0 !important
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-40 {
    margin-right: 40px
}

.ml-0 {
    margin-left: 0 !important
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mt-60 {
    margin-top: 60px
}

.mt-80 {
    margin-top: 80px
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

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

.mb-40 {
    margin-bottom: 40px
}

.mb-60 {
    margin-bottom: 60px
}

.button_style {
    height: 35px;
    background-color: var(--primary-color);
    color: #fff !important;
    text-align: left;
    padding: 0px 15px;
    font-weight: 400;
    line-height: 35px !important;
    position: relative;
    overflow: hidden;
    z-index: 9;
    border-radius: 4px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.button_style:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.button_style:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/**header language**/
.header-right ul li a img {
    width: 25px !important;
    height: 15px !important;
    object-fit: contain;
}

.header-right ul li a {
    color: #000;
    font-size: 16px !important;
}

.header-right ul li {
    list-style: none !important;
    margin: 0px !important;
}

li.header-search.header-search-lightbox.has-icon a i {
    color: var(--primary-color);
}

li.header-search.header-search-lightbox.has-icon a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    text-align: center;
    display: block;
}

/**menu**/
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: var(--primary-color) !important;
    font-size: 14px !important;
    padding: 0px 10px !important;
    text-transform: uppercase;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--main-color) !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    height: unset !important;
    line-height: 20px !important;
    font-size: 13px !important;
    padding: 10px 10px 10px 10px !important;
    display: block;
    transition: .4s;
    color: #000;
    text-transform: unset !important;
    font-weight: 500 !important;
    background: #fff !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    background: #fff !important;
    border-bottom: 1px solid #f2f2f2 !important;
}

/**home title**/
.home-title {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}

.home-title p {
    width: 800px;
    font-size: 15px;
    margin: 0 auto 0;
}

.home-title h1, .home-title h2, .home-title h3 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.home-title h3 {
    font-size: 25px;
    color: #000;
    text-align: center;
}

.home-title h3 span.text-primary {
    color: var(--primary-color)
}

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator.style-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

.bg-primary {
    background: var(--primary-color);
}

.wt-separator .separator-left {
    left: -100px;
}

.wt-separator .separator-left, .wt-separator .separator-right {
    position: absolute;
    top: 50%;
    width: 100px;
    height: 2px;
    margin-top: -1px;
}

.wt-separator .separator-right {
    right: -100px;
}

.home-title span.wt-border {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    display: inline-block;
}

/**papper**/
.papper-item {
    width: 100%;
    height: 250px;
    border: 1px solid #f2f2f2;
}

.papper-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px !important;
}

.owl-nav button img {
    width: 50px;
}

.owl-nav button.owl-prev {
    left: -50px;
}

.owl-nav button.owl-next {
    right: -50px;
}

.owl-dots {
    display: none !important;
}

/**about**/
.about-item {
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 20px;
    padding: 15px 25px;
    position: relative;
    transition: 0.3s ease-in-out;
    display: inline-block;
    background: #fff;
}

.about-item:before {
    content: '';
    background: url("../images/line-top.svg");
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 80px;
    transition: 0.3s ease-in-out;
}

.about-item:after {
    content: '';
    background: url("../images/line-bottom.svg");
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    transition: 0.3s ease-in-out;
}

.about-item:hover:before, .about-item:hover:after {
    transition: 0.3s ease-in-out;
    display: block;
}

.about-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 0 auto 15px;
    display: inherit;
}

.about-item p {
    text-align: justify;
    font-size: 15px;
    margin: 0px;
}

.about-item h3 {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

/**widget**/
.widget_media_image img {
    width: 100%;
}

.widget-post-list {
    width: 100%;
}

.widget-post-list .widget-post-item {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #f2f2f2;
}

.widget-post-list .widget-post-item:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail {
    width: 140px;
    float: left;
    height: 100px;
}

.widget-post-list .widget-post-item .widget-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.widget-post-list .widget-post-item .widget-post-content {
    width: calc(100% - 150px);
    float: left;
    padding-left: 10px;
}

.widget-post-list .widget-post-item .widget-post-content h3 {
    display: inline-block;
    color: #000000;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.widget-post-list .widget-post-item .widget-post-content h3:hover {
    color: var(--primary-color);
}

.widget-post-list .widget-post-content p {
    font-size: 14px;
    color: #333;
    margin: 0px;
}

.widget-title h3:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.widget-title h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 12px;
    margin-bottom: 15px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    position: relative;
    width: unset !important;
}

span.widget-title:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 0px;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.is-divider.small {
    display: none;
}

.widget_categories ul {
    margin-top: -5px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}

.widget_categories ul li {
    width: 100%;
}

.widget_categories ul li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 10px 15px !important;
    background: #e4e4e499;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}

.widget_categories ul li a:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 10px;
    color: var(--primary-color);
}

.widget_categories ul li:hover a {
    background: var(--primary-color) bd !important;
    color: #fff;
}

/**support**/
#contact-block .item {
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    position: relative;
}

#contact-block .avatar {
    width: 85px;
    height: 95px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    z-index: 999;
}

#contact-block .avatar img {
    height: 100%;
}

#contact-block .details {
    overflow: hidden;
    background: var(--primary-color);
    height: 95px;
    border-radius: 7px;
}

#contact-block .details .name {
    font-size: 16px;
    font-weight: 700;
    margin: 5px 0 0;
}

#contact-block .ff {
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    display: block;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

#contact-block .details > * {
    padding-left: 95px;
}

#contact-block .details .social {
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
}

#contact-block .details .social a {
    color: #fff;
    padding: 0 5px;
}

/**single**/
#header-single h1.page-title {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    margin-bottom: 15px;
}

#header-single .meta {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 15px;
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

#header-single .post-date {
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

#header-single .meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 10px;
}

.entry-content {
    font-size: 15px;
    color: #333;
}

.entry-content p, .entry-content ul li {
    margin-bottom: 10px;
}

.entry-content a {
    color: #f5821f;
}

div#wpdcom {
    width: 100% !important;
    max-width: 100% !important;
}

.article-head h1 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-transform: uppercase;
    font-size: 25px;
}

.article-head {
    width: 100%;
    margin: 0 0 20px 0;
}

.article-active {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.article-date-comment > div {
    margin-right: 15px;
}

.article-date-comment {
    width: 100%;
    display: flex;
    font-size: 15px;
}

.article-body.add-height-img p, .article-body.add-height-img ul li, .article-body.add-height-img ol li {
    margin-bottom: 10px !important;
}

.article-body.add-height-img ul li {
    list-style: inside disc;
}

.article-body.add-height-img ol li {
    list-style: inside;
}

.entry-comment {
    width: 100%;
    display: inline-block;
    margin: 30px 0 0 0;
}

.article-post-related {
    width: 100%;
    margin-top: 30px;
}

.article-post-list ul li {
    list-style: inside disc !important;
}

.article-post-list ul li a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.article-post-list ul li a:hover {
    color: #d30000 !important;
}

.article-author img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: cover;
}

/**post related**/

.post-related {
    width: 100%;
    display: inline-block;
}

.post-related .post-related-thumbnail {
    width: 100%;
    height: 150px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-related .post-related-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-related .post-related-content {
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}

.post-related:hover .post-related-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-related .post-related-content h3 {
    display: block;
    font-size: 18px;
    color: #303188;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 25px;
}

.post-related .post-related-content p {
    color: #777;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
    margin: 0px !important;
}

/**post-item**/
.sidebar-block .line-after span, .s-block-title h1.line-after span {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.line-after a:after, .line-after span:after {
    content: '';
    height: 3px;
    position: absolute;
    left: 0px;
    right: 47%;
    background: var(--primary-color);
    display: block;
    bottom: 0;
    width: 100%;
}

.post-item {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    transition: 0.3s ease-in-out;
    padding-bottom: 10px;
}

.post-item .post-thumbnail {
    width: 250px;
    height: 180px;
    float: left;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.post-item:hover .post-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.post-item .post-content {
    width: calc(100% - 250px);
    padding-left: 15px;
    float: left;
}

.post-item .post-content h4 {
    display: block;
    font-size: 20px;
    color: #303188;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 27px;
}

.post-item .post-content h4:hover {
    color: var(--primary-color)
}

.post-item .post-content .post-meta {
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-bottom: 10px;
}

.post-item .post-content p {
    color: #777;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
}

.post-item .readmore {
    color: var(--primary-color);
    text-decoration: none;
    display: inline-block;
    float: right;
    position: relative;
}

.post-item .readmore:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--primary-color);
}

.post-item .readmore:hover {
    color: #0056b3;
    text-decoration: underline;
}

/**category**/
section#breadcrumbs {
    width: 100%;
    display: inline-block;
    background: #f3f5f7;
    font-size: 15px;
    padding: 10px 0;
}

section#breadcrumbs span.breadcrumb_last {
    color: var(--primary-color);
    font-weight: 700 !important;
}

section#breadcrumbs a, section#breadcrumbs {
    color: #333;
}

section#category-page {
    width: 100%;
    margin: 20px 0 30px 0;
}

section.banner-top {
    width: 100%;
    display: inline-block;
}

section.banner-top img {
    width: 100%;
    height: auto;
}

/**product**/
.wp-product {
    width: 100%;
    display: inline-block;
    transition: 0.3s ease-in-out;
}

.wp-product .wp-product-thumbnail {
    width: 100%;
    height: 250px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.wp-product .wp-product-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.wp-product .wp-product-content {
    width: 100%;
    padding: 15px 0;
}

.wp-product .wp-product-content h3 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.wp-product .wp-product-desc {
    color: #000;
    font-size: 15px;
    text-align: justify;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}

.wp-product .wp-product-read {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.wp-product .wp-product-read img {
    width: 30px !important;
    margin-left: 5px;
}

.wp-product .wp-product-content h3:hover {
    color: var(--primary-color)
}

.wp-product:hover .wp-product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.slide-product .owl-stage-outer,
.slide-product2 .owl-stage-outer {
    padding: 0 0 15px 0;
}

.product-item {
    width: 100%;
    display: inline-block;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    background: #fff;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}

.product-item .product-thumbnail img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: 0.3s ease-in-out;
    object-fit: cover;
}

.product-item:hover .product-thumbnail img {
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
}

.product-item .product-content {
    width: 100%;
    display: inline-block;
    padding: 15px;
    text-align: center;
}

.product-item .product-content h3 {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #000000;
    height: 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
}

.product-item .product-content h3:hover {
    color: var(--primary-color)
}

.product-item .product-read {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    border: 1px solid #fff;
    color: #000;
    padding: 5px 15px;
    transition: 0.3s ease-in-out;
    opacity: 0;
}

.product-item .product-read:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-item:hover .product-read {
    transition: 0.3s ease-in-out;
    opacity: 1;
}

/**register**/
.sec-register .home-title h1, .sec-register .home-title h2, .sec-register .home-title h3 {
    color: #fff;
}

.sec-register .home-title .wt-border {
    border: 1px solid #fff;
}

.formRegister {
    width: 600px;
    margin: auto;
}

.formRegister span.wpcf7-form-control-wrap {
    width: 80%;
    float: left;
}

.formRegister .input-register {
    height: 45px !important;
    box-shadow: unset !important;
    border-radius: 4px 0 0 4px !important;
    border: 0px !important;
}

.btnRegister, input.wpcf7-form-control.has-spinner.wpcf7-submit.btnRegister {
    margin: 0px !important;
    width: 20%;
    height: 45px !important;
    box-shadow: unset !important;
}

.box-hotline {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.box-hotline img {
    width: 30px;
    margin-right: 10px;
}

select.orderby {
    border: 1px solid #f2f2f2;
    border-radius: 4px !important;
    box-shadow: unset !important;
}

/**single product**/
.product-related {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

h1.product-title.product_title.entry-title {
    color: var(--primary-color)
}

a.button_style.button_for_download {
    text-align: center;
    display: block;
    padding: 10px 0;
    height: unset !important;
    text-transform: uppercase;
    font-weight: 700;
}

a.button_style.button_for_download img {
    width: 20px;
    margin-right: 10px;
}

a.button_style.button_for_download i {
    margin-right: 10px;
    font-size: 20px;
}

.product-action {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px 0;
}

/**call*/
.fab {
    transition: all 120ms ease-in-out;
    width: 56px !important;
    height: 56px !important;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 30px !important;
    bottom: 18px !important;
    user-select: none;
    cursor: pointer;
    color: #FF9500;
    font-size: 5em;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 8%), 0px 3px 10px rgb(0 0 0 / 8%);
}

.roundCool {
    border-radius: 50%;
    z-index: 99999999;
}

.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

div#main-fab {
    right: 30px !important;
    position: fixed;
    bottom: 30px !important;
}

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

.img-circle {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.inner-fabs .fab {
    display: flex;
	text-align:center;
    width: 48px;
    height: 48px;
    right: 35px;
    bottom: 23px;
    font-size: 1.5em;
    will-change: bottom;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 4%), 0px 3px 10px rgb(0 0 0 / 4%);
}

.inner-fab-icon {
    margin: 0px !important;
    height: 40px;
    width: 40px;
}

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

.inner-fabs {
    display: none
}

.inner-fabs.show {
    display: block
}

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

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

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

.inner-fabs.show .fab:nth-child(3) {
    bottom: 245px !important;
}

.inner-fabs.show .fab:nth-child(4) {
    bottom: 315px !important;
}

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

@keyframes play {
    0% {
        transform: scale(1);
    }
    15% {
        box-shadow: 0 0 0 5px rgb(0 0 0 / 40%);
    }
    25% {
        box-shadow: 0 0 0 10px rgb(0 0 0 / 40%), 0 0 0 20px rgb(0 0 0 / 20%);
    }
    25% {
        box-shadow: 0 0 0 15px rgb(0 0 0 / 40%), 0 0 0 30px rgb(0 0 0 / 20%);
    }
}

/**contact**/
.banner-address {
    width: 100%;
    display: inline-block;
    padding: 20px !important;
    height: 100% !important;
    border-radius: 15px !important;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%) !important;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.banner-address:hover {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}

.banner-address .box-address p {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.banner-address .box-address h4 {
    font-size: 20px !important;
    margin-bottom: 10px;
}

.banner-address .box-address {
    width: 100%;
    display: inline-block;
    min-height: 100px;
    margin-top: 15px;
}

.formOjbect.contact {
    width: 650px;
    margin: auto;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 15px;
}

.formOjbect.contact .btnObject {
    width: 240px;
}

.input-object {
    width: 100%;
    border-radius: 5px !important;
    box-shadow: unset !important;
    font-size: 15px;
    margin-bottom: 10px !important;
}

/**post comment**/
div#comments {
    margin: 0px !important;
}

#wpdcom .wpd-form-head {
    margin-top: 0px !important;
}

#asl-storelocator.container.no-pad.storelocator-main.asl-p-cont.asl-bg-0 {
    width: 100% !important;
    max-width: 100% !important;
}

div#reviews, .devvn_prod_cmt {
    width: 100% !important;
    max-width: 100% !important;
}

section#category-page .product-thumbnail {
    height: 220px;
}

li.nav-icon.has-icon a i {
    font-size: 21px;
}

li.nav-icon.has-icon a {
    color: #000;
    font-size: 15px;
}

.shop-view {
    margin: 20px 0;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.category-product{
    margin-top: 20px;
}

footer#footer .footer-social a:nth-child(4){
    background:#550000 !important;
}


footer#footer .footer-social a:nth-child(6){
    background:#0a66c2 !important;
}