/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


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


}

@font-face {
    font-family: 'SVN-Lobster';
    src: url('fonts/SVN-Lobster.eot');
    src: url('fonts/SVN-Lobster.eot?#iefix') format('embedded-opentype'),
        url('fonts/SVN-Lobster.woff2') format('woff2'),
        url('fonts/SVN-Lobster.woff') format('woff'),
        url('fonts/SVN-Lobster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'UTM Cookies';
    src: url('fonts/UTMCookies.eot');
    src: url('fonts/UTMCookies.eot?#iefix') format('embedded-opentype'),
        url('fonts/UTMCookies.woff2') format('woff2'),
        url('fonts/UTMCookies.woff') format('woff'),
        url('fonts/UTMCookies.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

.hotline-header {
    float: right;
    color: #737373;
    position: relative;
    padding: 40px 0;
    line-height: 1.2;
}
.hotline-header:before {
    content: '';
    position: absolute;
    width: 200px;
    height: 224px;
    background: url(img/petit-modilac.svg);
    /* left: -85px; */
    /* top: calc(50% - 32.5px); */
}
/* .hotline-header .phone-num {
    font-family: UTM Cookies;
    font-size: 25px;
    color: #1d4e5d;
} */

/* .absolute-footer {
    padding: 20.5px 0;
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
    font-size: 13px;
    color: #000;
    text-align: center;
    color: #ffffff;
} */
.copyright {
    color: #1d4e5d;
}
.info-footer p {
    margin-bottom: 0;
}
span.widget-title {
    color: #1d4e5d;
}
.is-divider {
    height: 2px;
    max-width: 60px;
}
/* .slide-left:hover img {
    transform: rotate(360deg);
    transition: 2s;
} */
.hotline-phone {
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    border-radius: 50px;
}
.hotline-phone a {
    display: block;
    padding: 10px 20px;
    color: #ffffff;
}
.hotline-phone span {
    position: relative;
}
.hotline-phone span:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(50% - 16px);
    left: -40px;
    background: url(img/icon-phone_03.png);
    animation: rung 2s infinite;
}
@keyframes rung {
    0%   {transform: rotate(10deg);}
    5%  {transform: rotate(-10deg);}
    10%  {transform: rotate(10deg);}
    15%  {transform: rotate(-10deg);}
    25%  {transform: rotate(10deg);}
    50%  {transform: rotate(-10deg);}
    75%  {transform: rotate(0deg)}
    100% {transform: rotate(0deg);}
  }
.hotline-phone p {
    margin-bottom: 0;
    line-height: 55px;
    margin-right: 35px;
    font-weight: 700;
    float: left;
    margin-left: 35px;
}
.hotline-tuvan-box .col {
    padding: 0 15px 0px;
}
#block-bloclogofooter .top-logo-footer {
    background: url(img/petit-modilac.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 224px;
    margin-left: -60px;
}
.hotline-tuvan-box {
    justify-content: space-between;
    align-items: center;
}

.chuyengia-box {
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
}
.container-input {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2,1fr);
}
.formcus {
    width: 100% !important;
    height: 45px !important;
    padding: 10px !important;
    background: #ffffff;
    border-radius: 5px !important;
    border: 0 !important;
    margin-bottom: 0;
}
.newsletter-button {
    margin-top: 20px;
}
.newsletter-button input {
    border: 0;
    border-radius: 50px;
    width: 140px;
    height: 45px;
    background-color: #0095b3 !important;
    color: #ffffff;
}
.newsletter-noidung {
    grid-column: span 2;
}

.testimonial-text p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.tuvan-zone {
    width: calc(100% - 670px);
    float: left;
    text-align: center;
    position: relative;
}
.tuvan-zone:before {
    content: '';
    position: absolute;
    width: 409px;
    height: 334px;
    top: calc(50% - 190px);
    left: 0;
    right: 0;
    margin: auto;
    background: url(img/before-tuvan_03.png);
}
.tuvan-zone .testimonial-image {
    display: inline-block;
    border-radius: 50%;
    border: 10px solid #226b7b;
}
/*hover sang*/
.hover_sang .testimonial-image{overflow: hidden;position: relative;}
.hover_sang .testimonial-image:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index: 8;-webkit-transition: -webkit-transform .8s;transition: transform .8s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);}
.hover_sang .testimonial-image:hover:before{-webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);}
/*end hover sang*/

/*hover sang*/
.hover_img .box-image{overflow: hidden;position: relative;}
.hover_img .box-image:before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255,255,255,0.5);content: '';z-index: 8;-webkit-transition: -webkit-transform .8s;transition: transform .8s;-webkit-transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);transform: scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-120%,0);}
.hover_img .box-image:hover:before{-webkit-transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);transform:scale3d(2.2,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,120%,0);}
/*end hover sang*/

.danhgia-box {
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
}

.tc_testimonial img {
    border-radius: 20px;
}
.ten-cg {
    font-size: 35px;
}

.danhgia-box .large-7 .col-inner:after {
    content: '';
    position: absolute;
    width: 82px;
    height: 69px;
    bottom: -85px;
    left: 0;
    background: url(img/icon-chuyengia.png);
}
.danhgia-box .banner h4 {
    margin-top: 0;
    margin-bottom: 0;
}
.radius-im img {
    border-radius: 20px;
}
.mota-cg {
    max-height: 160px;
    overflow: hidden;
}
.img-pp img {
    border-radius: 10px 10px 0 0;
}
.person-name {
    color: #1d4e5d;
    overflow: hidden;
}
.img-pp .box-text {
    border: 1px dashed #b7b7b7;
    border-top: 0;
}
.bg-box {
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
}
/* .im_goithieu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0095b3;
    z-index: -2;
    transform: rotate(-5deg);
}
.im_goithieu:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #008099;
    z-index: -1;
    transform: rotate(-3deg);
} */
.title-tc .section-title-main {
    background: #ffffff;
    margin: auto;
    padding: 0 10px;
}
.title-tc .section-title-main:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: url(img/line-title2_03.png);
    height: 8px;
    z-index: -1;
}
/*
.title-tc_1 .section-title-main {
    font-family: SVN-Lobster;
    margin: auto;
} 
 .button.secondary {
    display: inline-block;
    border: 1px dashed #b7b7b7;
    border-radius: 50px;
    margin-top: 11px;
    background: transparent !important;
}
.button.secondary span {
    display: block;
    width: 215px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin: 5px;
    background: #1d4e5d;
    color: #ffffff;
    border-radius: 50px;
} */

ul.tc-menu > li.menu-item-design-default {
    width: 110px;
    height: 60px;
    position: relative;
    border-style: solid solid none solid;
    border-width: 4px 4px 0;
    border-color: transparent;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    list-style: none;
}
ul.tc-menu > li.menu-item-design-default .icon-angle-down {
    display: none;
}
ul.tc-menu > li.menu-item-design-default > a {
    color: #1d4e5d;
    font-size: 15px;
    padding: 5px;
    display: flex;
    height: 100%;
    text-align: center;
}
/* ul.tc-menu > li.menu-item-design-default:hover {
    background: #fff;
    border-style: solid solid none solid;
    border-width: 4px 4px 0;
    border-color: #006074;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
} */
/* ul.tc-menu > li.menu-item-design-default:hover a {
    padding: 5px;
} */
ul.tc-menu > li.menu-item-design-default:hover > a, ul.tc-menu > li.active > a {
    color: #ec2d3f;
}
.stuck ul.tc-menu > li.menu-item-design-default {
    width: auto;
    height: auto;
}
li.current-dropdown>.nav-dropdown {
    left: -4px;
    border-style: solid;
    border-width: 4px;
    border-color: #006074;
    top: 100%;
    left: -4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.menu-it {
    -ms-flex-direction: unset;
    flex-direction: unset;
    padding: 13px 0 13px 0;
}
.menu-it:hover span, .menu-it:hover i {
    color: #ffffff;
}
.menu-it .menu-item {
    display: inline-block;
    padding: 0 2px;
    margin: 0px 3px !important;
    vertical-align: top;
}
.menu-it .menu-item a {
    display: block;
    padding: 7px 15px;
    background: #1d4e5d;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}
.menu-it .icon-header .ux-menu-link__link i{
    font-size: 20px;
    margin-left: 2px;
}
.menu-it .icon-header .ux-menu-link__link{
    padding: 5px;
    width: 35px;
}
.menu-it .mess a{
    background: transparent;
    padding: 0;
}
.menu-it .mess span:before {
    content: url(img/messenger.png);
}

.header-bottom {
    border-top: 1px solid #cae6dd;
}
.green-banner {
    background: #78ad39;
}
.sienna-banner {
    background: #af8972
}
.blue-banner {
    background: #1d4e5d
}
.green-banner .text, .sienna-banner .text, .blue-banner .text {
    padding: 6.6666vw;
}
.gr-bt {
    background: linear-gradient(#ffffff,#d9ede7);
}
span.widget-title {
    font-size: 15px;
}
.icon-bottom:before {
    content:url(img/petit-modilac.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 200px;
    height: 224px;
}
.icon-bottom {
    margin-top: -170px;
}
.category .row .blog-tc {
    max-width: 49%;
    float: left;
    display: block;
    padding: 0;
}
.category .row .blog-tc:nth-child(2n+1) {
    clear: both;
}
.category .row .blog-tc h5.post-title.is-large {
    font-size: 13px;
}
.section-title-normal, .section-title-normal span {
    border-bottom: none;
}
.title-tc-left .section-title-main {
    background: #ffffff;
    padding: 0 10px;
}
.title-tc-left .section-title-main:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    background: url(img/line-title2_03.png);
    height: 8px;
    z-index: -1;
}
.news .blog-tc .post-title {
    color: #1d4e5d;
}
.news .blog-tc .is-divider {
    display: none;
}
.category-page-title h1, .tc-title span {
    text-align: center;
    font-size: 30px;
    color: #1d4e5d;
    font-weight: 700;
}
.category-page-title .is-small nav, .category-page-title .is-small a, .woocommerce-breadcrumb.breadcrumbs a {
    color: #1d4e5d;
}
.tax-product_cat .price-wrapper .price, .related .price-wrapper .price {
    text-align: center;
    padding: 10px;
}
.price-wrapper .price bdi, .price-wrapper p span, .price-wrapper span span, .product_list_widget .amount {
    color: red;
}
.post-sidebar.col {
    padding: 0 0px 0px 30px
}
.post-sidebar.col .widget-title {
    background: #1d4e5d;
    color: #fff;
    padding: 10px;
    width: 100%;
    display: block;
}
.post-sidebar.col .is-divider.small {
    display: none;
}

.section-product-home .flickity-prev-next-button {
    opacity: 0.7;
}
.section-product-home .flickity-prev-next-button.previous svg, .section-product-home .flickity-prev-next-button.next svg {
    display: none;
}
.section-product-home .flickity-prev-next-button.previous:before {
    content: url(img/owl-prev_03.png);
    margin-left: -50px;
}
.section-product-home .flickity-prev-next-button.next:before {
    content: url(img/owl-next_03.png);
    margin-right: -50px;
}
.product-small .box-image {
    border: 1px solid #d9d9d9;
}
.product-small .box-image{overflow:hidden;display:block;}
.product-small .box-image img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}
.product-small .box-image:hover > img{-webkit-transition:0.3s ease-out;-moz-transition:0.3s ease-out;-o-transition:0.3s ease-out;transition:0.3s ease-out;-moz-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}

.has-hover{position: relative;}
.has-hover .item-top{position: absolute;height: 1px;width: 0px;right: 0px;top: 0px;background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);transition: all 0.5s ease;}
.has-hover:hover .item-top{width: 100%;left: 0px;}
.has-hover .item-right{position: absolute;height: 0px;width: 1px;right: 0px;bottom: 0px;background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet);transition: all 0.5s ease;}
.has-hover:hover .item-right{height: 100%;top: 0px;bottom: inherit;}
.has-hover .item-bot{position: absolute;height: 1px;width: 0px;left: 0px;bottom: 0px;background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet);transition: all 0.5s ease;}
.has-hover:hover .item-bot{width: 100%;right: 0px;left: inherit;}
.has-hover .item-left{position: absolute;height: 0px;width: 1px;left: 0px;top: 0px;background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet);transition: all 0.5s ease;}
.has-hover:hover .item-left{height: 100%;bottom: 0px;top: inherit;}
.badge-container {
    margin: 10px 10px 0 0;
}
.badge-inner.new-bubble {
    background-color: #1d4e5d;
    width: 45px;
    height: 45px;
    background: url(img/icon-hot_03.png);
}
.checkout-page-title.page-title {
    background: #eee;
}
.checkout-page-title.page-title .page-title-inner {
    padding-top: 0;
}
.checkout-page-title.page-title .page-title-inner .breadcrumbs {
    font-size: 16px;
    text-align: left;
    display: block;
}
.wc_payment_method label {
    cursor: pointer;
    background: #eee;
    display: block !important;
    padding: 10px 15px;
    border-radius: 3px;
    margin-bottom: 0px;
    color: #313131!important;
    float: right;
    width: 92%;
}
.payment_methods p {
    font-size: .9em;
    background: #f5efef;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 5px;
}

input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 1px;
    /* background-color only for content */
    background-clip: content-box;
    border: 1px solid #28a745;
    background-color: #e7e6e7;
    border-radius: 50%;
    margin-top: 12px;
  }
  
  /* appearance for checked radiobutton */
  input[type="radio"]:checked {
    background-color: #28a745;
  }
button#place_order {
    outline: none!important;
    box-shadow: none!important;
    border-color: transparent!important;
    font-size: 14px;
    text-transform: uppercase;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d);
    font-weight: 400;
    width: 100%;
}
p.form-row-1{width:33%;float:left}
p.form-row-1{margin-right:1%}
p.form-row-2{width:33%;float:left}
p.form-row-2{margin-right:1%}
p.form-row-3{width:32%;float:left}
.woocommerce-billing-fields {
    border: none;
    padding-top: 0;
}
.woocommerce-billing-fields h3, .checkout-sidebar h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #ec2d3f;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: 100 !important;
}
.cart-subtotal td, .order-total td, .shop_table_2 .shipping__list_label, .right {
    text-align: right;
}
.cart-subtotal tr  {
    border: 1px solid #dddfe2 !important;
}
.product-subtotal {
    padding-right: 5px !important;
}
td.product-remove {
    padding-left: 5px;
}
th, td {
    border-bottom: 1px solid #dddfe2;
}
.shop_table_2 {
    background: #eee;
    padding: 7px 10px;
}
.order-total th, .order-total td{
    border-bottom: none;
}
.shop_table_2 td span, .shop_table_2 td.right {
    color: #ec2d3f;
    font-weight: 100 !important;
}
.shop_table thead tr th, .shop_table_2 th {
    text-align: left;
    font-weight: 100;
}
.kc-tc .has-border {
    padding: 0px 0px 10px;
    border: none;
}
.shop_table {
    border: 1px solid #eee;
    border-top: 0px;
    border-bottom: none;
}
.shop_table tr {
    padding: 20px 10px;
}
.shop_table thead tr {
    border: 0px;
    background: #eee;
    padding: 10px;
    margin: 0px;
    text-transform: capitalize;
}
.product-gallery .badge-container {
    display: none;
}

@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
/* Button Frame */
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{display:flex;display:-ms-flex;justify-content:center;align-items:center;-ms-flex-align:center;width:50px;height:50px;border-radius:50%;background:#1182FC;position:relative;z-index:1;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(7,41,103,0.8);opacity:.1;border-color:#1182FC;opacity:.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-ms-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;background-color:rgba(7,41,103,0.35);opacity:.4;}
.btn-frame .pulse{animation-name:pulse;}
/* Cart fix */
.cart-fixed{position:fixed;right:20px;bottom:380px;z-index:10;background:#4b4f56;width:50px;height:50px;text-align:center;color:#fff!important;border-radius:100%;display:flex;align-items:center;justify-content:center;}
.cart-fixed i{font-size:20px;}
.cart-fixed span{position:absolute;top:0px;right:-5px;color:#fff;width:25px;height:25px;background:#ec2d3f;text-align:center;line-height:25px;font-size:11px;border-radius:100%;}
[data-icon-label]:after {
    position: absolute;
    top: -13px;
    right: -20px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: #ec2d3f;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}
/* Zalo */
.btn-zalo{bottom:305px;}
/* Messenger */
.btn-messenger{bottom:220px;}
/* Phone */
.btn-phone{bottom:135px;}

.searchform .search-field {
    padding: 10px;
    height: 36px;
    z-index: 99;
    border-radius: 50px;
    box-shadow: 0 0px 5px #4a4a4a inset;
    border: 0;
    background: unset;
    padding-left: 45px;
}
.searchform .submit-button {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: -2px;
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
    border-radius: 50%;
}
.searchform-wrapper:not(.form-flat) .submit-button {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.breadcrumbs {
    color: #1d4e5d;
    font-weight: normal;
}
.gach_title {
    text-align: center;
}
.gach {
    width: 20%;
    background: url(img/line-title2_03.png);
    height: 8px;  
    z-index: 1;
    text-align: center;
    margin: auto;
}
.shop-container .gach {
    margin-bottom: 20px;
}
.sidebar-menu .nav>li>a, .sidebar-menu .nav>li.active>a, .sidebar-menu ul.sub-menu.nav-sidebar-ul.children a {
    color: #1d4e5d;
}
.nav-sidebar.nav-vertical>li.menu-item.active {
    background: #1d4e5d;
}
ul.sub-menu.nav-sidebar-ul.children {
    background: red;
}
.sidebar-menu .nav>li.active>a, .sidebar-menu .nav>li.active .icon-angle-down {
    color: #fff;
}
ul.sub-menu.nav-sidebar-ul.children {
    background: #cae9e6;
}

.mfp-content {
    background-color: #cae9e6 !important;
}
.product-footer .nav-pills>li>a {
    border-radius: 0;
}
.product-footer .nav-pills>li.active>a {
    border-radius: 0;
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}
ul.tabs.wc-tabs.product-tabs.small-nav-collapse.nav.nav-uppercase.nav-pills.nav-left {
    padding: 0px 0px 5px 0px;
    list-style: none;
    border-bottom: 1px solid #e7e7e7;
}
.product-footer .tabs li {
    margin-right: 10px;
}
.product-footer .tabs li a {
    background-color: #cae9e6;
}
#comments .comment-respond {
    background-color: #cae9e6;
}
label, .mobile-nav > li > a .icon-menu {
    color: #1d4e5d;
}

.quote {
    display: inline-block;
    overflow: hidden;
}
.quote .img-inner {
    border: dotted 2px #fff;
    border-radius: 10px;
    display: inline-block;
    margin: 0;
    padding: 1em;
    position: relative;
    overflow: initial;
}
.quote .img-inner:before {
    background: url(/wp-content/uploads/2022/04/bg-menu_03.jpg);
    bottom: -10%;
    content: "";
    left: -50px;
    position: absolute;
    right: 0;
    top: -10%;
    transform: rotate(-18deg) skew(5deg);
    width: 500px;
}
.quote .img-inner cite {
    display: block;
    font-style: italic;
    text-align: right;
}
.quote .img-inner cite:before {
    content: "- ";
}
.quote .img-inner > * {
    position: relative;
    z-index: 1;
}
.product-footer .woocommerce-tabs {
    padding: 0;
    border-top: none;
}
.tc-tg {
    border: 2px solid #1d4e5d;
    padding: 10px;
    border-radius: 10px;
}
.tc-tg .pt-half {
    padding-bottom: 10px;
}
#ez-toc-container {
    background: #cae9e6;
}
#ez-toc-container a:visited {
    color: #1d4e5d;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    color: red;
}
@media (max-width: 425px) {
    .hotline-phone {
        font-size: 15px;
    }
    .hotline-phone p {
        line-height: 25px;
    }
    .gioithieu .img-inner {
        text-align: center;
    }
    .gioithieu .img-inner img {
        width: 210px;
    }
   .chuyengia-box .col-inner .img-inner {
    margin-top: 10px !important;
   }
   .tc-bn .col-2 { order: 1; }
   .tc-bn .col-1 { order: 2; }
   .category .row .blog-tc {
        max-width: 100%;
        padding: 0 15px 30px;
    }
    .quote .img-inner:before {
        bottom: -10%;
        left: -40px;
        top: -10%;
        width: 125%;
    }
    .category-page-title h1, .tc-title span {
        font-size: 27px;
    }
    .section-product-home .flickity-prev-next-button.previous:before {
        display: none;
    }
    .section-product-home .flickity-prev-next-button.next:before {
        display: none;
    }
}