/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: Fast
Template: flatsome
Version: 3.0
color: var(--primary-color);
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
}
.mobile-hotline {
    display: none;
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 0
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);opacity:.4;
            transform: translate3d(0, 0, 0) scale(1);    
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(2);opacity:0;
            transform: translate3d(0, 0, 0) scale(2);   
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);opacity:0;
            transform: translate3d(0, 0, 0) scale(1); 
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);opacity:0;
            transform: translate3d(0, 0, 0) scale(1); 
  }
}
@keyframes phone-icon {
0% { transform: translate3d(0px, 0, 0); }
2% { transform: translate3d(2px, 0, 0); }
4% { transform: translate3d(-2px, 0, 0); }
6% { transform: translate3d(2px, 0, 0); }
8% { transform: translate3d(-2px, 0, 0); }
10% { transform: translate3d(2px, 0, 0); }
12% { transform: translate3d(-2px, 0, 0); }
14% { transform: translate3d(2px, 0, 0); }
16% { transform: translate3d(-2px, 0, 0); }
18% { transform: translate3d(2px, 0, 0); }
20% { transform: translate3d(-2px, 0, 0); }
22% { transform: translate3d(2px, 0, 0); }
24% { transform: translate3d(-2px, 0, 0); }
26% { transform: translate3d(2px, 0, 0); }
28% { transform: translate3d(-2px, 0, 0); }
30% { transform: translate3d(2px, 0, 0); }
32% { transform: translate3d(-2px, 0, 0); }
34% { transform: translate3d(2px, 0, 0); }
36% { transform: translate3d(-2px, 0, 0); }
38% { transform: translate3d(2px, 0, 0); }
40% { transform: translate3d(-2px, 0, 0); }
42% { transform: translate3d(2px, 0, 0); }
44% { transform: translate3d(-2px, 0, 0); }
46% { transform: translate3d(0em, 0, 0); }
}
.social-buttons {
    display: inline-grid;
    min-width: 45px;
    position: fixed;
    right: 15px;
    text-align: center;
    top: 40%;
    z-index: 99999;
}
.social-button-content {
    display: inline-grid;
}
.social-buttons a {
    cursor: pointer;
    padding: 8px 0;
    position: relative;
}
.social-buttons img {
/*     background: #43a1f3; */
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 1.9;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 999;
}
.alo-circle {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: transparent;
    border: 2px solid #0089b9;
    border-radius: 100%;
    height: 50px;
    opacity: .1;
    position: absolute;
    right: -3px;
    top: 3px;
    width: 50px;
}
.social-buttons a span {
    -webkit-animation: headerAnimation .7s 1;
    animation: headerAnimation .7s 1;
    background: #67b634;
    border-radius: 2px;
    color: #fff;
    display: none;
    margin-left: 10px;
    min-width: 180px;
    padding: 9px;
    position: absolute;
    right: 52px;
    text-align: center;
    top: 9px;
    transition: all .2s ease-in-out 0s;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 999;
}
.social-buttons .viber span {
    background-color: #7d3daf;
}
.social-buttons .zalo span {
    background-color: #22a9e0;
}
.social-buttons .sms span {
    background-color: #119949;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}

@media (max-width: 849px) {
	.suntory-alo-phone .phone-number {
		display: none;
	}
}
.blog-single .entry-content.single-page p:first-child,
.blog-single .entry-content.single-page h4 {
    width: 100%;
    background-color: rgba(242, 242, 242, 1);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog-wrapper.blog-single.page-wrapper .row.row-custom > .col > .post {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 25px;
}
.blog-single .entry-content.single-page {
    padding-top: 0;
}
.blog-single .entry-header .entry-header-text-top {
    padding-bottom: 5px;
}
.blog-single .entry-header .entry-header-text-top .entry-title {
	border-bottom: 1px solid rgba(221, 221, 221, 1);
	padding-bottom: 15px;
}
.post-sidebar .widget {
	margin-bottom: 0;
}
.post-sidebar .widget .recent-blog-posts-li .recent-blog-posts .flex-col.mr-half {
	display: none;
}
.post-sidebar .widget-area {
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(229, 229, 229, 1);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 15px;
}
.post-sidebar .widget-area .widget-title {
    font-size: 24px;
    font-weight: normal;
    color: rgba(41, 41, 41, 1);
    text-transform: inherit;
    letter-spacing: 0;
}
.post-sidebar .widget .is-divider,
.blog-single .entry-header .entry-divider.is-divider,
.blog-single .entry-header .entry-category {
    display: none;
}
.footer-2 input.wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: var(--primary-color);
}
.header-newsletter-item {
	margin-left: 15px !important;
}
.header-newsletter-item > a {
	line-height: 40px !important;
    background-color: var(--primary-color);
    border-radius: 5px;
    text-transform: inherit !important;
}
.row__popup-form .row__popup-form__left > .col-inner {
	display: flex;
	align-items: center;
}
.row__popup-form input.wpcf7-form-control.wpcf7-submit {
    height: 50px;
	margin: 0;
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
	border-radius: 3px;
}
.row__popup-form .col.medium-6.small-12.large-6,
.row__popup-form .col.medium-12.small-12.large-12 {
    padding-bottom: 10px;
}
.wpcf7-form {
	margin-bottom: 0;
}
.svg-wrap .circle {
    fill: #ff7812;
}

.svg-wrap .circle-one {
    opacity: 0
}

.svg-wrap .svg-stroke {
    fill: transparent;
    stroke-dasharray: 46.82,93.64;
    stroke-dashoffset: 46.82;
    stroke: #ff7812;
    opacity: 1
}

.svg-wrap .svg-stroke {
    animation: stroke-start 1.6s linear,stroke-end 1.6s 0.8s linear infinite
}

.svg-wrap .circle-one {
    animation: dot-one 0s 0.8s,move-dot 1.6s 0.8s linear infinite
}

.svg-wrap .circle-two,#c_static_001_P_56069-1732864410697 .e_html-21 .svg-wrap .circle-three {
    animation: move-dot 1.6s 0.8s linear infinite
}

@keyframes dot-one {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes stroke-start {
    50% {
        stroke-dashoffset: 46.82
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes stroke-end {
    50% {
        stroke-dasharray: 46.82,93.64;
        stroke-dashoffset: 0;
        transform: translateX(0)
    }

    100% {
        stroke-dasharray: 0,93.64;
        stroke-dashoffset: -46.82;
        transform: translateX(10px)
    }
}

@keyframes move-dot {
    50% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(10px)
    }
}
ul.mobile-nav.nav>li.has-icon>a>i {
    font-size: 36px;
}
.header-main .nav.mobile-nav > li > a {
	padding-right: 0 !important;
}
.mobile-sidebar ul.nav-sidebar > li > a {
	color: #212529;
}
.off-canvas-left.mfp-ready .mfp-content {
    width: 100% !important;
}
.mb0 p {
    margin-bottom: 0 !important;
}
.pb0 > .col {
    padding-bottom: 0 !important;
}
.button {
    margin-bottom: 0 !important;
}
.p_item {
    flex: 1;
    max-width: 100%;
}
.font__a {
/*     font-family: "fontA"; */
	font-family: "Zen Tokyo Zoo", system-ui;
    font-size: 3vw;
    line-height: 1;
    text-align: left;
    color: #fff;
}
.pdl15 {
    padding-left: 15%;
}
.header-nav.nav-box .not__bg.active a:hover {
	background-color: var(--primary-color);
}
.color__orange a {
	background-color: #ff7812;
	color: #fff;
}
.header-nav.nav-box .not__bg.active a {
	background: transparent;
}
.header-main .nav > li {
    margin-right: 0;
    margin-left: 0;
}
.header-main .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 0;
	padding-bottom: 0;
}
ul.header-contact {
	margin-left: 15px !important;
}
ul.header-contact > li:not(:last-child) {
	margin-right: 20px;
}
ul.header-contact > li > a {
	line-height: 40px !important;
    background-color: var(--primary-color);
	border-radius: 5px;
}
ul.header-contact.nav-divided>li+li>a:after {
	content: none;
}
.row__related-products .price-wrapper .row.row-small {
    display: none;
}
.row__related-products .product-small.box-vertical,
.home .product-small.box-vertical {
    display: block;
    width: 100%;
}
.row__related-products .product-small.box-vertical .box-image,
.row__related-products .product-small.box-vertical .box-text,
.home .product-small.box-vertical .box-image,
.home .product-small.box-vertical .box-text {
    width: 100%;
    display: block;
}
.font__a-h2 h2 {
/*     font-family: "fontA"; */
	font-family: "Zen Tokyo Zoo", system-ui;
    font-weight: 400;
}
.statistics {
	background: transparent;
    padding: 0;
}
.statistics > h3 {
    display: none;
}
.statistics .statistics-inner {
    width: 100%;
    padding: 0;
}
.statistics .statistics-inner .stat {
    margin: 0;
    display: flex;
    align-items: flex-end;
}
.statistics .statistics-inner .stat .number {
    margin-bottom: 0;
    padding-right: 5px;
    font-size: 35px;
    font-weight: 900;
    color: #000;
    line-height: 100%;
	width: auto;
}
.statistics .statistics-inner .stat .count-title {
	width: auto;
}
.count-title {
    font-size: 18px;
    font-weight: 700;
}
.product-small.box .box-text.box-text-products .custom-description p {
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    color: rgba(89, 87, 87, 0.7);
    margin-top: 10px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sec__blog .col.post-item .col-inner {
    
}
.sec__blog .col.post-item .box.box-vertical {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    margin-left: auto;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    padding-right: 4%;
    margin-right: 0px;
    padding-top: 8%;
    padding-bottom: 8%;
    background-color: rgba(222, 230, 238, 1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.sec__blog .col.post-item:hover .box.box-vertical {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(29, 56, 75, .26);
}
.sec__blog .col.post-item .box-text {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}
.sec__blog .col.post-item .box-image {
    flex: 0 0 40%;
    max-width: 100%;
    max-height: 100%;
    margin-left: -25px;
    border-radius: 5%;
}
.sec__blog .col.post-item .box-image img {
    width: 100%;
    height: 100%;
    border-radius: 5%;
}
.btn-submit__custom {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    margin-right: 0px;
    margin-left: auto;
    background-color: #fff;
    color: var(--primary-color);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    transition: all 0.6s;
    display-radio: block;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    height: 130px;
    max-width: 130px;
}
.btn-submit__custom svg {
    width: 50px;
    margin-top: 15px;
    height: 50px;
}
.btn-submit__custom span {
    display: none;
}
.btn-submit__custom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}
.btn-submit__custom input.wpcf7-submit {
    color: var(--primary-color);
    background: transparent !important;
    margin: 0 !important;
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden;
    border: none;
    text-transform: inherit;
    letter-spacing: 0;
}
.footer-2 .row.row-small .col {
    padding-bottom: 10px;
}
@font-face {
    font-family: "fontA";
    src: url(https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap) format("truetype");
    font-alias:Tokyo Zoo;
	font-display: swap
}
.sec__engineering-case .box .box-text {
    padding-top: 0;
    padding-bottom: 0;
}
.sec__engineering-case .box .box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 80%;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 0;
    position: absolute;
    opacity: 0;
    transition: all .4s;
    top: auto;
    left: auto;
    z-index: 1;
    bottom: -50px;
    right: 0;
    background-color: #0092dc;
    border-top-left-radius: 80px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.sec__engineering-case .box:hover .box-text .box-text-inner {
    opacity: 1;
    bottom: -20px;
}
.sec__engineering-case h3 {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.2;
}
.banner-title {
    text-align: left;
    font-size: 10vw !important;
    position: absolute;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    color: #fff;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
    -webkit-text-stroke-width: 1px;
    top: 0;
    left: 0;
    z-index: 0;
    bottom: auto;
    right: auto;
    opacity: 0.5;
}
.sec__about-us .img-animation .col-inner {
    position: relative;
}
.sec__about-us .img-animation .col-inner:before {
    content: "";
    width: 170px;
    height: 170px;
/*     background: url(https://omo-oss-image1.thefastimg.com//portal-saas/pg2024102310352185355/cms/image/1f24f439-19ff-4e66-a160-c23decfdd50d.webp) no-repeat center / cover; */
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    animation: zhuan_dong 15s ease-out infinite;
}
@keyframes zhuan_dong {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}
.title-animation h2 {
    line-height: 1;
    font-size: 6rem;
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    animation: 60s wordsLoop linear infinite normal;
    transition: all .4s;
}
.title-sub-animation h2:hover,
.title-animation h2:hover {
    color: #32a759 !important;
    -webkit-text-stroke: 1px #32a759;
    letter-spacing: 1px;
}

.title-sub-animation h2 {
    line-height: 1;
    font-size: 4rem;
    animation: 60s wordsLoop2 linear infinite normal;
    transition: all .4s;
    color: #fff;
}
@keyframes wordsLoop2 {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }

    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%)
    }
}

@-webkit-keyframes wordsLoop2 {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }

    100% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%)
    }
}
@keyframes wordsLoop {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }
}

@-webkit-keyframes wordsLoop {
    0% {
        transform: translateX(0%);
        -webkit-transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%)
    }
}
.text-sub {
    color: var(--primary-color);
    margin-top: 0px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 30px;
}
.text-title h2 {
    font-size: 45px;
    color: #2c5aa7;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}
.text-bg p {
    position: absolute;
    transition: all 0.4s;
/*     font-size: 7vw; */
	font-size: 81px;
    color: transparent;
    text-align: center;
    -webkit-text-stroke: 0.4px #ccc;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 10px;
    margin-top: 0px;
    top: 20px;
    left: 0px;
    z-index: 0;
    width: 100%;
}
#header-contact a {
	background-color: #ff7812;
	text-transform: inherit;
    letter-spacing: 0;
}
.devvn_woocommerce_price_filter ul {
    background: white;
    padding: 10px !important;
}
.devvn_woocommerce_price_filter ul li {
    margin: 5px 0px;
}
.devvn_woocommerce_price_filter ul li a {
    font-size: 15px;
}
.devvn_woocommerce_price_filter ul li a:hover {
    text-decoration: none;
    color: #b70000 !important;
}
.devvn_woocommerce_price_filter ul li a {
    padding-left: 30px !important;
}
.devvn_woocommerce_price_filter ul li a::before {
    content: '';
    font-size: 15px;
    color: #222;
    position: absolute;
    left: 25px;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    border: 1px solid #999;
}
.devvn_woocommerce_price_filter ul li a:hover::before {
    content: '\f00c';
    color: #e03232;
    font-size: 13px;
    position: absolute;
    left: 25px;
    border-color: #999;
    line-height: 20px;
    text-align: center;
    font-family: FontAwesome;
}
.devvn_woocommerce_price_filter > ul {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
}
.devvn_woocommerce_price_filter .wc-layered-nav-term  span.woocommerce-Price-amount.amount {
    font-weight: 400;
    font-size: 15px;
}
.product-footer .woocommerce-tabs {
    border-top: none;
}
.product-promos .icon-box .icon-box-img {
    margin-bottom: 0;
}
.product-promos .icon-box .icon-box-img svg path {
    fill: #e30000;
}
.product-promos .icon-box .icon-box-text {
    font-size: 14px;
}
.footer-widgets.footer.footer-1:before {
    left: 0;
    background-image: url(./images/Subscribe-Banner_left.png);
    background-position-x: left;
}
.footer-widgets.footer.footer-1:after {
    right: 0;
    background-image: url(./images/Subscribe-Banner_right.png);
    background-position-x: right;
}
.footer-widgets.footer.footer-1 {
    background-color: #fcba97;
    color: #fff;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    padding-left: 0;
    padding-top: 20px;
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
}
.footer-widgets.footer.footer-1:before,
.footer-widgets.footer.footer-1:after {
    position: absolute;
    content: " ";
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
    width: 100%;
    top: 0;
    bottom: 0;
}
.section-title b {
    height: 1.5px;
    opacity: 1;
    background-color: #18404d;
}
.container.section-title-container {
    margin-bottom: 0;
}
.section-title-container.text-initial .section-title-main {
    text-transform: initial;
}
.header-button .header-cart-link.button {
    background-color: #f7f8f8 !important;
    color: var(--primary-color);
}
.mobile-hotline {
    display: none;
}
.section-heading {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.section-heading > span {
    font-size: 28px;
    position: relative;
}
.section-heading > span::before {
    content: url(https://douongnhapkhau.com.vn/templates/dunk/images/craft-deco-left.png);
    display: inline-block;
    margin-right: 10px;
}
.section-heading > span::after {
    content: url(https://douongnhapkhau.com.vn/templates/dunk/images/craft-deco-right.png);
    display: inline-block;
    margin-left: 10px;
}

.sale-place {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
	margin-top: 10px;
}
.sale-place p {
    margin-bottom: 5px;
    font-size: 83%;
}
a#top-link {
    background-color: #fff;
    color:  var(--primary-color);
    border-color: #fff;
    box-shadow: 0px 3px 15px 1px rgb(0 0 0 / 12%);
}
.page-lien-he .bcons-input,
.page-lien-he input[type='email'], 
.page-lien-he input[type='text'], 
.page-lien-he textarea, 
.page-lien-he input[type='tel'] {
    margin-bottom: 15px;
}
ul.product-categories > li.cat-item > a {
    position: relative;
    line-height: 38px;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #333;
    background-color: #f5f5f5;
    padding-left: 15px;
    border-bottom: 1px solid #ebebeb;
}
ul.product-categories > li.cat-item .toggle {
    width: 50px;
    min-height: 51px;
    margin: 0;
    background-color: #f5f5f5;
    opacity: 1 !important; 
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}
ul.product-categories > li.cat-item > a:hover,
ul.product-categories > li.cat-item > a:hover + .toggle,
ul.product-categories > li.cat-item > ul.children > li.cat-item:hover {
    background-color: #0092dc;
    color: #fff;
}
ul.product-categories > li.cat-item > ul.children > li.cat-item:hover a {
    color: #fff;
}
ul.product-categories > li.cat-item.current-cat > a,
ul.product-categories > li.cat-item.current-cat .toggle,
ul.product-categories > li.cat-item > ul.children > li.cat-item.current-cat {
    background-color: var(--primary-color);
    color: #fff;
}
ul.product-categories > li.cat-item > ul.children > li.cat-item.current-cat a {
    color: #fff;
}
ul.product-categories > li.cat-item > ul.children {
    margin: 0;
    border-left: 0;
    padding-left: 0;
}
ul.product-categories > li.cat-item > ul.children > li.cat-item {
    position: relative;
    line-height: 44px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    transition: all ease .3s;
    width: 100%;
    color: #666;
    background-color: #ededed;
    padding-left: 15px;
    padding-right: 15px;
}
.cat-item.active>.toggle {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(-180deg);
    transform: rotate(0);
}
/* .post-sidebar span.widget-title, */
#shop-sidebar .widget-title {
	border-bottom: 0;
    background-color: var(--primary-color);
    border-radius: 10px;
    padding: 20px;
    display: block;
    color: #fff;
    margin-bottom: 20px;
}
.sidebar-inner .widget .is-divider {
    display: none;
}
select {
	box-shadow: none!important;
    font-size: 14px!important;
    color: #555!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: normal!important;
    border-radius: 3px !important;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    height: 45px;
}
input[type='number'],
.bcons-input, input[type='email'], input[type='text'], textarea, input[type='tel'] {
    background: #f9f9f9!important;
    box-shadow: none!important;
    font-size: 14px!important;
    color: #555!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-weight: normal!important;
    border-radius: 3px !important;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    height: 45px;
}
#results h3 {
	font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.25rem;
}
#results blockquote {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 2rem;
    -webkit-border-radius: 0.1875rem;
    -moz-border-radius: 0.1875rem;
    border-radius: 0.1875rem;
    background: #f6f6f9;
    border-left: 3px solid #ccced0;
    font-style: italic;
    margin: 0 0 1rem 0;
    padding: 1rem;
}
#results blockquote p {
	margin-bottom: 0;
}
#contact_btn {
    border-radius: 3px;
    height: 45px;
    line-height: 43px;
    margin-top: 20px;
}
p#billing_first_name_field,
p#billing_address_1_field {
    width: 100%;
}
.product-footer .woocommerce-tabs {
    padding-top: 7px;
}
h1.product-title.product_title.entry-title {
    font-size: 20px;
    color: var(--primary-color);
}
.add-to-cart-button .add_to_cart_button {
    border-radius: 90px;
    padding-left: 35px;
    text-transform: capitalize;
    font-weight: 400;
    border: none;
}
.add-to-cart-button .add_to_cart_button:before {
    content: '';
    width: 18px;
    height: 100%;
    position: absolute;
    background-image: url(./images/buy-now-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 10px;
}
button.single_add_to_cart_button.button {
    margin-right: 7px;
    font-size: 14px;
}
button.single_add_to_cart_button,
button.buy_now_button {
    font-size: 1em;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    text-transform: none;
    color: #fff;
    height: auto;
    line-height: inherit;
    min-width: 140px;
    height: 40px;
    line-height: 35px;
    border-radius: 30px;
    background: #e30000 !important;
    border: 1px solid transparent;
}
.single-product .product-info {
    padding-top: 0;
}
button.single_add_to_cart_button:before {
    content: "+";
    font-weight: 700;
    font-size: 130%;
    padding-right: 6px;
}
button.buy_now_button {
    padding-left: 35px;
    background: var(--primary-color) !important;
    font-size: 14px;
    margin-right: 0;
}
button.buy_now_button:before {
    content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    background-image: url(./images/buy-now-icon.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    left: 10px;
}
.widget-green h2 {
    text-align: center;
    background: #dfecdf;
    color: #25880a;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    width: 100%;
    margin: 0;
    padding: 8px;
    border-radius: 5px 5px 0 0;
}
.trusted ul li {
    padding: 5px 10px;
    padding-left: 45px;
    border-bottom: 1px solid #ededed;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
}
.trusted ul li p {
    margin-bottom: 0;
    line-height: 18px;
    font-size: 12px;
}
.trusted ul li:nth-child(odd) {
    background: whitesmoke;
}
.trusted ul li:nth-child(1), .trusted ul li:nth-child(2) {
    padding-left: 45px;
    position: relative;
}
.trusted ul li:before {
    font-family: 'fl-icons' !important;
    content: "\e00a";
    position: absolute;
    left: 15px;
    color: #8eb78e;
}
.trusted ul li:nth-child(1):before {
    content: '';
    left: 5px;
    top: 5px;
    position: absolute;
    width: 24px;
    height: 28px;
    background-image: url(./images/list-icon.png);
    background-position: -53px -271px;
    background-repeat: no-repeat;
}
.trusted ul li:nth-child(2):before {
    content: '';
    left: 5px;
    top: 5px;
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url(./images/list-icon.png);
    background-position: -85px -271px;
    background-repeat: no-repeat;
}
li.header-search-form.search-form {
    width: 65%;
}
li.header-search-form.search-form .form-flat input:not([type="submit"]) {
	border-radius: 0;
    background: transparent;
    height: 40px;
    border: 1px solid #c2c2c2;
}
.header-block .icon-box.head-hotline-box .icon-box-text h4 {
	color: var(--primary-color);
}
ul.header-nav.header-nav-main li.header-divider {
    border-color: transparent !important;
}
ul.header-nav.header-nav-main.nav.nav-right li.cart-item.has-icon.has-dropdown {
    display: table-cell;
    width: 15%;
    padding: 3px;
    /*background-color: #f5f5f5;*/
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
}
ul.header-nav.header-nav-main.nav.nav-right li.header-block {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding: 3px;
    padding-right: 15px;
    /*background-color: #f5f5f5;*/
    border-radius: 5px;
}
.header-block .icon-box.head-hotline-box {
    display: table;
}
.header-block .icon-box.head-hotline-box .icon-box-img {
    display: table-cell;
    vertical-align: middle;
}
.header-block .icon-box.head-hotline-box .icon-box-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    font-size: 13px;
}
.header-block .icon-box.head-hotline-box .icon-box-img svg path {
    fill: #b71d21;
}
.searchform .button.icon i {
    color: var(--primary-color);
}
.amount {
    color: var(--primary-color);
}
.name.product-title {
    height: 50px;
    margin-bottom: 7px;
    font-size: 18px;
    text-align: left;
    color: rgb(54, 54, 54);
    font-weight: bold;
}
.name.product-title a {
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.name.product-title a:hover {
    color: var(--primary-color);
}
.row-below-slider {
	margin-top: -30px !important;
}
.row.row-below-slider.row-box-shadow-5-hover .col-inner:hover {
	box-shadow: none;
}
.title-custom .section-title-normal {
    margin-bottom: 0;
    border-top: 2px solid #de8f33;
    border-bottom: 0;
    background: #e2e2e2;
    border-radius: 20px;
}
.title-custom .section-title-normal b {
    display: none;
}
.title-custom .section-title-normal span {
    border-bottom: 1px solid #de8f33;
    background: #de8f33;
    font-size: 14px;
    margin-bottom: 0;
    padding: 8px 15px;
    color: #fff !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.title-custom .section-title a {
    display: block;
    padding-left: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #de8f33;
    padding-right: 10px;
}
.title-custom .section-title-normal span:after {
    border: 20px solid #de8f33;
    position: absolute;
    content: "";
    clear: both;
    display: inline-block;
    margin-left: 15px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    margin-top: -9px;
    left: auto;
}
.box-text.box-text-products .button {
    margin-right: 0;
    margin-bottom: 0;
}
.product-small.col > .col-inner {
    position: relative;
    transition: all .2s;
    -webkit-box-shadow: 0px 0px 54px 6px rgb(22 23 15 / 10%);
    -moz-box-shadow: 0px 0px 54px 6px rgb(22 23 15 / 10%);
    box-shadow: 0px 0px 54px 6px rgb(22 23 15 / 10%);
}
.category-page-row .product-small.col > .col-inner {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    background-color: rgba(242, 242, 242, 1);
    margin-bottom: 16px;
    border-radius: 20px;
    padding: 20px;
}
.category-page-row .products .box-vertical .box-image {
    border-radius: 20px;
    background-color: #fff;
}
@media(min-width: 859px) {
	.category-page-row .product-small.col > .col-inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.category-page-row .products .box-vertical .box-image {
		min-width: 250px !important;
		width: 250px !important;
		padding-top: 0;
	}
}
.product-small.col .col-inner:hover {
    transform: scale(1);
    z-index: 9;
    transition: all .6s;
    position: inherit;
    box-shadow: 0px 0px 54px 6px rgb(22 23 15 / 20%);
}
.box-text.box-text-products .row.row-small > .col {
    padding-bottom: 10px;
}
.box-text.box-text-products .row.row-small {
    margin-top: 20px;
    border-top: 1px solid rgba(221,221,221,1);
}
.product-small.box .box-text.box-text-products {
    padding: 10px;
}
.footer-1 .icon-box .icon-box-text h4 {
    margin-bottom: 0;
    margin-top: 7px;
}
.footer-1 .row>.col {
    padding-bottom: 0;
}
.footer-2 .widget li {
    list-style: circle;
    margin-bottom: 2px;
}
h3.product-section-title.container-width.product-section-title-related {
    margin-left: 0;
}
.nav-dropdown-default {
    padding: 5px;
}
h3.relatedcat__title {
    display: inline-block;
}
.relatedcat__title span {
    border-left: solid 2px #F7B610;
    position: relative;
    z-index: 1;
    background-color: var(--primary-color);
    float: left;
    margin: 0 5px;
    text-align: center;
    border-bottom: none;
    padding: 0 10px 0 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.relatedcat__title span:before {
    content: "";
    display: block;
    position: absolute;
    left: -8px;
    border-left: solid 4px #F7B610;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}
.sec-tintuc .medium-6>.col-inner {
    background: #fff;
    padding: 10px 10px 0;
    border-radius: 10px;
    box-shadow: 0 0 15px 1px rgb(158 158 158 / 12%);
}
.testimonial-box .icon-box-text {
    padding-left: 30px !important;
}
.testimonial-box .testimonial-text {
    padding: 15px;
    background-color: #b71d216b;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
}
.testimonial-box .testimonial-text:before {
    left: -32px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #b71d216b;
    border-width: 16px;
    margin-top: -16px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media (min-width: 849px) {
    .relatedcat ul {
        display: flex;
        margin: 0 -10px;
    }
    .relatedcat ul > li {
        list-style: none;
        width: 33.3333%;
        padding: 0 10px;
    }
    .relatedcat ul > li img {
        object-fit: cover;
        width: 100%;
        height: 150px;
        border-radius: 5px;
        transition: transform .5s;
    }
    .relatedcat ul > li > a {
        line-height: 20px;
        display: block;
        margin-top: 10px;
    }
}
@media (min-width: 561px) {
    .devvn_toolbar {
        position: fixed;
        bottom: 120px;
        left: 10px;
        z-index: 99999999;
    }
    .devvn_toolbar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .devvn_toolbar ul li {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .devvn_toolbar ul li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        margin: 0 0 5px;
        position: relative;
        background-position: 50% 50%;
        background-size: cover;
        overflow: inherit;
    }
    .devvn_toolbar ul li a br {
        display: none;
    }
    .devvn_toolbar ul li a span {
        font-weight: 400;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: calc(100% + 10px);
        left: -webkit-calc(100% + 10px);
        left: -moz-calc(100% + 10px);
        margin-top: -12.5px;
        font-size: 14px;
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
    }
    .devvn_toolbar ul li a:hover span{
        opacity: 1;
        visibility: visible;
    }
    .devvn_toolbar ul li a span:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 5px;
        margin-top: -5px;
    }
    .devvn_toolbar ul li a img {
        width: auto;
        height: auto;
        max-width: 29px;
        max-height: 29px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -webkit-transform: translate3d(-50%, -50%, 0);
        margin: 0;
    }
    .devvn_contact_quickbuy_li, .devvn_contact_addtocart_li{
        display: none;
    }
}
@media (max-width: 560px) {
	.title-custom .section-title a {
		display: none;
	}
	.section-heading > span::after,
	.section-heading > span::before {
		content: none;
	}
	.section-heading a {
		font-size: 20px;
	}
	.section-heading > span::before {
		content: "";
		position: absolute;
		width: 150px;
		height: 2px;
		background-repeat: no-repeat;
		left: 0;
		right: 0;
		bottom: -6px;
		margin: 0 auto;
		background: linear-gradient(
	90deg
	,rgba(196,58,81,0) 0,#d8b699 50%,rgba(196,58,81,0) 100%);		
		-webkit-animation: animate_vnp 3s infinite;
		animation: animate_vnp 3s infinite;
	}
    body.has_devvn_toolbar {
        padding-bottom: 50px;
    }

    .devvn_toolbar {
        display: none;
        background: #d39913;
        display: inline-block;
        width: 100%;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 99999999;
        height: auto;
        padding: 0;
        border-top: 0;

        visibility: hidden;
        opacity: 0;

        transform: translate3d(0,120%,0);
        -moz-transform: translate3d(0,120%,0);
        -webkit-transform: translate3d(0,120%,0);

        transition: all .3s linear;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
    }

    .show_contactfix .devvn_toolbar {
        transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -webkit-transform: translate3d(0,0,0);
        visibility: visible;
        opacity: 1;
    }


    .devvn_toolbar ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
        width: 100%;
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .devvn_toolbar ul li {
        flex-grow: 1;
        flex-shrink: 1;
        flex-basis: 0;
        text-align: center;
        display: flex;
        margin-bottom: 0;
    }

    .devvn_toolbar ul li a {
        display: block;
        width: 100%;
        outline: none;
        text-decoration: none;
        padding: 5px 3px;
        white-space: nowrap;
    }

    .devvn_toolbar ul li a span {
        font-weight: 400;
        color: #ffffff;
        font-size: 3.5vw;
        display: block;
        margin: 2px 0 0 0;
    }

    .devvn_toolbar ul li a img {
        height: 6vw;
        width: auto;
        margin: 0;
    }

    .woocommerce-checkout .devvn_toolbar {
        display: none !important;
    }
    .devvn_toolbar a.devvn_buy_now_style {
        margin: 0;
        border-radius: 0;
        padding: 5px 8px;
        font-size: initial;
        line-height: inherit;
    }

    .devvn_toolbar a.devvn_buy_now_style span {
        margin: 0;
        padding: 0;
    }
    .devvn_toolbar a.devvn_buy_now_style span {
        background: none !important;
    }
    a#devvn_contact_addtocart {
        background: #e03232 !important;
    }
}
@media (max-width: 850px) {
	.off-canvas .sidebar-menu {
		padding: 0 0 30px 0;
	}
	li.header-search-form.search-form {
		width: 100%;
	}
/* 	.mobile-sidebar {
		padding-bottom: 35px;
	} */
	.row-below-slider {
		margin-top: 52px !important;
	}
    body {
        overflow: hidden;
    }
    .back-to-top {
        bottom: 65px;
    }
    .suntory-alo-phone {
        display: none;
    }
    .mobile-hotline {
        display: block;
        bottom: 0;
        width: 100%;
        background: rgba(0,0,0,.5);
        height: 60px;
        position: fixed;
        z-index: 9999999;
    }
    .mobile-hotline .mobile-hotline-right {
        width: 45%;
        float: right;
        text-align: center;
        background: #fe9705;
        margin-left: 5px;
        margin-right: 10px;
        margin-top: 7px;
        height: 45px;
        border-radius: 4px;
    }
    .mobile-hotline .mobile-hotline-left {
        width: 45%;
        float: left;
        text-align: center;
        background: var(--primary-color);
        margin-left: 10px;
        margin-right: 5px;
        margin-top: 7px;
        height: 45px;
        border-radius: 4px;
    }
    .mobile-hotline .mobile-hotline-right a {
        color: #fff;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
    }
    .mobile-hotline .mobile-hotline-left a {
        color: #fff;
        line-height: 46px;
        font-size: 16px;
        font-weight: 700;
    }
    .mobile-hotline-left img, .mobile-hotline-right img {
        width: 30px;
        padding-right: 10px;
    }
}
@media (max-width: 459px) {
	li.header-contact-wrapper {
		margin-top: 10px;
		padding-top: 20px;
	}
	ul.header-contact > li:not(:last-child) {
		margin-right: 0;
	}
	ul#header-contact {
		margin-right: 20px;
	}
	ul.header-contact > li {
		padding-left: 0;
		margin-bottom: 15px !important;
	}
	ul.header-contact > li > a {
		color: #fff !important;
	}
	.text-sub {
		margin-bottom: 15px;
	}
	.text-sub p {
		margin-bottom: 0;
	}
	.text-title h2 {
		font-size: 36px;
	}
	.footer-2 .font__a {
		font-size: 9vw;
	}
}