/*
Theme Name: Flatsome
Theme URI: http://flatsome.uxthemes.com/
Author: UX-Themes
Author URI: http://www.uxthemes.com/
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.9.2
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
@font-face {
 font-family: 'AvantGarde Regular';
 src:url('fonts/avant/nomal/AvantGarde.eot');
 src:url('fonts/avant/nomal/AvantGarde.eot?#iefix') format('embedded-opentype'),
 url('fonts/avant/nomal/AvantGarde.woff') format('woff'),
 url('fonts/avant/nomal/AvantGarde.ttf') format('truetype'),
 url('fonts/avant/nomal/AvantGarde.svg#icomoon') format('svg');
 font-weight: normal;
 font-style: normal;
}
@import url('fonts/roboto/stylesheet.css');
@import url(libs/font-awesome/css/font-awesome.css);

.main-banner tr td {
    padding: 10px;
    border: none;
    border-bottom: solid 1px #ccc;
}
.main-banner table {
    border: none;
}
.service-glass .icon-box-img img {
    -webkit-box-shadow: 1px 0 10px 0 rgba(50,50,50,.75);
    -moz-box-shadow: 1px 0 10px 0 rgba(50,50,50,.75);
    box-shadow: 1px 0 10px 0 rgba(50,50,50,.75);
    padding-top: 0;
    border-radius: 100%;
}
.service-glass .icon-box-img .icon .icon-inner:before{
	content: "";
	position: absolute;
	top: 0;
    left: 0;
    padding: 7px;
    box-shadow: 0 0 0 4px #c9252b;
    -webkit-transition: -webkit-transform 0.2s,opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s,opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s,opacity 0.2s;
    transform: scale(.8);
    bottom: 0;
    right: 0;
    border-radius: 100%;
    opacity: 0;
    
}
.service-glass .icon-box-img:hover .icon .icon-inner:before{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}
.portfolio-element-wrapper .image-cover:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    padding: 15px;
    border: solid 1px #fff;
    right: 10px;
    bottom: 10px;
}
@media(min-width: 550px){
    .box-list-view .box .box-image, .box-list-view .box .box-text, .box-vertical .box-image, .box-vertical .box-text {
        direction: ltr;
        display: table-cell;
        vertical-align: top;
    }
    td.mobile-none {
		display: none;
	}
}
@media(max-width: 550px){
    .show-desktop {
        display: none;
    }
	
}
.nav>li>a, .nav-dropdown>li>a, .nav-column>li>a{
    color: #000;
}
ul ul, ul ol, ol ol, ol ul {
    margin: 1.5em 0 1.5em .5em;
}
a#top-link {
    border-radius: 0 !IMPORTANT;
}
.container-fluid.term-content-wrapper {
    padding: 10px;
    border-top: solid 2px #ddd;
}
div#description {
    overflow: hidden;
}
.term_content_showmore a {
    position: relative;
    z-index: 22;
    display: inline-block;
    width: 100%;
    padding-bottom: 12px;
    color: #000;
    background: -webkit-linear-gradient(top,rgba(0,255,255,0),#fff);
    background: -o-linear-gradient(top,rgba(255,255,255,0),#fff);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0),#fff);
}
.term_content_showmore {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    bottom: 2px;
    width: 97.5%;
    background: transparent;
}
.term_content_showmore:before {
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: #fff;
    background: -webkit-linear-gradient(top,rgba(0,255,255,0),#fff);
    background: -o-linear-gradient(top,rgba(255,255,255,0),#fff);
    background: linear-gradient(to bottom,rgba(255,255,255,0),#fff);
}

a.button_readmore:before {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    z-index: 11;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 8px;
    -ms-transform: rotate(-138deg);
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg);
}

a.button_readmore:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #333;
    border-top: 1px solid #333;
    z-index: 11;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 12px;
    -ms-transform: rotate(-138deg);
    -webkit-transform: rotate(-138deg);
    transform: rotate(-138deg);
}

a.btn-call-now {
    background: #f39c0f;
    color: #fff !IMPORTANT;
    padding: 5px 15px 5px 5px !IMPORTANT;
    border-radius: 32px;
}


html body .html a.btn-call-now i {
    color: #fff !IMPORTANT;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    padding-right: 0;
    margin-right: 10px;
    background: #ffff;
    border-radius: 100%;
}
html body .html a.btn-call-now i{
    font-size: 15px;
}
a.btn-call-now p strong {
    font-size: 18px;
}
a.btn-call-now {
    line-height: 30px !IMPORTANT;
}
/*=================form register==============*/
.form-register .wpcf7-form-control {
  
    background: transparent;
    color: #fff;
}
.form-register .wpcf7-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form-register .wpcf7-form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-register .wpcf7-form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-register .wpcf7-form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.form-register .wpcf7-form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.form-register .wpcf7-form-control:focus::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form-register .wpcf7-form-control:focus:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form-register .wpcf7-form-control:focus:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
/*=================form register==============*/

.phr {
    border-radius: 5px;
    border: 3px solid #fff;
    padding: 4px;
    text-align: center;
    max-width: 176px;
    margin-bottom: 16px;
}

span.fphr {
    display: block;
}
span.mphr i {
    padding-right: 10px;
}
footer#footer .is-divider.small {
    opacity: 0;
}
table {
    border: solid 1px #DEE5ED;
}

table tr td {
    border: solid 1px #DEE5ED;
    padding: 10px !important;
}
.main-banner .bg.fill.bg-fill.bg-loaded {
   background-position: center 80% !important;
}
.button-cadd-mobile{
	display: none;
}
.fb_reset>div {
    left: 0;
}
.fb_iframe_widget iframe {
    left: 0;
}
@media(max-width: 550px){
    div#phonering-alo-phoneIcon {
        left: -53px;
        right: auto !IMPORTANT;
        top: auto !IMPORTANT;
        bottom: 127px !IMPORTANT;
        transform: translateY(0) !IMPORTANT;
    }
    .mobile-none {
        display: none;
    }
    .button-cadd-mobile {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #30ab52;
        text-align: center;
        z-index: 999999;
    }

    .button-cadd-mobile img {
        padding: 0;
        width: 32px;
        border-radius: 100%;
        display: inline-block;
    }

    .button-cadd-mobile a {
        display: inline-block;
        /* background: #333; */
        padding-right: 13px;
        color: #fff;
        font-size: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    a.button-call {
        border-right: solid 1px #fff;
        margin-right: 10px;
    }
    a.button-bao-gia {
        text-transform: uppercase;
    }
    a.btn-call-now p {
        display: inline;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    a.btn-call-now .icon-phone:before {
        color: #000;
    }
}
.page-title.blog-featured-title.featured-title.no-overflow .title-overlay.fill {
    background: transparent !important;
}

.page-title-inner.container.flex-row.dark.is-large {
    min-height: 30px !IMPORTANT;
}

.page-title-inner.container.flex-row.dark.is-large .entry-divider.is-divider.small {
    display: none;
}
#secondary span.widget-title, #product-sidebar span.widget-title, .sidebar-inner span.widget-title{
    background: #03a84e;
    display: block;
    color: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.post-sidebar.large-3.col, #product-sidebar {
    padding-left: 10px;
}
div#product-sidebar {
    padding-top: 30px;
}

.woocommerce.widget_products {
    border: solid 2px #333;
}

.woocommerce.widget_products ul.product_list_widget, #product-sidebar ul.product_list_widget{
    padding: 5px;
}

.woocommerce.widget_products .is-divider.small, #product-sidebar .is-divider.small{
    display: none;
}
.fb-page, 
.fb-page span, 
.fb-page span iframe[style] { 
    width: 100% !important; 
}
@media(max-width: 550px){
	._30ss {
	    display: none !important;
	}
	.fb_reset>div {
	    display: none;
	}
}
button.flickity-button.flickity-prev-next-button.previous {
    border-radius: 0 !important;
}

.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button .arrow {
    border-radius: 0;
    background: #fff !IMPORTANT;
    opacity: 1 !IMPORTANT;
}

.slider-nav-circle .flickity-prev-next-button svg, .slider-nav-circle .flickity-prev-next-button:hover .arrow {
    color: #000;
}

.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #26bc51 !IMPORTANT;
}

ol {
    padding-left: 15px;
}
.padding-0 {
    padding-left: 0 !IMPORTANT;
    padding-right: 0 !IMPORTANT;
}
@media(min-width: 550px){
	.product-small.box-vertical .box-text.text-left {
	    padding-left: 5px;
	    padding-right: 0;
	    vertical-align: top;
	    padding-top: 0;
	    padding-bottom: 0;
	}

	.product-small.box-vertical .box-text.text-left p.name.product-title {
	    margin-top: 0;
	    margin-bottom: 0;
	}
}
@media(max-width: 549px){
	.product-small.box-vertical .box-text.text-left {
	    direction: ltr;
	    display: table-cell;
	    vertical-align: top;
	    padding-top: 0;
	}
	.product-small.box-vertical .box-image {
	    width: 25% !important;
	    direction: ltr;
	    display: table-cell;
	    vertical-align: top;
	    padding-right: 5px;
	}
	div#toolbar li:nth-child(4) {
		width: 20%;
	}

	div#toolbar li:nth-child(3) {
		width: 30%;
	}
}

.product-small.product .col-inner {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15), 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09), 0 2px 3px rgba(0, 0, 0, 0);
    -webkit-transition: -webkit-box-shadow 83ms;
    background: #fff;
    height: 100%;
}


.product-small.product .col-inner .box-text.box-text-products {
    padding-left: 10px;
    padding-right: 10px;
}
.sidebar-inner .widget, #product-sidebar .widget {
    background: #fff;
    padding: 3px;
    border: solid 2px #cecece;
}

ul.header-phone li {
    list-style: none;
}

ul.header-phone li a i {
    width: 25px;
    height: 25px;
    background: #000;
    text-align: center;
    line-height: 25px;
    margin-right: 7px;
    color: #fff;
    border-radius: 5px;
}

ul.header-phone li a {
    color: red;
    font-weight: bold;
}

ul.header-phone li:last-child {
    margin-bottom: 0;
}
.product-small.product .col-inner .box-text.box-text-products {
    padding-bottom: 0;
}
table td.price-tab del {
    margin-left: 0px;
    color: rgb(120, 120, 120);
    font-size: 13px;
    font-weight: 300;
    text-decoration: line-through;
}
td.price-tab {
    color: #000;
    font-weight: bold;
}
@media(max-width: 850px){
	#top-bar a.button.secondary.is-outline:before {
	    content: "\e600";
	    font-family: 'fl-icons' !important;
	}
}
@media(max-width: 550px){
	table td.price-tab del {
	    font-size: 10px;
	}

	table td.price-tab {
	    font-size: 11px;
	}
}
.comment  ul.children article {
    background: #f1f1f1;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 10px;
}
b, strong {
    font-weight: 700 !IMPORTANT;
}
a.pps-btn-img {
    display: block;
}
ul.infobox {
    padding: 10px;
    border: 2px solid #c3e5f8;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: #dbedf9;
    line-height: 22px;
    clear: both;
}

ul.infobox li, ul.infobox li a {
    margin-bottom: 0;
    line-height: 26px;
    font-size: 19px;
}

ul.infobox li a {
    color: #167ac6;
}

ul.infobox li:hover a {
    text-decoration: underline;
}
.p-not-padding {
    margin-bottom: 9px;
}

.comment-author.mr-half img {
    float: left;
    margin-right: 10px;
    float: left;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius: 0 !IMPORTANT;
}
 #comments  .children li article:after, #comments .children li article:before {
    top: -20px;
    left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
 #comments  .children li article:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}
 #comments  .children li article:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}
.single .children li article {
    padding: 15px;
    margin: 0 0 20px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e4e1e3;
    border-radius: 1px;
}

.single .children {
    margin-left: 0;
}

.single .childre {
    margin-left: 0;
}
p.comment-form-author input, p.comment-form-email input {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    max-width: 295px;
}
p.comment-form-author {
    display: block;
    width: 100%;
    flex: 0;
    -ms-flex: 1;
    flex: auto !IMPORTANT;
}
body .comment-inner:target {
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
}
.single .children {
    margin-left: 0;
    margin-top: 0;
}
span.says {
    display: none;
}
body cite.strong.fn {
    font-style: normal;
}
/* =============comment===================== */
.ex_cntitle.ex_cnpost {
    padding-bottom: 10px;
    border-bottom: 1px solid #efeeee;
    font-size: 16px;
    overflow: hidden;
    display: block;
    line-height: 1.4;
}
.text-h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #efeeee;
    font-size: 16px;
    overflow: hidden;
    display: block;
    line-height: 1.4;
}

div#binhluan .text-h2 {
    padding-top: 15px;
    border-bottom: 0px;
    border-top: 1px solid #efeeee;
    font-weight: bold;
    font-size: 20px;
}
.binhluansp .comment_container img {
    float: left;
    margin-right: 10px;
    float: left;
    position: absolute;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
    border-radius: 0 !IMPORTANT;
}

.binhluansp ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0;
    padding: 0;
    margin: 0 0 0px;
    border: none;
    list-style: none;
}

.binhluansp ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    border: 0px;
    padding: 0px;
    border: 0px;
    padding: 0px;
}

.binhluansp ol.commentlist .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.binhluansp  p.comment-form-title {
    display: none;
}

.ex_thongke {
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 0px 15px;
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.ex_thongke>div {
    text-align: center;
    font-size: 12px;
    color: #4a4a4a;
    padding: 10px;
    border-right: 1px solid #d8d8d8;
    display: table-cell;
    vertical-align: middle;
}



.ex_guidanhgia a {
    cursor: pointer;
    color: #fff;
    background: #d30029;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    display: inline-block;
    padding: 5px 15px;
}
/* ==========start=========== */
.ex_saovang {
    margin-bottom: 0px;
}
.ex_saovang>li {
    display: table;
    width: 100%;
    margin-bottom: 2px;
    font-size: 12px;
    color: #9a9a9a;
    line-height: 1.5;
}
.ex_saovang>li>span {
    display: inline-block;
    position: relative;
}
.ex_saovang .ex_5sao {
    width: 20%;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.ex_thongke .progress {
    height: 6px;
    margin-bottom: 0px;
}
.ex_saovang .progress {
    width: 60%;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}
.ex_thongke .progress-bar {
    height: 5px;
    background-color: #ff9100;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.ex_saovang .ex_sdem {
    width: 20%;
}
/* ==========start=========== */
.ex_diemso {
    font-size: 40px;
    color: #fd9727;
    line-height: 40px;
}
.ex_diemsao {
    width: 200px;
}
.ex_guidanhgia {
    width: 28%;
}
.ex_thongke>div:last-child {
    border-right: 0;
}
div#review_form_wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
div#comments {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.woocommerce ol.commentlist .children li {
    padding: 15px;
    margin: 0 0 20px;
    position: relative;
    background: #f8f8f8;
    border: 1px solid #e4e1e3;
}
.woocommerce ol.commentlist .children li>div {
    position: relative;
}
#reviews #comments ol.commentlist .children li:after, #reviews #comments ol.commentlist .children li:before {
    top: -20px;
    left: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#reviews #comments ol.commentlist .children li:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #dfdfdf;
    border-width: 10px;
    margin-left: -10px;
}
#reviews #comments ol.commentlist .children li:before {
    border-color: rgba(238, 238, 238, 0);
    border-bottom-color: #f8f8f8;
    border-width: 11px;
    margin-left: -11px;
    z-index: 1;
}
#comments ol.commentlist li .children {
    margin: 0px 0 0 0px !important;
    padding-left: 0px;
}
div#comments {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

div#review_form_wrapper {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.ex_qt {
    background: #d0011b;
    border-radius: 1px;
    padding: 0 5px;
    line-height: normal;
    border: 1px solid #d0011b;
    font-size: 11px;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    margin: 0px 0 0 5px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 10px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}
.commentlist li .description, .comment-list li .description {
    font-style: normal;
    font-size: 14px;
}
/* =============comment===================== */
div#gioithieu {}

div#gioithieu .ex_cntitle.ex_cnpost {
    text-transform: uppercase;
    font-weight: bold;
    background: #26bc51;
    color: #fff;
    padding: 5px 15px;
}
div#gioithieu {}

div#gioithieu .ex_cntitle.ex_cnpost {
    text-transform: uppercase;
    font-weight: bold;
    background: #26bc51;
    color: #fff;
    padding: 5px 15px;
}

h3.product-section-title.container-width.product-section-title-related.pt-half.pb-half.uppercase {
    border-top: 0;
    border-bottom: solid 1px #ddd;
    padding-top: 0;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

.related.related-products-wrapper.product-section {
    border-top: navajowhite;
}
.row-mobile-brea .col {
    padding-bottom: 4px;
}
ol.commentlist {
    padding-left: 0;
}
.row-infor-product>.col {
    padding-bottom: 0;
}

.button-add-to-cart1 {
    margin-bottom: 0;
}
p.akismet_comment_form_privacy_notice {
		display: none;
	}
body #wpfomo {
    bottom: auto;
    left: 15px;
    top: -115px;
}

body #wpfomo.is-visible {
    bottom: auto;
    left: 15px;
    top: 150px;
}
.portfolio-summary.entry-summary {
    display: none;
}

.portfolio-top {
    padding-top: 62px;
}
.product-small.product .col-inner .box-text.box-text-products {
    padding-bottom: 14px;
}
.badge-container.absolute.left.top.z-1 {
    display: none;
}
a.button.button-style1 {
    min-width: 293px;
    background-color: #38f10aad;
    color: #000;
}
div#toolbar {
    display: block !IMPORTANT;
}

div#toolbar>ul {
    max-width: 500px;
    margin-left: auto!IMPORTANT;
    margin-right: auto!IMPORTANT;
}
.hotline-wrapper {position: fixed;bottom: 80px;z-index: 100;left: 5px;}

.hotline-wrapper a {
    color: #fff;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 99px;
    background-color: red;
}
table.table-style1 {}

table.table-style1 thead tr td {
    background-color: #FFBC01;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

table.table-style1 {
    margin-top: 29px;
}

table.table-style1 tbody tr td strong {
    color: #34a853;
    text-align: center;
}
@media(max-width:550px){
	.slider-wrapper .flickity-prev-next-button {
		display: block !important;
	}
	body #wpfomo.is-visible {
		bottom: auto;
		left: 15px;
		top: 100px;
	}
	.ex_thongke>div {
		display: block;
		width: 100%;
		border: none;
	}
	
	.stars a {
		font-size: 14px;
	}
	.review-form-inner.has-border {
		padding: 10px;
	}
	.col.col-infor-product.medium-6.small-12.large-6 {
		padding-top: 20px;
	}
	.row-mobile-pd>.col {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 15px;
	}
	.wpfomo-product-thumb-container {
		width: 59px;
	}

	.wpfomo-content-wrapper a {}

	#wpfomo .wpfomo-content-wrapper .wpfomo-product-name {
		font-weight: normal;
		font-size: 11px;
		line-height: 18px;
	}

	#wpfomo .wpfomo-content-wrapper, #wpfomo .wpfomo-content-wrapper .wpfomo-buyer-name {
		padding-top: 0;
		padding-bottom: 0;
	}

	body #wpfomo {
		min-width: 250px;
	}

    body .stuck #logo img {
        max-height: 29px!important;
    }

    body .stuck .header-main {
        height: 47px!important;
    }

    div#toolbar {
        padding-bottom: 0;
    }

    div#toolbar li a {
        padding-bottom: 0;
    }
}



div#gioithieu .ex_cntitle.ex_cnpost {
    margin-bottom: 20px;
    background-color: transparent;
    color: #000;
    padding-left: 0;
    border-bottom: solid 2px;
}
.col-icon-1  ul li {
    position: relative;
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 20px;
}

.col-icon-1 ul li:before {
    content: "";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    top: 6px;
    font-size: 14px;
    color: #fdb825;
    width: 10px;
    height: 10px;
    background-color: #fdb825;
    border-radius: 50%;
}

.col-icon-1 ol li {
    list-style: none;
    margin-left: 0;
}
.name.product-title a {
    font-weight: bold;
    color: #000;
}

.name.product-title a:hover {
    color: #2f80ed;
}
.wrapper-tab12.over-table table.table-style1 tr td:first-child {
    display: none;
}

.wrapper-tab12.over-table table.table-style1 tr td:last-child, .wrapper-tab12.over-table table.table-style1 tr th:last-child {
    width: 15px !IMPORTANT;
}
.entry-content.single-page {}

.entry-content.single-page>h2:first-child, .f {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.entry-content.single-page>h2:first-child a. .f a {
    color: #288ad6;
}
a.sanphammoi {
    display: inline-block;
    background-color: red;
    color: #fff;
    font-style: normal;
    padding: 3px 7px;
    border-radius: 5px;
}

a.sanphammoi:hover {
    background-color: #03a84e;
}
.product-description>h2:first-child {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

/*====================buy==========================*/
.btn-buy.clearfix a {
    background: #D0021C none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 60px;
    padding-top: 5px;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
    border-bottom: 3px solid #800313;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    width: 50%;
}

.btn-buy.clearfix a img {
    max-height: 100%;
}

.btn-buy.clearfix {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

a#buy_demo {
    background-color: #49b175;
    border-color: #2f734c;
}

a#buy_demo img {
    background-color: #fff;
    border-radius: 3px;
}

.btn-buy.clearfix a span.p1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    display: block;
    height: 24px;
}

.btn-buy.clearfix a span.p2 {
    font-size: 12px;
    line-height: 15px;
    opacity: 0.8;
    padding-top: 1px;
}
.woocommerce-product-details__short-description>h2:first-child {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}
/*====================buy==========================*/

/*============category======================*/
.category-description {
    background: #fff;
    margin-bottom: 15px;
}
.dtcvmodetail, .dtchide {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    padding-top: 85px;
    text-align: center;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.91)),color-stop(55%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.91) 50%,rgba(255,255,255,1) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0);
    cursor: pointer;
    margin-bottom: 0
}
.dtcvmodetail span, .dtchide span {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 13px;
    color: #3d3d3d;
    background: #fff;
    border: solid 1px #b2b2b2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.category-description {
    overflow: hidden;
    position: relative;
}
.dtshow {
    height: auto !important;
    padding-bottom: 80px;
}
.category-description ul, .category-description ol {
    margin-left: 20px;
}

.category-description>ul>li {list-style: none;position: relative;}

.category-description>ul>li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f50000;
    left: -17px;
    top: 7px;
    border-radius: 50%;
    transform: scale(0.5);
}
.category-description {
    margin-top: 61px;
    background-color: #fff;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 10%) 0px 0px 7px;
    border-radius: 15px;
}
.dtshow {
    height: auto !important;
    padding-bottom: 80px;
}
/*============category======================*/
.box-ban-hang {
    padding-bottom: 0 !IMPORTANT;
}
.wpd-comment-date {
    display: none !IMPORTANT;
}


.sp-moi {
    width: 42px;
    height: 22px;
    display: inline-block;
    position: relative;
    color: #fff;
	margin-left: 5px;
}

.sp-moi:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: url(assets/img/sale-kinh-op-bep.gif);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 2;
}
#image_1275527148 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.p-n {
    text-transform: none;
    margin-bottom: 10px !IMPORTANT;
    display: block;
}

.box-giam-gia .ux-timer span:first-child {
    display: none !important;
}

.box-giam-gia {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
table.table-style2 thead tr td {
    background-color: #FFBC01;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.wrapper-tab12.over-table {
    margin-top: 20px;
}

table.table-style2 tbody tr td strong {
    color: #34a853;
    text-align: center;
}
.product-description .container.section-title-container {
    margin-bottom: 9px;
}