@charset "UTF-8";
/***

Theme Name: Neo theme
Theme URI: http://korthydraulic.tw/
Description: Developer By Hieunh
Version: 1.0
Author: Nguyen Huu Hieu
Author URI: http://korthydraulic.tw/
Text Domain: neostore

***/
/*@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('assets/fonts/GoogleSansRegular.eot');
    src: url('assets/fonts/GoogleSansRegular.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansRegular.woff2') format('woff2'),
         url('assets/fonts/GoogleSansRegular.woff') format('woff'),
         url('assets/fonts/GoogleSansRegular.ttf') format('truetype'),
         url('assets/fonts/GoogleSansRegular.svg#GoogleSansRegular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('assets/fonts/GoogleSansItalic.eot');
    src: url('assets/fonts/GoogleSansItalic.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansItalic.woff2') format('woff2'),
         url('assets/fonts/GoogleSansItalic.woff') format('woff'),
         url('assets/fonts/GoogleSansItalic.ttf') format('truetype'),
         url('assets/fonts/GoogleSansItalic.svg#GoogleSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('assets/fonts/GoogleSansBold.eot');
    src: url('assets/fonts/GoogleSansBold.eot') format('embedded-opentype'),
         url('assets/fonts/GoogleSansBold.woff2') format('woff2'),
         url('assets/fonts/GoogleSansBold.woff') format('woff'),
         url('assets/fonts/GoogleSansBold.ttf') format('truetype'),
         url('assets/fonts/GoogleSansBold.svg#GoogleSansBold') format('svg');
    font-weight: bold;
}*/


html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #333;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
img,figure {
    max-width: 100%;
    height: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
.readmore {
    color: #970007;
    text-decoration: none;
    display: inline-block;
    float: right;
    position: relative;
}
.readmore:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #970007;
}
.custom_button {
    display: inline-block;
    background: #970007;
    padding: 0 30px;
    color: white;
    text-decoration: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    position: relative;
    font-weight: bold;
    overflow: hidden;
    height: 47px;
    line-height: 47px;
    text-transform: uppercase;
    border: 2px solid #970007;
}
.custom_button.small {
    height: 37px;
    line-height: 36px;
}
.custom_button i {
    margin-left: 5px;
}
.custom_button span,
.custom_button i {
    position: relative;
    z-index: 1;
    white-space: nowrap;
}
.custom_button:after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: -100%;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    background: transparent;
    z-index: 0;
    width: 100%;
}
.custom_button:hover {
    text-decoration: none;
    color: #fff;
    background: transparent;
}
.custom_button:hover:after {
    opacity: 1;
    top: 0;
}
.button_white {
    background: white;
    color: #970007;
    font-size: 14px;
    border: 2px solid #970007;
}
.button_white:hover {
    color: white;
}
.button_white:after {
    opacity: 0;
    color: #970007;
    background: #970007;
}
.custom_button.size-large {
    padding: 0 50px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.button_transparent {
    border: 2px solid white;
    background: transparent;
}
.button_transparent:hover {
    border-color: #ffcf0f;
    color: white;
}
.button_transparent:hover:after {
    background: #ffcf0f;
}
.aligncenter {
    margin: 10px auto;
}
.wp-caption-text {
    text-align: center;
    margin: 5px 0;
    font-style: italic;
}

/*HEADER*/
#header {
    height: 95px;
    padding: 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    background: white;
    border-bottom: 1px solid #ebebeb;
}
#header.affix {
    position: fixed;
    border-bottom: 1px solid #ebebeb;
}
#header.menu-hidden.affix {
    -webkit-transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -ms-transform: translate(0,-100%);
    -o-transform: translate(0,-100%);
}
#header.fix #mainMenu > li > a {
    color: #555;
}
#menu {

height: 100%;
}
#mainMenu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
#mainMenu > li {
    padding: 0 10px;
}
#header .custom-logo-link img {
    height: auto;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    z-index: 9999;
    width: 100px;
   /* position: absolute;
    left: 0;
    top: 0;*/
}
#header.affix .custom-logo-link img {}
#mainMenu li a {
    font-family: 'Roboto',sans-serif;
    padding: 8px 5px;
    font-size: 14px;
    color: #333;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 3px;
}
#mainMenu > li > a:after {
    content: '';
    height: 2px;
    background: #970007;
    position: absolute;
    bottom: 10px;
    opacity: 0;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    left: 50%;
    right: 50%;
    display: none;
}
#mainMenu > li:hover > a, 
#mainMenu .current-menu-item a,
#mainMenu > li:hover,
#mainMenu > .current-menu-item {
    color: #970007 !important;
}
#mainMenu > li:hover > a:after,
#mainMenu .current-menu-item a:after {
    opacity: 1;
    left: 20px;
    right: 20px;
}
#mainMenu li .menu-dropdown {
    position: absolute;
    padding: 0;
    z-index: 999;
    background: white;
    min-width: 220px;
    list-style: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
    visibility: hidden;
    top: calc(100% + 50px);
    left: 0;
    box-shadow: 2px 2px 5px black;
}
.fix #mainMenu li .menu-dropdown {
    background: #000000cf;
}
#mainMenu li:hover .menu-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}
#mainMenu li .menu-dropdown a {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    text-transform: inherit;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    color: #666;
    display: block;
    margin: 0;
}
#mainMenu li .menu-dropdown 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;
}
#mainMenu li .menu-dropdown li:hover a {
    color: white;
    background: #970007;
}
#mainMenu li .menu-dropdown li:last-child a {
    border: none;
}
#toggleMenu {
    width: 35px;
    height: 35px;
    position: absolute;
    top: -50px;
    border: none;
    background: #970007;
    border-radius: 7px;
    display: none;
    right: 15px;
    color: white;
    outline: none;
    text-align: center;
    line-height: 35px;
}
#toggleMenu span {
    background: white;
    height: 2px;
    display: block;
    margin: 3px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#toggleMenu.active span:nth-of-type(1) {transform: translate(1px,2px) rotate(38deg);}
#toggleMenu.active span:nth-of-type(2) {
    display: none;
}
#toggleMenu.active span:nth-of-type(3) {transform: translate(0px,-3px) rotate(-38deg);}

/*BANNER*/
#banner {
    position: relative;
}
#banner .item {
    position: relative;
    /*height: calc(100vh - 80px);*/
    overflow: hidden;
    margin-bottom: 0;
    background: aliceblue;
}
#banner .item .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 1;
}
#banner .caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    color: white;
    z-index: 10;
    text-align: center;
}
#banner .caption h3 {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 200px;
    color: #efc82b;
    text-transform: uppercase;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #404040;
}
#banner .caption p {
    font-size: 22px;
    padding: 0 200px;
    text-align: center;
    margin-bottom: 40px;
}
#banner .item img {
    height: 100%;
    width:auto;
    max-width: unset;
}
#bannerImg {
    max-height: 450px;
    overflow: hidden;
}

.scrollDown {
    border: none;
    background: none;
    font-size: 30px;
    position: absolute;
    left: 50%;
    margin-left: -16px;
    z-index: 99;
    outline: none;
    animation: nn 2s infinite linear;
    -webkit-animation: nn 2s infinite linear;
    -moz-animation: nn 2s infinite linear;
}
.scrollDown:focus {
    outline: none;
}
.scrollDown:hover{
  -webkit-animation-play-state:paused;
  -moz-animation-play-state:paused;
  -o-animation-play-state:paused;
  animation-play-state:paused;
  cursor: pointer;
}
@keyframes nn{
    0% { bottom: 20px;}
    25% { bottom: 30px;}
    50% { bottom: 40px;}
    100% { bottom: 20px;}
}
-webkit-@keyframes nn{
    0% { bottom: 20px;}
    25% { bottom: 30px;}
    50% { bottom: 40px;}
    100% { bottom: 20px;}
}
-moz-@keyframes nn{
    0% { bottom: 20px;}
    25% { bottom: 30px;}
    50% { bottom: 40px;}
    100% { bottom: 20px;}
}
#banner .owl-carousel .owl-item img {
    max-width: unset;
    min-width: 100%;
    min-height: unset;
    height: auto;
}

/*CONTENT HOME*/
#listCategories {
    position: relative;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 70px;
    background: #fafafa;
}
#listCategories .item {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    position: relative;
    display: block;
    overflow: hidden;
}
#listCategories .item img {
    width: 100%;
    height: auto;
}
#listCategories .item h2.title-overlay {
    text-transform: uppercase;
    color: white;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
}
#listCategories .item h2.title-overlay:after {
    content: '';
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#listCategories .item:hover h2.title-overlay:after {
    height: 0;
    width: 0;
    left: 50%;
    top: 50%;
}
#listCategories .item h2.title-overlay span {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid #ffffffd6;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    position: relative;
    z-index: 10;
}
#listCategories .item:hover h2.title-overlay span {
    background: #970007cc;
    border-color: #30318840;
}
#listCategories .item img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#listCategories .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.line-after a,
.line-after span {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #555555;
    padding-bottom: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 26px;
}
.line-after a:after,.line-after span:after {
    content:'';
    height: 3px;
    position: absolute;
    left: 47%;
    right: 47%;
    background: #970007;
    display: block;
    bottom: 0;
}
#listCategories .item .read-more {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#listCategories .item:hover {
    
}

/*PANEL-1*/
#panel-1 {
    background: url('https://snip.co.in/assets/images/slider4.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: white;
    position: relative;
    overflow: hidden;
}
#panel-1 .title {
    font-size: 20px;
    line-height: 50px;
}
.panel-title {
    margin-top: 20px;
    margin-bottom: 20px;
}
#panel-1 .panel-title {
    margin-bottom: 50px;
}
#panel-1 .line-after span {
    color: white;
}
#panel-1 .line-after span:after {
    background: white; 
}
#panel-1 .content {
    padding: 0 150px;
    text-align: center;
    font-size: 16px;
}

/*NEWS*/
#news {
    padding: 50px 0;
    background: #fafafa;
}
#news .list-article {
    margin-top: 40px;
}
#news .list-article .details {
    padding: 30px 20px 30px 30px;
    position: relative;
    text-align: left;
    z-index: 2;
    border: 1px solid #e5e5e5;
    border-top: 0;
}
#news .list-article .item {
    margin-bottom: 30px;
}
#news .list-article .post-meta {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
}
#news .list-article .post-meta span:first-child {
    margin-right: 10px;
}
#news .list-article .post-meta i {
    margin-right: 5px;
    font-size: 12px;
    color: #970007;
    vertical-align: 0px;
}
#news .list-article .line-after {
    padding: 0;
    overflow: hidden;
    margin: 0 0 10px 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4;
}
#news .list-article .line-after a {
    text-align: left;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#news .list-article .line-after a:after {
    left: 0;
    right: initial;
}
.post-readmore a {
    font-weight: bold;
    display: block;
    margin: 20px 0 0;
    color: #333;
}
.post-readmore a i {
    margin-left: 5px;
    vertical-align: -1px;
}

/*SIDEBAR*/
#sidebar .widget_media_image img {
    width: 100%;
}
.block-sidebar .panel-title {
    margin-top: 0;
}
.block-sidebar .panel-title a,
 .block-sidebar .panel-title span {
    font-size: 16px;
    text-align: left;
}
.block-sidebar .line-after a:after, 
.block-sidebar .line-after span:after {
    left: 0;
    right: initial;
    width: 50px;
}
.block-sidebar .item-product {
    margin-bottom: 20px;
    overflow: hidden;
}
.block-sidebar .item-product .thumb {
    float: left;
    width: 140px;
    margin-right: 10px;
    border: 1px solid #ebebeb;
}
.block-sidebar .item-product .title a {
    font-size: 14px;
    text-align: left;
    display: block;
}
#partner .owl-carousel img {
    width: 80%;
    display: block;
    margin: 0 auto;
}
/*FOOTER*/
#footer {
    background: rgba(130, 155, 179, 0.14902);
    margin-bottom: 0;
    position: relative;
    margin-top: 0px;
    padding: 50px 0 0;
}
#footer .custom-logo-link img {
    width: 100px;
    margin-bottom: 20px;
}
#footer .col-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
#footer .col-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 50px;
    left: 0;
    bottom: 0;
    background: white;
}
#footer .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer a {
    color: white;
    text-decoration: none;
}
#footer .menu a {
    display: block;
    padding: 3px 0;
    font-size: 14px;
}
/*#footer .menu a:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 13px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}*/
#footer .box {
    margin-bottom: 20px;
}
#footer .list-contact {
    list-style: none;
    padding: 10px 0;
    max-width: 960px;
    margin: 10px auto;
}
#footer .list-contact .wrap {
    display: flex;
    justify-content: center;
}
#footer .list-contact .text {
    overflow: hidden;
    text-align: left;
}
#footer .list-contact i {
    font-size: 40px;
    padding: 0;
    float: left;
    margin-right: 10px;
    color: #970007;
}
#footer .list-contact span {
    display: block;
    color: #6d6d6d;
    font-size: 12px;
    overflow: hidden;
}
#footer .list-contact a {
    color: #970007;
    font-weight: bold;
    font-size: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
#footer-widgets {
}
#footer-widgets .widget-title {
    font-size: 14px;
    margin-bottom: 15px;
}
#footer-widgets ul {
    padding: 0;
    list-style: none;
}
#footer-widgets a,#footer-widgets span {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#footer-widgets i {
    margin-right: 5px;
    width: 10px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.contactbox h3 {
    font-size: 14px;
}
.thongtin {
    width: 100%;
    padding-bottom: 15px;
    color: #666;
    font-weight: normal;
}
.thongtin h3 {
    font-size: 18px;
}
.thongtin h5 {
    font-size: 14px;
    font-weight: normal;
}
#footer .custom-logo-link {
    float: left;
    margin-right: 20px;
}

/*breadcrumb*/
.breadcrumb-left {
    margin: 0;
    position: relative;
    clear: both;
    background-color: #fafafa;
}
.breadcrumb {
    background: transparent;
}
.breadcrumb-left i {
    display: inline-block;
    margin: 2px 5px;
}
h1.page-title {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 10px 0;
}
.breadcrumb a, .breadcrumb span {
    color: #333;
    font-size: 13px;
}

/*main*/
#main {
    padding: 0;
}
.page #mainContent .container {
    padding-left: 130px;
    padding-right: 130px;
}
.page-template-contact #mainContent .container {
    padding-left: 100px;
    padding-right: 100px;
}
#product_detail {
    padding-top: 30px;
}
.product_dt .product_meta {
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.product_order .hotline,
.product_order .order_button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 3px);
    flex: 0 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
    text-align: center;
    color: white;
    background: #303188;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
}
.product_order .order_button {
    background: #970007:;
}
.category .list-article .item  {
    margin-bottom: 40px;
    color: #333;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    text-align: center;
}
.category .list-article .item .description {
    color: #777777;
    line-height: 1.6
}
.category .list-article .item .thumb {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
    width: 250px;
    float: left;
    margin-right: 20px;
}
.category .list-article .item .text {
    overflow: hidden;
    text-align: left;
}
.category .list-article .item .thumb img {
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.category .list-article .item .title a {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 20px;
    color: #970007;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
}
.category .list-article .item:hover img {
    transform: scale(1.1);
}
#content ul {
    list-style: none;
    /*padding-left: 0px;*/
}
.page-template-contact #content li {
    margin-bottom: 5px;
}
.page-template-contact #content a {
    color: #333;
    text-decoration: none;
}

/*SIDEBAR*/
#sidebar .sidebar-block {
    margin-bottom: 40px;
}
.sidebar-block .line-after span,
.s-block-title h1.line-after span {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    padding-bottom: 7px;
    margin-bottom: 15px;
    display: inline-block;
}
.sidebar-block .line-after span:after,
.s-block-title h1.line-after span:after {
    left: 0;
    height: 2px;
    right: 0;
}
.sidebar-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-block ul .article {
    margin-bottom: 15px;
    overflow: hidden;
}
.sidebar-block ul .article .details {
    overflow: hidden;
}
.sidebar-block ul .article h3 a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
}
.sidebar-block ul .article .thumb {
    width: 150px;
    display: block;
    float: left;
    margin-right: 15px;
}
#news-post .article.big-item .thumb {
    width: 100%;
    margin-bottom: 20px;
    float: none;
}
.title a {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #555;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.post-date {
    font-size: 12px;
    font-style: italic;
    color: #999999;
}
#product_album {
    padding: 50px 0 80px;
    background-size: cover;
}
#product_album .thumbnail {
    position: relative;
}
#product_album .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 35px;
}
#product_album .title:after,
#product_album .title:before {
    content:'';
    position: absolute;
    width: 2px;
    height: 0;
    background: white;
    left: 20px;
    display: block;
    top: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#product_album .title:before {
    width: 0;
    height: 2px;
}
#product_album .thumbnail:hover .title:after {
    opacity: 1;
    height: calc(100% - 40px);
}
#product_album .thumbnail:hover .title:before {
    opacity: 1;
    width: calc(100% - 40px);
}
#product_album .title a:after,
#product_album .title a:before {
    content:'';
    position: absolute;
    width: 2px;
    height: 0;
    background: white;
    right: 20px;
    display: block;
    bottom: 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
}
#product_album .title a:before {
    width: 0;
    height: 2px;
}
#product_album .thumbnail:hover .title a:after {
    opacity: 1;
    height: calc(100% - 40px);
}
#product_album .thumbnail:hover .title a:before {
    opacity: 1;
    width: calc(100% - 40px);
}
#product_album .title a:before {
    width: calc(100% - 40px);
    height: 2px;
}
#product_album .thumbnail:hover .title {
    visibility: visible;
    opacity: 1;
}
#product_album .element-item {
    padding: 0;
    float: left;
    width: 33.333%;
    position: static !important;
}
#product_album .element-item img {
    display: block;
    width: 100%;
}
#product_album .title a {
    color: white;
}
#product_album .grid {
    width: 100%;
    height: auto !important;
}
#product_album .filters-button-group {
    margin: 20px 0 40px;
    text-align: center;
}
#product_album .filters-button-group button {
    background: white;
    line-height: 1;
    color: #333;
    padding: 0 10px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    cursor: pointer;
    outline: none;
    padding: 12px 20px;
    border: 1px solid #e5e5e5;
    font-weight: bold;
    margin: 3px;
}
#product_album .filters-button-group button:first-child {
}
#product_album .filters-button-group button.is-checked, #product_album .filters-button-group button:hover {background: #970007;color: white;border-color: #970007;}
.bot_footer {
    padding: 5px 0;
    background: #970007;
    color: white;
}
.bot_footer a {
    color: #f5821f;
    text-decoration: none;
}
/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    display: inline-block;
}
.comment-author.vcard {
    width: 50px;
    margin-right: 10px;
}
#formcmmaxweb {
    overflow: hidden;
    position:relative;
    margin-top: 10px;
}
#formcmmaxweb .nameuser {
    text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
    margin: 30px 0;
    font-weight: normal;
}
.commentlist {
    margin-top: 10px;
}
.comment-author.vcard {
    float: left;
    clear: both;
    z-index: 2;
    position: relative;
    text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
}
.commentlist .children {
    margin-top: 10px;
}
.commentBody em {
    color: red;
}
.commentBody {
    position: relative;
    margin-left: 35px;
    overflow: hidden;
}
.comment-meta.commentmetadata {
    position: relative;
    padding: 0;
    margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
    border-color: #D98D8D;
    background-color: #FFCECE;
    background-position: left -792px;
    color: #665252;
    padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
    font-size: 11px;
    line-height: 1;
    color: #b4b4b4;
    padding-left: 10px;
    font-family: Verdana, Geneva, sans-serif;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
    opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin: 0;
}
ol.commentlist_mw {
    padding-left: 0;
    margin-bottom: 40px;
}
ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
    margin-bottom: 10px;
    border-bottom: 1px dashed #80808057;
    padding-bottom: 10px;
}
ol.commentlist_mw > li.parent {
    border: none;
}
ol.commentlist_mw > ul.children{
    margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw ul.children .comment-author.vcard {
    width: 30px;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
    font-size: 11px;
    color: #b4b4b4;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
    display: none;
}
.tools_comment a:last-child{
    padding: 0;
    margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
    font-size: 13px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
    padding: 6px 10px;
    padding: 0.428571429rem 0.714285714rem;
    font-size: 11px;
    font-size: 0.785714286rem;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
    border: 1px solid #ccc;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-family: inherit;
    padding: 6px;
    padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
    cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
    color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
    width: 100%;
    background: transparent;
    outline: none;
    border-radius: 0;
    font-size: 13px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
    border: 1px solid #d7d7d7;
    color: #2e2e2e;
    display: block;
    background: white;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
    border-color: #337ab7;
}
#formcmmaxweb p{
    margin-bottom: 10px;
    text-align: center;
}
#formcmmaxweb #commentform p{   
    overflow: hidden;
}
#formcmmaxweb .name-email p{
    width: 50%;
    float: left;
}
#formcmmaxweb .name-email p:first-child{
    padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
    padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #ff3233;
    padding: 0 30px;
    border: none;
    float: left;
    font-size: 14px;
    outline: none;
    text-transform: uppercase;
    line-height: 33px;
    height: 33px;
    border-radius: 0;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/
.tabs .nav-tabs {
    margin-bottom: 20px;
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    background: #888888;
    color: white;
    padding: 10px 20px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
.nav-tabs .nav-link.active {
    background: #970007;
}
#service .panel-title {
    font-size: 20px;
}
#service .content {
    padding: 20px 100px;
}
#featured {
    padding: 50px 0;
}
#featured .icon {
    font-size: 60px;
    color: #970007;
    margin-bottom: 15px;
}
#featured .item {
    padding: 30px 15px 20px;
    background: #ffffff;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    box-shadow: 1px 1px 3px #a9a9a9;
    height: 100%;
}
#featured .item:hover {
    box-shadow: 1px 1px 3px #4a4a4a;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
#featured h3 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.flexslider {
    margin-bottom: 0px;
}

#product_album .thumbnail img {
    max-width: 380px !important;
}

.flexslider .slides {
    display: flex;
    align-items: center;
}
.flex-control-thumbs {
    position: relative;
    bottom: -5px;
}
.flex-control-thumbs .owl-item li {
    width: 100%;
    float: none;
    margin: 0;
    border: 1px solid #eee;
}
.flex-control-thumbs .owl-nav button {
    left: 20px;
    position: absolute;
    font-size: 16px !important;
    top: 50%;
    z-index: 99;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-top: -15px;
    background: #f5821f !important;
    color: white !important;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    opacity: 0;
    visibility: hidden;
}
.flex-control-thumbs .owl-nav button.owl-next {
    left: initial;
    right: 20px;
}
.flex-control-thumbs:hover button {
    opacity: 1;
    visibility: visible;
    left: 0;
}
.flex-control-thumbs:hover button.owl-next {
    left: initial;
    right: 0;
}

.meta {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px 15px;
}
.meta .view-count {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    color: #999999;
    margin-left: 10px;
}
#comments {
    margin-top: 40px;
}
.taxonomy-description {
    margin: 30px 0;
}
.list-product .thumb {
    margin-bottom: 20px;
    display: block;
}
.list-product .text .title a {
    font-size: 14px;
    text-align: left;
    justify-content: left;
    align-items: flex-start;
}
.item {
    margin-bottom: 20px;
}
.list-product .item {
    position: relative;
    height: 100%;
    padding-bottom: 30px;
}
.list-product .item .custom_button {
    position: absolute;
    z-index: 9;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.tax-danh_muc_san_pham .list-product .title {
    /*height: 40px;*/
    overflow: hidden;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    background: #ffffffb8;
    color: #333;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #33333321;
    letter-spacing: 5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    outline: none;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
    left: initial;
    letter-spacing: -5px;
}
.owl-carousel .item {
    margin: 0;
}
#partner {
    padding: 30px 0;
}
.list-partner {
    margin-top: 20px;
}

.product_note ul {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}
.product_note ul a {
    float: left;
    width: calc(50% - 1px);
    background: #fbfbfb;
    display: block;
    padding: 12px 15px;
    margin-bottom: 2px;
    margin-right: 2px;
    color: #333;
    /* text-align: center; */
    text-decoration: none;
    border: 1px solid #ebebeb;
}
.product_note ul li:nth-of-type(2n) a {
    margin-right: 0;
}
.product_note ul a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: -1px;
    color:#970007;
    width: 25px;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i], textarea {
    padding: 0 5px;
    height: 35px;
    width: 100%;
    border: 1px solid #d2d2d2;
    outline: none;
    font-size: 13px;
}
textarea {
    min-height: 80px;
    padding: 5px;
}

#orderBtn {
    width: 100%;
    border: none;
    color: white;
    text-transform: uppercase;
    background: #970007;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#orderBtn:hover {
    background: red;
}

.product_description ul,
.khuyen_mai ul {
    padding: 0;
    list-style: none;
    margin: 20px 0;
}
.khuyen_mai ul {
    margin-top: 10px;
    padding: 15px 20px;
    background: #fafafa;
    border: 1px dashed #f5821f;
}
.product_description ul li,
.khuyen_mai ul li {
    display: flex;
    margin-bottom: 5px;
}
.product_description ul li:before,
.khuyen_mai ul li:before {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    float: left;
    color: #f5821f;
}
.khuyen_mai ul li:before {
    content: "\f06b";
}
.khuyen_mai h4 {
    font-size: 18px;
    margin-top: 20px;
}
.wp-pagenavi {text-align: center;padding: 20px 0;}
.wp-pagenavi a, .wp-pagenavi span {padding: 0;background: #970007;color: white;border: 1px solid transparent;width: 35px;height: 35px;display: inline-block;line-height: 34px;text-align: center;margin: 0 3px;font-weight: bold;}
.wp-pagenavi span.current {
    border: 1px solid #970007;
    background: white;
    color: #970007;
}
#header_top {
    color: white;
    background: #970007;
    font-size: 13px;
    padding: 5px 0;
}
#header_top .container > div {
    display: inline-block;
    margin-right: 20px;
}
#header_top .container > div i {
    font-size: 12px;
    margin-right: 3px;
}
#category_sidebar {
    margin-top: -10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWNgYGCQYiAAhoYCAEfjALcmCP1hAAAAAElFTkSuQmCC);
}
#category_sidebar li a {
    display: block;
    color: #333;
    padding: 10px 15px;
    background: #e4e4e499;
    border-bottom: 1px solid white;
    text-decoration: none;
    font-size: 14px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
}
#category_sidebar li:hover a {
    background: #970007bd;
    color: white;
}
#category_sidebar 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: #970007;
}
#contact-block .content-block {
    
}
#contact-block .item {
    margin-bottom: 10px;
    background: #970007;
    padding: 15px 10px;
    color: white;
}
#contact-block .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 10px;
    background: white;
    float: left;
    overflow: hidden;
}
#contact-block .avatar img {}
#contact-block .details {
    overflow: hidden;
}
#contact-block .details .name {
    font-size: 16px;
    font-weight: 700;
}
#contact-block .ff {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    display: block;
}
@-webkit-keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1;
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1;
    }
}
@-o-keyframes quick-alo-circle-anim {
    0% {
        -o-transform: rotate(0) scale(.5) skew(1deg);
        -o-opacity: .1;
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5;
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1;
    }
}
@-moz-keyframes quick-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}
@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}
@-o-keyframes quick-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2;
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2;
    }
}
@-moz-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-webkit-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
@-o-keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
    }
}
@keyframes quick-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

/* Style 1 */
.quick-alo-phone {
    position: fixed;
    visibility: hidden;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    bottom: 20%;
    left: -10px;
}
.quick-alo-phone.quick-alo-hover,
.quick-alo-phone:hover {
    opacity: 1;
}
.quick-alo-phone.quick-alo-show {
    visibility: visible;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5;
}
.quick-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-circle-fill {
    background-color: rgba(51, 122, 83, 0.7);
    opacity: .75 !important;
}
.quick-alo-phone.quick-alo-green .quick-alo-ph-img-circle {
    background-color: #00aff2;
}
.quick-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(assets/images/icon-phone.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle-fill,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle-fill {
    background-color: rgba(51, 122, 83, 0.7);
    opacity: .75 !important;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-img-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-img-circle {
    background-color: #75eb50;
}
.quick-alo-phone.quick-alo-green.quick-alo-hover .quick-alo-ph-circle,
.quick-alo-phone.quick-alo-green:hover .quick-alo-ph-circle {
    border-color: #75eb50;
    opacity: .5;
}
.phone_text {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffe800;
    color: #000;
    padding: 2px 9px;
    border-radius: 4px;
    white-space: nowrap;
}
.alo-floating {
    display: block;
    left: 10px;
    bottom: 10px;
    position: fixed;
    z-index: 9999;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-shadow: 1px 1px 0 #000;
    border-radius: 40px;
    cursor: pointer;
    padding-right: 5px;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #e42222;
    padding: 0 10px;
}
.alo-floating a {
    color: #FFF;
    text-decoration: none;
}
.alo-floating-zalo {
    bottom: 60px;
    padding-left: 45px;
    background: url(assets/images/icon-zalo.png) 8px center no-repeat, #009dff;
    background-size: 30px auto;
}

/* Style 2 */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
    display: none;
}
.hotline-bar {
    position: absolute;
    background: #337ab7;
    height: 45px;
    white-space: nowrap;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 20px;
    bottom: 10px;
    display: block !important;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    text-align: center;
    padding: 0 20px;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
    color: #fff;
}
.hotline-phone-2 .quick-alo-ph-circle {
    top: 0;
    left: 0;
    width: 110px;
    height: 110px;
}
.hotline-phone-2 .quick-alo-ph-circle-fill {
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
    background: rgba(51, 122, 83, 0.7);
}
.hotline-phone-2 .quick-alo-ph-img-circle {
    top: 31px;
    left: 31px;
    width: 50px;
    height: 50px;
    background: #337ab7;
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-2 .quick-alo-ph-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-2 .quick-alo-ph-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px;
}
.hotline-phone-2 .alo-floating-zalo {
    bottom: 65px;
    left: 20px;
}
.hotline-phone-2 .alo-floating-facebook {
    bottom: 65px;
    left: 20px;
}

@media (max-width: 768px) {
	#mainMenu li a{font-size: 11px}
}

@media (max-width: 768px) {
    #header {
        padding: 10px 0;
        height: auto !important;
    }
    #header_top {
        display: none;
    }
    #menu {
        /* display: none; */
        position: absolute;
        z-index: 999;
        background: white;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        top: 17px;
        transition: all linear .3s;
        -webkit-transition: all linear .3s;
        -moz-transition: all linear .3s;
    }
    #contact .group-button {
        flex-wrap: wrap;
    }
    #contact .group-button > * {
        margin-bottom: 10px !important;
    }
    #menu.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    #mainMenu {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        background: #e8e8e8;
    }
    #mainMenu li a {
        padding: 10px 15px;
        background: #e8e8e8;
        color: #333;
    }
    #mainMenu li:last-child a {
        border: none;
    }
    #header .custom-logo-link img {
        height: 40px;
        width: auto;
        position: static;
    }
    #toggleMenu {
        display: block;
        top: -40px;
    }
    #mainMenu li .menu-dropdown {
        position: static;
        padding: 0;
        visibility: unset;
        opacity: 1;
    }
    #mainMenu li .menu-dropdown a {
        background: #e8e8e8;
        color: #333;
        padding-left: 25px;
    }
    #panel-1 .content {
        padding: 0;
    }
    #footer .row > *:nth-of-type(2) {
        margin: 20px 0;
    }
    #listCategories {
        margin-top: 20px;
    }
    #banner .item {
        overflow: hidden;
        height: 240px;
        width: 100%;
    }
    #banner img {
        height: 100%;
        width: auto;
        max-width: unset;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
    }
    #bannerImg img {
        position: static;
        width: 100%;
        max-width: unset;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
    }
    #banner .caption p,#banner .caption h3 {
        margin-right: 0;
        padding: 0 15px;
        font-size: 16px;
    }
    #banner .caption h3 {
        font-size: 20px;
    }
    .breadcrumb {
        padding: 0;
        margin-bottom: 10px;
    }
    #mainMenu > li {
        width: 100%;
        background: #e8e8e8;
        border-bottom: 1px dashed white;
        color:#333;
        padding: 0;
    }
    #mainMenu > li:before {
        margin-left: 10px;
    }
    #mainMenu > li:last-child {
        border: none;
    }
    #mainMenu > li:hover > a, 
    #mainMenu .current-menu-item a,
    #mainMenu > li:hover,
    #mainMenu > .current-menu-item {
        color: white;
    }
    #mainMenu > li:hover > a:after, #mainMenu .current-menu-item a:after {
        display: none;
    }
    .page #mainContent .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    #panel-1 .title {
        width: 100%;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px !important;
    }
    #panel-1 .text-right {
        text-align: center !important;
    }
    .product_note ul a {
        font-size: 13px;
        text-align: center;
        padding: 10px 5px;
    }
    .product_note ul a i {
        display: block;
        margin: 0;
        text-align: center;
        width: 100%;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .scrollDown{display: none;}
}
@media (max-width: 580px) {
    .hotline-bar > a{padding: 0 5px}
}

@media (max-width: 414px) {
	#banner .item{min-height: 132px;}
}

@media (max-width: 375px) {
	#banner .item{min-height: 120px;}
}	

@media (max-width: 360px) {

}

@media (min-width: 768px) {
    #contact-block {
        position: sticky;
        top: 50px;
    }
}



/*Custom Css*/
.reviews .item{position: relative;border:1px solid #555;border-radius: 10px; padding: 10px;display: flex;align-items: center;}
.reviews .item .item-image img{width: 120px;height: 120px;border-radius: 50%;margin-right: 135px;}
.reviews .item .item-inner h3{font-size: 17px;font-weight: bold}
.zalo-chat-widget {bottom: 100px !important;}