﻿/*

Theme Name: Gomgolf

Theme URI: http://giaminhweb.com

Author: văn thanh

Description: Theme for giaminhweb.com

Version: 1.0

Text Domain: bdw-theme

*/

/** Generated by Oneweb **/

* {

    margin: 0px;

    padding: 0px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-overflow-scrolling: touch;

    -webkit-text-size-adjust: 100%;

    -ms-text-size-adjust: 100%;

}

li {

    list-style: none;

}

p {

    font-size: 14px;

    line-height: 1.8em;

}

body {

    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-weight: normal;

    font-size: 15px;

    color: #303030;

}



.wrap {



    width: 100%;



    max-width: 1300px;



    margin: 0 auto;



}

.fixfloat:after,
.wrap:after {



    content: "";



    display: table;



    clear: both;



}



.clear {



    clear: both;



}



body textarea:focus,



body input[type="text"]:focus,



body input[type="password"]:focus,



body input[type="email"]:focus,



body input[type="tel"]:focus {



    border: 1px solid red;



    transition: all 0.2s ease-in-out;



}

input {



    -webkit-appearance: none !important;



    -moz-appearance: none !important;



    appearance: none !important;



}



body ul {
    list-style: :none;
}



a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}



a img {
    border: none;
}



input,
select,
textarea {
    outline: none;
}



.fleft {
    float: left;
}



.fright {
    float: right;
}



img {



    max-width: 100%;



    height: auto;



}

.padding-box {

    padding: 15px;

}

.padding-10 {

    padding: 10px 0;

}

.padding-20 {

    padding: 20px 0;

}

.padding-30 {

    padding: 30px 0;

}

.padding-40 {

    padding: 40px 0;

}

.padding-50 {

    padding: 50px 0;

}



.margin-10 {

    margin: 10px 0;

}

.margin-20 {

    margin: 20px 0;

}

.margin-30 {

    margin: 30px 0;

}

.margin-40 {

    margin: 40px 0;

}

.margin-50 {

    margin: 50px 0;

}



.marginb-10 {

    margin-bottom: 10px;

}

.marginb-20 {

    margin-bottom: 20px;

}

.marginb-30 {

    margin-bottom: 30px;

}

.marginb-40 {

    margin-bottom: 40px;

}

.marginb-50 {

    margin-bottom: 50px;

}



.paddingb-10 {

    padding-bottom: 10px;

}

.paddingb-20 {

    padding-bottom: 20px;

}

.paddingb-30 {

    padding-bottom: 30px;

}

.paddingb-40 {

    padding-bottom: 40px;

}

.paddingb-50 {

    padding-bottom: 50px;

}



.margint-10 {

    margin-top: 10px;

}

.margint-20 {

    margin-top: 20px;

}

.margint-30 {

    margin-top: 30px;

}

.margint-40 {

    margin-top: 40px;

}

.margint-50 {

    margin-top: 50px;

}



.paddingt-10 {

    padding-top: 10px;

}

.paddingt-20 {

    padding-top: 20px;

}

.paddingt-30 {

    padding-top: 30px;

}

.paddingt-40 {

    padding-top: 40px;

}

.paddingt-50 {

    padding-top: 50px;

}



/**



 * 8.0 Alignments



 */



.alignleft {

    display: inline;

    float: left;

}

.alignright {

    display: inline;

    float: right;

}

.aligncenter {

    display: block;

    margin-right: auto;

    margin-left: auto;

}



.danhmuc-home {

    position: absolute;

    width: 100%;

    background: #fff;

    top: 100%;

    left: 0;

    display: none;

}

.menu-header {

    position: relative;

    z-index: 9;

    background: #fff;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);

}

.menu_header {

    float: left;

    z-index: 2;

    position: relative;

    margin-left:

}

.main-menu.fixfloat {

    position: relative;

    z-index: 9;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

}

.menuStick .main-header {

    position: fixed;

    top: 0;

    width: 100%;

    left: 0;

    z-index: 99;

}

.menu_header ul {

    margin: 0;

    padding: 0;

    list-style: none;

}

.menu_header ul:after {

    display: table;

    clear: both;

    content: "";

}

.menu_header>ul>li {

    float: left;

    margin: 0;

    padding: 0;

    list-style: none;

    position: relative;

    line-height: 84px;

    vertical-align: middle;

}

.menu_header>ul>li>a {

    position: relative;

    font-size: 13px;

    text-transform: uppercase;

    color: #333;

    text-decoration: none;

    font-weight: 400;

    display: block;

    line-height: 20px;

    vertical-align: middle;

    padding: 20px 25px;

    position: relative;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

}

.menu_header>ul>li>a:before {

    content: "";

    height: 14px;

    width: 1px;

    position: absolute;

    top: 22px;

    right: 0;

    border-left: 1px dotted #668fb1;

}

.menu_header>ul>li:last-child>a:before {

    border-left: 0 dotted #999;

}

.menu_header>ul>li.menu-item-has-children>a:after {

    padding: 0 0 0 8px;

    position: relative;

    top: 0px;

    font-size: 15px;

    content: "\f0d7";

    font-family: Fontawesome;

    opacity: 0.5;

}

.stuck.menu-header .btn-search,

.stuck.menu-header .menu_header>ul>li>a {

    padding: 20px 15px;

}



.menu_header>ul>li.current-menu-item>a,

.menu_header>ul>li.current-menu-ancestor>a,

.menu_header>ul>li.current_page_item>a,

.menu_header>ul>li.current_page_ancestor>a,

.menu_header>ul>li:hover>a,

.menu_header>ul>li:focus>a {

    color: #f90;

}

.menu_header>ul>li ul {

    display: block;

    position: absolute;

    left: 0;

    top: 110%;

    z-index: 993;

    width: 200px;

    background-color: #1e5480;

    visibility: hidden;

    opacity: 0;

    transition: all 0.3s linear;

    -o-transition: all 0.3s linear;

    -ms-transition: all 0.3s linear;

    -webkit-transition: all 0.3s linear;

    -moz-transition: all 0.3s linear;

    border-top: 4px solid #576398;

    padding: 0;

}

.menu_header>ul>li ul li {

    position: relative;

    float: none;

    list-style: none;

}

.menu_header>ul>li ul.sub-menu li {

    margin: 0;

    padding: 0 10px;

    border-bottom: 1px solid #fff;

}

.menu_header>ul>li ul.sub-menu li:hover {

    background: #323957;

}

.menu_header>ul>li ul.sub-menu li:hover a {

    color: #fff;

}

.menu_header>ul>li ul li a {

    line-height: 23px;

    display: block;

    padding: 8px 0;

    color: #fff;

    text-decoration: none;

    font-size: 14px;

    text-transform: uppercase;

}

.menu_header>ul>li ul li:hover>a,

.menu_header>ul>li ul li:focus>a {

    color: #576398;

    text-decoration: none;

}

.menu_header>ul>li ul ul {

    top: 15px;

    left: 100%;

    border-left: 2px solid #323957;

}

.devvn_desktop .menu_header li:hover>ul,

.devvn_desktop .menu_header li:focus>ul,

.menu_header li.mobile_open_sub>ul {

    visibility: visible;

    opacity: 1;

    top: 100%;

}

.devvn_desktop .menu_header li:hover>ul ul,

.devvn_desktop .menu_header li:focus>ul ul,

.menu_header li.mobile_open_sub>ul ul {

    top: -4px;

}

.menu_header>ul>li ul>li:hover>ul,

.menu_header>ul>li ul>li:focus>ul {

    top: -1px;

}

.click_opensub_menu {

    display: none;

}

.over_wrap,
.button_menu {

    display: none;

}

/*#menu*/

/*custom*/

.callus {

    height: 40px;

    line-height: 40px;

    border-radius: 40px;

    color: #fff;

    z-index: 99999;

    float: right;
    margin: 12px 0;

}

.callus i {

    background: url(images/i_phone.png) no-repeat 4px 4px;

    border-radius: 100%;

    width: 43px;

    height: 43px;

    margin-right: 5px;

    display: block;

    float: left;

}

.callus a {

    color: #fff;

    text-shadow: 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303, 0 0 2px #dd0303;

    font-size: 20px;

    font-weight: bold;

}

.menu_top ul li {

    display: inline-block;

}

.menu_top ul li a {

    padding: 5px;

    color: #fff;

    font-size: 13px;

}

.menu_top ul li a:hover {

    color: #1e5480;

}

/*main header*/

body .title-boder .elementor-heading-title {

    display: inline-block;

    border: 1px solid #7b7b7b;

    padding: 10px 10px;

    line-height: 1em;

    font-weight: 300;

    font-size: 26px;

}

body .title-boder .elementor-heading-title>span {

    font-weight: 600;

}

.lae-posts-carousel .lae-posts-carousel-item .lae-entry-text-wrap .entry-summary {

    height: 86px;

    overflow: hidden;

}

body .lae-posts-carousel .lae-posts-carousel-item .lae-project-image .lae-image-info .lae-entry-info {

    display: none;

}

.video .elementor-widget.elementor-widget-image-box,

.video .elementor-widget-image-box .elementor-widget-container {

    height: 100%;

}

.video .elementor-image-box-content {

    padding: 10px;

}

.box-dichvu .elementor-column-wrap>.elementor-widget-wrap {

    background-color: #ffffff;

    background-image: url(images/gradient2.jpg);

    padding-bottom: 10px;

}

.box-dichvu .elementor-widget-image-box .elementor-image-box-content {

    padding: 5px;

}

.san-pham .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {

    padding: 0;

}

.box-sanpham section.elementor-element {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background-color: rgba(0, 15, 17, 0.90);

    padding: 10px 25px 10px;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    -webkit-transition: opacity 400ms ease;

    transition: opacity 400ms ease;

    display: -webkit-flex;

    display: -moz-flex;

    display: -ms-flexbox;

    display: -ms-flex;

    display: flex;

    -webkit-flex-wrap: wrap;

    -moz-flex-wrap: wrap;

    -ms-flex-wrap: wrap;

    flex-wrap: wrap;

    -webkit-align-content: center;

    -moz-align-content: center;

    -ms-align-content: center;

    align-content: center;

    -ms-flex-line-pack: center;

    -webkit-justify-content: center;

    -moz-justify-content: center;

    -ms-justify-content: center;

    justify-content: center;

    -ms-flex-pack: center;

    -webkit-align-items: center;

    -moz-align-items: center;

    -ms-align-items: center;

    align-items: center;

    -ms-flex-align: center;

    text-align: center;

    opacity: 0;

}

.box-sanpham .elementor-column-wrap.elementor-element-populated:hover section.elementor-element {

    opacity: 1;

    -webkit-transition: all .4s;

    -moz-transition: all .4s;

    -o-transition: all .4s;

    transition: all .4s;

}



.main-header {

    background: #f5f5f5;

    padding: 5px 0;

}

#header.header-scroll nav.main-menu {

    position: fixed;

    width: 100%;

    top: 0;

    left: 0;

    z-index: 999;

}

.main-header .wrap {

    position: relative;

}

#header {

    -webkit-box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);

    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);

}

.breadcrumbs {

    background: #f1f1f1;

}

.breadcrumbs>.wrap {

    padding: 8px;

    margin: 10px auto;



}

.breadcrumbs>.wrap span a {

    color: #666;

    font-size: 14px;

}

.breadcrumbs>.wrap span .breadcrumb_last {

    color: #2F2F2F
}

.breadcrumbs>.wrap span span {

    font-size: 13px;

}

.breadcrumbs>.wrap span:hover a {

    color: #303030;

}

.logo {

    float: left;

    width: 17%;

}

.logo img {

    height: 65px !important;

}

#header.header-scroll .logo {

    top: 0;

}

#header.header-scroll .logo img {

    height: 50px !important;

}

.nav_hotline img {

    float: left;

}

/*search*/

form.search-applied {

    float: left;

}

.input-group-item.search-select {

    float: left;

}

select#product_cat {

    padding: 10px;

    height: 40px;

    width: 120px;

    border: 1px solid #1e5480;

    border-right: 0;

    border-top-left-radius: 25px;

    border-bottom-left-radius: 25px;

}

input.input.ui-autocomplete-input {

    float: left;

    padding: 11px;

    width: 500px;

    height: 40px;

    border: 1px solid #1e5480;

}

.input-group-item.header-search-buttons {

    float: left;

}

button#header-search-launch-button {

    padding: 11px;

    border-top-right-radius: 25px;

    border-bottom-right-radius: 25px;

    background: #1e5480;

    color: #fff;

    border: none;

    height: 40px;

    width: 50px;

    cursor: pointer;

}

i.fa.fa-search {

    font-size: 18px;

}

span.hl-mn {

    padding: 4px 0 4px 6px;

    display: inline-block;

}

.main-slider .img-slider img {

    width: 100%;

}

.list-ck li {

    float: left;

    width: 25%;

    padding: 10px;

}

.icon-ck {

    float: left;

    width: 22%;

    border-right: 1px solid #ccc;

    padding-right: 8px;

}

.icon-ck img {

    height: 45px;

}

.info-ck {

    float: left;

    width: 78%;

    padding-left: 8px;

}

.menu-item a img {

    height: 25px;

}

.title-page {

    text-align: center;

    font-size: 18px;

    font-weight: 300;

}

.home .main-content {

    padding: 0;

    background: none;

}

h2.title {

    font-size: 26px;

    line-height: 32px;

    font-weight: 300;

    text-transform: uppercase;

    text-align: center;

    background: transparent url(images/bg_title.png) no-repeat center bottom;

    padding: 5px 0 35px;

    color: #d3b46b;

}

.about-home h2.title {

    color: #5f1012;

}

h2.title a {

    color: #303030;

}

h2.title.title-trang {

    color: #fff;

    background: transparent url(images/bg_title_trang.png) no-repeat center bottom;

}

.title-pro {

    position: relative;

}

.search_header .postform option {

    font-size: 12px;

}

.acf-map {

    height: 450px;

}

.maps {

    float: left;

    width: 50%;

}

.form-contact {

    float: left;

    width: 50%;

    background: #eee;

    min-height: 450px;

    padding: 30px;

}

.title-contact h3 {

    color: #333;

    margin-bottom: 15px;

    font-size: 20px;

    text-transform: uppercase;

}

.input-form {

    margin-bottom: 20px;

}

.input-form:after {

    display: table;

    content: "";

    clear: both;

}

.input-form>label {

    width: 25%;

    display: block;

    float: left;

}

.wpcf7-form-control-wrap {

    position: relative;

    float: right;

    width: 75%;

}

.input-form .input-form-col {

    width: 50%;

    float: left;

}

.input-form .input-form-col:first-child {

    padding-right: 10px;

}

.input-form .input-form-col:last-child {

    padding-left: 10px;

}

.input-form select,

.input-form textarea,

.input-form input {

    width: 100%;

    height: 36px;

    background: none;

    border: 1px solid #ccc;

    padding: 10px;

    color: #333;

    border-radius: 10px;

}

.input-form textarea {

    height: 100px;

}

.input-form.input-btn {

    margin-bottom: 0;

    text-align: right;

}

.input-form.input-btn input {

    cursor: pointer;

    color: #333;

    border-radius: 5px;

    border: 1px solid #ccc;

    font-size: 18px;

    width: inherit;

    display: inline-block;

    height: auto;

    padding: 10px 15px;

    text-transform: uppercase;

}

.input-form.input-btn:hover input {

    background: #fff;

    border: 1px solid #C4161C;

    color: #C4161C
}

.form-dathang h2 {

    margin-bottom: 15px;

}

.social-og {

    list-style: none;

    text-align: center;

}

.footer-widget .social-og {

    text-align: left;

}

.social-og li {

    display: inline-block;

}

.footer-widget .social-og li {

    background: none;

    padding-left: 0
}

.social-og a {

    width: 28px;

    height: 28px;

    display: block;

    text-align: center;

    line-height: 2em;

    border-radius: 50%;

    font-size: 14px;

}

.title-footer {

    line-height: 1.4;

    margin: 0 0 6px 0;

    text-transform: uppercase;

    padding-bottom: 5px;

}

.title-footer h4 {

    font-size: 16px;

    color: #c3c3c3;

    text-transform: uppercase;

    display: inline-block;

    border-bottom: 2px solid #c3c3c3;

    padding-bottom: 5px;

}


.footer-widget a {

    color: #fff;



}

.footer-widget li {

    list-style-type: none;

    margin-bottom: 6px;

    background: url(images/icon_list.png) no-repeat left center;

    font-size: 14px;

    transition: all 0.5s ease-in-out;

    padding-left: 12px;

}

.footer-widget li:hover {
    margin-left: 15px;
}

.footer-widget li:hover a {

    color: #2F2F2F;

}

.nhan-mail .wpcf7-form-control.wpcf7-text {

    border: 1px solid #ddd;

    padding: 8px 10px;

    height: 36px;

    width: 100%;

    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);

    transition: color .3s, border .3s, background .3s, opacity .3s;

    background-color: rgba(0, 0, 0, .03);

    border-color: rgba(0, 0, 0, .09);

    background-position: 99% 50%;

    color: currentColor !important;

    border-radius: 15px;

    margin-bottom: 15px;

}

.nhan-mail .wpcf7-form-control.wpcf7-submit {

    background-color: #00B214;

    color: #fff;

    text-transform: uppercase;

    font-weight: bold;

    display: inline-block;

    -ms-touch-action: none;

    text-align: center;

    border: 1px solid transparent;

    border-radius: 15px;

    padding: 8px 15px;

    max-width: 100%;

    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;

}



.gototop {

    position: fixed;

    z-index: 9999;

    right: 20px;

    bottom: 90px;

    display: none;

    width: 35px;

    height: 35px;

    padding-top: 5px;

    transition: all 0.4s ease 0s;

    text-align: center;

    background: rgb(255, 153, 0) none repeat scroll 0% 0%;

}

.gototop i {

    color: #fff;

    font-size: 20px;

}

.entry h2,
.entry h3 {

    margin-bottom: 10px;

    color: #303030;

}

.entry p {

    margin-bottom: 10px;

}

.entry ul {

    padding-left: 20px;

}

.entry ul li {

    margin-bottom: 10px;

    list-style: inherit;

}

.description.entry ul li,

.description.entry p {

    margin-bottom: 5px;

}

.entry table {

    width: 100% !important;

}

.entry table tr,
.entry table td,
.entry table th {

    padding: 10px;

    width: auto;

    height: auto;

    white-space: normal !important;

    border: 1px solid #ccc;

}

.entry iframe {

    width: 100%;
    max-width: 950px;
    margin: auto;
    height: 530px;
    display: block;

}

.header-social {

    float: right;

    margin-left: 35px;

}

.right-header {

    float: right;

    width: 80%;

}

.search_header {

    float: left;

    position: relative;

}

.login-header {

    float: right;

    padding-right: 15px;

    color: #fff;

}

.login-header i {

    color: #fff;

}

a.woo-login-popup-sc-open {

    display: inline-block;

    font-size: 14px;

    font-weight: 400;

    white-space: nowrap;

    color: #fff;

}

/*sản phẩm*/

#dich-vu {

    padding: 30px 0;

    background: #303030;

}

/*archive product*/

.main-content .sidebar {

    float: left;

    width: 20%;

}

.title-widget {

    background-repeat: repeat-x;

    background-position: left bottom;

    line-height: 27px;

    color: #fff;

    width: 100%;

    clear: both;

    position: relative;

}



.title-widget h2 a {

    font-size: 14px;

    text-transform: uppercase;

    color: #fff;

}

.menu-danh-muc-menu-container {

    background: #f7f8fa;

}

.box-sidebar ul li {

    padding: 6px;

    border-bottom: 1px solid #efefef;

    position: relative;

}

.box-sidebar ul li a {

    width: 100%;

    font-size: 14px;

    font-weight: 600;

    color: #333;

    padding: 5px;

    display: block;

    position: relative;

}

.box-sidebar ul li:last-child {

    border-bottom: 0px dotted #666;

}

.box-sidebar ul:after {

    display: table;

    clear: both;

    content: "";

}

.title-sidebar-left h3 {

    margin-bottom: 15px;

    text-transform: uppercase;

}



.menu-danh-muc-menu-container ul li a h2 {

    width: 100%;

    font-size: 14px;

    font-weight: 600;

    color: #333;

    padding: 5px;

    display: block;

    position: relative
}

.menu-danh-muc-menu-container ul li a h2:hover {

    color: #1e5480 !important;

}

.box-sidebar .menu-danh-muc-menu-container ul li a h2:before {

    padding: 0 0 0 8px;

    position: relative;

    top: 1px;

    font-size: 15px;

    margin-right: 5px;

    content: "\f0da";

    font-family: Fontawesome;

    color: #333;

}

.box-sidebar ul li.current-menu-ancestor a,

.show-sidebar a:hover {

    color: #303030;

}

.box-sidebar ul li .children,

.box-sidebar ul li .sub-menu {

    top: 100%;

    opacity: 0;

    position: absolute;

    visibility: hidden;

    -webkit-transition: all 0.45s ease-out 0s;

    -moz-transition: all 0.45s ease-out 0s;

    -o-transition: all 0.45s ease-out 0s;

    transition: all 0.45s ease-out 0s;

    -moz-transform: translate(50px, 0);

    -webkit-transform: translate(50px, 0);

    z-index: 99;

    background: #fff;

    border: 1px solid #ccc;

    border-left: 3px solid #303030;

    -webkit-box-shadow: 0 0px 10px #cccccc;

    -moz-box-shadow: 0 0px 10px #cccccc;

    box-shadow: 0 0px 10px #cccccc;

    width: 225px;

    left: 100%;

    top: 0;

}

.box-sidebar ul li:hover .sub-menu,

.box-sidebar ul li:hover .children {

    opacity: 1;

    filter: alpha(opacity=100);

    -webkit-transform: translate(0px, 0);

    -moz-transform: translate(0px, 0);

    transform: translate(0px, 0);

    -webkit-transition: all 0.4 0.5s ease-out 0s;

    -moz-transition: all 0.4 0.5s ease-out 0s;

    -o-transition: all 0.4 0.5s ease-out 0s;

    transition: all 0.4 0.5s ease-out 0s;

    visibility: visible;

    -webkit-transition: all 0.2s ease-out 0s;

    -moz-transition: all 0.2s ease-out 0s;

    -o-transition: all 0.2s ease-out 0s;

    transition: all 0.2s ease-out 0s;

}

.box-sidebar {

    border: 1px solid #dae2e6;

}

.box-sidebar.box-danhmuc {

    padding: 0px;

}

.sider-right .box-sidebar {

    padding: 0;

    border: 0px solid #dae2e6;

}

.sidebar.sider-right {

    float: right;

}

.widget.widget-sidebar {

    width: 100%;

    background: #fff;

}

.widget.widget-sidebar.widget_wpbhl_widget .title-sidebar.header-title {

    display: none;

}

.main-content .content {

    float: right;

    width: 80%;

    padding-left: 20px;

}

.main-content .content.content-left {

    float: left;

    padding-left: 0;

    padding-right: 20px;

}

.main-content .content.content-full {

    width: 100%;

    padding-left: 0;

}

.content-arpro .top-detail .img-product-single.top-item {

    width: 50%;

    position: relative;

    overflow: hidden;

    float: left;

}

.content-video {
    float: left;
    width: 75%;
    padding-right: 20px;
}

.sidebar-video {
    float: right;
    width: 25%;
}

.thumbnai-videosb {
    float: left;
    width: 40%;
    padding-right: 10px;
}

.info-videosb {
    float: right;
    width: 60%;
}

.img-product-single.top-item .onsale {

    background-color: #1e5480;

    border-radius: 0;

    color: #fff;

    display: block;

    font-size: 15px;

    font-weight: 400;

    height: 55px;

    left: 0;

    line-height: 22px;

    min-height: 0;

    padding: 4px 15px;

    position: absolute;

    top: 0;

    z-index: 2;

    margin: 0;

    right: auto;

}



.ar-title {

    border-bottom: 2px solid #303030;

    padding-bottom: 5px;

    margin-bottom: 15px;

}

.ar-title h3,

.ar-title h2,

h1.page-title {

    font-size: 22px;

    text-transform: uppercase;

    color: #303030;

}

.ar-title h1 {

    float: left;

    padding-bottom: 5px;

}



.section_html.entry {

    margin-bottom: 20px;

    border: 1px solid #ccc;

    padding: 15px;

}

.box-sidebar ul.product_list_widget li img {

    width: 100% !important;

    margin-left: 0 !important;

    float: none !important;

}

.box-sidebar .product-title {

    font-size: 15px;

    font-weight: normal;

    text-align: center;

    display: block;

    margin: 10px 0;

}



/*phụ kiện*/

.list-dichvu ul li {

    float: left;

    width: 33.33%;

    padding: 10px;

    border: 1px solid #dadada;

}



/*tin tức*/

.list-news {

    float: left;

    width: 100%;

}

.list-news .img-news {

    float: left;

    width: 45%;

}

.list-news .news-box>ul {

    margin-left: -10px;

    margin-right: -10px;

}

.list-news ul li {

    float: left;

    width: 25%;

    padding: 10px;

}

.list-news .item-news {

    border: 1px solid #ccc;

}

.list-news .item-news .thumbnail-news img {



    transition: 0.5s ease;

    -webkit-transition: 0.5s ease;

    -moz-transition: 0.5s ease;

    -ms-transition: 0.5s ease;

    -o-transition: 0.5s ease;

    overflow: hidden;

}

.list-news .item-news .thumbnail-news img:hover {

    transform: scale(1.1);

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -ms-transform: scale(1.1);

    -o-transform: scale(1.1);

}

.excerpt-news {

    float: left;

    width: 55%;

    padding-left: 15px;

}

.excerpt-news h4 a {

    color: #0b6f37;

    font-size: 12px;

    font-weight: 100;

    text-transform: uppercase;

}

.list-news .item-news .news-info {

    text-align: center;

    padding: 10px 15px;

}

.list-news .item-news .thumbnail-news a {

    display: inline-block;

    overflow: hidden;

}

.list-news .list-1 .item-news .news-info {

    float: left;

    width: 68%;

}

.list-news .item-news .news-info h3 a {

    font-size: 12px;

    color: #303030;

    display: block;

}

.list-news.news-cat .item-news .news-info h3 a {

    font-size: 14px;

    text-transform: uppercase;

    margin-bottom: 5px;

    display: block;

    font-weight: normal;

}

.list-news .item-news .news-info h3 a:hover {

    color: #f00;

}

/*Liên hệ */

.box-chia .title-bds h2 {

    font-size: 18px;

    color: #fff;

}

.lienhe-bds .item-bds {

    float: left;

    width: 50%;

    padding: 15px;

}

.lienhe-bds.box-chia {

    margin: 20px -15px;

}

.section-title {

    float: left;

}

ul.nav-cate {

    float: right;

    overflow: hidden;

}

ul.nav-cate>li {

    float: right;

    position: relative;

}

ul.nav-cate>li>a {

    color: #000;

    display: block;

    font-size: 14px;

    padding: 11px 8px;

    position: relative;

    text-decoration: none;

    font-weight: bold;

}

ul.nav-cate>li>a:hover {

    color: #d23c4f;

}

ul.nav-cate>li.view-more>a {

    padding-right: 15px;

}

ul.nav-cate>li.view-more>a::before {

    background: rgba(0, 0, 0, 0) url("images/icon-dow.png") no-repeat scroll 0 0;

    content: "";

    height: 10px;

    position: absolute;

    right: 4px;

    top: 16px;

    width: 6px;

}



/*hotline*/

.chinh_sach_cua_shop ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.chinh_sach_cua_shop ul li {
    padding: 5px;
    overflow: hidden;
    display: table;
    width: 100%
}

.chinhsach_icon {
    display: table-cell;
    width: 35px
}

.has-icon .chinhsach_content {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: middle
}

.chinhsach_content strong {
    display: block;
    color: #f33;
    font-weight: 700;
    font-size: 16px
}

.chinhsach_content p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #FA373C;
}

.chinhsach_content br {
    display: none
}

.chinh_sach_cua_shop a:hover {
    text-decoration: none;
}

.img-htline img {

    width: 100%;

}



/*tư vấn*/

.detailcall {

    height: 50px;

    margin: 20px 0;

}

.callphoneicon {

    float: left;

    width: 50px;

    height: 50px;

    line-height: 57px;

    text-align: center;

    color: #fe4200;

    border: 2px solid #fe4200;

    border-radius: 100%;

}

.detailcall a {

    display: block;

    padding-left: 55px;

    color: #252525;

    font-size: 15px;

    text-align: left;

    line-height: 20px;

    text-transform: Capitalize;

}

.callphoneicon i {

    font-size: 26px;

    margin-top: 7px;

}

.detailcall a span {

    font-size: 29px;

    color: #fe4200;

    font-weight: bold;

    line-height: 24px;

}

span.sku_wrapper {

    font-weight: bold;

    font-size: 20px;

    margin-bottom: 10px;

    color: #303030;

}

.tagged_as>a,

.posted_in>a {

    border: 1px dotted #ccc;

    padding: 5px;

    display: inline-block;

    color: #000;

}

.tagged_as>a:hover,

.posted_in>a:hover {

    border: 1px dotted #1e5480;

    color: #fff;

    background: #1e5480;

}

.pro-info-home h2 a {

    display: block;

    margin-bottom: 10px;

    color: #100f0f;

    font-weight: 400;

    font-size: 13px;

    text-align: center;

    text-transform: uppercase;

}

.pro-info-home h2 a:hover {

    color: #1e5480;

}

.pro-info-home p {

    text-align: justify;

}

.box-sidebar ul.dpe-flexible-posts li {

    padding: 0;

    border-bottom: 0;

}

.box-sidebar .dpe-flexible-posts li>a {

    border-bottom: 1px dotted #333;

    padding: 10px 0;

}

.box-sidebar .dpe-flexible-posts li:last-child>a {

    border-bottom: 0;

}

.dpe-flexible-posts li img {

    float: left;

    width: 40%;

    border: 1px solid #ccc;

}

.footer-widget .dpe-flexible-posts li img {

    width: 15%;

}

.footer-widget .dpe-flexible-posts li {

    list-style-type: none;

    margin-bottom: 10px;

    color: #5f1011;

    line-height: 1.6em;

    font-size: 13px;

    border-bottom: 1px solid #dadada;

    padding-bottom: 10px;

}

.footer-widget .dpe-flexible-posts li.post.type-post .title {

    width: 85%;

    padding-left: 15px;

}

.box-sidebar .dpe-flexible-posts li .title {

    float: left;

    width: 60%;

    padding-left: 15px;

    margin: 15px 0;

}

.box-sidebar .dpe-flexible-posts li a:after {

    display: table;

    clear: both;

    content: "";

}

section.san-pham {

    margin-bottom: 15px;

}

.fb-page,

.fb-page span,

.fb-page span iframe[style] {

    width: 100% !important;

}



.header-title {

    border-bottom: 1px solid #e1e1e1;

    margin-bottom: 10px;

    position: relative;

    background: #eaeced;

}

.modtitle {

    background: #006699 none repeat scroll 0 0;

    padding: 8px 10px;

    position: relative;

    font-size: 20px;

    color: #FFF;

    text-align: center;

}

.modtitle a:hover {

    text-decoration: none;

}

.modtitle a {

    color: #fff;

    font-size: 18px;

}

.widget_layered_nav.block-sidebar .title-sidebar.header-title.tile-widget {

    background: none;

    margin-bottom: 0;

    border-bottom: 0;

}

.widget_layered_nav.block-sidebar .modtitle {

    background: none;

    font-size: 18px;

    color: #333;

    text-align: left;

    padding: 8px 5px;

}



/*shop nhật*/

/*slider main*/

.main-slider .swiper-container-horizontal>.swiper-pagination-bullets {

    bottom: 20px;

}

.main-slider .swiper-pagination-bullet {

    width: 18px;

    height: 8px;

    border-radius: 0;

    background: #007aff;

    opacity: 1;

}

.main-slider .swiper-pagination-bullet-active {

    background: #2F2F2F;

}



.bg-trang {

    background: #fff;

}

.box-dmsp {

    padding: 15px;

}

.box-dmsp ul>li {

    list-style: none;

    position: relative;

    margin-bottom: 5px;

}

.box-dmsp ul>li a {

    font-size: 16px;

    transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -webkit-transform: translate(0, 0);

    transition: all 0.3s ease-in-out;

    padding: 5px 0 5px 15px;

    color: #444444;

    position: relative;

    text-decoration: none;

    word-wrap: break-word;

    display: block;

}

.box-dmsp ul>li a:after {

    content: "\f101";

    font-family: Fontawesome;

    height: 13px;

    width: 1px;

    position: absolute;

    top: 5px;

    left: 0;

}

.img-danh-muc img {

    width: 100%;

}

.sanpham-khuyenmai {

    float: right;

    width: 75%;

    padding-left: 15px;

}

.so-maps {
    position: relative;
}

.so-maps .contact-info {
    width: 530px;
    padding: 30px 30px 20px;
    position: absolute;
    top: 90px;
    right: 15%;
    background-color: #2F2F2F;
    font-family: Arial;
}

.contact-info .shop-name {
    margin-bottom: 20px;
}

.contact-info .address,
.contact-info .email,
.contact-info .phone {
    margin-bottom: 10px;
}

.contact-info .shop-name h2 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    color: #fff;
}

.contact-info label {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

.contact-info .address .icon,
.so-maps .contact .contact-info .email .icon,
.so-maps .contact .contact-info .phone .icon {

    display: inline-block;

    height: 34px;

    width: 34px;

    text-align: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.25);

    margin-right: 10px;

    color: #636363;

    text-align: center;

    float: left;

    margin-right: 15px;

}

.contact-info .address li {

    line-height: 35px;

    display: block;

    width: 100%;

    margin-bottom: 10px;

}

.contact-info label {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
}

.contact-info .address .icon,
.contact-info label {
    display: inline-block;
    vertical-align: middle;
}

.contact-info p a {

    color: #fff;

}

.contact-info p.text {

    font-size: 16px;

    padding: 0 0 0 45px;

    color: #fff;

}

.contact-info label a {
    color: #fff;
    font-size: 12px;
}

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

.cam-ket {

    padding: 15px 0;

}

.section-title span {

    text-align: center;

    text-transform: uppercase;

    font-size: 18px;

    color: #ffffff;

    background: #1e5480;

    padding: 10px 15px;

    display: inline-block;

    position: relative;

}

.section-title span:after {

    width: 0px;

    height: 0px;

    border-bottom: 20px solid transparent;

    border-top: 20px solid transparent;

    content: "";

    position: absolute;

    top: 0;

    right: -15px;

    border-left: 15px solid #1e5480;

}

.title-mainpage {

    padding: 10px 0;

}

.title-mau {

    font-size: 22px;

    font-weight: normal;

    text-transform: uppercase;

    border-bottom: 3px solid #ccc;

    padding-bottom: 5px;

    position: relative;

    color: #5f1012;

}

.title-mau:after {

    content: "";

    width: 140px;

    height: 3px;

    background: #990000;

    display: block;

    position: absolute;

    left: 0;

    top: 100%;

}

.title-mau a {

    color: #d3b46b;

}

.list_tuvan {

    padding: 30PX 0;

}



#bacsi {

    padding: 60px 0;

    background: #f1f1f1;

}

.list_doctor_box {

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

    -ms-transition: all 0.4s;

    -o-transition: all 0.4s;

    transition: all 0.4s;

    background-color: #fff;

    padding: 5px;

    position: relative;

}

.list_doctor_box:hover {

    -webkit-box-shadow: 0 10px 20px #303030, 0 6px 6px #303030;

    -ms-box-shadow: 0 10px 20px #303030, 0 6px 6px #303030;

    box-shadow: 0 10px 20px #303030, 0 6px 6px #303030;

    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);

}

.list_doctor_info {

    text-align: center;

    position: absolute;

    bottom: 5px;

    left: 0;

    width: 100%;

    background: #ffffffbf;

}

.list_doctor_name {

    margin: 0 0 3px 0;

}

.list_doctor_name a {

    color: #2f2f2f;

    font-size: 16px;

    font-weight: 100;

    line-height: 1.2em;

    display: block;

    margin: 8px 0
}

.list_doctor_info .mg-listtour {

    padding-top: 10px;

    padding-bottom: 10px;

    margin-bottom: 10px;

    border-top: 1px solid #ececec;

    border-bottom: 1px solid #ececec;

}

.cat-taichinh {

    background: #ececed;

    padding: 25px 0;

}

.list-taichinh {

    margin-right: -5px;

    margin-left: -5px;

}

.list-taichinh .item-taichinh {

    padding: 5px;

}

.item-taichinh .box-item {

    background: #fff;

    padding: 10px;

}

.item-taichinh img {

    width: 100%;

}

.item-taichinh h2 a {

    color: #007ecc;

    font-size: 20px;

    font-weight: 100;

    line-height: 1.2em;

    display: block;

    margin: 10px 0;

}

.item-taichinh h2:hover {

    color: rgb(236, 142, 31);

}

.item-taichinh p {

    padding: 0px;

}

.excerpt-mobile {

    display: none;

}

.swiper-btn {

    background: rgb(68, 68, 68);

    padding: 5px 8px;

    border: 1px solid #ffffff;

    border-radius: 4px;

    display: inline-block;

    zoom: 1;

    filter: Alpha(Opacity=50);

    opacity: 0.8;

    cursor: pointer;

    z-index: 9999;

    position: absolute;

    top: 50%;

    z-index: 9;

    margin-top: -20px;

}

.swiper-btn:hover {

    opacity: 1;

    filter: Alpha(Opacity=100);

}

.swiper-btn i {

    color: #fff;

    font-size: 35px;

}

.pagenv {

    text-align: center
}

.swiper-btn-prev.swiper-btn {

    float: left;

    left: 0;

    margin-left: -45px;

}

.swiper-btn-next.swiper-btn {

    float: right;

    right: 0;

    margin-right: -45px;

}

.swiper-container:hover .swiper-btn {

    margin-right: 0 !important;

    margin-left: 0 !important;

    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.list_news_name a {

    font-size: 14px;

    color: #33a540;

    line-height: 1.5em;

    display: block;

    min-height: 48px;

    margin-bottom: 5px;

}

.doctor_desc {

    color: #303030;

    font-size: 13px;

    line-height: 1.5em;

}

.social-menu {

    background: #fff;

}

.social-footer {

    float: left;

}

.social-footer ul.social-icons-lists.icons-background-square {

    display: inline-block;

}

.text-social {

    color: #333;

    font-size: 20px;

    text-transform: uppercase;

    font-weight: bold;

    margin-right: 10px;

}

.menu-footer {

    float: right;

    padding: 2px 0;

}

.pswp__bg {

    opacity: 0.85 !important;

}

.btn-mungay {

    text-align: right;

}

.btn-add {

    margin: auto;

    background-color: #1e5480;

    color: #ffffff;

    padding: 8px 20px;

    text-align: center;

    cursor: pointer;

    font-size: 15px;

    display: inline-block;

    text-transform: uppercase;

    min-width: 298px;

}

.btn-book:hover {
    background-color: #fff;
    color: #ef1c23 !important;
    transition: all .5s;
}

.btn-book i {

    font-size: 20px;

}

label.soluong {

    float: left;

    line-height: 32px;

    margin-right: 10px;

    color: #333;

    font-weight: 600;

}

.box-summary {

    background: #f2f5f7;

    padding: 15px;

    border-radius: 5px;

    margin-bottom: 20px;

}

.thongtin-woo {

    background: #f2f5f7;

    padding: 15px;

    border-radius: 5px;

}

.tagcloud>a {

    font-size: 14px !important;

    border: 1px dotted #ccc;

    padding: 3px 5px;

    display: inline-block;

    margin: 3px;

}

.tagcloud>a:hover {

    border: 1px dotted #1e5480;

    color: #fff !important;

    background: #1e5480;

}

.show-sidebar .tagcloud>a {

    color: #333;

    font-size: 18px !important;

}



.title-postnew {

    font-size: 18px;

    text-transform: uppercase;

    color: #000;

    font-weight: bold;

    padding-left: 5px;

    border-left: 4px solid #ff9933;

    margin-bottom: 15px;

}

.title-dmsp {

    background: #bec9df;

}

.list-th {

    margin-left: -5px;

    margin-right: -5px;

}

.list-th .item-th {

    float: left;

    width: 14.28%;

    padding: 5px;

    text-align: center;

}

.dv-title {

    text-align: center;

    margin-bottom: 20px;

}

.dv-title h3 {

    font-size: 25px;

    text-transform: uppercase;

    color: #000;

    margin-bottom: 15px;

}

.dv-title .des-dv {

    font-size: 14px;

    color: #000;

}

.content-title {

    font-size: 20px;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.title-footermain {

    font-size: 25px;

    text-transform: uppercase;

    color: #fff;

    text-align: center;

    margin-bottom: 25px;

}

#footer {

    border-top: 1px solid #ccc;
    background: #343F5A;

}

.info-ttdetail {

    padding: 8px 0;

    border-bottom: 1px solid #999999;

    border-top: 1px solid #999999;

    margin-bottom: 15px;

}

.info-ttdetail span {

    margin-right: 8px;

    padding-right: 8px;

}

.info-ttdetail span i {

    color: #01bff1;

}

.thumbnail-newsrt {

    width: 20%;

    float: left;

}

.newsrt-info {

    float: left;

    width: 80%;

    padding-left: 15px;

}

.newsrt-info h3 a {

    font-size: 18px;

    line-height: 1.3em;

    display: inline-block;

    color: #003366;

    margin-bottom: 10px;

    font-weight: normal;

}

.item-newsrt.fixfloat {

    margin-bottom: 10px;

    height: 60px;

}

.li-baiviet {

    float: left;

    width: 50%;

    padding: 5px;

}

.news-box {

    margin: 15px 0;

}



/*footer*/



.info-btfooter p img {

    width: 100%;

}

.ul-item2 .bs.bs2 {

    display: block;

}

p.wp-caption-text {

    text-align: center;

}

.social-share {

    float: right;

}

.social-share .fb_iframe_widget {

    float: left;

}



@-webkit-keyframes ripple {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

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

}

@keyframes ripple {

    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

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

}

@-webkit-keyframes ring {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    20% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    30% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    40% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

}

@keyframes ring {

    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    20% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    30% {
        -webkit-transform: rotate(-25deg);
        transform: rotate(-25deg)
    }

    40% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg)
    }

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

}

.hot-line {
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 60px;
    z-index: 9999
}

.hot-line:hover .hot-line__text,
.hot-line:active .hot-line__text {
    opacity: 1;
    width: calc(100% - 60px);
    padding: 10px 20px
}

.hot-line:hover .hot-line__icon,
.hot-line:active .hot-line__icon {
    border-radius: 0 5px 5px 0
}

.hot-line a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hot-line a .hot-line__text {
    opacity: 0;
    width: 0;
    -webkit-transition: .7s ease all;
    -o-transition: .7s ease all;
    transition: .7s ease all;
    background-color: #373737;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    white-space: nowrap;
    border-radius: 5px 0 0 5px
}

.hot-line a .hot-line__icon {
    background-color: #cc0033;
    font-size: 40px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 71px;
    text-align: center;
    border-radius: 50%;
    position: relative
}

.hot-line a .hot-line__icon:before,
.hot-line a .hot-line__icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #cc0033;
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}

.hot-line a .hot-line__icon:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.hot-line a .hot-line__icon i {
    -webkit-animation: ring 1s linear infinite;
    animation: ring 1s linear infinite
}

.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.item-video {
    margin-bottom: 30px;
    width: 25%;
    float: left;
    padding: 15px;
}

.box-itemnew {
    background: #ffffff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-box-shadow: 0 -2px 10px #010e1f;
    -moz-box-shadow: 0 -2px 10px #010e1f;
    box-shadow: 0 -2px 10px #505050;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    height: 100%;
    position: relative;
}

.list-new .item-new {
    margin-bottom: 40px;
}

.box-itemnew .title-h3new a {
    font-size: 14px;
    margin-bottom: 10px;
    color: #03022d;
    display: block;
    font-weight: bold;
}

.box-itemnew .title-h3new a:hover {
    color: #03206C;
}

.box-itemnew .p-new {
    font-size: 13px;
    line-height: 1.3em;
}

.box-itemnew .info-new {
    padding: 15px;
}

.box-itemnew .new-btn {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    text-align: center;
}

.btn-buton {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 30px;
    text-align: center;
    color: #fff;
    -ms-border-radius: 23px;
    border-radius: 25px;
    background-image: -webkit-linear-gradient(left, #141cbf 0, #168bf1 100%);
    background-image: linear-gradient(to right, #141cbf 0, #168bf1 100%);
    position: relative;
    z-index: 2;
    transition: all .5s ease;
    border: 0;
    min-width: 130px;
}

.btn-button .item-btn:nth-child(2n) .btn-buton:hover,
.btn-buton:hover {
    background-image: -webkit-linear-gradient(left, #168bf1 0, #141cbf 100%);
    background-image: linear-gradient(to right, #168bf1 0, #141cbf 100%);
    color: #fff;
}

.paginate_links {
    text-align: center;
    color: #FF9B00;
}

.paginate_links .page-numbers {
    padding: 10px 15px;
    margin: 0 2px 5px 0;
    text-align: center;
    background: #555;
    color: #FFF;
    -moz-transition: .8s linear;
    -webkit-transition: .8s ease-out;
    transition: .8s linear;
    text-decoration: none;
    display: inline-block;
}

.paginate_links .current,
.paginate_links .page-numbers:hover {
    background: #004f82;
}

.inner-fabs .fab {
    padding: 4px;
}

.products .product-small .box {
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.products .product-small .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.products .product-small .box-image {
    border-bottom: 1px solid #f5f5f5;
}

.products .product-small .box-text {
    padding: 15px;
}

.products .name.product-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 40px;
}

.products .price-wrapper {
    margin-top: 10px;
}

.products .price {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.products .price del {
    color: #999;
    font-size: 14px;
    font-weight: normal;
}

.products .price ins {
    color: #e94a4a;
    text-decoration: none;
}

.products .badge-container {
    margin-top: 10px;
}

.products .badge {
    height: auto;
    font-size: 12px;
}


.woocommerce .products {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.woocommerce .products .col {
    width: calc(25% - 20px);
}

.name.product-title a {
    color: #000;
    font-weight: bold;
}